/*首页样式*/
.index_main {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 90px;
}

.top_news {
    width: 92%;
    height: auto;
    float: left;
    padding: 15px 4%;
    background: #ffffff;
    margin-bottom: 10px;
    margin-top: 5px;
}

.topnews_icon {
    width: auto;
    height: 18px;
    float: left;
    margin-top: 1px;
}

.top_title {
    width: calc(100% - 85px);
    height: auto;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 1.1rem;
    color: #333333;
    font-weight: normal;
    line-height: 22px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper_2 {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0 !important;
}

.swiper_2 .swiper-slide {
    text-align: left !important;
    font-size: 1rem;
    /* Center slide text vertically */
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 0 30px 0;
    background: #ffffff;
}

.swiper_2 .swiper-slide a {
    width: 100%;
    height: 200px;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper_2 .swiper-slide p {
    width: 96%;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 1rem;
    color: #333333;
    text-align: left;
    margin: 5px 2%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*--------------------------------------------*/

.swiper_3 {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0 !important;
    margin-top: 10px;
    border-bottom: 1px #e5e5e5 solid;
}

.swiper_3 .swiper-slide {
    text-align: left !important;
    font-size: 1rem;
    /* Center slide text vertically */
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
    background: #ffffff;
}

.swiper_3 .swiper-slide a {
    width: 100%;
    height: 160px;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper_3 .swiper-slide p {
    width: 96%;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 1rem;
    color: #333333;
    text-align: left;
    margin: 5px 2%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*-------------------------------------------*/

.top_news_text {
    width: 92%;
    height: auto;
    float: left;
    background-color: #ffffff;
    padding: 10px 4%;
    border-top: 1px #f5f5f5 solid;
}

.news_list {
    width: 100%;
    height: auto;
    float: left;
}

.news_list a {
    width: 100%;
    height: 30px;
    float: left;
    margin: 2px auto;
}

.news_list a p {
    width: calc(100% - 50px);
    height: 30px;
    line-height: 30px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 1rem;
    color: #333333;
    font-weight: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    display: inline-block;
    margin-left: 6px;
}

.news_list a img {
    width: 20px;
    height: auto;
    float: left;
    margin-top: 5px;
}

.news_list .Cube {
    width: 20px;
    text-align: center;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 0.65rem;
    color: #CF0A33;
    line-height: 30px;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.news_link {
    width: auto !important;
    height: 20px;
    line-height: 20px;
    float: right;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    color: #c5c5c5;
    display: block;
    background: #ffffff;
}

.news_link img {
    width: auto;
    height: 12px;
    float: right;
    margin-top: 4px;
    margin-left: 2px;
}

.index_project {
    width: 92%;
    height: auto;
    float: left;
    margin-top: 10px;
    padding: 10px 4%;
    background: #ffffff;
}

.title_box {
    width: 100%;
    height: auto;
    float: left;
}

.title_box .til_pic {
    width: auto;
    height: 18px;
    float: left;
    margin-top: 6px;
}

.title_box p {
    width: auto;
    height: 30px;
    line-height: 32px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 1.125rem;
    font-weight: bold;
    color: #001966;
    margin-left: 5px;
}

.title_box a {
    width: auto;
    height: 30px;
    line-height: 32px;
    float: right;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    font-weight: normal;
    color: #c5c5c5;
}

.title_box a img {
    width: auto;
    height: 12px;
    float: right;
    margin-top: 9px;
    margin-left: 2px;
}

.project_list {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 auto;
    padding: 5px 0 0 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.project_box {
    width: 48%;
    height: auto;
    float: left;
    margin: 2px 2% 2px 0;
    border-radius: 2px;
}

.project_boxs {
    width: 100%;
    display: table;
    margin: 0 auto;
}

.project_sp {
    width: 23px;
    height: 14px;
    float: left;
    margin: 0px auto;
    border-radius: 2px;
    margin-top: 8px;
}

.project_p {
    width: calc(100% - 28px);
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 5px;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    color: #333333;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_video {
    width: 92%;
    height: auto;
    float: left;
    margin-top: 10px;
    padding: 10px 4%;
    background: #ffffff;
}

.video_list {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.video_box {
    width: 48%;
    height: auto;
    margin-top: 10px;
}

.video_pic {
    width: 100%;
    height: 100px;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.video_p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 0.95rem;
    color: #333333;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_mixed {
    width: 92%;
    height: auto;
    float: left;
    margin-top: 10px;
    padding: 10px 4%;
    background: #ffffff;
}

.mixed_picbox {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 5px;
}

.mixed_a {
    width: 48%;
    height: auto;
    margin-top: 10px;
}

.mixed_pic {
    width: 100%;
    height: 100px;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mixed_p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 0.95rem;
    color: #333333;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mixed_smbox {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.mixed_small1 {
    width: 40%;
    height: 20px;
    line-height: 20px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 0.75rem;
    color: #999999;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mixed_small1 img {
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.mixed_small2 {
    width: 60%;
    height: 20px;
    line-height: 20px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 0.75rem;
    color: #999999;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mixed_small2 img {
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.mixed_newslst {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px #e5e5e5 solid;
}

.mixed_ad {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 15px;
    margin-bottom: 10px;
}

.mixed_adlist {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 5px;
}

.mixed_adlist a {
    width: 32%;
    height: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 6px;
}

.aboutus {
    width: 100%;
    height: auto;
    float: left;
    background-color: #001966;
    border-top: 20px #ffffff solid;
}

.swiper-father {
    width: 80%;
    height: 100%;
    position: relative;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
    float: left;
    margin: 0 10%;
}

.swiper_4 {
    width: 70%;
    height: 100%;
    float: left;
    margin: 0 15% !important;
}

.swiper_4 .swiper-slide {
    text-align: left !important;
    font-size: 1rem;
    /* Center slide text vertically */
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.swiper_4 .swiper-slide p {
    width: 100%;
    font-family: "Microsoft YaHei UI";
    font-size: 0.75rem;
    color: #ffffff;
    float: left;
    text-align: center;
    line-height: 30px;
}

.swiper_4 .swiper-slide .ewm_pic {
    width: 100%;
    float: left;
}

.swiper_ceng {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100vw;
    height: 100%;
    background-color: #001966;
    display: none;
}

.swiper_ceng p {
    width: 100%;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    float: left;
    margin-top: 20px;
}

.ceng_pic {
    width: 40%;
    height: auto;
    float: left;
    margin-top: 60%;
    margin-left: 30%;
}

.ceng_off {
    width: 20%;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    color: #000000;
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
    float: left;
    margin-left: 40%;
    margin-top: 40px;
}

.phone_box {
    width: 100%;
    height: auto;
    float: left;
    background: #001966;
    padding: 20px 0;
    border-top: 10px #001451 solid;
}

.phone {
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft YaHei UI";
    font-size: 0.85rem;
    color: #ffffff;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.phone a {
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft YaHei UI";
    font-size: 0.85rem;
    color: #ffffff;
}

.phone img {
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 8px;
    margin-right: 5px;
}

.banquan {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-family: "Microsoft YaHei UI";
    font-size: 0.75rem;
    color: #e5e5e5;
    text-align: center;
    display: table;
    margin: 0 auto;
    background: #ffffff;
    padding: 10px 0;
    border-bottom: 1px #e5e5e5 solid;
}


