html, body {height: 100%;}
body{ background:url(imagesmain-bg.jpg) no-repeat;}
.i-box{ width:1100px; min-height: 100%; margin:auto; overflow:hidden;}
.i-foot{ width: 100%; position:absolute; bottom:0; left:0; height:34px; line-height:34px; background:#000; opacity:0.5; font-family: "Courier New", Courier, monospace; font-size:12px; color:#444;}
.i-foot-str{ padding:0 10px;}
.i-foot-str a{ color:#FFF; padding:0 10px;}
.i-foot-str a:hover{ color:#9C0}
.i-foot-l{ float:left;}
.i-foot-r{ float:right; color:#FFF;}

.i-body{ height:352px; position: relative; left:0; top:230px;}

.i-body-b li{ float:left; width:101px; height:100px; margin-right:10px;}
.i-body-b li img{ border:0}

.i-body-l{ float:left; width:878px; height:352px;}
.i-body-t{width:878px;height:230px;}
.i-body-b{width:878px; margin-top:22px; height:112px;}
.i-body-f{ float:left; width:219px; background: rgba(90,170,36,0.3); color:#265f00;height:230px;}
.a-box{ margin:10px;}
.a-box li span{ float:right; font-size:12px;}
.a-box li a{ color:#265f00; line-height:30px;}
.a-box li a:hover{ color:#f30; text-decoration:underline;}
.b-box{ margin:10px;}
.b-box-img{ width:199px; overflow:hidden; margin-bottom:5px;}
.b-box-img div{ float:left; width:80px; margin-right:10px;}
.b-box-img p a{ color:#ff4f19; line-height:22px;}
.b-box li{ line-height:25px;}
.b-box li a{ color:#FF0;}
.b-box li a:hover{color:#f30; text-decoration:underline;}
.hidd{ display:none;}

.hover{background: #5aaa24; color: #FFF;height:35px; width:140px; display:block; text-align:center; font-size:16px;}

.i-body-f .title{ background:#ff4f19;width:219px; height:35px; line-height:35px; color:#fff; font-family:Microsoft yahei; font-size:16px; text-indent:15px;}
.i-body-f .title i{ font-size:14px; color:#ffbb5a;}
.focus-a{ width:199px; height:175px; margin:10px;}
.i-body-w .title{ background:#c600f7;width:219px; height:35px; line-height:35px; color:#fff; font-family:Microsoft yahei; font-size:16px; text-indent:15px;}
.i-body-w .title i{ font-size:14px; color:#f592ff;}

#one1,#one2{height:35px; width:140px; display:block; text-align:center; font-size:16px;float:left; cursor:pointer;}

.i-body-n{ float:left; width:420px; background: rgba(90,170,36,0.3); color:#265f00; height:230px; margin: auto 10px}
.i-body-w{ float:left; width:219px; background: rgba(90,170,36,0.3); color:#265f00;height:230px;}
.i-body-n .title{ height:35px; line-height:35px; font-family:Microsoft yahei; width:420px;}
.i-body-n .title .bg{ height:35px; width:120px; display:block; text-align:center; font-size:16px;float:left;}
.i-body-n .title .bt{ font-size:16px; padding-left:10px;}
.i-body-n .title .bg i{ font-size:12px; color:#265f00;}
.i-body-n .title .bt i{ font-size:12px; color:#265f00;}
.i-body-n .title .lk{ float:right;}
.i-body-n .title .lk a{ margin-right:10px; color:#265f00}
.i-body-n .title .lk a:hover{ color:#f30;}

.i-body-r{ width:211px; height:352px; float:right; margin-left:11px;}

.inso{ margin-bottom:10px; width:211px; height:40px; background:#9C0; opacity:0.7; overflow:hidden}
.inad{ width:211px; height:302px; overflow:hidden}
.insearch{ padding:5px 6px; margin-left:8px; margin-top:6px; outline:none}
.insearchBtn{ padding:5px 8px; background:#06F; cursor: pointer; color:#FFF;}
.insearchBtn:hover{ background:#F60}







#owl-demo{position:relative;width:199px;height:175px;margin:auto;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:199px;height:175px;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:30px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:0;bottom:0px;width:100%;font:12px/30px "微软雅黑","黑体";color:#fff;text-align:center;}

.owl-pagination{position:absolute;left:0;bottom:18px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:6px;height:6px;margin:0 2px;background-image:url(../images/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:15px;background-image:url(../images/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}


/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

