html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block
}

@media screen and (max-width: 1200px) {
    body {
        width: 1200px !important
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left;
    font-weight: normal
}

html, body, fieldset, img, iframe, abbr {
    border: 0
}

i, cite, em, var, address, dfn {
    font-style: normal
}

[hidefocus], summary {
    outline: 0
}

li {
    list-style: none
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%
}

sup, sub {
    font-size: 83%
}

pre, code, kbd, samp {
    font-family: inherit
}

q:before, q:after {
    content: none
}

textarea {
    overflow: auto;
    resize: none
}

label, summary {
    cursor: default
}

a, button {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold
}

del, ins, u, s, a, a:hover {
    text-decoration: none
}

body, textarea, input, button, select, keygen, legend {
    font: 12px/1.14 'Arial', '微软雅黑', 'Helvetica', 'sans-serif';
    color: #333;
    outline: 0
}

body {
    background: #fff
}

a, a:hover {
    color: #333
}

.container {
    position: relative;
    margin: auto;
    width: 1200px
}

.container .row {
    width: 100%;
    box-sizing: border-box
}

.container:before, .container:after, .container .row:before, .container .row:after {
    content: " ";
    display: block;
    font-size: 0;
    visibility: hidden;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearboth {
    clear: both
}

.header {
    position: relative;
    z-index: 11;
    width: 100%;
    height: 90px
}

.header .inline-block {
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.header .header_navBox {
    position: relative;
    background: #4ea3f3
}

.header .header_navBox .row {
    height: 90px
}

.header .header_navBox .container {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.header .header_navBox .container a.logo {
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 90px;
    float: left
}

.header .header_navBox .container a.logo h1 {
    display: none;
    font-size: 0
}

.header .header_navBox .container a.logo img {
    margin: 20px 0;
    margin-right: 62px
}

.header .header_navBox .container .header_navBox_ul {
    height: 90px;
    float: left
}

.header .header_navBox .container .header_navBox_ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    float: left;
    position: relative
}

.header .header_navBox .container .header_navBox_ul li a {
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 90px;
    text-align: center;
    font-size: 16px;
    color: #fff
}

.header .header_navBox .container .header_navBox_ul li a:hover {
    color: #2182dc
}

.header .header_navBox .container .header_navBox_ul li a.a_comment {
    padding: 0 30px;
    text-align: center
}

.header .header_navBox .container .header_navBox_ul li a.a_comment:hover {
    background: rgb(32, 124, 211);
    color: #fff;
    background-color: #207cd3; \9
}

.header .header_navBox .container .header_navBox_ul li a.default {
    cursor: default
}

.header .header_navBox .container .header_navBox_ul li ul.secondMenu {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 250px;
    background-color: transparent;
    border-left: 1px dashed #dadada;
    border-width: 0 1px;
    display: none;
}
.header .header_navBox .container .header_navBox_ul li#nav_about ul.secondMenu{
    border-right: 1px dashed #dadada;
    width:99%;
}
.header .header_navBox .container .header_navBox_ul li ul.secondMenu li {
    float: none;
    line-height: 40px;
    width: 100%;
}

.header .header_navBox .container .header_navBox_ul li ul.secondMenu li a {
    width: 124px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333
}

.header .header_navBox .container .header_navBox_ul li ul.secondMenu li a::after {
    content: '';
    opacity: 0
}

.header .header_navBox .container .header_navBox_ul li ul.secondMenu li a:hover {
    color: #2182dc;
    text-decoration: underline;
}

.header .header_navBox .container .header_navBox_ul li .secondMenu {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 20;
    width: 206px;
    background-color: #fff;
    /*border: 1px solid #dadada;*/
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    display: none
}
.header .header_navBox .container .header_navBox_ul li ul.secondMenu.action{
    background: #d6ebff;
}
.header .header_navBox .container .header_navBox_ul li .secondMenu ul {
    float: left;
    width: 92px;
    position: relative
}

.header .header_navBox .container .header_navBox_ul li .secondMenu ul li {
    margin-right: 0;
    padding: 0 12px
}

.header .header_navBox .container .header_navBox_ul li .secondMenu ul li a {
    width: 92px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    color: #333
}

.header .header_navBox .container .header_navBox_ul li .secondMenu ul li a:hover {
    color: #2182dc
}

.header .header_navBox .container .header_navBox_ul li .secondMenu ul.special {
    position: relative
}

.header .header_navBox .container .header_navBox_ul li .secondMenu ul.special:after {
    position: absolute;
    top: 9px;
    left: 102px;
    width: 1px;
    height: 88px;
    content: '';
    background: #c9c9c9
}

.header .header_navBox .container .header_navBox_ul li.header_navBox_ul_lastLi {
    margin-right: 0
}

.header .header_navBox .container .header_navBox_ul li.active a {
    color: #fff
}

.header .header_navBox .container .header_navBox_ul li.li_comment.action a.a_comment {
    background: rgb(32, 124, 211);
    color: #fff;
    cursor:pointer;
    /*background-color: #207cd3;*/
}

.header .header_navBox .container .special_nav_ul {
    margin-left: 126px
}

.header .header_navBox .container .manage_ul {
    margin-left: 160px;
    height: 90px;
    line-height: 90px;
    float: left
}

.header .header_navBox .container .manage_ul li a {
    color: #fff;
    display: inline-block;
    margin-right: 22px;
    font-size: 16px
}

.header .header_navBox .container .special_manage_ul {
    margin-left: 182px
}

.header .header_navBox .container .header_loginBox_ul {
    height: 90px;
    float: left
}

.header .header_navBox .container .header_loginBox_ul li {
    float: left;
    line-height: 90px;
    margin-right: 12px
}

.header .header_navBox .container .header_loginBox_ul li a.usercenter {
    display: inline-block;
    width: 70px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 16px
}

.header .header_navBox .container .header_loginBox_ul li a.usercenter:hover {
    background-color: #fff;
    color: #2182dc
}

.header .header_navBox .container .header_loginBox_ul li.special {
    margin-right: 0
}

.header .header_navBox .container .header_loginBox_ul li.header_loginBox_ul_userCenter {
    position: absolute;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 180px
}

.header .header_navBox .container .header_loginBox_ul li.header_loginBox_ul_userCenter a.user {
    border: 0;
    font-size: 16px;
    color: #fff
}

.header .header_navBox .container .header_loginBox_ul li.header_loginBox_ul_userCenter a.user:hover {
    background: 0;
    color: #fff
}

.header .header_navBox .container .header_loginBox_ul li.header_loginBox_ul_userCenter .triangle {
    position: absolute;
    top: 50%;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 4px dashed #fff;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: -3px
}

.header .header_navBox .container .header_loginBox_ul li.header_loginBox_ul_userCenter ul {
    z-index: 100;
    position: absolute;
    left: 0;
    top: 60px;
    display: none;
    width: 130px;
    background-color: white;
    box-shadow: 0 0 5px #dadada;
    border: 1px solid #dadada;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.header .header_navBox .container .header_loginBox_ul li.header_loginBox_ul_userCenter ul li {
    display: block;
    padding: 0;
    height: 30px;
    width: 130px;
    line-height: 30px;
    text-align: center
}

.header .header_navBox .container .header_loginBox_ul li.header_loginBox_ul_userCenter ul li a {
    display: block;
    height: 30px;
    color: #000;
    font-size: 14px
}

.header .header_navBox .container .header_loginBox_ul li.header_loginBox_ul_userCenter ul li a:hover {
    color: #fff;
    background-color: #0089d1
}

.header .header_navBox .container .header_loginBox_ul li.header_loginBox_ul_userCenter:hover .triangle {
    border-top-color: #fff;
    transform: rotate(180deg);
    transition: transform .2s linear
}

.header .header_navBox .container .header_loginBox_ul li.header_loginBox_ul_userCenter:hover ul {
    display: block
}

.header .header_navBox .container .header_loginBox_ul li.header_loginBox_ul_userCenter::after {
    content: '';
    position: absolute;
    top: 35px;
    left: -12px;
    width: 2px;
    height: 18px;
    background-color: #fff
}

.header .header_navBox .container .header_loginBox_ul li.header_loginBox_ul_userCenter.action a.user {
    color: #333
}

.header .header_navBox .container .header_loginBox_ul li.header_loginBox_ul_userCenter.action .triangle {
    border-top-color: #333
}

.header .header_navBox .container .header_loginBox_ul li.header_loginBox_ul_userCenter.action::after {
    background-color: #333
}

@media (max-width: 1200px) {
    .header_loginBox {
        width: 1200px
    }
}

body, html {
    overflow-x: hidden
}

.footer {
    height: 331px;
    overflow-x: hidden
}

.footer .inline-block {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.footer .footer_navBox {
    height: 290px;
    background-color: #26333e
}

.footer .footer_navBox .container {
    padding-top: 1px;
    height: 289px;
    background-color: #26333e;
    width: 1200px
}

.footer .footer_navBox ul {
    margin-top: 60px;
    margin-left: 60px
}

.footer .footer_navBox ul li {
    float: left;
    margin-right: 150px
}

.footer .footer_navBox ul dl dt {
    height: 30px;
    line-height: 30px;
    color: #f2f2f2
}

.footer .footer_navBox ul dl dt h3 {
    font-size: 16px;
    font-weight: lighter
}

.footer .footer_navBox ul dl dd {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #c4c3c5
}

.footer .footer_navBox ul dl dd a {
    color: #c4c3c5
}

.footer .footer_navBox ul dl dd a:hover {
    color: white
}

.footer .footer_navBox ul dl dd span:hover {
    color: white
}

.footer .footer_navBox ul .footer_navBox_wxLi {
    width: 180px;
    margin-right: 0
}

.footer .footer_navBox ul .footer_navBox_wxLi img {
    width: 150px
}

.footer .footer_navBox ul .footer_navBox_wxLi p {
    width: 150px;
    margin-top: 10px;
    text-align: center;
    color: #e4e7e7
}

.footer .slideBar {
    width: 50px;
    height: 184px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -92px;
    z-index: 102
}

.footer .slideBar ul li {
    width: 50px;
    height: 46px;
    background-color: #81bcf5;
    cursor: pointer;
    position: relative
}

.footer .slideBar ul li:hover {
    background-color: #4da2f3
}

.footer .slideBar ul li:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #81bcf5;
    border-right: 8px solid transparent
}

.footer .slideBar ul li i {
    width: 50px;
    height: 46px;
    display: inline-block;
    text-align: center;
    background: url(/images/sprite.png) no-repeat center 8px;
    cursor: pointer;
    position: relative
}

.footer .slideBar ul li i.icon_slide2 {
    background-position: center -37px
}

.footer .slideBar ul li i.icon_slide3 {
    background-position: center -80px
}

.footer .slideBar ul li i.icon_slide4 {
    background-position: center -130px
}

.footer .slideBar ul li i.icon_slide4:hover:after {
    display: none
}

.footer .slideBar ul li span {
    background-color: #81bcf5;
    position: absolute;
    left: 60px;
    top: 0;
    width: 84px;
    height: 46px;
    display: inline-block;
    font-size: 14px;
    z-index: -2
}

.footer .slideBar ul li span.span-1 a {
    width: 84px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    display: inline-block
}

.footer .slideBar ul li span.span-2 {
    top: 0;
    width: 120px;
	height:90px;
    text-align: center;
    line-height: 46px;
    color: #fff
}

.footer .slideBar ul li span.span-3 {
    top: -24px;
    left: -116px;
    width: 116px;
    height: 116px;
    text-align: center;
    vertical-align: middle;
    display: none
}

.footer .slideBar ul li span.span-3 img {
    width: 90px;
    margin-top: 13px
}

.footer .slideBar ul li.special:hover:after {
    display: none
}

.footer .footer_cprBox {
    height: 40px;
    background-color: #272e34
}

.footer .footer_cprBox .container {
    height: 40px;
    background-color: #272e34
}

.footer .footer_cprBox .container p {
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #aaa
}

.footer .footer_cprBox .container p a {
    color: #aaa
}

.footer .footer_cprBox .container p a:hover {
    color: white
}

@media screen and (max-width: 1200px) {
    　　.footer_navBox {
        width: 1200px
    }
}

.btn {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: background-color .3s ease-in-out
}

.btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn.btn-primary {
    color: #FFF;
    background-color: #0089d1;
    border-color: #0089d1
}

.btn.btn-primary:hover {
    background-color: #286090;
    border-color: #286090
}

.btn.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn.btn-disabled {
    color: #FFF;
    background-color: #ccc;
    border-color: #ccc;
    cursor: default
}

.table {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    color: #7a7a7a;
    background-color: #f7f7f7;
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box
}

.table tr {
    border-bottom: 1px solid #f0f0f0
}

.table tr th {
    padding: 12px;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: .1em;
    text-align: center;
    vertical-align: top;
    background-color: #0089d0
}

.table tr td {
    padding: 12px;
    height: 40px;
    text-align: center
}

.table thead tr {
    border-bottom: 0
}

.input {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.input.input-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle
}

.input.input-text-right {
    text-align: right
}

.input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.popup {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.popup .popup_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 450px;
    background-color: #f5fafd;
    border-radius: 4px 4px 0 0;
    overflow: hidden
}

.popup .popup_box.popup_box-large {
    width: 800px
}

.popup .popup_box .popup_box_title {
    display: block;
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #4da2f3
}

.popup .popup_box .popup_box_text {
    display: block;
    padding: 40px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px
}

.popup .popup_box .popup_box_btnBox {
    text-align: center
}

.popup .popup_box .popup_box_btnBox .popup_box_btnBox_btn {
    float: left;
    position: relative;
    width: 100%;
    font-size: 17px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background-color: #0089d0;
    border: 0;
    border: 1px;
    cursor: pointer
}

.popup .popup_box .popup_box_btnBox .popup_box_btnBox_btnL {
    float: left;
    position: relative;
    width: 42%;
    font-size: 17px;
    text-align: center;
    line-height: 40px;
    margin-left: 6%;
    border-radius: 8px;
    color: #fff;
    background-color: #4da2f3;
    border: 0;
    border: 1px;
    cursor: pointer
}

.popup .popup_box .popup_box_btnBox .popup_box_btnBox_btnR {
    float: left;
    position: relative;
    width: 40%;
    border: 1px solid #4da2f3;
    line-height: 38px;
    margin-left: 6%;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 17px;
    text-align: center;
    color: #6a6a6a;
    cursor: pointer
}

.switch {
    position: relative;
    display: block;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    background-color: #666767
}

.switch .switch_text {
    margin-right: 10px
}

.switch .switch_handle {
    position: absolute;
    display: block;
    top: 1px;
    width: 21px;
    height: 21px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: left .1s linear;
    left: 55px
}

.switch.switch-on {
    background-color: #148bcf
}

.switch.switch-on .switch_text {
    margin-left: 10px;
    margin-right: 0
}

.switch.switch-on .switch_handle {
    left: 1px
}

.ensure {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.ensure .back {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    filter: alpha(opacity=40)
}

.ensure .ensureBox {
    width: 550px;
    height: 393px;
    background: url(/images/box_bg.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -197px;
    margin-left: -275px
}

.ensure .ensureBox .ensure-top {
    position: relative;
    width: 100%;
    height: 84px
}

.ensure .ensureBox .ensure-top .ensure-close {
    position: absolute;
    right: 54px;
    top: 50px;
    width: 14px;
    height: 14px;
    background: url(/images/close.png) no-repeat;
    cursor: pointer
}

.ensure .ensureBox .succeed {
    width: 100%;
    height: 148px;
    background: url(/images/easu.png) no-repeat center 0
}

.ensure .ensureBox .fail {
    width: 100%;
    height: 148px;
    background: url(/images/fail.png) no-repeat center 0
}

.ensure .ensureBox h2 {
    text-align: center;
    font-size: 20px;
    color: #363636;
    height: 54px
}

.ensure .ensureBox .ensure-btn-Box {
    width: 100%;
    text-align: center
}

.ensure .ensureBox .ensure-btn-Box .ensure-btn {
    display: inline-block;
    text-align: center;
    width: 156px;
    height: 40px;
    line-height: 40px;
    background-color: #52a5f1;
    color: #fff;
    border-radius: 4px;
    transition: background .5s ease-in-out
}

.ensure .ensureBox .ensure-btn-Box .ensure-btn:hover {
    background-color: #2a8ae6
}
.mask-withe {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    opacity: 0.90;
    filter: alpha(opacity=90);
    z-index: 10;
    height: 280px;
}
/**/