/** 清除内外边距 **/ 
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td, /* table elements 表格元素 */ img/* img elements 图片元素 */ { margin: 0; padding: 0; }
body { color: #333; font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif; font-size: 14px; background-color:#f0f0f0; }
ul, li { list-style: none; }
img { border: 0px; vertical-align: middle; }
a { color: #333; text-decoration: none; }
a:hover { color: #e4000f; text-decoration: none; }/*大红 e4000f 橙色 ff9900*/
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
table { border-collapse: collapse; border-spacing: 0 }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.clearfix:after { content: '\0020'; display: block; height: 0; clear: both; font-size: 0; visibility: hidden }
.clearfix { *zoom:1
}
.clear { clear: both; }
b, i {
    font-style: normal;
    font-weight: normal;
}
.red { color: #c00; }
.red1 { color: #F00; }
.grey { color: #999999; }
.orange { color: #ff7800!important; }
.green { color: #090!important; }
.black { color:#333; }
.blue { color:#09f; }
.f12 { font-size:12px; }
.f14 { font-size:14px !important; }
.wrap { margin:0 auto; width:1000px; }
.w1000 { width: 960px !important; margin: 0 auto; padding:20px; background-color:#fff; }
.mt15 { margin-top:15px; }
/*header*/
.top { background-color:#fff; }
.header { background: #fff; line-height: 25px; padding-top:10px; padding-bottom:10px; }
.logo { width:477px; display:block; float:left; }
.logo_r { width:503px; float:right; text-align:right; color:#787878; }
.logo_r a.on{color:#c00;}
.logo_r a:hover { text-decoration:underline }
.tel{ vertical-align:middle; font-size:32px; font-family:Impact;color:#c00;margin-top:10px; }
.tel img{ vertical-align:middle;}
/*nav*/
.nav { height:46px; line-height:46px; background-color:#dd0a02; }
.nav li { float:left; width:125px; text-align:center; position:relative;}
.nav li.on{ background-color:#000;}
.nav li.end { float:right; width:auto; padding:0 10px; margin:10px 0; height:26px; line-height:26px; border-radius:5px; background-color:#424b50; }
.nav li a { color:#fff; font-size:16px; display:inline-block; text-align:center; }
.nav li:hover { color:#fff; text-decoration:underline; background-color:#000; }
.nav li.end a { color:#dd0a02; }
#nav li dl { text-align: center; list-style: none; position: absolute; z-index: 9999; background: #cc0001; }
#nav li dl dd { height: 35px; line-height: 35px; color: #222; border-top: #b60404 1px solid;border-bottom: #e00406 1px solid; }
#nav li dl dd:hover{border-top: #000 1px solid;border-bottom: #000 1px solid;}
#nav li dl dd a { font-weight: normal; white-space: nowrap; color: #fff; background: none; height: 35px; line-height: 35px; display:block; font-size:13px; }
#nav li.current dl dd a { color: #fff; }
#nav li dl dd a:hover,#nav li dl dd:hover a { color: #cc0001; background-color:#000; }
/*banner*/
.banner { position:relative;height:360px; }
/*banner*/
.fullSlide {width:100%;position:relative;height:360px;background:#fff;}
.fullSlide .bd {margin:0 auto;position:relative;z-index:0;}
.fullSlide .bd ul {	width:100% !important;}
.fullSlide .bd li {	width:100% !important;height:360px;overflow:hidden;text-align:center;}
.fullSlide .bd li a {display:block;height:360px;}
.fullSlide .hd {width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul {text-align:right;}
.fullSlide .hd ul li {cursor:pointer;display:inline-block;*display:inline;zoom:1;width:30px;height:8px;margin:2px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul li.on {background:#c00;filter:alpha(opacity=100);opacity:1;}
/*首页快速工具栏*/
.tp-tools { background-color: #424b50; border-radius: 5px; position: absolute; bottom: 0; left: 50%; margin-left: -500px; margin-bottom: 0; }
.tp-tools>li { float: left; position: relative; }
.tp-tools>li:hover { background-color:#dd0a02; }
.tp-tools .tp-t-tit { display: block; height: 64px; line-height: 64px; color: #333; width: 166px; font-size: 13px; font-family: "Hiragino Sans GB", "Microsoft YaHei", sans-serif; text-align: center; cursor: pointer; vertical-align:middle; }
.tp-tools>li:hover .tp-t-tit { color:#fff; }
.tp-tools .tpi { background-image:url(../images/tp-toolicon.png); background-repeat:no-repeat; width:22px; height:22px; margin-right:5px; display:inline-block; vertical-align:middle; margin-bottom:5px; }
.tp-tools .tpi-1 { background-position:0 0; }
.tp-tools .tpi-2 { background-position:0 -22px; }
.tp-tools .tpi-3 { background-position:0 -44px; }
.tp-tools .tpi-4 { background-position:0 -66px; }
.tp-tools .tpi-5 { background-position:0 -88px; }
.tp-tools .tpi-6 { background-position:0 -110px; }
.tp-tools .track:hover { background-color: #424b50; }
.tp-tools>li.track:hover>a { color:#333; }
.tp-tools .track:hover .tpi { background-image:url(../images/tp-toolicon.png); }
.tp-tools .mb-area { background-color:#dd0a02; border-radius:0 5px 5px 0; width:170px; }
.tp-tools .mb-area a { color:#fff; }
.tp-tools .mb-area:hover { background-color:#fff; border-radius:0; }
.tp-tools .mb-area:hover a { color:#dd0a02; }
.tp-tools .mb-area:hover .mb-area-con { display:block; }
.tp-tools>li:hover .tpi { background-image:url(../images/tp-toolicon1.png); }
.mb-area-con { display: none; position: absolute; right: 0; bottom:64px; background-color: white; border-radius: 3px; }
.member { font-size: 13px; display: block; background: white; border-radius: 5px; z-index: 10; }
.member .column { min-width: 150px; display: table-cell; vertical-align: top; border-left: 1px solid #ECECEC; padding:15px 20px; }
.member .column .title { display: block; font-size: 14px; font-family: "Hiragino Sans GB", "Microsoft YaHei", sans-serif; color: #eb1d21; margin-bottom: 15px; text-align: left; }
.member .column .second-title { font-size: 13px; padding-bottom: 5px; margin-left: 0px; margin-bottom: 5px; text-align: left; width: 100%; border-bottom: 1px dotted #ccc; }
.member .column .second-title img { width:16px; height:16px; margin-right:5px; }
.member .column .second-title a { color:#787878; }
.member .column .second-title a:hover { color:#dd0a02; text-decoration:underline; }
.quick-login { position: absolute; background-color: transparent; width: 344px; display: block; border-radius: 3px; bottom: 64px; left: 0; }
.quick-login .arrow { position: absolute; left: 27%; margin-left: -16px; bottom: -9px; display: block; width: 0; height: 0; border-color: transparent; border-width: 9px; border-top-color: #fff; border-bottom-width: 0; border-style: solid; }
.quick-login .links { position: relative; background-color: #dd0a02; /*background-image: linear-gradient(#f7282c,#c21e22);*/ height: 48px; border-radius: 3px; }
.quick-login .links .link { float: left; font-size: 13px; width: 50%; font-family: "Hiragino Sans GB", "Microsoft YaHei", sans-serif; line-height: 48px; text-align: center; color: #fff; box-sizing: border-box; }
.quick-login .links .link__left { border-right: 1px solid #a11e21; }
.quick-login .links .link__right { border-left: 1px solid #f66a6d; }
.quick-login .transparent-separator { border-bottom: transparent 8px solid; }
.quick-login .bill-number { border-top-right-radius: 3px; border-top-left-radius: 3px; background-color: #FFFFFF; text-align: left; padding: 15px 20px; line-height:28px; }
.quick-login .bill-number .token-input { padding:7px; height:20px; border:1px solid #ccc; line-height:20px; overflow:hidden; resize:none; box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2); font-family:"Microsoft YaHei", sans-serif; float:left; outline:none; }
/*.quick-login .bill-number .token-input:focus { height: 130px; }*/
.quick-login .bill-number .track-btn { font-family:"Microsoft YaHei", sans-serif; color: white; background-color: #eb1d21; line-height: 34px; height:36px; width: 65px; font-size: 14px; letter-spacing: 2px; border-radius: 0 3px 3px 0; text-align: center; border: 1px solid #B51919; float:left; }
/*main*/
.main { margin-top:20px; }
/*通用box*/
.mod { background: #fff; }
.mod .mod_hd { height: 20px; }
.mod a.more { float: right; text-align: right; padding-right: 8px; height: 21px; line-height: 21px; padding-bottom: 6px; font-size:12px; color:#888; }
.mod .mod_hd h2 { color: #424b50; height: 36px; font-size: 16px; float: left; font-weight:normal; }
.mod .mod_hd h2 b { font-weight:normal; color:#dd0a02; }
.mod .mod_bd { clear:both; }
.main .index_l { width:272px; float:left }
.main .index_r { width:648px; float:right }
.news { width:100%; }
.news a { display:block; border-bottom:dotted 1px #ccc; line-height:30px; color:#444; font-size:12px;width:272px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
/*首页淘宝链接*/
.act-list { width:678px; margin-left:-10px; }
.act-list li { width:216px; float:left; margin-left:10px; }
.act-list li img { width:216px; height:216px; }
.act-list .act-con { padding:15px 5px 5px 5px; }
.act-list .act-tit { font-weight:normal; color:#444; font-size:14px; line-height:25px; text-align:center; }
.act-list .act-link { background-color: #eb1d21; display: block; color: #FFFFFF; padding: 3px 10px 3px 10px; border-radius: 1px; margin-top: 3px; margin-bottom: 3px; float: right; clear: both; }
.act-list .act-link a{color:#fff;}
/*客户留言滚动*/
  .faqlist { height:260px; overflow:hidden; }
#assess { overflow:hidden; height:260px; }
#assess li { background: url(../images/assess_icon.gif) no-repeat 0 16px; text-indent:10px; line-height:28px; font-size:12px; border-bottom:1px dotted #ddd; padding:5px 0; }
#assess li a { color:#787878; }
#assess li .disable { color:#f60; }
/*首页小幻灯片*/
#showImage { position:relative; width:668px; height:260px; }
#showImage ul { margin-top:-30px; float:right; }
#showImage ul li { float:left; width:18px; height:18px; border-radius:50%; font-size:12px; line-height:18px; text-align:center; list-style:none; margin:0 3px; cursor:default; color:#666; background:#f1f1f1; }
#showImage ul li.hover { background:#dd0a02; color:#fff; }
.playList { position:absolute; }
.playList a { display:block; width:668px; height:260px; position:absolute; overflow:hidden; }
#playinfo { position:absolute; margin-top:0; padding:0 0 0 20px; height:31px; width:200px; color:#000; z-index:1001; cursor:pointer; line-height:18px; color:#999; }
.playList a img { width:668px; height:260px; overflow:hidden; }
#playinfo b { font-size:14px; display:block; line-height:31px; }
/*footer*/
.footer { zoom: 1; background: #fff;  border-top: 2px solid #ed5736; }
.footer .footer-content { padding-top: 24px; padding-bottom: 4px; color: #666; font-size: 12px; }
.footer .footer-content .footer-help { width: 100%!important; display: table; }
.footer .footer-content a { color: #666; }
.footer-help h4 { margin-bottom: 20px; font-size: 14px; font-family: inherit; font-weight: 500; line-height: 1.1; color: #3c3c3c; }
.footer-help>.col { display: table-cell; padding-left: 8px; padding-right: 8px; }
.footer-help .col:first-child { padding-left: 0; }
.footer-help .col-2 { width: 16%; }
.footer-help .col-3 { width: 25%; }
.footer-help .col-3.i-contact { vertical-align:top; }
.footer-help p { margin: 0 0 10px; }
.footer-help a { margin: 0 0 8px; display: block; color: #666; }
.text-lg { font-size: 24px!important; line-height: 28px!important; display:block; margin-top:8px; }
.footer .footer-content .footer-links { line-height: 25px; font-weight: 400; text-align:center; }
.footer .footer-content .footer-bottom { line-height: 25px; text-align:center; }
/* 主要css样式*/
.main-im { position:fixed; right:10px; top:200px; z-index:100; width:110px; height:272px; }
.main-im .qq-a { display:block; width:106px; height:116px; font-size:14px; color:#0484cd; text-align:center; position:relative; }
.main-im .qq-a span { bottom:5px; position:absolute; width:90px; left:10px; color:#c00; }
.main-im .qq-hover-c { width:70px; height:70px; border-radius:35px; position:absolute; left:18px; top:10px; overflow:hidden; z-index:9; }
.main-im .qq-container { z-index:99; position:absolute; width:109px; height:118px; border-top-left-radius:10px; border-top-right-radius:10px; border-bottom:1px solid #dddddd; background:url(../images/qq-icon-bg.png) no-repeat center 8px; }
.main-im .img-qq { max-width:60px; display:block; position:absolute; left:6px; top:3px; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.main-im .im-qq:hover .img-qq { max-width:70px; left:1px; top:8px; position:absolute; }
.main-im .im_main { background:#F9FAFB; border:1px solid #dddddd; border-radius:10px; background:#F9FAFB; display:none; }
.main-im .im_main .im-tel { color:#000000; text-align:center; width:109px; height:auto; border-bottom:1px solid #dddddd; }
.main-im .im_main .im-tel div { font-weight:bold; font-size:12px; margin:10px 0; }
.main-im .im_main .im-tel .tel-num { font-family:Arial; font-weight:bold; color:#e66d15; }
.main-im .im_main .im-tel:hover { background:#fafafa; }
.main-im .im_main .weixing-container { width:55px; height:47px; border-right:1px solid #dddddd; background:#f5f5f5; border-bottom-left-radius:10px; background:url(../images/weixing-icon.png) no-repeat center center; float:left; }
.main-im .im_main .weixing-show { width:112px; height:172px; background:#ffffff; border-radius:10px; border:1px solid #dddddd; position:absolute; left:-125px; top:-126px; }
.main-im .im_main .weixing-show .weixing-sanjiao { width:0; height:0; border-style:solid; border-color:transparent transparent transparent #ffffff; border-width:6px; left:112px; top:134px; position:absolute; z-index:2; }
.main-im .im_main .weixing-show .weixing-sanjiao-big { width:0; height:0; border-style:solid; border-color:transparent transparent transparent #dddddd; border-width:8px; left:112px; top:132px; position:absolute; }
.main-im .im_main .weixing-show .weixing-ma { width:104px; height:103px; padding-left:5px; padding-top:5px; }
.main-im .im_main .weixing-show .weixing-txt { position:absolute; top:110px; left:7px; width:100px; margin:0 auto; text-align:center; }
.main-im .im_main .go-top { width:50px; height:47px; background:#f5f5f5; border-bottom-right-radius:10px; background:url(../images/totop-icon.png) no-repeat center center; float:right; }
.main-im .im_main .go-top a { display:block; width:52px; height:47px; }
.main-im .close-im { position:absolute; right:10px; top:-12px; z-index:100; width:24px; height:24px; }
.main-im .close-im a { display:block; width:24px; height:24px; background:url(../images/close_im.png) no-repeat left top; }
.main-im .close-im a:hover { text-decoration:none; }
.main-im .open-im { cursor:pointer; margin-left:68px; width:40px; height:133px; background:url(../images/open_im.png) no-repeat left top; }


.pagecon{width:1000px; margin:0 auto;background:#424b50;}
/*子页 CSS*/
.left-cont{ width:200px; overflow:hidden; float:left; display:inline; background:#424b50; position:relative;}
.right-cont{width:800px; overflow:hidden; float:left; display:inline; background:#fff;/*box-shadow:-5px 0 5px rgba(0, 0, 0, 0.1);*/ position:relative;}
.left-nav{ padding-top:20px;}
.left-nav .box-bd li{ overflow:hidden;}
.left-nav .box-hd{ color:#fff; text-align:center;height: 36px;border-bottom: 1px dotted #555;
  font-size: 16px; font-weight:normal;
  position: relative;margin-bottom:10px;}
.left-nav a{ height:36px; line-height:36px; display:block; padding-left:30px;color:#999;}
.left-nav a:hover{ background:#4f5a5e; color:#fff;}
.left-nav a i{ margin-right:10px; vertical-align:middle;}
.left-nav .active{position:relative; z-index:222;}
.left-nav .active a{ color:#fff; background:url(../images/gif-arrow-right.gif) right 10px no-repeat #dd0a02;}
.sub-serve{ overflow:hidden; width:100%; padding:15px 0; border-bottom:1px dashed #ddd;}
.sub-serve ul{ overflow:hidden;}
.sub-serve ul li{ float:left; display:inline; width:50%; text-align:center;}
.sub-ico{ text-align:center; display:block;}
.sub-ico h1{ width:48px; height:35px; overflow:hidden; border-radius:50%; padding-top:13px; margin:0 auto; background:#ed5736;}
.sub-ico i{ font-size:20px; line-height:24px; height:24px; color:#fff;}
.sub-ico span{ display:block; position:relative; padding-top:5px; padding-bottom:15px;}
.sub-serve li:nth-child(2) .xz-blue h1{background:#47a8ef;}
.sub-serve .xz-blue:hover h1{background:#47a8ef;}
.sub-serve .xz-green:hover h1{background:#4cc42c;}
.sub-serve .xz-violet:hover h1{background:#c34ce5;}
.sub-serve .xz-yellow:hover h1{background:#ffb400;}

.left-cont .check-box{height:180px; width:160px; padding:0 20px;border-bottom: 1px solid #666; }
.left-cont .check-box h2{margin:0;color: #dd0a02;
  font-size: 14px;
  border: 0;
  line-height: 48px;
  height: 48px;}
.left-cont .check-text{ height:65px;width: 100%;
  border-radius: 3px;
  background-color:#f4f4f4;
  display: block;
  transition: height 0.1s ease 0s;
  -webkit-transition: height 0.1s ease 0s;}
.left-cont .check-text textarea{ height:45px; width:140px;resize: none;
  border: none;
  margin: 10px;
  background-color:#f4f4f4;
  outline:none;
  transition: height 0.1s ease 0s;
  -webkit-transition: height 0.1s ease 0s;
  overflow-x: hidden;
  overflow-y: auto;
  color:#666;font-family:"microsoft yahei";}
.left-cont .seach-box{ padding:20px 10px;}
.left-cont .seach-box .seach-text{width: 100%;
  display: block;}
  .left-cont .seach-box .seach-text .txt{ height:24px; line-height:24px; padding:2px 5px; width:120px;resize: none;
  border: none;
  background-color:#f4f4f4;
  outline:none;
  float:left;
  transition: height 0.1s ease 0s;
  -webkit-transition: height 0.1s ease 0s;
  overflow-x: hidden;
  overflow-y: auto;
  color:#666;font-family:"microsoft yahei";}
.left-cont .a-btn{ height:26px; line-height:26px; width:50px;}
 .left-cont .seach-box .a-btn{ float:right; border:0;font-family:"microsoft yahei"; border-radius:0;margin-top:0;height:28px; line-height:28px;}
.right-box{ width:760px; height:auto; float:left; padding:20px; min-height:300px;}
.right-box .box-hd{ border-bottom:1px solid #ddd;color: #424b50;
  height: 36px;
  line-height:30px;
  font-size: 16px;
  position: relative; font-weight:normal;}
.hot-hd{ background-color:#94ba52; height:57px; position:relative; margin-top:-1px; display:none;}
.hot-hd span{ display:block; width:200px; height:93px; background:url(http://source.yto.net.cn/gw/images/YTO_img.png) 0 0 no-repeat; position:absolute; left:0; bottom:0; overflow:hidden; text-indent:-999px;}
.ycyp-hot{ padding:20px;}
.right-box .box-bd{line-height:26px; color:#787878;}

.title-h1{ font-size:22px; text-align:center; color:#424b50; padding-bottom:10px; font-weight:normal;margin-top:20px;}
.title-h2-time{ text-align:center; padding-bottom:10px; margin-bottom:15px; font-size:12px; display:block;}
.title-h2{ font-size:16px; text-align:center; font-weight:normal; margin-top:15px; color:#424b50; padding-bottom:10px;}
.title-h3{color:#ed5736; padding:10px 0;}
.title-h4{color:#424b50; padding:10px 0;}
.txt-p{ text-indent:2em; text-align:justify; text-justify:inter-ideograph;}
.img-p{ padding:10px 0 5px 0; text-align:center;}
.right-banner{ width:100%; height:180px; margin-bottom:1px; overflow:hidden;}

.a-btn {
  display: block;
 height: 26px;
  line-height: 26px;
  width: 50px;
  text-align: center;
  border-radius: 3px;
  background-color: #ed5736;
  color: #fff;
  font-size: 14px;
  margin-top:10px;
}

.news-col{ overflow:hidden;}
.news-col li{ display:block; overflow:hidden; height:46px; line-height:46px; border-bottom:1px dashed #ddd;}
.news-col li a{ float:left; font-size:14px; color:#787878;}
.news-col li a:hover{color:#c00; text-decoration:underline;}
.news-col li span{ float:right; font-size:12px;}
.news-col li.news-col-last{ border-bottom-style:solid;}

/*翻页，下一页*/
.page a.number { }
.page { text-align: center; font-family: "微软雅黑"; font-size: 14px; display:block; clear:both; height:30px; line-height:30px; margin-top:18px; }
.page a { margin: 0 5px 0 0; padding: 3px 8px; background:#f1f1f1; color:#666; }
.page a.number { /*border: 1px solid #ddd;*/ }
.page a.active { background: #dd0a02; top left repeat-x !important; /*border-color: #009bff !important;*/ color: #fff !important; }
.page a.active:hover { text-decoration: underline; }
.page ul.pager { width:100%; text-align:center; }
.page ul span.msg { font-size:14px; font-family:"微软雅黑" }
.page a:hover {  background:#dd0a02;; color:#fff; }
.page ul.pager a { cursor:pointer; }

.problem { width:100%; margin:0 auto; padding:15px 0; line-height:35px; font-size:14px;color:#666; }
.problem  ul li{ float:left;width:50%;}
.problem a { color:#787878;margin-left:10px; }
.problem a:hover { color:#c00; text-decoration:underline; }

.zscp {
width: 100%;
overflow: auto;
line-height: 16px;
padding: 15px 0;
}
.zscp_box{ }
.zscp_box1{}
.zscp_box2{}
.zscp .p_tit{font-size:16px; line-height:30px;}
.zscp .p_tit1{color:#e4000f;background-color:#fdeff0; border-radius:5px; padding:2px 8px;margin-bottom:8px; display:block; text-indent:10px;}
.zscp .zscp_price{margin:10px 0 0;border:1px solid #dbdbdb;padding:10px;}
.zscp .zscp_price img{ display:block; float:left;height:83px;width:117px;}
.zscp .zscp_price p{ float:left;color:#666; line-height:26px;margin-left:30px;width:300px;}

.zscp_box .grey{ line-height:22px;}

.zscp_box .js_tb{width:100%;}
.zscp_box .js_tb td{padding:3px 2px;font-size:14px;}
.zscp_box .js_tb .txt{height:22px; line-height:22px; padding:2px 5px; border:1px solid #dbdbdb; background-color:#fff; width:200px;}
.zscp_box .js_tb .txt1{width:80px;}
.zscp_box .js_tb select.txt{height:28px; line-height:28px;width:112px;}

.zscp .b2b_list{}
.zscp .b2b_list li{width:109px;height:125px; float:left;margin-left:9px;}
.zscp .b2b_list li img{width:107px;height:123px; border:1px solid #dbdbdb;}

.price{ width:100%; overflow:auto; padding:10px 0}
.price_txt{ padding-left:15px; color:#999999;}
.price_txt span{ font-size:24px; color:#FF6600; font-family:Georgia; padding:0 5px}
.price_btn{ margin-top:6px; margin-left:15px; width:143px; height:21px; line-height:21px; background:url(../images/cp_link.jpg) no-repeat left;}
.price_btn a{ color:#FFFFFF; padding:0 5px 0 15px}
.price_btn a:hover{ color:#000; }

.liucheng h2 {padding-left:10px;background:url(../images/h2_di.png) no-repeat;height:32px;line-height:28px;color:#1c7ea7;}
.liucheng ul {padding:10px 5px 5px 5px;overflow:hidden;}
.liucheng li {height:48px;line-height:40px;color:#d55f00;font-weight:bold;width:177px;background:url(../images/next_di.png) no-repeat;text-align:center;margin:5px auto;}
.liucheng .next_over {background-position:0 -48px;}
.liucheng2 {margin:0}
.liucheng2 ul {overflow:hidden;}
.liucheng2 li {height:48px;line-height:40px;color:#d55f00;font-weight:bold;width:400px;background:url(../images/next_di2.png) no-repeat;text-align:center;margin:5px auto;}
.liucheng2 .next_over {background-position:0 -48px;}

.gswh{ width:285px; float:left; padding-right:25px; border-right:1px solid #DDD; margin-right:25px;}
.ywfw{ width:285px; float:right;}

.tit01 {
    height: 30px;
    line-height: 30px;
}
.name_cn {
    font-size: 16px;
    padding-right: 5px;
}
.name_en {
    font-size: 14px;
    font-family: Arial;
    color: #999;
}
.img01 {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-top: 20px;
}
.txt01 {
    height: 100px;
    overflow: hidden;
    line-height: 24px;
    margin-top: 10px;
	color:#666;
	font-size:12px;
}
.more02 {
    height: 24px;
    margin-top: 10px;
}
/*************** Pagination ***************/

.pagination {padding: 4px 0 5px 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height:16px; color:#999;margin-top:10px; text-align:center; }
.pagination a { font-family:"microsoft yahei"; margin: 0 5px 0 0; padding: 4px 6px; line-height: 15px; background-color:#fff; display:inline-block; height: 15px; color: #666; text-decoration: none;border: 1px solid #ccc;}
.pagination a.number { color:#c00; background: #fff; }
.pagination a.number:hover { background: #c00; border-color: #c00 !important; color: #fff !important; }
.pagination a.current { background: #c00; border-color: #c00 !important; color: #fff !important; }
.pagination a.current:hover { text-decoration: underline; }

.banner_r{width:315px; height:319px; padding-top:30px;margin-right: 186px;position: absolute;
z-index: 99;
right:50%;
top: 0px;
overflow: hidden;}
   .tagmenu{height:31px; line-height:31px;}
   .tagmenu span{width:98px; text-align:center;}
   .tagmenu .tagmenuli{width: 98px; float: left; text-align:center;}
   .searchlt{background:url(../images/tagmenu.gif) no-repeat; height:31px;width:98px;opacity:0.8;filter:Alpha(opacity=30);}
	.searchrzi{position:absolute; padding:10px 0 0 10px; margin:-185px 0 0 0; *margin:-185px 0 0 0px !important;*margin:-185px 0 0 0px; overflow:hidden; width:290px;}
	.searchltzi{position:absolute; margin:-30px 0 0 20px;}
	.searchlfzi{position:absolute; margin-top:-30px;height: 31px;width: 98px;}
	.searchltzi a, .searchlfzi a{font-weight:bold; color:#fff; font-size:14px;}
	.searchrzi ul li{color:#fff; }
	.searchlf + .searchlfzi a{color:#c00;}
	.Button_l{float: left; width: 189px; font-weight: bold; text-indent:10px;}
	.searchl{width:28px; float:left;}
.searchlt a{ color:#fff; font-weight:bold; display:block;}
.searchlf a{font-weight:bold; color:#fff;}
.searchlf:hover{background:url(../images/tagmenu.gif) no-repeat;display:block;opacity:0.3;filter:Alpha(opacity=30);}
.searchlf{background:url(../images/tagmenu.gif) no-repeat; height:31px;display:block; opacity:0.1;filter:Alpha(opacity=10);}

.searchr{background:#333;  height:185px;opacity:0.6;filter:Alpha(opacity=60);}
.searchr ul{padding:15px 0 0 10px; }
.searchr ul li{padding:5px 0; color:#fff;}
.searchr select{height:20px;}
.searchr input{border:1px solid #ccc; height:20x;}
.searchr .Button{padding-top:15px;}

.Button{padding-top:10px;}
.Button_m input{background:url(../images/search_anniu.gif) no-repeat; width:92px; height:27px;}
.Button_m, .Button_m2{opacity:0.8;filter:Alpha(opacity=80); height:27px; display:inline-block; vertical-align:middle;}
.Button_m img, .Button_m2 img{vertical-align:middle;}
.Button_m2 input{background:url(../images/search_anniu1.gif) no-repeat; width:92px; height:27px; border:none;}
.Button_mzi{position:absolute; margin-left:-92px;margin-top:3px;}
.Button_mzi input{width:80px; height:27px; background:none; border:none; color:#fff; font-family:"microsoft yahei"}
.search_yf{padding:3px 0 0 8px;}

.hydl{background:#333;  margin-top:10px; height:75px;opacity:0.6;filter:Alpha(opacity=60);}
.hydl_m{position:absolute; margin-top:-63px;}
.hydl_ml{width:200px; float:left;}
.hydl_mll{width:130px; float:left; padding-left:10px;}
.hydl_mr{width:100px; float:left;color:#fff; font-size:12px;}
.hydl_mr a{color:#c00; line-height:20px;}
.hydl_mr a:hover{text-decoration:underline;}
.hydl_mllt{ background:#fff; display:block; height:19px; line-height:17px;*line-height:19px !important;*line-height:19px; border:1px solid #868686}
.hydl_mllt span, .hydl_mllf span{font-size:12px;}
.hydl_mll input{ height:17px; width:117px; vertical-align:middle; font-size:12px;outline:none; border:none;padding:0 5px;}
.hydl_mllf{margin-top:8px; background:#fff; display:block;height:19px; line-height:17px;*line-height:17px !important;*line-height:17px; border:1px solid #868686}

.hydl_mlr{ float:left; display:block; margin-left:8px;height:45px;width:44px; padding-top:3px;}
.hydl_mlrinput input{height:52px;width:45px; cursor:pointer;margin-top:-3px;}
.hydl_mlrinputzi{position:absolute; margin-left:-44px; padding:13px 0 0 8px;}
.branch { margin: auto 13px; }
.inquire_t { background: url(../images/inquire_t.jpg) no-repeat; width: 236px; height: 32px; line-height: 32px; color: #c81628; font-size: 14px; font-family: "微软雅黑"; text-indent: 15px; }
.branch, .m_right .inquire .price, .m_right .inquire .goods { float: left; }
.branch { margin: auto 13px; }
.inquire_m { width: 236px; height: 143px; background: #f5f5f5;border-top: none; position: relative; }
.branch .text { width: 200px; margin: auto; }
.branch .branch_info { float: left; margin: 12px 0 0 15px;font-family: "宋体"; }
.branch .branch_info li { height: 20px; line-height: 20px; }
.branch .submit { float: right; margin: 12px 17px 0 0; position: absolute; top: 85px; right: 0px; }
#cost_search  li{line-height:32px;}
/*查询*/
#PackDoc{width: 155px; height: 20px; border: 1px solid #ccc; font-family:'microsoft yahei'}
#Country{width: 190px; height: 18px; border: 1px solid #ccc}
#GWT{width: 180px; height: 18px; border: 1px solid #ccc}
#NOS,#nu{width: 260px; height: 100px; border: 1px solid #aaa; background: #fff; color: #999999; padding: 5px;margin:10px 0 0 10px;}

/*irun*/
#irun{width:1000px;margin:0 auto;}
#irun .irun{height:372px;position:relative;overflow:visible;}

#irun .irunbt{width:33px;height:68px;position:absolute;top:20px;left:1010px;text-indent:-2000em;}
#irun .irunbt .irunbtl a,#irun .irunbt .irunbtr a{display:block;width:33px;height:33px;background-image:url(../images/runBt.gif);background-repeat:no-repeat;overflow:hidden;}
#irun .irunbt .irunbtl a{background-position:0 0;}
#irun .irunbt .irunbtr a{background-position:0 -33px;margin-top:2px;}

#irun .irunbt .irunbtl a:hover{background-position:0 -66px;}
#irun .irunbt .irunbtr a:hover{background-position:0 -99px;}

#irun .iruncon{display:inline;float:left;width:318px;height:348px;margin:20px 20px 0 0;background:#FFF;border:1px solid #E8E8EA;border-bottom-width:2px;}
#irun .iruncon .iruntl{width:280px;height:36px;line-height:36px;margin:5px 19px 0 19px;color:#eb1d21;font-size:16px;border-bottom:1px solid #E3E3E3;}

#irun .iruncon .irunc{width:280px;height:145px;line-height:25px;margin:5px 19px 0 19px;}
#irun .iruncon .irunc li{line-height:25px;}
#irun .iruncon .irunm a{display:block;width:56px;height:16px;margin-left:241px;line-height:16px;text-align:center;color:#FFF;background:#999;font-family:"宋体";text-decoration:none;}
#irun .iruncon .irunm a:link,#irun .iruncon .irunm a:visited{color:#FFF; font-size:12px;font-family:'microsoft yahei'}
#irun .iruncon .irunm a:hover{color:#FFF;text-decoration:none;background:#f00;}
#irun .iruncon .irunm a:active{color:#FFF;}

#irun .icase li{text-indent:14px;background:url(../images/listLi1.gif) 2px center no-repeat;}
#irun .inews li{background:url(../images/listLi2.gif) 2px center no-repeat;}

.product-bd{padding:20px 0;}
.product-bd h3{ font-size:14px; color:#424b50; padding:10px 0; font-weight:bold; }
.product-bd .icofont{ vertical-align:middle;}
.yto-col{ position:relative; overflow:hidden;  margin:0 auto 15px; padding:10px; border-radius:6px; display:block; border:1px dashed #ddd;}
.yto-col:hover{ box-shadow:0 0 5px #888; border-color:#fff;}
.yto-col:hover p{color:#888;}
.yto-col i{ position:absolute; display:block; font-size:36px;}
.yto-col h3{ padding:0 0 5px 50px;}
.yto-col p{padding-left:50px;}
.yto-col .a-btn{ position:absolute; right:10px; top:50%; margin-top:-13px;}
/*font
@font-face {
    font-family: "YtoIcons";
	src:url("fonts/YtoIcons.eot");
    src:url("fonts/YtoIcons.eot?#iefix") format("embedded-opentype"), 
	url("fonts/YtoIcons.woff") format("woff"), 
	url("fonts/YtoIcons.ttf") format("truetype"), 
	url("fonts/YtoIcons.svg#ElegantIcons") format("svg");
	font-weight: normal;
	font-style: normal;
}*/
.icofont{
	/*font-family: 'YtoIcons';*/
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.down_content li {
	border-bottom: #CCC 1px dotted;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	background: url(../Images/z_44.jpg) no-repeat left center;
	margin: 2px 10px 2px 10px;
}
.down_content  span{
	float:right;

}
.down_content .download_a
{
	color:#f60;
}
.search{width:270px; float:right}
.price{width:360px; float:left;}

#NOS{height:120px;
width: 240px;
 border:1px solid #ddd; background-color:#f1f1f1; color:#999;margin:0;margin-top:10px;}
.search .button{ background-color:#df5705; color:#fff;padding:10px 0; width:120px; border:none;margin:10px auto 0;}
.price table td{height:30px;padding:5px 3px;}
.price .l_txt{height:28px; border:none; background-color:#f1f1f1;border:1px solid #ddd;}
.price select{height:28px; line-height:28px;background-color:#f1f1f1;border:1px solid #ddd; }
.price .button{padding:10px 0;width:51%;margin:0 auto; text-align:center; display:block; border:none; background-color:#c00; color:#fff;}
.price .button:hover,.search .button:hover{opacity:0.8; -webkit-opacity:0.8;filter: alpha(opacity=80);}