@charset "utf-8";
/* 通用 */
.position{position:relative;}
.ml{margin-left:10px;}
.mr_20{margin-right:20px;}
.ml_20{margin-left:20px;}
.mr{margin-right:10px;}
.mr_5{margin-right:5px;}
.ml_5{margin-left:5px;}
.mbottom{margin-bottom:10px;}
.mbottom_20{margin-bottom:20px;}
.mbottom_30{margin-bottom:30px;}
.mbottom_40{margin-bottom:40px;}
.mbottom_50{margin-bottom:50px;}
.red{color:#e42141;}
.size_red1{color:#e96060;}
.size_yellow{color:#f3af4d;}
.size_yellow_1{color:#f88b2e;}
.size_yellow_2{color:#FC5E05;}
.size_white{color:#fff;}
a.size_blue,
.size_blue{color:#2e49b0;}
.size_blue_1{color:#5b8fee;}
.size_theme{color:#0e86d7;}
.size_green{color:#2ea710;}
.size_gray_1{ color: #444;}
.size_gray_2{ color: #666;}
.size_gray_3{ color: #999;}
.clear{clear:both;}
.fma{font-family:Arial;}
.red{color:#ff0000;}
.blue{color:#1c7dc7;}
.red_1{color:#fe7a7a;}
.red_2{color:#e32145;}
.red_3{color:#ff2251;}
.red_4{color:#ff0e41;}
.red_5{color:#e4393c;}
.red_6{color:#ce2f28;}
.red_7{color:#e42144;}
.red_8{color:#ff2150;}
.size_12{font-size:12px;}
.size_14{font-size:14px;}
.size_16{font-size:16px;}
.size_18{font-size:18px;}
.size_20{font-size:20px;}
.size_24{font-size:24px;}
.size_30{font-size:30px;}
.block{display:block;}
.text_indent_2{text-indent:2em;}
/* ins{text-decoration:none;}
hr{height:0;border:0;border-bottom:1px solid #ededed;margin:5px 0;}
hr.dashed{border-bottom:1px dashed #ededed;} */
.lettle_1{letter-spacing:1px;}
.lettle_2{letter-spacing:2px;}
.lettle_3{letter-spacing:3px;}
.text-center{text-align:center;}
.text-left,.p_text_left p{text-align:left;}
.text-right{text-align:right;}
/*.border{border:1px solid #ededed;}*/

.border_de{border:1px solid #ded9d9;}
.border_dd{border:1px solid #ddd;}
.border_1{border:1px solid #eee;}
.border_2{border: 1px solid #bbccec;}
.border-bottom{border-bottom:1px dashed #ededed;}
.border_top_1{border-top:1px solid #ededed;}
.border-top_3{border-top:1px solid #eaeaea;}
.border_top_5{border-top:5px solid #1c7dc7;}
.border_right_1{border-right:1px solid #ededed;}
.border_left_1{border-left:1px solid #ededed;}
.border_bottom_1{border-bottom:1px dashed #ededed;}
.border_bottom_2{border-bottom:1px solid #eee;}
.border_bottom_dashed{border-bottom:1px dashed #eee;}
.b_t_dashed{border-top:1px dashed #ddd;}
.border_dashed{border:1px dashed #ddd;}
.border_top_3p{border-top:3px solid #2e84d2;}
.padding{padding:10px;}
.padding_5{padding:5px;}
.padding_l_20{padding-left:20px;}
.padding_t_b{padding:10px 0;}
.padding_15_0{padding-top:15px;padding-bottom:15px;}
.padding_20_0{padding-top:20px;padding-bottom:20px;}
.padding_30_0{padding-top:30px;padding-bottom:30px;}
.padding_40_0{padding-top:40px;padding-bottom:40px;}
.padding_20{padding:20px;_padding:20px 5px;}
.padding_40{padding:20px 40px;_padding:20px 5px;}
.padding_0_25{padding:0 25px;_padding:0 5px;}
.padding_20_40{padding:20px 40px;_padding:10px 20px;}
.padding_40_0{padding:40px 0px;_padding:0px 20px;}
.padding_30_0{padding-top:30px;padding-bottom:30px;}
.pbottom {
    padding-bottom: 10px;
}
.pbottom_20 {
    padding-bottom: 20px;
}
.bg_white{background:#fff;}
.bg_blue{background:#1c7dc7;}
.bg_gray_1{background:#f5f5f5;}
.bg_gray_2{background:#f1f1f1;}
.bg_gray_3{background:#f8f8fa;}
.bg_gray_4{background:#f2f2f2;}
.hidden,.hiddendiv{display:none;}
.radius{border-radius:4px;}
.lineh_20{line-height:20px;}
.lineh_25{line-height:25px;}
.lineh_30{line-height:30px;}
.xzyh{
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
    text-overflow:ellipsis;
    width: 172px;
    color: #999999;
}
.xz2h{
	overflow:hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
/* .xz2h {
    word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
    text-overflow:ellipsis;
    width: 172px;
    color: #999999;
} */
.list_h_xz2h{height:45px;}
.xz3h{
	overflow:hidden;
	display: -webkit-box;
	line-clamp:3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.xz4h{
	overflow:hidden;
	display: -webkit-box;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
strong,.bold{font-weight:600;}
.size_12{font-size:12px;}
.size_14{font-size:14px;}
.size_16{font-size:16px;}
.size_18{font-size:18px;}
.size_20{font-size:20px;}
.size_24{font-size:24px;}
.size_30{font-size:30px;}
.size_hui{color:#999;}
.size_hui_1{color:#777;}
.m_span{margin:0 5px;}
.mtop{margin-top:10px;*margin-top:10px;}
.mtop_5{margin-top:5px;}
.mtop_15{margin-top:15px;}
.mtop_20{margin-top:20px;}
.mtop_30{margin-top:30px;}
.mtop_40{margin-top:40px;}
.mtop_50{margin-top:50px;}
.mtop_60{margin-top:60px;}
.mtop_70{margin-top:70px;}
.mtop_80{margin-top:80px;}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
	min-width:1250px;
}
.container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.container::before, .container::after {
    display: table;
    content: "";
    line-height: 0;
}
.container::after {
    clear: both;
}
.row-fluid {
    width: 100%;
}
.row-fluid::before, .row-fluid::after {
    display: table;
    content: "";
    line-height: 0;
}
.row-fluid::after {
    clear: both;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0px;
}
.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 20px;
    float: left;
    /*margin-left: 2.5641%;*/
}

.row-fluid .span3{width:25%;}
a img {
    border: 0px none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0px none;
	
}
ul,ol{margin:0 auto;padding:0;}
li,ol{list-style:none;list-style: outside none none;}
.thumbnails::before, .thumbnails::after {
    display: table;
    content: "";
    line-height: 0;
}
.thumbnails::after {
    clear: both;
}
.fl,.thumbnails li,.ul_list_2 li,.ul_list_3 li,.ul_list_4 li,.ul_list_5 li,.ul_list_6 li,.ul_list_7 li,.ul_list_8 li,.ul_list_9 li,.ul_list_10 li,.ul_list_11 li,.ul_list_12 li,dl.dl_list_2 dd,dl.dl_list_3 dd,.ul_list li,.dl_list dd{float:left;}

.thumbnails::before, .thumbnails::after ,.breadcrumb::before,.breadcrumb::after,.page_ul::before,.page_ul::after,.ul_list::before,.ul_list::after,
.case::before,.case::after,.ul_list_1::before,.ul_list_1::after,.ul_float::before,.ul_float::after,.dl_float::before,.dl_float::after,.ul_list_2::before,.ul_list_2::after,.ul_list_3::before,.ul_list_3::after,.ul_list_4::before,.ul_list_4::after,.ul_list_5::before,.ul_list_5::after,.ul_list_6::before,.ul_list_6::after,.ul_list_7::before,.ul_list_7::after,.ul_list_8::before,.ul_list_8::after,.ul_list_9::before,.ul_list_9::after,.ul_list_10::before,.ul_list_10::after,.ul_list_11::before,.ul_list_11::after,.ul_list_12::before,.ul_list_12::after,.ol_list_2::before,.ol_list_2::after,dl.dl_list_2::before,dl.dl_list_2::after,dl.dl_list_3::before,dl.dl_list_3::after,dl.dl_list::before,dl.dl_list::after{
    display: table;
    content: "";
    line-height: 0;
}
.case::after,.thumbnails::after,.breadcrumb::after,.page_ul::after,.ul_list::after,.ul_list_1::after,.ul_float::after,.dl_float::after,.ul_list_2::after,.ul_list_3::after,.ul_list_4::after,.ul_list_5::after,.ul_list_6::after,.ul_list_7::after,.ul_list_8::after,.ul_list_9::after,.ul_list_10::after,.ul_list_11::after,.ul_list_12::after,.ol_list_2::after,dl.dl_list_2::after,dl.dl_list_3::after,dl.dl_list::after{
    clear: both;
}
.thumbnails li,.ul_list li,.float_left,.ul_list_h li,.ul_list_img li,.ul_float li,.dl_float dd{float:left;}
.ul_float_none li{float:none;}
ul.infolist li ,ul.listwithdate li,ul.infolist li, ul.inline li,ul.unstyled li {
	line-height:25px;
	word-break:keep-all;/* 不换行 */ 
	white-space:nowrap;/* 强制在同一行内显示所有文本，直到文本结束或者遭遇 br 对象。不换行 */ 
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */ 
	text-overflow:ellipsis;/* IE 专有属性，当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/ 
}

.ul_list_2 li ,dl.dl_list_2 dd{width:50%;}
.ul_list_3 li,.dl_list_3 dd{width:33.3%;}
.ul_list_4 li{width:25%;}
.ul_list_5 li{width:20%;*width:19.9%;_width:19.0%;}
.ul_list_6 li{width:16.66666666%;}
.ul_list_7 li{width:14.2857142%;}
.ul_list_8 li{width:12.5%;}
.ul_list_9 li{width:11.1111111%;}
.ul_list_10 li{width:10%;}
.ul_list_11 li{width:9.09090909%;}
.ul_list_12 li{width:8.33333333%;}
.float_left,.fl{float:left;}
.float_right,.fr{float:right;}

.btn-hover {
	transition: all 0.8s; 
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    filter: Alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.btn-hover:hover {
    filter: Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.list_h3_1 {
    color: #4a4a4a;
    text-align: left;
    line-height: 30px;
    font-size: 18px;
}
.border_left_i {
    border-left: 5px solid #f78b31;
    line-height: 15px;
    font-size: 14px;
}
.border_left_blue_i {
    border-left: 5px solid #2e49b0;
    line-height: 15px;
    font-size: 14px;
}


.list_h3_2 {
    color: #4a4a4a;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
}

.position_lista li a:hover{filter:Alpha(opacity=100);-moz-opacity:1;opacity:1;}

/*油气首页-通用*/
.homelist_oil{ width:100%;margin: auto; height: 300px;}
.homelist_oil li{height: 100%; float: left;}
.homelist_oil a{display: block; width: 100%; position: relative; left: 0; top: 0; height: 170px;}
.homelist_oil img{display: block; width: 61px; height: 61px; margin:93px auto 0;}
.homelist_oil p{ width: 100%; line-height: 24px; text-align: center; color: #2E49B0; font-size: 16px;margin-top:20px;}
.homelist_oil span{ display: inline-block;}
.homelist_oil a:hover span{border-bottom: 2px solid #566cbf; color: #566cbf;}
.homelist_oil .Oilgas_HomeListIimg{display: none;position: absolute; left: 46%; top:34px; width: 126px; height: 27px; margin: 0;z-index: 2;}
.homelist_oil .Oilgas_HomeListIimg1{display: none;position: absolute; left: 46%; top:34px; width: 126px; height: 27px; margin: 0;z-index: 2;}

/*石化平台首页-通用*/
.iol_common_ul>li,.list_h2_more,.homeiol_right li,.list_ul_product i{background:url("../../en_images/common/newone/index_ico.png") no-repeat;}
.homeiol_left{width:252px;height:350px;}
.list_h2_more{text-indent:40px;line-height:46px;background-position:10px -801px;}

.list_h2_more a{
    height: 100%;
    line-height: 46px;
	font-size:16px;
	color:#444;
	}

.iol_common_ul{ width: 100%;}
.iol_common_ul>li{ width: 225px;text-indent:12px; height: 36px;margin: auto;border: 1px solid #fff; border-bottom: 1px solid #e6e6e6; font-size: 14px; color: #666;overflow: hidden;background-position:left -604px;}
.Common_BuyerNavsErji.oil_hover_ul_h{height:350px;}
.Common_BuyerBannerT.banner_oil_list{height:330px;overflow:hidden;}
.homeiol_middle{width:690px;margin-left:5px;height:350px;}
.homeiol_right{width:246px;height:350px;float:right;}
.h3_list_us{
	width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
	margin-bottom:5px;
}
.h3_list_us span{color:#425ab7;}
.hr-border-dashed-t{height:0px;margin:20px auto 15px;border:none;border-top:1px dashed #ddd;}
.homeiol_right li{line-height:24px;font-size:14px;color:#666;margin-bottom:6px;padding-left:35px;}
.homeiol_right li.li_tell{background-position:0px -695px;}
.homeiol_right li.li_mail{background-position:0px -735px;}
.homeiol_right li.li_adddress{background-position:0px -768px;}


/**/
.list_oil_main.Common_BuyerService {width: 100%;}
.Newenergy_NewBox{ width: 100%;}
.list_oil_main .Newenergy_Dynamic{float: left; width: 404px;}
.list_oil_main .Newenergy_DynamicDate{ width: 402px; height: 302px; border: 1px solid #ded9d9; background: #fff;}
.list_oil_main .Newenergy_Entrust{float: right; width: 786px;}
.list_oil_main .Newenergy_EntrustCont{width: 784px; height: 302px; border: 1px solid #ded9d9; background: #fff;}
.list_oil_main .Newenergy_EntrustText{ width: 744px; height: 138px; margin:20px auto 0; border: 1px solid #ded9d9; position: relative; left: 0; top: 0; font-size:16px;}
.list_oil_main .Newenergy_EntrustText>textarea{width: 100%; height: 100%;resize: none; outline: none; display: block; border: none; text-indent: 6px; color: #666;}
.list_oil_main .Newenergy_EntrustText>textarea.textarea_list_1{width: 724px;height:118px;padding:10px;}
.list_oil_main .Newenergy_EntrustHiti{ position: absolute; left: 0; top: 0; padding:14px; line-height: 24px; color: #ccc;}
.list_oil_main .Newenergy_EntrustList{float: left; padding-left: 30px;}
.list_oil_main .Newenergy_EntrustList>li{ width: 82px; float: left; padding-top: 16px; font-size: 16px; text-align: center;}
.list_oil_main .Newenergy_EntrustList>li img{display: block; width: 82px; height: 70px;}
.list_oil_main .Newenergy_EntrustList>li p{ width: 100%; height: 56px; line-height: 56px; color: #666;}
.list_oil_main .Newenergy_EntrustList .Newenergy_EntrustListnext{ width: 128px; }
.list_oil_main .Newenergy_EntrustList .Newenergy_EntrustListnext>img{display: block; margin:24px auto 0; width: 36px; height: 24px;}
.list_oil_main .Newenergy_EntrustNow{ width: 228px; height: 142px; float: right; background: #e6f0ff;}
.list_oil_main .Newenergy_EntrustPublish{ display: block; width: 180px; height: 42px; margin: 48px auto 0; border: 1px solid #2e49b0; cursor: pointer; background: #fff; font-size: 16px; color: #2e49b0}

.flow_path_ul p{font-size:16px;color:#666;line-height:30px;padding:0 5px;}
.flow_path_ul p.flow_path_1{margin-right:25px;}
.flow_path_ul p.flow_path_2{margin-left:25px;}
.btn_red_list_1{background:#cc0000;color:#fff;border:1px solid #cc0000;font-size:14px;padding:5px 50px;}
.btn_require_1{border:1px solid #2e49b0;color:#fff;background:#2e49b0;font-size:16px;padding:10px 50px;line-height:25px;}
.btn_red_list_1,.btn_require_1{filter:Alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
.btn_require_1:hover,.btn_red_list_1:hover{filter:Alpha(opacity=100);-moz-opacity:1;opacity:1;}

.list_padding_common{padding:2px;}
.list_padding_common .border_dd{height:266px;}
.list_padding_common .common_list_h{height:50px;overflow:hidden;line-height:50px;font-size:16px;}
.list_padding_common .common_list_h .sp_w_common{width:60%;}
.list_padding_common .common_list_h .logo_h_common{width:40%;height:50px;overflow:hidden;}
.list_padding_common .common_list_h img{width:95%;/*height:50px;*/}
.list_padding_common .list_common_p{height:140px;overflow:hidden;}
.list_common_p p{line-height:25px;color:#666;font-size:14px;margin-bottom:5px;}
.list_common_p p .color_red_1,.list_common_p1 p .color_red_1{color:#cc0000;}
.img_commodity{width:50px;height:50px;}
.list_ul_product .common_list_h{height:228px;overflow:hidden;}

.list_ul_product li .border_shadow_list{
	transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
	}

.list_ul_product li:hover .border_shadow_list{box-shadow: 1px 2px 24px #d8d8d8;}
.list_ul_product i{display:block;position:absolute;width:70px;height:70px;top:0;right:0;z-index:2;background-position:-12px -860px;}
.list_common_p1{padding:0 10px 5px;}
.list_common_p1 p{line-height:25px;color:#666;font-size:14px;margin-bottom:2px;}

.Newenergy_NewFrim{ width: 1198px; height: 98px;margin: 20px 0; border: 1px solid #ded9d9; background: #fff; overflow: hidden; }
.Newenergy_NewFrimList{width: 100%; height: 100%;overflow: hidden; margin: 0 auto;}
.Newenergy_NewFrimList>li{ width: 180px; height: 96px; margin: 0px 10px; float: left;}
.Newenergy_NewFrimList>li>a{ display: block; width: 100%; height: 100%;}
.Newenergy_NewFrimList>li>a>img{ display: block; width: 100%; height: 100%;}
.Newenergy_Recommend{ width: 100%; }
.Newenergy_Recommend>li{ width: 238px; height: 310px; float: left; border: 1px solid #fff; margin-bottom: 50px;background: #fff; }
.Newenergy_Recommendlink{width: 100%; height: 274px; display: block;}
.Newenergy_Productimg{width: 238px; height: 240px; display: block;}
.Newenergy_ProductName{padding: 0 10px; height: 36px; line-height: 36px;font-size: 16px; color: #0d1115; font-weight: bold;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.Newenergy_RecommendPrice{padding: 0 10px; height: 30px; line-height: 30px; font-size: 16px;}
.Newenergy_Comred{color: #cc0004;}
.Newenergy_RecommendMoney{color: #666;}
.Newenergy_RecommendActive{padding: 0 10px; height: 44px;display: none;}
.Newenergy_RecommendJoin{float: left; width: 130px; height: 26px;line-height: 26px; text-align: center; margin-top: 9px; background: #cc0000; color: #fff;font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.Newenergy_RecommendCollect{float: right; height: 26px;line-height: 26px;margin-top: 9px;color: #999;font-size: 14px; cursor: pointer;}
.Newenergy_RecommendCollect>span{float: left;}
.Newenergy_RecommendCollectImg{display: block; float: left; width: 20px; height: 18px;margin-top: 4px; margin-right: 8px;}


.list_series span.list_series_sp{
	color: #666;
    font-weight: bold;
    line-height: 44px;
    width: 140px;
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 14px;
}

.list_series p{
	float: left;
    height: 44px;
    line-height: 44px;
    color: #666;
    margin-right: 30px;


}

.list_area i{
	color: #444;
    font-size: 14px;
    height: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

.list_area span{
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    background: url("/public/en_images/common/newone/list_circle.png") no-repeat;
	background-position:center -208px;
    float: left;
	margin-top: 14px;

}

.list_area.current span{background-position:center -238px;}

.list_area label {
    cursor: pointer;
    float: left;
    padding: 0 8px;
    font-size: 14px;
    cursor: pointer;
}

/* -----询价车页面-start----------------------- */
.list_trade_type{margin-bottom:20px;}
.list_trade_type span.list_trade_sp{
	color: #666;
    font-weight: bold;
    line-height: 44px;
   /*  width: 100px; */
    display: block;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 14px;
	margin-right:20px;
}

.list_trade_type p{
	float: right;
    height: 44px;
    line-height: 44px;
    color: #666;
    margin-right: 20px;


}

.trade_type i{
	color: #444;
    font-size: 14px;
    height: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

.trade_type span{
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    background: url("/public/en_images/common/newone/list_circle.png") no-repeat;
	background-position:center -208px;
    float: left;
	margin-top: 14px;

}

.trade_type.current span{background-position:center -238px;}

.trade_type label {
    cursor: pointer;
    float: left;
    padding: 0 8px;
    font-size: 14px;
    cursor: pointer;
}
.list_none_img{border:1px solid #dfdede;margin-top:10px;margin-bottom:45px;}
.list_none_img img.none_img{margin-top:20px;}
.list_none_img p{font-size:20px;color:#dfdede;}
/* -----询价车页面-end----------------------- */

/* 新增收货地址-start  立即询价、epay*/
.OnlineLog_NewTable{width: 1018px;border-top: 1px solid #ded9d9;border-left: 1px solid #ded9d9; margin-top: 24px; margin-bottom: 26px;}
.OnlineLog_NewTable thead{background: #f5f5f5;}
.OnlineLog_NewTable thead tr td{height: 28px;}
.OnlineLog_NewTable tr{border-bottom: 1px solid #ded9d9; overflow: hidden;font-size: 14px;color: #666;}
.OnlineLog_NewTable tr:hover{background: #f5f5f5;}
.OnlineLog_NewTable tr td{height: 48px;text-align: center; line-height: 20px; border-right: 1px solid #ded9d9;word-wrap:break-word;word-break:break-all;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box; box-sizing: border-box;}
.OnlineLog_NewTableCheck{float: left;margin: 18px 10px 0;}
.OnlineLog_NewTableName{float: left;width: 81%;padding-top: 8px;line-height: 20px;}
.OnlineLog_NewTable .OnlineLog_NewTableW180{width: 180px;}
.OnlineLog_NewTable .OnlineLog_NewTableW136{width: 136px;}
.OnlineLog_NewTable .OnlineLog_NewTableW220{width: 220px;}
.OnlineLog_NewTable .OnlineLog_NewTableW70{width: 70px;}
.OnlineLog_NewTable .OnlineLog_NewTableW101{width: 101px;}
.OnlineLog_NewTable .OnlineLog_NewTableW137{width: 137px;}
.OnlineLog_NewTable .OnlineLog_NewTableW167{width: 167px;}
.OnlineLog_NewTableBtn{display: block;float: left; width: 80px; height: 24px; background: #f78b31; color: #fff; border-radius: 4px; -moz-border-radius:4px; -webkit-border-radius:4px; border: none; outline: none; cursor: pointer;} 

.add_adress_new.OnlineLog_NewTableAlert{display: none;position: fixed; left: 0; top: 0; width: 100%; height: 100%; background:rgba(0,0,0,0.5); z-index: 10;}
.add_adress_new .OnlineLog_NewTableCont{width: 768px;/* height: 494px; */background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -384px; margin-top: -247px;}
.add_adress_new .OnlineLog_NewTableBig{width: 100%; height: 40px; line-height: 40px; text-indent: 20px;background: #2e49b0; color: #fff; position: relative; left: 0; top: 0; font-size: 16px; color: #f2e7f9; font-weight: bold;}
.add_adress_new .OnlineLog_NewTableClose{position: absolute; right: 28px; top: 0; width: 50px; height: 28px; background: #586dc0; color: #f2e7f9; text-align: center; line-height: 28px; font-size: 20px; text-indent: 0; cursor: pointer;}
.add_adress_new .OnlineLog_NewTableHiti{ padding: 0 60px; height: 54px; line-height: 54px; color:#f60606; }
.add_adress_new .OnlineLog_NewTableList{ width: 100%;}
.add_adress_new .OnlineLog_NewTableList>li{ width: 100%; height: 40px; overflow: hidden;}
.add_adress_new .OnlineLog_NewTableList>li select{width: 160px; height: 28px; margin: 5px 10px 5px 0;border: 1px solid #dfdede; float: left;text-indent: 10px;}
.add_adress_new .OnlineLog_NewTableList>li input{border: 1px solid #ded9d9; margin-top: 5px;text-indent: 10px;;height: 28px; display: block;float: left;}
.add_adress_new .OnlineLog_NewTableLeft{float: left; width: 150px; line-height:40px; height: 100%;}
.add_adress_new .OnlineLog_NewTableRight{float:left; width: 572px; margin: 0 23px; height: 100%;color: #999;}
.add_adress_new .OnlineLog_NewTableLeft>i{float: right; color: #f60606;font-size: 16px; margin-top: 3px; font-weight: bold; margin-right: 6px;}
.add_adress_new .OnlineLog_NewTableLeft>span{float: right; font-size: 14px; color: #666;font-weight: bold;}
.add_adress_new .OnlineLog_NewTableW498{ width: 498px}
.add_adress_new .OnlineLog_NewTableW328{width: 328px;}
.add_adress_new .OnlineLog_NewTableW96{width: 96px;}
.add_adress_new .OnlineLog_NewTableLine{float: left; padding: 0 6px;color: #999; line-height: 40px;}
.add_adress_new .OnlineLog_NewTableMoren{float: left; line-height: 36px; padding-left: 10px; color: #666;}
.add_adress_new .OnlineLog_NewTablebuts{width: 100%; height: 52px; background: #e8edfe; position: relative; left: 0; bottom: 0; margin-top: 10px; text-align: center;}
.add_adress_new .OnlineLog_NewTablebuts>input[type=button]{width: 98px; height: 28px; display: inline-block; outline: none; cursor: pointer; margin:12px 10px 0; border-radius: 4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.add_adress_new .OnlineLog_NewTableCancel{ border: 1px solid #ded9d9; background: #fff; color: #666;}
.add_adress_new .OnlineLog_NewTableSure{ border: 1px solid #f78b30; background: #f78b30; color: #fff;}
.add_adress_new .OnlinePayment{width: 1024px; margin:18px auto;}
.add_adress_new .OnlineSend{ width: 100%; margin:36px auto 40px; text-align: center;}
.add_adress_new .OnlineSend>input{ width: 142px; height: 30px;line-height: 30px;color: #fff; font-size: 14px; font-family: "微软雅黑"; background-color: #f78b31;cursor: pointer;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px; border: none; outline: none;}
/* 新增收货地址-end */

/* 新增发票*/
.newaddm .WriteOrder_FapiaoBox{width: 1198px; border: 1px solid #ded9d9;}
.newaddm .WriteOrder_FapiaoIs{width:100%; height: 60px; border-bottom: 1px dashed #ded9d9;}
.newaddm .WriteOrder_FapiaoIs label{float: left;line-height: 60px; font-size: 14px; color: #333}
.newaddm .WriteOrder_FapiaoChoose{width: 100%; padding-top: 4px;}
.newaddm .WriteOrder_FapiaoChooseTit{ width: 100%; height: 58px;}
.newaddm .WriteOrder_FapiaoChooseTit>li{float: left; height: 58px; margin-left: 42px; font-size: 14px; color: #333; position: relative; left: 0; top: 0; float: left; cursor: pointer;}
.newaddm .WriteOrder_FapiaoChooseTit>li>span{ display: block; width: 15px; height: 15px;  margin: 22px 24px 0 23px; background: url("/public/en_images/common/newone/tender_consultChange.png") no-repeat 0 -15px;cursor: pointer; float: left;}
.newaddm .WriteOrder_FapiaoChooseTit>li>input[type=radio]{ width: 15px; height: 15px; position: absolute; left: 23px; top: 22px; opacity: 0;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
.newaddm .WriteOrder_FapiaoChooseTit>li>label{float: left; line-height: 58px;}
.newaddm .WriteOrder_FapiaoChooseTit .WriteOrder_FapiaoCheck>span{ background: url("/public/en_images/common/newone/tender_consultChange.png") no-repeat 0 0px;}
.newaddm .WriteOrder_FapiaoList{width: 100%; padding-bottom: 16px;}
.newaddm .WriteOrder_FapiaoList>li{width: 50%; float: left; height: 44px; line-height: 44px; font-size: 14px; color: #333;}
.newaddm .WriteOrder_FapiaoLeft{float: left; width: 140px;}
.newaddm .WriteOrder_FapiaoLeft>span{float: right;}
.newaddm .WriteOrder_FapiaoXing{float: right; color: #d01818; font-size: 16px; margin: 3px 4px;}
.newaddm .WriteOrder_FapiaoRight{float: left; width: 298px; height: 22px; margin-top: 10px; border: 1px solid #ded9d9; font-family: 'Microsoft  Yahei'; text-indent: 4px;}
.newaddm .WriteOrder_FapiaoHiti{ width: 1198px; height: 28px; line-height: 28px; border: 1px solid #fff100; background: #fdface; color: #d01818;font-size: 14px; margin-top: 14px;}
.newaddm .WriteOrder_FapiaoHiti>i{float: left; margin:4px 6px 0 16px; font-weight: bold;}
.newaddm .NewAddress_common_btn{float: left; width: 132px; height: 30px; margin-left: 10px; background: #f78b31; margin-top: 8px; border: none; outline: none; font-family: "微软雅黑"; color: #fff; cursor: pointer;}

/*生成订单弹窗*/
.common_create .back_black{ width: 100%; /*min-height: 900px; */background: rgba(0,0,0,0.7);padding-top: 10px;padding-bottom: 10px;}
.common_create .Generate_order{width: 900px; height: 780px; background: #fff; margin: auto;border-radius:10px ;overflow: hidden;}
.common_create .Generate_order .title_order{ width: 100%; height: 50px; text-align: center;color: #fff;background: #3351BF; font-size: 16px; font-weight: 600;line-height: 50px;}
.common_create .Generate_order .title_order img{ margin: 15px;}
.common_create .main_order .top{width: 100%; height: 500px; border-bottom:1px solid #ccc}
.common_create .main_order .text_img{width: 31%;height: 460px; padding: 10px; margin: 10px 0 10px 0; float: left;border-right: 1px solid #ccc;}
.common_create .main_order .text_img img{ width: 240px; height: 180px;}
.common_create .main_order .text_img .img_box{text-align: center;}
.common_create .main_order .text_img .img_box span{display: block; width: 100%; height: 50px; line-height: 50px;}
.common_create .main_order .text_img ul{float: left; width: 78px; line-height: 25px;}
.common_create .main_order .text_img ul li{ margin-top: 20px;color: #666;max-height: 77px;overflow-y: auto;}
.common_create .main_order .fon_wie{font-weight: 900; font-size: 16px;}
.common_create .main_order .text_img .text_imgUl2{width: 200px;}
.common_create .main_order .text_img ul .fon_color{ color: #FF480E;font-size: 16px; font-weight:600;}
.common_create .main_order .List_box{ width: 64%;padding:10px; margin: 0px 0 10px 0;float: left; }
.common_create .main_order b{color: #F94C50;font-size: 20px; float: left; margin-right: 5px;margin-top: 4px; height: 28px;}
.common_create .main_order .List_box ul { width: 100%;min-height: 40px; float: left;}
.common_create .main_order .List_box ul  li{ float: left;font-size: 14px; margin-bottom: 10px;}
.common_create .main_order .List_box ul  li input{height: 28px;width: 310px; border: 1px solid #ccc;text-indent: 4px;}
.common_create .main_order .List_box ul  li select{ height: 30px;border: none; line-height: 30px;}
.common_create .main_order .List_box ul  li .maoyi{border: 1px solid #ccc; width:154px;color:#999}
.common_create .main_order .List_box ul .left_li{width:100px; color: #666; font-weight: 600; height: 30px; line-height: 30px;}
.common_create .main_order .List_box ul .right_text{float: left; padding: 0 4px;}
.common_create .main_order .List_box ul li p{float: left; line-height: 40px;}
.common_create .main_order .List_box ul li p a{ color: #70A9F5;text-decoration:underline;margin-left: 10px;}
.common_create .main_order .List_box ul li img{float: left; margin-top: 6px;}
.common_create .main_order .List_box ul li h2{cursor: pointer; width: 140px ;  height: 30px ;margin-top: 55px;border-radius: 5px; line-height: 30px ;text-align: center;border:1px solid #FF8B2E; color: #FF8B2E;}
.common_create .main_order .List_box ul li h3{ color: #FC3E3E;font-size: 12px;line-height: 25px;}


.common_create .main_order .bottom{ width: 85%; margin: auto;}
.common_create .main_order .bottom h2{ font-size: 16px; color: red; height: 50px; line-height: 50px;}
.common_create .main_order .Contacts_box {width: 600px; border: 1px solid #ccc; border-bottom: none;min-height: 80px; margin:16px 0 0  50px;border-right: none;}
.common_create .main_order .Contacts_box ul {float: left; color: #666;}
.common_create .main_order .Contacts_box ul .Contacts_tit{ width: 140px; padding-left: 59px;background: #F5F5F5; font-weight: 600;}
.common_create .main_order .Contacts_box ul li { float: left;width: 199px;text-align: center;line-height: 40px; height: 40px; border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;}
.common_create .main_order .Contacts_box ul li input{width: 195px; height: 33px; line-height: 33px; border: none;}
.common_create .main_order .Contacts_box ul li span	{ float: left;} 
.common_create .main_order .bottom .but{width: 50%; margin: auto; margin-top: 30px;}
.common_create .main_order .bottom .but span{font-size: 14px; border-radius: 3px;display: block; float: left; width: 140px; height: 35px; line-height: 35px ; text-align: center; margin-left: 108px;}
.common_create .main_order .bottom .but .quxiao{  background: #E6E6E6; color: #666666;}
.common_create .main_order .bottom .but .shengcheng{background: #F78B31;color:#fff;}



/*采购上订单*/

.purchases_order{width: 800px; height: 580px; background: #fff; margin: auto;border-radius:10px ;overflow: hidden;}
.purchases_order .title_order{ width: 100%; height: 50px; text-align: center;color: #fff;background: #3351BF; font-size: 16px; font-weight: 600;line-height: 50px;}
.purchases_order .title_order img{ margin: 15px;}
.main_purchases_order .top{width: 85%;margin: auto; min-height: 260px; border-bottom:1px solid #ccc;margin-top: 20px; overflow: hidden;}
.main_purchases_order .List_box ul { width: 50%;min-height: 50px; float: left;}
.main_purchases_order .List_box ul  li{ float: left;font-size: 14px;line-height: 50px; }
.main_purchases_order .List_box ul  li input{height: 30px;width: 240px; border: 1px solid #ccc;}
.main_purchases_order .List_box ul  li select{ height: 30px;border: none;}
.main_purchases_order .List_box ul  li .maoyi{border: 1px solid #ccc; width: 240px;color:#999}
.main_purchases_order .List_box ul .left_li{min-width: 80px; color: #666; font-weight: 600; }
.main_purchases_order .List_box ul li p{float: left; line-height: 50px;}
.main_purchases_order .List_box ul li p a{ color: #70A9F5;text-decoration:underline;margin-left: 10px;}
.main_purchases_order .List_box ul li img{float: left; margin-top: 10px;}
.main_purchases_order .List_box ul li h2{cursor: pointer; width: 130px ;float: left;  height: 25px ;margin:9px 0  0 10px;border-radius: 5px; line-height: 25px ;text-align: center;border:1px solid #FF8B2E; color: #FF8B2E;}
.main_purchases_order .List_box ul li h3{ color: #FC3E3E;font-size: 12px;line-height: 48px; margin-left:22px;float: left;}
.main_purchases_order b{color: #F94C50;font-size: 20px; line-height: 50px; float: left; margin-right: 5px;}

.main_purchases_order .bottom{ width: 85%; margin: auto;}
.main_purchases_order .bottom h2{ font-size: 16px; color: red; height: 50px; line-height: 50px;}
.main_purchases_order .Contacts_box {width: 600px; border: 1px solid #ccc; border-bottom: none;min-height: 80px; margin:0px 0 0  50px;border-right: none;}
.main_purchases_order .Contacts_box ul {float: left; color: #666;}
.main_purchases_order .Contacts_box ul .Contacts_tit{ width: 140px; padding-left: 59px;background: #F5F5F5; font-weight: 600;}
.main_purchases_order .Contacts_box ul li { float: left;width: 199px;text-align: center;line-height: 40px; height: 40px; border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;}
.main_purchases_order .Contacts_box ul li input{ width: 100%;border:none; height: 39px;text-align: center;}
.main_purchases_order .Contacts_box ul li span	{ float: left;} 
.main_purchases_order .bottom .but{width: 50%; margin: auto; margin-top: 30px;}
.main_purchases_order .bottom .but span{font-size: 14px; border-radius: 3px;display: block; float: left; width: 140px; height: 35px; line-height: 35px ; text-align: center; margin-left: 30px;}
.main_purchases_order .bottom .but .quxiao{  background: #E6E6E6; color: #666666;}
.main_purchases_order .bottom .but .shengcheng{background: #F78B31;color:#fff;}

/*采购需求列表*/
.DemandScreenTop{ width: 100%; min-height: 176px; border-top: 4px solid #415bbf; margin-top: 32px; background: #fff;}
.DemandSBiao_list{ width: 1198px; height: 100%; border-left: 1px solid #e6e6e6 ;border-right: 1px solid #e6e6e6; }
.DemandSBiao_list>li{min-height: 60px;font-size: 14px;}
.DemandScrName{ float: left; width: 140px; height: 100%; line-height: 40px; background: #ededed; text-align: center; color: #666;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.DemandScrCont{ float: left; width: 1058px; min-height: 39px;border-bottom: 1px solid #e3e9f5;}
.DemandSBiao_list .DemandScrCont{min-height:49px;}
.DemandScrCont>a{line-height: 40px; width:132px; display: block; float: left; text-align: center; color: #3a85eb;}
.DemandScrContNei{overflow: hidden; float: right; width: 926px;}
.DemandScrContNei>a{line-height: 40px; min-width:132px; display: block; float: left; text-align: center; color: #3a85eb;}
.DemandSBiao .DemandScrH57{ height: 57px;}
.DemandScrH57 .DemandScrName{line-height: 57px;}
.DemandScrH57 .DemandScrCont{line-height: 57px; min-height: 56px;}
.DemandScrH57 .DemandScrCont>a{ line-height: 57px;}
.DemandScrCont .DemandScrColC{color: #fd7502;}
.DemandScreenBot{ width: 1198px;min-height: 800px; border: 1px solid #e6e6e6; margin-top: 38px; background: #fff;}
.DemandSBcont{ width: 1180px; margin: auto;}
.DemandSBcont>li{ width: 1178px;height: 150px; border: 1px solid #e3e9f5; border-top: 8px solid #f2f2f2; margin-top: 8px; margin-bottom: 36px; position: relative;}
.DemandSBicon{ display: block; width: 96px;height: 96px; position: absolute; left: -40px; top: -18px;}
.DemandSBData{width: 915px; height: 124px; float: left; border-right: 1px solid #e3e9f5; margin-top: 11px; position: relative; left: 0; top: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;-o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.DemandSBTit{ width: 96%; height: 32px; line-height: 32px;font-size: 18px; color: #4a4a4a;text-indent: 22px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
/*国际贸易*/
.DemandDataNList{ width: 100%;}
.DemandDataNList>li{width: 228px;height: 50px;line-height: 50px; float: left; font-size: 14px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DemandDataNName{width: 70px; color: #999; font-weight: bold; display: block; float: left; text-align: right;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DemandDataNRow{width: 158px; color: #5e5e5e; float: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DataMoreNAlert{ min-width: 218px; border: 1px solid #ebeff8; position: absolute;top:60%; left: 35%;background: #fff; display: none; z-index: 2;}
.DataMoreNJiao{ width: 25px; height: 17px; display: block; background: url(/public/en_images/common/DataMoreJiao.png) no-repeat; position: absolute; top: -17px; left: 29px;}
.DataMoreNCont{ min-width: 200px; max-width: 400px;margin: auto; padding: 12px;}
.DataMoreNCont>p{ width: 100%; height: 36px; line-height: 36px; font-size: 14px; color: #5e5e5e;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DataMoreNLine{ display: block; width: 100%; border: 1px solid #e3e9f5;}
/*国内贸易*/
.DemandDataList{ width: 100%;}
.DemandDataList>li{width: 304px;height: 50px;line-height: 50px; float: left; font-size: 14px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DemandDataName{width: 86px; color: #999; font-weight: bold; display: block; float: left; text-align: right;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DemandDataRow{width: 218px; color: #5e5e5e; float: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DemandDataMore{ color: #0165ec; cursor: pointer;}
.DemandDownload{width: 100%; display: block; color: #0165ec; overflow: hidden;}
.DemandDownload>img{ margin-top: 10px; float: left;}
.DemandDownload>span{ display: block; float: left; text-decoration: underline;margin-left: 4px;}
.DemandDownload .DemandDownloadImg{ margin-top: 20px; margin-left: 4px;}
.DemandSBLook{ width: 262px; height: 124px; float: left; margin-top: 11px; font-size: 14px;}
.DemandSBLook>p{ width: 100%; height: 40px; line-height: 40px; text-align: center; color: #666;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DemandLookXu{width:152px;height: 28px; line-height: 28px; border: 1px solid #f9a25a;display: block;margin:0 auto; color:#f78b31;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
.DemandLookXu:hover{background: #f78b31; color: #fff;}
.DataMoreAlert{ min-width: 218px; border: 1px solid #ebeff8; position: absolute;top:60%; left: 46%;background: #fff; display: none; z-index: 2;}
.DataMoreJiao{ width: 25px; height: 17px; display: block; background: url(/public/en_images/common/DataMoreJiao.png) no-repeat; position: absolute; top: -17px; left: 29px;}
.DataMoreCont{ min-width: 200px; max-width: 400px;margin: auto; padding: 12px;}
.DataMoreCont>p{ width: 100%; height: 36px; line-height: 36px; font-size: 14px; color: #5e5e5e;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DataMoreLine{ display: block; width: 100%; border: 1px solid #e3e9f5;}
.page_box{margin-right: 20px;}
/*采购信息新增*/
.DemandSBiao.DemandSBiao_1>li{height:auto;min-height: 60px;}
.DemandScrName.p_list_common{line-height:60px;}
.right_common_w{
    float: left;
    width: 1058px;
    height: 59px;
    border-bottom: 1px solid #e3e9f5;
}


.right_common_w li{
	line-height: 40px;
    width: 132px;
    text-align: center;
	float:left;
	border:1px solid #fff;

}

.ul_show_v li{}
.right_common_w li a{display:block;color: #3a85eb;line-height: 40px;}
.right_common_w li .list_show_common a{color:#666;}
.right_common_w li .list_show_common a:hover{color:#3a85eb;}
.right_common_w li a.DemandScrColC{color: #fd7502;}
.right_common_w li .list_show_common a.DemandScrColC{color: #fd7502;}
.DemandScrCont.list_show_common{float:none;position:absolute;top:39px;width:1058px;z-index:1;background:#fff;border:1px solid #3a85eb;display:none;left: 50%; margin-left: -335px;}
.DemandSBiao_list .DemandScrCont.list_show_common{min-height: 39px;}
.list_show_down_2 .DemandScrCont.list_show_common{margin-left: -200px;}
.right_common_w li.list_li_hover{border:1px solid #fff;height:40px;}
.right_common_w li.list_li_hover.current{border:1px solid #3a85eb;}
.right_common_w li.current{color:#fd7502;}
/* .right_common_w li.list_li_hover.current i.line_white{
	position: absolute;
	width:132px;
    height: 3px;
    bottom: -1px;
    left: 0px;
    z-index: 15;
    background: #fff;
    display: block;
} */

.right_common_w li.list_li_hover.current i.line_white{
	position:absolute;
	width:132px;
	height:3px;
	bottom:-1px;
	left:0;
	z-index: 15;
    background: #fff;
    display: block;
}

.right_common_w i.i_arrow_show{
	background: url("/public/en_images/common/newone/arrows1.png") no-repeat; 
   /* position: absolute;
     display: block;
    width: 12px;
    height: 10px;
    top: 16px;
    right: 30px;
    background-position: -28px -8px; */
    padding-left: 15px;
    margin-left: 2px;
	background-position: -28px -0px;
	-webkit-transition:-webkit-transform .2s ease-in;
	-moz-transition:-webkit-transform .2s ease-in;
	-o-transition:-webkit-transform .2s ease-in;
	transition:-webkit-transform .2s ease-in;
}

.right_common_w li.list_li_hover.current i.i_arrow_show{ background-position: -5px 0px;-webkit-transition:-webkit-transform .2s ease-in;-moz-transition:-webkit-transform .2s ease-in;-o-transition:-webkit-transform .2s ease-in;transition:-webkit-transform .2s ease-in;}


.generate-material-details tr td.input_radio_common input,.input_radio_common input{width:13px;height:13px;}
.generate_new .OnlineLog_NewTable tr td {padding:0}

.list_order_goods .generate-material-details tr,.list_order_goods .generate-material-details tr td {
    white-space:normal;
	height:auto;
}
.list_w_common{
	width: 1105px;
    margin: auto;
    background: #f2f2f2;
    padding-left: 14px;
}

.list_order_goods .generate-material-details tr:nth-child(2n){background:#fff;}


/*油气新闻--通用-start------------------------------------------*/
.q_table.table_bn thead th,.q_table.table_bn  tbody td{border:none;}
.q_table {
    width: 100%;
    border-collapse: collapse;
}

.q_table tbody tr {
    background-color: #FEFEFE;
    color: #6B6B6B;
}

.q_table thead th, .q_table tbody td {
    padding: 5px;
	line-height:25px;
/*    font-weight: 500;*/
	border:1px solid #d8d8d8;
}
.q_table tbody tr:nth-child(2n) {
   /* background: #F2F2F2;*/
}
.q_table tbody tr:nth-child(2n+1) {
   
}

.common_list_l{width:815px;}
.common_list_r{width:370px;}
.banner_news_1{width:815px;height:380px;}
.news_right_toph{height:380px;overflow:hidden;border-right:1px solid #ded9d9;padding-right:10px;}
.btn_more_1{background:#fff;border:1px solid #e6e6e6;color:#999;border-radius:2px;font-size:14px;font-weight:normal;padding:1px 10px;}
.btn_more_1:hover{border:1px solid #2e49b0;color:#2e49b0;}
.list_h3_common_1{
    color: #444;
    text-align: left;
    line-height: 30px;
    font-size: 20px;
	height:30px;
}

.border_left_blue {
    border-left: 5px solid #2e49b0;
    line-height: 15px;
    font-size: 16px;
}
.ul_list_dot li, .ul_list_dot li a {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 34px;
}
.ul_list_dot li{background: url("../../en_images/common/newone/li_dot.png") no-repeat 0px 16px; text-indent: 15px;} /*/public/en_images/common/newone/arrows1.png8*/
/*.ul_list_dot li:nth-child(2n+1),.ul_list_dot li:hover{background-position:0px 16px;color:#2e49b0;}
*/.ul_list_dot li:nth-child(2n+1),.ul_list_dot li:hover{background-position:0px -20px;color:#666;}

.ul_list_dot li:nth-child(2n){background-position:0px -20px;color:#666;}
/*.ul_list_dot li:nth-child(2n+1) a{color:#2e49b0;}
*/.ul_list_dot li:nth-child(2n+1) a{color:#666;}

.ul_list_dot li:nth-child(2n) a{color:#666;}
.ul_list_dot li:hover{background-position:0px 16px;color:#666;}
.ul_list_dot li a:hover{color:#2e49b0;}
.ul_size_16 li a{font-size:16px;}
.ul_list_dot li span{font-size:12px;color:#666;}

.ul_news_list li{border-top:1px solid #ededed;margin-bottom:20px;}

.h4_list_common{font-size:20px;color:#2e49b0;line-height:35px;margin-top:10px;}
.list-img-common img {
    float: left;
    margin: 10px 10px 10px 0;
	
}

.list_img_news img{
	width:300px;
	height:200px;
	}

.ul_news_list li a {
    line-height: 30px;
    overflow: hidden;
}
.dd_list_news{padding-right:10px;}
.dd_list_news dd{line-height:30px;}
.dd_list_news dd.dd_news_h{height:180px;overflow:hidden;}
.dd_list_news a{line-height:30px;font-size:16px;color:#666;}
.dd_list_news a.a_read_more,.dd_list_news a:hover{color:#2e49b0;}
.dd_list_news a.a_read_more:hover{color:#2441ae;}
.dd_list_news dd span{color:#999;font-size:12px;}

/*会展*/
.exhibit_top_h{max-height:490px;overflow:hidden;}
.ul_list_dot1_h{height:310px;overflow:hidden;}
.lr_common_h{height:850px;overflow:hidden;}
.ul_img_list .list_common_h {
    width: 370px;
    height: 160px;
    overflow: hidden;
}
.ul_img_list .list_common_h img {
    width: 370px;
    height: 160px;
}
.exhibit_name {
    padding: 0 10px;
    height: 30px;
    background: rgba(0,0,0,.4);
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    position: absolute;
}
.exhibit_name a{line-height:30px;color:#fff;font-size:14px;text-align:center;display:block;}

.ul_list_dot1 li, .ul_list_dot1 li a {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}
.ul_list_dot1 li{background: url("../../en_images/common/newone/li_dot.png") no-repeat 0px 16px; text-indent: 15px;} /*/public/en_images/common/newone/arrows1.png8*/
.ul_list_dot1 li:hover{background-position:0px 16px;color:#2e49b0;}
.ul_list_dot1 li{background-position:0px -21px;color:#666;}
.ul_size_14 li a{font-size:14px;color:#666;}
.ul_list_dot1 li span{font-size:12px;color:#ccc;}
.ul_list_dot1 li:hover{background-position:0px 16px;color:#2e49b0;}
.ul_list_dot1 li a:hover{color:#2e49b0;}

/*项目信息*/
.qsx_list_left{width:300px;}
.qsx_list_right{width:890px;}
.qsx_ul_left li{margin-bottom:5px;}
.qsx_ul_left li a{display:block;width:300px;height:140px;overflow:hidden;}
.qsx_ul_left li img{width:300px;height:140px;}
.qsx_tab_common{line-height:35px;}
.qsx_tab_common li {line-height:35px;}
.qsx_tab_common li a{display:block;padding:0 50px;background:#fff;border:1px solid #2e49b0;margin-right:10px;border-radius:4px;color:#2e49b0;}
.qsx_tab_common li a:hover,.qsx_tab_common li.current a{background:#2e49b0;border:1px solid #2e49b0;color:#fff;}

.ul_list_dot2{border-top:3px solid #d7d7d7;max-height:387px;overflow:hidden;}
.ul_list_dot2 li, .ul_list_dot2 li a {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 48px;
}
.ul_list_dot2 li{background: url("../../en_images/common/newone/li_dot.png") no-repeat 0px -13px;padding:0 10px 0 30px;color:#666;} /*/public/en_images/common/newone/arrows1.png8*/
.ul_list_dot2 li:hover{background-position:0px 16px;color:#2e49b0;}
.ul_size_14 li a{font-size:14px;color:#666;display:block;}
.ul_list_dot2 li span{font-size:14px;color:#ccc;}
.ul_list_dot2 li:hover{background-position:0px 16px;color:#2e49b0;}
.ul_list_dot2 li a:hover{color:#2e49b0;}
.ul_list_dot2 li:nth-child(2n+1){background: url("../../en_images/common/newone/li_dot.png") no-repeat 20px -13px #ebebeb;}
.ul_list_dot2 li:nth-child(2n){background: url("../../en_images/common/newone/li_dot.png") no-repeat 20px -13px #fff;}


/*金融*/
.qsx_finance_t{height:80px;}
.qsx_finance_m{height:160px;margin-top:25px;}
.qsx_finance_b{height:80px;margin-top:25px;}

.ul_xzyh li, .ul_xzyh li a {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qsx_finance_list{height:380px;max-height:380px;background: url("../../en_images/common/newone/news_01.jpg") no-repeat center 0;padding:40px 20px;}
.qsx_finance_l{width:180px;}
.qsx_finance_r{width:980px;}
.ul_list_dot3 li{line-height:42px;background: url("../../en_images/common/newone/li_dot.png") no-repeat 20px -100px;text-indent:15px;}
.ul_list_dot3 li:hover{background: url("../../en_images/common/newone/li_dot.png") no-repeat 20px -135px;}
.ul_list_dot3 li a{font-size:16px;line-height:40px;display:block;margin-right:40px;margin-left:20px;color:#666;}
.ul_list_dot3 li a:hover{color:#2e49b0;}

/*能源企业*/
.qsx_enterprise_list{height:370px;max-height:370px;background: url("../../en_images/common/newone/news_02.jpg") no-repeat center 0;padding:45px 20px;}
.qsx_enterprise_l{width:180px;}
.qsx_enterprise_r{width:980px;max-height:370px;overflow:hidden;}

/*合作*/
.ul_img_cooperate{width:1230px;}
.ul_img_cooperate li{width:380px;height:240px;margin-right:30px;margin-bottom:30px;}
.ul_img_cooperate li .list_common_h,.ul_img_cooperate li .list_common_h img {width:380px;height:240px;overflow:hidden;}
.cooperate_name{
    padding: 0 10px;
    height: 50px;
    background: rgba(0,0,0,.4);
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    position: absolute;
}

.cooperate_name a {
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
	display:block;
}


/*.q_table thead th{font-weight:600;}*/

.q_thead_tr{background:#d7d7d7;}
.q_thead_tr th{color:#666;font-size:14px;font-weight:bold;}
.q_table_invite{height:388px;}
.q_table_invite thead th{line-height:26px;padding:12px 8px;}
.q_table_invite tbody td{line-height:27px;padding:10px 10px;color:#666;}
.q_table_invite tbody td a{color:#666;display:block;}
.q_table_invite tbody td a:hover{color: #2e49b0;}
.q_table_invite tbody tr:nth-child(2n) {
   background: #ebebeb;
}
.q_table_invite tbody tr:nth-child(2n+1) {
   background: #fff;
}
.q_th_w{max-width:410px;overflow:hidden;}
.q_tab_h1{height:388px;overflow:hidden;}
.q_tab_h2{height:384px;overflow:hidden;}
.q_table_invite td{
	word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*油气新闻--通用-end------------------------------------------*/



/*油气新闻列表--通用-end------------------------------------------*/
/*面包屑*/
.crumbs_list_ul{padding-left:30px;}
.crumbs_list_ul .crumbs_left_none,.crumbs_left_none{padding-left:0px;}
.crumbs_list li,.crumbs_list li a{line-height:40px;font-size:12px;color:#666;}
.crumbs_list li a.yellow_size{color:#de4408;}
.crumbs_list li a.blue_size{color:#2e49b0;}
.q_news_list_l{
	width:300px;
}

.q_news_list_r{
	width:880px;
}
.qsx_tab1_common {
    line-height: 35px;
}

.qsx_tab1_common li {
    line-height: 35px;
	text-align:center;
}

.qsx_tab1_common li a:hover, .qsx_tab1_common li.current a {
    background: #fff;
    border: 1px solid #2e49b0;
    color: #2e49b0;
}
.qsx_tab1_common li a {
    display: block;
    background: #fff;
    border: 1px solid #bfbfbf;
    margin-left: 35px;
    border-radius: 4px;
    color: #666;
	width:180px;
}

.qsx_tab1_common li:first-child a{margin-left:0px;}

.ul_news_list_1 li{margin-top:20px;}
.h4_list_common_1{font-size:20px;color:#2e49b0;line-height:25px;margin-top:10px;}
.list-img-common-1 img {
    float: left;
    margin-right:15px;
}
.list_img_news_1 img{
/*	width:300px;*/
/*	height:200px;*/
	width:310px;
	height:230px;
}

.ul_news_list_1 li a {
    line-height: 28px;
    overflow: hidden;
}
.dd_list_news_1{padding-right:10px;}
.dd_list_news_1 dd{line-height:28px;}
.dd_list_news_1 dd.dd_news_h_1{
	height:140px;
	overflow:hidden;
	display: -webkit-box;
	line-clamp: 5;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.dd_list_news_1 a{line-height:28px;font-size:14px;color:#666;}
.dd_list_news_1 a.a_read_more,.dd_list_news_1 a:hover{color:#2e49b0;}
.dd_list_news_1 a.a_read_more:hover{color:#2441ae;}
.dd_list_news_1 dd span{color:#999;font-size:12px;}
.p_list_date{background:#eaeaea;color:#999;padding:10px;line-height:20px;height:20px;}
.ul_news_list_1 .list-img-common-1{
	border:1px solid #fff;
	transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
	}
.ul_news_list_1 .list-img-common-1:hover{border:1px solid #2e49b0;}

.Oilgas_DetailsBox.list_main_line_height,.list_main_line_height{line-height:180%;}

.Oilgas_DetailsTitle.mobile_list_h{ 
		height: auto;
		line-height: 180%;
		font-size: 18px;
		padding:0 10px 10px;
	}
/* @media (max-width: 979px) {
	
   
} */

/*E能通-会员企业*/

/*头部导航通用*/
/*.Header_NavsList{ width: 1200px; height: 100%; margin: auto;}
.Header_NavsList>li{ float: left; line-height: 40px;padding:  0 74px;}
.Header_NavsList>li>a{font-size: 14px; color: #fff;}
.Header_NavsListActive{background: #2e49b0;}
.Header_NavsList2{ width: 1200px; height: 100%; margin: auto;}
.Header_NavsList2>li{ float: left; line-height: 40px;padding:  0 58px;}
.Header_NavsList2>li>a{font-size: 14px; color: #fff;}*/

.nav_listcommon{background: #130171;}
.ul_nav_listcommon li{line-height:40px;text-align:center;}
.ul_nav_listcommon li a{font-size: 14px; color: #fff;padding:0 25px;display:block;margin-right: 10px;}
.ul_nav_listcommon li.current a,.ul_nav_listcommon li a:hover{background: #2e49b0;}
/*面包屑*/
.ul_crumbs_list li{line-height:30px;color:#666;}
.ul_crumbs_list li a{line-height:30px;color:#666;padding:0 15px;}
.area_list{height:40px;border-bottom:2px solid #2e49b0;}
.area_left{width:180px;color:#2e49b0;font-size:14px;line-height:40px;font-weight:bold;}
.area_right{width:1020px;line-height:40px;}
.area_right ul{border:1px solid #bfbfbf;border-bottom:none;}
.area_right li{line-height:40px;text-align:center;}
.area_right li a{display:block;border-left:1px solid #bfbfbf;color:#666;font-size:14px;line-height:39px;}
.area_right li:first-child a{border-left:none;}
.area_right li.current a{background:#2e49b0;color:#fff;}
.area_right li.current a:hover,.area_right li a:hover{background:#8292d0;color:#fff;cursor:pointer;}
.ul_family_list{padding:20px 0;}
.ul_family_list li{line-height:28px;text-align:center;}
.ul_family_list li a{line-height:26px;padding:5px 60px;color:#666;border:1px solid #bfbfbf;border-radius:4px;}
.ul_family_list li.current a,.ul_family_list li.current a:hover,.ul_family_list li a:hover{color:#2e49b0;border:1px solid #2e49b0;cursor:pointer;}

.table_company_list {background:#2e49b0;border:1px solid #2e49b0;color:#fff;height:40px;line-height:40px;}
.table_company_list td,.table_company_list th,.table_company_list table{border:none;}

.company_list_new{border:1px solid #bfbfbf;border-top:none;}
.company_list_new li{padding:10px;border-top:1px dashed #bfbfbf;}
.company_list_new li:first-child{border-top:none;}
.company_list_new th,.company_list_new td,.company_list_new table{border:none;}
.company_list_new .td_list_w1,.company_list_new .td_list_w2,.company_list_new .td_list_w3{max-height:190px;overflow:hidden;}

.td_list_w1{width:300px;}
.td_list_w2{width:450px;}
.td_list_w3{width:140px;text-align:center;}
.td_list_w1 img.img_show{width:280px;height:170px;}
.company_list_new div{color:#666;font-size:14px;line-height:150%;}
.company_list_new div h3,.company_list_new div h3 a{color:#444;font-size:16px;line-height:25px;margin-bottom:10px;height:25px;overflow:hidden;font-weight:bold;}
.company_list_new div h3 a:hover{color:#2e49b0;}
.td_list_w2 p.xz4h{height:83px;overflow:hidden;}
.more_introduce{color:#2e49b0;margin-left:30px;}
.list_service {height:35px;overflow:hidden;margin-top:5px;}
.list_service a{display:block;width:40px;height:35px;float:left;}
.list_service_qq,.list_service_kf,.sc_alist{background: url("../../en_images/common/newone/enbao/hy_ico.png") no-repeat center 0;}
.list_service_qq{background-position:center 0;}
.list_service_kf{background-position:center -50px;}

.td_list_position .common_h{width:280px;height:170px;overflow:hidden;border:1px solid #bfbfbf;}
.td_list_position .name_position_show {
    background: rgba(20,45,86,.8);
    position: absolute;
    bottom: -150px;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	height:0px;
	width:280px;
	overflow:hidden;
}
.td_list_position .common_h.hover .name_position_show,.company_list_new li.hover .name_position_show{background:rgba(20,45,86,.8);position:absolute;bottom:0px;height:40px;}
.name_position_show p {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
	padding:0 10px;
}
.show_logo_list{position:absolute;width:85px;height:35px;z-index:10;overflow:hidden;}
.show_logo_list img{}
.td_list_w4{width:100%;}
.td_list_w4 a{border-radius:4px;margin:0 10px;line-height:25px;cursor:pointer;font-size:14px;display:block;width:70px;float:right;text-align:center;}
.sc_alist{border:1px solid #f78b31;color:#f78b31;padding:2px 35px 2px 50px;background-position:25px -100px;}
.sc_alist:hover,.sc_alist.hover{background: url("../../en_images/common/newone/enbao/hy_ico.png") no-repeat 25px -134px #f78b31;color:#fff;}

.qx_alist_sp{display:none;}
.sc_alist.hover .qx_alist_sp{display:block;}
.sc_alist.hover .sc_alist_sp{display:none;}
.more_alist{background:#2e49b0;border:1px solid #2e49b0;color:#fff;padding:2px 35px;}
.more_alist:hover{background:#8292d0;border:1px solid #8292d0;}


/*季彩易*/
.banner_list_jcy{height:240px;}
.banner_list_jcy/*,.banner_list_jcy a*/{background: url("../../en_images/common/newone/enbao/jcy_banner.jpg") no-repeat center 0 #fff;height:240px;}
.jcy_h2{height:100px;background: url("../../en_images/common/newone/enbao/jcy_h3_1.jpg") no-repeat center 0 #fff;}
.jyc_p1_common{font-size:20px;line-height:40px;color:#666;}
.ul_jcy_t{border-top:3px solid #2379b8;background:#f2f2f2;padding:10px;border-radius: 0 0 10px 10px;}
.ul_jcy_t p{padding:10px 0px 10px 70px;font-size:24px;color:#333;line-height:40px;}
.ul_jcy_t p span{font-size:30px;color:#2379b8; font-weight:bold;line-height:40px;padding-right:10px;}
.ul_jcy_w li{float:left;}
.jcylist_li_1{width:150px;}
.jcylist_li_2{width:60px;}
.ul_jcy_w{margin-bottom:50px;}
.ul_jcy_w li i{display:block;width:150px;height:150px;background: url("../../en_images/common/newone/enbao/jcy_img_1.png") no-repeat center 0 #fff;}
.jcy_bg_1 li.hover i{background: url("../../en_images/common/newone/enbao/jcy_img_2.png") no-repeat center 0 #fff;}
.ul_jcy_w li i.jcy_i1{background-position:center -10px;}
.ul_jcy_w li i.jcy_i2{background-position:center -175px;}
.ul_jcy_w li i.jcy_i3{background-position:center -340px;}
.ul_jcy_w li i.jcy_i4{background-position:center -505px;}
.ul_jcy_w li i.jcy_i5{background-position:center -670px;}
.ul_jcy_w li i.jcy_i6{background-position:center -838px;}
.ul_jcy_w li p{font-size:20px;line-height:30px;color:#666;}
.ul_jcy_w li p.jcy_p2{width:50px;height:30px;background: url("../../en_images/common/newone/enbao/jcy_img_1.png") no-repeat center -1015px;margin-top:60px;}


/*石化平台首页-新改2018.10.14*/
.oillist_left,.oillist_right{width:240px;}
.oillist_middle{width:705px;}
.listnew_a01{border:1px solid #ded9d9;border-top:3px solid #2e49b0;height:218px;overflow:hidden;}
.flow_path_ul1 li p{font-size:14px;color:#666;}
.writebox{height:75px;}

.writebox span {
    position: absolute;
    left: 0;
    top: 0;
    padding:5px 10px;
    line-height: 22px;
    color: #999;
	
}

.writebox .textarea_list_2 {
    width: 100%;
    height: 100%;
    resize: none;
    outline: none;
    display: block;
    border: none;
    text-indent: 6px;
    color: #666;
	padding:5px;
}
.writebox .textarea_list_2 {
    width: 218px;
    height: 70px;
	font-size:14px;
    
}

.btn_sy_submit{border:1px solid #fb9237;background:#fb9237;font-size:14px;color:#fff;display:block;line-height:35px;width:218px;border-radius:4px;}

.listnew_a02{border:1px solid #ded9d9;height:330px;margin-left:15px;}
.list_h3_small{color: #666;text-align: left;line-height:25px;font-size: 14px;}
.border_left_bluesmall_i {
    border-left: 3px solid #2e49b0;
    line-height: 15px;
    font-size: 12px;

}

.list_h3_small  span.fr,.list_h3_small span a{font-size:12px;color:#2e49b0;}

.ul_list_demand dd{
	word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ul_list_demand dd p{padding-left:15px;color:#666;font-size:14px;line-height:25px;
	word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
.ul_list_demand dd:first-child p{padding-left:0px;}
.ul_list_demand li{height:30px;line-height:30px;overflow:hidden;}
.listnew_a03{ border: 1px solid #ded9d9; height: 330px;}
dl.oil_ddlist {padding: 5px 10px 5px 30px ; vertical-align: bottom;}
dl.oil_ddlist dt {
    float: left;
    width: 30px;
    margin-left: -35px;
    line-height: 18px;
    display: inline;
    text-align: center;
    font-size: 12px;
    color: #999;
}
dl.oil_ddlist dt a{display:block;border:1px dashed #fb9237;color:#fb9237;font-size:12px;}
dl.oil_ddlist dd{
    float: left;
    display: inline;
    line-height: 18px;

}
dl.oil_ddlist dd a{padding:0 3px;font-size:12px;}
dl.oil_ddlist dd a:hover{color:#130171;}
.oillist_left_sw{width:240px;height:320px;overflow:hidden;}
.oillist_right_dw{width:960px;height:320px;overflow:hidden;}
.list_bgimg{height: 320px;background:#fff;}
.position_lista{position:absolute;z-index:2;width:220px;height:300px;top:0;left:0;}
.list_h3_s {
    color: #444;
    line-height: 30px;
    font-size: 18px;
}
.position_lista li{line-height:30px;}
.position_lista li a{padding:0px 10px;background:#4057b5;line-height:30px;color:#fff;font-size:16px;display:block;margin:0 10px;filter:Alpha(opacity=95);-moz-opacity:0.95;opacity:0.95;}
.position_lista li a:hover{filter:Alpha(opacity=100);-moz-opacity:1;opacity:1;}
.position_lista li{margin-bottom:10px;}
.list_padding_common_1{padding:0px;}
.list_padding_common_1 .border_white {height: 298px;border:1px solid #fff;}
.list_padding_common_1 .border_white:hover{border:1px solid #fb9237;}
.list_padding_common_1 .common_list_h{height:50px;overflow:hidden;line-height:50px;font-size:16px;}
.list_padding_common_1 .common_list_h .sp_w_common{width:60%;}
.list_padding_common_1 .common_list_h .logo_h_common{width:40%;height:50px;overflow:hidden;}
.list_padding_common_1 .common_list_h img{width:95%;/*height:50px;*/}
.list_padding_common_1 .list_common_p{height:140px;overflow:hidden;}

.padding_05{padding:0 5px;}

.oillist_right_dw .list_common_p1 p {
    line-height: 20px;
    color: #666;
    font-size: 14px;
	margin-bottom: 0px; 
}




/* /头部通用* */
.top_menu_nav .tit_sp_list i {
    border-top: #ccc 7px solid;
    border-right: transparent 7px solid;
    border-bottom: transparent 7px solid;
    border-left: transparent 7px solid;
    font-size: 0px;
    right: 0px;
    width: 0px;
    line-height: 0;
    position: absolute;
    top: 20px;
    height: 0px;
    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -webkit-transform .2s ease-in;
    -o-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
}
.top_menu_nav.current .tit_sp_list{background:#fff;}
.top_menu_nav .menu_bd_1 {background: #fff;border-top:none;}
.top_supper_common dd.current .ul_list_topnav {display:block;background:#eaeaea;}
.top_supper_common dd .ul_list_topnav li a{padding-left:25px;}
.top_supper_common dd .i_jtcommon{padding-left:20px;background: url("../../en_images/common/newone/arrows3.png") no-repeat -22px 0px;}
/* .top_supper_common dd.current .i_jtcommon{padding-left:20px;background: url("../../en_images/common/newone/arrows3.png") no-repeat 0 0px;} */
/*.menu_bd_1 .top_supplier.top_supper_common{width:170px;}*/
/*.menu_bd_1.menu_bd_2 .top_supplier.top_supper_common{width:330px;padding:10px;}*/
.menu_bd_1.menu_bd_2 .top_supper_common dd a{border-left:3px solid #fb8931;line-height:20px;padding-left:5px;font-size:14px;color:#666;font-weight:bold;}
.menu_bd_1.menu_bd_2 .top_supper_common dd li a{border-left:none;line-height:20px;padding-left: 15px;padding-right:5px;margin-top:3px;margin-bottom:3px;font-size:12px;font-weight:normal;background: url("../../en_images/common/newone/dian_bg.png") no-repeat 5px -15px #fff;}
.menu_bd_1.menu_bd_2 .top_supper_common dd a:hover{color:#fff;}
.menu_bd_1.menu_bd_2 .top_supper_common dd li a:hover{background: url("../../en_images/common/newone/dian_bg.png") no-repeat 5px -45px #fb8931;}
.ul_list_topnav2{margin-top:5px;}
.menu_bd_2 dd{margin-bottom:10px;}


.oillist_right .homeiol_right {width:240px;height:390px;overflow:hidden;}
/*导航   start*/
.yNavIndex{width: 1200px;height:43px;position: relative;z-index:50;}
.yNavIndex .yMenuIndex{margin-left:240px;}
.yNavIndex .yMenuIndex li{float: left;height:43px;line-height: 48px;}
.yNavIndex .yMenuIndex li a{position: relative;display: inline-block;font-size: 16px;color: #333333;padding: 0px 35px;background: url("../../images/new/new_ico_1.png") no-repeat -47px -569px;line-height: 45px;}
.yNavIndex .yMenuIndex li:first-child a{border-left:0;}
.yNavIndex .yMenuIndex li:first-child a{background:none;}
.yNavIndex .yMenuIndex li a:hover{ color:#e42141;}
.yNavIndex .yMenuIndex li.current{padding:0;}
.yNavIndex .yMenuIndex li.current a{color:#e42141;}
.yNavIndex .yMenuIndex li .limit{padding:0 10px;background:url("../../images/new/new_ico_1.png") no-repeat -30px -289px;margin-right:2px;}
.yNavIndex .yMenuIndex li.current .limit,.yNavIndex .yMenuIndex li a:hover .limit{background:url("../../images/new/new_ico_1.png") no-repeat -30px -327px;}
/*下拉*/
.pullDown{z-index:50;/*position: absolute;left:0;top: 0; */width: 240px;*width:240px;background:#130171;}
.pullDownTitle{height:56px;width:240px;background: #130171;color: #fff;font-size:18px;font-weight: normal;/*text-align: center;cursor:pointer;*/text-indent:25px;line-height:56px; margin-left:0;}
.pullDownTitle span {background: url("../../en_images/common/newone/nav_icon1.png") no-repeat center -366px; padding: 3px 12px;margin-right:5px;}
.pullDownList{width:240px;height: 334px;background: #130171;position: relative;z-index: 60;}
.pullDownList li{height:70px;line-height:30px;color: #fff;font-size: 13px;padding-left: 20px;position: relative;border-bottom:1px solid #3e2f8c;}
.pullDownList li a{line-height:px;}
.pullDownList li i{display:inline-block;position:relative;top:4px;margin-right:5px;left:0;margin-left:0;transition: margin-left .2s linear;-webkit-transition:margin-left .2s linear;-moz-transition:margin-left .2s linear;-0-transition:margin-left .2s linear;width:30px;height:30px;background:url("../../en_images/common/newone/nav_icon1.png") no-repeat;/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/caidan_bg.png) no-repeat;*/ }
.pullDownList li.menulihover i{margin-left: 6px;}
/*以下代码是使用图片精灵需要图片的定位信息*/
.pullDownList li i.listi1{background-position:center -5px;}
.pullDownList li i.listi2{background-position:center -48px;}
.pullDownList li i.listi3{background-position:center -90px;}
.pullDownList li i.listi4{background-position:center -133px;}


.pullDownList li.menulihover i.listi1{background-position:center -192px;} 
.pullDownList li.menulihover i.listi2{background-position:center -238px;}
.pullDownList li.menulihover i.listi3{background-position:center -278px;}
.pullDownList li.menulihover i.listi4{background-position:center -321px;}


.pullDownList li a{color: #fff;font-size: 16px;}
.pullDownList li p{padding-right:25px;height:30px;overflow:hidden;}
.pullDownList li p a{font-size:14px;padding:5px 6px;color:#bfbdca;}
.pullDownList li.menulihover{color:#fff;background:#fff;background:rgba(255,255,255,0.92);}
.pullDownList li.menulihover a{color:#130171;}
.pullDownList li.menulihover p a{color:#666;}
.pullDownList li span{display: inline-block; width: 0;height: 0;position: absolute;top:12px;right:7px;background:url("../../images/new/caidan_bg_1.png") no-repeat;background-position:-85px -467px;padding:8px;}
.pullDownList li.menulihover span{top:12px;right:7px;background-position:-85px -507px;padding:8px;}
.pullDown_right{position: absolute;right:0;top:40px;}

/*下拉详细列表具体分类*/
.yMenuListCon{width:670px;min-height:390px;position: absolute;top:1px;left: 240px;display:none;z-index:50;}
.yMenuListCon p{color: #6b6b6b;font-size: 12px;margin:10px 0 0 -1px;overflow: hidden;width: 600px; float: left; border-bottom: 1px solid #f1f1f1; *padding-bottom:10px;}
.yMenuListCon p a{color: #6b6b6b;font-size: 12px;padding: 0 8px;display: inline-block;*display:block;float: left;margin-bottom:12px;line-height: 14px;height: 14px; border-left: 1px solid #e0e0e0;  white-space: nowrap;}
.yMenuListCon p a.ecolor610{color: #e83736;}
.yMenuListCon p a:hover{color: #e83736;text-decoration: underline;}
.yMenuListConin{display: none;background:#fff;padding:0 10px;width:660px;min-height:390px;position: absolute;left: 0;top: -3px;/*border: 1px solid #e42141;*/border: 1px solid #f7f7f7;
box-shadow: 2px 0 5px rgba(0,0,0,.25);-webkit-transition: top .25s ease;transition: top .25s ease;border-top: none;}
.yMenuListConin_right{width:170px;}
.yMenuLCinList{overflow: hidden;margin:20px 15px 20px 20px;}
.yMenuListConin .yMenuLCinList_left{width:660px;float:left;}

/*详细分类标题*/
.yMenuLCinList h3{line-height:30px;font-size: 16px;color: #130171;line-height:20px;padding:5px;}
.yMenuLCinList h3 a{font-size: 16px;color: #130171;line-height:20px;}


.yMenuLCinList{background:#fff;}
.yMenuLCinList ul.ul_listname li {line-height:38px;height:38px;overflow:hidden;word-break:keep-all;	white-space:nowrap;	overflow:hidden;text-overflow:ellipsis;}
.yMenuLCinList ul.ul_listname li a{line-height:38px;padding:0 10px;color:#666;font-size:16px;}
.yMenuLCinList ul.ul_listname li a:hover{color:#130171;}

.xh_left{width:120px;}
.xh_right{width:490px;}
.xh_right .ul_list_4 img{width:120px;height:130px;border:1px solid #ededed;}
.xh_right .ul_list_4 a:hover img{border:1px solid #fa8828;}

.banner_common{height:330px;overflow:hidden;background:#fff;margin-left:15px;}
.list_qitj{width:118px;background:#f2f2f2;line-height:50px;font-size:16px;float:left;color:#999;text-align:center;border-right:1px solid #ddd;}
.bottom_wh{height:50px;font-size:14px;margin-left:15px;}
.bottom_wh ul{float:left;width:568px;}
.bottom_wh ul li{line-height:24px;background:url("../../en_images/common/newone/dian_bg.png") no-repeat 5px 11px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;	}
.bottom_wh ul li a{line-height:20px;color:#666;padding:0 10px 0 15px;}
.bottom_wh ul li a:hover{color:#130171;}
/*header-end*/


/*询盘市场新增、最新询盘*/
.xp_left_common{width:950px;float:left;}
.xp_right_common{width:240px;float:right;}
.xp_rlist1{border-top:3px solid #2e49b0;height:218px;}
.xp_rlist_bg{background:#f2f2f2;}
.xp_list_p1{font-size:14px;line-height:25px;color:#666;}
.xp_list_p1 span{margin-right:25px;}
.xp_list_p2{font-size:14px;line-height:22px;color:#999;}
.h3_list_grey{font-size:16px;line-height:30px;padding-left:10px;}
.ul_list_number{background:url("../../en_images/common/newone/number_bg.png") no-repeat 0 0;}
.ul_list_number li,.ul_list_number li a{font-size:14px;color:#999;line-height:29px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ul_list_number li{height:29px;overflow:hidden;text-indent:40px;}
.ul_list_number li a{display:block;}
.ul_list_number li a:hover{color:#130171;}
.left_img_h{height:118px;overflow:hidden;}
.left_img_h img{width:238px;height:119px;}
.list_xp_left{width:700px;float:left;}
.list_xp_right{width:220px;float:left;}
.ul_xplist_p  li{line-height:30px;}
.xp_img_position{position:absolute;z-index:2;top:-20px;left:-40px;}
.ul_xplist_p p{line-height:30px;padding:0 10px;font-size:14px;color:#5e5e5e;word-break:keep-all;white-space:nowrap;	overflow:hidden;text-overflow:ellipsis;}
.ul_xplist_p p span{color:#999;}
.list_xp_1{padding:0px 5px;}
.xp_listh3{color:#4a4a4a;font-size:18px;line-height:35px;margin-bottom:10px;}
.a_xp_btn{color:#f78b31;font-size:14px;padding:2px 12px;border:1px solid #f78b31;border-radius:4px;}
.a_xp_btn:hover{background:#f78b31;border:1px solid #f78b31;color:#fff;}
.xp_bottom_b{border:1px solid #f2f2f2;border-top:10px solid #f2f2f2;}

.xp_ul_lh{border-left:1px solid #ddd;}
.xp_ul_lh li{color:#666;line-height:40px;}
.xp_down{color:#0165ec;font-size:12px;text-decoration:underline;padding:0 5px;}
.xp_area_list{
/*    width: 1198px;*/
    height: 100%;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
	}

.right_common_w {
    float: left;
    width:808px;
    height: 59px;
    border-bottom: 1px solid #e3e9f5;
}

.xp_area_list{border-top: 3px solid #2e49b0;}
.xp_area_list li{border-bottom:1px solid #ededed;}
.DemandScrCont.list_show_common {
    float: none;
    position: absolute;
    top: 39px;
    width: 806px;
    z-index: 1;
    background: #fff;
    border: 1px solid #3a85eb;
    display: none;
    left: 50%;
    margin-left: -335px;
}

.DemandScrCont.Cont_common {
    float: left;
    width: 808px;
    min-height: 49px;
    border-bottom: 1px solid #e3e9f5;
}


/*首页新增*/
.top_list_bg{width:1200px;height:60px;left:50%;margin-left:-600px;top:0px;z-index:200;position:absolute;padding:20px 0;}
.top_list_1{width:50%;}
.top_list_2{padding:10px 0;}
.top_list_2  li{padding:0 5px;}
.top_list_2 a,.top_list_2 p,.top_list_2 span{font-size:18px;line-height:35px;color:#fff;}
.top_list_2 a{padding:0 5px;}
.top_list_2 p{padding:0 25px 0 30px;position:relative;background:url("../../en_images/common/newone/oil/icon_list_01.png") no-repeat 0 5px;}
.top_list_2 p i{
	display:block;
	width:14px;
	position:absolute;
	top:0;
	right:5px;
	-o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	font-size:16px;
}
.li_topshow{position:relative;}
.down_top{display:block;}
 .li_topshow.hover .down_top,.li_topshow .up_top,.show_nav{display:none;}
 .li_topshow.hover .up_top{display:block;}
 .li_topshow.hover .show_nav{display:block;width:240px;}
 .show_nav {background:#fff;position:absolute;right:0;top:35px;padding:10px;}
 .show_nav dd {line-height:25px;margin-bottom:5px;}
 .show_nav a{font-size:14px;color:#444;line-height:25px;display:block;}
 .show_nav a:hover{color:#2e49b0; background:#ededed;}
 .homelist_oil_new p{padding:20px 10px 15px;line-height:30px;font-size:20px;color:#333;text-align:center;}
 .homelist_oil_new li a:hover p{color:#2e49b0;}
 .foot_bg{background:#081534;padding:70px 0 35px;}
 .foot_bg p{font-size:14px;color:#fff;line-height:25px;}
 .homelist_oil_new li:first-child .padding_5{padding-left:0px;}
 .homelist_oil_new li:list-child .padding_5{padding-right:0px;}

 /*table-相关*/
 .table-common td {
    padding: 0 5px;
    line-height: 22px;
 }