.innerwrapper{width:1000px;margin: 0 auto;
}

.about-page {
	background-image: url(../images/about-bg.jpg);
}
.news-page {
	background-image: url(../images/news-bg.jpg);
}
.pro-page {
	background-image: url(../images/pro-bg.jpg);
}
.sol-page {
	background-image: url(../images/sol-bg.jpg);
}
.container {
	min-height: 840px;
	_height: 840px;
	background-repeat: no-repeat;
	background-position: 50% 117px;
}
.inner-cont {
	
	min-height: 350px;
	float: right;
	width: 1030px;
	padding: 25px 0;
}

.prolist-cont {
	
	min-height: 350px;
	float: right;
	width: 1035px;
	padding: 25px 0;
}

.content{
	padding-top: 30px;
}
.innerbanner {
	width: 100%;
	height: 293px;
	background-repeat: no-repeat;
	/*background-position: center center;*/
	background-size: cover;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.overview {
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	color: #000;
	line-height: 1.5;
	padding: 40px 0;
}
.overview .en-txt {
	display: block;
	font-size: 16px;
	color: #e9412a;
}
.sidenavtitle {
	height: 55px;
	/*line-height: 69px;*/
	text-align: left;
	font-size: 18px;
	color: #fff;
	background: url(../images/sidetopbg.jpg) no-repeat;
}
.sidenavtitle h1{
	padding-top: 17px;
	padding-left: 35px;
	font-size: 18px;
	font-weight: normal;
	line-height: 5px;
}
.sidenavtitle small{
	font-size: 12px;
	padding-left: 35px;
}

.sidenav {
	text-align: left;
	float: left;
	width: 200px;
}
.sidenav ul {
	overflow: hidden;
}
.sidenav li {
	background-color: #f9f5f4;
	zoom: 1;
	vertical-align: top;
	/*margin-top: 1px;*/
	_width: 220px;
}
.sidenav li >a {
	display: block;
	padding:18px 0 18px 61px;
	/*line-height: 50px;*/

	color: #303335;
	*zoom: 1;
	font-size: 14px;
	/*min-width: 102px;*/
	text-align: left;
	/*text-indent: 19px;*/
	/*_width: 102px;*/
	/*background: url(../images/siderbutbg.jpg) no-repeat center bottom;*/
	/*width: 220px;*/
	/*height: 50px;*/
	border-bottom: 1px solid #dbd5d3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-image: url(../images/sidetip.png);
	background-repeat: no-repeat;
	background-position: 40px center;
}

.sidenav li a .fa {
	font-size: 18px;
	line-height: 35px;
	position: absolute;
	right: 20px;
	top: 0;
}
.sidenav li >a:hover, .sidenav .active >a {
	color: #e44c22;
	position: relative;
	background-color: #ffeed9;
	background-position: 170px center;

}
.sidenav li a:hover .fa, .sidenav .active a .fa {
	color: #333;
}

/*.sidelink{background: #f2f2f2;}*/

.sidelink .sidecontent{
	padding: 15px 20px;
	font-size: 12px;
	color: #666;
	/*margin-top: 13px;*/
	margin-bottom: 30px;
	background: url(../images/sfbg.jpg) no-repeat bottom;
}
.sidelink  h3{
	padding-bottom: 8px;
	background: url(../images/sideborder.jpg) no-repeat bottom;
	height: 46px;
	line-height: 46px;
	color: #bc0c01;
	padding-top: 16px;
	font-size: 16px;
	margin-bottom: 16px;
	
}

/*subnav*/
.sidenav li .level2{
	display: none;
}

.sidenav li .level2 li{
	width:255px;
	border-top: 1px #fff solid;
}

.sidenav li .level2 li a{
	display: block;
	font-size: 14px;
	background: #e0e0e0;
	color: #3f3f3f;
	padding: 10px 0;
}

.sidenav li .level2 li a:hover{
	color: #c00;
}


/* arrow-right */
/*.level2 {
	*zoom: 1;
	padding: 5px 0;
}*/

/* 似乎不能用padding 360兼容模式下会滑不上去 */
/*.level2 li {
	border-bottom: 0 none;
}
.sidenav .level2 li a {
	border-bottom: 0 none;
	color: #666;
}*/

/* ==========================================================================
  toolbar
  ========================================================================== */
.toolbar {
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-bottom: 35px;
}
.toolbar ul {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.toolbar li {
	float: left;
	padding: 0 19px;
}
.toolbar li a {
	font-size: 14px;
	color: #333;
}
.toolbar li a .fa {
	font-size: 15px;
	line-height: 40px;
	padding-right: 10px;
}
.toolbar li a:hover {
	color: #e9412a;
}

/* ==========================================================================
  Breadcrumbs
  ========================================================================== */
.breadcrumb-bar {
	line-height: 30px;
	border-bottom: 1px solid #9a9b9b;
	text-align: left;
	width: 100%;
	height: 30px;
	/*background: url(../images/breadbarbg.jpg) repeat-x;*/
}

.breadcrumb-bar a {
	color: #333;
}


.breadcrumb-bar span ,.breadcrumb-bar i {
	color: #e3481d;
}

.breadcrumb-bar i {
	font-size: 14px;
	padding-right: 15px;
}
.breadcrumb {
	width: 1322px;
	margin: 0 auto;
}
.breadcrumb li {
	float: left;
	padding-right: 5px;
	font-size: 14px;
	font-family: microsoft yahei;
}
.breadcrumb .bc-arr {
	font-family: simsun;
}
.breadcrumb li, .breadcrumb li a {
	color: #333;
}
.breadcrumb li:last-of-type a {
	color: #055fb5;
}
.breadcrumb .bc-home {
	padding-left: 16px;
	background: url(../images/bc-home.gif) no-repeat 0;
}
.title-bar {
	line-height: 29px;
	height: 29px;
	background: url(../images/colrtip.jpg) no-repeat left center;
	border-bottom: 5px solid #ededed;
	width: 731px;
	/*float: right;*/
}
.title-bar h3 {
  font-size: 14px;
  color: rgb( 51, 51, 51 );
  padding-left: 25px;
}


.col-right{
	width: 757px;
	float: right;
}

.colr-con{
	padding: 40px 0;
}
/*about*/

.con-about{
	
	width: 757px;
	margin: 0 auto;

}

/* news */
.con-newslist ul li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	height: 104px;
	overflow: hidden;
	
}
.con-newslist ul li .nimg{

	display: block;
	position: absolute;
}
.con-newslist ul li .ntitle{
  font-size: 14px;
  color: rgb( 51, 51, 51 );
  margin-left: 211px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px #ededed dashed;

}
.con-newslist ul li p{
  
  font-size: 12px;
  
  color: rgb( 102, 102, 102 );
  line-height: 1.8;
  margin-left: 211px;
  padding: 5px 0;
}

.con-newslist ul li .nmore a {
  
  font-size: 12px;
 margin-left: 211px;
  color: rgb( 212, 0, 40 );
}

.ndetailstitle h1{
	color: #000;
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
}

/* picNews */
.picNews-list {
}
.picNews-list li {
	float: left;
	width: 160px;
	display: inline;
	margin-right: 25px;
}
.picNews-list .pic {
	display: block;
	width: 100%;
	height: 105px;
}
.picNews-list .pic img {
	width: 100%;
	height: 100%;
}
.picNews-list .caption {
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

/* article */
article {
}
article .hd {
	padding-bottom: 1px;
	border-bottom: 1px dotted #ddd;
	text-align: center;
	padding-bottom: 10px;
}
article .hd .title {
	font: 22px microsoft yahei;
	padding-bottom: 10px;
}
article .hd .byline {
}
article .hd .byline span {
	padding: 0 10px;
}
article .bd {
	padding: 15px 0;
}

/* pro */

.profocus{
	height: 160px;
	background-color: #f9f5f4;
} 
.profocus p{
	padding-left: 240px;
	padding-top: 10px;
	padding-right: 20px;
}
.profocus p a{
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.pfjpg{
	position: absolute;
	padding: 15px 0 0 18px;
}

.prolist{
	padding-top: 30px;
	margin-right: -40px;
}
.prolist li{
	float: left;
	margin-right: 36px;
	margin-bottom: 30px;
	width: 229px;
	height: 180px;
}

.prolist li .prothumb{
	background: url(../images/probak.png);	
	width: 227px;
	height: 155px;
	padding-top: 1px;
	padding-left: 2px;
	overflow: hidden;
	background-repeat: no-repeat;
	position: relative;
}
.promask a{
	display: block;
	width: 225px;
	height: 151px;

}
.promask{
	width: 225px;
	height: 151px;
	background-color: rgba(228,75,33,.7);
	vertical-align: middle;
	text-align: center;
	position: absolute;
	left: 2px;
	top: -152px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	   -ms-transition: all 0.3s;
	   -o-transition: all 0.3s;
	   transition: all 0.3s;

}

.prolist li .prothumb:hover .promask{
	top: 1px;

}
.promask i{
	font-size: 30px;
	color: #fff;
	padding-top: 60px;


}
.protitle{
	text-align: center;
	line-height: 40px;
	font-size: 14px;


}

.prodname{
	font-size: 20px;
	text-align: center;
	color: #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;

}

.pdtools{
    text-align: right;
    line-height: 60px;
    margin: 20px 0 0;
}
.pdtools span{
    padding: 0 15px;
}
/*shopshow*/

.shopshow{
	position: relative;
	height: 521px;
	margin-bottom: 30px;
}
.shopshow .bd{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	width: 730px;
	height: 521px;
}

.shopshow .hd{
	position: absolute;
	top: 50%;
	height: 33px;
	margin-top: -16px;
	z-index: 100;
	width: 730px;
}
.shopphoto li{
	position: relative;
}
.shopshow .shopcon{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 46px;
	line-height: 46px;
	width: 730px;
	text-align: left;
	text-indent: 20px;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}
.shopcon span{
	padding-right: 20px;
	float: right;
}
.shopshow .next{
	float: right;
	background: url(../images/shopnext.png) no-repeat;
	width: 21px;
	height: 33px;
	margin-right: 10px;
	cursor: pointer;
}
.shopshow .next:hover{
	
	margin-right: 5px;

}
.shopshow .prev{
	float: left;
	background: url(../images/shopprev.png) no-repeat;
	width: 21px;
	height: 33px;
	margin-left: 10px;
	cursor: pointer;
}
.shopshow .prev:hover{
	
	margin-left: 5px;
}

/*career*/

.clist .careerhead{
	line-height: 46px;
	background-color: #ccc;
	color: #333;
	height: 46px;
}

.clist .careerhead i{
	color: #bc0c01;
	padding-right: 5px;
	font-size: 14px;
}

.clist  span{
	float: left;
	font-size: 14px;
}

.clist .careerhead .c1{
	padding-left: 28px;
}

.clist .careerhead .c2{
	padding-left: 203px;
}

.clist .careerhead .c3{
	padding-left: 130px;
}

.clist .careerhead .c4{
	padding-left: 119px;
}


.clist .c1{
	padding-left: 44px;
}

.clist .c2{
	padding-left: 207px;
}

.clist .c3{
	padding-left: 130px;
}

.clist .c4{
	padding-left: 109px;
}

.carrertitle{
	line-height: 40px;
	border-bottom: 1px dashed #ededed;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	   -ms-transition: all 0.3s;
	   -o-transition: all 0.3s;
	   transition: all 0.3s;
}
.carrertitle.on{
	background-color: #bc0c01;
	color: #fff;
}

.carrercon{
	background: #f1f1f1;
	padding: 20px;
	display: none;
}

/*download*/

.downloadlist ul li{
	width: 261px;
	float: left;
	margin: 0 12px 26px;
	text-align: center;
	height: 207px; overflow: hidden;
}
.downloadlist .downloadtitle{
	width: 225px;
	margin: 10px auto;

} 

.downloadlist .downloadtitle a:hover{
	color: #004898;

} 


/*feedback*/
.fdtop{
	width: 725px;
	margin: 0 auto;
}

/*招聘*/
.carrers-list{
	padding-top: 20px;
	overflow: hidden;
}

.carrers-list li{
	width: 363px;
	height: 243px;
	float: left;
	margin: 8px;
}

.carrers-list li .jobthumb {
	
}

.carrers-list li .jobtitle a{
	display: block;
	line-height: 40px;
	text-align: center;
	color: #555;
}
.carrers-list li .jobtitle a:hover{
	
	color: #c00;
}

/* ==========================================================================
  Pagination
  ========================================================================== */
#dcms_pager {
	clear: both;
	padding: 20px 0 10px 0;
}
#dcms_pager .pages {
	text-align: center
}
#dcms_pager .pages a {
	display: inline-block;
	padding: 0 10px;
	margin: 0 4px;
	/*border: 1px solid #e8e8e8;
	background: #e8e8e8;*/
	color: #333;
	cursor: pointer;
	line-height: 24px;

  border-width: 1px;
  border-color: rgb( 218, 218, 218 );
  border-style: solid;
  background-image: -moz-linear-gradient( 90deg, rgb(241,241,241) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(241,241,241) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(241,241,241) 0%, rgb(255,255,255) 100%);
  height: 24px;


}
#dcms_pager .pages .pgcurrent {
	cursor: default;
/*	border: 1px solid #e9412a;*/
	background: #e3481d;
	color: #fff;
}
#dcms_pager .pages .pgempty {
	cursor: not-allowed
}
#dcms_pager .pages .pageprev {
	cursor: not-allowed
}
#dcms_pager .pages .pagenext {
	cursor: not-allowed
}