@charset 'utf-8';
/* ---------- reset ---------- */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body, button, input, textarea, select {
    font: 12px/1.5 Arial, 'microsoft yahei', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol, ul, li {
    list-style: none;
}

img {
    border: 0 none;
}

i, em {
    font-style: normal;
}

input, select, textarea {
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

a {
    cursor: pointer;
}

:focus {
    outline: 0
}

::selection {
    background: #296BEF;
    color: white;
}

::-moz-selection {
    background: #296BEF;
    color: white;
}

::-webkit-selection {
    background: #296BEF;
    color: white;
}

/* ---------- common ---------- */
html {
    color: #333;
    background: #fff
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ta-c {
    text-align: center !important;
}

.ta-l {
    text-align: left !important;
}

.ta-r {
    text-align: right !important;
}

.black {
    color: #333 !important
}

.white {
    color: #fff !important
}

.green {
    color: #98ba2a !important
}

.red {
    color: #e01d20 !important
}

.blue {
    color: #00f !important
}

.skyblue {
    color: #3DBAF7 !important
}

.honor-blue {
    color: #00b5e2 !important
}

.gray {
    color: #c0c0c0 !important
}

.yellow {
    color: #ff0 !important
}

.bg-blue {
    background-color: #3DBAF7 !important;
}

.bold {
    font-weight: 700 !important
}

.hide,
.hidden {
    display: none !important
}

.show {
    display: block !important
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.fixed {
    position: fixed;
}

.fcn {
    font-family: \5b8b\4f53
}

.inline-block {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.container {
    *zoom: 1
}

.ftx01 {
    color: #2378d4;
}

.ftx02 {
    color: #b74506 !important;
}

.ftx03 {
    color: #ec5051;
}

a.ftx01:hover {
    color: #ec5051;
}

.btn_red {
    background-color: #f42424 !important;
}

.btn_red:hover {
    background-color: #ec5051 !important;
}

/*commen*/
.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.f24 {
    font-size: 24px
}

.f26 {
    font-size: 26px
}

.f30 {
    font-size: 30px
}

.mt0 {
    margin-top: 0 !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 12px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.pd30 {
    padding: 30px;
}

.pt0 {
    padding-top: 0 !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.ov-h {
    overflow: hidden;
}

/*base*/
body {
    overflow-x: hidden;
    /* min-width: 1320px; 移除固定最小宽度以支持响应式 */
}

a {
    color: #333;
    text-decoration: none;
}

.m-color {
    color: #ed353c;
}

.section {
    padding: 80px 0 80px 0;
}

.section-bg {
    background: #F5F5FA !important;
}

.btn-div {
    text-align: center;
    margin: 100px auto 0;
}

.btn-div .btn {
    border-radius: 2px;
    background: linear-gradient(90deg, #299CEF, #296BEF);
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    text-align: center;
    cursor: pointer;
}

.btn:hover {
    opacity: 0.9;
}

.btn-div .btn-border-blue {
    border-radius: 2px;
    line-height: 60px;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    text-align: center;
    cursor: pointer;
}

.btn-div .btn-border-blue:hover {
    background-color: #FFFFFF;
    color: #2C5AF5;
}

.btn-div .btn-border-while {
    border-radius: 2px;
    line-height: 60px;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-left: 10px;
    text-align: center;
}

.btn-div .btn-border-while:hover {
    background-color: #ffffff;
    color: #296BEF;
}

.btn-div .btn-border-red {
    line-height: 60px;
    border: 1px solid #FF1C00;
    color: #FF1C00;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
}

.btn-div .btn-border-red:hover {
    background-color: #ffffff;
    color: #296BEF;
}

.btn-div .btn-blue {
    line-height: 60px;
    background: linear-gradient(90deg, #2d44f2, #2aa7ff);
    color: #FFFFFF;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-left: 10px;
    text-align: center;
}

.btn-div .btn-blue:hover {
    opacity: 0.9;
}

.btn-red {
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(90deg, #FF2424, #FF5723);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border: 0 none;
    cursor: pointer;
}

.btn-red:hover {
    background-position: right top;
    color: #fff;
}

.btn-red2 {
    transition: all .2s;
    font-size: 16px;
    color: #fff;
    width: 130px;
    height: 40px;
    background: #ED3C3F;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    margin-left: 4px;
    margin-right: 4px;
}

.btn-red2:hover {
    background: #e02629;
    color: #fff;
}

.btn-line {
    transition: all .2s;
    height: 60px;
    width: 200px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
}

.btn-line:hover {
    color: red;
    background: white;
}

.btn-line-big {
    width: 178px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}

.btn-red-line {
    height: 38px;
    width: 128px;
    border: 1px solid #F92028;
    color: #F92028;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
}

.btn-red-shadow {
    background: url(../images/common/button-red-a.png) no-repeat left top;
    font-size: 18px;
    width: 160px;
    height: 70px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.btn-red-shadow:hover {
    color: #fff;
    background-position: right top;
}

.btn-orange-shadow {
    font-size: 18px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    box-shadow: 0 10px 10px -2px rgba(252, 131, 13, 0.27);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.btn-orange-shadow {
    background: rgb(251, 102, 0);
    background: -moz-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(251, 102, 0, 1)), color-stop(100%, rgba(253, 138, 16, 1)));
    background: -webkit-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    background: -o-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    background: -ms-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    background: linear-gradient(to right, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb6600', endColorstr='#fd8a10', GradientType=1);
}

.btn-orange-shadow:hover {
    color: #fff;
    opacity: .8
}

.btn-blue-shadow {
    background: url(../images/common/button-blue.png) no-repeat left top;
    font-size: 18px;
    width: 160px;
    height: 70px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.btn-blue-shadow:hover {
    color: #fff;
    background-position: right top;
}

.btn-black-shadow {
    background: url(../images/common/button-black.png) no-repeat left top;
    font-size: 18px;
    width: 160px;
    height: 70px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.btn-black-shadow:hover {
    color: #fff;
    background-position: right top;
}

.btn-green-shadow {
    background: url(../images/common/button-green.png) no-repeat left top;
    font-size: 18px;
    width: 200px;
    height: 70px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.btn-green-shadow:hover {
    color: #fff;
    background-position: right top;
}

.btn-green-shadow-s {
    background: url(../images/common/button-green-s.png) no-repeat left top;
    font-size: 18px;
    width: 160px;
    height: 70px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.btn-green-shadow-s:hover {
    color: #fff;
    background-position: right top;
}

.section-title {
    text-align: center;
    padding-top: 90px;
    margin-bottom: 70px;
    position: relative;
}

.section .section-title {
    padding-top: 0;
}

.section-title h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
    font-weight: 600;
}

.section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.section-title h3 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
    font-weight: 600;
}

.section-title span {
    font-weight: bold;
    font-size: 36px;
    color: #333;
    margin-bottom: 15px;
    display: inline-block;
}

.section-title p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
}

.section-title.crown div {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
}

.section-title.crown div:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    display: inline-block;
    background: linear-gradient(90deg, #296BEF, #E73619);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section-title.crown span {
    font-size: 36px !important;
}

.section-title.white h2 {
    color: #fff;
}

.section-title.white p {
    color: #fff;
}

.section-footer {
    text-align: center;
    padding-top: 55px;
    margin-bottom: 50px;
    position: relative;
}

.section-footer h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

.section-footer h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

.section-footer h3 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

.section-footer p {
    font-size: 16px;
    color: #95989d;
}

.section-footer .crown {
    font-size: 24px;
    background: url(../images/framework/02-img1.png) no-repeat center bottom;
    padding-bottom: 13px;
    margin-bottom: 10px;
}

.section-footer.white h2 {
    color: #fff;
}

.section-footer.white p {
    color: #fff;
}

.mod-line-bg {
    background: url(../images/001.png) repeat-y left top;
    background-size: 100%;
    color: #fff;
}

/*head*/
.header {
    height: 79px;
    border-bottom: 1px solid #e0e0e0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    font-size: 14px;
}

.header-padding {
    height: 80px;
    display: block;
}

.header .hd_logo {
    width: 86px;
    height: 30px;
    margin-top: 23px;
    background: url(../images/common/logo.png?v=001) no-repeat left top;
    float: left;
}

.header .hd_nav {
    float: left;
    margin-left: 48px;
}

.header .hd_nav .nav_item {
    float: left;
}

.header .hd_nav .nav-link {
    line-height: 79px;
    display: block;
    padding: 0 20px;
    position: relative;
}

.header .hd_nav .current .nav-link {
    color: #ed353c;
}

.header .hd_nav .nav_item.current .nav-link:after,
.header .hd_nav .nav_item:hover .nav-link:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ed353c;
}

.header .hd_nav .nav-slide {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 80px;
    background: #fff;
    overflow: hidden;
}

.header .hd_nav .nav-slide .i-hot,
.header .hd_nav .nav-slide .i-new {
    width: 40px;
    height: 19px;
    display: inline-block;
    vertical-align: sub;
    margin-left: 5px;
}

.header .hd_nav .nav-slide .i-hot {
    background: url(../images/common/menu-hot.gif) no-repeat;
}

.header .hd_nav .nav-slide .i-new {
    background: url(../images/common/menu-new.gif) no-repeat;
}

.header .hd_nav .ns-list {
    margin-top: -100%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.header .hd_nav .ns-list:after {
    content: "";
    display: block;
    height: 20px;
}

.header .hd_nav .nav_item:hover .nav-slide {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.header .hd_nav .nav_item:hover .ns-list {
    margin-top: 0;
    opacity: 1;
    -webkit-transition: margin-top 0.5s ease;
    -moz-transition: margin-top ease 0.5s;
    transition: margin-top 0.5s ease;
}

.header .hd_nav .ns-list dl {
    float: left;
    width: 250px;
    margin: 30px 50px 30px 0;
}

.header .hd_nav .ns-list dt {
    font-size: 18px;
    line-height: 60px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 16px;
    margin-right: 30px;
}

.header .hd_nav .ns-list dd {
    line-height: 32px;
}

.header .hd_nav .ns-list .dl-block {
    float: none;
    width: 100%;
    margin: 10px 0 30px 0;
}

.header .hd_nav .ns-list .dl-block dt {
    width: 190px;
}

.header .hd_nav .ns-list .dl-block dd {
    overflow: hidden;
}

.header .hd_nav .ns-list .dl-block dd a {
    float: left;
    margin-right: 40px;
    padding: 10px 0;
}

.header .hd_nav .ns-list .dl-block dd a:hover {
    color: #ed353c;
}

.header .hd_nav .ns-recommend {
    background: #F4F4F4;
    padding: 20px 0;
}

.header .hd_nav .nr-hd {
    float: left;
    width: 73px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background: url(../images/common/menu-jt.png) no-repeat;
    color: #fff;
}

.header .hd_nav .nr-list {
    margin-left: 85px;
}

.header .hd_nav .nr-list li {
    float: left;
    line-height: 30px;
    margin: 0 20px;
}

.header .hd_nav .ns-list .links {
    padding: 30px 0;
}

.header .hd_nav .ns-list .links a {
    float: left;
    margin-right: 40px;
}

.header .hd_nav .ns-list .links a:hover {
    color: #ed353c;
}

.header .hd_nav .ns-list .service-box {
    float: left;
    margin-top: 43px;
}

.header .hd_nav .ns-list .service-box p {
    font-size: 16px;
    color: #888888;
    line-height: 36px;
}

.header .hd_nav .ns-list .service-box p span {
    color: #333;
}

.header .hd_nav .ns-list .service-box a {
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #DCDCDC;
    display: block;
    color: #ed353c
}

.header .hd_extra {
    float: right;
    margin-top: 19px;
}

.header .hd_extra .elink {
    float: left;
    padding: 0 9px;
    line-height: 40px;
}

.header .hd_extra .elink i {
    display: inline-block;
    width: 23px;
    height: 17px;
    margin-right: 5px;
}

.header .hd_extra .elink i.i-cloud {
    background: url(../images/common/top-icon-1.png) no-repeat center;
    vertical-align: middle;
}

.header .hd_extra .elink i.i-bag {
    background: url(../images/common/top-icon-2.png) no-repeat center;
    vertical-align: sub;
}

/*鎵嬫満绔�*/
.page_mobile {
    display: none;
}



/*jq-alert寮瑰嚭灞傚皝瑁呮牱寮�*/
.jq-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    z-index: 99;
}

.jq-alert .alert {
    background-color: #FFF;
    width: 80%;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
}

.jq-alert .alert .title {
    position: relative;
    margin: 0;
    font-size: .3rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
}

.jq-alert .alert .content {
    padding: .3rem;
    font-size: .28rem;
    color: rgba(0, 0, 0, .6);
}

.jq-alert .alert .content .prompt {
    width: 100%;
}

.jq-alert .alert .content .prompt .prompt-content {
    font-size: .28rem;
    color: rgba(0, 0, 0, .54);
}

.jq-alert .alert .content .prompt .prompt-text {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    height: .6rem;
    box-sizing: border-box;
    margin-top: .2rem;
    background-color: #FFF;
    border: 1px solid #dcdcdc;
    text-indent: 5px;
}

.jq-alert .alert .content .prompt .prompt-text:focus {
    border: 1px solid #2196F3;
    background-color: rgba(33, 150, 243, .08);
}

.jq-alert .alert .fd-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
}

.jq-alert .alert .fd-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #F3F3F3;
}

.jq-alert .alert .fd-btn a {
    width: 100%;
    height: .8rem;
    font-size: .26rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, .8);
}

.jq-alert .alert .fd-btn a.cancel {
    position: relative;
    color: rgba(0, 0, 0, .5);
}

.jq-alert .alert .fd-btn a.cancel:after {
    content: "";
    position: absolute;
    top: .1rem;
    right: 0;
    width: 1px;
    height: .6rem;
    background-color: #F3F3F3;
}

.jq-alert .alert .fd-btn a.confirm {
    color: #2196F3;
}

.jq-alert .alert .fd-btn a.confirm:active {
    background-color: #2196F3;
    color: #FFF;
}

/*toast寮瑰嚭灞�*/
.jq-toast {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.jq-toast .toast {
    max-width: 80%;
    padding: 1rem 2rem;
    background-color: rgba(0, 0, 0, .48);
    color: #FFF;
    border-radius: 4px;
    font-size: 16px;
}