@charset "UTF-8";

/* 公司简介 */
.guanyu {
    padding-top: 50px;
    padding-bottom: 50px;
}

.guanyu {
    background-color: #f7f7f7;
}

.guanyu .txt {
    background-color: #333;
}

.guanyu .txt .p1 {
    color: #2D9FE8;
}

.guanyu .txt a {
    display: inline-block;
    width: 130px;
    line-height: 45px;
    text-align: center;
    color: #2D9FE8;
    border: 1px solid #2D9FE8;
    border-radius: 5px;
}

.guanyu .box {
    padding: 6% 10%;
    margin-bottom: 30px;
}

.guanyu .box li:first-child {
    min-width: 110px;
    width: 40%;
}



/* 新闻中心 */
.xinwen {
    background-color: #f7f7f7;
}

/* 经典案例 */
.anli ul {
    justify-content: center;
}

.anli ul li {
    margin-right: 10px;
    text-align: center;
    width: 15%;
    line-height: 45px;
    border: 1px solid #ddd;
}

.anli ul li a {
    display: block;
}

.anli ul li .on {
    color: #fff;
    background-color: #4072C9;
}

.anli .a {
    margin: 10px auto;
    display: block;
    max-width: 150px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #4072C9;
    border-radius: 5px;
}


.bg_f1 {
    background-color: #f1f1f1;
}

/* 面包屑 */
.crumbs {
    line-height: 50px;
}

.crumbs img {
    vertical-align: text-top;
}

/* 内页 左 */
.ny_zuo {
    width: 20%;
}

.ny_you {
    width: 80%;
}

.menubar li {
    margin-bottom: 5px;
    padding-left: 15px;
    display: flex;
    line-height: 60px;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    transition: all .3s;
}

.menubar li:hover {
    border-color: #4072C9;
}

.menubar li a {
    display: block;
    width: 80%
}

.menubar li img {
    margin-right: 15px;
    margin-left: auto;
    transition: all .3s;
}

.menubar li:hover img {
    margin-right: 5px;
}

.main .tit p {
    border-bottom: 6px solid #f1f1f1;
}


.list-about a img {
    height: 300px;
    width: 100%;
    object-fit: contain;
    border: 1px solid #ddd;
}

/* 公司发展 */
.fazhan {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/fazhan-bg.jpg)no-repeat center/cover;
}

.fazhan .row a {
    display: block;
    padding: 10px;
    background: #fff;
}

.fazhan .row a img {
    padding-bottom: 10px;
    width: 100%;
}

.feng-about .menubar li {
    padding-left: 0;
    margin-right: 15px;
    width: 20%;
    line-height: 50px;
    text-align: center;
}

.feng-about .menubar li a {
    width: 100%;
}

/* 新闻列表 */
.list-news li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.list-news .img {
    margin-right: 15px;
    width: 18%;
}

.list-news .img img {
    height: 120px;
    width: 100%;
    object-fit: cover;
}

.list-news .text {
    width: 80%;
}

/* 联系我们 - 地图 */
.ul_map li {
    position: absolute;
    top: 80%;
    left: 42%;
    cursor: pointer;
}

.ul_map li .txt {
    display: none;
    padding: 15px;
    position: absolute;
    bottom: 100%;
    right: 100%;
    color: #fff;
    width: 15vw;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .5);
}

.ul_map li:hover .txt {
    display: block;
}


.ul_map .li2 {
    top: 55%;
    left: 54%;
}

.ul_map .li3 {
    top: 48%;
    left: 68%;
}

.ul_map .li4 {
    top: 55%;
    left: 70%;
}

.ul_map .li5 {
    top: 57%;
    left: 73%;
}

.ul_map .li6 {
    top: 59%;
    left: 75%;
}


/* 地图列表 */
.list-ditu .a2 {
    margin-top: 10px;
    display: block;
    line-height: 30px;
    width: 90px;
    text-align: center;
    border: 1px solid #dddd;
}

/* 留言 */
.liuyan form p {
    display: flex;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    line-height: 50px;
    border: 1px solid #ddd;
}

.liuyan form span {
    display: inline-block;
    color: #013692;
    width: 60px;
    text-align: center;
    font-size: 22px;
    border-right: 1px solid #ddd;
}

.liuyan form p input {
    padding-left: 15px;
    border: none;
    width: 100%;
    font-size: 14px;
    color: #999;
    background-color: #f5f5f5;
}

.liuyan form textarea {
    padding: 10px;
    border: none;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #999;
    background-color: #f5f5f5;
}

.liuyan form .tijiao {
    margin-left: auto;
    width: 150px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #013692;
    border: none;
}


/* 新闻详情 */
.con-news .top span {
    padding-right: 15px;
}

/*  */
.amap-container {
    height: 100%;
}

.tanchuang {
    position: fixed;
    z-index: 99;
    top: 20%;
    left: calc(50% - 290px);
    width: 100%;
    max-width: 589px;
    animation: suofang linear .5s;
}

.tanchuang.on {
    transform: scale(0);
}

.tanchuang span {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ddd;
}

.tanchuang span:hover {
    color: #fff;
    background-color: #013692;
}

@keyframes suofang {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.zizhi .row a img,
.xinwen .row a img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    border: 1px solid #ddd;
}

.xinwen .row a img {
    object-fit: cover;
}

@media(max-width:992px){
    .guanyu .box{padding: 2%;}
    .guanyu .box{margin-bottom: 10px;}

    .guanyu,.fazhan{padding-top: 20px;}
    .guanyu,.fazhan{padding-bottom: 20px;}

    .guanyu .box li:first-child{width: auto;min-width: 90px;}
    .zizhi .row a img, .xinwen .row a img{height: 180px;}

    .anli ul,.menubar{flex-wrap: wrap;}
    .anli ul li,.feng-about .menubar li{width: 48%;margin: 1%;}
    .bg_f1>.container>.row{flex-wrap: wrap;}
    .ny_zuo,.ny_you{width: 100%;}
    .menubar li{width: 48%;margin-right: 2%;line-height: 50px;float: left;}

    .pb-5, .py-5 {padding-bottom: 1rem!important;}
    .pt-5, .py-5 {padding-top: 1rem!important;}
    .p-4 {padding: .5rem!important;}
    .mt-3, .my-3{margin-top: .7rem!important;}

    .fazhan .row{flex-direction: column;}
    .fazhan .row a{margin-bottom: 10px;}
    .ul_map li .txt{min-width: 130px;}

    .list-news .text .text_2{font-size: 14px;}
}