
@media only screen and (max-width: 960px) {
	.fll {display: none} 
.ban {display: none}
/* 手机轮播 */
.swiper-container {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
	z-index:1
}
.swiper-container-no-flexbox .swiper-slide {
	float:left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column
}
.swiper-wrapper {
	position:relative;
	width:100%;
	
	z-index:1;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-ms-transition-property:-ms-transform;
	transition-property:transform;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-o-transform:translate(0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	-ms-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
	margin:0 auto
}
.swiper-slide {
	-webkit-flex-shrink:0;
	-ms-flex:0 0 auto;
	flex-shrink:0;
	width:100%;
	
	position:relative
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height:auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align:start;
	-ms-flex-align:start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	-webkit-transition-property:-webkit-transform, height;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-ms-transition-property:-ms-transform;
	transition-property:transform, height
}
.swiper-container .swiper-notification {
	position:absolute;
	left:0;
	top:0;
	pointer-events:none;
	opacity:0;
	z-index:-1000
}
.swiper-wp8-horizontal {
	-ms-touch-action:pan-y;
	touch-action:pan-y
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	 
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	 
	position: relative;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}
.swiper-slide img {
	width:100%
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index:10
}
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {

	margin: 0 5px
}
.swiper-container1 .swiper-pagination-bullet-active {
	opacity: 1!important;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
	background: #fff!important
}
.swiper-container1 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: .5;
	-webkit-transition: transform .2s;
	-moz-transition: transform .2s;
	transition: transform .2s
}
.swiper-container-horizontal>.swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination {
	position:absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index:10
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #e70;
	background: rgba(238,119,0,.9)
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-container2 {

}
#scrollTop {
	position: fixed;
	bottom: 50px;
	right: 10px;
	width: 26px;
	height: 26px;
	display: none;
	z-index: 9999
}
.iBanner {
	width:100%;
	float:left
}
.iBanner img {
	display:block
}
.iBanner .hd {
	height: 20px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center
}
.iBanner .hd span {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	margin: 0 4px
}
.iBanner .hd span.on {
	background: #ee7800
}
.iBtn a, .iBtn a span {
	height: 40px;
	display: block
}
.swiper-container1, .swiper-wrapper1 {
	position: relative;
	z-index: 1;
	width: 100%
}
.swiper-container1 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto
}
.swiper-container {
	padding-top: 0!important;
	padding-bottom: 0!important
}
.swiper-container-android .swiper-slide, .swiper-wrapper1 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-wrapper1 {
	 
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing:content-box
}
/*热门产品分类*/
.rm{width: 100%; float: left; margin:30px 0;}
.rm .hd { width:100%; float:left}
.rm .hd .tit{display: none}

.rm .hd ul{width: 96%; float: left; margin: 0 2%;}
.rm .hd ul li{width: 24.2%; float:left; line-height:55px; margin-right: 1%; text-align: center; font-size:14px; background: #ebebeb; border-radius: 10px 10px 0 0; color:#333}
.rm .hd ul li:last-child{ margin-right: 0}
.rm .hd ul li.on{ float:left; line-height:55px; background: #0f5b87;  color:#fff}
.rm .hd ul li.tw{ }

.rm .bd { width:100%; float:left}
.rm .bd .wz{width:100%; float:left; padding-top: 10px}
.rm .bd .wz p{ line-height: 30px}
/*产品分类*/
.fl { width: 100%;  float: left; margin:0 0 25px 0;}
.fl .flbg { width: 100%;  height: 100px;float: left;}
.fl .flbg dl { display: none}
.fl .bg1 { background: url("/img/msmb.jpg") top no-repeat; background-size: 100%} 
.fl .bg2 { background: url("/img/mjxb.jpg") top no-repeat;background-size: 100%}
.fl .bg3 { background: url("/img/mswb.jpg") top no-repeat;background-size: 100%}
.fl .bg4 { background: url("/img/mtsb.jpg") top no-repeat;background-size: 100%}
	
.fl .flbox{width: 96%; float: left; margin: 0 2%}
.fl .flbox dl{width: 48.3%; float: left; margin-right: 2%; border:solid #e7e7e7 1px}
.fl .flbox dl:nth-child(2n){ margin-right: 0px}
.fl .flbox dl:nth-child(3n){display: none;margin-right: 0px}
.fl .flbox dl:nth-child(4n){display: none;margin-right: 0px}
.fl .flbox dl dt{width: 100%; float: left; background: #fff; padding: 15px 0}
.fl .flbox dl dt img{width: 100%}
.fl .flbox dl dd{width: 100%; float: left;padding: 10% 0; font-size: 12px; text-align: center}
.fl .flbox dl:hover dd{ background: #555; color: #fff}
.fl .but{width: 100%; float: left}
.fl .but a{width: 40%; margin:5% 0 0 30%; height: 40px;float: left; text-align: center; line-height: 40px; color: #fff; display: block;font-size: 14px; border-radius: 10px; background: #5b5b5b}
/*kaiyun.开云电子动态*/
.about{width: 100%; float: left; margin: 30px 0 50px;}
.about .tit{width: 100%; float: left; text-align: center}
.about .tit span{width: 100%; float: left; font-size: 22px; color: #999}
.about .tit p{width: 100%; float: left; font-size: 36px;}
.about .gsjj {display: none}
.about .gsxw{display: none}
.about .mgsxw{width: 100%;float: left; margin-top: 30px}
.about .mgsxw ul li{width: 47%;float: left; margin-left: 2%;}
.about .mgsxw ul li:last-child{margin-right: 0;}
.about .mgsxw ul li a{width: 100%;float: left}
.about .mgsxw ul li a img{width: 100%}	
.about .mgsxw ul li span{width: 100%;float: left; margin-top: 10px}
}

@media all and (min-width:961px) {
/*轮播图&开始*/
.ban {
    width: 100%; position: absolute; top: 0;
    float: left; margin-top: 100px;
    min-width: 1200px;
    height: 580px;
    text-align: center;z-index: -90
}
.ban .bd {
    z-index: 0;
    position: relative;
    margin: 0 auto;
    height: 580px;
    overflow: hidden;
}
.ban .bd ul {
    width: 100% !important;
}
.ban .bd li {
    position: absolute;
    text-align: center;
    width: 1920px;
    height: 580px;
    margin-left: -960px;
    overflow: hidden;
    left: 50%;
}
.ban .bd li a {
    display: block;
    height: 580px;
    color: #fff;
}
.ban .hd {
    z-index: 1;
    position: absolute;
    line-height: 25px;
    width: auto;
    bottom: 285px;
    height: 30px;
    left: 47%;top: 530px;
}
.ban .hd ul {
    text-align: center;
    padding-left: 2%;
    width: 100%;
    height: 30px;
}
.ban .hd ul li {
    filter: alpha(opacity=50);
    line-height: 999px;
    margin: 5px;
    width: 50px;
    zoom: 1;
    display: inline-block;
    background: #ceccc9;
    float: left;
    height: 6px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.8;
}
.ban .hd ul .on {
    background: #296c92;
}
.ban .prev {
    z-index: 1;
    position: absolute;
    filter: alpha(opacity=50);
    margin-top: -30px;
    width: 40px;
    display: none;
    background: url(/image/slider-arrow.png) #000 no-repeat -125px 50%;
    height: 60px;
    top: 50%;
    cursor: pointer;
    left: 0;
    opacity: 0.5;
}
.ban .next {
    z-index: 1;
    position: absolute;
    filter: alpha(opacity=50);
    margin-top: -30px;
    width: 40px;
    display: none;
    background: url(/image/slider-arrow.png) #000 no-repeat -5px 50%;
    height: 60px;
    top: 50%;
    cursor: pointer;
    left: 15%;
    opacity: 0.5;
}
.ban .next { right: 0;left: auto;}
.ban .bd .f_title {
    position: absolute;
    text-align: center;
    filter: alpha(opacity=40);
    line-height: 30px;
    width: 100%;
    bottom: 1px;
    height: 30px;
    opacity: 0.4;
}
.iBanner{display: none}
/*热门产品分类*/
.rm{width: 100%; float: left; margin: 750px 0 0 0;}
.rm .hd { width:1200px; float:left}
.rm .hd .tit{width: 500px; float: left; margin-top: -25px}
.rm .hd .tit p{width: 500px; float: left;font-size: 36px;}
.rm .hd .tit span{width: 500px; float: left;font-size: 22px; color: #999}
.rm .hd .tit p{width: 500px; float: left;font-size: 36px;}
.rm .hd ul{width: 646px; float: right}
.rm .hd ul li{width: 160px; float:left; line-height:78px; margin-right: 2px; text-align: center; font-size:22px; background: #ebebeb; border-radius: 10px 10px 0 0; color:#333}
.rm .hd ul li:last-child{ margin-right: 0}
.rm .hd ul li.on{ float:left; line-height:78px; background: #0f5b87;  color:#fff}
.rm .hd ul li.tw{ }

.rm .bd { width:100%; float:left}
.rm .bd .wz{width:100%; float:left; padding-top: 10px}
.rm .bd .wz p{ line-height: 30px}
/*产品分类*/
.fl { width: 100%;  float: left; background: #f7f7f7; padding-bottom: 30px}
.fl .flbg { width: 100%;  height: 150px;float: left}
.fl .flbg dl { width: 580px; padding: 15px 0; float: left;color: #fff;}
.fl .flbg dl dt { width: 580px;float: left; font-size: 30px;}
.fl .flbg dl dd { width: 620px;float: left;font-size: 18px; margin-top: 10px; line-height: 28px}
.fl .bg1 {width: 100%;height: 150px;background: url("/img/smb.png");float: left}
.fl .bg2 { background: url("/img/jxb.png");}
.fl .bg3 { background: url("/img/swb.png");}
.fl .bg4 { background: url("/img/tsb.png");}
.fl .flbox{width: 1200px; float: left; margin-top: 21px;}
.fl .flbox dl{width: 298.75px; float: left; border-bottom:solid #e7e7e7 1px; border-top:solid #e7e7e7 1px; border-left:solid #e7e7e7 1px;}
.fl .flbox dl:last-child{ border-right:solid #e7e7e7 1px;}
.fl .flbox dl dt{width: 298.75px; float: left; background: #fff; padding: 15px 0;display: inline-block; box-sizing: border-box;overflow: hidden;}
.fl .flbox dl dt img{width: 298.75px; float: left;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;transition:all 1s}
.fl .flbox dl dt img:hover{-webkit-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}
.fl .flbox dl dd{width: 298.75px; float: left;font-size: 18px; background: #f1f1f1; line-height: 50px; text-align: center}
.fl .flbox dl:hover dd{ background: #555; color: #fff}
.fl .but{width: 160px; float: left; margin:20px 0 0 520px;}
.fl .but a{width: 160px; height: 40px;float: left; text-align: center; line-height: 40px; color: #fff; display: block;font-size: 18px; border-radius: 10px; background: #5b5b5b}
/*kaiyun.开云电子动态*/
.about{width: 1200px; float: left; margin: 50px 0 80px 0;}
.about .tit{width: 1200px; float: left}
.about .tit p{width: 1200px; float: left;font-size: 36px;}
.about .tit span{width: 1200px; float: left;font-size: 22px; color: #999999}
.about .tit p{width: 1200px; float: left;font-size: 36px;}
.about .gsjj {width: 1200px; float: left; margin-top:30px;}
.about .gsjj dl{width: 1200px; float: left}
.about .gsjj dl dt{width: 420; float: left}
.about .gsjj dl dt img{width: 420; float: left}
.about .gsjj dl dd{width: 700px; float: right}
.about .gsjj dl dd .ab1{width: 700px; float: left; color: #296c92; font-size: 28px;font-weight: bold;}
.about .gsjj dl dd .ab2{width: 700px; float: left; color: #999;font-size: 24px; margin-top: 10px;}
.about .gsjj dl dd .ab3{width: 700px; float: left; color: #333;font-size: 20px; margin-top: 30px;font-weight: bold;}
.about .gsjj dl dd .ab4{width: 700px; float: left; color: #666;font-size: 18px; line-height: 35px; margin-top: 10px}
.about .gsjj dl dd .ab5 a{width: 700px; float: left; color: #296c92; font-size: 20px; font-weight: bold; margin-top: 10px}
.about .gsxw{width: 1200px; float: left; margin-top: 30px}
.about .gsxw ul li{width: 575px; float: left;font-size: 18px; line-height: 55px;border-bottom: dotted 1px #888;margin-right: 50px;}
.about .gsxw ul li:nth-child(2n){margin-right: 0}
.about .gsxw ul li span{ float: right; color: #888}
.about .gsxw .more{width: 110px; float: left; text-align: center; margin:50px 0 0 545px;}
.about .gsxw .more a{font-size: 26px}
.about .mgsxw{display: none}

/*分类*/
.fixed {position: fixed;top: 10px; left: 4%; z-index: 2000}
.fll { width:180px; float:left;}
.fll .tit { width:160px; padding: 10px; float:left; height: 57px; border-radius: 15px 15px 0 0; background: #e6ebf1}
.fll .tit span { width:160px; float:left;font-size: 24px;}
.fll .tit p { width:160px; float:left; color: #999;font-size: 16px;}
.fll ul { width:180px; float:left; padding: 20px 0; background: #f9f9f9}
.fll ul li{ width:180px;  float:left; line-height: 45px;}
.fll ul li a{ width:160px; padding-left: 20px; float:left; display: block;font-size: 16px}
.fll ul li a:hover{  float:left; background: #296d94; color: #fff;}
.fll ul li a.focus{  float:left; background: #296d94; color: #fff;}
.fll ul li dl dt {margin-left:10px;font-size: 14px;}
.fll ul li dl dt a{ width:140px; padding-left: 20px; float:left; display: block;font-size: 16px}

}
