.w {
    width: 7.3438rem;
    margin: 0 auto;
}
.tanchuang{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #12121282;
    z-index: 9999;
    
    overflow-x: hidden;
    display: none;
}
.container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.mip-reg-logo {
    text-align: center;
    margin-bottom: 0px;
}
.mip-reg-logo img {
    width: 65%;
    margin: 0 auto;
}
.mip-reg-heading {
    color: #59607b;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
}
.tab_list {
    font-size: 0;
}
.tab_list ul {
    margin: 0;
    padding: 0;
}
.tab_list li {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 17px;
    width: 105px;
    color: #666;
    margin: 0 0 0 10px;
}
.tab_list li.current {
    color: #ff9600;
}
.tab_list li::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    transition: transform .3s;
}
.tab_list li.current::before {
    background: #ff9600;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    transition: transform .3s;
}

.form-group {
    position: relative;
}
.form-control {
    border-radius: 0px;
    height: 43px;
}
.form-control {
   font-size: .08rem;
    line-height: 1.571429;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.1rem 0.1rem;
    color: #76838f;
    border: 1px solid #e4eaec;
    background-color: #fff;
    background-image: none;
   
}
.login-link {
    text-align: right;
    margin: 10px 7px;
}
.login-link .login-link-reg {
    margin-right: 10px;
}

.login-link a {
    font-size: 12px;
   color: #ff472a!important;
    vertical-align: middle;
}
.btn-primary {
    background-color: #ff472a;
    padding: 0.0815rem 0;
    width: 100%;
    color: #fff;
}
.ey-member .btn {
    border-radius: 2px;
}
.tab_cd{
    display: none;;
}
.djfs {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    height: 42px;
    border-radius: unset;
    width: 101px;
    border: none !important;
    background: #999 !important;
    padding: 0 0;
    cursor: pointer;
}
.btn-block{
    cursor: pointer;
    width: 100%!important;
    margin: 0 auto 0.1rem auto;
}

@media (min-width: 360px){
.group_z {
    width: 312px !important;
    margin: 0 auto .1rem auto;
    height: 43px;
}
@media (max-width: 768px){
.group_z {
    width: 312px !important;
    margin: 0 auto 20px auto;
   }
}

@media (min-width: 1200px){
.container {
    width: 1170px;
}
}
@media (min-width: 992px){
.container {
    width: 970px;
}
}
@media (min-width: 768px){
.container {
    width: 750px;
}
}
@media (min-width: 350px){
.container {
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0px);
}
}
@media (min-width: 340px){
.tanchuang .panel-body {
    background: #fff;
    height: 482px;
    box-shadow: 0 0 50px #ccc;
    border-radius: 5px;
    border: #cecece;
    max-width: 424px;
    margin: 0px auto;
    padding: 38px 50px 50px;
}
}
@media screen and (max-width: 420px) {
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.btn-block {
    cursor: pointer;
    width: 100%!important;
    height: 40px;
    margin: 0 auto 0.1rem auto;
}
.container {
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate3d(-50%, -50%, 0px);
}
.tab_list li {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 17px;
    width: 96px;
    color: #666;
    margin: 0 0 0 10px;
}
.group_z {
    width: 100% !important;
    margin: 0 auto 20px auto;
}
}
/* 头部 */

.header {
    width: 100%;
    height: .4427rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.6);
}

.header .skicky {
    background-color: rgba(255, 255, 255, 1) !important;
}

.nav {
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end
}

.nav div:first-child {
    flex: 2;
}

.nav div:last-child {
    flex: 1;
}

.nav .logo {
    display: flex;
}

.nav div .logo_z1 {
    display: flex;
    align-items: center;
}

.nav div .logo_z1 img {
    width: .125rem;
    height: .125rem;
}

.nav div .logo_z1 p {
    font-size: 18px;
    margin-left: .0521rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.nav div .logo_y1 {
    display: flex;
    align-items: center;
}

.nav div .logo_y1 img {
    width: .8438rem;
    height: .3229rem;
}

.nav .xlcd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav .xlcd p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.banner1 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner1 .banner_div {
    width: 100%;
    position: absolute;
    width: 3.6rem;
    top: 1.18073rem;
    left: 1.3542rem;
}

.banner1 .banner_div ul li:nth-child(1) {
    font-size: .125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: .1063rem;
    width: 3.5rem;
}

.banner1 .banner_div ul li:nth-child(2) {
    font-size: .3125rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.8;
    width: 3.5rem;
}

.banner1 .banner_div ul li:nth-child(3) {
    position: relative;
}

.banner1 .banner_div ul li:nth-child(3) .yttr {
    display: flex;
    padding: 0.1442rem 0.0883rem;
    align-items: center;
    justify-content: space-around;
    width: 2.0521rem;
    height: .3542rem;
    margin-top: .2604rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 34px;
     font-size: .125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.6;
}

.banner1 .banner_div ul li:nth-child(3) .rddd {
    width: .1563rem;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 30%;
}
.banner1 .banner_div ul li:nth-child(3) input::-webkit-input-placeholder {
    font-size: .125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.6;
}

.banner1 .banner_div ul li:nth-child(3) img {
    position: absolute;
    top: .1042rem;
    left: 1.7604rem;
    display: block;
    z-index: 9999;
    width: .1406rem;
    height: .1406rem;
}


/* 标题 */

.bt {
    width: 100%;
}

.btt {
    display: flex;
    margin: 17px auto;
    align-items: center;
}

.btt img {
    width: 20.0064px;
    height: 19.008px;
}

.btt p {
    font-size: 18px;
    margin-left: 5px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    opacity: 0.8;
}


/* 首页 */
 .dwss {
    position: absolute;
    width: 3.3rem;
    top: 1.1417rem;
    left: 5.4542rem;
}

.spoi {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.dwss .spoil1 {
    font-size: .125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
}

.dwss .spoil2 {
    border-bottom: 0 !important;
    margin-top: 0.1563rem;
    padding-bottom: 0.1563rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    font-size: .25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.8;
}

.dwss .spoil3 {
    margin-top: -0.6292rem !important;
}

.dwss .spoil3 p {
    margin-top: 0.7292rem;
    display: block;
    font-size: .125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 1.1198rem;
    height: 0.3542rem;
    line-height: .3542rem;
    border: 1px solid #FFFFFF;
    border-radius: 34px;
    text-align: center;
}
.symy {
    position: relative;
    overflow: hidden;
    
}

.symy .sy_banwz {
    position: absolute;
    top: 1.1417rem;
    left: 6.3542rem;
    width: 2rem;
  
}

.symy .sy_banwz ul li:nth-child(1) {
    font-size: .125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
}

.symy .sy_banwz ul li:nth-child(2) {
    margin-top: .1563rem;
    padding-bottom: .1563rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    font-size: .3125rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.8;
}

.symy .sy_banwz ul li:nth-child(3) {
    margin-top: .2083rem;
    font-size: .1042rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
}

.symy .sy_banwz ul li:nth-child(4) a {
    margin-top: .7292rem;
    display: block;
    font-size: .125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 1.1198rem;
    height: .3542rem;
    line-height: .3542rem;
    border: 1px solid #FFFFFF;
    border-radius: 34px;
    text-align: center;
}

.shouye_nr {
    margin-top: .3125rem;
}

.shouye_nr ul {
    text-align: center;
}

.shouye_nr ul li:nth-child(1) {
    font-size: .1875rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.shouye_nr ul li:nth-child(2) {
    font-size: .0833rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 60px;
    opacity: 0.8;
}

.shouye_nr1 {
    display: flex;
    margin-top: .2083rem;
}

.shouye_nr1 div {
    flex: 25%;
    display: flex;
}

.shouye_nr1 div ul li:nth-child(1) {
    margin-bottom: .1302rem;
}

.shouye_nr1 div ul:hover li:nth-child(1) {
    border: 1px solid #EEEEEE;
}

.shouye_nr1 div ul li:nth-child(1) img {
    width: 1.75rem;
    /*height: 1.4531rem;*/
    padding: .1042rem .1042rem;
}

.shouye_nr1 div ul li:nth-child(2) {
    margin-bottom: .1302rem;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: .125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 1.6px;
}

.shouye_nr1 div ul li:nth-child(2) p {
    font-size: .1563rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
}

.shouye_nr1 div ul li:nth-child(3) a {
    margin: 0 auto;
    width: .625rem;
    height: .2604rem;
    line-height: .2604rem;
    background: #ff472a;
    border: 1px solid #FFFFFF;
    border-radius: .1302rem;
    text-align: center;
    display: block;
    font-size: .125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.shouye_nr1 div ul li:nth-child(4) {
      text-align: center;
    margin-top: .0521rem;
  
}
.shouye_nr1 div ul li:nth-child(4) a{
  
    font-size: .0938rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: center;
    opacity: 0.6;
}


.shouye_nr2 {
    margin-top: .5208rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.shouye_nr2 img {
    width: 100%;
}


.shouye_nr2 .gh {
    width: 2.5rem;
    position: absolute;
    top: 0.8417rem;
    left: 6.3542rem;

}
.shouye_nr2 .sy_banwz .poi .myx {
    border-bottom: 0 !important;
    margin-top: 0.1563rem;
    padding-bottom: 0.1563rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    font-size: .25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.8;
}
.myx {
    border-bottom: 0 !important;
}

.poi {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.poi_4 {
    margin-top: -0.8292rem !important;
}

.shouye_nr3 {
    display: flex;
    margin-top: 1.0417rem;
}

.shouye_nr3 div {
    flex: 50%;
}

.shouye_nr3 div img {
    width: 85%;
}

.shouye_nr3 ul {
    width: 78%;
}

.shouye_nr3 ul li:nth-child(1) {
    font-size: .1875rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin-bottom: .3646rem;
}

.shouye_nr3 ul li:nth-child(2) {
    font-size: .0938rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 1.9;
    opacity: 0.8;
}

.shouye_nr3 ul li:nth-child(3) {
    margin-top: .3646rem;
}

.shouye_nr3 ul li:nth-child(3) a {
    border: 0;
    margin: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 50px;
    border-radius: 50px;
    color: white;
    outline: none;
    position: relative;
}

.shouye_nr3 ul li:nth-child(3) a:before {
    content: '';
    display: block;
    background: linear-gradient(to left, rgba(27, 15, 20, 0) 50%, rgba(51, 37, 32, 0.9) 50%);
    background-size: 210% 100%;
    background-position: right bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50px;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.shouye_nr3 .shouye_nr3_1 .tyyy {
    background-image: linear-gradient(to right, #ff472a, #ff472a);
    box-shadow: 0 4px 15px 0 rgba(169, 143, 105, 0.7);
}

.shouye_nr3 .shouye_nr3_1 .tyyy:hover:before {
    background-position: left bottom;
}

.shouye_nr4 {
    position: relative;
    margin-top: .5729rem;
    margin-bottom: .6208rem;
}

.shouye_nr4 .shouye_fd {
    position: absolute;
    width: 24%;
    left: 1.3542rem;
    bottom: .2188rem;
}

.shouye_nr4 .shouye_fd ul li:nth-child(1) {
    font-size: .1875rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #412A1E;
    margin-bottom: .0833rem;
}

.shouye_nr4 .shouye_fd ul li:nth-child(2) {
    margin-bottom: .224rem;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #412A1E;
    opacity: 0.6;
}

.shouye_nr4 .shouye_fd ul li:nth-child(3) {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #412A1E;
    line-height: 1.7;
}

.shouye_nr4 .shouye_fd ul li:nth-child(4) {
    margin-top: .2604rem;
    width: 64px;
    height: 64px;
}


/* 关于我们内容 */

.gywm_n {
    display: flex;
    margin-top: .2708rem;
    align-items: center;
}

.gywm_n div {
    flex: 1;
}

.gywm_n div p {
    font-size: .0938rem;
    width: 89%;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    opacity: 0.8;
}

.gywm_n div img {
    padding-left: .5208rem;
}

.gywm_n1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .1823rem;
    margin-bottom: .5208rem;
}

.gywm_n1 div {
    width: 440.0064px;
    display: flex;
    margin: 10px 0;
    padding: 40px .1563rem .0521rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 5px 0px rgba(27, 27, 37, 0.1);
    border-radius: 10px;
    margin-right: .1563rem;
}

.gywm_n1 div:hover {
    background: #D6A345;
}

.gywm_n1 div:hover ul li p:first-child {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
}

.gywm_n1 div:hover ul li p:last-child {
    margin-top: 0.0521rem;
    font-size: 14;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
    letter-spacing: -0.0052rem;
}

.gywm_n1 div:last-child {
    margin-right: 0;
}

.gywm_n1 img {
    width: .3229rem;
    height: .375rem;
}

.gywm_n1 ul {
    display: flex;
    align-items: stretch;
}

.gywm_n1 ul li:first-child {
    padding-top: .1042rem;
}

.gywm_n1 ul li:last-child {
    padding-left: .1042rem;
}

.gywm_n1 ul li p:first-child {
    font-size: .125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff472a;
    line-height: 1.6;
}

.gywm_n1 ul li p:last-child {
    margin-top: .0521rem;
    font-size: .0729rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9D9E9E;
    line-height: 1.6;
    letter-spacing: -0.0052rem;
}


/* 保修服务内容 */

.bx_nr {
    display: flex;
    align-items: center;
}

.bx_nr .bx_dy img {
    width: 2.3958rem;
    height: 2.6042rem;
}

.bx_nr .bx_de ul {
    display: flex;
    flex-direction: column;
}

.bx_nr .bx_de ul li:nth-child(1) {
    margin-bottom: .4688rem;
}

.bx_nr .bx_de ul li:nth-child(1) p {
    font-size: .125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    opacity: 0.8;
}

.bx_nr .bx_de ul .bx_li2 {
    display: flex;
    align-items: center;
}

.bx_nr .bx_de ul .bx_li2 img {
    width: 22px;
    height: 16px;
    margin-right: .0885rem;
}

.bx_nr .bx_de ul .bx_li2 p {
    font-size: .1042rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff472a;
    line-height: 1.6;
    opacity: 0.8;
}

.bx_nr2 {
    display: flex;
    margin-bottom: .4948rem;
}

.bx_nr2 div {
    padding: .2344rem .1563rem;
    background: #FFFFFF;
    border: 1px solid #FAFAFA;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.bx_nr2 div:first-child {
    flex: 55%;
    margin-right: .1563rem;
}

.bx_nr2 div:last-child {
    flex: 45%;
}

.bx_nr2 div ul li:nth-child(1) {
    font-size: .125rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-bottom: .0781rem;
    color: #ff472a;
    line-height: 1.6;
}

.bx_nr2 div ul li:nth-child(2) {
    font-size: .0833rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9D9E9E;
    line-height: 1.6;
}


/* 下载中心 */
.czx_n .czx_n1 img {
    width:300px;
}

/* 产品中心 */

.czx_n {
    display: flex;
    margin-bottom: .4167rem;
}

.czx_n .czx_n1 {
    position: relative;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #EFF1F0;
    box-shadow: 0px 3px 5px 0px rgba(27, 27, 37, 0.1);
}

.czx_n1 .swiper {
    width: 2.6042rem;
}

.czx_n .czx_n2 {
    flex: 50%;
}

.czx_n1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-wrapper {
    position: static;
}

.czx_n1 .swiper-slide img {
    display: block;
    width: 1.0417rem;
    height: 1.7708rem;
    margin-top: 24px;
    margin-bottom: 24px;
    object-fit: cover;
}

.czx_n .next2 img {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.czx_n .prev2 img {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.czx_n .czx_n2 {
    padding-left: .4104rem;
}

.czx_n .czx_n2 ul li:nth-child(1) {
    font-size: .1563rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin: .1042rem 0;
    color: #000000;
}

.czx_n .czx_n2 ul li:nth-child(2) {
    font-size: .0833rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    opacity: 0.6;
}

.czx_n .czx_n2 ul li:nth-child(3) {
    font-size: .1042rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-top: .2083rem;
    line-height: 1.6;
    opacity: 0.8;
}

.czx_n .czx_n2 ul li:nth-child(4) {
    display: flex;
    align-items: baseline;
    font-size: .125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-top: .2042rem;
    line-height: 1.6;
}

.czx_n .czx_n2 ul li:nth-child(4) p {
    font-size: .1563rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-weight: bold;
    color: #000000;
    margin-top: .2042rem;
    line-height: 1.6;
}

.czx_n .czx_n2 ul li:nth-child(5) {
    width: 145.9968px;
    background: #ff472a;
    margin-top: .1688rem;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    padding: 10px 0;
}

.czx_n .czx_n2 ul li:nth-child(5) a {
    display: block;
    font-size: .125rem;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.czx_n .czx_n2 ul li:nth-child(6) {
    font-size: .0938rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    opacity: 0.6;
    margin-top: .0781rem;
    margin-left: .1021rem;
}


/* 产品中心(详情) */

.cp_xqn {
    display: flex;
}

.cp_xqn .cp_xqn1 {
    width: 50%;
}

.cp_xqn .cp_xqn1 .cp_xqul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.cp_xqn .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cp_xqn .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cp_xqn .cp_xqn1 .swiper-slide img {
    width: 64%;
    height: 100%;
}

.cp_xqn .cp_xqn1 .swiper-slide .dxlb {
    /*width: 114px;*/
    /*height: 99px;*/
}

.cp_xqn .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.cp_xqn .swiper-slide {
    background-size: cover;
    background-position: center;
}

.cp_xqn .nk {
    background: #FFFFFF;
    border: 1px solid #EFF1F0;
}

.cp_xqn .mySwiper2 {
    height: 62%;
    width: 100%;
}

.cp_xqn .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: .1042rem;
}

.cp_xqn .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
}

.cp_xqn.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.cp_xqn .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cp_xqn .cp_xqn2 {
    width: 50%;
    padding-left: .1563rem;
}

.cp_xqn .cp_xqn2 ul li:nth-child(1) {
    font-size: .0833rem;
    margin-top: .0885rem;
    margin-bottom: .0677rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF3A3A;
}

.cp_xqn .cp_xqn2 ul li:nth-child(2) {
    font-size: .1563rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.cp_xqn .cp_xqn2 ul li:nth-child(3) {
    margin-top: .2396rem;
    font-size: .1042rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    opacity: 0.8;
    text-shadow: 0px 3px 5px rgba(27, 27, 37, 0.1);
}

.cp_xqn .cp_xqn2 ul li:nth-child(4) {
    display: flex;
    margin-top: 0.8021rem;
}

.cp_xqn .cp_xqn2 ul li:nth-child(4) a {
    text-align: center;
    width: 1.2969rem;
    height: .2813rem;
    line-height: .2813rem;
    border: .0052rem solid #ff472a;
    border-radius: .1406rem;
    font-size: .1042rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff472a;
    margin: auto 0;
    opacity: 0.8;
}

.cp_xqn .cp_xqn2 ul li:nth-child(4) a:first-child {
    margin-right: .1021rem;
}

.cp_xqm1 .cp_xqmq {
    display: flex;
    align-items: center;
    margin-bottom: .4167rem;
}

.cp_xqm1 .cp_xqmq .cp_xqmqi {
    flex: 50%;
}

.cp_xqm1 .cp_xqmq .cp_xqmqi img {
    width: 90%;
}

.cp_xqm1 .cp_xqmq .cp_xqmqd {
    padding-left: .5208rem;
    flex: 50%;
}

.cp_xqm1 .cp_xqmq .cp_xqmqd ul li:nth-child(1) {
    font-size: .1875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    opacity: 0.8;
    text-shadow: 0px 3px 5px rgba(27, 27, 37, 0.1);
}

.cp_xqm1 .cp_xqmq .cp_xqmqd ul li:nth-child(2) {
    margin-top: .1883rem;
    font-size: .1042rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    opacity: 0.8;
    text-shadow: 0px 3px 5px rgba(27, 27, 37, 0.1);
}

.cp_xqm1 img {
    background-size: 100% 100% !important;
}

.cp_xqm1 p img {
    width: 100%;
    margin: 0 auto;
}

.cp_xqm2 {
    background: rgba(169, 143, 105, 0.04);
    padding-top: .3333rem;
    margin-bottom: 50px;
}

.cp_xqm2 .cp_tb {
    margin-bottom: .2083rem;
    font-size: .1875rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
    text-shadow: 0px 3px 5px rgba(27, 27, 37, 0.1);
}

.cp_xqm2 .cpxq_db {
    display: flex;
    height: 100%;
}

.cp_xqm2 .cpxq_db .cpxq_dbdiv {
    flex: 40%;
}

.cp_xqm2 .cpxq_db .cpxq_dbyy {
    flex: 20%;
}

.cp_xqm2 .cpxq_db .cpxq_dbdiv ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EFF1F0;
}

.cp_xqm2 .cpxq_db .cpxq_dbdiv ul li p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 60px;
    opacity: 0.8;
    text-shadow: 0px 3px 5px rgba(27, 27, 37, 0.1);
}


/* 品牌新闻 */

.pin_xwn {
    display: flex;
    height: 100%;
    margin-top: .2604rem;
    padding-bottom: .2604rem;
    border-bottom: 1px solid #EEEEEE;
}

.pin_xwn .pinp_d1 img {
    width: 2.0938rem;
    min-width: 205px;
    min-height: 155px;
    height: 1.5885rem;
}

.pin_xwn .pinp_d2 {
    padding-left: .1302rem;
}

.pin_xwn .pinp_d2:hover ul li:nth-child(1) {
    color: #ff472a;
}

.pin_xwn .pinp_d2:hover ul li:nth-child(2) {
    color: #ff472a;
}

.pin_xwn .pinp_d2:hover ul .pinp_l1 p:nth-child(1) {
    color: #ff472a;
}

.pin_xwn .pinp_d2:hover ul .pinp_l1 a p {
    background: url(../images/jian_tou.png ) no-repeat;
    background-size: .3073rem .3073rem;
    width: .3073rem;
    height: .3073rem;
}

.pin_xwn .pinp_d2 ul li:nth-child(1) {
    margin-top: .1354rem;
    margin-bottom: .2604rem;
    font-size: .1563rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
}

.pin_xwn .pinp_d2 ul li:nth-child(2) {
    font-size: .0938rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    opacity: 0.8;
}

.pin_xwn .pinp_d2 ul .pinp_l1 {
    display: flex;
    justify-content: space-between;
    margin-top: .2604rem;
    align-items: center;
}

.pin_xwn .pinp_d2 ul .pinp_l1 .pinp_p {
    font-size: .0938rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 40px;
    opacity: 0.6;
}

.pin_xwn .pinp_d2 ul .pinp_l1 a p {
    background: url(../images/jiantou_h.png ) no-repeat;
    background-size: .3073rem .3073rem;
    width: .3073rem;
    height: .3073rem;
    min-height: 25px;
    min-width: 25px;
}


/* 品牌新闻(详情) */

.news_con {
    margin: .3125rem auto .58rem;
    display: flex;
    justify-content: space-between;
}

.news_con .news_details {
    width: 7.4167rem;
    background: #FFFFFF;
    padding: 0 .26rem 0 .36rem;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0rem .0156rem .026rem 0px rgba(0, 0, 0, 0.1);
}

.news_con .news_details h1 {
    font-size: .1875rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    /*text-align: center;*/
    margin: .2083rem 0;
    
}
.news_details p img{
        border-radius: 10px;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.news_con .news_details .news_info {
    font-size: .0729rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    opacity: 0.6;
    margin-bottom: .125rem;
    display: flex;
    justify-content: space-between;
}

.news_con .news_details p {
    font-size: .0938rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /*margin-bottom: .1823rem;*/
    color: #000000;
    line-height: 1.5!important;
    /*opacity: 0.6;*/
    
}

.news_con .news_details .img {
    display: grid;
    justify-items: center;
    align-self: center;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 1.42rem;
}

.news_con .news_details .img img {
    width: 100%;
}

.news_con .news_details .return {
    width: 4.66rem;
    height: .21rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
   
    /*bottom: .19rem;*/
    padding: 0 0 0 .15rem;
}

.news_con .news_details .return .xq_span {
    margin-top: .0521rem;
}

.news_con .news_details .return a {
    font-size: .1094rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, .5);
    position: relative;
}

.news_con .news_details .return a p {
    font-size: .1094rem;
    display: inline-block;
    color: rgba(0, 0, 0, 1);
}

.news_con .news_details .ppp {
    font-size: .125rem;
    font-family: Microsoft YaHei;
    margin-bottom: 0;
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
    opacity: 0.8;
}

.news_con .news_details .return a i {
    font-size: .1094rem;
    position: absolute;
    top: .06rem;
}

.news_con .news_details .return a:nth-child(1) {
    padding-left: .09rem;
}

.news_con .news_details .return a:nth-child(1) i {
    left: 0;
    transform: rotate(180deg);
}

.news_con .news_details .return a i:nth-child(1) {
    left: -.15rem;
}

.news_con .news_details .return a img {
    width: .21rem;
}

.news_con .news_details .return a span {
    display: inline-block;
    text-align: start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_con .news_details .return a .text {
    width: .9rem;
}

.news_con .news_details .return a:hover {
    color: rgba(3, 115, 197, 1);
}


/* 相关推介 */

.news_con .promotion {
    width: 1.7656rem;
    height: auto;
    background: #FFFFFF;
    padding: .2135rem .0729rem .1302rem .1146rem;
    background: #FFFFFF;
    box-shadow: 0px .0156rem .026rem 0rem rgba(0, 0, 0, 0.1);
}

.news_con .promotion>h1 {
    width: 100%;
    height: .5604rem;
    font-size: .1406rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    border-bottom: .01rem solid #F2F2F2;
}

.news_con .promotion ul li {
    width: 100%;
    height: 1.04rem;
    border-bottom: .01rem solid #F2F2F2;
    margin-top: .2rem;
}


/* 清除最后 */

.news_con .promotion ul li:last-child {
    border-bottom: .01rem solid transparent;
}

.news_con .promotion ul li h1 {
    font-size: .1198rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: .12rem;
}

.news_con .news_details .pp {
    opacity: 1;
}


/* .news_con .news_details .p_4 {
    margin-bottom: .1604rem;
} */

.news_con .promotion ul li h1:hover {
    color: rgba(3, 115, 197, 1);
}

.news_con .promotion ul li h2 {
    font-size: .0833rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    opacity: 0.6;
    margin-bottom: .15rem;
}

.news_con .promotion ul li p {
    font-size: .0833rem;
    font-family: Microsoft YaHei;
    line-height: 1.7;
    font-weight: 400;
    color: #333333;
    opacity: 0.5;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 问与答 */

.wyd_nr {
    margin-bottom: .5208rem;
}

.sec_div1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.first_ul .first_li {
    margin-top: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #EEEEEE;
}

.first_li .sec_n1 {
    font-size: .125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    opacity: 0.9;
}

.first_li .sec_img {
    width: 20px;
    height: 20px;
}

.first_li .sec_div2 {
    display: none;
    padding: 20px 20px 20px 20px;
}

.first_li .sec_div2 p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
    opacity: 0.6;
}

.first_li .sec_div3 {
    display: block !important;
}


/* 品牌故事 */

.gushi_n {
    display: flex;
    align-items: center;
}

.gushi_n .gushi_nd1 {
    flex: 50%;
    padding: .6063rem .4563rem 0 .3263rem;
    background: url(../images/gushi_z1.png) no-repeat center center;
    background-size: 100% 100%;
    padding-bottom: 0.5rem;
}

.gushi_n .gushi_nd1 img {
    width: 3.9896rem;
    height: 100%;
}

.gushi_n .gushi_nd1 p {
    /*height: 3.1844rem;*/
    display: block;
    font-size: .0833rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 1.7;
}

.gushi_nd2 {
    flex: 50%;
    margin-left: -0.4125rem;
}

.gushi_n1 {
    margin-top: 30px;
    text-align: center;
    background: url(../images/gushi_d1.png) no-repeat center center;
    background-size: 100% 100%;
    height: 2.0833rem;
}

.gushi_n1 ul li:nth-child(1) {
    padding-top: .7552rem;
    font-size: .1875rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.gushi_n1 ul li:nth-child(2) {
    padding-top: .1823rem;
    font-size: .125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
}
/*banner*/
.iet{
    margin-top: 0;
}
.iet .gh {
    width: 2.5rem;
    position: absolute;
    top: 1.2417rem;
    left: 5.3542rem;
}
.iet .sy_banwz ul li:nth-child(1) {
    font-size: 0.125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
}
.iet .sy_banwz .poi .myx {
    border-bottom: 0 !important;
    margin-top: 0.0825rem;
    font-size: .25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    padding-bottom: 5px;
    color: #FFFFFF;
    opacity: 0.8;
}
.iet .sy_banwz ul li:nth-child(3) {
    border-top: 1px solid #FFFFFF;
    margin-bottom: 10px;
    padding-top: .2083rem;
   font-size: 20px;
   font-family: Microsoft YaHei;
   font-weight: 400;
   color: #FFFFFF;
   opacity: 0.8;
}
.iet .poi {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.iet .poi_4 {
   margin-top: -0.58rem !important;
}
/* 底部 */

.footer {
    padding-top: .5208rem;
    width: 100%;
    height: 1.6302rem;
    background: #1B1B1B;
}

.footer_n {
    display: flex;
    justify-content: space-between;
    height: .9208rem;
}

.footer_n img {
    width: .474rem;
    height: .5156rem;
}

.footer_n ul li {
    font-size: .0729rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.8;
    opacity: 0.6;
}

.footer_n ul li:nth-child(1) {
    font-size: .0938rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6;
    opacity: 0.8;
}

.footer_n ul li:nth-child(2) {
    width: .1042rem;
    height: .0104rem;
    margin-top: .0521rem;
    background: #FFFFFF;
    opacity: 0.8;
}

.footer_n ul li:nth-child(3) {
    margin-top: .0521rem;
}

.footers {
    width: 100%;
    height: .4063rem;
    padding-top: .1563rem;
    background: #111111;
}

.footers p {
    font-size: .0729rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6;
    opacity: 0.6;
    text-align: center;
}
.footers p a {
   color: white;
}

.moren {
    color: white;
}
.iet .mgg{
    width: 2.5rem;
    position: absolute;
    top: 1.2417rem;
    left: 1.3542rem;

}

@media screen and (max-width: 968px) {
    .w {
        width: 92%;
        margin: 0 auto;
    }
     .cp_xqm1 p img {
    width: 100%;
    margin: 0 auto;
    }
    .zuigao {
        width: 100%;
        height: 60px!important;
    }
    .banner1 .banner_div {
        width: 100%;
        position: absolute;
        top: 1.18073rem;
        left: .3542rem;
    }
    /* 头部 */
    .header {
        width: 100%;
        height: 46px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background: #FFFFFF;
        opacity: 0.6;
    }
    .nav div .logo_z1 img {
        width: 14px;
        height: 14px;
    }
    .nav div .logo_y1 img {
        width: 80px;
        height: 31px;
    }
    .nav div .logo_z1 p {
        font-size: 16px;
        margin-left: 0.0521rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
    }
    .nav .xlcd p {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
    }
    .tup {
        overflow: hidden;
        width: 100%;
    }
    .banner1 {
        width: 100%;
        overflow: hidden;
    }
    .banner1 .banner_div ul li:nth-child(1) {
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
        margin-bottom: .1063rem;
    }
    .banner1 .banner_div ul li:nth-child(2) {
        font-size: 40px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        opacity: 0.8;
    }
    .banner1 img {
        width: 150%;
        margin-left: -188px;
    }
    .symy img{
        width: 100%;
        margin-left: 0;
    }
    .xld img {
        width: 100%;
        margin-left: 0;
    }
    .banner1 .banner_div ul li:nth-child(3) .yttr {
        display: flex;
        padding: 0.1042rem 0.1883rem;
        align-items: center;
        justify-content: space-around;
        width: 200px;
        height: 38px;
        margin-top: 0.2604rem;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 34px;
    }
    .banner1 .banner_div ul li:nth-child(3) {
        position: relative;
        padding: 0.0842rem 0.1883rem;
    }
    .banner1 .banner_div ul li:nth-child(3) img {
        position: absolute;
        top: 0.4542rem;
        left: 365px;
        display: block;
        z-index: 9999;
        width: 18.9952px;
        height: 18.9952px;
    }
    /* 标题 */
    .bt {
        width: 100%;
        margin-top: 10px;
    }
    .btt p {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        opacity: 0.8;
    }
    .btt img {
        width: 18.0064px;
        height: 17.008px;
    }
    /* 首页 */
    .dwss {
        position: absolute;
        top: 1.21417rem;
        left: 5.9542rem;
        width: 3.5rem;
    }

    .spoi {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .dwss .spoil1 {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
    }

    .dwss .spoil2 {
        border-bottom: 0 !important;
        margin-top: 0.1563rem;
        padding-bottom: 0.1563rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        font-size: .25rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        opacity: 0.8;
    }

    .dwss .spoil3 {
        margin-top: -0.6292rem !important;
    }

    .dwss .spoil3 p {
        margin-top: 0.7292rem;
        display: block;
        font-size: 17px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        width: 115.0016px;
        height: 38.0064px;
        line-height: 38px;
        border: 1px solid #FFFFFF;
        border-radius: 34px;
        text-align: center;
    }
    .symy .sy_banwz {
       position: absolute;
       top: 1.1417rem;
       left: 6.3542rem;
       width: 3rem;
}
    .symy .sy_banwz ul li:nth-child(1) {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
    }
    .symy .sy_banwz ul li:nth-child(2) {
        margin-top: 0.1563rem;
        padding-bottom: 0.1563rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        font-size: 30px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        opacity: 0.8;
    }
    .symy .sy_banwz ul li:nth-child(3) {
        margin-top: 0.2083rem;
        font-size: 17px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
    }
    .symy .sy_banwz ul li:nth-child(4) a {
        margin-top: 0.7292rem;
        display: block;
        font-size: 17px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        width: 115.0016px;
        height: 38.0064px;
        line-height: 38px;
        border: 1px solid #FFFFFF;
        border-radius: 34px;
        text-align: center;
    }
    .shouye_nr1 {
        display: flex;
        justify-content: space-around;
    }
    .shouye_nr3 {
        display: flex;
        margin-top: 1.0417rem;
    }
    .shouye_nr3 ul {
        width: 86%;
    }
    .shouye_nr3 ul li:nth-child(1) {
        font-size: 25px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000000;
        margin-bottom: 0.3646rem;
    }
    .shouye_nr3 ul li:nth-child(2) {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 1.9;
        opacity: 0.8;
    }
    .shouye_nr3 ul li:nth-child(3) a {
        line-height: 15px;
        background: #ff472a;
        border-radius: 34.0032px;
        font-size: 18px;
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
    }
    .shouye_nr4 {
        position: relative;
        margin-top: 0.5729rem;
        margin-bottom: 3.6208rem;
    }
    .shouye_nr4 .shouye_fd ul li:nth-child(4) {
        margin-top: 0.2604rem;
        width: 54px;
        height: 64px;
    }
    .shouye_nr4 .shouye_fd {
        position: absolute;
        width: 93%;
        left: 0.3542rem;
        bottom: -2.8812rem;
    }
    .shouye_nr ul li:nth-child(1) {
        font-size: 28px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000000;
    }
    .shouye_nr ul li:nth-child(2) {
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 60px;
        opacity: 0.8;
    }
    .shouye_nr1 div ul li:nth-child(2) {
        margin-bottom: 0.1302rem;
        display: flex;
        align-items: baseline;
        justify-content: center;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 1.6px;
    }
    .shouye_nr1 div ul li:nth-child(2) p {
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 1.6;
    }
    .shouye_nr1 div ul li:nth-child(3) a {
        margin: 0 auto;
        width: 90px;
        height: 29.9968px;
        line-height: 29.9968px;
        background: #ff472a;
        border: 1px solid #FFFFFF;
        border-radius: 24.9984px;
        text-align: center;
        display: block;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
    }
    .shouye_nr1 div ul li:nth-child(4) a{
        margin-top: 0.0521rem;
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        text-align: center;
        opacity: 0.6;
    }
    .shouye_nr4 .shouye_fd ul li:nth-child(1) {
        font-size: 25px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #412A1E;
        margin-bottom: 0.0833rem;
    }
    .symy .gh {
        width: 3rem;
    position: absolute;
    top: 0.8417rem;
    left: 6.3542rem;
    }
    /* 产品中心 */
    .czx_n {
        display: flex;
        margin-top: 46px;
        margin-bottom: 0.4167rem;
        flex-wrap: wrap;
    }
    .czx_n .czx_n1 {
        position: relative;
        margin-bottom: 30px;
        width: 80%;
        left: 11%;
        height: 100%;
        background: #FFFFFF;
        border: 1px solid #EFF1F0;
        box-shadow: 0px 3px 5px 0px rgb(27 27 37 / 10%);
    }
    .czx_n2 ul {
        text-align: center;
    }
    .czx_n .czx_n2 ul li:nth-child(1) {
        font-size: 26px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        margin: 0.1042rem 0;
        color: #000000;
    }
    .czx_n .czx_n2 ul li:nth-child(2) {
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        opacity: 0.6;
    }
    .czx_n .czx_n2 ul li:nth-child(3) {
        font-size: 17px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        margin-top: 0.2083rem;
        line-height: 1.6;
        opacity: 0.8;
    }
    .czx_n .czx_n2 ul li:nth-child(4) {
        justify-content: center;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        margin-top: 0.2042rem;
        margin-bottom: 10px;
        line-height: 1.6;
    }
    .czx_n .czx_n2 ul li:nth-child(4) p {
        margin: 0 5px;
        font-size: 24px;
    }
    .czx_n .czx_n2 ul li:nth-child(5) {
        width: 145.9968px;
        background: #ff472a;
        margin-top: 0.2688rem;
        border: 1px solid #FFFFFF;
        border-radius: 25px;
        padding: 10px 0;
        margin: 0 auto;
    }
    .czx_n .czx_n2 ul li:nth-child(6) {
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        opacity: 0.6;
        margin-top: 0.1181rem;
        margin-left: 0.1021rem;
    }
    .czx_n .czx_n2 ul li:nth-child(5) a {
        display: block;
        font-size: 17px;
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
    }
    .czx_n1 .swiper-slide img {
        display: block;
        width: 2.0417rem;
        height: 2.7708rem;
        margin-top: 24px;
        margin-bottom: 24px;
        object-fit: cover;
    }
    .czx_n1 .swiper {
        position: static;
    }
    /* 产品中心(详情) */
    .cp_xqn {
        display: flex;
        margin-top: 50px;
    }
    .cp_xqn .mySwiper2 {
        height: 76%;
        width: 100%;
    }
    .cp_xqn .cp_xqn2 ul li:nth-child(2) {
        font-size: .2771rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000000;
    }
    .cp_xqn .cp_xqn2 ul li:nth-child(3) {
        margin-top: 0.2396rem;
        font-size: .1875rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 30px;
        opacity: 0.8;
        text-shadow: 0px 3px 5px rgb(27 27 37 / 10%);
    }
    .cp_xqn .cp_xqn2 ul li:nth-child(4) {
        display: flex;
        margin-top: 0.8021rem;
    }
    .cp_xqn .cp_xqn2 ul li:nth-child(4) a {
        text-align: center;
        width: 200.0048px;
        height: 44.0096px;
        line-height: 44.0096px;
        border: 0.0052rem solid #ff472a;
        border-radius: 26.9952px;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #ff472a;
        margin: auto 0;
        opacity: 0.8;
    }
    .cp_xqn .mySwiper {
        height: 28%;
        box-sizing: border-box;
        padding: 10px 0;
        margin-top: 0.1042rem;
    }
    .cp_xqn .cp_xqn1 .swiper-slide .dxlb {
        width: 93px;
        height: 76px;
    }
    .cp_xqm1 {
        margin-top: 80px;
    }
    .cp_xqm1 .cp_xqmq .cp_xqmqd ul li:nth-child(1) {
        font-size: .3071rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 36px;
        opacity: 0.8;
        text-shadow: 0px 3px 5px rgb(27 27 37 / 10%);
    }
    .cp_xqm1 .cp_xqmq .cp_xqmqd ul li:nth-child(2) {
        margin-top: 0.1883rem;
        font-size: .1875rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 36px;
        opacity: 0.8;
        text-shadow: 0px 3px 5px rgb(27 27 37 / 10%);
    }
    .cp_xqm2 .cpxq_db .cpxq_dbdiv ul li p {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 60px;
        opacity: 0.8;
        text-shadow: 0px 3px 5px rgb(27 27 37 / 10%);
    }
    .cp_xqm2 .cp_tb {
        margin-bottom: 0.2083rem;
        font-size: .3075rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000000;
        line-height: 36px;
        text-shadow: 0px 3px 5px rgb(27 27 37 / 10%);
    }
    /* 关于我们内容 */
    .gywm_n div {
        flex: 1;
        margin: 20px 0;
    }
    .gywm_n div p {
        font-size: 16px;
        width: 100%;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 1.6;
        opacity: 0.8;
    }
    .gywm_n {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .gywm_n div img {
        padding-left: 0;
    }
    .gywm_n1 div:last-child {
        margin-right: 0;
    }
    .gywm_n1 div {
        padding: 20px 10px;
    }
    .gywm_n1 ul li p:first-child {
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #ff472a;
        line-height: 1.6;
    }
    .gywm_n1 ul li p:last-child {
        margin-top: 0.0521rem;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #9D9E9E;
        line-height: 1.6;
        letter-spacing: -0.0052rem;
    }
    .gywm_n1 img {
        width: 0.5229rem;
        height: 0.575rem;
        min-width: 36px;
        min-height: 40px;
    }
    .gywm_n1 div {
        margin-right: 0;
    }
    .gywm_n1 div:hover ul li p:first-child {
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #ffffff;
        opacity: 0.8;
        line-height: 1.6;
    }
    /* 保修服务 */
    .bx_dy {
        display: none;
    }
    .bx_nr {
        margin-top: 30px;
    }
    .bx_nr .bx_de ul .bx_li2 img {
        width: 18px;
        height: 12px;
        margin-right: 0.0885rem;
    }
    .bx_nr .bx_de ul .bx_li2 p {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #ff472a;
        line-height: 1.6;
        opacity: 0.8;
    }
    .bx_nr .bx_de ul li:nth-child(1) p {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 1.6;
        opacity: 0.8;
    }
    .bx_nr2 div ul li:nth-child(1) {
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #ff472a;
        line-height: 1.6;
    }
    .bx_nr2 div ul li:nth-child(2) {
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #9D9E9E;
        line-height: 1.6;
    }
    .bx_nr2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    /* 下载中心 */
    /* 品牌新闻 */
    .pin_xwn {
        display: flex;
        align-items: center;
        height: 100%;
        margin-top: 0.2604rem;
        padding-bottom: 0.2604rem;
        border-bottom: 1px solid #EEEEEE;
    }
    .pin_xwn .pinp_d2 ul li:nth-child(1) {
        margin-top: 0.1354rem;
        margin-bottom: 0.1604rem;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 1.6;
    }
    .pin_xwn .pinp_d2 ul li:nth-child(2) {
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 1.6;
        opacity: 0.8;
    }
    .pin_xwn .pinp_d2 ul .pinp_l1 .pinp_p {
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 40px;
        opacity: 0.6;
    }
    /* 品牌新闻(详情) */
    .news_con {
        width: 99%;
        margin: 0 auto 50px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .news_con .news_details {
        width: 100%;
        background: #FFFFFF;
        padding: 0 10px 0 13px;
        margin-bottom: 30px;
    }
    .news_con .news_details h1 {
        font-size: 22px;
        margin: 20px 0;
    }
    .news_con .news_details .news_info {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .news_con .news_details p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .news_con .news_details .img {
        width: auto;
        height: auto;
        overflow: hidden;
        margin-bottom: 50px;
    }
    .news_con .news_details .img img {
        width: 100%;
    }
    .news_con .news_details .return {
        width: 94%;
        margin: 0 auto;
        height: 30px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 10px;
        padding: 0 35px 0 21px;
    }
    .news_con .news_details .return a {
        height: 16px;
        font-size: 16px;
    }
    .news_con .news_details .return .ttg {
        width: 20px;
        margin-right: 7px;
    }
    .news_con .news_details .return a p {
        font-size: 16px;
    }
    .news_con .news_details .return a i {
        font-size: 14px;
        position: absolute;
        top: 10px;
    }
    .news_con .news_details .return a i:nth-child(1) {
        left: -21px;
    }
    .news_con .news_details .return a:nth-child(1) {
        padding-left: 0;
    }
    .news_con .news_details .return a img {
        width: 15px;
        font-size: 12px;
    }
    .news_con .news_details .return a .text {
        width: 45px;
    }
    /* 相关推介 */
    .news_con .promotion {
        width: 100%;
        padding: 20px 7px 12px 11px;
    }
    .news_con .promotion>h1 {
        width: 100%;
        height: 50px;
        font-size: 22px;
    }
    .news_con .promotion ul li {
        height: 100px;
        margin-top: 15px;
        float: left;
        margin-right: 9px;
    }
    .news_con .promotion ul li h1 {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .news_con .promotion ul li h2 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .news_con .promotion ul li p {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        opacity: 0.6;
        line-height: 23px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .news_con .news_details .ppp {
        font-size: 15px;
    }
    /* 问与答 */
    .first_li .sec_n1 {
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 1.6;
        opacity: 0.9;
    }
    .first_li .sec_div2 p {
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 1.7;
        opacity: 0.6;
    }
       .banner1 .banner_div ul li:nth-child(3) .yttr {
        display: flex;
        padding: 0.1042rem 0.1883rem;
        align-items: center;
        justify-content: space-around;
        width: 200px;
        height: 38px;
        margin-top: 0.2604rem;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 34px;
    }

    .banner1 .banner_div ul li:nth-child(3) .rddd {
        width: 21px;
        position: absolute;
        left: 1.8rem;
        transform: translateX(50%);
        top: 55%;
    }
    /* 品牌故事 */
    .gushi_n {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .gushi_n .gushi_nd1 p {
        height: 100%;
        display: block;
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        margin-bottom: 7px;
        line-height: 1.7;
    }
    .gushi_nd2 {
        flex: 50%;
        margin-left: 0;
    }
    .gushi_n1 {
        padding: 100px 0;
        margin-top: 30px;
        text-align: center;
        background: url(../images/gushi_d1.png) no-repeat center center;
        background-size: 100% 100%;
        height: 2.0833rem;
    }
    .gushi_n1 ul li:nth-child(1) {
        margin-top: -0.2604rem;
        padding-top: 0;
        font-size: 30px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
    }
    .gushi_n1 ul li:nth-child(2) {
        padding-top: 0.1823rem;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
    }
   
    /* 底部 */
    .footer {
        padding-top: 0.5208rem;
        width: 100%;
        height: 330px;
        background: #1B1B1B;
    }
    .footer_n img {
        width: 150px;
        height: 148px;
        margin: 0 auto;
    }
    .footers {
        width: 100%;
        height: 92px;
        padding-top: 0.3563rem;
        background: #111111;
    }
    .footer_n {
        display: flex;
        justify-content: space-between;
        height: 0.9208rem;
        flex-direction: column;
    }
    .footer_n div {
        flex: 40%;
        margin: 20px 0;
    }
    .footer_n ul li:nth-child(1) {
        font-size: 19px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.6;
        opacity: 0.8;
    }
    .footer_n ul li {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.8;
        opacity: 0.6;
    }
    .footer_n ul li:nth-child(2) {
        width: 15px;
        height: 0.0104rem;
        margin-top: 0.0521rem;
        background: #FFFFFF;
        opacity: 0.8;
    }
    .footers p {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.6;
        opacity: 0.6;
        text-align: center;
    }
    .footer_n ul li:nth-child(1) {
        display: none;
    }
    .footer_n ul li:nth-child(2) {
        display: none;
    }
    .footer_n ul li:nth-child(3) {
        margin-top: 0.0521rem;
        display: none;
    }
    .footer_n ul li:nth-child(4) {
        display: none;
    }
    .footer_n ul li:nth-child(5) {
        display: none;
    }
    .footer_n ul li:nth-child(6) {
        display: none;
    }
    .footd_dhd {
        display: block;
        margin-top: -40px!important;
    }
    .footd_dhd ul li:nth-child(1),
    .footd_dhd ul li:nth-child(2),
    .footd_dhd ul li:nth-child(3),
    .footd_dhd ul li:nth-child(4) {
        display: block;
    }
    .iet .mgg {
    width: 2.5rem;
    position: absolute;
    top: 1.5417rem;
    left: 1.3542rem;
    }
    .banner1 img{
     width: 150%;
     margin-left: -160px;
   } 
}

@media screen and (max-width: 768px) {

    .banner1 .banner_div ul li:nth-child(3) .rddd {
    width: 21px;
    position: absolute;
    left: 2.2rem;
    transform: translateX(50%);
    top: 51%;
}
    .banner1 .banner_div ul li:nth-child(3) p {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.6;
    }
     .cp_xqm1 p img {
    width: 100%;
    margin: 0 auto;
    }
    .banner1 .banner_div ul li:nth-child(3) img {
        display: block;
        z-index: 9999;
        width: 20.9952px;
        height: 20.9952px;
    }
    .banner1 .banner_div ul li:nth-child(1) {
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
        margin-bottom: .1063rem;
    }
    .banner1 .banner_div ul li:nth-child(2) {
        font-size: 34px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        opacity: 0.8;
    }
    /* 首页 */
     .dwss {
        position: absolute;
        top: 1.21417rem;
        left: 3.9542rem;
        width: 5.5rem;
    }

    .spoi {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .dwss .spoil1 {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
    }

    .dwss .spoil2 {
        border-bottom: 0 !important;
        margin-top: 0.1563rem;
        padding-bottom: 0.1563rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        font-size: .25rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        opacity: 0.8;
    }

    .dwss .spoil3 {
        margin-top: -0.6292rem !important;
    }

    .dwss .spoil3 p {
        margin-top: 0.7292rem;
        display: block;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        width: 115.0016px;
        height: 38.0064px;
        line-height: 38px;
        border: 1px solid #FFFFFF;
        border-radius: 34px;
        text-align: center;
    }
    .symy .sy_banwz {
        position: absolute;
        top: 0.8417rem;
        left: 5.7542rem;
        width: 3.8rem;
}
    .symy .sy_banwz ul li:nth-child(1) {
        font-size: 17px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
    }
    .symy .sy_banwz ul li:nth-child(2) {
        margin-top: 0.1563rem;
        padding-bottom: 0.1563rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        font-size: 28px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        opacity: 0.8;
    }
    .symy .sy_banwz ul li:nth-child(3) {
        margin-top: 0.2083rem;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
    }
    .symy .sy_banwz ul li:nth-child(4) a {
        margin-top: 0.7292rem;
        display: block;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        width: 115.0016px;
        height: 38.0064px;
        line-height: 38px;
        border: 1px solid #FFFFFF;
        border-radius: 34px;
        text-align: center;
    }
    .shouye_nr3 {
        display: flex;
        margin-top: 1.0417rem;
        flex-direction: column-reverse;
    }
    .shouye_nr3 .shouye_nr3_1 {
        flex: 50%;
        padding-top: 40px;
    }
    .shouye_nr3 ul {
        width: 100%;
    }
    .shouye_nr3 ul li:nth-child(3) a {
        line-height: 21px;
        background: #ff472a;
        border-radius: 34.0032px;
        font-size: 18px;
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
    }
    .symy .gh {
       top: 0.81417rem;
       left: 5.7542rem;
       width: 3.5rem;
}
    /* 产品中心(详情) */
    .cp_xqn .cp_xqn1 {
        width: 50%;
    }
    .cp_xqn .cp_xqn2 ul li:nth-child(4) a {
        text-align: center;
        width: 160.0048px;
        height: 34.0096px;
        line-height: 34.0096px;
        border: 0.0052rem solid #ff472a;
        border-radius: 26.9952px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #ff472a;
        margin: auto 0;
        opacity: 0.8;
    }
    .pin_xwn .pinp_d2 ul .pinp_l1 a p {
        background: url(../images/jiantou_h.png ) no-repeat;
        background-size: 25px 25px;
        width: .3073rem;
        height: .3073rem;
    }
    .pin_xwn .pinp_d2:hover ul .pinp_l1 a p {
        background: url(../images/jian_tou.png ) no-repeat;
        background-size: 25px 25px;
        width: .3073rem;
        height: .3073rem;
    }
    /* 问与答 */
    .first_li .sec_n1 {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 1.6;
        opacity: 0.9;
    }
    /* 品牌故事 */
    .gushi_n1 ul li:nth-child(1) {
        margin-top: -0.2604rem;
        padding-top: 0;
        font-size: 28px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
    }
    .gushi_n1 ul li:nth-child(2) {
        padding-top: 0.1823rem;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
    }
    /* 产品中心 */
    .czx_n .czx_n2 ul li:nth-child(1) {
        font-size: 24px;
    }
    .czx_n .czx_n2 ul li:nth-child(2) {
        font-size: 15px;
    }
    .czx_n .czx_n2 ul li:nth-child(3) {
        font-size: 16px;
    }
    .czx_n .czx_n2 ul li:nth-child(4) {
        font-size: 18px;
    }
    .czx_n .czx_n2 ul li:nth-child(5) {
        width: 145.9968px;
        background: #ff472a;
        margin-top: 0.2688rem;
        border: 1px solid #FFFFFF;
        border-radius: 25px;
        padding: 10px 0;
        margin: 0 auto;
    }
    .czx_n .czx_n2 ul li:nth-child(6) {
        font-size: 15px;
    }
    .czx_n .czx_n2 ul li:nth-child(5) a{
        display: block;
        font-size: 17px;
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
    }
    /* 产品中心 */
    .czx_n1 .swiper-slide img {
        display: block;
        width: 2.0417rem;
        height: 2.7708rem;
        margin-top: 24px;
        margin-bottom: 24px;
        object-fit: cover;
    }
        .iet .mgg {
  width: 2.5rem;
    position: absolute;
    top: 1.4417rem;
    left: 1.3542rem;
}
}

@media screen and (max-width: 600px) {
    .banner1 .banner_div ul li:nth-child(1) {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
        width: 5rem;
        margin-bottom: .1063rem;
    }
    .banner1 .banner_div ul li:nth-child(2) {
        font-size: 30px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        opacity: 0.8;
        width: 5rem;
    }
    .banner1 .banner_div ul li:nth-child(3) .yttr {
        display: flex;
        padding: 0.1042rem 0.1883rem;
        align-items: center;
        justify-content: space-around;
        width: 168px;
        height: 38px;
           font-size: 16px;
    color: #FFFFFF;
        margin-top: 0.2604rem;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 34px;
    }
    .banner1 .banner_div ul li:nth-child(3) img {
        display: block;
        z-index: 9999;
        width: 16.9952px;
        height: 16.9952px;
        top: 0.5542rem;
        left: 336px;
    }
    /* 首页 */
     .dwss {
        position: absolute;
        top: 0.81417rem;
        left: 1.9542rem;
        width: 7.5rem;
    }

    .spoi {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .dwss .spoil1 {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
    }

    .dwss .spoil2 {
        border-bottom: 0 !important;
        margin-top: 0.1563rem;
        padding-bottom: 0.1563rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        font-size: 21px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        opacity: 0.8;
    }

    .dwss .spoil3 {
        margin-top: -0.6292rem !important;
    }

    .dwss .spoil3 p {
        margin-top: 0.4292rem;
        display: block;
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        width: 100.0016px;
        height: 32.0064px;
        line-height: 32px;
        border: 1px solid #FFFFFF;
        border-radius: 34px;
        text-align: center;
    }

    .symy .sy_banwz ul li:nth-child(1) {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
    }
    .symy .sy_banwz ul li:nth-child(2) {
        margin-top: 0.1563rem;
        padding-bottom: 0.1563rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        opacity: 0.8;
    }
    .symy .sy_banwz ul li:nth-child(3) {
        margin-top: 0.2083rem;
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
    }
    .symy .sy_banwz ul li:nth-child(4) a {
        margin-top: 0.4292rem;
        display: block;
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        width: 100.0016px;
        height: 32.0064px;
        line-height: 32px;
        border: 1px solid #FFFFFF;
        border-radius: 34px;
        text-align: center;
    }
    .symy .sy_banwz {
        position: absolute;
        top: 0.8417rem;
        left: 5.7542rem;
        width: 3.8rem;
    }
    .shouye_nr2 img {
    width: 160%;
}

    .shouye_nr1 {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .shouye_nr1 div {
        flex: 50%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .shouye_nr1 div ul li:nth-child(1) img {
        width: 3.75rem;
        /*height: 3.4531rem;*/
    }
    .shouye_nr4 .shouye_fd {
        position: absolute;
        width: 93%;
        left: 0.3542rem;
        bottom: -3.8812rem;
    }
    .shouye_nr ul li:nth-child(1) {
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000000;
    }
    .shouye_nr ul li:nth-child(2) {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        opacity: 0.8;
    }
    .shouye_nr1 div ul li:nth-child(2) {
        margin-bottom: 0.1302rem;
        display: flex;
        align-items: baseline;
        justify-content: center;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 1.6px;
    }
    .shouye_nr1 div ul li:nth-child(2) p {
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 1.6;
    }
    .shouye_nr3 ul li:nth-child(1) {
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000000;
        margin-bottom: 0.3646rem;
    }
    .shouye_nr3 ul li:nth-child(2) {
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 1.9;
        opacity: 0.8;
    }
    .shouye_nr4 .shouye_fd ul li:nth-child(1) {
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #412A1E;
        margin-bottom: 0.0833rem;
    }
    .shouye_nr4 .shouye_fd ul li:nth-child(2) {
        margin-bottom: 0.224rem;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #412A1E;
        opacity: 0.6;
    }
    .shouye_nr4 .shouye_fd ul li:nth-child(4) {
        margin-top: 0.2604rem;
        width: 39px;
        height: 64px;
    }
    .shouye_nr3 ul li:nth-child(3) a {
        line-height: 25px;
        background: #ff472a;
        border-radius: 34.0032px;
        font-size: 16px;
        text-align: center;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
    }
  
   .symy .gh {
    top: 0.91417rem;
    left: 5.3542rem;
    width: 4rem;

  }
    .iet .mgg {
    width: 2.5rem;
    position: absolute;
    top: 1.5417rem;
    left: 1.3542rem;
}
  .shouye_nr2 .gh .poi li:nth-child(1) {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
}
.shouye_nr2 .gh .poi li:nth-child(2) {
    border-bottom: 0 !important;
    margin-top: 0.1563rem;
    padding-bottom: 0.1563rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 23px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.8;
}
.shouye_nr2 .gh .poi .poi_4 {
    margin-top: -0.5rem !important;
}
.symy .sy_banwz ul li:nth-child(4) a {
    margin-top: 0.4292rem;
    display: block;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 100.0016px;
    height: 32.0064px;
    line-height: 32px;
    border: 1px solid #FFFFFF;
    border-radius: 34px;
    text-align: center;
}
    /* 产品中心(详情) */
    .cp_xqn {
        display: flex;
        margin-top: 50px;
        flex-wrap: wrap;
    }
    .cp_xqn .cp_xqn1 {
        width: 100%;
    }
    .cp_xqn .cp_xqn2 {
        width: 100%;
        margin-top: 10px;
    }
    .cp_xqn .cp_xqn2 ul li:nth-child(1) {
        font-size: 14px;
        margin-top: 0.0885rem;
        margin-bottom: 0.0677rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FF3A3A;
    }
    .cp_xqn .cp_xqn2 ul li:nth-child(2) {
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000000;
    }
    .cp_xqn .cp_xqn2 ul li:nth-child(3) {
        margin-top: 0.2396rem;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 30px;
        opacity: 0.8;
        text-shadow: 0px 3px 5px rgb(27 27 37 / 10%);
    }
    .cp_xqm1 .cp_xqmq .cp_xqmqd ul li:nth-child(1) {
        font-size: 23px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 36px;
        opacity: 0.8;
        text-shadow: 0px 3px 5px rgb(27 27 37 / 10%);
    }
    .cp_xqm1 .cp_xqmq .cp_xqmqd ul li:nth-child(2) {
        margin-top: 0.1883rem;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 26px;
        opacity: 0.8;
        text-shadow: 0px 3px 5px rgb(27 27 37 / 10%);
    }
    .cp_xqm1 .cp_xqmq .cp_xqmqi img {
        width: 100%;
    }
    .cp_xqm2 .cpxq_db {
        display: flex;
        height: 100%;
        flex-wrap: wrap;
    }
    .cp_xqm2 .cpxq_db .cpxq_dbdiv {
        flex: 100%;
    }
    .cp_xqn .cp_xqn2 {
        width: 100%;
        margin-top: 21px;
    }
    .cp_xqm2 .cp_tb {
        margin-bottom: 0.2083rem;
        font-size: 23px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000000;
        line-height: 36px;
        text-shadow: 0px 3px 5px rgb(27 27 37 / 10%);
    }
    /* 保修服务 */
    .bx_nr2 {
        display: flex;
        margin-bottom: 0.4948rem;
        flex-wrap: wrap;
    }
    .bx_nr2 div:first-child {
        flex: 100%;
        height: 200px;
        margin-right: 0;
    }
    .bx_nr2 div:last-child {
        flex: 45%;
        height: 200px;
        margin-top: 20px;
    }
    /* 下载中心 */
    /* 新闻列表 */
    .pin_xwn {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-around;
        height: 100%;
        margin-top: 0.4604rem;
        padding-bottom: 0.4604rem;
        border-bottom: 1px solid #EEEEEE;
    }
    .pin_xwn .pinp_d1 img {
        width: 9.0938rem;
        min-width: 205px;
        min-height: 155px;
        height: 6.5885rem;
    }
    /* 新闻列表(详情) */
    .news_con .news_details .return .xq_span {
        margin-top: 0.1021rem;
    }
    /* 问与答 */
    .first_li .sec_n1 {
        font-size: 17px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 1.6;
        opacity: 0.9;
    }
    /* 品牌故事 */
    .gushi_n1 ul li:nth-child(1) {
        margin-top: -0.5604rem;
        padding-top: 0;
        font-size: 26px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
    }
    .gushi_n1 ul li:nth-child(2) {
        padding-top: 0.1823rem;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
    }
    /* 关于我们 */
    .gywm_n1 img {
        width: 0.8229rem;
        height: 0.875rem;
        min-width: 36px;
        min-height: 40px;
    }
     .cp_xqm1 p img {
    width: 100%;
    margin: 0 auto;
    }
   
}
    .banner1 .banner_div ul li:nth-child(3) .yttr {
        display: flex;
        padding: 0.1042rem 0.1883rem;
        align-items: center;
        justify-content: space-around;
        width: 2.6rem;
        height: 38px;
        margin-top: 0.2604rem;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 34px;
    }

  .banner1 .banner_div ul li:nth-child(3) .rddd {
    width: 21px;
    position: absolute;
    left: 2.2rem;
    transform: translateX(50%);
    top: 30%;
}
.shouye_nr2 img {
    width: 160%;
    margin-left: -160px;
}
 .iet img {
    width: 100%;
    margin-left: 0;
}

@media screen and (max-width: 500px) {
    .banner1 .banner_div ul li:nth-child(3) .rddd {
    width: 21px;
    position: absolute;
    left: 2.6rem;
    transform: translateX(50%);
    top: 45%;
}
    /* 首页 */
      .dwss {
        position: absolute;
        top: 0.81417rem;
        left: 1.9542rem;
        width: 7.5rem;
    }

    .spoi {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .dwss .spoil1 {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
    }

    .dwss .spoil2 {
        border-bottom: 0 !important;
        margin-top: 0.1563rem;
        padding-bottom: 0.1563rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        font-size: 19px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        opacity: 0.8;
    }

    .dwss .spoil3 {
        margin-top: -0.6292rem !important;
    }

    .dwss .spoil3 p {
        margin-top: 0.4292rem;
        display: block;
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        width: 94.0016px;
        height: 28.0064px;
        line-height: 28px;
        border: 1px solid #FFFFFF;
        border-radius: 34px;
        text-align: center;
    }
    .shouye_nr4 {
        position: relative;
        margin-top: 0.5729rem;
        margin-bottom: 4.6208rem;
    }
    .shouye_nr4 .shouye_fd {
        position: absolute;
        width: 93%;
        left: 0.3542rem;
        bottom: -4.8812rem;
    }
    .cp_xqm1 p img {
    width: 100%;
    margin: 0 auto;
    }

    .news_con .news_details .return {
        width: 96%;
        margin: 0 auto;
        height: 30px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 4px;
        padding: 0 35px 0 21px;
    }
    .shouye_nr2 .gh .poi li:nth-child(1) {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
}
.shouye_nr2 .gh .poi li:nth-child(2) {
    border-bottom: 0 !important;
    margin-top: 0.1563rem;
    padding-bottom: 0.1563rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.8;
}
.symy .sy_banwz ul li:nth-child(4) a {
    margin-top: 0.4292rem;
    display: block;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 94.0016px;
    height: 28.0064px;
    line-height: 28px;
    border: 1px solid #FFFFFF;
    border-radius: 34px;
    text-align: center;
}
.symy .gh {
    top: 0.91417rem;
    left: 4.3542rem;
    width: 5rem;
}
.iet .gh {
    top: 0.31417rem;
    left: 4.3542rem;
    width: 5rem;
}
    /* 品牌故事 */
    .gushi_n1 ul li:nth-child(1) {
        margin-top: -0.2604rem;
        padding-top: 0;
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
    }
    .gushi_n1 ul li:nth-child(2) {
        padding-top: 0.1823rem;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
    }
    /* 产品中心 */
    .czx_n1 .swiper-slide img {
        display: block;
        width: 2.0417rem;
        height: 2.7708rem;
        margin-top: 24px;
        margin-bottom: 24px;
        object-fit: cover;
    }  .iet .mgg {
    width: 2.5rem;
    position: absolute;
    top: 1.5417rem;
    left: 1.3542rem;
}
}

@media screen and (max-width: 420px) {

    .banner1 .banner_div ul li:nth-child(3) .rddd {
    width: 21px;
    position: absolute;
    left: 3.3rem;
    transform: translateX(50%);
    top: 42%;
}
     .dwss {
        position: absolute;
        top: 1.11417rem;
        left: 0.9542rem;
        width: 8.5rem;
    }

    .spoi {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .dwss .spoil1 {
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
    }

    .dwss .spoil2 {
        border-bottom: 0 !important;
        margin-top: 0.1563rem;
        padding-bottom: 0.1563rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        font-size: 19px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        opacity: 0.8;
        width: 80%;
    }

    .dwss .spoil3 {
        margin-top: -0.4292rem !important;
    }

    .dwss .spoil3 p {
        margin-top: 0.4292rem;
        display: block;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        width: 94.0016px;
        height: 29.0064px;
        line-height: 29px;
        border: 1px solid #FFFFFF;
        border-radius: 34px;
        text-align: center;
    }

    .rfae {
        width: 130%;
        margin-left: -57px;
    }
    .symy .sy_banwz {
         position: absolute;
         top: 0.1417rem;
         /*left: 5.7542rem;*/
         width: 3.8rem;
}
.symy .sy_banwz ul li:nth-child(1) {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
}
.symy .sy_banwz ul li:nth-child(2) {
    margin-top: 0.1563rem;
    padding-bottom: 0.1563rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.8;
}.symy .sy_banwz ul li:nth-child(3) {
    margin-top: 0.2083rem;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
}
.symy .sy_banwz ul li:nth-child(4) a {
    margin-top: 0.4292rem;
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 94.0016px;
    height: 28.0064px;
    line-height: 27px;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    text-align: center;
}
    .banner1 .banner_div ul li:nth-child(3) img {
        display: block;
        z-index: 9999;
        width: 16.9952px;
        height: 16.9952px;
    }
    .banner1 .banner_div ul li:nth-child(1) {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
        margin-bottom: .1063rem;
    }
    .banner1 .banner_div ul li:nth-child(2) {
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        opacity: 0.8;
    }
    /* 首页 */
    .shouye_nr4 {
        overflow: hidden;
        height: 530px;
        position: relative;
        margin-top: 0.5729rem;
        margin-bottom: 0;
    }
    .shouye_nr4 .shouye_fd {
        position: absolute;
        width: 93%;
        left: 0.3542rem;
        bottom: 0rem;
    }
 
   .symy .gh {
    top: 0.91417rem;
    left: 4.3542rem;
    width: 5.2rem;

}
    .shouye_nr2 .gh .poi li:nth-child(1) {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
    white-space: nowrap;
}
.shouye_nr2 .gh .poi li:nth-child(2) {
    border-bottom: 0 !important;
    margin-top: 0.1563rem;
    padding-bottom: 0.1563rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.8;
}.symy .sy_banwz ul li:nth-child(4) a {
    margin-top: 0.4292rem;
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 94.0016px;
    height: 29.0064px;
    line-height: 29px;
    border: 1px solid #FFFFFF;
    border-radius: 34px;
    text-align: center;
}
    .iet .gh {
    top: 0.31417rem;
    left: 4.3542rem;
    width: 5rem;
}

.iet .gh .poi li:nth-child(2) {
    border-bottom: 0 !important;
    margin-top: 0.1563rem;
    padding-bottom: 0.1563rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.8;
}
    /* 品牌故事 */
    .gushi_n1 ul li:nth-child(1) {
        margin-top: -0.2604rem;
        padding-top: 0;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
    }
    .gushi_n1 ul li:nth-child(2) {
        padding-top: 0.1823rem;
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.8;
    }
    /* 产品中心 */
    .czx_n .czx_n2 ul li:nth-child(1) {
        font-size: 22px;
    }
    /* 产品中心(详情) */
    .cp_xqm1 .cp_xqmq .cp_xqmqd ul li:nth-child(1) {
        font-size: 21px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 36px;
        opacity: 0.8;
        text-shadow: 0px 3px 5px rgb(27 27 37 / 10%);
    }
    .cp_xqm1 .cp_xqmq .cp_xqmqd ul li:nth-child(2) {
        margin-top: 0.1883rem;
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 26px;
        opacity: 0.8;
        text-shadow: 0px 3px 5px rgb(27 27 37 / 10%);
    }
    .cp_xqm1 .cp_xqmq {
        display: flex;
        align-items: center;
        margin-bottom: 0.8167rem;
    }
    .cp_xqm2 .cp_tb {
        margin-bottom: 0.2083rem;
        font-size: 21px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000000;
        line-height: 36px;
        text-shadow: 0px 3px 5px rgb(27 27 37 / 10%);
    }
    .iet .uyuytrty {
    width: 100%;
    margin-left: 0;
}
.iet .sy_banwz ul li:nth-child(4) a {
    margin-top: 0.4292rem;
    display: block;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 94.0016px;
    height: 28.0064px;
    line-height: 28px;
    border: 1px solid #FFFFFF;
    border-radius: 34px;
    text-align: center;
}
.iet {
    margin-top: 0px;
}
}