* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.website {}
.svgFlex{
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 30px;
    border: 1px solid #6baefe;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}
/* 第一屏 */
.website-one {
    height: 600px;
    background-image: url(../image/navTwo/sjkshBj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 第一屏 头部 */
.one-center {
    width: 1200px;
    margin: auto;
}

.one-center-top {
    padding: 15px 0;
    display: flex;

}

.top-left {
    display: flex;
    align-items: center;
    width: 25%;
}

.one-center-top div:nth-child(1) img {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

.top-left-h {
    font-size: 18px;
    padding-left: 15px;
    border-left: 2px solid #b0afaf;
}

.top-center {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 14px;
    width: 50%;
}


.top-center .dropdown-trigger:hover {
    cursor: pointer;
    color: #6baefe;
}

.one-center-top div:nth-child(2) img {
    width: 12px;
    height: 6px;
    vertical-align: middle;
    margin-left: 5px;

}

.one-center-top div:nth-child(3) a {
    cursor: pointer;
    width: 150px;
    height: 40px;
    background: #fa914d;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    margin-left: 100%;
    display: block;
    line-height: 37px;
    text-align: center;
}
.dropdownRight{
    cursor: pointer;
}
.dropdownRight:hover{
    color: #338af3;
}
/* 滑过样式 */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-trigger {
    cursor: pointer;
}

.dropdown-content {
    position: absolute;
    top: 35px;
    left: -170px;
    z-index: 1;
    background-color: #f9f9f9;
    width: 450px;
    min-height: 340px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    border-radius: 5px;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
}
/* 第一屏 中心 */
.one-center-center {
    width: 57%;
    padding: 70px 0 150px 0;
    margin-left: 3%;
}

.one-center-center div:nth-child(1) {
    color: #252d3a;
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: bold;
}

.one-center-center div:nth-child(2) {
    font-size: 18px;
    color: #535f73;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 28px;
}

/* 第二页 */
.website-three{
    height: 200vh;
}
.three-center{
    width: 1200px;
    margin: auto;
}
.three-center-title{
    text-align: center;
    color: #000;
    /* margin: 40px 0; */
    padding: 50px 0 100px 0;
}

.three-center-title div:nth-child(1){
    font-size: 32px;
    margin-bottom: 20px;
}
.three-center-title div:nth-child(2){
    font-size: 20px;
}
.three-center-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 220px;
}
.three-center-item-title{
    font-size: 28px;
    color: #338af3;
    margin:20px 0;
}
.three-center-item-li{
    display: flex;
    align-items:baseline;
    margin-bottom: 10px;
}
.three-center-item-li div{
    width: 460px;
    line-height: 28px;
    font-size: 18px;
    margin-top: 10px;
}
.three-center-item-li img{
    width: 9px;
    height: 9px;
    margin-right: 15px;

}
.three-center-item-img{
   width: 650px;
   height: 410px;
   
}
.three-center-item-list{
    margin-bottom: 30px;
}
/* 底部模版 */
.five-footer-model{
    width: 1200px;
    margin: auto;
    text-align: center;
}
.five-footer-model-title{
    font-size: 32px;
    color: #000;
    padding-top: 20px;
}
.five-footer-model-list{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.five-footer-model-item{
    width: 260px;
    height: 250px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.five-footer-model-item img{
    width: 100%;
    margin-bottom: 15px;
}
.five-footer-model-item div{
    font-size: 18px;
    width: 220px;
    margin: auto;
}
/* 底部 */
.website-five {
    height: 100vh;

}

.five-center {
    width: 1200px;
    margin: auto;
    margin-bottom: 20px;
}

.five-center-top {
    text-align: center;
    padding-top: 80px;
}

.five-center-top div {
    margin-bottom: 50px;
    font-size: 30px;
}

.five-center-top img {
    margin-bottom: 70px;
    width: 100%;
    height: 100%;
}

.five-center-center-item img {
    margin-left: 20px;
    width: 100%;
    height: 100%;
}

.five-footer {
    background: #f9fcfe;
    height: 420px;
    margin-top: 125px;
}

.five-footer-center {
    width: 1200px;
    margin: auto;
    padding: 40px 20px 0 20px;
    display: flex;
    justify-content: space-between;
}

.foot-logo {
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
}

.foot-user div {
    margin-bottom: 10px;
}

.foot-img {
    width: 300px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.foot-img>div {
    width: 128px;
    height: 150px;
    background: #f2f7fc;
    border: 1px solid #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.five-footer-right {
    margin-top: 30px;
}

.five-footer-right-list {
    display: flex;
}

.five-footer-right-list div {
    margin-left: 40px;
}

.five-footer-right-list-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.five-footer-right-li {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}

.five-footer-right-li:hover {
    color: #6baefe;
}