body{
	font-family: "Microsoft YaHei",'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #4C4C4B;
	min-height:0%;
	/*overflow: auto;*/
	/*line-height: auto;*/
}
img{
	max-width: 100%;
	/*max-height: 100%;*/
}
ul,li{
	list-style: none;
}
a:link,a:visited,a:hover,a:active{
	text-decoration: none;
	outline: none;
}
.center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.l-menu{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	border-radius: 0;
}
.l-menu .navbar-default{
	border-radius: 0;
	background-color: rgba(248, 248, 248, 0.8);
	margin: 0;
	padding: 0px 0;
	font-size: 20px;
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a{
	color: rgb(68, 68, 68);
	padding: 25px;
}
.l-logo{
	padding: 0 0 0 15px;
	margin-top: 10px;
}

.l-sub-menu{
	display: none;
	position: absolute;
	left: -250px;
	top: 100%;
	background: #FFF;
	z-index: 100;
}
/*#l-menu > li{
	background: blue;
}*/
#l-menu > ul > li:hover .l-sub-menu{
	display: block;
}
.l-placeholder{
	display: none;
	height: 50px;
}

.l-sub-menu{
	width: 500px;
}
.l-sub-menu-left{
	float: left;
	width: 250px;
	position: relative;
}
.l-sub-menu-left a{
	position: absolute;
	top: 20px;
	left: 20px;
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
}
.l-sub-menu-right{
	margin-left: 250px;
	padding-top: 20px;
}
.l-sub-menu-right ul{
	margin: 0;
	/*padding: */
}
.l-sub-menu-right a{
	font-size: 16px;
	font-weight: normal;
	color: #999;
	display: block;
	height: 50px;
	line-height: 50px;
}








.l-cases{
	margin: 30px;
}
.l-cases .nav-tabs{
	text-align: center;
	border: none;
}
.l-cases .nav-tabs>li{
	float: none;
	display: inline-block;
	width: 170px;
}
.nav-tabs>li>a, .nav-tabs>li>a:hover{
	background: #EBEBEB;
	color: #808080;
	padding: 15px 25px;
	font-size: 18px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	background-color: #02C374;
	color: #FFFFFF;
}

.l-cases .tab-content{
	padding-top: 30px;
}

.l-img-text{
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.l-img-text a{
	display: block;
}
.l-img-text .l-cases-cover{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: rgba(77,75,75,0.65);
	color: #FFF;
	margin: 0;
	text-align: center;
	height: 100%;
	margin-top: -45px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.l-img-text span{
	display: block;
	width: 100%;
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.l-img-text:hover .l-cases-cover{
	margin-top: -62px;
}
.l-img-text + .l-img-text{
	margin-top: 20px;
}
.l-img-text p{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #FFF;
}
.l-img-text .l-cases-cover:hover{
	top: 0;
	margin-top: 0;
}
.l-img-text .l-cases-cover:hover>span{
	height: 0;
}
.l-img-text .l-cases-cover p span{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -30px;
}
.l-img-text .l-cases-cover p a{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 20px;
	margin-left: -45px;
    padding: 5px 20px;
	background: #FFF;
	display: inline-block;
}
.l-img-text i{
	position: relative;
	top: 3px;
}

.l-service-title{
	position: relative;
	margin-top: 30px;
	text-align: center;
}
.l-service-title:before,.l-service-title:after{
	position: absolute;
	top: 50%;
	width: 50%;
	display: block;
	content: " ";
	height: 1px;
	background: #878787;
}
.l-service-title:before{
	left: -130px;
}
.l-service-title:after{
	right: -130px;
}

.l-contain{
	padding-bottom: 30px;
	overflow: hidden;
	min-height:0%;
}

.l-service{
	margin: 30px;	
}
.l-service-item{
	border: 1px solid #666;
}
.l-service-item + .l-service-item{
	margin-top: 21px;
}
.l-service-text{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
}
.l-service-text h3{
	line-height: 35px;
    text-align: center;
}
.l-service-s{
	margin-top: 23px;
}


.l-footer{
	background: #717070;
	padding: 40px 0 0;
}
.l-footer-item{
	float: left;
	padding-left: 60px;
	color: #FFF;
}
.l-footer-item:first-child{
	padding-left: 30px;
}
.l-footer-item:nth-child(4){
	padding-left: 90px;
}
.l-footer-item a{
	color: #FFF;
}
.l-footer-item h4 a{
	color: #02D958;
}
.l-footer-item ul{
	padding: 0;
	margin: 10px 0 0;
	line-height: 30px;
}
.l-qrcode{
	float: right;
	width: 130px;
	margin-right: 30px;
}
.l-copyright{
	/*padding-left: 40px;*/
	background: #3A3A3A;
	padding: 10px;
	color: #B8B8B8;
	margin-top: 30px;
}
.l-copyright-text{
	padding-left: 30px;
	margin: 0;
	font-size: 14px;
}

.l-cases i{
	display: none;
	position: relative;
	top: 2px;
}



/*二级页面*/
.l-page2-placeholder{
	height: 72px;
}
.l-page2-left{
	width: 230px;
	padding-left: 15px;
	float: left;
}
.l-page2-left h1,.l-page2-left h2{
	font-size: 28px;
}
.l-page2-left p{
	margin-top: 30px;
}
.l-page2-left p i{
	display: inline-block;
	padding-right: 15px;
}
p.l-page2-left-v{
	color: #1199E5;
	margin-top: 15px;
	padding-left: 15px;
}
.l-page2-menu{
	padding: 0;
	margin: 100px 0;
}
.l-page2-menu a{
	font-size: 18px;
	display: block;
	height: 58px;
	line-height: 58px;
	color: #333;
	border-left: 6px solid #DADADA;
	padding-left: 15px;
	border-bottom: 1px solid #DADADA;
}
.l-page2-menu a:hover{
	text-decoration: none;
}
.l-page2-menu a.active{
	border-left: 6px solid #01A158;
}
.l-page2-right{
	margin-left: 230px;
	/*background: #F1F1F1;*/
	/*padding-bottom: 30px;*/
}
.l-page2-right h2{
	width: 660px;
	font-size: 26px;
	margin: 30px 0 50px 30px;
}
.l-page2-dl{
	margin-left: 30px;
	width: 400px;
	padding-left: 50px;
}
.l-page2-dl dt{
	margin: 40px 0 15px;
	position: relative;
}
.l-page2-dl dt i{
	position: absolute;
	top: -5px;
	left: -50px;
	font-size: 30px;
	color: #D3D3D3;
}
.l-page2-img1{
	text-align: right;
}
.l-page2-item2{
	margin: 50px 0;
}
.l-page2-item2 .l-page2-dl{
	margin-right: 30px;
}
.l-page2-img2{
	text-align: left;
}
.l-page2-focus{
	background: #FFF;
	padding: 30px 0;
}
.l-page2-focus h2{
	text-align: center;
	margin: 30px 0;
	width: 100%;
}
#softSummary,#solutions{
	background: #F1F1F1;
}
#solutions{
	min-height: 800px;
	/*padding: 100px;*/
	margin-bottom: 30px;
}
#successCases{
	padding: 30px 0;
}
#successCases h3 a{
	font-size: 18px;
	display: block;
	text-align: center;
	color: #333;
}
.l-page2-content{
	display: none;
}
.l-page2-content.active{
	display: block;
}
.l-page2-sc-item{
	margin-bottom: 30px;
}



.l-page3{
	/*//*/
}
.l-page3 .col-md-4{
	padding: 0 5px;
}
.l-page3 h1{
	font-size: 28px;
	text-align: center;
	margin-top: 30px;
}
.l-page3-item{
	text-align: center;
	margin: 30px 0;
	position: relative;
	cursor: pointer;
}
.l-page3-item h3{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #DADADA;
	z-index: 1;
	-webkit-transform: rotateY(-180deg);	/* Safari 和 Chrome */
	-moz-transform: rotateY(-180deg);	/* Firefox */
	-ms-transform: rotateY(-180deg);	/* Firefox */
	transform: rotateY(-180deg);
	opacity: 0;
}
.l-page3-item img{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 230px;
	opacity: 1;
}
.l-page3-item img,.l-page3-item h3{
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-ms-transition: all 0.5s;	/* Opera */
	-o-transition: all 0.5s;	/* Opera */
	transition: all 0.5s;
}
.l-page3-item:hover img{
	-webkit-transform: rotateY(180deg);	/* Safari 和 Chrome */
	-moz-transform: rotateY(180deg);	/* Firefox */
	-ms-transform: rotateY(180deg);	/* Firefox */
	transform: rotateY(180deg);
	opacity: 0;
}
.l-page3-item:hover h3{
	z-index: 2;
	-webkit-transform: rotateY(0deg);	/* Safari 和 Chrome */
	-moz-transform: rotateY(0deg);	/* Firefox */
	-ms-transform: rotateY(0deg);	/* Firefox */
	transform: rotateY(0deg);
	opacity: 1;
}


.l-hr{
	height: 3px;
	background:-moz-linear-gradient(left,#FFF,#D9D9D9,#FFF);/*Mozilla*/
	/*background:-webkit-gradient(linear,0 50%,100% 50%,from(#ace),to(#f96));Old gradient for webkit*/
	background:-webkit-linear-gradient(left,#FFF,#D9D9D9,#FFF);/*new gradient for Webkit*/
	background:-o-linear-gradient(left,#FFF,#D9D9D9,#FFF); /*Opera11*/
	background:-ms-linear-gradient(left,#FFF,#D9D9D9,#FFF); /*IE*/
	background:linear-gradient(left,#FFF,#D9D9D9,#FFF); /*IE*/
	margin: 30px 0;
}
.l-page3 .col-md-6.l-img{
	text-align: center;
}





/*软件开发反转开始*/
.l-page30{
	/*//*/
}
.l-page30 .col-md-4{
	padding: 0 5px;
}
.l-page30 h1{
	font-size: 28px;
	text-align: center;
	margin-top: 30px;
}

.l-page30-color{
	color: #666666   /*反转字体着色*/
}

.l-page30-item{
	text-align: center;
	margin: 0px 0;
	position: relative;
	cursor: pointer;
}
.l-page30-item h3{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #DADADA;
	z-index: 1;
	-webkit-transform: rotateY(-180deg);	/* Safari 和 Chrome */
	-moz-transform: rotateY(-180deg);	/* Firefox */
	-ms-transform: rotateY(-180deg);	/* Firefox */
	transform: rotateY(-180deg);
	opacity: 0;
}
.l-page30-item img{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 200px;
	opacity: 1;
}
.l-page30-item img,.l-page30-item h3{
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-ms-transition: all 0.5s;	/* Opera */
	-o-transition: all 0.5s;	/* Opera */
	transition: all 0.5s;
}
.l-page30-item:hover img{
	-webkit-transform: rotateY(180deg);	/* Safari 和 Chrome */
	-moz-transform: rotateY(180deg);	/* Firefox */
	-ms-transform: rotateY(180deg);	/* Firefox */
	transform: rotateY(180deg);
	opacity: 0;
}
.l-page30-item:hover h3{
	z-index: 2;
	-webkit-transform: rotateY(0deg);	/* Safari 和 Chrome */
	-moz-transform: rotateY(0deg);	/* Firefox */
	-ms-transform: rotateY(0deg);	/* Firefox */
	transform: rotateY(0deg);
	opacity: 1;
}
.l-hr{
	height: 3px;
	background:-moz-linear-gradient(left,#FFF,#D9D9D9,#FFF);/*Mozilla*/
	/*background:-webkit-gradient(linear,0 50%,100% 50%,from(#ace),to(#f96));Old gradient for webkit*/
	background:-webkit-linear-gradient(left,#FFF,#D9D9D9,#FFF);/*new gradient for Webkit*/
	background:-o-linear-gradient(left,#FFF,#D9D9D9,#FFF); /*Opera11*/
	background:-ms-linear-gradient(left,#FFF,#D9D9D9,#FFF); /*IE*/
	background:linear-gradient(left,#FFF,#D9D9D9,#FFF); /*IE*/
	margin: 30px 0;
}
.l-page30 .col-md-6.l-img{
	text-align: center;
}

/*软件开发反转结束*/






.l-p3-text{
	height: 361px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0;
    width: 70%;
}
.l-p3-text h3{
	align-self: flex-start;
	font-size: 35px;
	font-weight: bold;
	margin: 0px 0 30px;
}
.l-p3-text p{
	line-height: 30px;
	width: 100%;
}


.l-about{
	/*min-height: 800px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;*/
    padding: 30px 0 30px;
    text-align: center;
}
.l-about h1{
	padding: 0 0 30px 30px;
}


.l-cases-item1{
	position: relative;
	right: -10px;
}
.l-cases-item2{
	position: relative;
	left: -10px;
}
.l-service-img{
	width: 50%;
}
.l-s-1{
	position: relative;
	right: -5px;
}
.l-s-2{
	position: relative;
	left: -5px;
}
.l-page2-img1{
	width: 100%;
}


.l-page2-focus .col-md-4{
	padding: 5px;
}
.l-page2-focus .col-md-4 img{
	width: 100%;
}
.btn-green{
	background: #02C374;
	color: #FFF;
	margin: 10px;
}
.btn-green:hover,.btn-green:focus{
	color: #FFF;
}
.l-sub-menu-about{
	width: 100%;
	left: 0;
}
.l-sub-menu-about ul{
	padding: 10px 0;
}
.l-sub-menu-about a{
	color: #999;
    font-weight: normal;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    display: block;
    /*padding: 0px 25px;*/
    text-align: center;
}
.l-page1-img1{
	height: 420px;
}
.l-page1-img2{
	height: 200px;
}
.l-p1-img8{
	height: 210px;
	width: 100%;
}
.l-p1-img7{
	height: 209px;
	width: 100%;
}

.l-page2-focus .l-img-text span{
	height: 25px;
	line-height: 30px;
	font-size: 14px;
}
.l-page2-focus .l-img-text .l-cases-cover{
	margin-top: -30px;
}
.l-page2-focus .l-img-text:hover .l-cases-cover{
	margin-top: -35px;
}
.l-page2-focus .l-img-text .l-cases-cover:hover{
	margin-top: 0;
}

.l-contact-text{
	/*background: url(../images/cloud.jpg) no-repeat;*/
	padding: 30px 0 0;
}
.l-contact-text ul{
	padding-left: 10px;
}
.l-contact-text li{
	height: 30px;
	line-height: 30px;
	font-size: 20px;
}


/**案例**/
.l-cases-p h1,.l-news-p h1{
	font-size: 20px;
}
.l-cases-p img{
	/*min-width: 233px;
	min-height: 188px;*/
    width: 245px;
    height: 155px;
}
.l-cases-p .col-md-4{
	padding: 0 10px;
	margin-top: 20px;
}
.l-cases-p .row{
	border-bottom: 1px solid #BCB8B8;
}
.l-cases-p h3{
	font-size: 14px;
	text-align: center;
	position: relative;
	line-height: 1.5em;
    margin: 5px 0;
}
.l-cases-p h3:before{
	content: " ";
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: #01C357;
}
.l-cases-p-title,.l-news-p-title{
	border-bottom: 1px solid #7B7B7B;
    padding: 15px 10px;
    margin: 30px -15px 0;
}
.l-cases-property,.l-cases-contact{
	margin-top: 83px;
    border: 1px solid #CDCDCD;
    padding: 20px 10px;
}
.l-cases-property h2,.l-cases-contact h2{
	font-size: 21px;
	margin: 0 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #CDCDCD;
	/*color: #2A2929;*/
	/*font-weight: bold;*/
}
.l-cases-property ul,.l-cases-contact ul{
	padding: 0;
}
.l-cases-property li,.l-cases-contact li{
	line-height: 30px;
	font-size: 18px;
}
.l-cases-property li span{
	color: #01C357;
}
.l-cases-contact{
	margin-top: 30px;
}
.l-cases-contact a{
	color: #01C357;
	font-size: 18px;
}

/*分页*/
.l-pager{
	padding: 30px 0;
	margin: 0 -15px;
}
.l-pager ul{
	padding: 0;
}
.l-pager:after{
	content: " ",
	display:block;
	clear: both;
}
.l-pager li{
	float: left;
}
.l-pager li:first-child{
	margin-right: 10px;
}
.l-pager li:last-child{
	margin-left: 10px;
}
.l-pager a{
	display: block;
	padding: 5px 10px;
    text-align: center;
    color: #585858;
    font-size: 14px;
    border: 1px solid transparent;
}
.l-pager a.active{
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	color: #01C357;
}

/*新闻*/
.l-news-p .row{
	padding: 10px 0;
	border-bottom: 1px solid #7B7B7B;
}
.l-new-item-img{
	padding: 0;
}
.l-news-p-title{
	padding: 15px 0;
}
.l-new-item-text h3{
	font-size: 18px;
	padding: 15px 0;
	margin: 0;
}
.l-new-item-text p{
	font-size: 14px;
}
.l-new-item-text p:last-child{
	margin-top: 20px;
}
.l-news-activity, .l-news-video{
	background: #EEEEEE;
	margin-top: 30px;
}
.l-news-activity h2, .l-news-video h2{
	font-size: 19px;
	padding: 15px;
	margin: 0;
}
.l-news-activity img, .l-news-video img{
	width: 100%;
}

/*留言*/
.l-contact-message{
	margin-top: 30px;
}
.l-contact-message input,.l-contact-message textarea{
	border: 1px solid #01BA47;
}
.l-contact-message .btn-green{
	padding: 10px 30px;
    font-size: 20px;
}

/*服务与支持背景*/
.l-contain-bg{
	background: #f3f5f4;
	padding-bottom: 0px;
}
.l-bg-2{
	background: #FFF;
	margin: 0 -10px;
	padding-bottom: 30px;
}

/*联系我们*/
.l-contact .container{
	padding: 0;
}
.l-page-top{
	background: #FFFFFF;
}
.l-page-top .container{
	padding: 9px 0;
	/*border-bottom: 1px solid #DDD;*/
}
.l-page-top .container.border{
	border-bottom: 1px solid #DDD;
}
.l-page-top h1{
	font-size: 25px;
	margin: 0;
	font-weight: bold;
}
.l-page-top p{
	margin: 0;
	height: 27px;
	line-height: 27px;
	padding-right: 20px;
	font-size: 25px;
}
.l-page-top p i{
	display: inline-block;
	margin-right: 10px;
}

/*软件开发*/
.l-soft{
	padding: 30px 0 10px;
}
.l-soft ul{
	padding: 0;
	-webkit-column-count:3; /* Safari 和 Chrome */
	-moz-column-count:3; /* Firefox */
	-ms-column-count:3; /* Firefox */
	column-count:3;
	-webkit-column-gap:10px; /* Safari 和 Chrome */
	-moz-column-gap:10px; /* Firefox */
	-ms-column-gap:10px; /* Firefox */
	column-gap:10px;
}
.l-soft li{
	border: 1px solid #999;
	padding: 30px;
	text-align: center;
	cursor: pointer;
	background: #FFFFFF;
}
.l-soft li p{
	margin-top: 10px;
	font-size: 20px;
}
.l-tab-content{
	border: 1px solid #999;
	position: relative;
	background: #FFFFFF;
}
.l-soft li.active,.l-soft li:hover{
	color: #013DFE;
	border: 1px solid #013DFE;
}
.l-soft li img.active{
	display: none;
}
.l-soft li.active img,.l-soft li:hover img{
	display: none;
}
.l-soft li.active img.active,.l-soft li:hover img.active{
	display: inline-block;
}

i.caret{
	display: block;
	border-color: transparent transparent #999;
	border-style: dashed dashed solid;
	border-width: 0 15px 15px;
	width: 0;
	height: 0;
	line-height: 0;
	position: absolute;
	top: -15px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
i.caret i{
	border-color: transparent transparent #FFFFFF;
	border-style: dashed dashed solid;
	border-width: 0 13px 13px;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    left: -13px;
	top: 2px;
	z-index: 2;

}

.l-tab-content .one img{
	width: 100%;
}
.l-soft-tab .tab-content{
	display: none;
}
.one .one{
	display: block;
}
.two .two{
	display: block;
}
.three .three{
	display: block;
}
.one i.caret{
	left: 16.6666666%;
}
.two i.caret{
	left: 50%;
}
.three i.caret{
	left: 83.333333%;
}
.l-soft-tab .row{
	margin: 0;
}
.l-soft-tab-text{
	padding: 40px;
	padding-left:80px;
}
.l-soft-tab-text h3{
	font-size: 25px;
    font-weight: bold;
    color: #000;  
}
.l-soft-tab-text p{
	line-height: 30px;
	margin-top: 20px;
}
.l-soft-tab-text ul{
	padding-left: 0;
	line-height: 30px;
}
.text-indent{
	text-indent: 2em;
}
.l-soft-tab-img{
	padding: 30px;
	text-align: right;
}

#l_video{
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/*padding: 30px;
	background: #FFFFFF;*/
	display: none;
}
.l-close{
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
}

.l-page3-banner img{
	width: 100%;
}

.l-soft-title{
	margin-top: 60px;
}
.l-soft-cases{
	background: #f3f5f4;
	padding-bottom: 60px;
}
.l-soft-cases .row{
	margin: 0 -5px;
}

/*轮播图文字*/
.l-silder-text{
	/*margin-top: 70px;*/
    line-height: 50px;
    height: 195px;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -ms-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
    width: 100%;
    white-space: nowrap;
}
.l-silder-text p{
	margin: 0;
	font-size: 16px;
}
.l-silder-text h2{
	font-size: 60px;
	margin: 30px 0 15px;
}
.l-silder-text h3{
	font-size: 30px;
	margin: 0;
}
.animated{
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.item.active .l-silder-text{
	opacity: 1;
}

@media (max-width: 768px){
	.l-logo{
		width: 220px;
		padding-top: 6px;
		margin-top: 0px;
	}
	.l-service-text{
		display: block;
		width: 100%;
		float: left;
		height: 150px;
		padding-top: 20px;
	}
	.l-copyright-text span{
		display: block;
		text-align: center;
	}
	.l-qrcode{
		width: 80%;
		margin: 20px 10%;
	}
	.l-cases .nav-tabs>li{
		width: 100%;
		display: block;
		border-bottom: 1px solid #DDD;
		margin: 0;
	}
	.l-cases .nav-tabs>li a{
		/*border-bottom: 1px solid #666;*/
	}
	.l-cases li.active i{
		display: inline-block;
		padding-left: 10px;
	}
	.l-placeholder{
		display: block;
	}

	.l-page2-left-phone{
		margin: 0 -15px;
		padding: 30px 15px;
		position: relative;
	}
	.l-page2-left-phone h1{
		font-size: 20px;
		margin: 0;
	}
	.l-page2-right{
		margin: 0 -15px;
	}
	.l-page2-right h2{
		width: 90%;
		font-size: 18px;
		margin: 20px auto;
	}
	.l-page2-dl{
		margin: 0;
		padding: 0 10px;
		width: 100%;
	}
	.l-page2-item2 .l-page2-dl{
		margin: 0;
	}
	.l-page2-focus .col-md-4{
		margin-bottom: 10px;
	}
	.l-page2-select{
		float: right;
	    height: 50px;
	    width: 150px;
	    padding-left: 10px;
	    border: 1px solid #ddd;
	    position: relative;
	}
	.l-page2-select span{
		display: block;
		line-height: 50px;
		font-size: 18px;
	}
	.l-page2-select i{
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		background: #02C374;
		height: 48px;
		width: 48px;
		text-align: center;
		line-height: 48px;
		color: #FFF;
		font-size: 20px;
	}
	.l-page2-select ul{
		position: absolute;
		top: 100%;
		left: -1px;
		padding-left: 0;
		border: 1px solid #ddd;
		width: 100%;
		background: #FFF;
		display: none;
		z-index: 10;
	}
	.l-page2-select ul a{
		color: #333;
		display: block;
		height: 40px;
		line-height: 40px;
		padding-left: 10px;
	}

	.l-cases-item1{
		right: 0;
	}
	.l-cases-item2{
		left: 0;
	}
	.l-service-img{
		width: auto;
	}
	.l-s-1{
		right: 0;
	}
	.l-s-2{
		left: 0;
	}

	.l-img-text + .l-img-text{
		margin-top: 0px;
	}
	.l-service-item + .l-service-item{
		margin-top: 0px;
	}
	.l-footer-item,.l-footer-item:nth-child(4){
		padding-left: 30px;
	}
	.l-copyright-text{
		padding-left: 0;
	}
	.l-page1-img1,.l-page1-img2{
	    height: auto;
	    margin-bottom: 10px;
	}
	.l-p1-img7,.l-p1-img8{
		height: auto;
	}

	.l-soft ul{
		-webkit-column-count:1; /* Safari 和 Chrome */
		-moz-column-count:1; /* Firefox */
		-ms-column-count:1; /* Firefox */
		column-count:1;
		-webkit-column-gap:10px; /* Safari 和 Chrome */
		-moz-column-gap:10px; /* Firefox */
		-ms-column-gap:10px; /* Firefox */
		column-gap:10px;
	}
	i.caret{
		display: none;
	}
}