@charset "UTF-8";
html {
    font-family: "Microsoft Yahei", Arial;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body, header, div, nav, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, input, button, p, textarea, aside, article, section, table, a, strong, i, span {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
body {
    font-size: 14px;
    color: #82939e;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    overflow-x: hidden;
    -webkit-transition: 0.8s ease all;
    -moz-transition: 0.8s ease all;
    transition: 0.8s ease all;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    border: none;
    outline: none;
}
button {
    overflow: visible;
    background-color: #fff;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
textarea {
    resize: none;
}
ul, ol {
    list-style: none;
}
a {
    color: #82939e;
    text-decoration: none;
}
a:hover, a.anchor {
    color: #2da0f0;
}
.wrapper {
    width: 1160px;
    /*width: 96%;*/
    margin: 0 auto;
    position: relative;
}
.wrapper:before, .wrapper:after {
    content: " ";
    display: table;
}
.wrapper:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.dn {
    display: none !important;
}
.anchor {
    color: #2da0f0;
}
@media only screen and (max-width: 800px) {
    body {
        font-size: 12px;
    }
    .wrapper {
        width: 98%;
    }
    .main {
        margin-top: 60px;
    }
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.container [class^="grid"] {
    float: left;
}
.container .grid1 {
    width: 8.33333%;
}
.container .grid2 {
    width: 16.66667%;
}
.container .grid3 {
    width: 25%;
}
.container .grid4 {
    width: 33.33333%;
}
.container .grid5 {
    width: 41.66667%;
}
.container .grid6 {
    width: 50%;
}
.container .grid7 {
    width: 58.33333%;
}
.container .grid8 {
    width: 66.66667%;
}
.container .grid9 {
    width: 75%;
}
.container .grid10 {
    width: 83.33333%;
}
.container .grid11 {
    width: 91.66667%;
}
.container .grid12 {
    width: 100%;
}
.container .gird-offset-1 {
    margin-left: 8.33333%;
}
.container .gird-offset-2 {
    margin-left: 16.66667%;
}
.container .gird-offset-3 {
    margin-left: 25%;
}
.container .gird-offset-4 {
    margin-left: 33.33333%;
}
.container .gird-offset-5 {
    margin-left: 41.66667%;
}
.container .gird-offset-6 {
    margin-left: 50%;
}
.container .gird-offset-7 {
    margin-left: 58.33333%;
}
.container .gird-offset-8 {
    margin-left: 66.66667%;
}
.container .gird-offset-9 {
    margin-left: 75%;
}
.container .gird-offset-10 {
    margin-left: 83.33333%;
}
.container .gird-offset-11 {
    margin-left: 91.66667%;
}
.container .gird-offset-12 {
    margin-left: 100%;
}

/* 窗口宽度<960,设计宽度=768 */

@media only screen and (max-width: 959px) {
    .container .grid4 {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

/* 窗口宽度<768,设计宽度=640 */


/* 窗口宽度<640,设计宽度=480 */

@media only screen and (max-width: 639px) {
    .container .grid4 {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
}

/* 窗口宽度<480,设计宽度=320 */


/* well */

.well {
    min-height: 20px;
    padding: 20px;
    background-color: #f6f9fc;
    -moz-border-radius: 4px;
         border-radius: 4px;
}
.pager {
    padding: 50px 0;
}
.pager a {
    color: #2da0f0;
}
.pager .prev:before {
    content: "<";
    padding-right: 10px;
}
.pager .prev + span {
    padding: 0 20px;
    color: #cad2d8;
}
.pager .disabled {
    color: #cad2d8;
    cursor: no-drop;
}
.pager .next:after {
    content: ">";
    padding-left: 10px;
}
.pager.right {
    text-align: right;
}
.pager.small {
    padding: 10px 0;
}
.pager.small .prev:before, .pager.small .next:after {
    content: "";
}
.pager.small span {
    padding: 0 9px;
}
@media only screen and (max-width: 800px) {
    .pager:before, .pager:after {
        content: " ";
        display: table;
    }
    .pager:after {
        clear: both;
    }
    .pager span {
        display: none;
    }
    .pager .prev {
        float: left;
    }
    .pager .next {
        float: right;
    }
}

/* 分页 */

.pagination {
    padding: 30px 0;
}
.pagination ul {
    display: inline-block;
}
.pagination ul:before, .pagination ul:after {
    content: " ";
    display: table;
}
.pagination ul:after {
    clear: both;
}
.pagination li {
    float: left;
}
.pagination a {
    display: inline-block;
    padding: 0 11px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    margin-left: 6px;
}
.pagination .prev {
    margin-right: 15px;
}
.pagination .next {
    margin-left: 15px;
}
.pagination .prev a, .pagination .next a {
    margin-left: 0;
    color: #fff;
    padding: 0 26px;
    background-color: #2da0f0;
}
.pagination .disabled a {
    cursor: not-allowed;
    background-color: #cad2d8;
}
.pagination .active a {
    color: #fff;
    cursor: default;
    background-color: #2da0f0;
}
.pagination.center {
    text-align: center;
}
.pagination.right {
    text-align: right;
}
.list li {
    line-height: 32px;
}
.list li a::before {
    content: " ";
    width: 4px;
    height: 4px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    display: inline-block;
    background-color: #cad2d8;
    position: relative;
    top: -2px;
    margin-right: 8px;
}
.list li a:hover::before {
    background-color: #2da0f0;
}
.list.more li:last-child a {
    color: #2da0f0;
}
.list.more li:last-child a::before {
    content: ">";
    display: inline;
    background-color: transparent;
}
.list-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #dadfe6;
    margin-bottom: 30px;
}
.list-item h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.list-item a {
    color: #47525d;
}
.list-item a:hover {
    color: #2da0f0;
}
.list-item h5 {
    color: #b2c0d1;
    line-height: 42px;
}
.list-item .path {
    color: #b2c0d1;
    margin-bottom: 12px;
}
.list-item h5 a {
    color: #47525d;
}
.list-item p {
    color: #82939e;
    line-height: 24px;
}
.list-item .status {
    line-height: 24px;
}
.list-item .status:before, .list-item .status:after {
    content: " ";
    display: table;
}
.list-item .status:after {
    clear: both;
}
.list-item .status span {
    font-size: 12px;
}
.list-item .status span:first-child {
    float: left;
    color: #b2c0d1;
}
.list-item .status span:last-child {
    float: right;
    color: #ff9500;
}
.list-item .status span:last-child.accpet {
    color: #b2c0d1;
}

/* 评论 */

.comment {
    margin-top: 50px;
}
.comment .img, .comment .tabs .content .user img, .tabs .content .user .comment img {
    width: 60px;
    height: 60px;
    float: left;
    -moz-border-radius: 50%;
         border-radius: 50%;
    overflow: hidden;
}
.comment .text {
    margin-left: 80px;
}
.comment p {
    padding-bottom: 16px;
}
.comment button {
    width: 120px;
    height: 40px;
    border: 1px solid #dedede;
    -moz-border-radius: 40px;
         border-radius: 40px;
    text-align: center;
    background-color: #fff;
    margin: 17px 0 10px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.comment button:hover, .comment button.active {
    color: #2da0f0;
    border-color: #2da0f0;
}
.comment button i {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    left: -4px;
}
.comment button.helpful i {
    background-position: -67px -9px;
}
.comment button.helpful:hover i, .comment button.helpful.active i {
    background-position: -97px -9px;
}
.comment button.n-helpful {
    margin-left: 15px;
}
.comment button.n-helpful i {
    background-position: -127px -8px;
}
.comment button.n-helpful:hover i, .comment button.n-helpful.active i {
    background-position: -157px -8px;
}

/* 路径导航*/

.breadcrumb {
    padding: 50px 0;
}
.breadcrumb a {
    color: #2da0f0;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li.active {
    color: #777;
}
.breadcrumb li + li:before {
    padding: 0 10px;
    color: #ccc;
    content: ">";
    font-family: "simsunb";
    font-size: 16px;
}
@media only screen and (max-width: 800px) {
    .breadcrumb {
        padding: 20px 0;
    }
}
.aside {
    width: 230px;
    border: 1px solid #e7e7e7;
    border-bottom: none;
    background-color: #fff;
    float: left;
}
.aside a {
    display: block;
    line-height: 40px;
    text-indent: 20px;
    border-left: 5px solid transparent;
}
.aside li ul {
    display: none;
    background-color: #f6f9fc;
}
.aside li.active > a {
    border-left-color: #2da0f0;
    color: #2da0f0;
}
.aside li.active ul {
    display: block;
}
.aside > ul > li {
    border-bottom: 1px solid #e7e7e7;
}
.aside > ul > li > a {
    color: #58575c;
}
.form .form-control {
    text-indent: 15px;
    line-height: 38px;
    height: 40px;
    width: 100%;
    -moz-border-radius: 5px;
         border-radius: 5px;
    border: 1px solid #dedede;
}
.form label {
    padding-bottom: 20px;
    color: #47525d;
}
.form label span {
    color: red;
    padding-left: 4px;
}
.form .item {
    padding-bottom: 30px;
    position: relative;
}
.form .item-lg{
    margin-bottom: 40px;
    position: relative;
}
.form .item .other, 
.form .item-lg .other{
    position: absolute;
    right: 0;
    top: 40px;
    line-height: 34px;
}
.form .code {
    height: 40px;
    margin-bottom: 20px;
}
.form .code input[type="text"] {
    float: left;
    width: 205px;
}
.form .code [type="button"] {
    float: right;
    width: 90px;
    text-align: center;
    text-indent: 0;
}
.form .code [type="button"][disabled] {
    background-color: #f6f9fc;
    color: #82939e;
}

.form .text {
    padding-bottom: 20px;
}
.form .text strong {
    color: #47525d;
}
.form .link {
    text-decoration: underline;
    color: #2da0f0;
}
.form.form-vertical label {
    display: block;
}
.btn {
    width: 140px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: #fff;
}
.btn.btn-default {
    background-color: #fff;
    color: #47525d;
}
.btn.btn-primary {
    background-color: #2da0f0;
    color: #fff;
}
.btn.btn-primary:hover {
    background-color: #4cb5f4;
    color: #fff;
}
.btn.btn-warning {
    background-color: #ff9500;
}
.btn.btn-warning:hover {
    background-color: #f5a22c;
}
.btn.btn-lg {
    width: 160px;
    line-height: 50px;
}
.btn.btn-sm {
    width: 120px;
    line-height: 40px;
}
.btn.btn-xs {
    width: 86px;
    line-height: 30px;
}
.btn.btn-block {
    width: 100%;
}
.btn.disabled {
    color: #47525d;
    border-color: #e4e6eb;
    background-color: #e4e6eb;
    cursor: default;
}
.btn.disabled:hover {
    color: #47525d;
}
.pagebtn {
    width: 200px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.pagebtn.pagebtn-wraning {
    background-color: #ff9500;
    color: #fff;
    line-height: 60px;
}
.pagebtn.pagebtn-wraning:hover {
    background-color: #ffac00;
}
.pagebtn.pagebtn-default {
    background-color: #fff;
    border: 1px solid #dedede;
    line-height: 58px;
    color: #82939e;
}
.pagebtn.pagebtn-default:hover {
    border-color: #2da0f0;
    color: #2da0f0;
}
.pagebtn.pagebtn-default-border {
    background-color: #fff;
    border: 1px solid #2da0f0;
    line-height: 58px;
    color: #2da0f0;
}
.pagebtn.pagebtn-default-border:hover {
    background-color: #2da0f0;
    color: #f5f8fc;
}
.pagebtn.pagebtn-primary {
    background-color: #2da0f0;
    color: #f5f8fc;
    line-height: 60px;
}
.pagebtn.pagebtn-primary:hover {
    background-color: #4cb5f4;
    color: #fff;
}
.pagebtn.pagebtn-block {
    width: 100%;
}
.line-anim {
    position: relative;
}
.line-anim .line {
    position: absolute;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.line-anim .top-line {
    width: 0;
    height: 1px;
    top: 0;
    left: 0;
}
.line-anim .right-line {
    width: 1px;
    height: 0;
    top: 0;
    right: 0;
}
.line-anim .bottom-line {
    width: 0;
    height: 1px;
    bottom: 0;
    right: 0;
}
.line-anim .left-line {
    width: 1px;
    height: 0;
    bottom: 0;
    left: 0;
}
.line-anim:hover .line {
    background-color: #2da0f0;
}
.line-anim:hover .top-line, .line-anim:hover .bottom-line {
    width: 100%;
}
.line-anim:hover .right-line, .line-anim:hover .left-line {
    height: 100%;
}
.toolbar-item, .toolbar-btn, .toolbar-icon, .toolbar-text {
    width: 50px;
    height: 50px;
}
.toolbar-icon, .toolbar-text {
    position: absolute;
    left: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    transition: top .5s;
}
.toolbar {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
.toolbar-item {
    position: relative;
    display: block;
    margin-top: 10px;
}
.toolbar-item:hover .toolbar-icon {
    top: -50px;
}
.toolbar-item:hover .toolbar-text {
    top: 0;
}
.toolbar-item:hover .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
}
.toolbar-item.tell:hover .toolbar-layer-tell {
    background-color: #2da0f0;
    width: 160px;
}
.toolbar-btn {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    -moz-border-radius: 2px;
         border-radius: 2px;
}
.toolbar-icon, .toolbar-layer, .icon-arrow-up .icon-tell, .icon-qq, .icon-attention, .icon-tell-hover {
    background-image: url("../images/toolbar.png");
    background-repeat: no-repeat;
}
.toolbar-icon {
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 50px;
}
.toolbar-text {
    top: 50px;
    background-color: #2da0f0;
    text-align: center;
    padding-top: 12px;
    line-height: 1.2;
}
.toolbar-layer {
    position: absolute;
    right: 60px;
    bottom: 0px;
    width: 180px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform-origin: 95% 95%;
    -ms-transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
         transform-origin: 95% 95%;
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -moz-transform: scale(0.01);
         transform: scale(0.01);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.icon-tell-hover {
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
}
.toolbar-layer-tell {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 0;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    transition: width .5s;
    -moz-border-radius: 2px;
         border-radius: 2px;
    overflow: hidden;
}
.toolbar-layer-tell div {
    width: 160px;
    height: 50px;
}
.toolbar-layer-tell span {
    display: inline-block;
}
.toolbar-layer-weixin {
    height: 182px;
    background-position: -50px -50px;
}
.icon-arrow-up {
    background-position: 0 0;
}
.icon-tell {
    background-position: 0 -50px;
}
.icon-qq {
    background-position: 0 -100px;
}
.icon-attention {
    background-position: 0 -150px;
}
.icon-tell-hover {
    background-position: -50px 0;
}
.toolbar-icon, .toolbar-layer-tell {
    background-color: #000\9;
}
.au-icon {
    background-image: url(../images/about/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.tabs.vertical {
    height: 485px;
}
.tabs.vertical .tab-nav {
    float: left;
    width: 240px;
    height: 100%;
    background: #2da0f0;
}
.tabs.vertical .tab-nav li {
    border-bottom: 1px solid #1a82e9;
    padding: 27px 0 27px 32px;
}
.tabs.vertical .tab-nav li:hover {
    background-color: #2da0f0;
}
.tabs.vertical .tab-nav li.active {
    background-color: #344551;
}
.tabs.vertical .tab-nav li.active h6, .tabs.vertical .tab-nav li.active p {
    color: #ffffff;
}
.tabs.vertical .tab-content {
    margin-left: 240px;
    height: 100%;
    padding: 50px 60px 35px 62px;
    background: #344551;
    position: relative;
}
.tabs.vertical .content {
    position: absolute;
}
.tabs.horizontal .tab-nav li {
    width: 25%;
    border-left: 1px solid #359df6;
    background-color: #51b7f9;
    padding: 18px 0 18px 30px;
    float: left;
}
.tabs.horizontal .tab-nav li:first-child {
    border-left: 0;
}
.tabs.horizontal .tab-nav li:hover {
    background-color: #2da0f0;
}
.tabs.horizontal .tab-nav li.active {
    background-color: #fff;
}
.tabs.horizontal .tab-nav li.active h6 {
    color: #393939;
}
.tabs.horizontal .tab-nav li.active p {
    color: #82939e;
}
.tabs.horizontal .tab-content {
    background-color: #fff;
}
.tabs.horizontal .content {
    width: 68.10%;
    margin: 0 auto;
}
.tabs.horizontal .content-wrapper {
    padding-top: 72px;
    height: 294px;
}
.tabs .tab-nav:before, .tabs .tab-nav:after {
    content: " ";
    display: table;
}
.tabs .tab-nav:after {
    clear: both;
}
.tabs .tab-nav i.yh {
    background-position: 0px -58px;
}
.tabs .tab-nav li.active i.yh {
    background-position: -200px -58px;
}
.tabs .tab-nav i.fws {
    background-position: -50px -58px;
}
.tabs .tab-nav li.active i.fws {
    background-position: -250px -58px;
}
.tabs .tab-nav i.kfz {
    background-position: -100px -58px;
}
.tabs .tab-nav li.active i.kfz {
    background-position: -300px -58px;
}
.tabs .tab-nav i.hb {
    background-position: -150px -58px;
}
.tabs .tab-nav li.active i.hb {
    background-position: -350px -58px;
}
.tabs .tab-nav li {
    cursor: pointer;
    color: #fff;
}
.tabs .tab-nav li i {
    width: 50px;
    height: 44px;
    float: left;
    margin-right: 16px;
}
.tabs .tab-nav li h6 {
    font-size: 20px;
    font-weight: normal;
}
.tabs .content {
    opacity: 0;
}
.tabs .content.active {
    opacity: 1;
}
.tabs .content .text {
    line-height: 36px;
    font-size: 23px;
    position: relative;
    color: #393939;
    margin-bottom: 30px;
}
.tabs .content .text:before, .tabs .content .text:after {
    position: absolute;
    width: 26px;
    height: 20px;
    display: block;
    background-image: url(../images/about/sprite.png);
    background-repeat: no-repeat;
}
.tabs .content .text:before {
    content: "";
    background-position: -320px -102px;
    left: -40px;
}
.tabs .content .text:after {
    content: "";
    background-position: -360px -102px;
    right: -40px;
}
.tabs .content .user {
    float: left;
}
.tabs .content .user .img, .tabs .content .user img {
    float: left;
    width: 60px;
    height: 60px;
    -moz-border-radius: 60px;
         border-radius: 60px;
}
.tabs .content .user .name {
    margin-left: 80px;
}
.tabs .content .user .name p:first-child {
    padding: 6px 0;
}
.tabs .content .num {
    float: right;
    padding-top: 14px;
}
.tabs .content .num ul {
    padding-top: 15px;
    float: left;
}
.tabs .content .num li {
    float: left;
    margin-right: 15px;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-color: #d3d6d9;
    -moz-border-radius: 10px;
         border-radius: 10px;
    cursor: pointer;
}
.tabs .content .num li.active {
    border: 2px solid #2da0f0;
    background-color: #fff;
}
.tabs .content .num button {
    float: right;
    width: 110px;
    line-height: 38px;
    border: 1px solid #2da0f0;
    color: #2da0f0;
    text-align: center;
    -moz-border-radius: 5px;
         border-radius: 5px;
}
.tabs .describe h5 {
    font-size: 24px;
    color: #fff;
}
.tabs .describe h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 200;
    padding: 8px 0;
}
.tabs .describe span {
    color: #ff9500;
    font-family: "Constantia Bold";
    font-size: 18px;
    font-weight: 700;
}
.tabs .company {
    margin-top: -62px;
}
.tabs .company ul {
    height: 80px;
    margin: 0 -15px 15px 0;
}
.tabs .company li {
    float: right;
    margin-right: 15px;
    width: 188px;
    height: 80px;
    background-color: #fff;
}
.plz {
    padding-left: 0px;
}
.plm {
    padding-left: 5px;
}
.pls {
    padding-left: 10px;
}
.plh {
    padding-left: 15px;
}
.pl {
    padding-left: 20px;
}
.prz {
    padding-right: 0px;
}
.prm {
    padding-right: 5px;
}
.prs {
    padding-right: 10px;
}
.prh {
    padding-right: 15px;
}
.pr {
    padding-right: 20px;
}
.ptz {
    padding-top: 0px;
}
.ptm {
    padding-top: 5px;
}
.pts {
    padding-top: 10px;
}
.pth {
    padding-top: 15px;
}
.pt {
    padding-top: 20px;
}
.pbz {
    padding-bottom: 0px;
}
.pbm {
    padding-bottom: 5px;
}
.pbs {
    padding-bottom: 10px;
}
.pbh {
    padding-bottom: 15px;
}
.pb {
    padding-bottom: 20px;
}
.mlz {
    margin-left: 0px;
}
.mlm {
    margin-left: 5px;
}
.mls {
    margin-left: 10px;
}
.mlh {
    margin-left: 15px;
}
.ml {
    margin-left: 20px;
}
.mrz {
    margin-right: 0px;
}
.mrm {
    margin-right: 5px;
}
.mrs {
    margin-right: 10px;
}
.mrh {
    margin-right: 15px;
}
.mr {
    margin-right: 20px;
}
.mtz {
    margin-top: 0px;
}
.mtm {
    margin-top: 5px;
}
.mts {
    margin-top: 10px;
}
.mth {
    margin-top: 15px;
}
.mt {
    margin-top: 20px;
}
.mbz {
    margin-bottom: 0px;
}
.mbm {
    margin-bottom: 5px;
}
.mbs {
    margin-bottom: 10px;
}
.mbh {
    margin-bottom: 15px;
}
.mb {
    margin-bottom: 20px;
}
.pointer{
    cursor: pointer;
}

/* header start*/

#header {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(88, 88, 92, .2);
}
#header.white-skin {
    background-color: #fff;
}
#header.white-skin ul a {
    color: #47525d;
}
#header.black-skin {
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}
#header.black-skin ul a, #header.black-skin .iweb-login-blick a {
    color: #fff;
}
#header.transparent {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
#logo {
    float: left;
    padding-top: 19px;
    width: 140px;
}
#logo a {
    display: block;
}
.wx-label{
    display: block;
    float: left;
    padding-top: 18px;
    margin-right: 50px;
    width: 120px;
}
#main-nav ul, #main-nav li {
    float: left;
}
#main-nav ul a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    line-height: 80px;
}
#main-nav ul a:hover, #main-nav ul a.active {
    color: #2da0f0;
}
.iweb-login-blick {
    padding-top: 26px;
}
.iweb-login-blick .logout {
    padding-right: 20px;
}
.iweb-login-blick span {
    display: inline-block;
    height: 20px;
    border-left: 1px solid #82939e;
    position: relative;
    top: 6px;
    margin: 0 16px;
}
.iweb-login-blick a{
    font-size: 14px;
}
#menu-toggle {
    color: #000 !important;
    display: none;
    float: right;
}
#menu-toggle i {
    font-size: 2.4em;
    line-height: 60px;
    font-style: normal;
}
@media only screen and (min-width: 801px) {
    #main-nav {
        display: block !important;
    }
}
@media only screen and (max-width: 800px) {
    #header {
        height: 60px;
        position: fixed;
        top: 0;
        z-index: 1000;
    }
    #logo {
        padding-top: 10px;
    }
    #menu-toggle {
        display: block;
        font-size: 10px;
        padding: 0 10px;
    }
    #main-nav {
        display: none;
        margin: 0 -5.5%;
        width: 111%;
        background-color: #fff;
        border-bottom: 1px solid #bed0dd;
        padding: 1em 0;
    }
    #main-nav ul, #main-nav li, #main-nav ul a {
        width: 100%;
    }
    #main-nav ul a {
        text-align: center;
        padding: 0;
        height: 30px;
        line-height: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.04);
    }
    #main-nav ul a:hover {
        border-bottom-color: transparent;
    }
    .iweb-login-blick {
        margin: 0 auto;
        float: none;
        width: 90%;
    }
    .iweb-login-blick a {
        width: 45%;
    }
    .iweb-login-blick a:first-child {
        float: left;
        margin-right: 0px;
    }
    .iweb-login-blick a:last-child {
        float: right;
    }
}

/* header end */

.footer-icon {
    background-image: url(../images/footer_icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

/* 底部 */

#footer {
    width: 100%;
    background-color: #383c41;
    color: #878a8d;
}
#footer a {
    color: #878a8d;
}
#footer h2 {
    padding-top: 36px;
    color: #feffff;
    font-size: 20px;
    font-weight: 200;
    height: 82px;
}
#footer img {
    width: 166px;
}
#footer .footer-menu a {
    color: #fff;
}
#footer .footer-menu span {
    padding: 0 10px;
}
#footer .link {
    padding-top: 20px;
}
#footer .link a {
    margin-left: 10px;
}
#footer .link a:hover {
    text-decoration: underline;
}
#footer .contact {
    margin-right: 38px;
}
#footer .contact dl {
    display: inline-block;
}
#footer .contact dd:first-child {
    margin-bottom: 20px;
}
#footer .contact dd:first-child i {
    background-position: 0 0;
}
#footer .contact b {
    display: inline-block;
    height: 48px;
    border-left: 1px solid #878a8d;
    margin: 0 20px;
}
#footer .contact i {
    margin-right: 10px;
    background-position: -16px 0;
}
#footer .footer {
    line-height: 50px;
    border-top: 1px solid #878a8d;
    margin-top: 30px;
}
#footer .footer p {
    display: inline-block;
}
@media only screen and (max-width: 800px) {
    #footer {
        text-align: center;
    }
    #footer section > div {
        width: 100%;
    }
    #footer .contact dl {
        width: 48%;
    }
    #footer .contact b {
        display: none;
    }
    #footer .footer {
        line-height: 30px;
    }
}
.down-icon {
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../images/down/sprite.png);
}
.down-btn-group {
    padding-bottom: 20px;
}
.down-btn-group i {
    width: 20px;
    height: 18px;
    position: relative;
    left: -4px;
    top: 2px;
}
.exp-btn {
    margin-right: 20px;
}
.exp-btn i {
    background-position: 0 -96px;
}
.down-now i {
    background-position: -31px -96px;
}
.down-now:hover i {
    background-position: -62px -96px;
}
.zoology {
    height: 770px;
    background-repeat: no-repeat;
    background-position: center center;
}
.zoology h2 {
    padding: 100px 0 50px;
}



@font-face{
    font-family: "simsunb";
    src: url("../bootstrap/font/simsunb.ttf");
    font-weight: normal;
    font-style: normal;
}
