.index {
    width: 100%;
    background: url('../img/index/topimg.png') no-repeat center top;
    background-size: 100% auto;
}

.index .top_card {
    width: 14rem;
    /*height: 1.3rem;*/
    background: rgba(255, 255, 255, 0.8);
    margin: 0.47rem auto 0.52rem;
    padding-top: 0.26rem;
    box-sizing: border-box;
}
.swiperArt{
    width: 14rem;
    margin:0 auto;
    overflow: hidden;
    position: relative;

}

.swiperArt-pagination{
    position: absolute;
    width: 100%;
    left: 0 !important;
    display: flex;
    justify-content: center;
    bottom: 0 !important;
    bottom: 10px !important;
        z-index: 10;
    /*height: 8px;*/
}

.swiperArt-pagination .swiper-pagination-bullet-active {
    width: 0.16rem;
    height: 0.08rem;
    background: #144FA6;
    border-radius: 0.08rem;
}

.swiperArtLeft{
    
}

.swiperArtLeft, .swiperArtRight {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.6s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.swiperArtRight{
    left: auto;
    right: 0;
}
.swiperArtLeft > img {
    width: 0.18rem;
    transform: rotate(-180deg);
}
.swiperArtRight > img {
    width: 0.18rem;
}

.swiperArtLeft:hover,
.swiperArtRight:hover {
  background-color: #144fa6;
}

.swiperArtLeft:hover > img,
.swiperArtRight:hover > img {
  filter: brightness(100);
}
.index .top_card .top_card_title1 {
    margin-bottom: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.3rem;
    color: #144FA6;
    line-height: 0.32rem;
    text-align: center;
}

.index .top_card .top_card_title2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #081C2E;
    line-height: 0.32rem;
    text-align: center;
        width: calc(100% - 1rem);
    margin:0 auto;
}

.index_title {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0.12rem;
    border-bottom: 0.01rem solid #D8D8D8;
}

.index_title .title_left {
    position: relative;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.22rem;
    color: #144FA6;
    line-height: 0.32rem;
}

.index_title .title_left img {
    position: absolute;
    left: 0;
    top: 0.4rem;
    display: block;
    width: 100%;
    height: 0.05rem;
    object-fit: unset;
}

.index_title .title_right {
    cursor: pointer;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #3D3D3D;
    line-height: 0.32rem
}

.index .in_maoyi {
    width: 14rem;
    margin: 0 auto 0.44rem;
}

.index .in_maoyi .maoyi_con {
    display: flex;
    margin-top: 0.24rem;
}

.maoyi_con .maoyi_time {
    width: 4.5rem;
    height: 3.41rem;
    background: url('../img/index/maoyibg.png') no-repeat;
    background-size: 100% 100%;
    padding: 0.27rem 0.3rem 0;
    box-sizing: border-box;
    margin-right: 0.25rem;
}

.maoyi_con .maoyi_time .time_top {
    display: flex;
    justify-content: space-between;
}

.time_top .time_left {}

.time_top .time_left .time_left_title {
    display: flex;
    align-items: center;
    margin-bottom: 0.17rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #081C2E;
    line-height: 0.25rem;
}

.time_top .time_left .time_left_title img,
.time_top .time_left .time_left_title svg{
    display: block;
    width: 0.22rem;
    height: 0.16rem;
    margin-right: 0.07rem;
}

.time_top .time_left .time_item {
    display: flex;
    margin-bottom: 0.19rem;
}

.time_item .time_item_text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.48rem;
    height: 0.48rem;
    background: #144FA6;
    border-radius: 0.01rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.27rem;
    color: #FFFFFF;
}

.time_item .time_item_rou {
    padding-top: 0.17rem;
    margin: 0 0.1rem;
}

.time_item .time_item_rou div {
    width: 0.04rem;
    height: 0.04rem;
    background: #144FA6;
    border-radius: 50%;
    margin-bottom: 0.05rem;
}

.time_top .time_left .time_text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #081C2E;
    line-height: 0.18rem;
}

.time_top .time_right {
    /*padding-top: 0.22rem;*/
}

.time_top .time_righ .time_right_itme:last-child{
    margin-bottom: 0;
}

.time_top .time_right .time_right_itme {
    position: relative;
    display: flex;
    align-items: center;
    width: 1.77rem;
    height: 0.3rem;
    background: #EBF3FF;
    border-radius: 0.04rem;
    border: 0.01rem solid rgba(20, 79, 166, 0.26);
    padding-left: 0.1rem;
    box-sizing: border-box;
    margin-bottom: 0.18rem;
    transition: all 0.3s;
    cursor: pointer;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #3D3D3D;
}

.time_top .time_right .time_right_itme.active {
    border: 0.01rem solid #144FA6;
}

.time_top .time_right .time_right_itme:hover {
    border: 0.01rem solid #144FA6;
}

.time_right_itme .itemImg1 {
    display: block;
    width: 0.2rem;
    height: 0.14rem;
    margin-right: 0.11rem;
}

.time_right_itme.active .itemImg2 {
    opacity: 1;
}

.time_right_itme:hover .itemImg2 {
    opacity: 1;
}

.time_right_itme .itemImg2 {
    position: absolute;
    right: 0.1rem;
    top: 0.08rem;
    display: block;
    opacity: 0;
    transition: all 0.3s;
    width: 0.14rem;
    height: 0.14rem;
}

.maoyi_con .maoyi_time .time_card {
    display: flex;
    justify-content: space-between;
    width: 3.91rem;
    height: 1.36rem;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 0.04rem;
    border: 0.01rem solid rgba(20, 79, 166, 0.26);
    margin-top: 0.08rem;
    box-sizing: border-box;
    padding: 0.18rem 0.36rem 0;
}

.time_card a {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #144FA6;
    line-height: 0.21rem;
}

.time_card a:hover {
    transform: translateY(-0.1rem);
}

.time_card a img {
    display: block;
    width: 0.66rem;
    height: 0.66rem;
    margin-bottom: 0.14rem;
}

.maoyi_con .maoyi_list {
    margin-right: 0.25rem;
}

.maoyi_con .maoyi_list .maoyi_list_top {
    display: flex;
    margin-bottom: 0.3rem;
}

.maoyi_list_top .list_top_img {
    width: 1.68rem;
    height: 0.95rem;
    overflow: hidden;
    margin-right: 0.18rem;
}

.maoyi_list_top .list_top_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.maoyi_list_top .list_top_img:hover img {
    transform: scale(1.1);
}

.maoyi_list_top .list_top_title1 {
    width: 2.64rem;
    height: 0.52rem;
    margin-bottom: 0.17rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #18263A;
    line-height: 0.26rem;
}

.maoyi_list_top .list_top_title2 {
    width: 2.64rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #878B8E;
    line-height: 0.26rem;
    text-align: right;
}

.maoyi_con .maoyi_list .maoyi_list_item {
    position: relative;
    display: block;
    padding-left: 0.16rem;
    width: 3.9rem;
    margin-bottom: 0.28rem;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #081C2E;
    /*line-height: 0.16rem;*/
}

.maoyi_con .maoyi_list .maoyi_list_item:hover {
    transform: translateX(-0.05rem);
}

.maoyi_con .maoyi_list .maoyi_list_item:last-child {
    margin-bottom: 0;
}

.maoyi_con .maoyi_list .maoyi_list_item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background: #2C5DAD;
    border-radius: 50%;
}

.maoyi_con .maoyi_btn {
    width: 4.5rem;
}

.maoyi_con .maoyi_btn .maoyi_btn_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.27rem;
}

.maoyi_con .maoyi_btn .maoyi_btn_item:last-child {
    margin-bottom: 0;
}

.maoyi_btn_item a {
    display: flex;
    align-items: center;
    width: 2.15rem;
    height: 0.65rem;
    background: #144FA6;
    border-radius: 0.02rem;
    padding-left: 0.3rem;
    box-sizing: border-box;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
}

.maoyi_btn_item a:hover {
    background: rgba(20, 79, 166, 0.8);
}

.maoyi_btn_item a img {
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.12rem;
}

.index .in_image {
    display: flex;
    justify-content: space-between;
    width: 14rem;
    margin: 0 auto 0.44rem;
}

.index .in_image a {
    display: block;
    width: 6.86rem;
    height: 1.12rem;
    cursor: pointer;
}

.index .in_image a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index .in_center {
    width: 14rem;
    margin: 0 auto 0.44rem;
}

.index .in_center .ce_top {
    display: flex;
    margin-bottom: 0.44rem;
}

.ce_top .ce_left {
    width: 4.5rem;
}

.ce_top .ce_left .ce_top_swiper {
    height: 4.5rem;
    margin-top: 0.24rem;
    margin-bottom: 0.19rem;
}

.ce_top_swiper a {
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    overflow: hidden;
}

.ce_top_swiper a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.ce_top_swiper a:hover img {
    transform: scale(1.1);
}

.ce_top_swiper .ce-top-swiper-pagination {
    position: absolute;
    display: flex;
    width: auto;
    z-index: 20;
    bottom: 0.11rem;
    left: 50%;
    transform: translateX(-50%);
}

.ce_top_swiper .ce-top-swiper-pagination .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    opacity: 1;
    background: #FFFFFF;
    margin: 0 0.015rem;
    transition: all 0.3s;
}

.ce_top_swiper .ce-top-swiper-pagination .swiper-pagination-bullet-active {
    width: 0.16rem;
    height: 0.08rem;
    background: #C40601;
    border-radius: 0.08rem;
}

.ce_top .ce_left .ce_bot_swiper {
    position: relative;
    height: 1.38rem;
}

.ce_bot_swiper a {
    display: block;
    width: 1.37rem;
    height: 1.38rem;
    overflow: hidden;
}

.ce_bot_swiper a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.ce_bot_swiper a:hover img {
    transform: scale(1.1);
}

.ce_left .ce_bot_swiper .ce-bot-swiper-button-prev img,
.ce_left .ce_bot_swiper .ce-bot-swiper-button-next img {
    display: block;
    width: 0.09rem;
    height: 0.16rem;
}

.ce_left .ce_bot_swiper .ce-bot-swiper-button-prev,
.ce_left .ce_bot_swiper .ce-bot-swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 0.26rem;
    height: 0.46rem;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
}

.ce_left .ce_bot_swiper .ce-bot-swiper-button-prev {
    left: 0;
}

.ce_left .ce_bot_swiper .ce-bot-swiper-button-next {
    right: 0;
}

.ce_top .ce_right {
    width: 9.25rem;
    margin-left: 0.25rem;
}

.ce_top .ce_right .index_title {
    margin-bottom: 0.24rem;
}

.ce_top .ce_right .ce_right_item {
    display: flex;
    width: 100%;
    height: 0.95rem;
    margin-bottom: 0.2rem;
}

.ce_right_item .ce_right_img {
    width: 1.68rem;
    height: 0.95rem;
    overflow: hidden;
}

.ce_right_item .ce_right_img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}

.ce_right_item .ce_right_img:hover img {
    transform: scale(1.1);
}

.ce_right_item .ce_right_text {
    width: 4.23rem;
    margin-left: 0.18rem;
}

.ce_right_item .ce_right_text .ce_right_title1 {
    width: 4.23rem;
    height: 0.52rem;
    margin-bottom: 0.17rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #18263A;
    line-height: 0.26rem;
}

.ce_right_item .ce_right_text .ce_right_title2 {
    width: 4.23rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #878B8E;
    line-height: 0.26rem;
    text-align: right;
}

.ce_right_item .ce_right_btn {
    display: flex;
    align-items: center;
    width: 2.93rem;
    height: 0.95rem;
    background: #144FA6;
    border-radius: 0.04rem;
    margin-left: 0.22rem;
    padding-left: 0.18rem;
    box-sizing: border-box;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.22rem;
    color: #FFFFFF;
}

.ce_right_item .ce_right_btn:hover {
    background: rgb(20, 79, 166, 0.8);
}

.ce_right_item .ce_right_btn img {
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.12rem;
}

.ce_top .ce_right .ce_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: -0.02rem;
    margin-bottom: 0.07rem;
}

.ce_title .ce_title1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.18rem;
    color: #18263A;
    line-height: 0.26rem;
}

.ce_title .ce_title2 {
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #3D3D3D;
    line-height: 0.32rem;
}

.ce_top .ce_right .ce_right_list {
    display: flex;
    width: 100%;
    margin-top: 0.2rem;
}

.ce_right_list .right_list_item {
    display: block;
    width: 2.94rem;
    margin-right: 0.22rem;
}

.ce_right_list .right_list_item:last-child {
    margin-right: 0;
}

.ce_right_list .right_list_item .right_list_img {
    width: 2.94rem;
    height: 1.71rem;
    overflow: hidden;
    margin-bottom: 0.12rem;
}

.right_list_item .right_list_img img {
    display: block;
    width: 2.94rem;
    height: 1.71rem;
    object-fit: cover;
    transition: all 0.3s;
}

.right_list_item:hover .right_list_img img {
    transform: scale(1.1);
}

.ce_right_list .right_list_item .right_list_text {
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #18263A;
    line-height: 0.24rem;
    margin-top: 0.2rem;
}

.ce_right_kjds{
    width: 6.2rem;
    float: left;
}

.ce_right_nav{
    float: right;
    width: 3rem;
}

.index .in_center .ce_bot {
    display: flex;
    width: 100%;
}

.ce_bot .ce_bot_item {
    width: 4.5rem;
    height: 4.82rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    border: 0.01rem solid rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    margin-right: 0.25rem;
}

.ce_bot .ce_bot_item:last-child {
    margin-right: 0;
}

.ce_bot .ce_bot_item .ce_bot_title {
    position: relative;
    width: 4.5rem;
    height: 0.88rem;
}

.ce_bot_title img {
    display: block;
    width: 100%;
    height: 100%;
}

.ce_bot_title .ce_bot_title1 {
    position: absolute;
    left: 0.27rem;
    top: 0.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.22rem;
    color: #FFFFFF;
    line-height: 0.29rem;
}

.ce_bot .ce_bot_item .ce_bot_bot {
    width: 100%;
    height: 3.94rem;
    padding: 0.24rem 0.22rem 0;
    box-sizing: border-box;
}

.ce_bot_bot .ce_bot_top {
    display: flex;
    cursor: pointer;
    margin-bottom: 0.3rem;
}

.ce_bot_bot .ce_bot_top .ce_bot_img {
    display: block;
    width: 1.68rem;
    height: 0.95rem;
    margin-right: 0.18rem;
    overflow: hidden;
}

.ce_bot_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.ce_bot_img:hover img {
    transform: scale(1.1);
}

.ce_bot_bot .ce_bot_top .ce_bot_right {
    width: 2.2rem;
}

.ce_bot_right .ce_bot_tit1 {
    width: 2.2rem;
    height: 0.52rem;
    margin-bottom: 0.17rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #18263A;
    line-height: 0.26rem;
}

.ce_bot_right .ce_bot_tit2 {
    width: 2.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #878B8E;
    line-height: 0.26rem;
}

.ce_bot_bot .ce_bot_list {
    position: relative;
    display: block;
    width: 3.9rem;
    padding-left: 0.16rem;
    margin-bottom: 0.24rem;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #081C2E;
    line-height: 0.16rem;
}

.ce_bot_bot .ce_bot_list:hover {
    transform: translateX(-0.05rem);
}

.ce_bot_bot .ce_bot_list::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background: #2C5DAD;
    border-radius: 50%;
}

.index .in_rencai {
    display: flex;
    width: 14rem;
    margin: 0 auto 0.44rem;
}

.index .in_rencai .index_title {
    margin-bottom: 0.24rem;
}

.index .in_rencai .rencai_left {
    width: 4.5rem;
    margin-right: 0.25rem;
}

.rencai_left .rencai_item {
    display: flex;
    width: 100%;
    padding-bottom: 0.16rem;
    border-bottom: 0.01rem dashed #DDDDDD;
    margin-bottom: 0.16rem;
}

.rencai_left .rencai_item:last-child {
    margin-bottom: 0;
}

.rencai_left .rencai_item .rencai_img {
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 0.06rem;
    overflow: hidden;
}

.rencai_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.rencai_img:hover img {
    transform: scale(1.1);
}

.rencai_left .rencai_item .rencai_text {
    margin-left: 0.12rem;
}

.rencai_text .name {
    margin-bottom: 0.06rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #18263A;
    line-height: 0.26rem;
}

.rencai_text .rencai_text_title {
    display: flex;
    align-items: center;
}

.rencai_text .rencai_text_title .rencai_text_title1 {
    margin-right: 0.1rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #878B8E;
    line-height: 0.12rem;
}

.rencai_text .rencai_text_title .rencai_text_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.2rem;
    background: #ECF5FC;
    border-radius: 0.03rem;
    padding: 0 0.07rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #3D3D3D;
}

.rencai_left .rencai_item .rencai_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.9rem;
    height: 0.28rem;
    background: #144FA6;
    border-radius: 0.02rem;
    transition: all 0.3s;
    margin-left: auto;
    margin-top: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
}

.rencai_left .rencai_item .rencai_btn:hover {
    background: rgba(20, 79, 166, 0.8);
}

.in_rencai .chengguo {
    width: 9.25rem;
}

.in_rencai .chengguo .cg_item {
    display: flex;
    width: 100%;
    margin-bottom: 0.2rem;
}

.in_rencai .chengguo .cg_item:last-child {
    margin-bottom: 0;
}

.cg_item .cg_img {
    width: 2rem;
    height: 1.13rem;
    margin-right: 0.18rem;
    overflow: hidden;
}

.cg_item .cg_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.cg_item .cg_img:hover img {
    transform: scale(1.1);
}

.cg_item .cg_right {
    width: 7.07rem;
}

.cg_item .cg_right .cg_title {
    width: 100%;
    margin-bottom: 0.04rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.16rem;
    color: #18263A;
    line-height: 0.26rem;
}

.cg_item .cg_right .cg_text {
    width: 100%;
    height: 0.4rem;
    margin-bottom: 0.17rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.13rem;
    color: #3C4756;
    line-height: 0.2rem;
}

.cg_item .cg_right .cg_bot {
    display: flex;
}

.cg_bot .cg_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.64rem;
    height: 0.22rem;
    background: #ECF5FC;
    border-radius: 0.03rem;
    margin-top: 0.04rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #144FA6;
}

.cg_bot .cg_time {
    margin-left: auto;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #878B8E;
    line-height: 0.26rem;
}

.index .in_hudong {
    width: 14rem;
    margin: 0 auto 0.4rem;
}

.index .in_hudong .hd_card {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.24rem;

}

.hd_card .hd_card_item {
    width: 6.88rem;
    /* height: 3.28rem; */
    background: #FFFFFF;
    border-radius: 0.02rem;
    border: 0.01rem solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0.18rem 0 0.12rem;
}

.hd_card .hd_card_item .hd_card_title {
    width: 1.61rem;
    height: 0.38rem;
    padding-left: 0.32rem;
    box-sizing: border-box;
    margin-left: 0.16rem;
    margin-bottom: 0.16rem;
    background: url('../img/index/hudong.png') no-repeat;
    background-size: 100% 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.38rem;
}

.hd_card .hd_card_item a {
    display: block;
    width: 100%;
    padding: 0 0.16rem 0.13rem;
    box-sizing: border-box;
    border-bottom: 0.01rem dashed #D8D8D8;
    margin-bottom: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #081C2E;
    line-height: 0.16rem;
}

.hd_card .hd_card_item a:last-child {
    margin-bottom: 0;
}

.index .index_link {
    display: flex;
    width: 14rem;
    margin: 0 auto 0.74rem;
}

.index .index_link .index_link_left {
    padding-top: 0.11rem;
    margin-right: 0.25rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.16rem;
}

.index .index_link .index_link_right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 12.95rem;
}

.index_link_right a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.38rem;
}

.index_link_right .link_bor {
    width: 0.02rem;
    height: 0.1rem;
    background-color: #000000;
    margin: 0 0.13rem;
}

.index .box {
    right: 0.15rem;
}
@media only screen and (max-width: 1024px) {
     .swiperArt {
  width: 92%;
  margin-top: 1rem;
}
.index .top_card{
    width: 80%;
}
.index .top_card .top_card_title1{
    font-size: 0.26rem;
}
.index .top_card .top_card_title2{
    font-size: 0.24rem;
}
.swiperArt-pagination .swiper-pagination-bullet-active{
    height: auto;
}
.index .in_maoyi{
    width: 92%;
}
.index_title .title_left{
    font-size: 0.24rem;
}
.index_title .title_right{
    font-size: 0.24rem;
}
.index .in_maoyi .maoyi_con{
    display: block;
}
.maoyi_con .maoyi_time {
  padding: 0.27rem 0.3rem 0.3rem;
  width: 100%;
  margin-right: 0;
  height: auto;
  margin-bottom: .3rem;
}
.time_top .time_left .time_left_title{
    font-size: 0.24rem;
}
.time_top .time_left .time_text{
    font-size: 0.24rem;
}
.time_top .time_right .time_right_itme{
    font-size: 0.24rem;
}
.time_card a{
    font-size: 0.24rem;
}
.maoyi_con .maoyi_time .time_card{
    width: 100%;
}
.maoyi_con .maoyi_list{
    margin-right: 0;
    margin-bottom: .3rem;
}
.maoyi_list_top .list_top_img {
  width: 35%;
  height: 1.5rem;
  margin-right: 2%;
}
.maoyi_list_top .list_top_title1{
    width: 100%;
    font-size: 0.24rem;
}
.maoyi_list_top .list_top_title2{
    font-size: 0.24rem;
    width: 100%;
}
.maoyi_con .maoyi_list .maoyi_list_item{
    width: 100%;
    font-size: 0.24rem;
}
.maoyi_con .maoyi_btn{
    width: 100%;
}
.maoyi_btn_item a{
    width: 49%;
    font-size: 0.24rem;
}
.index .in_image {
  width: 92%;
  display: block;
  margin: 0 auto;
}
.index .in_image a{
    width: 100%;
    margin-bottom: .3rem;
}
.index .in_center{
    width: 92%;
}
.index .in_center .ce_top{
    display: block;
}
.ce_top .ce_left{
    width: 100%;
}
.ce_top .ce_left .ce_top_swiper{
    height: auto;
}
.ce_top_swiper a {
  width: 100%;
  height: auto;
}
.ce_top_swiper .ce-top-swiper-pagination .swiper-pagination-bullet-active {
  width: 0.26rem;
  height: 0.26rem;
}
.ce_top_swiper .ce-top-swiper-pagination .swiper-pagination-bullet{
      width: 0.26rem;
  height: 0.26rem;
}
.ce_bot_swiper a{
    width: 100%;
}
.ce_top .ce_right {
  width: 100%;
  margin-left: 0;
  margin-top: .3rem;
}
.ce_right_kjds{
    width: 100%;
}
.ce_right_item .ce_right_text .ce_right_title1 {
  line-height: 0.3rem;
  width: 100%;
  font-size: 0.24rem;
  height: auto;
}
.ce_right_item .ce_right_text {
  width: 65%;
  margin-left: 5%;
}
.ce_right_item .ce_right_img {
  width: 30%;
  height: auto;
}
.ce_right_nav {
  width: 100%;
}
.ce_right_item .ce_right_btn{
    margin-left: 0;
  width: 100%;
  font-size: 0.24rem;
}
.ce_title .ce_title1{
    font-size: 0.24rem;
}
.ce_title .ce_title2{
    font-size: 0.24rem;
}
.ce_top .ce_right .ce_right_list{
    display: block;
}
.ce_right_list .right_list_item{
    width: 100%;
    margin-right: 0;
    margin-bottom: .3rem;
}
.ce_right_list .right_list_item .right_list_img{
    width: 100%;
    height: auto;
}
.ce_right_list .right_list_item .right_list_text{
    font-size: 0.24rem;
}
.right_list_item .right_list_img img{
    width: 100%;
    height: auto;
}
.index .in_center .ce_bot {
  width: 100%;
  display: block;
}.ce_bot .ce_bot_item {
  margin-right: 0;
  width: 100%;
  height: auto;
  margin-bottom: .3rem;
}
.ce_bot .ce_bot_item .ce_bot_title {
  width: 100%;
  height: 1.35rem;
}
.ce_bot_title .ce_bot_title1{
    font-size: 0.24rem;
}
.ce_bot .ce_bot_item .ce_bot_bot {
  width: 100%;
  height: auto;
}
.ce_bot_bot .ce_bot_top .ce_bot_img {

  width: 30%;
  height: auto;
}
.ce_bot_bot .ce_bot_top .ce_bot_right {

  width: 68%;
}
.ce_bot_right .ce_bot_tit1 {
  width: 100%;
  font-size: 0.24rem;
}
.ce_bot_bot .ce_bot_list {
  width: 100%;
  font-size: 0.24rem;
  line-height: .3rem;
}
.index .in_rencai {
  width: 92%;
  display: block;
}
.index .in_rencai .rencai_left {
  width: 100%;
  margin-right: 0;
}
.rencai_left .rencai_item .rencai_img {
  width: 25%;
  height: auto;
}
.rencai_left .rencai_item .rencai_text {
  margin-left: 0.12rem;
  width: 45%;
}
.rencai_left .rencai_item .rencai_btn {

  width: 25%;
  font-size: 0.24rem;
  height: auto;
  text-align: center;
}
.rencai_text .name {
  font-size: 0.24rem;
  line-height: 0.35rem;
}
.rencai_text .rencai_text_title {
  display: block;
}
.rencai_text .rencai_text_title .rencai_text_title1 {
  font-size: 0.24rem;
  line-height: 0.3rem;
}
.rencai_text .rencai_text_title .rencai_text_btn {
  font-size: 0.24rem;
  margin-top: .2rem;
  height: .3rem;
}
.in_rencai .chengguo {
  width: 100%;
  margin-top: .3rem;
}
.cg_item .cg_img {
  width: 35%;
  height: auto;
}
.cg_item .cg_right {
  width: 60%;
}
.cg_item .cg_right .cg_title {
  font-size: 0.24rem;
}
.cg_item .cg_right .cg_text {
  font-size: 0.24rem;
  line-height: 0.3rem;
  height: auto;
}
.cg_bot .cg_btn{
    width: 30%;
    font-size: 0.24rem;
}
.index .in_hudong{
    width: 92%;
}
.index .in_hudong .hd_card{
    display: block;
}
.hd_card .hd_card_item .hd_card_title{
    width: 30%;
    font-size: 0.24rem;
}
.hd_card .hd_card_item a{
    font-size: 0.24rem;
    line-height: .3rem;
}
.hd_card .hd_card_item{
    width: 100%;
    margin-bottom: .3rem;
}
.index .index_link{
    width: 92%;
}
.index .index_link .index_link_left{
    font-size: 0.24rem;
    line-height: .3rem;
    width: 15%;
    margin-right: 0;
}
.index .index_link .index_link_right{
    width: 80%;
}
.index_link_right a{
    font-size: 0.24rem;
}
}