/* ------------------------------------------------------------------------------------------------
 *
 * 1、update:增加了模块的多列布局 qhd-module - 2013-02-28
 *
 * 2、update:增加了button对IE6的支持(gif) 2013-03-04
 *
------------------------------------------------------------------------------------------------*/

/*-------------------------------------
   Content typography
-------------------------------------*/
.qhd-content h1, .qhd-content h2, .qhd-content h3, .qhd-content h4, .qhd-content h5, .qhd-content h6 {
    font-weight: bold;
}
.qhd-content h1 {
    font-size: 34px;
    line-height: 1.3em;
    margin-bottom: 5px;
}
.qhd-content h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.qhd-content h3 {
    font-size: 26px;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.qhd-content h4 {
    font-size: 22px;
    line-height: 1.25em;
    margin-bottom: 15px;
}
.qhd-content h5 {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.qhd-content h6 {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.qhd-content p {
    line-height: 160%;
    margin-bottom: 15px;
}
.qhd-content blockquote {
    background: url("../img/quote.png") no-repeat 0 top;
    display: block;
    font-family: Calibri;
    padding: 10px 20px 10px 45px;
    color: #666;
    line-height: 160%;
    margin-bottom: 15px;
} /* 引用 */
.qhd-content blockquote em {
    color: #999;
    text-align: right;
    display: block;
}
.dropcap {
    float: left;
    padding: 10px 10px 5px 0;
    font-weight: bold;
}  /* 首字下沉 */
.qhd-content hr {
    border: 1px solid #ddd;
    border-width: 0 0 1px 0;
    height: 1px;
    font-size: 0;
    margin: 25px 0;
    *margin:18px 0;
    clear: both;
}
.qhd-content .br {
    font-size: 0;
}
/* typo */
.qhd-content .typo:before, .qhd-content .typo:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.qhd-content .typo:after {
    clear: both;
}
.qhd-content .typo {
    #zoom:1;
}
.qhd-content .typo .typo_text {
    overflow: hidden;
    #zoom:1;
}
.qhd-content .typo .typo_img {
    float: left;
    margin-right: 20px;
    margin-bottom: 12px;
}
.qhd-content .typo .typo_img img {
    display: block;
}
.qhd-content .typo .imgtoright {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
/*-------------------------------------
   List
-------------------------------------*/
.qhd-content li ul, .qhd-content li ol {
    margin: 0;
}
.qhd-content ul, .qhd-content ol {
    margin: 0 0 15px 0;
    padding-left: 1.5em;
    line-height: 180%;
}
.qhd-content ul {
    list-style-type: disc;
}
.qhd-content ul.square {
    list-style: square;
}
.qhd-content ul.circle {
    list-style: circle;
}
.qhd-content ol {
    list-style-type: decimal;
    padding-left: 2.2em;
}
.qhd-content dl {
    margin: 0 0 1.5em 0;
}
.qhd-content dl dt {
    font-weight: bold;
}
.qhd-content dd {
    margin-left: 1.5em;
}
/*------------No Icon List --------------*/
.qhd-content ul.noicon {
    padding: 0;
    margin: 0;
    line-height: 180%;
}
.qhd-content ul.noicon li {
    list-style: none;
    padding: 2px 0 2px;
    _height: 100%;
}
/*------------Icon List--------------*/
.qhd-content ul.iconlist {
    padding-left: 0;
    line-height: 180%;
}
.qhd-content ul.iconlist li {
    list-style: none;
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding: 2px 0 2px 20px;
    _height: 100%;
}
.qhd-content ul.iconlist-download li, .qhd-content ul.iconlist li.iconlist-download {
    background-image: url(../img/download.gif);
}
.qhd-content ul.iconlist-arrow li, .qhd-content ul.iconlist li.iconlist-arrow {
    background-image: url(../img/arrow.gif);
}
.qhd-content ul.iconlist-check li, .qhd-content ul.iconlist li.iconlist-check {
    background-image: url(../img/check.gif);
}
.qhd-content ul.iconlist-favicon li, .qhd-content ul.iconlist li.iconlist-favicon {
    background-image: url(../img/favicon.gif);
}
.qhd-content ul.iconlist-del li, .qhd-content ul.iconlist li.iconlist-del {
    background-image: url(../img/del.gif);
}
.qhd-content ul.iconlist-light li, .qhd-content ul.iconlist li.iconlist-light {
    background-image: url(../img/light.gif);
}
.qhd-content ul.iconlist-pen li, .qhd-content ul.iconlist li.iconlist-pen {
    background-image: url(../img/pen.gif);
}
.qhd-content ul.iconlist-dot li, .qhd-content ul.iconlist li.iconlist-dot {
    background-image: url(../img/dot.gif);
}
.qhd-content ul.iconlist-delta li, .qhd-content ul.iconlist li.iconlist-delta {
    background-image: url(../img/delta.gif);
}
.qhd-content ul.iconlist-time li, .qhd-content ul.iconlist li.iconlist-time {
    background-image: url(../img/time.png);
}
/*-------------------------------------
   Columns - qhd-content & qhd-module
-------------------------------------*/
.qhd-content .column:after, .qhd-module .column:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    min-height: 0;
    visibility: hidden;
    *zoom:1;
}
.qhd-content .column, .qhd-module .column {
    width: 100%;
}
.qhd-content .column .col-2-1, .qhd-content .column .col-3-1, .qhd-content .column .col-4-1, .qhd-content .column .col-4-2, .qhd-content .column .col-5-1, .qhd-content .column .col-3-2, .qhd-content .column .col-4-3, .qhd-content .column .col-5-2, .qhd-content .column .col-5-3, .qhd-content .column .col-5-4, .qhd-module .column .col-2-1, .qhd-module .column .col-3-1, .qhd-module .column .col-4-1, .qhd-module .column .col-4-2, .qhd-module .column .col-5-1, .qhd-module .column .col-3-2, .qhd-module .column .col-4-3, .qhd-module .column .col-5-2, .qhd-module .column .col-5-3, .qhd-module .column .col-5-4 {
    float: left;
    min-height: 1px;
    height: auto !important;
    _height: 1px;
}
/* default marg-per3 margin right 3% */
.qhd-content .column .col-2-1, .qhd-module .column .col-2-1 {
    width: 48.5%;
    margin-right: 3%;
}
.qhd-content .column .col-3-1, .qhd-module .column .col-3-1 {
    width: 31.3333%;
    margin-right: 3%;
}
.qhd-content .column .col-4-1, .qhd-module .column .col-4-1 {
    width: 22.75%;
    margin-right: 3%;
}
.qhd-content .column .col-5-1, .qhd-module .column .col-5-1 {
    width: 17.6%;
    margin-right: 3%;
}
.qhd-content .column .col-3-2, .qhd-module .column .col-3-2 {
    width: 65.6666%;
    margin-right: 3%;
}
.qhd-content .column .col-4-2, .qhd-module .column .col-4-2 {
    width: 48.5%;
    margin-right: 3%;
}
.qhd-content .column .col-4-3, .qhd-module .column .col-4-3 {
    width: 74.25%;
    margin-right: 3%;
}
.qhd-content .column .col-5-2, .qhd-module .column .col-5-2 {
    width: 38.2%;
    margin-right: 3%;
}
.qhd-content .column .col-5-3, .qhd-module .column .col-5-3 {
    width: 58.8%;
    margin-right: 3%;
}
.qhd-content .column .col-5-4, .qhd-module .column .col-5-4 {
    width: 79.4%;
    margin-right: 3%;
}
/*margin right 0%*/
.qhd-content .marg-per0 > .col-2-1, .qhd-module .marg-per0 > .col-2-1 {
    width: 50%;
    margin-right: 0;
}
.qhd-content .marg-per0 > .col-3-1, .qhd-module .marg-per0 > .col-3-1 {
    width: 33.3333%;
    margin-right: 0;
}
.qhd-content .marg-per0 > .col-4-1, .qhd-module .marg-per0 > .col-4-1 {
    width: 25%;
    margin-right: 0;
}
.qhd-content .marg-per0 > .col-5-1, .qhd-module .marg-per0 > .col-5-1 {
    width: 20%;
    margin-right: 0;
}
.qhd-content .marg-per0 > .col-3-2, .qhd-module .marg-per0 > .col-3-2 {
    width: 66.6666%;
    margin-right: 0;
}
.qhd-content .marg-per0 > .col-4-2, .qhd-module .marg-per0 > .col-4-2 {
    width: 50%;
    margin-right: 0;
}
.qhd-content .marg-per0 > .col-4-3, .qhd-module .marg-per0 > .col-4-3 {
    width: 75%;
    margin-right: 0;
}
.qhd-content .marg-per0 > .col-5-2, .qhd-module .marg-per0 > .col-5-2 {
    width: 40%;
    margin-right: 0;
}
.qhd-content .marg-per0 > .col-5-3, .qhd-module .marg-per0 > .col-5-3 {
    width: 60%;
    margin-right: 0;
}
.qhd-content .marg-per0 > .col-5-4, .qhd-module .marg-per0 > .col-5-4 {
    width: 80%;
    margin-right: 0;
}
/*margin right 2%*/
.qhd-content .marg-per2 > .col-2-1, .qhd-module .marg-per2 > .col-2-1 {
    width: 49%;
    margin-right: 2%;
}
.qhd-content .marg-per2 > .col-3-1, .qhd-module .marg-per2 > .col-3-1 {
    width: 32%;
    margin-right: 2%;
}
.qhd-content .marg-per2 > .col-4-1, .qhd-module .marg-per2 > .col-4-1 {
    width: 23.5%;
    margin-right: 2%;
}
.qhd-content .marg-per2 > .col-5-1, .qhd-module .marg-per2 > .col-5-1 {
    width: 18.4%;
    margin-right: 2%;
}
.qhd-content .marg-per2 > .col-3-2, .qhd-module .marg-per2 > .col-3-2 {
    width: 66%;
    margin-right: 2%;
}
.qhd-content .marg-per2 > .col-4-2, .qhd-module .marg-per2 > .col-4-2 {
    width: 49%;
    margin-right: 2%;
}
.qhd-content .marg-per2 > .col-4-3, .qhd-module .marg-per2 > .col-4-3 {
    width: 74.5%;
    margin-right: 2%;
}
.qhd-content .marg-per2 > .col-5-2, .qhd-module .marg-per2 > .col-5-2 {
    width: 38.8%;
    margin-right: 2%;
}
.qhd-content .marg-per2 > .col-5-3, .qhd-module .marg-per2 > .col-5-3 {
    width: 59.2%;
    margin-right: 2%;
}
.qhd-content .marg-per2 > .col-5-4, .qhd-module .marg-per2 > .col-5-4 {
    width: 79.6%;
    margin-right: 2%;
}
/*margin right 4%*/
.qhd-content .marg-per4 > .col-2-1, .qhd-module .marg-per4 > .col-2-1 {
    width: 48%;
    margin-right: 4%;
}
.qhd-content .marg-per4 > .col-3-1, .qhd-module .marg-per4 > .col-3-1 {
    width: 30.6667%;
    margin-right: 4%;
}
.qhd-content .marg-per4 > .col-4-1, .qhd-module .marg-per4 > .col-4-1 {
    width: 22%;
    margin-right: 4%;
}
.qhd-content .marg-per4 > .col-5-1, .qhd-module .marg-per4 > .col-5-1 {
    width: 16.8%;
    margin-right: 4%;
}
.qhd-content .marg-per4 > .col-3-2, .qhd-module .marg-per4 > .col-3-2 {
    width: 65.3333%;
    margin-right: 4%;
}
.qhd-content .marg-per4 > .col-4-2, .qhd-module .marg-per4 > .col-4-2 {
    width: 48%;
    margin-right: 4%;
}
.qhd-content .marg-per4 > .col-4-3, .qhd-module .marg-per4 > .col-4-3 {
    width: 74%;
    margin-right: 4%;
}
.qhd-content .marg-per4 > .col-5-2, .qhd-module .marg-per4 > .col-5-2 {
    width: 37.6%;
    margin-right: 4%;
}
.qhd-content .marg-per4 > .col-5-3, .qhd-module .marg-per4 > .col-5-3 {
    width: 58.4%;
    margin-right: 4%;
}
.qhd-content .marg-per4 > .col-5-4, .qhd-module .marg-per4 > .col-5-4 {
    width: 79.2%;
    margin-right: 4%;
}
/*margin right 5%*/
.qhd-content .marg-per5 > .col-2-1, .qhd-module .marg-per5 > .col-2-1 {
    width: 47.5%;
    margin-right: 5%;
}
.qhd-content .marg-per5 > .col-3-1, .qhd-module .marg-per5 > .col-3-1 {
    width: 30%;
    margin-right: 5%;
}
.qhd-content .marg-per5 > .col-4-1, .qhd-module .marg-per5 > .col-4-1 {
    width: 21.25%;
    margin-right: 5%;
}
.qhd-content .marg-per5 > .col-5-1, .qhd-module .marg-per5 > .col-5-1 {
    width: 16%;
    margin-right: 5%;
}
.qhd-content .marg-per5 > .col-3-2, .qhd-module .marg-per5 > .col-3-2 {
    width: 65%;
    margin-right: 5%;
}
.qhd-content .marg-per5 > .col-4-2, .qhd-module .marg-per5 > .col-4-2 {
    width: 47.5%;
    margin-right: 5%;
}
.qhd-content .marg-per5 > .col-4-3, .qhd-module .marg-per5 > .col-4-3 {
    width: 73.75%;
    margin-right: 5%;
}
.qhd-content .marg-per5 > .col-5-2, .qhd-module .marg-per5 > .col-5-2 {
    width: 37%;
    margin-right: 5%;
}
.qhd-content .marg-per5 > .col-5-3, .qhd-module .marg-per5 > .col-5-3 {
    width: 58%;
    margin-right: 5%;
}
.qhd-content .marg-per5 > .col-5-4, .qhd-module .marg-per5 > .col-5-4 {
    width: 79%;
    margin-right: 5%;
}
.qhd-content .column .last, .qhd-module .column .last {
    margin-right: 0;
    *float:right;
    *clear:right;
}
/*-------------------------------------
   2. table
-------------------------------------*/
.table {
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}
.table th {
    font-weight: bold;
}
.table th, .table td {
    border-top: 1px solid #DDDDDD;
    line-height: 18px;
    padding: 8px;
    /*text-align: left;*/
    vertical-align: top;
}
.table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0 none;
}
.table thead tr th, .table thead tr td {
    *border-top: 0 none;
}
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #F9F9F9;
}
.table th {
    background: #EBEBEB;
}
.table-bordered {
    -moz-border-colors: none;
    border-collapse: separate;
    border-color: #DDDDDD #DDDDDD #DDDDDD;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #DDDDDD;
}
.table-row thead th {
    background: #ebebeb;
}
.table-row tbody th {
    background: #f5f5f5;
}
.table-col {
    border-top-width: 0;
}
.table-col tbody th {
    background: #ebebeb;
}
/*-------------------------------------
   3. style box
-------------------------------------*/
.qhd-content .box_gray, .qhd-content .box_yellow, .box_green, .qhd-content .box_blue, .box_red, .qhd-content .box_purple {
    border-radius: 4px;
    margin: 0 0 30px;
    padding-top: 1px;
    background: #F7F7F7;
}
.qhd-content .box_content {
    padding: 10px 15px;
    border-radius: 4px;
    _height: 100%;
}
.qhd-content .box_gray {
    border: 1px solid #D4D4D4;
}
.qhd-content .box_gray .box_content {
    background-color: #F8F8F8;
}
.qhd-content .box_yellow {
    border: 1px solid #FFE778;
}
.qhd-content .box_yellow .box_content {
    background-color: #FFF4C0;
}
.qhd-content .box_green {
    border: 1px solid #bbe7a0;
}
.qhd-content .box_green .box_content {
    background-color: #e0ffcd;
}
.qhd-content .box_blue {
    border: 1px solid #c7e2ff;
}
.qhd-content .box_blue .box_content {
    background-color: #dfeeff;
}
.qhd-content .box_red {
    border: 1px solid #fea7a7;
}
.qhd-content .box_red .box_content {
    background-color: #ffcfcf;
}
.qhd-content .box_purple {
    border: 1px solid #c8c3f2;
}
.qhd-content .box_purple .box_content {
    background-color: #e5e2ff;
}
.qhd-content .box_yellow .warningbox, .qhd-content .box_green .successbox, .qhd-content .box_blue .infobox, .qhd-content .box_red .errorbox, .qhd-content .box_purple .helpbox {
    padding: 10px 10px 10px 45px;
    line-height: 140%;
}
.qhd-content .box_yellow .warningbox {
    background: #FFF4C0 url(../img/warning_icon.gif) no-repeat 5px 3px;
    color: #716113;
}
.qhd-content .box_green .successbox {
    background: #e0ffcd url(../img/success_icon.gif) no-repeat 5px 3px;
    color: #3a6e1a;
}
.qhd-content .box_blue .infobox {
    background: #dfeeff url(../img/info_icon.gif) no-repeat 5px 3px;
    color: #2273cb;
}
.qhd-content .box_red .errorbox {
    background: #ffcfcf url(../img/error_icon.gif) no-repeat 5px 3px;
    color: #771f1f;
}
.qhd-content .box_purple .helpbox {
    background: #e5e2ff url(../img/help_icon.gif) no-repeat 5px 3px;
    color: #3b337f;
}
/*-------------------------------------
              buttons
-------------------------------------*/
.btn-medium, button.btn-medium em, .btn-small, button.btn-small em, .btn-large, button.btn-large em {
    border: 0 none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.btn-medium span, .btn-small span, .btn-large span {
    display: inline-block;
    white-space: nowrap;
}
.btn-medium, button.btn-medium em {
    font-size: 14px;
    padding: 0 20px 0 0;
}
.btn-medium span {
    height: 34px;
    line-height: 34px;
    padding: 0 0 0 20px;
}
.btn-small, button.btn-small em {
    font-size: 12px;
    padding: 0 15px 0 0;
}
.btn-small span {
    height: 25px;
    line-height: 23px;
    padding: 0 0 0 15px;
}
.btn-large, button.btn-large em {
    font-size: 18px;
    padding: 0 25px 0 0;
}
.btn-large span {
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 25px;
}
.btn-medium-norm span, .btn-small-norm span, .btn-large-norm span {
    color: #666 !important;
    text-shadow: 0 1px 0 #fff;
}
.btn-medium-main span, .btn-small-main span, .btn-large-main span {
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #AF3131;
}
.btn-medium-assist span, .btn-small-assist span, .btn-large-assist span {
    color: #A03A17 !important;
    text-shadow: 0 1px 0 #FFFFFF;
}
.btn-medium-match span, .btn-small-match span, .btn-large-match span {
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #000;
}
.btn-medium:link, .btn-medium:hover, .btn-small:link, .btn-small:hover, .btn-large:link, .btn-large:hover {
    text-decoration: none;
}
/* 标准 */
.btn-medium-norm, button.btn-medium-norm em {
    background: url("../img/btn-medium-norm.png") no-repeat right -35px;
    _background: url("../img/btn-medium-norm.gif") no-repeat right -35px;
}
.btn-medium-norm span {
    background: url("../img/btn-medium-norm.png") no-repeat left 0;
    _background: url("../img/btn-medium-norm.gif") no-repeat left 0;
}
.btn-small-norm, button.btn-small-norm em {
    background: url("../img/btn-small-norm.png") no-repeat right -25px;
    _background: url("../img/btn-small-norm.gif") no-repeat right -25px;
}
.btn-small-norm span {
    background: url("../img/btn-small-norm.png") no-repeat left 0;
    _background: url("../img/btn-small-norm.gif") no-repeat left 0;
}
.btn-large-norm, button.btn-large-norm em {
    background: url("../img/btn-large-norm.png") no-repeat right -44px;
    _background: url("../img/btn-large-norm.gif") no-repeat right -44px;
}
.btn-large-norm span {
    background: url("../img/btn-large-norm.png") no-repeat left 0;
    _background: url("../img/btn-large-norm.gif") no-repeat left 0;
}
/* 主要 */
.btn-medium-main, button.btn-medium-main em {
    background: url("../img/btn-medium-main.png") no-repeat right -35px;
    _background: url("../img/btn-medium-main.gif") no-repeat right -35px;
}
.btn-medium-main span {
    background: url("../img/btn-medium-main.png") no-repeat left 0;
    _background: url("../img/btn-medium-main.gif") no-repeat left 0;
}
.btn-small-main, button.btn-small-main em {
    background: url("../img/btn-small-main.png") no-repeat right -25px;
    _background: url("../img/btn-small-main.gif") no-repeat right -25px;
}
.btn-small-main span {
    background: url("../img/btn-small-main.png") no-repeat left 0;
    _background: url("../img/btn-small-main.gif") no-repeat left 0;
}
.btn-large-main, button.btn-large-main em {
    background: url("../img/btn-large-main.png") no-repeat right -44px;
    _background: url("../img/btn-large-main.gif") no-repeat right -44px;
}
.btn-large-main span {
    background: url("../img/btn-large-main.png") no-repeat left 0;
    _background: url("../img/btn-large-main.gif") no-repeat left 0;
}
/* 辅助 */
.btn-medium-assist, button.btn-medium-assist em {
    background: url("../img/btn-medium-assist.png") no-repeat right -35px;
    _background: url("../img/btn-medium-assist.gif") no-repeat right -35px;
}
.btn-medium-assist span {
    background: url("../img/btn-medium-assist.png") no-repeat left 0;
    _background: url("../img/btn-medium-assist.gif") no-repeat left 0;
}
.btn-small-assist, button.btn-small-assist em {
    background: url("../img/btn-small-assist.png") no-repeat right -25px;
    _background: url("../img/btn-small-assist.gif") no-repeat right -25px;
}
.btn-small-assist span {
    background: url("../img/btn-small-assist.png") no-repeat left 0;
    _background: url("../img/btn-small-assist.gif") no-repeat left 0;
}
.btn-large-assist, button.btn-large-assist em {
    background: url("../img/btn-large-assist.png") no-repeat right -44px;
    _background: url("../img/btn-large-assist.gif") no-repeat right -44px;
}
.btn-large-assist span {
    background: url("../img/btn-large-assist.png") no-repeat left 0;
    _background: url("../img/btn-large-assist.gif") no-repeat left 0;
}
/* 搭配 */
.btn-medium-match, button.btn-medium-match em {
    background: url("../img/btn-medium-match.png") no-repeat right -35px;
    _background: url("../img/btn-medium-match.gif") no-repeat right -35px;
}
.btn-medium-match span {
    background: url("../img/btn-medium-match.png") no-repeat left 0;
    _background: url("../img/btn-medium-match.gif") no-repeat left 0;
}
.btn-small-match, button.btn-small-match em {
    background: url("../img/btn-small-match.png") no-repeat right -25px;
    _background: url("../img/btn-small-match.gif") no-repeat right -25px;
}
.btn-small-match span {
    background: url("../img/btn-small-match.png") no-repeat left 0;
    _background: url("../img/btn-small-match.gif") no-repeat left 0;
}
.btn-large-match, button.btn-large-match em {
    background: url("../img/btn-large-match.png") no-repeat right -44px;
    _background: url("../img/btn-large-match.gif") no-repeat right -44px;
}
.btn-large-match span {
    background: url("../img/btn-large-match.png") no-repeat left 0;
    _background: url("../img/btn-large-match.gif") no-repeat left 0;
}
/*  btn hover  */
.btn-medium:hover, button.btn-medium:hover em {
    background-position: right -105px;
}
.btn-medium:hover span {
    background-position: left -70px;
}
.btn-small:hover, button.btn-small:hover em {
    background-position: right -75px;
}
.btn-small:hover span {
    background-position: left -50px;
}
.btn-large:hover, button.btn-large:hover em {
    background-position: right -132px;
}
.btn-large:hover span {
    background-position: left -88px;
}
/*  btn active  */
.btn-medium:active, button.btn-medium:active em {
    background-position: right -175px;
}
.btn-medium:active span {
    background-position: left -140px;
}
.btn-small:active, button.btn-small:active em {
    background-position: right -125px;
}
.btn-small:active span {
    background-position: left -100px;
}
.btn-large:active, button.btn-large:active em {
    background-position: right -220px;
}
.btn-large:active span {
    background-position: left -176px;
}
/* ============ submit button=============== */
/*html:not([lang*=""]) button.submit-btn {margin: 0 -3px;}*/
button.btn-medium, button.btn-small, button.btn-large {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    width: auto;
    overflow: visible;
    text-align: center;
    white-space: nowrap;
}
button.btn-medium span, button.btn-small span, button.btn-large span, button.btn-medium em, button.btn-small em, button.btn-large em {
    display: inline-block;
    margin: 0;
    font-style: normal;
}
/*button.submit-btn em{font-style:normal;}*/

/* ============ icon button=============== */
.btn-medium i, .btn-small i, .btn-large i {
    display: inline-block;
    *display:inline;
    zoom: 1;
    float: left;
    margin-left: -2px;
    background-repeat: no-repeat;
    background-position: left center;
}
.btn-medium i {
    width: 20px;
    height: 34px;
}
.btn-small i {
    width: 20px;
    height: 22px;
}
.btn-large i {
    width: 22px;
    height: 42px;
}
/*-------------------------------------
              clearfix
-------------------------------------*/
.clear {
    clear: both;
    visibility: hidden;
    display: block;
    font-size: 0;
    line-height: 0;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    *zoom:1;
}
@media screen and (max-width:768px) {
    /* 多列 测试*/
    .qhd-module .column .md-col-2-1, .qhd-module .column .md-col-3-1, .qhd-module .column .md-col-4-1,  .qhd-module .column .md-col-4-2, .qhd-module .column .md-col-5-1, .qhd-module .column .md-col-3-2,  .qhd-module .column .md-col-4-3, .qhd-module .column .md-col-5-2, .qhd-module .column .md-col-5-3,  .qhd-module .column .md-col-5-4 {
        float: left;
        min-height: 1px;
        height: auto !important;
        _height: 1px;
    }
    /* default marg-per3 margin right 3% */
    .qhd-module .column .md-col-1-1 {
        width: 100% !important;
    }
    .qhd-module .column .md-col-2-1 {
        width: 48.5% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .md-col-3-1 {
        width: 31.3333% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .md-col-4-1 {
        width: 22.75% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .md-col-5-1 {
        width: 17.6% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .md-col-3-2 {
        width: 65.6666% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .md-col-4-2 {
        width: 48.5% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .md-col-4-3 {
        width: 74.25% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .md-col-5-2 {
        width: 38.2% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .md-col-5-3 {
        width: 58.8% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .md-col-5-4 {
        width: 79.4% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .md-last {
        margin-right: 0 !important;
        *float:right;
        *clear:right;
    }
}
@media screen and (max-width:640px) {
    /* 多列 测试*/
    .qhd-module .column .sm-col-2-1, .qhd-module .column .sm-col-3-1, .qhd-module .column .sm-col-4-1,  .qhd-module .column .sm-col-4-2, .qhd-module .column .sm-col-5-1, .qhd-module .column .sm-col-3-2,  .qhd-module .column .sm-col-4-3, .qhd-module .column .sm-col-5-2, .qhd-module .column .sm-col-5-3,  .qhd-module .column .sm-col-5-4 {
        float: left;
        min-height: 1px;
        height: auto !important;
        _height: 1px;
    }
    /* default marg-per3 margin right 3% */
    .qhd-module .column .sm-col-1-1 {
        width: 100% !important;
    }
    .qhd-module .column .sm-col-2-1 {
        width: 48.5% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .sm-col-3-1 {
        width: 31.3333% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .sm-col-4-1 {
        width: 22.75% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .sm-col-5-1 {
        width: 17.6% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .sm-col-3-2 {
        width: 65.6666% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .sm-col-4-2 {
        width: 48.5% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .sm-col-4-3 {
        width: 74.25% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .sm-col-5-2 {
        width: 38.2% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .sm-col-5-3 {
        width: 58.8% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .sm-col-5-4 {
        width: 79.4% !important;
        margin-right: 3% !important;
    }
    .qhd-module .column .sm-last {
        margin-right: 0 !important;
        *float:right;
        *clear:right;
    }
}
.product-params{
    width:500px;
    float:left;
}
.product-params .title{
    font-size:22px;
    color:#50b4c8;
}
.product-params .info{
    font-size:18px;
    color:#B0B0B0;
    margin-top:15px;
    line-height: 2;
}
.product-images{
    width: 520px;
    height: 350px;
    border: 3px solid white;
    position: relative;
    float:right;
    margin-right:35px;
}
.product-images .arrow-left {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -45px;
    width: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color:#ccc;
    z-index: 2;
}
.product-images .arrow-right {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -45px;
    width: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color:#ccc;
    z-index: 2;
}
.product-images .arrow-left i:hover,.product-images .arrow-right i:hover{color:#00A3FF;}
.swiper-container {
    width: 520px;
    height: 520px;
    text-align: center;
}
.product-images .pagination {
    z-index: 99;
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
}
.product-images .pagination span{
    height:10px;
    padding:1px;
    line-height: normal;
}
.product-images .swiper-container .swiper-slide img{border:1px solid #c3c3c3;width: 516px;object-fit:contain;max-width: 516px;max-height: 516px;}
.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
    z-index:1;
    margin-top:-142px;
}
.swiper-wrapper {
    position:relative;
    width:100%;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;

    -moz-transition-property:-moz-transform, left, top;
    -moz-transition-duration:0s;
    -moz-transform:translate3d(0px,0,0);
    -moz-transition-timing-function:ease;

    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);

    -ms-transition-property:-ms-transform, left, top;
    -ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);
    -ms-transition-timing-function:ease;

    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-align:center;
    -moz-box-align:center;
    box-align:center;
    -webkit-box-pack:center;
    -moz-box-pack:center;
    box-pack:center;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

.mt-tabpage li { list-style: none; }
.mt-tabpage {
    width: 1120px;
    margin: 30px auto;
    background-color: #FFFFFF;
}
.mt-tabpage-title {
    height: 35px;
    font-size: 0;
    background-color: #fff;
    width: 94%;
    margin: auto;
    background: #fff;
    border-bottom: 1px solid #006579;
}
.mt-tabpage-title .mt-tabpage-item {
    display: inline-block;
    width: 105px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #666;
    font-size: 14px;
    background-color:#dafaff;
    border:1px solid #006579;
    border-right: 0px;
    border-bottom: 0px;
}
.mt-tabpage-title .mt-tabpage-last{
    border-right:1px solid #006579;
}
.mt-tabpage-title .mt-tabpage-item:hover{
    color: #fff;
    background-color:#50b4c8;
}
.mt-tabpage-title .mt-tabpage-item-cur {
    color: #fff;
    font-size: 14px;
    background-color:#50b4c8;
}
.mt-tabpage-count {
    position: relative;
    width: 1100px;
    min-height: 1400px;
    margin:0px auto;
    overflow: hidden;
}
.mt-tabpage-cont__wrap {
    position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
    width: 1100px;
    min-height: 400px;
    margin:0px auto;
    text-align: left;
    margin-top:15px;
}
.mt-tabpage-count .mt-tabpage-item li{list-style: disc;}
.mt-tabpage-count .mt-tabpage-item img{
    max-width: 1100px;
    max-height:inherit;
    border:0px;
}
.mt-tabpage-count .mt-tabpage-item table{width:96%;}
.news-list{width:100%;}
.news-list .news-item{width:100%;height:120px;margin-top:15px;padding:0px 15px;}
.news-list .news-item .news-img{float:left;width:140px;height:120px;overflow: hidden;border:1px solid #ababab;border-radius: 8px;display: flex;align-items: center;}
.news-list .news-item .news-img img{width: 140px;height:128px;}
.news-list .news-item .news-content{float:left;width:900px;margin-left:15px;}
.news-list .news-item .news-content h2{width:100%;line-height: 32px;font-size: 14px;font-weight: bold;color:#50b4c8;}
.news-list .news-item .news-content .news-info{width:780px;float:left;text-align:left;color:#525252;height:90px;line-height: 30px;overflow: hidden;}
.news-list .news-item .news-content .news-date{width:100px;float:right;text-align: center;color:#525252;margin-top: -32px;line-height: 32px;}

.contact-info{width:1120px;margin:20px auto;}
.contact-info .contact-address,.contact-info .contact-phone,.contact-info .contact-email{float:left;width:32%;margin-left:2%;height:230px;border-radius:6px;overflow: hidden;}
.contact-info .contact-address{margin-left:0px;background-color:#ffe0e0;}
.contact-info .contact-phone{background-color:#BAE3EB;}
.contact-info .contact-email{background-color:#e0f3ea;}
.contact-info .contact-address .item-icon i,.contact-info .contact-phone .item-icon i,.contact-info .contact-email .item-icon i{font-size:52px;text-align: center;}
.contact-info .contact-address .item-icon{color:#FF595C;text-align: center;}
.contact-info .contact-phone .item-icon{color:#50b4c8;text-align: center;}
.contact-info .contact-email .item-icon{color:#12b569;text-align: center;}
.contact-info .contact-address .item-title,.contact-info .contact-phone .item-title,.contact-info .contact-email .item-title{line-height:32px;font-size:20px;color:#2F2F2F;text-align:center;margin-top:-10px;}
.contact-info .contact-address .item-content,.contact-info .contact-phone .item-content,.contact-info .contact-email .item-content{line-height:26px;color:#252525;font-size: 16px;margin-top: 10px;}

@media screen and (max-width:480px) {
    .contact-info{width:98vw;margin:20px auto;}
    .contact-info .contact-address,.contact-info .contact-phone,.contact-info .contact-email{float:none;width:96%;margin-left:0%;height:230px;margin-top:10px;}
    .product-params{width:100%;float:none;margin-left:0px;}
    .product-images{width:96vw;float:none;margin:0px auto;margin-top:10px;height:96vw;}
    .product-images .arrow-left i:hover,.product-images .arrow-right i:hover{color:#00A3FF;}
    .product-images .swiper-container .swiper-slide img{width:100%;}
    .swiper-container{width:100%;height:100%;}
    .mt-tabpage{width:100%;}
    .qhd-content ul, .qhd-content ol{padding:0px;padding-left: 0px;}
    .mt-tabpage-title .mt-tabpage-item{width:75px;}
    .mt-tabpage-count{width:100%;}
    .mt-tabpage-count .mt-tabpage-item{width:360px;overflow: hidden;}
}

.job-title{width:100%;height:40px; line-height:40px; background-color: #50b4c8;color:#fff;}
.job-title .zp-position{width:30%;display: inline-block;text-indent: 20px;}
.job-title .zp-number{width:20%;display: inline-block;}
.job-title .zp-address{width:20%;display: inline-block;}
.job-title .zp-date{width:20%;display: inline-block;}
.job-title .zp-qq{width:8%;display: inline-block;text-align: center;}

.zp-item{width:100%; height: auto;line-height:40px;background-color: #CCCCCC;margin-top:10px;}
.zp-item .zp-position{width:30%;display: inline-block;text-indent: 20px;}
.zp-item .zp-number{width:20%;display: inline-block;}
.zp-item .zp-address{width:20%;display: inline-block;}
.zp-item .zp-date{width:20%;display: inline-block;}
.zp-item .zp-qq{width:8%;display: inline-block;text-align: center;}
.zp-item .zp-info{width:100%;display: none; line-height: 34px; font-size:14px; color:#000; background: #fff;}
.zp-item .zp-info .btn-sqzw{width:120px;height:30px; line-height: 30px;pading:5px; border-radius: 5px; background-color: #00B9D7; display: inline-block;float:right; text-align: center;color:#fff;}
.zp-item .cp-position,.zp-item .cp-number,.zp-item .cp-date,.zp-item .cp-qq,.zp-item .cp-address{display: none;}