.nav1 {
    width: 100%;
    float: left;
    height: 70px;
    backdrop-filter: blur(8px);
    background: url(../images/t1.png);
    background-size: 100%;
    margin-left: -21%;
    margin-top: -20px;
    padding-top: 30px;
}

:target#nav1 {
    display: block;
}

.nav1 a {
    color: #333;
}

.nav1 li:hover {
    background: #1B54A7 linear-gradient(180deg, #174B9B 0%, #276FCA 100%);
}

.nav1 ul li {
    text-align: center;
}

.nav1 a:hover {
    color: #fff;
}

.jt {
    width: 1500px;
    height: 50px;
    padding-top: 50px;
    line-height: 50px;
    margin-left: 50px;
}

.jtyw {
    float: left;
    font-size: 44px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #333333;
}

.bj {
    float: left;
    width: 100%;
    /* height: 1500px; */
    background: #f6f6f6;
	padding: 0 0 30px;
}

.fl-1 {
    float: left;
    position: relative;
    width: 20%;
    /* height: 1386px; */
    background: #f6f6f6;
}

.fl-1-1 {
    width: 300px;
    height: 240px;
    background: #fff;
}

.fl-1-1-1 {
    width: 300px;
    height: 80px;
}

.fl-1-1-1 span {
    width: 240px;
    height: 80px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 80px;
    display: block;
    padding-left: 60px;
}

.fl-1-1-1 span:hover {
    background: #194FA1;
    color: #fff;
}

.fl-1 img {
    position: absolute;
    margin-left: 300px;
    margin-top: -45px;
}

.fr-1 {
    float: right;
    width: 75%;
   /* height: 1386px; */
   /* margin-top: -13%; */
    background: #fff;
    /*margin-right: 2%;*/
    padding-bottom: 48px;
}

.p1 {
    float: left;
    width: 28%;
   /* height: 40%; */
    margin-left: 4%;
    margin-top: 48px;
    background: rgba(29, 80, 159, 0.4);
    box-shadow: 0px 6px 10px 4px rgba(25, 79, 161, 0.1);
    border-radius: 10px;
}

.p1 img {
    width: 100%;
    height: 280px;
}

.p1 p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #194FA1;
    line-height: 22px;
    margin-left: 3%;
    margin-top: 3%;
	margin-bottom: 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p1:hover {
    background: #194FA1;
}

.p1:hover p {
    color: #ffffff;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

.body {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}


.contant1 {
    width: 83%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
    height: auto;
    padding-top: 20px;
}

.downfile {
    width: 120px;
    height: 57px;
    float: right;
    cursor: pointer;
}

.downfil img {
    width: 100%;
    height: 100%;
}

.boxDiv {
    background: #F6F6F6;
    width: 100%;
    /* min-height: 938px; */
}

.contant1 {
    padding: 20px auto 148px;
    box-sizing: border-box;
    display: flex;
}

.navigation {
    width: 20%;
    background: #ffffff;
    height: auto;
    margin-right: 5%;
}

.dropClass {
    background: #194FA1;
    color: #ffffff;
}

.descBox {
    width: 80%;
    background: #ffffff;
    height: auto;
    padding: 31px 81px;
    box-sizing: border-box;
}

.fl-2 {
    cursor: pointer;
    display: none;
}

.fl-1 {
    cursor: pointer;
    height: 50px;
    text-align: center;
    line-height: 3;
}

ul {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.middle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.s-side {
    width: 20%;
    background: #ffffff;
    /* height: auto; */
    margin-right: 5%;
    min-height: 256px;
    max-height: 400px;
}

.s-side .s-firstItem i {
    font-size: 20px;
}

.s-side .s-firstItem span {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    text-shadow: 0px 0px 5px #EEEEEE;
    /* white-space: 10px; */
}

.s-side .first {
    /* height: 60px;
  line-height: 4; */
}

.s-side a {
    color: #333333;
}

.s-side .d-firstNav span {
    display: inline-block;
    /* margin-top: 32px; */
    margin-left: 30px;
    font-size: 18px;
    font-weight: 600;
    /* color: #333333; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    line-height: 3;
}

.d-secondNav span {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    /* margin-top: 32px; */
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    margin-top: -10px;
}

.s-side .d-firstNav i.fr {
    font-size: 25px;
}

.s-side .s-secondNav,
.s-side .s-secondItem {
    /* margin-left: 10px; */
    height: 30px;
    /* line-height: 2; */
    padding: 0px 15px;
    box-sizing: border-box;
}

.s-side .d-firstNav,
.s-side .d-firstDrop {
    cursor: pointer;
}

.d-firstNav.active {
    position: relative;
    background: #194FA1;
}

.d-firstNav.active a {
    color: #ffffff;
}

.d-firstNav.active::before {
    content: '';
    width: 10px;
    height: 15px;
    background-image: url(../images/rightsjx.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.d-secondNav.active {
    background-image: url(../images/rightsjx.png);
    background-repeat: no-repeat;
    background-size: 8px;
}


/* .row{
    background-image: url(./images/rightsjx.png);
    background-repeat:no-repeat;
    background-size:8px;
  } */

.rowr {
    background-image: url(../images/rightsjx.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
}

.row {
    background-image: url(../images/rightsjx.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    display: none;
}

.fa-caret-right img {
    width: 100%;
    height: 100%;
}

.s-firstDrop {
    background: #DFEBFF;
    padding: 10px 0 20px;
    box-sizing: border-box;
}

.s-firstDrop li {
    cursor: pointer;
    padding: 10px 15px;
    box-sizing: border-box;
}

.s-side .d-secondDrop {
    margin-left: 100px;
    margin-top: 10px;
}

.iconRotate {
    transform: rotate(90deg);
    transition: transform 0.5s;
}

.s-firstDrop,
.s-secondDrop {
    display: none;
}

.navdown {
    background: #194FA1;
    color: #ffffff;
}

.display {
    display: none;
}

.displaybl {
    display: block;
}