body {
    font-size: 16px;
    color: #333;
    min-height: 100%;
    background: #fff;
    font-family: "微软雅黑";
    max-width: 680px;
    margin: 0 auto;
}

@media screen and (max-width: 375px) {
    body {
        font-size: 14px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    outline: none;
    font-weight: normal;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 1em;
    line-height: inherit;
    resize: none;
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
input:focus,
select:focus,
textarea:focus,
label:focus,
dl:focus,
dt:focus,
dd:focus,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active,
p:active,
input:active,
select:active,
textarea:active,
label:active,
dl:active,
dt:active,
dd:active {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

@media screen and (max-width: 1000px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    input,
    select,
    textarea,
    label,
    dl,
    dt,
    dd {
        font-family: "华文细黑";
    }
}

input[type='radio'],
input[type='checkbox'],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

input[type='radio']:focus,
input[type='checkbox']:focus,
textarea:focus,
input[type='radio']:active,
input[type='checkbox']:active,
textarea:active {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

button {
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    border: none;
    background: transparent;
}

a {
    color: #0074be;
}

a:hover {
    color: #0074be;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    vertical-align: middle;
}

th,
td {
    font-weight: normal;
    padding: 5px;
}

.wrapper {
    width: 100%;
    /* min-height: 568px; */
    position: relative;
    overflow: hidden;
}


/* .wrapper.openPop {
    height: 100%;
    min-height: 100%;
    position: fixed;
} */

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.row {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}

.global-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
    padding: 0 4%;
}

.global-inner:before,
.global-inner:after {
    content: '';
    display: table;
    clear: both;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.en {
    font-family: Arial;
    font-style: normal;
}

.swiper-pagination-bullet {
    opacity: 1;
}


/****** 弹框 ******/

.pop-box {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1020;
}

.pop-box.fullPage .pop-zhe {
    background: #fff;
}

.pop-box.fullPage .pop-close {
    position: fixed;
}

.pop-box.fullPage .pop-inner {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.pop-zhe {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1021;
}

.pop-inner {
    width: 90%;
    max-width: 45em;
    max-height: 90%;
    display: none;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    top: 5%\9;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1030;
    padding: 2.125em 0 3.125em;
    -webkit-overflow-scrolling: touch;
}

.pop-inner::-webkit-scrollbar {
    width: 5px;
    background: #fff;
}

.pop-inner::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #fff;
}

.pop-inner::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 3px;
    background: #e5e5e5;
}

.ie9 .pop-inner,
.ie8 .pop-inner {
    margin-left: -22.5em;
}

.pop-hd {
    width: 100%;
    overflow: hidden;
    padding: 0 7.8%;
    margin-bottom: 1.875em;
    position: relative;
}

.pop-title {
    width: 100%;
    overflow: hidden;
    font-size: 1.75em;
    line-height: 1.357em;
    color: #1a1a1a;
    padding: 0 0 0.429em;
    text-align: center;
    border-bottom: solid 2px #dd0011;
}

.pop-bd {
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 7%;
    margin: 0 0.8%;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1032;
}

.pop-bd::-webkit-scrollbar {
    width: 5px;
    background: #fff;
}

.pop-bd::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #fff;
}

.pop-bd::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 3px;
    background: #e5e5e5;
}

.pop-close {
    width: 2.5em;
    height: 2.5em;
    display: block;
    overflow: hidden;
    background: url(../images/btn_close_01.png) no-repeat center center;
    background-size: 1.25em auto;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 1040;
}

.pop-close:hover {
    background-image: url(../images/btn_close_02.png);
}


/***** header ******/

.header {
    width: 100%;
    display: table;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 200;
}

.header.fixed {
    position: fixed;
    left: 0;
    top: 0;
}

.head-top-box {
    width: 100%;
    display: table;
    background: #333;
    position: relative;
}

.head-top-box .fr {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    padding: 0 10px;
    margin-right: -10px;
}

.head-top-box .fr a {
    color: #fff;
}

.head-top-box .fr img {
    height: 1em;
    margin: -3px 0 0 0.7em;
}

.head-top-box .fr:hover {
    background: #262626;
}

.ph-id-box {
    font-size: 1em;
    line-height: 2.5em;
    color: #fff;
}

.ph-id-box a {
    color: #fff;
}

.ph-id-current {
    float: left;
}

.ph-id-current .arrow {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 0.5em;
    background: url(../images/arrow_01.png) no-repeat center center;
    background-size: contain;
}

.ph-id-dropdown {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1020;
}

.ph-id-dropdown .inner {
    width: 9.625em;
    position: absolute;
    left: 2%;
    top: 2.5em;
    z-index: 1030;
}

.ph-id-dropdown .arrow {
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    margin: -0.5em 0 0 1.78em;
    border: solid 0.5em transparent;
    border-bottom-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.ph-id-dropdown .dropdown-bd {
    width: 100%;
    overflow: hidden;
    background: #fff;
    font-size: 1.125em;
    line-height: 3em;
    color: #333;
    margin-bottom: -1px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.ph-id-dropdown .dropdown-bd a {
    display: block;
    color: #333;
    border-bottom: solid 1px #f6f6f6;
    padding: 0 1em;
}

.ph-id-dropdown .dropdown-bd a.current {
    color: #dd0011;
}

.head-bot-box {
    width: 100%;
    display: table;
    position: relative;
    background: #fff;
    z-index: 200;
}

.head-bot-box .global-inner {
    position: static;
}

.head-logo-box {
    float: left;
    padding: 0.875em 0;
}

.head-logo {
    float: left;
    line-height: 2.5em;
}

.head-logo img {
    height: 2.5em;
    display: block;
    float: left;
}

.head-logo .id {
    font-size: 1.375em;
    color: #0ea5f3;
    margin-left: 8px;
    vertical-align: middle;
}

.head-tool-box {
    min-width: 2.5em;
    height: 2.5em;
    overflow: hidden;
    position: relative;
    text-align: right;
    margin: 0.875em -0.4em 0.875em 0;
    float: right;
}

.head-tool-box .icon {
    width: 2.5em;
    height: 2.5em;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.625em auto;
    margin-left: 0.4em;
    line-height: 2.5em;
}

.head-tool-box .icon-sch {
    background-image: url(../images/se.png);
}

.head-tool-box .icon-hamburger {
    overflow: hidden;
    text-align: center;
}

.head-tool-box .icon-hamburger .inner {
    width: 1.625em;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.head-tool-box .icon-hamburger .line {
    width: 100%;
    height: 2px;
    display: block;
    background: #333;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.head-tool-box .icon-hamburger .line:nth-child(2) {
    margin: 6px 0;
}

.head-tool-box .icon-hamburger.active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.head-tool-box .icon-hamburger.active .line:nth-child(2) {
    opacity: 0;
}

.head-tool-box .icon-hamburger.active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.head-tool-box .icon-close {
    display: none;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.head-sch-wrp {
    width: 100%;
    /* max-width: 23.625em; */
    height: 2.5em;
    overflow: hidden;
    background: #fff;
    padding: 0.375em 2.5em 0.375em 2.25em;
    border-radius: 15px;
}

.head-sch-wrp .sch-inp {
    width: 100%;
    height: 100%;
    border: none;
    color: #333;
    background: #fff;
    margin-left: -10px;
}

.head-sch-wrp .btn-sch {
    width: 5.5em;
    height: 2.5em;
    font-size: 1em;
    display: block;
    background: #2795e8;
    color: #ffffff;
    background-size: 1.625em auto;
    position: absolute;
    right: 4.5%;
    top: 29%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 2.5em;
    padding-top: 1px;
}

.se-bg {
    width: 100%;
    height: 5em;
    display: none;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.se-box {
    background-color: #f6f6f6;
    padding: 1.7em 1.25em;
    position: absolute;
    right: 0;
    top: 4.2em;
    width: 100%;
    box-shadow: inset 0 5px 5px -5px #ccc;
}

.pop-ph-nav {
    width: 100%;
    /* height: 100%; */
    display: none;
    /* overflow: hidden; */
    overflow-y: auto;
    /* overflow: scroll; */
    /* background: #ffffff; */
    position: absolute;
    left: 0;
    top: 100%;
    /* border-top: 3px solid #f1f1f1; */
}

.ph-nav-list {
    width: 100%;
    overflow: hidden;
    padding-top: 0.875em;
    /* overflow: scroll; */
    position: relative;
    z-index: 100;
    background: #fff;
    border-top: 3px solid #f1f1f1;
}

.ph-nav-list a {
    display: block;
}

.ph-nav-list>li {
    position: relative;
    border-bottom: solid 1px #ececec;
}

.ph-nav-list>li.active .nav-level1 .arrow {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.ph-nav-list>li.has-subnav .nav-level1 .arrow {
    display: block;
}

.ph-nav-list .nav-level1 {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0 4%;
    font-size: 1.162em;
    /* line-height: 3.22em; */
    line-height: 3.9em;
    position: relative;
}

.ph-nav-list .nav-level1 a {
    float: left;
    color: #333;
}

.ph-nav-list .nav-level1 .arrow {
    width: 2.22em;
    height: 100%;
    display: none;
    overflow: hidden;
    background: url(../images/arr-01.png) no-repeat center center;
    background-size: 0.5em auto;
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: absolute;
    right: 2px;
    top: 0;
}

.ph-nav-level2 {
    width: 100%;
    display: none;
    background: #f2f2f2;
    padding: 0.3em 4% 1.5em 4%;
}

.ph-nav-level2 li {
    padding: 0.1em 0;
}

.ph-nav-level2 .nav-level2 {
    font-size: 1em;
    line-height: 2.843em;
    color: #333333;
}

.ph-nav-level3 {
    display: block;
    overflow: hidden;
    font-size: 1.125em;
    line-height: 1;
    color: #333;
    margin-top: -0.5em;
    margin-bottom: 1em;
}

.ph-nav-level3>li {
    width: 50%;
    float: left;
    padding: 0.5em 0;
}

.ph-nav-level3>li a {
    color: #333;
    padding-left: 1em;
    background: url(../images/arrow_14.png) no-repeat left center;
}


/***** main-box *****/

.main-box {
    width: 100%;
    min-height: 10em;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.main-content-wrp {
    padding: 0 3.5% 0 0;
}

.main-content-box {
    padding: 0;
}

.main-side-box {
    padding: 0;
}

.main-top-tool {
    width: 100%;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.75em;
    color: #666;
    padding: 1.75em 0 0.5em;
}

.main-top-tool a {
    color: #666;
}

.main-top-tool a:hover {
    text-decoration: underline;
}

.main-top-tool .btn-return:before {
    content: '';
    width: 1.25em;
    height: 1.25em;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/arrow_05.png) no-repeat center center;
    background-size: contain;
    margin: -3px 0.5em 0 0;
}


/****** footer *****/

.footer {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #3c3c3c;
    font-size: 1em;
    line-height: 1.75em;
    color: #ccc;
}

.footer a {
    color: #808080;
}

.footer a:hover {
    color: #fff;
}

.footer .global-inner {
    max-width: 1200px;
    color: #808080;
}

.foot-top-box {
    width: 100%;
    overflow: hidden;
    padding: 1.625em 4% 2em;
    padding-bottom: 0;
}

.foot-top-box .global-inner {
    width: 100%;
    border-bottom: solid 1px #4d4d4d;
    padding: 0;
}

.foot-nav-list>li {
    padding: 0;
}

.foot-nav-list>li.active .foot-level1 .arrow {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.foot-nav-list {
    padding: 0;
    margin-bottom: 0.5em;
    margin-top: 0.3em;
}

.foot-nav-list .foot-level1 {
    line-height: 2.5em;
    margin-bottom: 0;
}

.foot-nav-list .foot-level1 .arrow {
    display: block;
}

.foot-level1 {
    width: 100%;
    display: block;
    font-size: 1em;
    line-height: 1.625em;
    color: #fffefe;
    margin-bottom: 0.75em;
    position: relative;
}

.foot-level1 .arrow {
    width: 0.5em;
    height: 100%;
    display: none;
    background: url(../images/arr-03.png) no-repeat center center;
    background-size: 0.5em auto;
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    position: absolute;
    right: 0;
    top: 0;
}

.foot-menu-list a {
    font-size: 0.875em;
    line-height: 1.857em;
    color: #ccc;
}

.foot-menu-list a:hover {
    color: #fff;
}

.foot-menu-list {
    display: none;
    margin-bottom: 0.2em;
}

.foot-menu-list li {
    display: inline;
    margin-right: 30px;
}

.foot-contact-box {
    padding: 0;
    padding-bottom: 2.5em;
}

.foot-contact-box .foot-level1 {
    margin-bottom: 1em;
}

.foot-contact-det {
    width: 100%;
    overflow: hidden;
    padding: 0.625em 0 0;
    font-size: 0.875em;
    line-height: 1.857em;
    color: #ccc;
}

.foot-contact-info img {
    width: 1.571em;
    height: 1.571em;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}

.foot-contact-info {
    padding: 0 2em 0 0;
    margin-bottom: 1.375em;
}

.foot-contact-info .info {
    position: relative;
    padding: 3px 0 3px 2.25em;
}

.foot-contact-wx {
    padding: 0;
}

.foot-contact-wx .wx-box {
    width: 100%;
    max-width: 9.687em;
    float: none;
    margin: 0 auto;
}

.foot-contact-wx img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.foot-contact-wx .title {
    display: block;
    text-align: center;
}

.foot-bot-box {
    font-size: 0.875em;
    line-height: 1.5em;
    padding: 1.143em 0;
    overflow: hidden;
}

.foot-nav-list,
.foot-contact-box {
    font-size: 1.125em;
}

.foot-bot-box {
    font-size: 1em;
    padding: 1em 0 2em;
    text-align: center;
}

.foot-power {
    display: block;
    margin: 0;
    margin-left: 5px;
    font-size: 0.937em;
    margin-top: 0.7em;
}

.foot-copy {
    display: block;
}

.foot-inlet {
    margin-top: 0.5em;
}


/**** 侧边功能按钮 ****/

.ph-side-tool {
    font-size: 1em;
    line-height: 1.125em;
    color: #333;
}

.ph-side-tool .inner {
    position: fixed;
    right: 4%;
    bottom: 5%;
    z-index: 121;
}

.ph-side-tool .fn {
    width: 2.687em;
    height: 3.125em;
    display: block;
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -moz-border-radius: 100%;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 0.93em 1em;
    margin-top: 0.75em;
    position: relative;
    z-index: 10;
    color: #333;
}

.ph-side-tool .btn-gotop {
    background-color: transparent;
    background-image: url(../images/top.png);
}


/**** 成功提示框 ****/

.pop-tips-box {
    z-index: 1100;
}

.pop-tips-box .pop-close {
    width: 2.125em;
    height: 2.125em;
    background-size: 0.875em auto;
}

.pop-tips-box .pop-inner {
    max-width: 25em;
    text-align: center;
}

.pop-tips-box .tip-title {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 1.5em;
    line-height: 1.417em;
    color: #cc0000;
    padding-bottom: 0.58em;
    border-bottom: dashed 1px #dbdbdb;
}

.pop-tips-box .tip-desc {
    width: 100%;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.75em;
    color: #333;
    padding: 1.75em 0 3px;
}


/* 面包屑 */

.crumbs-box {
    width: 100%;
    font-size: 0.937em;
    height: 3.125em;
    line-height: 3.125em;
    border-bottom: 1px solid #f2f2f2;
}

.crumbs-box a {
    color: #000000;
}

.crumbs-con {
    padding: 0 4%;
}

.crumbs-con .return {
    width: 1.25em;
    margin-top: -2px;
    margin-right: 0.625em;
}

.crumbs-con img {
    width: 0.375em;
    margin-right: 0.625em;
    margin-top: -2px;
    margin: 0 0.4em;
}

.crumbs-con span {
    vertical-align: middle;
    margin-top: 2px;
    display: inline-block;
}


/*新加 */

.foot-tit {
    font-size: 1.166em;
    color: #ffffff;
    padding-bottom: 0.937em;
    border-bottom: 1px solid #4a4a4a;
}


/* 视频弹框 */

.video-wrap-box {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    z-index: 10;
}

.video-wrap-box .video-center {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -50%;
    padding: 0 0.625em;
    padding-bottom: 0.625em;
}

.video-wrap-box .video-center .video-top-info {
    position: relative;
    padding: 0.875em 0 1.25em 0.875em;
}

.video-wrap-box .video-center .video-top-info h3 {
    font-size: 1.25em;
    color: #1a1a1a;
    /* padding: 0.312em 1.5em 0.312em 0; */
}

.video-wrap-box .video-center .video-top-info span {
    font-size: 0.875em;
    color: #808080;
    font-style: normal;
}

.video-wrap-box .video-center .video-top-info em {
    font-style: normal;
}

.video-wrap-box .video-center .video-top-info i {
    background: url(../images/video_close.png) no-repeat center center;
    background: url(../images/video_close.png) no-repeat center center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 9px;
}

.video-wrap-box .video-center .video-box {
    width: 100%;
    height: 19em;
    position: relative;
    overflow: hidden;
}

.video-box .video-js {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}