/*宗龙龙 2017-5-29 11:29:37 覆盖样式*/
/*=============================index=============================*/
*{
	box-sizing: border-box;
}

.navbar {
   background: #fff !important;
  }
.navbar-daocloud .navbar-nav>li>a{
	color:#3F3F3F;
	transition: 0.3s;
}
.navbar-daocloud .navbar-nav>li>a:hover{
	color:#fff;
	background-color: #5FA0FE;
}
.navbar-daocloud .navbar-brand{
	transition: 0.3s;
	color:#3F3F3F;	
	font-weight: bold;
}
.navbar-daocloud .navbar-brand:hover{
	color:#3F3F3F;
}
.btn-ghost-light{
	border-color: #5FA0FE !important;
	color: #5FA0FE !important;
	border-radius: 0px;
}
.denglu{
	background-color: #5FA0FE !important;	
	color:#fff !important;
	margin-right: 20px !important;
}
.header-gradient-bg{
	background-image: url(../images/Home/banner_1.html);
	background-size: 100% 100%;
}
#action-reg{
	background-color: #5FA0FE;
	color: #fff !important;
	border-radius: 4px;
}
.action-reg-shadow{
	position: absolute !important;
	margin-left: -100px !important;
	width: 108px !important;
	z-index: -1 !important;
	border: 1px solid #5FA0FE !important;
	margin-top: 8px;
	background-color: rgba(0,0,0,0) !important;
}
.app_store{
	width: 100%;
	max-width: 1180px;
	box-sizing: border-box;
	/*border:1px solid red;*/
	margin:0px auto;
	zoom: 1;
    /*overflow: hidden;*/
}
.app_store_div{
	zoom:1;
	/*overflow: hidden;*/
	padding-bottom: 15px;
}
.app_store_title{
	text-align: center;
}
.z_text_algin_center{
	text-align: center;
}
.app_store ul{
	width: 33.3%;
	list-style: none;
	padding: 15px;
	margin:0px;
	float: left;
	max-height: 327px;
	min-height: 327px;
	margin-bottom: 0px;
	transition:0.3s;
	border-radius: 5px;
}
.app_store ul:hover{
	transform: scale(1.01);
	-ms-transform: scale(1.01);	/* IE 9 */
	-webkit-transform: scale(1.01);	/* Safari 和 Chrome */
	-o-transform: scale(1.01);	/* Opera */
	-moz-transform: scale(1.01);	/* Firefox */
	background-color: white;
	cursor: pointer;
	box-shadow: 5px 5px 15px gray;
}
.xiangqing{
	opacity: 0;
	text-align: center;
    display: block;
    width: 40%;
    margin: 0px auto;
    background-color: #E64340;
    color: white;
    line-height: 30px;
    border-radius: 5px;
    margin-top: -22%;
}
.app_store ul:hover > .xiangqing{
	opacity: 1;
}
.app_store ul img{
	width: 100%;
	border-radius: 5px;	
}
.app_store ul li:nth-child(2){
	font-size: 16px;
	font-weight: bold;
}
.app_store ul li:nth-child(3){
	max-height: 56px;
	overflow: hidden;
}
.app_store ul li{
	padding: 5px 0px;
}
.anli_ul{
	background-color: white;
	min-height:150px !important;
	height: 165px !important;
	width: 31.3% !important;
	margin:1% !important;
}
.anli_ul li{
	float: left;
}
.anli_ul li:nth-child(1) span{
	display: block;
	float: left;
	white-space: nowrap;	
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
}
.anli_ul li:nth-child(2){
	width: 100%;
	text-align: center;
}
.anli_ul li:nth-child(2) span{
	color: #2AC429;
	font-size: inherit;
	font-weight: inherit;
}
.anli_ul img{
	/*width: 30% !important;*/
	float: left !important;
	margin-right: 10px;
	width: 70px !important;
	height: 70px;
}
.anli_ul:hover{
	box-shadow: 5px 5px 15px gray;
}
.anli_ul span{
	font-size: 18px;
}
.anli_ul p{
	width: 64%;
	float: left;
	height: 69px;
	margin-bottom:0px;
	-webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
/*===========================solution===============================*/
.section{
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}
.section:nth-child(2n){
	background-color: #EEEEEE;
}
.section.border-bottom{
	border-bottom: none;
}
.heading:after{
	display: none !important;
}
.content{
	line-height: 30px;
	max-width: none !important;
	font-size: 16px !important;
	padding-bottom: 15px;
	
}
.container{
	text-align: center;
}
.solution-nav > div{
	padding-top: 30px;
	padding-bottom: 30px;
}
.solution-nav .name{
	color: #228AD1;
	padding: 0px;
}
.container .col-sm-3 a .icon{
	width: 100% !important;
	height: auto;
	transition: 0.3s;
	border-radius: 5px;
	overflow: hidden;
}
.container .col-sm-3 a .icon:hover{
	box-shadow: 0px 0px 20px gray; 
}
.container .col-sm-3 a .icon:hover img{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);	/* Safari 和 Chrome */
	-moz-transform: rotateY(180deg);	/* Firefox */
}
.solution-nav{
	padding-bottom: 0px;
	font-size: 16px;
	line-height: 40px;
	color:#2389D3;
	font-weight: bold;
	border: none;
}
.solution-nav img{
	width: 100px;
	height: 100px;
	transition: 0.4s;
	border-radius: 100px;
	/*box-shadow: 0px 0px 5px;*/
	margin-top: 5px;
}
.item{
	background-color: white;
	text-align: center !important;
	padding:15px;
}
.item p{
	color: gray;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
	height: 46px;
}
.item img{
	width: 70px !important;
	height: 70px !important;
}
.item h2{
	font-size: 18px;
	font-weight: bold;
}
.item div img{
	width: auto !important;
	height: 35px !important;
}
.zll_anli .item{
	height: 200px;
	padding: 0px;
}
.zll_anli .item div{
	line-height: 200px;
}
.fangan{
	width: 23%;
	height: 220px;
	max-height: 220px;
	float: left;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin: 1%;
	position: relative;
	background-position: center;
	transition: 0.3s;
	background-size: 100% 100%;
}
.fangan:hover{
	background-size: 110% 110%;
}
.fangan_content{
	position: absolute;
	bottom: 0px;
	color: white;
	padding-left: 10px;
}
.fangan h4{
	margin:0px !important;
	text-align: left;
}
.fangan > h4{
	line-height: 220px;
}
.zll_row > div > div p{
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
	height: 69px;
}
.zll_row > div > div{
	padding-top: 5px;
	transition: 0.5s;
}
.zll_row > div > div:hover{
	box-shadow: 0px 0px 8px gray;
}
.subsection div:hover{
	transform: scale(1.03);
}
.section-center {
	height: 600px;
}
/*===========================自动变化===============================*/

@media only screen and (max-width: 480px){
	.app_store ul{
		min-height: 240px;
		max-height: none;
		width: 100%;
	}
	.app_store ul li{
		padding: 0px;
	}
	.app_store ul li:nth-child(2){
		text-align: center;
	}
	.z_text_algin_center{
		padding: 0px 10px;
	}
	.app_store ul li:nth-child(3){
		max-height: 56px;
		overflow: inherit;
	}
	.anli_ul{
		width: 100% !important;
		height: 240px !important;
	}
	.anli_ul li{
		text-align: center;
		width: 100%;
	}
	.anli_ul li:nth-child(1) img{
		margin:0px;
		float: none !important;
	}
	.anli_ul li:nth-child(1) span{		
		width: 100%;
	}
	.anli_ul li:nth-child(1) p{
		width: 100%;
	}
	.fangan{
		height: 210px !important;
		width: 98%;
	}
	.section-center {
		height: 400px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 766px){
	.app_store{
		width: 80%;
	}
	.app_store ul{
		min-height: 240px;
		max-height: 271px;
		width: 50%;
	}
	.anli_ul{
		width: 48% !important;
	}
	.anli_ul li:nth-child(1) span{
		width: 50%;
	}
	.anli_ul p{
		width: 45%;
		-webkit-line-clamp:2;
		height: 46px;
	}
	.fangan{
		height: 210px !important;
		width: 48%;
	}
	.section-center {
		height: 450px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 990px){
	.app_store{
		width: 750px;
	}
	.app_store ul{
		min-height: 250px;
		max-height: 271px;
	}
	.anli_ul p{
		width: 59%;
	}
	.anli_ul li:nth-child(1) span{
		width: 115px;
	}
	.fangan{
		height: 160px !important;
	}
	.fangan > h4{
		line-height: 160px;
	}
	.section-center {
		height: 500px;
	}
}
@media only screen and (min-width: 991px) and (max-width: 1200px){
	.app_store{
		width: 970px;
	}
	.app_store ul{
		min-height: 290px;
		max-height: 290px;
	}
	.anli_ul li:nth-child(1) span{
		width: 175px;
	}
	.fangan{
		height: 190px !important;
	}
	.fangan > h4{
		line-height: 190px;
	}
	.item div img{
		height: 30px !important;
	}
	.section-center {
		height: 550px;
	}
}
@media only screen and (min-width: 1201px){
	.app_store{
		width: 1170px;
	}
}