@charset "utf-8";
/* CSS Document */
/******************************重置所有样式*********************************/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: 微软雅黑, arial;
}
body {
	background: #f9f9f9;
	font-size: 13px;
	font-weight: normal;
	line-height: 26px;
}
li {
	list-style: none;
}
a, a:hover {
	text-decoration: none;
}
input, textarea {
	outline: none;
}

select{
	padding:10px 5px;
}

/*********************设置公共样式***********************/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.w1140 {
	width: 1140px;
	margin: 0 auto;
}

.current {
	background: #858585;
	color: #FFF;
}
.yiji a.current {
	background-color: #858585 !important;
	color: #FFF;
}


.current2 {
	background: #ccc;
	color: #595757;
}
li.current a {
	color: #FFF !important;
}
.dark-green {
	color: #2dcb74;
	background: #2dcb74;
}
.light-green {
	color: #56d48f;
	background: #56d48f;
}
.white {
	color: #FFF;
}
/**************网站头部*****************/
.header {
	height: 90px;
	/*background: #646464;*/
	color: #FFF;
	background: rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	position: fixed;
	z-index: 20;
	width: 100%;
	top:0;
}
.header-container {
	position: relative;
}
.inner-logo {
	background: url(../images/inner-logo.png) no-repeat center center;
	width: 180px;
	height: 90px;
}
.inner-nav, .headerright, .headerright1 {
	position: relative;
	top: 40px;
}
.inner-nav ul li {
	float: left;
}
.inner-nav ul li a, .headerright a {
	color: #FFF;
	margin-right: 40px;
	font-size: 14px;
	line-height: 28px;
}
.user-name {
	margin-right: 30px;
}
a.span1 {
	background: url(../images/inner-top-icon-1.png) no-repeat center left;
}
a.span2 {
	background: url(../images/inner-top-icon-2.png) no-repeat center left;
}
a.span1, a.span2 {
	padding-left: 25px;
	margin-right: 0;
}
.setting span {
	margin: 0 20px;
}

/**.inner-nav{
    position: relative;
    top: 28px;
}**/

/*.inner-nav ul li
{
    height:58px;line-height:58px;width:90px;text-align:center;
}
.inner-nav ul li ul{display:none}
.inner-nav ul li:hover ul{display:block;background: rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    border-top:2px #2dcb74 solid;
    padding:0 20px 20px;
    width:180px;
}
.inner-nav ul li:hover ul li{float:none;
                             height:50px;
                             line-height:50px;
                             text-align:left;
                             border-bottom:1px #dcdcdc solid;
                             width:180px;
                             }
span.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

.inner-nav ul li a:hover
{
    color:#2dcb74
}
*/

/*.main{position:relative; z-index:0;top: 70px;margin-top:20px;}*/
/**************左边栏****************/
.side-menu {
	width: 200px;
}
.side-menu .mt {
	height: 50px;
	margin-bottom: 5px;
}
.side-menu .mt h4 {
	color: #FFF;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
	border-left: 10px #19673b solid;
	text-indent: -10px;
}
.side-bar-title {
	height: 35px;
	margin-bottom: 5px;
}
.side-bar-title h4 {
	line-height: 35px;
	text-align: center;
	border-left: 5px #29b668 solid;
	text-indent: -5px;
	background: url(../images/left-menu-icon-1.png) no-repeat 40px center;
}
.list {
	width: 200px;
	margin: 0 auto;
}
.list ul li {
	text-align: center;
	margin-bottom: 5px;
}
.list ul li a {
	color: #292929;
	font-size: 13px;
	display: block;
	height: 34px;
	line-height: 34px;
	position: relative;
	border: 1px #c2c1c1 solid;
	text-align: left;
	text-indent: 60px;
}

.yiji li li a{
 text-indent:70px !important;   
}



.list ul li .inactive {
	background: url(../images/left-arrow.png) no-repeat 45px center;
}
.list ul li .inactives {
	background: url(../images/down-arrow.png) no-repeat 45px center;
}
ul.yiji ul {
	margin-top: 5px;
}
.list ul li ul {
	display: none;
}
.list ul li ul li ul {
	display: none;
}
.list ul li ul li a {
/*padding-left: 20px;*/
}
/***********右侧内容**************/
.right-container {
	width: 920px;
}
.navigation, .navigation a {
	color: #595757;
	font-size: 12px;
	height: 55px;
	line-height: 55px;
}
.navigation span {
	background: none;
}
.right-container .mt {
	border: 1px #e7e7e7 solid;
	border-bottom: 1px #d5d5d5 solid;
	height: 50px
}
.right-container .mt h3 {
	font-size: 15px;
	line-height: 50px;
	color: #464646;
	padding-left: 25px;
}
.xuanze {
	height: 40px;
	padding: 25px;
	border: 1px #e7e7e7 solid;
	border-top: 0;
	border-bottom: 0;
}
.xuanze form {
	float: left;
	width: 565px;
	margin-right: 15px;
}
.xuanze input.submit {
	height: 42px !important;
	line-height: 42px !important;
}
/*ULLI下拉*/
ul#main_box, input.select_time {
	width: 160px;
	height: 40px;
	float: left;
	border: 1px #939393 solid;
	margin-right: 20px;
	line-height: 40px;
	font-size: 17px;
	color:#595757;
	padding:0 10px;
}

UL#main_box{
	margin-right:0;
}
.select_box {
	width: 140px;
	position: relative;
	padding: 0 10px;
	color: #616161;
}
.select_box span {
	cursor: pointer;
	display: block;
	line-height: 40px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	color: #616161;
}
.select_box ul li {
	cursor: pointer;
}
.son_ul {
	width: 158px;
	position: absolute;
	left: 0;
	top: 41px;
	border: 1px #ccc solid;
	background: #FFF;
}
.son_ul li {
	display: block;
	line-height: 40px;
	padding-left: 10px;
	width: 148px
}
.hover {
	background: #29b668;
	color: #FFF;
}
/*input.select_time {
	width: 210px;
	color:#595757;
}*/
input.submit {
	width: 122px;
	color: #FFF;
	height: 42px;
	line-height: 42px;
	font-size: 17px;
}
.fabuxinxi {
	background: none;
	border: 1px #2dcb74 solid;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 120px;
	float: left;
	text-align: center;
	font-size: 17px;
	background: url(../images/fabuxinxi.png) no-repeat 20px center;
	padding-left: 10px;
}
table.table {
	width: 100%;
	border: 1px #c9caca solid;
	border-collapse: collapse;
}
.table td {
	border: 1px #c9caca solid !important;
	text-align: center!important;
	height: 50px!important;
	vertical-align: middle!important;
	font-size: 12px!important;
	color: #595757!important;
	line-height:140%!important;
	padding:5px!important;
}
tr.tr1 td {
	color: #FFF!important;
	font-size: 15px!important;
}
.table td span.light-green {
	background: none;
	color: #18bc9c;
}
.table td a {
	color: #595757;
	font-weight: bold;
	padding: 0 5px;
}

.table2 td a {
	color: #595757;
	font-weight: bold;
	padding: 0 3px;
}

a.del {
	background: url(../images/del.png) no-repeat left center;
	margin-left: 25px;
}
.table td a:hover {
	color: #18bc9c;
}
.page {
	padding: 25px 25px 30px 25px;
	border: 1px #e7e7e7 solid;
	border-top: 0;
}
.page_number {
	float: right;
}
.page_number a,.page_number span {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	float: left;
	background: #ececec;
	margin-right: 10px;
	color: #595757;
}
.page_number span.current, .page_number a:hover {
	background: #2dcb74;
	color: #FFF;
}
/******************页脚*******************/
.footer {
	background: #363636;
	padding: 30px 0 0 0;
	margin-top: 70px;
}
.foorter-nav {
	width: 875px;
}
.foorter-nav ul li {
	float: left;
	width: 25%;
	background: url(../images/footer-line.png) no-repeat 190px center;
	height: 260px;
	padding-bottom: 30px;
}
.foorter-nav ul li h4 {
	font-size: 18px;
	margin-bottom: 30px;
	color: #FFF;
}
.foorter-nav ul li li {
	float: none;
	width: 85%;
	background: none;
	height: auto;
	padding-bottom: 0;
	height:27px;
	overflow:hidden;
}
.foorter-nav ul li li a {
	color: #FFF;
	font-size: 14px;
}
.foorter-nav ul li li a span {
	color: #2fa765;
}
.footer-bottom {
	background: #000;
	text-align: center;
	color: #FFF;
	padding: 20px 0;
}
.footer-bottom p {
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 15px;
}
.footer-bottom p span {
	color: #2dcb74;
}
.footer-erweima {
	width: 265px;
	text-align: center;
}
.footer-erweima p {
	font-size: 14px;
	color: #FFF;
	opacity: .5;
	line-height: 40px;
}
p.footer-tel {
	color: #FFF;
	opacity: 1;
	font-size: 30px;
	font-family: Georgia;
	text-shadow: 2px 2px 0px #000;
}
/*********************************会员注册、登录页******************************************************/
.headerleft1 .inner-nav {
	margin-left: 15px;
}
.headerright1 a {
	color: #2dcb74;
	padding: 0 5px;
}
.reg-box-container {
	background: url(../images/reg-bg.png) no-repeat -80px 0px;
}
.regbox {
	width: 560px;
	float: right;
	border: 1px #d2d2d2 solid;
	margin: 55px 0;
	padding: 10px;
}
.regbox .mt {
	border: 1px #d2d2d2 solid;
	height: 56px;
}
.regbox .mt h3 {
	font-size: 14px;
	color: #464646;
	line-height: 56px;
	padding-left: 25px;
	float: left;
	width: 50%;
}
.regbox .mt a {
	float: right;
	line-height: 56px;
	padding-right: 25px;
	font-size: 13px;
	color: #2dcb74;
}
.regbox .mc {
	border: 1px #d2d2d2 solid;
	border-top: 0;
	padding: 30px;
}
.regbox .mc p, div.shenqingquanxian p {
	font-size: 15px;
	color: #595757;
	line-height: 34px;
	height: 34px;
	margin-bottom: 10px;
	clear: both;
}
.regbox .mc p span, .radio-box span, .radio-box-inner1 span, div.shenqingquanxian p span {
	display: block;
	float: left;
	width: 110px;
	text-align: right;
	margin-right: 15px;
	height: 34px;
	line-height: 34px;
}
.regbox .mc p input, div.shenqingquanxian p input {
	border: 1px #d2d2d2 solid;
	height: 34px;
	padding: 0 10px;
	width: 236px;
	float: left;
	color: #595757;
	line-height:34px;
}
input.yanzhengma {
	width: 92px !important;
}
input.get_yanzhengma {
	width: 137px !important;
	margin: 0 7px;
	color: #595757;
	font-weight: bold;
	height: 36px !important;
	cursor: pointer;
}
span.small_text {
	width: 100px !important;
	text-align: left !important;
	font-size: 12px;
	padding-left: 15px;
	margin-right: 0 !important;
}
span.radios {
	width: auto !important;
	font-size: 15px;
	color: #595757;
	line-height: 34px;
	height: 34px;
}
span.radios input {
	position: relative;
	top: 2px;
}
.radio-box-inner1 span {
	color: #595757;
	font-size: 15px;
}
input.upload_buttom {
	background: #2dcb74;
	color: #FFF !important;
	width: 100px !important;
	height: 36px !important;
	border: none !important;
	cursor: pointer;
	line-height: 36px !important;
}
input.upload_file {
	width: 220px !important;
	margin-right: 10px;
}
p.chkbox input {
	width: auto !important;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
p.chkbox {
	font-size: 12px !important;
}
p.chkbox a {
	color: #2dcb74;
}
input.submit {
	padding: 0!important;
	width: 150px!important;
	height: 48px!important;
	background: #2dcb74;
	color: #FFF !important;
	border: 0 !important;
	cursor: pointer;
	line-height: 48px!important;
}
a.login {
	font-size: 18px;
	color: #2dcb74;
	text-decoration: underline;
	margin-left: 40px;
}
.loginbox {
	width: 420px;
	margin-right: 80px;
}
input.enter-login-id, .enter-login-password {
	width: 300px !important;
	padding-left: 45px !important
}
input.enter-login-id {
	background: url(../images/loginbg1.jpg) no-repeat 15px center;
}
.enter-login-password {
	background: url(../images/loginbg2.jpg) no-repeat 15px center;
}
form.loginform span {
	width: 50% !important;
	float: left;
	display: block;
	margin-right: 0 !important;
	height: 45px;
	line-height: 45px;
}
span.remember {
	text-align: left !important;
	font-size: 12px;
}
span.forget_password a {
	color: #595757;
	font-size: 12px;
}
span.forget_password a:hover {
	color: #2dcb74;
}
span.remember input {
	width: auto !important;
	position: relative;
	top: 1px;
	margin-right: 5px;
}
form.loginform .submit {
	float: none !important;
	width: 360px !important;
	margin-top: 40px;
	margin-bottom: 55px;
	cursor: pointer;
}
.zhaohuimima-box {
	background: none;
}
.zhaohuimima-sidebar {
	width: 290px;
	margin: 55px 0;
}
.zhaohuimima-sidebar .mt {
	background: #2dcb74;
	height: 45px;
}
.zhaohuimima-sidebar .mt h3 {
	line-height: 45px;
	color: #FFF;
	padding-left: 25px;
	font-size: 17px;
}
.zhaohuimima-sidebar .mc {
	border: 1px #d5d5d5 solid;
	padding: 25px;
	margin-bottom: 40px;
}
span.rexian {
	display: block;
	background: url(../images/left-tel-bg.jpg) no-repeat left center;
	height: 45px;
	line-height: 45px;
	padding-left: 55px;
	font-size: 18px;
	color: #595757;
}
span.dizhi {
	display: block;
	background: url(../images/left-addr-bg.jpg) no-repeat left center;
	height: 45px;
	line-height: 45px;
	padding-left: 55px;
	font-size: 18px;
	color: #595757;
}
.zhaohuimima-sidebar .mc p {
	color: #595757;
	font-size: 14px;
	height: 80px;
	line-height: 250%;
		letter-spacing: 0;
}
.zhaohuimima-sidebar .mc p.p1 {
	border-bottom: 1px #dcdcdc dashed;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.zhaohuimima-sidebar .mc p strong {
		font-size: 20px;
	letter-spacing: 0;
}
.lefterweima img {
	display: block;
	margin: 0 auto;
	width: 157px;
}
.zhaohuimima {
	width: 820px;
}
form.zhaohuimimaform {
	width: 515px;
	margin: 0 auto 60px auto;
}
form.zhaohuimimaform span {
	width: 150px !important;
}
form.zhaohuimimaform span.small_text {
	width: auto !important;
}
form.zhaohuimimaform .submit {
	width: 258px !important;
}
.zhaohuimima .mc p {
	text-align: center;
}
/*****************账户设置************************/
.zhanghushezhi .main {
	margin-bottom: 20px;
	border: 1px #e7e7e7 solid;
	border-top: 0;
	padding: 25px;
	color: #595757;
}
.zhanghushezhi .main span, div.xiugaimima .main span {
	text-align: right;
	display: block;
	width: 100px;
	float: left
}
div.zhanghushezhi .main p, div.xiugaimima .main p {
	line-height: 42px;
	clear: both;
	margin-bottom: 35px;
}
div.zhanghushezhi .main input, div.xiugaimima .main input {
	border: 1px #dcdcdc solid;
	line-height: 40px;
	width: 300px;
	padding: 0 10px;
	color: #595757;
	font-size: 13px;
	height:40px;
}
div.zhanghushezhi .main input, div.xiugaimima .main textarea {
	border: 1px #dcdcdc solid;
	line-height: 40px;
	width: 300px;
	padding: 0 10px;
	color: #595757;
	font-size: 13px;
}

div.zhanghushezhi .main textarea {
	border: 1px #dcdcdc solid;
	line-height: 40px;
	width: 500px;
	padding: 10px;
	color: #595757;
	font-size: 13px;
	background: none;
	overflow: auto;
}
div.zhanghushezhi .submit {
	float: none;
	display: block;
	margin: 0 auto;
}
.zhanghushezhi .main .table .tr1, .kaitongquanxian .main .table .tr1 {
	background: #29B668;
}
.jingshiyu {
	background: #D9FBE9;
	border: 1px #29B668 solid;
	padding: 20px;
	margin-bottom: 20px;
	color: #595757;
}
.main.zhanghuxinxi a {
	color: #2DCB74;
	margin: 0 100px;
}
/*修改密码*/
div.xiugaimima .main {
	padding: 25px;
	border: 1px #dcdcdc solid;
	border-top: 0;
	color: #595757;
	position:relative;
	min-height:460px;
}
div.xiugaimima .submit {
	text-align: center;
}
div.xiugaimima .submit {
	text-align: center;
	margin: 20px 130px;
}
/*绑定手机*/
input.bangding_yanzhengma {
	width: 112px !important;
	text-align: center;
	margin-left: 100px;
}
/*企业实名认证*/
input.upload_yingyezhizhao {
	width: 100px !important;
	text-align: center;
	margin-left: 20px;
}
/*开通权限*/
.kaitongquanxian .mt {
	border-bottom: 0;
}
.kaitongquanxian table td {
	font-size: 14px;
}
.kaitongquanxian table td a.shenqingquanxian {
	color: #29B668;
	border: 1px #29B668 solid;
	padding: 5px 30px;
}
.kaitongquanxian table td a.shenqingquanxian:hover {
	background: #29B668;
	color: #FFF;
}
/*申请权限*/
div.shenqingquanxian p textarea {
	border: 1px #dcdcdc solid;
	width: 500px;
	height: 200px;
	background: none;
	padding: 10px;
	overflow: auto;
	color:#595757;
}
div.shenqingquanxian p.shenqingliyou {
	height: auto;
}
input.upload_zizhi {
	background: #2DCB74;
	color: #FFF !IMPORTANT;
	width: 100px !important;
	margin-left: 10px;
	height: 36px !important;
	border: 0 !important;
}
div.shenqingquanxian input.submit {
	width: 256px !important;
	height: 46px !important;
	margin-left: 70px;
	margin-top: 30px;
	margin-bottom: 40px;
}
div.shenqingquanxian .main {
	padding-top: 40px;
	padding-left: 120px;
	border: 1px #dcdcdc solid;
	border-top:0;
}


/*气源管理*/
.chushouqiyuan {
	padding:25px;
	border:1px #dcdcdc solid;
	border-top:0;
	border-bottom:0;
}
.chushouqiyuan #main_box {
	margin-right: 40px;
}

.chushouqiyuan .select_time {
	width: 120px;
	margin-right: 0;
}

.chushouqiyuan span.time_jiange {
	float: left;
	color: #979797;
	border-bottom: 3px #979797 solid;
	display: block;
	width: 16px;
	margin: 0 5px;
	text-indent: -999em;
	height: 20px;
}


span.gongshijia {
	color: #18bc9c;
	padding: 0 5px;
}

.chushouqiyuan .dingdanpinzhong {
	border: 1px #939393 solid;
	height: 40px;
	line-height: 40px;
	margin-left: 40px;
	margin-right: 10px;
	width: 190px;
	padding: 0 10px;
	float: left;
}
.chushouqiyuan .submit {
	height: 42px !important;
	width: 124px !important;
	float: left;
}

/*我出售的气源*/
.qiyuanfabu,.qiguanfabu {
	border: 1px #dcdcdc solid;
	padding: 15px 35px;
	color: #595757;
	font-size: 14px;
	line-height: 30px;
}

.qiyuan_left {
	width: 315px;
	margin-right: 90px;
}

.qiyuan_right {
	width:385px;
	
	
}

.qiyuan_left input {
	border: 1px #dcdcdc solid;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

.qiyuan_left span,.qiyuan_right span {
	width: 115px;
	text-align: right;
	display: block;
	float: left;
}

.qiyuan_right p {
	clear:both;
}

p.jiaohuoqi span,p.jiaohuoqi input {
	float:left;
	height:35px;
	line-height:35px;
}

p.jiaohuoqi input[type="text"] {
	width: 100px;
	border: 1px #dcdcdc solid;
	height: 30px;
	line-height: 30px;
}

p.jiaohuoqi span.span1 {
	width: 15px;
	border-bottom: 3px #A09D9D solid;
	height: 15px;
	margin: 0 10px;
}

p.cankaoduixiang {
	display: block;
}
p.cankaoduixiang span,p.cankaoduixiang input {
	float:left;
	display:block;
	height:30px;
	line-height:30px;
}

p.cankaoduixiang span{
	width: 115px;
	text-align:right;
}
p.cankaoduixiang span.span1 {
	width:35px;
}

p.cankaoduixiang span.span2 {
	width:200px;
	text-align:left;
}

p.cankaoduixiang input.input1 {
	border: 1px #dcdcdc solid;
	width: 200px;
	margin-right: 33px;
}
p.cankaoduixiang input.input2 {
	
	border: 1px #dcdcdc solid;
	width:80px;
	margin:0 10px;
}
.shengshuifangan {
	margin: 10px 0;
	clear: both;
}

.shengshuifangan .span1 {
	float: left;
	width: 115px;
	text-align: right;
}

.shengshuifangan .span2 {
	float: right;
	width: 670px;
		border: 1px #dcdcdc dashed;
	padding: 15px 30px;
}

.shengshuifangan .span2 ul {
	margin-left: 18px;
}
.shengshuifangan .span2 ul li span {
	width: 115px;
	display: block;
	float: left;
}
.shengshuifangan .span2 ul li input[type="text"] {
	border: 1px #dcdcdc solid;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

input.tieshuitext {
	border: 1px #dcdcdc solid;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	width: 195px;
}

span.shengshuishuoming {
	float: left;
	width: 70px;
	margin-left: 18px;
}

textarea.shhm_text {
	background: none;
	border: 1px #dcdcdc solid;
	overflow: auto;
	width: 490px;
	height: 80px;
}

p.jiageshuoming span {
	float: left;
	width: 115px;
	text-align: right;
	margin-right: 10px;
}

p.jiageshuoming textarea {
	border: 1px #dcdcdc solid;
	width: 520px;
	background: none;
	height: 75px;
	padding: 15px;
}
p.up_files span {
	float: left;
	width: 115px;
	margin-right: 10px;
}

p.up_files span.span1 {
	width:auto;
}
p.up_files {
	margin-bottom: 30px;
	height: 35px;
	line-height:35px;
}
p.up_files input[type="button"] {
	background: #2dcb74;
	color: #fff;
	width: 100px;
	height: 35px;
}

p.baocun input.submit {
	text-align: center;
	width: 200px;
	height: 45px;
	margin-left: 125px;
}

/*气源详情*/
.qiyuanxiangqing-box {
	margin: 70px auto;
	color:#3e3a39;
}

.qiyuanxiangqing-sidebar {
	width: 290px;
}

.qiyuanxiangqing-sidebar .mt {
	height: 45px;
	line-height: 45px;
	background: #2dcb74;
	color: #FFF;
}

.qiyuanxiangqing-sidebar .mt h3 {
	background:url(../images/qiyuanfabu-left-title-bg.png) no-repeat 25px center;
	padding-left:65px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
    height: 45px;
    line-height: 45px;
}

.qiyuanxiangqing-sidebar .mc {
	border:1px #dcdcdc solid;
	padding:30px 0;	
}

.qiyuanxiangqing-sidebar .mc .mc_part_1,.qiyuanxiangqing-sidebar .mc .mc_part_2,.qiyuanxiangqing-sidebar .mc .mc_part_3 {
	padding:0 25px;
	margin:0 0 20px 0;	
}

.qiyuanxiangqing-sidebar .mc .mc_part_2 {
	background:#efefef;
	padding: 20px 25px !important;
	
}
.qiyuanxiangqing-sidebar .mc .mc_part_1 h4 {
	color: #3e3a39;
	font-size: 18px;
	line-height:36px;
	float: left;
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.qiyuanxiangqing-sidebar .mc span.renzheng {
	float: left;
	height: 36px;
	line-height: 36px;
	color: #e65015;
	background: url(../images/renzheng.png) no-repeat left center;
	padding-left: 25px;
}

.qiyuanxiangqing-sidebar .mc .mc_part_1 p,.qiyuanxiangqing-sidebar .mc .mc_part_2 p,.qiyuanxiangqing-sidebar .mc .mc_part_3 p {
	font-size: 14px;
	line-height: 28px;
}

.qiyuanxiangqing-container {
	width: 830px;
}
.qiyuanxiangqing-container .mt {
	height: 45px;
	line-height: 45px;
	color: #FFF;
	background:url(../images/qiyuanfabu-right-bg.png) no-repeat left center;
	margin-bottom:25px;
}

.qiyuanxiangqing-container .mt h3{
	background:url(../images/qiyuanfabu-right-title-bg.png) no-repeat 20px center;
	font-size:18px;
	padding-left:56px;
	color: #fff;
    height: 45px;
    line-height: 45px;
}

.qiyuanxiangqing-container .mc {
	border:1px #d5d5d5 solid;
padding:0px 0px 25px 0px;
}

.qiyuanxiangqing-container .line1,.qiyuanxiangqing-container .line2,.qiyuanxiangqing-container .line3 {
	border-bottom: 1px #d5d5d5 dashed;
}

.qiyuanxiangqing-container .line1,.qiyuanxiangqing-container .line2,.qiyuanxiangqing-container .line3,.qiyuanxiangqing-container .line4 {
	padding:15px 35px;
}

.qiyuanxiangqing-container .line1 p,.qiyuanxiangqing-container .line2 p,.qiyuanxiangqing-container .line3 p,.qiyuanxiangqing-container .line4 p{
	font-size:14px;
	line-height:32px;
	clear:both;
	height:32px;
}

.qiyuanxiangqing-container .line1 p span,.qiyuanxiangqing-container .line2 p span,.qiyuanxiangqing-container .line3 p span,.qiyuanxiangqing-container .line4 p span {
	
	font-weight:bold;
	text-align:right;
	float:left;
	display: block;
	width: 150px;
	line-height: 32px;
	height:32px;
	margin-right: 15px;
}

.qiyuanxiangqing-container .line2 ul li {
	float:left;
	width:50%;
		height: 32px;
	line-height: 32px;
}

.qiyuanxiangqing-container .line2 ul li span {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	float: left;
	display: block;
	width: 150px;
	line-height: 32px;
	height:32px;
	margin-right: 15px;
}

.qiyuanxiangqing-container .line2 .fangan span {
	float: left;
	width: 150px;
	font-weight: bold;
	text-align: right;
	margin-right: 15px;
}

.qiyuanxiangqing-container .line2 .fangan .span1 {
	float: left;
	width: 270px;
	display: block;
}

.qiyuanxiangqing-container .line2 .fangan .span1 span {
	text-align:left;
	font-weight:normal;
	background: url(../images/left-arrow.png) no-repeat left center;
	padding-left: 10px;	
	
}

.qiyuanxiangqing-container .line2 .fangan .span1 ul li {
	float: none;
	width: 100%;
	clear: both;
}

.qiyuanxiangqing-container .line2 .fangan .span1 ul li span {
	text-align:left;
	font-weight:normal;
	background:none;
	padding-left:0;
		
}

span.orange {
	color: #f88e31;
	text-align: left !important;
	font-size: 20px !important;
	font-weight: normal !important;
}

.qiyuanxiangqing-container .line2 .light-green {
	background:none;
	text-align:left !important;
	font-weight:normal !important;
}
.qiyuanxiangqing-container .line3 .shuoming {
	clear:both;
}

.qiyuanxiangqing-container .line3 .shuoming span {
	float: left;
	width: 150px;
	display: block;
	font-weight: bold;
	text-align: right;
	height: 32px;
	line-height: 32px;
	margin-right: 15px;
}

.qiyuanxiangqing-container .line3 p {
	float:left;
	clear: none;
	height:auto !important;
}

.qiyuanxiangqing-container .line3 p span {
	font-weight: normal !important;
	width: 100% !important;
	text-align: left !important;
	height:auto !important;
}

.qiyuanxiangqing-container .line3 .shuoming a.a1{
	color:#2dcb74;
	font-size:14px;
	line-height:32px;
	text-decoration:underline;
	background:url(../images/doc.png) no-repeat left center;
	padding-left:20px;
	
}

.qiyuanxiangqing-container .line3 .shuoming a.a1 {
	color: #2dcb74;
	font-size: 14px;
	line-height: 32px;
	text-decoration: underline;
	background: url(../images/doc.png) no-repeat left center;
	padding: 5px 20px;
	letter-spacing: 1px;
}

.qiyuanxiangqing-container .line4 span {
	font-weight: normal !important;
	color: #24ad62;
	font-size: 15px;
	line-height: 32px;
	margin-right: 15px;
}

.qiyuanxiangqing-container .line4 input {
	border:1px #2dcb74 solid;
	height: 32px;
	line-height:32px;
	width:262px;
	padding:0 5px;
}

.goumai{
	clear: both;
	margin-top: 10px;
		padding-left: 80px;
}
.goumai a {
	display: block;
	height: 50px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	padding: 0 45px 0 75px;
	margin-right: 20px;
	letter-spacing: 2px;
}

a.dinggou {
	background:url(../images/buy1.png) no-repeat 30px center #2dcb74;
	float:left;
}

a.rongzi {
	background:url(../images/buy2.png) no-repeat 30px center #fe8432;
	float:left;
}

.need_more {
	background: #FFF;
}

.need_more .part1,.need_more .part2 {
	width: 360px;
	border-top: 1px #ccc solid;
	margin-right:30px;
	float:left;
	text-align:center;
}

.need_more .part3 {
	float:left;
	border:1px #ccc solid;
	padding:20px;
	width:318px;
	
}

.need_more .part1 img,.need_more .part2 img {
	height:135px;
	width:auto;
	display:block;
	margin:0 auto;
}
.need_more .part1 h4,.need_more .part2 h4,.need_more .part3 h4 {
	font-size:18px;
	color:#2dcb74;
	line-height:36px;
	letter-spacing:1px;
	padding-top:3px;
	
}

.need_more .part1 p,.need_more .part2 p,.need_more .part3 p {
	color:#000;
	font-size:18px;
	line-height:36px;
}

.need_more .part1 a,.need_more .part2 a,.need_more .part3 a {
	background:#464646;
	width:170px;
	height:45px;
	color:#FFF;
	display:block;
	text-align:center;
	line-height:45px;
	font-weight:15px;
	letter-spacing:1px;
}
.need_more .part1 a,.need_more .part2 a {
	margin-left:26%;}

.need_more_container .part3 ul li {
	background:url(../images/gou.jpg) no-repeat left center;
	font-size:14px;
	line-height:58px;
	color:#464646;
	padding-left:20px;
	padding-bottom:0
}

/*我发布的气罐*/
.qiguanfabu p {
	clear:both;
}
.qiguanfabu p span {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	width: 150px;
	height:30px;
	margin-bottom:10px;
}

.qiguanfabu p input {
	border:1px #dcdcdc solid;
	padding:0 5px;
	height:30px;
	line-height:30px;
	float:left;
	width:200px;
}

.qiguanfabu p textarea {
	background:none;
	border:1px #dcdcdc solid;
	overflow: hidden;
	width:300px;
	height: 100px ;
	padding:5px;
	margin-bottom:10px;
}

p.zhulin input[type="checkbox"],p.shiduan input[type="radio"] {
	width: auto !important;
}

p.zhulin span.span1 {
	width: 50px !important;
	text-align: left;
	margin-left: 5px;
}

p.zhulin span.span2 {
	text-align:left;
	margin-left:5px;
}
p.shiduan input[type="radio"] {
	margin-right:5px;
}
p.shiduan span.time {
	width: auto;
	margin: 0 5px;
	font-size: 26px;
}
p.shiduan span.span1 {
	text-align:left;
}

.qiguanfabu .submit {
	margin: 20px auto;
	display: block;
}

/*商检管理*/
a.shangjianxunpan {
	float: right;
	color: #595757;
	margin-right: 5px;
	height: 45px;
	line-height: 45px;
}

.shangjianguanli {
	border: 1px #dcdcdc solid;
	margin-top: 20px;
	padding: 20px;
	color:#595757;
	line-height:32px;
}

.shangjianguanli p {
	clear:both
}
.shangjianguanli p span.shangjian {
	display:block;
	float:left;
	width:115px;
	text-align:right;
	margin-bottom:10px;
	height:40px;
	line-height:40px;
}

.shangjianguanli p input {
	float:left;
	width:200px;
	padding:0 5px;
	height:40px;
	line-height:40px;
	border:1px #dcdcdc solid;
	color:#595757;
}

.shangjianguanli p textarea {
	float:left;
	background:none;
	border:1px #dcdcdc solid;
	line-height:32px;
	overflow:auto;
	padding:5px;
	margin-bottom:10px;
	width:400px;
	height:100px;
	color:#595757;
}

.shangjianguanli p.fuwuxiangqing textarea {
	height:400px;
}

.shangjianguanli .submit {
	display: block;
	margin: 20px 0 20px 116px;
	clear: both;
}

/*船期信息发布*/
.chuanqifabu {
	border: 1px #dcdcdc solid;
	padding: 20px;
	color:#595757;
}

.chuanqifabu p {
	clear:both;
	line-height:32px;
}

.chuanqifabu p span {
	float: left;
	width: 115px;
	text-align: right;
	display: block;
	height: 32px;
	line-height: 32px;
	margin-bottom: 10px;
}

.chuanqifabu p select 
{
    float:left;
    height:35px;
    line-height:35px;
    margin-bottom:10px;
    border:1px #dcdcdc solid;
    width:210px;
}

.chuanqifabu p input {
	border:1px #dcdcdc solid;
	height: 32px;
	line-height:32px;
	width:200px;
	float:left;
	
}

p.zaihuozhuangtai span.span1 {
	width: auto;
	text-align: left;
	margin-right: 10px;
}

.chuanqifabu p input[type="radio"]{
	width:auto;
}


.chuanqifabu .submit {
	display: block;
	margin: 20px 0 20px 116px;
	clear: both;
}
p.ligang span.span1 {
	width: auto;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
}

.shizhuangpinzhong {
	clear: both;
}

.shizhuangpinzhong span {
	float:left;
	width:115px;
	height:32px;
	line-height:32px;
	text-align:right;
}

.shizhuangpinzhong ul {
	float: left;
	width: 600px;
}

.shizhuangpinzhong ul li {
	float:left;
	width:150px;
	line-height:32px;
	height:32px;
	text-align:left;
}

.chuanqifabu p textarea {
	background:none;
	overflow:hidden;
	padding:5px;
	line-height:32px;
	border:1px #dcdcdc solid;
	width:400px;
	height:150px;
}

/*气罐询盘*/
.qiguanxunpan table.table {
	border-top: 0px !important;
}

a.fabu
{
    float:right;
    background:url(../images/fabuxinxi.png) no-repeat 30px center;
    min-width:170px;
    height:40px;
    line-height:40px;
    margin-top:5px;
    margin-right:10px;
    position:relative;
    text-align:center;
    /*left:-600px;*/
    color:#2dcb74;
    border:1px #2dcb74 solid;
}

/*调整气源发布页面*/
.qiyuan_left p
{
    clear:both;
}
.qiyuan_left p select 
{
    float:left;
    height:35px;
    line-height:35px;
    margin-bottom:10px;
    border:1px #dcdcdc solid;
    width:140px;
}

.qiguanfabu p select 
{
    float:left;
    height:35px;
    line-height:35px;
    margin-bottom:10px;
    border:1px #dcdcdc solid;
    width:210px;
}

 .cankaoduixiang select.input1,.cankaoduixiang select.input2 
{
        float:left;
        width:140px;
        border:1px #dcdcdc solid;
        height:35px;
        line-height:35px;
}
.cankaoduixiang select.input2 
{
        width:100px;
}
    
.shengshuifangan .span2 
{
        float:left;
        width:600px;
        height:auto;
        border:0;
        padding:0;
}
	
	/*求购气源列表*/
.qiugouqiyuan form {
	width: 100%;
}

.qiugouqiyuan input {
	float: left;
	width: 150px;
	height: 40px;
	border: 1px #616161 solid;
	margin-right: 10px;
	padding: 0 5px;
	line-height:40px;
	color:#595757;
}

.qiugouqiyuan span.span1,.qiugouqiyuan span.span2 {
	float:left;
	width:auto;
	color:#595757;
	height:40px;
	line-height:40px;
	margin-right: 10px;
	font-size:16px;
}

.qiugouqiyuan input[type="time"] {
	width:150px;
	float:left;
}
.qiugouqiyuan input.submit {
	width:100px !important;
}

/*船期列表*/
a.fabuchuanqi,a.fabuhuopan,a.fabuweituo {
	display: block;
	float: right;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	background: #2DCB74;
	width: 100px;
	text-align: center;
	margin-top: 5px;
	position: relative;
	left: -700px;
}

.chuanqiliebiao .table td a {
	color: #595757;
	font-weight: bold;
	padding: 0 10px;
}

/*货盘列表*/
a.fabuhuopan {
	left:-600px;
}

/*添加编辑盘货*/
.shangjianguanli select {
	width: 212px;
	border: 1px #dcdcdc solid;
	height: 40px;
	line-height: 40px;
	/*padding: 0 5px;*/
}

p.shouzairiqi span.span1 {
	width: auto;
	font-size: 26px;
	padding: 0 10px;
}

/*委托列表*/
.weituoliebiao span.span1,.weituoliebiao span.span2 {
	font-size: 16px;
	color: #595757;
	line-height: 40px;
	height: 40px;
	display: block;
	float: left;
	width: auto;
	margin: 0 5px;
}

.weituoliebiao form{
	width:100%;
}

.weituoliebiao input[type="time"] {
	float:left;
	border:1px #dcdcdc solid;
	height: 40px;
	line-height:40px;
	width:120px;
}

.weituoliebiao select.all_dingdan {
	float:left;
	width:120px;
	border:1px #dcdcdc solid;
	height:42px;
	line-height:42px;
	margin:0 10px
}

/*合同确认页面*/
.hetongneirong {
	clear:both;
}

.hetongneirong span {
	float: left;
	width: 115px;
	display: block;
	text-align: right;
	height: 35px;
	line-height: 35px;
}
.hetongneirong ul {
	float: left;
	display: block;
}

.hetongneirong ul li {
	float: none;
	clear: both;
}

.hetongneirong ul li span {
	float: left;
	text-align: left;
}

.hetongneirong ul li a{
	float:left;
	color:#595757;
	height:35px;
	line-height:35px;
}

.shangjianguanli h4 {
	text-align: center;
	font-size: 20px;
	line-height: 200%;
	margin-bottom: 35px;
}

/*融资详情*/
p.hetongleixing span.span1,p.hetongleixing span.span2 {
	width: auto;
	margin-right:10px;
}
p.hetongleixing span.span1 input,p.hetongleixing span.span2 input {
	width: auto;
}

.shangjianguanli a {
	color:#595757;
}

/*我购买的气源*/
.my_buy_qiyuan input[type="text"] {
	width: 140px;
	border: 1px #dcdcdc solid;
	height: 40px;
	line-height: 40px;
	float: left;
	margin: 0 10px;
	padding: 0 5px;
	font-size:17px;
	color:#595757;
}


/*出售气源订单详情*/
.chushouqiyuandingdan {
	margin-top:20px;
	color:#595757;
}
.chushouqiyuandingdan p,.chushouqiyuandingdan div {
	clear:both;
}

.chushouqiyuandingdan div span {
	float: left;
	display: block;
	width: 115px;
	text-align: right;
	height: 35px;
	line-height: 35px;
}
.chushouqiyuandingdan div input,.chushouqiyuandingdan div select,.chushouqiyuandingdan div textarea {
	float:left;
	border:1px #dcdcdc solid;
	margin-bottom:20px;
}

.chushouqiyuandingdan div input,.chushouqiyuandingdan div select {
	float:left;
	border:1px #dcdcdc solid;
	height:35px;
	line-height:35px;
	padding:0 5px;
}

.chushouqiyuandingdan div input[type="text"],.chushouqiyuandingdan div input[type="time"] {
	width:200px;
}
.chushouqiyuandingdan div select {
	width:212px;
}

p.jiageleixing select {
	width: 150px;
	margin-right: 10px;
}
.chushouqiyuandingdan .jiaohuoqi ul {
	float: left;
}

.chushouqiyuandingdan .jiaohuoqi ul li {
	clear:both;
	height:35px;
	line-height:35px;
}

.chushouqiyuandingdan .jiaohuoqi ul li span.span1{
	width:auto;
	font-size:16px;
	padding:0 10px;
	font-weight:bold;
}

.chushouqiyuandingdan .hetongneirong a{
	color:#595757;
	float:left;
	line-height:35px;
	
}

.chushouqiyuandingdan div textarea {
	background:none;
	width:400px;
	height:300px;
	border:1px #dcdcdc solid;
}
.chushouqiyuandingdan input.submit{
	/*clear:both;*/
	margin-left:50px;
}
.chushouqiyuandingdan input.submit-1{margin-left:20px;}

/*气罐订单详情*/
.zhulinjiage ul {
	float:left;
}

.zhulinjiage ul li {
	float:none;
	height:35px;
	line-height:35px ;
	clear:both;
}
.zhulinjiage ul li input[type="checkbox"],.zhulinjiage ul li span.span1,.zhulinjiage ul li input[type="text"],.zhulinjiage ul li span.span2 {
	float:left;
	height:35px;
	line-height:35px;
	margin-bottom:10px;
}
.zhulinjiage ul li span.span1 {
	width:40px;
	text-align:left;
	padding:0 10px;
}

.zhulinjiage ul li span.span2{
	width:auto;
	text-align:left;
	padding:0 10px;
}

/*我租到的船列表*/
.my_zhujie_chuan.table td a{
	padding:0 5px;
}



/*我出租的气罐*/
.table2 td a{
	padding:0 5px;
}



/*气罐订单详情（供方）*/
.zujin_jiage span.span1 {
	text-align:center;
	border:1px #595757 solid;
	margin-left:20px;
	
}

/*设置公共的上传合同样式*/
#shangchuanhetong input[type="file"] {
	float:left;
	width:200px;
}
#shangchuanhetong input.submit {
    float: left !important;
    margin-left: 10px !important;
	clear:none !important;
	height:37px !important;
	line-height:37px !important;
}

/*货盘详情页面样式*/
.huopanxiangqing .mc .line2 ul li,.cgzl_xiangqing .mc .line2 ul li, .chuanpan_xiangqing .mc .line2 ul li{
	float:none;
	width:100%;
	clear:both;
	height:auto;

}
.huopanxiangqing .mc .line2 ul li span.span1,.cgzl_xiangqing .mc .line2 ul li span.span1,.chuanpan_xiangqing .mc .line2 ul li span.span1{
	width:75%;
	float:left;
	height:auto;
	text-align:left;
	margin-right:0;
	font-weight:normal;
}

.huopanxiangqing .line3 a,.chuanpan_xiangqing .line3 a{
	background:#2dcb74;
	display:block;
	color:#FFF;
	width:200px;
	height: 45px;
	margin:20px 0 20px 150px;
	font-size:18px;
	line-height:45px;
	text-align:center;	
}

.need_more_container h3 {
	font-size:30px;
	line-height:60px;
	font-weight:bold;
	color:#2b2b2b;
	padding:45px 30px;
}

span.orange.small1 {
	width: 500px !important;
	font-size: 14px !important;
}

/*储罐租赁详情页*/
.cgzl_xiangqing .mc .line2 ul li p {
	float:left;
	width:75%;
	clear:none;
	height:auto;
}

.cgzl_xiangqing .mc .line2 ul li p span{
		float: none;
	display: inline;
}

/*船盘详情页*/
.chuanpan_xiangqing .mc .line2 ul li  span.orange{
	float:none;
	display:inline;
	margin-right:0;
}


/*求购信息*/
.qiugouxinxi-container .navgation {
	height: 50px;
	line-height: 50px;
	margin-top: 5px;
	font-size: 12px;
	color: #2dcb74;
	padding-left: 25px;
}

.qiugouxinxi-container .navgation a {
	color:#595757;
}

.qiugouxinxi-container .part_a {
	height:AUTO;
	border:2px #2dcb74 solid;
	padding:20px 25px 30px 25px;
	margin-bottom:70px;
}

.part_a_1,.part_a_2,.part_a_3,.part_a_4 {
	float:left;	
}
.part_a_1 {
	width:280px;
	margin-right:20px;
}

.part_a_1 h4,.part_a_2 h4,.part_a_3 h4,.part_a_4 h4,.part_a_5 h4{
	font-size:15px;
	font-weight:normal;
	/*text-indent:1em;*/
	height:30px;
	line-height:30px;
}

.part_a_1 input[type="text"] {
	border:1px #959595 solid;
	width:105px;
	padding:0 10px;
	height:40px;
	line-height:40px;
	
}
.part_a_2 {
	width:120px;
	margin-right:20px;
}


.part_a_2 select {
	border:1px #959595 solid;
	padding:0 10px;
	height:42px;
	line-height:42px;
	width:120px;
	
}

.part_a_3 {
	width:396px;
	margin-right:20px;
}

.part_a_3 span{
	font-size:16px;
	color:#595757;
	line-height:40px;
	padding:0 10px;
	float:left;	
	font-weight:bold;
}

.part_a_3 input[type="time"] {
	border:1px #959595 solid;
	width:160px;
	padding:0 10px;
	height:40px;
	line-height:40px;
	float:left;
	
}

.part_a_4 .submit {
	height:42px !important;
	line-height:42px !important;
	width:230px !important;
	background:url(../images/search_bg.jpg) no-repeat right center !important;
	text-align:left !important;
	text-indent:5em;
}

.qiugouxinxi-container .page {
	border:none !important;
	margin-bottom:65px;
	
}

/*前台货盘页面*/
.huopan_part_a .part_a_1 {
	width:150px;
	margin-right:0px;
}

.huopan_part_a .part_a_1 select {
	border: 1px #959595 solid;
	height:42px;
	line-height:42px;
	width: 119px;
	color: #a9a9a9;
}

.huopan_part_a .part_a_1 span {
	font-size:16px;
	line-height:40px;
	height:40px;
	padding:0 10px;
}

.huopan_part_a .part_a_2 {
	margin-right:40px;
}

.huopan_part_a .part_a_2 input[type="time"] {
	border: 1px #959595 solid;
	height:40px;
	line-height:40px;
	width: 119px;
}

input#LoadTime {
	color: #a9a9a9;
}

.huopan_part_a .part_a_3 {
	width:120px;
	
}



.huopan_part_a .part_a_3 select {
	border: 1px #959595 solid;
	height:42px;
	line-height:42px;
	width: 119px;
	color:#a9a9a9;
	
}

.huopan_part_a .part_a_4 {
	width:160px;
	margin-right:25px;
}

.huopan_part_a .part_a_4 select {
	border: 1px #959595 solid;
	height:42px;
	line-height:42px;
	width: 158px;
	
}
.huopan_part_a .part_a_5 .submit {
	height:42px !important;
	line-height:42px !important;
	width:230px !important;
	background:url(../images/search_bg.jpg) no-repeat right center !important;
	text-align:left !important;
	text-indent:5em;
}

.huopan_part_a {
	margin-bottom:20px !important;
}
/*.huopan_biaoqian {
	padding:25px;
	
}*/

.huopan_biaoqian h4,.qiyuanliebiao_biaoqian h4 {
	font-size: 18px;
	color: #2b2b2b;
	line-height: 36px;
	height: 36px;
	margin-bottom: 10px;
}
.huopan_biaoqian a,.qiyuanliebiao_biaoqian a {
	border: 1px solid #dcdcdc;
    color: #616161;
    display: block;
    float: left;
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 15px;
}
.huopan_biaoqian a.current, .huopan_biaoqian a:hover,.qiyuanliebiao_biaoqian a.current, .qiyuanliebiao_biaoqian a:hover {
	background: #2dcb74;
	border: 1px #2dcb74 solid;
	color: #FFF;
}


#box {
	width: 100%;
	height: auto;
	clear:both;
}
#tab_nav {
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 24px;
}
#tab_nav li {
	border:1px #2dcb74 solid;
	color:#2dcb74;
	float: left;
	list-style: none;
	height: 45px;
	width: 115px;
	text-align: center;
	line-height:45px;
	margin-right:10px;
	margin-bottom:20px;
}

#tab_nav li.current,#tab_nav li:hover {
	background:#2dcb74;
	color:#FFF;
}

#tab_nav li a {
	font-size:18px;
	color:#2dcb74;
}

#tab_nav li:hover a{
	color:#FFF;
}


#tab_content {
	width: 100%;
	/*max-height: 606px;*/
	text-align: center;
	overflow: hidden;
	margin-bottom:20px;
}
#t_1, #t_2, #t_3 {
	width: 100%;
	max-height: 606px;
}

.faqixunpan {
	background: #e7f7ee url(../images/gantanhao.png) no-repeat 310px center;;
	padding: 25px 300px;
}

.faqixunpan p {
	font-size: 18px;
	color: #2dcb74;
	float: left;
	padding-left: 60px;
	line-height: 44px;
	height: 44px;
	margin-right: 15px;
	letter-spacing: 2px;
}
.faqixunpan a{
	border:1px #2dcb74 solid;
	color:#2dcb74;
	width:110px;
	height:42px;
	line-height:42px;
	background:#FFF;
	display:block;
	float:left;
	margin-right:10px;
	text-align:center;
	font-size:18px;
}
.faqixunpan a.current{
border:1px #2dcb74 solid;
	background:#2dcb74;
	color:#FFF;
}

/*船盘*/
.chuanpan_part_a .part_a_1 {
	width:120px;
	margin-right:25px;
	
}

.chuanpan_part_a .part_a_1 input {
	width:100px;
}

.chuanpan_part_a .part_a_2 {
	width: 200px;
	margin-right: 0;
}
.chuanpan_part_a .part_a_2 select {
	float:left;
}

.chuanpan_part_a .part_a_2 input
{
    float:left;
    border:1px #959595 solid;
    line-height:40px;
    width:160px;
	height:42px;
}

.chuanpan_part_a .part_a_2 span {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #595757;
	line-height: 42px;
	height: 42px;
	padding: 0 10px;
}

.chuanpan_part_a .part_a_3 {
	width: 185px;
	margin-right: 20px;
}

.chuanpan_part_a .part_a_4 {
	width: 120px;
	margin-right: 20px;
}

.chuanpan_part_a .part_a_4 select {
	border:1px #959595 solid;
	line-height:42px;
	height:42px;
	width:120px;
}

.chuanpan_part_a .part_a_5 .submit {
	height:42px !important;
	line-height:42px !important;
	width:230px !important;
	background:url(../images/search_bg.jpg) no-repeat right center !important;
	text-align:left !important;
	text-indent:5em;
	
}
.chuanpan_part_a {
	margin-bottom:20px !important;
}

/*储罐租赁*/
.cuguanzulin_part_a .part_a_1,.cuguanzulin_part_a .part_a_2 {
	width:120px;
	margin-right:25px;
	
}
.cuguanzulin_part_a .part_a_1 input[type="text"],.cuguanzulin_part_a .part_a_2 input[type="text"] {
width:100px;
border:1px #959595 solid;
height:42px;
line-height:40px;
padding:0 10px;
color:#a9a9a9;	
}

.cuguanzulin_part_a .part_a_3 {
	width:200px;
	margin-right:20px;
	
}
.cuguanzulin_part_a .part_a_3 select {
	width:200px;
	height:42px;
	line-height:42px;
	border:1px #959595 solid;
	color:#616161;
}
.cuguanzulin_part_a .part_a_4 {
	width:210px;
	margin-right:20px;
}

.cuguanzulin_part_a .part_a_4 input[type="text"]{
	width:190px;
	padding:0 10px;
	border:1px #959595 solid;
	height:42px;
	line-height:40px;
	color:#a9a9a9;
}

.cuguanzulin_part_a .part_a_5{width:230px;float:left;}

.cuguanzulin_part_a .part_a_5 .submit {
	height:42px !important;
	line-height:42px !important;
	width:230px !important;
	background:url(../images/search_bg.jpg) no-repeat right center !important;
	text-align:left !important;
	text-indent:5em;
	
}

.cuguanzulin_part_b .table td span.orange {
	font-size:14px !important;
}

/*新闻列表*/
.innerbanner {
	background: url(../images/inner-banner.jpg) no-repeat center top;
	width: 100%;
	height: 290px;
	position: absolute;
	top: 0px;
	z-index: 1;
	margin-bottom: 35px;
}
.news-list-main {
	background: url(../images/inner-news-list-bg.jpg) no-repeat center bottom;
	margin-top: 200px;
	overflow: hidden;
	/*padding-bottom: 20px;*/
	position:relative;
	z-index:0;
	
}
.acmenu {
	height: auto;
	background: #f9f9f9;
	padding: 35px 0 10px;
}
.acmenu ul {
	width: 1140px;
	display: block;
	margin: 0 auto;
}
.acmenu ul li {
	float: left;
	line-height: 45px;
	height: 45px;
	width: 115px;
	margin-right: 15px;
}
.acmenu ul li.first {
	margin-left: 310px;
}
.acmenu ul li a {
	font-size: 18px;
	line-height: 45px;
	height: 45px;
	text-align: center;
	color: #2dcb74;
	border: 1px #2dcb74 solid;
	display: block;
	width: 100%;
}
.acmenu ul li a.current, .acmenu ul li a:hover {
	color: #FFF;
	background: #2dcb74;
}
.news-list-box {
	position: relative;
	z-index: 2
}
.news-list-sidebar {
	width: 290px;
}
.news-list-container {
	width: 850px;
	background: url(../images/news-list-container-bg.jpg) repeat-y left top;
	padding: 30px 30px 30px 45px;
	min-height:450px;
}
.news-list-main .list-bg-2 {
	background: url(../images/news-list-container-bg-right.png) no-repeat top right;
	width: 394px;
	height: auto;
	position: absolute;
	right: 0;
	z-index: 0;
}
.news-list-sidebar .mt h3 {
	height: 45px;
	line-height: 45px;
	background: #2dcb74;
	color: #FFF;
	border: 1px #2dcb74 solid;
	padding: 0 25px;
	font-size: 18px;
	letter-spacing: 2px;
}
.news-list-sidebar .mc {
	border: 1px #dcdcdc solid;
	border-top: 0;
	padding: 15px 25px;
	margin-bottom: 40px;
}
.news-list-sidebar .mc .mc-a h3, .news-list-sidebar .mc .mc-b h3 {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #3e3a39;
	padding-left: 70px;
}
.news-list-sidebar .mc .mc-a p {
	font-size: 18px;
	font-weight: bold;
	color: #2b2b2b;
	line-height: 40px;
	padding-left: 20px;
}
.news-list-sidebar .mc .mc-b p {
	font-size: 12px;
	color: #2b2b2b;
	line-height: 40px;
	padding-left: 20px;
}
.news-list-sidebar .mc .mc-a h3 {
	background: url(../images/left-tel-bg.png) no-repeat 20px center;
}
.news-list-sidebar .mc .mc-b h3 {
	background: url(../images/left-addr-bg.png) no-repeat 20px center;
}
.news-list-sidebar .mc .mc-a {
	border-bottom: 1px #dcdcdc dashed;
	margin-bottom: 15px;
}
.sidebar-erwema img {
	display: block;
	margin: 0 auto;
	width: 157px;
}
.news-list-container ul li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px #959595 dashed;
}
.news-date {
	width: 66px;
	height: 66px;
	background: #6aaad3;
}
.news-date span {
	text-align: center;
	display: block;
	width: 100%;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
}
.news-date span i {
	color: #FFF;
	font-size: 30px;
}
span.yuefen {
	margin-top: -10px;
}
.news-title {
	width: 680px;
}
.news-title h3 a {
	color: #464646;
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 15px;
}
.news-title p {
	color: #464646;
	font-size: 12px;
	line-height: 24px;
	padding-right: 50px;
	height: 48px;
	overflow: auto
}
.news-title p.p1 {
	font-size: 14px;
	background: url(../images/inner-news-tips-icon.png) no-repeat left center;
	padding-left: 20px;
	line-height: 32px;
	height: auto;
}
.news-title a.orange {
	font-size: 12px;
	line-height: 24px;
	color: #f60;
}
.news-list-container .page {
	border: 0;
}
/*新闻详情页*/

.news-navigation, .news-navigation a {
	font-size: 12px;
	color: #595757;
	line-height: 24px
}
.news-navigation {
	background: #f9f9f9;
	height: auto;
	padding-top: 55px;
	padding-bottom: 10px;
}
.news-navigation span {
	color: #2dcb74;
	padding-left: 30px;
	margin-left: 310px;
}
.xuanchuan img {
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto 10px;
}
.news-detail-header img {
	background: #f9f9f9;
	border: 1px #dcdcdc solid;
	padding: 5px;
	width: auto;
	max-width: 97%;
}
.news-detail-header h3 {
	color: #464646;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	padding-left: 10px;
}
.news-detail-header p {
	padding-left: 10px;
	color: #464646;
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	border-bottom: 1px #959595 dashed;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.news-detail-header p span.span1 {
	background: url(../images/inner-news-tips-icon.png) no-repeat left center;
	margin-left: 50px;
	padding-left: 20px;
}
.news-detail-container {
	padding: 0 5px;
}
.news-detail-container p {
	font-size: 12px !important;
	line-height: 24px !important;
	margin-bottom: 20px !important;
	color: #646464 !important;
}
.pre_next {
	padding: 30px;
}
.pre_next a {
	display: block;
	width: 50%;
	float: left;
	color: #F60;
}
.pre_next a.pre {
	text-align: right;
}
.pre_next a.pre:after {
	content: '&emsp;';
	visibility: hidden;
}
.pre_next a.next:before {
	content: '&emsp;';
	visibility: hidden;
}

.min-height-825
{
    min-height:875px;
    }

.back_to_list
{
    border-bottom:1px #dcdcdc dashed;
    text-align:right;
    line-height:40px;
        padding:10px 20px;
}

.back_to_list a
{
    color:#F60;

    line-height:30px;
}

.back_to_list a:before{content:'<<'}


/*弹出框*/
.bg {
	position: fixed;
	z-index: 999;
	filter: alpha(opacity=60);
	background: #000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.beian_winBG {
		MARGIN-TOP: -15%;
	LEFT: 50%;
	MARGIN-LEFT: -25%;
	POSITION: fixed;
	TOP: 50%;
	HEIGHT: 70%;
	border: #666666 1px solid;
	z-index: 1000;
	width: 50%;
		background: #FFF;
		overflow:auto;
}
#divOneStep,#divOneStep_zulin,#divOneStep,#divOneStep_gaijia {
		z-index: 1002;
	background: #fff;
	position: absolute;
	margin: 10px;
	border: 1px #959595 solid;
	width: 97%;
	height: 95.5%;
	overflow:auto;
}
.tankuang_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: #959595 1px solid;
	text-align: left;
}
.tankuang_title h4 {
	font-size:16px;
	padding-left:20px;
	color:#595757;
}

.tankuang_title a{
	position:absolute;
	right:20px;
	top:7px;
	
	
}
.tankuang_container {
	font-size: 14px;
	color: #595757;
	line-height: 36px;
	overflow:auto;
}
.tankuang_form_part_a {
	padding:10px 0;
	background:#f9f9f9;
	
}

.tankuang_form_part_b{
	background:#f9f9f9;
	
}


.tankuang_form_part_a span,.tankuang_form_part_b span{
	float:left;
	text-align:right;
	width:30%;
	display:block;
}
.tankuang_form_part_a textarea{
	float:left;
	border:1px #959595 solid;
	padding:5px;
	height:120px;
	width:50%;
}

.tankuang_form_part_b h4 {
	font-size: 16px;
	padding-left: 20px;
	border-bottom: 1px #959595 solid;
	margin-bottom: 10px;
}

.tankuang_form_part_b>div{
	clear:both;
	line-height:36px;
	
}

.tankuang_form_part_b  input {
	float:left;
	width:50%;
	line-height:36px;
	border:1px #959595 solid;
	margin-bottom:10px;
}

.tankuang_form_part_b .submit {
	position: relative;
	left: 30%;
	clear: both; 
}

/*租赁弹框*/
div#divOneStep_zulin .tankuang_form_part_a li,div#divOneStep_gaijia .tankuang_form_part_a li{
	margin-bottom:10px;
}
div#divOneStep_zulin .tankuang_form_part_a li input,div#divOneStep_gaijia .tankuang_form_part_a li input {
	border:1px #959595 solid;
	padding:0 5px;
	height:35px;
	line-height:36px;
	width:50% ;
	float:left;
	color:#595757
}

div#divOneStep_zulin .tankuang_form_part_a li ul {
	float:left;
	width:70%;
}
div#divOneStep_zulin .tankuang_form_part_a li li input[type="radio"] {
	width:auto;
}

div#divOneStep_zulin .tankuang_form_part_a li li span.span1 {
	width: 3em;
	text-align: left;
}

div#divOneStep_zulin .tankuang_form_part_a li li span.orange{
	font-size:14px !important;
	width:auto !important;
}

div#divOneStep_zulin .tankuang_form_part_a li li span.span2 {
	text-align:left;
	width:auto;
}

div#divOneStep_zulin .tankuang_form_part_b input.submit{
	margin-bottom:10px;
}


/*气源列表*/
.qiyuanliebiao_part_a {
	margin-bottom:20px !important;
}

.qiyuanliebiao_part_a .part_a_1 {
	width:120px;
	
}
.qiyuanliebiao_part_a .part_a_1 select {
	width:120px;
	border:1px #959595 solid;
	height:42px;
	line-height:42px;
}

.qiyuanliebiao_part_a .part_a_2 {
	width:160px;
}

.qiyuanliebiao_part_a .part_a_2 select {
	width:160px;
	border:1px #959595 solid;
	height:42px;
	line-height:42px;
}

.qiyuanliebiao_part_a .part_a_3 {
	width:270px;
}

.qiyuanliebiao_part_a .part_a_3 input,.qiyuanliebiao_part_a .part_a_3 span {
	width:110px;
	padding:0 5px;
	border:1px #959595 solid;
	height:42px;
	line-height:40px;
	float:left;
}

.qiyuanliebiao_part_a .part_a_3 input{
	color:#a9a9a9;
}

.qiyuanliebiao_part_a .part_a_3 span{
	border:none;
	width:auto;
	font-size:16px;
}

.qiyuanliebiao_part_a .part_a_4 {
	width:190px;
	margin-right:20px;
}

.qiyuanliebiao_part_a .part_a_4 input {
	border:1px #959595 solid;
	padding:0 5px;
	width:180px;
	height:42px;
	line-height:40px;
	color:#a9a9a9;
}

.qiyuanliebiao_part_a .part_a_5 .submit {
	height: 42px !important;
	line-height: 42px !important;
	width: 230px !important;
	background: url(../images/search_bg.jpg) no-repeat right center !important;
	text-align: left !important;
	text-indent: 5em;
}

.qiyuanliebiao_biaoqian{
	padding-bottom:20px;
}

.qiyuanliebiao_part_b .table td span.orange{
	font-size:14px !important;
}

.qiyuanliebiao_part_b .table{
	clear:both;
}

/*改价*/
#gaijia_popup.beian_winBG {
	MARGIN-TOP: -15%;
	LEFT: 50%;
	MARGIN-LEFT: -15%;
	POSITION: fixed;
	TOP: 50%;
	HEIGHT: 360px;
	border: #666666 1px solid;
	z-index: 1000;
	width: 30%;
	background: #FFF;
}

#divOneStep, #divOneStep_zulin, #divOneStep, #divOneStep_gaijia {
    height: auto;
    width: 96%;
}



#divOneStep_gaijia .dingdan_mod_buttom {
    margin-left: 5%;
    margin-top: 50px;
}


/*查看合同及确认*/
#divOneStep_hetong {
		z-index: 1002;
	background: #fff;
	position: absolute;
	margin: 10px;
	border: 1px #959595 solid;
	width: 97%;
	height: 95.5%;
	overflow:auto;
}


#divOneStep_hetong .tankuang_container {
	padding: 25px;
	overflow:auto;
}

/****联系我们表格样式*****/
.contact_map table {
	width: 100%;
	margin-bottom:20px;
}
.contact_map table, .contact_map table td {
	border: 1px #ccc solid;
	border-collapse: collapse;
	font-size: 14px;
	color: #3e3a39;
	line-height: 200%;
	padding: 5px;
}

/**************购买气源订单新页面******************/
.qiyuangoumaidingdan_part_b {
	padding: 0 25px;
	color: #595757;
}
.qiyuangoumaidingdan_part_b form ul li {
	float: left;
	width: 250px;
	margin-right: 20px;
	height: 35px;
	line-height: 35px;
}
.qiyuangoumaidingdan_part_b form ul li input[type="text"] {
	height: 35px;
	line-height: 35px;
	border: none;
	color: #595757;
}
.qiyuangoumaidingdan_part_b form table {
	border: 1px #ccc solid;
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0 20px;
}
.qiyuangoumaidingdan_part_b form table td {
	border: 1px #ccc solid;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	font-size: 14px;
}
.qiyuangoumaidingdan_part_b form table td input[type="text"] {
	border: 1px #ccc solid;
	height: 28px;
	line-height: 28px;
}

.qiyuangoumaidingdan_part_b form p{
	font-size:14px;
	line-height:28px;
	clear:both;
	display:block;
	margin-bottom:10px;
}

.qiyuangoumaidingdan_part_b form p span{
	display:block;
	float:left;
	width:200px;
	text-align:right;
	height:35px;
	line-height:35px;
}
.qiyuangoumaidingdan_part_b form p select{
	float:left;
	width:200px;
	border:1px #ccc solid;
	height:35px;
	line-height:35px;
	color:#595757;
	margin-bottom:10px;
}

.qiyuangoumaidingdan_part_b form p textarea{
	width:400px;
	height:150px;
	background:none;
	border:1px #ccc solid;
	padding:5px;
	line-height:200%;
	color:#595757;
	font-size:14px;
	overflow: auto;
	
}

.qiyuangoumaidingdan_part_b form h4 {
	font-size: 16px;
	color: #f60;
	padding-left: 125px;
	margin-bottom: 20px;
	border-bottom: 1px #ccc solid;
	padding-bottom: 20px;
}
.qiyuangoumaidingdan_part_b form input.submit{
	margin-left:200px;
}



/*******立即买船弹框********/
form.goumaichuan {
	display: block;
	width: 90%;
	margin: 50px auto;
}

form.goumaichuan p{
	clear:both;
}

form.goumaichuan p span{
	text-align:right;
	width:150px;
	display:block;
	float:left;
}

form.goumaichuan select,form.goumaichuan input[type="text"]{
	height:36px;
	line-height:36px;
	margin-bottom:10px;
	border:1px #dcdcdc solid;
	width:300px;
	float:left;
	color:#595757;
}

form.goumaichuan input.time{
	float:left;
	height:36px;
	line-height:36px;
	color:#595757;
	width:180px;
	border:1px #dcdcdc solid;
	margin-bottom:10px;
}

form.goumaichuan p span.span1{
	float:left;
	width:auto;
	line-height:36px;
	padding:0 10px;
}
form.goumaichuan textarea{
	border:1px #dcdcdc solid;
	width:300px;
	height:150px;
	margin-bottom:10px;
	padding:5px;
	line-height:200%;
	font-size:12px;
	color:#595757;
}

form.goumaichuan input.submit{
	margin-left:150px;
}


/*************前台委托服务****************/
.main.weituofuwu {
	margin-top: 240px;
}

.weituo_menu {
	background: #FFF;
	/*height: 48px;*/
	border: 1px #d2d2d2 solid;
	width: 1138px;
	padding: 35px;
	margin-bottom: 35px;
}

.weituo_menu a.a1,.weituo_menu a.a2,.weituo_menu a.a3,.weituo_menu a.a4,.weituo_menu a.a5, .weituo_menu a.a6{
	width:165px;
	color:#464646;
	display:block;
	float:left;
	padding-left:45px;
	margin-right:45px;
}

.weituo_menu a:hover{
	color:#2dcb74;
}

.weituo_menu a:hover span{
	color:#2dcb74;
}

.weituo_menu a span{
	display:block;
}

.weituo_menu a span.big_text{
	font-size:18px;
	line-height:150%;
		margin-bottom: 5px;
		font-weight:bold;
}
.weituo_menu a span.small_text{
	font-size:12px;
	padding-left:0;
	width:auto !important;
	line-height:150%;
}
.weituo_menu a.a1{
	background:url(../images/weituo-ico1.png) no-repeat 0 5px;
}
.weituo_menu a.a2{
	background:url(../images/weituo-ico2.png) no-repeat 0 7px;
}
.weituo_menu a.a3{
	background:url(../images/weituo-ico3.png) no-repeat 0 7px;
}
.weituo_menu a.a4{
	background:url(../images/weituo-ico4.png) no-repeat 0 7px;
}
.weituo_menu a.a5{
	background:url(../images/weituo-ico5.png) no-repeat 0 7px;
	margin-right:0;
}
.weituo_menu a.a6{
	background:url(../images/weituo-ico5.png) no-repeat 0 7px;
	margin-right:0;
}
.weituo_menu a.a1:hover{
	background:url(../images/weituo-ico1.png) no-repeat 0 -44px;
}
.weituo_menu a.a2:hover{
	background:url(../images/weituo-ico2.png) no-repeat 0 -44px;
}
.weituo_menu a.a3:hover{
	background:url(../images/weituo-ico3.png) no-repeat 0 -43px;
}
.weituo_menu a.a4:hover{
	background:url(../images/weituo-ico4.png) no-repeat 0 -43px;
}
.weituo_menu a.a5:hover{
	background:url(../images/weituo-ico5.png) no-repeat 0 -42px;
}
.weituo_menu a.a6:hover{
	background:url(../images/weituo-ico5.png) no-repeat 0 -42px;
}

.weituoshuoming{
	float:left;
	padding:0 30px;
	width:700px;
	
}

.weituoshuoming h4{
	color:#464646;
	font-size:18px;
	line-height:52px;
}

.weituoshuoming p{
	color:#464646;
	font-size:14px;
	line-height:20px;
	margin-bottom:20px;
}

.weituoshuoming ul li{
	font-size:14px;
	line-height:20px;
	margin-bottom:20px;
	list-style:disc;
	margin-left:20px;
	color:#595757;
}

.xuanzeweituo {
	float:right;
	border:1px #dcdcdc solid;
	width:350px;
}

.xuanzeweituo .mt{
	border-bottom:1px #d2d2d2 solid;
	padding:15px 20px
}
.xuanzeweituo .mt span{
	float:left;
	display:block;
	font-size:18px;
	color:#595757;
	height:32px;
	line-height:32px;
}
.xuanzeweituo .mt select{
	float:left;
	display:block;
	font-size:15px;
	color:#595757;
	height:32px;
	line-height:32px;
	border:1px #d2d2d2 solid;
	width:160px;
}
.xuanzeweituo .mc{
	padding:20px 30px;
	background:url(../images/weituo-bg.png) no-repeat right bottom;
}

.xuanzeweituo .mc h4{
	font-size:18px;
	line-height:36px;
	letter-spacing:2px;
	color:#595757;
}

.xuanzeweituo .mc p{
	font-size:14px;
	line-height:32px;
	color:#595757;
}

.xuanzeweituo .mc input{
	width:170px;
	height:44px;
	line-height:44px;
	color:#FFF;
	text-align:center;
	font-size:15px;
	letter-spacing:1px;
	margin-top:40px;
	background:#2dcb74
}

.weituo_menu a.current {
	color: #2DCB74 !important;
	background-position:0 -44px !important;
}

/*************前台融资服务****************/
.rongzifuwu {
	margin-top:240px;
}

.rongzi_menu {
	margin-bottom:10px;
}

.rongzi_menu a{
	float:left;
	display:block;
	width:120px;
	height:44px;
	line-height:44px;
	border:1px #d2d2d2 solid;
	color:#aeaeae;
	text-align:center;
	font-size:18px;
	margin-right:5px;
}

.rongzi_menu a:hover{
	background:#2dcb74;
	color:#FFF;
	border:1px #2dcb74 solid;
}

.rongzi-1,.rongzi-4{
	padding:10px 25px 10px;
	border:1px #d2d2d2 solid;
	background:#FFF;
	margin-bottom:30px;
}

.rongzi-1 h4,.rongzi-2 h4,.rongzi-4 h4,.rongzi-5 h4{
	color:#2dcb74;
	font-size:18px;
	line-height:36px;
	margin-bottom:20px;
	letter-spacing:1px;
}

.rongzi-1 h4 span,.rongzi-2 h4 span,.rongzi-4 h4 span,.rongzi-5 h4 span{
	margin-right:10px;
}
.rongzi-1 ul {
	padding:0 65px;
}

.rongzi-1 ul li{
	float:left;
	width:165px;
	height:85px;
	text-align:right;
	margin-right:84px;
	padding-right:70px;
	margin-bottom:40px;
}
.rongzi-1 ul li.li1{
	background:url(../images/rongzi-icon-1.png) no-repeat 179px 10px;
}

.rongzi-1 ul li.li2{
	background:url(../images/rongzi-icon-2.png) no-repeat 179px 10px;
}

.rongzi-1 ul li.li3{
	background:url(../images/rongzi-icon-3.png) no-repeat 179px 10px;
}
.rongzi-1 ul li.li4{
	background:url(../images/rongzi-icon-4.png) no-repeat 179px 10px;
}
.rongzi-1 ul li.li5{
	background:url(../images/rongzi-icon-5.png) no-repeat 179px 10px;
}
.rongzi-1 ul li.li6{
	background:url(../images/rongzi-icon-6.png) no-repeat 179px 10px;
}

.rongzi-1 ul li.l3,.rongzi-1 ul li.li6{
	margin-right:0;
}

.rongzi-1 ul li h5,.rongzi-1 ul li p{
	font-size:14px;
	line-height:30px;
	color:#464646;
}

.rongzi-2{
	margin-bottom:30px;
}
.rongzi-2 h4{
	padding-left:25px;
}

.rongzi-2 .part1,.rongzi-2 .part2,.rongzi-2 .part3{
	float:left;
	width:360px;
	
}

.rongzi-2 .part2 {
	margin:0 30px;
}
.rongzi-2 .part1 .mt img,.rongzi-2 .part2 .mt img,.rongzi-2 .part3 .mt img{
	display:block;
	margin:0 auto;
	margin-bottom:-40px;
}


.rongzi-2 .part1 .mc,.rongzi-2 .part2 .mc,.rongzi-2 .part3 .mc{
	border:1px #d2d2d2 solid;
	padding:60px 40px 40px 40px;
	background:#FFF;
}

.rongzi-2 .part1 .mc h4,.rongzi-2 .part2 .mc h4,.rongzi-2 .part3 .mc h4{
	text-align:center;
	color:#464646;
	letter-spacing:1px;
	padding-left:0;
}


.rongzi-2 .part1 .mc ul li,.rongzi-2 .part2 .mc ul li,.rongzi-2 .part3 .mc ul li{
	padding-left:25px;
	color:#464646;
}

.rongzi-2 .part1 .mc ul li h5,.rongzi-2 .part2 .mc ul li h5,.rongzi-2 .part3 .mc ul li h5{
	font-size:14px;
	line-height:28px;
}

.rongzi-2 .part1 .mc ul li p,.rongzi-2 .part2 .mc ul li p,.rongzi-2 .part3 .mc ul li p{
	font-size:12px;
	line-height:24px;
}

.rongzi-2 .part1 .mc ul li.li1,.rongzi-2 .part2 .mc ul li.li1,.rongzi-2 .part3 .mc ul li.li1{
	background:url(../images/rongzi-ico-small-1.png) no-repeat 0 4px;
}
.rongzi-2 .part1 .mc ul li.li2,.rongzi-2 .part2 .mc ul li.li2,.rongzi-2 .part3 .mc ul li.li2{
	background:url(../images/rongzi-ico-small-2.png) no-repeat 0 4px;
}
.rongzi-2 .part1 .mc ul li.li3,.rongzi-2 .part2 .mc ul li.li3,.rongzi-2 .part3 .mc ul li.li3{
	background:url(../images/rongzi-ico-small-3.png) no-repeat 0 4px;
}

.rongzi-4 .left,.rongzi-4 .right{
	padding:15px;
	width:510px;
	background:#f3f2f2;
	margin-bottom:15px;
}
.rongzi-4 .right{
	background:none;
	width:460px;
}

.rongzi-4 .left h5,.rongzi-4 .right h5{
	color:#464646;
	font-size:18px;
	line-height:36px;
	margin-bottom:20px;
}

.rongzi-4 .left ul li,.rongzi-4 .right ul li{
	color:#464646;
	list-style:disc;
	font-size:14px;
	line-height:40px;
	margin-left:2em;
}

.rongzi-5 h4{
	padding-left:25px;
}

.rongzi-5 img{
	display:block;
	margin:0 auto;
}



/*************前台商检服务列表**************/
.main.shangjianfuwu
{
    margin-top:250px;    
}

.shangjian_list ul li {
	border: 1px #d2d2d2 solid;
	background: #FFF;
	margin-bottom: 15px;
	padding: 15px 30px 25px;
}

.shangjian_list ul li h4 a{
	font-size:18px;
	line-height:36px;
	color:#464646;
}

.tag {
	background: url(../images/inner-news-tips-icon.png) no-repeat left center;
	padding-left:30px;
	color:#464646;
	font-size:14px;
	line-height:28px;
	/*height:28px;*/
	margin-bottom:15px;
	display: block;
	border:none;
	text-align:left;
}

.tag a{
	color:#464646;
	margin-right:30px;
}

.tag:hover{background: url(../images/inner-news-tips-icon.png) no-repeat left center;color:#464646;}

.shangjian_list p{
	color:#464646;
	font-size:12px;
	line-height:24px;
	height:58px;
	overflow:hidden;
	margin-bottom:20px;
}

.shangjian_list a.more{
	color:#F60;
	font-size:12px;
	line-height:24px;
}

.shangjian_list a.hezuo{
	display:block;
	background:#464646;
	color:#FFF;
	text-align:center;
	width:170px;
	height:44px;
	line-height:44px;
	font-size:15px;
	margin-top:25px;
}

.shangjianfuwu .page{
	border:0;
}

.shangjianliucheng h4{
	color:#2dcb74;
	font-size:18px;
	background:#FFF;
	border:1px #d2d2d2 solid;
	border-bottom:1px #fff solid;
	height:54px;
	line-height:54px;
	width:370px;
	text-align:center;
	position:relative;
	z-index: 1;
}

.shangjianliucheng .liucheng_img{
	border:1px #d2d2d2 solid;
	margin-top:-2px;
	position:relative;
	z-index: 0;
	background:#FFF;
	padding:40px;
}
.shangjianliucheng .liucheng_img img{
	display:block;
	margin:0 auto;

}

/***********商检前台详情页*************/
.shangjianxiangqing-container .shangjian-detail-header{
}
.shangjianxiangqing-container .shangjian-detail-header h3{
		color: #464646;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	padding-left: 20px;
}

.shangjianxiangqing-container .shangjian-detail-header p{
	padding-left: 20px;
	color: #464646;
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	border-bottom: 1px #959595 dashed;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.shangjianxiangqing-container .shangjian-detail-header p span.span1 {
	background: url(../images/inner-news-tips-icon.png) no-repeat left center;
	margin-left: 50px;
	padding-left: 20px;
}

.shangjianxiangqing-container .shangjian-detail-container{
		padding: 20px;
		margin-bottom: 40px;
	border-bottom: 1px #d2d2d2 solid;
	min-height:200px;
}

.shangjianxiangqing-container .shangjian-detail-container p{
	font-size: 12px !important;
	line-height: 24px !important;
	margin-bottom: 20px !important;
	color: #646464 !important;
}
a.lijixunpan {
	background: #2DCB74;
	color: #FFF;
	padding: 10px 30px;
	margin-left: 20px;
}

.qiyuanliebiao_part_a .part_a_1 select{
	color: #a9a9a9;
}

.chuanpan_part_a .part_a_4 select {
color:#a9a9a9
}

/****************调整会员中心页面文字颜色***********************/
#StartTime{
	color:#a9a9a9;
	padding:0 5px;
}

 .showorfalse input[type="checkbox"]{width:auto !important;}
 
 /***********新加**************/
 .part_b.qiyuanliebiao_part_b {
    clear: both;
}


.ui-popup-backdrop
{
    opacity: 0.2 !important;
    filter:alpha(opacity=20);  
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    z-index: 1024;
    background: rgb(0, 0, 0);
}

/*** 12/7追加 ***/
.titlelink{height:45px !important;display:block;margin-bottom:15px;}
.titlelink li{margin-bottom:0px !important;}
.titlelink:after{content:"";display:block;clear:both;width:0;height:0;}