* {
    margin: 0;
    padding: 0;
}
.banner {
    height: 605px;
    background-image: url("../images/605.jpg");
}

.notice {
    width: 1200px;
    background-color: #E10D24;
    border-radius: 10px;
    padding: 50px;
    margin: 40px auto;
    box-sizing: border-box;
}

.notice-title {
    margin-top: 20px;
    text-align: center;
}

.notice-text {
    margin-top: 20px;
    text-indent:2rem;
    font-size: 32px;
    color: #fff;
    line-height: 55px;
    letter-spacing: 8px;
}

.notice-content {
    margin-top: 20px;
}

.notice-content img {
    width: 1100px;
}

.notice-cnt {
    margin-top: 10px;
}

.notice-cnt img{
    width: 1100px;
}

.notice-but {
    width: 100%;
    text-align: center;
}

.notice-but button {
    width: 900px;
    height: 60px;
    color:#E10D24 ;
    background-color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 4px;
}

.grasp {
    margin-top: 60px;
    background-color: #E10D24;
    padding: 40px;
}

.grasp-card {
    width: 1200px;
    margin: 0 auto;
}

.grasp-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.grasp-top-left {
    width: 590px;
}

.grasp-top-left-title {
    font-weight: bold;
    font-size: 32px;
    color: #fff;
}

.grasp-top-left-warp {
    margin-top: 20px;
    width: 100%;
}

.grasp-top-left-warp img {
    width: 100%;
}

.grasp-top-right {
    width: 590px;
}

.grasp-top-right img {
    width: 100%;
}

.grasp-bot {
    margin-top: 40px;
    background-color: #fff;
    width: 1200px;
    height: 200px;
    padding: 30px 100px;
    box-sizing: border-box;
}

.grasp-bot-title {
    display: flex;
    color: #E10D24;
    align-items: flex-end;
}

.grasp-bot-title-left {
    font-weight: bold;
    font-size: 32px;
    
}

.grasp-bot-title-right {
    padding-left: 60px;
    font-size: 18px;
    
}

.grasp-bot-from  {
    margin-top: 20px;
    display: flex;
}

.grasp-bot-from .from-name,
.grasp-bot-from .from-phone {
    width: 340px;
    height: 60px;
    border-radius: 10px;
    background-color: #E10D24;
    position: relative;
}

.grasp-bot-from .from-phone,
.grasp-bot-from button {
    margin-left: 40px;
}

.grasp-bot-from button {
    width: 200px;
    background-color: #E10D24;
    border: none;
    color: #E4FF00;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
}

.grasp-bot-from input {
    background-color: #E10D24;
    font-size: 24px;
    border: none;
    width: 280px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 5px;
    outline:none;
    color: #fff;
}

input::-webkit-input-placeholder{
    color:#fff;
    font-size:20px;
}

.application {
    width: 1200px;
    margin: 60px auto;
    background-color: #E10D24;
    border-radius: 15px;
    box-sizing: border-box;
}

.application-cnt {
    width: 100%;
    padding-top: 40px;
    text-align: center;
}

.application-btn {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;

}

.application-btn button {
    width: 600px;
    height: 50px;
    background-color: #fff;
    color: #E10D24;
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    border: none;
}

.bot {
    background-color: #E10D24;
    
}

.bot-title {
    padding-top: 40px;
    width: 100%;
}

.bot-title  img {
    width: 100%;
}

.bot-li {
    width: 1200px;
    margin: 40px auto;
}

.bot-li img {
    width: 100%;
}

.bot-from {
    width: 1200px;
    margin: 40px auto;
    display: flex;
    padding-bottom: 60px;
}

.bot-from .from-name,
.bot-from .from-phone,
.bot-from .from-qq {
    height: 45px;
    border: 2px solid #fff;
    margin-left: 30px;
    color: #fff;
    font-size: 26px;
    padding-left: 10px;
    box-sizing: border-box;
    display: flex;
}

.bot-from .from-phone,
.bot-from .from-qq {
    width: 300px;
}


.bot-from input {
    background-color: #E10D24;
    border: none;
    outline:none;
    color: #fff;
}

.bot-from .from-qq input {
    width: 200px;
}

.bot-from button {
    width: 270px;
    margin-left: 20px;
    background-color: #fff;
    color: #E10D24;
    font-size: 24px;
    font-weight: bold;
    border: none;
}