/*鍏ㄥ眬*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.animation, .animation * {
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
}

img {
    display: block;
}

a {
    text-decoration: none !important;
}


.w1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.hslclear {
    clear: both;
    display: block;
}

.hslbanner {
    width: 100%;
    background-position: center top;
    background-image: url("../images/1.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #f3f1ff;
    height: 637px;
    position: relative;
}

.hslbanner a {
    display: block;
    height: 520px;
}

.seiya_box1 {
    width: 100%;
    height: auto;
    background-image: url("../images/2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}

.seiya_box2 {
    width: 100%;
    background-color: rgb(243, 245, 246);
    padding: 40px 0;
}

.seiya_box1 .content-box {
    width: 800px;
    height: 183px;
    margin: 0 auto;
    text-align: center;
    padding-top: 96px;
    line-height: 26px;
}

.seiya-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.red {
    color: #e21111;
}

.seiya_box1 h1 {
    color: #e10f0f;
    font-size: 32px;
    margin-top: 21px;
}

.seiya_box1 .content-box p {
    font-size: 28px;
}

.seiya_box2 .content-box {
    height: auto;
    width: 24%;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

.seiya_box2 .content-box:hover {
    box-shadow: 0 0 16px rgb(0 0 0 / 20%);
}

.seiya_box2 .content-box img {
    width: 100%;
    height: 226px;
    border-radius: 5px 5px 0 0;
}

.seiya_box2 .content-box p {
    font-size: 15px;
    text-align: center;
    line-height: 24px;
}

.red3 {
    color: #ff0000;
}

.seiya_box2 .text-content {
    margin-top: 15px;
    width: 100%;
    height: 96px;
}

.seiya_box2 .box-button {
    width: 200px;
    height: 50px;
    margin: 15px auto;
    border-radius: 50px;
    background-image: linear-gradient(90deg, #e11010, #e71c1c 31%, #f63a3a 64%, #fe4b4b);
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.seiya_box2 .box-label {
    width: 125px;
    height: 30px;
    font-weight: 900;
    background-color: #508be8;
    line-height: 30px;
    text-indent: 15px;
    font-size: 19px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    border-radius: 5px 0 35px 0;
}

.seiya_box3 {
    width: 100%;
    padding: 40px 0;
}

.seiya_box3 .tit {
    text-align: center;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.seiya_box3 .tit h2 {
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    font-size: 40px;
    height: 58px;
    position: relative;
}

.seiya_box3 .tit h2:before {
    content: "";
    width: 90px;
    height: 6px;
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -66px;
    background-color: #498cf0;
}

.seiya_box3 .blue {
    color: #498cf0;
}

.seiya_box3 .content-main {
    margin-top: 30px;
    border: 1px solid #498cf0;
    margin-bottom: 30px;
}

.seiya_box3 .content-main .top-tit {
    height: 70px;
    line-height: 70px;
    background-color: #498cf0;
    color: #fff;
    text-indent: 10px;
    margin: 0;
    font-weight: bold;
}

.seiya_box3 .content-main .top-tit h3 {
    font-size: 25px;
    text-indent: 28px;
    float: left;
}

.seiya_box3 .content-main .top-tit .box-button {
    float: right;
    width: 170px;
    height: 46px;
    margin: 12px auto;
    border-radius: 50px;
    background-color: #FFF;
    line-height: 50px;
    text-align: center;
    color: #498cf0;
    font-size: 18px;
    font-weight: 300;
    margin-right: 28px;
    cursor: pointer;
}

.seiya_box3 .content-box {
    height: auto;
    width: 31%;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    padding: 10px 10px 20px 10px;
}

.seiya_box3 .main-box {
    padding: 10px;
}

.seiya_box3 .main-box .box-tit {
    font-size: 23px;
    font-weight: 900;
    text-align: center;
    color: #498cf0;
    margin-bottom: 10px;
}

.seiya_box3 .main-box img {
    width: 100%;
    height: 255px;
}

.seiya_box3 .text-content {
    margin-top: 10px;
    width: 100%;
    height: 70px;
}

.seiya_box3 .content-box p {
    font-size: 18px;
    text-align: center;
    line-height: 29px;
}

.seiya_box3 .content-box .box-button {
    width: 43%;
    cursor: pointer;
    margin: 0 auto;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.seiya_box3 .content-box .box-button:nth-child(1) {
    background-image: linear-gradient(90deg, #3697f9, #439efa 31%, #5fadfd 64%, #73b8ff);
}

.seiya_box3 .content-box .box-button:nth-child(2) {
    background-image: linear-gradient(90deg, #e11010, #e71c1c 31%, #f63a3a 64%, #fe4b4b);
}

.seiya_box4 {
    width: 100%;
    padding: 40px 0;
    background-color: rgb(243, 245, 246);
}

.seiya_box4 .content-box {
    width: 31%;
}

.seiya_box4 .content-box img {
    width: 100%;
}


.seiya_box5 {
    width: 100%;
    padding: 40px 0;
}

.seiya_box5 .tit {
    text-align: center;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.seiya_box5 .tit h2 {
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    font-size: 40px;
    height: 58px;
    position: relative;
}

.seiya_box5 .tit h2:before {
    content: "";
    width: 90px;
    height: 6px;
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -66px;
    background-color: #498cf0;
}

.seiya_box5 .blue {
    color: #498cf0;
}

.seiya_box5 .content-box {
    width: 24%;
    margin: 10px 0 0 0;
}

.seiya_box5 .content-box i {
    display: block;
    font-size: 76px;
    color: #498cf0;
    padding-top: 63px;
    margin-bottom: 20px;
}

.seiya_box5 .content-box {
    display: block;
    background-color: #f1f9ff;
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid #bdd6fa;
    height: 290px;
}

.seiya_box5 .content-box b {
    display: block;
    color: #333333;
    font-size: 27px;
}

.seiya_box5 .content-main {
    margin-top: 30px;
}

.seiya_box5 .content-box:hover {
    background-color: #498cf0;
    border: 1px solid #498cf0;
}

.seiya_box5 .content-box:hover b {
    color: #FFF;
}

.seiya_box5 .content-box:hover i {
    color: #FFF;
}

.seiya_box7 {
    width: 100%;
    padding: 40px 0;
    background-color: rgb(243, 245, 246);
}

.seiya_box7 .content-main {
    background-color: #fff;
    height: 425px;
}

.seiya_box7 .content-box:nth-child(1) {
    width: 40%;
}

.seiya_box7 .content-box:nth-child(1) img {
    width: 350px;
    margin: 50px;
}

.seiya_box7 .content-box:nth-child(2) {
    width: 60%;
    padding-top: 50px;
}

.seiya_box7 .content-box:nth-child(2) h2 {
    font-size: 28px;
}

.seiya_box7 .blue {
    color: #498cf0;
}
.seiya_box7 .el-form-item__content {
    margin-left: 0 !important;
}

.seiya_box7 .el-input__inner {
    width: 596px;
    height: 50px;
}

.seiya_box7 .el-form-item {
    margin-bottom: 12px;
}
.seiya_box7 .el-button {
    width: 596px;
    height: 50px;
    font-size: 20px;
    background-color: #e41515;
    border: none;
    cursor: pointer;
}
.hslfooter {
    margin-top:0;
}