/* body{
    color: #fff;
}
.header {
    height: 120px;
    background: url("../images/header_bg.png") no-repeat;
    background-size: 100% 100%;
}

.header .header_content {
    display: flex;
    align-items: flex-end;
    padding-top: 15px;
    justify-content: space-between;
}

.header .header_content .left {
    display: flex;
    align-items: flex-end;
}

.header .header_content .left h3 {
    font-size: 32.8px;
    color: #333333;
    margin-left: 23px;
}

.header .header_content .right {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-right: 21px;
    background: linear-gradient(to bottom, #3365ca, #0346ad);
}

.header .header_content .right a {
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
}

.nav {
    height: 70px;
    position: relative;
    z-index: 2;
    background: url("../images/nav_bg.png") no-repeat;
    background-size: 100% 100%;
}

.nav .nav_content ul {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
}

.nav .nav_content ul li {
    position: relative;
    height: 70px;
}

.nav .nav_content ul li a {
    font-size: 20px;
    color: #282828;
    display: block;
    width: 100%;
    height: 80px;
    padding: 0 44px;
    display: flex;
    line-height: 70px;
}

.nav .nav_content ul li .nav_active {
    color: #ffffff;
    font-weight: bold;
    background: url("../images/nav_selected.png") no-repeat;
    background-size: 100% 100%;
}

.nav .nav_content ul li a:hover {
    color: #ffffff;
    font-weight: bold;
    background: url("../images/nav_selected.png") no-repeat;
    background-size: 100% 100%;
} */

main .main_search {
    height: 340px;
    background: url("../images/title_bg2.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 0;
    z-index: 1;
}

.main_search .search_content h3 {
    font-size: 48px;
    color: #fff;
    letter-spacing: 10px;
    text-align: center;
    padding-top: 75px;
    margin-bottom: 75px;
}

.main_search .search_content .search_ipt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_search .search_content .search_ipt p {
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
    margin-left: 45px;
}

.main_search .search_content .search_ipt input {
    width: 770px;
    background: #fff;
    border-radius: 50px;
    outline: none;
    font-size: 16px;
    padding-left: 20px;
    border: 0;
    height: 50px;
}

.main_search .search_content .search_ipt input::-webkit-input-placeholder {
    color: #939393;
}

.main_search .search_content .search_ipt .button {
    width: 140px;
    height: 50px;
    font-size: 18px;
    letter-spacing: 8px;
    cursor: pointer;
    background: #0346ad;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 11px;
}

.search_content .checkout_ul {
    display: flex;
    margin-left: 223px;
    margin-top: 18px;
}

.search_content .checkout_ul .li {
    display: flex;
    margin-right: 60px;
    align-items: center;
}

.search_content .checkout_ul .li input {
    width: 17px;
    height: 17px;
    position: relative;
    top: 1px;
}

.search_content .checkout_ul .li span {
    font-size: 16px;
    margin-left: 3px;
}

main .registration {
    padding-top: 53px;
    padding-bottom: 43px;
    background: #e9f0f6;
}

main .registration_ul {
    width: 840px;
    margin: 0 auto;
    display: flex;
    /* margin-top: 43px; */
    justify-content: space-between;
}

main .registration_ul .li a {
    font-size: 18px;
    color: #003399;
    font-weight: bold;
    text-align: center;
}

main .registration_ul .li p {
    margin-top: 15px;
}

main .Service_pilot {
    height: 460px;
    /* margin-top: 47px; */
    background: url("../images/Service_pilotbg1.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 1px;
}

.title_content {
    display: flex;
    padding-left: 51px;

    align-items: center;
}

.Service_pilot .title {
    height: 40px;
    background: #003399;
    font-size: 18px;
}

.title_content img {
    margin-top: -7px;
}

.title_content p {
    margin: 0;
    margin-left: 12px;
    margin-top: -8px;
    font-weight: 550;
}

.service_list {
    margin-top: 45px !important;
    padding-left: 51px;
    padding-right: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service_list a {
    width: 160px;
    height: 40px;
    font-size: 14px;
    display: block;
    border-radius: 5px;
    /* background: #2276d1; */
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 28px;
    background: #3a96f0;
}

.service_list a:hover {
    font-weight: bold;
    color: #FFF;
    background: #003399;
}

/* footer{
    background: url("../images/footer_bg.png") no-repeat;
    background-size: 100% 100%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .footer_content{
    font-size: 12px;
    text-align: center;
    color: #595959;
  
}
footer .footer_content p span{
    margin-right: 15px;
} */