body {
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-size: 14px;
    color: #000;
    position: relative;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    text-align: center;
}

dt {
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(38, 38, 38, 1);
    line-height: 30px;
}
#section3.section3{
    height: 640px;
}
#section1, #section2, #section3, #section4, #section5, #section6 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section1 .head1, #section1 .head2, .div2 {
    position: absolute;
    /*left: 50%;*/

    /*transform: translate(-50%,-50%);//会影响top值*/
    z-index: 200;

}

.head1 {
    bottom: 20px;
}

#section1 dt.asc {
    font-size: 10px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
    line-height: 20px;
    position: relative;
}

.text1 {
    letter-spacing: 30px;
}

.head2 {
    top: 64px;
    font-size: 25px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
    line-height: 14px;
}

.head2 span {
    font-size: 45px;
    font-weight: 600;
}

@keyframes righteaseinAnimate {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }
    10% {
        transform: translateY(200px);
        opacity: 0;
    }
    30% {
        transform: translateY(200px);
        opacity: 0;
    }
    50% {
        transform: translateY(200px);
        opacity: 0.3;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
.head2 dt {
    /*animation: righteaseinAnimate 1s ease 1;*/
}

.head2 dt:first-child {
    font-size: 31px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
    line-height: 45px;
    /*animation: righteaseinAnimate 1s ease 1;*/

}

.head2 dt:nth-child(2) {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
    line-height: 40px;
    /*animation: righteaseinAnimate 1.5s ease 1;*/
}

.head2 dt:nth-child(3) {
    /*animation: righteaseinAnimate 1.8s ease 1;*/
}

.head2 dt:nth-child(3) ruby {
    padding: 2px 8px;
    background: rgba(255, 255, 255, 1);
    border-radius: 9px;
    font-size: 15px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
    line-height: 55px;
}

.head2 dt:nth-child(3) ruby:nth-child(2) {
    margin: 0 10px;
}

.div2 article {
    color: #fff;
    text-align: left;
}

.div2 {
    animation: righteaseinAnimate 1s ease 1;
    width: 660px;
    font-size: 23px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);

}

.div2 article:first-child {
    line-height: 40px;
}

.div2 article:first-child p {
    height: 1px;
    background: #959595;
    width: 100%;
    margin-bottom: 22px;
}

.div2 article:nth-child(2) p {
    font-size: 13px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(170, 170, 170, 1);
    text-align: left;
}

#section3 {
    width: 100%;
    height: 503px;
}

#section3 .div2 article {
    color: #262626;
}

#section3 ul {
    width: 550px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin: 15px 0;
}

#section3 ul p {
    font-size: 9px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(27, 27, 27, 1);
    line-height: 13px;
}

#section3 ul li {
    margin-top: 14px;
    flex: 1;
}

#section3 ul li img {
    width: 148px;
    height: 98px;
}

.row {
    margin-bottom: 20px;
}

.row img:first-child {
    margin-right: 45px;
}

.zlhz {
    font-size: 15px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
    line-height: 50px;
    margin-top: 48px;
}

.row-column {
    margin-top: 61px;
    display: flex;
    flex-direction: column;
}

.ull {
    list-style: none;
    flex: 1;
    display: flex;
    font-size: 9px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 11px;
    position: absolute;
    z-index: 300;
}

.ull li span:nth-child(2) {
    width: 45px;
    display: inline-block;
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
}

ul li {
    list-style: none;
    transition: all .5s;
}

ul li:hover {
    cursor: pointer;
    transform: scale(1.1);

}

.ull li span:first-child {
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 16px;
}

#section7 {
    margin-top: 52px;
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(38, 38, 38, 1);
    line-height: 24px;
}

#section7 .phonetext {
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(38, 38, 38, 1);
    line-height: 21px;
    margin-top: 18px;
    margin-bottom: 36px;
}

.rowjm {
    font-size: 10px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(83, 83, 83, 1);
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line {
    height: 1px;
    background: #A0A0A0;
    width: 100px;
}

.form {
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(83, 83, 83, 1);
    line-height: 40px;

}

.form input {
    text-align: left;
}

.form input:focus {
    border: none;
}

input:focus {
    outline: none;
    border-color: #FFCC00;
    box-shadow: 0 0 10px #FFCC00;
}

.form input {
    width: 400px;
    height: 44px;
    border: 1px solid rgba(160, 160, 160, 1);
    text-align: left;
    padding-left: 30px;
    margin-left: 20px;
}

.form .phone {
    margin-top: 20px;
    margin-bottom: 20px;
}

.name {
    background: url("images/tu7xingming@2x.png") no-repeat 10px;
    background-size: 11px 13px;
}

.phone {
    background: url("images/tu7shouji@2x.png") no-repeat 10px;
    background-size: 8px 15px;
}

.city {
    background: url("images/tu7chengshi@2x.png") no-repeat 10px;
    background-size: 12px 14px;
}

.submit.disable {
    cursor: not-allowed;
    background: #dddddd;
    border: 1px solid #ccc;
    color: #999;
}

.submit {
    width: 227px;
    line-height: 34px;
    color: #000;
    background: #FFF100;
    border: 1px solid #FFCC00;
    border-radius: 20px;
    margin-top: 33px;
    margin-bottom: 36px;
    cursor: pointer;
}

.tip1, .tip2, .tip3 {
    display: none;
}

#myAlert, #myAlert2 {
    display: none;
}

@keyframes right {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    10% {
        transform: translateX(50px);
        opacity: 0;
    }
    30% {
        transform: translateX(50px);
        opacity: 0;
    }
    50% {
        transform: translateX(50px);
        opacity: 0.3;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}
#myAlert, #myAlert2 {
    position: absolute;
    right: 0;
    bottom: 0;
    animation: right 1.5s ease 1;
}
@media (min-width: 1000px) {
    .imgys{
        width: 553px;
        margin: 30px 0
    }
    .imgcj{
        width: 663px;
        margin: 36px 0 47px 0
    }
}
@media (max-width: 1000px) {
    .imgys{
        width: 403px;
        margin: 30px 0
    }
    .imgcj{
        width: 503px;
        margin: 36px 0 47px 0
    }
}
