body{
	background:#fbfbfb;
	font-family: 'Open Sans', sans-serif;
}
.header{
	width: 100%;
	background: #63a73a;
}
.header-logo{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 25%;
}
.header-logo-img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/banner-3.png);
	background-repeat: no-repeat;	
}
.banner-bottom-bg {
	position: relative;
    background: url(../images/strip1.png);
}
.banner-bg {
    background: url(../images/strip.png);
    min-height: 426px;
}
.banner {
    position: relative;
    background: #ffffff;
}
.banner-grids {
	width: 100%;
    top: -6em;
    position: absolute;
    background: #ffffff;
}
.container-fluid-menu{
	padding: 0;
	margin: 0;
}
.banner-middle {
	overflow: hidden;
    background: #FFF;
    padding: 1em;
    border: solid 1px #D5D5D5;
}
.strip {
    background: url(../images/strip2.png);
    height: 16px;
    margin-bottom: 1em;
}
.strip1 {
    background: url(../images/strip3.png);
    height: 36px;
    margin-top: 1em;
}
.banner-slider-r{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 30%;

}
.banner-slider-a{
	position: absolute;
	width: 100%;
	height: 100%;
	background:#cccccc;
}

.banner-bottom-grids {
	overflow: hidden;
    margin: 0 0 2em 0;
}
.banner-bottom-left {
    padding-left: 0;
}
.banner-bottom-left-grids{
	overflow: hidden;
}
.banner-left-grid h3 {
    color: #5b844c;
    font-size: 16px;
    margin: 2em 0 0 0;
    font-family: 'Georgia Italic';
    font-style: italic;
    position: relative;
}
.banner-left-grid h3:after {
    content: '';
    background: url(../images/strip3.png) repeat 0px 0px;
    position: absolute;
    display: block;
    height: 10px;
    top: 35%;
    left: 35%;
    width: 65%;
}
.banner-left-grid a img {
    width: 100%;
    padding: .5em;
    border: 1px solid #CBCBCB;
    margin: 2em 0 1em;
}
.banner-left-grid h4 {
    margin: 0;
}
.banner-left-grid h4 a {
    color: #444444;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
}
.banner-left-grid p.comments {
    color: #d7d7d7;
    font-size: 12px;
    margin: .5em 0;
    font-family: 'Georgia Italic';
    font-style: italic;
}
.banner-left-grid p.text {
	overflow: hidden;
	line-height: 24px;
	max-height: 50px;
    color: #555555;
    margin: 0;
    font-size: 13px;
    padding-bottom: 1em;
    border-bottom: 1px solid #F2F2F2;
}
.blog-grids {
    padding: 1em 0;
    border-bottom: 1px solid #F2F2F2;
}
.blog-grid-left {
    float: left;
    width: 20%;
}
.blog-grid-left img {
    width: 100%;
    padding: .2em;
    border: 1px solid #CBCBCB;
}
.blog-grid-right {
    float: left;
    width: 75%;
    margin-left: 1em;
}
.blog-grid-right a {
    color: #444444;
    font-size: 13px;
    margin: 0 0 .5em 0;
    font-weight: 600;
    line-height: 1.5em;
    text-decoration: none;
}
.blog-grid-right p.comments {
    color: #d7d7d7;
    font-size: 12px;
    margin: 0;
    font-family: 'Georgia Italic';
    font-style: italic;
}
.product-center {
    margin: 3em 0 0 0;
}
.product-center h3 {
    color: #5b844c;
    font-size: 16px;
    margin: 0 0 2em;
    font-family: 'Georgia Italic';
    font-style: italic;
    position: relative;
}
.product-center h3:after {
    content: '';
    background: url(../images/strip3.png) repeat 0px 0px;
    position: absolute;
    display: block;
    height: 10px;
    width: 82%;
    top: 30%;
    right: 0;
}
.product-center-grids {
	overflow: hidden;
    margin: 0;
    padding-bottom: 2em;
}
.col-product{
	float: left;
	overflow: hidden;
	margin-right: 2.5%;
	width: 18%;
}
.col-product:last-child{
	margin-right: 0;
}
.product-r{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	
}
.product-a{
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
	border: 1px solid #eaeaea;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.product-type{
	display: block;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 38px;
	background: #3aaf3a;
}
.product-type:link,.product-type:hover,.product-type:visited,.product-type:active{
	color: #ffffff;
}

.product-type .iconfont{
	position: absolute;
	right: 10px;
	color: #ffd129;
}
.banner-buttom-r{
	position: relative;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
	width: 100%;
	height: 0;
	padding-bottom: 30%;
	border: 1px solid #eaeaea;
}
.banner-buttom-a{
	position: absolute;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    padding: 10px;	
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.banner-buttom-img{
    width: 100%;
    height: 100%;
	background-color: #cccccc;
	background: url(../images/img-1.png);
	background-repeat: no-repeat;
	background-size: cover;

}
.banner-bottom-right {
    border-left: 1px solid #F2F2F2;
    margin: 2em 0 0 0;
}
.contact-us h3,.network-market h3,.message h3{
    color: #5b844c;
    font-size: 16px;
    margin: 0;
    font-family: 'Georgia Italic';
    font-style: italic;
    position: relative;
}
.contact-us h3:after,.network-market h3:after,.message h3:after{
    content: '';
    background: url(../images/strip3.png) repeat 0px 0px;
    position: absolute;
    display: block;
    height: 10px;
    top: 35%;
    left: 35%;
    width: 65%;
}
.contact{
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
	background: #f4f4f4;
	padding: 10px;
	margin-top: 2em;
	margin-bottom: 2em;
}
.contact-info{
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    padding: 10px;
	border: 1px solid #cbcbcb;
	background: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
}
.contact-info .iconfont{
	padding-right: .5em;
}
.nav-network-market{
	margin-top: 2em;
	margin-bottom: 2em
}
.nav-network-market .nav-tabs>li>a{
	background: #3aaf3a;
	padding: 6px 15px 6px;
	margin-top: 8px;
	color: #ffffff;
}
.nav-network-market .nav-tabs>li.active>a{
	background: #ffffff;
	padding: 10px 15px;
	margin-top: 0;
	color: #3aaf3a;
}
.nav-network-market .tab-content{
	position: relative;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
	width: 100%;
	height: 0;
	padding-bottom: 70%;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #ddd;
}
.nav-network-market .tab-content .tab-pane{
	overflow: hidden;
	position: absolute;
	padding: 20px;
	width: 100%;
	height: 100%;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */

}
.nav-network-market .tab-content .tab-pane .tabpanel-img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;background-size: cover;
}
.message-info{
	padding: 20px 5px;
	background: #f4f4f4;
	margin-top: 2em;
	margin-bottom: 2em
}
.message-info textarea.form-control{
	margin-bottom: 15px;
}
.col-footer{
	padding-left: 0;
	padding-right: 0;
}
.footer{
	width: 100%;
	/*height: 200px;*/
	background: #3aaf3a;
    /*padding: 8em 0 3em 0;*/
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    color: #ffffff;
}
.web-miracle,.web-miraclelink,.web-miracle:hover,.web-miracle:visited,.web-miracle:active{
	color: #ffd129;
}
.menu a.menu-mobile,.menu a.menu-mobile:focus,.menu a.menu-mobile:hover{
    color: #ffffff;
}


/***B自定义轮播图片**************/ 
.slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; list-style:none}
.slideBox .hd ul li.on{ background:#ffd129; color:#000; }
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd ul{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.slideBox .bd li{ 
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;	
	zoom:1; 
}
.slideBox .bd li a{
	display: block;
	width: 100%;
	height: 100%;
	
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
/***B自定义轮播图片**************/


/**B频道页****************************/ 
.product-middle{
	/*min-height: 80em;*/
}

.column-menu{
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    border-width: 0 1px 1px;
    border-color: #ccc;
    border-style: solid;
}
.column-menu:first-child{
	border-width: 1px;
	background: #f4f4f4;
}
.column-menu-col{
	
	overflow: hidden;
	width: 90%;
	min-height: 36px;
	height: 36px;
}
.column-menu-col a{
	line-height: 36px;
}
.column-menu-col-more{
	height: auto;
}
.column-menu-col .col-md-2,.column-menu-col .col-md-4{
	line-height: 36px;
}
.column-menu-col .col-md-2.checked,.column-menu-col .col-md-4.checked,.column-menu-col .col-md-3.checked{
	color: #49894c;
}

.check-more{
	display: inline;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #49894c;
	z-index: 100;
	cursor: pointer;
}
.check-more .open{
	content: "test";
}
.row-product{
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 40em;
	background: url(../images/logo-bj.png);
	background-size: 270px 270px;
}
.row-min-height{
	width: 100%;
	min-height: 80em;
	margin: 1em;
	background: url(../images/no-info.png);
	background-repeat:no-repeat;
	background-position:center 20%;
	background-size: 40%;
}
.row-product .col-md-3{
	margin-bottom: 20px;
}
.row-product .product-img-r{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	margin-bottom: 5px;
}
.row-product .product-img-a{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.row-product .product-name{
	width: 100%;
	line-height: 60px;
	
	background: #f2f2f2;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.product-middle .page-nav{
	text-align: center;
}

.news_list,.download_list{
	min-height: 80em;
	margin-top: 30px;
	padding-left: 0;
    list-style-type: none;
	background: url(../images/logo-bj.png);
	background-size: 270px 270px;
}
.news_list ul{
	padding-left: 0;
    list-style-type: none;
}
.news_list ul li{
	width: 100%;
	/*background-color: #fff;*/
    clear: both;
    overflow: hidden;
    padding: 17px;
    /*margin-bottom: 30px;*/
    border-bottom: #999 1px dotted;
}
.news_list ul li a{
	text-decoration: none;
}
.news_list ul li .li_info{
	
	width: 100%;
}

.news_list .img {
    width: 24%;
    height: 0;
    padding-bottom: 16%;
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: 3%;
}
.news_list .img img {
	max-width: 100%;
    vertical-align: top;
    border: 0;
    display: block;
    width: 100%;
    height: auto;

}
.news_list .intro .n {
	margin-top: 0;
    font-size: 22px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}
.news_list .intro time {
    font-size: 14px;
    color: #999;
}
.news_list .intro .text {
    /*border-top: #999 1px dotted;*/
    overflow: hidden;
    padding-top: 10px;
    margin-top: 5px;
    color: #333;
}
.download_list{
	padding-bottom: 10px;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    border: 1px solid #cccccc;
}
.download_list .row{
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border-bottom: #999 1px dotted;
}
.download_list .row:last-child{
	border: none;
}
.download_list h3{
	color: #49894c;
}
.download_list .file-info{
	padding-right: 20px;
	color: #666;
}
.download_list .file-info span{
	color: #000;
}
.download_list .description{
	color: #666;
}
.download-button{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	line-height: 32px;
	font-size: 16px;
	background: #3aaf3a;
	border-radius: 4px;
	text-align: center;
	color: #ffffff;
}
.new-page-info{
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	min-height: 80em;
	background: url(../images/logo-bj.png);
	background-size: 270px 270px;
}
.new-page-content{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.new-page-content img{

}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { 
    background-color: #3aaf3a;
    border-color: #3aaf3a;
}
.pagination>li>a, .pagination>li>span {
    color: #3aaf3a;
}


@media(max-width:480px){
	.col-product{
		float: none;
		width: 90%;
		margin: 0 auto 2em;
		/*margin: 0 5% 2em;*/
		/*height: 100px;*/
		background: #cccccc;
	}
	.col-product:last-child{
		margin-right: auto;
	}
	/*.banner-bottom-bg {
	    min-height: 335em;
	}*/
	
}
@media(max-width:1023px){
	.header-logo-img{
		background-size: 100%;
	}
	/*.banner-bottom-bg {
	    min-height: 270em;
	}*/
}

@media (max-width: 1440px){
	.banner-left-grid h4 a {
	    font-size: 12px;
	}
	.blog-grid-left {
	    width: 19%;
	}
}
