* {
    margin: 0;
    padding: 0;
}

body {
    font-family: PingFang SC-Regular, PingFang SC;
    -webkit-background-clip: text;
}

.main {
    width: 100%;
    height: 100%;
}

html { /*便捷内容*/
    font-size: 5.208333333333334vw;
}

@media (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

/* 第一个块 */
.content {
    height: 4.1rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: khaki;
    position: relative;
}

.contentpos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.3);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.headerRep {
    width: 100%;
    z-index: 10;
}

#NavTop {
    width: 94%;
    margin: 0 auto; /* background-color: aqua; */
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    z-index: 1;
}

.headercoopy {
    display: none;
    width: 100%;
    height: 0.7rem; /* background-color: #0D2A64; */
}

.logo {
    width: 2.7rem;
    height: 0.52rem;
    padding: 0.2rem 0;
}

.logo img {
    /*width: 100%;*/
    display: block;
    height: 100%;
}

#NavTop nav {
    width: 6.33rem;
    height: 0.27rem; /* background-color: blue; */
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fl li {
    list-style: none;
    font-size: 0.16rem;
    z-index: 1;
}

.fl li a {
    text-decoration: none;
    color: #FFFFFF;
}

.fl li a:hover {
    color: #fff3c1;
}

#bb .active a { /* color: #333333; */
    font-weight: bolder;
}

.fl li:nth-of-type(4) {
    position: relative;
}

.hoverxjm {
    width: 1.16rem;
    height: 0.84rem;
    background-image: url(../images/xjm/联合\ 1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -0.23rem;
    top: 0.23rem;
    display: none;
    font-size: 0.14rem;
}

/*.fl li:nth-of-type(4):hover .hoverxjm {*/
/*    display: block;*/
/*}*/

.hoverxjm > div > a {
    color: #333333;
}

.hoverxjm > div > a:hover {
    color: #0D2A64;
}

.hoverxjm > div {
    margin-top: 0.14rem;
}

.middleContent { /*height: 2.8rem;*/ /*display: flex;*/ /*justify-content: center;*/ /*align-items: center;*/ /*color: #FFFFFF;*/ /*font-size: 0.4rem;*/
    height: 2.8rem;
    color: #FFFFFF;
    font-size: 0.4rem;
    text-align: center;
    overflow: hidden; /* background-color: brown; */
}

.middleContent p:nth-of-type(2) {
    color: #ccc;
    font-size: 0.3rem;
}

.middleContent p {
    margin-top: 0.6rem;
}

.introduce {
    width: 100%; /* height: 1080px; */
    margin: 0 auto; /* background-color: aqua; */
}

.btnnav > .fire > a {
    color: #307A8B;
    padding-bottom: 10px;
    border-bottom: 3px solid #307A8B;
}

.introducenav {
    width: 65%;
    height: auto; /* background-color: blue; */
    margin: 0 auto;
    padding: 0.3rem 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: left;
}

.introducenav span img {
    width: 0.5rem;
    height: 1px;
    vertical-align: middle;
}

.introducenav ul {
    display: flex;
    margin-left: 20px;
    color: #999999;
    font-size: 0.22rem;
}

.introducenav ul li {
    list-style: none;
    padding: 0 25px;
    cursor: pointer;
}

.introducenav ul li a {
    color: #999999;
    font-size: 0.22rem;
}
.introducenav ul li a:hover{
    color: #307A8B;
}

/* 第一个切换块 */
.milepost > li {
    height: 3.3rem; /* background-color: red; */
    color: #333;
}

.milepost > li:nth-of-type(odd) {
    background-color: #F9F9F9;
}

.milepost > li:hover {
    background-color: #A9B8D0; /* transition: 0.5s; */
    background-repeat: no-repeat;
    background-position: right 0.36rem bottom 0.97rem;
    color: #FFFFFF;
}

.milepost > li > a:hover {
    color: #FFFFFF;
}

.milepost > li > a > div {
    margin: 0 auto;
    width: 65%;
    height: 100%; /* background-color: aqua; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.milepost > li > a > div > div:nth-of-type(1) {
    width: 31%;
    height: 2.3rem; /* background-color: rosybrown; */
}

.milepost > li > a > div > div:nth-of-type(2) {
    width: 67%;
    height: 2.3rem; /* background-color: yellow; */
    display: flex;
    text-align: left;
    align-items: center;
}

.milepost li img {
    width: 100%;
    height: 100%;
}

.milepost > li > a > div > div:nth-of-type(2) > div:nth-of-type(1) {
    font-size: 1.2rem;
    font-family: DIN Alternate-Bold, DIN Alternate;
    font-weight: bold;
    margin-right: 0.2rem;
    margin-bottom: 2px;
}

.milepost > li a > div > div:nth-of-type(2) > div:nth-of-type(1) {
    font-size: 0.2rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
}

.milepost > li a > div > div:nth-of-type(2) > div:nth-of-type(1) > p:nth-of-type(1) {
    font-size: 0.26rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400; /* color: #333333; */
}

.gushimokuai {
    width: 66%;
    height: auto;
    /* background-color: tomato; */
    margin: 0 auto;
    /* display: flex; */
    /*padding: 0.5rem 0;*/
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    transition-property: transform;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide>p {
    position: absolute;
    font-size: 0.21rem;
    color: #FFFFFF;
    /* display: none; */
}

.jieshaopos {
    width: 3.28rem;
    height: auto;
    /* background-color: yellow; */
    position: absolute;
    top: 0.37rem;
    left: 0.31rem;
    color: #FFFFFF;
    display: none;

}

/* 公用 */
.jieshaopos p:nth-of-type(1) {
    /* margin-top: 20px; */
    font-size: 0.2rem;
    margin-bottom: 0.12rem;
}

.jieshaopos p:nth-of-type(1) span:nth-of-type(1) {
    font-size: 0.2rem;
}

.jieshaopos p:nth-of-type(1) span:nth-of-type(2) {
    font-size: 0.15rem;
}

.jieshaopos>p:nth-of-type(2) {
    /* background-color: aqua; */
    font-size: 0.16rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

/* 滑入滑出效果 */
.swiper-slide:hover .jieshaopos {
    display: block;
    transition: 0.5s;

}

.swiper-slide:hover.swiper-slide>p {
    transition: 0.5s;
    display: none;
}

/* 底部 */
footer {
    width: 100%;
    height: 5.4rem;
    background-color: #307A8B ;
}

.footList a {
    color: #FFFFFF !important;
}

.foot {
    width: 12.4rem;
    height: 5.4rem; /* background-color: brown; */
    margin: 0 auto;
    display: flex;
    position: relative;
    color: #FFFFFF !important;
}

.footLeft {
    width: 8.92rem;
    height: 5.4rem; /* background: bisque; */
}

.footMiddle {
    flex: 1;
    align-items: center;
    text-align: center;
}

.footMiddle img {
    height: 3.2rem;
    margin-top: 50px;
}

.footRight {
    width: 2.46rem;
    height: 5.4rem; /* background-color: cadetblue; */
}

.leftTop {
    width: 8.92rem;
    height: 3rem; /* background-color: black; */
}

.footList {
    display: flex;
    justify-content: space-between;
    font-size: 0.12rem;
    margin-top: 0.35rem;
}

.footList li {
    list-style: none;
}

.footList li p {
    margin-top: 5px;
}

.footList li p:nth-of-type(n+2) {
    margin-top: 0.15rem;
}

.footList li p:nth-of-type(n+2) a:hover {
    color: #000;
}

.big {
    font-size: 0.16rem;
    font-weight: bold
}

.leftCenter {
    height: 0.39rem;
    display: flex; /* background-color: aqua; */
}

.leftCenter1 img {
    width: 2.03rem;
    height: 0.4rem;
    display: block;
}

.leftCenter2 img {
    height: 0.4rem;
    margin: 0 0.35rem;
    display: block;
}

.leftCenter3 img {
    width: 1.92rem;
    height: 0.4rem;
    display: block;
}

.leftBottom {
    height: 0.6rem;
    font-size: 0.12rem;
    color: #999999;
    margin-top: 0.5rem;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 0;
    right: 0;
}

.leftBottom a {
    color: #999999;
}

.bottomChild {
    margin-left: 0.6rem;
}

.rightTop {
    margin-top: 0.4rem;
}

.rightTop1 {
    font-size: 0.16rem;
}

.rightTop2 {
    margin-top: 7px;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 24px;
}

.rightBottom {
    margin-top: 0.3rem;
    margin-left: -0.1rem;
    display: flex;
    justify-content: space-between;
}

.rightBottom p {
    text-align: center;
    font-size: 0.12rem;
}

.rightBottom img { /* text-align: center;    vertical-align: middle; */
    margin-top: 8px;
    width: 1.08rem;
    height: 1.08rem;
}
.hidden-pc{
    display: none;
}
@media (max-width: 767px) {
    .hidden-pc{
        display: block;
    }
    .hidden-xs {
        display: none;
    }
    .introducenav ul{
        margin: 0;
    }
    .introducenav ul li{
        padding: 0 5px;
        font-size: 14px;
    }
    .x_nav{
        top: 0;
        background: rgba(5,147,77,.5);
        position: fixed;
        left: 0;
        right: 0;
        z-index: 20;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .x_nav .x_nav_logo{
        width: 120px;
    }
    .x_nav .x_nav_bread{
        width: 30px;
    }
    .x_nav_list{
        position: fixed;
        left: -100%;
        width: 100%;
        top: 0;
        padding: 0;
        background: #307a8b;
        z-index: 100;
        height: 100%;
    }
    .x_nav_list ul{
        line-height: 80px;
        font-size: 16px;
        list-style: none;
        padding-left: 45px;
    }
    .x_nav_list ul li a{
        color: #fff;
    }
    .iconguanbi1{
        position: absolute;
        top: 0;
        right: 0;
        padding: 30px;
        color: #fff;
        font-weight: bold;
    }
    .foot{
        width: 90%;
    }
    .leftBottom{
        font-size: 12px;
        height: auto;
        padding-bottom: 15px;
    }
    .introducenav{
        width: 90%;
        padding: 15px 0;
    }
    .introducenav ul li a{
        font-size: 14px;
    }
    .gushimokuai{
        width: 90%;
    }
    .gushimokuai div a{
        width: 100% !important;
    }
    .swiper-slide>p{
        font-size: 14px;
    }
}
