.yszc {
    color: #4770FF;
}

.yszb {
    background: #4770FF;
}

.head {
    position: sticky;
    position: -webkit-sticky;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 9.3333vw;
    background-color: #fff;
    z-index: 9;
}

.head .logo {
    font-size: 5.3333vw;
    overflow: hidden;
    line-height: 6.6667vw;
    color: #000;
}

.head .logo img {
    height: 6.6667vw;
    display: block;
}

.backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.6);
    inset: 0;
    display: none;
}

.menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    overflow-y: auto;
    width: 40vw;
    background-color: #fff;
    display: none;
}

.menu img {
    width: 8.5333vw;
    display: block;
}

.menu a {
    border-radius: 6px;
    padding: 9px 18px;
    display: block;
}

.menu .cur a {
    background-color: #F0F2F5;
    color: #4770FF;
}

.menu .ver {
    position: absolute;
    bottom: 2.6667vw;
    left: 2.6667vw;
    right: 2.6667vw;
    width: 34vw;
    font-size: 13px;
    color: #999;
    text-align: center;
}

.br15 {
    border-radius: 15px;
}

.home-tel {
    display: block;
    font-size: 3.4667vw;
    border-radius: 8px;
    background: #4770FF;
    color: #fff;
    height: 8vw;
    line-height: 8vw;
}

.home-tel:hover {
    background: #365be2;
    color: #fff;
}

.home-msg {
    display: block;
    height: 8vw;
    line-height: 8vw;
    font-size: 3.4667vw;
    border-radius: 8px;
    border: 1px solid #eee;
    color: #555;
}

.home-msg:hover {
    border-color: #365be2;
    color: #555;
}

.give ul li {
    float: left;
    width: 48%;
    margin-right: 4%;
    background: #F0F2F5;
    text-align: center;
    padding: 15px 15px 10px 15px;
    border-radius: 10px;
    margin-top: 15px;
}

.give ul li:nth-child(2n) {
    margin-right: 0;
}

.give ul li .img {
    width: 100%;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    border-radius: 10px;
}

.give ul li img {
    width: 80%;
}

.give ul li .name {
    font-size: 3.7333vw;
    margin-top: 12px;
    color: #333;
}

.hexin ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center;
    margin-top: 10px;
}

.hexin ul li:nth-child(3n) {
    margin-right: 0px;
}

.hexin ul li .ico {
    background: #F0F2F5;
    border-radius: 5px;
    padding: 10px 8px;
    margin-bottom: 12px;
    font-size: 8vw;
}

.hexin ul li:nth-child(1) i {
    color: #DE403F;
}

.hexin ul li:nth-child(2) i {
    color: #B039FA;
}

.hexin ul li:nth-child(3) i {
    color: #F29500;
}

.hexin ul li:nth-child(4) i {
    color: #333;
}

.hexin ul li:nth-child(5) i {
    color: #306BF8;
}

.hexin ul li:nth-child(6) i {
    color: #799A4B;
}

.pro .item {
    border-radius: 10px;
}

.pro .item img {
    width: 100%;
    border-radius: 10px;
}

.zixun ul li {
    margin-top: 7px;
}

.zixun ul li a {
    width: 80%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    line-height: 22px;
    margin-top: 2px;
    margin-right: 5%;
    font-size: 14px;
}

.zixun ul li a:hover {
    color: #4770FF;
}

.zixun ul li span {
    float: right;
    color: #b1b1b1;
    font-size: 13px;
    line-height: 22px;
    text-align: right;
    width: 15%;
}

.coop ul li {
    float: left;
    width: 48%;
    margin-right: 4%;
    text-align: center;
    border-radius: 10px;
    margin-top: 15px;
}

.coop ul li:nth-child(2n) {
    margin-right: 0px;
}

.coop ul li img {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 8px;
}

.pro-list .item {
    background: #fff;
    border-radius: 10px;
}


.pro-list .item img {
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pro-list .item .name {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pro-list .item .name {
    padding: 12px 10px;
}

.pro-show .ts {
    background: #F0F2F5;
    border-radius: 8px;
}

.pro-give ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #F0F2F5;
    text-align: center;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    margin-top: 15px;
}

.pro-give ul li:nth-child(3n) {
    margin-right: 0px;
}

.pro-give ul li .img {
    background: #fff;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 12px;
    padding-bottom: 6px;
    border-radius: 10px;
}

.pro-give ul li img {
    width: 11.2vw;
    height: 11.2vw;
    margin-bottom: 5px;
}

.pro-give ul li .name {
    font-size: 15px;
    margin-top: 12px;
    color: #333;
}

.news-nav ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 12px;
}

.news-nav ul li:nth-child(3n) {
    margin-right: 0px;
}

.news-nav ul li a {
    background-color: #F0F2F5;
    border-radius: 6px;
    padding: 9px 25px;
    display: block;
    text-align: center;
}

.news-nav ul li a:hover,
.news-nav .cur a {
    background-color: #6d8bf5;
    color: #fff;
}

.news-nav ul li:last-child {
    margin-right: 0px;
}

.news-list img {
    width: 20vw;
    height: 16vw;
    border-radius: 10px;
    display: block;
}

.pages {
    margin: 30px auto 30px;
    width: auto;
    height: 5.3333vw;
    text-align: center;
}

.pages ul li {
    display: inline-block;
}

.pages a,
.pages span {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 4px 12px;
    margin: 0 3px;
    line-height: 4vw;
    background: #fff;
    color: #666;
    border-radius: 4px;
}

.pages .cur span,
.pages a:hover {
    color: #4770FF;
    border: 1px solid #4770FF;
}

.pages .dis span {
    color: #c9c6c6;
    border: 1px solid #eee;
}

.topic-yun ul {
    margin: 0;
    padding: 0;
}

.topic-yun ul li {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-top: 2vw;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

.topic-yun ul li:nth-child(2n) {
    margin-right: 0px;
}

.topic-yun ul li a {
    display: block;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

.show-text h1 {
    font-size: 4.8vw;
    font-weight: 600;
    text-align: center;
}

.show-text .bx {
    border-bottom: 1px solid #eee;
    padding-bottom: 2.4vw;
}

.jy-content {
    font-size: 3.4667vw;
    line-height: 6vw;
}

.jy-content p {
    line-height: 6vw;
}

.lxfs .item {
    width: 100%;
    background: linear-gradient(102.65deg, rgba(249, 242, 255, 0.9) 0%, rgba(249, 242, 255, 0.5) 97.58%);
    backdrop-filter: blur(12px);
    border-radius: 12.5357px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: left;
    padding: 3.3333vw;
    box-sizing: border-box;
}

.lxfs .item img {
    width: 20vw;
    display: block;
}

.crumb {
    height: 26px;
    line-height: 26px;
    margin-bottom: 1.6vw;
}

.crumb a {
    font-size: 14px;
    color: #666;
}

.crumb .sep {
    color: #989898;
    margin: 0 5px;
    font-size: 14px;
}

.crumb span {
    color: #989898;
}

.crumb a {
    color: #989898;
}