@charset "UTF-8";
*, *:after, *:before {
    font: inherit;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
}

/*清除掉ios自带圆角*/
input, button {
    /* -webkit-appearance: none; */
    border-radius: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    height: 100% ；;
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background: #fff;
    color: #333;
    line-height: 1.5;
    overflow-x: hidden;
    /*开启moblie网页快速滚动和回弹的效果*/
    -webkit-overflow-scrolling: touch;
    color: #333;
    min-height: 100%;
    /* 2018年 过去了 我该何去何从
    *
    * 没有钱的日子 该怎么过
    */
}

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

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

a, img {
    /*阻止长按页面，弹出菜单的方法。*/
    -webkit-touch-callout: none;
}

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

img {
    max-width: 100%;
    outline: none;
    border: 0;
}

input, textarea {
    outline: 0;
    border: none;
    display: block;
    resize: none;
    /* -webkit-appearance: none;
    appearance:none; */
}

.container {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clear {
    clear: both;
}

.clearFloat {
    zoom: 1;
}

.clearFloat:after {
    content: '.';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
}

.allW {
    width: 100%;
    overflow: hidden;
}

.allW > img {
    display: block;
    width: 100%;
}

.ma {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.g-line {
    height: 0.6rem;
    background-color: #f0f0f0;
}

/*修改placeholder的字体颜色*/
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
}

input:-ms-input-placeholder {
    color: #000;
}

input::-webkit-input-placeholder {
    color: #000;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/* 
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-container .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-container .swiper-pagination-custom, .swiper-container .swiper-pagination-fraction {
    bottom: 0.375rem;
}

.pagination-line .swiper-container {
    padding-bottom: 1.2rem;
}

.pagination-line .swiper-pagination-bullet {
    width: 1.375rem;
    height: 0.2125rem;
    border-radius: 0.1rem;
}

.pagination-circle .swiper-container {
    padding-bottom: 1.35rem;
}

.pagination-circle .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border: 1px #000 solid;
    background-color: rgba(0, 0, 0, 0);
}

.pagination-circle .swiper-pagination-bullet-active {
    border: 1px #007aff solid;
}

.coverflow {
    margin-bottom: 1.2rem;
}

.coverflow .swiper-slide {
    width: 60%;
}

.coverflow .swiper-slide span {
    display: block;
    width: 100%;
    font-size: 0rem;
    text-align: center;
}

.coverflow .swiper-slide-active span {
    font-size: 0.825rem;
    line-height: 1.8rem;
}

.zl-logo {
    height: 5rem;
    background: url(../images/zl_01.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 1.0875rem;
}

.zl-logo ul {
    padding-top: 0.75rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
}

.zl-logo ul li {
    width: auto;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
    color: #fff;
    font-size: 0.6rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-right: 0.375rem;
    text-align: center;
    border: 1px rgba(255, 255, 255, 0.5) solid;
}

.zl-logo ul li b {
    color: #ffc600;
    margin-right: 0.375rem;
    margin-left: -0.2725rem;
    background-color: #0638b3;
}

.zt-nav {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.zt-nav ul {
    height: 4.2rem;
    padding-bottom: 0.225rem;
    background: url(../images/x_03.jpg);
    background-size: 100% 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    align-items: center;
}

.zt-nav ul li {
    width: 25%;
    font-size: 0.825rem;
    text-align: center;
}

.zt-nav-other {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.zt-nav-other ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
}

.zt-nav-other ul li {
    width: 7.5rem;
}

.zt-nav-other ul li img {
    display: block;
    width: 6.225rem;
    margin: 0 auto;
}

.zt-nav-other ul li .i {
    width: 6.225rem;
    margin: 0 auto;
    position: relative;
}

.zt-nav-other ul li .i img {
    display: block;
    width: 6.225rem;
}

.zt-nav-other ul li .i b {
    display: block;
    position: absolute;
    bottom: 0.75rem;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
}

.zt-nav-other ul li span {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    font-size: 0.75rem;
    text-align: center;
}

.zt-info {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
}

.zt-info p {
    font-size: 0.825rem;
    margin-top: 0.75rem;
    line-height: 1.5;
    text-indent: 2em;
}

.zt-info p a {
    color: #ff0101;
}

.zt-gd {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
}

.zt-gd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.zt-gd ul li {
    margin-right: 0.6rem;
    width: 7.34rem;
}

.zt-gd ul li img {
    display: block;
    height: 4.7625rem;
}

.zt-pub-t {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 1rem;
    border-bottom: 1px #ccc solid;
    margin-bottom: 1rem;
    padding-bottom: 0.3rem;
    align-items: center;
    font-size: 0.825rem;
}

.zt-pub-t img {
    display: block;
    width: 1.3875rem;
    margin-right: 0.3rem;
}

.zt-pub-t small {
    font-size: 0.6rem;
    margin-top: 0.225rem;
    color: #7b7b7b;
    margin-left: 0.225rem;
}

#fz {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
    position: relative;
}

#fz .up {
    position: relative;
}

#fz .up .txt {
    position: absolute;
    left: 3rem;
    top: 1.2rem;
}

#fz .up .txt h2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    padding-left: 1.225rem;
}

#fz .up .txt h5 {
    font-size: 0.975rem;
    color: #ffd800;
}

#fz .up .txt h6 {
    padding-top: 0.225rem;
    font-size: 0.6rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

#fz .down3 {
    position: relative;
    width: 21.1125rem;
    margin: -2.5rem auto 0;
    background-color: #fff;
    box-shadow: 0 0 3px #888;
    border-radius: 0.3rem;
    padding: 0.6rem 0.3rem;
    margin-bottom: 1rem;
}

#fz .down3 > img {
    display: block;
    width: 19.875rem;
    margin: 0 auto;
}

#fz .down3 .add-p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0.75rem 0;
    border-bottom: 1px #ccc solid;
    align-items: flex-start;
}

#fz .down3 .add-p img {
    display: block;
    width: 2.625rem;
    margin-right: 0.3rem;
    margin-top: 0.3rem;
}

#fz .down3 .add-p .r {
    flex: 1;
}

#fz .down3 .add-p .r h2 {
    font-size: 0.9rem;
    font-weight: bold;
    color: #164fe2;
}

#fz .down3 .add-p .r p {
    font-size: 0.825rem;
    padding-top: 0.1rem;
    line-height: 1.65;
}

#fz .down3 .gd2 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    padding: 0 0.375rem;
}

#fz .down3 .gd2 ul li {
    width: 6.15rem;
    margin-right: 0.6rem;
}

#fz .down3 .gd2 ul li:last-child {
    width: 6.15rem;
    margin-right: 0;
}

#fz .down3 .gd2 ul li img {
    display: block;
    width: 100%;
}

#fz .down3 .gd2 ul li span {
    display: block;
    width: 100%;
    padding-top: 0.225rem;
    font-size: 0.75rem;
    text-align: center;
}

#fz .down {
    position: relative;
    width: 21.1125rem;
    margin: -2.5rem auto 0;
    background-color: #fff;
    box-shadow: 0 0 3px #888;
    border-radius: 0.3rem;
    padding: 0.6rem 0.3rem;
    margin-bottom: 1rem;
}

#fz .down h2 {
    font-size: 1.05rem;
    font-weight: bold;
    color: #2962ed;
    text-align: center;
    line-height: 1;
}

#fz .down .em1 {
    display: block;
    width: 13rem;
    height: 1px;
    margin: 0.375rem auto 0;
    background-color: #ccc;
}

#fz .down .em2 {
    display: block;
    width: 1rem;
    height: 3px;
    margin: -2px auto 0;
    background-color: #2e68f5;
}

#fz .down .c {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    align-items: center;
    padding: 0.6rem 0;
}

#fz .down .c p {
    font-size: 0.825rem;
    line-height: 1.6;
    text-indent: 2em;
    flex: 1;
    margin-right: 0.5rem;
}

#fz .down .c p a {
    color: #ff0101;
}

#fz .down .c .s1 {
    width: 9.225rem;
}

#fz .down .c .pic {
    width: 9.225rem;
    position: relative;
}

#fz .down .c .pic img {
    display: block;
    width: 100%;
}

#fz .down .c .pic span {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.825rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    border-radius: 0 0 0.3rem 0.3rem;
    line-height: 2;
}

#fz .down video {
    display: block;
    width: 19.875rem;
    margin: 0 auto;
}

#fz .downt2 {
    position: relative;
    width: 21.1125rem;
    margin: -2.5rem auto 0;
    background-color: #fff;
    box-shadow: 0 0 3px #888;
    border-radius: 0.3rem;
    padding: 0.6rem 0.375rem;
    margin-bottom: 1rem;
}

#fz .downt2 h2 {
    font-size: 0.9rem;
    font-weight: bold;
    color: #164fe2;
    text-align: center;
}

#fz .downt2 .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    border-bottom: 1px #ccc solid;
    padding-bottom: 0.375rem;
    padding-top: 0.6rem;
}

#fz .downt2 .list img {
    display: block;
    width: 2.625rem;
}

#fz .downt2 .list p {
    width: 12.5625rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    font-size: 0.825rem;
}

#fz .downt2 .list p b {
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
    color: #164fe2;
}

#fz .downt2 .list a {
    font-size: 0.7875rem;
    background-color: #164fe2;
    color: #fff;
    padding: 0 0.3rem;
    line-height: 1.65;
    border-radius: 0.25rem;
}

#fz .downt2 .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    padding-top: 0.5rem;
}

#fz .downt2 .btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    background-color: #ffd800;
    font-size: 0.9rem;
    align-items: center;
    border-radius: 2rem;
    padding: 0 0.75rem;
    line-height: 2;
}

#fz .downt2 .btn a img {
    display: block;
    margin-left: 0.3rem;
    width: 1.0125rem;
}

#fz .downt {
    position: relative;
    width: 21.1125rem;
    margin: -2.5rem auto 0;
    background-color: #fff;
    box-shadow: 0 0 3px #888;
    border-radius: 0.3rem;
    padding: 0.6rem 0;
    margin-bottom: 1rem;
}

#fz .downt .btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(17, 152, 177, 0.7);
    border-radius: 0 0 0.3rem 0.3rem;
    padding: 0.6rem 0.75rem;
}

#fz .downt .btn p {
    color: #fff;
    font-size: 0.825rem;
}

#fz .downt .btn p b {
    font-weight: bold;
    color: #ffd800;
}

#fz .downt .btn p a {
    color: #ffd800;
}

#fz .downt .btn p .xc {
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 0.7125rem;
    color: #fff;
    border: 1px #fff solid;
    padding: 0 0.3rem;
    line-height: 1.4;
}

#fz .downt .btn p .xc img {
    display: block;
    width: 0.675rem;
    margin-left: 0.225rem;
}

#fz .downt .c {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

#fz .downt .c > img {
    display: block;
    width: 10.875rem;
}

#fz .downt .c .txt {
    flex: 1;
    margin-left: -2.5rem;
}

#fz .downt .c .txt h2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #179eb6;
}

#fz .downt .c .txt h6 {
    width: 60%;
    font-size: 0.525rem;
    text-transform: uppercase;
    color: #d8d8d8;
    line-height: 2;
    border-bottom: 1px #e2dfdf solid;
    margin-bottom: 0.3rem;
}

#fz .downt .c .txt p {
    font-size: 0.7875rem;
    line-height: 1.6;
}

#fz .downt .c .txt p b {
    color: #868686;
}

#fz .swiper-button-next {
    background: url(../images/b_69.png) no-repeat;
    background-size: 100%;
    display: block;
    width: 0.675rem;
    height: 1.275rem;
    line-height: 1rem;
    text-align: center;
    font-size: 2.5rem;
    color: #fff;
    top: 4.5rem;
    right: 2rem;
}

.zt-tab {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.zt-tab .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: space-between;
    width: 6.075rem;
    height: 13.5rem;
}

.zt-tab .tab-btn li {
    width: 100%;
    height: 3.75rem;
    position: relative;
    line-height: 1.3;
}

.zt-tab .tab-btn li span {
    display: block;
    font-size: 0.825rem;
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.zt-tab .tab-btn li:nth-of-type(1) {
    background: url(../images/x_36.jpg) no-repeat;
    background-size: 100% 100%;
}

.zt-tab .tab-btn li:nth-of-type(2) {
    background: url(../images/x_41.jpg) no-repeat;
    background-size: 100% 100%;
}

.zt-tab .tab-btn li:nth-of-type(3) {
    background: url(../images/x_43.jpg) no-repeat;
    background-size: 100% 100%;
}

.zt-tab .tab-btn li:nth-of-type(1).on, .zt-tab .tab-btn li:nth-of-type(2).on, .zt-tab .tab-btn li:nth-of-type(3).on {
    background: none;
    background-color: #2661fe;
    border-radius: 0.3rem;
}

.zt-tab .tab-txt {
    width: 15.7875rem;
}

.zt-tab .tab-txt p {
    padding-top: 0.225rem;
    font-size: 0.825rem;
    line-height: 1.4;
}

.zt-tab .tab-txt p a {
    color: #ff0101;
}

.zt-tab .tab-txt p b {
    overflow: hidden;
    background-color: #f0f0f0;
    font-weight: bold;
    padding-right: 0.3rem;
}

.zt-tab .tab-txt p b img {
    display: block;
    width: 0.975rem;
    float: left;
}

.zt-dynamic {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 1rem;
}

.zt-dynamic ul {
    padding-top: 0.5rem;
}

.zt-dynamic ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 0.375rem;
    align-items: center;
    font-size: 0.825rem;
    line-height: 2rem;
    border-bottom: 1px #ccc dashed;
}

.zt-dynamic ul li a img {
    display: block;
    width: 1.6875rem;
    margin-right: 0.3rem;
}

.zt-dynamic ul li:last-child a {
    border-bottom: none;
}

.zt-doc {
    padding: 1rem 0.9rem;
}

.zt-doc .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    margin-bottom: 1rem;
}

.zt-doc .tab-btn li {
    width: 49%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    color: #fff;
    font-size: 0.825rem;
    background-color: #c5c4c4;
    padding: 0.6rem 0;
}

.zt-doc .tab-btn li img {
    display: block;
    width: 2.4375rem;
    margin-right: 0.3rem;
}

.zt-doc .tab-btn li small {
    display: block;
    font-size: 0.45rem;
}

.zt-doc .tab-btn li .i2 {
    display: none;
}

.zt-doc .tab-btn .on {
    background-color: #0638b3;
    color: #fff;
}

.zt-doc .tab-btn .on .i2 {
    display: block;
}

.zt-doc .tab-btn .on .i1 {
    display: none;
}

.zt-doc .tab-btn .on em {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    border-width: 0.3rem;
    border-style: solid dashed dashed dashed;
    border-color: #0638b3 transparent transparent transparent;
    bottom: -0.6rem;
    left: 3rem;
}

.zt-doc .tab-txt {
    border: 1px #ccc solid;
    border-radius: 0.3rem;
    padding-top: 0.6rem;
}

.zt-doc .mix {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.zt-doc .mix > img {
    display: block;
    width: 10.425rem;
    margin-right: -1rem;
}

.zt-doc .mix .txt {
    flex: 1;
}

.zt-doc .mix .txt h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0638b3;
    line-height: 1.3;
}

.zt-doc .mix .txt h6 {
    font-size: 0.975rem;
    text-transform: uppercase;
    color: #d8d8d8;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.zt-doc .mix .txt p {
    font-size: 0.7875rem;
}

.zt-doc .mix .txt p b {
    color: #868686;
    margin-right: 0.15rem;
}

.zt-doc .mix .txt .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    padding-top: 0.3rem;
}

.zt-doc .mix .txt .btn a {
    background-color: #ffd800;
    border-radius: 2rem;
    padding: 0 0.375rem;
    line-height: 1.5rem;
    font-size: 0.825rem;
    color: #0638b3;
    margin-right: 0.375rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.zt-doc .mix .txt .btn a img {
    display: block;
    width: 0.7875rem;
    margin-left: 0.225rem;
}

.zt-doc .sc {
    background-color: #e6e5e5;
    padding: 0.6rem 0.75rem;
    font-size: 0.825rem;
    line-height: 1.6;
}

.zt-doc .sc b {
    font-weight: bold;
}

.zt-doc .sc a {
    color: #ff0101;
}

.zt-doc .t {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 0.75rem;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
}

.zt-doc .t img {
    display: block;
    width: 6rem;
}

.zt-doc .t em {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    border-width: 0.25rem;
    border-style: dashed solid dashed dashed;
    border-color: transparent #0638b3 transparent transparent;
}

.zt-doc .t span {
    background-color: #0638b3;
    font-size: 0.9rem;
    color: #fff;
    padding: 0 0.3rem;
    border-radius: 0.25rem;
}

.zt-doc .g-t {
    text-align: center;
    font-size: 1.125rem;
    color: #0638b3;
    line-height: 2.5rem;
}

.zt-doc dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    padding: 0 0.375rem;
}

.zt-doc dl dd {
    width: 33.33%;
    text-align: center;
}

.zt-doc dl dd img {
    display: block;
    width: 6.675rem;
    margin: 0 auto;
}

.zt-doc dl dd h2 {
    font-size: 0.825rem;
}

.zt-doc dl dd p {
    font-size: 0.6375rem;
}

.zt-doc dl dd a {
    display: block;
    width: 60%;
    background-color: #ffd800;
    font-size: 0.6375rem;
    border-radius: 2rem;
    line-height: 1.35rem;
    margin: 0.375rem auto;
}

.zt-doc .hh .c {
    padding: 0 0.375rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.zt-doc .hh .c > img {
    display: block;
    width: 10.2rem;
    height: 7.02rem;
}

.zt-doc .hh .c .s4, .zt-doc .hh .c .s5 {
    width: 10.2rem;
}

.zt-doc .hh .c-imgs {
    padding: 0 0.375rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.zt-doc .hh .c-imgs ul {
    display: flex;
}

.zt-doc .hh .c-imgs ul li {
    display: block;
    width: 6.9375rem;
    margin-right: 0.6rem;
}

.zt-doc .hh .test {
    font-size: 0.825rem;
    text-align: center;
    padding: 0.375rem 0 0.6rem;
    text-align: center;
}

.zt-tab1 {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
}

.zt-tab1 .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0.6rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.zt-tab1 .tab-btn li {
    width: 23.5%;
    border: 1px #ccc solid;
    border-radius: 2rem;
    font-size: 0.825rem;
    text-align: center;
    line-height: 1.6rem;
}

.zt-tab1 .tab-btn .on {
    background-color: #0638b3;
    color: #fff;
    border: none;
}

.zt-tab1 .imgs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    background-color: #f5f5f5;
    padding: 0.5rem;
}

.zt-tab1 .imgs img {
    display: block;
    width: 10.5375rem;
}

.zt-tab1 .imgs img:nth-of-type(n+3) {
    margin-top: 0.375rem;
}

.zt-tab1 .imgs-lj {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    background-color: #f5f5f5;
    padding: 0.5rem;
}

.zt-tab1 .imgs-lj img {
    display: block;
    width: 6.75rem;
}

.zt-tab1 .imgs-lj span {
    display: block;
    width: 100%;
    font-size: 0.675rem;
    text-align: center;
    padding-top: 0.3rem;
}

.zt-tab1 .imgs-lj .box:nth-of-type(3) {
    width: 6.075rem;
}

.zt-tab1 .imgs-lj .box:nth-of-type(3) img {
    display: block;
    width: 100%;
}

.zt-tab1 .imgs-lj .box:nth-of-type(n+4) {
    margin-top: 0.75rem;
}

.zt-footer {
    height: 24rem;
    position: relative;
    background: url(../images/x_88.jpg) no-repeat;
    background-size: 100% 100%;
}

.zt-footer h1 {
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 1.0875rem;
    line-height: 2;
    margin-bottom: 0.6rem;
}

.zt-footer h6 {
    font-size: 0.75rem;
    text-align: center;
    color: #fff;
    letter-spacing: 0.15rem;
    margin-bottom: 0.6rem;
}

.zt-footer .logo {
    display: block;
    width: 9rem;
    margin: 0.375rem auto 1rem;
}

.zt-footer p {
    padding-top: 0.375rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 0.675rem;
    color: #fff;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
}

.zt-footer p img {
    display: block;
    width: 0.7125rem;
    margin-right: 0.15rem;
}

.zt-footer address {
    position: absolute;
    bottom: 1.35rem;
    width: 100%;
    font-size: 0.675rem;
    color: #fff;
    text-align: center;
}

.zt-footer address small {
    font-size: 0.6rem;
}

.zt-la-nav {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.zt-la-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.zt-la-nav ul li {
    width: 50%;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}

.zt-la-nav ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0.6rem 0;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
}

.zt-la-nav ul li a img {
    display: block;
    width: 2.25rem;
    margin-right: 0.3rem;
}

.zt-la-nav ul li a span {
    font-size: 0.825rem;
}

.zt-la-nav ul li a span small {
    display: block;
    font-size: 0.675rem;
}

.zt-la-nav ul li:nth-of-type(2n) {
    border-right: none;
}

.zt-la-nav ul li:nth-of-type(n+3) {
    border-bottom: none;
}

/*视频弹出*/
.shipinbg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: #333;
    z-index: 99999;
    display: none;
}

.fancybox-overlay {
    -webkit-overflow-scrolling: touch;
}

.fancybox-close {
    position: absolute;
    top: -0.675rem;
    right: -0.675rem;
    width: 1.35rem;
    height: 1.35rem;
    cursor: pointer;
    z-index: 99999999999;
    background-image: url("../images/fancybox_sprite.png");
    background-size: 1.65rem 5.7rem;
}

.zhegai-nr .video_box {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -6.5625rem;
    margin-left: -9.375rem;
    z-index: 9999999;
    width: auto;
    height: auto;
    background-color: #fff;
}

.zhegai-nr video {
    width: 18.75rem;
    height: 13.125rem;
    display: block;
}

.zhegai-nr {
    display: none;
}

.zhegai {
    width: 100%;
    height: 100%;
    background: #333333;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.8;
    display: none;
}

/*视频弹出 end*/
.swiper-pagination-bullet-active {
    width: 1rem;
    border-radius: 1rem;
}

.swiper-pagination-bullet {
    opacity: 1;
    background-color: #007aff;
}