/*banner*/

.ind-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ind-banner .swiper-slide {
    position: relative;
}

.ind-banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.ind-banner .swiper-slide .img img {
    width: 100%;
}

.ind-banner .onebox {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    top: 20%;
}

.ind-banner .onebox h2 {
    font-size: 0.48rem;
    line-height: 0.64rem;
    font-family: 'Bold';
    font-weight: 400;
    color: #fff;
}

.ind-banner .onebox h3 {
    margin-top: 0.1rem;
    font-size: 0.4rem;
    line-height: 0.64rem;
    font-weight: 400;
    color: #fff;
}

.ind-banner .onebox .btnGroup {
    margin-top: 0.2rem;
}

.ind-banner .onebox .btnGroup li {
    display: inline-block;
    margin: 0 0.1rem;
}

.ind-banner .onebox .btnGroup li a {
    width: 1.56rem;
    height: 0.48rem;
    border: #fff solid 1px;
    border-radius: 0.48rem;
    color: #fff;
    font-size: 0.16rem;
}

.ind-banner .onebox .btnGroup li a:hover {
    border: none;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3d22 100%);
    background-blend-mode: normal, normal;
}

.ind-banner .swiper-pagination {
    width: 100%;
    bottom: 30px;
}

.ind-banner .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #fff;
    border: none;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 5px !important;
}

.ind-banner .swiper-pagination-bullet-active {
    width: 36px;
    background: #ee1d23;
    border-radius: 12px;
}

.indexP0 {
    padding: 0.45rem 0.55rem 0.8rem;
}

.indexP0 h3 {
    margin-bottom: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #333;
    font-family: 'Medium';
    font-weight: 400;
}

.indexLogo {
    position: relative;
    padding: 0 0.9rem;
}

.indexLogo .list {
    width: 100%;
    height: 0.7rem;
    position: relative;
    overflow: hidden;
}

.indexLogo .list ul {
    width: 100%;
    height: 0.7rem;
    position: relative;
}

.indexLogo .list li {
    float: left;
    padding: 0 0.1rem;
    width: 1.9rem;
}

.indexLogo .list li .limg {
    height: 0.7rem;
}

.indexLogo .list li .limg img {
    max-width: 1.6rem;
    max-height: 0.5rem;
}

.indexLogo .wa {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 12px;
    height: 20px;
    overflow: hidden;
    z-index: 5;
}

.indexLogo .prev {
    left: 0;
    background: url(../images/nimg12_left2.png) no-repeat;
}

.indexLogo .next {
    right: 0;
    background: url(../images/nimg12_right2.png) no-repeat;
}

.indexLogo .prev:hover {
    background: url(../images/nimg12_left2on.png) no-repeat;
}

.indexLogo .next:hover {
    background: url(../images/nimg12_right2on.png) no-repeat;
}

.indexP1 h2 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-family: 'Medium';
    letter-spacing: 5px;
    margin-bottom: 0.7rem;
    text-align: center;
    font-weight: 400;
}

.indexP1 .mxfDiv {
    padding-left: 16.66%;
    position: relative;
    height: 6.52rem;
}

.indexP1 .tab-box {
    position: absolute;
    left: 0;
    top: 0;
    background: #f9f9fa;
    width: 16.66%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.indexP1 .tab-box a {
    display: block;
    position: relative;
    height: 1.2rem;
    padding-left: 16%;
}

.indexP1 .tab-box h3 {
    line-height: 1.2rem;
    font-size: 0.24rem;
    color: #333;
    font-family: 'Medium';
    font-weight: 400;
}

.indexP1 .tab-box .ico {
    position: absolute;
    right: 16%;
    top: 50%;
    width: 0.85rem;
    height: 0.85rem;
    margin-top: -0.42rem;
}

.indexP1 .tab-box .ico:after {
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0.85rem;
    height: 0.85rem;
    background: url(../images/nimg85Bg.png) no-repeat;
    background-size: 0.85rem;
}

.indexP1 .tab-box .ico img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.2rem;
    margin-top: -0.2rem;
    width: 0.4rem;
}

.indexP1 .tab-box a.on {
    background: #fff;
}

.indexP1 .tab-box a.on .ico:after {
    opacity: 1;
    transform: rotate(90deg);
}

.indexP1 .tab-box a.on h3 {
    color: #ee1d23;
}

.indexP1 .swiper-slide {
    position: relative;
}

.indexP1 .swiper-slide .pic {
    position: relative;
}

.indexP1 .swiper-slide .pic img {
    width: 100%;
    height: 6.52rem;
    object-fit: cover;
}

.indexP1 .swiper-slide .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 4.54rem;
    padding: 1.2rem 0.8rem 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.indexP1 .swiper-slide .inner {
    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    opacity: 0;
    visibility: hidden;
}

.indexP1 .swiper-slide.swiper-slide-active .inner {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.indexP1 .swiper-slide .name {
    font-size: 0.36rem;
    line-height: 0.48rem;
    color: #fff;
    font-family: 'Bold';
    margin-bottom: 0.5rem;
}

.indexP1 .swiper-slide .desc {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #fff;
    height: 2.4rem;
    overflow: auto;
}

.indexP1 .swiper-slide .desc::-webkit-scrollbar {
    width: 3px;
}

.indexP1 .swiper-slide .desc::-webkit-scrollbar-track {
    background-color: #e5e5e5;
}

.indexP1 .swiper-slide .desc::-webkit-scrollbar-thumb {
    background-color: #ee1d23;
}

.indexP1 .swiper-slide .btnDiv {
    margin-top: 0.48rem;
    width: 1.6rem;
    height: 0.56rem;
    border-radius: 0.48rem;
    font-size: 0.16rem;
    color: #fff;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3d22 100%);
    background-blend-mode: normal, normal;
}

.indexP1 .swiper-slide .btnDiv em {
    margin-left: 10px;
    width: 16px;
    height: 12px;
    background: url(../images/nimg16_2on.png) center no-repeat;
}

.indexP1 .swiper-slide .btnDiv:hover em {
    animation: iconAni 1.0s ease infinite;
}

.indexP2 {
    padding-top: 0.75rem;
}

.indexP2 h2 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-family: 'Medium';
    letter-spacing: 5px;
    margin-bottom: 0.3rem;
    text-align: center;
    font-weight: 400;
}

.indexP2 .lieTab {
    text-align: center;
    padding-bottom: 0.35rem;
}

.indexP2 .lieTab ul {
    font-size: 0;
}

.indexP2 .lieTab li {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 0.3rem;
    height: 0.28rem;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.18rem;
}

.indexP2 .lieTab li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #ee1d23;
}

.indexP2 .lieTab .on {
    font-family: 'Medium';
}

.indexP2 .lieTab .on:after {
    left: 0;
    width: 100%;
}

.indexP2 .item_box {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 6.52rem;
    z-index: 2;
}

.indexP2 .item {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6.52rem;
}

.indexP2 .item:nth-child(1) {
    display: block;
}

.indexP2 .item_box .bg {
    position: relative;
    height: 6.52rem;
}

.indexP2 .item_box .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.indexP2 .numList {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    width: 100%;
    z-index: 2;
}

.indexP2 .numList ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.indexP2 .numList li .wen {
    margin-top: 0.15rem;
    position: relative;
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #fff;
}

.indexP2 .numList li .wen img {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.28rem;
    display: none;
}

.indexP2 .numList li .pjDiv {
    height: 0.6rem;
    position: relative;
}

.indexP2 .numList li .pjDiv:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.45rem;
    height: 3px;
    background: #ee1d23;
}

.indexP2 .numList li .num {
    position: relative;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.18rem;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.indexP2 .numList li .num span {
    padding-right: 0.1rem;
    font-size: 0.36rem;
    line-height: 0.32rem;
    font-family: 'Din';
}

.indexP2 .numList li .num em {
    padding-right: 0.05rem;
    font-family: 'Din';
    font-size: 0.52rem;
    line-height: 0.48rem;
}

.indexP2 .wenList {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    width: 100%;
    z-index: 2;
}

.indexP2 .wenList ul {
    padding: 0 1.0rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.indexP2 .wenList li {
    color: #fff;
}

.indexP2 .wenList li .name {
    position: relative;
    font-size: 0.36rem;
    height: 0.48rem;
    line-height: 0.36rem;
    font-family: 'Medium';
}

.indexP2 .wenList li .name:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.45rem;
    height: 3px;
    background: #ee1d23;
}

.indexP2 .wenList li .wen {
    margin-top: 0.15rem;
    font-size: 0.18rem;
    line-height: 0.24rem;
    width: 2.4rem;
}

.indexP3 {
    padding: 0.9rem 0.2rem 1.35rem;
}

.indexP3 h2 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-family: 'Medium';
    letter-spacing: 5px;
    margin-bottom: 0.7rem;
    text-align: center;
    font-weight: 400;
}

.indexP3 .leftDiv {
    width: 49.5%;
    position: relative;
    height: 8.06rem;
}

.indexP3 .labelDiv {
    position: absolute;
    z-index: 2;
    top: 0.3rem;
    width: 1.2rem;
    height: 0.45rem;
    border: #ee1d23 solid 1px;
    border-radius: 0.48rem;
    background: #fff;
    font-size: 0.18rem;
    text-align: center;
    line-height: 0.44rem;
    color: #ee1d23;
    font-family: 'Medium';
}

.indexP3 .leftDiv .labelDiv {
    right: 0.6rem;
}

.indexPro {
    width: 100%;
    height: 8.06rem;
    position: relative;
}

.indexPro .imgList {
    padding-top: 0.5rem;
    height: 8.06rem;
    overflow: hidden;
    background: url(../images/nimg932Bg.jpg) center no-repeat;
    background-size: cover;
}

.indexPro .imgList .imgDiv {
    width: 6.0rem;
    height: 4.6rem;
    margin: 0 auto;
}

.indexPro .imgList .imgDiv img {
    max-width: 6.0rem;
    max-height: 4.6rem;
}

.indexPro .imgList .en {
    text-align: center;
    margin-top: 0.15rem;
    font-size: 0.24rem;
    color: #ee1d23;
    height: 0.32rem;
    line-height: 0.32rem;
}

.indexPro .imgList .cn {
    text-align: center;
    font-family: 'Medium';
    font-size: 0.36rem;
    color: #333;
    height: 0.56rem;
    line-height: 0.56rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexPro .imgList .btnDiv {
    border-radius: 0.48rem;
    margin: 0.35rem auto 0;
    width: 1.6rem;
    height: 0.56rem;
    color: #fff;
    font-size: 0.16rem;
    background-image: linear-gradient(90deg, #ee282e 0%, #ef3e22 100%);
    background-blend-mode: normal, normal;
}

.indexPro .imgList .btnDiv em {
    margin-left: 0.1rem;
    width: 18px;
    height: 14px;
    background: url(../images/nimg18_1on.png) no-repeat;
}

.indexPro .imgList a:hover .imgDiv img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.indexPro .imgList a:hover .btnDiv em {
    animation: iconAni 1.0s ease infinite;
}

.indexPro .swiper-pagination {
    width: auto !important;
    left: auto !important;
    right: 0.45rem;
    bottom: 0.25rem;
}

.indexPro .swiper-pagination-bullet {
    float: left;
    position: relative;
    font-family: 'Poppins-L';
    margin-right: 0.28rem !important;
    width: auto;
    height: 22px;
    line-height: 18px;
    font-size: 18px;
    color: #333;
    display: block;
    opacity: 1;
    border: none;
    background: none;
}

.indexPro .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #ee1d23;
}

.indexPro .swiper-pagination-bullet-active {
    color: #ee1d23;
}

.indexPro .swiper-pagination-bullet-active:after {
    width: 100%;
}

.indexP3 .rightDiv {
    width: 49.2%;
}

.indexP3 .rightDiv .labelDiv {
    left: 0.5rem;
    z-index: 2;
}

.indexTech {
    height: 3.93rem;
    overflow: hidden;
    position: relative;
}

.indexTech a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.45rem 0.5rem 0 0.5rem;
    position: relative;
}

.indexTech .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center no-repeat;
    background-size: cover;
}

.indexTech .name {
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-family: 'Medium';
    font-size: 0.36rem;
    color: #4c5373;
    line-height: 0.48rem;
}

.indexTech .msg {
    position: relative;
    z-index: 2;
    font-size: 0.24rem;
    color: #4c5373;
    margin-top: 0.12rem;
}

.indexTech a:hover .bg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.indexP3 .botList {
    margin-top: 0.2rem;
}

.indexP3 .botList ul {
    margin-right: -0.2rem;
}

.indexP3 .botList li {
    float: left;
    width: 50%;
}

.indexP3 .botList li .box {
    overflow: hidden;
    margin-right: 0.2rem;
}

.indexP3 .botList li a {
    display: block;
    width: 100%;
    height: 3.93rem;
    position: relative;
}

.indexP3 .botList li .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center no-repeat;
    background-size: cover;
}

.indexP3 .botList li .layer {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    font-family: 'Medium';
    line-height: 0.36rem;
    z-index: 1;
}

.indexP3 .botList li h3 {
    color: #ee1e23;
    font-size: 0.24rem;
    font-weight: 400;
}

.indexP3 .botList li h4 {
    color: #4c5373;
    font-size: 0.24rem;
    font-weight: 400;
}

.indexP3 .botList li a:hover .bg {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.indexP4 {
    padding-top: 0.8rem;
    height: 9.4rem;
    background: url(../images/indexP4.jpg) center no-repeat;
    background-size: cover;
}

.indexP4 h2 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-family: 'Medium';
    letter-spacing: 5px;
    text-align: center;
    font-weight: 400;
}

.indexP4 .tab {
    text-align: center;
    padding: 0.35rem 0 0.5rem;
}

.indexP4 .tab ul {
    font-size: 0;
}

.indexP4 .tab li {
    display: inline-block;
    position: relative;
    margin: 0 0.15rem;
    height: 0.28rem;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.18rem;
}

.indexP4 .tab li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #ee1d23;
}

.indexP4 .tab .liNow {
    font-family: 'Medium';
}

.indexP4 .tab .liNow:after {
    left: 0;
    width: 100%;
}

.indexP4 .tabContent {
    animation: am_top 0.4s ease-in-out 0.1s backwards;
    -webkit-animation: am_top 0.4s ease-in-out 0.1s backwards;
}

.indexP4 .leftDiv {
    width: 9.2rem;
}

.indexP4 .leftDiv ul {
    margin-right: -0.2rem;
}

.indexP4 .leftDiv li {
    float: left;
    width: 50%;
}

.indexP4 .leftDiv li .box {
    margin-right: 0.2rem;
}

.indexP4 .leftDiv li .imgDiv {
    height: 3.2rem;
    overflow: hidden;
}

.indexP4 .leftDiv li .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexP4 .leftDiv li .botDiv {
    background: #fff;
    height: 2.6rem;
    position: relative;
    padding: 0.24rem 0.4rem 0;
}

.indexP4 .leftDiv li .botDiv:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #ee1d23;
}

.indexP4 .leftDiv li .name {
    font-size: 0.22rem;
    color: #333;
    font-family: 'Medium';
    line-height: 0.36rem;
    height: 0.72rem;
}

.indexP4 .leftDiv li .time {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    line-height: 0.16rem;
    color: #999;
    font-family: 'Poppins-L';
}

.indexP4 .leftDiv li .ico {
    position: relative;
    margin-top: 0.5rem;
    width: 0.48rem;
    height: 0.48rem;
    border: #e4e4e4 solid 1px;
    border-radius: 50%;
}

.indexP4 .leftDiv li .ico:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -6px;
    width: 16px;
    height: 12px;
    background: url(../images/nimg16_2.png) center no-repeat;
}

.indexP4 .leftDiv li .box:hover .imgDiv img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.indexP4 .leftDiv li .box:hover .botDiv:after {
    width: 100%;
}

.indexP4 .leftDiv li .box:hover .ico {
    border: none;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3d22 100%);
    background-blend-mode: normal, normal;
}

.indexP4 .leftDiv li .box:hover .ico:after {
    background: url(../images/nimg16_2on.png) center no-repeat;
}

.indexP4 .rightDiv {
    width: 5.96rem;
}

.indexP4 .rightDiv li {
    margin-bottom: 0.2rem;
}

.indexP4 .rightDiv li:last-child {
    margin-bottom: 0;
}

.indexP4 .rightDiv li a {
    display: block;
    background: #fff;
    height: 1.8rem;
    padding: 0.3rem 0.6rem 0 0.4rem;
}

.indexP4 .rightDiv li .name {
    font-size: 0.22rem;
    color: #333;
    font-family: 'Medium';
    line-height: 0.36rem;
    height: 0.72rem;
    overflow: hidden;
}

.indexP4 .rightDiv li .time {
    margin-top: 0.16rem;
    font-size: 0.16rem;
    line-height: 0.16rem;
    color: #999;
    font-family: 'Poppins-L';
    background: url(../images/nimg15_1.png) right center no-repeat;
}

.indexP4 .rightDiv li a:hover .name {
    color: #ee1d23;
}

.indexP5 {
    background: #f6f7f8;
    padding: 1.2rem 0 1.75rem;
}

.indexP5 .title {
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    text-align: center;
    letter-spacing: 4px;
    font-family: 'Medium';
    font-weight: 400;
}

.indexP5 .msg {
    padding-top: 0.32rem;
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-family: 'Light';
    font-weight: 400;
}

.indexP5 .msg em {
    font-family: 'Medium';
}

.indexP5 .list {
    padding-top: 1.1rem;
}

.indexP5 .list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.indexP5 .list li {
    color: #000;
    font-size: 0.18rem;
}

.indexP5 .list li .num {
    height: 0.8rem;
}

.indexP5 .list li .num em {
    margin-right: 0.1rem;
    font-size: 0.72rem;
    line-height: 0.72rem;
    font-family: 'Din';
    display: inline-block;
    background-image: -webkit-linear-gradient(top, #ee1d23, #ef3d22);
    background-image: linear-gradient(to bottom, #ee1d23, #ef3d22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.indexP5 .list li .wen {
    line-height: 0.24rem;
}

.indexP6 {
    padding: 1.45rem 0 1.3rem;
}

.indexP6 .leftDiv {
    width: 6.35rem;
}

.indexP6 .title {
    font-weight: 400;
    font-family: 'Medium';
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    letter-spacing: 4px;
}

.indexP6 .name {
    padding: 0.9rem 0 0.45rem;
    font-family: 'Medium';
    font-size: 0.24rem;
    color: #333;
    line-height: 0.24rem;
}

.indexP6 .msgList li {
    line-height: 0.36rem;
    font-size: 0.18rem;
    color: #333;
}

.indexP6 .more {
    margin-top: 0.45rem;
}

.indexP6 .more a {
    display: inline-block;
    padding-right: 28px;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.18rem;
    background: url(../images/nimg16_2.png) right center no-repeat;
}

.indexP6 .more a:hover {
    color: #ee1d23;
    text-decoration: underline;
}

.indexP6 .rightDiv {
    width: 7.48rem;
}

.indexP6 .wen {
    padding-top: 0.2rem;
    font-size: 0.24rem;
    color: #333;
    font-family: 'Medium';
}

.indexP6 .form {
    padding-top: 0.3rem;
}

.indexP6 .form ul {
    margin-right: -0.2rem;
}

.indexP6 .form li {
    float: left;
    width: 50%;
    margin-bottom: 0.42rem;
}

.indexP6 .form .li01 {
    width: 100%;
}

.indexP6 .form li:last-child {
    margin-bottom: 0.24rem;
}

.indexP6 .form li .box {
    margin-right: 0.2rem;
    height: 0.5rem;
    border-bottom: #ccc solid 1px;
    position: relative;
    padding-left: 0.8rem;
}

.indexP6 .form li .box2 {
    margin-right: 0.2rem;
    padding-top: 0.5rem;
    position: relative;
}

.indexP6 .form li .txt {
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Medium';
    font-size: 0.18rem;
    line-height: 0.5rem;
    padding-left: 0.35rem;
}

.indexP6 .form li .txt img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.13rem;
    width: 0.26rem;
}

.indexP6 .form li .input1 {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.14rem;
    color: #666;
}

.indexP6 .form li .input1::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

.indexP6 .form li .input1:-moz-placeholder {
    color: #666;
    opacity: 1;
}

.indexP6 .form li .input1::-moz-placeholder {
    color: #666;
    opacity: 1;
}

.indexP6 .form li .input1:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

.indexP6 .form li .hala {
    border: #ccc solid 1px;
}

.indexP6 .form li textarea {
    width: 100%;
    height: 0.94rem;
    padding: 0.18rem 0.3rem 0 0.34rem;
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #666;
}

.indexP6 .form li textarea::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

.indexP6 .form li textarea:-moz-placeholder {
    color: #666;
    opacity: 1;
}

.indexP6 .form li textarea::-moz-placeholder {
    color: #666;
    opacity: 1;
}

.indexP6 .form li textarea:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

.indexP6 .btnGroup li {
    float: left;
    margin-right: 0.3rem;
}

.indexP6 .btnGroup li a {
    width: 2.0rem;
    height: 0.6rem;
    border: #ef3a22 solid 2px;
    color: #333;
    font-family: 'Medium';
    font-size: 0.18rem;
    border-radius: 0.48rem;
}

.indexP6 .btnGroup li em {
    margin-right: 0.16rem;
    display: block;
    width: 0.3rem;
    height: 0.3rem;
}

.indexP6 .btnGroup li:nth-child(1) em {
    background: url(../images/nimg30_1.png) no-repeat;
    background-size: 0.3rem;
}

.indexP6 .btnGroup li:nth-child(2) em {
    background: url(../images/nimg30_2.png) no-repeat;
    background-size: 0.3rem;
}

.indexP6 .btnGroup li a:hover {
    border: none;
    background-image: linear-gradient(90deg, #c0282d 0%, #ef3e22 100%);
    background-blend-mode: normal, normal;
    color: #fff;
}

.indexP6 .btnGroup li:nth-child(1) a:hover em {
    background: url(../images/nimg30_1on.png) no-repeat;
    background-size: 0.3rem;
}

.indexP6 .btnGroup li:nth-child(2) a:hover em {
    background: url(../images/nimg30_2on.png) no-repeat;
    background-size: 0.3rem;
}

.newsP1 {
    padding: 0.75rem 0 1.1rem;
    background: #f6f7f8;
}

.newsP1 .toptop {
    height: 1.32rem;
    position: relative;
    z-index: 1;
}

.newsP1 .title {
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-weight: 400;
    font-family: 'Bold';
    letter-spacing: 4px;
}

.newsP1 .rightDiv {
    position: absolute;
    right: 0;
    top: 0;
}

.newsP1 .toptop .select {
    width: 2.48rem;
    position: relative;
}

.newsP1 .toptop .caption {
    position: relative;
    cursor: pointer;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.25rem;
    font-size: 0.16rem;
    color: #333;
    border: #f0f4f2 solid 1px;
    background: #fff;
    border-radius: 6px;
}

.newsP1 .toptop .caption.on:after {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.newsP1 .toptop .caption:after {
    content: "";
    display: block;
    width: 17px;
    height: 11px;
    background: url(../images/selectIco.png) no-repeat right center;
    background-size: contain;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    margin-top: -5px;
    z-index: 1;
}

.newsP1 .toptop .xlist {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 12;
    background: #fff;
    max-height: 2.5rem;
    overflow-y: auto;
    display: none;
    border: 1px solid #f0f4f2;
    border-top: none;
    box-sizing: border-box;
}

.newsP1 .toptop .xlist::-webkit-scrollbar {
    width: 4px;
}

.newsP1 .toptop .xlist::-webkit-scrollbar-track {
    background-color: #e5e5e5;
}

.newsP1 .toptop .xlist::-webkit-scrollbar-thumb {
    background-color: #ee1d23;
}

.newsP1 .toptop .xlist a {
    display: block;
    font-size: 0.16rem;
    background: #fff;
    color: #333;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 0.25rem;
    border-bottom: 1px solid #f0f4f2;
}

.newsP1 .toptop .xlist a:hover,
.newsP1 .toptop .xlist a.on {
    color: #ee1d23;
}

.newsP1 .toptop .xlist a:last-child {
    border-bottom: none;
}

.newsP1 .form {
    margin-left: 0.3rem;
    width: 2.48rem;
    height: 0.6rem;
    background: #fff;
    border: 1px solid #f0f4f2;
    position: relative;
    border-radius: 6px;
}

.newsP1 .form .input1 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.25rem;
    font-size: 0.16rem;
    color: #333;
    height: 0.6rem;
    line-height: 0.6rem;
}

.newsP1 .form .input1::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
}

.newsP1 .form .input1:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
}

.newsP1 .form .input1::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
}

.newsP1 .form .input1:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
}

.newsP1 .form .btn1 {
    position: absolute;
    right: 0;
    width: 0.5rem;
    height: 0.6rem;
    background: url(../images/nimg16_1.png) center no-repeat;
}

.newsPic .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.newsPic .mxfDiv {
    position: relative;
    padding: 0 0.65rem 0 8.1rem;
    height: 5.33rem;
    background: #fff;
}

.newsPic .imgDiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 7.5rem;
    height: 5.33rem;
}

.newsPic .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsPic .time {
    padding: 0.45rem 0 0.2rem;
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #999;
    font-family: 'Poppins-L';
}

.newsPic .time em {
    display: block;
    color: #ee1f23;
    font-size: 0.48rem;
    line-height: 0.48rem;
    font-family: 'Din';
}

.newsPic .name {
    font-size: 0.3rem;
    color: #333;
    line-height: 0.48rem;
    height: 0.96rem;
    font-family: 'Medium';
    overflow: hidden;
}

.newsPic .content {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.32rem;
    height: 0.96rem;
    overflow: hidden;
    margin-top: 0.15rem;
}

.newsPic .more {
    margin-top: 0.5rem;
    width: 1.6rem;
    height: 0.56rem;
    color: #fff;
    font-size: 0.16rem;
    border-radius: 0.48rem;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3e22 100%);
    background-blend-mode: normal, normal;
}

.newsPic .more em {
    margin-left: 0.15rem;
    width: 15px;
    height: 13px;
    background: url(../images/nimg15_1on.png) no-repeat;
}

.newsPic .swiper-pagination {
    bottom: 1.1rem !important;
    left: auto !important;
    right: 0.65rem;
    margin-left: 0;
    text-align: left;
    width: auto !important;
}

.newsPic .swiper-pagination-bullet {
    position: relative;
    width: 13px;
    height: 13px;
    opacity: 1;
    box-sizing: border-box;
    background: #e1e1e1;
    margin-left: 0.2rem !important;
}

.newsPic .swiper-pagination-bullet-active {
    background: #ee1d23;
}

.newsPic .swiper-slide:hover .name {
    color: #ee1d23;
}

.newsP2 .toptop {
    background: #f6f7f8;
    height: 0.56rem;
    position: relative;
}

.newsP2 .toptop:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    z-index: 1;
}

.newsP2 .toptop .wal {
    position: relative;
    height: 0.56rem;
}

.newsP2 .newsTab li {
    float: left;
    margin-right: 0.7rem;
}

.newsP2 .newsTab li a {
    display: block;
    position: relative;
    z-index: 2;
    height: 0.56rem;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #36383c;
}

.newsP2 .newsTab li a:after {
    content: '';
    position: absolute;
    width: 0;
    left: 50%;
    height: 4px;
    bottom: 0;
    background: #ee1f23;
}

.newsP2 .newsTab .aNow,
.newsP2 .newsTab a:hover {
    font-family: 'Medium';
    color: #ee1f23;
}

.newsP2 .newsTab .aNow:after,
.newsP2 .newsTab a:hover:after {
    left: 0;
    width: 100%;
}

.newsP2 {
    padding-bottom: 1.9rem;
}

.newsP2 .list {
    position: relative;
}

.newsP2 .list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e8e8e8;
}

.newsP2 .list li {
    float: left;
    width: 33.33%;
}

.newsP2 .list li .box {
    border-right: #e8e8e8 solid 1px;
    height: 6.46rem;
    position: relative;
}

.newsP2 .list li .box:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
}

.newsP2 .list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.newsP2 .list li .mxfDiv {
    padding: 0.65rem 0.6rem 0;
}

.newsP2 .list li .time {
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #999;
    font-family: 'Poppins-L';
}

.newsP2 .list li .name {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.72rem;
    overflow: hidden;
    color: #333;
    font-family: 'Medium';
}

.newsP2 .list li .content {
    margin-top: 0.25rem;
    font-size: 0.18rem;
    line-height: 0.32rem;
    height: 0.96rem;
    overflow: hidden;
    color: #333;
}

.newsP2 .list li .imgDiv {
    margin-top: 0.25rem;
    overflow: hidden;
}

.newsP2 .list li .imgDiv img {
    width: 100%;
}

.newsP2 .list li:hover .box:after {
    height: 2px;
    background: #ee1f23;
}

.newsP2 .list li:hover .imgDiv img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.newsP2 .list li:hover .name {
    color: #ee1f23;
}

.newsP2 .pageNum,
.newsP2 .pageMore {
    margin-top: 0.9rem;
}

.commonForm {
    padding: 1.2rem 0 1.35rem;
    border-top: #f70012 solid 1px;
}

.commonForm .title {
    padding-bottom: 0.55rem;
    text-align: center;
    font-weight: 400;
    font-family: 'Bold';
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    letter-spacing: 4px;
}

.commonForm .msg {
    font-size: 0.18rem;
    line-height: 0.18rem;
    text-align: center;
    padding-bottom: 0.7rem;
}

.commonForm .txt {
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Medium';
    font-size: 0.18rem;
    line-height: 0.5rem;
    padding-left: 0.35rem;
}

.commonForm .txt img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.13rem;
    width: 0.26rem;
}

.commonForm .leftDiv {
    width: 6.88rem;
}

.commonForm .leftDiv ul {
    margin-right: -0.84rem;
}

.commonForm .leftDiv li {
    float: left;
    width: 50%;
    margin-bottom: 0.46rem;
}

.commonForm .leftDiv li .box {
    margin-right: 0.84rem;
    height: 0.5rem;
    border-bottom: #b2b2b2 solid 1px;
    position: relative;
    padding-left: 0.8rem;
}

.commonForm .leftDiv li .input1 {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.16rem;
    color: #666;
}

.commonForm .leftDiv li .input1::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

.commonForm .leftDiv li .input1:-moz-placeholder {
    color: #666;
    opacity: 1;
}

.commonForm .leftDiv li .input1::-moz-placeholder {
    color: #666;
    opacity: 1;
}

.commonForm .leftDiv li .input1:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

.commonForm .rightDiv {
    width: 50%;
}

.commonForm .rightDiv .box2 {
    padding-top: 0.5rem;
    position: relative;
}

.commonForm .rightDiv .hala {
    border: #b2b2b2 solid 1px;
}

.commonForm .rightDiv textarea {
    width: 100%;
    height: 0.92rem;
    padding: 0.18rem 0.3rem 0 0.34rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666;
}

.commonForm .rightDiv textarea::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

.commonForm .rightDiv textarea:-moz-placeholder {
    color: #666;
    opacity: 1;
}

.commonForm .rightDiv textarea::-moz-placeholder {
    color: #666;
    opacity: 1;
}

.commonForm .rightDiv textarea:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

.commonForm .tips {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0.2rem;
    color: #333;
}

.commonForm .agree {
    font-size: 16px;
    line-height: 18px;
}

.commonForm .agree input {
    position: relative;
    top: 3px;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e0e0e0;
    /* 边框颜色 */
    -webkit-appearance: none;
    /* 移除默认样式 */
    -moz-appearance: none;
    /* 移除默认样式 */
    appearance: none;
    /* 移除默认样式 */
    outline: none;
    /* 移除点击后的轮廓 */
}

.commonForm .agree input:checked {
    border: 1px solid #ef3722;
    background: #ef3722 url(../images/gou.png) center no-repeat;
    /* 选中时的背景颜色 */
}

.commonForm .btnGroup {
    text-align: center;
    margin-top: 0.45rem;
}

.commonForm .btnGroup li {
    display: inline-block;
    margin: 0 0.15rem;
}

.commonForm .btnGroup li a {
    width: 2.0rem;
    height: 0.6rem;
    border: #ef3a22 solid 2px;
    color: #333;
    font-family: 'Medium';
    font-size: 0.18rem;
    border-radius: 0.48rem;
}

.commonForm .btnGroup li em {
    margin-right: 0.16rem;
    display: block;
    width: 0.3rem;
    height: 0.3rem;
}

.commonForm .btnGroup li:nth-child(1) em {
    background: url(../images/nimg30_1.png) no-repeat;
    background-size: 0.3rem;
}

.commonForm .btnGroup li:nth-child(2) em {
    background: url(../images/nimg30_2.png) no-repeat;
    background-size: 0.3rem;
}

.commonForm .btnGroup li a:hover {
    border: none;
    background-image: linear-gradient(90deg, #c0282d 0%, #ef3e22 100%);
    background-blend-mode: normal, normal;
    color: #fff;
}

.commonForm .btnGroup li:nth-child(1) a:hover em {
    background: url(../images/nimg30_1on.png) no-repeat;
    background-size: 0.3rem;
}

.commonForm .btnGroup li:nth-child(2) a:hover em {
    background: url(../images/nimg30_2on.png) no-repeat;
    background-size: 0.3rem;
}

.newsTop {
    padding: 0.85rem 0 0.6rem;
    border-bottom: #ee1d23 solid 1px;
}

.newsTop .name {
    width: 7.8rem;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-weight: 400;
    font-size: 0.48rem;
    line-height: 0.6rem;
    padding-bottom: 0.4rem;
    font-family: 'Bold';
}

.newsTop .time {
    text-align: center;
    color: #333;
    font-size: 0.18rem;
}

.newsTop .time img {
    margin-right: 15px;
    position: relative;
    top: -3px;
}

.newsBot {
    background: #f8f8f8;
    padding-bottom: 1.8rem;
}

.newsBot .leftDiv {
    width: 11.96rem;
}

.newsBot .conDiv {
    background: #fff;
    padding: 0.8rem 1.36rem 0.56rem;
}

.newsBot .content {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: justify;
    font-family: 'Medium';
}

.newsBot .imgDiv img {
    width: 100%;
}

.newsBot .backBtn {
    margin: 1.0rem auto 0;
    width: 1.8rem;
}

.newsBot .backBtn a {
    width: 100%;
    height: 0.56rem;
    border: #d2d2d2 solid 1px;
    border-radius: 0.48rem;
    font-size: 0.16rem;
    color: #333;
    font-family: 'Medium';
}

.newsBot .backBtn em {
    margin-left: 0.15rem;
    width: 15px;
    height: 13px;
    background: url(../images/nimg15_1.png) no-repeat;
}

.newsBot .backBtn a:hover {
    border: #ee1d23 solid 1px;
    background: #ee1d23;
    color: #fff;
}

.newsBot .backBtn a:hover em {
    background: url(../images/nimg15_1on.png) no-repeat;
}

.pageDown {
    margin-top: 0.95rem;
}

.pageDown ul {
    margin-right: -0.56rem;
}

.pageDown li {
    float: left;
    width: 50%;
    font-family: 'Medium';
    font-size: 0.16rem;
}

.pageDown li .box {
    margin-right: 0.56rem;
    height: 0.8rem;
    background: #fff;
    position: relative;
    padding-left: 0.95rem;
    padding-right: 0.85rem;
}

.pageDown li .box:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #ee1d23;
}

.pageDown li em {
    position: absolute;
    left: 0.25rem;
    top: 50%;
    margin-top: -0.15rem;
    line-height: 0.3rem;
    color: #333;
}

.pageDown li a {
    height: 0.8rem;
    line-height: 0.24rem;
    overflow: hidden;
    color: #333;
}

.pageDown li .box:hover {
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
}

.pageDown li .box:hover:after {
    width: 100%;
}

.pageDown li .box:hover a {
    color: #ee1d23;
}

.sideNews {
    width: 3.4rem;
    padding: 0.45rem 0.5rem 0;
}

.sideNews .title {
    font-size: 0.18rem;
    line-height: 0.18rem;
    font-weight: 400;
    color: #ee1d23;
    padding-bottom: 0.16rem;
    font-family: 'Medium';
}

.sideNews .list li {
    padding-bottom: 0.45rem;
}

.sideNews .list li .imgDiv img {
    width: 100%;
}

.sideNews .list li .name {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.3rem;
    margin-top: 0.12rem;
    font-family: 'Medium';
}

.sideNews .list li a:hover .name {
    color: #ee1d23;
}

.sideNews .moreBtn {
    margin-top: 0.18rem;
}

.sideNews .moreBtn a {
    width: 1.68rem;
    height: 0.5rem;
    background: #ee1f25;
    border-radius: 0.48rem;
    font-size: 0.16rem;
    color: #fff;
    font-family: 'Medium';
}

.sideNews .moreBtn em {
    margin-left: 0.2rem;
    width: 16px;
    height: 12px;
    background: url(../images/nimg16_2on.png) no-repeat;
}

.sideNews .moreBtn a:hover {
    background-image: linear-gradient(90deg, #c0282d 0%, #ef3e22 100%);
    background-blend-mode: normal, normal;
}

.sideNews .moreBtn a:hover em {
    animation: iconAni 1.0s ease infinite;
}

.contact {
    padding: 0.8rem 0 1.35rem;
}

.contact .leftDiv {
    width: 50%;
}

.contact .rightDiv {
    width: 50%;
    padding-left: 0.8rem;
}

.contact h2 {
    color: #333;
    font-family: 'Bold';
    font-weight: 400;
    font-size: 0.36rem;
    padding-bottom: 0.5rem;
}

.contact .msgList li {
    position: relative;
    padding-left: 0.86rem;
    min-height: 0.6rem;
    margin-bottom: 0.4rem;
    font-size: 0.18rem;
    color: #333;
}

.contact .msgList li .ico {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.6rem;
    height: 0.6rem;
    border: #dadada solid 1px;
    border-radius: 50%;
}

.contact .msgList li .ico img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.16rem;
    margin-top: -0.16rem;
    width: 0.32rem;
}

.contact .msgList li .txt {
    line-height: 0.18rem;
    font-family: 'Medium';
}

.contact .msgList li .wen {
    margin-top: 0.22rem;
    line-height: 0.18rem;
    font-family: 'Poppins-L';
}

.contact .msgList li .wen a {
    color: #333;
}

.contact .msgList li .wen a:hover {
    color: #ef3422;
}

.contact .msgList li .ewm {
    margin-top: 0.25rem;
}

.contact .msgList li .ewm img {
    width: 1.46rem;
}

.contact .msgList li .tel {
    margin-top: 0.08rem;
}

.contact .msgList li .tel em {
    font-size: 0.3rem;
    color: #ee1e23;
    font-family: 'Mont-R';
}

.question {
    padding: 1.2rem 0 1.4rem;
}

.question h2 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-weight: 400;
    font-family: 'Bold';
    letter-spacing: 4px;
}

.question2 h2 {
    text-align: center;
    margin-bottom: 0.8rem;
}

.question .msg {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #333;
    padding: 0.2rem 0 0.3rem;
}

.question .btnDiv a {
    width: 1.56rem;
    height: 0.48rem;
    border-radius: 0.48rem;
    color: #fff;
    font-size: 0.16rem;
    font-family: 'Medium';
    background-image: linear-gradient(90deg, #ee2127 0%, #ef3e22 100%);
    background-blend-mode: normal, normal;
}

.question .btnDiv em {
    margin-left: 0.16rem;
    width: 0.26rem;
    height: 0.26rem;
    background: url(../images/nimg26_6.png) no-repeat;
    background-size: 0.26rem;
}

.question .btnDiv a:hover em {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

.question .title {
    padding: 0.9rem 0 0.6rem;
    color: #333;
    font-family: 'Bold';
    font-size: 0.36rem;
    line-height: 0.36rem;
    font-weight: 400;
    letter-spacing: 4px;
}

.question .title em {
    color: #ef3422;
    font-family: 'Poppins-B';
}

.question .list li {
    position: relative;
    padding-bottom: 10px;
}

.question .list li .msgDiv {
    padding: 0 0.5rem 0 0.3rem;
    height: 0.8rem;
    position: relative;
    background: #f6f7f9;
    cursor: pointer;
}

.question .list li .ico {
    position: absolute;
    right: 50px;
    top: 50%;
    width: 35px;
    height: 35px;
    margin-top: -17px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
    border: #eee solid 1px;
}

.question .list li .ico:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    background: #ee1d23;
}

.question .list li .ico:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -6px;
    width: 2px;
    height: 12px;
    background: #ee1d23;
}

.question .list li .name {
    position: relative;
    font-family: 'Medium';
    color: #333;
    height: 0.8rem;
    line-height: 0.8rem;
    padding-left: 0.5rem;
    padding-right: 1.0rem;
    overflow: hidden;
    font-size: 0.18rem;
    color: #000;
}

.question .list li .wen {
    position: absolute;
    color: #999;
    font-size: 0.16rem;
    display: block;
    text-transform: uppercase;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 26px;
    height: 26px;
    line-height: 25px;
    text-align: center;
    border: #cdcdcd solid 1px;
    background: #fff;
    border-radius: 50%;
    font-family: 'Mont-R';
}

.question .list li .box {
    display: none;
}

.question .list li .msgDiv.aNow .wen {
    color: #ee1d23;
}

.question .list li .msgDiv.aNow .ico {
    background: #ee1d23;
    border: #ee1d23 solid 1px;
}

.question .list li .msgDiv.aNow .ico:before {
    background: #fff;
}

.question .list li .msgDiv.aNow .ico:after {
    background: #fff;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.question .list li .mxfDiv {
    position: relative;
    padding: 0.32rem 2.2rem 0.32rem 0.8rem;
}

.question .list li .txt {
    position: absolute;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3d22 100%);
    background-blend-mode: normal, normal;
    text-transform: uppercase;
    left: 0.3rem;
    top: 0.38rem;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    font-size: 0.16rem;
    color: #fff;
    font-family: 'Mont-R';
}

.question .list li .content {
    color: #999;
    font-family: 'Medium';
    line-height: 0.3rem;
    font-size: 0.16rem;
    text-align: justify;
}

.question .pageNum {
    margin-top: 0.56rem;
}

.question .pageMore {
    margin-top: 0.7rem;
}

.download {
    padding: 1.2rem 0 1.35rem;
}

.download h2 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-weight: 400;
    font-family: 'Bold';
    letter-spacing: 4px;
}

.download .msg {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #333;
    padding: 0.2rem 0 0.75rem;
    font-family: 'Medium';
}

.selectGroup {
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.selectGroup .select {
    display: inline-block;
    margin: 0 0.25rem;
    width: 2.48rem;
    height: 0.6rem;
    position: relative;
}

.selectGroup .caption {
    border: #d8d8d8 solid 1px;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    font-family: 'Medium';
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: left;
    padding-left: 0.15rem;
    font-size: 0.18rem;
    color: #333;
}

.selectGroup .caption.on {
    border-bottom: #d8d8d8 solid 1px;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.selectGroup .caption.on:after {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.selectGroup .caption:after {
    content: "";
    display: block;
    width: 17px;
    height: 11px;
    background: url(../images/selectIco.png) no-repeat right center;
    background-size: contain;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    margin-top: -5px;
    z-index: 1;
}

.selectGroup .xlist {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 12;
    background: #fff;
    max-height: 2.5rem;
    overflow-y: auto;
    display: none;
    border: 1px solid #d8d8d8;
    border-top: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.selectGroup .xlist::-webkit-scrollbar {
    width: 4px;
}

.selectGroup .xlist::-webkit-scrollbar-track {
    background-color: #d8d8d8;
}

.selectGroup .xlist::-webkit-scrollbar-thumb {
    background-color: #ee1f23;
}

.selectGroup .xlist a {
    display: block;
    font-family: 'Medium';
    font-size: 0.16rem;
    color: #333;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: left;
    padding: 0 0.15rem;
    border-bottom: 1px solid #d8d8d8;
}

.selectGroup .xlist a:hover,
.selectGroup .xlist a.on {
    color: #ee1d23;
}

.selectGroup .xlist a:last-child {
    border-bottom: none;
}

.download .list {
    padding: 0.85rem 0 1.0rem;
}

.download .list li {
    margin-bottom: 0.3rem;
}

.download .list li a {
    display: block;
    position: relative;
    padding-left: 1.0rem;
    height: 1.0rem;
    color: #333;
    background: #f8f8f8;
}

.download .list li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ef3422;
}

.download .list li .ico {
    position: absolute;
    left: 0.42rem;
    top: 50%;
    margin-top: -0.18rem;
}

.download .list li .ico img {
    width: 0.3rem;
}

.download .list li .conDiv {
    float: left;
    width: 7.45rem;
    padding-right: 0.5rem;
}

.download .list li .name {
    margin-top: 0.2rem;
    height: 0.36rem;
    line-height: 0.36rem;
    font-family: 'Medium';
    font-size: 0.24rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.download .list li .wen {
    font-size: 0.16rem;
    line-height: 0.28rem;
}

.download .list li .time {
    float: left;
    width: 1.86rem;
    line-height: 1.0rem;
    font-size: 0.18rem;
    font-family: 'Poppins-R';
}

.download .list li .lan {
    float: left;
    position: relative;
    padding-left: 0.48rem;
    width: 2.18rem;
    line-height: 1.0rem;
    font-size: 0.18rem;
    font-family: 'Poppins-R';
}

.download .list li .lan img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.15rem;
    width: 0.4rem;
}

.download .list li .btnDiv {
    float: left;
    margin-top: 0.26rem;
    font-family: 'Medium';
    width: 1.66rem;
    height: 0.48rem;
    font-size: 0.16rem;
    color: #333;
    border: #ededed solid 2px;
    border-radius: 0.48rem;
}

.download .list li .btnDiv em {
    margin-left: 0.13rem;
    width: 12px;
    height: 16px;
    background: url(../images/nimg12_1.png) no-repeat;
}

.download .list li a:hover {
    background: #fff;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
}

.download .list li a:hover:before {
    width: 3px;
}

.download .list li a:hover .btnDiv {
    border: #ef3422 solid 2px;
    background: #ef3422;
    color: #fff;
}

.download .list li a:hover .btnDiv em {
    background: url(../images/nimg12_1on.png) no-repeat;
}

.maskfadeRight,
.maskfadeLeft,
.maskfadeUp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.maskfadeUp {
    display: block;
    background-color: #ee1d23;
    z-index: 3;
    -webkit-transition: -webkit-transform 1.2s .5s;
    transition: transform 1.2s 0.5s;
}

.maskfadeUp.animated {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
}

.maskfadeLeft {
    z-index: 3;
    background-color: #ee1d23;
    transition: transform 0.8s 1s
}

.maskfadeLeft.animated {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.maskfadeRight {
    z-index: 3;
    background-color: #ee1d23;
    transition: transform 0.8s 1s
}

.maskfadeRight.animated {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.developP1 {
    padding: 1.2rem 0 1.3rem;
}

.developP1 h2 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    letter-spacing: 5px;
    color: #333;
    font-family: 'Bold';
    font-weight: 400;
}

.developP1 .msg {
    padding-top: 0.6rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
    font-family: 'Medium';
}

.developP2 .conDiv {
    width: 7.38rem;
}

.developP2 .conDiv h2 {
    position: relative;
    padding-top: 0.8rem;
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #333;
    font-family: 'Bold';
    font-weight: 400;
}

.developP2 .conDiv h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.4rem;
    height: 0.05rem;
    background-image: linear-gradient(90deg, #02a1f9 0%, #28f09d 100%);
    background-blend-mode: normal, normal;
    text-transform: uppercase;
}

.developP2 .msg {
    padding: 0.25rem 0 0.6rem;
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #333;
}

.developP2 .msgList li {
    padding-bottom: 0.25rem;
    color: #333;
}

.developP2 .msgList li h3 {
    font-size: 0.24rem;
    line-height: 0.24rem;
    padding-bottom: 0.2rem;
}

.developP2 .msgList li .wen {
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #333;
}

.developP2 .rightDiv {
    width: 6.45rem;
    position: relative;
    overflow: hidden;
}

.developP2 .imgDiv img {
    width: 100%;
}

.developP3 {
    padding-top: 1.5rem;
}

.developP3 .conDiv {
    width: 7.8rem;
}

.developP3 .conDiv h2 {
    position: relative;
    padding-top: 0.8rem;
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #333;
    font-family: 'Bold';
    font-weight: 400;
}

.developP3 .conDiv h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.4rem;
    height: 0.05rem;
    background-image: linear-gradient(90deg, #02a1f9 0%, #28f09d 100%);
    background-blend-mode: normal, normal;
    text-transform: uppercase;
}

.developP3 .msg {
    padding: 0.25rem 0 0.6rem;
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #333;
}

.developP3 .msgList li {
    padding-bottom: 0.25rem;
    color: #333;
}

.developP3 .msgList li h3 {
    font-size: 0.24rem;
    line-height: 0.24rem;
    padding-bottom: 0.2rem;
}

.developP3 .msgList li .wen {
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #333;
}

.developP3 .leftDiv {
    width: 6.45rem;
    position: relative;
    overflow: hidden;
}

.developP3 .imgDiv img {
    width: 100%;
}

.developP4 {
    padding: 1.5rem 0;
}

.developP4 .conDiv {
    width: 5.35rem;
}

.developP4 .conDiv h2 {
    position: relative;
    padding-top: 0.8rem;
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #333;
    font-family: 'Bold';
    font-weight: 400;
}

.developP4 .conDiv h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.4rem;
    height: 0.05rem;
    background-image: linear-gradient(90deg, #02a1f9 0%, #28f09d 100%);
    background-blend-mode: normal, normal;
    text-transform: uppercase;
}

.developP4 .msg {
    padding: 0.35rem 0 0.6rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333;
}

.developP4 .content {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333;
}

.developP4 .rightDiv {
    width: 8.9rem;
    position: relative;
    overflow: hidden;
}

.developP4 .imgDiv img {
    width: 100%;
}

.developP5 {
    background: #f2f2f2;
    padding: 0.85rem 0;
}

.developP5 h2 {
    text-align: center;
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #333;
    font-family: 'Bold';
    font-weight: 400;
}

.developP5 .msg {
    font-size: 0.18rem;
    line-height: 0.32rem;
    text-align: center;
    color: #333;
    padding: 0.35rem 0 0.6rem;
}

.developP5 .list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.developP5 .list li .box {
    width: 3.66rem;
    height: 3.66rem;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background-image: linear-gradient(180deg, #02a1f9 0%, #29f19c 100%);
    background-blend-mode: normal, normal;
}

.developP5 .list li .box:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -51%;
    margin-top: -51%;
    width: 102%;
    height: 102%;
    background: #fff;
    border-radius: 50%;
}

.developP5 .list li .box:hover {
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.08);
}

.developP5 .list li .box:hover:after {
    width: 98.8%;
    height: 98.8%;
    margin-left: -49.4%;
    margin-top: -49.4%;
}

.developP5 .list li .conDiv {
    position: relative;
    z-index: 1;
    height: 3.66rem;
}

.developP5 .list li .ico {
    height: 0.9rem;
}

.developP5 .list li .ico img {
    height: 0.65rem;
}

.developP5 .list li .name {
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #333;
    font-family: 'Medium';
}

.developP6 {
    height: 7.0rem;
    background: url(../images/developP6.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.developP6 h2 {
    text-align: center;
    color: #fff;
    font-family: 'Bold';
    font-weight: 400;
    font-size: 0.4rem;
    line-height: 0.4rem;
}

.developP6 .msg {
    font-size: 0.24rem;
    line-height: 0.36rem;
    padding: 0.3rem 0 0.55rem;
    text-align: center;
    color: #fff;
}

.developP6 .btnGroup {
    text-align: center;
}

.developP6 .btnGroup li {
    display: inline-block;
    margin: 0 0.12rem;
}

.developP6 .btnGroup li a {
    width: 1.56rem;
    height: 0.48rem;
    border: #fff solid 1px;
    color: #fff;
    font-family: 'Medium';
    font-size: 0.16rem;
    border-radius: 0.48rem;
}

.developP6 .btnGroup li em {
    margin-left: 0.3rem;
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    background: url(../images/nimg26_7.png) no-repeat;
    background-size: 0.26rem;
}

.developP6 .btnGroup li a:hover {
    border: none;
    background-image: linear-gradient(90deg, #c0282d 0%, #ef3e22 100%);
    background-blend-mode: normal, normal;
    color: #fff;
}

.technologyP1 {
    padding: 1.3rem 0 1.05rem;
    background: #f6f7f8;
}

.technologyP1-2 {
    background: #fff;
}

.technologyP1 .leftDiv {
    width: 9.6rem;
}

.technologyP1 .imgbox {
    width: 100%;
    height: 5.4rem;
    overflow: hidden;
}

.technologyP1 .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.technologyP1 .videobox {
    position: relative;
    width: 100%;
    height: 5.4rem;
    overflow: hidden;
}

.technologyP1 .videobox .imgDiv {
    height: 5.4rem;
    position: relative;
}

.technologyP1 .videobox .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.technologyP1 .videobox video {
    max-width: 100%;
    max-height: 5.4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    object-fit: cover;
}

.technologyP1 .videobox.cur {
    background: #000;
}

.technologyP1 .videobox.cur .imgDiv img,
.technologyP1 .videobox.cur .playbox {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.technologyP1 .videobox.cur video {
    z-index: 2;
    visibility: visible;
    opacity: 1;
}

.technologyP1 .videobox .playbox {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 88px;
    height: 88px;
    margin-left: -44px;
    margin-top: -44px;
    z-index: 1;
}

.technologyP1 .videobox .playbox img {
    width: 88px;
}

.technologyP1 .rightDiv {
    width: 5.26rem;
}

.technologyP1 .name {
    font-size: 0.48rem;
    line-height: 0.64rem;
    color: #000;
    font-weight: 400;
    font-family: 'Bold';
}

.technologyP1 .time {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #999;
    padding: 0.12rem 0 0.36rem;
}

.technologyP1 .time em {
    display: block;
    color: #ee2323;
    font-family: 'Mont-R';
}

.technologyP1 .content {
    font-size: 0.18rem;
    line-height: 0.32rem;
    text-align: justify;
    font-family: 'Medium';
}

.technologyP1 h3 {
    padding: 0.85rem 0 0.6rem;
    text-align: center;
    color: #333;
    font-size: 0.36rem;
    line-height: 0.36rem;
    letter-spacing: 5px;
    font-weight: 400;
    font-family: 'Bold';
}

.live-action {
    position: relative;
}

.live-action .imgList {
    padding: 0.15rem 0;
    overflow: hidden;
}

.live-action .box {
    cursor: pointer;
    position: relative;
    padding: 0.86rem 0.36rem 0;
    height: 4.05rem;
    background: #fff;
}

.live-action .box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background-image: linear-gradient(90deg, #e11b22 0%, #ff9157 100%);
    background-blend-mode: normal, normal;
}

.live-action .txt {
    text-align: center;
    color: #333;
    font-size: 0.3rem;
    line-height: 0.36rem;
    height: 1.08rem;
    overflow: hidden;
    font-weight: 400;
    font-family: 'Medium';
}

.live-action .msg {
    font-size: 0.17rem;
    line-height: 0.3rem;
    color: #333;
    text-align: center;
    height: 1.8rem;
    padding-right: 8px;
    overflow: auto;
}

.live-action .msg::-webkit-scrollbar {
    width: 2px;
}

.live-action .msg::-webkit-scrollbar-track {
    background-color: #d8d8d8;
}

.live-action .msg::-webkit-scrollbar-thumb {
    background-color: #ee1f23;
}

.live-action .box:hover {
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.08);
}

.live-action .box:hover:before {
    width: 100%;
}

.technologyP1-2 .live-action .box {
    background: #f6f7f8;
}

.technologyP1-2 .live-action .box:hover {
    background: #fff;
}

.live-action .se {
    position: absolute;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
    box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.05);
}

.live-action .prev {
    left: -1.1rem;
}

.live-action .next {
    right: -1.1rem;
}

.live-action .prev:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 11px;
    margin-left: -7px;
    margin-top: -6px;
    background: url(../images/nimg13_left.png) center no-repeat;
}

.live-action .next:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 11px;
    margin-left: -7px;
    margin-top: -6px;
    background: url(../images/nimg13_right.png) center no-repeat;
}

.live-action .se:hover {
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3d22 100%);
    background-blend-mode: normal, normal;
}

.live-action .prev:hover:before {
    background: url(../images/nimg13_lefton.png) center no-repeat;
}

.live-action .next:hover:before {
    background: url(../images/nimg13_righton.png) center no-repeat;
}

.conceptP1 {
    padding-top: 0.25rem;
}

.conceptP1 .mxfDiv {
    height: 8.0rem;
    background: center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.conceptP1 .mxfDiv li {
    float: left;
    width: 33.33%;
    cursor: pointer;
    position: relative;
    padding-top: 3.0rem;
    height: 8.0rem;
    text-align: center;
    color: #fff;
}

.conceptP1 .mxfDiv li:hover {
    background: rgba(0, 0, 0, 0.2);
}

.conceptP1 .mxfDiv li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
}

.conceptP1 .mxfDiv li:last-child:after {
    display: none;
}

.conceptP1 .mxfDiv li .name {
    font-size: 0.48rem;
    line-height: 0.48rem;
    font-family: 'Medium';
    font-weight: 400;
}

.conceptP1 .mxfDiv li .msg {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-top: 0.32rem;
}

.conceptP2 {
    padding: 1.9rem 0;
}

.conceptP2 .list li {
    margin-bottom: 1.2rem;
}

.conceptP2 .list li:last-child {
    margin-bottom: 0;
}

.conceptP2 .list li .imgDiv {
    width: 50%;
    overflow: hidden;
}

.conceptP2 .list li .imgDiv img {
    width: 100%;
}

.conceptP2 .list li .conDiv {
    width: 6.7rem;
    padding-right: 2.0rem;
    padding-top: 0.7rem;
}

.conceptP2 .list li:nth-child(even) .imgDiv {
    order: 1;
}

.conceptP2 .list li:nth-child(even) .conDiv {
    padding-left: 1.1rem;
    width: 5.62rem;
    padding-right: 0;
}

.conceptP2 .list li .ico {
    height: 0.95rem;
}

.conceptP2 .list li .ico img {
    width: 0.65rem;
}

.conceptP2 .list li .name {
    font-family: 'Medium';
    font-size: 0.36rem;
    line-height: 0.48rem;
    padding-bottom: 0.4rem;
    color: #333;
}

.conceptP2 .list li .msg {
    line-height: 0.32rem;
    font-size: 0.18rem;
    color: #333;
}

.conceptP2 .list li:hover .imgDiv img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.caseTop {
    padding: 0.9rem 0 0.6rem;
}

.caseTop .name {
    width: 8.6rem;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-weight: 400;
    font-size: 0.48rem;
    line-height: 0.6rem;
    padding-bottom: 0.3rem;
    font-family: 'Bold';
}

.caseTop .time {
    text-align: center;
    color: #333;
    font-size: 0.18rem;
}

.caseMid {
    background: #f6f7f8;
}

.casePic {
    position: relative;
}

.casePic .imgList {
    overflow: hidden;
}

.casePic .imgList img {
    width: 100%;
}

.casePic .se {
    position: absolute;
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    margin-top: -26px;
    z-index: 2;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
}

.casePic .prev {
    left: -66px;
}

.casePic .next {
    right: -66px;
}

.casePic .prev:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -6px;
    background: url(../images/nimg12_left.png) center no-repeat;
}

.casePic .next:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -6px;
    background: url(../images/nimg12_right.png) center no-repeat;
}

.casePic .se:hover {
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3d22 100%);
    background-blend-mode: normal, normal;
}

.casePic .prev:hover:before {
    background: url(../images/nimg12_lefton.png) center no-repeat;
}

.casePic .next:hover:before {
    background: url(../images/nimg12_righton.png) center no-repeat;
}

.caseBot .wal {
    position: relative;
}

.caseBot .wal:after {
    content: '';
    position: absolute;
    right: 5.29rem;
    top: 0;
    width: 1px;
    height: 100%;
    background: #dbdbdb;
}

.caseBot .leftDiv {
    padding: 0.75rem 0 1.2rem;
    width: 9.1rem;
}

.caseBot .content h2 {
    font-family: 'Bold';
    font-weight: 400;
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #333;
    padding-bottom: 0.25rem;
}

.caseBot .content .msg {
    padding-bottom: 0.75rem;
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #333;
    text-align: justify;
}

.caseBot .rightDiv {
    padding-top: 0.75rem;
    width: 5.3rem;
    position: relative;
}

.caseBot .info li {
    position: relative;
    z-index: 1;
    padding-left: 0.27rem;
    padding-bottom: 0.5rem;
    color: #333;
}

.caseBot .info li:last-child {
    padding-bottom: 0;
}

.caseBot .info li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 16px;
    background: #ee1d23;
}

.caseBot .info li .zi {
    font-size: 0.18rem;
    line-height: 0.18rem;
    height: 0.28rem;
}

.caseBot .info li .txt {
    font-size: 0.24rem;
    line-height: 0.36rem;
    font-family: 'Medium';
}

.caseBot .backBtn {
    position: absolute;
    right: 3.2rem;
    bottom: 2.0rem;
}

.caseBot .backBtn a {
    width: 1.82rem;
    height: 0.58rem;
    font-size: 0.16rem;
    color: #333;
    border: #cecece solid 1px;
    border-radius: 0.48rem;
}

.caseBot .backBtn em {
    margin-left: 0.14rem;
    width: 18px;
    height: 14px;
    background: url(../images/nimg18_1.png) no-repeat;
}

.caseBot .backBtn a:hover {
    border: none;
    color: #fff;
    background-image: linear-gradient(90deg, #c0282d 0%, #ef3e22 100%);
    background-blend-mode: normal, normal;
}

.caseBot .backBtn a:hover em {
    background: url(../images/nimg18_1on.png) no-repeat;
}

.caseP2 {
    padding: 1.3rem 0;
    border-top: #dbdbdb solid 1px;
}

.caseP2 .mxfDiv {
    height: 4.0rem;
    background: #f5f6f7;
}

.caseP2 .imgDiv {
    width: 50%;
    height: 4.0rem;
}

.caseP2 .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseP2 .conDiv {
    width: 50%;
    padding: 0 0.5rem;
    height: 4.0rem;
}

.caseP2 h2 {
    padding-bottom: 0.28rem;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-weight: 400;
    font-family: 'Bold';
}

.caseP2 h3 {
    font-size: 0.36rem;
    line-height: 0.48rem;
    color: #333;
    font-weight: 400;
    font-family: 'Medium';
}

.caseP2 .btnDiv {
    width: 1.6rem;
    margin: 0.28rem auto 0;
}

.caseP2 .btnDiv a {
    width: 100%;
    height: 0.56rem;
    font-size: 0.16rem;
    border-radius: 0.48rem;
    color: #fff;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3e22 100%);
    background-blend-mode: normal, normal;
}

.caseP2 .btnDiv em {
    margin-left: 12px;
    width: 16px;
    height: 12px;
    background: url(../images/nimg16_2on.png) no-repeat;
}

.caseP2 .btnDiv a:hover {
    background-image: linear-gradient(90deg, #c0282d 0%, #ef3e22 100%);
    background-blend-mode: normal, normal;
}

.caseP2 .btnDiv a:hover em {
    animation: iconAni 1.0s ease infinite;
}

.caseP3 {
    padding: 0.85rem 0 0.95rem;
    background: #f5f6f7;
}

.caseP3-2 {
    background: #fff;
    padding: 0 0 1.35rem;
}

.caseP3 h2 {
    text-align: center;
    letter-spacing: 5px;
    padding-bottom: 0.7rem;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-weight: 400;
    font-family: 'Bold';
}

.otherPro {
    position: relative;
}

.otherPro .list {
    overflow: hidden;
    padding: 0.15rem 0;
}

.otherPro .list .box {
    padding: 0.6rem 0.2rem 0;
    height: 5.4rem;
    background: #fff;
}

.otherPro .list .box a {
    display: block;
    width: 100%;
    height: 100%;
}

.otherPro .list .imgDiv {
    width: 3.2rem;
    height: 2.6rem;
    margin: 0 auto;
    overflow: hidden;
}

.otherPro .list .imgDiv img {
    max-width: 3.2rem;
    max-height: 2.6rem;
}

.otherPro .list .name {
    margin-top: 0.55rem;
    height: 0.36rem;
    line-height: 0.36rem;
    color: #333;
    overflow: hidden;
    text-align: center;
    font-size: 0.18rem;
    font-family: 'Medium';
    text-overflow: ellipsis;
    white-space: nowrap;
}

.otherPro .list .btnDiv {
    width: 1.3rem;
    height: 0.45rem;
    margin: 0.18rem auto 0;
    border: #ef3222 solid 1px;
    border-radius: 0.48rem;
    font-size: 0.16rem;
    color: #333;
}

.otherPro .list .box:hover {
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.08);
}

.otherPro .list .box:hover .imgDiv img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.otherPro .list .box:hover .btnDiv {
    border: none;
    color: #fff;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3e22 100%);
    background-blend-mode: normal, normal;
}

.otherPro .se {
    position: absolute;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
    box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.05);
}

.otherPro .prev {
    left: -1.1rem;
}

.otherPro .next {
    right: -1.1rem;
}

.otherPro .prev:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 11px;
    margin-left: -7px;
    margin-top: -6px;
    background: url(../images/nimg13_left.png) center no-repeat;
}

.otherPro .next:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 11px;
    margin-left: -7px;
    margin-top: -6px;
    background: url(../images/nimg13_right.png) center no-repeat;
}

.otherPro .se:hover {
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3d22 100%);
    background-blend-mode: normal, normal;
}

.otherPro .prev:hover:before {
    background: url(../images/nimg13_lefton.png) center no-repeat;
}

.otherPro .next:hover:before {
    background: url(../images/nimg13_righton.png) center no-repeat;
}

.caseP3-2 .otherPro .list .box {
    background: #f9f9f9;
}

.caseP3-2 .otherPro .list .box:hover {
    background: #fff;
}

.caseP3-2 .otherPro .se {
    border: #f4f4f4 solid 2px;
}

.caseP3 .backBtn {
    margin: 0.6rem auto 0;
    width: 1.8rem;
}

.caseP3 .backBtn a {
    width: 100%;
    height: 0.56rem;
    font-size: 0.16rem;
    border-radius: 0.48rem;
    color: #333;
    border: #d0d0d0 solid 1px;
}

.caseP3 .backBtn em {
    margin-left: 12px;
    width: 18px;
    height: 14px;
    background: url(../images/nimg18_1.png) no-repeat;
}

.caseP3 .backBtn a:hover {
    border: none;
    color: #fff;
    background-image: linear-gradient(90deg, #c0282d 0%, #ef3e22 100%);
    background-blend-mode: normal, normal;
}

.caseP3 .backBtn a:hover em {
    background: url(../images/nimg18_1on.png) no-repeat;
    animation: iconAni 1.0s ease infinite;
}

.solutionP1 {
    padding: 1.2rem 0;
    overflow: hidden;
}

.solutionP1 .leftDiv {
    width: 6.3rem;
}

.solutionP1 h2 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-weight: 400;
    font-family: 'Bold';
    letter-spacing: 5px;
}

.solutionP1 .content {
    font-family: 'Medium';
    font-size: 0.18rem;
    line-height: 0.36rem;
    padding-top: 0.6rem;
}

.solutionP1 .rightImg {
    width: 50%;
}

.solutionP1 .rightImg img {
    width: 100%;
}

.solutionP2 {
    padding-top: 1.4rem;
    height: 9.4rem;
    background: url(../images/solutionP2.jpg) center no-repeat;
    background-size: cover;
}

.solutionP2 h2 {
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-weight: 400;
    font-family: 'Bold';
    letter-spacing: 5px;
    padding-bottom: 0.95rem;
}

.solutionP2 .list ul {
    display: inline-flex;
    width: 100%;
}

.solutionP2 .list li {
    width: 25%;
    position: relative;
    flex-grow: 1;
    padding-left: 10px;
    padding-right: 10px;
    transition: .65s;
    box-sizing: border-box;
}

.solutionP2 .list li .box {
    cursor: pointer;
    width: 100%;
    height: 4.7rem;
    position: relative;
    overflow: hidden;
}

.solutionP2 .list li .before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    padding: 1.0rem 0.3rem 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
}

.solutionP2 .list li .before:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #ee1f25;
}

.solutionP2 .list li .after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    padding: 0 0.5rem;
    opacity: 0;
    visibility: hidden;
    background-image: linear-gradient(90deg, #c60000 0%, #a60000 100%);
    background-blend-mode: normal, normal;
}

.solutionP2 .list li .name {
    font-size: 0.26rem;
    line-height: 0.36rem;
    font-family: 'Bold';
    color: #000;
}

.solutionP2 .list li .after .name {
    color: #fff;
}

.solutionP2 .list li .more {
    position: absolute;
    left: 50%;
    margin-left: -0.25rem;
    bottom: 0.7rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    border: #ee1f25 solid 1px;
    background: url(../images/nimg15_1.png) center no-repeat;
}

.solutionP2 .list li .ico {
    height: 1.15rem;
}

.solutionP2 .list li .ico img {
    width: 0.5rem;
}

.solutionP2 .list li .msg {
    margin-top: 0.2rem;
}

.solutionP2 .list li .msg dd {
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding-bottom: 0.3rem;
}

.solutionP2 .list li .msg dd:last-child {
    padding-bottom: 0;
}

.solutionP2 .list li.on {
    width: 48%;
}

.solutionP2 .list li.on .before {
    opacity: 0;
    visibility: hidden;
}

.solutionP2 .list li.on .after {
    opacity: 1;
    visibility: visible;
}

.solutionP3 {
    padding: 1.4rem 0 1.6rem;
    background: url(../images/solutionP3.jpg) center no-repeat;
    background-size: cover;
}

.solutionP3 h2 {
    text-align: center;
    padding-bottom: 0.5rem;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-weight: 400;
    font-family: 'Bold';
    letter-spacing: 5px;
}

.solutionP3 .msg {
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-align: center;
    width: 6.5rem;
    margin: 0 auto 0.65rem;
}

.solutionP3 .list {
    overflow: hidden;
    position: relative;
}

.solutionP3 .list ul {
    display: block;
    width: auto;
    margin-right: -0.32rem;
}

.solutionP3 .list li {
    float: left;
    width: 25%;
    padding-bottom: 0.32rem;
}

.solutionP3 .list li .box {
    margin-right: 0.32rem;
    padding: 0.56rem 0.3rem 0;
    text-align: center;
    height: 2.82rem;
    background: #fff;
    box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.08);
}

.solutionP3 .list li .ico {
    height: 0.8rem;
    margin-bottom: 0.2rem;
}

.solutionP3 .list li .ico img {
    height: 0.8rem;
}

.solutionP3 .list li .name {
    font-size: 0.24rem;
    line-height: 0.3rem;
    font-family: 'Medium';
    color: #000;
}

.solutionP3 .list li .box:hover {
    box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.2);
}

.solutionP3 .swiper-pagination {
    display: none;
    position: relative;
    left: 0;
    bottom: 0;
    padding-top: 0.6rem;
}

.solutionP3 .swiper-pagination-bullet {
    position: relative;
    width: 0.2rem;
    height: 0.2rem;
    opacity: 1;
    border-radius: 50%;
    border: #fff solid 1px;
    background: #fff;
    margin-left: 0.15rem !important;
    margin-right: 0.15rem !important;
}

.solutionP3 .swiper-pagination-bullet-active {
    border: #ee1d23 solid 1px;
    background: #ee1d23;
}

.solutionP4 {
    padding: 1.4rem 0 1.3rem;
}

.solutionP4 h2 {
    text-align: center;
    padding-bottom: 0.95rem;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-weight: 400;
    font-family: 'Bold';
    letter-spacing: 5px;
}

.solutionP4 .list li {
    margin-bottom: 0.95rem;
    height: 4.7rem;
    background: #f8f9fa;
}

.solutionP4 .list li:last-child {
    margin-bottom: 0;
}

.solutionP4 .list li .imgDiv {
    width: 50%;
    height: 4.7rem;
    order: 1;
    overflow: hidden;
}

.solutionP4 .list li:nth-child(even) .imgDiv {
    order: 0;
}

.solutionP4 .list li .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solutionP4 .list li .conDiv {
    width: 50%;
    padding: 0 1.2rem 0 0.9rem;
    height: 4.7rem;
}

.solutionP4 .list li .num {
    font-family: 'Din';
    font-size: 1.0rem;
    line-height: 0.9rem;
    background-image: -webkit-linear-gradient(top, #ee1f25, #f8f3f4);
    background-image: linear-gradient(to bottom, #ee1f25, #f8f3f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solutionP4 .list li .name {
    margin-top: 0.1rem;
    font-size: 0.36rem;
    line-height: 0.48rem;
    color: #333;
    font-family: 'Medium';
}

.solutionP4 .list li .msg {
    margin-top: 0.1rem;
    font-size: 0.18rem;
    line-height: 0.32rem;
    text-align: justify;
}

.solutionP4 .list li:hover .imgDiv img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.solutionP5 {
    background: #f5f6f7;
    padding: 1.2rem 0 0.9rem;
}

.solutionP5 .wal {
    width: 14.56rem;
}

.solutionP5 h2 {
    text-align: center;
    padding-bottom: 0.7rem;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-weight: 400;
    font-family: 'Bold';
    letter-spacing: 5px;
}

.customerCase {
    position: relative;
}

.customerCase .imgList {
    overflow: hidden;
}

.customerCase .imgDiv {
    height: 3.0rem;
    overflow: hidden;
}

.customerCase .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customerCase .botDiv {
    position: relative;
    height: 1.7rem;
    background: #fff;
    padding: 0.3rem 0.4rem 0;
}

.customerCase .botDiv:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #ee1f25;
}

.customerCase .name {
    line-height: 0.36rem;
    height: 0.72rem;
    overflow: hidden;
    font-size: 0.2rem;
    color: #333;
    font-family: 'Medium';
}

.customerCase .time {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    line-height: 0.16rem;
    color: #999;
    font-family: 'Mont-R';
}

.customerCase .box:hover {
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.08);
}

.customerCase .box:hover .imgDiv img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.customerCase .box:hover .botDiv:after {
    width: 100%;
}

.customerCase .se {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    top: 1.25rem;
    z-index: 2;
    border: #e8ecf5 solid 1px;
}

.customerCase .prev {
    left: -65px;
}

.customerCase .next {
    right: -65px;
}

.customerCase .prev:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 11px;
    margin-left: -7px;
    margin-top: -6px;
    background: url(../images/nimg13_left.png) center no-repeat;
}

.customerCase .next:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 11px;
    margin-left: -7px;
    margin-top: -6px;
    background: url(../images/nimg13_right.png) center no-repeat;
}

.customerCase .se:hover {
    border: none;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3d22 100%);
    background-blend-mode: normal, normal;
}

.customerCase .prev:hover:before {
    background: url(../images/nimg13_lefton.png) center no-repeat;
}

.customerCase .next:hover:before {
    background: url(../images/nimg13_righton.png) center no-repeat;
}

.video-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    align-items: center;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.video-box.on {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.videoLayer {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    position: relative;
    box-sizing: border-box;
}

.videoLayer .close {
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/close2.png) no-repeat;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.videoLayer .close:hover {
    transform: rotate(-90deg);
}

.videoLayer video {
    width: 100%;
}

.aboutNav li {
    float: left;
    font-size: 0.18rem;
    position: relative;
}

.aboutNav li a {
    display: block;
    position: relative;
    width: 1.7rem;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #666;
    text-decoration: none;
}

.aboutNav li a:hover {
    color: #ee1d23;
}

.aboutNav li .aNow {
    background-image: linear-gradient(90deg, #e91e24 0%, #ea3e23 100%);
    background-blend-mode: normal, normal;
    font-weight: bold;
    color: #fff !important;
}

.aboutP1 {
    padding: 1.0rem 0 0.8rem;
}

.aboutP1.on {
    padding: calc(1.0rem + 70px) 0 0.8rem;
}

.aboutP1 h2 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    text-align: center;
    letter-spacing: 4px;
    font-family: 'Bold';
    font-weight: 400;
}

.aboutP1 h3 {
    padding-top: 0.7rem;
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-family: 'Light';
    font-weight: 400;
}

.aboutP1 h3 em {
    font-family: 'Bold';
}

.aboutP1 .content {
    width: 12.0rem;
    margin: 0.35rem auto 0;
    font-size: 0.18rem;
    line-height: 0.32rem;
    text-align: center;
    color: #333;
}

.aboutP1 .list {
    padding-top: 0.8rem;
}

.aboutP1 .list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.aboutP1 .list li {
    color: #000;
    font-size: 0.18rem;
}

.aboutP1 .list li .num {
    height: 0.8rem;
}

.aboutP1 .list li .num em {
    margin-right: 0.1rem;
    font-size: 0.72rem;
    line-height: 0.72rem;
    font-family: 'Mont-B';
    display: inline-block;
    background-image: -webkit-linear-gradient(top, #ee1d23, #ef3d22);
    background-image: linear-gradient(to bottom, #ee1d23, #ef3d22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aboutP1 .list li .wen {
    line-height: 0.24rem;
}

.aboutP2 .videobox {
    height: 8.4rem;
    position: relative;
    overflow: hidden;
}

.aboutP2 .videobox video {
    /* max-width:15.36rem;*/
    width: auto;
    height: 8.4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    object-fit: cover;
}

.aboutP2 .videobox.cur {
    background: #000;
}

.aboutP2 .videobox.cur .imgDiv,
.aboutP2 .videobox.cur .playbox {
    z-index: -1;
    visibility: hidden;
    opacity: 0
}

.aboutP2 .videobox.cur video {
    z-index: 2;
    visibility: visible;
    opacity: 1
}

.aboutP2 .videobox .imgDiv {
    height: 8.4rem;
}

.aboutP2 .videobox .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutP2 .videobox .playbox {
    cursor: pointer;
    position: absolute;
    left: 50%;
    width: 1.28rem;
    height: 1.28rem;
    top: 50%;
    margin-top: -0.64rem;
    margin-left: -0.64rem;
    z-index: 2;
    text-align: center;
}

.aboutP2 .videobox .playbox:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.aboutP2 .videobox .ico img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.44rem;
    margin-top: -0.44rem;
    width: 0.88rem;
    z-index: 1;
}

.aboutP2 .videobox .playbox:hover:after {
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    margin-left: 0;
    margin-top: 0;
}

.aboutP3 {
    padding: 1.4rem 0;
    background: #f2f2f2;
    overflow: hidden;
    position: relative;
}

.aboutP3:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2.95rem;
    height: 1.78rem;
    background: url(../images/nimg295Bg.png) no-repeat;
    background-size: 2.95rem;
}

.aboutP3 h2 {
    padding-bottom: 0.8rem;
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-family: 'Bold';
    font-weight: 400;
    letter-spacing: 5px;
}

.historyPic {
    position: relative;
    margin-top: 0.7rem;
    z-index: 1;
}

.historyPic:before {
    content: '';
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    height: 4px;
    background: #e3e3e3;
}

.historyPic .box-container .year-swiper {
    height: 50px;
}

.historyPic .box-container .swiper-slide {
    height: 50px;
    cursor: pointer;
    position: relative;
    text-align: center;
    color: #666;
}

.historyPic .box-container .swiper-slide .year {
    font-family: 'Poppins-R';
    font-size: 18px;
    line-height: 18px;
    height: 50px;
}

.historyPic .box-container .swiper-slide .ico {
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.historyPic .box-container .swiper-slide .ico:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #999;
    border-radius: 50%;
}

.historyPic .box-container .swiper-slide-active .year {
    color: #ef3922;
}

.historyPic .box-container .swiper-slide-active .ico {
    background: #fff;
    border: #ff0000 solid 1px;
}

.historyPic .box-container .swiper-slide-active .ico:after {
    background: #ff0000;
}

.historyPic .box-container .se {
    position: absolute;
    top: 12px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: #ee1d23 solid 1px;
    background: #fff;
    z-index: 5;
}

.historyPic .box-container .prev {
    left: 50%;
    margin-left: -8.2rem;
}

.historyPic .box-container .next {
    right: 50%;
    margin-right: -8.2rem;
}

.historyPic .box-container .prev:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -6px;
    background: url(../images/nimg12_left.png) no-repeat center;
}

.historyPic .box-container .next:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -6px;
    background: url(../images/nimg12_right.png) no-repeat center;
}

.historyPic .box-container .se:hover {
    border: none;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3d22 100%);
    background-blend-mode: normal, normal;
}

.historyPic .box-container .prev:hover:after {
    background: url(../images/nimg12_lefton.png) no-repeat center;
}

.historyPic .box-container .next:hover:after {
    background: url(../images/nimg12_righton.png) no-repeat center;
}

.historyPic .detail-box {
    margin-top: 0.9rem;
}

.historyPic .detail-box .item {
    display: none;
    position: relative;
    padding: 0 1.9rem 0 3.35rem;
    overflow: hidden;
}

.historyPic .detail-box .item.on {
    display: block;
    animation: fadeOfOpacity .5s linear;
}

.historyPic .detail-box .item .year {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Din';
    font-size: 1.2rem;
    line-height: 1.0rem;
    background-image: -webkit-linear-gradient(top, #cc0000, #ef3822);
    background-image: linear-gradient(to bottom, #cc0000, #ef3822);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: am_left 0.4s ease-in-out 0.4s backwards;
    -webkit-animation: am_left 0.4s ease-in-out 0.4s backwards;
}

.historyPic .detail-box .item .imgList {
    animation: am_right 0.4s ease-in-out 0.4s backwards;
    -webkit-animation: am_right 0.4s ease-in-out 0.4s backwards;
}

.historyPic .detail-box .item .imgList ul {
    margin-right: -0.48rem;
}

.historyPic .detail-box .item .imgList li {
    float: left;
    width: 50%;
}

.historyPic .detail-box .item .imgList li .box {
    margin-right: 0.48rem;
}

.historyPic .detail-box .item .imgList li .txt {
    position: relative;
    font-size: 0.18rem;
    color: #000;
    padding-left: 0.3rem;
    line-height: 0.3rem;
    height: 1.0rem;
    overflow: hidden;
}

.historyPic .detail-box .item .imgList li .txt:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.08rem;
    width: 15px;
    height: 15px;
    border: #ee2323 solid 2px;
    border-radius: 50%;
    box-sizing: border-box;
}

.historyPic .detail-box .item .imgList li .imgDiv img {
    width: 100%;
}

.aboutP4 {
    padding: 1.9rem 0 0.4rem;
    position: relative;
}

.aboutP4:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2.95rem;
    height: 1.44rem;
    background: url(../images/nimg295Bg2.png) no-repeat;
    background-size: 2.95rem;
}

.aboutP4 h2 {
    position: relative;
    z-index: 2;
    padding-bottom: 0.3rem;
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-family: 'Bold';
    font-weight: 400;
    letter-spacing: 5px;
}

.aboutP4 .mxfDiv {
    position: relative;
}

.aboutP4 .bigImg img {
    width: 100%;
}

.aboutP4 .msg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0.2rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #333;
    text-align: center;
    width: 100%;
}

.aboutP4 .msg em {
    font-family: 'Bold';
}

.aboutP4 .numList {
    position: absolute;
    left: 0.55rem;
    bottom: 1.3rem;
    z-index: 1;
}

.aboutP4 .numList li {
    float: left;
    width: 2.9rem;
}

.aboutP4 .numList li .wen {
    font-size: 0.18rem;
    line-height: 0.18rem;
    height: 0.32rem;
    color: #333;
}

.aboutP4 .numList li .num {
    color: #ee2323;
    font-family: 'Mont-B';
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.aboutP4 .numList li .num span {
    font-size: 0.24rem;
}

.aboutP4 .numList li .num em {
    font-size: 0.72rem;
    line-height: 0.72rem;
}

.aboutP5 {
    padding: 1.2rem 0;
    background: #f2f2f2;
}

.aboutP5 h2 {
    margin-bottom: 0.95rem;
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-family: 'Bold';
    font-weight: 400;
    letter-spacing: 5px;
}

.aboutP5 .list ul {
    margin-right: -0.27rem;
}

.aboutP5 .list li {
    float: left;
    width: 25%;
    padding-bottom: 0.42rem;
}

.aboutP5 .list li .box {
    margin-right: 0.27rem;
}

.aboutP5 .list li a {
    display: block;
    border-radius: 6px;
    height: 2.4rem;
    position: relative;
    padding: 0.45rem 0.5rem 0;
    background: #fff;
}

.aboutP5 .list li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #ef3922;
}

.aboutP5 .list li .limg {
    height: 0.92rem;
}

.aboutP5 .list li .limg img {
    height: 0.68rem;
}

.aboutP5 .list li .botbot {
    position: relative;
    padding-right: 0.65rem;
}

.aboutP5 .list li .name {
    font-size: 0.24rem;
    line-height: 0.32rem;
    font-family: 'Medium';
    color: #333;
}

.aboutP5 .list li .ico {
    position: absolute;
    right: 0;
    top: -0.1rem;
    width: 0.48rem;
    height: 0.48rem;
    border: #e4e4e4 solid 1px;
    border-radius: 50%;
}

.aboutP5 .list li .ico:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -6px;
    width: 15px;
    height: 13px;
    background: url(../images/nimg15_1.png) center no-repeat;
}

.aboutP5 .list li a:hover {
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
}

.aboutP5 .list li a:hover:after {
    width: 100%;
}

.aboutP5 .list li a:hover .ico {
    border: none;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3d22 100%);
    background-blend-mode: normal, normal;
}

.aboutP5 .list li a:hover .ico:after {
    background: url(../images/nimg15_1on.png) center no-repeat;
}

.aboutP6 {
    padding: 1.4rem 0 1.65rem;
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
}

.aboutP6 h2 {
    margin-bottom: 0.6rem;
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    font-family: 'Bold';
    font-weight: 400;
    letter-spacing: 5px;
}

.aboutP6 .tab {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 0.34rem;
}

.aboutP6 .tab ul {
    font-size: 0;
}

.aboutP6 .tab li {
    display: inline-block;
    margin: 0 0.3rem;
}

.aboutP6 .tab li .box {
    border-radius: 0.48rem;
    border: #e4e2e5 solid 1px;
    width: 1.6rem;
    height: 0.48rem;
    background: #fff;
    font-size: 0.18rem;
    color: #999;
}

.aboutP6 .tab .liNow .box {
    color: #fff;
    border: none;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3d22 100%);
    background-blend-mode: normal, normal;
}

.aboutP6 .list {
    position: relative;
    z-index: 2;
    animation: am_top 0.4s ease-in-out 0.1s backwards;
    -webkit-animation: am_top 0.4s ease-in-out 0.1s backwards;
}

.aboutP6 .list ul {
    margin-right: -0.16rem;
}

.aboutP6 .list li {
    float: left;
    width: 14.28%;
    margin-bottom: 0.24rem;
}

.aboutP6 .list li .box {
    cursor: pointer;
    margin-right: 0.16rem;
    height: 1.15rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.05);
}

.aboutP6 .list li .imgDiv {
    height: 1.15rem;
}

.aboutP6 .list li .imgDiv img {
    max-width: 1.6rem;
    max-height: 0.6rem;
}

.aboutP6 .list li .box:hover .imgDiv img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.aboutP6 .aboutP6-3D {
    position: absolute;
    bottom: -70%;
    left: 0;
    opacity: 1;
}

.product {
    padding: 1.1rem 0 1.2rem;
}

.screenDiv {
    width: 3.2rem;
    overflow: hidden;
}

.screenDiv .txt {
    position: relative;
    font-weight: 400;
    height: 0.66rem;
    line-height: 0.66rem;
    color: #fff;
    font-size: 0.2rem;
    font-family: 'Medium';
    padding-left: 0.3rem;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3e22 100%);
    background-blend-mode: normal, normal;
}

.screenDiv .txt:after {
    content: '';
    position: absolute;
    right: 0.4rem;
    top: 50%;
    margin-top: -5px;
    width: 17px;
    height: 10px;
}

.screenDiv .hideBox {
    border: #dedede solid 1px;
    border-top: none;
    padding: 0.34rem 0.3rem;
}

.screenDiv .hideBox2 {
    padding: 0.28rem 0.3rem 0.5rem;
}

.screenDiv .list {
    overflow: hidden;
}

.screenDiv .list li {
    cursor: pointer;
    padding-left: 20px;
    height: 0.4rem;
    line-height: 0.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.18rem;
    color: #333;
    background: url(../images/ico6.png) left center no-repeat;
}

.screenDiv .list li.on {
    font-family: 'Medium';
    color: #ee1e23;
    background: url(../images/ico6on.png) left center no-repeat;
}

.screenDiv .tab2 {
    overflow: hidden;
}

.screenDiv .tab2 li {
    cursor: pointer;
    padding-left: 20px;
    height: 0.4rem;
    line-height: 0.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.18rem;
    color: #333;
    background: url(../images/ico6.png) left center no-repeat;
}

.screenDiv .tab2 li.liNow {
    font-family: 'Medium';
    color: #ee1e23;
    background: url(../images/ico6on.png) left center no-repeat;
}

.screenDiv .hideBox .zi {
    font-family: 'Medium';
    font-size: 0.16rem;
    line-height: 0.16rem;
    color: #333;
    margin-bottom: 0.05rem;
}

.screenDiv .list2 {
    padding-bottom: 0.2rem;
}

.screenDiv .list2 li {
    float: left;
    width: 45%;
    cursor: pointer;
    font-family: 'Poppins-R';
    padding-left: 28px;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.16rem;
    background: url(../images/nimg17_2.png) left center no-repeat;
}

.screenDiv .list2 li:nth-child(even) {
    width: 55%;
}

.screenDiv .list2 li.on {
    font-family: 'Poppins-R';
    color: #ee1e23;
    background: url(../images/nimg17_2on.png) left center no-repeat;
}

.screenDiv .made {
    overflow: hidden;
}

.screenDiv .made li em {
    cursor: pointer;
    padding-left: 20px;
    height: 0.4rem;
    line-height: 0.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.18rem;
    color: #333;
    background: url(../images/ico6.png) left center no-repeat;
}

.screenDiv .made li em.on {
    font-family: 'Medium';
    color: #ee1e23;
    background: url(../images/ico6on.png) left center no-repeat;
}

.screenDiv .made dl {
    display: none;
    padding-left: 20px;
}

.screenDiv .made dd {
    cursor: pointer;
    padding-left: 20px;
    height: 0.4rem;
    line-height: 0.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.18rem;
    color: #333;
    background: url(../images/ico6.png) left center no-repeat;
}

.screenDiv .made dd.on {
    font-family: 'Medium';
    color: #ee1e23;
    background: url(../images/ico6on.png) left center no-repeat;
}

.demo-output {
    height: 0.8rem;
    padding-top: 0.35rem;
}

.screenOpen {
    position: fixed;
    z-index: 4;
    left: -0.8rem;
    top: 50%;
    margin-top: -1.0rem;
    width: 0.8rem;
    height: 2.0rem;
    background: #ee1d23;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.screenOpen em {
    position: absolute;
    left: 50%;
    margin-left: -0.15rem;
    width: 0.3rem;
    text-align: center;
    color: #fff;
    font-size: 0.28rem;
    line-height: 0.36rem;
    top: 50%;
    transform: translateY(-50%);
}

.screenOpen.off {
    left: -0.8rem;
}

.screenClose {
    position: fixed;
    z-index: 12;
    right: -0.8rem;
    top: 50%;
    margin-top: -1.0rem;
    width: 0.8rem;
    height: 2.0rem;
    background: #ee1d23;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.screenClose em {
    position: absolute;
    left: 50%;
    margin-left: -0.15rem;
    width: 0.3rem;
    text-align: center;
    color: #fff;
    font-size: 0.28rem;
    line-height: 0.36rem;
    top: 50%;
    transform: translateY(-50%);
}

.screenClose.on {
    right: 0;
}

.proList {
    width: 11.46rem;
}

.proList .list {
    padding-bottom: 0.7rem;
}

.proList ul {
    margin-right: -0.18rem;
}

.proList li {
    float: left;
    width: 33.33%;
    margin-bottom: 0.4rem;
}

.proList li .box {
    margin-right: 0.18rem;
    padding: 0.6rem 0.2rem 0;
    height: 5.4rem;
    background: #f9f9f9;
}

.proList li .imgDiv {
    width: 3.2rem;
    height: 2.6rem;
    margin: 0 auto;
    overflow: hidden;
}

.proList li .imgDiv img {
    max-width: 3.2rem;
    max-height: 2.6rem;
}

.proList li .name {
    margin-top: 0.55rem;
    height: 0.36rem;
    line-height: 0.36rem;
    color: #333;
    overflow: hidden;
    text-align: center;
    font-size: 0.18rem;
    font-family: 'Medium';
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proList li .btnDiv {
    width: 1.3rem;
    height: 0.45rem;
    margin: 0.18rem auto 0;
    border: #ef3222 solid 1px;
    border-radius: 0.48rem;
    font-size: 0.16rem;
    color: #333;
}

.proList li .box:hover {
    background: #fff;
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.08);
}

.proList li .box:hover .btnDiv {
    border: none;
    color: #fff;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3e22 100%);
    background-blend-mode: normal, normal;
}

.proList li .box:hover .imgDiv img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.proList .pageNum {
    text-align: left;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.productP1 {
    padding: 1.1rem 0 0.85rem;
    background-image: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
    background-blend-mode: normal, normal;
}

.productP1 .leftDiv {
    width: 7.2rem;
}

.productP1 .detail-box {
    width: 7.2rem;
}

.productP1 .detail-box .imgDiv {
    height: 4.8rem;
    background: #fff;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.05);
}

.productP1 .detail-box .imgDiv img {
    max-width: 5.6rem;
    max-height: 4.55rem;
}

.productP1 .detail-box .list .item {
    display: none;
    position: relative;
}

.productP1 .detail-box .list .item.on {
    display: block;
    animation: fadeOfOpacity .5s linear;
}

.productP1 .box-container {
    width: 100%;
    position: relative;
    margin-top: 0.48rem;
}

.productP1 .img-swiper {
    width: 6.62rem;
    margin: 0 auto;
}

.productP1 .img-swiper .limg {
    cursor: pointer;
    border-radius: 6px;
    height: 1.08rem;
    border: #f4f4f4 solid 1px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.productP1 .img-swiper .limg img {
    max-width: 1.36rem;
    max-height: 0.96rem;
}

.productP1 .swiper-slide.swiper-slide-active .limg {
    border: #f70012 solid 1px;
}

.productP1 .swiper-btn {
    position: absolute;
    display: block;
    width: 9px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    z-index: 2;
}

.productP1 .prev {
    left: 0;
    background: url("../images/prev2.png") center no-repeat;
}

.productP1 .next {
    right: 0;
    background: url("../images/next2.png") center no-repeat;
}

.productP1 .prev:hover {
    background: url("../images/prev.png") center no-repeat;
}

.productP1 .next:hover {
    background: url("../images/next.png") center no-repeat;
}

.productP1 .rightDiv {
    width: 6.8rem;
    padding-right: 0.5rem;
}

.productP1 h1 {
    border-bottom: #e5e5e5 solid 1px;
    font-family: 'Bold';
    font-weight: 400;
    color: #333;
    font-size: 0.48rem;
    line-height: 0.64rem;
    padding-bottom: 0.25rem;
}

.productP1 .msgList {
    padding-top: 0.4rem;
}

.productP1 .msgList li {
    margin-bottom: 0.35rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
}

.productP1 .msgList li .wen {
    color: #333;
    font-family: 'Medium';
}

.productP1 .btnGroup {
    margin-top: 0.1rem;
}

.productP1 .btnGroup li {
    float: left;
    margin-right: 0.18rem;
}

.productP1 .btnGroup li a {
    width: 1.56rem;
    height: 0.48rem;
    border: #ef3122 solid 1px;
    color: #333;
    font-family: 'Medium';
    font-size: 0.16rem;
    background: #fff;
    border-radius: 0.48rem;
}

.productP1 .btnGroup li em {
    margin-left: 0.2rem;
    display: block;
    width: 0.26rem;
    height: 0.26rem;
}

.productP1 .btnGroup li:nth-child(1) em {
    background: url(../images/nimg26_6on.png) no-repeat;
    background-size: 0.26rem;
}

.productP1 .btnGroup li:nth-child(2) em {
    background: url(../images/nimg26_7on.png) no-repeat;
    background-size: 0.26rem;
}

.productP1 .btnGroup li:nth-child(3) em {
    background: url(../images/nimg26_8on.png) no-repeat;
    background-size: 0.26rem;
}

.productP1 .btnGroup li a:hover {
    border: none;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3e22 100%);
    background-blend-mode: normal, normal;
    color: #fff;
}

.productP1 .btnGroup li:nth-child(1) a:hover em {
    background: url(../images/nimg26_6.png) no-repeat;
    background-size: 0.26rem;
}

.productP1 .btnGroup li:nth-child(2) a:hover em {
    background: url(../images/nimg26_7.png) no-repeat;
    background-size: 0.26rem;
}

.productP1 .btnGroup li:nth-child(3) a:hover em {
    background: url(../images/nimg26_8.png) no-repeat;
    background-size: 0.26rem;
}

.productP1 .btnGroup li video {
    display: none;
}

.proLayer {
    width: 100%;
    height: 70px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.09);
}

.proLayer:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: 7.68rem;
    width: 25%;
    height: 1px;
    background: #ee1f25;
    z-index: 1;
}

.proLayerNow {
    position: fixed;
    left: 0;
    top: 1.0rem;
    z-index: 3;
}

.proNav li {
    float: left;
    font-size: 0.16rem;
    position: relative;
    font-family: 'Medium';
}

.proNav li a {
    display: block;
    position: relative;
    padding-left: 0.7rem;
    height: 70px;
    line-height: 70px;
    color: #666;
}

.proNav li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #ee1f25;
}

.proNav li em {
    display: block;
    position: relative;
}

.proNav li em:after {
    content: '';
    opacity: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    border: #f70c1d solid 2px;
    left: 50%;
    margin-left: -5px;
    bottom: 5px;
    border-radius: 50%;
    box-sizing: border-box;
}

.proNav li .aNow {
    color: #333;
}

.proNav li .aNow:after {
    width: 100%;
}

.proNav li .aNow2 em:after {
    opacity: 1;
}

.productP2 {
    padding: 0.8rem 0 1.1rem;
    overflow: hidden;
}

.productP2 h2 {
    margin-bottom: 0.8rem;
    font-weight: 400;
    font-family: 'Bold';
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    letter-spacing: 2px;
}

.productP2 .list ul {
    /* display: block;*/
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    width: auto;
    margin-right: -0.16rem;
}

.productP2 .list li {
    /* float: left;*/
    width: 16.66%;
}

.productP2 .list li .box {
    margin-right: 0.16rem;
    padding: 0.3rem 0.3rem 0;
    height: 3.0rem;
    border-radius: 8px;
    text-align: center;
}

.productP2 .list li .ico {
    position: relative;
    margin: 0 auto;
    width: 1.49rem;
    height: 1.49rem;
}

.productP2 .list li .ico:after {
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.49rem;
    height: 1.49rem;
    background: url(../images/nimg149Bg.png) no-repeat;
    background-size: 1.49rem;
}

.productP2 .list li .ico img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.33rem;
    margin-top: -0.33rem;
    width: 0.66rem;
}

.productP2 .list li .name {
    margin-top: 0.2rem;
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.18rem;
    overflow: hidden;
    font-family: 'Medium';
    color: #333;
}

.productP2 .list li .msg {
    font-size: 0.24rem;
    line-height: 0.36rem;
}

.productP2 .list li .box:hover {
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.06);
}

.productP2 .list li .box:hover .ico:after {
    opacity: 1;
    transform: rotate(90deg);
}

.productP2 .swiper-pagination {
    display: none;
    position: relative;
    left: 0;
    bottom: 0;
    padding-top: 0.6rem;
}

.productP2 .swiper-pagination-bullet {
    position: relative;
    width: 0.2rem;
    height: 0.2rem;
    opacity: 1;
    border-radius: 50%;
    border: #ddd solid 1px;
    background: #fff;
    margin-left: 0.15rem !important;
    margin-right: 0.15rem !important;
}

.productP2 .swiper-pagination-bullet-active {
    border: #ee1d23 solid 1px;
    background: #ee1d23;
}

.productP3 {
    padding-top: 1.1rem;
    height: 8.0rem;
    background: url(../images/productP3.jpg) center no-repeat;
    background-size: cover;
}

.productP3 h2 {
    margin-bottom: 0.75rem;
    font-weight: 400;
    font-family: 'Bold';
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    letter-spacing: 2px;
}

.advantagePic {
    position: relative;
}

.advantagePic .list {
    overflow: hidden;
}

.advantagePic .list .box {
    cursor: pointer;
    position: relative;
    height: 4.05rem;
    background: #fff;
    padding: 0.9rem 0.35rem 0;
}

.advantagePic .list .box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background-image: linear-gradient(90deg, #e11b22 0%, #ff9157 100%);
    background-blend-mode: normal, normal;
}

.advantagePic .list .name {
    font-size: 0.3rem;
    line-height: 0.36rem;
    height: 1.08rem;
    overflow: hidden;
    text-align: center;
    color: #333;
    font-family: 'Medium';
}

.advantagePic .list .msg {
    margin-top: 0.05rem;
    font-size: 0.17rem;
    line-height: 0.3rem;
    height: 1.5rem;
    overflow: auto;
    padding-right: 6px;
}

.advantagePic .list .msg::-webkit-scrollbar {
    width: 3px;
}

.advantagePic .list .msg::-webkit-scrollbar-track {
    background-color: #ddd;
}

.advantagePic .list .msg::-webkit-scrollbar-thumb {
    background-color: #ee1d23;
}

.advantagePic .list .box:hover {
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.08);
}

.advantagePic .list .box:hover:after {
    width: 100%;
}

.advantagePic .se {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    border: #f4f4f4 solid 2px;
}

.advantagePic .prev {
    left: -1.1rem;
}

.advantagePic .next {
    right: -1.1rem;
}

.advantagePic .prev:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 11px;
    margin-left: -7px;
    margin-top: -6px;
    background: url(../images/nimg13_left.png) center no-repeat;
}

.advantagePic .next:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 11px;
    margin-left: -7px;
    margin-top: -6px;
    background: url(../images/nimg13_right.png) center no-repeat;
}

.advantagePic .se:hover {
    border: none;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3d22 100%);
    background-blend-mode: normal, normal;
}

.advantagePic .prev:hover:before {
    background: url(../images/nimg13_lefton.png) center no-repeat;
}

.advantagePic .next:hover:before {
    background: url(../images/nimg13_righton.png) center no-repeat;
}

.productP4 {
    padding: 0.95rem 0 1.3rem;
}

.productP4 h2 {
    margin-bottom: 0.75rem;
    font-weight: 400;
    font-family: 'Bold';
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    letter-spacing: 2px;
}

.productP4 .list li {
    float: left;
    width: 50%;
}

.productP4 .list .li01 {
    margin: 0 auto;
    float: none;
}

.productP4 .list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.productP4 .list li a:after {
    content: '';
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.productP4 .list li .imgDiv {
    height: 4.0rem;
}

.productP4 .list li .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productP4 .list li .layer {
    z-index: 2;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.productP4 .list li .name {
    font-weight: 400;
    font-size: 0.36rem;
    color: #fff;
    font-family: 'Medium';
    text-align: center;
    line-height: 0.48rem;
    height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productP4 .list li .btnDiv {
    font-size: 0.16rem;
    margin: 0.28rem auto 0;
    color: #fff;
    width: 1.6rem;
    height: 0.56rem;
    border: #fff solid 1px;
    border-radius: 0.48rem;
}

.productP4 .list li .btnDiv em {
    margin-left: 12px;
    width: 15px;
    height: 13px;
    background: url(../images/nimg15_1on.png) no-repeat;
}

.productP4 .list li a:hover:after {
    opacity: 1;
    visibility: visible;
}

.productP4 .list li a:hover .btnDiv {
    border: none;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ed3e22 100%);
    background-blend-mode: normal, normal;
}

.productP5 h2 {
    margin-bottom: 1rem;
    font-weight: 400;
    font-family: 'Bold';
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333;
    letter-spacing: 2px;
}

.productP5 .tableDiv table {
    border-left: #e0e0e0 solid 1px;
}

.productP5 .tableDiv .firstRow {
    position: sticky;
    top: 2.1rem;
}

.productP5 .tableDiv th {
    width: 16.66%;
    border-right: #f25055 solid 1px;
    border-bottom: #e0e0e0 solid 1px;
    height: 0.9rem;
    background: #ee1f25;
    color: #fff;
    font-size: 0.22rem;
    font-weight: 400;
    font-family: 'Medium';
}

.productP5 .tableDiv th:first-child {
    text-align: left;
    padding-left: 0.45rem;
}

.productP5 .tableDiv td {
    text-align: center;
    border-right: #e0e0e0 solid 1px;
    border-bottom: #e0e0e0 solid 1px;
    height: 0.96rem;
    font-size: 0.18rem;
    color: #333;
}

.productP5 .tableDiv tr:nth-child(odd) td {
    background: #f5f5f5;
}

.productP5 .tableDiv td:first-child {
    text-align: left;
    padding-left: 0.35rem;
}

.productP5 .tips {
    margin-top: 0.65rem;
    text-align: center;
    font-size: 0.28rem;
}

.lybBox {
    padding: 0.6rem 0 1.4rem;
    background: #ebebeb;
}

.lybBox .conBox {
    background: #fff;
    border-radius: 8px;
    padding: 0.7rem 2.0rem 1.05rem;
}

.lybBox .title {
    text-align: center;
    color: #333;
    font-size: 0.3rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
    font-family: 'Medium';
}

.lybBox .toptop {
    padding-left: 1.3rem;
    position: relative;
}

.lybBox .toptop em {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.6rem;
    font-family: 'Medium';
}

.lybBox .toptop .select {
    width: 3.5rem;
    position: relative;
}

.lybBox .toptop .caption {
    position: relative;
    cursor: pointer;
    height: 0.6rem;
    line-height: 0.56rem;
    padding-left: 0.2rem;
    font-size: 0.18rem;
    color: #333;
    border: #ee1f23 solid 2px;
    background: #fff;
    border-radius: 6px;
}

.lybBox .toptop .caption.on:after {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.lybBox .toptop .caption:after {
    content: "";
    display: block;
    width: 17px;
    height: 11px;
    background: url(../images/selectIco.png) no-repeat right center;
    background-size: contain;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    margin-top: -5px;
    z-index: 1;
}

.lybBox .toptop .xlist {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 12;
    background: #fff;
    max-height: 2.5rem;
    overflow-y: auto;
    display: none;
    border: 2px solid #ee1f23;
    border-top: none;
    box-sizing: border-box;
}

.lybBox .toptop .xlist::-webkit-scrollbar {
    width: 4px;
}

.lybBox .toptop .xlist::-webkit-scrollbar-track {
    background-color: #e5e5e5;
}

.lybBox .toptop .xlist::-webkit-scrollbar-thumb {
    background-color: #ee1d23;
}

.lybBox .toptop .xlist a {
    display: block;
    font-size: 0.16rem;
    background: #fff;
    color: #333;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 0.25rem;
    border-bottom: 1px solid #ee1f23;
}

.lybBox .toptop .xlist a:hover,
.lybBox .toptop .xlist a.on {
    color: #ee1d23;
}

.lybBox .toptop .xlist a:last-child {
    border-bottom: none;
}

.lybBox .form {
    margin-top: 0.65rem;
}

.lybBox .form ul {
    margin-right: -0.42rem;
}

.lybBox .form li {
    float: left;
    width: 33.33%;
    margin-bottom: 0.4rem;
}

.lybBox .form .li01 {
    width: 66.66%;
}

.lybBox .form .li02 {
    width: 100%;
}

.lybBox .form li .box {
    margin-right: 0.42rem;
}

.lybBox .form li .txt {
    height: 0.38rem;
    position: relative;
    padding-left: 0.36rem;
    font-size: 0.18rem;
    color: #333;
    font-family: 'Medium';
}

.lybBox .form li .txt em {
    color: #ee1f23;
}

.lybBox .form li .txt img {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.26rem;
}

.lybBox .form li .input1 {
    width: 100%;
    padding-left: 0.3rem;
    height: 0.6rem;
    border: #e0e0e0 solid 1px;
    font-size: 0.18rem;
    color: #ccc;
    border-radius: 6px;
}

.lybBox .form li .input1::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.lybBox .form li .input1:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.lybBox .form li .input1::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.lybBox .form li .input1:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.lybBox .form li textarea {
    width: 100%;
    border: #e0e0e0 solid 1px;
    height: 1.24rem;
    padding: 0.1rem 0.3rem 0 0.3rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #ccc;
    border-radius: 6px;
}

.lybBox .form li textarea::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.lybBox .form li textarea:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.lybBox .form li textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.lybBox .form li textarea:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.lybBox .selgroup dl {
    margin-right: -0.1rem;
}

.lybBox .selgroup dd {
    float: left;
    width: 33.33%;
}

.lybBox .selgroup2 dd {
    width: 50%;
}

.lybBox .selgroup dd .ss {
    margin-right: 0.1rem;
}

.lybBox select {
    font-size: 0.18rem;
    width: 100%;
    box-sizing: border-box;
    height: 0.6rem;
    border-radius: 6px;
    color: #333;
    font-family: 'Light';
    border: solid 1px #e0e0e0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    outline: none;
    cursor: pointer;
    padding-left: 0.15rem;
    background: url(../images/selectIco.png) no-repeat scroll right 0.22rem center #fff;
}

.lybBox .choose {
    overflow: hidden;
    margin-bottom: 0.25rem;
}

.lybBox .choose .txt {
    height: 0.45rem;
    font-size: 0.18rem;
    color: #333;
    font-family: 'Medium';
}

.lybBox .choose .txt em {
    color: #ee1f23;
}

.lybBox .choose .lie li {
    cursor: pointer;
    float: left;
    margin-right: 0.3rem;
    text-align: center;
    width: 2.0rem;
    font-size: 0.18rem;
    font-family: 'Light';
    height: 0.6rem;
    line-height: 0.6rem;
    border: #ccc solid 1px;
    border-radius: 0.48rem;
}

.lybBox .choose .lie .on {
    border: #ef3722 solid 1px;
    color: #ef3722;
}

.lybBox .tips {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0.2rem;
    color: #333;
}

.lybBox .agree {
    font-size: 16px;
    line-height: 18px;
}

.lybBox .agree input {
    position: relative;
    top: 3px;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e0e0e0;
    /* 边框颜色 */
    -webkit-appearance: none;
    /* 移除默认样式 */
    -moz-appearance: none;
    /* 移除默认样式 */
    appearance: none;
    /* 移除默认样式 */
    outline: none;
    /* 移除点击后的轮廓 */
}

.lybBox .agree input:checked {
    border: 1px solid #ef3722;
    background: #ef3722 url(../images/gou.png) center no-repeat;
    /* 选中时的背景颜色 */
}

.lybBox .btnDiv {
    margin-top: 0.6rem;
}

.lybBox .btnDiv a {
    display: block;
    border-radius: 0.48rem;
    width: 2.64rem;
    height: 0.6rem;
    text-align: center;
    font-family: 'Medium';
    line-height: 0.6rem;
    font-size: 0.24rem;
    color: #fff;
    background-image: linear-gradient(90deg, #ee1d23 0%, #ef3e22 100%);
    background-blend-mode: normal, normal;
}

.tanchuModal-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    align-items: center;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.tanchuModal-box.on {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.tanchuLayer {
    width: 820px;
    padding: 55px 45px;
    margin: 0 auto;
    border-radius: 8px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
}

.tanchuLayer .content {
    color: #666;
    font-size: 0.18rem;
    line-height: 0.36rem;
}

.tanchuLayer .content a {
    color: #000;
}

.tanchuLayer .content a:hover {
    color: #ee1f23;
}

.tanchuLayer .btnDiv {
    position: absolute;
    right: 20px;
    top: 20px;
}

.tanchuLayer .btnDiv a {
    text-indent: -100px;
    overflow: hidden;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close2.png) no-repeat;
}