@charset "utf-8";
/* CSS Document */
/* 
	首页头部
	****************************
	Home head
*/
.pt-fix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	display: block;
	float: none;
	background-color: #009340;
	-webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,.1);
	box-shadow: 0px 6px 10px 0px rgba(0,0,0,.1);
	z-index: 10;
}
/*处理顶部固定定位填充*/
.filling-fix {
	display: block;
	width: 100%;
	height: 108px;
  	clear: both;
	float: none;
	background-color: transparent;
}
/*顶部栏*/
.v-idxTop {
	position: relative;
	height: 32px;
	background-color: #eee;
	overflow: hidden;
}
.v-idxTop .txtMain,
.v-idxTop .txtSide {
	display: block;
	line-height: 32px;
	font-size: 0;
	overflow: hidden;
}
.v-idxTop .txtMain {
	float: left;
}
.v-idxTop .txtSide {
	float: right;
}
.v-idxTop .txtCell>span,
.v-idxTop .txtCell>a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	font-size: 12px;
}
.v-idxTop .txtCell>span {
	font-size: 12px;
	color: #666;
}
.v-idxTop .txtCell>a {
	margin: 0 0 0 10px;
	color: #009340;
	font-size: 12px;
}
.v-idxTop .txtCell>a:hover {
	text-decoration: underline;
}
.v-idxTop .txtCell .btn {
	position: relative;
	padding: 0 10px;
	height: 24px;
	line-height: 22px;
	color: #666;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #ddd;
	background-color: #fff;
	overflow: hidden;
}
.v-idxTop .txtCell .btn:hover {
	color: #009340;
}

/*菜单条*/
.index-head {
	position: relative;
	margin: 0 auto;
	display: block;
}
.index-logo {
	padding-top: 15px;
	display: block;
	float: left;
	width: 130px;
	height: 76px;
	text-align: center;
	overflow: hidden;
	/*
	background-color: #fff;
	*/
}
.index-logo img {
	width: 120px;
}
/*标语*/
.v-idx-desc {
	padding-left: 0;
	padding-top: 40px;
	float: left;
}
.v-idx-desc span {
	line-height: 36px;
	color: #fff;
	font-size: 14px;
}

.index-menu {
	float: right;
}
.index-menu li {
	float: left;
}
.index-menu li a {
	padding: 0 18px;
	display: block;
	min-width: 60px;
	width: auto;
	height: 76px;
	line-height: 76px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #009340;
	overflow: hidden;
}
.index-menu li a:hover,.index-menu li a.curr {
	background-color: #00883c;
}
.index-component {
	float: right;
}
.index-component .child {
	position: relative;
	float: left;
	width: 76px;
	height: 76px;
	line-height: 76px;
}
.index-component .child>a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}
.index-component .child>a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
.index-component .child.language>a{
	background-color: #00883c;
}
.index-component .child.user>a {
	background-color: #007935;
}
.index-component .child.user>a::after {
	background-image: url(../img/icon-user.png?t=23);
/*	舍弃的动画
	-webkit-animation: rubberBand 1s linear 0s infinite normal both;
	animation: rubberBand 1s linear 0s infinite normal both;

	-webkit-transform-origin: center center;
	transform-origin: center center;
*/
}
.index-component .child.search>a{
	background-color: #006c2f;
}
.index-component .child.search>a::after {
	background-image: url(../img/icon-search.png);
}
/*舍弃的动画
@keyframes rubberBand {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  30% {
    -webkit-transform: scale(1.25, 0.75);
    transform: scale(1.25, 0.75);
  }

  40% {
    -webkit-transform: scale(0.75, 1.25);
    transform: scale(0.75, 1.25);
  }

  50% {
    -webkit-transform: scale(1.15, 0.85);
    transform: scale(1.15, 0.85);
  }

  65% {
    -webkit-transform: scale(.95, 1.05);
    transform: scale(.95, 1.05);
  }

  75% {
    -webkit-transform: scale(1.05, .95);
    transform: scale(1.05, .95);
  }

  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
*/
.language-box {
	position: absolute;
	top: 76px;
	left: 0;
	width: 228px;
	height: 66px;
	line-height: 66px;
}
.language-box a {
	padding-left: 36px;
	float: left;
	display: block;
	width: 50%;
	height: 66px;
	font-size: 12px;
	color: #fff;
	background-color: #00883c;
	background-position: 16px center;
	background-repeat: no-repeat;
}
.language-box a.cn {
	background-image: url(../img/icon-flagCn.png);
}
.language-box a.en {
	background-image: url(../img/icon-flagEn.png);
}
.language-box a.jp {
	background-image: url(../img/jp.png);
}
.search-box {
	position: absolute;
	top: 76px;
	right: 0;
	padding-top: 15px;
	width: 228px;
	height: 66px;
	background-color: #006c2f;
}
.search-box .inp {
	margin: 0 10px;
	padding: 0 10px;
	width: 208px;
	height: 36px;
	line-height: 36px;
}
/*
	轮播图
	*********
	Carousel
*/
.banner{ 
	position: relative; 
	margin: 0 auto;
	height:478px;
	width: 100%; 
	min-width:1000px;
	max-width: 1920px;
	clear: both; 
}
.banner_box{ 
	position: relative; 
	width: 100%; 
	height:478px; 
}
.banner_box li{ 
	float: left;
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height:478px; 
	opacity: 0;
	filter:alpha(opacity=0);
}
.banner_box li a{ 
	display: block;
	width: 100%;  
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
/*圆点*/
.cir_box{ 
	position: absolute; 
	padding: 4px 14px;
	height: 26px;
	background-color: rgba(255,255,255,.6);
	border: 1px solid #fff;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	overflow: hidden; 
	z-index: 9;
}
.cir_box li{ 
	float: left; 
	width: 16px; 
	height: 16px; 
	margin:0 4px;  
	background-image: url(../img/icon-banner-curr.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer; 
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.cir_on{ 
	background-image: url(../img/icon-banner-currOn.png) !important;
}
/*按钮
.banner_btn{ 
	position: absolute; 
	width: 100%; 
	top: 140px;
}
.left_btn, .right_btn{ 
	width: 80px; 
	height: 80px; 
	background-color: #fff;
	opacity: 0.8;
	filter:alpha(opacity=80); 
	cursor: pointer; 
	color: #fff; 
	line-height: 80px; 
	font-size: 30px; 
	text-align: center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.left_btn{ float: left;}
.right_btn{ float: right;}
*/

/*
	首页轮播图中嵌入的登录块
	*********
	Login block embedded in the home page carousel
*/
.v-embedUserBox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 1200px;
	height: 0;
	z-index: 9;
}
.v-embedUserBox .mainBox {
	position: absolute;
	top: 139px;/*(478-200)/2*/
	right: 0;
	padding: 20px;
	display: block;
	width: 300px;
	max-height: 200px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 0 4px #bbb;
	background-color: rgba(255,255,255,.8);
	overflow: hidden;
}
.v-embedUserBox .mainBox .head {
	overflow: hidden;
}
.v-embedUserBox .mainBox .avatar {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #fff;
	overflow: hidden;
}
.v-embedUserBox .mainBox .avatar img {
	display: block;
	width: 100%;
	height: 100%;
}
.v-embedUserBox .mainBox .info {
	padding-left: 80px;
	display: block;
}
.v-embedUserBox .mainBox .info>h2,
.v-embedUserBox .mainBox .info>p {
	line-height: 20px;
	font-size: 12px;
	color: #666;
}
.v-embedUserBox .mainBox .info>h2 {
	padding-top: 8px;
	padding-bottom: 2px;
}
.v-embedUserBox .mainBox .info>h2>a {
	color: #009340;
	font-size: 12px;
}
.v-embedUserBox .mainBox .info>h2>a:hover {
	text-decoration: underline;
}
.v-embedUserBox .mainBox .info>p {
	padding-top: 2px;
	padding-bottom: 8px;
}
.v-embedUserBox .mainBox .info>p>a {
	color: #009340;
	font-size: 12px;
	text-decoration: underline;
}
.v-embedUserBox .mainBox .btnWrap {
	padding-top: 20px;
}
.v-embedUserBox .mainBox .btnWrap a {
	margin-bottom: 10px;
	display: block;
	line-height: 36px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background-color: #009340;
	overflow: hidden;
}
.v-embedUserBox .mainBox .btnWrap a.login {
	background-color: #009340;
}
.v-embedUserBox .mainBox .btnWrap a.login:hover {
	background-color: #0a853b;
}
.v-embedUserBox .mainBox .btnWrap a.register {
	background-color: #e4602b;
}
.v-embedUserBox .mainBox .btnWrap a.register:hover {
	background-color: #cc5829;
}
.v-embedUserBox .mainBox .colBox {
	margin-top: 20px;
}
.v-embedUserBox .mainBox .colBox li {
	padding: 0 5px;
	display: block;
	float: left;
	width: 48%;
}
.v-embedUserBox .mainBox .colBox li.l {
	float: left;
}
.v-embedUserBox .mainBox .colBox li.r {
	float: right;
}
.v-embedUserBox .mainBox .colBox li a {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	float: left;
	width: 100%;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #009340;
}
.v-embedUserBox .mainBox .colBox li a:hover {
	background-color: #0a853b;
}

/*
	播报
	*********
	Broadcast
*/
.broadcast{ 
	position: relative;
	height:162px; 
	overflow:hidden;
}
.dividing-line:before,
.dividing-line:after, 
.index-footer:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #009340;
	background-image: url(../img/icon-line.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.dividing-line:before,
.index-footer:before {
	top: 0;
	zoom: 1;
}
.dividing-line:last-of-type:after {
	display: none;
	width: 0;
	height: 0;
}
.dividing-line:after {
	bottom: 0;
}
#scrollDiv,#scrollDiv ul {
	width: 100%;
	height: 114px;
	overflow: hidden;
}
.broadcast .scrollbox {
	padding: 24px 0;
	overflow: hidden;
}
.broadcast .scrollbox li {
	display: block;
	width: 100%;
	height: 38px;
    vertical-align: bottom;
	zoom: 1;
	overflow: hidden;
}
.broadcast .scrollbox .child {
	float: left;
	padding-left: 48px;
	padding-right: 50px;
	width: 50%;
	height: 38px;
	line-height: 38px;
	background-image: url(../img/icon-new.jpg);
	background-position: 10px center;
	background-repeat: no-repeat;
}
.broadcast .scrollbox .ellipsis {
	float: left;
	width: 350px;
}
.broadcast .scrollbox em {
	float: right;
	font-size: 14px;
	color: #999;
}
.scroltit {
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: -24px
}
.scroltit .updown {
	margin: 4px;
	width: 40px;
	height: 20px;
	line-height: 20px;
	background-color: #009642;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

/*
	通用标题 通用栏目 通用组件
	*********
	General title
*/
.bgc-gray-h10 {
	width: 100%;
	height: 10px;
	background-color: #f6f6f6;
	overflow: hidden;
}
.bgc-gray-h10::before, .bgc-gray-h10::after {
  content: "";
  display: table;
}
.bgc-gray-h10::after {
  clear: both;
}
.index-column {
	padding-top: 14px;
	padding-bottom: 20px;
}
.index-tt {
	height: 70px;
	overflow: hidden;
}
.index-tt .title {
	position: relative;
	margin-bottom: 14px;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	color: #333;
	text-align: left;
	font-weight: bold;
}
.index-tt .title i {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	max-width: 86px;
	height: 4px;
	background-color: #009642;
	background-image: url(../img/icon-index-tt.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.index-tt .desc {
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #666;
	text-align: left;
}
.index-tt .more {
	position: relative;
	margin-top: 44px;
	padding-left: 20px;
	display: block;
	min-width: 112px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	text-align: left;
	background-color: #009642;
}
.index-tt .more:before,.index-tt .more:after {
	content: '';
	position: absolute;
	top: 0;
	height: 26px;
	background-repeat: no-repeat;
	z-index: 1;
}
.index-tt .more:before {
	left: 0;
	width: 13px;
	background-position: left center;
	background-image: url(../img/icon-index-more-l.jpg);
}
.index-tt .more:after {
	right: 0;
	width: 37px;
	background-position: right center;
	background-image: url(../img/icon-index-more-r.jpg);
}
/*
	产品中心
	*********
	Product center
*/
.index-product {
	margin-top: 32px;
	margin-left: -26px;
}
.index-product li {
	position: relative;
	margin-bottom: 48px;
	margin-left: 26px;
	float: left;
	overflow: hidden;
}
.index-product .pro-wrap {
	position: relative;
	display: block;
	width: 280px;
	height: auto;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.index-product a.title:hover  {
	color: #009642;
	cursor: pointer;
}
.index-product .pic {
	position: relative;
	width: 100%;
	height: 160px;
	vertical-align: middle;
	overflow: hidden;
}
.index-product .pic img {
    width: 100%;
    height: 100%;
}
.pic-bgBig {
	/*background-image: url(../img/pic-bg226x160.png);*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: 53%;
}
.pic-bgSmall {
	background-image: url(../img/pic-bg100x70.png);
	background-position: center;
	background-repeat: no-repeat;
}
.index-product .title {
    padding-left: 12px;
    padding-right: 12px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.index-product .shoping {
	position: relative;
	display: block;
	width: 100%;
	height: 48px;
	background-color: #009642;
	background-image: url(../img/icon-product.jpg);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.index-product .buttonEvents {
	position: absolute;
	top: -46px;
	right: 0;
	width: auto;
	height: 46px;
	z-index: 3;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.index-product .hover .buttonEvents {
	top: 20px;
}
.index-product .buttonEvents a {
	position: absolute;
	top: 0;
	padding-left: 30px;
	display: block;
	min-width: 76px;
	width: auto;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #009642;
}
.index-product .buttonEvents a i {
	position: absolute;
	top: 7px;
	left: 12px;
	display: block;
	width: 14px;
	height: 12px;
	background-repeat: no-repeat;
	background-image: url(../img/icon-love.png);
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.index-product .buttonEvents .love {
	right: 12px;
	float: right;
	cursor: pointer;
}
.index-product .buttonEvents .love i {
	background-position: 0 0;
}
.index-product .love:hover i,.index-product .love.curr i {
	background-position: 0 -12px !important;
}
/*底部参数抽屉式弹出层*/
.index-product .v-hoverEvents {
	position: absolute;
	bottom: -100%;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	background-color: #f6f6f6;
	z-index: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.index-product .hover .v-hoverEvents {
	bottom: 0;
}
.index-product .v-hoverEvents table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.index-product .v-hoverEvents tr {
	padding: 0 10px;
}
.index-product .v-hoverEvents tr>th,
.index-product .v-hoverEvents tr>td {
	padding: 4px 10px;
	line-height: 18px;
	font-size: 12px;
	color: #000;
	text-align: left;
	border: 1px solid #ddd;
	word-break: break-all;
}
.index-product .v-hoverEvents tr>th {
	background-color: #eee;
}
.index-product .v-hoverEvents tr>td {
	text-decoration: underline;
}

/* 2017-05-15 产品中心区分其他*/
.index-product li>a {
    position: relative;
    display: block;
    width: 280px;
    height: 268px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.v-product-list .title {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.index-product li>a:hover .title {
    color: #009642;
}

/* 2017-05-15 产品中心新增缩略图 */
.index-product .atlas {
	position: relative;
	width: 100%;
	height: 48px;
	overflow: hidden;
}
.index-product .atlas .box {
	position: relative;
	margin: 0 15px;
	height: 52px;
	overflow: hidden;
}
.index-product .atlas .box.clear-mg {
	margin: 0 !important;
}
.index-product .atlas .box-ul {
	position: absolute;
	top: 0;
	left: -3px;
}
.index-product .atlas .box-li {
	position: relative;
	margin: 12px 0px 12px 6px;
	display: block;
	float: left;
	width: 44px;
	height: 28px;
}
.index-product .atlas .box-li a {
	border: 1px solid #ededed;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.index-product .atlas .box-li a img {
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
}
.index-product .atlas .box-li.curr:after {
	content: '';
    height: 0;
    left: 18px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    width: 0;
    line-height: 0;
    font-size: 1px;
    border-width: 4px;
    border-color: #fff #fff #e4602b;
    border-style: solid;
}
.index-product .atlas .box-li.curr a {
	border: 1px solid #e4602b;
}
.index-product .atlas .box-li.curr a img {
	border: 1px solid #e4602b;
}
.index-product .atlas .switch-btn {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	display: block;
	width: 16px;
	height: 32px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(../img/icon-switchBtn.jpg);
	overflow: hidden;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	z-index: 2;
}
.index-product .atlas .switch-btn.prev {
	left: 0;
	background-position: 0 center;
}
.index-product .atlas .switch-btn.next {
	right: 0;
	background-position: -17px center;
}
.index-product .atlas .switch-btn.prev.proThumb-disable {
	left: 0;
	background-position: -34px center;
}
.index-product .atlas .switch-btn.next.proThumb-disable {
	right: 0;
	background-position: -51px center;
}

/*
	招标中心
	*********
	Tender center
*/
.index-tender {
	margin-top: 32px;
	margin-left: -15px;
}
.index-tender li {
	position: relative;
	margin-left: 15px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
}
.index-tender li>a {
	position: relative;
	display: block;
	width: 390px;
	height: 353px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.index-tender li>a:hover {
	box-shadow: 1px 2px 4px #b3b3b3;
}
.index-tender li>a:hover .t {
	color: #009642;
}
.index-tender .pic {
	position: relative;
	width: 388px;
	height: 220px;
	overflow: hidden;
}
.index-tender .pic img {
	width: 100%;
	height: 100%;
}
.index-tender .title,.index-tender .desc {
	padding: 0 12px;
}
.index-tender .title {
	margin-top: 20px;
	margin-bottom: 18px;
	height: 18px;
	line-height: 18px;
}
.index-tender .title .t {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #333;
    text-align: left;
    font-weight: bold;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.index-tender .time {
	width: 150px;
	float: left;
	text-align: left;
}
.index-tender .num {
    float: right;
    width: 170px;
    text-align: right;
}
.index-tender .desc {
	margin-bottom: 14px;
	height: 14px;
	line-height: 14px;
}
.index-tender .desc span,
.index-tender .desc em {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-tender .desc span {
	display: block;
	color: #666;
	max-width: 60%;
}
.index-tender .desc em {
	color: #666;
	max-width: 40%;
}
.index-tender .timeBox {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 20px 0 46px;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	background-color: #009642;
	background-position: 16px center;
	background-image: url(../img/icon-time-green.gif) !important;
	background-repeat: no-repeat;
}
.index-tender .buttonEvents {
	position: absolute;
	top: -46px;
	left: 0;
	width: 100%;
	height: 46px;
	z-index: 3;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.index-tender .hover .buttonEvents {
	top: 20px;
}
.index-tender .buttonEvents a {
	position: absolute;
	top: 0;
	padding-left: 30px;
	display: block;
	min-width: 76px;
	width: auto;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #009642;
}
.index-tender .buttonEvents a i {
	position: absolute;
	top: 7px;
	left: 12px;
	display: block;
	width: 14px;
	height: 12px;
	background-repeat: no-repeat;
	background-image: url(../img/icon-love.png);
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.index-tender .buttonEvents .join {
	left: 12px;
	float: left;
	font-family: Arial;
}
.index-tender .buttonEvents .join i {
	background-position: -14px 0;
}
.index-tender .buttonEvents .love {
	right: 12px;
	float: right;
	cursor: pointer;
}
.index-tender .buttonEvents .love i {
	background-position: 0 0;
}
.index-tender .join:hover i {
	background-position: -14px -12px;
}
.index-tender .love:hover i,.index-tender .love.curr i {
	background-position: 0 -12px !important;
}
/*
	新闻
	*********
	News
*/
.index-news {
	margin-left: -15px;
	padding-top: 52px;
}
.index-news li {
	margin-left: 15px;
	float: left;
	width: 390px;
}
.index-news li a {
	position: relative;
	display: block;
}
.index-news .time {
	position: absolute;
	top: -30px;
	right: 16px;
	width: 70px;
	height: 70px;
	background-color: #009642;
	color: #fff;
	z-index: 1;
	overflow: hidden;
}
.index-news .time h6 {
	margin-top: 12px;
	height: 34px;
	line-height: 34px;
	font-family: Arial;
	font-size: 30px;
	font-style: italic;
	text-align: center;
}
.index-news .time p {
	height: 24px;
	line-height: 24px;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}
.index-news .pic {
	position: relative;
	margin-bottom: 10px;
	width: 390px;
	height: 252px;
	overflow: hidden;
}
.index-news .pic img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.index-news a:hover .pic img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.index-news .pic span {
	position: absolute;
	bottom: 8px;
	right: 10px;
	padding-left: 34px;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	text-align: left;
	text-shadow: 1px 1px 1px #666;
}
.index-news .pic span i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 26px;
	height: 16px;
	background-image: url(../img/icon-eye.png);
	background-position: center;
	background-repeat: no-repeat;
}
.index-news .content h4 {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: left;
	color: #333;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.index-news a:hover .content h4 {
	color: #009642;
}
.index-news .content p {
	height: 48px;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
}
/*
	常见问题
	*********
	common problem
*/
.index-faq {
	margin-left: -15px;
	padding-top: 20px;
}
.index-faq li {
	margin-left: 15px;
	float: left;
	width: 390px;
	height: 240px;
	overflow: hidden;
}
.index-faq li a {
	position: relative;
	display: block;
	padding: 10px 8px;
	min-height: 240px;
	border: 2px solid #f5f5f5;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.index-faq li a:hover {
	border-top: 2px solid #009642 !important;
}
.index-faq li a:hover .title i {
	background-color: #009642!important;
	background-position: 0 -40px!important;
}
.index-faq li a:hover .more {
	color: #009642 !important;
}
.index-faq .title {
	position: relative;
	padding-left: 56px;
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	color: #333;
}
.index-faq .title i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #f5f5f5;
	background-image: url(../img/icon-faq.png);
	background-position: 0 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.index-faq .title span {
	display: block;
	max-height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.index-faq .content {
	margin: 20px 6px 14px 6px;
	font-size: 14px;
	color: #555;
	text-align: left;
	max-height: 120px;
	line-height: 24px;
	overflow: hidden;
}
.index-faq .more {
	position: absolute;
	bottom: 13px;
	right: 20px;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	text-align: right;
	color: #999;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.index-faq .border-bottom {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 5px;
	background-image: url(../img/icon-faq-border.jpg);
	background-repeat: repeat;
	background-color: transparent;
	z-index: 1;
}
/*
	监授安保
	*********
	Supervise security
*/
.index-service {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}
.index-service:after {
	height: 0 !important;
}
.index-service .service-box {
	overflow: hidden;
}
.index-service .service-box li {
	float: left;
	width: 25%;
}
.index-service .service-box li i {
	margin: 0 auto;
	display: block;
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
}
.index-service .service-box .icon1 i {
	background-image: url(../img/pic-service-icon01.jpg?t=07281608);
}
.index-service .service-box .icon2 i {
	background-image: url(../img/pic-service-icon02.jpg?t=07281608);
}
.index-service .service-box .icon3 i {
	background-image: url(../img/pic-service-icon03.jpg?t=07281608);
}
.index-service .service-box .icon4 i {
	background-image: url(../img/pic-service-icon04.jpg?t=07281608);
}
.index-service .service-box li h4 {
	display: none;
	margin: 10px 0;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	color: #333;
	text-align: center;
}
.index-service .service-box li p {
	margin: 10px 0;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #666;
	text-align: center;
	font-weight: 600;
}
/*
	浮动窗口
	*********
	Floating window
*/
.index-float-window {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 3;
}
.index-float-window .showBox {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 130px; 
	background-color: #fff;
	border: 1px solid #ededed;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.index-float-window .box {
	padding-top: 16px;
	padding-bottom: 10px;
	width: 100%;
	min-height: 122px;
	height: auto;
	border-bottom: 1px solid #ededed;
}
.index-float-window .box span {
	margin: 0 auto;
	padding: 2px;
	display: block;
	width: 74px;
	height: 74px;
	background-color: #fff;
	border: 1px solid #ededed;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.index-float-window .box span i {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	overflow: hidden;
}
.index-float-window .box.shoping span i {
	background-color: #e4602b;
	background-position: 0 0;
	background-image: url(../img/icon-FloatingWindow.png);
}
.index-float-window .box.hotline span i {
	background-color: #009642;
	background-position: 0 -68px;
	background-image: url(../img/icon-FloatingWindow.png);
}
.index-float-window .box h6 {
	margin-top: 8px;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
}
.index-float-window .contact li {
	padding-top: 10px;
}
.index-float-window .contact h6 {
	line-height: 24px;
	color: #333;
	font-size: 12px;
	text-align: center;
}
.index-float-window .contact p,
.index-float-window .contact a {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 14px; 
	font-size: 12px;
	text-align: center;
    word-break: normal;
    word-wrap: break-word;
}
.index-float-window .contact p {
	padding-top: 6px;
}
.index-float-window .close {
	position: absolute;
	top: -10px;
	right: 10px;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	background-image: url(../img/icon-window-close.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	z-index: 3;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.index-float-window .gotop {
	display: block;
	width: 100%;
	height: 46px;
	border-top: 1px solid #ededed;
	background-color: #fff;
	background-image: url(../img/icon-window-gotop.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}


.index-float-window .openBtn {
	position: absolute;
	top: 50%;
	right: 2px;
	width: 131px;
	height: 188px;
	background-color: transparent;
	background-image: url(../img/icon-window-open.png);
	-webkit-border-radius: 0;
	border-radius: 0;
}
.index-float-window .openBtn a {
	text-indent: -99em;
	overflow: hidden;
}
.index-float-window .openBtn .off {
	position: absolute;
	top: 0;
	right: 2px;
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(../img/icon-window-close.png);
	background-repeat: no-repeat;
	background-position: center;
}
.index-float-window .openBtn .off:hover {
	background-image: url(../img/icon-window-hover-close.png);
}
.index-float-window .openBtn .on {
	position: absolute;
	bottom: 18px;
	left: 18px;
	right: 18px;
	display: block;
	height: 26px;
	background-color: transparent;
}

/*
	页尾
	*********
	Footer
*/
.index-footer {
	padding-top: 50px;
	padding-bottom: 40px;
	background-color: #222;
}
.index-footer .w {
	overflow: visible;
}
.index-footer .menu {
	padding-bottom: 15px;
	border-bottom: 1px solid #111;
	zoom:1;
}
.index-footer .menu li {
	float: left;
}
.index-footer .menu a {
	display: block;
	padding: 0 40px;
	height: 14px;
	line-height: 14px;
	color: #666;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #666;
	overflow: hidden;
}
.index-footer .menu li:first-of-type a {
	padding-left: 0;
}
.index-footer .menu a:hover {
	color: #b4b4b4;
}
.index-footer .menu li:last-child a {
	border-right: none;
}
.index-footer .bottom {
	padding-top: 20px;
	border-top: 1px solid #333;
}
.index-footer .address {
	float: left;
	max-width: 60%;
}
.index-footer .address p {
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.index-footer .address .fax {
	margin-left: 44px;
}
.index-footer .bottom .share {
	float: right;
	max-width: 40%;
}
.index-footer .share {
	float: right;
	max-width: 40%;
}
.index-footer .share li {
	position: relative;
	margin-left:22px; 
	float: left;
	overflow: visible;
}
.index-footer .share li a {
	display: block;
	width: 48px;
	height: 48px;
	background-color: #333;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-image: url(../img/icons-share.png);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.index-footer .share li a:hover {
	background-color: #009642;
}
.index-footer .share .tencent a {
	background-position: 0 0;
}
.index-footer .share .sina a {
	background-position: -48px 0;
}
.index-footer .share .weixin a {
	background-position: -96px 0;
}
.index-footer .share .gotop a {
	background-position: -144px 0;
}
.index-footer .share .tencent a:hover {
	background-position: 0 -48px;
}
.index-footer .share .sina a:hover {
	background-position: -48px -48px;
}
.index-footer .share .weixin a:hover {
	background-position: -96px -48px;
}
.index-footer .share .gotop a:hover {
	background-position: -144px -48px;
}
/*鼠标经过弹窗*/
.index-footer .share li a:hover .v-weixinPop {
	display: block;
}
.index-footer .v-weixinPop {
	position: absolute;
	top: -260px;
	left: -76px;
	display: none;
	width: 200px;
	height: 240px;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	z-index: 9;
}
.index-footer .v-weixinPop::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #ebebeb transparent transparent transparent;
	border-width: 10px;
	z-index: 10;
}
.index-footer .v-weixinPop .qrPic {
	padding: 20px;
	display: block;
	width: 100%;
}
.index-footer .v-weixinPop .qrPic img {
	width: 158px;
	height: 158px;
}
.index-footer .v-weixinPop .desc {
	padding-top: 10px;
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
	text-align: center;
	border-top: 1px solid #ebebeb;
	background-color: #f6f6f6;
}
/******  End // index   *******/
/*
	招标列表
	*********
	List of tenders
*/
.indexOfsearch {
	margin-bottom: 20px;
}
.indexOfsearch .sl-wrap {
	position: relative;
	width: 100%;
	line-height: 38px;
	border-bottom: 1px solid #d4d4d4;
	overflow: hidden;
}
.indexOfsearch .sl-wrap .sl-key,.indexOfsearch .sl-wrap .sl-value {
	position: relative;
    vertical-align: middle;
	display: block;
	float: left;
	width: 1078px;
}
.indexOfsearch .sl-wrap .sl-key {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 12px;
	width: 120px;
	height: 100%;
	color: #333;
	background-color: #f6f6f6;
	vertical-align: middle;
}
.indexOfsearch .sl-wrap .sl-value {
	position: relative;
	padding-left: 120px;
	margin: 0 5px;
	height: 38px;
	overflow: hidden;
}
.indexOfsearch .sl-wrap .sl-value.hAuto {
	height: auto !important;
}
.indexOfsearch .sl-value {
	float: none;
	overflow: hidden;
}
.indexOfsearch .sl-value li {
	position: relative;
	display: block;
	float: left;
	padding: 0 10px;
}
.indexOfsearch .sl-wrap .sl-value em {
	display: none;
	position: absolute;
	top: 2px;
	right: 0;
	width: 14px;
	height: 14px;
	line-height: 12px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-image: url(../img/bg-black-10x10.png);
	background-repeat: repeat;
	background-position: 0 0;
	cursor: pointer;
	z-index: 2;
	-webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
}
.indexOfsearch .sl-wrap .sl-value li.curr em {
	display: block;
}
.indexOfsearch .more {
	position: absolute;
	top: 0;
	right: 10px;
	margin-top: 7px;
	float: right;
	display: block;
	min-width: 46px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	background-color: #fff;
}
.indexOfsearch .more a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	border: 1px solid #ededed;
}
.indexOfsearch .more a:hover {
	color: #009340;
	border: 1px solid #009340;
}
.indexOfsearch .sl-wrap .sl-value li>a {
	padding: 0;
	color: #009340;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.indexOfsearch .sl-wrap .sl-value>li>a:hover,.indexOfsearch .sl-wrap .sl-value>li.curr a {
	color: #e4602b;
}
.indexOfsearch .pd {
	height: 35px;
}
.indexOfsearch .pd span {
	display: block;
	float: left;
	width: 120px;
	height: 35px;
	background-color: #f6f6f6;
}
.tender-component {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	height: 46px;
	background-color: #f6f6f6;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}
.tender-component .sorting {
	float: left;
}
.tender-component .sorting li {
	float: left;
}
.tender-component .sorting li a {
	margin-right: -1px;
	display: block;
	padding: 0 10px;
	height: 25px;
	line-height: 23px;
	color: #333;
	text-align: center;
	border: 1px solid #d4d4d4;
	background-color: #fff;
}
.tender-component .sorting li a:hover {
	color: #fff;
	background-color: #009340;
	border: 1px solid #009340;
}
.tender-component .sorting .icon-filterArrow.curr a {
	padding-right: 16px;
	background-position: right center;
	background-repeat: no-repeat;
}
.tender-component .sorting .icon-filterArrow.curr.down a {
	background-image: url(../img/icon-filter-arrows-down.png);
}
.tender-component .sorting .icon-filterArrow.curr.up a {
	background-image: url(../img/icon-filter-arrows-up.png);
}
.tender-component .sorting .curr a {
	color: #fff;
	background-color: #009340;
	border: 1px solid #009340;
}
.tender-component .search {
	position: absolute;
	top: 7px;
	left: 478px;
}
.tender-component .search .inp {
	float: left;
	padding: 0 10px;
	width: 224px;
	height: 30px;
	color: #666;
	font-size: 14px;
	text-align: left;
	border: 1px solid #009343;
	background-color: #fff;
}
.tender-component .search .btn {
	float: left;
	display: block;
	width: 48px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #009343;
}
.tender-component .paging {
	float: right;
}
.tender-component .paging .num {
	padding: 0 12px;
	float: left;
	height: 25px;
	line-height: 25px;
	color: #666;
	font-size: 14px;
}
.tender-component .paging .green {
	font-weight: bold;
}
.tender-component .paging .ctrl {
	float: left;
}
.tender-component .paging .ctrl a {
	margin-left: -1px;
	display: block;
	float: left;
	width: 46px;
	height: 25px;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}
.tender-component .paging .ctrl a.prev {
	background-image: url(../img/icon-previous.jpg);
}
.tender-component .paging .ctrl a.next {
	background-image: url(../img/icon-next.jpg);
}
.tender-list {

}
.tender-list ul {
	margin-left: -15px;
}
.tender-list li {
	position: relative;
	margin-left: 15px;
	margin-bottom: 40px;
	float: left;
	overflow: hidden;
}
.tender-list li a {
	float: left;
	width: 388px;
}
.tender-list .pic {
	position: relative;
	width: 388px;
	height: 220px;
	overflow: hidden;
}
.icons-mark {
	position: absolute;
	top: 0;
	left: 10px;
	display: block;
	width: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	text-indent: -99em;
	background-image: url(../img/icons-mark.png?t=201701718);
	background-repeat: no-repeat;
	overflow: hidden;
}
.icons-mark.money {
	left: 120px;
	background-position: -50px -148px;
}
.icons-mark.had {
	left: 80px;
	background-position: -100px -148px;
}
.tender-list .pic img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.tender-list .title {
	margin-top: 20px;
	margin-bottom: 16px;
	padding: 0 10px;
	width: 100%;
	height: 18px;
	line-height: 18px;
}
.tender-list .tt {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #333;
	text-align: left;
	font-weight: bold;
}
.tender-list .time {
	float: left;
	width: 200px;
	color: #e4602b;
	text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tender-list .num {
	float: right;
	width: 122px;
	text-align: right;
}
.tender-list .desc {
	padding: 0 10px;
	margin-bottom: 22px;
	height: 16px;
	line-height: 16px;
}
.tender-list .desc .fl {
	color: #666;
}
.tender-list .desc .fr {
	color: #666;
}
.tender-list .timeBox {
	padding-left: 45px;
	padding-right: 20px;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 16px;
	border-top: 2px solid #009343;
	background-color: #f6f6f6;
	background-image: url(../img/icon-time-orange.gif?t=2);
	background-repeat: no-repeat;
	background-position: 16px center;
}
.tender-list .timeBox.adequate {
	background-image: url(../img/icon-timeAdequate.png);
}
.tender-list .buttonEvents {
	position: absolute;
	top: -50%;
	right: 0;
	min-width: 100px;
	min-height: 46px;
	height: auto;
	z-index: 3;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.tender-list .hover .buttonEvents {
	top: 20px;
}
.tender-list .buttonEvents a {
	position: absolute;
	top: 0;
	padding-left: 30px;
	display: block;
	min-width: 76px;
	width: auto;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #009642;
}
.tender-list .buttonEvents a i {
	position: absolute;
	top: 7px;
	left: 12px;
	display: block;
	width: 14px;
	height: 12px;
	background-repeat: no-repeat;
	background-image: url(../img/icon-love.png);
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.tender-list .buttonEvents .join {
	top: 0;
	right: 12px;
	float: left;
	font-family: Arial;
}
.tender-list .buttonEvents .join i {
	background-position: -14px 0;
}
.tender-list .buttonEvents .love {
	top: 36px;
	right: 12px;
	float: right;
	cursor: pointer;
}
.tender-list .buttonEvents .love i {
	background-position: 0 0;
}
.tender-list .join:hover i {
	background-position: -14px -12px;
}
.tender-list .love:hover i,.tender-list .love.curr i {
	background-position: 0 -12px !important;
}
/*底部参数抽屉式弹出层*/
.tender-list .v-hoverEvents {
	position: absolute;
	bottom: -50%;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	background-color: #f6f6f6;
	z-index: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.tender-list .hover .v-hoverEvents {
	bottom: 0;
}
.tender-list .v-hoverEvents table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.tender-list .v-hoverEvents tr {
	padding: 0 10px;
}
.tender-list .v-hoverEvents tr>th,
.tender-list .v-hoverEvents tr>td {
	padding: 4px 10px;
	line-height: 18px;
	font-size: 12px;
	color: #000;
	text-align: left;
	border: 1px solid #ddd;
	word-break: break-all;
}
.tender-list .v-hoverEvents tr>th {
	background-color: #eee;
}
.tender-list .v-hoverEvents tr>td {
	text-decoration: underline;
}

/*
	列表页通用banner栏目
	*********
	List of pages
*/
.in-banner {
	position: relative;
	margin-bottom: 24px;
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: contain;
}
.in-banner .address {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-image: url(../img/bg-white-20x20.png);
	background-position: 0 0;
	background-repeat: repeat;
}
.in-banner .address,.in-banner .address a {
	color: #444444;
	font-size: 14px;
}
.border-botton {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 4px;
	background-color: #009340;
	background-image: url(../img/icon-line.jpg);
	background-position: center;
	background-repeat: no-repeat;
	zoom: 1;
}
.sideMenu {
	margin-right: 30px;
	float: left;
	width: 180px;
	height: auto;
	min-height: 400px;
}
.sideMenu dt {
	position: relative;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #d4d4d4;
}
.sideMenu dt span {
	position: absolute;
	bottom: -1px;
	left: 0;
	border-bottom: 1px solid #009642;
}
.sideMenu dd {
	margin-left: 20px;
	height: 42px;
	line-height: 42px;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #f4f4f4;
}
.sideMenu dd a {
	display: block;
	overflow: hidden;
	color: #333;
	background-image: url(../img/icon-next.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.sideMenu dd a.curr,.sideMenu dd a:hover {
	color: #009642;
	background-image: url(../img/icon-next-green.jpg);
}
/*
	招标详情
	*********
	Tender details
*/
.tenderDetails {
	
}
.tenderDetails thead th {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: #333;
	opacity: 0.9;
}
.tenderDetails thead th span {
	padding: 0 10px;
}
.tenderDetails .tenderNum {
	float: left;
}
.tenderDetails .time,.tenderDetails .data {
	padding-left: 20px;
	float: right;
}
.tenderDetails .time {
	background-image: url(../img/icon-time-white.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.tenderDetails tbody tr {
	background-color: #f4f4f4;
}
.tenderDetails tbody th,.tenderDetails tbody td {
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
}
.tenderDetails tbody th {
	width: 200px;
	text-align: right;
	background-color: #d4d4d4;
}

.tenderDetails .head span {
	padding: 7px 0;
	display: table-cell;
	vertical-align: middle;
	width: 89px;
	text-align: center;
	line-height: 20px;
    background-color: #d4d4d4;
}

.tenderDetails tbody td {
	width: 300px;
	text-align: left;
	font-size: 14px;
	color: #333;
}
.tenderDetails .select tbody td {
	text-align: center;
}
.tenderDetails .select .chk {
	width: 18px;
	height: 18px;
	background-color: #fff;
}
.SmallRoundedBtn {
	display: inline-block;
	width: 104px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #009340;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.SmallRoundedBtn.
.writeNorm .inp {
	margin-right: 20px;
	padding: 0 10px;
	width: 246px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #b4b4b4;
}
.writeNorm .inp.wCustomize {
	width: 160px;
}
.writeNorm .inp.w80 {
	width: 80px;
}
.writeNorm span {
	margin-right: 10px;
} 
.content-box {

}
.content-box .switch {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 38px;
	border: 1px solid #f2f2f2;
	border-bottom: 1px solid #009340 !important;
	background-color: #fcfcfc;
}
.content-box .switch li {
	float: left;
	margin-left: -1px;
}
.content-box .switch li a {
	display: block;
	padding: 0 16px;
	overflow: hidden;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.content-box .switch li.curr a,.content-box .switch li a:hover {
	color: #fff;
	background-color: #009340;
}
.content-box .content {
	display: none;
	padding: 20px 0; 
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
}
.tenderDetails .write thead th ,.tenderDetails .write tbody td  {
	padding: 0;
	border: 0;
}
.tenderDetails .write thead th span,.tenderDetails .write tbody td span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	/* width: 109px; */
	width: 134px;
	text-align: center;
	font-size: 14px;
	overflow: visible;
}
.tenderDetails .write thead th span {
	border-right: 1px solid #333;
}
.tenderDetails .write tbody td span:nth-child(1) {
	border: 0;
}
.tenderDetails .write tbody td span {
	border-left: 1px solid #fff;
}
.tenderDetails .noNeedWrap {
	position: absolute;
	top: 68px;
	left: 0;
	display: block;
	overflow: visible;
}
.tenderDetails .noNeedWrap .box {
	position: relative;
	padding: 10px 14px 10px 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	z-index: 2;
}
.tenderDetails .noNeedWrap::after {
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -8px;
	display: block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(../img/icon-arrow-gray.png);
	z-index: 1;
}
.tenderDetails .noNeed {
  	padding: 5px 0px 5px 24px;
	min-height: 30px;
	height: auto;
	line-height: 20px;
	color: #666;
	background-position: 4px center;
	background-repeat: no-repeat;
	background-image: url(../img/icon-tips-error.png);
}
.tenderDetails .caveat {
	cursor: pointer;
	background-image: url(../img/icon-tips-caveat.png);
}
.tenderDetails .write .inp {
	padding: 0 10px;
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 28px;
	background-color: #fff;
	border: 1px solid #b4b4b4;
}
.tenderDetails .write select.inp {
	padding: 0;
}
.tenderDetails .write .inp72 {
	width: 72px !important;
}
.tenderDetails .write .form-tips {
	margin: 0;
	padding: 18px 20px;
	line-height: 14px;
}
.tenderDetails .write .first {
	position: relative;
	overflow: visible;
}
.tenderDetails .write .first i {
	position: absolute;
	top: -8px;
	left: 34px;
	display: block;
	width: 20px;
	height: 8px;
	background-image: url(../img/icon-upTips-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 2;
}
.tenderDetails .write .second {
	margin-top: -1px;
}
.tenderDetails .write .form-tips em {
	margin-right: 36px;
  	vertical-align: middle;
}
/* .tenderDetails .write  */
.form-tips .tip {
	position: relative;
  	padding: 0px 0px 0px 24px;
	min-height: 30px;
	height: auto;
	line-height: 20px;
	color: #666;
	background-color: transparent;
	background-position: 4px center;
	background-repeat: no-repeat;
	background-image: url(../img/icon-tips-prompt.png);
	cursor: pointer;
}
/* .tenderDetails .write  */
.form-tips .tip .pop {
	position: absolute;
	bottom: 20px;
	left: 0;
	padding: 0 10px;
	display: none;
	width: auto;
	line-height: 36px;
	font-size: 14px;
	color: #999;
	white-space: nowrap;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background-color: #fff;
}
/* .tenderDetails .write  */
.form-tips .tip .pop>span {
	margin-right: 0;
	position: relative;
	display: block;
	width: auto !important;
	background-color: #fff;
	z-index: 2;
}
/* .tenderDetails .write */ 
.form-tips .tip .pop::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -8px;
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(../img/icon-arrow-gray.png);
    z-index: 1;
}
.tenderDetails .write tfoot td {
	padding: 38px 0;
	text-align: right;
}
/*
	我要买
	*********
	I want to buy
*/
.buy-form {
	float: left;
	width: 1014px;
}
.rolling {
	float: right;
	width: 150px;
}
.buy-form .member-profile-form {
	margin-left: -74px !important;
}
.buy-form .member-profile-form .block {
	margin-left: 74px !important;
}
.buy-form .bot {
	overflow: hidden;
}
.orangeBtn {
	display: block;
	float: left;
	width: 200px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	background-color: #e4602b;
	cursor: pointer;
}
.buy-form .bot .desc {
	padding-top: 4px;
	float: left;
	padding-left: 16px;
	font-size: 14px;
	line-height: 18px;
	color: #999;
}
.Pop-ups {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	overflow: hidden;
}
.Pop-ups .pbody {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -274px;
	margin-left: -271px;
	width: 542px;
	height: 549px;
	overflow: hidden;
	background-color: #fff;
	border-top: 4px solid #009340;
	-webkit-box-shadow: 0px 2px 16px #666;
	box-shadow: 0px 2px 16px #666;
	z-index: 5;
	overflow-y:auto;
}
.Pop-ups .pbody .title {
	padding: 0 10px;
	height: 45px;
	line-height: 45px;
	color: #333;
	font-size: 0;
	text-align: left;
	border-bottom: 2px solid #ededed;
}
.Pop-ups .pbody .title em,.Pop-ups .pbody .title span {
	display: block;
	float: left;
	font-size: 14px;
}
.Pop-ups .pbody .title em {
	padding: 0 10px;
	max-width: 296px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.Pop-ups .pbody .close {
	position: absolute;
	top: 13px;
	right: 11px;
	display: block;
	width: 20px ;
	height: 20px;
	background-image: url(../img/icon-close.png);
	background-repeat: no-repeat;
	background-position: center;
}
.Pop-ups .pbody .table {
	margin: 10px auto 20px;
	width: 516px;
}
.Pop-ups .pbody .table tr {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #444;
}
.Pop-ups .pbody .table th {
	padding: 0 8px;
	width: 138px;
	text-align: right;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #d4d4d4;
}
.Pop-ups .pbody .table td {
	margin-bottom: 10px;
	padding: 0 26px;
	width: 378px;
	text-align: left;
	border-bottom: 1px solid #fff;
	background-color: #f4f4f4;
}
.Pop-ups .pbody .orangeBtn {
	margin: 0 auto 10px;
	float: none !important;
}
/* 产品详情发布 */
/* */
.magnifier {
	width: 384px;
	float: left;
}
#MagnifierWrap2{
	position: relative;
	width: 384px;
}
.MagnifierMain{position: relative; width: 384px; height: 242px; border: 1px solid #dedede; }
.MagnifierMain img{width: 100%; height: 100%;} 
.MagnifierDrag{position: absolute;top:0;left: 0;background-color: transparent; background-image: url(../img/icon-mask.png); background-repeat: repeat; background-position: 0 0; border:1px solid #fff; opacity: 0.8;filter:alpha(opacity = 80);cursor: move;}
.MagnifierPop{position: absolute; top:0;overflow: hidden; background:#fff url(../img/loading.gif) no-repeat center center; z-index: 9; border: 1px solid #dedede; }
.MagnifierImg{position: absolute;top:0; left: 0;}
.spec-items{position: relative;width: 328px;height: 90px;overflow: hidden;padding-top: 12px;margin: 0 auto;}
.spec-items ul{width: 500%;position: absolute;top: 12px;left: 0;}
.spec-items ul *{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.spec-items li{	width: 98px;height: 62px;float: left;overflow: hidden;margin-right: 17px;cursor: pointer; border: 2px solid #fff;}
.spec-items li.on{border:2px solid #ff6600;}
.spec-items li img{
	width: 100%;
	height: 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.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
span.spe_leftBtn,span.spe_rightBtn{position: absolute;bottom: 16px;display: block;width: 26px;height: 62px;cursor: default;background-color: #fff; background-repeat: no-repeat;}
span.on{ cursor: pointer;} 
span.spe_leftBtn{left: 0; background-position: 0 center; background-image: url(../img/icon-leftArrow.png); }
span.spe_rightBtn{right: 0; background-position: right center; background-image: url(../img/icon-rightArrow.png); }
/**/
.ComponentColumn {
	display: block;
	overflow: hidden;
}
.ComponentColumn .keepBtn {
	padding-left: 46px;
	padding-right: 22px;
	display: inline-block;
	min-width: 100px;
	height: 34px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	text-align: left;
	border: 1px solid #ededed;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background-color: #fff;
	background-image: url(../img/icon-collection.png);
	background-repeat: no-repeat;
	background-position: 26px center;
	overflow: hidden;
}
.ComponentColumn .keepBtn.on {
	color: #e5383c;
	border: 1px solid #e5383c;
}
/**/
.proDetails-info {
	margin-left: 20px;
	float: left;
	width: 625px;
}
.proDetails-info .title {
	padding-bottom: 6px;
	height: auto;
	line-height: 46px;
	font-size: 24px;
	color: #333;
}
/* 2017-05-15 *第二期修改* 原来的属性换成筛选 */
.proDetails-info .chk-wrap {
	border-top: 1px dashed #dddddd;
}
.proDetails-info .chk-wrap .row {
	padding: 15px 0 0 0;
	overflow: hidden;
}
.proDetails-info .chk-wrap .row:nth-of-type(odd) {
	background-color: #f6f6f6;
}
.proDetails-info .chk-wrap .label {
	margin-right: 24px;
	float: left;
	display: block;
	line-height: 30px;
	color: #999999;
	font-size: 13px;
	text-align: right;
	width: auto;
	min-width: 4em;
}
.proDetails-info .chk-wrap .chk-box {
	overflow: hidden;
}
.proDetails-info .chk-wrap .chk-box li {
	position: relative;
	margin-right: 20px;
	margin-bottom: 15px;
	display: block;
	float: left;
	width: auto;
}
.proDetails-info .chk-wrap .chk-box li a {
	position: relative;
	display: block;
	width: auto;
	padding: 0 6px;
	height: 34px;
	line-height: 32px;
	font-size: 13px;
	text-align: center;
	color: #666;
	border: 1px solid #b4b4b4;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	overflow: hidden;
}
.proDetails-info .chk-wrap .chk-box li a:hover,.proDetails-info .chk-wrap .chk-box li.curr a {
	color: #2d8f4f;
	border: 1px solid #2d8f4f;
	background-color: #e5f4ec;
}
.proDetails-info .chk-wrap .chk-box li.proThumb-disable a:hover {
	background-color: #fff;
}
.proDetails-info .chk-wrap .chk-box li.curr a:after {
	content: '';
	position: absolute;
	top: -2px;
	right: -2px;
	display: block;
	width: 21px;
	height: 20px;
	background-image: url(../img/icon-check-up.png?v=15.0);
	background-position: center 0;
}
.proDetails-info .chk-wrap .chk-box li.proThumb-disable a {
	color: #b4b4b4;
	border: 1px dashed #b4b4b4;
	cursor: not-allowed;
	cursor: no-drop;
}
.proDetails-info .chk-wrap .chk-box li.proThumb-disable a:after {
	width: 0;
	height: 0;
}


.proDetails-info .tables {
	table-layout: fixed;
	width: 100%;
}
.proDetails-info .tables tr {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #fff;
}
.proDetails-info .tables th {
	position: relative;
	padding: 0 10px;
	text-align: right;
	background-color: #d4d4d4;
}
.proDetails-info .tables th span {
	position: relative;
	color: #333;
	z-index: 2;
}
.proDetails-info .tables th:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 2px;
	height: 100%;
	background-color: #009340;
	z-index: 1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.proDetails-info .tables th.hover:after {
	width: 100%;
}
.proDetails-info .tables td {
	padding: 0 20px;
	text-align: left;
	background-color: #f4f4f4;
}
.proDetails-info .wBig th {
	width: 120px;
}
.proDetails-info .wBig td {
	width: 504px;
}
.proDetails-info .wSmall th {
	width: 123px;
}
.proDetails-info .wSmall td {
	width: 190px;
}
.proDetails-info .releaseBtn {
	margin-top: 26px;
	display: inline-block;
	width: 170px;
	height: 46px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #2d8f4f;
}
.EvaluationList {
	width: 100%;
}
.EvaluationList table {
	width: 100%;
}
.EvaluationList thead tr {
	height: 36px;
	line-height: 36px;
	color: #333;
	background-color: #f4f4f4;
}
.EvaluationList tbody tr {
	border-bottom: 1px solid #d4d4d4;
}
.EvaluationList tbody tr:nth-of-type(even) {
	background-color: #fafafa;
}
.EvaluationList table th {
	padding: 0 10px;
}
.EvaluationList table td {
	padding: 4px 10px;
}
.EvaluationList .id {
	width: 200px;
}
.EvaluationList .Satisfaction {
	width: 300px;
}
.EvaluationList .comment {
	padding-right: 80px !important;
	width: 500px;
}
.EvaluationList .time {
	width: 200px;
}
.star-wrap {
	margin: 0 auto;
	width: 120px;
}
.star-wrap span {
	margin-left: -5px;
	display: block;
	width: 125px;
	height: 18px;
	background-image: url(../img/icon-star-gray.png?t=1720);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow:hidden;
}
.star-wrap i {
	float: left;
	display: block;
	margin-right: 5px;
	width: 20px;
	height: 18px;
	background-color: #fff;
	background-image: url(../img/icon-star-green.png?t=1720);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}
/* */
.rolling {
	float: right;
	width: 152px;
	height: auto;
	overflow: hidden;
}
.rolling .tt {
	height: 32px;
	line-height: 32px;
	font-size: #333;
	font-size: 12px;
	text-align: center;
}
#marquee {
	width:152px;
	height:414px;
	overflow:hidden;
}
#marquee ul {
}	
#marquee ul li {
	float:left;
	width: 152px;
	height: 106px;
}
#marquee ul li a {
	position: relative;
	display: block;
	width: 152px;
	height: 96px;
	border: 1px solid #ededed;
	overflow: hidden;
}
#marquee ul li img {
	width: 100%;
	height: 100%;
}
#marquee .info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	text-align: center;
	overflow: hidden;
	z-index: 2;
}
#marquee .info h6 {
	position: relative;
	line-height: 24px;
	color: #666;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 3;
}
#marquee ul li a:hover .info h6 {
	color: #009340;
}
#marquee .info i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .8;
	filter: alpha(opacity=80);
}
#contro a {
	display: block;
	float: left;
	width: 76px;
	height: 56px;
	background-repeat: no-repeat;
	background-position: center;
}
#goU {
	background-image: url(../img/icon-upArrow.png);
}
#goD {
	background-image: url(../img/icon-downArrow.png);
}
/* 弹窗 */
.release-Pop-ups {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	overflow: hidden;
}
.release-Pop-ups .pbody {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -276px;
	margin-left: -500px;
	padding: 12px;
	width: 1000px;
	min-height: 552px;
	background-image: url(../img/bg-black-10x10.png);
	background-repeat: repeat;
	background-position: 0 0;
	z-index: 4;
}
.release-Pop-ups .pbody .title {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #333;
	background-color: #d4d4d4;
}
.release-Pop-ups .close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 20px ;
	height: 20px;
	background-image: url(../img/icon-close.png);
	background-repeat: no-repeat;
	background-position: center;
}
.release-Pop-ups .tables {
	padding: 10px;
	background-color: #fff;
    height: 552px;
    overflow-y: scroll;
}
.release-Pop-ups .top {
	width: 100%;
	table-layout: fixed;
}
.release-Pop-ups .top th {
	padding: 10px;
	width: 35%;
	text-align: right;
}
.release-Pop-ups .top td {
	padding: 10px;
	width: 65%;
	text-align: left;
}
.release-Pop-ups .inp {
	padding: 0 10px;
	width: 60%;
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
}
.release-Pop-ups .inp80 {
	width: 80px;
}
.release-Pop-ups .inp100 {
	width: 100px;
}
.release-Pop-ups .inp130 {
	width: 130px;
}
.release-Pop-ups .inp142 {
	width: 142px;
}
.release-Pop-ups .inpPercent {
	width: 100%;
}
.release-Pop-ups .inpBig {
	padding: 2px 10px 2px 56px;
	width: 100%;
	line-height: 20px;
	height: 46px;
}
/*2017-06-21*/
.normWrap {
	font-size: 0;
}
.normWrap .inp {
	margin-right: 1.5%;
	width: 19%;
}

.release-Pop-ups .bot {
	width: 100%;
	table-layout: fixed;
}
.release-Pop-ups .bot thead th {
	/* width: 25%; */
}
.release-Pop-ups .bot thead tr {
	height: 42px;
	line-height: 42px;
	background-color: #d4d4d4;
}
.release-Pop-ups .bot thead tr th,.release-Pop-ups .bot thead tr td,.release-Pop-ups .bot tbody tr td {
	border: 1px solid #dcdcdc;
}
.release-Pop-ups .bot thead tr th {
	padding: 0 10px 0 0;
	color: #333;
}
.release-Pop-ups .bot tbody tr {
	height: 44px;
	line-height: 44px;
}
.release-Pop-ups .bot tbody tr:nth-child(odd) {
	background-color: #f4f4f4;
}
.release-Pop-ups .bot tbody tr td {
	padding: 0 10px 4px 10px;
	color: #333;
	text-align: center;
}
.release-Pop-ups .foot {
	margin-top: 36px;
	margin-bottom: 40px;
	text-align: right;
	font-size: 0;
}
.release-Pop-ups .foot .btn {
	margin-left: 15px;
	display: inline-block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	background-color: #2d8f4f;
	font-size: 14px;
	color: #fff;
}
/*
	新闻列表
	*********
	News List
*/
.news-list {
	position: relative;
	float: left;
	width: 634px;
	height: auto;
}
.news-list li {
	margin-bottom: 20px;
}
.news-list li a {
	position: relative;
	padding-bottom: 20px;
 	display: block;
 	border-bottom: 1px solid #ededed;
 	overflow: hidden;
}
.news-list li a:hover .pic img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.news-list li a:hover .title {
	color: #009642;
}
.news-list .pic {
	float: left;
	width: 192px;
	height: 124px;
	overflow: hidden;
}
.news-list .pic img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.news-list .content {
	position: relative;
	margin-left: 10px;
	float: left;
	width: 426px;
	height: 124px;
}
.news-list .content .title {
	position: relative;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.news-list .content  .title i {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 72px;
	height: 1px;
	background-color: #ededed;
}
.news-list .content .desc {
	margin-top: 6px;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.news-list .content .desc .green {
	margin-left: 10px;
}
.news-list .content .bot {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 14px;
	line-height: 14px;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
}
.news-hot {
	float: right;
	width: 320px;
	height: auto;
}
.publicTitle {
    position: relative;
    margin-bottom: 14px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #d4d4d4;
}
.publicTitle span {
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom: 1px solid #009642
}
.news-hot .hotLink {
	display: block;
	width: 100%;
	height: 249px;
	border: 1px solid #ededed;
	overflow: hidden;
}
.news-hot .hotLink .pic {
	display: block;
	width: 320px;
	height: 206px;
	overflow: hidden;
}
.news-hot .hotLink .pic>img {
	width: 100%;
	height: 100%;
}
.news-hot .botTitle em,.news-hot .botTitle span {
	display: block;
	float: left;
	height: 42px;
	line-height: 42px;
}
.news-hot .botTitle em {
	width: 64px;
	font-size: 20px;
	color: #ffffff;
	font-family: Arial;
	font-style: italic;
	text-align: center;
	background-color: #e4602b;
}
.news-hot .botTitle span {
	padding: 0 4px;
	width: 254px;
	font-size: 16px;
	color: #333;
}
.picScaleBox .scalePic img  {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.picScaleBox>a:hover .scalePic img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.news-hot-list {
	overflow: hidden;
}
.news-hot-list li {
	margin-top: 14px;
	overflow: hidden;
}
.news-hot-list a {
	display: block;
	height: 20px;
	line-height: 20px;
}
.news-hot-list a:hover .desc {
	color: #009642;
}
.news-hot-list .num,.news-hot-list .desc,.news-hot-list .view {
	display: block;
	float: left;
	font-size: 14px;
}
.news-hot-list .num {
	margin-right: 9px;
	width: 20px;
	height: 20px;
	font-family: Arial;
	color: #fff;
	text-align: center;
	font-style: italic;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	background-color: #b4b4b4;
}
.news-hot-list .top .num {
	background-color: #009642;
}
.news-hot-list .pic {
	display: none;
}
.news-hot-list .desc {
	margin-right: 10px;
	width: 230px;
	height: 20px;
	line-height: 20px;
	color: #333333;
	text-align: left;
}
.news-hot-list .view {
	width: 51px;
	color: #999;
	text-align: right;
}
/*
	新闻详情
	*********
	News Details
*/
.newsDetails {
	margin: 0 auto;
	width: 800px;
}
.newsWrap {
	position: relative;
}
.newsWrap .dateBox {
	position: absolute;
	top: 0;
	left: -90px;
}
.dateBox {
	display: block;
	width: 70px;
	height: 70px;
	background-color: #009642;
	overflow: hidden;
}
.dateBox .day,.dateBox .year {
	color: #fff;
	text-align: center;
}
.dateBox .day {
	margin-top: 16px;
	line-height: 24px;
	font-size: 30px;
	font-style: italic;
}
.dateBox .year {
	margin-top: 10px;
	line-height: 12px;
	font-size: 16px;
}
.newsDetails .title {
	line-height: 26px;
	font-size: 20px;
	color: #474747;
	font-weight: bold;
	text-align: left;
}
.newsDetails .ft {
	margin-bottom: 4px;
	line-height: 36px;
	font-size: 12px;
	color: #666666;
}
.bdsharebuttonbox {
	margin-bottom: 10px;
}
.newsDetails .ft span {
	padding-right: 30px;
}
.newsDetails .content {
	font-size: 13px;
	color: #555;
	line-height: 24px;
}
.sliderNews {
	margin-left: -96px;
	padding: 10px 0;
	border-top: 1px solid #d4d4d4;
}
.sliderNews li {
	padding: 0 16px;
	float: left;
	width: 448px;
	min-height:  160px;
	border-right: 1px solid #d4d4d4;
}
.sliderNews li:last-child {
	border-right: 0 !important;
}
.sliderNews a {
	display: block;
	overflow: hidden;
}
.sliderNews .dateBox {
	float: left;
}
.sliderNews .dateBox .year {
	font-size: 14px;
	font-family: Arial;
}
.sliderNews .newschild {
	margin-left: 20px;
	display: block;
	float: left;
	width: 314px;
}
.sliderNews .tt {
	margin: 2px 0;
	font-weight: bold;
	font-size: 20px;
	color: #474747;
	text-align: left;
	line-height: 24px;
}
.sliderNews .con {
	margin-top: 14px;
	font-size: 13px;
	color: #555555;
	line-height: 22px;
}
.sliderNews .more {
	line-height: 22px;
	font-size: 13px;
	color: #009340;
}

/*
	常见问题
	*********
	common problem
*/
.problemBox {
	float: left;
	width: 990px;
}
.problemBox li {
	margin-bottom: 20px;
	border-top: 2px solid #009642;
	border-right: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
}
.problemBox .content {
	position: relative;
	padding: 10px;
	height: 110px;
}
.problemBox .content .tt,.problemBox .content .desc {
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.problemBox .content .tt {
	margin-bottom: 12px;
	color: #333333;
	font-size: 16px;
	line-height: 22px;
	background-image: url(../img/icon-problem.png);
}
.problemBox .content .desc {
	width: 760px;
	color: #555555;
	line-height: 24px;
	font-size: 14px;
	background-image: url(../img/icon-reply.png);
}
.problemBox .content .more {
	display: block;
	position: absolute;
	bottom: 23px;
	right: 22px;
	width: 70px;
	height: 24px;
	line-height: 24px;
	background-color: #009642;
	color: #fff;
	text-align: center;
	font-size: 12px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.problemBox .content .icon-border-bot {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 5px;
	background-image: url(../img/icon-faq-border.jpg);
	background-position: 0 0;
	background-repeat: repeat;
}
/*
	常见问题详情
	*********
	Frequently Asked Questions
*/
.problemDetails {
	padding-top: 36px;
	float: left;
	width: 990px;
}
.problemDetails .title,.problemDetails .content {
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.problemDetails .title {
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-align: left;
	background-image: url(../img/icon-problem.png);
}
.problemDetails .content {
	font-size: 13px;
	color: #444;
	line-height: 24px;
	background-image: url(../img/icon-reply.png);
}
/*
	联系我们
	*********
	contact us
*/
.contactBox {
	display: block;
}
.contactBox .head {
	width: 100%;
}
.contactBox .tabs {
	border-bottom: 1px solid #009340;
}
.contactBox .tabs li {
	margin-bottom: -1px;
	padding: 0 58px;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #888888;
	text-align: center;
	background-color: #f6f6f6;
	border: 1px solid #ededed;
	border-bottom: 1px solid #009340;
	cursor: pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
}
.contactBox .tabs li.curr {
	color: #009340;
	border: 1px solid #009340;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}
.contactBox .content {
}
.contactBox .content .table {
	display: none;
	padding: 24px 24px;
	min-height: 216px;
	color: #333333;
	border-top: 0 !important;
	border: 1px solid #ededed;
	box-shadow: 0 2px 4px #ededed;
}
.contactBox .content .table table {
	width: 100%;
	table-layout: fixed;
}
.contactBox .content .table td {
	padding: 0 10px;
	display: block;
	width: 33.33%;
	line-height: 34px;
	float: left;
	font-size: 14px;
	color: #333;
}
.my-map { 
	margin: 44px auto; 
	width: 1200px; 
	height: 420px;
	border: 1px solid #d4d4d4;
}
.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
.my-map .icon-cir { height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
/*意见反馈*/
.v-feedback {
	display: block;
}
.v-feedback .title {
	padding: 10px;
	line-height: 20px;
	font-size: 18px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-color: #eee;
	border-bottom-style: solid;
}
.v-feedback .mc {
	padding: 0 10px;
}
.v-feedback .tt {
	padding: 10px 0;
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.v-feedback .inp {
	padding: 10px;
	display: block;
	width: 500px;
	height: 40px;
	font-size: 14px;
	color: #333;
	text-align: left;
	border: 0;
	border: 1px solid #f6f6f6;
	background-color: #f6f6f6;
	resize: none;
}
.v-feedback .inp.tarea {
	height: 200px;
}
.v-feedback .btnWrap {
	padding: 20px 0 0 0;
}
.v-feedback .btnWrap .btn {
	width: 500px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #009340;
}

/*
	产品中心补充搜索
	2017-05-26
	*********
	Product Search
*/
.searchWrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 212px;
}
.searchWrap .searchMc {
	position: absolute;
	top: 82px;
	left: 50%;
	display: block;
	margin-left: -400px;
	width: 800px;
	height: 46px;
	font-size: 0;
	border: 2px solid #009340;
	background-color: #fff;
	z-index: 3;
}
.searchWrap .searchMc .table {
	display: table;
	width: 100%;
}
.searchWrap .searchMc .sType,.searchWrap .searchMc .sInp,.searchWrap .searchMc .sBtn {
	display: table-cell;
	vertical-align: middle;
}
.searchWrap .searchMc .sType {
	position: relative;
	width: 111px;
	height: 42px;
	border-right: 1px solid #dddddd;
}
.searchWrap .searchMc .sType .sTitle {
	line-height: 42px;
	color: #000000;
	font-size: 14px;
	text-align: center;
	background-color: #fafafa;
	cursor: pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.searchWrap .searchMc .sType .sTitle span {
	margin: 0 20px;
	padding: 0 20px 0 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url(../img/icon-search-down.png);
	background-repeat: no-repeat;
	background-position: center right;
}
.searchWrap .searchMc .sType .sClass {
	position: absolute;
	top: 42px;
	left: -2px;
	display: block;
	width: 100%;
	-webkit-width: calc(100% + 4px);
	-moz-width: calc(100% + 4px);
	width: calc(100% + 4px);
	border-right: 2px solid #009340;
	border-bottom: 2px solid #009340;
	border-left: 2px solid #009340;
	z-index: 3;
}
.searchWrap .searchMc .sType .child {
	padding: 0 20px;
	display: block;
	width: 100%;
	line-height: 42px;
	color: #666;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #ddd;
	background-color: #fff;
}
.searchWrap .searchMc .sType .child:active {
	background-color: #fafafa;
}
.searchWrap .searchMc .sInp {
	padding: 0 10px;
	width: auto;
	width: 100%;
	height: 42px;
	background-color: #fff;
}
.searchWrap .searchMc .sInp .inp {
	display: block;
	width: 100%;
	height: 42px;
	font-size: 14px;
	color: #000;
	border: 0;
}
.searchWrap .searchMc .sInp .inp:focus {
	border: 0 !important;
}
.searchWrap .searchMc .sBtn {
	width: 99px;
}
.searchWrap .searchMc .sBtn .btn {
	display: block;
	float: left;
	width: 99px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background-color: #009340;
}
.searchWrap .searchMc .sResult {
	position: absolute;
	top: 44px;
	left: -2px;
	width: 700px;
	height: 220px;
	background-color: #fff;
	border-right: 2px solid #009340;
	border-bottom: 2px solid #009340;
	border-left: 2px solid #009340;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 3;
}
.searchWrap .searchMc .sResult li {
	display: block;
	overflow: hidden;
}
.searchWrap .searchMc .sResult li:nth-child(odd) {
	background-color: #f6f6f6;
}
.searchWrap .searchMc .sResult li a {
	display: block;
	padding-left: 16px;
	padding-right: 16px;
	line-height: 36px;
	font-size: 14px;
	color: #666666;
	text-align: left;
}
.searchWrap .searchMc .sResult li a:hover {
	color: #009340;
	background-color: #e5f4ec;
	text-decoration: underline;
}
.searchWrap .bgWrap {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.searchWrap .bg {
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 150%;
	background-size: 100% cover;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center 0;
	background-attachment: fixed;
    -webkit-filter:blur(5px);
    -moz-filter:blur(5px);
    -o-filter:blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false); /* IE6~IE9 */
}
.searchWrap .bg.nofilter {
	background-position: center -120px;
	background-size: contain;
    -webkit-filter:blur(4px);
    -moz-filter:blur(4px);
    -o-filter:blur(4px);
    filter: blur(4px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false); /* IE6~IE9 */
}
.searchWrap .address {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-image: url(../img/bg-white-20x20.png);
    background-position: 0 0;
    background-repeat: repeat;
    z-index: 1;
}
.searchWrap .address a {
    color: #444444;
    font-size: 14px;
}

.sResultWrap {
	padding: 8px 0 0 0;
	min-height: 46px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	background-color: #f5f5f5;
}
.sResultWrap .box {
	margin-right: 10px;
	margin-bottom: 8px;
	display: block;
	float: left;
	background-color: #fff;
	border: 1px dashed #dddddd;
}
.sResultWrap .box:hover {
	border: 1px solid #e4602b;
}
.sResultWrap .box .name,.sResultWrap .box .desc,.sResultWrap .box .icon-close {
	display: block;
	float: left;
	line-height: 30px;
}
.sResultWrap .box .name {
	padding: 0 10px;
	font-size: 14px;
	color: #e86332;
	text-align: left;
}
.sResultWrap .box .desc {
	padding: 0 10px;
	color: #333333;
}
.sResultWrap .box .icon-close {
	width: 30px;
	height: 30px;
	background-image: url(../img/icon-del.png);
	background-repeat: no-repeat;
	background-position: center;
}


/* 整站的分页 */
#page {
	margin-top: 30px;
	margin-bottom: 30px;
}
#page>ul {
	margin-left: -4px;
	text-align: right;
}
#page>ul>li {
	margin-left: 4px;	
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#page>ul>li.prevBtn a {
	padding-left: 30px !important; 
}
#page>ul>li.nextBtn a {
	padding-right: 30px !important; 
}
#page>ul>li.curr a {
	color: #009040;
	border: 1px solid transparent !important;
}
#page>ul>li>a {
	position: relative;
	padding: 0 13px;
	display: block;
	height: 34px;
	line-height: 34px;
	color: #999;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ededed;
	text-align: center;
}
#page>ul>li>a:hover {
	color: #009040;
	border: 1px solid #009040;
}
#page>ul>li>a .icons {
	position: absolute;
	display: block;
	width: 8px;
	height: 14px;
	top: 11px;
    background-image: url(../img/icons-index.png?v=1.0);
    background-repeat: no-repeat;
}
#page>ul>li>a .icons.icon-prev {
	left: 16px;
	background-position: 0 0;
}
#page>ul>li>a .icons.icon-next {
	right: 16px;
	background-position: -24px 0;
}
#page>ul>li>a:hover .icons.icon-prev {
	left: 16px;
	background-position: 0 -24px;
}
#page>ul>li>a:hover .icons.icon-next {
	right: 16px;
	background-position: -24px -24px;
}

/* 
	2017-06-21 产品中心添加搜不到提示
	****************************
	2017-06-21 Product Center add no search tips
*/
.canNotFindWrap {
	margin: 50px auto;
	display: block;
	width: 400px;
	height: auto;
	text-align: center;
	font-size: 0;
}
.canNotFindWrap .icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-size: contain;
	background-image: url(../img/icon-canNotFind.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.canNotFindWrap .txt {
	padding: 20px 0;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.canNotFindWrap .link {
	display: inline-block;
	width: 100px;
	height: 36px;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.o-btn {
	background-color: #e4602b;
}
.o-btn:hover {
	background-color: #d24c16;
}

/* 
	2017-06-21 RLD调研数据库
	****************************
	2017-06-21 RLD Research Database
*/
.rld {
	margin-top: 10px;
}
.rld .rldMenu {
	position: relative;
	background-color: #fafafa;
	overflow: hidden;
	z-index: 1;
}
.rld .rldMenu .border-wrap {
	position: relative;
	display: block;
	border-bottom: 1px solid #ddd;
	z-index: 2;
}
.rld .rldMenu .border-wrap::after {
	content: "";
	display: table;
	clear: both;
}
.rld .rldMenu a {
	margin-top: 1px;
	margin-bottom: -1px;
	position: relative;
	display: block;
	float: left;
	vertical-align: middle;
	padding: 10px 16px;
	color: #666;
	text-align: center;
	font-size: 14px;
	/* word-wrap: break-word;
	word-break: break-all; */
	border-style: solid;
	border-width: 1px;
	border-color: #fafafa #fafafa #ddd #fafafa;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	background-color: transparent;
	overflow: hidden;
	z-index: 3;
}
.rld .rldMenu a:hover {
	text-decoration: underline;
}
.rld .rldMenu a.curr {
	color: #000;
	border-color: #ddd #ddd #fff #ddd;
	background-color: #fff;
}
.rld .listBox {
	margin-top: 10px;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-left: 1px solid #ededed;
}
.rld .listBox li {
	padding: 0 20px;
	display: block;
	line-height: 42px;
	border-bottom: 1px solid #ededed;
	overflow: hidden;
}
.rld .listBox li:hover {
	background-color: #e5f4ec !important;
}
.rld .listBox li:nth-of-type(even) {
	background-color: #f6f6f6;
}
.rld .listBox .fl,.rld .listBox .fr {
	display: block;
}
.rld .listBox .desc {
	color: #333;
	font-size: 14px;
}
.rld .listBox .download {
	padding-left: 30px;
	color: #009340;
	font-size: 14px;
	/* 
	background-image: url(../img/icon-excel.png); 
	*/
	background-image: url(../img/icon-view.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.rld .listBox .download:hover {
	text-decoration: underline;
	background-image: url(../img/icon-view.png);
}

/* 
	2017-07-31 RLD调研数据详情
	****************************
	2017-07-31 RLD RLD Research Data Details
*/
.rldDetails {
	position: relative;
	padding-top: 30px;
}
.rldDetails .topWrap {
}
.rldDetails .topWrap .tt {
	line-height: 30px;
	font-size: 24px;
	color: #000;
	text-align: center;
}
.rldDetails .topWrap .ft {
	margin: 10px 0;
	padding: 2px 20px;
	line-height: 34px;
	font-size: 12px;
	color: #999;
	text-align: center;
	background-color: #fafafa;
}
.rldDetails .topWrap .ft span {
	padding: 0 20px;
}
/**/
.rldTabls {
	position: relative;
}
.rldTabls table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.rldTabls table tbody {
}
.rldTabls table tbody tr:nth-of-type(even) {
	background-color: #fafafa;
}
.rldTabls table thead td,
.rldTabls table tbody td,
.rldTabls table tfoot td {
	padding: 20px 10px;
	text-align: center;
	border: 1px solid #ddd;
}
.rldTabls .tf {
	position: relative;
	z-index: 2;
}
.rldTabls .tf a {
	padding-left: 24px;
	line-height: 22px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	background-image: url(../img/icon-downloadExcel.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.rldTabls .tf a:hover {
	text-decoration: underline;
}
.bg-watermark {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg-watermark.png?t=1012);
	background-repeat: repeat;
	background-color: transparent;
	background-position: center center;
	opacity: .5;
	filter: alpha(opacity=50);
	z-index: 1;
}
.rldDetails .btnWrap {
	margin-top: 10px;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.rldDetails .btnWrap .btn {
	margin: 0 auto;
	padding: 0 80px;
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #009642;
	border: 1px solid #006633;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.rldDetails .btnWrap .btn:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/* 
	2017-06-21 快递商
	****************************
	2017-06-21 Courier business
*/
.courierBusinessBox {
	padding: 10px;
	margin-top: 20px;
	background-color: #fff;
}
.courierBusinessBox .switchBox {
	padding-left: 1px;
	text-align: left;
	font-size: 0;
	border-bottom: 1px solid #ddd;
}
.courierBusinessBox .switchBox a {
	position: relative;
	margin-left: -1px;
	margin-bottom: -1px;
	display: inline-block;
	padding: 0 15px;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid transparent;
	z-index: 1;
}
.courierBusinessBox .switchBox a.curr {
	color: #e4602b;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	z-index: 2;
}
.courierBusinessBox .cb-Wrap {
	display: none;
	margin-left: -5%;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}
.courierBusinessBox .cb-Wrap.curr {
	display: block;
}
.courierBusinessBox .cb-Wrap a {
	padding: 4px;
	margin-left: 5%;
	margin-bottom: 20px;
	display: table;
	table-layout: fixed;
	float: left;
	width: 20%;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.courierBusinessBox .cb-Wrap a:hover {
	background-color: #ddd;
}
.courierBusinessBox .cb-Wrap a:hover .name {
	color: #333;
}
.courierBusinessBox .cb-Wrap .icon {
	display: table-cell;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background-color: #ededed;
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat;
}
.courierBusinessBox .cb-Wrap .name {
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
	width: auto;
	max-width: 116px;
	line-height: 24px;
	font-size: 14px;
	text-align: left;
}
.courierBusinessBox .cb-Wrap .name span {
	display: -webkit-box;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
}

/*动画效果*/
.animationFrame {}
.animationFrame .jsAnimation:nth-of-type(1) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.animationFrame .jsAnimation:nth-of-type(2) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.animationFrame .jsAnimation:nth-of-type(3) {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

/* 填写发布需求弹窗  Fill out the release requirements 2017-07-05 */
.chkWrap {
	position: relative;
	margin: 6px auto;
	line-height: 0;
	overflow: hidden;
}
.chkWrap .chkBox {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 46px;
	height: 46px;
	cursor: pointer;
}
.chkWrap .chkBox.need {
	background-color: #009340;
}
.chkWrap .chkBox.no-need {
	background-color: #ff2600;
}
.chkWrap .chkBox.need::before,.chkWrap .chkBox.need::after,.chkWrap .chkBox.no-need::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background-color: #fff;
}
.chkWrap .chkBox.need::before {
	margin-top: -10px;
	margin-left: -1px;
	width: 2px;
	height: 20px;
}
.chkWrap .chkBox.need::after {
	margin-top: -1px;
	margin-left: -10px;
	width: 20px;
	height: 2px;
}
.chkWrap .chkBox.no-need::after {
	margin-top: -1px;
	margin-left: -10px;
	width: 20px;
	height: 2px;
}
.chkWrap .chkBox .chk {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
.chkWrap .tip {
	margin: 4px 0;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
.chkWrap .tip em {
	color: #009340;
}
.chkWrap .tip.n em {
	color: #ff2600;
}


/* 
	2017-07-18 招标详情 核对信息弹窗
	****************************
	2017-07-18 Tender details check the information pop
*/
.pop-checkInfo {
	position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin-top: 0;
    margin-left: 0;
    padding: 4px;
	display: block;
	width: auto;
	height: auto;
	background-color: #fff;
    -webkit-box-shadow: 0 1px 10px #999;
    box-shadow: 0 1px 10px #999;
    background-image: url(../img/bg-black-10x10.png);
    background-repeat: repeat;
    z-index: 10;
}
.pop-checkInfo .mc {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.pop-checkInfo .top {
    position: relative;
    background-color: #f4f4f4;
}
.pop-checkInfo .top>em {
    display: block;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    text-align: center;
}
.pop-checkInfo .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: red;
    text-align: center;
    font-size: 26px;
    background-image: url(../img/icon-close.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.pop-checkInfo .table {
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 68px;
	left: 0;
	padding-bottom: 0px;
	height: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}
.pop-checkInfo .table table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.pop-checkInfo .table table th,
.pop-checkInfo .table table td 
{
	padding: 10px;
	border: 1px solid #ddd;
}
.pop-checkInfo .table table th {
	background-color: #fafafa;
}
.pop-checkInfo .table .row-t {
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
	color: #333;
	font-weight: bold;
	background-color: #fff;
}
.pop-checkInfo .table .row-footer {
	padding: 0;
	line-height: 24px;
	color: #333;
	font-size: 12px;
	text-align: center;
	background-color: #fafafa;
} 
.pop-checkInfo .btnWrap {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 14px 0;
	height: 68px;
	font-size: 0;
	text-align: center;
	background-color: #ededed;
}
.pop-checkInfo .btnWrap .btn {
    margin: 0 2%;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.pop-checkInfo .btnWrap .btn.submitBtn {
	background-color: #009340;
}
.pop-checkInfo .btnWrap .btn.submitBtn:hover {
	background-color: #00883c;
}
.pop-checkInfo .btnWrap .btn.resetBtn {
	background-color: #e4602b;
}
.pop-checkInfo .btnWrap .btn.resetBtn:hover {
	background-color: #CE4B17;
}
.pop-checkInfo .btnWrap .tip {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 0px 0px 0px 24px;
    height: auto;
    line-height: 44px;
    color: #666;
    font-size: 14px;
    background-color: transparent;
    background-position: 4px center;
    background-repeat: no-repeat;
  	background-image: url(../img/icon-tips-caveat.png);
}
/*方案*/
.tipsRow .row {
	padding: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
}
.tipsRow .form-tips {
    margin: 0;
    padding: 18px 20px;
    line-height: 14px;
}
.tipsRow .form-tips em {
    margin-right: 36px;
    vertical-align: middle;
}
.tipsRow .first {
    position: relative;
    margin: 0;
    overflow: visible;
}
.tipsRow .first i {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 20px;
    height: 8px;
    background-image: url(../img/icon-upTips-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 2;
}
.tipsRow .second  {
    margin-top: -1px;
	margin-bottom: 0;
}
/*End // 方案*/

/* 
	2017-08-04 协议弹窗
	****************************
	2017-08-04 Agreement window
*/
.agreementWindow,.feedbackQuotation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4px;
    display: block;
    width: auto;
    height: auto;
    background-color: transparent;
    z-index: 10;
}
.agreementWindow .boxWrap,.feedbackQuotation .boxWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 4px;
    display: block;
    margin-top: -300px;
    margin-left: -300px;
    width: 600px;
    height: 600px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px #999;
    box-shadow: 0 1px 10px #999;
    background-image: url(../img/bg-black-10x10.png);
    background-repeat: repeat;
    z-index: 10;
}
.agreementWindow .mc,.feedbackQuotation .mc {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.agreementWindow .top,.feedbackQuotation .top {
    position: relative;
    background-color: #f4f4f4;
}
.agreementWindow .top>em,.feedbackQuotation .top>em {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #000;
    text-align: center;
}
.agreementWindow .closeBtn,.feedbackQuotation .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: red;
    text-align: center;
    font-size: 26px;
    background-image: url(../img/icon-close.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.agreementWindow .tableWrap,.feedbackQuotation .tableWrap {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 68px;
    left: 0;
    padding: 20px;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}
.agreementWindow .tableWrap>*,.feedbackQuotation .tableWrap>* {
	line-height: 1.8;
	font-size: 12px;
	color: #666;
	text-align: justify;
}
.agreementWindow .btnWrap,.feedbackQuotation .btnWrap {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 14px 0;
    height: 68px;
    font-size: 0;
    text-align: center;
    background-color: #ededed;
}
.agreementWindow .btnWrap .btn,.feedbackQuotation .btnWrap .btn {
    margin: 0 2%;
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.agreementWindow .btnWrap .btn.submitBtn,.feedbackQuotation .btnWrap .btn.submitBtn{
    background-color: #009340;
}
.agreementWindow .btnWrap .btn.submitBtn:hover,.feedbackQuotation .btnWrap .btn.submitBtn:hover{
    background-color: #00883c;
}

/* 
	2017-08-04 底部提示通栏
	****************************
	2017-08-04 Bottom Tip column
*/
.botBar {
	position: fixed;
	bottom: 0; 
	left: 0;
	display: block;
	width: 100%;
	min-height: 114px;
	background-color: #fefbc7;
	border-top: 4px solid #009040;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
	box-shadow: 0 0 20px rgba(0,0,0,.4);
	z-index: 10;
}
.botBar .mc {
	padding: 14px 0 26px 220px;
	background-image: url(../img/icon-botBar.png);
	background-repeat: no-repeat;
	background-position: 60px 6px;
	overflow: hidden;
}
.botBar .mc a:hover {
	text-decoration: underline;
}
.botBar .mc .tt {
	padding-top: 20px;
	line-height: 30px;
	font-size: 18px;
	color: #000;
}
.botBar .mc .desc {
	line-height: 24px;
	color: #666;
	font-size: 14px;
}
.botBar .closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -99em;
	background-image: url(../img/icon-botBar-closeBtn.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
.botBar-openBtn {
	position: fixed;
	bottom: 0; 
	left: -100%;
	right: 0;
	display: block;
	width: 40px;
	height: 114px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #e4602b;
	background-image: url(../img/pic-signing.png);
	background-repeat: no-repeat;
	background-position: -6px center;
	cursor: pointer;
	z-index: 10;
}
/* 
	侧边通栏
	****************************
	Sidebar
*/
.v-sideBar {
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 100%;
	background-color: #f4f4f4;
	z-index: 9;
}
.v-sideBar.mini {
	padding-top: 10px;
	top: auto;
	bottom: 0;
	height: 180px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.v-sideBar .package {
	position: absolute;
	top: 0;
	/* margin-top: -100px; */
}
.v-sideBar .package.absB {
	top: auto;
	bottom: 10px;
}
.v-sideBar .package .child {
	position: relative;
	margin: 10px auto;
	display: block;
	background-color: #f4f4f4;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}
.v-sideBar .package .child:hover {
	background-color: #009642;
}
.v-sideBar .package .cell {
	width: 40px;
	height: 40px;
	font-size: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 4px solid #f4f4f4;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60% 60%;
	overflow: hidden;

	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}
.v-sideBar .package .child:hover .cell {
	border: 4px solid #009642;
	background-color: #fff;
}
.v-sideBar .package .cell.icon-qq {
	background-image: url(../img/icon/icon-qq.png);
}
.v-sideBar .package .cell.icon-email {
	background-image: url(../img/icon/icon-email.png);
}
.v-sideBar .package .cell.icon-feedback {
	background-image: url(../img/icon/icon-feedback.png);
}
.v-sideBar .package .cell.icon-putAway {
	background-image: url(../img/icon/icon-putAway.png);
}
.v-sideBar .package .cell.icon-gotop {
	background-image: url(../img/icon/icon-gotop.png);
}
.v-sideBar .package .cell.icon-expand {
	background-image: url(../img/icon/icon-expand.png);
}
.v-sideBar .package .pop {
	position: absolute;
	top: 0;
	right: 50px;
	padding: 0 10px 0 4px;
	display: none;
	min-height: 40px;
	line-height: 40px;
	font-size: 0;
	white-space: nowrap;
	border-radius: 20px;
	background-color: #009642;
	z-index: 2;
}
.v-sideBar .package .child:hover .pop {
	display: block;
}
.v-sideBar .package .pop::before {
	content: '';
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
    height: 40px;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
}
.v-sideBar .package .pop::after {
	content: '';
    position: absolute;
    right: -6px;
    top: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #009642;
}
.v-sideBar .package .pop i,
.v-sideBar .package .pop em {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.v-sideBar .package .pop i {
	width: 40px;
	height: 40px;
	background-position: center center;
	background-size: 60% 60%;
	background-repeat: no-repeat;
}
.v-sideBar .package .icon-qq+.pop i {
	background-image: url(../img/icon/icon-qqPic.png);
}
.v-sideBar .package .icon-email+.pop i {
	background-image: url(../img/icon/icon-emailPic.png);
}
.v-sideBar .package .icon-feedback+.pop i {
	background-image: url(../img/icon/icon-feedbackPic.png);
}
.v-sideBar .package .icon-gotop+.pop i {
	background-image: url(../img/icon/icon-gotopPic.png);
}
.v-sideBar .package .icon-putAway+.pop i {
	background-image: url(../img/icon/icon-putAwayPic.png);
}
.v-sideBar .package .icon-expand+.pop i {
	background-image: url(../img/icon/icon-expandPic.png);
}
.v-sideBar .package .pop em {
	color: #fff;
	font-size: 14px;
}