/* 板块一 */
.index-news {
    padding: 60px 0;
}

.index_news_flex {
    margin: 60px auto;
}

.index-news-img {
    width: 480px;
    overflow: hidden;
    max-height: 360px;
    position: relative;
}

.index-news-img .swiper-slide .news-img {
    width: 100%;
    height: 100%;
    display: block;
}

.index-news-img .swiper-slide .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-news-img .swiper-pagination {
    text-align: right;
    left: -15px;
    bottom: 15px;

}

.index-news-img .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    background: #ffffff;
    opacity: 1;
}

.index-news-img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #cc0001;
}

.index-news-img .news-title {
    min-height: 43px;
    background-color: rgba(0, 77, 161, 0.8);
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
}

.index-news-img .news-title span {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    margin-left: 15px;
    max-width: 50%;
}

.index-news-list {
    width: calc(100% - 520px);
}

.index-news-list-url a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 10px;
    background-color: #004ab1;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #ffffff;
}

.news-box {
    margin: 15px 0 0 0;
    padding-bottom: 15px;
    border-bottom: 2px dashed #585858;
}

.news-box .news_title {
    font-size: 18px;
    display: inline-block;
    color: #333;
    font-family: "微软雅黑";
    padding-bottom: 15px;
    max-width: 100%;
}

.news-box .news_intro {
    font-size: 16px;
    color: #76766a;
    font-family: "微软雅黑";
    line-height: 28px;
    text-indent: 24px;
}

.news-list ul li {
    margin-top: 15px;
    list-style: square;
    margin-left: 16px;
}

.news-list ul li::marker {
    color: #004ab1 !important;
}

.news-list ul li a .news_bt {
    font-size: 16px;
    color: #525a4f;
    font-family: "微软雅黑";
    display: inline-block;
    max-width: 80%;
}

.news-list ul li a .news_time {
    font-size: 14px;
    color: #605856;
    font-family: "微软雅黑";
}
#news_slide .swiper-slide,
#index-about .swiper-slide{
    height: 360px;
    max-height: 360px;
    width: 100%;
}
.index-news-imgs .one {
    width: 485px;
    display: inline-block;
}

.index-news-imgs .two {
    width: calc(100% - 500px);
    display: inline-block;
}

.index-news-imgs a {
    max-height: 150px;
}

.index-news-imgs a img {
    width: 100%;
    height: auto;
}

/* 板块二 */
.index-links {
    padding: 0 0 60px;
}

.index-links-item {
    width: calc(100% / 5 - 15px);
    min-height: 165px;
    margin-bottom: 15px;
    height: 100%;
}

.index-links-item:nth-child(odd) {
    background-color: #f1f5f6;
}

.index-links-item:nth-child(even) {
    background-color: #f1f5f6;
}
.index-links-item-img,
.index-links-item-img img {
    width: 100%;
    max-width: 100%;
}

.index-links-item:nth-child(odd) .index-links-item-name {
    color: #333;
}

.index-links-item:nth-child(even) .index-links-item-name {
    color: #333;
}

.index-links-item-name {
    display: none;
    font-size: 1rem;
    padding-top: 15px;
    font-family: "微软雅黑";
}

/* 板块三 */
.index-about {
    padding: 0 0 60px 0;
}

.index-about-l {
    width: 480px;
    max-height: 480px;
    position: relative;
}

.index-about-l .swiper {
    overflow: hidden;
    /*margin: 15px 15px;*/
}

.index-about-l .swiper .swiper-slide {
    width: 100%;
    height: 100%;
    max-height: 480px;
}

.index-about-l .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.index-about-l::before {*/
/*    content: '';*/
/*    height: 100px;*/
/*    width: 100px;*/
/*    background-color: #004ab1;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/

/*}*/

/*.index-about-l::after {*/
/*    content: '';*/
/*    height: 100px;*/
/*    width: 100px;*/
/*    background-color: #cc0001;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*}*/

.index-about-r {
    width: calc(100% - 520px);
    margin: 15px 0;
}

.index-about-r-intro,
.index-about-r-intro p,
.index-about-r-intro p span,
.index-about-r-intro span {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    font-family: "微软雅黑";
}

.index-about-r-link {
    margin-top: 50px;
}

.index-about-r-link-item {
    width: calc(100% / 3 - 30px);
}

.link_img img {
    height: 30px;
    width: auto;
    max-width: 100%;
    margin-right: 15px;
}

.link_name h3 {
    font-size: 16px;
    color: #000302;
    font-family: "微软雅黑";
    padding-bottom: 5px;
}

.link_name p {
    font-size: 13px;
    color: #99978a;
    font-family: "微软雅黑";
}

/* 板块四 */
.index-news2 {
    padding: 20px 0 60px 0;
}

.index-news2-item {
    width: calc(100% / 3 - 10px);
}

.index-news2-item-img {
    width: 100%;
}

.index-news2-item-img img {
    width: 100%;
    height: auto;
}

.index-news2-item-list {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    border-top: 2px solid #004ab1;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.news_img {
    width: 100%;
    max-height: 208px;
    overflow: hidden;
    position: relative;
}

.news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.news_img_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 77, 161, 0.8);
    color: #fff;
    display: inline-block;
    max-width: 100%;
    font-family: "微软雅黑";
    font-size: 16px;
    text-align: center;
}

.news_img_box {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #e9e9e9;
}

.news_img_box:hover .news_img img {
    transform: scale(1.1);
}

.index-news2-item-list .news-list {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #e9e9e9;
    list-style: square !important;
}

.index-news2-item-list .news-list .incon {
    background-color: #dedede !important;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 10px;
}

.index-news2-item-list .news-list a {
    max-width: 80%;
}

.index-news2-item-list .news-list span {
    display: inline-block;
    font-size: 18px;
    color: #2d3b2c;
    font-family: "微软雅黑";
}

.index-news2-item-list .news-time {
    font-size: 16px;
    color: #bfb8ae;
    font-family: "微软雅黑";
}

/* 板块五 */
.index-cese {
    padding: 0 0 60px 0;
}

.index-cese-item {
    max-height: 235px;
    overflow: hidden;
    position: relative;
}

.index-cese-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.index-cese-item:hover img {
    transform: scale(1.1);
}

.index-cese-flex .swiper-pagination.index-ceses {
    bottom: 15px;
}

.index-cese-flex .swiper-pagination.index-ceses .swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    border-radius: 10px;
}

.index-cese-item .cese_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-color: rgba(0, 77, 161, 0.8);
    color: #fff;
    display: inline-block;
    max-width: 100%;
    font-family: "微软雅黑";
    font-size: 16px;
    padding: 10px;
}

/* 板块六 */
.index-message {
    padding: 60px 0;
}

.index-message-l {
    width: 465px;
    padding: 50px;
    position: relative;
}

.index-message-l .index-message-l-name {
    font-size: 20px;
    color: #fff;
    font-family: "微软雅黑";
    padding-bottom: 15px;
}

.index-message-l .index-message-l-subname {
    font-size: 30px;
    color: #fff;
    font-family: "微软雅黑";
    font-weight: bold;
    padding-bottom: 15px;
}

.index-message-l .index-message-l-intro {
    color: #fff;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 28px;
}

.index-message-r {
    width: calc(100% - 500px);
}

.index-message-r .layui-form .layui-form-item.width {
    width: calc(100% / 2 - 7.5px);
}

.index-message-r .layui-form .layui-form-item {
    width: 100%;
}

.index-message-r .layui-form .layui-form-item .layui-input,
.index-message-r .layui-form .layui-form-item .layui-textarea {
    width: 100%;
    background-color: #f3f7f8;
    border: 1px solid #f3f7f8;
    font-size: 14px;
    color: #b6babb;
    font-family: "微软雅黑";
}

.index-message-r .layui-form .layui-form-item .layui-input::placeholder {
    font-size: 14px;
    color: #b6babb;
    font-family: "微软雅黑";
}

.index-message-r .layui-form .layui-form-item .layui-textarea::placeholder {
    font-size: 14px;
    color: #b6babb;
    font-family: "微软雅黑";
}

.index-message-r .layui-form .layui-form-item .layui-textarea {
    padding: 10px;
    line-height: 24px;
    outline: none;
    resize: none;
}

.index-message-r .layui-form .layui-form-item .layui-input.verify-input {
    width: 150px;
    margin-right: 10px;
    display: inline-block;
}

.index-message-r .layui-form .layui-form-item .verify_img {
    height: 38px;
    width: auto;
}

.index-message-r .layui-form .layui-form-item .layui-btn {
    width: 120px;
    background-color: #004ab1;
}

.index-message-r .layui-form .layui-form-item.layui-btn-ITem {
    margin-top: 40px;
}

/* 板块七 */
.index-link {
    padding: 0 0 60px 0;
}

.picMarquee-left {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 15px 0;
}


.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 8px;
    overflow: hidden;
    text-align: center;
    width: calc(100% / 5);
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: auto;
    height: 80px;
}

/* 关于页面 */
.index {
    padding: 60px 0;
}

.text_box {
    padding-top: 30px;
}

.text_box,
.text_box p,
.text_box p span,
.text_box span {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #363530;
    display: inline-block;
    line-height: 28px;
}

/* 新闻页面 */
.news-index-box {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
}

.news-index-box-img {
    width: 150px;
    max-height: 150px;
    overflow: hidden;
}

.news-index-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    transition: all 0.5s;
}

.news-index-box-img:hover img {
    transform: scale(1.1);
}

.news-index-box-right {
    width: calc(100% - 180px);
}

.news-index-box-right .news-title {
    font-size: 18px;
    width: 100%;
    max-width: 100%;
    color: #666563;
    font-family: "微软雅黑";
    margin-bottom: 15px;
    display: inline-block;
}

.news-index-box-right .news-intro {
    font-size: 14px;
    line-height: 24px;
    font-family: "微软雅黑";
    color: #7d7779;
}

.news-index-box-right .news_times {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #313332;
    margin-top: 15px;
}

.news-index-box-right .news-title:hover {
    color: #004ab1;
}

/* 联系我们页面 */
.map {
    width: 100%;
    height: 500px;
}

.contact-flex {
    margin: 30px 0;
}

.contact-left {
    width: 800px;
}

.contact-left .contact_box,
.contact-left .contact_box p,
.contact-left .contact_box span,
.contact-left .contact_box p span {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #363530;
    display: inline-block;
    line-height: 28px
}

.contact-right {
    width: calc(100% - 880px);
}

/* * 资质页面 */
.bigimg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    border: 10px solid #fff;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 98;
    transition: all 1s;
    display: none
}

.bigbox {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bigbox>.imgbox {
    width: calc(100% / 3 - 15px);
    margin-right: 15px;
    margin-top: 15px;
    background-color: #f4f5f9;
    padding: 15px;
    padding-bottom: 50px;
    min-height: 340px;
}

.bigbox>.imgbox span {
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
    color: #333;

}
.bigbox>.imgbox a{
    max-height: 230px;
    overflow: hidden;
}
.bigbox>.imgbox a img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}
.imgbox:hover {
    cursor: zoom-in
}

.mask:hover {
    cursor: zoom-out
}

.mask>img {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
}

.mask>img:hover {
    cursor: pointer
}
/* 机构页面 */
.technology_flex {
    margin-top: 15px;
}

.technology_item {
    padding: 15px 0;
    border-bottom: 2px dashed #efefef;
    width: 100%;
}

.technology_title {
    font-size: 18px;
    font-family: "微软雅黑";
    color: #363530;
    display: inline-block;
    max-height: 85%;
}

.technology_times {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #363530;
    display: inline-block;
}

/* 案例页面 */
.cese_flex {
    margin-top: 15px;
}

.cese_item {
    padding: 15px 0;
    border-bottom: 2px dashed #efefef;
    width: 100%;
}

.cese_title {
    font-size: 18px;
    font-family: "微软雅黑";
    color: #363530;
    display: inline-block;
    max-height: 85%;
}

.cese_times {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #363530;
    display: inline-block;
}