/*!
 *  Kwicks: Sexy Sliding Panels for jQuery - v2.2.1
 *  http://devsmash.com/projects/kwicks
 *
 *  Copyright 2013 Jeremy Martin (jmar777)
 *  Contributors: Duke Speer (Duke3D), Guillermo Guerrero (gguerrero)
 *  Released under the MIT license
 *  http://www.opensource.org/licenses/mit-license.php
 */
/*
 *  This file contains styles that are common to all kwicks instances.  Note that each kwicks instance requires
 *  additional styling - please see the examples for more info.
 */
.kwicks {
	display: block;
	list-style-type: none;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks > * {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.kwicks.kwicks-processed > * {
	margin: 0;
	position: absolute;
}
.kwicks-horizontal > * {
	float: left;
}
.kwicks-horizontal > :first-child {
	margin-left: 0;
}
.kwicks-vertical > :first-child {
	margin-top: 0;
}

.kwicks {
	height: 165px;
}
.kwicks > li {
	height: 165px;
	/*background-color: #ccc;*/
	float: left;
}

.swiper-button-prev:before, .swiper-button-next:before { font-family: "iconfont"; font-size: 48px; color: #000 }


/*-------------------业务介绍-------------------*/
/* .pro-kwicks { background: url(../images/smart/pro-bg.jpg) bottom no-repeat;background-size: cover } */
.pro-kwicks a { transition:0s; -webkit-transition: 0s; -moz-transition: 0s; -o-transition: 0s }
.pro-kwicks .kwicks { height: calc(100vh - 84px) }
.pro-kwicks .kwicks>a:nth-of-type(2n){ background: rgba(70,208,122,0.1) }
.pro-kwicks .poabsolute-w50 { top: 25% }
.pro-kwicks .kwicks-expanded i { transition:0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s }
.kwicksicon { padding: 20px;background: rgba(255,255,255,0.4);border-radius: 50% }

.pro-kwicks .kwicks-expanded { transition-property:height;-moz-transition-property: height;-webkit-transition-property:height;-o-transition-property:height;background: rgba(0,174,65,0.8)!important;color: #fff }
.pro-kwicks .kwicks-expanded i, .pro-kwicks .kwicks-expanded .color925f00  { color: #fff }
.pro-kwicks .kwicks-expanded i { font-size: 4em!important } 
.pro-kwicks .kwicks-expanded h6 { margin-top: 40px } 
.pro-kwicks .kwicks-expanded span { margin-top: 20px } 


.developmentkv .pro-kwicks .kwicks>a:nth-of-type(2n){ background: transparent }
.developmentkv .kwicksicon { background: rgba(255,255,255,0.8); color: #3bb863; transition:0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s }
.developmentkv .kwicks-expanded .kwicksicon { font-size: 4em!important; color: #3bb863 }



@media ( min-width:1260px ) and ( max-width:1600px ) {
}

@media ( min-width:1000px ) and ( max-width:1259px ) {
}

@media ( min-width:801px ) and ( max-width:999px ) {

}	

@media ( max-width:800px ) {

.pro-kwicks a { width: 100%;height: 300px;float: none }
.pro-kwicks .kwicks { height: auto }
.pro-kwicks .kwicks .undis { display: block }

.pro-kwicks .poabsolute-w50 { top: 17% }
.kwicksicon { padding: 15px;background: rgba(255,255,255,0.6); }
.businesskv { height: calc(100vh - 50px )!important; background-size: cover!important } 
.mo_businessbox { padding-top: 30% }
.mo_businessbox .swiper-slide { padding: 20px 0 80px 0 }



}