﻿@charset "utf-8";
/*全局样式
---------------------------------------------*/
.mask{ background-color:rgba(0,0,0,0.9); height: 100%; width: 100%; position: fixed; left: 0px; top: 0px; z-index:9999 }
section,
article,
aside,
header,
footer,
nav,
figure { display: block; }
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
figure { margin: 0; padding: 0; }
body,
button,
input,
select,
textarea { font: 12px/1.5 "Microsoft Yahei"; }
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea { font-size: 100%; }
address,
cite,
dfn,
em,
var { font-style: normal; }
code,
kbd,
pre,
samp { font-family: courier new, courier, monospace; }
p,
ul,
li,
dl,
dd,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6 { list-style: none; }
a { color: #666; text-decoration: none; }
a:hover { color: #0089CD; text-decoration: none; }
fieldset,
img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; float: none }
input::-moz-focus-inner, button::-moz-focus-inner {
 border: 0;
 padding: 0;
 outline: 0;
}
.clear { clear: both; font-size: 0px; height: 0px; overflow: hidden; }
.line5 { clear: both; font-size: 0px; height: 5px; overflow: hidden; }
.line10 { clear: both; font-size: 0px; height: 10px; overflow: hidden; }
.line15 { clear: both; font-size: 0px; height: 15px; overflow: hidden; }
.line20 { clear: both; font-size: 0px; height: 20px; overflow: hidden; }
.line30 { clear: both; font-size: 0px; height: 30px; overflow: hidden; }
/*禁用点击状态*/
.disabled { cursor: not-allowed; background-color: #BFBFBF !important; color: #D4D4D4 !important; opacity: 0.75 }
/*高度*/
.h_1 { height: 15px; }
.h_2 { height: 20px; }
.h_3 { height: 25px; }
.h_4 { height: 35px; }
.h_5 { height: 35px; }
.h_6 { height: 35px; }
/* Clear Fix */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hide from IE Mac */
/*表格样式*/
.table { display: table; width: 100%; }
.table-row { display: table-row; }
.table-cell { display: table-cell; vertical-align: middle; text-align: center; }
.clearfix { display: block; }
/* End hide from IE Mac */
/* end of clearfix */
	.rowFlex{display: flex;flex-direction: row;}
	.columnFlex{display: flex;flex-direction: column;}
	.centerFlex{align-items: center;justify-content: center;}
	.leftFlex{align-items: center;justify-content: flex-start;}
	.rightFlex{align-items: center;justify-content: flex-end;}
	.bothFlex{align-items: center;justify-content: space-between;}
  .wrapFlex{flex-wrap: wrap;align-content: flex-start;}

.left { float: left; }
.right { float: right; }
.red { color: #F00; }
.red:hover { color: #F60; }
.red a { color: #F00; }
.red a:hover { color: #F60; }
.gray { color: #666; }
.gray:hover { color: #F60; }
.gray a { color: #666; }
.gray a:hover { color: #F60; }
.blue { color: #1E7BB3; }
.blue:hover { color: #F60; }
.blue a { color: #1E7BB3; }
.blue a:hover { color: #F60; }
/*文本框样式*/

input.wide { width: 250px; }
input.txt { width: 200px; }
input.small { width: 50px; }
.textarea { display: inline; margin-right: 5px; height: 75px; line-height: 25px; vertical-align: middle; background: #fff; color: #999px; border: 1px solid #e8e8e8; border-radius: 5px; padding-right: 7px; padding-left: 7px; margin-top: 15px; }
.input { display: inline; margin-right: 5px; height: 25px; line-height: 25px; vertical-align: middle; background: #fff; color: #999px; border: 1px solid #e8e8e8; border-radius: 5px; padding-right: 7px; padding-left: 7px; }
.select { padding: 7px; border: 1px solid #e8e8e8; line-height: 20px; }
p.but-module { display: block; }
p.but-module img { display: block; width: 100%; }
/*按钮样式*/

.btns { text-align: center; }
.btns .a-btn { display: inline-block; margin: 0; color: #fff; font-size: 16px; height: 40px; text-align: center; width: 35%; line-height: 40px; border-radius: 5px; }
.btns .a-btn-s { font-size: 12px; height: 30px; width: 40%; line-height: 30px; }
.btns .bg01 { background-image: url(../images/icon-01.png); background-repeat: no-repeat; background-position: 25% center; }
.btns .bg02 { background-image: url(../images/icon-02.png); background-repeat: no-repeat; background-position: 15% center; }
.btn { display: inline-block; margin: 0; color: #fff; font-size: 14px; height: 25px; text-align: center; padding-top: 0; padding-right: 15px; padding-bottom: 0; padding-left: 15px; line-height: 25px; padding: 5px 25px; height: auto; }
.btn { background: #1e7bb3; border-radius: 3px; vertical-align: middle; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
.btn:hover { color: #fff; opacity: 0.9; }
.btn-mini { height: 25px; line-height: 25px; padding: 1px 8px 0; }
input.btn,
button.btn { cursor: pointer; overflow: visible; }
.btn-success { background: #89b73a; border: 1px solid #89b73a; text-shadow: 0 -1px 0 #89b73a; }
.btn-error { background: #CB423B; border: 1px solid #AA352F; text-shadow: 0 -1px 0 #CB423B; }
.btn-gray { color: #333 !important; background-color: #E9E9E9; }
.btn-blue { background: #529ad5; }
.btn-yellow { background: #f27c09; }
.btn-gray:hover { color: #303030; }
/*标题样式*/

.main-tit { margin: 0 auto; padding: 30px 0 0; }
.main-tit h2 { display: block; padding-right: 10px; color: #666; font-size: 24px; font-weight: 400; line-height: 25px; }
.base-tit { border-bottom: 1px solid #f0f0f0; color: #3b8dd1; line-height: 1em; font-size: 18px; font-weight: normal; }
.base-tit span { position: relative; top: 1px; display: inline-block; padding: 10px 0; border-bottom: 1px solid #3b8dd1; }
.base-tit i { float: right; padding: 10px 0; color: #999; font-size: 12px; line-height: 26px; font-style: normal; }
.bar-tit { background-color: #fafafa; color: #000; font-size: 16px; text-align: center; line-height: 40px; }
.bar-tit .more { font-size: 14px; float: right; line-height: 40px; padding-right: 15px; padding-left: 15px; font-weight: normal; color: #529ad5; }
.p-info { font-size: 16px; line-height: 2; }
/*页码容器*/

.page-box { margin-top: 15px; color: #999; font-size: 14px; }
/*视频容器*/

.video-box { position: relative; width: 100%; height: 473px; _clear: both; _display: inline; }
/*提示样式*/

.msg-tips { position: relative; margin: 30px auto; padding: 30px 0; width: 380px; font-size: 14px; text-align: left; }
.msg-tips .ico { display: block; float: left; background: url(../images/icon-tips.png) no-repeat left top; width: 46px; height: 46px; text-indent: -99999px; overflow: hidden; }
.msg-tips .ico.error { background-position: -50px 0; }
.msg-tips .ico.warning { background-position: -100px 0; }
.msg-tips .msg { margin-left: 60px; }
.msg-tips .msg strong { margin-bottom: 10px; color: #444; font-size: 15px; }
.msg-tips .msg p { line-height: 1.8em; }
.msg-tips .msg i { color: #f00; font-style: normal; }
/*div表格化*/

.div-table { display: table; width: 100%; }
.div-table-row { display: table-row; vertical-align: middle; }
.div-table-cell { display: table-cell; vertical-align: middle; }
.altrowstable { border: 1px solid #EAEAEA; width: 100%; }
.altrowstable th { border: 1px solid #EAEAEA; font-size: 16px; line-height: 35px; color: #222; height: 35px; text-align: center; }
.altrowstable td { border: 1px solid #EAEAEA; font-size: 14px; line-height: 25px; padding-right: 5px; padding-left: 5px; word-break: break-all }
.altrowstable .th1 { width: 25%; }
.altrowstable .th2 { width: 15%; }
.altrowstable .th3 { width: 15%; }
.altrowstable .th4 { width: 15%; }
.altrowstable .th5 { width: 15%; }
.altrowstable .th6 { width: 15%; }
/*返回顶部*/

.toTop { color: #9fa0a0; border: 1px solid #e9e9e9; position: fixed; right: 5px; bottom: 20%; width: 55px; height: 55px; background: url(../images/icon-up.png) no-repeat center center; opacity: 0.75; }
.toTop:hover { opacity: 1 }
/*页面布局
----------------------------------------------*/

body { text-align: center; background: #fff; *position: relative;font-family: "微软雅黑", "宋体"; min-width:1200px }
.section { position: relative; margin: 0 auto; padding: 0; width: 1024px; min-width: 900px; max-width: 1024px; text-align: left; overflow: hidden; }
.wrapper { position: relative; margin: 0 auto; width: 100%; overflow: hidden; }
.wrapper.igoods { height: 327px; }
.wrapper.auto { height: auto; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.main-left { position: relative; float: left; width: 31%; overflow: hidden; margin-right: 35px; margin-bottom: 0; margin-left: 0; }
.main-right { overflow: hidden; float: right; width: 31%; }
.sidebar-left { float: left; width: 68%; overflow: hidden; }
.sidebar-right { float: right; width: 30%; overflow: hidden; }
.list-auto { position: relative; display: block; margin: 0 340px 0 0; overflow: hidden; _zoom: 1; }
.list-right { position: relative; display: block; float: right; width: 300px; overflow: hidden; }
.main-wrap { position: relative; margin: 0 auto; padding: 0; width: 1180px; text-align: left; }
.left941 { float: left; width: 941px; }
.left211 { float: left; margin-left: 28px; width: 211px; }
.info-box { float: left; width: 200px; background: #eef8fa; border: 1px solid #e8ecef; }
.home-box { position: relative; display: block; margin: 0 0 0 217px; overflow: hidden; }
.main-box { position: relative; margin-bottom: -30px; width: 100%; background: #f2f2f2; }
.top-bg { background-image: url(../images/top-bg.jpg); background-repeat: no-repeat; background-position: center top; }
/*登录样式*/

.login { vertical-align: top; }
.login h2 { color: #00b3bf; font-size: 19px; }
.login-box { background: #f8f8f8; padding: 15px; }
.member_login { min-height: 141px }
.login-box h3 { font-size: 18px; font-weight: normal; color: #565656; text-align: center; }
.login-box b { font-size: 16px; font-weight: normal; color: #000000; text-align: center; display: block; margin-top: 35px; }
.login-box ul { display: table; width: 100%; }
.login-box ul li { display: table-row; height: 45px; }
.login-box ul li label { display: table-cell; font-size: 14px; vertical-align: middle; }
.login-box ul li span { display: table-cell; vertical-align: middle; }
.login-box ul li .text { display: block; height: 30px; border-radius: 3px; border: #d8d8d8 1px solid; width: 100%; }
.login-left { position: absolute; top: 30px; left: 0; right: 320px; bottom: 0; background: url(../images/login-bg.png) no-repeat center center; _width: 500px; _height: 320px; _top: 100px; _left: 160px; }
.login-right { float: right; margin: 30px auto; padding: 20px; width: 300px; text-align: left; border: 1px solid #e5e5e5; border-radius: 3px; background: #fff; }
/*登录后*/
.User { font-size: 14px; color: #666px; text-align: right; }
.User a { font-size: 14px; padding: 0 8px; text-decoration: underline; color: #06C; }
/*页面头部
----------------------------------------------*/
/*搜索框样式*/
.search {float:left; position:relative; width:60% ;padding-top: 5px; padding-bottom: 5px;}
.search .s-btn { color: #fff; background-color: #529ad5; font-size: 14px; border-radius: 5px; padding: 0px 15px; border: none; cursor: pointer;position:absolute;right:0; top:7px; height:28px }
.search .s-text {  min-width: 40px; width: 60%;    display: inline;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background: #fff;
    color: #999px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding-right: 7px;
    padding-left: 7px; }
.mid .s-btn { color: #fff; background-color: #529ad5; font-size: 14px; border-radius: 5px; padding: 0px 15px; border: none; cursor: pointer;height:28px }
.mid .s-text {  min-width: 40px; width: 90%;    display: inline;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background: #fff;
    color: #999px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding-right: 7px;
    padding-left: 7px; }
.header { width: 100%; }
.header-wrap { text-align: center; z-index: 300; display: table; margin-right: auto; margin-left: auto; }
.header-wrap .left-box { display: table-cell; overflow: hidden; vertical-align: middle; text-align: left; }
.header-wrap .right-box { display: table-cell; width:65% }
.header-wrap .right-box .menu { text-align: right; color: #3c3c3c; padding-top: 5px; padding-bottom: 5px;float:right }
.header-wrap .right-box .menu a { display: inline-block; color: #3c3c3c; font-size: 12px; height: 28px; line-height: 28px; padding-right: 8px; padding-left: 5px; }
.header-wrap .right-box .login { padding-top: 15px; text-align: right; }
.header-wrap .right-box .User { padding-top: 15px; padding-bottom: 15px; text-align: right; }
.header-wrap .right-box .login span { color: #3c3c3c; }
.nav { height: 45px; font-size: 14px; background-color: #b8d1e8; display: table; width: 100%; }
.nav .left-nav { /*display: table-cell;*/ width: calc(70% - 8px);padding: 12px 8px 12px 0;}
.nav .left-nav li { display: inline-block; position: relative; z-index: 15;/*width:16.666666%;*/ }
.nav .left-nav li a { display: inline-block; line-height: 30px; color: #000; opacity: 0.9; padding: 0 5px;font-size: 13px;}
.nav .left-nav li a:hover,
.nav .left-nav li a.on { border-radius: 3px; color: #fff; background-color: #529ad5; }
.nav .left-nav li .children { position: absolute; left: 0px; top: 30px; background-color: #529ad5; width: 180px; }
.nav .left-nav li .children li { display: block; width: 100%; }
.nav .left-nav li .children li a { font-size: 12px; font-weight: normal; color: #FFFFFF; text-align: left; line-height: 35px; display: block; margin: 0px; padding-right: 10px; padding-left: 10px; }
.nav .left-nav li .children li a:hover { color: #000; background-color: #FFF; }
.nav .right-nav { /*display: table-cell;*/ width: 30%; text-align: center; vertical-align: middle; }
.nav .right-nav div.right-bg { background-color: rgba(250, 250, 250, 0.22); border-radius: 25px; padding: 0 0 6px; }
.nav .right-nav span { background-color: #529ad5; height: 31px; display: inline-block; border-radius: 25px; width: calc(50% - 9px); margin-left: 6px;margin-top: 6px;}
.nav .right-nav span a { display: inline-block; color: #FFF; padding: 0 5px; font-size: 12px; line-height: 31px; }
.nav .right-nav span a:hover { color: #F4F4F4; }
/*焦点图*/

.banner { }
.banner a { cursor: default }
.banner img { display: block; max-width: 100%; }
.focus { height: 425px; width: 1024px; background-color: #73aefb; margin-top: 0px; margin-right: auto; margin-bottom: 0; margin-left: auto; }
.focus .left { float: left; width: 795px; height: 425px; position: relative; overflow: hidden; }
.focus .left li { position: absolute; left: 0; top: 0; width: 100%; height: 425px; z-index: 1; opacity: 0; filter: alpha(opacity=0); display: block; }
.focus .left li img { display: block; width: 100%; height: 100% }
.focus .left li.active { z-index: 2; }
.focus .left li p { display: none; }
.focus .right { float: right; width: 200px; padding: 5px; background-color: #FFF; margin: 7px; overflow:hidden;height: calc(100% - 24px);}
.focus .right::-webkit-scrollbar { display: none;}
.focus .right ul{animation: scroll 20s linear infinite;}
@keyframes scroll {
    0% {
        transform: translateY(0); /* 起始位置 */
    }

    100% {
        transform: translateY(-100%); /* 滚动至列表底部 */
    }
}


.focus .right li { height: 90px; overflow: hidden; color: #33cccc; font-size: 24px; line-height: 90px; cursor: pointer; padding: 5px 2px; }
.focus .right li img { display: block; padding: 0; margin: 0; max-width: 100% }
.focus .right li:hover,
.focus .right li.active { color: #fff; }
/*内容样式
----------------------------------------------*/

.contents { }
.contents .title { }
.contents .title h1 { font-size: 18px; text-align: center; font-weight: 100; }
.contents .title .meta-info { text-align: center; }
.contents .title .meta-info span { display: inline-block; color: #999999; font-size: 14px; padding: 0 10px }
.contents .con {  }
.contents .con p { color: #222222;font-family: "微软雅黑", "宋体"; font-size: 12px; line-height:1.5 }
.contents .con img { display: block; max-width: 100%;margin:0 auto; }
/*幻灯片样式*/

.focusbox { position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 2px solid #f7f7f7; overflow: hidden; _position: relative; }
.focusbox .slides { position: relative; display: block; width: 100%; height: 100%; zoom: 1; overflow: hidden; }
.focusbox .slides:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.focusbox .slides li { width: 100%; height: 100%; overflow: hidden; }
.focusbox .slides li img { min-width: 100%; min-height: 100%; _width: 100%; _height: 100%; }
.focusbox .slides li .note-bg { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 125px; background: url(../images/pic-bg.png) 0 bottom repeat-x; _height: 50px; _background: url(none) 0 0 repeat #000; }
.focusbox .slides li .note-txt { position: absolute; left: 0; right: 0; bottom: 0; display: block; padding: 10px; height: 24px; line-height: 24px; color: #fff; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.focusbox .flex-control-nav { position: absolute; right: 5px; bottom: 18px; display: block; z-index: 4; }
.focusbox .flex-control-nav li { margin: 0 5px 0 0; display: inline-block; zoom: 1; *display: inline;
}
.focusbox .flex-control-nav li a { display: block; width: 8px; height: 8px; text-indent: -9999px; border: 1px solid #999; border-radius: 8px; cursor: pointer; overflow: hidden; }
.focusbox .flex-control-paging li a:hover { background: #333; }
.focusbox .flex-control-paging li a.flex-active { background: #f90; border-color: #f90; cursor: default; }
/*二级页焦点图*/
/*大标题*/

.main-left .ntitle { width: 100%; margin: 0px; }
.ntitle { margin: 0 auto; width: 100%; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dfdfdf; }
.ntitle:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ntitle h2 { display: inline-block; float: left; padding-right: 10px; width: auto; color: #333; font-size: 16px; font-weight: 800; line-height: 25px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #4196dd; }
.ntitle h2 a {
    position: relative;
    padding-right: 25px;
    color: #888;
}
.ntitle h2 em { height: 17px; font-size: 12px; color: #222222; font-weight: normal; margin-left: 10px; }
.ntitle a.more { position: relative; color: #888; display: inline-block; float: right; border: 1px solid #dfdfdf; text-align: center; line-height: 17px; padding-right: 5px; padding-left: 5px; }
.ntitle a:hover { color: #f06000; text-decoration: none; }
.ntitle p { display: inline-block; float: left; padding-top: 3px; line-height: 18px; color: #888; font-size: 14px; }
.ntitle p a { margin-left: 10px; padding: 0 0 0 15px; color: #888; font-size: 14px; background: url(../images/line.png) left center no-repeat; }
.ntitle p a:hover { color: #f06000; }
.ntitle p a.no-bg { background: none; }
.ntitle i { display: block; padding-top: 10px; color: #999; font-size: 14px; font-style: normal; line-height: 1em; }
.ntitle span { display: inline-block; float: right; line-height: 18px; color: #999; font-size: 12px; }
.ntitle span a { color: #999; }
.ntitle span a:hover { color: #0089CD; }
.l-title { margin: 0px auto; width: 100%; display: table; }
.l-title h2 { display: table-cell; width: 55%; color: rgb(0, 179, 191); font-size: 19px; font-weight: 800; line-height: 25px; border-bottom: 3px solid rgb(0, 179, 191); text-align: center; background-image: url(..//images/triangle-up.png); background-repeat: no-repeat; background-position: 50% 100%; }
.l-title h2 em { height: 17px; font-size: 14px; color: rgb(0, 179, 191); font-weight: normal; margin-left: 10px; display: block; padding-bottom: 15px; }
.l-title span { border-bottom: 3px solid rgb(213, 213, 213); width: 65%; }
.r-title { margin: 0 auto; width: 100%; margin-top: 12px; display: table; }
.r-title:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.r-title h2 { display: table-cell; width: 85%; color: #00b3bf; font-size: 18px; font-weight: 800; line-height: 25px; border-bottom: 3px solid #00b3bf; text-align: left; background-image: url(../images/triangle-up.png); background-repeat: no-repeat; background-position: bottom center; padding-bottom: 15px; }
.r-title h2 a { display: block; color: #00b3bf; font-size: 18px; font-weight: 800; line-height: 25px; text-align: left; }
.r-title h2 em { height: 17px; font-size: 12px; color: #222222; font-weight: normal; margin-left: 5px; padding-bottom: 15px; }
.r-title span { border-bottom: 3px solid #d5d5d5; width: 15%; }
/*图片列表*/

.img-list { margin: 0 0 0 -15px; *display: inline-block;
}
.img-list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-list li { position: relative; _display: inline; float: left; margin: 15px 0 0 15px; width: 224px; height: 129px; overflow: hidden; background: #fff; }
.img-list.high li { height: 273px; }
.vimg-list { *display: inline-block;
}
.vimg-list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.vimg-list li { position: relative; _display: inline; float: left; margin: 0; width: 33.3%; overflow: hidden; background: #fff; }
.vimg-list li a { display: block; }
.vimg-list li b { display: block; text-align: center; border: 1px solid #d6d6d6; width: 95%; margin-right: auto; margin-left: auto; padding-top: 10px; padding-bottom: 10px; }
.vimg-list li b img { display: block; max-width: 100%; height: 125px; width: 85px; margin-right: auto; margin-left: auto; }
.vimg-list li span { display: block; font-size: 12px; text-align: left; line-height: 1.25; height: 45px; padding: 8px; }
.photo-list { position: relative; width: 1180px; overflow: hidden; }
.photo-list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.photo-list ul { width: 956px; }
.photo-list ul li { position: relative; _display: inline; float: left; margin: 15px 0 0 15px; width: 224px; height: 129px; overflow: hidden; background: #fff; }
.photo-list ul li.col-1 { margin-left: 0; width: 463px; height: 273px; }
.photo-list ul li.col-6 { position: absolute; top: 15px; left: 956px; margin: 0; height: 273px; }
/*遮罩样式*/

.ilist a { position: absolute; display: block; top: 0; right: 0; bottom: 0; left: 0; border: 2px solid #f7f7f7; cursor: pointer; _position: relative; overflow: hidden; }
.ilist a:hover em { position: absolute; top: 50%; left: 50%; display: block; margin: -30px auto auto -30px; height: 60px; width: 60px; background: url(../images/slider.png) no-repeat 0 0; }
.ilist a img { width: 100%; min-width: 100%; min-height: 100%; _height: 100%; }
.ilist .abs-txt { position: absolute; top: 0; left: 0; display: inline-block; padding: 0 5px; border-radius: 2px; color: #fff; font-size: 12px; line-height: 23px; background: #f06000; text-align: center; }
.ilist .abs-bg { position: absolute; left: 0; right: 0; bottom: 0; display: block; height: 125px; background: url(../images/pic-bg.png) 0 bottom repeat-x; _background: url(none) 0 0 repeat #000; width: 100%; _height: 50px; }
.ilist .txt1 { position: absolute; left: 0; right: 0; bottom: 20px; display: block; padding: 0 5px; height: 24px; line-height: 24px; color: #fff; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.ilist .txt2 { position: absolute; left: 0; right: 0; bottom: 3px; display: block; padding: 0 5px; height: 20px; line-height: 20px; color: #bdbdbd; font-size: 12px; overflow: hidden; }
.ilist .txt2 p { display: block; }
.ilist .txt2 i { float: right; margin-left: 5px; font-style: normal; }
.ilist .price { position: absolute; left: 0; right: 0; bottom: 20px; display: block; padding: 0 5px; height: 30px; line-height: 30px; color: #F90; font-size: 16px; font-weight: 400; text-shadow: 1px 1px rgba(0, 0, 0, .9); vertical-align: middle; overflow: hidden; }
.ilist .price b { margin-right: 2px; font-size: 14px; font-weight: 700; }
.ilist .price i { float: right; display: block; font-style: normal; color: #bdbdbd; font-size: 12px; font-weight: normal; text-decoration: line-through; }
.ilist .protxt { position: absolute; left: 0; right: 0; bottom: 3px; display: block; padding: 0 5px; height: 20px; line-height: 20px; color: #fff; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.ilist a .img-box { position: relative; margin: 10px 10px 5px 10px; width: 200px; height: 200px; overflow: hidden; background: #000; }
.ilist a .img-box img { min-width: 100%; min-height: 100%; width: 100%; _height: 100%; }
.ilist a .info { padding: 0 10px; color: #999; }
.ilist a .info h3 { height: 24px; line-height: 24px; color: #555; font-size: 14px; font-weight: normal; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.ilist a .info i { float: right; margin-left: 5px; font-style: normal; }
.ilist a .info p { display: block; }
/*文字列表*/

.main-left .txt-list { border-right-width: 1px; border-right-style: dotted; border-right-color: #e1e1e1; }
.txt-list { position: relative; }
.txt-list li { display: block; font-size: 14px; height: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #666; width: 90%; }
.txt-list li.tit { margin-bottom: 10px; }
.txt-list li.tit a { color: #3b8dd1; font-size: 18px; font-weight: bold; line-height: 24px; }
.txt-list li b { display: inline-block; padding-right: 8px; color: #999; font-weight: normal; }
.txt-list li span { float: right; margin-left: 5px; color: #999; }
.txt-list li a { color: #666; font-size: 12px; padding-left: 10px; }
.txt-list li a:hover { color: #0089cd; }
/*文字列表1*/
.txt-list1 { position: relative; }
.txt-list1 li { display: block; font-size: 14px; height: 50px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #666; border-bottom: 1px dashed #cfcfcf; background-image: url(../images/triangle-r.png); background-position: left center; background-repeat: no-repeat; padding-left: 20px; }
.txt-list1 li p { padding-left: 10px; color: #222222; font-size: 14px; line-height: 50px; display: block; text-overflow: ellipsis; white-space: nowrap; width: 95%; overflow: hidden; }
.txt-list1 li.tit { margin-bottom: 10px; }
.txt-list1 li.tit a { color: #3b8dd1; font-size: 18px; font-weight: bold; line-height: 24px; }
.txt-list1 li b { display: inline-block; padding-right: 8px; color: #999; font-weight: normal; }
.txt-list1 li span { float: right; margin-left: 5px; color: #999; }
.txt-list1 li a { color: #222222; font-size: 14px; line-height: 50px; display: block; text-overflow: ellipsis; white-space: nowrap; width: 98%; overflow: hidden; }
.txt-list1 li:hover { color: #00b3bf; background-image: url(../images/triangle-r-hover.png); background-repeat: no-repeat; }
.txt-list1 li a:hover { color: #00b3bf; }
/*文字列表2*/

.main-left .txt-list { border-right-width: 1px; border-right-style: dashed; border-right-color: #e1e1e1; min-height: 150px; }
.txt-list2 { position: relative; }
.txt-list2 li { display: block; font-size: 14px; height: 50px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #666; width: 46%; float: left; border-bottom: 1px dashed #cfcfcf; background-image: url(../images/triangle-r.png); background-position: left center; background-repeat: no-repeat; padding-left: 20px; }
.txt-list2 li p { padding-left: 10px; color: #222222; font-size: 14px; line-height: 50px; display: block; text-overflow: ellipsis; white-space: nowrap; width: 95%; overflow: hidden; }
.txt-list2 li.tit { margin-bottom: 10px; }
.txt-list2 li.tit a { color: #3b8dd1; font-size: 18px; font-weight: bold; line-height: 24px; }
.txt-list2 li b { display: inline-block; padding-right: 8px; color: #999; font-weight: normal; }
.txt-list2 li span { float: right; margin-left: 5px; color: #999; }
.txt-list2 li a { color: #222222; font-size: 14px; line-height: 50px; display: block; text-overflow: ellipsis; white-space: nowrap; width: 98%; overflow: hidden; }
.txt-list2 li:hover { color: #00b3bf; background-image: url(../images/triangle-r-hover.png); background-repeat: no-repeat; }
.txt-list2 li a:hover { color: #00b3bf; }
/*文字列表3*/
.txt-list3 { position: relative; }
.txt-list3 li { display: block; font-size: 14px; height: 50px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #666; border-bottom: 1px dashed #cfcfcf; }
.txt-list3 li p { padding-left: 25px; background-image: url(../images/triangle-r.png); background-position: left center; background-repeat: no-repeat; color: #222222; font-size: 14px; line-height: 50px; display: inline-block; overflow: hidden; float: left; width: 80%; text-overflow: ellipsis; white-space: nowrap; }
.txt-list3 li span { float: right; color: #717171; font-size: 12px; line-height: 50px; margin-right: 9px; }
/*文字列表4*/
.txt-list4 { position: relative; }
.txt-list4 li { display: block; font-size: 14px; height: 50px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #666; border-bottom: 1px dashed #cfcfcf; }
.txt-list4 li a { padding-left: 25px; background-image: url(../images/triangle-r.png); background-position: left center; background-repeat: no-repeat; color: #222222; font-size: 14px; line-height: 50px; display: block; }
.txt-list4 li a:hover { color: #00b3bf; }
/*文字列表5*/
.txt-list5 { position: relative; }
.txt-list5 li { display: block; font-size: 14px; height: 35px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #666; }
.txt-list5 li a { color: #222222; font-size: 15px; line-height: 35px; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.txt-list5 li a:hover { color: #00b3bf; }
.txt-list5 li span { float: right; color: #717171; }
/*文字列表6*/
.txt-list6 { position: relative; }
.txt-list6 li { display: block; display: block; font-size: 14px; height: 50px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #666; border-bottom: 1px dashed #cfcfcf; background-image: url(../images/triangle-r.png); background-position: left center; background-repeat: no-repeat; padding-left: 25px; }
.txt-list6 li a { color: #222222; font-size: 14px; line-height: 50px; display: inline-block; width: 85%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.txt-list6 li a:hover { color: #00b3bf; }
.txt-list6 li span { float: right; color: #717171; font-size: 12px; line-height: 50px; margin-right: 9px; width: 10%; }
/*文字列表7*/
.txt-list7 { position: relative; }
.txt-list7 li { display: block; font-size: 14px; color: #666; }
.txt-list7 li a { color: #222222; font-size: 15px; line-height: 1.25; display: inline-block; }
.txt-list7 li a:hover { color: #00b3bf; }
/*文字列表8*/
.txt-list8 { position: relative; }
.txt-list8 li { display: block; font-size: 14px; color: #666; }
.txt-list8 li a { color: #686868; font-size: 13px; line-height: 1.5; display: inline-block; }
.txt-list8 li a:hover { color: #00b3bf; }
/*文字列表9*/
.txt-list9 { position: relative; }
.txt-list9 li { display: block; font-size: 14px; color: #666; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #D4D4D4; }
.txt-list9 li a { color: #686868; font-size: 15px; line-height: 35px; display: inline-block; }
.txt-list9 li a:hover { color: #00b3bf; }
/*图文列表*/

.t-list { position: relative; }
.t-list ul { margin: 0 0 0 -15px; *zoom: 1;
}
.t-list li { float: left; margin: 0 0 15px 15px; width: 463px; height: 129px; _display: inline; overflow: hidden; }
.t-list li a.img-box { position: relative; display: block; float: left; margin-right: 15px; width: 224px; height: 125px; border: 2px solid #f7f7f7; }
.t-list li a.img-box img { min-width: 100%; min-height: 100%; width: 100%; _height: 100%; }
.t-list li h3 { margin-bottom: 10px; color: #333; font-size: 16px; font-weight: normal; line-height: 24px; height: 48px; overflow: hidden; }
.t-list li h3 a { color: #333; }
.t-list li p { margin-bottom: 10px; color: #666; font-size: 12px; line-height: 20px; height: 40px; overflow: hidden; }
.t-list li i { color: #999; font-size: 12px; line-height: 20px; font-style: normal; }
/*图文列表*/

.n-list { padding-top: 10px; }
.n-list li { display: block; overflow: hidden; padding-top: 0; padding-right: 15px; padding-left: 16px; }
.n-list li.bg { background-color: #f6f6f6; }
.n-list li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.n-list li .div-table-cell { height: 50px; }
.n-list li h2 { font-size: 13px; line-height: 27px; font-weight: normal; height: 27px; padding-right: 0; padding-left: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 450px; }
.n-list li h2 i { color: #fff; background-color: #df0a0a; border-radius: 2px; display: inline-block; height: 14px; padding: 0 7px; font-size: 10px; line-height: 14px; margin-right: 7px; }
.n-list li h2 a { font-size: 15px; font-weight: bold; line-height: 29px; color: #08365c; text-decoration: none; }
.n-list li h2 a:hover { color: #8CAC52; }
.n-list li h3 { font-size: 13px; line-height: 35px; font-weight: normal; height: 35px; padding-right: 0; padding-left: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.n-list li h3 span { float: right; color: #717171; }
.n-list li .note { height: 105px; }
.n-list li .note b { position: relative; display: block; float: left; margin-right: 16px; width: 126px; height: 94px; font-style: normal; }
.n-list li .note b img { height: 94px; min-width: 100%; min-height: 100%; width: 100%; _height: 100%; }
.n-list li .note p { font-size: 12px; line-height: 23px; font-weight: 500; color: #555; text-indent: 2em; }
.n-list li .info { text-align: right; width: 40%; }
.n-list li .info span { margin-right: 5px; color: #777; display: inline-block; }
.n-list li .info .time { background-position: 0 -158px; }
.n-list li .info .view { background-position: 0 -36px; }
.n-list li .info .comm { background-position: 0 4px; }
.n-list .nodata { margin-top: 30px; color: #666; font-size: 14px; line-height: 100px; text-align: center; }
/*右侧通用列表*/

.sidebar-box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.sidebar-box h3 { display: block; margin-bottom: 10px; padding-bottom: 10px; line-height: 1em; color: #888; font-size: 18px; font-weight: 300; border-bottom: 1px solid #f0f0f0; }
.sidebar-box .sidebar-txt { color: #555; font-size: 14px; line-height: 1.8em; }
.sidebar-box .sidebar-txt p { padding: 5px 0; }
.tags-box { margin-left: -10px; }
.tags-box a { display: block; float: left; margin: 0 0 10px 10px; padding: 5px 10px; color: #555; font-size: 13px; line-height: 20px; border: 1px solid #f0f0f0; }
.tags-box a i { margin-left: 2px; color: #999; font-style: normal; }
/*类别列表*/

.navbar li { padding-bottom: 5px; }
.navbar li h4 { display: block; color: #3b8dd1; font-size: 16px; font-weight: normal; line-height: 30px; }
.navbar li h4 a { color: #3b8dd1; }
.navbar li p { font-size: 14px; color: #888; line-height: 30px; }
.navbar li p a { display: inline-block; margin-right: 5px; color: #888; }
/*热门*/

.focus-list ul { margin: 0; *zoom: 1;
}
.focus-list ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.focus-list li { float: left; margin: 0 0 20px 0px; _display: inline; }
.focus-list li a { color: #888; font-size: 13px; cursor: pointer; display: table; width: 100%; }
.focus-list li a b { position: relative; display: table-cell; margin: 0; width: 30%; overflow: hidden; }
.focus-list li a:hover b em { position: absolute; top: 50%; left: 50%; display: block; margin: -30px auto auto -30px; height: 60px; width: 60px; background: url(../images/slider.png) no-repeat 0 0; }
.focus-list li a b img { min-width: 100%; max-height: 100%; width: 100%; margin: 0; display: block; }
.focus-list li a span { display: table-cell; line-height: 1.5; width: 68%; text-align: left; text-overflow: ellipsis; vertical-align: top; padding-left: 2%; border-bottom: 1px solid #d5d5d5; }
.focus-list li.top span { }
/*排行*/

.rank-list li { position: relative; _display: block; padding: 10px 0 0 25px; height: 25px; vertical-align: top; }
.rank-list li a { display: block; padding: 0; color: #888; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; _position: absolute; }
.rank-list li .num { position: absolute; left: 0px; top: 12px; display: inline-block; vertical-align: -3px; *vertical-align: middle;
width: 16px; height: 16px; margin-right: 10px; background: #1389d7; font-style: normal; color: #fff; font-size: 10px; font-family: Verdana, Geneva, sans-serif; text-align: center; overflow: hidden; }
.rank-list li.active .num { top: 12px; background: #d60007; font-family: Georgia, "Times New Roman", Times, serif; }
.rank-list li span { float: right; margin-left: 5px; color: #999; _padding: 2px 0 2px 5px; _z-index: 2; _position: absolute; _background: #fff; _right: 0; }
/*推荐*/

.red-list ul { margin: 0 0 0 -15px; *zoom: 1;
}
.red-list ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.red-list li { float: left; margin: 0 0 15px 15px; _display: inline; }
.red-list li a { color: #888; font-size: 13px; cursor: pointer; }
.red-list li a .img-box { position: relative; display: block; margin: 0; padding: 1px; width: 94px; height: 94px; border: 1px solid #e8e8e8; overflow: hidden; }
.red-list li a .img-box img { min-width: 100%; min-height: 100%; width: 100%; _height: 100%; }
.red-list li a span { display: block; line-height: 30px; width: 98px; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
/*相关*/

.rel-list { margin-top: 15px; }
.rel-list ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.rel-list ul .nodata { color: #999; font-size: 14px; line-height: 50px; }
.rel-list ul li { display: block; float: left; margin: 0 auto 15px 0; padding: 0; width: 100%; overflow: hidden; _float: none; _width: auto; }
.rel-list ul li .img-box { position: relative; display: none; float: left; padding: 5px; width: 43%; border: 1px solid #e8e8e8; overflow: hidden; max-height: 210px; height: 210px; }
.rel-list ul li .img-box a { display: block; max-width: 100%; max-height: 100%; }
.rel-list ul li .img-box img { max-width: 100%; max-height: 210px; width: 100%; display: block; }
.rel-list ul li .info { _margin-top: -15px; _padding-right: 0; float: right; width: 100%; border-bottom: 1px solid #d5d5d5; }
.rel-list ul li .info h3 { display: block; color: #08365c; font-size: 18px; font-weight: 700; line-height: 25px; overflow: hidden; white-space: normal; height: 50px; text-overflow: ellipsis; }
.rel-list ul li .info h3 a { color: #08365c; line-height: 25px; }
.rel-list ul li .info p { color: #555; font-size: 13px; line-height: 22px; overflow: hidden; text-indent: 2em; height: 90px }
.rel-list ul li .info p.big { color: #555; font-size: 16px; line-height: 30px; overflow: hidden; text-indent: 2em; height: 175px }
.rel-list ul li .info span .more { background: url(../images/label-bg.png) repeat-x 0 -0px; display: inline-block; padding: 0px 15px; color: #fff; line-height: 19px; height: 19px; font-size: 15px; text-align: center; margin-bottom: 10px; border-radius: 2px; }
.rel-list ul li .info .info-label { text-align: right; padding: 15px 0; }
.rel-list ul li .info .info-label span { color: #08365c; font-size: 12px; line-height: 24px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-left: 15px; }
/*内容标题样式*/

.meta { margin: 30px 0 0 0; padding: 0 0 15px 0; border-bottom: 1px solid #f0f0f0; }
.meta:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }
.meta h1 { margin: 0; padding: 0 0 15px 0; color: #3b8dd1; font-size: 22px; line-height: 30px; }
.meta .meta-info { color: #999; font-size: 12px; line-height: 24px; }
.meta .meta-info span { margin-right: 10px; padding-left: 20px; color: #777; background: url(../images/sprite.gif) no-repeat; }
.meta .meta-info .time { background-position: left -158px; }
.meta .meta-info .view { background-position: left -36px; }
.meta .meta-info .comm { background-position: left 4px; }
/*内容详细样式*/

.entry { margin: 15px 0; padding: 0; font-size: 14px; line-height: 2em; word-wrap: break-word; }
.entry img { max-width: 100%!important; height: auto!important; }
.entry h2,
.entry h3,
.entry h4 { padding-bottom: 5px; border-bottom: 1px solid #f6f6f6; color: #333; }
.entry h2 { font-size: 1.2em; }
.entry h3,
.entry h4 { font-size: 1.1em; }
.entry strong { color: #5E5E5E; }
.entry ul,
.entry ol { margin: 1em; }
.entry li { margin-left: 1em; }
.entry ul li { list-style: disc outside none; }
.entry ol li { list-style: decimal outside none; }
.entry p { margin: 1em 0; color: #555; word-wrap: break-word; }
.entry a { text-decoration: underline; }
.entry code { display: block; padding: 0.5em; background: #eee; border-radius: .5em; color: #777; font-family: 'courier new'; line-height: 1.7em; }
.entry table { border-left: 0.15em solid #eee; border-top: 0.15em solid #eee; }
.entry table th { background-color: #F9F9F9; text-align: center; }
.entry table td,
.entry table th { border-bottom: 0.15em solid #eee; border-right: 0.15em solid #eee; padding: 0.25em 0.5em; }
.next-prev-single { padding: 10px 0; color: #444; font-size: 14px; overflow: hidden; }
.next-prev-single p { width: 49%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.next-prev-single p a { color: #428bca; text-decoration: none; }
.next-prev-single .prev { float: left; }
.next-prev-single .next { float: right; }
/*内容相册样式*/

.album-list { position: relative; }
.album-list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.album-list ul { margin: 0 0 0 -20px; *zoom: 1;
}
.album-list li { float: left; width: 20%; }
.album-list li a { display: block; margin: 20px 0 0 20px; padding: 1px; border: 1px solid #e8e8e8; }
.album-list li a img { display: block; width: 100%; height: auto; }
/*附件样式*/

.attach-list { margin: 0; padding: 10px; }
.attach-list li { margin: 0; padding: 0 0 0 25px; color: #555; font-size: 12px; line-height: 36px; background: url(../images/sprite.gif) no-repeat 0 -108px; }
.attach-list li span { float: right; }
.attach-list li i { margin-left: 10px; font-style: normal; color: #666; }
/*当前位置*/

.curr-nav { margin: 30px 0 15px 0; color: #999; line-height: 20px; }
.curr-nav a { color: #999; }
.curr-nav a:hover { color: #0089CD; }
/*筛选条件样式*/

.screen-box { position: relative; border: 1px solid #e8e8e8; }
.screen-box:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }
.screen-box dl { clear: both; display: block; border-top: 1px solid #f7f7f7; }
.screen-box dl:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }
.screen-box dl:first-child { border-top: none; }
.screen-box dl dt { display: block; float: left; padding-left: 20px; width: 100px; color: #555; line-height: 36px; }
.screen-box dl dd { position: relative; margin-left: 112px; padding-top: 5px; overflow: hidden; }
.screen-box dl dd a { display: inline-block; margin: 0 5px 5px 0; padding: 6px 10px; border: 1px solid #fff; font-size: 12px; line-height: 1em; }
.screen-box dl dd a.selected { border-color: #fff; color: #fff; background: #0089CD; }
/*排序样式*/

.sort-box { height: 38px; border: 1px solid #e8e8e8; background: #f7f7f7; overflow: hidden; }
.sort-box a { display: block; float: left; margin-left: -1px; padding: 0 15px; line-height: 38px; height: 38px; border-left: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; color: #333; font-size: 12px; }
.sort-box a:hover,
.sort-box a.selected { color: #0089CD; background: #fff; }
/*商品图片列表*/

.img-list2 { position: relative; }
.img-list2 ul { margin: 0 0 0 -15px; *zoom: 1;
}
.img-list2 ul .nodata { text-align: center; color: #333; font-size: 14px; line-height: 120px; }
.img-list2 ul li { float: left; margin: 15px 0 0 15px; width: 224px; _display: inline; }
.img-list2 ul li .wrap-box { position: relative; padding: 10px; border: 1px solid #e8e8e8; }
.img-list2 ul li .wrap-box:hover { border-color: #f40; }
.img-list2 ul li .wrap-box .img-box { position: relative; width: 202px; height: 202px; overflow: hidden; }
.img-list2 ul li .wrap-box .img-box .abs-txt { position: absolute; top: 0; left: 0; display: inline-block; padding: 0 5px; border-radius: 2px; color: #fff; font-size: 12px; line-height: 23px; background: #f06000; text-align: center; }
.img-list2 ul li .wrap-box .img-box img { min-width: 100%; min-height: 100%; width: 100%; _height: 100%; }
.img-list2 ul li .wrap-box .info h3 { display: block; margin: 10px 0; line-height: 20px; height: 20px; color: #333; font-size: 13px; font-weight: normal; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.img-list2 ul li .wrap-box .info .col { line-height: 24px; height: 24px; color: #999; font-size: 12px; overflow: hidden; }
.img-list2 ul li .wrap-box .info .col i { float: right; color: #999; font-style: normal; }
.img-list2 ul li .wrap-box .info .col b { display: inline-block; margin-right: 2px; color: #f40; font-size: 16px; font-weight: 600; }
.img-list2 ul li .wrap-box .info .col s { display: inline-block; text-decoration: line-through; }
/*商品缩略图样式*/

.goods-pic { position: relative; float: left; margin-top: 30px; width: 370px; *z-index: 1;
}
.pic-box { float: left; }
.pic-preview { position: relative; width: 368px; height: 368px; border: 1px solid #e8e8e8; }
.pic-scroll { margin-top: 10px; width: 370px; }
.pic-scroll .prev { float: left; margin-right: 5px; }
.pic-scroll .next { float: right; }
.pic-scroll .prev,
.pic-scroll .next { display: block; font-family: "宋体"; text-align: center; width: 10px; height: 60px; line-height: 60px; border: 1px solid #e8e8e8; background: #f7f7f7; cursor: pointer; text-decoration: none; }
.pic-scroll .items { position: relative; float: left; width: 335px; height: 62px; overflow: hidden; }
.pic-scroll .items ul { position: absolute; margin: 0; padding: 0; width: 999999px; height: 100%; }
.pic-scroll .items ul li { float: left; margin: 0; padding: 0; width: 67px; text-align: center; }
.pic-scroll .items ul li img { padding: 2px; border: 1px solid #e8e8e8; width: 56px; height: 56px; }
.pic-scroll .items ul li img:hover { padding: 1px; border: 2px solid #d70000; }
/*商品规格*/

.goods-spec { position: relative; margin: 30px 0 0 400px; overflow: hidden; overflow: hidden; *zoom: 1;
}
.goods-spec h1 { display: block; color: #555; font-size: 18px; font-weight: 700; line-height: 1.1em; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.goods-spec .subtitle { margin-top: 5px; color: #6c6c6c; font-size: 15px; line-height: 18px; }
.goods-spec .spec-box { position: relative; margin-top: 10px; }
.goods-spec .spec-box.line { padding-top: 10px; border-top: 1px solid #efefef; }
.goods-spec .spec-box:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }
.goods-spec .spec-box dl { clear: both; display: block; }
.goods-spec .spec-box dl:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }
.goods-spec .spec-box dl dt { float: left; width: 80px; line-height: 38px; min-height: 38px; color: #999; }
.goods-spec .spec-box dl dd { position: relative; padding: 5px 0; line-height: 26px; min-height: 26px; color: #6c6c6c; }
.goods-spec .spec-box dl dd s { display: inline-block; text-decoration: line-through; }
.goods-spec .spec-box dl dd .price { display: inline-block; margin-right: 5px; color: #f40; font-size: 24px; font-weight: 700; }
.goods-spec .spec-box dl dd .items li { position: relative; float: left; margin: 0 5px 8px 0; padding: 1px; line-height: 20px; vertical-align: middle; }
.goods-spec .spec-box dl dd .items li a { display: block; padding: 1px; color: #666; min-width: 10px; width: auto !important; text-align: center; text-decoration: none; border: 1px solid #eee; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; vertical-align: middle; }
.goods-spec .spec-box dl dd .items li a span { display: inline-block; padding: 5px 9px; font-style: normal; line-height: 20px; }
.goods-spec .spec-box dl dd .items li a img { width: 36px; height: 38px; vertical-align: middle; }
.goods-spec .spec-box dl dd .items li a.selected { margin: -1px; color: #333; border: 2px solid #f40; color: #f40; }
.goods-spec .spec-box dl dd .stock-box { display: block; float: left; margin-right: 10px; width: 64px; }
.goods-spec .spec-box dl dd .stock-box input { float: left; margin-right: 3px; width: 42px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #e8e8e8; }
.goods-spec .spec-box .stock-box a { display: block; float: left; margin-bottom: 4px; width: 15px; height: 12px; line-height: 12px; color: #333; font-size: 11px; text-align: center; border: 1px solid #e8e8e8; cursor: pointer; overflow: hidden; }
.goods-spec .spec-box .stock-txt { float: left; line-height: 32px; }
.goods-spec .spec-box .btn-buy { margin-top: 15px; }
.goods-spec .spec-box .btn-buy .buy { display: inline-block; margin-right: 10px; padding: 0 30px; color: #e5511d; font-size: 16px; line-height: 38px; background: #ffe4d0; border: 1px solid #f0cab6; border-radius: 2px; cursor: pointer; }
.goods-spec .spec-box .btn-buy .add { display: inline-block; padding: 0 30px; color: #fff; font-size: 16px; line-height: 38px; background: #f40; border: 1px solid #f40; border-radius: 2px; cursor: pointer; }
.goods-spec .spec-box .btn-buy button.over { color: #999; background: #f7f7f7; border-color: #e8e8e8; cursor: default; }
/* 图片放大镜样式*/

.jqzoom { position: relative; display: block; margin: 0; padding: 0; width: 368px; height: 368px; border: none; cursor: crosshair; }
.jqzoom img { width: 368px; height: 368px; }
.zoomdiv { position: absolute; z-index: 100; display: none; width: 368px; height: 368px; background: #fff; border: 1px solid #e8e8e8; overflow: hidden; }
.jqZoomPup { position: absolute; top: 0; left: 0; z-index: 10; visibility: hidden; max-width: 368px; max-height: 368px; border: 1px solid #aaa; background: #fff; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); overflow: hidden; }
/*商品Tab样式*/

.goods-tab .tab-head { display: block; height: 40px; border: 1px solid #e8e8e8; background: #f7f7f7; overflow: hidden; }
.goods-tab .tab-head ul li { float: left; margin-left: -1px; border-left: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; }
.goods-tab .tab-head ul li a { display: block; padding: 0 30px; height: 40px; line-height: 40px; color: #555; font-size: 14px; }
.goods-tab .tab-head ul li a:hover,
.goods-tab .tab-head ul li a.selected { color: #fff; background: #0089cd; }
.goods-tab .tab-content { display: none; }
/*购物车样式*/

.cart-box { position: relative; margin-top: 30px; }
.cart-box h1 { float: left; color: #555; font-size: 18px; line-height: 35px; }
.cart-info { z-index: 2; margin: 0; padding: 15px; border: 1px solid #DFC795; position: absolute; top: 0px; left: 0px; _left: -269px; width: 302px; height: auto; background: #F7F2D0; text-align: left; }
.cart-info .btn-success { height: 32px; line-height: 32px; }
.cart-info .close { display: block; margin: 0; padding: 0; position: absolute; top: 5px; right: 5px; width: 15px; height: 10px; text-indent: -9999px; background: url(../images/sprite.gif) no-repeat left -240px; cursor: pointer; }
.cart-step { position: relative; margin-left: 200px; }
.cart-step li { float: left; width: 33.33%; height: 35px; line-height: 35px; text-align: center; background: url(../images/cart-arrow.gif) no-repeat right -45px #f6f6f6; color: #999; *width: 33.3%;
}
.cart-step li span { display: inline-block; margin-right: 5px; font-weight: bold; font-size: 15px; }
.cart-step li.item { background-position: right 0; }
.cart-step li.selected { background: url(../images/cart-arrow.gif) no-repeat right -90px #e8e8e8; color: #8cac52; }
.cart-step li.last { background-image: none; }
.cart-table { border: 1px solid #f7f7f7; }
.cart-table th { padding: 0.8em 0.5em; color: #555; font-size: 13px; font-weight: 400; background: #f6f6f6; border-bottom: 1px solid #f7f7f7; }
.cart-table td { padding: 1em 0.5em; color: #555; font-size: 13px; border-bottom: 1px solid #f7f7f7; }
.cart-table td .stxt { margin-top: 5px; color: #666; font-size: 12px; line-height: 20px; }
.cart-table td input.checkall { padding: 0; border: 1px solid #eee; background: #fff; }
.cart-table td .img { padding: 1px; width: 60px; height: 60px; border: 1px solid #eee; }
.cart-table td .buy-box { margin: auto; padding: 0; width: 74px; height: 22px; overflow: hidden; }
.cart-table td .buy-box a { display: block; float: left; width: 20px; height: 20px; font-size: 12px; line-height: 20px; text-align: center; border: 1px solid #e8e8e8; overflow: hidden; }
.cart-table td .buy-box .input { float: left; margin: 0; padding: 0; width: 30px; font-size: 12px; height: 20px; line-height: 20px; text-align: center; ime-mode: Disabled; border-radius: 0; border-left: 0; border-right: 0; }
.cart-foot { margin-top: 20px; height: 40px; }
.cart-foot .btn-box { line-height: 40px; }
.cart-foot .btn-box a { margin-right: 20px; font-size: 14px; }
.item-box { clear: both; padding: 8px 0; font-size: 13px; }
.item-box li { display: block; float: left; margin: 0 25px; height: 28px; line-height: 28px; }
.item-box li label input { margin-right: 3px; }
.item-box li em { color: #999; }
.address-list { margin-bottom: 20px; padding: 10px; color: #555; font-size: 14px; border: 1px solid #f7f7f7; max-height: 300px; overflow: auto; }
.address-list li { margin: 5px 0; padding: 5px 10px; height: 20px; line-height: 20px; cursor: pointer; }
.address-list li span { margin-left: 10px; }
.address-list li label em { margin-left: 5px; color: #999; }
.address-list li.selected { padding: 10px; font-size: 15px; background: #fff0e8; border-radius: 3px; }
.address-list li.selected span { color: #333; font-weight: 700; }
.address-info { padding: 10px; border: 1px solid #f7f7f7; }
.address-info dd .input { padding: 5px; }
.address-info dd .select { display: inline-block; padding: 5px; border: 1px solid #e8e8e8; border-radius: 2px; line-height: 20px; }
.buy-foot { font-size: 14px; }
.buy-foot .left dl { clear: both; padding-bottom: 10px; line-height: 28px; }
.buy-foot .left dl dt { color: #6c6c6c; }
.buy-foot .left dl dd .input { width: 230px; padding: 5px; }
.buy-foot .right { text-align: right; }
.buy-foot .right p { line-height: 38px; }
.buy-foot .right p .price { color: #f00; font-weight: 700; }
.buy-foot .right p.txt-box { margin-top: 10px; font-size: 18px; font-weight: 700; }
.buy-foot .right p.btn-box { margin-top: 20px; }
/*评论样式*/

.comment-add { margin-top: 15px; _width: 100%; _position: relative; _overflow: hidden; }
.comment-add .editor { position: relative; margin-right: 18px; }
.comment-add .editor textarea { width: 100%; height: 70px; font-size: 13px; padding: 10px; background-color: #F5F5F5; border-top-color: #E6E6E6; border-right-color: #E6E6E6; border-bottom-color: #E6E6E6; border-left-color: #E6E6E6; }
.comment-add .subcon { margin-top: 15px; }
    .comment-add .subcon img { display:inline-block
    }
.comment-box { position: relative; margin-top: 15px; }
.comment-box p{ font-size: 13px; }
.comment-list li { padding: 15px 0; border-top: 1px solid #f7f7f7; }
.comment-list li .avatar { display: block; float: left; margin-top: 6px; background: #fff; border-radius: 2px; width: 42px; height: 42px; overflow: hidden; }
.comment-list li .avatar img { width: 42px; height: 42px; }
.comment-list li .inner { margin-left: 52px; }
.comment-list li .inner p { color: #333; font-size: 14px; line-height: 1.8em; }
.comment-list li .inner .meta { margin: 0; padding-top: 3px; color: #999; border: none; font-size: 12px; }
.comment-list li .inner .meta .time { margin-left: 5px; padding-left: 20px; color: #777; background: url(../images/sprite.gif) no-repeat left -158px; }
.comment-list li .answer { margin-left: 48px; padding: 10px; background: #fafafa; border: 1px solid #e6e6e6; border-radius: 3px; }
.comment-list li .answer .meta { margin: 0; padding: 0; color: #999; margin-bottom: 5px; border: none; font-size: 13px; }
.comment-list li .answer p { color: #555; font-size: 14px; line-height: 1.8em; }



/*会员中心样式
----------------------------------------------*/

.avatar-box { padding: 15px; background: #F7F8FD; overflow: hidden; }
.avatar-box .img-box { display: block; float: left; margin-right: 10px; padding: 1px; border: 1px solid #fff; background: #fff; *width: 60px;
 *height: 60px;
overflow: hidden; }
.avatar-box .img-box img { width: 60px; height: 60px; }
.avatar-box h3 { color: #6c757e; font-size: 16px; line-height: 1em; height: 24px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.avatar-box p { color: #6c757e; font-size: 12px; line-height: 20px; }
.side-nav { border-top: 1px solid #e8ecef; }
.side-nav li { padding: 5px 0; zoom: 1; }
.side-nav li a { position: relative; display: block; margin: 0 15px; padding: 8px 15px; color: #6c757e; font-size: 14px; line-height: 20px; height: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.side-nav li a:hover { color: #fff; border-radius: 3px; background: #277bb9; }
.u-tab-head { margin-bottom: 15px; height: 40px; background: #fbfbfb; border: 1px solid #e8ecef; }
.u-tab-head p a { float: left; display: block; margin: -1px 0 auto -1px; padding: 11px 25px; line-height: 20px; height: 20px; color: #7f838c; font-size: 14px; border-left: 1px solid #e8ecef; border-right: 1px solid #e8ecef; }
.u-tab-head p a:hover,
.u-tab-head p a.selected { color: #fff; background: #0089cd; }
.u-tab-head span { float: right; line-height: 40px; }
.u-tab-head span .add { display: block; padding: 10px 15px; line-height: 20px; font-size: 12px; }
.u-tab-content { position: relative; padding: 15px; background: #fbfbfb; border: 1px solid #f0f0f0; min-height: 398px; overflow: hidden; _height: 398px; _overflow: visible; }
.u-tab-content .ntitle { margin: 0 auto; padding: 0 0 10px 0; }
.u-tab-content .ntitle-tit { margin: 0 0 10px; padding: 0; color: #444; font-size: 16px; font-weight: normal; }
.u-tab-content .ntitle-info { color: #999; }
.u-tab-content p { margin: 0; padding: 3px 0; color: #444; font-size: 13px; line-height: 24px; }
.title-div { margin-top: 20px; border-top: 1px solid #f0f0f0; height: 26px; color: #6e717a; }
.title-div strong { float: left; margin-top: -16px; padding: 3px 10px 3px 0; background: #fbfbfb; font-size: 15px; _position: absolute; }
.head-box { padding: 10px; border: 1px solid #f6f6f6; background: #fff; }
.head-box .img-box { float: left; margin-right: 10px; }
.head-box .img-box img { padding: 1px; width: 120px; height: 120px; border: 1px solid #f0f0f0; }
.head-box .inner { float: left; }
.head-box .inner h3 { margin-bottom: 15px; color: #3b8dd1; font-size: 24px; font-weight: normal; line-height: 1.3em; }
.head-box .inner p { color: #222; font-size: 14px; line-height: 24px; }
.head-inner { position: relative; margin: 20px 0 10px 0; padding: 10px; border: 1px solid #f6f6f6; background: #fff; }
.head-inner h3 { margin-bottom: 10px; padding-bottom: 8px; color: #3b8dd1; font-size: 16px; font-weight: normal; line-height: 30px; border-bottom: 1px solid #f0f0f0; }
.head-inner dl { display: block; float: left; width: 50%; line-height: 2.8em; font-size: 13px; }
.head-inner dl dt { display: block; float: left; color: #666; }
.head-inner dl dd { color: #999; }
.form-box { position: relative; padding: 10px; border: 1px solid #f6f6f6; background: #fff; font-size: 14px; }
.form-box dl { display: block; padding: 5px 0; }
.form-box dl:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }
.form-box dl dt { display: block; float: left; width: 120px; line-height: 38px; min-height: 38px; color: #555; font-size: 13px; text-align: right; _position: absolute; }
.form-box dl dd { position: relative; padding: 5px 0 5px 10px; line-height: 28px; min-height: 28px; color: #555; font-size: 13px; overflow: hidden; _margin-left: 120px; }
.form-box dl dd label.radio { margin-right: 5px; }
.accept-box { padding: 0; background: #fff; border: 1px solid #f0f0f0; }
.accept-box dl { padding: 0; }
.accept-box dl.head { position: relative; padding: 0; background: #fbfbfb; border-bottom: 1px solid #e8e8e8; }
.accept-box dl.head .btn-pay { position: absolute; top: 6px; right: 6px; display: block; padding: 0 15px; color: #fff; font-size: 12px; height: 24px; line-height: 24px; background: #52A152; border: 1px solid #417F41; border-radius: 2px; }
.step-box { position: relative; }
.step-box ul { margin: 0 -40px 0 -10px; }
.step-box ul li { position: relative; float: left; margin-right: -8px; width: 20%; text-align: center; color: #8c8c8c; font-size: 12px; }
.step-box ul li .progress { color: #fff; }
.step-box ul li .progress:after,
.step-box ul li .progress:before { position: absolute; top: 0; right: 0; content: ""; width: 10px; height: 20px; background: url(../images/delivery.png) no-repeat 100% -60px; }
.step-box ul li .progress:after { right: 0; background-position: 100% -20px; }
.step-box ul li .progress:before { left: 0; background-position: 0 0; }
.step-box ul li .progress .text { display: block; margin: 0 10px; padding: 1px 10px; background: #c3c3c3; height: 18px; line-height: 18px; }
.step-box ul li.done .progress .text { background: #83bd39; }
.step-box ul li.done .progress:before { background-position: 0 -40px; }
.step-box ul li.done .progress:after { background-position: 100% -60px; }
.step-box ul li.first .progress:before { display: none; }
.step-box ul li.last .progress:after { display: none; }
.step-box ul li .info { line-height: 20px; }
.step-box.mini ul { margin: 0 -32px 0 -10px; }
.step-box.mini ul li { width: 25%; }
/*头像上传*/

.avatar-img { display: block; margin: 20px 0; padding: 1px; width: 180px; height: 180px; border: 1px solid #f0f0f0; border-radius: 2px; background: #fff; }
.avatar-img img { width: 180px; height: 180px; }
.cropper-wraper { margin-top: 20px; }
.cropper-wraper .cropper-box { position: relative; float: left; margin-right: 20px; padding: 1px; width: 350px; height: 350px; text-align: center; border: 1px solid #f0f0f0; border-radius: 2px; background: #f4f4f4; text-align: center; vertical-align: middle; }
.cropper-wraper .cropper-box div { margin: auto; vertical-align: middle; }
.cropper-wraper .cropper-view { float: left; width: 184px; }
.cropper-wraper .cropper-view .img-box { padding: 1px; width: 180px; height: 180px; border: 1px solid #f0f0f0; border-radius: 2px; background: #fff; overflow: hidden; }
.cropper-wraper .cropper-view .img-box img { display: block; width: 180px; height: 180px; }
.cropper-wraper .cropper-view .btn-box p { margin: 8px 0; text-align: center; color: #333; font-size: 13px; line-height: 24px; }
.cropper-wraper .cropper-view .btn-box p.tip { text-align: left; color: #999; font-size: 13px; line-height: 22px; }
.cropper-wraper .cropper-view .btn-box .btn { width: 100%; line-height: 34px; height: 36px; }
.ftable { width: 100%; border: 1px solid #f0f0f0; background: #fff; }
.mtable { width: 100%; background: #fff; _width: auto; }
.mtable th,
.ftable th { padding: 0.8em; color: #6e717a; font-size: 13px; font-weight: 400; background: #fbfbfb; border-bottom: 1px solid #e8e8e8; }
.mtable td,
.ftable td { padding: 0.8em; color: #333; font-size: 13px; border-bottom: 1px solid #F3F3F3; }
.ftable td .img { padding: 1px; width: 60px; height: 60px; border: 1px solid #e8e8e8; }
.ftable td s { color: #999; text-decoration: line-through; }
.mtable .tr_odd_bg,
.ftable .tr_odd_bg { background: #f9f9f9; }
.page-foot { clear: both; font-size: 13px; padding-top: 15px; height: 35px; }
.page-btns { float: left; }
.page-btns a { color: #444; font-weight: bold; margin-right: 5px; }
.page-btns .pipe { color: #cbcbcb; margin: 0 5px; }
.login-right h1 { margin-bottom: 20px; color: #555; font-size: 22px; font-weight: 700; letter-spacing: 3px; line-height: 30px; height: 30px; text-align: center; }
.login-right li { position: relative; clear: both; margin-bottom: 10px; height: 50px; *display: inline;
 *zoom: 1;
}
.login-right li label { position: absolute; top: 1px; left: 10px; width: 68px; height: 40px; line-height: 40px; color: #999; font-size: 14px; }
.login-right li input { display: block; margin: 0; padding: 10px 10px 10px 80px; width: 208px; height: 20px; line-height: 20px; border: 1px solid #e8e8e8; background: #fbfcff; color: #333; font-size: 14px; border-radius: 3px; }
.login-right li input:focus { border-color: #999; }
.login-right li span { line-height: 24px; }
.login-right .btn-box .col { clear: both; margin-bottom: 10px; padding-bottom: 10px; color: #555; font-size: 14px; line-height: 20px; }
.login-right .btn-box .col .submit { display: block; padding: 10px 20px; width: 100%; color: #fff; font-size: 14px; line-height: 20px; border: 0; background: #1e7bb3; text-align: center; border-radius: 3px; cursor: pointer; }
.login-right .btn-box .tips { display: none; margin: 0; padding: 0; text-align: center; font-size: 12px; color: #f00; }
.login-right .oauth-box { clear: both; padding-top: 20px; }
.login-right .oauth-box h3 { display: block; margin-bottom: 10px; color: #555; font-size: 14px; line-height: 30px; height: 30px; font-weight: normal; }
.login-right .oauth-box p { margin-left: -25px; }
.login-right .oauth-box p a { display: block; float: left; margin: 0 0 10px 25px; _display: inline; _zoom: 1; }
.login-right .oauth-box p a img { width: 38px; height: 38px; }
.inner-box { margin: 30px 0; min-height: 350px; _height: 350px; border: 1px solid #f0f0f0; background: #fff; text-align: center; }
.inner-box .dl-list { margin: 0 auto; padding: 30px; text-align: left; width: 879px; font-size: 14px; }
.inner-box .dl-list dl { clear: both; display: block; padding: 5px 0; }
.inner-box .dl-list dl:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }
.inner-box .dl-list dl dt { display: block; padding: 5px 0; float: left; width: 30%; line-height: 42px; min-height: 42px; color: #555; text-align: right; }
.inner-box .dl-list dl dd { position: relative; padding: 5px 0 5px 20px; line-height: 42px; min-height: 42px; color: #555; overflow: hidden; _margin-left: 120px; }
.inner-box .dl-list dl dd .input { padding: 10px; }
.inner-box .dl-list dl dd a.send { display: inline-block; color: #555; border: 1px solid #e8e8e8; border-radius: 3px; width: 110px; height: 40px; line-height: 40px; color: #333; font-size: 14px; text-align: center; background: #fff; vertical-align: middle; }
.inner-box .dl-list dl dd a.send.gray { color: #999; }
.inner-box .dl-list dl dd a.send img { margin-top: 9px; }
.inner-box .dl-list dl dd .input.code { width: 84px; ime-mode: disabled; text-transform: uppercase; }
.inner-box .tab-head { display: block; border-bottom: 1px solid #f0f0f0; background: #fbfbfb; overflow: hidden; }
.inner-box .tab-head ul li { float: left; margin-left: -1px; border-left: 1px solid #f0f0f0; border-right: 1px solid #f0f0f0; }
.inner-box .tab-head ul li a { display: block; padding: 0 30px; height: 50px; line-height: 50px; color: #555; font-size: 14px; }
.inner-box .tab-head ul li a:hover,
.inner-box .tab-head ul li a.selected { color: #666; background: #fff; border-bottom: 2px solid #0089cd; }
.inner-box .tab-content { display: none; }
/*页面底部
----------------------------------------------*/

.section .wrapper.link-box { height: auto; }
.link-box .txt { display: block; margin-top: 15px; letter-spacing: 3px; color: #ccc; font-size: 12px; line-height: 30px; }
.link-box .txt a { color: #888; letter-spacing: 1px; }
.link-box .txt a:hover { color: #f06000; }
.link-box .img { height: 56px; overflow: hidden; }
.link-box .img li { float: left; width: 147px; height: 56px; _display: inline; margin-top: 0px; margin-right: 15px; margin-bottom: 0px; margin-left: 15px; }
.link-box .img li a { position: relative; display: block; height: 56px; }
.link-box .img li a img { width: 100%; height: 100%; }
.link-box-two { }
.link-box-two .img { }
.link-box-two .img li.pic { float: left; width: 47%; height: 56px; _display: inline; margin-top: 0px; margin-bottom: 0px; margin-bottom: 15px; border: 1px solid #E1E1E1; }
.link-box-two .img li.pic a { position: relative; display: block; height: 56px; }
.link-box-two .img li.pic a img { width: 100%; height: 100%; }
.link-box-two .img li.pic-img { float: left; width: 47%; height: 30px; _display: inline; margin-top: 0px; margin-bottom: 0px; margin-bottom: 15px; border: 1px solid #E1E1E1; }
.link-box-two .img li.pic-img a { position: relative; display: block; height: 30px; }
.link-box-two .img li.pic-img a img { width: 100%; height: 100%; }
.link-box-two .img li.txt { float: none; clear: both; width: 100%; height: 25px; _display: inline; margin-top: 0px; margin-bottom: 0px; margin-bottom: 5px; border: none; }
.link-box-two .img li.txt a { position: relative; display: block; height: 25px; line-height: 25px; padding-left: 10px }
.link-box-two .text { }
.link-box-two .text li { float: left; width: 47%; height: 30px; _display: inline; margin-top: 0px; margin-bottom: 0px; margin-bottom: 15px; background-color: #529ad5; }
.link-box-two .text li a { position: relative; display: block; height: 30px; color: #fff; text-align: center; line-height: 30px; }
.footer { margin: 30px 0 0 0; padding: 0; padding: 20px 0; text-align: center; line-height: 30px; border-top: 1px solid #ebebeb; color: #666; background: #dbedfd; }
.foot-nav { margin: 0 auto; display: block; letter-spacing: 3px; color: #ccc; line-height: 30px; }
.foot-nav a { margin-right: 10px; color: #666; letter-spacing: 1px; }
.foot-nav a:hover { color: #333; }
.copyright { padding-top: 5px; line-height: 30px; color: #000; text-align: left; }
.copyright p { line-height: 19px; vertical-align: middle; color: #707070; }
/*友情链接样式
-----------------------------------------------*/

.links { position: relative; color: #888; font-size: 14px; }
.links ul { clear: both; }
.links .txt { display: block; margin-top: 15px; letter-spacing: 3px; color: #888; font-size: 14px; line-height: 30px; }
.links .txt a { color: #888; letter-spacing: 1px; }
.links .img { margin-left: -15px; }
.links .img li { float: left; margin: 15px 0 0 15px; height: 31px; }
.links .img li img { width: 88px; height: 31px; }
/*滚动焦点图*/

#featureContainer { BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; MARGIN: 0px auto; WIDTH: 100%; FONT-SIZE: 80%; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted }
#wrap { OVERFLOW: hidden }
#load { BACKGROUND-IMAGE: url(images/loader32x32.gif); BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; TEXT-INDENT: -9999px; MARGIN: 0px auto; WIDTH: 923px; DISPLAY: none; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: center 50%; HEIGHT: 100px; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted }
#feature { BORDER-BOTTOM: #999 0px dotted; POSITION: relative; BORDER-LEFT: #999 0px dotted; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted }
#feature .button { BORDER-BOTTOM: #999 0px dotted; POSITION: absolute; BORDER-LEFT: #999 0px dotted; WIDTH: 840px; BORDER-TOP: #999 0px dotted; TOP: 72px; BORDER-RIGHT: #999 0px dotted; LEFT: 0px }
#feature .prev { BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; TEXT-INDENT: -9999px; WIDTH: 44px; DISPLAY: block; BACKGROUND: url(../images/prev.png) center top; FLOAT: left; HEIGHT: 44px; BORDER-TOP: #999 0px dotted; TOP: 5px; BORDER-RIGHT: #999 0px dotted; position: absolute; left: 0px; }
#feature .next { BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; TEXT-INDENT: -9999px; WIDTH: 44px; DISPLAY: block; BACKGROUND: url(../images/next.png) center top; FLOAT: right; HEIGHT: 44px; BORDER-TOP: #999 0px dotted; TOP: 5px; BORDER-RIGHT: #999 0px dotted; position: absolute; right: 0px; }
#feature .prev:hover { BACKGROUND-POSITION: center bottom }
#feature .next:hover { BACKGROUND-POSITION: center bottom }
.featureUL { BORDER-BOTTOM: #000 0px dotted; POSITION: relative; BORDER-LEFT: #000 0px dotted; PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 2800px; PADDING-RIGHT: 0px; FLOAT: left; BORDER-TOP: #000 0px dotted; BORDER-RIGHT: #000 0px dotted; PADDING-TOP: 0px; LEFT: 0px }
.featureBox { BACKGROUND-IMAGE: url(../images/bg-featurebox.jpg); BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; WIDTH: 280px; BACKGROUND-REPEAT: no-repeat; FLOAT: left; HEIGHT: 230px; OVERFLOW: hidden; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted; PADDING-TOP: 10px }
#botton-scroll { Z-INDEX: 0; BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; WIDTH: 100%; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; }
#block { Z-INDEX: 0; BORDER-BOTTOM: #999 0px dotted; POSITION: relative; BORDER-LEFT: #999 0px dotted; WIDTH: 100%; FONT-SIZE: 70%; OVERFLOW: hidden; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted; }
#block .box { BORDER-BOTTOM: #d8d8d8 0px solid; BORDER-LEFT: #d8d8d8 0px solid; PADDING-BOTTOM: 10px; MARGIN: 0px 10px; PADDING-LEFT: 10px; WIDTH: 240px; PADDING-RIGHT: 10px; FLOAT: left; HEIGHT: 150px; BORDER-TOP: #d8d8d8 0px solid; BORDER-RIGHT: #d8d8d8 0px solid; PADDING-TOP: 10px }
#block .box .feature-title { FONT-SIZE: 140%; FONT-WEIGHT: normal }
#block .box .feature-thumb { WIDTH: 240px; MARGIN-BOTTOM: 5px; FLOAT: left; HEIGHT: 150px }
/*以下部分是WebUploader必须的
----------------------------------------------*/

.webuploader-container { position: relative; }
.webuploader-element-invisible { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); }
.webuploader-pick { position: relative; display: inline-block; padding: 0 25px; line-height: 24px; height: 24px; border: 1px solid #DEDEDE; border-radius: 0px; cursor: pointer; color: #333; text-align: center; overflow: hidden; zoom: 1; *display: inline;
background-color: #F6F6F6; }
.webuploader-pick-hover { opacity: 0.9; }
.webuploader-pick-disable { opacity: 0.6; pointer-events: none; }
.upload-box { position: relative; display: inline-block; height: 25px; vertical-align: middle; zoom: 1; *display: inline;
}
.upload-box .upload-btn { display: inline-block; height: 25px; zoom: 1; *display: inline;
}
.upload-box .upload-progress { position: absolute; top: 0; left: 0; padding: 2px 5px; width: 115px; height: 28px; border: 1px solid #d7d7d7; background: #fff; overflow: hidden; }
.upload-box .upload-progress .txt { display: block; padding-right: 10px; font-weight: normal; font-style: normal; font-size: 11px; line-height: 18px; height: 18px; text-overflow: ellipsis; overflow: hidden; }
.upload-box .upload-progress .bar { position: relative; display: block; width: 112px; height: 4px; border: 1px solid #1da76b; }
.upload-box .upload-progress .bar b { display: block; width: 0%; height: 4px; font-weight: normal; text-indent: -99em; background: #28B779; overflow: hidden; }
.upload-box .upload-progress .close { position: absolute; display: block; top: 1px; right: 1px; width: 14px; height: 14px; text-indent: -99em; background: url(../images/sprite.gif) 0 -240px no-repeat; cursor: pointer; overflow: hidden; }
/*位置*/

.channle_nav { padding: 10px 0; color: #1e1e1e; border-bottom: 1px solid #ededed; }
.channle_nav a { color: #1e1e1e; line-height: 25px; }
.channle_nav a:hover { color: #595959; }
/*分页*/

div.digg { font-size: 14px; margin: 0; padding: 0; text-align: right; }
div.digg a { color: #000000; display: inline-block; height: 20px; line-height: 20px; text-decoration: none; padding-top: 5px; padding-right: 16px; padding-bottom: 5px; padding-left: 16px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: -1px; border: 1px solid #ddd5d5; }
div.digg span { color: #000000; display: inline-block; height: 20px; line-height: 20px; text-decoration: none; padding-top: 5px; padding-right: 13px; padding-bottom: 5px; padding-left: 13px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: -1px; border: 1px solid #F1EFEF; border-radius: 2px }
div.digg a:hover { }
div.digg .current { background-color: #89b73a; color: #FFF; margin-right: 10px; margin-left: 10px; }
div.digg .disabled { background-color: #f9f9f9; color: #ddd; cursor: not-allowed; padding: 5px 16px; }
div.digg .disabled { background-color: #f9f9f9; color: #ddd; cursor: not-allowed; padding: 5px 16px; }
div.digg .first { background-color: #f5f5f5; border: 1px solid #f5f5f5; margin-right: 10px; color: #888888; }
div.digg .last { background-color: #f5f5f5; border: 1px solid #f5f5f5; margin-left: 10px; color: #888888; }
.page-box .page-more { display: block; background-color: #529ad5; color: #fff; text-align: center; line-height: 25px; }
/*焦点图样式*/
/*列表页选项卡切换*/

.slidebar-tab { }
.slidebar-tab-title { width: 100%; display: table; }
.slidebar-tab-title li { height: 31px; line-height: 31px; border-left: none; overflow: hidden; position: relative; display: table-cell; border-bottom: 3px solid #d5d5d5; }
.slidebar-tab-title li.thistab { border-bottom: 3px solid #00b3bf; background-image: url(../images/triangle-up.png); background-repeat: no-repeat; background-position: bottom center; }
.slidebar-tab-conbox { }
.slidebar-tab-conbox .tab_con { }
.slidebar-tab-title li h2 { color: #aeaeae; font-size: 16px; font-weight: 700; line-height: 25px; text-align: center; cursor: pointer; }
.slidebar-tab-title li h2 em { height: 17px; font-size: 13px; color: #aeaeae; font-weight: normal; margin-left: 10px; display: block; padding-bottom: 15px; }
.slidebar-tab-title li.thistab h2 { color: #00b3bf; }
.slidebar-tab-title li.thistab h2 em { color: #00b3bf; }
/*简介*/

.brief-introduction { }
.brief-introduction h2 { font-size: 18px; }
.brief-introduction p { color: #222222; font-size: 15px; line-height: 1.75; }
.panel { display: none; }
.panel-btn { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #F2F2F2; }
.panel-btn .btn-more { color: #529ad5; font-size: 15px; display: block; width: 60px; height: 30px; background-image: url(../images/down.png); background-position: right center; background-repeat: no-repeat; line-height: 30px; cursor: pointer; text-align: left; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; padding-right: 25px; padding-left: 15px; }
.panel-btn .active { background-image: url(../images/up.png); }
.panel-btn .a-btn { color: #939393; font-size: 15px; display: block; background-color: #F6F6F6; text-align: center; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: none; border-left-style: solid; border-top-color: #f2f2f2; border-right-color: #f2f2f2; border-left-color: #f2f2f2; line-height: 35px; }
.panel-btn .a-btn:hover { color: #5F5F5F; background-color: #F9F9F9; }
/*会员名录*/

.list-members { }
.list-members h3 { color: #444444; font-size: 16px; font-weight: 100; }
.list-members .list_box { height: 240px; overflow: hidden; position: relative; }
.list-members ul { }
.list-members ul li { }
.list-members ul li a { border: 1px solid #ededed; display: block; margin: 10px; float: left; }
/*.topRec_List li:nth-child(2n){ background:#077cd0}*/
.topRec_List li div { float: left; }
.topRec_List li div:nth-child(1) { width: 17%; }
.topRec_List li div:nth-child(2) { width: 18%; }
.topRec_List li div:nth-child(3) { width: 25%; }
.topRec_List li div:nth-child(4) { width: 40%; }
/*下拉菜单*/
.single-select { position: relative; display: inline-block; margin-right: 5px; vertical-align: middle; cursor: pointer; *float:left;
}
.single-select .boxwrap { display: inline-block; vertical-align: middle; }
.single-select .select-tit { position: relative; display: block; padding: 5px 38px 5px 10px; min-width: 40px; line-height: 20px; height: 20px; border: solid 1px #d5d5d5; text-decoration: none; background: #fff; white-space: nowrap; word-break: break-all; }
.single-select .select-tit span { display: inline-block; color: #333; font-size: 12px; vertical-align: middle; }
.single-select .select-tit i { position: absolute; right: 0; top: 0; display: block; width: 28px; height: 100%; border-left: 1px solid #eee; background: url(skin_icons.png) 7px -189px no-repeat #fafafa; }
.single-select .select-items { display: none; position: absolute; left: 0; top: 45px; /*overflow:hidden;*/ }
.single-select .select-items ul { position: relative; padding: 5px; min-width: 120px; max-height: 280px; border: 1px solid #eee; background: #fff; overflow-y: auto; overflow-x: hidden; }
.single-select .select-items ul li { display: block; padding: 4px 10px; line-height: 20px; font-size: 12px; color: #666; white-space: nowrap; cursor: pointer; }
.single-select .select-items ul li:hover { color: #fff; text-decoration: none; background: #16a0d3; }
.single-select .select-items ul li.selected { color: #fff; background: #16a0d3; }
.single-select .arrow { display: none; position: absolute; left: 15px; top: 35px; width: 21px; height: 11px; text-indent: -9999px; background: url(skin_icons.png) 0 -290px no-repeat; }
.single-select.up .select-items { top: auto; bottom: 45px; }
.single-select.up .arrow { top: -13px; background: url(skin_icons.png) 0 -300px no-repeat; }

/*响应式布局
----------------------------------------------*/

@media only screen and (max-width: 1124px) {
.section { width: 1124px; }
}
@media only screen and (min-width: 1124px) {
.section { width: 1124px; }
}
/*网站地图*/

.map-cons { position: relative; }
.map-con { margin-bottom: 12px; border: #d6dbe1 1px solid; border-top: #458fce 2px solid; }
.map-con a { padding: 1px 2px 2px 2px; _padding: 2px; *padding:2px;
}
.map-con a:hover { color: #fff; background: #3b639f; text-decoration: none; }
.map-con .hd { height: 39px; background: #fcfcfc; border-bottom: #fff 1px solid; }
.map-con .hd h1 { width: 122px; height: 39px; background: url(http://mat1.gtimg.com/www/austin/map/contit_bg.png) right center no-repeat; font-size: 16px; line-height: 39px; font-family: "微软雅黑", "MicrosoftYahei", "宋体", "Arial Narrow", sans-serif; text-align: center; _font-weight: bold; _font-size: 14px; }
.map-con .bd { padding: 10px 0; border-top: #d6dbe1 1px solid; overflow: hidden; zoom: 1; }
.map-con:hover .bd { background: #f5f8fa; }
.map-con:hover .hd h1 { color: #3b639f; }
.map-con .bd dl { padding: 0 0 10px 10px; overflow: hidden; zoom: 1; }
.map-con .bd dt { padding-left: 7px; color: #b87500; font-weight: bold; line-height: 28px; }
.map-con .bd dd { float: left; overflow: hidden; zoom: 1; }
.map-con .bd ul { margin-right: 0; padding-right: 0; overflow: hidden; zoom: 1; }
.map-con .bd li { float: left; height: 28px; line-height: 28px; padding-top: 0; padding-right: 15px; padding-bottom: 0; padding-left: 15px; }
.map-con .bd strong { color: #3b639f; }
.map-con .bd strong a { color: #3b639f; padding-right: 10px; padding-left: 10px; line-height: 25px; border-radius: 3px }
.map-con .bd strong a:hover { color: #fff; }
.map-con .line,
.con .line ul { }
/*在线投稿*/
.contribute { width: 85%; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 15%; }
.contribute th { height: 45px; font-size: 14px; color: #575757; font-style: normal; font-weight: normal; vertical-align: middle; padding-right: 15px; width: 25%; }
.contribute td { }
.contribute td .Validform_checktip { margin-top: 4.5px; float: left; }
.contribute th b { font-size: 14px; color: #575757; font-style: normal; font-weight: normal; }
.contribute .text { display: inline-block; height: 25px; line-height: 25px; vertical-align: middle; background: #fff; color: #999px; border: 1px solid #e8e8e8; border-radius: 5px; padding-right: 7px; padding-left: 7px; float: left; font-size: 14px; width: 60%; }
.upload-box { position: relative; margin: 0 auto; width: 300px; }
.upload-box .file-txt { display: inline-block; height: 25px; line-height: 25px; vertical-align: middle; background: #fff; color: #999px; border: 1px solid #e8e8e8; border-radius: 5px; padding-right: 7px; padding-left: 7px; float: left; font-size: 14px; width: 60%; }
.upload-box .file-txt { position: absolute; left: 0; width: 250px; top: 0; height: 28px; filter: alpha(opacity=0); opacity: 0; cursor: pointer }
.upload-box .file-btn { float: left; margin-left: 8px; z-index: 1; width: 66px; height: 28px; line-height: 28px; background: url(liulan.gif) no-repeat 0 0; text-indent: -9999px; cursor: pointer }
.contribute .radio { display: inline; margin-right: 0px; height: 25px; line-height: 25px; vertical-align: middle; background: #fff; color: #999px; border-radius: 5px; margin-left: 10px; }
.contribute label { display: inline; margin-right: 10px; height: 25px; line-height: 25px; vertical-align: middle; cursor: pointer; font-size: 14px; color: #595959; }
.contribute .tips { color: #F00; font-style: normal; font-size: 14px; line-height: 25px; display: inline-block; float: left; margin-left: 5px; }
.contribute .textarea { display: inline; margin-right: 5px; height: 75px; line-height: 25px; vertical-align: middle; background: #fff; color: #999px; border: 1px solid #e8e8e8; border-radius: 5px; padding-right: 7px; padding-left: 7px; float: left; font-size: 14px; width: 65%; }
.contribute .upload-path { float: left; }
.contribute .upload-box { float: left; }
.area-th { vertical-align: top !important; }
.area-th b { margin-top: 15px; display: inline-block; }
.area-td { }
.area-td .tips { margin-top: 75px !important; }
.area-td .Validform_checktip { margin-top: 75px !important; display: inline-block }
/*.contribute span { color: #858585; padding-left: 15px; float: left; line-height: 25px; }*/
/*认证企业*/
.renzheng_li { width: 100%; font-family: "微软雅黑"; font-size: 12px; color: #000; }
.renzheng_li ul li { line-height: 26px; margin: 0 0 10px 0; }
.join_meeting { width: 80%; margin-right: auto; margin-left: auto; }
.join_meeting .table-cell { height: 45px; }
.join_meeting .table-cell h1 { line-height: 45px; }
/*内容页幻灯片*/
  .lubo{ width: 100%; min-width:600px;clear: both; position: relative; height:368px;}
  .lubo_box{ position: relative; width: 100%; height:368px; }
  .lubo_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:368px; opacity: 0;filter:alpha(opacity=0);}
  .lubo_box li a{ display: block; width: 100%; height: 100%; background-size: 100% 100%; background-repeat: no-repeat; background-position: center center; }

  .lubo_box li img{ width: 100%; height: 368px;}

  /*圆点*/
  .cir_box{ overflow: hidden; position: absolute; z-index: 100;}
  .cir_box li{ float: left; width: 30px; height: 5px; margin:0 5px; cursor: pointer; background: #fff; opacity: 0.8;filter:alpha(opacity=80);}
  .cir_on{ background: #000 !important;}

  /*按钮*/
  .lubo_btn{ position: absolute; width: 100%; top: 140px;}
  .left_btn, .right_btn{ width: 30px; height: 80px; opacity: 0.8; filter: alpha(opacity=80); cursor: pointer; color: #fff; line-height: 80px; font-size: 30px; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal; background-color: #000; background-repeat: no-repeat; background-position: center center; }
  .left_btn{ float: left;background-image: url(../images/icon-l.png)}
  .right_btn{ float: right;background-image: url(../images/icon-r.png)}


/*----*/

/*分页*/
.ke-pagebreak{height:0;
    display: none;}
.pagination {
	padding: 8.5px 15px;
	font-size: 13px;
	text-align: right;
}	
.pagination span, .pagination a{margin:0 7.5px;cursor:pointer}
.pagination span:hover, .pagination a:hover {
			color: #3b8dd1
		}