/*reset.css*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 tahoma, arial, '\5b8b\4f53', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a:link,
a:visited {
    text-decoration: none;
    color: #333333;
}

a:hover,
a:active {
    text-decoration: none;
    color: #333333;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    display: none;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}


/* global.css */
html,
body {
    width: 100%;
    height: 100%;
}

html.show-state {
    *padding-bottom: 150px;
}

html.show-state #bg-wrapper {
    bottom: 150px;
}

html {
    *padding-top: 78px;
    /**padding-bottom:150px;*/
    overflow: hidden;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
}

#toolbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 82px;
    border-bottom: 1px solid #37A2B5;
    overflow: hidden;
    text-align: center;
    background: url("../images/toolbar-bg.gif") repeat-x left bottom;
}

/**
 @ toolbar-arrow */
.toolbar-arrow {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 13px;
    color: #000000;
    text-decoration: underline;
}

.toolbar-arrow a:link,
.toolbar-arrow a:visited {
    color: #000000;
    text-decoration: underline;
}

.toolbar-arrow a:hover,
.toolbar-arrow a:active {
    color: #000000;
    text-decoration: underline;
}

.toolbar-arrow li {
    margin: 5px 0;
}

/**
 @ x-toolbar */
/*.x-toolbar {
position:absolute;
left:50%;
width:960px;
margin-top:15px;
margin-left:-480px;
}
.btn-ico, .btn-ico span {
float:left;
background:url("../images/btn-ico.gif") no-repeat -9999em top;
cursor:default;
}
.btn-ico:hover, .btn-last:hover, .btn-ico:hover span, .btn-first:hover span {
background-image:url("../images/btn-ico-hover.gif");
}
.btn-ico-active, .btn-last-active, .btn-ico-active span, .btn-first-active span {
background-image:url("../images/btn-ico-active.gif");
}
.btn-ico {
padding-right:1px;
background-position:right top;
}
.btn-last {
padding-right:2px;
background-position:right -195px;
}
.btn-ico span {
padding-left:1px;
background-position:left top;
}
.btn-first span {
padding-left:2px;
background-position:left -65px;
}
.btn-ico span span {
height:55px;
padding:0 3px;
background-repeat:repeat-x;
background-position:left -130px;
}
.btn-ico ins {
float:left;
width:32px;
height:32px;
margin:12px 6px 0;
overflow:hidden;
text-decoration:none;
vertical-align:middle;
background-repeat:no-repeat;
background-position:center top;
}
.btn-ico .btn-more {
width:9px;
margin:24px 0 0;
background-image:url("../images/btn-more.gif");
}
.x_reset {
background-image:url("../images/x_reset.png");
}
.x_redo {
background-image:url("../images/x_redo.png");
}
.x_undo {
background-image:url("../images/x_undo.png");
}
.x_refresh {
background-image:url("../images/x_refresh.png");
}
.x_view_text {
background-image:url("../images/x_view_text.png");
_background-image:url("../images/x_view_text.gif");
}
.x_view_data {
background-image:url("../images/x_view_data.png");
_background-image:url("../images/x_view_data.gif");
}
.x_font_max {
background-image:url("../images/x_font_max.png");
}
.x_font_min {
background-image:url("../images/x_font_min.png");
}
.x_tips {
background-image:url("../images/x_tips.png");
}
.x_sound {
background-image:url("../images/x_sound.png");
_background-image:url("../images/x_sound.gif");
}
.x_sound_no {
background-image:url("../images/x_sound_no.png");
_background-image:url("../images/x_sound_no.gif");
}
.x_palette {
background-image:url("../images/x_palette.png");
}
.x_zoom_in {
background-image:url("../images/x_zoom_in.png");
}
.x_zoom_out {
background-image:url("../images/x_zoom_out.png");
}
.x_break {
background-image:url("../images/x_break.png");
}
.x_repeat {
background-image:url("../images/x_repeat.png");
_background-image:url("../images/x_repeat.gif");
}
.x_pause {
background-image:url("../images/x_pause.png");
_background-image:url("../images/x_pause.gif");
}
.x_play {
background-image:url("../images/x_play.png");
_background-image:url("../images/x_play.gif");
}
.x_close {
background-image:url("../images/x_close.png");
}
.x_state {
background-image:url("../images/x_state.png");
}
.btn-disabled, .btn-disabled ins {
filter:gray() alpha(opacity=50);
opacity:0.50;
}
.x-toolbar .x-space {
float:left;
width:12px;
height:16px;
overflow:hidden;
}*/

/**
 @ panel */
.panel {
    display: none;
    position: absolute;
    top: 117px;
    z-index: 1005;
    padding: 2px;
    overflow: hidden;
    border-radius: 3px;
    background-color: #f6fbfe;
    -moz-box-shadow: 0px 5px 20px rgba(23, 135, 251, 0.2);
    -webkit-box-shadow: 0px 5px 20px rgba(23, 135, 251, 0.2);
    sbox-shadow: 0px 5px 20px rgba(23, 135, 251, 0.2);
}

.panel2 {
    border: 1px solid #7EB196;
    /* background-color: #F3F7F5; */
    background-color: #EEF4F1;
    -moz-box-shadow: 2px 2px 5px #909090;
    -webkit-box-shadow: 2px 2px 5px #909090;
    box-shadow: 2px 2px 5px #909090;
}

.x-menu {
    /* padding-left: 24px; */
    /* background: #EEF4F1 url("../images/menu-bar.gif") no-repeat 10px 8px; */
}

.x-menu2 {
    padding-left: 24px;
    background: #EEF4F1 url("../images/menu-bar.gif") no-repeat 10px 8px;
}

.x-menu ul {
    /* background: #EDF4F0 url("../images/menu-line.gif") repeat-y; */
}

.x-menu2 ul {
    background: #EDF4F0 url("../images/menu-line.gif") repeat-y;
}

.x-menu li {
    /* margin-left: 2px; */
    /* background: url("../images/menu-dot.gif") repeat-x left bottom; */
    cursor: pointer;
}

.x-menu2 li {
    margin-left: 2px;
    background: url("../images/menu-dot.gif") repeat-x left bottom;
    cursor: pointer;
}

.x-menu .x-item {
    position: relative;
    /* margin-left: -26px; */
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    padding: 5px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.x-menu2 .x-item {
    position: relative;
    margin-left: -26px;
    padding: 3px 0 6px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    height: 25px;
    line-height: 25px;
}

.x-menu .x-item ins {
    display: inline-block;
    width: 19px;
    height: 11px;
    margin-right: 4px;
    vertical-align: middle;
    text-decoration: none;
    display: none;
}

.x-menu .x-item span {
    display: inline-block;
    height: 30px;
    width: 110px;
    text-align: center;
    line-height: 30px;
    position: relative;
    padding: 5px
}

.x-menu2 .x-item span {
    position: relative;
    padding: 0 10px 0 5px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    height: auto;
    line-height: normal;
    width: 100px;
}

.x-menu .x-box {
    /* padding: 0 2px; */
}

.x-menu .active .x-box {
    /* border: 1px solid #B0C9F6;
    background: url("../images/menu-hover.gif") repeat-x left center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; */
}

.x-menu .active ins {
    /* background: url("../images/menu-active.gif") no-repeat 1px center; */
}

i {
    font-style: normal;
}

.x-menu .active span .bar {
    /* display: block;
    background-color: red;
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -5px; */
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid;

}

.bg-iframe {
    display: none;
    position: absolute;
    top: 69px;
    z-index: 1001;
    filter: progid:DXImageTransform.Microsoft.Shadow(color="#909090", Direction=135, Strength=4);
}

/* 
.panel-block {
    position: absolute;
    left: 3px;
    bottom: 0;
    width: 20px;
    height: 10px;
    overflow: hidden;
    background-color: #EEF4F1;
} */

#bg-wrapper {
    position: fixed;
    *position: static;
    /*top:78px;*/
    top: 136px;
    left: 0;
    right: 0;
    bottom: 0;
    /*bottom:150px;*/
    *height: 100%;
    overflow: hidden;
}

.hidden {
    display: none;
    position: absolute;
    top: -9999em;
    left: -9999em;
    visibility: hidden;
}

#tooltips {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1001;
    width: 100%;
    height: 150px;
}

.x-tooltips {
    height: 140px;
    border: 5px solid #37A2B5;
    border-right-width: 140px;
    font-family: '\5b8b\4f53';
    font-weight: bold;
    text-align: center;
    background-color: #FFFFFF;
}

#tooltips-show {
    height: 140px;
}

#tooltips-show ul {
    padding: 0 50px;
}

#tooltips-show li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 3px;
    vertical-align: middle;
}

.tip-letter,
.tip-zh {
    display: block;
}

.tooltips-close {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 16px;
    height: 16px;
    text-indent: -10000px;
    background: url("../images/close.png") no-repeat;
    cursor: pointer;
}

.tooltips-tools {
    position: absolute;
    top: 32px;
    right: 15px;
}

.tooltips-row a {
    display: inline-block;
    width: 53px;
    height: 50px;
    vertical-align: top;
    background-position: left top;
    cursor: pointer;
}

.tooltips-row a:hover {
    background-position: left -50px;
}

.tooltips-row a.cur {
    background-position: left -100px;
}

.simplified {
    background-image: url(../images/simplified.gif);
}

.traditional {
    background-image: url(../images/traditional.gif);
}

.tooltips-row .pinyin {
    width: 106px;
    height: 51px;
    background-image: url(../images/pinyin.gif);
}

.tooltips-row .pinyin:hover {
    background-position: left -51px;
}

.tooltips-row #x-pinyin.cur {
    background-position: left -102px;
}

.mask,
.page-x {
    *padding-top: 78px;
}

.page-x,
.page-y {
    display: none;
    position: absolute;
    z-index: 1000;
    overflow: hidden;
    background-color: #ff455d;
}

.page-x {
    width: 5px;
    height: 100%;
}

.page-y {
    width: 100%;
    height: 5px;
}



/* toolbar.css */
.tool-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 136px;
    /* background: url(../images/bg.jpg) repeat-x top; */
    background-color: #f6f6f8;
    text-align: center;
}

.top {
    z-index: 1004;
    margin: 0 auto;
    width: 1334px;
    height: 136px;
    position: relative;
    display: flex;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.pic01 {
    padding-right: 4px;
    height: 78px;
    width: 172px;
}

.pic02 {
    padding-right: 4px;
    height: 78px;
    padding-left: 8px;
    width: 270px;
}

.pic03 {
    padding-right: 4px;
    height: 78px;
    padding-left: 8px;
    width: 152px;
}

.pic04 {
    height: 78px;
    padding-left: 2px;
    width: 320px;
    /*background: url(../images/line.gif) no-repeat left top;*/
}

.pic04 .piclist {
    float: right;
}

.piclist {
    height: 100%;
    display: flex;
    align-items: center;
}

.piclist li {
    /* float: left; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 15px;
}

.piclist li .txt {
    margin-top: 5px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #666666;
}

/*
.piclist li a {
    display: block;
    width: 41px;
    height: 44px;
    background: url(../images/icon_01.png) no-repeat;
}

.piclist li.no1 a {
    width: 77px;
    background-position: -7px -92px
}

.piclist li.no1 a:hover {
    width: 77px;
    background-position: -7px -92px
}

.pic01 ul li {
    padding-right: 4px;
}

.pic02 ul li {
    padding-right: 4px;
}

.pic03 ul li {
    padding-right: 5px;
}

.pic04 ul li {
    padding-left: 4px;
}

.piclist li.no2 a {
    background-position: -89px -18px
}

.piclist li.no2 a:hover {
    background-position: -89px -92px
}

.piclist li.no3 a {
    background-position: -134px -18px
}

.piclist li.no3 a:hover {
    background-position: -134px -92px
}

.piclist li.no4 a {
    background-position: -194px -18px
}

.piclist li.no4 a:hover {
    background-position: -194px -92px
}

.piclist li.no5 a {
    background-position: -242px -18px
}

.piclist li.no5 a:hover {
    background-position: -242px -92px
}

.piclist li.no6 a {
    background-position: -290px -18px
}

.piclist li.no6 a:hover {
    background-position: -290px -92px
}

.piclist li.no7 a {
    background-position: -337px -18px
}

.piclist li.no7 a:hover {
    background-position: -337px -92px
}

.piclist li.no8 a {
    background-position: -385px -18px
}

.piclist li.no8 a:hover {
    background-position: -385px -92px
}

.piclist li.no9 a {
    background-position: -434px -18px
}

.piclist li.no9 a:hover {
    background-position: -434px -92px
}

.piclist li.no10 {
    padding-right: 0;
}

.piclist li.no10 a {
    width: 35px;
    background-position: -494px -18px
}

.piclist li.no10 a:hover {
    width: 35px;
    background-position: -494px -92px
}

.piclist li.no10_xl a {
    width: 19px;
    background-position: -529px -18px
}

.piclist li.no10_xl a:hover {
    width: 19px;
    background-position: -529px -92px
}

.piclist li.no11 a {
    background-position: -555px -18px
}

.piclist li.no11 a:hover {
    background-position: -555px -92px
}

.piclist li.no12 a {
    background-position: -603px -18px
}

.piclist li.no12 a:hover {
    background-position: -603px -92px
}
.piclist li.no12_sp a{ 
	background-position: -7px -158px;
}
.piclist li.no12_sp a:hover{ 
	background-position: -131px -158px;
}
.piclist li.no12_sp2 a{ 
	background-position: -64px -158px;
}
.piclist li.no12_sp2 a:hover{ 
	background-position: -188px -158px;
}


.piclist li.no13 a {
    background-position: -664px -18px
}

.piclist li.no13 a:hover {
    background-position: -664px -92px
}

.piclist li.no14 a {
    background-position: -712px -18px
}

.piclist li.no14 a:hover {
    background-position: -712px -92px
}

.piclist li.no15 a {
    background-position: -760px -18px
}

.piclist li.no15 a:hover {
    background-position: -760px -92px
}

.piclist li.no16 a {
    background-position: -809px -18px
}

.piclist li.no16 a:hover {
    background-position: -809px -92px
}

.piclist li.no17 a {
    background-position: -857px -18px
}

.piclist li.no17 a:hover {
    background-position: -857px -92px
}

.piclist li.no18 a {
    background-position: -905px -18px
}

.piclist li.no18 a:hover {
    background-position: -905px -92px
}

.piclist li.no19 a {
    background-position: -953px -18px
}

.piclist li.no19 a:hover {
    background-position: -953px -92px
}
.piclist li.no10_stop{ 
	padding-right:0;
}
.piclist li.no10_stop a{ 
	width:35px; 
	background-position: -494px -158px;
}
.piclist li.no10_stop a:hover{ 
	width:35px; 
	background-position: -529px -158px;
}*/

.piclist li a {
    display: block;
    width: 76px;
    height: 76px;
    background: url(../images/new_img3.png) no-repeat;
    /* margin-left: 15px; */
}

.piclist li.no1 a {
    width: 77px;
    background-position: 0-71px
}

.piclist li.no1 a:hover {
    width: 77px;
    background-position: 0-71px
}

.pic01 ul li {
    padding-right: 4px;
}

.pic02 ul li {
    padding-right: 4px;
}

.pic03 ul li {
    padding-right: 5px;
}

.pic04 ul li {
    padding-left: 4px;
}

.piclist li.no4 a {
    background-position: -217px -319px
}

.piclist li.no4 a:hover {
    background-position: -217px -444px
}

.piclist li.no5 a {
    background-position: -308px -319px
}

.piclist li.no5 a:hover {
    background-position: -308px -444px
}

.piclist li.no6 a {
    background-position: -399px -319px
}

.piclist li.no6 a:hover {
    background-position: -399px -444px
}

.piclist li.no7 a {
    background-position: -490px -319px
}

.piclist li.no7 a:hover {
    background-position: -490px -444px
}

.piclist li.no8 a {
    /* margin-left: 30px; */
    background-position: -596px -319px
}

.piclist li.no8 a:hover {
    background-position: -596px -444px
}

.piclist li.no9 a {
    background-position: -687px -319px
}

.piclist li.no9 a:hover {
    background-position: -687px -444px
}

.piclist li.no10 {
    padding-right: 0;
}

.piclist li.no10 a {
    width: 56px;
    background-position: -793px -319px
}

.piclist li.no10 a:hover {
    background-position: -793px -444px
}

.piclist li.no10_xl a {
    width: 20px;
    margin-left: 0;
    background-position: -849px -319px
}

.piclist li.no10_xl a:hover {
    width: 20px;
    background-position: -849px -444px
}

.piclist li.no11 a {
    background-position: -884px -319px
}

.piclist li.no11 a:hover {
    background-position: -884px -444px
}

.piclist li.no12 a {
    background-position: -975px -319px
}

.piclist li.no12 a:hover {
    background-position: -975px -444px
}

.piclist li.no12_sp a {
    background-position: -975px -546px
}

.piclist li.no12_sp a:hover {
    background-position: -975px -648px
}

.piclist li.no12_sp2 a {
    background-position: -975px -750px
}

.piclist li.no12_sp2 a:hover {
    background-position: -975px -849px;
}


.piclist li.no13 a {
    
    background-position: -1081px -319px
}

.piclist li.no13 a:hover {
    background-position: -1081px -444px
}

.piclist li.no14 a {
    background-position: -1172px -319px
}

.piclist li.no14 a:hover {
    background-position: -1172px -444px
}

.piclist li.no15 a {
    background-position: -1263px -319px
}

.piclist li.no15 a:hover {
    background-position: -1263px -444px
}

.piclist li.no16 a {
    background-position: -1354px -319px
}

.piclist li.no16 a:hover {
    background-position: -1354px -444px
}

.piclist li.no17 a {
    background-position: -850px 0
}

.piclist li.no17 a:hover {
    background-position: -850px -71px
}

.piclist li.no18 a {
    /* margin-left: 30px; */
    background-position: -1460px -319px
}

.piclist li.no18 a:hover {
    background-position: -1460px -444px
}


.piclist li.no19 a {
    background-position: -1551px -319px
}

.piclist li.no19 a:hover {
    background-position: -1551px -444px
}

.piclist li.no10_stop {
    padding-right: 0;
}

.piclist li.no10_stop a {
    width: 56px;
    background-position: -793px -122px;
}

.piclist li.no10_stop a:hover {
    width: 56px;
    background-position: -793px -220px;
}

.scroll-wrapper>.scroll-content.tool-bar {
    overflow: hidden !important;
}


/*竖版*/
/*.tool-bar{
    width: 96px;
    height: 100%;
    background: url(../images/bg_col.png) center repeat;
    box-shadow: 2px 0 10px 2px rgba(0,0,0,0.5);
}
.tool-bar .line{
    display: none;
}
.pic01{
    height: auto;
}
.tool-bar .top{
    width: 100%;
    height: 100%;
    padding-top: 20px;
}
.tool-bar .top *{
    float: none;
    margin: 0 auto 10px;
    padding: 0;
}
.top .pic01 .no1{
    margin-bottom: 0;
}
.tool-bar .top>div{
    width: 100%;
}
.tool-bar .pic01{
    padding: 0;
}
.pic02{
    padding: 0;
    height: auto;
    margin-bottom: 20px;
}
.piclist{
    padding: 0;
    font-size: 0;
}
.pic03{
    padding: 0;
    height: auto;
    margin-bottom: 20px;
}
.pic04{
    padding: 0;
    height: auto;
}
.piclist li.no10,.piclist li.no10_stop,.piclist li.no10_xl{
    display: inline-block;
    padding: 0;
}
.pic03 .piclist a{
    margin-top: 0;
    margin-bottom: 0; 
}
.pic03 ul li{
    padding: 0;
}
#bg-wrapper{
    left: 96px;
    top: 0;
}
.panel{
    top: 50%;
    transform: translateY(-50%);
    left: 100px !important;
}
.scroll-wrapper > .scroll-content.tool-bar{
    overflow: scroll !important;
}

*/