<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

* {
    margin:0;
    padding:0;
    outline:none;
    list-style:none;
    text-decoration:none;
    box-sizing: border-box;
}

a,*:before,*:after{-webkit-transition:all 0.3s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

em,
i,
s,
a {
    font-weight: 400;
    font-style: none;
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #ff0000;
}

img,
input {
    border: 0 none;
    outline-style: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
}
input{appearance: none;-moz-appearance: none;-webkit-appearance: none;outline: none;}
select {
    border: inherit;
    background: inherit;
}

table {
    border-collapse: collapse;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

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

body {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    background: #ffffff;
    overflow:hidden;
    position: relative;
}

.ltop {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 9;
}
.ltop p {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}

.sec4-left {
    width: 60%;
    height: 100%;
    float: left;
    padding-top: 13%;
    padding-left: 11%;
}
.sec4-right {
    width: 40%;
    height: 100%;
    float: right;
    top: 0;
    right: 0;
}
.sec4-right .swiper-pagination-bullet {
    display: block;
    /* width: 660px; */
    width: 84%;
	height: 33.3%;
	background-color: #5cbdf8;
    border: solid 1px #ffffff;
    border-radius: 0;
    cursor: pointer;
    margin-left: 123px;
    opacity: 0;

}
.sec4-right .swiper-pagination-bullet:nth-child(2) {
    background-color: #9b6ae3;
}
.sec4-right .swiper-pagination-bullet:nth-child(3) {
    background-color: #e36aa2;
}
.sec4-right .swiper-pagination-bullet-active {
    /* width: 783px; */
    width: 100%;
    margin-left: 0;
}
.cotr {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.cotr li {
    /* width: 660px; */
    width: 84%;
	height: 33.3%;
	background-color: #5cbdf8;
    border: solid 1px #ffffff;
    border-radius: 0;
    cursor: pointer;
    margin-left: 123px;
}
.cotr li:nth-child(2) {
    background-color: #9b6ae3;
}
.cotr li:nth-child(3) {
    background-color: #e36aa2;
}
.cotr li.active {
    /* width: 783px; */
    width: 100%;
    margin-left: 0;
}
.cotr li h6 {
    text-align: center;
    font-size: 38px;
    color: #fff;
    margin-top: 100px;
    letter-spacing: 6px;
    margin-bottom: 20px;
}
.cotr li p {
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    font-weight: 100;
    letter-spacing: 2px;

}

#certify {
    width: 46vw;
}
#certify .swiper-slide {
    width: 32vw;
    /* height: 450px; */
    overflow: hidden;
}
#certify .swiper-slide video {
    width: 32vw;
    /* height: 379px; */
    border: 1px solid #000;
}
#certify .swiper-slide video source {
    width: 32vw;
    height: 100%;
}
#certify .swiper-slide p {
    font-size: 28px;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 700;
    margin-top: 20px;
}

@media screen and (max-width: 1366px) {
    /* 第七屏 */
    .copyright {
        padding: 20px 0;
    }

    .ltop {
        top: 20px;
        left: 30px;
    }
    .cotr li h6 {
        font-size: 32px;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .cotr li p {
        font-size: 24px;
    }
}

/*end*/</pre></body></html>