﻿@charset "utf-8";
/*
@media screen and(-webkit-min-device-pixel-ratio:0){} chrome
filter: alpha(opacity=100);
pointer-events: none;	//	鼠标穿透
hidefocus = "true"	//	ie a标签属性 超链接不显示周围的虚线
*/
/* js样式
	js-fix-nopad: x-container无padding定高;
	js-gotop: 返回顶部;
	js-scroll-ele: 滚动显示元素;
*/
@font-face {
    font-family: 'impact';
    src: url('../fonts/impact.eot');
    src: url('../fonts/impact-1.eot') format('embedded-opentype'),
    url('../fonts/impact.woff') format('woff'),
    url('../fonts/impact.ttf') format('truetype'),
    url('../fonts/impact.svg') format('svg');
}
@font-face {
    font-family: 'avian';
    src: url('../fonts/AvianRegular.eot');
    src: url('../fonts/AvianRegular-1.eot') format('embedded-opentype'),
    url('../fonts/AvianRegular.woff') format('woff'),
    url('../fonts/AvianRegular.ttf') format('truetype'),
    url('../fonts/AvianRegular.svg') format('svg');
}
@font-face {
    font-family: 'xfont';
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */ url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}
/* css reset */
html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font: 14px/1.5 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
    margin: 0 auto;
    color: #474747;
    background-color: #fff;
}
input, button, textarea, select {
    font: inherit;
    outline: 0;
    border: 0;
    background: none;
    color: inherit;
}
input:focus, textarea:focus {
    color: inherit;
}
ol, ul, li {
    list-style: none;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    resize: none;
}
table {
    border-collapse: collapse;
    border: 0;
}
caption, th {
    font-weight: normal;
}
img {
    border: 0;
    outline: 0;
    vertical-align: middle;
}
i, em {
    font-style: normal;
}
a {
    text-decoration: none;
    color: inherit;
}
a:focus {
    outline: 0;
}
svg:not(:root) {
    overflow: hidden;
}
::-ms-clear, ::-ms-reveal {
    display: none;
}
/* WebKit browsers */
::-webkit-input-placeholder {
    color: #909090;
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
    color: #909090;
    opacity: 1;
}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
    color: #909090;
    opacity: 1;
}
/* Internet Explorer 10+ */
:-ms-input-placeholder {
    color: #909090;
}
.placeholder {
    color: #909090;
}
.xfont {
    font-family: "xfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/* 通用 */
.clear:after, .x-wrap:after {
    content: '';
    display: table;
    clear: both;
}
.middle {
    font-size: 0;
    letter-spacing: -1.5em;
}
.middle:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.justify {
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
}
.justify:after {
    content: '';
    padding-left: 100%;
}
.pos-fix {
    position: fixed !important;
}
.pos-abs {
    position: absolute !important;
}
.x-wrap {
    position: relative;
    width: 1220px;
    height: 100%;
    margin: 0 auto;
}
.x-header, .x-footer, .x-container {
    position: relative;
    width: 100%;
    min-width: 1250px;
    margin: 0 auto;
    z-index: 1;
}
.x-header {
    height: 123px;
    z-index: 3;
}
.x-header .logo {
    position: absolute;
    left: 0;
    top: 30px;
    width: 232px;
    height: 62px;
}
.x-header .logo img {
    display: block;
    width: 100%;
}
.x-header .tools {
    position: absolute;
    right: 0;
    top: 38px;
}
.x-header .tel {
    float: left;
    margin-right: 25px;
    font-family: Arial;
    font-size: 18px;
    color: #09a7b4;
    line-height: 23px;
}
.x-header .handle {
    float: right;
    white-space: nowrap;
}
.x-header .handle li {
    position: relative;
    display: inline-block;
}
.x-header .handle li + li {
    margin-right: 6px;
}
.x-header .handle .ico {
    width: 23px;
    height: 23px;
    background-color: #cbced8;
    border-radius: 50%;
    overflow: hidden;
}
.x-header .handle .ico img {
    display: block;
    width: 100%;
}
.x-header .handle .pop {
    position: absolute;
    left: 50%;
    top: 100%;
    margin: 15px auto 0;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.x-header .handle .pop:before {
    content: '0';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 15px;
    background: url(../images/opacity-0.png);
    font-size: 0;
}
.x-header .handle .pop:after {
    content: '\e813';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -12px;
    font-family: "xfont" !important;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.x-header .handle .pop img {
    width: 100%;
}
.x-header .handle .pcode {
    margin-left: -77px;
    padding: 10px 10px 50px;
    width: 135px;
    background: #12679d url(../images/img40.jpg) center bottom no-repeat;
}
.x-header .handle .pcode:after {
    color: #12679d;
}
.x-header .handle .pshare {
    padding: 10px 0;
    margin-left: -29px;
    width: 58px;
    background-color: #fff;
}
.x-header .handle .pshare:after {
    color: #fff;
}
.x-header .handle .share {
    height: 40px;
    overflow: hidden;
}
.x-header .handle .share .i1 {
    display: block;
}
.x-header .handle .share .i2 {
    display: none;
}
.x-header .handle .share:hover .i1 {
    display: none;
}
.x-header .handle .share:hover .i2 {
    display: block;
}
.x-header .handle li:hover .pop {
    opacity: 1;
    visibility: visible;
}
.x-header .handle li:hover .ico, .x-header .handle li.cur .ico {
    background-color: #489bc3;
}
.x-header .tools .login {
}
.x-header .tools .lang {
}
.x-header .nav-mod {
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: center;
}
.nav-mod .nav-lv1 {
}
.nav-mod .nav-lv1-item {
    position: relative;
    float: left;
}
.nav-mod .nav-lv1-item > a {
    display: block;
    padding: 0 10px;
    line-height: 78px;
    font-size: 16px;
    color: #535353;
}
.nav-mod .nav-lv1-item span {
    font-family: 'avian';
    font-size: 16px;
}
.nav-mod .nav-lv1-item:hover > a {
    color: #09a7b4;
}
.nav-mod .nav-lv1-item.cur > a {
    color: #09a7b4;
}
.nav-mod .nav-lv2 {
    position: absolute;
    left: -10px;
    right: 0;
    top: 100%;width: 100px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.nav-mod .nav-lv2:after {
    content: '\e813';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -12px;
    font-family: "xfont" !important;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.nav-mod .nav-lv2-item {
}
.nav-mod .nav-lv2-item + .nav-lv2-item {
    margin-top: 12px;
}
.nav-mod .nav-lv2-item > a {
    display: block;
    -webkit-transition: padding 0.2s;
    transition: padding 0.2s;
}
.nav-mod .nav-lv2-item:hover > a {
    color: #09a7b4;
}
.nav-mod .nav-lv1-item:hover .nav-lv2 {
    opacity: 1;
    visibility: visible;
}
.x-container {
    background-color: #efefef;
    z-index: 2;
}
.x-footer {
    padding: 35px 0;
    background-color: #383838;
}
.x-footer .links {
    float: left;
    overflow: hidden;
}
.x-footer .links-item {
    float: left;
}
.x-footer .links-item + .links-item {
    margin-left: 22px;
}
.x-footer .links-item dt {
    margin-bottom: 22px;
    color: #d4d4d4;
}
.x-footer .links-item dt span {
    font-family: 'avian';
    font-size: 16px;
}
.x-footer .links-item dd {
    font-size: 12px;
    color: #909090;
}
.x-footer .links-item .p {
}
.x-footer .links-item .p + .p {
    margin-top: 12px;
}
.x-footer .info .cont {
    text-align: center;
    color: #d4d4d4;
}
.x-footer .info .cont .p {
    margin-bottom: 6px;
    font-size: 12px;
}
.x-footer .info .cont .p:first-child {
    font-family: Arial;
}
.x-footer .info .cont .tel {
    margin-top: 15px;
    font-family: Arial;
    font-size: 36px;
    line-height: 1;
}
.x-footer .info .codes {
    overflow: hidden;
}
.x-footer .info .codes li {
    float: right;
}
.x-footer .info .codes li + li {
    margin-right: 3px;
}
.x-footer .info .codes .img {
    margin: 0 auto 10px;
    padding: 10px;
    width: 115px;
    height: 115px;
    border: 1px solid #545454;
    border-radius: 2px;
}
.x-footer .info .codes .img img {
    display: block;
    width: 100%;
}
.x-footer .info .codes .p {
    color: #878787;
    text-align: center;
}
.x-footer a:hover {
    color: #fff;
}
/* 面包屑 */
.bread {
}
.bread a {
}
.bread a:hover {
    color: #2b7bad;
}
.bread .cur {
    color: #2b7bad;
}
/* 返回顶部 */
.gotop {
    position: fixed;
    right: 15px;
    bottom: 10px;
    padding: 10px;
    background-color: #333;
    border-radius: 5px;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    font-family: Arial;
    color: #fff;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    z-index: 10;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}
.gotop:before {
    content: '\e823';
    display: block;
    font-family: "xfont" !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.gotop:hover {
    background-color: #474747;
}
.gotop.x-show {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    pointer-events: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
/* 弹窗 */
.pop-mod {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/opacity-b60.png);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.pop-mod.x-show {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
.pop-mod .pop-dialog {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.pop-mod .pop-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/opacity-b60.png);
}
.pop-mod .pop-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    background-color: #474747;
    border-radius: 5px;
    font-family: "xfont" !important;
    font-size: 2em;
    line-height: 50px;
    text-align: center;
    color: #fff;
    z-index: 1;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.pop-mod .pop-close:after {
    content: '\e842';
}
.pop-mod .pop-close:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.pop-mod .btnWarp {
    text-align: center;
    border-top: #e4e4e4;
}
.pop-mod .btnWarp .center {
    display: inline-block;
    overflow: hidden;
}
.pop-mod .btnWarp button {
    float: left;
    cursor: pointer;
    border-radius: 5px;
    background-color: #f0f0f0;
    border: 1px solid #c3c3c3;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.pop-mod .btnWarp button:hover {
    background-color: #4f89f5;
    color: #fff;
    border-color: #4e73b9;
}
/* 分页 */
.page-mod {
    width: 100%;
    font-size: 0;
    text-align: center;
}
.page-mod .page-box {
    display: inline-block;
    overflow: hidden;
}
.page-mod .page-item {
    float: left;
    margin: 0 5px;
    font-family: 'xfont', Arial;
    font-size: 16px;
    line-height: 34px;
}
.page-mod .page-item > a {
    position: relative;
    display: block;
    min-width: 34px;
    height: 34px;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.page-mod .page-item > a:before {
    content: '0';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    pointer-events: none;
    font-size: 0;
    z-index: -1;
}
.page-mod .prev {
    margin-right: 15px;
}
.page-mod .next {
    margin-left: 15px;
}
.page-mod .jump {
    margin-left: 15px;
}
.page-mod .input {
    float: left;
    margin: 7px 0;
    padding: 0 8px;
    width: 30px;
    border-right: 1px solid #e2e2e2;
}
.page-mod .input input {
    display: block;
    width: 100%;
    line-height: 20px;
    text-align: center;
}
.page-mod .btn {
    float: left;
    width: 50px;
    height: 100%;
    cursor: pointer;
}
.page-mod .page-item > a[href]:hover:before {
    content: '1';
    border-color: #6261a9;
}
.page-mod .page-item > .cur {
    background-color: #6261a9;
    color: #fff;
}
/*分页的新版*/
.pagination {
    display: flex;
    justify-content: center;
}
.pagination .active {
    background-color: #776cb0;
    color: #fff !important;
}
.pagination .active span {
    background-color: #776cb0;
    color: #fff !important;
}
.pages {
    clear: both;
    padding-top: 20px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}
.pages ul li {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 5px;
    line-height: 24px;
    background: #fff;
    color: #999;
    overflow: hidden;
}
.pages ul li:hover {
    background: #776cb0;
    color: #fff;
    border: 1px solid #776cb0
}
.pages ul li:hover a {
    color: #fff;
}
.pages ul li.thisclass {
    display: inline-block;
    border: 1px solid #776cb0;
    padding: 6px 15px;
    margin: 0 1px;
    background: #776cb0;
    color: #fff;
}
.pages ul li.thisclass a {
    color: #fff;
}
.pages ul li a, .pages ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #999
}
.pages ul li a:hover {
    color: #fff;
}
/* 下拉选框 */
.select-mod {
    position: relative;
    text-align: left;
}
.select-mod .select-bar {
    position: relative;
}
.select-mod .select-bar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #d4d4d4;
    border-radius: 999px;
}
.select-mod .select-btn {
    position: relative;
    height: 21px;
    padding: 11px 50px 11px 15px;
    overflow: hidden;
    cursor: pointer;
}
.select-mod .select-btn:after {
    content: '\e834';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 21px;
    font-family: "xfont" !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.select-mod .select-val {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select-mod .select-txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 50px;
    bottom: 0;
    padding: 5px 15px;
}
.select-mod .select-input {
    display: block;
    width: 100%;
}
.select-mod .select-native {
    display: none;
}
.select-mod .select-cont, .select-mod .select-query {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding-top: 1px;
    background-color: #fff;
    background-clip: content-box;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.select-mod .select-cont:before, .select-mod .select-query:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    right: 0;
    bottom: 0;
    border: 1px solid #d4d4d4;
}
.select-mod .select-opts, .select-mod .squery-list {
    position: relative;
    max-height: 200px;
    padding: 15px;
    padding-right: 5px;
}
.select-mod .select-item, .select-mod .squery-item {
    padding: 2px 0;
    cursor: pointer;
}
.select-mod .select-item.selected, .select-mod .select-item:hover, .select-mod .squery-item.selected, .select-mod .squery-item:hover {
    color: #909090;
}
.select-mod .select-item.selected, .select-mod .squery-item.selected {
    cursor: default;
}
.select-mod .select-grp {
    padding: 5px;
    margin-bottom: 2px;
    background-color: gainsboro;
}
.select-mod .select-tit {
    padding: 5px;
    background-color: silver;
    cursor: pointer;
}
.select-mod .select-box {
    padding: 5px;
    display: none;
}
.select-mod .select-grp.open .select-box {
    display: block;
}
.select-mod.sc-show .select-btn:after {
    content: '\e833';
}
.select-mod.sc-show .select-cont, .select-mod.sq-show .select-query {
    opacity: 1;
    visibility: visible;
}
.select-mod .select-bar:hover {
    color: #909090;
}
.select-mod .select-query {
}
.select-mod .select-query:before {
}
.select-mod .squery-list {
}
.select-mod .squery-item {
}
.menu-nav {
    visibility: hidden;
    opacity: 0;
}
/****/
.pshare .share a {
    width: 100% !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.pshare .share .bds_tsina {
    background: url(../images/ico25-1.png) no-repeat center;
}
.pshare .share .popup_weixin {
    background: url(../images/ico26-1.png) no-repeat center;
}
.pshare .share .bds_tsina:hover {
    background-image: url(../images/ico25-2.png);
}
.pshare .share .popup_weixin:hover {
    background-image: url(../images/ico26-2.png);
}
@media screen and (min-width: 1230px) {
    .x-header, .x-footer, .x-container {
        min-width: 1250px;
    }
    .x-wrap {
        width: 1220px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1229px) {
}
@media screen and (max-width: 750px) {
    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    body {
        font-size: 0.24rem;
    }
    .x-header, .x-footer, .x-container {
        min-width: 320px;
    }
    .x-header {
        height: auto;
        padding: 0.1rem 0;
    }
    .x-header .logo {
        position: static;
        float: left;
        width: 1.9rem;
        height: auto;
    }
    .x-header .logo img {
        width: 100%;
    }
    .x-header .menu-btn {
        position: absolute;
        top: 50%;
        right: 0.2rem;
        width: 0.6rem;
        height: 0.6rem;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .x-header .menu-btn:after {
        content: '\e714';
        font-family: "xfont" !important;
        font-size: 0.6rem;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
    }
    .x-wrap {
        width: 100%;
        padding: 0 0.25rem;
    }
    .gotop {
        right: 0.2rem;
        bottom: 0.2rem;
        padding: 0.2rem;
    }
    .page-mod .page-box {
        display: none;
    }
    .page-mod .page-more {
        display: inline-block;
        border: 1px solid #bbbbbb;
        border-radius: 0.5rem;
        font-size: 0.22rem;
        padding: 0.1rem 0.5rem;
    }
    .select-mod .select-btn {
        height: 0.76rem;
    }
    .select-mod .select-btn::after {
        top: 50%;
        bottom: auto;
        right: 0.2rem;
        height: auto;
        font-size: 1.5em;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .select-mod .select-val, .select-mod .select-txt {
        visibility: hidden;
    }
    .select-mod .select-native {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0.2rem;
        width: 100%;
        height: 100%;
        display: block;
    }
    .menu-nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .menu-nav.menu-show {
        visibility: visible;
        opacity: 1;
        z-index: 999;
    }
    .menu-nav .menu-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.75);
    }
    .menu-nav .menu-box {
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #fff;
    }
    .menu-nav .menu-close {
        position: absolute;
        right: 0.2rem;
        top: 0.17rem;
        width: 0.6rem;
        height: 0.6rem;
        text-align: center;
        z-index: 1;
    }
    .menu-nav .menu-close:after {
        content: '\e842';
        font-family: "xfont" !important;
        font-size: 0.4rem;
        line-height: 0.6rem;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
    }
    .menu-nav .menu-head {
        position: relative;
        padding: 0.15rem 0.35rem;
        overflow: hidden;
    }
    .menu-nav .menu-head:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #d4d4d4;
    }
    .menu-nav .menu-head .logo {
        float: left;
        width: 2rem;
        height: 0.65rem;
    }
    .menu-nav .menu-head .logo img {
        display: block;
        width: 100%;
    }
    .menu-nav .menu-head .tel {
        float: right;
        margin-right: 0.7rem;
        padding: 0.06rem;
        font-family: Arial;
        font-size: 0.35rem;
    }
    .menu-nav .handle {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0.4rem 0.35rem;
    }
    .menu-nav .handle .label {
        margin-right: 0.15rem;
    }
    .menu-nav .handle .share {
        display: inline-block;
        margin-left: 0.2rem;
        vertical-align: middle;
        width: 0.9rem;
        height: 0.9rem;
        background-color: #cbced8;
        border-radius: 50%;
        overflow: hidden;
    }
    .menu-nav .handle .user {
        float: right;
        width: 0.9rem;
        height: 0.9rem;
        background-color: #2d7bad;
        border-radius: 50%;
        overflow: hidden;
    }
    .menu-nav .handle img {
        display: block;
        width: 100%;
    }
    .menu-nav .nav-box {
        position: absolute;
        top: 0.95rem;
        left: 0.35rem;
        right: 0.35rem;
        bottom: 1.7rem;
        overflow: hidden;
    }
    .menu-nav .nav-lv1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .menu-nav .nav-lv1-item {
        position: relative;
        border-bottom: 1px solid #d4d4d4;
        font-size: 0.3rem;
    }
    .menu-nav .nav-lv1-item + .nav-lv1-item {
    }
    .menu-nav .nav-lv1-item a {
        display: block;
        padding: 0.15rem 0;
        overflow: hidden;
    }
    .menu-nav .nav-lv1-item .arr {
        position: relative;
        float: right;
        margin: 0 0.2rem;
        width: 0.6rem;
        height: 0.65rem;
        text-align: center;
    }
    .menu-nav .nav-lv1-item .arr:after {
        content: '\e832';
        font-family: "xfont";
        font-size: 0.3rem;
        line-height: 0.65rem;
        color: #e4e4e4;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
    }
    .menu-nav .nav-lv2 {
        font-size: 0.28rem;
        color: #707070;
        clear: both;
        display: none;
    }
    .menu-nav .nav-lv2-item {
        padding: 0 0.45rem;
        font-size: 0.24rem;
    }
    .menu-nav .nav-lv2-item + .nav-lv2-item {
        border-top: 1px solid #d4d4d4;
    }
    .menu-nav .nav-lv1-item.cur {
    }
    .menu-nav .nav-lv1-item.cur .nav-lv2 {
        border-top: 3px solid #2d7bad;
    }
    .menu-nav .nav-lv1-item.cur .arr:after {
        content: '\e834';
        color: #2d7bad;
    }
    .menu-nav .lang {
        overflow: hidden;
    }
    .menu-nav .lang li {
        position: relative;
        float: left;
        font-size: 0.3rem;
    }
    .menu-nav .lang li + li {
        padding-left: 0.2rem;
    }
    .menu-nav .lang li + li:before {
        content: '';
        position: absolute;
        left: 0.1rem;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 0.3rem;
        border-left: 1px solid #140050;
    }
    .menu-nav .search-box {
        position: relative;
        padding: 0.2rem;
    }
    .menu-nav .search-box:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #909090;
    }
    .menu-nav .search-txt {
        position: relative;
        padding-right: 0.8rem;
    }
    .menu-nav .search-txt input {
        display: block;
        width: 100%;
        height: 0.45rem;
        font-size: 0.3rem;
    }
    .menu-nav .search-btn {
        position: absolute;
        right: 0.2rem;
        top: 0;
        bottom: 0;
        width: 0.6rem;
    }
    .menu-nav .search-btn:after {
        content: '\e852';
        font-family: "xfont";
        font-size: 0.5rem;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
    }
    .x-footer {
        padding: 0.5rem 0;
    }
    .x-footer .links {
        float: none;
        font-size: 0;
        display: none;
    }
    .x-footer .links-item {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
    }
    .x-footer .links-item + .links-item {
        margin-left: 0;
    }
    .x-footer .links-item dt {
        font-size: 0.24rem;
        margin-bottom: 0.2rem;
    }
    .x-footer .links-item dt span {
        font-size: 0.26rem;
    }
    .x-footer .links-item dd {
        font-size: 0.22rem;
    }
    .x-footer .links-item .p + .p {
        margin-top: 0.1rem;
    }
    .x-footer .info {
        float: none;
        text-align: center;
    }
    .x-footer .info .cont {
        margin-bottom: 0.3rem;
        text-align: center;
    }
    .x-footer .info .cont .p {
        margin-bottom: 0.1rem;
        font-size: 0.22rem;
    }
    .x-footer .info .cont .tel {
        margin-top: 0.2rem;
        font-size: 0.46rem;
    }
    .x-footer .info .codes {
        display: inline-block;
    }
    .x-footer .info .codes li + li {
        margin-right: 0.05rem;
    }
    .x-footer .info .codes .img {
        margin-bottom: 0.1rem;
        padding: 0.1rem;
        width: 1.5rem;
        height: 1.5rem;
    }
    .menu-nav .share a {
        margin: 0 !important;
        padding: 0 !important;
        background-size: 0.9rem !important;
    }
    .menu-nav .share a {
        width: 100% !important;
        height: 40px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .menu-nav .share .bds_tsina {
        background: url(../images/ico28.png) no-repeat center;
    }
    .menu-nav .share .popup_weixin {
        background: url(../images/ico27.png) no-repeat center;
    }
    .bd_weixin_popup {
        height: 320px !important;
    }
}
#jiathis_weixin_modal {
    margin: -180px 0 0 -160px !important;
    width: 320px !important;
}