@charset "utf-8";
.g-bnr{
    width: 1920px;
    height: auto;
    position: relative;
}
.g-bnr .banner-text{
    position: absolute;
    top: 180px;
    left: calc(100% / 2 - 1300px / 2);
    z-index: 999;
}
.g-1st{
    width: 1920px;
}
.g-1st-s{
    width: 1920px;
    height: 140px;
}
.g-1st-s-lt{
    width: 1030px;
    height: 220px;
    background: #0D4DA1;
    position: relative;
    top: -40px;
    z-index: 999;
    display: flex;
    justify-content: flex-end;
}
.g-1st-s-lt .m-list{
    width: 720px;
    height: 100%;
    color: #fff;
    padding-right: 70px;
}
.g-1st-s-lt .m-list .m-tnm{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    position: relative;
}
.g-1st-s-lt .m-list .m-tnm a{color: #fff;}
.g-1st-s-lt .m-list .m-tnm::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38px;
    height: 1px;
    background: #fff;
}
.g-1st-s-lt .m-list .m-list-s{
    width: 100%;
    height: auto;
    display: flex;
    padding: 10px 0;
}
.g-1st-s-lt .m-list .m-list-s .m-list-sData{
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    margin-top: 10px;
    margin-right: 20px;
}
.g-1st-s-lt .m-list .m-list-s .m-list-sData p:first-child{
    font-size: 28px;
    text-align: center;
    line-height: 38px;
}
.g-1st-s-lt .m-list .m-list-s .m-list-sData p:last-child{
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}
.g-1st-s-lt .m-list .m-list-s .m-list-nm{
    width: 560px;
    height: auto;
}
.g-1st-s-lt .m-list .m-list-s .m-list-nm a{
    color: #fff;
}
.g-1st-s-lt .m-list .m-list-s .m-list-nm .m-list-nm-s .m-list-nm-s-tt{
    display: block;
    width: 100%;
    line-height: 36px;
}
.g-1st-s-lt .m-list .m-list-s .m-list-nm .m-list-nm-s p{
    font-size: 12px;
    line-height: 1.8;
    color: #f5c2b8;
    text-indent: 35px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.g-1st-s-lt .m-list .m-list-s .m-list-nm ul{
    margin-top: 10px;
}
.g-1st-s-lt .m-list .m-list-s .m-list-nm li{
    line-height: 26px;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
}
.g-1st-s-lt .m-list .m-list-s .m-list-nm li::before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 5px;
}
.g-1st-s-lt .m-list .m-list-s .m-list-nm li a{
    display: block;
    width: 460px;
}
.g-1st-s .g-1st-s-rt{
    width: 855px;
    height: 100%;
}
.swiper-button-prev,.swiper-button-next{
    width: 35px;
    height: 35px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
}
.g-3th{
    width: 1300px;
    height: auto;
    margin: 0 auto;
}
.g-2nd{
    width: 1300px;
    height: 280px;
    margin: 0 auto;
}
.g-2nd .g-2nd-lt{
    width: 423px;
    height: 270px;
    position: relative;
}
.g-2nd .g-2nd-lt .swiper-slide img{
    width: 100%;
    height: 240px;
}
.g-2nd .g-2nd-lt .swiper-slide p{
    max-width: 320px;
    margin-left: 15px;
    height: 40px;
    line-height: 40px;
}
.g-2nd-lt>img{
    width: 20px;
    height: 20px;
    border: 1px solid #d1d1d1;
    padding: 5px 7px;
    position: absolute;
    bottom: 12px;
    z-index: 999;
    cursor: pointer;
    background: #fff;
}
.g-2nd-lt>img:nth-child(2){
    right: 40px;
}
.g-2nd-lt>img:nth-child(3){
    right: 10px;
}
.g-2nd-rt{
    width: 330px;
    height: 100%;
    border: 1px solid #e9e9e9;
    padding: 0 17px;
}
.g-2nd-rt .g-tnm{
    width: 100%;
    height: 45px;
    position: relative;
}
.g-2nd-rt .g-tnm::before{
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #0D4DA1;
    position: absolute;
    bottom: 2px;
    left: 0;
}
.g-2nd-rt .g-tnm span,
.g-2nd-rt .g-tnm a{
    color: #0D4DA1;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
}
.g-2nd-rt .g-tnm a{
    font-size: 18px;
}
.g-2nd-rt .g-2nd-rt-sb{
    width: 100%;
    height: 205px;
    margin-top: 10px;
}
.g-2nd-rt .g-2nd-rt-sb a{
    width: 90px;
    height: 100%;
    background: #f8f0ec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.g-2nd-rt .g-2nd-rt-sb a img{
    margin-bottom: 25px;
}
.g-2nd-rt .g-2nd-rt-sb a span{
    color: #9c5e3e;
    font-weight: bold;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    display: grid;  
}
.g-2nd-md{
    width: 510px;
    height: 100%;
}
.g-2nd-md .m-tab{
    height: 40px;
    display: flex;
}
.g-2nd-md .m-tab a{
    display: block;
    width: 134px;
    height: 100%;
    text-align: center;
    line-height: 45px;
    background: #f8f0ec;
    color: #9c5e3e;
    font-weight: bold;
    cursor: pointer;
}
.g-2nd-md .m-tab .active{
    color: #fff;
    background: #0D4DA1;
}
.g-2nd-md .m-list{
    width: 100%;
    height: auto;
}
.g-2nd-md .m-list ul{
    width: 100%;
    height: 250px;
    padding: 10px 0;
    display: none;
    position: relative;
}
.g-2nd-md .m-list .active{
    display: block;
}
.g-2nd-md .m-list ul::before{
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 60px);
    background: url(../../images/gxjk.files/ul-bg.png) left top repeat-y;
    position: absolute;
    top: 30px;
    left: 5px;
}
.g-2nd-md .m-list ul li{
    width: 100%;
    padding-left: 25px;
    height: 38px;
    display: flex;
    align-items: center;
    position: relative;
}
.g-2nd-md .m-list ul li::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px dashed #b8b8b8;
    position: absolute;
    top: 14px;
    left: 0;
    background: #fff;
}
.g-2nd-md .m-list ul li:hover::before{
    background: #0D4DA1;
}
.g-2nd-md .m-list ul li a{
    max-width: 385px;
    color: #333;
}
.g-2nd-md .m-list ul li span{
    margin-left: 15px;
    color: #d9d9d9;
    margin-top: 5px;
}

/*焦点图*/
.m-jdt{width: 423px;height:280px;overflow:hidden;position:relative;}
.m-jdt .jdt-index{height:15px;overflow:hidden;position:absolute;right:5px;bottom: 50px;z-index:1;}
.m-jdt .jdt-index ul{overflow:hidden;zoom:1;float:left;}
.m-jdt .jdt-index ul li{float:left;margin-right: 8px;width:10px;height:10px;line-height:14px;text-align:center;background:#fff;cursor:pointer;border-radius: 50%;}
.m-jdt .jdt-index ul li.on{background: #0D4DA1;color:#fff;}
.m-jdt .jdt-img{position:relative;height:100%;z-index:0;}
.m-jdt .jdt-img li{zoom:1;vertical-align:middle;}
.m-jdt .jdt-img li p{position: absolute;line-height: 26px;bottom: 0px;right: 0;width: 100%;color: #040101;font-size: 18px;text-indent: 1em;background-color: #fff;}
.m-jdt .jdt-img img{width: 100%;height:236px;display:block;padding: 5px;border: 1px solid #e5e5e5;}
.m-jdt .prev,.m-jdt .next{width: 25px;height: 25px;display: inline-block;position: absolute;bottom: 0;border: 1px solid #e5e5e5;}
.m-jdt .prev{background: url(/images/gxjk.files/arrow-left-small.png) no-repeat center;right: 50px}
.m-jdt .next{background: url(/images/gxjk.files/arrow-right-small.png) no-repeat center;right: 5px;}
