.introduceBanner{
	width: 100%;
	height: auto;
	position: relative;
}

.introduceImg{
    width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
    opacity: 0;
	filter: alpha(opacity=0);
}

.introduceImg{
    -webkit-animation: imgop 1s ease both .4s;
	animation: imgop 1s ease both .4s;
}

.introduceTxt{
    position: absolute;
	z-index: 2;
	top: 50%;
	color: #000;
	width: 100%;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	transform: translateY(-30%);
}

.describeText{
	width: 366px;
	height: 132px;
	margin-left: 58px;
	background-image:url('../img/company/leftUp.png'),url('../img/company/rightDown.png');
	background-repeat: no-repeat, no-repeat; 
	background-position: left top, right bottom; 
	box-sizing: border-box;
	padding: 26px;
	opacity: 0;
}

.describeText h6 {
	font-size: 22px;
	color: #000;
}

.describeText h6:nth-child(odd){
	text-align: left;
}

.describeText h6:nth-child(even){
	margin-top: 38px;
	text-align: right;
}

.describeText {
	-webkit-animation: indbanLeft 1s ease both .4s;
	animation: indbanLeft 1s ease both .4s;
}

@-webkit-keyframes indbanLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(140px);
		transform: translateX(140px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}


@keyframes indbanLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(140px);
		transform: translateX(140px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes imgop {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


@keyframes imgop {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.nav-ul h3 a {
	color: #000;
}

.nav-ul li.on h3 i {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #2B9CFF;
	position: absolute;
	left: 50%;
	margin-left: -14px;
	bottom: 29%;
}

.introduceNavBar{
	width: 100%;
	height: 84px;
	
}

.introduceNav{
    width: 100%;
	height: 84px;
	background: #FFFFFF;
	border-bottom: 1px solid #ebebeb;
}


.navBar{
	position: relative;
}

.navBar li {
	position: relative;
	float: left;
	width: 142px;
	height: 84px;
	margin-right: 28px;
	display: inline;
	text-align: center;
	line-height: 84px;
}

.navBar li a {
	display: block;
	height: 84px;
	line-height: 84px;
	color: #333;
	position: relative;
}

/* .navBar .tab_cons {
	display: block;
	width: 30px;
	height: 5px;
	background-color: #2B9CFF;
	position: absolute;
	left: 71px;  
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
} */

.navBar  li:hover a::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 5px;
	bottom: 0;
	left: 56px;
	background-color: #2b79ff;
}


.companySurvey {
	width: 100%;
	height: 638px;
	background: url(../img/company/companySurvey.png) no-repeat center center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.surveyDescribe{
	width: 100%;
	display: -webkit-box; 
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex;  
	display: -ms-flexbox;
	display: flex; 
	margin-top: 78px;
}

.surveyDescribe .left{
	width: 420px;
	height: 482px;
	border-right: 1px solid #dae0e5;
	display: -webkit-box; 
	display: -moz-box;  
	display: -webkit-flex; 
	display: -moz-flex;  
	display: -ms-flexbox;
	display: flex; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.surveyDescribe .left .boxNum{
	width:210px;
	height: 136px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
}

.surveyDescribe .left .boxNum h4{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}

.surveyDescribe .left .boxNum p{
	margin-top: 12px;
	font-size: 18px;
	color: #000000;
}

.surveyDescribe .right{
	-webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;  
}

.surveyDescribe .right .surveyText{
	width: 672px;
	height: 100%;
	margin-left: 105px;
	font-size: 16px;
	color: #000000;
	line-height: 42px;
}

.oneTxt{
	margin-top: -10px;
	margin-bottom: 18px;
}

.twoTxt{
	padding: 20px 0;
	border-top: 1px solid #dae0e5;
	border-bottom: 1px solid #dae0e5;
}

.threeTxt{
	margin-top: 18px;
	line-height: 0;
	padding-top: 20px;
}

.companyVision{
	width: 100%;
	height: 580px;
	padding: 70px 0;
	background: url(../img/company/companyVision.png) no-repeat center center;
	background-size: 1920px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.visionDescribe{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 70px;
}

.visionText{
	width: 756px;
	height: 140px;
	background: linear-gradient(to right,#fff,transparent);
	margin-bottom: 8px;
	padding: 22px 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
}
.visionText p{
	font-size: 22px;
	color: #2A2A2A;
}

.companyCulture{
	width: 100%;
	height: 958px;
	padding: 70px 0 60px 0;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cultureDescribe{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
}

.cultureDescribe li{
	width: 100%;
	height: 224px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;

}
.cultureDescribe .img-box {
	width: 344px;
	height: 224px;
	position: relative;
}

.cultureDescribe .img-box img {
	width: 344px;
	height: 224px;
	display: inline-block;
}

.cultureDescribe .img-box .img-txt{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 224px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.cultureDescribe .txt-box {
	width: 856px;
	height: 224px;
	padding: 0 66px 0 66px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: linear-gradient(to right,#F7F7F7,transparent);
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.cultureDescribe .txt-box .textDes {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 36px;
}

.companyQualification{
	width: 100%;
	height: 626px;
	padding: 70px 0 85px 0;
	background: #F7F7F7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.qualificationImg{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
}

.qualificationImg li{
	width: 384px;
	height: 348px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	overflow: hidden;
	position: relative;
}

.qualificationImg .img-box {
	width: 340px;
	height: 248px;
	box-shadow: 0px 8px 15px 0px rgba(153, 153, 153, 0.16);
}

.qualificationImg .img-box img {
	width: 384px;
	height: 248px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.qualificationImg .txt-box {
	width: 100%;
	height: 80px;
	/* background-color: #fff; */
	font-size: 16px;
	line-height: 80px;
	text-align: center;
}
