@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 {
    display: block;
    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;
}

.con1 {
    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;
    align-items: flex-end;
    margin-top: 0.75em;
    margin-bottom: 0.75rem;
}

.con1 .fImg {
    display: block;
    width: 8.325rem;
}

.con1 .txt {
    padding: 0 0.9375rem 0 0.5625rem;
}

.con1 .txt h2 {
    font-size: 0.45rem;
    text-transform: uppercase;
}

.con1 .txt h6 {
    font-size: 0.9rem;
}

.con1 .lImg {
    display: block;
    width: 0.6rem;
}

.zt-info {
    padding: 0 0.75rem 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.zt-info .img {
    width: 10.9125rem;
}

.zt-info .img img {
    display: block;
    width: 100%;
}

.zt-info .txt {
    flex: 1;
    padding-left: 0.75rem;
}

.zt-info .txt p {
    font-size: 0.7875rem;
    text-indent: 2em;
    line-height: 1.6;
}

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

.zt-cheak {
    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;
    align-items: center;
    margin-bottom: 0.75rem;
}

.zt-cheak img {
    display: block;
    width: 9.75rem;
}

.zt-cheak .txt {
    flex: 1;
    margin-left: 0.375rem;
    height: 7.725rem;
    background-color: #1368bd;
    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;
}

.zt-cheak .txt p {
    font-size: 0.75rem;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 1.825rem;
    border-bottom: 1px rgba(255, 255, 255, 0.5) dashed;
}

.zt-cheak .txt p:last-child {
    border-bottom: none;
}

.zt-pub-p {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    font-size: 0.825rem;
    line-height: 1.6;
    text-indent: 2em;
}

.zt-pub-p b {
    font-weight: bold;
}

.zt-pub-p a {
    color: #fe6c00;
}

.zt-pub-p p {
    margin-bottom: 0.75rem;
}

.zt-mune {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: #f5f5f5;
}

.zt-mune ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0.75rem 0;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -moz-box-pack: space-around;
    -webkit-moz-box-pack: space-around;
    box-pack: space-around;
}

.zt-mune ul li {
    width: 4.125rem;
    border: 1px #ccc solid;
    border-radius: 0.35rem;
    padding: 0.375rem 0;
}

.zt-mune ul li img {
    display: block;
    width: 2.4rem;
    margin: 0 auto;
}

.zt-mune ul li span {
    display: block;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.5;
}

.zt-howAbout {
    background-color: #1368bd;
    color: #fff;
    padding: 0.6rem 0.75rem;
}

.zt-howAbout h2 {
    font-size: 0.975rem;
    text-align: center;
    margin-bottom: 0.6rem;
}

.zt-howAbout 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;
}

.zt-howAbout ul li {
    width: 5.25rem;
    height: 5.25rem;
    background-color: #1473d2;
    border-radius: 0.35rem;
    box-shadow: 0 0 5px #0f4175;
    padding: 0.6rem 0.375rem 0.5rem;
}

.zt-howAbout ul li b {
    display: block;
    font-size: 0.825rem;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0.3rem;
}

.zt-howAbout ul li a {
    background-color: #e79f15;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 0.675rem;
    padding: 0.225rem 0;
    line-height: 1.4;
    border-radius: 0.35rem;
    position: relative;
}

.zt-howAbout ul li a img {
    display: block;
    position: absolute;
    width: 0.9375rem;
    top: 1.6rem;
    right: 0.375rem;
}

.zt-btn {
    background-color: #eee;
    padding: 0.6rem 0.75rem;
    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-btn a {
    width: 48%;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
}

.zt-btn a img {
    display: block;
    width: 2.55rem;
}

.zt-btn a b {
    padding-left: 0.6rem;
}

.zt-btn a b em {
    display: block;
    font-size: 0.975rem;
    font-weight: bold;
    color: #1368bd;
}

.zt-btn a b small {
    display: block;
    font-size: 0.75rem;
}

.zt-btn a:last-child b em {
    color: #fe6b01;
}

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

.zt-kp 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-kp ul .mix {
    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;
    padding: 0.6rem 0;
}

.zt-kp ul .mix img {
    display: block;
    width: 1.65rem;
    margin-right: 0.3rem;
}

.zt-kp ul .mix span {
    text-align: center;
    color: #fff;
    font-size: 0.525rem;
}

.zt-kp ul .mix span b {
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
}

.zt-kp ul li {
    margin-bottom: 0.3rem;
}

.zt-kp ul li:nth-of-type(1) {
    width: 7.35rem;
    background-color: #1368bd;
}

.zt-kp ul li:nth-of-type(2) {
    width: 7.3125rem;
    background-color: #6fa2d6;
}

.zt-kp ul li:nth-of-type(3) {
    width: 7.3125rem;
    background-color: #418cd6;
}

.zt-kp ul li:nth-of-type(4) {
    width: 7.35rem;
    background-color: #0f9de7;
}

.zt-kp ul li:nth-of-type(5) {
    width: 14.8875rem;
    background-color: #fe6c00;
}

.zt-kp ul li:nth-of-type(6) {
    width: 11.1rem;
    background-color: #1f7bd7;
}

.zt-kp ul li:nth-of-type(7) {
    width: 11.1rem;
    background-color: #0f9de7;
}

.zw-nav li {
    float: left;
    width: 25%;
    border-right: 1px #ccc solid;
}

.zw-nav li a {
    display: block;
    width: 100%;
    font-size: 0.825rem;
    background-color: #fff;
    text-align: center;
    line-height: 2.2rem;
    height: 2.2rem;
}

.zw-nav li:last-child {
    border-right: none;
}

.blue li {
    border-right: 1px #ccc solid;
}

.blue li a {
    background-color: #fff;
    color: #000;
}

.banner-slide {
    margin: 1px auto;
}

.nb-footer {
    background-color: #1368bd;
    margin-top: 1rem;
    padding-top: 1rem;
}

.nb-footer .main {
    margin-top: 0.825rem;
    padding-bottom: 0.5rem;
}

.nb-footer .main .left {
    width: 24.375%;
    margin-left: 10.625%;
}

.nb-footer .main .left img {
    display: block;
    width: 100%;
}

.nb-footer .main .left span {
    display: block;
    width: 100%;
    font-size: 0.75rem;
    color: #fff;
    text-align: center;
}

.nb-footer .main .right {
    width: 62%;
}

.nb-footer .main .right p {
    font-size: 0.75rem;
    line-height: 1.2rem;
    color: #fff;
    padding-left: 2.5rem;
    margin-bottom: 0.5rem;
}

.nb-footer .main .right p b {
    font-size: 0.975rem;
}

.nb-footer .main .right p:first-child {
    background: url(../images/last_105.jpg) no-repeat 0 0.2rem;
    background-size: 2.1rem 2.1rem;
}

.nb-footer .main .right p:last-child {
    background: url(../images/last_108.jpg) no-repeat 0 0.2rem;
    background-size: 2.1rem 2.1rem;
}

/*# sourceMappingURL=main.css.map */
.zt222-team {
    background-color: #f2f2f2;
    padding: 0rem 0.375rem;
    border-radius: 0.5rem;
    height: 16.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.zt222-team .tab-btn {
    width: 6.675rem;
    text-align: center;
    color: #fff;
    padding-top: 1.25rem;
}

.zt222-team .tab-btn span {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    font-size: 1.05rem;
}

.zt222-team .tab-btn small {
    display: block;
    width: 100%;
    font-size: 0.45rem;
}

.zt222-team .tab-btn li {
    background-color: #bbbbbb;
    height: 2.775rem;
    margin-bottom: 1rem;
    border-radius: 0.2rem;
    position: relative;
    overflow: visible;
}

.zt222-team .tab-btn li em {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    border-width: 0.25rem;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #f2f2f2 transparent;
    bottom: -0.5rem;
    left: 50%;
    margin-left: -0.2rem;
}

.zt222-team .tab-btn .link-a {
    display: block;
    width: 100%;
    padding-top: 0.6rem;
    background-color: #bbbbbb;
    height: 2.775rem;
    border-radius: 0.2rem;
    position: relative;
}

.zt222-team .tab-btn .link-a b {
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    border: 0.1rem #fff solid;
    border-radius: 50%;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0rem auto 0;
    text-align: center;
    line-height: 1.25rem;
}

.zt222-team .tab-btn .on {
    background-color: #166be0;
}

.zt222-team .tab-btn .on em {
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    border-width: 0.25rem;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #166be0 transparent;
}

.zt222-team .tab-txt {
    width: 16.5rem;
}

.zt222-team .tab-txt .main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.zt222-team .tab-txt .main > img {
    display: block;
    width: 8.325rem;
    height: 16.5rem;
}

.zt222-team .tab-txt .main .txt {
    flex: 1;
    padding-right: 0.5rem;
    margin-left: 0.75rem;
    text-align: center;
}

.zt222-team .tab-txt .main .txt > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.zt222-team .tab-txt .main .txt > a img {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
}

.zt222-team .tab-txt .main .txt h1 {
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 2.85rem;
}

.zt222-team .tab-txt .main .txt h6 {
    font-size: 0.525rem;
    color: #aaaaaa;
    line-height: 2;
    text-transform: uppercase;
}

.zt222-team .tab-txt .main .txt h4 {
    font-size: 0.75rem;
}

.zt222-team .tab-txt .main .txt p {
    font-size: 0.825rem;
    padding-top: 0.5rem;
    line-height: 1.5;
}

.zt222-team .tab-txt .main .txt p a {
    color: #ff6c0a;
}

.zt222-team .tab-txt .main .txt > a {
    display: block;
    width: 80%;
    background-color: #ff6c0a;
    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.825rem;
    line-height: 1.65rem;
    color: #fff;
    margin: 0 auto;
    margin-top: 0.75rem;
    border-radius: 1rem;
}

.zt222-team .tab-txt .swiper-button-prev {
    width: 1.05rem;
    height: 1.05rem;
    background: url(../images/sw_81.jpg) no-repeat;
    background-size: 100% 100%;
    left: 55%;
    top: 36%;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
}

.zt222-team .tab-txt .swiper-button-next {
    width: 1.05rem;
    height: 1.05rem;
    background: url(../images/sw_83.jpg) no-repeat;
    background-size: 100% 100%;
    right: 0rem;
    top: 36%;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
}

/*******/
.zt267-tab {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
}

.zt267-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;
    margin-bottom: 0.75rem;
}

.zt267-tab .tab-btn li {
    width: 48%;
    text-align: center;
    font-size: 1.05rem;
    font-weight: bold;
    line-height: 3rem;
    background-color: #e2e2e2;
}

.zt267-tab .tab-btn .on {
    background-color: #1368bd;
    color: #fff;
}

.zt267-tab .tab-txt {
    padding-bottom: 0.375rem;
}

.zt267-tab .tab-txt .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0.6rem;
    align-items: center;
}

.zt267-tab .tab-txt .list img {
    display: block;
    width: 6.5625rem;
}

.zt267-tab .tab-txt .list .txt {
    flex: 1;
    height: 6.6rem;
    border: 1px #ccc solid;
    border-left: none;
    padding: 0 0.75rem;
    border-radius: 0 0.5rem 0.5rem 0;
}

.zt267-tab .tab-txt .list .txt h2 {
    font-size: 0.825rem;
    color: #1368bd;
    text-align: center;
    white-space: nowrap;
    line-height: 2;
    padding-top: 0.375rem;
    border-bottom: 1px #ccc dashed;
}

.zt267-tab .tab-txt .list .txt p {
    font-size: 0.75rem;
    text-indent: 2em;
    line-height: 1.65;
    padding-top: 0.3rem;
}

.zt267-tab .tab-txt .list .txt p a {
    color: #e9ba2b;
}

.zt267-tab .gd {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.9rem;
}

.cd-col2 {
    margin-top: 1rem;
    background-color: #eee;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 0.5rem;
}

.cd-col2 .l {
    border-right: 1px #ccc solid;
    width: 8.775rem;
    padding: 0.75rem 0;
}

.cd-col2 .l img {
    display: block;
    width: 5.625rem;
    margin: 0 auto;
}

.cd-col2 .l h2 {
    font-size: 0.825rem;
    font-weight: bold;
    text-align: center;
}

.cd-col2 .l p {
    font-size: 0.75rem;
    text-align: center;
    color: #888;
}

.cd-col2 .r {
    flex: 1;
}

.cd-col2 .r li {
    width: 100%;
    height: 4.7625rem;
}

.cd-col2 .r li h2 {
    font-size: 0.825rem;
    font-weight: bold;
    text-align: center;
    padding-top: 1.2rem;
}

.cd-col2 .r li p {
    font-size: 0.75rem;
    text-align: center;
    color: #888;
}

.cd-col2 .r li:first-child {
    border-bottom: 1px #ccc solid;
    padding-right: 3rem;
}

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

.cd-pub-t img {
    display: block;
    width: 1.65rem;
    margin-right: 0.225rem;
}

.cd-pub-t b {
    font-size: 1.35rem;
}

.cd-pub-t small {
    flex: 1;
    font-size: 0.675rem;
    color: #999;
    margin-left: 0.225rem;
    margin-top: 0.5rem;
}

.cd-pub-t a {
    font-size: 0.75rem;
    color: #ff6c0a;
    padding: 0 0.375rem;
    border: 1px #ff6c0a dashed;
    border-radius: 2rem;
}

.cd-news {
    width: 95.3125%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.cd-news .pic {
    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;
}

.cd-news .pic img {
    display: block;
    width: 11.1rem;
}

.cd-news .txt {
    margin-top: 0 0.375rem;
    padding: 0.375rem 0;
    border-bottom: 1px #ccc dashed;
}

.cd-news .txt h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: #222;
}

.cd-news .txt h2 img {
    display: block;
    width: 3.975rem;
    margin-right: 0.225rem;
}

.cd-news .txt p {
    font-size: 0.75rem;
}

.cd-news .txt p a {
    color: #eb0003;
}

.cd-news .list p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 0.825rem;
    line-height: 2.625rem;
    border-bottom: 1px #ccc dashed;
}

.cd-news .list p img {
    display: block;
    width: 0.4875rem;
    margin-right: 0.225rem;
}

.cd-news .list p a {
    color: #eb0003;
}

.cd-line {
    height: 0.5rem;
    background-color: #ededed;
    margin-top: 1rem;
}

.cd-doc .s2 {
    width: 95.3125%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.cd-doc .s2 ul {
    width: 100%;
}

.cd-doc ul {
    width: 95.3125%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.cd-doc ul li {
    width: 7.125rem;
    margin-top: 0.75rem;
    padding: 0.2rem;
}

.cd-doc ul li img {
    display: block;
    width: 100%;
}

.cd-doc ul li span {
    background-color: #5a99dd;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 0.75rem;
    text-align: center;
    padding: 0.225rem 0;
    height: 2.85rem;
}

.cd-doc ul li .col1 {
    line-height: 2.25rem;
}

.cd-s1 {
    width: 95.3125%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    margin-top: 1rem;
}

.cd-s1 .swiper-container-horizontal > .swiper-pagination-bullets, .cd-s1 .swiper-pagination-custom, .cd-s1 .swiper-pagination-fraction {
    width: 40%;
    left: 60%;
    bottom: 0.375rem;
}

.cd-s1 .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    font-size: 0.6rem;
    background-color: #206bbc;
    opacity: 1;
    line-height: 0.8rem;
    text-align: center;
    color: #fff;
}

.cd-s1 .swiper-pagination-bullet-active {
    background-color: #ffc705;
}

.cd-video {
    width: 95.3125%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.cd-video 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;
}

.cd-video ul li {
    width: 11.0625rem;
}

.cd-video ul li img {
    display: block;
    width: 100%;
}

.cd-video ul li video {
    display: block;
    width: 100%;
}

.cd-video ul li span {
    font-size: 0.75rem;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 1.3rem;
    padding-top: 0.375rem;
}

.w610-fg {
    width: 95.3125%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 1rem;
}

.w610-fg img {
    display: block;
    width: 100%;
}

.cd-tech {
    width: 95.3125%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.cd-tech video {
    display: block;
    width: 14.625rem;
    height: 9.75rem;
}

.cd-tech .txt {
    flex: 1;
    background-color: #eee;
    height: 9.75rem;
    margin-left: 0.375rem;
    padding: 0.375rem 0.375rem 0;
}

.cd-tech .txt h2 {
    font-size: 0.825rem;
    border-bottom: 1px #ccc solid;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}

.cd-tech .txt p {
    font-size: 0.75rem;
    line-height: 1.5;
    text-indent: 2em;
    padding-top: 0.375rem;
    margin-bottom: 0.6rem;
}

.cd-tech .txt a {
    display: block;
    width: 80%;
    margin: 0 auto;
    background-color: #ff8e59;
    font-size: 0.75rem;
    text-align: center;
    color: #fff;
    border-radius: 2rem;
    line-height: 1.5rem;
}

.cd-btn {
    width: 95.3125%;
    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;
}

.cd-btn a {
    width: 32%;
    background-color: #69c0cd;
    border-radius: 0.5rem;
    padding: 0.75rem 0;
    text-align: center;
    color: #fff;
}

.cd-btn a b {
    display: block;
    width: 100%;
    font-size: 0.9rem;
    font-weight: bold;
}

.cd-btn a span {
    display: block;
    width: 80%;
    border-radius: 2rem;
    border: 1px #fff dotted;
    font-size: 0.825rem;
    margin: 0.6rem auto 0;
}

.cd-btn a:first-child {
    background-color: #5892dc;
}

.cd-btn a:last-child {
    background-color: #f5c16e;
}