﻿@charset "utf-8";
.navbarColor{
	background-color: rgba(0,0,0,.2);
}
/**************************************************轮播图相关动画开始*******************************************/
.swiper-container{
	height: 664px;
}
.arrow-left,.arrow-left1{
  background: url(../images/arrows.png) no-repeat left top;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index:10;
}
.arrow-right,.arrow-right1{
  background: url(../images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index:10;
}
/*轮播圆点*/
.pagination{
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
 .swiper-slide,.swiper-slide {
    text-align: center;
    font-size: 18px;
    position:relative;
}
/*轮播图片部分*/
.slide1Center{
	color:#216eaf;
}
.slide1{
	background: url("../images/banner1.jpg") no-repeat center;
}
.slide2{
	background: url("../images/banner2.jpg") no-repeat center;
}
.slide3{
	background: url("../images/banner3.jpg") no-repeat center;
}
.slide4{
	background: url("../images/banner4.jpg") no-repeat center;
}
/********轮播图1的动画效果********/
.swiper-slide .slide1Top,.swiper-slide .slide1Center,.swiper-slide .slide1Footer{
	position:absolute;
}
.swiper-slide .slide1Top{
    left: 24.5%;
    bottom: 194px;
}
.swiper-slide .slide1Center{
    left: 37%;
    top: 315px;
}
.swiper-slide .slide1Footer {
	left: 32%;
    top: 410px;
}
.swiper-slide .slide1Footer img{
	margin-right: 78px;
}
/********自定义CSS动画********/
.loop{
	animation-iteration-count: infinite;/*无限*/
	animation-timing-function:linear;/*平滑*/
}
.moveRight{
	-webkit-animation-name:moveRight;
	
	animation-name:moveRight;
}
@-webkit-keyframes moveRight{
	0%{
		opacity: 0;
		left:0px;
	}
	10%{
		opacity: 1;
	}
	100%{
		opacity: 1;
		left:550px;
	}
}
@keyframes moveRight{
	0%{
		opacity: 0;
		left:0px;
	}
	10%{
		opacity: 1;
	}
	100%{
		opacity: 1;
		left:550px;
	}
}

.moveLeft{
	-webkit-animation-name:moveLeft;
	animation-name:moveLeft;
}
@-webkit-keyframes moveLeft{
	0%{
		opacity:0;
		left:390px;
	}
	10%{
		opacity:1;
	}
	100%{
		opacity:1;
		left:-370px;
	}
}
@keyframes moveLeft{
	0%{
		opacity:0;
		left:390px;
	}
	10%{
		opacity:1;
	}
	100%{
		opacity:1;
		left:-370px;
	}
}
/**************************************************轮播图相关动画结束*******************************************/
/**************************************************公司概况相关开始*******************************************/
.companyProfile{
	height: 650px;
	padding: 48px 0;
}
.informationTitle{
	margin-top:8px;
}
.companyProfileTitle,.informationTitle,.NewsTitle,.busineessTitle{
	width: 40%;
	/*display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;*/
    /*for ie9*/
    border-bottom: 1px solid #ccc;
    justify-content: center;
    margin: 0 auto 48px auto;
}
.companyProfileTitleDetails,.informationTitleDetails,.NewsTitleDetails,.busineessTitleDetails{
    width: 60%;
    text-align: center;
    margin-left: 50%;
    transform: translate(-50%,3px);
    -moz-transform: translate(-50%,3px);
    -ms-transform: translate(-50%,3px);
    -o-transform: translate(-50%,3px);
    -webkit-transform: translate(-50%,2px);
    border-bottom: 3px solid #478ae5;
    font-size: 24px;
    color: #666;
    padding-bottom: 20px;
}
.smallFont{
	font-size: 14px;
	color:#999;
}
.companyQualifyTitleDetails .smallFont{
	color:#ccc;
}
/*视频*/
.companyProfileContent{
	width: 100%;
	height: 452px;
	background-color: #ebe0e8;
}
.companyProfileVideo{
	float: left;
    width: 70%;
	height: 452px;
	position: relative;	
}

/*播放器控件*/
/*.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.8em;
    height: 1.8em;
    width: 1.8em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}*/
/*内容*/
.companyProfileInfor {
    width: 30%;
	height: 452px;
	float: left;
	color:#fff;
	background: url(../images/companyprife.jpg) no-repeat;
}
.companyProfileInforContent{
	margin: 55px 31px;
}
.companyTitle{
    font-size: 24px;
    margin: 78px 0 9px 0;
}
.companyContent p{
	font-size: 14px;
}
.companyContent p:nth-last-child(1){
	width: 190px;
}
/*按钮划过后的动态效果*/
.lookMore,.downNow,.lookWeb{
	display: block;
 	position: relative;
	width: 152px;
    height: 45px;
    line-height: 45px;
	_line-height: 45px;
	*line-height: 45px;
	margin-top: 32px;
	color:#fff;
	font-size: 16px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	overflow: hidden;
 	-webkit-transition: all 0.15s ease-in;
 	transition: all 0.15s ease-in;
}
.lookMore{
	background-color: #f7ad54;
}
.lookMore:before{
	content: ' ';
	position: absolute;
	background: #fff;
	width: 25px;
	height: 50px;
	top: 0;
	left: -45px;
	opacity: 0.3;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.lookMore:hover:before,.downNow:hover:before,.lookWeb:hover:before {
	width: 45px;
	left: 205px;
}
.lookMore:hover{
	color:#fff;
	background-color:#ffcc8f;
	text-decoration: none;
}


/**************************************************公司概况相关结束*******************************************/

/**************************************************产品简介相关开始*******************************************/
/*乘梯管家*/
.informationApp{
	width: 100%;
	height: 483px;
	background: url("../images/cp_bj1.jpg") no-repeat center;
}
.informationAppContent{
	margin: 130px 0 0 5%;
	-vendor-animation-duration: 3s;
}
.informationAppTitle,.informationWebTitle{
	font-size: 24px;
	color:#478AE5;
	margin: 0 0 24px 12px;
}
.appContent,.webContent{
	color:#666;
	font-size: 14px;
}
.redTip{
	color:#f6592e;
}
.downNow,.lookWeb{
	background-color: #419df2;
	margin-left: 14px;
}
.downNow:hover,.lookWeb:hover{
	color:#fff;
	background-color:#72b8f5;
	text-decoration: none;
}
.downNow:before,.lookWeb:before{
	content: ' ';
	position: absolute;
	background: #fff;
	width: 25px;
	height: 50px;
	top: 0;
	left: -45px;
	opacity: 0.3;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
/*平台系统*/
.informationWeb{
	width: 100%;
	height: 458px;
	margin-bottom: 48px;
	background: url("../images/cp_bj2.jpg") no-repeat center;
}
.informationWebContent{
    margin: 102px 0 0 60%;
	-vendor-animation-duration: 3s;
	-vendor-animation-delay: 2s;
}
/**************************************************产品简介相关结束*******************************************/
/**************************************************新闻动态相关开始*******************************************/
.News{
	height: 744px;
	/*height: 635px;*/
}
.information{
	height: 548px;
}
/**************************************************新闻动态相关结束*******************************************/
.company{
	height: 512px;
	padding: 64px 0;
	margin-bottom: 48px;
	background: url("../images/zz_bj.jpg") no-repeat center;
}
.companyQualifyTitle{
    width: 40%;
	display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    /*for ie9*/
    border-bottom: 1px solid #ccc;
    justify-content: center;
    margin: 0 auto 48px auto;
    display: table;
}
.companyQualifyTitleDetails{
    width: 74%;
	margin-left: 50%;
	transform: translate(-50%,2px);
	-moz-transform: translate(-50%,2px);
	-ms-transform: translate(-50%,2px);
	-o-transform: translate(-50%,2px);
	-webkit-transform: translate(-50%,2px);
	border-bottom: 3px solid #fff;
	font-size: 24px;
	color:#fff;
	padding-bottom: 20px;
}
.companyQualifyTitle .small{
	color:#c9cbca;
}
.busineessTitleDetails{
    width: 69%;
}
/*新闻动态的内容部分*/
#history{
	width:100%;
	height:450px;
	position:relative;
	margin:50px auto 0 auto;
}
#content::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 113%;
    background: rgba(0, 0, 0, .1);
    filter:Alpha(opacity=10);
    top: 16px;
    left: 50%;
}
.list{
	overflow:hidden;
	position:relative;
	height: 420px;
}
.list li{
	padding: 40px;
    vertical-align: bottom;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}
.lileft{
    position: absolute;
    top: 0;
    left: 3.8%;
    width: 42%;
	text-align:right;
}
.liright{    
    position: absolute;
    top: 0;
    right: 9%;
    width: 37.1%;
    word-wrap: break-word;
}
.hisct{
	font-size:13px;
	color:#6e6e6e;
    line-height: 24px;
    margin-top: 6px;
    text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.histt a:hover{
	color:#478AE5;
	text-decoration: none;
}
/*自定义字体*/
@font-face {
	font-family:HELVETICANEUELTPRO-THEX;
	src: url(HELVETICANEUELTPRO-THEX.OTF);
}
.md{
	font-size:30px;
	color:#999;
	margin-bottom: 14px;
	font-family:"HELVETICANEUELTPRO-THEX";
}
.year{
	font-size:14px;
	color:#999;
	margin-right:5px;
	margin-left: 6px;
	font-family:"HELVETICANEUELTPRO-THEX";
}
.point{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 49%;
    background-color: #fff;
    z-index: 2;
}
.point b{
	height: 8px;
    width: 8px;
    background: #d8d3d3;
    display: block;
    margin: 10px 0 0 9px;
    border-radius: 18px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    position: absolute;
    top: 0;
    left: 0;
}
.thiscur .point b{
	border:7px solid rgba(65,157,242,0.9);
	filter:Alpha(opacity=90);
	margin:1px 0px 0px -1px;
	border-radius:52px;
}
.thiscur .histt a{
	color:#419df2;
}
.histt a{
	font-size:17px;
	color:#575757;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.lookWeb1,.lookWeb2{
	display: block;
	width: 152px;
	height: 52px;
	line-height: 52px;
	_line-height:52px;
	*line-height:52px;
	color:#fff;
	font-size: 18px;
	text-align: center;
	margin-left: 43.5%;
	margin-top: 75px;
	text-decoration: none;
	background-color: rgba(0,0,0,.3);
	filter:Alpha(opacity=30);
	border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
.lookWeb1:hover,.lookWeb2:hover{
	color: #478ae5;
    text-decoration: none;
    /*background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;*/
}
.lookWeb2{
	margin-top: 10px;
}
/**************************************************公司资质相关开始*******************************************/
.fl {
    float: left;
}
.fr {
    float: right;
}
.company{
 	position: relative;
}
.company_slider ,.sliderBox{
    width: 100%;
    position: relative;
}
.sliderBox{
	height: 212px;
	overflow: hidden;
}
.company_slider ul {
    width: 298%;
    position: absolute;
    top: 0;
    /*left: -20px;*/
    left: 0;
}
.company_slider li {
    width: 8%;
    margin-right: 20px;
}
.company_slider li img {
    width: 100%;
}
.slider_btn div {
	position: absolute;
	top: 50%;
	margin-top: -20px;
    width: 40px;
    height: 40px;
    background-color: #d7d7d7;
    line-height: 40px;
    opacity: .5;
    filter:Alpha(opacity=50);
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
.slide_fl{
	left:-45px;
} 
.slide_fr{
	right: -45px;
}
.smallTitleDetails{
    font-size: 14px;
    margin-left: 6.5%;
}
/**************************************************公司资质相关结束*******************************************/

/**************************************************业务合作相关开始*******************************************/
.busineess{
    height: 345px;
}
.complete{
	width: 20%;
	margin-bottom: 45px;
}
/*.busineessTitleDetails{
	width: 72%;
}
.busineessImgList {
    list-style-type: none;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    /*for ie9*/
    
    /*justify-content: center;
    margin: 77px auto 0;
    display: table;
}*/
/*.busineessImgList li {
    display: table-cell;
}
.complete {
    padding: 0px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}*/
/**************************************************业务合作相关开始*******************************************/
/*屏幕适配*/
@media only screen and (min-width:1349px ) and (max-width:1399px){
	.swiper-slide .slide1Top {
    	left: 29.5%;
    }
    .swiper-slide .slide1Center {
    	left: 32%;
    }
    .swiper-slide .slide1Footer {
    	left: 26%;
	}
}
@media only screen and (min-width:1280px ) and (max-width:1348px){
	.slide_fl{
		left:20px;
	}
	.slide_fr{
		right:20px;
	}
}