
.yyp_banner {
    position: relative;
    overflow: hidden;
    height: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.yyp_banner .bj_img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.yyp_banner .text {
    width: 82%;
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding-top: 0.6rem;
    position: relative;
    top: -0.4rem;
}

.yyp_banner .text h6 {
    font-size: 0.64rem;
    font-weight: bold;
    line-height: 1.7;
}

.yyp_banner .text p {
    font-size: 0.2rem;
    line-height: 1.7;
    margin-top: 0.1rem;
}

.yyp_banner .text em {
    display: block;
    width: 0.72rem;
    height: 0.08rem;
    background: #135efc;
    margin: 5% 0 0;
    display: none;
}

.yyp_banner .text.black {
    color: #fff;
}

.crumbs {
    margin-top: 0.4rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.crumbs .a1 {
    display: flex;
}

.crumbs .a1 a {
    display: flex;
    height: 44px;
    align-items: center;
    line-height: 1;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    transition: 0.5s;
    position: relative;
    margin-right: 50px;
}

.crumbs .a1 a::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #CC1E04;
    content: "";
    transition: 0.5s;
}

.crumbs .a1 a.select,
.crumbs .a1 a:hover {
    color: #CC1E04;
    font-weight: bold;
}

.crumbs .a1 a.select::after,
.crumbs .a1 a:hover::after {
    left: 0;
    width: 100%;
}

.crumbs .a2 {
    line-height: 1;
    font-size: 16px;
    color: #999999;
    padding: 4px 0 4px 24px;
    background: url(../images/icon/a2.png) left center no-repeat;
}

.crumbs .a2 a {
    transition: 0.5s;
}

.crumbs .a2 a:hover,
.crumbs .a2 span {
    color: #b11801;
}

.news_list {
    overflow: hidden;
    padding-bottom: 0.2rem;
}

.news_list ul {
    padding-bottom: 0.4rem;
    position: relative;
    margin: 0 -10px;
}

.news_list ul li {
    width: 25%;
    padding: 0 10px;
    float: left;
    margin-top: 30px;
}

.news_list ul li .item {
    display: block;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.news_list ul li .item .box_img {
    height: 250px;
}

.news_list ul li .item .text {
    padding: 20px;
}

.news_list ul li .item .text h1 {
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    color: #000;
    margin-bottom: 26px;
    font-size: 18px;
    transition: all 0.3s;
    font-weight: bold;
}

.news_list ul li .item .text p {
    transition: all 0.5s ease-in-out;
    color: #b2b2b2;
    font-size: 14px;
    line-height: 1.6;
}

.news_list ul li .item .text p span {
    margin: 0 5px;
    display: inline-block;
}

.news_list ul li .item:hover .text h1 {
    color: #d90029;
}

.news_list ul li .item:hover .text p {
    color: #d90029;
}

.news_list .page {
    display: flex;
    justify-content: flex-end;
}

.news_list .page a {
    display: flex;
    width: 50px;
    height: 50px;
    background: #F6F6F6;
    border-radius: 3px;
    margin-left: 4px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    color: #666666;
    transition: 0.5s;
}

.news_list .page a.select,
.news_list .page a:hover {
    color: #fff;
    background: #CC1E04;
}

.news_list .page a.select img.img1,
.news_list .page a:hover img.img1 {
    display: none;
}

.news_list .page a.select img.img2,
.news_list .page a:hover img.img2 {
    display: block;
}

.news_list .page a img {
    width: 10px;
    height: 10px;
}

.news_list .page a img.img1 {
    display: block;
}

.news_list .page a img.img2 {
    display: none;
}

.yyp_title {
    text-align: center;
}

.yyp_title h6 {
    font-size: 0.52rem;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin-bottom: 26px;
}

.yyp_title p {
    font-size: 0.24rem;
    line-height: 1;
    color: #5e5e5e;
    font-weight: lighter;
}

.xxdgl_a {
    padding: 0.9rem 0 0 0;
}

.xxdgl_a .yyp_title {
    padding-bottom: 0.6rem;
}

.xxdgl_a .box {
    height: 5.1rem;
    max-width: 1560px;
    margin: 0 auto;
}

.xxdgl_a .a1 {
    width: 0.7rem;
    float: left;
    height: 100%;
    padding-top: 0.14rem;
}

.xxdgl_a .a1 span {
    display: block;
    line-height: 0.5rem;
    position: relative;
    margin-bottom: 0.35rem;
    font-size: 0.2rem;
    cursor: pointer;
    outline: none;
    color: #BBBBBB;
    transition: 0.5s;
    font-family: Arial, Helvetica, sans-serif;
}

.xxdgl_a .a1 span::after {
    position: absolute;
    z-index: -1;
    bottom: 0.15rem;
    left: 0;
    width: 0%;
    height: 0.06rem;
    background-color: #d02226;
    content: "";
    transition: 0.5s;
}

.xxdgl_a .a1 span.active {
    color: #000000;
}

.xxdgl_a .a1 span.active::after {
    width: 100%;
}

.xxdgl_a .swiper {
    width: calc(100% - 1rem);
    float: right;
    height: 100%;
}

.xxdgl_a .swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.xxdgl_a .swiper .swiper-slide .text {
    padding-left: 0.4rem;
    width: 2.7rem;
    height: 100%;
    background: url(../images/icon/c1.png) 0.4rem 1.47rem no-repeat;
    padding-top: 0.9rem;
}

.xxdgl_a .swiper .swiper-slide .text h6 {
    line-height: 0.6rem;
    font-size: 0.38rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 1.2rem;
}

.xxdgl_a .swiper .swiper-slide .text p {
    font-size: 0.18rem;
    color: #626262;
    line-height: 0.26rem;
    height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xxdgl_a .swiper .swiper-slide .text .btn {
    margin: 0.2rem 0 0.47rem;
    width: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.xxdgl_a .swiper .swiper-slide .text .btn span {
    width: 0.1rem;
    height: 0.16rem;
    display: block;
    cursor: pointer;
}

.xxdgl_a .swiper .swiper-slide .text .btn span img {
    width: 100%;
    height: 100%;
    display: block;
}

.xxdgl_a .swiper .swiper-slide .text a {
    display: block;
    width: 2rem;
    line-height: 0.66rem;
    background: #D02226;
    border-radius: 0.1rem;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: center;
}

.xxdgl_a .swiper .swiper-slide .yyp_img {
    width: calc(100% - 3.3rem);
}

.xxdgl_b {
    padding: 0.98rem 0 0;
}

.xxdgl_b .yyp_title {
    padding-bottom: 0.6rem;
}

.xxdgl_b .a1 {
    height: 8rem;
    position: relative;
}

.xxdgl_b .a1 .swiper {
    height: 100%;
}

.xxdgl_b .a1 .swiper .swiper-slide {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    padding-bottom: 1.4rem;
}

.xxdgl_b .a1 .swiper .swiper-slide h6 {
    width: 81%;
    margin: 0 auto;
    font-size: 0.5rem;
    line-height: 1.4;
    margin-bottom: 0.2rem;
    font-weight: bold;
}

.xxdgl_b .a1 .swiper .swiper-slide p {
    width: 81%;
    margin: 0 auto;
    font-size: 0.2rem;
    line-height: 2;
}

.xxdgl_b .a1 .swiper .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.xxdgl_b .a1 .swiper .slide-inner.sj {
    display: none;
}

.xxdgl_b .a1 .a2 {
    width: 780px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 780px);
    height: 1.4rem;
    z-index: 2;
    display: flex;
}

.xxdgl_b .a1 .a2 .item {
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    background-color: transparent;
    border-top: 1px solid rgba(232, 232, 232, 0.21);
    border-right: 1px solid rgba(232, 232, 232, 0.21);
    flex-direction: column;
    transition: 0.5s;
}

.xxdgl_b .a1 .a2 .item:first-child {
    border-left: 1px solid rgba(232, 232, 232, 0.21);
}

.xxdgl_b .a1 .a2 .item span {
    width: 52px;
    height: 52px;
    display: block;
}

.xxdgl_b .a1 .a2 .item span img {
    height: 100%;
    width: 100%;
    display: block;
}

.xxdgl_b .a1 .a2 .item em {
    margin-top: 0.15rem;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.2rem;
    text-align: center;
}

.xxdgl_b .a1 .a2 .item.select,
.xxdgl_b .a1 .a2 .item:hover {
    background-color: #d02226;
}

.xxdgl_b .a1 .more {
    width: 4.5rem;
    height: 1.4rem;
    background: #D02226;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0.24rem;
    color: #FFFFFF;
    z-index: 2;
}

.xxdgl_c {
    max-width: 1560px;
    margin: 0 auto;
    padding-bottom: 0.5rem;
    padding-top: 0.9rem;
}

.xxdgl_c .yyp_title {
    padding-bottom: 0.6rem;
}

.xxdgl_c .a1 {
    height: 785px;
}

.xxdgl_c .a1 .swiper-slide {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 1.1rem;
}

.xxdgl_c .a1 .swiper-slide h6 {
    font-size: 60px;
    color: #333333;
    line-height: 70px;
    margin-bottom: 46px;
}

.xxdgl_c .a1 .swiper-slide p {
    width: 620px;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    margin-bottom: 96px;
}

.xxdgl_c .a1 .swiper-slide a {
    display: block;
    color: #ffffff;
    width: 204px;
    border: 1px solid #000000;
    border-radius: 10px;
    text-align: center;
    line-height: 66px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
}

.xxdgl_c .a1 .swiper-slide a:before {
    position: absolute;
    width: 204px;
    height: 66px;
    border-radius: 33px 0 0 33px;
    background-color: #000;
    right: 0;
    top: 0;
    content: "";
    z-index: 1;
    transition: 0.6s all;
}

.xxdgl_c .a1 .swiper-slide a:after {
    position: absolute;
    width: 204px;
    height: 66px;
    border-radius: 0 33px 33px 0;
    background-color: #000;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    transition: 0.6s all;
}

.xxdgl_c .a1 .swiper-slide a span {
    position: relative;
    z-index: 2;
}

.xxdgl_c .a1 .swiper-slide a:hover {
    color: #000;
}

.xxdgl_c .a1 .swiper-slide a:hover:after {
    left: -204px;
    top: 0;
}

.xxdgl_c .a1 .swiper-slide a:hover:before {
    right: -204px;
    top: 0;
}

.xxdgl_c .a1 .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.xxdgl_c .a1 .slide-inner.sj {
    display: none;
}

.xxdgl_d {
    background-color: #f5f5f5;
    padding: 0.9rem 0 0.4rem;
}

.xxdgl_d .yyp_title {
    padding-bottom: 0.6rem;
}

.xxdgl_d .a1 {
    max-width: 1560px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.xxdgl_d .a1 .item {
    width: 22%;
    position: relative;
    overflow: hidden;
}

.xxdgl_d .a1 .item .bj {
    width: 100%;
    height: auto;
    display: block;
}

.xxdgl_d .a1 .item .text {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.6s;
}

.xxdgl_d .a1 .item .text span {
    width: 0.7rem;
    height: 0.7rem;
}

.xxdgl_d .a1 .item .text span img {
    width: 100%;
    height: 100%;
    display: block;
}

.xxdgl_d .a1 .item .text i {
    display: block;
    width: 0.4rem;
    height: 0.04rem;
    background: #F5F5F5;
    margin-top: 0.26rem;
    margin-bottom: 0.18rem;
}

.xxdgl_d .a1 .item .text em {
    color: #ffffff;
    line-height: 2;
    font-size: 0.2rem;
    font-weight: bold;
}

.xxdgl_d .a1 .item:hover .text {
    background-color: #b11801;
}

.xxdgl_d .a1 .item:hover .text span {
    transform: rotateY(360deg);
    transition: 0.8s;
}

.xxdgl_e {
    padding: 0.9rem 0 0.5rem;
}

.xxdgl_e .box {
    max-width: 1560px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.7rem 0px rgba(194, 194, 194, 0.33);
    border-radius: 0.05rem;
    padding-bottom: 0.6rem;
}

.xxdgl_e .box .yyp_title {
    padding: 0.9rem 0 0.6rem;
}

.xxdgl_e .form {
    padding: 0 0.8rem;
}

.xxdgl_e .form .label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

.xxdgl_e .form .label .item {
    width: 31%;
    height: 70px;
}

.xxdgl_e .form .label .item input {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    padding: 15px 24px;
    width: 100%;
    font-size: 16px;
    color: #7f7f7f;
}

.xxdgl_e .form .textarea {
    margin-bottom: 0.4rem;
}

.xxdgl_e .form .textarea textarea {
    width: 100%;
    height: 141px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    font-size: 16px;
    color: #7f7f7f;
    padding: 10px 24px;
    line-height: 1.7;
    resize: none;
}

.xxdgl_e .form .btn {
    width: 270px;
    height: 60px;
    background: #D02226;
    border-radius: 37px;
    font-size: 20px;
    color: #FFFFFF;
    border: none;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.app_a {
    background: url(../images/img/app_a.jpg) center bottom no-repeat #ffffff;
    padding: 0.9rem 0 0.5rem;
    overflow: hidden;
}

.app_a .yyp_title {
    padding-bottom: 0.6rem;
}

.app_a .a1 {
    max-width: 1560px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.app_a .a1 .item {
    margin: 0 0.1rem;
    flex: 1;
    padding: 0 0.15rem;
    height: 3.1rem;
    background: #ffffff;
    text-align: center;
    padding-top: 0.55rem;
    border-radius: 0.1rem;
    overflow: hidden;
    transition: 0.8s;
}

.app_a .a1 .item span {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto 10px;
    transition: 0.8s;
}

.app_a .a1 .item span img {
    width: 100%;
    height: 100%;
    display: block;
}

.app_a .a1 .item span img:last-child {
    display: none;
}

.app_a .a1 .item h6 {
    white-space: nowrap;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
    margin-bottom: 8px;
    transition: 0.8s;
}

.app_a .a1 .item p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 0.3rem;
}

.app_b {
    padding: 0.9rem 0 0;
    max-width: 1560px;
    margin: 0 auto;
    overflow: hidden;
}

.app_b .a1 {
    height: 490px;
    background: url(../images/img/app_b.png) center bottom no-repeat;
    position: relative;
    margin-top: 0.2rem;
}

.app_b .a1 .item {
    position: absolute;
}

.app_b .a1 .item span {
    width: 85px;
    height: 72px;
    display: block;
    position: absolute;
    top: calc(50% - 36px);
}

.app_b .a1 .item span img {
    width: 100%;
    height: 100%;
    display: block;
}

.app_b .a1 .item span img.sj {
    display: none;
}

.app_b .a1 .item h6 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
}

.app_b .a1 .item p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #999999;
    line-height: 24px;
}

.app_b .a1 .item:nth-child(1) {
    padding-right: 104px;
    right: calc(50% + 186px);
    top: 125px;
    text-align: right;
}

.app_b .a1 .item:nth-child(1) span {
    right: 0;
}

.app_b .a1 .item:nth-child(2) {
    padding-left: 104px;
    left: calc(50% + 186px);
    top: 125px;
    text-align: left;
}

.app_b .a1 .item:nth-child(2) span {
    left: 0;
}

.app_b .a1 .item:nth-child(3) {
    padding-right: 104px;
    right: calc(50% + 186px);
    top: 330px;
    text-align: right;
}

.app_b .a1 .item:nth-child(3) span {
    right: 0;
}

.app_b .a1 .item:nth-child(4) {
    padding-left: 104px;
    left: calc(50% + 186px);
    top: 330px;
    text-align: left;
}

.app_b .a1 .item:nth-child(4) span {
    left: 0;
}

.app_c {
    padding-top: 70px;
    background: url(../images/img/app_c.jpg) center center no-repeat;
    height: 850px;
    background-size: auto 100%;
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}

.app_c .title_b h6,
.app_c .title_b p {
    color: #fff;
}

.app_c .a1 {
    position: absolute;
    width: 780px;
    bottom: 100px;
    left: calc(50% - 780px);
    padding-left: 40px;
}

.app_c .a1 h6 {
    height: 107px;
    padding-right: 44px;
    line-height: 106px;
    background: url(../images/img/app_c2.png) right center no-repeat;
    position: absolute;
    right: -15px;
    bottom: 87px;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

.app_c .a2 {
    position: absolute;
    width: 780px;
    bottom: 100px;
    right: calc(50% - 780px);
    text-align: right;
    padding-right: 40px;
}

.app_c .a2 h6 {
    height: 154px;
    padding-left: 54px;
    line-height: 146px;
    background: url(../images/img/app_c4.png) left center no-repeat;
    position: absolute;
    left: -10px;
    bottom: 212px;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

.app_d {
    padding: 0.9rem 0 0;
    max-width: 1560px;
    margin: 0 auto;
    overflow: hidden;
}

.app_d .a1 {
    height: 720px;
    background: url(../images/img/app_d.png) center center no-repeat;
    position: relative;
    margin: 0.2rem 0 0.2rem;
}

.app_d .a1 .item {
    position: absolute;
    width: 106px;
    height: 106px;
}

.app_d .a1 .item span {
    display: block;
    width: 106px;
    height: 106px;
}

.app_d .a1 .item span img {
    display: block;
    width: 100%;
    height: 100%;
}

.app_d .a1 .item em {
    line-height: 46px;
    font-size: 18px;
    color: #333333;
    display: block;
    text-align: center;
}

.app_d .a1 .item:nth-child(1) {
    right: calc(50% + 182px);
    top: 84px;
    animation: sy1 3s -2s linear infinite;
}

.app_d .a1 .item:nth-child(1) em {
    position: absolute;
    top: calc(50% - 22px);
    left: -80px;
}

.app_d .a1 .item:nth-child(2) {
    left: calc(50% + 20px);
    top: 40px;
    animation: sy1 2.9s -3s linear infinite;
}

.app_d .a1 .item:nth-child(3) {
    left: calc(50% + 300px);
    top: 120px;
    animation: sy1 1.8s -2.2s linear infinite;
}

.app_d .a1 .item:nth-child(4) {
    left: calc(50% + 430px);
    top: 304px;
    animation: sy1 2.7s -2.6s linear infinite;
}

.app_d .a1 .item:nth-child(5) {
    left: calc(50% + 282px);
    top: 515px;
    animation: sy1 1.6s -2.5s linear infinite;
}

.app_d .a1 .item:nth-child(6) {
    right: calc(50% + 256px);
    top: 550px;
    animation: sy1 2.1s -1.6s linear infinite;
}

.app_d .a1 .item:nth-child(7) {
    right: calc(50% + 440px);
    top: 410px;
    animation: sy1 2s -2.5s linear infinite;
}

.app_d .a1 .item:nth-child(8) {
    right: calc(50% + 353px);
    top: 217px;
    animation: sy1 3.2s -1.8s linear infinite;
}

.app_e {
    height: 810px;
    overflow: hidden;
}

.app_e .swiper {
    height: 100%;
}
.app_e .swiper .img_a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;

}
.app_e .swiper .img_a.sj {
    display: none;
}

.app_e .swiper .img_a.pc {
    display: block;
}

.app_e .swiper .pagination {
    position: absolute;
    z-index: 2;
    left: calc(50% - 730px);
    width: 200px;
    bottom: 220px;
    color: #ffffff;
    font-size: 48px;
    font-family: Impact;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 88px;
}

.app_e .swiper .pagination em {
    font-size: 30px;
    font-family: 'MicrosoftYaHei';
}

.app_e .text {
    position: relative;
    width: 1560px;
    margin: 0 auto;
    padding-left: 50px;
    padding-top: 234px;
}

.app_e .text h6 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 80px;
    margin-bottom: 30px;
}

.app_e .text p {
    width: 770px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
}

.app_f {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0.9rem 0 0;
}

.app_f .yyp_title {
    padding-bottom: 0.8rem;
}

.app_f .list .item {
    height: 4.4rem;
    position: relative;
    padding-right: 50%;
    margin-bottom: 0.6rem;
}

.app_f .list .item:last-child {
    margin-bottom: 0;
}

.app_f .list .item .img {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0.1rem;
}

.app_f .list .item .text {
    height: 100%;
    width: 100%;
    padding-top: 1.2rem;
    position: relative;
}

.app_f .list .item .text em {
    line-height: 1;
    font-size: 1.22rem;
    color: #999999;
    display: inline-block;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    top: 0.6rem;
    left: 0;
}

.app_f .list .item .text em::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background-image: linear-gradient(rgba(255, 255, 255, 0.79), #ffffff, #ffffff);
}

.app_f .list .item .text h1 {
    font-size: 0.36rem;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 0.05rem;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.app_f .list .item .text p {
    font-size: 20px;
    line-height: 1.5;
    color: #999999;
    width: 80%;
    height: 120px;
    position: relative;
    z-index: 2;
}

.app_f .list .item .text a {
    display: block;
    width: 1.58rem;
    height: 0.54rem;
    border: 1px solid #949494;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #363636;
    line-height: 1;
    border-radius: 0.27rem;
    transition: 0.5s;
}

.app_f .list .item .text a:hover {
    background-color: #949494;
    color: #ffffff;
}

.app_f .list .item:nth-child(2n + 0) {
    padding-left: 50%;
    padding-right: 0;
}

.app_f .list .item:nth-child(2n + 0) .img {
    left: 0;
    right: auto;
}

.app_f .list .item:nth-child(2n + 0) .text {
    text-align: right;
}

.app_f .list .item:nth-child(2n + 0) .text em {
    right: 0;
}

.app_f .list .item:nth-child(2n + 0) .text p {
    margin: 0 0 0 auto;
}

.app_f .list .item:nth-child(2n + 0) .text a {
    margin: 0 0 0 auto;
}

.app_g {
    padding: 0.9rem 0 0;
    max-width: 1560px;
    overflow: hidden;
    margin: 0 auto;
}

.app_g .yyp_title {
    padding-bottom: 0.5rem;
}

.app_g .a1 {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #f3f5f7;
    border-left: 1px solid #f3f5f7;
}

.app_g .a1 .item {
    width: 20%;
    height: 240px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: #f3f5f7 1px solid;
    border-right: 1px solid #f3f5f7;
    padding-top: 13px;
    transition: 0.5s;
}

.app_g .a1 .item:hover {
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 0.38rem 0px rgba(217, 1, 42, 0.13);
}

.app_g .a1 .item span {
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    margin-bottom: 16px;
}

.app_g .a1 .item span img {
    width: 100%;
    height: 100%;
    display: block;
}

.app_g .a1 .item em {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
}

.yyp_img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

@keyframes sy1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1560px) {
    .crumbs,
    .news_list,
    .xxdgl_a,
    .xxdgl_c,
    .xxdgl_d,
    .xxdgl_e,
    .app_f {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
    .xxdgl_b .a1 .a2 {
        width: 100%;
        left: 0;
        padding-left: 0.2rem;
    }
    .app_e .swiper .pagination {
        left: 50px;
    }
    .app_e .text {
        width: 100%;
    }
}

@media screen and (max-width: 1500px) {
    .yyp_title h6 {
        font-size: 0.52rem;
        line-height: 1;
    }

    .xxdgl_a .box {
        height: 5rem;
    }
    .xxdgl_a .swiper .swiper-slide .text h6 {
        margin-bottom: 1rem;
    }

    .xxdgl_b .a1 {
        height: 7.4rem;
    }
    .xxdgl_b .a1 .swiper .swiper-slide {
        padding-bottom: 1.3rem;
    }
    .xxdgl_b .a1 .swiper .swiper-slide h6 {
        width: calc(100% - 0.4rem);
    }
    .xxdgl_b .a1 .swiper .swiper-slide p {
        width: calc(100% - 0.4rem);
    }
    .xxdgl_b .a1 .a2 {
        height: 1.3rem;
    }
    .xxdgl_b .a1 .a2 .item {
        width: 2rem;
    }
    .xxdgl_b .a1 .a2 .item span {
        height: 0.5rem;
    }
    .xxdgl_b .a1 .more {
        width: 4rem;
        height: 1.3rem;
    }

    .xxdgl_c .a1 {
        height: 7rem;
    }
    .xxdgl_d .a1 .item {
        width: 23.5%;
    }
    .xxdgl_e {
        padding-top: 0.7rem;
    }
    .xxdgl_e .form {
        padding: 0 0.7rem;
    }
    .app_a .a1 .item h6 {
        font-size: 0.27rem;
    }
    .app_e {
        height: 7rem;
    }
    .app_e .swiper .pagination {
        bottom: 1.6rem;
    }
}

@media screen and (max-width: 1400px) {
    .yyp_title h6{
        font-size: 0.42rem;
        margin-bottom: 0.22rem;
    }
    .yyp_title p{
        font-size: 0.2rem;
    }
    .news_list ul li .item .box_img {
        height: 200px;
    }
    .news_list ul li .item .text {
        padding: 10px;
    }
    .news_list ul li .item .text h1 {
        height: 50px;
        line-height: 25px;
        margin-bottom: 18px;
        font-size: 17px;
    }
    .xxdgl_a .box {
        height: 4.6rem;
    }
    .xxdgl_a .a1 {
        width: 0.6rem;
    }
    .xxdgl_a .a1 span {
        line-height: 0.4rem;
        margin-bottom: 0.3rem;
    }
    .xxdgl_a .a1 span::after {
        bottom: 0.12rem;
        height: 0.04rem;
    }
    .xxdgl_a .swiper {
        width: calc(100% - 0.9rem);
    }
    .xxdgl_a .swiper .swiper-slide .text {
        padding-left: 0.36rem;
        background: url(../images/icon/c1.png) 0.4rem 1.2rem no-repeat;
        padding-top: 0.8rem;
    }
    .xxdgl_a .swiper .swiper-slide .text h6 {
        line-height: 0.56rem;
        font-size: 0.34rem;
        margin-bottom: 0.8rem;
    }
    .xxdgl_a .swiper .swiper-slide .text p {
        padding-bottom: 0.2rem;
    }
    .xxdgl_a .swiper .swiper-slide .text .btn {
        margin: 0.3rem 0;
    }
    .xxdgl_a .swiper .swiper-slide .text a {
        line-height: 0.64rem;
    }
    .xxdgl_a .swiper .swiper-slide .yyp_img {
        width: calc(100% - 3.1rem);
    }
    .xxdgl_b .a1 {
        height: 7rem;
    }
    .xxdgl_b .a1 .swiper .swiper-slide {
        padding-bottom: 1rem;
    }
    .xxdgl_b .a1 .swiper .swiper-slide h6 {
        font-size: 0.46rem;
    }
    .xxdgl_b .a1 .a2 {
        height: 1.3rem;
    }
    .xxdgl_b .a1 .a2 .item {
        width: 1.9rem;
    }
    .xxdgl_b .a1 .a2 .item:first-child {
        border-left: 1px solid rgba(232, 232, 232, 0.21);
    }
    .xxdgl_b .a1 .a2 .item span {
        width: 0.4rem;
        height: 0.4rem;
    }
    .xxdgl_b .a1 .a2 .item em {
        margin-top: 0.1rem;
        font-size: 0.16rem;
    }
    .xxdgl_b .a1 .more {
        height: 1.3rem;
    }

    .xxdgl_c .a1 {
        height: 6.4rem;
    }
    .xxdgl_c .a1 .swiper-slide {
        overflow: hidden;
        padding-left: 5%;
    }
    .xxdgl_c .a1 .swiper-slide h6 {
        font-size: 0.56rem;
        line-height: 1.5;
        margin-bottom: 0.3rem;
    }
    .xxdgl_c .a1 .swiper-slide p {
        width: 44%;
        font-size: 0.18rem;
        line-height: 1.5;
        margin-bottom: 0.8rem;
    }
    .xxdgl_d .a1 .item .text span {
        width: 0.6rem;
        height: 0.6rem;
    }
    .xxdgl_d .a1 .item .text i {
        margin-top: 0.2rem;
        margin-bottom: 0.15rem;
    }
    .xxdgl_e {
        padding-top: 0.7rem;
        padding-bottom: 0.4rem;
    }
    .xxdgl_e .form {
        padding: 0 0.5rem;
    }
    .xxdgl_e .form .label {
        margin-bottom: 0.3rem;
    }
    .xxdgl_e .form .textarea {
        margin-bottom: 0.3rem;
    }
    .xxdgl_e .form .btn {
        width: 2.6rem;
        height: 0.66rem;
        border-radius: 0.33rem;
    }
    .app_a .a1 .item {
        height: 2.9rem;
        padding-top: 0.5rem;
    }
    .app_a .a1 .item span {
        width: 1rem;
        height: 1rem;
        margin: 0 auto 0.1rem;
    }
    .app_a .a1 .item h6 {
        white-space: nowrap;
        font-size: 0.26rem;
        font-family: Microsoft YaHei;
        line-height: 1.2;
    }
    .app_a .a1 .item p {
        font-size: 16px;
        line-height: 1.4;
    }
    .app_e {
        height: 6.4rem;
    }
    .app_e .swiper .pagination {
        bottom: 1rem;
    }
    .app_e .text {
        padding-top: 1.2rem;
    }
    .app_e .text p {
        width: 6rem;
    }
    .app_g .a1 .item {
        height: 2.2rem;
    }
    .app_f .list .item {
        height: 4rem;
        margin-bottom: 0.5rem;
    }
    .yyp_banner {
        height: 7rem;
    }
    .yyp_banner .text h6 {
        font-size: 0.6rem;
    }
    .yyp_banner .text p {
        font-size: 0.2rem;
    }
}

@media screen and (max-width: 1300px) {
    .xxdgl_c .a1 {
        height: 6rem;
    }
    .xxdgl_d .a1 .item {
        width: 24%;
    }
    .xxdgl_d .a1 .item .text em {
        font-size: 0.18rem;
    }
    .app_b {
        padding: 0.7rem 0 0;
    }
    .app_b .a1 {
        height: 4.3rem;
        background: url(../images/img/app_b.png) center bottom no-repeat;
        background-size: 6.8rem auto;
    }
    .app_b .a1 .item:nth-child(1) {
        padding-right: 1rem;
        right: calc(50% + 140px);
        top: 125px;
    }
    .app_b .a1 .item:nth-child(2) {
        padding-left: 1rem;
        left: calc(50% + 140px);
        top: 125px;
    }
    .app_b .a1 .item:nth-child(3) {
        padding-right: 1rem;
        right: calc(50% + 140px);
        top: 2.8rem;
    }
    .app_b .a1 .item:nth-child(4) {
        padding-left: 1rem;
        left: calc(50% + 140px);
        top: 2.8rem;
    }
    .app_e {
        height: 6rem;
    }
    .app_g .a1 .item {
        height: 2rem;
    }
}

@media screen and (max-width: 1200px) {
    .news_list ul li .item .box_img {
        height: 180px;
    }
    .news_list ul li .item .text h1 {
        height: 40px;
        line-height: 20px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .xxdgl_a .box {
        height: 4.6rem;
    }
    .xxdgl_a .a1 {
        width: 0.6rem;
    }
    .xxdgl_a .a1 span {
        line-height: 0.4rem;
        margin-bottom: 0.3rem;
    }
    .xxdgl_a .a1 span::after {
        bottom: 0.12rem;
        height: 0.04rem;
    }
    .xxdgl_a .swiper {
        width: calc(100% - 0.9rem);
    }
    .xxdgl_a .swiper .swiper-slide .text {
        padding-left: 0.36rem;
        background: url(../images/icon/c1.png) 0.4rem 1.2rem no-repeat;
        padding-top: 0.8rem;
    }
    .xxdgl_a .swiper .swiper-slide .text h6 {
        line-height: 0.56rem;
        font-size: 0.34rem;
        margin-bottom: 0.8rem;
    }
    .xxdgl_a .swiper .swiper-slide .text p {
        padding-bottom: 0.2rem;
    }
    .xxdgl_a .swiper .swiper-slide .text .btn {
        margin: 0.3rem 0;
    }
    .xxdgl_a .swiper .swiper-slide .text a {
        line-height: 0.64rem;
    }
    .xxdgl_a .swiper .swiper-slide .yyp_img {
        width: calc(100% - 3.1rem);
    }
    .xxdgl_b .a1 {
        height: 5.6rem;
    }
    .xxdgl_b .a1 .swiper .swiper-slide h6 {
        font-size: 0.42rem;
    }
    .xxdgl_b .a1 .a2 .item {
        width: 1.6rem;
    }
    .xxdgl_b .a1 .more {
        width: 2.4rem;
    }

    .xxdgl_c .a1 {
        height: 5.6rem;
    }
    .xxdgl_c .a1 .swiper-slide h6 {
        font-size: 0.5rem;
    }
    .xxdgl_c .a1 .swiper-slide p {
        font-size: 0.16rem;
        margin-bottom: 0.6rem;
    }

    .xxdgl_d .a1 .item .text i {
        margin-top: 0.18rem;
        margin-bottom: 0.11rem;
    }
    .xxdgl_d .a1 .item .text em {
        font-size: 0.16rem;
    }
    .xxdgl_e {
        padding-top: 0.5rem;
        padding-bottom: 0.3rem;
    }

    .app_a .a1 .item {
        height: 2.3rem;
        padding: 0 0.08rem;
        padding-top: 0.5rem;
    }
    .app_a .a1 .item span {
        width: 0.8rem;
        height: 0.8rem;
        margin: 0 auto 0.06rem;
    }
    .app_a .a1 .item h6 {
        white-space: nowrap;
        font-size: 0.2rem;
        font-weight: normal;
        font-family: Microsoft YaHei;
        line-height: 1.2;
    }
    .app_a .a1 .item p {
        font-size: 14px;
        line-height: 1.4;
    }
    .app_d {
        padding: 0.5rem 0 0;
    }
    .app_d .a1 {
        height: 7.9rem;
        background: url(../images/img/app_d_sj.png) center center no-repeat;
        background-size: 4.1rem auto;
        position: relative;
        overflow: hidden;
    }
    .app_d .a1 .item {
        position: absolute;
        width: 1.06rem;
    }
    .app_d .a1 .item span {
        display: block;
        width: 1.06rem;
        height: 1.06rem;
    }
    .app_d .a1 .item span img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .app_d .a1 .item em {
        line-height: 0.44rem;
        font-size: 0.2rem;
        color: #333333;
        display: block;
        text-align: center;
        letter-spacing: -1px;
    }
    .app_d .a1 .item:nth-child(1) {
        right: calc(50% + 0.84rem);
        top: 0.34rem;
        animation: sy1 3s -2s linear infinite;
    }
    .app_d .a1 .item:nth-child(1) em {
        position: relative;
        top: auto;
        left: auto;
    }
    .app_d .a1 .item:nth-child(2) {
        left: calc(50% + 0.2rem);
        top: 0.2rem;
        animation: sy1 2.9s -3s linear infinite;
    }
    .app_d .a1 .item:nth-child(3) {
        left: calc(50% + 2rem);
        top: 1.42rem;
        animation: sy1 1.8s -2.2s linear infinite;
    }
    .app_d .a1 .item:nth-child(4) {
        left: calc(50% + 2.35rem);
        top: 3.66rem;
        animation: sy1 2.7s -2.6s linear infinite;
    }
    .app_d .a1 .item:nth-child(5) {
        left: calc(50% + 1.06rem);
        top: 5.57rem;
        animation: sy1 1.6s -2.5s linear infinite;
    }
    .app_d .a1 .item:nth-child(6) {
        right: calc(50% + 0.2rem);
        top: 5.97rem;
        animation: sy1 2.1s -1.6s linear infinite;
    }
    .app_d .a1 .item:nth-child(7) {
        right: calc(50% + 2.07rem);
        top: 4.52rem;
        animation: sy1 2s -2.5s linear infinite;
    }
    .app_d .a1 .item:nth-child(8) {
        right: calc(50% + 2.37rem);
        top: 2.1rem;
        animation: sy1 3.2s -1.8s linear infinite;
    }
    .app_e {
        height: 5.4rem;
    }
    .app_e .swiper .pagination {
        bottom: 0.6rem;
    }
    .app_e .text {
        padding-top: 1.2rem;
    }
    .app_e .text p {
        width: 5rem;
    }
    .app_g .a1 .item {
        height: 1.8rem;
    }
    .app_f {
        padding-top: 0.4rem;
        padding-bottom: 0.3rem;
    }
    .app_f .yyp_title {
        padding-bottom: 0.3rem;
    }
    .app_f .list .item {
        height: 3.8rem;
        margin-bottom: 0.4rem;
    }
    .app_f .list .item .text {
        padding-top: 1rem;
    }
    .app_f .list .item .text em {
        top: 0.4rem;
    }
    .app_f .list .item .text h1 {
        font-size: 0.34rem;
        margin-bottom: 0.24rem;
    }
    .app_f .list .item .text p {
        height: 1rem;
    }
    .app_f .list .item .text a {
        height: 0.5rem;
    }
    .yyp_banner {
        height: 6.5rem;
    }
    .yyp_banner .text h6 {
        font-size: 0.54rem;
    }
    .yyp_banner .text p {
        width: 50%;
        font-size: 0.18rem;
    }
}

@media screen and (max-width: 1100px) {
    .xxdgl_c .a1 {
        height: 5rem;
    }
    .app_e {
        height: 5.2rem;
    }
    .app_g .a1 .item {
        height: 1.6rem;
    }
    .app_f .list .item {
        height: 3.4rem;
        margin-bottom: 0.4rem;
    }
    .app_f .list .item .text {
        padding-top: 0.8rem;
    }
    .app_f .list .item .text em {
        top: 0.2rem;
    }
    .app_f .list .item .text h1 {
        font-size: 0.3rem;
        margin-bottom: 0.2rem;
    }
}

@media screen and (max-width: 1023px) {
    .crumbs .a2 {
        display: none;
    }
    .news_list ul li {
        width: 100%;
        margin-top: 0.2rem !important;
    }
    .news_list ul li .item .text h1 {
        height: auto;
        line-height: .54rem;
        margin-bottom: 0.1rem;
        font-size: 0.32rem;
    }
    .news_list ul li .item .text p {
        font-size: 0.24rem;
    }
    .news_list ul li .item .box_img {
        height: auto;
    }
    .news_list ul li .item .box_img img {
        width: 100%;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        transform: translate(0, 0);
    }
    .crumbs .a1 {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex: 1;
    }
    .crumbs .a1 a {
        margin-right: 0;
        display: flex;
        height: 0.6rem;
        align-items: center;
        line-height: 1;
        font-size: 0.3rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        transition: 0.5s;
        position: relative;
    }
    .crumbs .a1 a::after {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 0.02rem;
        background: #CC1E04;
        content: "";
        transition: 0.5s;
    }
    .crumbs .a1 a.select {
        color: #CC1E04;
        font-weight: bold;
    }
    .crumbs .a1 a.select::after {
        left: 0;
        width: 100%;
    }
    .yyp_title h6 {
        font-size: 0.54rem;
        margin-bottom: 0.23rem;
    }
    .yyp_title p {
        font-size: 0.32rem;
        line-height: 1.4;
        padding: 0 0.3rem;
    }
    .xxdgl_a .box {
        height: 6.2rem;
        position: relative;
    }
    .xxdgl_a .a1 {
        float: none;
        padding-top: 0;
        width: 0.68rem;
        position: absolute;
        left: 0.28rem;
        bottom: 0;
        height: 2.4rem;
        z-index: 10;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .xxdgl_a .a1 span {
        display: block;
        margin-bottom: 0;
        line-height: 0.3rem;
        font-size: 0.22rem;
    }
    .xxdgl_a .a1 span::after {
        bottom: 0.07rem;
    }
    .xxdgl_a .a1 span.active {
        color: #000000;
    }
    .xxdgl_a .a1 span.active::after {
        width: 100%;
    }
    .xxdgl_a .swiper {
        width: 100%;
        float: none;
    }
    .xxdgl_a .swiper .swiper-slide {
        display: block;
        padding-top: 3.6rem;
    }
    .xxdgl_a .swiper .swiper-slide .text {
        padding-top: 0.9rem;
        padding-left: 1.8rem;
        width: auto;
        height: auto;
        background: url(../images/icon/c1_sj.png) 1.9rem 0.7rem no-repeat;
        background-size: 1.88rem auto;
        padding-top: 0.3rem;
    }
    .xxdgl_a .swiper .swiper-slide .text h6 {
        line-height: 0.5rem;
        font-size: 0.34rem;
        font-weight: bold;
        color: #333333;
        margin-bottom: 0.05rem;
    }
    .xxdgl_a .swiper .swiper-slide .text p {
        font-size: 0.22rem;
        line-height: 0.34rem;
        height: 0.68rem;
        -webkit-line-clamp: 2;
        margin-bottom: 0.1rem;
    }
    .xxdgl_a .swiper .swiper-slide .text .btn {
        display: none;
    }
    .xxdgl_a .swiper .swiper-slide .text a {
        width: 2.2rem;
        line-height: 0.7rem;
        font-size: 0.2rem;
    }
    .xxdgl_a .swiper .swiper-slide .yyp_img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3.6rem;
        width: 100%;
    }

    .xxdgl_b .a1 {
        height: 5.8rem;
    }
    .xxdgl_b .a1 .swiper .swiper-slide h6 {
        font-size: 0.34rem;
    }
    .xxdgl_b .a1 .swiper .swiper-slide p {
        width: 3rem;
        font-size: 0.26rem;
        margin: 0 auto 0 0.2rem;
        line-height: 1.5;
    }
    .xxdgl_b .a1 .swiper .slide-inner.pc {
        display: none;
    }
    .xxdgl_b .a1 .swiper .slide-inner.sj {
        display: block;
    }
    .xxdgl_b .a1 .a2 {
        padding-left: 0;
    }
    .xxdgl_b .a1 .a2 .item {
        width: 1.6rem;
    }
    .xxdgl_b .a1 .a2 .item span {
        width: 0.5rem;
        height: 0.5rem;
        margin-bottom: 0.05rem;
    }
    .xxdgl_b .a1 .a2 .item em {
        margin-top: 0rem;
        font-size: 0.22rem;
        color: #FFFFFF;
        line-height: 0.26rem;
    }
    .xxdgl_b .a1 .more {
        width: 2.3rem;
        font-size: 0.22rem;
    }
    .xxdgl_c .a1 {
        height: 8.5rem;
    }
    .xxdgl_c .a1 .swiper-slide {
        justify-content: flex-start;
        padding-top: 0.58rem;
        padding-left: 0.5rem;
    }
    .xxdgl_c .a1 .swiper-slide h6 {
        font-size: 0.34rem;
        font-weight: bold;
        margin-bottom: 0.2rem;
    }
    .xxdgl_c .a1 .swiper-slide p {
        width: 6.2rem;
        font-size: 0.26rem;
        color: #666666;
        line-height: 0.38rem;
        margin-bottom: 0.4rem;
    }
    .xxdgl_c .a1 .swiper-slide a {
        width: 1.5rem;
        border: 1px solid #000000;
        border-radius: 0.1rem;
        line-height: 0.58rem;
        font-size: 0.2rem;
    }
    .xxdgl_c .a1 .slide-inner.pc {
        display: none;
    }
    .xxdgl_c .a1 .slide-inner.sj {
        display: block;
    }

    .xxdgl_d .a1 {
        flex-wrap: wrap;
        padding-bottom: 0.2rem;
    }
    .xxdgl_d .a1 .item {
        width: 48.5%;
        margin-bottom: 0.2rem;
    }
    .xxdgl_d .a1 .item .text span {
        width: 0.74rem;
        height: 0.74rem;
    }
    .xxdgl_d .a1 .item .text i {
        width: 0.74rem;
        height: 0.04rem;
        margin-top: 0.2rem;
        margin-bottom: 0.1rem;
    }
    .xxdgl_d .a1 .item .text em {
        font-size: 0.26rem;
    }
    .xxdgl_e {
        padding: 0;
    }
    .xxdgl_e .box {
        box-shadow: none;
    }
    .xxdgl_e .form {
        padding: 0 0.35rem;
    }
    .xxdgl_e .form .label {
        flex-direction: column;
        margin-bottom: 0;
    }
    .xxdgl_e .form .label .item {
        width: 100%;
        height: 0.72rem;
        margin-bottom: 0.3rem;
    }
    .xxdgl_e .form .label .item input {
        border-radius: 0.05rem;
        padding: 0.05rem 0.2rem;
        width: 100%;
        height: 100%;
        font-size: 0.24rem;
    }
    .xxdgl_e .form .textarea {
        margin-bottom: 0.6rem;
    }
    .xxdgl_e .form .textarea textarea {
        height: 1.4rem;
        border-radius: 0.08rem;
        font-size: 0.24rem;
        padding: 0.05rem 0.2rem;
    }
    .xxdgl_e .form .btn {
        width: 3rem;
        height: 0.72rem;
        border-radius: 1.5rem;
        font-size: 0.24rem;
    }
    .app_a {
        background: url(../images/img/app_a.jpg) center bottom no-repeat #ffffff;
        padding: 0.7rem 0 0.4rem;
        overflow: hidden;
    }
    .app_a .yyp_title {
        padding-bottom: 0.4rem;
    }
    .app_a .a1 {
        padding: 0 0.2rem;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .app_a .a1 .item {
        margin: 0;
        width: 46%;
        margin-bottom: 0.2rem;
        padding: 0 0.15rem;
        height: 2.7rem;
        margin: 0.05rem 1%;
        padding-top: 0.15rem;
        /* max-width: 2.2rem; */
        flex: auto;
    }
    .app_a .a1 .item span {
        display: block;
        width: 1.1rem;
        height: 1.1rem;
        margin: 0 auto 0.1rem;
        transition: 0.8s;
    }
    .app_a .a1 .item span img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .app_a .a1 .item span img:last-child {
        display: none;
    }
    .app_a .a1 .item h6 {
        white-space: nowrap;
        font-size: 0.3rem;
        line-height: 1.5;
        margin-bottom: 0.08rem;
        letter-spacing: -1px;
    }
    .app_a .a1 .item p {
        font-size: 0.26rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #5E5E5E;
        line-height: 1.5;
    }
    .app_b {
        padding: 0.6rem 0.3rem 0.3rem;
    }
    .app_b .a1 {
        height: auto;
        background: none;
        position: relative;
        padding-top: 0.4rem;
    }
    .app_b .a1 .item {
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        margin-bottom: 0.4rem;
        right: auto !important;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        text-align: left !important;
        padding-left: 1.12rem !important;
    }
    .app_b .a1 .item span {
        width: 0.85rem;
        height: 0.72rem;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    .app_b .a1 .item span img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .app_b .a1 .item span img.pc {
        display: none;
    }
    .app_b .a1 .item span img.sj {
        display: block;
    }
    .app_b .a1 .item h6 {
        font-size: 0.3rem;
        line-height: 0.4rem;
        margin-bottom: 0.1rem;
    }
    .app_b .a1 .item p {
        font-size: 0.26rem;
        line-height: 1.5;
    }
    .app_e {
        height: 7.8rem;
    }
    .app_e .swiper {
        height: 100%;
    }
    .app_e .swiper .img_a.sj {
        display: block;
    }
    .app_e .swiper .img_a.pc {
        display: none;
    }
    .app_e .swiper .pagination {
        position: absolute;
        left: 0.35rem;
        bottom: 0.8rem;
        font-size: 0.48rem;
        font-family: Impact;
        font-weight: 400;
        line-height: 0.88rem;
    }
    .app_e .swiper .pagination em {
        font-size: 0.3rem;
        font-family: 'MicrosoftYaHei';
    }
    .app_e .text {
        padding-left: 0.35rem;
        padding-top: 1.4rem;
    }
    .app_e .text h6 {
        font-size: 0.36rem;
        line-height: 0.8rem;
        margin-bottom: 0.3rem;
    }
    .app_e .text p {
        width: 3.2rem;
        font-size: 0.26rem;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        min-height: 1.06rem;
    }
    .app_g {
        padding: 0.6rem 0 0.64rem;
    }
    .app_g .title_b {
        padding-bottom: 0.4rem;
    }
    .app_g .a1 {
        display: flex;
        flex-wrap: wrap;
        border: none;
    }
    .app_g .a1 .item {
        height: 1.2rem;
        transition: 0.5s;
        border: 0;
        padding-top: 0;
        width: 33.33333%;
        margin-bottom: 0.1rem;
    }
    .app_g .a1 .item:last-child{
        display: none;
    }
    .app_g .a1 .item span {
        margin-bottom: 0.1rem;
    }
    .app_g .a1 .item em {
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .app_f {
        padding: 0.7rem 0.35rem 0.4rem;
    }
    .app_f .yyp_title {
        padding-bottom: 0.8rem;
    }
    .app_f .list .item {
        height: auto;
        position: relative;
        padding: 0 !important;
        margin-bottom: 0.3rem;
    }
    .app_f .list .item:last-child {
        margin-bottom: 0;
    }
    .app_f .list .item .img {
        position: relative;
        width: 100%;
        right: auto;
        top: auto;
        height: auto;
        overflow: hidden;
        background-color: #fff;
        border-radius: 0.1rem;
    }
    .app_f .list .item .img img {
        width: 100%;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        transform: translate(0, 0);
        display: block;
        transition: 0.5s;
    }
    .app_f .list .item .text {
        height: auto;
        width: 100%;
        padding-top: 0;
        position: relative;
    }
    .app_f .list .item .text em {
        display: none;
    }
    .app_f .list .item .text h1 {
        font-size: 0.36rem;
        line-height: 1.7;
        color: #000000;
        margin: 0.1rem 0;
    }
    .app_f .list .item .text p {
        font-size: 0.26rem;
        line-height: 1.5;
        color: #999999;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 2;
    }
    .app_f .list .item .text a {
        display: none;
    }
    .app_f .list .item:nth-child(2n + 0) {
        padding-left: 50%;
        padding-right: 0;
    }
    .app_f .list .item:nth-child(2n + 0) .img {
        left: 0;
        right: auto;
    }
    .app_f .list .item:nth-child(2n + 0) .text {
        text-align: left;
    }
    .app_f .list .item:nth-child(2n + 0) .text em {
        left: 0;
    }
    .app_f .list .item:nth-child(2n + 0) .text p {
        margin: 0 auto 0 0;
    }
    .app_f .list .item:nth-child(2n + 0) .text a {
        margin: 0 auto 0 0;
    }
    .yyp_banner {
        background: none;
        height: 10rem;
    }
    .yyp_banner .bj_img {
        display: block;
    }
    .yyp_banner .text {
        padding-top: 0.6rem;
    }
    .yyp_banner .text h6 {
        text-align: center;
        font-size: 0.52rem;
        line-height: 1.7;
    }
    .yyp_banner .text p {
        font-size: 0.26rem;
        line-height: 1.7;
        display: none;
    }
    .yyp_banner .text em {
        width: 0.7rem;
        height: 0.04rem;
        display: none;
    }
}

@media screen and (min-width: 1560px) {
    .advertisementadvantage1-a1 {
        width: 1560px;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    .advertisementadvantage1-a2 {
        width: calc((100% - 21px*2)/3);
        height: 0;
        padding-bottom: calc((100% - 21px*2)/3*444/506);
        position: relative;
        margin: 0 21px 21px 0;
        float: left;
    }
    .advertisementadvantage1-a2:nth-child(3n) {
        margin: 0 0 21px 0;
    }
    .advertisementadvantage1-a3 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .advertisementadvantage1-a3 img {
        width: 100%;
        height: 100%;
        display: block;
        transition: 0.5s;
    }
    .advertisementadvantage1-a2:hover .advertisementadvantage1-a3 img {
        transform: scale(1.08);
        transition: 0.5s;
    }
    .advertisementadvantage1-a4 {
        width: calc(434/506*100%);
        position: absolute;
        bottom: calc(20/444*100%);
        left: calc(36/506*100%);
    }
    .advertisementadvantage1-a5 {
        width: 55px;
        height: 55px;
        position: relative;
        margin-bottom: 18px;
    }
    .advertisementadvantage1-a2:hover .advertisementadvantage1-a5 {
        transform: rotateY(360deg);
        transition: 0.5s;
    }
    .advertisementadvantage1-a5 img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .advertisementadvantage1-a6 {
        font-size: 28px;
        line-height: 28px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 14px;
    }
    .advertisementadvantage1-a7 {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        height: 48px;
    }
}

@media screen and (max-width: 1559px) and (min-width: 1400px) {
    .advertisementadvantage1-a1 {
        width: 1360px;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    .advertisementadvantage1-a2 {
        width: calc((100% - 21px*2)/3);
        height: 0;
        padding-bottom: calc((100% - 21px*2)/3*444/506);
        position: relative;
        margin: 0 21px 21px 0;
        float: left;
    }
    .advertisementadvantage1-a2:nth-child(3n) {
        margin: 0 0 21px 0;
    }
    .advertisementadvantage1-a3 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .advertisementadvantage1-a3 img {
        width: 100%;
        height: 100%;
        display: block;
        transition: 0.5s;
    }
    .advertisementadvantage1-a2:hover .advertisementadvantage1-a3 img {
        transform: scale(1.08);
        transition: 0.5s;
    }
    .advertisementadvantage1-a4 {
        width: calc(434/506*100%);
        position: absolute;
        bottom: calc(20/444*100%);
        left: calc(36/506*100%);
    }
    .advertisementadvantage1-a5 {
        width: 55px;
        height: 55px;
        position: relative;
        margin-bottom: 18px;
    }
    .advertisementadvantage1-a2:hover .advertisementadvantage1-a5 {
        transform: rotateY(360deg);
        transition: 0.5s;
    }
    .advertisementadvantage1-a5 img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .advertisementadvantage1-a6 {
        font-size: 28px;
        line-height: 28px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 14px;
    }
    .advertisementadvantage1-a7 {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        height: 48px;
    }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .advertisementadvantage1-a1 {
        width: 1160px;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    .advertisementadvantage1-a2 {
        width: calc((100% - 21px*2)/3);
        height: 0;
        padding-bottom: calc((100% - 21px*2)/3*444/506);
        position: relative;
        margin: 0 21px 21px 0;
        float: left;
    }
    .advertisementadvantage1-a2:nth-child(3n) {
        margin: 0 0 21px 0;
    }
    .advertisementadvantage1-a3 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .advertisementadvantage1-a3 img {
        width: 100%;
        height: 100%;
        display: block;
        transition: 0.5s;
    }
    .advertisementadvantage1-a2:hover .advertisementadvantage1-a3 img {
        transform: scale(1.08);
        transition: 0.5s;
    }
    .advertisementadvantage1-a4 {
        width: calc(434/506*100%);
        position: absolute;
        bottom: calc(20/444*100%);
        left: calc(36/506*100%);
    }
    .advertisementadvantage1-a5 {
        width: 44px;
        height: 44px;
        position: relative;
        margin-bottom: 14px;
    }
    .advertisementadvantage1-a2:hover .advertisementadvantage1-a5 {
        transform: rotateY(360deg);
        transition: 0.5s;
    }
    .advertisementadvantage1-a5 img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .advertisementadvantage1-a6 {
        font-size: 24px;
        line-height: 24px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .advertisementadvantage1-a7 {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        height: 40px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .advertisementadvantage1-a1 {
        width: 960px;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    .advertisementadvantage1-a2 {
        width: calc((100% - 21px*2)/3);
        height: 0;
        padding-bottom: calc((100% - 21px*2)/3*444/506);
        position: relative;
        margin: 0 21px 21px 0;
        float: left;
    }
    .advertisementadvantage1-a2:nth-child(3n) {
        margin: 0 0 21px 0;
    }
    .advertisementadvantage1-a3 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .advertisementadvantage1-a3 img {
        width: 100%;
        height: 100%;
        display: block;
        transition: 0.5s;
    }
    .advertisementadvantage1-a2:hover .advertisementadvantage1-a3 img {
        transform: scale(1.08);
        transition: 0.5s;
    }
    .advertisementadvantage1-a4 {
        width: calc(434/506*100%);
        position: absolute;
        bottom: calc(20/444*100%);
        left: calc(36/506*100%);
    }
    .advertisementadvantage1-a5 {
        width: 44px;
        height: 44px;
        position: relative;
        margin-bottom: 14px;
    }
    .advertisementadvantage1-a2:hover .advertisementadvantage1-a5 {
        transform: rotateY(360deg);
        transition: 0.5s;
    }
    .advertisementadvantage1-a5 img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .advertisementadvantage1-a6 {
        font-size: 24px;
        line-height: 24px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .advertisementadvantage1-a7 {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        height: 40px;
    }
}

@media screen and (max-width: 1023px) {
    .xxdgl_a .box {
        height: auto;
    }
    .advertisementadvantage1-a1 {
        width: calc(100% - 0.3rem*2);
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    .advertisementadvantage1-a2 {
        width: 100%;
        height: 0;
        padding-bottom: calc(100%*444/506);
        position: relative;
        margin: 0 0 0.3rem;
    }
    .advertisementadvantage1-a3 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .advertisementadvantage1-a3:last-child {
        margin: 0;
    }
    .advertisementadvantage1-a3 img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .advertisementadvantage1-a4 {
        width: calc(434/506*100%);
        position: absolute;
        bottom: calc(20/444*100%);
        left: calc(36/506*100%);
    }
    .advertisementadvantage1-a5 {
        width: 0.66rem;
        height: 0.66rem;
        position: relative;
        margin-bottom: 0.24rem;
    }
    .advertisementadvantage1-a5 img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .advertisementadvantage1-a6 {
        font-size: 0.32rem;
        line-height: 0.32rem;
        color: #fff;
        font-weight: bold;
        margin-bottom: 0.2rem;
    }
    .advertisementadvantage1-a7 {
        font-size: 0.26rem;
        line-height: 0.42rem;
        color: #fff;
        height: 0.84rem;
    }
}