/* 头部公共样式 */
body {
    height: fit-content;
}

.header1 {
    background-color: #FFFFFF;
    height: 168px;
    box-shadow: 0px 4px 4px 0px rgba(6, 91, 81, 0.1);
    width: 100%;
    position: fixed;
    top: -0;
    transition: top 0.3s ease-in-out;
    z-index: 100;
}

.header1 .inner {
    padding: 0;
}

.header1 .inner .fix {
    position: relative;
}

.header1 .inner .fix .logoBox {
    width: 29%;
    height: 87px;
    top: 40px;
    left: 0;
    position: absolute;
}

.header1 .inner .fix .logoBox img {
    /*width: 100%;*/
    /*height: 100%;*/
}

.header1 .inner .fix .tabs {
    float: right;
    margin-top: 5%;
}

.header1 .inner .fix .tabs li {
    float: left;
    height: 34px;
    font-size: 24px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #063C6C;
    line-height: 28px;
    margin-right: 32px;
}

.header1 .inner .fix .tabs li a {
    color: #063C6C;
}

.header1 .inner .fix .tabs li .select {
    color: #2395FB;
}

.header1 .inner .fix .tabs li:last-child {
    margin-right: 0;
}

.content .banner {
    width: 100%;
    height: 220px;
    background: url("../images/jzwd.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 168px;
    padding-top: 74px;
    position: relative;
}

.content .banner .backgText {
    text-align: center;
}

.content .banner .backgText .big {
    font-size: 40px;
    font-family: 'FontName-Regular', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 47px;
    margin-bottom: 5px;
}

.content .banner .backgText .small {
    font-size: 20px;
    font-family: 'FontName-Regular', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
}

.content .banner .backgText p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.content .inner .mapBox {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
    display: flex;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.content .inner .mapBox .leftMap {
    flex: 1;
    width: 67%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.content .inner .mapBox .right {
    width: 33%;

}

.content .inner .mapBox .right .title {
    font-size: 28px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
    padding: 23px 36px;
    background: rgba(32, 107, 209, .1);
    text-align: center;
}

.content .inner .mapBox .right ul li {
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 47px;
    padding-right: 30px;
    position: relative;
    /*border-bottom: 1px solid #EBEBEB;*/
    cursor: pointer;
    /* 鼠标悬停时显示手指光标 */
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 10px;
    background: #fff;
}
.content .inner .mapBox .right ul li div {
    padding-left: 20px;
}
.content .inner .mapBox .right ul li:hover {
    /*transform: translateY(-1px); !* 抬起效果，你可以根据需要调整数值 *!*/
    /*box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); !* 阴影效果，可以根据需要调整参数 *!*/
}
.textBox +.textBox {
    border-top:1px dashed #1d1d1d;
}
/*.content .inner .mapBox .right ul  .siteItem::before {*/
/*    content: "";*/
/*    !* 必须有内容，即使为空，以创建伪元素 *!*/
/*    position: absolute;*/
/*    top: 10%;*/
/*    left: 10%;*/
/*    width: 26px;*/
/*    height: 34px;*/
/*    background-image: url("../images/index/jzwd.png");*/
/*    !* 设置伪元素的背景图片 *!*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*}*/
.mapBox .right .siteList{
    height: 756px;
    overflow: auto;
    background: #ebebeb;
}
.content .inner .mapBox .right ul li p {
    height: 24px;
    font-size: 18px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #2395FB;
    line-height: 21px;

}

.content .inner .mapBox .right ul li .textBox .text1 {
    float: left;
    /*max-height: 32px;*/
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #666;
    width: 100%;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /* white-space: nowrap;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    margin: 15px 0 10px 0;
    position: relative;
    padding-left: 28px;
    /*height: 20px;*/
    line-height: 20px;
}
.content .inner .mapBox .right ul li .textBox .text1::before{
    content: "";
    /* 必须有内容，即使为空，以创建伪元素 */
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("../images/index/zuobiao.png");
    /* 设置伪元素的背景图片 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content .inner .mapBox .right ul li .textBox .text2 {
    float: left;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    position: relative;
    padding-left: 28px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.content .inner .mapBox .right ul li .textBox .text2::before{
    content: "";
    /* 必须有内容，即使为空，以创建伪元素 */
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("../images/index/lianxifangshi.png");
    /* 设置伪元素的背景图片 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 1599px) {
    .header1{height: 80px;padding-top: 15px;}
    .header1 .inner .fix .logoBox img{width: 400px;}
    .header1 .inner .fix .tabs{margin-top: 10px}
    .header1 .inner .fix .tabs li{font-size: 20px;margin-right: 10px;}
    .header1 .inner .fix .logoBox{top: -5px;}
    .content{margin-top: 81px;}
    .inner{max-width: 1200px;}
    .content .banner{margin-top: 81px;padding-top: 40px;height: 150px;}
    .content .banner .backgText .big{font-size: 32px;}
    .content .banner .backgText .small{font-size: 18px;}

    .content .banner .tabBox{height: 60px;margin-top: 24px;}
    .content .banner .tabBox li{padding: 20px 0;font-size: 16px;}

/*    .content .inner .card1 li{height: 130px;}
    .card1 li .intro>p{font-size: 18px;line-height: 30px;}
    .card1 li .intro>span{font-size: 13px;height: 44px;line-height: 22px;}
    .card1 li .intro .bottom{font-size: 12px;padding: 10px 0;}

    .card1 li .intro .data{bottom: 0;}
    .card1 li .intro .data .jiantou{height: 30px;background: url(../images/youjiantou.png) no-repeat right 40px bottom 10px;}
    .card1 li .intro .data p{font-size: 30px;padding-top: 10px;}
    .card1 li .intro .data span{font-size: 15px;}

    .content .inner .mapBox .right .title{font-size: 18px;padding: 10px;}
    .content .inner .mapBox .right ul li p{font-size: 14px;height: 40px;line-height: 20px;}
    .content .inner .mapBox .right ul li{padding-right: 10px;padding-top: 10px;padding-bottom: 10px;}
    .content .inner .mapBox .right ul li .textBox .text1{font-size: 12px;}*/
    .footer p{font-size: 13px;}
}
