body{
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: "微软雅黑", "arial, helvetica, sans-serif";
	color: #333;
	line-height: 1.9;
}
body,html{
	height: 100%;
}
div{
	padding: 0;
}
ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #0085ce;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}
img{
	max-width: 100%;
	height: auto !important;
}
/** footer **/
footer{
	background: #0174ba;
	padding: 10px 0;
}
.foot-contact{
	color: #fff;
	font-family: "宋体" ;
}
.text-pos{
	text-align: left;
}
.foot-pd{
	border-top:1px solid #eeeeee;
	padding: 15px 0;
}
h5.foot-nomgn{
	margin-top: 0;
	color: #0174ba;
	font-family: "微软雅黑";
}
.foot-cate{
	
}
.foot-cate ul li{
	line-height: 25px;
	height: 25px;
}
.foot-cate ul li a{
	color: #5b5b5b;
	font-family: "宋体";
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: initial;
}
.foot-cate ul li a:hover{
	color: #0085CE;
}

.foot-xs-1,.foot-sm-1,.foot-md-1,.foot-lg-1,.foot-xs-2,.foot-sm-2,.foot-md-2,.foot-lg-2,.foot-xs-3,.foot-sm-3,.foot-md-3,.foot-lg-3,.foot-xs-4,.foot-sm-4,.foot-md-4,.foot-lg-4,.foot-xs-5,.foot-sm-5,.foot-md-5,.foot-lg-5,.foot-xs-6,.foot-sm-6,.foot-md-6,.foot-lg-6,.foot-xs-7,.foot-sm-7,.foot-md-7,.foot-lg-7,.foot-xs-8,.foot-sm-8,.foot-md-8,.foot-lg-8,.foot-xs-9,.foot-sm-9,.foot-md-9,.foot-lg-9{
	position: relative;
	float: left;
	min-height: 1px;
	/*padding-right: 10px;*/
	padding-left: 10px;
}
.foot-xs-1{
	width: 11.11111111%;
}
.foot-xs-2{
	width: 22.22222222%;
}
.foot-xs-3{
	width: 33.33333333%;
}
.foot-xs-4{
	width: 44.44444444%;
}
.foot-xs-5{
	width: 55.55555556%;
}
.foot-xs-6{
	width: 66.66666667%;
}
.foot-xs-7{
	width: 77.77777778%;
}
.foot-xs-8{
	width: 88.88888889%;
}
.foot-xs-9{
	width: 100%;
}
.news-section{
	padding: 20px 0;
}
.about-w{
	width: 100%;
}
.news-w{
	width: 100%;
	margin-top: 15px;
}
.news-cap{
	color: #939393;
	margin-top: 10px;
	margin-bottom: 0;
	font-family: sans-serif;
	text-transform: uppercase;
}
.news-cname{
	color: #0e0e0e;
	font-size: 20px;
	background: url(../images/news-line.jpg) no-repeat center;
	margin-top: 10px;
	margin-bottom: 0;
}
.news-list{
	width: 100%;
}
.news-list ul li{
	padding: 15px 0;
	border-bottom: 1px dashed #b0b0b0;
}
.news-title{
	margin-top: 15px;
	line-height: 1.25;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-desp{
	color: #888;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 5px;
}
.news-more{
	font-size: 14px;
}
.news-more a{
	display: inline-block;
	color: #fff;
	background: #ff5015;
	padding: 5px 20px;
}
.about-video{width:450px; height:300px;}
.about-words{
	margin-top: 10px;
}
.about-title{
	margin-top: 0;
	color: #0085ce;
	text-transform: uppercase;
}
.about-desp{
	color: #606060;
}
.about-more{
	margin-top: 13px;
}
.about-more a{
	display: inline-block;
	color: #0085CE;
	border: 1px solid #0085CE;
	padding: 5px 20px;
}

/** banner **/
.banner{
	width:100%;
	margin:0px auto;
	height:auto;
	padding:0;
	position: relative;
	margin-top:50px;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next, .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover{
	background:url(../images/icon.png) no-repeat;
	display:none;
}
.bx-wrapper .bx-prev {
	background-position:-37px -352px;
}
.bx-wrapper .bx-next {
	background-position:-37px -438px;
	}
.bx-wrapper .bx-prev:hover {
	background-position:-37px -352px;
}
.bx-wrapper .bx-next:hover {
	background-position:-37px -438px;
}
.bx-wrapper {
	position:relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img { 
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
	background: #fff;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	position:absolute;
	top:0;
	left:0;
	z-index:20;
	min-height:50px;
	background:url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width:100%;
}
.bx-wrapper .bx-pager {
	text-align: center; 
	font-size: .85em; 
	font-family: Arial; 
	font-weight: bold; 
	color: #666; 
	bottom:10px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { 
	display: inline-block; 
	*zoom: 1; 
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background:#fff; 
	text-indent: -9999px; 
	display: block; 
	width: 14px; 
	height: 14px; 
	margin: 0 5px; 
	outline: 0; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ea5404;
}
.bx-wrapper .bx-prev {
	left: 10px; 
	opacity:0.4; 
	filter:alpha(opacity=40);
	display: none;
}
.bx-wrapper .bx-next {
	right: 10px; 
	opacity:0.4; 
	filter:alpha(opacity=40);
	display: none;
}
.bx-wrapper .bx-prev:hover {
	opacity:1; 
	filter:alpha(opacity=100);
}
.bx-wrapper .bx-next:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.bx-wrapper .bx-controls-direction a {
	position: absolute; 
	top: 50%; 
	z-index: 30; 
	margin-top: -16px; 
	outline: 0; 
	width: 52px; 
	height: 52px; 
	text-indent: -9999px;
	display:none;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto { 
	text-align: center;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { 
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { 
	right: 0; 
	width: 35px;
}
.bx-wrapper .bx-caption { 
	position: absolute;
	bottom: 0; 
	left: 0; 
	background: #666\9; 
	background: rgba(80, 80, 80, 0.75); 
	width: 100%;
}
.bx-wrapper .bx-caption span { 
	color: #fff; 
	font-family: Arial;
	display: block; 
	font-size: .85em; 
	padding: 10px;
}

/** navbar **/
.navbar-default {
    border-color: rgba(34,34,34,.05);
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
   	padding: 5px 0;
}

.navbar-default .navbar-header .navbar-brand {
   padding: 3px 0;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: Capitalize;
    font-size: 14px;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #0085ce;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #0085ce!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}
/** product roll silder **/
#flexiselDemo3 {
	display:block;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
    padding: 0 30px;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: auto;
    cursor: pointer;
    position: relative;
    margin: 25px 0 0 0;
    border: 5px solid #737373;
    max-height: 155px;
}
.nbs-flexisel-item h5{
	margin-top: 10px;
	color: #fff;
	margin-bottom: 25px;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 13px;
    height: 35px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}
.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/left.png) no-repeat;
}
.nbs-flexisel-nav-right {
    right: 10px;
    background: url(../images/right.png) no-repeat;
}
/** end --*/
/** product-roll **/
	.product-pos{
		z-index: 1000;
	}
	.pro-box-left{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.pro-left-bg{
		background: url(../images/pro-bg-left.png) repeat-x top;
		background-size: cover;
		
		z-index: 1002;
		
		width: 100%;
	}
	.pro-words-box{
		
	}
	.pro-title-white{
		color: #fff;
		margin-top: 10px;
	}
	.pro-desp{
		color: #fff;
		line-height: 1.7;
		text-align: center;
	}
	.pro-more{
		padding-bottom: 25px;
		text-align: center;
		
	}
	.pro-more a{
		color: #fff;
		padding: 5px 25px;
		background: #ff5015;
		border-radius: 10px;
	}
	.pro-more a:hover{}
	
	.pro-box-right{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.pro-right-bg{
		background:url(../images/pro-bg-right.png) repeat-x bottom;
		background-size: cover;

		z-index: 1003;
		
		width: 100%;
	}
	.pro-roll-box{
	
	}
	
	/* for inner css **/
	.path-in{
		background: url(../images/path.png) no-repeat left;
		padding-left: 15px;
		margin-top: 10px;
		font-size: 14px;
	}
	#section-content{
		padding-top:20px;
		padding-bottom: 5px;
	}
	.slide-title{
		background: #0085ce;
		color: #fff;
		padding: 15px 20px;
		font-size: 18px;
		margin: 0;
	}
	.slide-list{
		padding: 0;
	}
	.slide-list ul{
		
	}
	.slide-list ul li{
		display: inline-block;
		float: left;
		margin-top: 10px;
	}
	.slide-list ul li a{
		display: block;
		background: #0085ce;
		padding: 5px 15px;
		border-radius: 5px;
		margin-right: 10px;
		color: #fff;
	}
	.slide-list ul li a:hover{
		color: #fff;
	}
	.class-name{
		border-bottom: 1px solid #CCCCCC;
		color: #0085CE;
		font-size: 18px;
		padding-bottom: 3px;
		margin-top: 15px;
	}
	.content-info{
		line-height:30px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.pro-wrap{
		margin-top: 20px;
	}
	.pro-wrap .thumbnail{
		margin-bottom: 0;
	}
	.pro-wrap h6{
		text-align: center;
		font-weight: bold;
		line-height: 1.5;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.news-inner-list{
		margin-top: 15px;
	}
	.news-inner-list ul li{
		 line-height: 30px;
		 border-bottom: 1px dashed #CCCCCC;
	}
	.news-inner-list ul li a{
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.news-inner-list ul li span.date{
		display: inline-block;
		float: right;
		color: #777;
		padding-left: 20px;
	}
	.pagination{
		margin-bottom:0px ;
	}
	.content-title{
		margin-top: 15px;
		font-size: 16px;
		color: #0085CE;
	}
	.content-date{
		padding: 5px 0;
		background: #F4F4F4;
		text-align: center;
		margin-top: 15px;
		color: #999999;
	}
	.product-info{
		margin-top: 15px;
	}
	.product-desp{
		line-height: 30px;
	}
	.product-desp img{
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto !important;
	}
	.product-pics{
		margin-top: 15px;
	}
	.product-title{
		font-size: 16px;
		margin-top: 15px;
		border-bottom: 1px dashed #ccc;
		padding-bottom: 10px;
		font-weight: bold;
	}
	.product-items{
		font-size: 14px;
	}
	
	/* product pictures */
	#MagnifierWrap2{
		position: relative;
		/*width: 350px;*/
		margin:0 auto;
	}
	.MagnifierMain{
		position: relative;
		border:1px solid #ddd;
		/*width: 350px;
		height: 350px;*/
	}
	.MagnifierMain img{
		width: 100%;
	} 
	.MagnifierDrag{
		border:1px solid #fff;
		position: absolute;
		top:0;
		left: 0;
		background-color: #ccc; 
		opacity: 0.4;
		filter:alpha(opacity = 40);
		cursor: move;
		visibility: hidden;
	}
	.MagnifierPop{
		position: absolute;
		top:0;
		overflow: hidden;
		background:#fff;
		z-index: 1008;
		visibility: hidden;
		display: none;
	}
	.MagnifierImg{
		position: absolute;
		top:0; 
		left: 0;
		visibility: hidden;
	}
	.spec-items{
		position: relative;
		/*width: 292px;*/
		height: 80px;
		overflow: hidden;
		/*padding-top: 10px;*/
		margin: 0 auto;
		padding: 10px 20px;
	}
	.spec-items ul{
		width: 500%;
		position: absolute;
		top: 10px;
		left: 20px;
	}
	.spec-items ul *{
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.spec-items li{
		width: 70px;
		height: 70px;
		float: left;
		overflow: hidden;
		margin-right: 5px;
		border: 2px solid #ddd;
		cursor: pointer;
	}
	.spec-items li.on{
		border:2px solid #0085CE;
	}
	.spec-items li img{
		width: 100%;
		/*-webkit-transform: scale(1,1);
		-ms-transform: scale(1,1);
		-o-transform: scale(1,1);
		transform: scale(1,1);*/
	}
	/*.spec-items li.on img{
		-webkit-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);
	}*/
	span.spe_leftBtn,span.spe_rightBtn{
		position: absolute;
		bottom: 0px;
		display: block;
		width: 20px;
		height: 70px;
		line-height: 70px;
		font-family: "黑体";
		text-align: center;
		font-size: 30px;
		color: #ccc;
		cursor: default;
		background-color: #f9f9f9;
		z-index: 1005;
	}
	span.on{
		background-color: #ccc;
		color: #fff;
		cursor: pointer;
	} 
	span.spe_leftBtn{
		left: 0;
	}
	span.spe_rightBtn{
		right: 0;
	}
	/** end **/
	.product-form{
		padding: 15px 0;
	}
	.product-form a{
		color: #fff;
		background:#0085CE;
		padding: 8px 25px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 13px;
	}
	.product-form-group{
		margin-top: 15px;
	}
	.form-control{
		font-size: 12px;
	}
	.product-form-group .btn-default{
		padding-left: 30px;
		padding-right: 30px;
	}
	.product-form-group .btn-default:hover, .product-form-group .btn-default.focus{
		background-color: #0085CE;
		color: #fff;
		border-color: #0085CE;
	}
	
.ft-ftfk-icon{
	padding-top:10px;
}
.ft-ftfk-icon a{
	margin-right:5px;
	display:inline-block;
	margin-top:10px;
}
/*****************
 *****************
 */
@media(min-width:768px) {
.page{width:100%;text-align:center;clear:both;height:42px;padding:25px 0;overflow:hidden;}
.page a{padding:2px 5px;border:1px solid #ccc;color:#505050;margin:0 1px;font-size:13px;text-align:center;}
.page .more{border:0;}
.page a:hover{background:#000000;border-color:#000000;color:#FFF;}
.page .pre{font-weight:600;color:#ff6400;}
.page .next{font-weight:600;color:#ff6400;}
.page .pre:hover{background:#000000;border-color:#000000;color:#FFF;}
.page .next:hover{background:#000000;border-color:#000000;color:#FFF;}
.page .more:hover{background:none;color:#505050;}
.page .current{background:#000000;border-color:#000000;color:#FFF;font-weight:700;}
.page .current:hover{background:#000000;border-color:#000000;color:#FFF;font-weight:700;}
.page .no_pre{color:#ccc;font-weight:600;}
.page .no_pre:hover{color:#ccc;background:none;border-color:#CCC;}
.page .no_next{color:#ccc;font-weight:600;}
.page .no_next:hover{color:#ccc;background:none;border-color:#CCC;}

	.dropdown-menu{
		background-color: transparent;
		background-image: url(../images/subnav-bg.png);
		background-repeat: repeat;
	}
	.dropdown-menu > li > a:hover{
		background-color: #0085ce;
		color: #fff;
	}
	.banner{
		margin-top: 0;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
  		color: #ffea00;
  		background-color: transparent;
	}
	
	.news-inner-list{
		border: 1px solid #ddd;
		padding: 20px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	.class-name{
		margin-top: 0;
	}
	.foot-sm-1{
		width: 11.11111111%;
	}
	.foot-sm-2{
		width: 22.22222222%;
	}
	.foot-sm-3{
		width: 33.33333333%;
	}
	.foot-sm-4{
		width: 44.44444444%;
	}
	.foot-sm-5{
		width: 55.55555556%;
	}
	.foot-sm-6{
		width: 66.66666667%;
	}
	.foot-sm-7{
		width: 77.77777778%;
	}
	.foot-sm-8{
		width: 88.88888889%;
	}
	.foot-sm-9{
		width: 100%;
	}
	.text-pos{
		text-align: right;
	}
	.foot-icon-img{
		padding-top: 30px;
		text-align: center;
	}
	.foot-icon-img img{
		display: inline-block;
		margin: 0 4px;
	}
	.news-section{
		padding-top: 60px;
		padding-bottom: 20px;
		background: #EEEEEE url(../images/h_03.jpg) repeat-x top;
	}
	.about-w{
		width: 46.7%;
		float: left;
		background: #FFFFFF;
		padding: 10px 9px;
	}
	.news-w{
		width: 51.8%;
		float: right;
		background: #FFFFFF;
		margin-top: 0 !important;
		padding: 10px 9px;
	}
	.news-list ul li{
		padding: 15px 0;
	}
	.news-list .col-sm-4{
		padding-left: 0;
	}
	.news-list .col-sm-8{
		padding-right: 0;
	}
	.news-title{
		margin-top: 0;
	}
	
	/** navbar **/
	.navbar-default {
        border-color: rgba(255,255,255,.3);
        background-image: url(../images/h_03.png);
        background-repeat: repeat;
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        height: auto;
    }
	
    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #fff;
        margin: 0;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #ffea00;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fafafa;
    }
    
	.navbar-default.affix .nav > li + li:before {	
  		color: #222;
	}
	
    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #0085ce;
    }
    .navbar-right{
    	 margin-right: 0px;
    }
    /* hot-line */
   .fa-huang{
   		color: #ffea00 !important;
   }
   .hot-line{
   		text-align: right;
   }
   .hot-line h4{
   		display: inline-block;
   		color: #FFEA00;
   		margin: 0;
   		padding: 0;
   		vertical-align: middle;	
   }
   .navbar-default.affix .fa-huang{
   		color: #0085ce !important;
   }
   .navbar-default.affix .hot-line h4{
   		color: #0085ce;
   }
   /* header-dropdown */
  	.header-top-dropdown {
		float: right;
		font-size: 0;
		text-align: center;
	}
	.header-top-dropdown .dropdown>button {
		padding: 10px;
		margin: 0;
		font-size: 14px;
		color: #fff;
		text-align: center;
		min-width: 0;
		background-color: transparent;
		-moz-box-shadow: none !important;
		-o-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-transform: none;
	}
	.header-top-dropdown .dropdown>button i {
		width: 18px;
		color: #fff;
	}
	.header-top-dropdown .dropdown.open>button,
	.header-top-dropdown .dropdown>button:hover {
		color: #ffea00;	
	}

	.header-top-dropdown .dropdown-menu {
		z-index: 9999;
		padding: 20px;
		min-width: 280px;
		margin-top: 10px;
	}
	.header-top-dropdown .search-box .form-group {
		margin-bottom: 0;
	}
	.header-top-dropdown form {
		margin: 0;
	}

	/* forms with icons */
	label ~ .form-control-feedback {
		top: 25px;
	}
	.form-control-feedback {
		width: 34px;
		height: 34px;
		line-height: 34px !important;
		top: 0;
	}
	.affix .header-top-dropdown .dropdown>button i {
		color: #222;
	}
	.pos-top{
		position: absolute;
		top: 90px;
		left: 0;
		right: 0;
		z-index: 999;
	}
	.language-box{
		float: right;
	}
	.language-box ul li{
		display: inline-block;
		float: left;
		height: 34px;
		line-height: 34px;
		margin-left: 15px;
		padding-left: 22px;
		background-repeat: no-repeat;
		background-position: left;
		text-transform: uppercase;
	}
	.language-box ul li a{
		color: #fff;
	}
	.language-box ul li a:hover{
		color: #fff;
	}
	.language-box ul li.home-icon{
		background-image: url(../images/h_icon1.png);
	}
	.language-box ul li.job-icon{
		background-image: url(../images/h_icon2.png);
	}
	.language-box ul li.language-icon{
		background-image: url(../images/h_icon3.png);
	}
	/** product-roll **/
	.nbs-flexisel-item img{
		max-height: 110px;
	}
	.nbs-flexisel-item h5{
		margin-bottom: 15px;
	}
	.product-pos{
		position: absolute;
		z-index: 1000;
		left: 0;
		bottom: -30px;
		right: 0;
	}
	.pro-box-left{
		width: 28.6%;
		float: left;
		position: relative;
		overflow: visible;
	}
	.pro-left-bg{
		background: url(../images/pro-bg-left.png) repeat-x top;
		background-size: cover;
		position: absolute;
		z-index: 1002;
		bottom:20px;
		left: -10%;
		width: 110%;
	}
	.pro-words-box{
		padding-left: 10%;
		padding-right: 10%;
	}
	.pro-title-white{
		color: #fff;
		margin-top: 10px;
	}
	.pro-desp{
		color: #fff;
		line-height: 1.7;
	}
	.pro-more{
		padding-bottom: 25px;
		text-align: center;
		
	}
	.pro-more a{
		color: #fff;
		padding: 5px 25px;
		background: #ff5015;
		border-radius: 10px;
	}
	.pro-more a:hover{}
	
	.pro-box-right{
		width: 75%;
		float: right;
		position: relative;
		overflow: visible;
	}
	.pro-right-bg{
		background:url(../images/pro-bg-right.png) repeat-x bottom;
		background-size: cover;
		position: absolute;
		z-index: 1003;
		bottom: 0;
		left: 0;
		width: 112%;
	}
	.pro-roll-box{
		padding-right: 12%;
	}
	.news-more{
		margin-bottom: 2px;
	}
	
	.slide-list{
		padding: 0;
	}
	.slide-list ul{
		border: 1px solid #ddd;
		border-top: none;
	}
	.slide-list ul li{
		display: block;
		float: none;
		line-height: 40px;
		border-bottom: 1px solid #ddd;
		margin-top: 0;
	}
	.slide-list ul li a{
		display: block;
		background: #f4f4f4 url(../images/bg2.png) no-repeat right;
		color: #333333;
		padding: 0 0 0 20px;
		margin: 0;
		border-radius: 0;
	}
	.slide-list ul li a:hover{
		background: #FFFFFF url(../images/bg3.png) no-repeat right;
		color: #0085ce;;
	}
	
	/** product pics **/
	/* product pictures */
	#MagnifierWrap2{
		position: relative;
		/*width: 350px;*/
		margin:0 auto;
	}
	.MagnifierMain{
		position: relative;
		/*width: 350px;
		height: 350px;*/
	}
	.MagnifierMain img{
		width: 100%;
	} 
	.MagnifierDrag{
		border:1px solid #fff;
		position: absolute;
		top:0;
		left: 0;
		background-color: #ccc; 
		opacity: 0.4;
		filter:alpha(opacity = 40);
		cursor: move;
		visibility: visible;
	}
	.MagnifierPop{
		position: absolute;
		top:0;
		overflow: hidden;
		background:#fff;
		z-index: 1008;
		display: block;
	}
	.MagnifierImg{
		position: absolute;
		top:0; 
		left: 0;
		visibility: visible;
	}
	.spec-items{
		position: relative;
		/*width: 292px;*/
		height: 80px;
		overflow: hidden;
		/*padding-top: 10px;*/
		margin: 0 auto;
		padding: 0 20px;
	}
	.spec-items ul{
		width: 500%;
		position: absolute;
		top: 10px;
		left: 20px;
	}
	.spec-items ul *{
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.spec-items li{
		width: 70px;
		height: 70px;
		float: left;
		overflow: hidden;
		margin-right: 5px;
		border: 2px solid #ddd;
		cursor: pointer;
	}
	.spec-items li.on{
		border:2px solid #0085CE;
	}
	.spec-items li img{
		width: 100%;
		/*-webkit-transform: scale(1,1);
		-ms-transform: scale(1,1);
		-o-transform: scale(1,1);
		transform: scale(1,1);*/
	}
	/*.spec-items li.on img{
		-webkit-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);
	}*/
	span.spe_leftBtn,span.spe_rightBtn{
		position: absolute;
		bottom: 0px;
		display: block;
		width: 20px;
		height: 70px;
		line-height: 70px;
		font-family: "黑体";
		text-align: center;
		font-size: 30px;
		color: #ccc;
		cursor: default;
		background-color: #f9f9f9;
		z-index: 1005;
	}
	span.on{
		background-color: #ccc;
		color: #fff;
		cursor: pointer;
	} 
	span.spe_leftBtn{
		left: 0;
	}
	span.spe_rightBtn{
		right: 0;
	}
	/** end **/
	
@media(min-width:992px) {
	.foot-md-1{
		width: 11.11111111%;
	}
	.foot-md-2{
		width: 22.22222222%;
	}
	.foot-md-3{
		width: 33.33333333%;
	}
	.foot-md-4{
		width: 44.44444444%;
	}
	.foot-md-5{
		width: 55.55555556%;
	}
	.foot-md-6{
		width: 66.66666667%;
	}
	.foot-md-7{
		width: 77.77777778%;
	}
	.foot-md-8{
		width: 88.88888889%;
	}
	.foot-md-9{
		width: 100%;
	}
	
	.news-list ul li{
		padding: 20px 0;
	}
	
	.bx-wrapper:hover .bx-prev,.bx-wrapper:hover .bx-next{
		display: block;
	}
	.navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #fff;
        margin: 0 15px;
    }
    .navbar-default .nav > li + li:before {
  		float: left;
  		color: #fff;
  		content: "/\00a0";
  		padding: 0;
  		height: 40px;
  		line-height: 40px;
	}
	
	.nbs-flexisel-item img{
		max-height: 140px;
	}
	.nbs-flexisel-item h5{
		margin-bottom: 15px;
	}
	.product-pos{
		position: absolute;
		z-index: 1000;
		left: 0;
		bottom: -30px;
		right: 0;
	}
	.pro-left-bg{
		background: url(../images/pro-bg-left.png) repeat-x top;
		background-size: cover;
		position: absolute;
		z-index: 1002;
		bottom:50px;
		left: -10%;
		width: 110%;
	}
	.pro-words-box{
		padding-left: 10%;
		padding-right: 13%;
	}
	.pro-right-bg{
		background:url(../images/pro-bg-right.png) repeat-x bottom;
		background-size: cover;
		position: absolute;
		z-index: 1003;
		bottom: 0;
		left: 0;
		width: 104%;
	}
	.pro-roll-box{
		padding-right: 4%;
	}
}
@media(min-width:1200px) {
	.foot-lg-1{
		width: 11.11111111%;
	}
	.foot-lg-2{
		width: 22.22222222%;
	}
	.foot-lg-3{
		width: 33.33333333%;
	}
	.foot-lg-4{
		width: 44.44444444%;
	}
	.foot-lg-5{
		width: 55.55555556%;
	}
	.foot-lg-6{
		width: 66.66666667%;
	}
	.foot-lg-7{
		width: 77.77777778%;
	}
	.foot-lg-8{
		width: 88.88888889%;
	}
	.foot-lg-9{
		width: 100%;
	}
	.nbs-flexisel-item img{
		max-height: 155px;
	}
	.nbs-flexisel-item h5{
		margin-bottom: 15px;
	}
	
	.product-pos{
		position: absolute;
		z-index: 1000;
		left: 0;
		bottom: -30px;
		right: 0;
	}
	.pro-left-bg{
		background: url(../images/pro-bg-left.png) repeat-x top;
		background-size: cover;
		position: absolute;
		z-index: 1002;
		bottom:50px;
		left: -20%;
		width: 120%;
	}
	.pro-words-box{
		padding-left: 20%;
		padding-right: 15%;
	}
	.pro-right-bg{
		background:url(../images/pro-bg-right.png) repeat-x bottom;
		background-size: cover;
		position: absolute;
		z-index: 1003;
		bottom: 0;
		left: 0;
		width: 106%;
	}
	.pro-roll-box{
		padding-right: 6%;
	}
	.news-list ul li{
		padding: 35px 0;
	}
	.news-more{
		margin-bottom: 10px;
	}
}


/*******分页*************/
.page{width:100%;text-align:center;clear:both;height:42px;padding:25px 0;overflow:hidden;}
.page a{padding:2px 5px;border:1px solid #ccc;color:#505050;margin:0 1px;font-size:13px;text-align:center;}
.page .more{border:0;}
.page a:hover{background:#000000;border-color:#000000;color:#FFF;}
.page .pre{font-weight:600;color:#ff6400;}
.page .next{font-weight:600;color:#ff6400;}
.page .pre:hover{background:#000000;border-color:#000000;color:#FFF;}
.page .next:hover{background:#000000;border-color:#000000;color:#FFF;}
.page .more:hover{background:none;color:#505050;}
.page .current{background:#000000;border-color:#000000;color:#FFF;font-weight:700;}
.page .current:hover{background:#000000;border-color:#000000;color:#FFF;font-weight:700;}
.page .no_pre{color:#ccc;font-weight:600;}
.page .no_pre:hover{color:#ccc;background:none;border-color:#CCC;}
.page .no_next{color:#ccc;font-weight:600;}
.page .no_next:hover{color:#ccc;background:none;border-color:#CCC;}

/***********************新闻列表***********************************/
.newslist li{height:35px;line-height:35px;border-bottom:1px dashed #cccccc;}
.newslist li a{display:block;height:35px;line-height:35px;width:600px;float:left;padding-left:10px;}
.newslist li span{display:block; height:35px;line-height:35px;width:80px;float:right;}

/**************
 * plugs css you can not to edit them
 */
/** /!!! core css Should not edit !!!/**/
/****************** lightSlider.css ******************/

.csSlideOuter {
	overflow: hidden;
	padding: 0 40px;
}
.lightSlider:before, .lightSlider:after {
	content: " ";
	display: table;
}
.csSlideWrapper > ul:after {
	clear: both;
}
.csSlideWrapper .csSlide {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.csSlideWrapper .csFade {
	position: relative;
}
.csSlideWrapper .csFade > li {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
}
.csSlideWrapper.usingCss .csFade > li {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.csSlideWrapper .csFade > li.active {
	z-index: 10;
}
.csSlideWrapper.usingCss .csFade > li.active {
	opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.csSlideOuter .csPager.cSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}
.csSlideOuter .csPager.cSpg > li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}
.csSlideOuter .csPager.cSpg > li a {
	background-color: #222222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.csSlideOuter .csPager.cSpg > li:hover a, .csSlideOuter .csPager.cSpg > li.active a {
	background-color: #428bca;
}
.csSlideOuter .media {
	opacity: 0.8;
}
.csSlideOuter .media.active {
	opacity: 1;
}
/* End of pager */

/** Gallery */
.csSlideOuter .csPager.cSGallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.csSlideOuter .csPager.cSGallery li {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}
.csSlideOuter .csPager.cSGallery li.active, .csSlideOuter .csPager.cSGallery li:hover {
	opacity: 1;
}
.csSlideOuter .csPager.cSGallery img {
	display: block;
	height: auto;
	max-width: 100%;
}
.csSlideOuter .csPager.cSGallery:before, .csSlideOuter .csPager.cSGallery:after {
	content: " ";
	display: table;
}
.csSlideOuter .csPager.cSGallery:after {
	clear: both;
}
/* End of Gallery*/

/* slider actions */
.csAction > a {
	width: 32px;
	display: block;
	top: 50%;
	height: 32px;
	background-image: url('../images/controls.png');
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
	opacity: 0.5;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}
.csAction > a:hover {
	opacity: 1;
}
.csAction > .csPrev {
	background-position: 0 0;
	left: -40px;
}
.csAction > .csNext {
	background-position: -32px 0;
	right: -40px;
}
.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}

.hll-title{
	text-align: center !important;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}