@charset "UTF-8";

/**!
 * 标证通统一申请入口
 * date:2021-09-22
 * author: fanmengshan;
 */


/* 导入字体 */

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("./fonts/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular.eot");
}

@font-face {
    font-family: "SourceHanSansCN-Light";
    src: url("./fonts/SourceHanSansCN-Light.woff") format("woff"), url("./fonts/SourceHanSansCN-Light.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Light.eot");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("./fonts/SourceHanSansCN-Medium.woff") format("woff"), url("./fonts/SourceHanSansCN-Medium.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Medium.eot");
}


/* html {
    color: #000;
    background: #FFF;
} */

*,
:before,
:after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}


/* address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    font-style: normal;
    font-weight: normal
} */

ol,
ul {
    list-style: none
}


/* caption,
th {
    text-align: left
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}


/* q:before,
q:after {
    content: ''
} */


/* abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
} */


/* button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
} */


/* legend {
    color: #000
} */


/* iframe {
    display: block;
} */

body {
    font: 14px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}


/* select,
input,
button,
textarea {
    font-family: inherit;
    font-size: 99%;
    line-height: inherit;
}

table {
    font-size: inherit;
    font: 100%
} */


/* pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
} */

a {
    text-decoration: none;
    color: inherit;
}


/* ::-webkit-input-placeholder {
    color: #999;
} */


/* :-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

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

.placeholder {
    color: #999;
} */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}


/* 无areacode */

.noAreacode {
    min-width: 1340px;
}


/* banner */


/* 头部 */

#header {
    height: 64px;
}

.header {
    box-sizing: border-box;
    height: 64px;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
}

.logo {
    margin-top: 11px;
}

.nav-item-no {
    margin-left: 5px;
}

.nav-item-no>a {
    display: block;
    font-size: 16px;
    height: 64px;
    line-height: 62px;
    text-align: center;
    color: #1e252f;
    box-sizing: border-box;
    min-width: 100px;
    padding: 0 22px;
    border-bottom: 2px solid transparent;
}

.nav-item-no.active>a,
.nav-item-no>a:hover {
    color: #3e7dfe;
    border-bottom-color: #3e7dfe;
    background-color: #f1f6ff;
}


/* footer */

.footer {
    padding: 24px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #586378;
}

.footer p {
    line-height: 32px;
}

.footer p a {
    color: #fff;
}

.banner-no {
    height: 660px;
    background: url("../images/index/banner_bg1.png") no-repeat center top;
}

.banner-no .container-no {
    position: relative;
    padding-right: 385px;
    box-sizing: border-box;
}

.logo-tit {
    margin: 110px 0 80px;
}

.introduction-box>div {
    height: 256px;
    color: #fff;
    background-color: rgba(84, 140, 255, 0.25);
    box-shadow: 0 51px 116px rgba(70, 77, 99, 0.25);
    box-sizing: border-box;
    overflow: hidden;
}

.introduction-words {
    width: 562px;
    padding: 30px;
    line-height: 38px;
    font-size: 18px;
    border-radius: 6px 0 0 6px;
}

.code {
    width: 250px;
    padding-top: 30px;
    border-radius: 0 6px 6px 0;
}

.code-outer {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 8px;
    border: 8px solid #6790ff;
    background-color: #fff;
    box-sizing: border-box;
}

.code-img {
    width: 100%;
    height: 100%;
}

.code-msg {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}

.img-phone {
    position: absolute;
    right: 0;
    top: 100px;
    border-radius: 45px;
    box-shadow: 0 46px 93px rgba(70, 77, 99, 0.33);
}


/* 视频 */

.video-box {
    height: 978px;
    padding-top: 190px;
    background: #f2f4fb url("../images/index/video_bg.jpg") center top no-repeat;
    box-sizing: border-box;
}

.video-container {
    width: 1200px;
    margin: 0 auto;
}


/* 合作交易中心 */

.trade {
    padding: 110px 0;
    background-color: #fff;
}

.title {
    position: relative;
    height: 38px;
    line-height: 38px;
    margin-bottom: 78px;
    text-align: center;
}

.title::before,
.title::after {
    position: absolute;
    top: 50%;
    content: '';
    width: calc(50% - 222px);
    height: 1px;
    margin-top: -0.5px;
    background-color: #d8e5ff;
}

.title::before {
    left: 0;
}

.title::after {
    right: 0;
}

.title span {
    position: relative;
    padding: 0 70px;
    font-size: 36px;
    font-weight: bold;
}

.title span::before,
.title span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 31px;
    height: 38px;
    margin-top: -19px;
    background-repeat: no-repeat;
}

.title span::before {
    left: 0;
    background-image: url("../images/index/ico_left.png");
}

.title span::after {
    right: 0;
    background-image: url("../images/index/ico_right.png");
}

.cooperation {
    height: 736px;
    width: 1340px;
    margin: 0 auto;
    overflow: hidden;
}

.cooperation-container {
    height: 100%;
}

.cooperation-content {
    position: relative;
    height: 192px;
    width: 100%;
    overflow: hidden;
}

.cooperation-content:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 32px;
    width: 30px;
    background-image: linear-gradient(to right, #fff, transparent);
    z-index: 10;
}

.cooperation-content:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 32px;
    width: 30px;
    background-image: linear-gradient(to left, #fff, transparent);
    z-index: 10;
}

.cooperation-content:nth-child(1),
.cooperation-content:nth-child(3) {
    margin-left: 60px;
    width: 1220px;
}

.cooperation-list {
    white-space: nowrap;
}

.cooperation-item {
    display: inline-block;
    width: 282px;
    height: 160px;
    border-radius: 4px;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 32px;
    background-color: #fff;
    overflow: hidden;
}

.cooperation-item img {
    width: 100%;
    height: 100%;
}

.slide {
    -webkit-animation: slide 16s linear infinite forwards;
    animation: slide 16s linear infinite forwards;
}

.slide-paused,
.slide:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@keyframes slide {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(-1260px);
        transform: translate(-1260px);
    }
}


/* 合作伙伴 */

.partner {
    padding: 110px 0;
    background-color: #f8f9fd;
}

.partner-items {
    margin-left: -24px;
}

.partner-item {
    width: calc(25% - 24px);
    margin-left: 24px;
    margin-top: 32px;
}

.partner-item>a {
    display: block;
    height: 140px;
}

.partner-item>a>img {
    width: 100%;
    height: 100%;
}

.partner-item>a:hover {
    transform: translate(0, -10px);
}


/* 有areacode */

.hasAreacode {
    font-family: "SourceHanSansCN-Regular";
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.header-moudle {
    height: 80px;
}

.logo-icon {
    width: 265px;
    height: 50px;
    margin-top: 15px;
}

.nav-list {
    margin-right: 16px;
}

.nav-item {
    position: relative;
    height: 80px;
    line-height: 80px;
    float: left;
    padding: 0 20px 0;
    color: #666;
    font-size: 18px;
    font-family: "SourceHanSansCN-Light";
    cursor: pointer;
    transition: all 0.3s;
}

.nav-item::after {
    content: "";
    width: 74px;
    height: 24px;
    display: inline-block;
    background: url("../images/index/hasAreacode/nav-active-bg.png?t20220307") center no-repeat;
    background-size: 74px 24px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -37px;
    transition: all 0.3s;
}

.nav-item+.nav-item {
    margin-left: 42px;
}

.nav-item:first-child {
    margin-left: 0;
}

.nav-item:hover {
    color: #0570fe;
    font-family: "SourceHanSansCN-Medium";
}

.nav-item:hover::after {
    opacity: 1;
}

.nav-item.active {
    color: #0570fe;
    font-family: "SourceHanSansCN-Medium";
}

.nav-item.active::after {
    opacity: 1;
}

.banner {
    height: 800px;
    padding-left: 30px;
    background: url("../images/index/hasAreacode/banner-bg.png") center top no-repeat;
}


/* .banner-changsanjiao {
    height: 800px;
    padding-left: 30px;
    background: url("../images/banner-bg.png") center top no-repeat;
} */

.banner-title {
    width: 539px;
    height: 122px;
    margin-top: 100px;
}

.banner-code-box {
    width: 322px;
    height: 351px;
    text-align: center;
    padding: 30px 30px 0;
    background: url("../images/index/hasAreacode/banner-code-box.png?t=20220307") center no-repeat;
    background-size: 322px 351px;
}

.banner-code-text {
    color: #fff;
    font-size: 18px;
}

.banner-code-pic {
    width: 225px;
    height: 225px;
}

.banner-code-icon {
    display: block;
    padding: 18px 0 17px;
    margin-bottom: 17px;
    background: #fff;
}

.banner-text {
    display: block;
    width: 338px;
    height: 82px;
    line-height: 85px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: url("../images/index/hasAreacode/border-box.png?t=20220307") center no-repeat;
    background-size: 338px 82px;
}

.banner-text-info {
    margin: 12px 0 16px;
    color: #dce9ff;
    font-size: 18px;
    font-family: "SourceHanSansCN-Light";
}

.prototype-icon {
    margin: 42px 105px 0 0;
}

.mutual-recognition {
    text-align: center;
    background: url("../images/index/hasAreacode/mutual-recognition-bg.png?t=20220307") center top no-repeat;
    background-size: 100% 100%;
}

.mutual-recognition-jiangsu {
    text-align: center;
    background: url("../images/index/hasAreacode/mutual-changzhou-bg.png?t=20220307") center top no-repeat;
    background-size: 100% 100%;
}

.recognition-content {
    padding: 85px 12px 76px;
}

.recognition-title {
    position: relative;
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 85px;
}

.recognition-title::after {
    content: "";
    width: 332px;
    height: 4px;
    display: inline-block;
    background: url("../images/index/hasAreacode/recognition-title-after.png?t=20220307") no-repeat;
    background-size: 332px 4px;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -166px;
}

.recognition-text {
    padding: 0 9px 0 12px;
    color: #6e7b8d;
    font-size: 18px;
    line-height: 40px;
    font-family: "SourceHanSansCN-Light";
}

.recognition-text.dot {
    height: 120px;
    overflow: hidden;
}

.recognition-text.opened {
    height: auto;
}

.recognition-text .toggle {
    display: inline-block !important;
    vertical-align: top;
    margin-top: 4px;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    text-indent: 12px;
    color: #0570fe;
    font-size: 16px;
    background: #eaf3ff url("../images/index/hasAreacode/unfold-icon.png?t=20220307") right 11px center no-repeat;
    background-size: 6px 10px;
}

.recognition-text .toggle .close,
.recognition-text.opened .toggle .open {
    display: none;
}

.recognition-text .toggle .opened,
.recognition-text.opened .toggle .close {
    display: inline;
}

.map-pic {
    width: 675px;
    height: 487px;
    margin-top: 45px;
}

.mutual-exchange {
    text-align: center;
    padding: 77px 0 100px;
    background: url("../images/index/hasAreacode/mutual-exchange-bg.png?t=20220307") center top no-repeat;
    background-size: 100% 100%;
}

.mutual-exchange-img {
    text-align: center;
    padding: 30px 0;
    background: url("../images/index/hasAreacode/mutual-exchange-img-bg.png?t=20220307") center top no-repeat;
    background-size: 100% 100%;
    height: 665px;
    min-width: 1200px;
}

.mutual-exchange-img img {
    width: 1200px;
    height: 404px;
    margin-top: 70px;
}

.exchange-title {
    position: relative;
    color: #fff;
    font-size: 36px;
    letter-spacing: 4px;
    margin-bottom: 68px;
}

.exchange-title::after {
    content: "";
    width: 332px;
    height: 4px;
    display: inline-block;
    background: url("../images/index/hasAreacode/exchange-title-after.png?t=20220307") no-repeat;
    background-size: 332px 4px;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -166px;
}

.exchange-text {
    display: block;
    margin-bottom: 16px;
    color: #fff;
    font-size: 22px;
}

.exchange-text-info {
    color: #a2c4ff;
    font-size: 18px;
    line-height: 24px;
    font-family: "SourceHanSansCN-Light";
}

.platform-list {
    margin-top: 55px;
    overflow: hidden;
}

.platform-item {
    width: 4760px;
    font-size: 0;
    text-align: left;
    white-space: nowrap;
}

.platform-item+.platform-item {
    margin-top: 48px;
}

.platform-item:nth-child(odd) {
    -webkit-animation: 50s rowleft linear infinite normal;
    animation: 50s rowleft linear infinite normal;
}

.platform-item:nth-child(even) {
    -webkit-animation: 70s rowleft linear infinite normal;
    animation: 70s rowleft linear infinite normal;
}

.platform-info {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px 0 20px;
    margin-right: 60px;
    height: 90px;
    line-height: 90px;
    border-radius: 5px;
    background-image: -moz-linear-gradient(90deg, #d9e7ff 0%, white 100%);
    background-image: -webkit-linear-gradient(90deg, #d9e7ff 0%, white 100%);
    background-image: -ms-linear-gradient(90deg, #d9e7ff 0%, white 100%);
}

.platform-icon {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    margin-right: 14px;
    text-align: center;
    border: 1px solid #dee5ed;
    border-radius: 5px;
    background: #fff;
}

.platform-pic {
    vertical-align: top;
    margin-top: 5px;
    width: 37px;
    height: 37px;
}

.platform-text {
    display: inline-block;
    vertical-align: top;
    width: 248px;
    font-size: 22px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@keyframes rowleft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-1920px, 0, 0);
        transform: translate3d(-1920px, 0, 0);
    }
}

.explore-question {
    padding: 77px 0 89px;
    background: url("../images/index/hasAreacode/explore-question-bg.png?t=20220307") center top no-repeat;
}

.explore-question-title {
    font-size: 24px;
    font-weight: 600;
}

.explore-moudle {
    width: 34%;
    position: relative;
    padding-left: 28px;
}

.explore-moudle::after {
    content: "";
    width: 1px;
    height: 165px;
    display: inline-block;
    background: url("../images/index/hasAreacode/split-line.png?t=20220307") no-repeat;
    background-size: 1px 165px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.explore-list {
    margin-top: 48px;
}

.explore-item {
    display: block;
}

.explore-item+.explore-item {
    margin-top: 40px;
}

.common-item {
    position: relative;
    color: #6e7b8d;
    font-size: 18px;
    font-family: "SourceHanSansCN-Light";
    padding-left: 17px;
}

.common-item::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #6e7b8d;
    position: absolute;
    left: 0;
    top: 9px;
}

.download-box {
    width: 167px;
    height: 167px;
    margin: 35px 68px 0 0;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 21px 0px rgba(176, 183, 208, 0.25);
}

.download-text {
    display: block;
    height: 35px;
    line-height: 39px;
    color: #6e7b8d;
}

.download-code-pic {
    width: 98px;
    height: 98px;
    margin-top: 8px;
}

.download-code-icon {
    display: block;
    width: 116px;
    height: 116px;
    margin: 0 auto;
    border: 1px solid #dee5ed;
    text-align: center;
}

.question-moudle {
    width: 66%;
    padding-left: 70px;
}

.question-list {
    margin-top: 8px;
}

.question-item {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.question-item:nth-child(odd) {
    width: 282px;
}

.question-item:nth-child(even) {
    width: 435px;
}

.question-item:last-child() {
    margin-bottom: 0;
}

.question-more {
    position: relative;
    color: #6e7b8d;
    font-size: 18px;
}

.question-more::after {
    content: "";
    width: 6px;
    height: 10px;
    display: inline-block;
    background: url("../images/index/hasAreacode/more-icon.png?t=20220307") center no-repeat;
    background-size: 6px 10px;
    position: absolute;
    left: 53px;
    top: 50%;
    margin-top: -5px;
}

.bottom-moudle {
    color: #fff;
    font-family: "SourceHanSansCN-Light";
    background: #1a2232;
    padding: 30px 0;
}

.info-list {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.info-item {
    float: left;
}

.info-item+.info-item {
    margin-left: 20px;
}

.copy-icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0;
}

.pageview-list {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.pageview-item {
    float: left;
}

.pageview-item+.pageview-item {
    margin-left: 16px;
}


/*# sourceMappingURL=index.css.map */