@charset "utf-8";
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	padding-bottom: 40px;
	color: #5a5a5a;
}
/* CUSTOMIZE THE top banner
-------------------------------------------------- */

/* kendo UI grid 修正样式 */
.k-grid,.k-grid-toolbar {
    background: transparent\9;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.4);
    zoom: 1;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
}

.k-grid table{
	table-layout: fixed;
}

.k-grid-header .k-header {
    background-color: #e3e3e3;
}

.k-grid tbody td>.k-grid-delete {
    margin-top: 0;
    margin-bottom : 0;
}

.k-grid-toolbar ul{
	margin: 0 0 10px 25px;
	padding: 0;
	list-style-type: none;
}
.k-grid-toolbar ul li{
	padding: 5px;
}

.k-grid td{
	word-break: keep-all;white-space:nowrap;
}
/*-------------------------------------------------- */

.topbanner, .footerbanner {
	width: 100%;
    min-width: 985px;
	height: 115px;
	margin: 0;
	padding: 0;
	background-color: #ededed;
}
.topbanner {
	position:fixed;
	top:0;
	z-index:20;
    box-shadow: 0 1px 9px #9c9c9c;
}
.footerbanner{
	margin-top:60px;
}
.bannerInner {
	width: 1000px;
	height: 80px;
	margin: auto;
	/*overflow: hidden*/
}
.bannerInnerChain {
	width: 1075px;
	height: 80px;
	margin: auto;
	/*overflow: hidden*/
}
.logo {
	float: left;
	width: 242px;
	height: 80px;
	margin-top:-3px;
	background-image: url(../images/logo.gif)
}
.logoChain {
	float: left;
	width: 274px;
	height: 80px;
	margin-top:-3px;
	background-image: url(../images/logoChain.png)
}
.bannerInner .search {
	padding: 20px 0 0 100px;
	float: left;
}
.bannerInner .search2 {
	padding: 0px 0 0 100px;
	float: left;
}
.bannerInnerChain .search {
	padding: 20px 0 0 100px;
	float: left;
}
.bannerInnerChain .search2 {
	padding: 0px 0 0 100px;
	float: left;
}

.footerbanner .search {
	padding: 20px 0 0 10px;
}
.footerbanner .search .input-append .add-on:hover {
	cursor: pointer;
}
.bannerInner .search .input-append {
	float: left;
}
.bannerInner .search .searchtext {
	float: left;
	border-right-width: 0px;
}
.bannerInner .search .searchtext:hover {
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.bannerInner .search .input-append .add-on {
	background-color: #fff;
}
.bannerInner .search .input-append .add-on i, .bannerInner .search .input-append .btn i {
	color: darkgrey;
}
.bannerInner .search .searchbutton {
	width: 62px;
	height: 30px;
	margin-left: 15px;
	float: left;
	background-color: #E2E2E2;
	border: 1px;
	border-color: #B1B1B1;
	border-style: solid;
	color: #B3B3B3;
	font-size: 17px
}
.bannerInner .bannerRight {
	padding-top: 23px;
}


/**柯城**/
.bannerInnerChain .search .input-append {
	float: left;
}
.bannerInnerChain .search .searchtext {
	float: left;
	border-right-width: 0px;
}
.bannerInnerChain .search .searchtext:hover {
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.bannerInnerChain .search .input-append .add-on {
	background-color: #fff;
}
.bannerInnerChain .search .input-append .add-on i, .bannerInner .search .input-append .btn i {
	color: darkgrey;
}
.bannerInnerChain .search .searchbutton {
	width: 62px;
	height: 30px;
	margin-left: 15px;
	float: left;
	background-color: #E2E2E2;
	border: 1px;
	border-color: #B1B1B1;
	border-style: solid;
	color: #B3B3B3;
	font-size: 17px
}
.bannerInnerChain .bannerRight {
	padding-top: 23px;
}
.footeright {
	padding-top: 30px;
}
.footeright li a {
	padding: 0 5px;
	font-size: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.footeright li:not(:first-child) {
	border-left: 1px solid;
}
.copyright {
	font-size: 12px;
	width: 900px;
	margin: auto;
}
.copyright .content {
	width: 290px;
	margin: 0 0 0 6px;
	text-align: left;
	line-height: 35px;
	white-space: nowrap;
	float: left;
}
/* .logo_outer {
	font-size: 12px;
	width: 321px;
	margin: auto;
	height: 31px;
}
.logo_outer .logo {
	width: 27px;
	height: 14px;
	float: left;
}
.logo_outer .content2 {
	width: 80px;
	float: left;
	line-height: 15px;
} */

.logo_outer {
    font-size: 12px;
    width: 470px;
    margin: auto;
    height: 31px;
}
.logo_outer .logo {
    width: 27px;
    height: 14px;
    float: left;
    padding-top: 5px;
}
.logo_outer .content2 {
    width: 120px;
    float: left;
    line-height: 15px;
    padding-left: 6px;
}



.footerbanner{
	height: auto;
	margin-top:10px;
	background-color:transparent;
}

.footerbannerInner{
	margin:auto;
	width:980px;
	background-color:rgb(237, 237, 237);
	border:1px solid rgb(218, 217, 222);
}

.footerbanner .dz{
	display: table;
}

.footerbanner .item{
	border-right:1px solid rgb(218, 217, 222);
	display:inline;
	float:left;
	overflow:hidden;
	padding:0px 10px 10px 10px;
	width:225px;
}

.footerbanner .item ul{
	margin:0px 0px 5px 12px;
    display: block;
} 

.footerbanner .item h4{
	color:rgb(51, 51, 51);
	font-family:"STHeiti","Microsoft Yahei","Hei";
	font-size:14px;
	line-height:20px;
}

.footerbanner .item li{
	float:left;
	line-height:21px;
	font-size:12px;
	width:100px;
}
.footerbanner .first{
	width: 325px;
}
.footerbanner .first li{
	padding: 7px 0;
}

.footerbanner .last{
	width:auto;
	border:0 none;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navigationWarp{
    padding-top: 125px;
    z-index: 15;
    position: relative;
}
.navigation {
	width: 100%;
	margin: 0 0 10px 0;
}
.navigationBar {
	width: 980px;
	margin: 0 auto;
}
.navigationBar .g-nav-master {
	margin: 0px;
	font-size: 14px;
}

.g-nav-master a:not(first) {
letter-spacing: .05em\9;
}

.navigationBar .g-nav-master li.active a,
.navigationBar .g-nav-master li.active .dropdown-menu a:hover {
  color: #fff;
  background-color: #6CA600;
  background-image: -moz-linear-gradient(top, #87ce00, #69a000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87ce00), to(#69a000));
  background-image: -webkit-linear-gradient(top, #87ce00, #69a000);
  background-image: -o-linear-gradient(top, #87ce00, #69a000);
  background-image: linear-gradient(to bottom, #87ce00, #69a000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87ce00', endColorstr='#ff69a000', GradientType=0);
}
.navigationBar .g-nav-master li a {
	color: #000;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
.navigationBar .g-nav-master li a:hover {
  color: #fff;
  background-color: #6CA600;
  background-image: -moz-linear-gradient(top, #87ce00, #69a000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87ce00), to(#69a000));
  background-image: -webkit-linear-gradient(top, #87ce00, #69a000);
  background-image: -o-linear-gradient(top, #87ce00, #69a000);
  background-image: linear-gradient(to bottom, #87ce00, #69a000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87ce00', endColorstr='#ff69a000', GradientType=0);
}

.navi_content {
	vertical-align: middle;
	line-height: 34px;
	padding-right: 15px;
	font-size: 12px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carouselWarp {
	width: 100%;
	background-color: #9fcddd;
	margin-bottom: 15px;
	position: relative;
    z-index: 10;
}
/* carousel-screen base class */
.carousel-screen {
	width: 975px;
	height: 385px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.carousel-screen .carousel-control {
	height: 80px;
	margin-top: 0;
	font-size: 120px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	z-index: 10;
    line-height: 60px;
}
.carousel-screen .item {
	height: 385px;
}
.carousel-screen .item img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 975px;
}
.carousel-screen .caption-container {
	position: absolute;
	z-index: 5;
	bottom: 0;
    background: transparent\9;
    background:rgba(0,0,0,0.3);
    zoom:1\8; /* required for the filters */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); /* IE5.5-7 */
    cursor: pointer;
	overflow: hidden;
	min-height: 90px;
	width: 100%;
}
.carousel-screen .carousel-caption {
	float: left;
	background-color: transparent;
	position: relative;
}
.carousel-screen .carousel-caption h3,.carousel-screen .carousel-caption .lead {
	margin: 0;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-screen .carousel-caption h3 {
	font-weight: bolder;
}
.carousel-screen .carousel-caption .lead {
	font-size: 14px;
}
.carousel-screen .caption-container ul {
	padding: 10px;
	bottom: 0;
	right: 0;
	top: auto;
}
.carousel-screen .caption-container ul li {
	margin-left: 0px;
	width: 64px;
	height: 64px;
}
.carousel-screen .caption-container ul li img {
	width: 54px;
	height: 54px;
}
.carousel-screen .carousel-indicators li {
	background-color: transparent;
	border-radius: 0;
}
.carousel-screen .carousel-indicators .active {
	background-color: #F93;
}
.tabscollection .carousel{
	margin-bottom: 0;
}

/* Carousel base thumbnail li css no border 
-------------------------------------------------- */

li .thumbnail {
	border-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*--------------video player-----------------*/
.adsMask,.surveyMask{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: lightslategray;
    overflow: hidden;
}

.surveyMask{
    background-color:#fff;
    display: none;
}

/*-------login page-----------------------------*/
html.login,body.login {
	background: #000 url(../images/background-image-1.jpg) top center;
}
.signupBox h3,.loginbox h3 {
	font-size: 2.5em;
	color: #787878;
	border-bottom: 1px solid #ccc;
}

.signupBox ,.loginbox {
	border:1px solid #ccc;
	padding:20px 30px 40px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.signupBox{
	margin:auto 0;
}

.signupBox .strength {
	padding-top: 5px;
	color: #909090;
	display:inline-block;
}



.signupBox .pswd_state {
margin: 0 5px;
position: relative;
zoom: 1;
vertical-align: middle;
display: inline-block;
width: 124px;
height: 10px;
background-color: #ececec;
border: 1px solid #8fd1ff;
}


.signupBox .pswd_state_def {
border: 1px solid #c7c7c7;
}

.signupBox .pswd_state .level {
position: absolute;
top: 1px;
left: 1px;
width: 40px;
height: 8px;
display: inline-block;
overflow: hidden;
}

.signupBox .pswd_state .level_0 {
background-color: #c7c7c7;
}
.signupBox .pswd_state .level_0_1 {
background-color: #a0a0a0;
left: 42px;
}
.signupBox .pswd_state .level_0_2 {
background-color: #898989;
left: 83px;
}

.signupBox .pswd_state .level_1 {
background-color: #8fd1ff;
}
.signupBox .pswd_state .level_2 {
background-color: #43b1fe;
left: 42px;
}

.signupBox .pswd_state .level_3 {
background-color: #3399e0;
left: 83px;
}

.signupBox .logo,.loginbox .logo{
	margin-left:22px;
}

.signupBox ul,.loginbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.signupBox li,.loginbox li {
	height: 36px;
	vertical-align: middle;
	color: #000;
}

.signupBox ul label,.loginbox ul label {
	display: inline-block;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	color: #000;
}

.signupBox label,.loginbox label {
	color: #000;
}

.signupBox ul input,.loginbox ul input {
	border: 1px solid #ddd;
}

.signupBox button,.loginbox button {
	margin-right: 20px;
}
.signupBox k-invalid-msg,.loginbox .k-invalid-msg{
	margin:5px 0 10px 105px;
}

.loginbox #forRemmberme{
	width:auto;
}
/* MAIN CONTENT
-------------------------------------------------- */
.contentWarp {
	width: 975px;
	margin-top: 15px;
}
.contentWarp .span12 {
	width: 980px;
}
.contentWarp .span8 {
	width: 686px;
}
.contentWarp .row, .contentWarp .banner {
	margin-bottom: 15px;
}
.contentWarp ul.nav-pills {
	font-size: 26px;
	margin-right: 20px;
}

.contentWarp ul.nav-pills li{
    line-height: 1.2em;
}

.contentWarp .nav {
	margin-bottom: 10px;
}
.contentWarp .nav li.active a {
  color: #fff;
  background-color: #6CA600;
}
.contentWarp .nav li a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	line-height: 26px;
}
.contentWarp .nav li a:hover {
	color: #fff;
	background-color: #6ca600;
}

.nav li .navname{
	width:100px;
}
.contentWarp .tabs {
	position: relative;
    *margin-bottom: 10px;
}
.contentWarp .tabs .more {
	position: absolute;
	bottom: 0px;
	right: 6px;
	font-size: 12px;
	margin-bottom: 10px;
}
.contentWarp .nav a:not(first) {
    letter-spacing: .05em\9;
}
.contentWarp .thumbnails {
	margin-left: 0px;
	list-style: none;
	border: none;
}
.contentWarp .thumbnails > li {
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	list-style: none;
}

.contentWarp .thumbnail {
	padding: 0px;
	position: relative;
    margin-right: 1px;
}

 
.contentWarp .thumbnail:hover p.contentover{
	line-height: 250%;
	visibility:visible;
}
.contentWarp .thumbnail p.contentover,.contentWarp .thumbnail p.expertContentover {
	position: absolute;
	margin: 0;
	bottom: 0;
	display: block;
	visibility:visible;
	line-height: 250%;
    background: transparent\9;
    zoom:1\8; /* required for the filters */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); /* IE5.5-7 */
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.56);
	color: #fff;
	width: 100%;
	text-indent : 10px;
	font-size: 13px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.contentWarp .thumbnail p.expertContentover {
	text-indent:0;
	text-align:center;
}

.contentWarp .k-pager-wrap,.contentWarp .k-listview{
	font-size:12px;
	border:none;
	margin:10px 0;
}

.contentWarp .returntop a{
	padding: 8px 15px;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:block;
	margin:auto 0 ;
	text-align:center;

}
.contentWarp .returntop a:hover {
	color: #fff;
	background-color: #6ca600;
}

.contentWarp .k-listview .comment{
	padding:12px 0px 2px 0px;
	border-bottom: 1px solid #e5e5e5;
}

.contentWarp .k-listview .comment .upreply .upreplyName{
	color: #F5BC33;
}

.contentWarp .k-listview .comment .uptime{
	color: #999999
}

.contentWarp .k-listview .comment .commentcon{
 padding: 5px 0px;
}

.contentWarp .k-listview .comment span{
	padding-right: 10px;
}
.contentWarp .k-listview .comment .userName {
color: #FF9D00;
height: 18px;
position: relative;
font-weight:700;
}

.contentWarp .k-listview .comment .con {
padding-top: 5px;
overflow: hidden;
zoom: 1;
}

.contentWarp .k-listview .comment .children .comment{
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;
	-moz-border-right-colors:none;
	-moz-border-top-colors:none;
	border-style:dotted none none;
	border-color:#E5E5E5;
	border-width:1px medium medium;
	padding-left:42px;
	padding-bottom:0px;
	overflow: hidden;
	
}

.comment ul.children{
	margin: 0;
}

.comment .children .textarea textarea{
	border:1px solid #CCCCCC;
	height:90px;
	line-height:1.6em;
	overflow:auto;
	padding:5px;
	resize:none;
	width:98%;
}

.comment .children .textarea textarea:focus{
	border-color: #FF9D00
}

.comment .pop_reply{
	margin-top:10px;
	padding-left: 15px;
}

.comment .commentBtn{
	height:30px;
	line-height:26px;
	overflow: hidden;
}

.album .cover {
	margin-bottom:20px;
}
.album .brief {
	margin-bottom:15px;
}
/*.album .newscontent p{
	text-indent:28px;
}*/

.album .taglist {
	border-left:3px solid #6ca600;
	margin-left:0;
	font-size:12px;
}
.album .taglist .taglabel{
	margin-left:10px;
}
.album .taglist li{
	margin-right: 10px;
	border:none;
	width:auto;
}
.album .taglist li a{
	color:#6ca600;
}
.album .taglist li a:hover{
	background-color:#6ca600;
}

.branch {
	margin-top:10px;
}

.branch span,.branch .nav {
	line-height: 200%;
	font-size: 18px;
}
.branch .k-pager-wrap span{
	font-size: 12px;
}
.branch .thumbnail p.contentover{
	text-indent: 5px;
	line-height: 130%;
}

.branch .thumbnail:hover p.contentover{
	line-height: 130%;
}

.branch .thumbnail:hover p i{
	visibility:visible;
}

.contentWarp .thumbnail p.middle{
	line-height: 200%;
}
.contentWarp .thumbnail:hover p.middle{
	line-height: 200%;
}

.contentWarp .thumbnail p.small{
	line-height: 130%;
}
.contentWarp .thumbnail:hover p.small{
	line-height: 130%;
}

.branch-v .thumbnails li {
	margin:10px 0;
	width:100%;
}

.branch-v .thumbnail .caption {
	width:48%;
	padding:0;
	font-size:12px;
}

.branch-v .thumbnail .caption h5{
	margin-top:0;
}

.branch-v .thumbnail .caption span{
	display:block;
}

.branch-v .thumbnail .caption i{
	color: #fff;
	background-color: #6ca600;
	padding: 1px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.branch-v .thumbnail .caption .iconbar{
	position:absolute;
	bottom:0;
	/*width: 100%;*/
	overflow-x: hidden;
}

.product .branch-v .thumbnail .caption {
	width:60%;
}

.sidebar .branch-v .thumbnail .caption {
	width:45%;
}

.taglist {
	margin-left:-6px;
	margin-bottom: 20px;
}
.taglist li{
	float: left;
	width: 70px;
	margin-right:20px;
	overflow: initial;
	border-right:thin solid #CCC;
	line-height: 180%;
}


.branchlist li{
	width: 150px;
}

.arrbranchlist li{
	width: 115px;
}

.taglist li a{
	padding: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.taglist li a.active,.taglist li a:hover{
	background-color:#999;
	color:#fff;
}


.videoPanel ul{
	margin-left:0;
}

.videoPanel li{
	float:left;
	margin-right:10px;
}

.orangeSearch {
	margin-top:2px;
}

.contentWarp .sidebar {
	width: 278px;
	margin-left: 10px;
	float: left;
	min-height: 1px;
}
.contentWarp .sidebar ul {
	margin: 0 0 10px 0;
}
.contentWarp .sidebar .linkList ul li {
	line-height: 30px;
	border-bottom: 1px #ccc dashed;
}
.contentWarp .sidebar .topList ul li {
	line-height: 250%;
}
.contentWarp .sidebar .cloudTags li {
	float: left;
	line-height: 180%;
	padding: 0px 4px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-color: darkgray;
    white-space: nowrap;
}
.contentWarp .sidebar .cloudTags li.c0 {
	background-color: #9C6;
}
.contentWarp .sidebar .cloudTags li.c1 {
	background-color: #CC6;
}
.contentWarp .sidebar .cloudTags li.c2 {
	background-color: #CCCCFF;
}
.contentWarp .sidebar .cloudTags li.c3 {
	background-color: #F99;
}
.contentWarp .sidebar .cloudTags li.c4 {
	background-color: #FCC;
}
.contentWarp .sidebar .topList span.list-index {
	color: #6ca600;
	margin: 0px 10px 0px 0px;
	font-style: italic;
	border-radius: 90px;
	padding: 4px 4px 4px 4px;
}
.contentWarp .sidebar .topList span.hot {
	color: #fff;
	background-color: #6ca600;
}
.contentWarp .sidebar .topList span.hits {
	float: right;
	opacity: 0.6;
}

.contentWarp .sidebar.listBox .tab-content {
	height:375px;
	overflow-x: hidden;
    position:relative;
}

.contentWarp .span2 {
	width: 171px;
	float: left;
	margin-left: 0;
    padding-left: 0;
}
.contentWarp .span2 li {
	width: 166px;
	height: 92px;
	margin-bottom: 4px;
    margin-left: 0;
    float:left;
}
.contentWarp .span4 {
	width: 342px;
	float: left;
	margin-left: 0;
}
.contentWarp .span4 li {
	width: 166px;
	height: 92px;
	margin-bottom: 4px;
}
.contentWarp h2 {
	font-weight: normal;
}
.portrait li {
	margin-bottom: 0px;

}
.sidebar .portrait li{
    width: 87px;
}
#health .nav li.active a {
	background-color: #ff9d00;
}

#equipment {
	position: relative;
	overflow: hidden;
	height: 181px;
}
#equipment .thumbnail{
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

#equipment .thumbnail img{
	border:1px solid;
	border-color:transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#equipment .thumbnail:hover img{
	border:1px solid;
	border-color: #588401;
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
#equipment .thumbnail p {
	position: relative;
	margin-top: 5px;
	background-color: #E2E2E2;
	line-height: 250%;
	color: #5a5a5a;
	visibility:visible;
	text-indent:10px;
	font-size:13px;
	width:104%;
}
#equipment .mask {
	overflow: hidden;
	height: 181px;
	width: 1200px;
	position: absolute;
}
#equipment .slider-control {
	height: 80px;
	width: 40px;
	line-height: 30px;
	margin-top: -20px;
	top: 30%;
	left: 5px;
	position: absolute;
	font-size: 120px;
	font-weight: 100;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	z-index: 10;
    line-height: 60px;
	color: #ffffff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#equipment .slider-control:hover, #equipment .slider-control:focus {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#equipment .slider-control.right {
	right: 10px;
	left: auto;
}
.contentWarp .linktags {
	position: absolute;
	bottom: 0;
	right: 0;
}
.contentWarp .linktags li a {
	font-size: 16px;
	line-height: 12px
}
.img-b{
	width: 335px;
	height: 188px;
}
.img-b1{
	width: 240px;
	height: 135px;
}

.img-b2{
	width:140px; 
	height:73px;
}
.img-s{
	width: 164px;
	height: 92px;
}
.largepdlist li{
	padding: 0.5px 0;
}
/* WIDTH CSS START
--------------------------------------------------*/

.width_62_87,.width_62_87 img{
	width: 62px;
	height: 87px;
}

.width_70_100,.width_70_100 img{
	width: 70px;
	height: 100px;
}

.width_85_120,.width_85_120 img{
	width: 85px;
	height: 120px;
}
.width_130_180,.width_130_180 img{
	width: 130px;
	height: 180px;
}
.width_133_187,.width_133_187 img{
	width: 133px;
	height: 187px;
}
.width_136_136,.width_136_136 img{
	width: 136px;
	height: 136px;
}
.width_152_84,.width_152_84 img{
	width: 152px;
	height: 84px;
}
.width_164_90{
	width: 166px;
	height: 93px;
}
.width_164_90 img{
	width: 164px;
	height: 90px;
}
.width_190_144,.width_190_144 img{
	width: 190px;
	height: 144px;
}

.width_190_253,.width_190_253 img{
	width: 188px;
	height: 253px;
}

.width_200_276{
	width: 202px;
	height: 278px;
}
.width_200_276 img{
	width: 200px;
	height: 276px;
}
.width_222_130,.width_222_130 img{
	width: 222px;
	height: 130px;
}

.width_232_125,.width_232_125 img{
	width: 232px;
	height: 125px;
}
.width_240_135,.width_240_135 img{
	width: 240px;
	height: 135px;
}
.width_252_136,.width_252_136 img{
	width: 252px;
	height: 136px;
}
.width_277_277,.width_277_277 img{
	width: 277px;
	height: 277px;
}
.width_335_186{
	width: 337px;
	height: 191px;
}
.width_335_186 img{
	width: 335px;
	height: 191px;
}

/* WIDTH CSS END
--------------------------------------------------*/

.label-category{
	background-color:#6CA600;
}
.label-category a{
	color: #FFF;
}
.gr .label a{
	color: #FFF;
}
.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
}
.rating span.star {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
}

.rating span.star:hover {
	cursor: pointer;
}

.rating span.star.active:before, .rating span.star:hover:before, .rating span.star.active~span.star:before, .rating span.star:hover~span.star:before {
	content: "\f005";
	color: #e3cf7a;
}
.rating span.star:before {
	content: "\f006";
	padding-right: 5px;
	color: #999;
}

.commentAction {
	margin-top:10px;
}
.commentAction textarea{
	width:672px;
}
.commentAction .loginArea {
margin-bottom: 5px;
overflow: hidden;
zoom: 1;
float: left;
}
.commentAction .wordlimit {

color: #909090;
z-index: 2;
float: right;
}

form label {
	display: inline-block;
	width: 90px;
	text-align: right;
}

.expertProfile {
width: 472px;
height: 187px;
}
.expertProfile span{
	font-size:16px;
}

.expertProfile .tabs .more {
	margin-bottom:0;
}

.expertDescriptionHigher{
	height: 252px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 6px;
	margin-top: 5px;
}

.expertProfile .expertDescription{
	height: 134px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 6px;
	margin-top: 5px;
}


.personlist .active{
	background-color: #F93;
}

.personlist .active a:HOVER{
	color: #FFF;
}

.contentWarp .contentbox{
	border: 1px;
	border-color: #6CA600;
	border-style: solid;
	padding: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px ;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px ;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px ; 
}

.contentWarp .boxbutton{
	padding: 5px 0px;
}

.personWarp .k-content .thumbnail{
	border-color:rgba(0, 0, 0, 0);
	border-radius:0;
	box-shadow:none;
}

/* Bootstrap CSS 修正
--------------------------------------------------
*/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #fff;
  text-decoration: none;
  background-color: #6CA600;
  background-image: -moz-linear-gradient(top, #87ce00, #69a000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87ce00), to(#69a000));
  background-image: -webkit-linear-gradient(top, #87ce00, #69a000);
  background-image: -o-linear-gradient(top, #87ce00, #69a000);
  background-image: linear-gradient(to bottom, #87ce00, #69a000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87ce00', endColorstr='#ff69a000', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #6CA600;
  background-image: -moz-linear-gradient(top, #87ce00, #69a000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87ce00), to(#69a000));
  background-image: -webkit-linear-gradient(top, #87ce00, #69a000);
  background-image: -o-linear-gradient(top, #87ce00, #69a000);
  background-image: linear-gradient(to bottom, #87ce00, #69a000);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87ce00', endColorstr='#ff69a000', GradientType=0);
}

.navigationBar .g-nav-master li.active .dropdown-menu a{
  color: #000;
  background:none;
}

.self-submenu {
    white-space:nowrap;
}

.self-submenu > a:after{
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:4px solid rgb(0,0,0);
}
.self-submenu.active > a:after,
.self-submenu:hover > a:after{
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:4px solid rgb(255,255,255);
}

.self-submenu a:hover{
	color:#fff;
}

.self-submenu > .dropdown-menu{
	left:0;
	margin: 0;
	top:auto;
	z-index: 12;
}

.carousel-tag .carousel-indicators{
	right:60px;
	top:-25px;
}

.carousel-tag .carousel-indicators li{
	background-color: #ccc;
  	background-color: rgba(183, 183, 183, 0.5);
  	cursor: pointer;
}
.carousel-tag .carousel-indicators .active {
	background-color: #6CA600;
}

.contentWarp .newslink ul.newsmore{
	padding: 0px 10px 0px 30px;
}
.contentWarp .newslink ul.newsmore li{
	font-size:14px;
	border-bottom:thin dashed;
	line-height:30px;
	list-style-type: circle;
}

/* hotBanner CSS
--------------------------------------------------*/

#hotBanner{
	visibility:hidden;width:100%; height:386px;overflow:hidden;
    min-width: 985px;
}

#hotBanner .kinMaxShow_button li img {
	width: 85px;
	height: 50px;
}
#hotBanner .kinMaxShow_focus_control{
	background: transparent\9;
    zoom:1\8; /* required for the filters */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); /* IE5.5-7 */
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.56);
	bottom:18px;
	height:69px;
	width:985px;
	left:50%;
	margin-left:-490px;
	position:absolute;
	z-index:3;
}
#hotBanner .kinMaxShow_focus_control .focus_title{
	color:#FFF;
	font-size:15px;
	height:55px;
	line-height: 24px;
	margin:7px 10px;
	overflow:hidden;
	text-shadow:0 1px 2px rgb(51, 51, 51);
	width:257px;
}

.fs-icons{
	display:inline-block;
	font-style:normal;
}

.fs-square{
	color:#67A923;
	font-size:14px;
	margin-right:2px;
}

.r_box{
	width: 100px;
	right:10px;
	bottom:240px;
	position: fixed;
	z-index: 99999;
	overflow: hidden;
}

.r_box .container{
	border:1px solid rgb(237, 237, 237);
	width: 98%;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px ;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px ;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px ; 
}

.r_box .container .m_head{
	padding:4px 0px 4px 6px;
	background-color:#F5F5F5;
}

.dl-mh .dl-horizontal dt{
	text-align: left;
	width: 60px;
	padding: 5px 0px 5px 5px;
	font-weight:normal;
	font-size:12px;
	color:#696969;
	text-shadow:#ccc 1px 1px 1px;
}

.dl-mh .dl-horizontal dd{
	margin-left: 80px;
	font-size:12px;
}
.dl-mh .dl-horizontal .dl-jd{
	float:left;
	margin: 4px 0px 0px 15px;
}
.dl-mh .dl-horizontal .dl-jd .fs-square{
	font-size: 12px;
	margin-right:0;
	color: rgb(90, 90, 90);
}
.dl-mh .dl-horizontal .dl-jd:hover .fs-square{
	color:rgb(103, 169, 35);
}
/* RESPONSIVE CSS
--------------------------------------------------

@media (max-width: 979px) {
.container.navbar-wrapper {
	margin-bottom: 0;
	width: auto;
}
.navbar-inner {
	border-radius: 0;
	margin: -20px 0;
}
.carousel .item {
	height: 500px;
}
.carousel img {
	width: auto;
	height: 500px;
}

}
 @media (max-width: 767px) {
.navbar-inner {
	margin: -20px;
}
.carousel {
	margin-left: -20px;
	margin-right: -20px;
}
.carousel .container {
}
.carousel .item {
	height: 300px;
}
.carousel img {
	height: 300px;
}
.carousel-caption {
	width: 65%;
	padding: 0 70px;
	margin: 15px;
}
.carousel-caption h1 {
	font-size: 30px;
}
.carousel-caption .lead, .carousel-caption .btn {
	font-size: 18px;
}
.contentWarp .span4 + .span4 {
	margin-top: 40px;
}
} */
