* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

/*>=1024的设备屏幕*/
@media screen and (min-width: 1024px) {
    html {
        font-size: 16px
    }
}


/*>=1100的设备屏幕*/
@media screen and (min-width: 1100px) {
    html {
        font-size: 17.2px
    }
}

/*>=1280的设备屏幕*/
@media screen and (min-width: 1280px) {
    html {
        font-size: 20px;
    }
}


/*>=1366的设备屏幕*/
@media screen and (min-width: 1366px) {
    html {
        font-size: 21.5px;
    }
}


/*>=1440的设备屏幕*/
@media screen and (min-width: 1440px) {
    html {
        font-size: 23px;
    }
}


/*>=1680的设备屏幕*/
@media screen and (min-width: 1680px) {
    html {
        font-size: 26px;
    }
}


/*>=1920的设备屏幕*/
@media screen and (min-width: 1920px) {
    html {
        font-size: 30px;
    }
}

#header {
    position: fixed;
    z-index: 99;
    display: flex;
    align-items: center;
    width: 100%;
    height: 3rem;
}

#header .logo {
    width: 6.333rem;
    margin-left: 1.133rem;
}

#header nav {
    flex: 1;
    text-align: right;
    margin-right: 5.333rem;
}

#header nav a {
    display: inline-block;
    height: 100%;
    padding: 0.333rem 0.766rem;
    font-size: 0.6rem;
    color: #ffffff;
}

#header .icon-box {
    color: #ffffff;
    font-size: 0.6rem;
    display: flex;
    align-items: center;
    padding: 0.333rem 0.466rem;
}

#header .icon {
    height: 0.9rem;
}

.banner img {
    width: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #ffcc00 !important;
}

.banner .banner-info {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    right: 50%;
    margin-right: 3.2rem;
}

.banner .banner-info-second {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 70%;
    right: 50%;
    margin-right: 3.2rem;
}

.banner .line {
    width: 1.533rem;
    height: 0.133rem;
    background-color: #ffffff;
}

.banner h1 {
    font-size: 1.466rem;
    color: #ffffff;
    font-weight: 500;
    padding: 1rem 0 0.666rem;
}

.banner .sub-text {
    font-size: 0.766rem;
    color: #ffffff;
}

.banner .btn {
    margin-top: 1.333rem;
}

.banner .btn a {
    color: #ffffff;
    font-size: 0.666rem;
    padding: 0.333rem 0.666rem;
    border: 1px solid #ffffff;
}

.prod {
    width: 100%;
    height: 31.366rem;
    padding: 2.8rem 12.8rem 0 12.8rem;
    background-color: #ffffff;
    text-align: center;
}

.title {
    position: relative;
    display: inline-block;
    font-size: 0.9rem;
    color: #4b57af;
    padding-bottom: 0.366rem;
}

.title::after {
    content: "";
    position: absolute;
    height: 0.133rem;
    width: 1.8rem;
    background-color: #4b57af;
    bottom: 0;
    left: 50%;
    margin-left: -0.9rem;
}

.prod-content {
    display: flex;
    justify-content: space-between;
    margin-top: 2.9rem;
}

.prod-content_left {
    position: relative;
    overflow: hidden;
    width: 14.933rem;
}

.prod-content_left .bg-img {
    width: 100%;
}

.prod-content_left .logo-img {
    position: absolute;
    width: 2.43rem;
    left: 1rem;
    top: 0.833rem;
}

.prod-content_left .line-right,
.prod-content_left .line-bottom {
    position: absolute;
    background-color: #4b57af;
    right: 0;
    bottom: 0;
}

.prod-content_left .line-right {
    width: 0.666rem;
    height: 8rem;
}

.prod-content_left .line-bottom {
    height: 0.666rem;
    width: 8rem;
}

.prod-content_right {
    width: 20.5rem;
    text-align: left;
}

.num {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    color: #e7e7e7;
    padding-bottom: 0.2rem;
    font-family: Arial, Helvetica, sans-serif;
}

.num::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 0.2rem;
    background-color: #e7e7e7;
}

.prod-content_right h3 {
    font-size: 0.633rem;
    color: #4b57af;
    padding-top: 2rem;
    line-height: 1.1rem;
}

.prod-content_right p {
    font-size: 0.5rem;
    color: #444444;
    padding-top: 0.8rem;
    line-height: 0.9rem;
}

.prod-footer {
    width: 100%;
    height: 5rem;
    border: 1px solid #ededed;
    margin-top: 3.33rem;
    display: flex;
}

.prod-footer .prod-footer_item {
    flex: 1;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.prod-footer .prod-footer_item::after {
    content: "";
    position: absolute;
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ededed;
}

.prod-footer .prod-footer_item:last-child:after {
    display: none;
}

.prod-footer .prod-footer_item h1 {
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #3f51b5;
    font-weight: 500;
}

.prod-footer .prod-footer_item span {
    font-size: 0.466rem;
}

.prod-footer .prod-footer_item p {
    font-size: 0.466rem;
    color: #7c7c7c;
}

.prod2 {
    width: 100%;
    height: 19.4rem;
    background-color: #f9f9f9;
    padding-left: 12.8rem;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.prod2-left {
    height: 100%;
    width: 15.333rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.prod2-left h3 {
    font-size: 0.633rem;
    color: #4b57af;
    padding-top: 2rem;
    line-height: 1.1rem;
}

.prod2-left p {
    font-size: 0.5rem;
    color: #444444;
    padding-top: 0.8rem;
    line-height: 0.9rem;
}

.prod2-right {
    width: 33.5rem;
}

.prod3 {
    width: 100%;
    height: 27.9rem;
    overflow: hidden;
    position: relative;
}

.prod3-left {
    position: absolute;
    right: 48%;
    bottom: 0;
}

.prod3-left img {
    width: 28rem;
}

.prod3-left_vin {
    position: absolute;
    text-align: center;
    z-index: 1;
    right: 9rem;
    bottom: 6.5rem;
}

.prod3-left_vin p,
.prod3-left_vin h1 {
    color: #4b57af;
}

.prod3-left_vin p {
    font-size: 0.5rem;
}

.prod3-left_vin h1 {
    font-size: 1.2rem;
    font-weight: 500;
}

.prod3-left_vin span {
    font-size: 0.5rem;
}

.prod3-right {
    position: absolute;
    width: 20.5rem;
    right: 12.8rem;
    top: 4.66rem;

}

.prod3-right h3 {
    font-size: 0.633rem;
    color: #4b57af;
    padding-top: 2rem;
    line-height: 1.1rem;
}

.prod3-right > p {
    font-size: 0.5rem;
    color: #444444;
    padding-top: 0.8rem;
    line-height: 0.9rem;
}

.prod3-right_card {
    margin-top: 2.333rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prod3-right_card .card-item {
    width: 6.333rem;
    height: 4.933rem;
    border: 1px solid #ededed;
    margin-bottom: 0.833rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.6rem;
    padding-bottom: 0;
}

.prod3-right_card .card-item .card_img {
    height: 1.8rem;
}

.prod3-right_card .card-item p {
    padding-top: 0.5rem;
    font-size: 0.466rem;
    color: #666666;
}

.plan {
    text-align: center;
    padding: 4.266rem 12.8rem;
    background-color: #ffffff;
}

.sub-title {
    font-size: 0.533rem;
    color: #666666;
    padding-top: 0.73rem;

}

.plan-content {
    height: 25.667rem;
    display: flex;
}

.plan-content_left,
.plan-content_right {
    flex: 1;
    height: 100%;
    position: relative;
}


.link-circle {
    width: 4.2rem;
    height: 4.2rem;
    border: 1px solid #ededed;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
}

.link-circle:hover {
    background-color: #4b57af;
}

.link-circle:hover .iconfont,
.link-circle:hover p {
    color: #ffffff !important;
}

.link-circle .iconfont {
    font-size: 1.5rem;
    color: #8a8a8a;
}

.link-circle p {
    font-size: 0.6rem;
    color: #666666;
    padding-top: 0.2rem;
}

.link-circle.ck {
    right: 2.333rem;
    top: 3.666rem;
}

.link-circle.hj {
    right: 7.5rem;
    top: 7rem;
}

.link-circle.hs {
    right: 8rem;
    top: 13.233rem;
}

.link-circle.jc {
    right: 3.4rem;
    top: 18rem;
}

.plan-content_right {
    display: flex;
    align-items: center;
}

.plan-content_right img {
    width: 9.7rem;
    margin-left: 0.866rem;
}

.download {
    text-align: center;
}

.download-content {
    width: 100%;
    height: 20.9rem;
    background-image: url('../images/bg1.png');
    background-size: 100%;
    padding-left: 13.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin-top: 1rem;
}

.download-content > p {
    font-size: 0.6rem;
    color: #343434;
}

.download-content > h1 {
    font-size: 1.166rem;
    color: #343434;
    padding-top: 0.55rem;
}

.qrcode {
    display: flex;
    margin-top: 2.333rem;
    text-align: center;
}

.qrcode > div {
    margin-right: 1.8rem;
}

.qrcode img {
    width: 5.9rem;
    margin-bottom: 0.5rem;
}

.qrcode p {
    font-size: 0.566rem;
    color: #343434;
    line-height: 1.5;
}

.about-us {
    text-align: center;
    padding: 4.56rem 12.8rem;

}

.about-us > p {
    font-size: 0.533rem;
    line-height: 1rem;
    color: #4d4d4d;
    text-align: left;
    margin-top: 2rem;
}

.about-us > .dsj {
    text-align: left;
    font-size: 0.633rem;
    color: #666666;
    margin-top: 1.8rem;
}

.time-line {
    position: relative;
    padding: 0 2.633rem;
    height: 4.833rem;
    margin-top: 1.2rem;
}

.time-line .line {
    position: absolute;
    width: 100%;
    height: 0.1rem;
    background-color: #cccccc;
    top: 50%;
}

.time-line .line::after {
    content: "▲";
    position: absolute;
    right: -0.5rem;
    top: -0.63rem;
    transform: rotate(90deg);
    color: #cccccc;
}

.time-line .node {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.time-line .node .spot {
    position: relative;
    width: 0.733rem;
    height: 0.733rem;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 50%;
}

.time-line .spot::before {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #cccccc;
    left: 50%;
    top: 50%;
    margin-top: -0.2rem;
    margin-left: -0.2rem;
}

.time-line .date {
    font-size: 0.7rem;
    color: #676767;
    line-height: 1.166rem;
}

.time-line .text {
    font-size: 0.533rem;
    color: #676767;
}

.time-line .node1 {
    top: -0.33rem;
    left: 10%;
}

.time-line .node2 {
    left: 35%;
    bottom: -0.33rem;
}

.time-line .node3 {
    left: 50%;
    top: -0.33rem;
}

.time-line .node4 {
    left: 75%;
    bottom: -0.33rem;
}

.time-line .active .spot {
    border-color: #4b57af;
}

.time-line .active .spot::before {
    background-color: #4b57af;
}

.time-line .active p {
    color: #4b57af;
}

.info {
    width: 100%;
    padding: 3rem 12.8rem;
    background-color: #f9f9f9;
    text-align: center;
}

.info .info-content {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.info .info-card {
    width: 8.566rem;
    text-align: left;
}

.info .info-card img {
    width: 100%;
    height: 8.566rem;
}

.info .info-card .label {
    font-size: 0.533rem;
    color: #6f6f6f;
    padding-top: 0.7rem;
}

.info .info-card .date-time {
    padding-top: 0.35rem;
    font-size: 0.366rem;
    color: #858585;
}

.info .btn {
    display: inline-block;
    font-size: 0.533rem;
    padding: 0.4rem 1.2rem;
    border: 1px solid #ededed;
    border-radius: 3rem;
    margin-top: 2rem;
    color: #b1b1b1;
    cursor: pointer;
}

footer .content {
    width: 100%;
    background-color: #4b57af;
    padding: 1.666rem 12.8rem;
    color: #ffffff;
    display: flex;
}

footer .footer-left {
    width: 11.63rem;
    padding-right: 2.4rem;
}

footer h1 {
    font-size: 0.73rem;
    padding-bottom: 0.5rem;
}

footer h1 span {
    font-size: 0.466rem;
    font-weight: 400;
}

footer .text {
    padding-bottom: 0.83rem;
    line-height: 20px;
}

footer p {
    font-size: 0.433rem;
    line-height: 0.63rem;
}

footer .footer-center {
    width: 12.73rem;
    padding-right: 2rem;
}

footer .footer-vline {
    width: 0.04rem;
    background-color: #ffffff;
}

footer .footer-right {
    padding-left: 0.9rem;
}

footer .qrcode {
    margin-top: 0;
    flex: 1;
    padding-bottom: 0.5rem;
}

footer .qrcode img {
    width: 4rem;
}

footer .qrcode p {
    color: #ffffff;
    font-size: 0.4rem;
    text-align: center;
}

footer .bottom {
    padding: 0.5rem 1rem;
    background-color: #000;
    color: #666666;
    font-size: 0.466rem;
    text-align: center;
}

footer .bottom a {
    color: unset;
    text-decoration: none;
}

.subnav {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
}

.subnav .navcon {
    color: #868686;
    font-size: 14px;
    width: 1200px;
    margin: 0 auto;
}

.subnav a {
    color: unset;
    text-decoration: none;
}

.news {
    padding-top: 50px;
    color: #333;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.news .newstitle {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.new .time {
    padding-left: 50px;
}

.news .subtitle {
    font-size: 12px;
    margin-bottom: 50px;
    text-align: center;
}

.news .con {
    font-size: 14px;
    line-height: 35px;
}

.newslist {
    width: 960px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.newslist ul {
    width: 100%;
}

.newslist ul li {
    width: 100%;
    list-style-type: none;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #ccc;
}

.newslist ul li img {
    width: 200px;
    height: 183px;
    margin-right: 20px;
    float: left;
}

.newslist ul li .newscon {

}

.newslist ul li h3 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: left;
    margin-bottom: 20px;
}

.newslist ul li .zhaiyao {
    font-size: 12px;
    text-align: left;
    color: #333;
    height: 110px;
}

.newslist ul li .subtitle {
    font-size: 12px;
    text-align: left;
    color: #333;
}

.clear {
    clear: both;
}
