* {
    font-family: Microsoft YaHei, serif;
}

.banner {
    width: 100%;
    height: 560px;
    text-align: center;
    position: relative;
}

.banner > img {
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
    height: 560px;
}

.banner .layui-carousel{
    position: absolute;
    left: calc(50% - 960px);
}

.banner .layui-carousel img{
    width: 1920px;
    height: 560px;
}

.banner .layui-carousel[lay-arrow=hover] .layui-carousel-arrow {
    /*opacity: 1;*/
    left: 8%;
}

.banner .layui-carousel[lay-arrow=hover] .layui-carousel-arrow[lay-type=add] {
    right: 8%;
}

.banner .m-width-1280 {
    position: relative;
    height: 560px;
}

.banner .login-box {
    position: absolute;
    right: 0;
    bottom: 55px;
    width: 260px;
    height: 294px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 8px 8px 20px 0 #2F353433;
    padding: 45px 40px;
    text-align: left;
}

.banner .login-box .login-title {
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: center;
}

.banner .login-box .login-title a {
    position: relative;
    display: block;
    /*width: 75px;*/
    height: 25px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    /*margin-left: 25px;*/
    /*margin-right: 25px;*/
    color: #333333;
    cursor: pointer;
}

.banner .login-box .login-title a.active {
    color: #3b83f2;
}

.banner .login-box .login-title a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    transition: all 0.3s;
    border-radius: 2px;
    background: #3B83F2;
    width: 0;
}

.banner .login-box .login-title a:hover:after,
.banner .login-box .login-title a.active:after {
    width: 95%;
}

.banner .login-box .login-title .qrcode-login-tab {
    position: absolute;
    top: 0;
    right: 0px;
}

.banner .login-box .login-title .qrcode-login-tab:after {
    display: none;
}

.banner .login-box .login-title .qrcode-login-tab img{
    width: 50px;
}

.banner .login-box .login-content {
    display: none;
}

.banner .login-box .login-content.active {
    display: block;
}

.banner .login-box .login-content.qrcode-login-content {
    text-align: center;
}

.banner .login-box .login-content.qrcode-login-content img{
    width: 200px;
}

.banner .login-box .login-content.qrcode-login-content img:hover{
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
}

.banner .login-box .login-content.qrcode-login-content .login-code-tip{
    margin-top: 20px;
    color: #999999;
}

.banner .login-box .captcha-img {
    height: 40px;
    width: 100%;
}

.banner .login-box .login-btn {
    margin-top: 20px;
    width: 260px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    border-radius: 4px;
    background: #3B83F2;
}

.banner .login-box .login-btn.btn-red{
    background: #af4040;
}

.banner .login-box .regist-box {
    margin-top: 15px;
    text-align: right;
    color: #97979C;
}

.banner .login-box .regist-box .regist {
    margin-left: 5px;
    color: #3B83F2;
    cursor: pointer;
}

.banner .login-box .layui-text p{
    font-size: 16px;
    text-align: center;
}

.content {
    background-color: #f0f4fa;
    background-image: url("/static/project/img/index/背景.png");
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.content .m-width-1280 {
    position: relative;
    top: -44px;
    margin-bottom: -22px;
}

.search-box .search-tab {
    height: 44px;
    width: 360px;
    border-radius: 8px 8px 0 0;
    text-align: left;
    background-size: 360px;
    background-repeat: no-repeat;
    background-position: left center;
}

.search-box .search-tab.active1 {
    background-image: url("/static/project/img/index/航班查询-选中背景.png");
}

.search-box .search-tab.active2 {
    background-image: url("/static/project/img/index/运单查询-选中背景.png");
}

.search-box .search-tab .search-tab-item {
    position: relative;
    display: inline-block;
    height: 44px;
    width: 108px;
    color: #ffffff;
    line-height: 44px;
    font-size: 14px;
    padding-left: 70px;
}

.search-box .search-tab .search-tab-item:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 9px;
    height: 24px;
    width: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left center;
}

.search-box .search-tab .search-tab-item.tab-item-1:before {
    background-image: url("/static/project/img/index/航班查询.png");
}

.search-box .search-tab .search-tab-item.tab-item-2:before {
    background-image: url("/static/project/img/index/运单.png");
}

.search-box .search-tab.active1 .tab-item-1 {
    font-weight: bold;
}

.search-box .search-tab.active2 .tab-item-2 {
    font-weight: bold;
}

.search-box .search-content {
    text-align: left;
    background-color: #ffffff;
    padding: 20px;
    font-size: 14px;
    box-shadow: 8px 8px 12px 0 #3B5C8F0A;
}

.search-box .search-content form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-box .search-content form .search-btn-box{
    white-space: nowrap;
}

.search-box .search-content .input-box {
    width: 320px;
    margin-right: 10px;
}

.search-box .search-content .input-box:first-child {
    margin-left: -20px;
}

.search-box .search-content label {
    font-size: 14px;
}

.search-box .search-content .layui-input-prefix img {
    height: 50%;
}

.search-box .search-content input[type=radio] {
    margin-right: 5px;
}

.search-box .search-content .layui-form-radio > i{
    font-size: 16px;
}

.search-box .search-content .search-btn {
    /*margin-left: 20px;*/
    width: 80px;
    height: 38px;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    border-radius: 4px;
    background: #3B83F2;
}

.news-wrap {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.news-wrap .news-box.news-info {
    width: 520px;
}

.news-wrap .news-box.news-gov {
    width: 748px;
}

.news-wrap .news-box .news-title {
    padding: 5px 15px 0 15px;
    height: 54px;
    line-height: 55px;
    border-bottom: 1px solid #eeeeee;
    text-align: left;
}

.news-wrap .news-box .news-title h3 {
    position: relative;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    font-weight: bold;
    color: #3B83F2;
    text-indent: 38px;
}

.news-wrap .news-box .news-title h3:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 16px;
    height: 24px;
    width: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left center;
}

.news-wrap .news-box.news-info .news-title h3:before {
    background-image: url("/static/project/img/index/通知公告.png");
}

.news-wrap .news-box.news-gov .news-title h3:before {
    background-image: url("/static/project/img/index/政务专栏.png");
}

.news-wrap .news-box .news-title a.more {
    float: right;
    color: #666666;
    font-size: 14px;
}

.news-wrap .news-box .news-content {
    padding: 5px 20px 15px 20px;
}

.news-wrap .news-box .news-content li.news-item {
    position: relative;
    list-style-type: disc;
    list-style-position: inside;
    text-align: left;
    height: 35px;
    line-height: 35px;
}

.news-wrap .news-box .news-content li.news-item::marker {
    color: #3B83F2;
}

.news-wrap .news-box .news-content li.news-item .news-item-title {
    display: inline-block;
    width: calc(100% - 110px);
    font-size: 14px;
    color: #313131;
    text-overflow: ellipsis;
    vertical-align: bottom;
    cursor: pointer;
}

.news-wrap .news-box .news-content li.news-item .news-item-title:hover{
    color: #3B83F2;
    text-decoration-line: underline;
}

.news-wrap .news-box .news-content li.news-item .news-item-date {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #97979C;
}

.corp-box{
    margin-top: 15px;
}

.corp-box .corp-title {
    padding: 5px 15px 0 15px;
    height: 54px;
    line-height: 55px;
    border-bottom: 1px solid #eeeeee;
    text-align: left;
}

.corp-box .corp-title h3 {
    position: relative;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    font-weight: bold;
    color: #3B83F2;
    text-indent: 38px;
}

.corp-box .corp-title h3:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 16px;
    height: 24px;
    width: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("/static/project/img/index/订舱入口.png");
}

.corp-box .corp-content {
    position: relative;
    padding: 20px;
    height: 80px;
}

.corp-box .corp-content .corp-page-left,
.corp-box .corp-content .corp-page-right {
    position: absolute;
    top: 40px;
    cursor: pointer;
}

.corp-box .corp-content .corp-page-left {
    left: -40px;
}

.corp-box .corp-content .corp-page-right {
    right: -40px;
}

.corp-box .corp-content .corp-page-left > img,
.corp-box .corp-content .corp-page-right > img {
    width: 24px;
    height: 40px;
}

.corp-box .corp-content .corp-list-box {
    overflow: hidden;
}

.corp-box .corp-content .corp-list {
    position: relative;
    display: flex;
}

.corp-box .corp-content .corp-list li {
    margin-right: 14px;
}

.corp-box .corp-content .corp-list li > a {
    display: block;
    line-height: 80px;
}

.corp-box .corp-content .corp-list li img {
    width: 195px;
    max-height: 80px;
}

.service-box{
    margin-top: 15px;
}

.service-box .service-tab {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
}

.service-box .service-tab .service-tab-item {
    position: relative;
    top: 1px;
    padding: 5px 15px 0 15px;
    height: 54px;
    width: 33%;
    line-height: 55px;
    text-align: center;
}

.service-box .service-tab .service-tab-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    transition: all 0.3s;
    border-radius: 2px;
    background: #3C87FC;
    width: 0;
}

.service-box .service-tab .service-tab-item:hover:after,
.service-box .service-tab .service-tab-item.active:after {
    width: 100%;
}

.service-box .service-tab .service-tab-item h3 {
    position: relative;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    text-indent: 38px;
    color: #555555;
    font-weight: normal;
}

.service-box .service-tab .service-tab-item:hover h3,
.service-box .service-tab .service-tab-item.active h3 {
    font-weight: bold;
    color: #3B83F2;
}

.service-box .service-tab .service-tab-item h3:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 16px;
    height: 24px;
    width: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left center;
}

.service-box .service-tab .service-tab-item.tab-item-1 h3:before {
    background-image: url("/static/project/img/index/货运服务-未选中.png");
}

.service-box .service-tab .service-tab-item.tab-item-1:hover h3:before,
.service-box .service-tab .service-tab-item.tab-item-1.active h3:before {
    background-image: url("/static/project/img/index/货运服务-选中.png");
}

.service-box .service-tab .service-tab-item.tab-item-2 h3:before {
    background-image: url("/static/project/img/index/机场服务-未选中.png");
}

.service-box .service-tab .service-tab-item.tab-item-2:hover h3:before,
.service-box .service-tab .service-tab-item.tab-item-2.active h3:before {
    background-image: url("/static/project/img/index/机场服务-选中.png");
}

.service-box .service-tab .service-tab-item.tab-item-3 h3:before {
    background-image: url("/static/project/img/index/金融服务-未选中.png");
}

.service-box .service-tab .service-tab-item.tab-item-3:hover h3:before,
.service-box .service-tab .service-tab-item.tab-item-3.active h3:before {
    background-image: url("/static/project/img/index/金融服务-选中.png");
}

.service-box .service-content {
    background-color: #ffffff;
}

.service-box .service-content > div {
    padding: 20px;
}

.service-box .service-content > div.hidden {
    display: none;
}

.service-box .service-content > div > div {
    display: flex;
    justify-content: center;
}

.service-box .service-content .content-title {
    width: 320px;
    height: 458px;
}

.service-box .service-content .content-title img {
    width: 320px;
    height: 458px;
}

.service-box .service-content .content-app-list {
    width: 920px;
    height: 443px;
    padding: 15px 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    background-color: #F0F4FA;
}

.service-box .service-content .content-app-list li {
    margin-right: 14px;
    margin-bottom: 10px;
    padding: 10px;
    width: 146px;
    height: 187px;
    background-color: #ffffff;
    box-shadow: 8px 8px 20px 0 #2F353414;
}

.service-box .service-content .content-app-list li .content-app-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.service-box .service-content .content-app-list li .content-app-item img {
    margin-top: 25px;
    width: 80px;
    height: 80px;
}

.service-box .service-content .content-app-list li .content-app-item span {
    padding: 0 10px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #313131;
    text-align: center;
}
.corp-title a.more {
    float: right;
    color: #666666;
    font-size: 14px;
}
.white-btn{
    background-color: #ffffff!important;
    color: #3B83F2!important;
    border: 1px solid #3B83F2!important;
}
