﻿@charset "utf-8";
html{color:#000;background:#FFF;min-width:1200px; overflow-x:hidden; }
body { color:#666;font:12px/1.231 "Microsoft YaHei";} /*网站字体颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
body{font:12px/1.231 arial,helvetica,clean,sans-serif; font-family:'Microsoft YaHei','微软雅黑';}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
.fullad{ display:block; width:100%; height:200px; }
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

.mt10{ margin-top:10px;}

a { color:#666; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover { text-decoration:underline;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
/* -- 购物车外部框架 -- */
.cart_header , .cart_content , .cart_footer { width:1000px; margin:0 auto;}

.cart_content{ margin-top:15px; margin-bottom:15px;}

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body{width: 100%;min-width: 1336px;margin:0 auto;}
body,
button, input, select, textarea {
    font: 14px/22px "Microsoft YaHei";color: #666;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#910800;}


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}

/*表单弹框*/

.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}


.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}

.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;}



/* -- 页面整体布局 -- */
.header , .content , .footer { width:1200px; margin:0 auto; font-family:"Microsoft YaHei";}
.left,.leftr { width:250px; float:left; }
.left2 { width:880px; float:left; overflow:hidden;}
.left3 { width:754px; float:left; overflow:hidden; color:#333;}
.lefttop {  height:3px; font-size:0; overflow:hidden; margin-top:10px;}
.left2top {  height:3px; font-size:0; overflow:hidden;}
.leftbot {  height:3px; font-size:0; overflow:hidden;  margin-bottom:10px;}
.left2bot { height:3px; font-size:0; overflow:hidden; margin-bottom:10px; }

.right,.rightl { width:920px; float:right; display:inline; }
.right2 { width:280px;  float:right; overflow:hidden;}
.right3 { width:201px; float:right; overflow:hidden; color:#333;}
.righttop {  font-size:0; overflow:hidden;}
.right2top {  height:3px; font-size:0; overflow:hidden;}
.rightbot { font-size:0; overflow:hidden;}
.right2bot { height:3px; font-size:0; overflow:hidden; margin-bottom:10px;}

.right_main {  padding-bottom:15px; overflow:hidden; }
.right2_main { width:273px; padding-bottom:15px; overflow:hidden;margin-top:29px}
.left2_main { width:880px;  padding-bottom:15px; overflow:hidden;}
.h_nav li a:-webkit-any-link{ display:block;}

/**/
.topWrap{height:180px;font-family:"Microsoft Yahei";position: relative;z-index: 3;background: url(Img/Index/t_bj.jpg) repeat-x center top;}
.header{width:1200px;margin: 0 auto; position: relative;font-family:"Microsoft Yahei";}
.t_top{height:94px;padding-top:27px;}
.logo{float:left;width:176px;height:72px;}
.logo img {width:176;height:72px;}
.t_wz{float:left; padding:5px 0 0 22px;position: relative;margin-left:24px;background: url(Img/Index/t_x.jpg) no-repeat left 4px;height: 80px;font-size:20px;color: #000000;}
.t_wz span {display: block;height:31px;line-height:31px;margin-bottom:3px;}
.t_wz em {color: #0180cf}
.t_tel { float: right;font-size:16px;color:#666666;padding-left:59px;background: url(Img/Index/t_tel_bj.jpg) no-repeat left 0;height: 60px;line-height:24px;margin-top:12px;}
.t_tel span {font:22px "Tahoma";color: #0180cf;display: block;line-height: 30px;height:42px;}
.t_tel em {display: inline-block;padding-left:24px;}
.main_menu {height:59px; line-height:59px;width:1200px;overflow: hidden;}
.main_menu li {float:left;height:59px; line-height:59px;background: url(Img/Index/nav_x.jpg) no-repeat right;}
.main_menu li a {font-size:16px;color:#fff;padding:0 33px;display: inline-block;line-height:59px;}
.main_menu li:hover a,.main_menu .cur a {background:#ff8b00;}
.main_menu li:last-child{background: none}
/**/
.s_bj{height:80px;overflow:hidden;font-family:"Microsoft Yahei";background:url(Img/Index/seah_bj.jpg) no-repeat center top;}
.s_bj{padding-bottom:30px;}
.search_div{width:1200px;margin: 0 auto; overflow: hidden;}
.t_w{float:left;width:400px;padding-top:15px;font-size:14px;text-align: center;}
.t_w a {display:inline-block;font-size:16px;color: #fff;height:48px;line-height:48px;width:164px;border:1px solid #179df1;text-align: center;border-radius: 5px;margin:0 16px;}
.t_w a:first-child{background: #ff8b00}
.t_c{float:left;width:420px;padding-left:27px;color: #606060;height: 80px;font-size:14px;line-height: 80px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.t_c a{color: #606060;padding:0 5px;}
.t_c a:hover{color: #0180cf}
.search_div .s_inp01{width:331px;position: relative;margin-top:21px;}
.search_div .inp01{width:251px;height:37px;line-height:37px;color:#a9a9a9;font-size:14px;float: left;font-family:"Microsoft Yahei";background:none;border:0;border:1px solid #cecece;border-right:0;padding-left:22px;}
.search_div .inp02{background:url(Img/Index/t_btn1.jpg) no-repeat;width:57px;height:39px;border:0; float: left;}
/**/
.footWrap{background:#66c1f0;height:298px;overflow:hidden;font-family:"Microsoft Yahei";}
.footer{width:1200px;margin: 0 auto; position: relative;}
.ft_fl{float:left;width:299px;border-right:1px solid #dfdfdf;height: 298px;padding-top:44px;box-sizing: border-box;}
.ft_logo{font-size:0;line-height: 0}
.ft_logo img {width:176px;height: 72px;}
.ft_w{}
.ft_w h2{padding-top:26px;height:34px;line-height: 34px;font-size:18px;font-weight: bold;color: #000000}
.ft_w p{font-size:16px;color: #000000;line-height: 31px;line-height:31px;}
.ft_w span a{display: block;margin-top:28px;color: #878787;font-size:12px;}
.ft_nav{float:left;width:324px;padding:94px 0 0 25px;box-sizing: border-box;border-right:1px solid #dfdfdf;height: 298px;}
.ft_nav h4 {height:26px;line-height: 26px;font-size:18px;color: #000;font-weight: bold;}
.ft_nav h4 img {padding-right:9px;vertical-align: middle;width:26px;height:26px;}
.ft_nav p {padding-top:22px;line-height: 40px;}
.ft_nav p a {width:90px;display: inline-block;font-size:14px;color: #666666}
.ft_c{float:left;width:332px;padding:94px 0 0 30px;box-sizing: border-box;border-right:1px solid #dfdfdf;height: 298px;}
.ft_c h4 {height:26px;line-height: 26px;font-size:18px;color: #000;font-weight: bold;}
.ft_c h4 img {padding-right:9px;vertical-align: middle;}
.ft_c p {font-size:14px;color:#666666;padding-top:22px;line-height:30px;}
.erwm{float:right;width:126px;padding:86px 59px 0 0;text-align: center;}
.erwm p{font-size:0;line-height: 0;width:126px;}
.erwm p img {width:126px;height: 126px;}
.erwm p span {display: block;height: 40px;font-size:18px;color: #000000;line-height: 40px;font-weight: bold;margin-bottom:5px;}

/*底部结束*/

 /*temp.css*/
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(img/nodata.gif) no-repeat 20px 20px;}
/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}
/*rollup.css*/
#roll_top,#fall,#ct{position:relative;cursor:pointer;height:72px;width:69px}
#roll_top a{display:block;width:69px;height:72px;}
#roll_top a:hover{}
#fall{}
#ct{}
#roll{display:block;width:69px;margin-right:-674px;position:fixed;right:50%;top:85%;_margin-right:-674px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8)); z-index:100;}

.ImTable *{padding:0px;margin:0px}
.ImTable{border-collapse:collapse;border:none;background:url(../../UserControls/im/kefu/bg.gif)}
.ImTable h2{font-size:14px;font-weight:bold;margin-top:5px}
.ImHeader{height:165px;background:url(../../UserControls/im/kefu/im_01.gif)}
.ImRow0{background:url(../../UserControls/im/kefu/ico_item1.gif) no-repeat;margin:10px 10px 0;height:24px;padding-left:10px;padding-top:4px; }
.ImRow1{background:url(../../UserControls/im/kefu/ico_item1.gif) no-repeat;margin:10px 10px 0;height:24px;padding-left:10px;padding-top:4px;}
a.im,a:hover.im{text-decoration:none;height:35px;color:#333; font-size:14px;}
.ImFooter{height:90px;background:url(../../UserControls/im/kefu/im_04.gif) no-repeat; display:inline-block; width:150px;font-family:Arial,Helvetica,sans-serif;}
.ImFooter h5{font-size:14px;font-weight:normal; color:#fff;text-align:center;margin:15px 0 0;font-family:'宋体';}
.ImFooter p{font-size:20px;font-weight:bold;  color:#fff;text-align:center;margin:10px 0;}

/* -- 当前位置 -- */
.topadcs{width:100%; overflow:hidden; text-align:center;margin:0px auto;}
.topadcs a img{ width:100%; height:auto; display:block;}
.topadcs a{display:block;margin:0 auto;}
.topadcs a.fullad{ height:350px;}

.plc,.plc2{ height:24px;line-height:24px;padding:7px 8px 8px 0px; position:relative; color:#666; overflow:hidden; font-size:14px; border-bottom:1px solid #ececec; padding-bottom:8px; font-family:"Microsoft Yahei","微软雅黑";}
.plc span {}
.plc i,.plc2 i,.plc a{ font-style:normal; font-size:14px; color:#666;}

/*资讯中心*/
.temp_dy_fl {display:block; height:55px;margin-top:0px;padding-bottom:20px}
.temp_dy_fl ul{ height:55px;width: 1200px;text-align: center;border-bottom: 1px solid #eee;} 
.temp_dy_fl li{width:149px;height: 55px;font-size: 18px;line-height: 55px;text-align: center;border-right: 1px solid #fff;cursor: pointer;text-overflow: ellipsis;white-space: nowrap;background:#0180cf;position:relative;/*! float: left; */display: inline-block;*display:inline;zoom:1;}
.temp_dy_fl li.non{padding-right:0px}
.temp_dy_fl li a{ display:block;color:#fff;}
.temp_dy_fl .cur a ,.temp_dy_fl li a:hover{background: url(img/pro/p16-icon6.png) no-repeat center bottom #ff8b00;border-color: #ff8b00;text-decoration: none;color:#fff; }
.temp_dy_fl li p{position:absolute;left:0;top:55px;width:236px;background:#fff;padding:10px 0;z-index:8;display:none}
.temp_dy_fl li:hover p{display:block}
.temp_dy_fl .cur p a,.temp_dy_fl li p a{background:#fff;color:#333;font-size:16px;line-height:45px}
.temp_dy_fl li p a:hover,.temp_dy_fl li p a.cur{background:#fff;color: #47C0DB;}
a:hover{text-decoration: none; }




.cpdt_qhz{width:520px;float:left;}
.cpdt_tj{width:518px;border:1px solid #eee;}
.cpdt_tj img{width:518px;}
.cpdt_qhy{width:650px;float:right}
.dhcp_ycc{float:left;padding-right:30px}
.cpzxbty{float:left;}
.pd_hotline{height:40px;line-height:40px;padding:20px}

/**/


/*--客服样式--*/
.fleft_kh {
	top: 223px; width: 66px; right: 0%; margin-right: 2px; position: fixed; z-index: 987654;
}
.fleft_kh a:link {
	background: no-repeat center 8px #0168B7; width:66px; height: 38px; text-align: center; color: #fff; line-height: 38px; padding-top: 30px; margin-top: 1px; display: block; z-index: 545;font-size: 14px; 
}
.fleft_kh a:visited {
	background: no-repeat center 8px #0168B7; width: 66px; height: 38px; text-align: center; color: #fff; line-height: 38px; padding-top: 30px; margin-top: 1px; display: block; z-index: 545;
}
.fleft_kh a:hover {
	background-color: #ff8b00;
}
.fleft_kh a {
	position: relative;
}
.fleft_kh a.rtel {
	padding: 0px; height:66px; position: relative;
}
.fleft_kh a.rtel span {
	background: #ff8b00; top: 0px; width: 66px; height: 66px; text-align: left; right: 0px; line-height: 66px; overflow: hidden; font-size: 24px; position: absolute;
}
.fleft_kh a.rtel span i {
	background: no-repeat center 8px #0168B7; width: 66px; height: 38px; text-align: center; color: #fff; line-height:38px; padding-top: 30px; font-size: 14px; font-style: normal; margin-right: 10px; float: left;
}
.fleft_kh a.rtel:hover span i {
	background-color: #ff8b00; 
}


/*--客服样式--*/
.fleft_kh {
	top: 223px; width: 66px; right: 0%; margin-right: 2px; position: fixed; z-index: 987654;
}
.fleft_kh a:link {
	background: no-repeat center 8px #0168B7; width:66px; height: 38px; text-align: center; color: #fff; line-height: 38px; padding-top: 30px; margin-top: 1px; display: block; z-index: 545;font-size: 14px; 
}
.fleft_kh a:visited {
	background: no-repeat center 8px #0168B7; width: 66px; height: 38px; text-align: center; color: #fff; line-height: 38px; padding-top: 30px; margin-top: 1px; display: block; z-index: 545;
}
.fleft_kh a:hover {
	background-color: #ff8b00;
}
.fleft_kh a {
	position: relative;
}
.fleft_kh a.rtel {
	padding: 0px; height:66px; position: relative;
}
.fleft_kh a.rtel span {
	background: #ff8b00; top: 0px; width: 66px; height: 66px; text-align: left; right: 0px; line-height: 66px; overflow: hidden; font-size: 24px; position: absolute;
}
.fleft_kh a.rtel span i {
	background: no-repeat center 8px #0168B7; width: 66px; height: 38px; text-align: center; color: #fff; line-height:38px; padding-top: 30px; font-size: 14px; font-style: normal; margin-right: 10px; float: left;
}
.fleft_kh a.rtel:hover span i {
	background-color: #ff8b00; 
}


/*运价搜索*/

.inquiry_l1 {width:575px; display:block; overflow:hidden; margin-right:5px;height:291px;float:left;	background:#FFF;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius:10px;border:5px solid #cacaca; padding:0 20px;}

.inquiry_tit {width:575px;height:45px;border-bottom:1px solid #d8d8d8;}
.inquiry_tit a {display:block;width:287px;height:45px;color:#3c3b3b;float:left;text-align:center;line-height:42px;font-weight:400;text-decoration:none;}
.inquiry_tit a:hover {color:#0180cf;}
.inquiry_tit .on { font-weight:bold;   color:#0180cf;border-bottom:#0180cf 3px solid;height:42px;
	line-height:42px;z-index:30;display:block;box-shadow:2px 5px -2px #d0d0d0;}

.inquiry_tit .in_te1 {font-size:16px;}
.inquiry_tit .in_te2 {font-size:13px;margin-left:4px;}
.inquiry_text { width:33%; height:45px; float:left; padding-top:0px;}
.inquiry_text a {width:100%;display:block;height:20px;display:block;color:#adadad;border-right:#dddddd 1px solid;margin-top:13px;
	font-family: "Apple LiGothic Medium", "Arial", sans-serif;text-align:center;line-height:20px;font-weight:400;text-decoration:none;}
.inquiry_text a:hover {	display:block; color:#0180cf;margin-top:13px;text-align:center;	background:#FFF;font-weight:400;}

.inquiry_form { clear:left;width:630px;height:235px;}
.inquiry_1 {width:550px;height:80px;background:#fff;}
.inquiry_bottom {width:100%;height:35px;line-height:35px;font-size:12px;text-indent:0px;}
.inquiry_bottom a {	text-align:left;color:#0180cf;font-size:12px;padding:0 5px;}
.inquiry_1 a 
{
    background:#888;
    display:block;
    width:120px;
    height:30px;
    margin:0 auto;
    margin-top:20px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    line-height:30px;
    font-size:14px;
    float:left; 
    margin-right:10px;
    font-size:14px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.inquiry_1 .on,.inquiry_1 a:hover{ font-weight:bold;display:block;border-radius:15px;text-align:center;	color:#fff;background:#0180cf;}

.inquiry_2 ul li{ float:left; margin:5px 10px 5px 0; }
.inquiry_tal1 td {height:50px;	width:33%;	line-height:40px;text-align:left;}
.inquiry_tal2 {	width:520px;height:150px;margin:0 auto;	margin-top:20px;}
.inquiry_tal2 td {height:40px;line-height:40px;text-align:left;}
.inquiry_tal3 {width:450px;height:100px;margin:0 auto;margin-top:20px;}
.inquiry_tal3 td {text-align:left;}

.inquiry_form .txt-rightTitle{width: 160px; height: 20px; border: #f3f3f3 1px solid; padding-top: 4px;padding-bottom: 4px;padding-left: 8px; padding-right: 8px;  -moz-box-shadow: 0px 1px 3px #8d8d8d inset; -webkit-box-shadow: 0px 1px 3px #8d8d8d inset; box-shadow: 0px 1px 3px #8d8d8d inset;-moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px; color: #333; font-size: 12px; font-family: Arial, "Microsoft YaHei";}

.inquiry_form .txt-rightTitle-focus{ width: 160px; height: 20px; border: #f3f3f3 1px solid;padding-top: 4px;padding-bottom: 4px;padding-left: 8px;
padding-right: 8px;-moz-box-shadow: 0px 1px 3px #0180cf inset;-webkit-box-shadow: 0px 1px 3px #0180cf inset;box-shadow: 0px 1px 3px #0180cf inset;-moz-border-radius: 1px;-webkit-border-radius: 1px;border-radius: 1px;color: #000;font-size: 12px;font-family: Arial, "Microsoft YaHei";
}

.inquiry_form .txt-rightTitle-blur{width: 160px;height: 20px;border: #f3f3f3 1px solid;padding-top: 4px;padding-bottom: 4px;padding-left: 8px;
padding-right: 8px;-moz-box-shadow: 0px 1px 3px #8d8d8d inset;-webkit-box-shadow: 0px 1px 3px #8d8d8d inset;box-shadow: 0px 1px 3px #8d8d8d inset;-moz-border-radius: 1px;-webkit-border-radius: 1px;border-radius: 1px;font-size: 12px;font-family: Arial, "Microsoft YaHei";}

.inquiry_input {width: 140px; height: 20px;}
.inquiry_input2 {width: 120px;height: 20px;}
.btn_inquiry{width: 158px;height: 32px;border: none;background:#0180cf;color: #fff;cursor: pointer;font-size: 12px;letter-spacing:2px;border:1px solid #3d75ae;}
	
.btn_inquirydw{width: 158px;height: 32px;border: none;background: #0180cf;color: #fff;
font-size: 12px;letter-spacing:2px;}

.note_inquiry {	font-size:12px; width:360px;line-height:30px;color:#2f2d2d;	letter-spacing:0px;}


/*海运运价 列表页------------------------------------------------------------*/
.hyyj{ width:1200px; margin:auto; border:1px solid #e2e3e5; border-bottom:0; border-top:0;margin-top:15px; box-shadow:0px 0px 8px #ccc; text-align:center;margin-bottom: 25px; }
.hy_tit{ border-radius:2px; border:1px solid #d4d4d4; background:url(Img/pro/tit_bg.jpg); height:42px;line-height:42px;}
.hy_tit h1{ background:url(Img/pro/hy_tit.jpg) no-repeat; height:42px; float:left; width:173px; color:#0180cf; font-size:16px; border-right:2px solid #0180cf;}

/*海运列表*/
.hy_con{ padding:10px; text-align:left;}
.hy_con .listtit{ border:1px solid #e4e4e4; background:#efefef; font-size:16px; font-weight:bold;  height:50px; line-height:50px; clear:both}
.hy_con .listtit ul li{ float:left; }
.hy_con .listtit ul li span{ padding-left:20px;}
.hy_con .listtit ul li a{ padding:5px;}
.hy_con .listtit ul li a:hover{ padding:5px; background:#fff; text-decoration:none}
.hy_con .listtit ul li .on{ padding:5px; background:#fff; text-decoration:none; border:1px solid #efefef;}
.hy_con .list{background-color:#FFFFFF; border-bottom:#c6c5c5 solid 1px; height:95px; padding-top:10px; clear:both; position:relative;}
.hy_con .list ul{ width:980px; margin-left:20px; clear:both; display:block; float:left}
.hy_con .list ul li{ float:left; padding:18px 0px 0px 0px; } 
.hy_con .list .zi1{ font-size:18px;  font-weight:bold; color:#ff6e04;  text-align:left; }
.hy_con .list .zi2{ font-size:14px; font-weight:bold;  color:#0180cf; }
.hy_con .list .zi2 a{ font-size:14px; font-weight:bold;  color:#0180cf; }
.hy_con .list .zi3{ background:url(../../images/yj/bz.jpg) no-repeat 0; padding-left:35px; width:490px; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis}
.hy_con .list .zixun{float:right; background:url(../../images/yj/on-line-ico2.gif) no-repeat 0px; text-indent:20px; font-size:14px; position:absolute; top:30px; right:20px; }
.hy_con .list .zixun a{color:#03335b;}
.hy_con .list .zixun a:hover{font-weight:bold; color:#ff6e04;}

/*列表宽度*/
.w_40{ width:40px}
.w_50{ width:50px}
.w_60{ width:60px}
.w_70{ width:70px}
.w_80{ width:80px}

.w_100{ width:100px}
.w_130{ width:130px}
.w_150{ width:150px}
.w_160{ width:160px}
.w_170{ width:170px}
.w_180{ width:180px}
.w_190{ width:190px}
.w_200{ width:200px}
.w_220{ width:220px}
.w_240{ width:240px}
.w_250{ width:250px}
.w_280{ width:280px}
.w_300{ width:300px}
.w_320{ width:320px}
.w_340{ width:340px}
.w_360{ width:360px}
.w_390{ width:390px}
.w_410{ width:410px}
.w_420{ width:420px}
.w_450{ width:450px}
.w_460{ width:460px}
.w_470{ width:470px}
.w_480{ width:480px}

/*页面上在线*/
.c{ clear:both; }
.l{ float:left;}
.r{ float:right;}
.on-line{background:#FFF; height:290px;width:524px;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius:10px;border:5px solid #215098; padding:0 10px;}
.on-line .tit{ background:url(../../images/yj/on-line-ico.gif) no-repeat; border-bottom:1px solid #e3e3e3; font-size:14px; color:#999; color:#333; line-height:25px; height:30px; margin-bottom:10px; clear:both; margin-top:12px;}
.on-line .tit h2{color:#036; float:left; width:80px;overflow:hidden; padding:0; margin:0; text-indent:40px;}
.on-line .tit h2 a{color:#fe7001;height:17px;line-height:15px;}

.on-line .linebtn1{ padding-top:10px;}
.on-line .linebtn1 li
{
    font-family:"Microsoft YaHei","Apple LiGothic Medium","Arial","宋体","SimSun","SimHei";
    float:left;
    width:232px;
    text-align:center;
    font-size:15px;
    font-weight:bold;
    height:40px;
    text-align:center;
    background:#0180cf;
    -webkit-border-radius:15px;
    -ms-border-radius:15px;
    -o-border-radius:15px;
    border-radius:15px;
    line-height:40px;
    margin:15px;
}
.on-line .linebtn1 li a{color:#fff; display:block; width:100%; line-height:40px;text-align:center;}