@charset "UTF-8";
/* 单位换算---函数 */
/* define-1 */
/* define-2 */
/* define-3 */
/* define-4 */
/* reset */
* {
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    /* tap-highlight-color: transparent; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a,
address,
article,
aside,
audio,
b,
body,
canvas,
caption,
center,
dd,
div,
dl,
dt,
em,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
label,
nav,
ol,
output,
p,
q,
section,
span,
ul,
li,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background: #fff;
    color: #333;
}

html {
    -webkit-text-size-adjust: 100%;
    /*页面缩放 字体至最小值时 还能继续*/
}

ol, li, ul {
    list-style: none;
}

input, textarea {
    outline: 0;
    resize: none;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    display: block;
    outline: none;
    border: 0;
}

.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%;
}

.img img {
    display: block;
    width: 100%;
    height: 100%;
}

.margin {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.g-line {
    height: 0.5rem;
    background-color: #f0f0f0;
}

/* 
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
    display: block;
    width: 100%;
}

.pagination-line .swiper-container {
    padding-bottom: 1.2rem;
}

.pagination-line .swiper-pagination-bullet {
    width: 1.375rem;
    height: 0.2125rem;
    border-radius: 0.1rem;
}

.pagination-line .swiper-container-horizontal > .swiper-pagination-bullets, .pagination-line .swiper-pagination-custom, .pagination-line .swiper-pagination-fraction {
    bottom: 0rem;
}

.pagination-line .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.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;
}

.pagination-circle .swiper-container-horizontal > .swiper-pagination-bullets, .pagination-circle .swiper-pagination-custom, .pagination-circle .swiper-pagination-fraction {
    bottom: 0rem;
}

.pagination-circle .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.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;
}

.w610 {
    width: 95.3125%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.pub-p p {
    font-size: 0.825rem;
    line-height: 1.6;
    text-indent: 2em;
}

.pub-p p b {
    font-weight: bold;
}

.pub-p p a {
    color: #262f8c;
}

.ma {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mt-small {
    margin-top: 0.375rem;
}

.allW > video {
    display: block;
    width: 100%;
}

.w600 {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.w620 {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.cRed {
    color: #b20606;
}

.mt {
    margin-bottom: 1rem;
}

.pa {
    padding: 1rem 0;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?z31038");
    src: url("../fonts/icomoon.eot?z31038#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?z31038") format("truetype"), url("../fonts/icomoon.woff?z31038") format("woff"), url("../fonts/icomoon.svg?z31038#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-family: icomoon;
}

/* 敏杰豪爽诚信财通路广 汉德用贤恩威人聚业宽 然然得意 */
.container {
    box-shadow: 0 0 10px #2c2a2a;
}

.zt300-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;
}

.zt300-nav ul li {
    width: 25%;
    font-size: 0.9rem;
    line-height: 2.25rem;
    text-align: center;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}

.zt300-nav ul li:nth-of-type(4n) {
    border-right: none;
}

.zt300-nav ul li:nth-of-type(n+5) {
    border-bottom: none;
}

.zt300-mune {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
    padding-bottom: 0.25rem;
}

.zt300-mune 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;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.zt300-mune ul li {
    width: 23%;
    padding: 0.45rem 0 0.6rem;
    border: 1px #ccc solid;
    margin-bottom: 0.75rem;
}

.zt300-mune ul li img {
    display: block;
    width: 2.475rem;
    margin: 0 auto;

}

.zt300-mune ul li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    text-align: center;
    padding-top: 0.375rem;
}

.zt300-gd {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
}

.zt300-gd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.zt300-gd ul li {
    width: 7.5rem;
    margin-right: 0.375rem;
}

.zt300-gd ul li img {
    display: block;
    width: 100%;
}

.zt300-news {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.zt300-news li {
    font-size: 0.9rem;
    line-height: 2.25rem;
    border-bottom: 1px #ccc dashed;
}

.zt300-news li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.zt300-news li .arr {
    width: 0.525rem;
    margin-right: 0.25rem;
}

.zt300-news li .logo {
    width: 1.725rem;
    margin-left: 0.375rem;
}

.zt245-swt {
    width: 96.875%;
    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;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.zt245-swt a {
    width: 32.5%;
    background-color: #145ebf;
    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;
    line-height: 2.625rem;
    align-items: center;
    color: #fff;
    border-radius: 0.375rem;
}

.zt245-swt a img {
    display: block;
    width: 1.725rem;
    margin-right: 0.3rem;
}

.zt245-swt a:nth-of-type(2) {
    background-color: #f9a115;
}

.zt245-swt a:nth-of-type(3) {
    background-color: #23c28c;
}

.zt300-pub-t {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px #ccc solid;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.zt300-pub-t img {
    display: block;
    width: 1.5rem;
    margin-right: 0.225rem;
}

.zt300-pub-t h2 {
    flex: 1;
    font-size: 1.2rem;
}

.zt300-pub-t h2 small {
    font-size: 0.675rem;
    color: #dbdbdb;
    text-transform: uppercase;
}

.zt300-pub-t a {
    font-size: 0.675rem;
    color: #999;
    border: 1px #ccc solid;
    border-radius: 2rem;
    padding: 0 0.375rem;
}

.zt300-tab {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 1rem;
}

.zt300-tab .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;
    font-size: 1.05rem;
    line-height: 2.475rem;
    text-align: center;
    color: #fff;
}

.zt300-tab .tab-btn li {
    width: 32.5%;
    background-color: #bbbbbb;
    position: relative;
    margin-bottom: 1rem;
}

.zt300-tab .tab-btn .on {
    background-color: #145ebf;
}

.zt300-tab .tab-btn .on em {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    border-width: 0.375rem;
    border-style: solid dashed dashed dashed;
    border-color: #145ebf transparent transparent transparent;
    left: 50%;
    margin-left: -0.175rem;
}

.zt300-tab .tab-txt .main {
    width: 7.5rem;
    border: 1px #ccc solid;
    padding-bottom: 0.75rem;
    float: left;
    margin-right: 0.35rem;
}

.zt300-tab .tab-txt .main:nth-child(3n) {
    margin-right: 0;
}

.zt300-tab .tab-txt .main > img {
    display: block;
    width: 100%;
}

.zt300-tab .tab-txt .main h2 {
    font-size: 0.975rem;
    text-align: center;
    padding: 0.45rem 0;
}

.zt300-tab .tab-txt .main h2 small {
    font-size: 0.825rem;
    color: #666;
}

.zt300-tab .tab-txt .main span {
    display: block;
    width: 72%;
    background-color: #ff6c0a;
    margin: 0 auto;
    border-radius: 2rem;
    color: #fff;
    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;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1.5rem;
}

.zt300-tab .tab-txt .main span img {
    display: block;
    width: 0.975rem;
    margin-right: 0.15rem;
    float: left;
}

.zt300-tab .tab-txt .main span a img {
    margin-top: 0.25rem;
}

.zt300-tab .tab-txt .main span a {
    color: #FFF;
}

.zt300-tab .tab-txt .main1 {
    width: 11.4375rem;
    border: 1px #ccc solid;
    padding-bottom: 0.75rem;
    margin-top: 1rem;
    overflow: hidden;
    margin-bottom: 1px;
    position: relative;
}

.zt300-tab .tab-txt .main1 > img {
    display: block;
    width: 11.3625rem;
}

.zt300-tab .tab-txt .main1 h2 {
    font-size: 0.975rem;
    text-align: center;
    padding: 0.45rem 0;
}

.zt300-tab .tab-txt .main1 h2 small {
    font-size: 0.825rem;
    color: #666;
}

.zt300-tab .tab-txt .main1 .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: 0 0.75rem;
}

.zt300-tab .tab-txt .main1 a {
    flex: auto;
    background-color: #145ebf;
    margin: 0 0.225rem;
    border-radius: 2rem;
    color: #fff;
    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;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1.5rem;
}

.zt300-tab .tab-txt .main1 a img {
    display: block;
    width: 0.975rem;
    margin-right: 0.15rem;
}

.zt300-tab .tab-txt .main1 a:last-child {
    background-color: #ff6c0a;
}

.zt300-js {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.zt300-js .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.zt300-js .list > img {
    display: block;
    width: 11.475rem;
}

.zt300-js .list .r {
    width: 11.475rem;
    height: 6rem;
    background: url(../images/jh_90.jpg) no-repeat;
    background-size: 100% 100%;
}

.zt300-js .list .r p {
    font-size: 1.125rem;
    text-align: center;
    color: #fff;
    padding-top: 0.75rem;
}

.zt300-js .list .r p span {
    font-weight: bold;
    display: block;
}

.zt300-js .list .r a {
    display: block;
    width: 5rem;
    font-size: 0.75rem;
    background-color: #fff;
    border-radius: 2rem;
    line-height: 1.35rem;
    text-align: center;
    margin: 0.375rem auto;
    color: #4196e5;
}

.zt300-js .l2, .zt300-js .l3, .zt300-js .l4 {
    margin-top: 0.375rem;
}

.zt300-js .l2 .r {
    background: url(../images/jh_94.jpg) no-repeat;
    background-size: 100% 100%;
}

.zt300-js .l2 .r a {
    color: #36abb6;
}

.zt300-js .l3 .r {
    background: url(../images/jh_99.jpg) no-repeat;
    background-size: 100% 100%;
}

.zt300-js .l3 .r a {
    color: #e59641;
}

.zt300-js .l4 .r {
    background: url(../images/jh_102.jpg) no-repeat;
    background-size: 100% 100%;
}

.zt300-js .l4 .r a {
    color: #5671bf;
}

.zt300-case {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.zt300-case .t {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.zt300-case .t > img {
    display: block;
    width: 3rem;
}

.zt300-case .t .txt {
    flex: 1;
    background-color: #f2f2f2;
    height: 3rem;
    margin-left: 0.375rem;
    padding: 0.225rem 0 0 0.375rem;
}

.zt300-case .t .txt h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 0.825rem;
    line-height: 1.6;
}

.zt300-case .t .txt h2 img {
    display: block;
    margin-right: 0.225rem;
    width: 0.7875rem;
}

.zt300-case .t .txt p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 0.825rem;
    line-height: 1.6;
}

.zt300-case .t .txt p img {
    display: block;
    margin-right: 0.225rem;
    width: 0.7875rem;
}

.zt300-case .p {
    padding-top: 0.375rem;
    font-size: 0.825rem;
    line-height: 1.6;
}

.zt300-case .p a {
    color: #ff6c0a;
}

.zt300-case .pics {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 0.375rem;
    -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;
}

.zt300-case .pics > img {
    display: block;
    width: 14.625rem;
}

.zt300-case .pics .r {
    width: 8.25rem;
    height: 11.625rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: space-between;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.zt300-case .pics .r img {
    display: block;
    width: 100%;
}

.zt300-case .btn {
    padding-top: 0.75rem;
    padding-bottom: 1rem;
    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;
}

.zt300-case .btn a {
    display: block;
    padding: 0.125rem;
}

.zt300-case .btn a img {
    display: block;
    width: 4.125rem;
    margin: 0 auto;
    border-radius: 50%;
}

.zt300-case .btn .on {
    border: 1px #ff6c0a solid;
    border-radius: 50%;
}

.zt300-case .btn .la-btn {
    width: 4.35rem;
    height: 4.35rem;
    background-color: #fff;
    text-align: center;
    font-size: 0.975rem;
    color: #fff;
    padding-top: 0.825rem;
    border-radius: 50%;
    background-color: #5a8ed2;
}

.zt300-case .tab-btn {
    padding-top: 0.75rem;
    padding-bottom: 1rem;
    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;
}

.zt300-case .tab-btn li {
    display: block;
    padding: 0.125rem;
}

.zt300-case .tab-btn li img {
    display: block;
    width: 4.125rem;
    margin: 0 auto;
    border-radius: 50%;
}

.zt300-case .tab-btn .on {
    border: 1px #ff6c0a solid;
    border-radius: 50%;
}

.zt300-case .tab-btn .la-btn {
    width: 4.35rem;
    height: 4.35rem;
    background-color: #fff;
    text-align: center;
    font-size: 0.975rem;
    color: #fff;
    padding-top: 0.825rem;
    border-radius: 50%;
    background-color: #5a8ed2;
}

.zt300-case .tab-btn .la-btn a {
    color: #fff;
}

.zt300-dbnav {
    background-color: #f2f2f2;
    padding: 0.375rem;
}

.zt300-dbnav 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;
}

.zt300-dbnav ul li {
    width: 23.5%;
    font-size: 0.825rem;
    line-height: 2rem;
    text-align: center;
    border: 1px #ccc solid;
    background-color: #fff;
    border-radius: 0.3rem;
}

.zt300-dbnav ul li:nth-of-type(n+5) {
    margin-top: 0.375rem;
}

/*# sourceMappingURL=main.css.map */
.sok-nav-last {
    background-color: #ededed;
    padding: 0.5rem 1rem 0;
    margin-top: 1rem;
}

.sok-nav-last 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;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sok-nav-last ul li {
    width: 23.5%;
    border: 1px #ccc solid;
    background-color: #fff;
    border-radius: 0.3rem;
    font-size: 0.825rem;
    text-align: center;
    margin-bottom: 0.5rem;
    padding: 0.6rem 0;
}

.sok-nav-last ul li span {
    display: block;
    width: 100%;
    font-size: 0.525rem;
    margin-top: 0.25rem;
    white-space: nowrap;
}

.sok-nav-last ul .yoll a {
    color: #fe6601;
}

.sok_02 {
    margin-top: 1rem;
    height: 19.55rem;
    background: url(/images/la_178.jpg);
    background-size: 100% 100%;
    text-align: center;
    padding-top: 8.625rem;
}

.sok_02 h2 {
    width: 72.8125%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 2rem;
    line-height: 1.6rem;
    font-size: 0.825rem;
}

.sok_02 .t {
    margin-top: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.sok_02 .t span {
    width: 3rem;
    height: 3rem;
    background-color: #00295f;
    color: #fff;
    border-radius: 0.3rem;
    font-size: 0.975rem;
    text-align: center;
    padding-top: 0.12rem;
    margin-left: 4.6rem;
}

.sok_02 .t p {
    font-size: 0.825rem;
    color: #fff;
    padding-left: 0.5rem;
}

.sok_02 .t h3 {
    height: 1.65rem;
    background-color: #ffffff;
    margin-left: 1rem;
    border-radius: 0.3rem;
    font-size: 0.825rem;
    padding: 0.15rem 0.15rem 0.15rem 0.375rem;
}

.sok_02 .t h3 a {
    color: #fff;
    background-color: #145ebf;
    border-radius: 0.3rem;
    font-size: 0.75rem;
    display: inline-block;
    line-height: 1.375rem;
    padding: 0 0.75rem;
    margin-left: 0.6rem;
}

/*************封面页   部分css*****************/
.zt300-pub-t {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px #ccc solid;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.zt300-pub-t img {
    display: block;
    width: 1.5rem;
    margin-right: 0.225rem;
}

.zt300-pub-t h2 {
    flex: 1;
    font-size: 1.2rem;
}

.zt300-pub-t h2 small {
    font-size: 0.675rem;
    color: #dbdbdb;
    text-transform: uppercase;
}

.zt300-pub-t a {
    font-size: 0.675rem;
    color: #999;
    border: 1px #ccc solid;
    border-radius: 2rem;
    padding: 0 0.375rem;
}

.zt-case {
    background-color: #f2f2f2;
    padding: 0.75rem 0.375rem;
}

.zt-case .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;
    -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-case .tab-btn li {
    width: 32.5%;
    font-size: 0.825rem;
    background-color: #fff;
    text-align: center;
    line-height: 2rem;
    border: 1px #ccc solid;
    margin-bottom: 0.3rem;
}

.zt-case .tab-btn .on {
    background-color: #145ebf;
    border: none;
    color: #fff;
}

.zt-case .tab-txt {
    padding-top: 0.375rem;
}

.zt-case .tab-txt .pics {
    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;
}

.zt-case .tab-txt .pics img {
    display: block;
    width: 11.55rem;
}

.zt-gd {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 0.75rem;
}

.zt-gd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.zt-gd ul li {
    width: 7.5rem;
    margin-right: 0.375rem;
}

.zt-gd ul li img {
    display: block;
    width: 100%;
}

.zt245-swt {
    width: 96.875%;
    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;
    margin-top: 0.375rem;
    margin-bottom: 1rem;
}

.zt245-swt a {
    width: 32.5%;
    background-color: #145ebf;
    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;
    line-height: 2.625rem;
    align-items: center;
    color: #fff;
    border-radius: 0.375rem;
}

.zt245-swt a img {
    display: block;
    width: 1.725rem;
    margin-right: 0.3rem;
}

.zt245-swt a:nth-of-type(2) {
    background-color: #f9a115;
}

.zt245-swt a:nth-of-type(3) {
    background-color: #23c28c;
}

.a3box {
    width: 100%;
    margin: 0.75rem auto;
}

.a3box .tit {
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    width: 22.5rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    padding-bottom: 0.3rem;
    border-bottom: 0.0375rem solid #1a1a1a
}

.a3box .tit img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.3rem
}

.a3box .tit h2 {
    color: #333333;
    font-weight: normal;
    font-size: 1rem
}

.a3box .tit span {
    color: #b2b2b2;
    padding-top: 0.45rem;
    margin-left: 0.3rem;
    font-size: 0.525rem
}

.a3box .hengfu {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0.675rem
}

.a3box .a3-n1 {
    width: 22.5rem;
    margin: 0.75rem auto 0 auto;
}

.a3box .a3-n1 .txlist {
    margin-bottom: 0.5rem
}

.a3box .qhjs .a-1 ul {
    width: 22.80rem;
    margin: 0 auto;
    display: flex
}

.a3box .qhjs .a-1 ul li {
    width: 11.177rem;
    height: 8.5rem;
    position: relative
}

.a3box .qhjs .a-1 ul li:nth-child(1) {
    margin-right: 0.45rem
}

.a3box .qhjs .a-1 ul li img {
    width: 100%;
    display: block;
}

.a3box .qhjs .a-1 ul li .jsdesc {
    width: 10.615rem;
    margin: 0 auto;
    position: absolute;
    top: 6rem;
    left: 0.25rem;
    background: #049294;
    text-align: center;
    font-size: 0.6rem;
    color: #fff;
    padding: 0.2rem;
}

.a3box .qhjs .a-1 ul li .jsdesc h2 {
    font-size: 0.75rem;
    width: 100%;
    font-weight: normal
}

.a3box .swiper-container {
    padding-bottom: 0px;
    width: 22.80rem;
    margin: 0 auto;
    height: 9.8rem;
}

.a3box .swiper-container .swiper-pagination {
    bottom: 0rem;
    z-index: 99
}

.a3box .swiper-container .swiper-pagination-bullet {
    border-radius: 2rem;
    background-color: #145ebf;
    opacity: 1;
}

.a3box .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #145ebf;
    width: 22px;
}

.add1box {
    width: 100%;
    margin: 0.75rem auto
}

.add2box {
    width: 22.5rem;
    margin: 0.75rem auto
}

.add2box .add2body {
    background: rgb(20, 94, 191, 0.1);
    padding: 0 0 0.2rem 0;
}

.add2box .addspbox {
    display: flex;
    justify-content: space-between;
    border: 0.0375rem solid #7cc1ec;
    border-radius: 0.5rem;
    margin: 0.75rem auto;
    box-shadow: 0 2px 2px #ccc, 0 0 2px #ccc, 0 0 2px #ccc;
    padding: 0.45rem;
    padding-top: 1.7rem
}

.add2box .addspbox .videobox {
    width: 13.2033rem;
    flex-shrink: 0;
    position: relative;
    margin-right: 0.4rem
}

.add2box .addspbox .videobox .videoicon {
    position: absolute;
    top: -1.18rem;
    left: -0.2rem;
    width: 5.1387rem;
}

.add2box .addspbox .videodes .videodes-title {
    display: flex;
    font-size: 0.75rem;
    font-weight: bold;
    align-items: center;
    color: #333333
}

.add2box .addspbox .videodes .videodes-title img {
    flex-shrink: 0;
    width: 0.4126rem;
    height: 0.416rem;
    margin-right: 0.3rem
}

.add2box .addspbox .videodes .videodes-content {
    font-size: 0.675rem;
    color: #333;
    line-height: 1.6
}

.add2box .addspbox .videodes .videodes-content a {
    color: #ff9803
}

.add2box .add2body .add-1 {
    margin: 0.75rem auto;
    width: 22.5rem
}

.add2box .add2body .add-1 .add-1-title {
    color: #333333;
    font-size: 1.275rem;
    font-weight: bold;
    text-align: center;
    position: relative
}

.add2box .add2body .add-1 .add-1-title b {
    position: relative;
    z-index: 99
}

.add2box .add2body .add-1 .add-1-title span {
    width: 6.376rem;
    height: 0.4rem;
    background: #cbe4fe;
    position: absolute;
    left: 8rem;
    top: 1rem;
    border-radius: 0.3rem
}

.add2box .add2body .add-1 .add-1-content ul {
    display: flex;
    justify-content: space-between;
    margin: 3rem auto 0.75rem auto
}

.add2box .add2body .add-1 .add-1-content ul li {
    width: 7.05rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #e5f2ff;
    position: relative;
    border-radius: 0.3rem
}

.add2box .add2body .add-1 .add-1-content ul li img {
    width: 5.2888rem;
    margin: 0 auto;
    margin-top: -1.8rem
}

.add2box .add2body .add-1 .add-1-content ul li p {
    color: #333333;
    font-size: 0.675rem;
    text-align: center;
    padding: 0.375rem 0.1rem
}

.add2box .add2body .add-2 {
    margin: 0.75rem auto;
    width: 22.5rem
}

.add2box .add2body .add-2 .add-2-con-1 {
}

.add2box .add2body .add-2 .add-2-con-1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add2box .add2body .add-2 .add-2-con-1 ul li img {
    width: 100%
}

.add2box .add2body .add-2 .add-2-con-1 ul li:nth-child(2n) {
    width: 0.9rem;
}

.add2box .add2body .add-2 .add-2-con-1 ul li:nth-child(2n+1) {
    width: 6.37659rem;
}

.add2box .add2body .add-2 .add-2-con-1 ul li:nth-child(2n+1) img {
    border-radius: 0.3rem;
    border: 0.075rem solid #747474
}

.add2box .add2body .add-2 .add-2-con-2 {
    width: 22.6931rem;
    margin: 0.75rem auto;
    font-size: 0.75rem;
    color: #333;
    line-height: 1.65;
    text-indent: 2em;
    height: 4.5386rem;
    padding: 0.675rem;
    background: url(../images/addk-1.png) no-repeat top center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add2box .add2body .add-3 {
    width: 22.5rem;
    margin: 0.75rem auto;
    position: relative;
    display: flex;
    align-items: center;
}

.add2box .add2body .add-3 .lxfk {
    position: absolute;
    left: 0rem;
    width: 1.763rem
}

.add2box .add2body .add-3 ul {
    border: 0.3rem solid #d6d5d3;
    border-radius: 0.3rem;
    border-radius: 0.5rem;
    display: flex;
    margin-left: 0.375rem;
    padding: 0.75rem 0.75rem 0.75rem 1.5rem;
    width: 22.5rem;
}

.add2box .add2body .add-3 ul li {
    width: 9.227rem;
}

.add2box .add2body .add-3 ul li:nth-child(2) {
    border-left: 0.0375rem solid #cccccc;
    padding-left: 0.5rem;
    margin-left: 0.5rem
}

.add2box .add2body .add-3 ul li img {
    width: 9.19rem;
    border: 0.075rem solid #cbe4fe;
    border-radius: 0.5rem
}

.add2box .add2body .add-3 ul li p {
    color: #333333;
    font-size: 0.675rem;
    text-align: center;
    padding: 0 0.375rem;
    line-height: 1.65
}

.add2box .add2body .add-4 {
    width: 22.5rem;
    margin: 0.75rem auto;
    position: relative;
    display: flex;
    margin-top: 1.5rem
}

.add2box .add2body .add-4 ul {
    width: 22.5rem;
    display: flex;
    justify-content: space-between;
}

.add2box .add2body .add-4 ul li {
    width: 5.3638rem;
    display: flex;
    align-items: center;
    border: 0.0375rem solid #e8e7e7;
    border-radius: 0.3rem;
    border-bottom: 0.1rem solid #a7a6a6;

    flex-direction: column;
    min-height: 9.5rem;
    background: #eeeeee
}

.add2box .add2body .add-4 ul li h2 {
    font-size: 0.8rem;
    color: #333333;
    text-align: center;
    padding: 0.2rem 0;
}

.add2box .add2body .add-4 ul li p {
    color: #333333;
    font-size: 0.675rem;
    padding: 0 0 0 0.3rem;
    line-height: 1.65
}

.add2box .add2body .add-4 ul li img {
    width: 4.5rem;
    margin-top: -0.75rem
}

.add2box .swiper-container {
    padding-bottom: 0px;
    margin: 0 auto;
}

.add2box .swiper-container .swiper-pagination {
    bottom: 0rem;
    z-index: 99
}

.add2box .swiper-container .swiper-pagination-bullet {
    border-radius: 2rem;
    background-color: #294daa;
    opacity: 1;
}

.add2box .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #294daa;
    width: 2rem;
}

.add3box {
    width: 22.5rem;
    margin: 0.75rem auto;
    display: flex;
    justify-content: space-between;
}

.add3box > img {
    width: 4.8rem;
    margin-right: 0.375rem;
    height: 7.314rem
}

.add3box .gdbox {
    width: 17.33rem;
    margin: 0 auto;
    height: 7.12678rem;
}

.add3box .gdbox ul {
    display: flex;
}

.add3box .gdbox ul li {
    margin: 0 0.2rem;
    width: 8.477rem;
    position: relative;
    border: 0.075rem solid #e5e5e5;
}

.add3box .gdbox ul li img {
    display: block;
    width: 100%;
}

.add3box .gdbox ul li p {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.675rem;
    background: rgb(0, 0, 0, 0.3);
    bottom: 0;
    padding: 0.2rem 0
}

@media (max-width: 375px) {
    .daoyu p {
        line-height: 1.4
    }

    .add3box ul li .jcinfo h4 {
        background: #fff;
        font-size: 0.6rem;
        line-height: 1;
        padding: 0.1rem;
        font-weight: normal;
        text-indent: 0;
        height: 3.375rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .add3box ul li .jcinfo P {
        line-height: 1;
        padding-top: 0.2rem
    }

    .a2box .a2con .a2list2 .bqdesc .bqdesc-r ul li {
        line-height: 1.2
    }
}

.add1box .tit {
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    width: 22.5rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    padding-bottom: 0.3rem;
    border-bottom: 0.0375rem solid #1a1a1a
}

.add1box .tit img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.3rem
}

.add1box .tit h2 {
    color: #333333;
    font-weight: normal;
    font-size: 1rem
}

.add1box .tit span {
    color: #b2b2b2;
    padding-top: 0.45rem;
    margin-left: 0.3rem;
    font-size: 0.525rem
}

.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.8rem;
    right: -0.875rem;
    width: 1.35rem;
    height: 1.35rem;
    cursor: pointer;
    z-index: 99999999999;
    background-image: url("../images/fancybox_sprite.png");
    background-size: 1.3rem 1.3rem;
    background-repeat: no-repeat;
}

.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;
    position: relative;
    z-index: 99;
}

.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;
}