*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, amp-img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0
}

body {
    font-family: "schoolbook-web", Georgia, serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background: #fff
}

textarea, input {
    font-family: "schoolbook-web", Georgia, serif
}

a:link, a:visited {
    text-decoration: none;
    outline: #333;
    color: #333
}

a:hover, a:active, a:focus {
    color: #000
}

ul, li {
    list-style: none
}

table {
    border-collapse: collapse;
    width: 100%
}

amp-img {
    border: 0;
    max-width: 100%;
    max-height: 100%
}

.clearfix {
    clear: both
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.container {
    max-width: 1400px;
    margin-left: auto;padding:0 10px;
    margin-right: auto
}.inside{
 overflow:hidden;
 }
.faq{
overflow:hidden;
}

.indent2 {
    text-indent: 2em
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.middleCenter {
    position: static
}

.middleCenter img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

mip-fixed[type=top] {
    overflow: visible !important
}

.header {
    background: #000;
    color: #fff;
    width: 100%;
    position: fixed;
    z-index: 9;
    left: 0
}

.header a {
    color: #fff
}

.header .container {
    position: relative;
    min-height: 50px
}

.header .logo {
   
    height: 50px;
    float: left;
}

.header .logo amp-img {
    width: 100px;
    height: 50px
}

.headerH {
    height: 50px
}

mip-fixed[type=top] {
    background: #fff
}
.nav {
text-align: center;
float:left;
padding-left: 50px;
}
@media (max-width: 1360px){
.nav {
padding-left: 5px;
}
}

.nav > .list > li {
    display: inline-block;
    padding: 0 15px;
    position: relative
}

.nav > .list > li:hover .child {
    display: block
}

.nav > .list > li > a {
    color: #fff
}

.nav > .list > li > a .icon {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px #bbb solid;
    border-right: 1px #bbb solid;
    vertical-align: middle;
    margin-left: 5px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition: all .2s;
    transition: all .2s
}

.nav > .list > li:hover > a {
    color: #ed6826
}

.nav > .list > li:hover > a .icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav > .list > li:first-child > a:after {
    display: none
}

.nav > .list > li > a {
    font-size: 16px;
    height: 50px;
    line-height: 50px
}

.nav .child {
    width: 160px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 100%;
    background: #fff;
    overflow: hidden;
    transition: all .2s;
    -webkit-transition: all .2s;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 15px 0;
    display: none
}

.nav .child li {
    line-height: 40px;
    text-align: left
}

.nav .child li a {
    display: block;
    padding: 0 20px;
    color: #333
}

.nav .child li a:hover {
    background: #eee
}


.header .btns {
    display: inline-block;
    vertical-align: top
}

.header .btns a, .header .btns span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    margin-top: 5px;
    color: #fff;
    margin-left: 0;
    text-align: center;
    border-radius: 3px;
    float: left;
    cursor: pointer
}

.header .btns a amp-img, .header .btns span amp-img {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 10px
}

.header .btns a:hover, .header .btns span:hover {
    background: #ed6826
}

.header .btns .num {
    margin-left: 10px;
    font-style: initial
}

#searchPopup {
    height: 100%;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    position: absolute
}

#searchPopup .transparent {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0
}

#searchPopup .container {
    height: 100px;
    width: 1200px;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#searchPopup .form input[type="text"] {
    width: 100%;
    border: none;
    background: none;
    border-bottom: 1px #fff solid;
    line-height: 49px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    padding: 0 50px 0 10px
}

#searchPopup .form input[type="text"]::-webkit-input-placeholder {
    color: #fff
}

#searchPopup .form input[type="text"]:-moz-placeholder {
    color: #fff
}

#searchPopup .form input[type="text"]::-moz-placeholder {
    color: #fff
}

#searchPopup .form input[type="text"]:-ms-input-placeholder {
    color: #fff
}

#searchPopup .form .btn {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px
}

#searchPopup .form .btn amp-img {
    width: 30px;
    height: 30px
}

.i-amphtml-fill-content #searchPopup {
    display: block
}

.navPhoneBtn {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    float: right;
    position: absolute;
    z-index: 11;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 36px;
    text-align: right;
    display: none
}

.navPhoneBtn span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ed6826;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 20px;
    transform-origin: 20px;
    -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

.navPhoneBtn span:nth-last-child(2) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: width .5s ease;
    transition: width .5s ease
}

.navPhoneBtn span:last-child {
    margin-bottom: 0
}

.subscribe {
    background: #f6f6f6;
    padding-top: 100px;
    padding-bottom: 100px
}

.subscribe .titleBig {
    text-align: center;
    width: 100%;
    line-height: 1;
    font-size: 40px;
    color: #000;
    font-family: serif;
    position: relative
}

.subscribe .titleBig:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #1f2021;
    margin: auto;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0
}

.subscribe .nr {
    margin-top: 50px
}

.subscribe .form {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.subscribe .form input[type="text"] {
    border: 1px #333 solid;
    background: #fff;
    line-height: 63px;
    height: 65px;
    padding: 0 15px;
    width: 100%;
    font-size: 18px;
    font-family: serif;
    font-style: italic
}

.subscribe .form .btn {
    border: solid 1px #1f201f;
    background-color: #1f2021;
    color: #fff;
    font-weight: 700;
    width: 132px;
    height: 45px;
    line-height: 43px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    cursor: pointer
}

.subscribe .form .btn:hover {
    background: #fff;
    color: #333
}

.footer {
    background: #273037;
    color: #fff;
    padding: 50px 0 40px 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 30px;
    overflow: hidden;
    position: relative
}

.footer a {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .5s;
    transition: all .5s
}

.footer a:hover {
    color: #fff;
    text-decoration: underline
}

.footer .title {
    font-size: 16px;
    padding: 0 0 15px 0;
    color: #fff
}

.footer .title a {
    color: #fff
}

.footer .menu {
    width: 100%
}

.footer .menu li {
    width: 25%;
    float: left;
    text-align: left;
    padding-right: 10px
}

.footer .child a {
    display: inline-block;
    line-height: 32px;
    padding: 4px 0
}

.footer mip-share .c-share-list {
    background: none;
    padding: 0
}

.copyright {
    background: #273037;
    color: #999;
    text-align: center;
    font-size: 14px
}

.copyright .container {
    border-top: 1px solid #363e45;
    padding: 20px 0
}

.copyright a {
    color: #999
}

.copyright a:hover {
    color: #fff;
    text-decoration: underline
}

.copyright .text {
    float: right;
    font-size: 14px
}

.div-mask {
    z-index: 10001 !important
}

#sidebarRight {
    width: 70%;
    background: #fff;
    padding: 50px 20px;
    font-size: 14px
}

#sidebarRight > ul > li > a {
    display: block;
    padding: 10px 0;
    font-weight: 700
}

#sidebarRight .child a {
    display: block;
    padding: 10px 0
}

@media screen and (max-width: 1200px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 768px
    }


    .header .other {
        padding-right: 40px
    }

    .nav {
        display: none
    }

    .navPhoneBtn {
        display: block
    }

    .footer {
        padding-top: 30px;
        padding-bottom: 20px
    }

    .footer .title {
        padding-bottom: 5px
    }

    .footer .menu li {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid
    }

    .footer .menu li:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .subscribe {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .subscribe .titleBig {
        font-size: 24px
    }

    .subscribe .form .btn {
        width: 100px
    }
}

.form-control {
    width: 100%;
    border-radius: 3px;
    padding: 10px 10px;
    border: 1px #ccc solid;
    font-size: 14px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0)
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(237, 104, 38, 0.075), 0 0 8px rgba(237, 104, 38, 0.6);
    box-shadow: inset 0 1px 1px rgba(237, 104, 38, 0.075), 0 0 8px rgba(237, 104, 38, 0.6);
    border-color: #ed6826
}

.plusReduce {
    display: inline-block
}

.plusReduce .plus, .plusReduce .reduce {
    background: #f2f2f2;
    float: left;
    width: 40px;
    height: 40px;
    border: 1px #d1d1d1 solid;
    font-size: 30px;
    color: #666;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative
}

.plusReduce .plus:before, .plusReduce .reduce:before, .plusReduce .plus:after, .plusReduce .reduce:after {
    content: "";
    display: block;
    background: #333;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none
}

.plusReduce .plus:hover, .plusReduce .reduce:hover {
    background: #ed6826;
    border-color: #ed6826;
    z-index: 9
}

.plusReduce .plus:hover:before, .plusReduce .reduce:hover:before, .plusReduce .plus:hover:after, .plusReduce .reduce:hover:after {
    background: #fff
}

.plusReduce .reduce:before {
    width: 9px;
    height: 2px;
    display: block
}

.plusReduce .plus {
    margin-left: -1px
}

.plusReduce .plus:before {
    width: 12px;
    height: 2px;
    display: block
}

.plusReduce .plus:after {
    height: 12px;
    width: 2px;
    display: block
}

.plusReduce .form-control {
    float: left;
    width: 60px;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    margin-left: -1px;
    border-radius: 0;
    z-index: 1;
    position: relative;
    text-align: center;
    font-size: 16px
}

.plusReduce .form-control::-webkit-outer-spin-button, .plusReduce .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0
}

.plusReduce-02 .plus, .plusReduce-02 .reduce {
    width: 30px;
    height: 30px;
    font-size: 20px
}

.plusReduce-02 .plus:before {
    width: 9px;
    height: 2px
}

.plusReduce-02 .reduce:before {
    width: 12px;
    height: 2px
}

.plusReduce-02 .reduce:after {
    height: 12px;
    width: 2px
}

.plusReduce-02 .form-control {
    width: 60px;
    height: 30px;
    line-height: 28px;
    margin-left: -1px;
    font-size: 16px
}

.form-control {
    width: 100%;
    border-radius: 3px;
    padding: 10px 10px;
    border: 1px #ccc solid;
    font-size: 14px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0)
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(237, 104, 38, 0.075), 0 0 8px rgba(237, 104, 38, 0.6);
    box-shadow: inset 0 1px 1px rgba(237, 104, 38, 0.075), 0 0 8px rgba(237, 104, 38, 0.6);
    border-color: #ed6826
}

.plusReduce {
    display: inline-block
}

.plusReduce .plus, .plusReduce .reduce {
    background: #f2f2f2;
    float: left;
    width: 30px;
    height: 30px;
    border: 1px #d1d1d1 solid;
    font-size: 20px;
    color: #666;
    text-decoration: none;
    text-align: center;
    position: relative
}

.plusReduce .plus:before, .plusReduce .reduce:before, .plusReduce .plus:after, .plusReduce .reduce:after {
    content: "";
    display: block;
    background: #333;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none
}

.plusReduce .plus:hover, .plusReduce .reduce:hover {
    background: #ed6826;
    border-color: #ed6826;
    z-index: 9
}

.plusReduce .plus:hover:before, .plusReduce .reduce:hover:before, .plusReduce .plus:hover:after, .plusReduce .reduce:hover:after {
    background: #fff
}

.plusReduce .plus:before {
    width: 9px;
    height: 2px;
    display: block
}

.plusReduce .reduce {
    margin-left: -1px
}

.plusReduce .reduce:before {
    width: 12px;
    height: 2px;
    display: block
}

.plusReduce .reduce:after {
    height: 12px;
    width: 2px;
    display: block
}

.plusReduce .form-control {
    float: left;
    width: 60px;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    margin-left: -1px;
    border-radius: 0;
    z-index: 1;
    position: relative;
    text-align: center;
    font-size: 16px
}

.forgot {
    padding: 80px 0
}

.forgot .titleBig {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px
}

.forgot .left {
    width: 55%;
    float: left
}

.forgot form div {
    display: block;
    color: initial;
    padding: 0 0;
    font-size: initial
}

.forgot .error {
    display: none;
    padding: 0;
    color: #f00;
    font-size: 12px
}

.forgot form .visible {
    display: block
}

.forgot .form {
    margin-left: auto;
    margin-right: auto
}

.forgot .form li {
    margin-bottom: 20px
}

.forgot .form .title {
    font-size: 16px;
    margin-bottom: 10px
}

.forgot .form .submitBtn {
    width: 100%;
    max-width: 350px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 16px;
    border: 0;
    border-radius: 3px;
    cursor: pointer
}

.forgot .form .submitBtn:hover {
    background: #ed6826;
    color: #fff;
    border-color: #ed6826
}

.forgot .form .tips {
    font-size: 14px
}

.forgot .form .tips .p-02 {
    padding-left: 15px;
    position: relative
}

.forgot .form .tips .p-02:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: 0;
    top: 10px
}

.forgot .right {
    width: 45%;
    float: right
}

.forgot .right .nr {
    float: right;
    min-width: 280px;
    margin-top: 34px
}

.forgot .right .returnHome {
    border: 1px #ccc solid;
    margin-bottom: 20px
}

.forgot .right .returnHome a {
    display: block;
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 15px 25px
}

.forgot .right .returnHome a:hover {
    background: #f1f1f1
}

.forgot .right .hasAccount {
    border: 1px #ccc solid;
    padding: 20px 25px
}

.forgot .right .p-01 {
    margin-bottom: 10px
}

.forgot .right .loginBtn {
    display: block;
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 16px;
    border: 0;
    border-radius: 3px;
    cursor: pointer
}

.forgot .right .loginBtn:hover {
    background: #ed6826;
    color: #fff;
    border-color: #ed6826
}

@media screen and (max-width: 1200px) {
    .forgot {
        padding: 50px 0
    }

    .forgot .titleBig {
        font-size: 24px
    }

    .forgot .left {
        width: 100%
    }

    .forgot .right {
        width: 100%
    }

    .forgot .right .nr {
        min-width: 100%;
        max-width: 100%
    }
}