* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "microsoft yahei", simhei;
}

img {
    border: none;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1;
}

.lf {
    float: left;
}

.lr {
    float: right;
}

.line-block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

/* RESET */
.elq-form * {
    margin: 0;
    padding: 0;
}

.elq-form input, textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.elq-form button, input[type=reset], input[type=button], input[type=submit], input[type=checkbox], input[type=radio], select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* GENERIC */
.elq-form input {
    height: 18px;
    line-height: 18px;
}

.elq-form .item-padding {
    padding: 6px 5px 9px 9px;
}

.elq-form .pp-group {
    padding: 0px 5px 0px 9px;
}

.elq-form .pp-field {
    padding: 6px 0px 9px 0px;
}

.elq-form .field-wrapper.individual {
    float: left;
    width: 100%;
    clear: both;
}

.elq-form .field-p {
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

.elq-form .zIndex-fix {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.elq-form .field-design {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

.elq-form .no-fields-prompt {
    float: left;
    width: 100%;
    height: 150px;
    padding-top: 50px;
    clear: both;
}

/* SECTION BREAKS */
.elq-form .section-break {
    float: left;
    width: 97%;
    margin-right: 2%;
    margin-left: 1%;
    padding-bottom: 6px;
}

.elq-form .section-break .heading {
    width: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

/* LABEL */
.elq-form .required {
    color: red !important;
    display: inline;
    float: none;
    font-weight: bold;
    margin: 0pt 0pt 0pt;
    padding: 0pt 0pt 0pt;
}

/* FIELD GROUP */
.elq-form .field-group {
    float: left;
    clear: both;
}

.elq-form .field-group.large {
    width: 100%;
}

.elq-form .field-group.medium {
    width: 51%;
}

.elq-form .field-group.small {
    width: 31%;
}

.elq-form .field-group .label {
    float: left;
    width: 97%;
    margin-right: 2%;
    margin-left: 1%;
    padding-bottom: 6px;
    font-weight: bold;
}

.elq-form .field-group .field-style {
    float: left;
}

.elq-form .progressive-profile .pp-inner {
    float: left;
    clear: both;
}

.elq-form .progressive-profile .pp-inner.large {
    width: 100%;
}

.elq-form .progressive-profile .pp-inner.medium {
    width: 51%;
}

.elq-form .progressive-profile .pp-inner.small {
    width: 31%;
}

/* RADIO */
.elq-form .radio-option {
    display: inline-block;
}

.elq-form .radio-option .label {
    display: block;
    float: left;
    padding-right: 10px;
    padding-left: 22px;
    text-indent: -22px;
}

.elq-form .radio-option .input {
    vertical-align: middle;
    margin-right: 7px;
}

.elq-form .radio-option .inner {
    vertical-align: middle;
}

/* CHECKBOX */
.elq-form .checkbox-span {
    display: inline-block;
}

.elq-form .checkbox-label {
    margin-left: 4px;
}

/* INPUT */
.elq-form .accept-default {
    width: 100%;
}

/* SIZING */
.elq-form .field-style {
    margin-right: 2%;
    margin-left: 2%;
}

.elq-form .field-style._25 {
    width: 21%;
}

.elq-form .field-style._50 {
    width: 46%;
}

.elq-form .field-style._50_left {
    clear: left;
    width: 46%;
}

.elq-form .field-style._75 {
    width: 71%;
}

.elq-form .field-style._100 {
    width: 96%;
}

.elq-form .field-size-top-small {
    width: 30%;
}

.elq-form .field-size-top-medium {
    width: 75%;
}

.elq-form .field-size-top-large {
    width: 205px;
    padding-left: 5px;
    border: 1px solid #e4e4e4;
}

.elq-form select.field-size-top-large {
    width: 212px;
}

.elq-form .submit-button {
    background: #0066a1;
    color: #ffffff;
    border: none;
    padding: 0px 10px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    margin-bottom: 12px;
}

.submit-button:hover {
    background-color: #3db7e4;
}

.elq-form .field-size-left-small {
    width: 21%;
}

.elq-form .field-size-left-medium {
    width: 46%;
}

.elq-form .field-size-left-large {
    width: 60%;
}

/* INSTRUCTIONS */
.elq-form .instructions.default {
    color: #444444;
    display: block;
    font-size: 10px;
    padding: 6px 0pt 3px;
}

.elq-form .instructions.group {
    float: left;
    width: 97%;
    margin-right: 2%;
    margin-left: 2%;
    padding: 6px 0pt 3px;
    color: #444444;
    display: block;
    font-size: 10px;
}

.elq-form .instructions.left-single {
    margin: 0 0 0 33%;
}

.elq-form .instructions-other {
    margin: 0;
}

/* POSITIONING */
.elq-form .label-position.left {
    display: block;
    line-height: 150%;
    padding: 1px 0pt 3px;
    float: left;
    width: 31%;
    margin: 0pt 15px 0pt 0pt;
    word-wrap: break-word;
}

.elq-form .label-position.top {
    line-height: 150%;
    padding: 1px 0pt 3px;
    white-space: nowrap;
    display: inline-block;
    width: 124px;
}

.elq-form .label-position.alignment-left {
    text-align: left;
}

.elq-form .label-position.alignment-right {
    text-align: right;
}

/* LIST ORDER */
.elq-form .list-order {
    display: block;
}

.elq-form .list-order.oneColumn {
    margin: 0pt 7px 0pt 0pt;
    width: 100%;
    clear: both;
}

.elq-form .list-order.twoColumn {
    float: left;
    margin: 0pt 7px 0pt 0pt;
    width: 38%;
}

.elq-form .list-order.threeColumn {
    float: left;
    margin: 0pt 7px 0pt 0pt;
    width: 30%;
}

.elq-form .list-order.oneColumnLeft {
    float: left;
    margin: 0pt 7px 0pt 0pt;
    width: 100%;
}

.elq-form .list-order.twoColumnLeft {
    float: left;
    margin: 0pt 7px 0pt 0pt;
    width: 38%;
}

.elq-form .list-order.threeColumnLeft {
    float: left;
    margin: 0pt 7px 0pt 0pt;
    width: 30%;
}

/* GRID STYLE */
.elq-form .grid-style {
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
}

.elq-form .grid-style._25 {
    width: 21%;
}

.elq-form .grid-style._50 {
    width: 46%;
}

.elq-form .grid-style._75 {
    width: 71%;
}

.elq-form .grid-style._100 {
    width: 96%;
}

.tepro-tit {
    text-align: center;
    margin-top: 46px;
    margin-bottom: 28px;
}

.tepro-tit h3 {
    font-weight: 700;
    color: #F79013;
    font-size: 32px;
    padding-bottom: 12px;
}

a.btn-clr-13:hover, a.btn-clr-13:focus, a.btn-clr-13.active, a.btn-clr-13:active {
    background: #3db7e4;
    color: #ffffff !important;
}

a.cta.cta-download, a.cta.cta-email, a.cta.cta-link {
    display: table;
}

a.cta .cta-label {
    display: inline-block;
    padding: 17px 20px;
    border-right: 1px solid #f7f7f7;
    max-height: 66px;
    overflow: hidden;
    text-align: left;
    min-width: 200px;
    max-width: 365px;
}

a.cta .cta-label, a.cta i.icon {
    display: inline-block;
    line-height: 1.14285714;
    vertical-align: middle;
}

a.cta.cta-download .cta-label, a.cta.cta-email .cta-label, a.cta.cta-link .cta-label, a.cta.cta-download i.icon, a.cta.cta-email i.icon, a.cta.cta-link i.icon {
    display: table-cell;
    width: 50px;
}

a.btn-clr-13 {
    background: #0066a1;
    color: #ffffff !important;
}

.icon-caret {
    text-align: center;
    font-style: normal;
    font-size: 28px;
    font-weight: lighter;
}

body {
    font-size: 14px;
}

/*ÓÒÀ¸¹Ì¶¨*/
.te-fixed {
    position: fixed;
    width: 98px;
    right: 0;
    top: 50%;
    margin-top: -148px;
    z-index: 22;
}

.te-fixed li {
    padding: 18px 25px 18px 25px;
    font-weight: bold;
    font-size: 24px;
    border-top: 1px solid #fff;
    background-color: #cacaca;
    color: #fff;
    cursor: pointer;
}

.te-fixed li.bt0 {
    border-top: 0;
}

#go-top {
    cursor: pointer;
}

.idx-main {
    width: 1280px;
    margin: 0 auto;
}

.solve-son .before, .solve-son .after {
    position: absolute;
    top: 600px;
    width: 40px;
    height: 40px;
}

body .solve-son {
    position: relative;
}

.son-1 .slide-box {
    position: absolute;
    left: 0;
    top: 0;
}

body .solve-son > .son-1 {
    overflow: hidden;
    position: relative;
}

.solve-son .before:hover, .solve-son .after:hover {
    opacity: .8;
    cursor: pointer;
}

.solve-son .before {
    top: -50px;
}

.solve-son .after, .solve-son .before {
    left: 90px;
}

.solve-son .before img, .solve-son .after img {
    width: 40px;
}

/*ÓÒÀ¸¹Ì¶¨*/
.td-li50 li {
    width: 50%;
    float: left;
}
.quiz .cate-kind{
    width: auto !important;
    left: 0px !important;
}