/* 头部公共样式 */
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/rxdh.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 .twoBox {
    height: 260px;
    background: #F3FAFF;
    margin-top: 60px;
    margin-bottom: 180px;
}

.content .inner .twoBox li {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
    text-align: center;
    padding-top: 120px;
}

.content .inner .twoBox li::before {
    content: "";
    /* 伪元素需要有内容，通常为空字符串 */
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -107px;
    display: block;
    /* 让伪元素变成一个块级元素，以便设置宽高 */
    width: 214px;
    /* 设置伪元素的宽度 */
    height: 84px;
    /* 设置伪元素的高度 */
    background-size: cover;
    /* background-image: url("../images/rxdh11.png"); */
}

.content .inner .twoBox li:first-child::before {
    background-image: url("../images/rxdh11.png");
}
.content .inner .twoBox li:first-child::after {
    content: "";
    /* 伪元素需要有内容，通常为空字符串 */
    position: absolute;
    top: 30%;
    right: 0;
    margin-left: -107px;
    display: block;
    height: 80px;
    opacity: 1;
    border: 1px solid #2395FB;
}
.content .inner .twoBox li:last-child::before {
    background-image: url("../images/rxdh22.png");
}

.content .inner .twoBox li .pp1 {
    height: 34px;
    font-size: 24px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    line-height: 28px;
}

.content .inner .twoBox li .pp2 {
    height: 47px;
    font-size: 40px;
    font-family: FontName-Regular, FontName;
    font-weight: 400;
    color: #2395FB;
    line-height: 47px;
}

@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;}

    .inner{max-width: 1200px;}
    .content .banner{margin-top: 81px;padding-top: 70px;}
    .content .banner .backgText .big{font-size: 32px;}
    .content .banner .backgText .small{font-size: 18px;}

    .content .banner .tabBox{height: 60px;margin-top: 64px;}
    .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;}
}
