/*网站通用样式*/

body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    font-family: "Microsoft YaHei", 'arial';
    font-size: 14px;
    background-color: #ffffff;
    color: #333;
    line-height: 1.53846154;
}

.color-blue {
    color: #1071e9;
}

a {
    text-decoration: none !important;
    outline: none !important;
}

a:hover {
    text-decoration: none !important;
}

a:link,
a:visited {
    color: #333;
}

/*a标签样式修改*/
.a-text {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}

.a-text:hover {
    color: #333;
}

.text-ellipsis-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.iframe {
    border: medium none;
    display: block;
}

/*底部边框*/
.border-bottom {
    border-bottom: 1px solid #c7c7c7;
}

/*图片默认宽高度*/
.content-box-img {
    width: 100%;
    height: 100%;
}
.content-box-img-swiper {
     width: 1200px;
     height:280px;
 }
.content-box-img-small {
    width: 400px;
    height: 260px !important;
}
/*网站内容宽度*/
.content-width {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/*首页背景图*/
.home-bg {
    background-image: url("/images/home_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    box-sizing: border-box;
}
.myNiceCarousel {
    height: 280px;
}
.myNiceCarousel .carousel-inner .item, .myNiceSmallCarousel .carousel-inner .item {
   list-style: none;
}
.myNiceSmallCarousel {
    height: 260px;
}
.myNiceSmallCarousel .carousel-inner .item , .myNiceSmallCarousel .carousel-inner .item a {
    height: 260px;
}
/*首页内容 01*/
.con-box-big {
    position: relative;
    /*top: -12px;*/
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 2px 10px 2px rgba(82, 82, 82, 0.4);
}

.con-box-flex {
    width: 100%;
    /*display: flex;*/
    /*display: -webkit-flex;*/
    /*align-items: flex-start;*/
    /*height: auto;*/
}

.swiper-width-small {
    width: 400px;
    height: auto;
    display: inline-block;
}

.carousel-inner-text {
    position: absolute;
    bottom: 0;
    /*right: 0;*/
    left: 0;
    width: 400px;
    background: rgba(51, 51, 51, 0.6);
    color: #ffffff;
    padding: 6px;
    box-sizing: border-box;
    height: 30px;
}
.carousel-inner-text .width-text-ellipsis {
    width: 320px;
}
.width-text-ellipsis {
    width: 80%;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.con-box-right {
    /*width: 64%;*/
    width: calc(100% - 400px);
    display: inline-block;
    padding-left: 20px;
    /*padding-right: 10px;*/
    box-sizing: border-box;
    height: 260px;
    float: right;
    /*display: flex;*/
    /*display: -webkit-flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
}

.con-box-right-top {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.con-box-right-top-ul {
    margin: 0;
    padding: 0;
    flex: 1;
}

.con-box-right-top-ul a {
    display: inline-block;
    margin-right: 50px;
    padding-bottom: 2px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
}

.con-box-right-top-ul .active {
    color: #1071e9;
    border-bottom: 2px #1071e9 solid;
    position: relative;
}

.con-box-right-top-ul .active::before {
    content: "";
    position: absolute;
    bottom: -6px;
    z-index: 20;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #1071e9 transparent transparent transparent;
}

.new-box {
    width: 100%;
}
#hy-box, #notice-box {
    display: none;
}

.new-box-top {
    width: 100%;
    padding: 10px;
    background: #f4f4f4;
    margin: 10px 0;
    display: block;
}

.new-box-top .title {
    color: #1071e9;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
}

.new-box-top-content {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    /*height: 20px;*/
}

.new-box-top-content .content {
    color: #666666;
    line-height: 20px;
    flex: 1;
    margin: 0;
}

.new-box-top-content .detail {
    color: #1071e9;
    white-space: nowrap;
    width: 80px;
    text-align: right;
}

.new-box-list {
    width: 100%;
    margin: 0;
    padding: 6px 0 0 14px;
    box-sizing: border-box;
}

.new-box-list li {
    width: 100%;
	height:37px;
	line-height: 37px;
    /* padding: 6px 0; */
    box-sizing: border-box;
    list-style: none;
    position: relative;
}
.new-box-list li a:hover  .p-box {
    color: #1071e9 !important;
	background:#f4f4f4;
}
.new-box-list li::before {
    content: '\e023';
    position: absolute;
    left: -14px;
    font-size: 14px;
    font-family: FontsIcon;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    top: 50%;
    width: 14px;
    transform: translateY(-50%);
    /*margin-top: 2px;*/
    color: #999999;
}
.new-box-list li {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    list-style: none;
}
.new-box-list li a {
    width: 80%;
    flex: 1;
}
.new-box-list li a .p-box {
    width: 100%;
}

.new-box-list li .time-box {
    width: 100px;
    text-align: right;
    color: #666666;
    white-space: nowrap;
}

.bottom-link {
    display: flex;
    display: -webkit-flex;
    /*justify-content: space-between;*/
    align-items: center;
    clear: both;
    margin-top: 6px;
    text-align: center;
}

.bottom-link a {
    /*display: inline-block;*/
    width: 220px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    /*flex: 1;*/
    padding: 10px;
    text-align: center;
    background: #f4f4f4;
    color: #1071e9;
    font-size: 16px;
    margin: 5px;
    border-radius: 5px;
    white-space: nowrap;
}

.bottom-link a i {
    /*position: relative;*/
    /*top: 5px;*/
}

.bottom-link a:hover {
    background: #1071e9;
    color: #ffffff;
}

.bottom-link a:first-child {
    margin-left: 0;
}

.bottom-link a:last-child {
    margin-right: 0;
}

/*关于航投*/
.about-box-big {
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 2px 10px 2px rgba(82, 82, 82, 0.4);
    /*position: relative;*/
    /*top: -12px;*/
    min-height: 500px;
    padding-bottom: 30px;
}

.about-top {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.about-top-flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.about-top-flex a {
    display: inline-block;
    padding: 10px 0;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #333333;
    border-bottom: 1px solid #ffffff;
}

.about-top .left a {
    margin-right: 30px;
    font-size: 16px;
}

.about-top .left a:hover,  .about-top .left .active{
    color: #1071e9;
    border-bottom: 1px solid #1071e9;
}

.about-con-title {
    position: relative;
    text-align: center;
    padding: 20px;
}

.about-con-title .text-bg {
    color: #ededed;
    font-size: 40px;
    opacity: 0.8;
    display: inline-block;
    position: absolute;
    z-index: 11;
    top: 10px;
    width: 100%;
    left: 0;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}

.about-con-title .name {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    display: inline-block;
    position: relative;
    z-index: 11;
}

.about-con-title .line {
    width: 50px;
    height: 6px;
    background: #1071e9;
    margin: 0 auto;
}

.about-con-box {
    padding: 10px 20px;
}

.about-con-box video {
    width: 90% !important;
    height: auto;
    object-fit: fill;
}

.about-con-box img {
    max-width: 90%;
    height: auto;
}
.about-con-box .p-box {
    color: #666666;
    text-indent: 2em;
    font-size: 20px;
    line-height: 2;
}

.about-img {
    display: flex;
    display: -webkit-flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
}

.about-img-box {
    flex: 1;
    min-width: 23%;
    max-width: 23%;
    text-align: center;
    cursor: pointer;
    margin: 10px;
}
.about-img-box a {
    width: 100%;
}
.about-img-box .img {
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #ececec;
    margin-bottom: 10px;
    height: 200px;
}

.about-img-box:hover {
    color: #1071e9;
}

.about-img-box:hover .img {
    border: 1px solid #1071e9;
}

.about-card {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    flex-wrap: wrap;
}

.about-card-box {
    flex: 1;
    min-width: 48%;
    max-width: 48%;
    background-color: #f6faff;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 10px;
    display: block;
}

.about-card-box:hover {
    background: #fff;
    box-shadow: 1px 1px 10px 6px rgba(156, 161, 186, 0.2);
}

.about-card-box:hover h3 {
    color: #1071e9;
}

.box-card-h3 {
    width: 100%;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    margin-top: 10px;
}

.box-card-p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #747474;
    margin-bottom: 10px;
    height: 45px;
}

.box-card-bottom {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #888;
    border-top: 1px solid #ccc;
    padding: 16px 0 0;
}

.pager-box {
    margin: 10px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.detail-box-new {
    padding: 10px;
}

.detail-box-new .detail-title {
    color: #1071e9;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 2px solid #d6d6d6;
}

.detail-small-title {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 10px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
}

.detail-small-title span {
    display: block;
    white-space: nowrap;
    margin: 8px;
}

.about-detail {
    padding: 20px;
}

.about-detail p {
    /*font-size: 20px;*/
    /*color: #666666;*/
    /*text-indent: 2em;*/
    /*line-height: 2;*/
}
.about-detail video {
    width: 90% !important;
    height: auto;
    object-fit: fill;
}

.about-detail img {
    max-width: 90%;
    height: auto;
}
.IECarousel {
    display: none;
}
#goto-Input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
@media (max-width: 1200px) {
    .content-width {
        width: calc(100% - 20px);
    }
    .bottom-link a {
        /*width: 14%;*/
    }
}
@media (max-width: 1100px) {
    .about-card-box {
        min-width: 47%;
        max-width: 48%;
    }
    .about-img-box {
        min-width: 22%;
        max-width: 22%;
    }
}
@media (max-width: 1000px) {
    /*首页小轮播消失*/
    #myNiceSmallCarousel {
        display: none !important;
    }
    .con-box-right {
        width: 100%;
        padding: 0 5px;
    }
    .bottom-link {
        text-align: left;
    }
    .bottom-link a {
        width: 160px;
    }
    .bottom-link {
        flex-wrap: wrap;
    }
    .bottom-link a:first-child {
        margin-left: 5px;
    }
    .bottom-link a:last-child {
        margin-right: 5px;
    }

    /*导航条消失*/
    #nav {
        display: none;
    }
}
@media (max-width: 880px) {
    .footer-block {
        display: none;
    }
    .con-box-right-top-ul li {
        margin-right: 4%;
    }
    .content-box-img-swiper, .myNiceCarousel {
        height: 200px;
    }
    .about-card-box {
        min-width: 46%;
        max-width: 47%;
    }
    .about-img-box {
        min-width: 46%;
        max-width: 47%;
    }
}
@media (max-width: 780px)  {
    .about-top {
        display: none;
    }
    .about-con-title .text-bg {
        font-size: 34px;
        top: 15px
    }
}
@media (max-width: 600px) {
    /*about 内容展示占一行*/
    .about-card-box {
        min-width: 90%;
        max-width: 100%;
    }
    /*about 顶部*/
    .about-top {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .about-img-box {
        min-width: 40%;
    }
    .about-img-box .img {
        height: 160px;
    }
    .detail-click-num {
        /*display: none !important;*/
    }
    .bottom-link {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
        clear: both;
        margin-top: 10px;
        /*text-align: center;*/
    }
    .bottom-link a {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex: 1;
    }
}
@media (max-width: 560px) {
    .con-box-right-top-ul a {
        margin-right: 10px;
        font-size: 16px;
    }
    .content-box-img-swiper, .myNiceCarousel{
        height: 140px;
    }
    .about-top-flex {
        flex-wrap: wrap;
    }
    .about-img-box .img {
        height: 120px;
    }
    /*.about-con-title .text-bg {*/
    /*    display: none;*/
    /*}*/
    .detail-small-title {
        font-size: 12px;
        padding: 0;
    }
    .detail-small-title span {
        margin: 2px;
    }
    .about-con-title {
        padding: 10px;
    }
    .about-con-title .text-bg {
        font-size: 30px;
        top: 8px;
        white-space: nowrap;
    }
}
@media (max-width: 450px) {
    .detail-box-new .detail-title {
        font-size: 16px;
        margin: 0 10px;
    }
    .footer-bottom {
        font-size: 12px;
    }
    .about-img {
        padding: 5px;
    }
    .about-img-box {
        margin: 5px;
    }
    .about-con-box {
        padding: 10px;
    }
    .about-card {
        padding: 0;
    }
    .about-card-box {
        padding: 10px;
    }
    .about-detail {
        padding: 10px;
    }
    .con-box-big {
        padding: 10px
    }
}
.pageIE {
    display: none;
}
/*.pageIE a {*/
/*    border: 1px solid #ddd;*/
/*    padding: 4px 10px;*/
/*    border-radius: 20px;*/
/*}*/
/*.pageIE a:hover {*/
/*    background: #145ccd;*/
/*    color: #fff;*/
/*}*/