* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100px;
scroll-behavior: smooth;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;



}

@font-face {
    font-family: "mm";
    src: url("/font/HarmonyOS_Sans_SC_Medium.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bb";
    src: url("/font/HarmonyOS_Sans_SC_Bold.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ll";
    src: url("/font/HarmonyOS_Sans_SC_Light.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "rr";
    src: url("/font/HarmonyOS_Sans_SC_Regular.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MM";
    src: url("/font/MM-Medium.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BB";
    src: url("/font/MM-Bold.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL";
    src: url("/font/MM-Light.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RR";
    src: url("/font/MM-Regular.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.baseTitle {
    font-family: mm;
}

p,
div,
input[type="text"],
input[type="button"],
textarea {
    font-family: ll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
}

body {
    font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei",
        "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
    font-size: 12px;
}

img {object-fit: cover;}

.n6{
    overflow: hidden;
}
.n6:hover{
    border: 1px solid #C7000B;
    
}
.nn6{
    z-index: 10;
}
.n6:hover .nn6{
color: #C7000B;
}
.n6::after{
    position: absolute;
    display: flex;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #C7000B;
    left: 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    z-index: 1;
}
.n6:hover::after{
    left: 100%;
}
/* 去除列表默认样式 */
ul,
ol {
    list-style: none;
}

input {
    outline: none;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
}

a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}

/* a:hover {
    color: #333;
    text-decoration: none !important;
} */

a:active {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
}

a {
    -webkit-tap-highlight-color: transparent
}

;

img {
    vertical-align: middle;
}

.sbox {
    width: 100%;
}

.w100 {
    width: 100vw !important;
}

.h100 {
    height: 100vh !important;
}
#header11>ul>li>a {display:block;height:100%;}
.shinav {
    width: 15rem;
    height: .35rem;
    /* margin-top: 2.9rem; */
    position: absolute;
    bottom: 100px;
    display: none;
    /* justify-content: center; */
    /* left: 50%;
    transform: translateX(-50%); */
    left: 1.66rem;
}

.target-fix {

    position: relative;
 
    top: -0.9rem;  /*偏移量*/
 
    display: block;
 
    height: 0;  
 
    overflow: hidden; 
 
 }

.shinav a {
    display: inline-block;
    flex: 1;
    /* max-width: 33.3%;
    min-width: 17%; */
    margin-left: .33rem;
}

.shinavlist {
    width: 100%;
    color: #FFFFFF;
    cursor: pointer;
    font-family: ll;
    font-size: .18rem;
    font-weight: 500;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: left;

}

.shinavlist:hover i {
    background: #C7000B;

}

.current .shinavlist i {
    background: #C7000B !important;

}

.shinavlist i {
    display: inline-block;
    width: 100%;
    height: .01rem;
    margin-top: .22rem;
    opacity: 0.5;
    background: rgba(255, 255, 255, 0.5);

}

/* head */
.head {
    width: 100%;
    height: .9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .84rem 0 .79rem;
    position: fixed;
    top: 0;
    z-index: 1000;
/* border-bottom: 1px solid rgba(255,255,255,0.2); */
/* background-color: rgba(0, 0, 0, .06); */
/* background: linear-gradient(to bottom,rgba(0, 0, 0, .06),rgba(0, 0, 0, .03)); */

background: linear-gradient(to bottom,rgba(112,117,124, .6),rgba(112,117,124, 0))
}

.head:after {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
}

.head .headtab {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    height: .9rem;
    /* margin-left: 5.2rem; */
}

.head .headtab li {

    /* width: 100%; */
    /* text-align: left;
    height: 100%; */
}

.headtab li:nth-of-type(4) .headtab li:nth-of-type(5) .head .headtab li a {
    color: #FFFFFF;
    font-family: mm;
    font-size: .16rem;
    font-weight: 400;
    line-height: .9rem;
    letter-spacing: 0em;
}

.headright {
    display: flex;
    /* width: 1.2rem !important; */
    /* justify-content: space-between; */
    /* margin-left: .59rem; */
    align-items: center;
}

.headright>a,
.loginbtn {
    /* position: absolute !important; */
    /* top: 50%; */
    /* right: 0.2rem; */
    /* transform: translateY(-50%); */
}

.headright>div {
    margin-right: .32rem;
}

.headright>.yuyanqiehuan1 {
    margin-right: 0;
display:none;
}

.headright>a {
    margin-left: .2rem;
}

.headright>.pinfo {
    margin-left: .3rem;
}

.headright .loginbtn {
    display: none;
}



.head .headright>a {
    color: #FFFFFF;
}

.headright>div {
    width: .2rem;
    height: .9rem;
}

.headright img {
    width: .2rem;
    height: .2rem;
   
}

/* .head .headright img  {
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5))
}
.head .logo  {
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5))
} */

.head1 {
    width: 100%;
    height: .9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .84rem 0 .79rem;
    position: fixed;
    top: 0;
    background-color: #FFFFFF;
    z-index: 1000;
    border-bottom: 1px solid #E0E0E0;
}

.head2 {
    width: 100%;
    height: .9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .84rem 0 .79rem;
    position: relative;
    top: 0;
    background-color: #FFFFFF;
    z-index: 1000;
    border-bottom: 1px solid #E0E0E0;
}

.headtab li {
    margin-right: .5rem;
}

#menu3 .tabs-box ul li:nth-of-type(1),#menu3 .tabs-box ul li:nth-of-type(2) {display:none;}

.tabs-box ul li {
    width: 30%;
    height: .21rem;
    margin-bottom: .41rem;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
}

.tabs-box ul li::before {
    content: "";
    display: inline-block;
    width: .08rem;
    height: .08rem;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(-45deg);
    position: relative;
    left: -0.08rem;
    top: -0.01rem;
}

.tabs-box ul li:hover::before {
    border-bottom: 1px solid #C7000B;
    border-right: 1px solid #C7000B;
}

.head1 .logo {
    display: inline-block;
    width: 1.4rem;
    height: .53rem;
    background: url(/images/logo1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.head2 .logo {
    display: inline-block;
    width: 1.4rem;
    height: .53rem;
    background: url(/images/logo1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.head .logo {
    display: inline-block;
    width: 1.4rem;
    height: .53rem;
    background: url(/images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.head .searchicon1 img:first-of-type,
.head .gzherm1>img:first-of-type,
.head .yuyanqiehuan1 img:first-of-type {
    display: block;
}

.head .searchicon1 img:nth-of-type(2),
.head .gzherm1>img:nth-of-type(2),
.head .yuyanqiehuan1 img:nth-of-type(2) {
    display: none;
}

.head1 .searchicon1 img:first-of-type,
.head1 .gzherm1>img:first-of-type,
.head1 .yuyanqiehuan1 img:first-of-type {
    display: none;
}

.head1 .searchicon1 img:nth-of-type(2),
.head1 .gzherm1>img:nth-of-type(2),
.head1 .yuyanqiehuan1 img:nth-of-type(2) {
    display: block;
}

.head2 .searchicon1 img:first-of-type,
.head2 .gzherm1>img:first-of-type,
.head2 .yuyanqiehuan1 img:first-of-type {
    display: none;
}

.head2 .searchicon1 img:nth-of-type(2),
.head2 .gzherm1>img:nth-of-type(2),
.head2 .yuyanqiehuan1 img:nth-of-type(2) {
    display: block;
}



.head1 .headtab,
.head2 .headtab {
    flex: 1;
    display: flex;
   /** justify-content: flex-end; **/
    height: .9rem;
    /* position: relative; */
    /* margin-left: 5.2rem; */
}
.head .headtab,
.head1 .headtab,
.head2 .headtab {
justify-content: center;
}

.head .headtab>li:last-of-type, .head1 .headtab>li:last-of-type, .head2 .headtab>li:last-of-type {margin-right: 0;}


.head .headtab>li,
.head1 .headtab>li,
.head2 .headtab>li {
    /* margin-left: .5rem; */

    text-align: left;
    height: 100%;

}

.head1 .headtab>li a,
.head2 .headtab>li a {
    color: #70757C;
    font-family: rr;
    font-size: .16rem;
    font-weight: 400;
    line-height: .9rem;
    letter-spacing: 0em;
}

.head .headtab>li a {
    color: #FFFFFF;
    /* color: #C7000B; */
    font-family: rr;
    font-size: .16rem;
    font-weight: 400;
    line-height: .9rem;
    letter-spacing: 0em;
    /* text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);; */
}

.head1 .headtab>li ul a,
.head2 .headtab>li ul a {
    line-height: .22rem;
}

.head .headtab>li a,
.head1 .headtab>li ul a,
.head2 .headtab>li ul a {display:block;margin-top: 0.03rem;}

/* .headright {
    display: flex;
    width: 1.4rem;
    justify-content: space-between;
    margin-left: .59rem;
} */

.headright>div {
    width: .2rem;
    height: .9rem;
    display: flex;
    align-items: center;
    position: relative;
}

.headright img {
    width: .2rem;
    height: .2rem;
    cursor: pointer;
}

.headright>div:hover {
    border-bottom: .03rem solid #C7000B;
}

.headtab .current {

    /* border-bottom: .03rem solid #C7000B; */
}
.headtab .current::after {

    width: 100%;
}
.headtab .current>a {
    color: #C7000B;
}
.headtab>li::after{
    content: "";
    display: flex;
    width: 0%;
    height: .03rem ;
    background-color: #C7000B;
    position: relative;
    top: -0.02rem;
    /* transition: transform 1s ease 0s; */
}
.headtab li:hover {

    /* border-bottom: .03rem solid #C7000B; */
    cursor: pointer;
}
.headtab>li:hover::after{
    width: 100%;
    transition: width 0.5s ease-in-out;
}
.tabs-box ul li:hover {
    border: none !important;
}

.tabs-box ul li:last-of-type {
    margin-bottom: 0 !important;
}

.headtab li:hover>a {
    color: #C7000B;

}

.headinpbtn {
    display: inline-block;
    width: .48rem;
    height: .38rem;
    background-color: #C7000B;
    background-image: url(/images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: .15rem;
    border-radius: 2px;
}

.headtab1 {
    display: flex;
    align-items: center;
}

.headtab1 input[type='text'] {
    width: 5.8rem;
    height: .38rem;
    font-family: ll;
    font-size: .16rem;
    font-weight: 300;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    text-indent: .13rem;
    color: #70757C;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    margin-right: .12rem;
}

.gzhkunag1 {
    position: absolute;
    right: -0.5rem;
    bottom: -1.55rem;
    width: 1.3rem;
    height: 1.55rem;




}

.gzhkunag11 {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 1.46rem;
    width: 1.3rem;
    position: absolute;
    bottom: 0;
}

.gzhkunag1 img {
    width: 1.05rem;
    height: 1.05rem;
}

.gzhkunag1 p {
    font-family: ll;
    font-size: .14rem;
    font-weight: 400;
    line-height: .16rem;
    letter-spacing: 0em;
    text-align: left;
    color: #70757C;
    margin-top: .05rem;
}

.xuanyy {
    position: absolute;
    right: -0.4rem;
    bottom: -0.8rem;
    width: 1rem;
    height: .8rem;

}

.xuanyy11 {
    width: 1rem;
    height: .71rem;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
}

.xuanyy p {
    font-family: ll;
    font-size: .14rem;
    font-weight: 400;
    line-height: .16rem;
    letter-spacing: 0em;
    text-align: center;
    cursor: pointer;
}

.xuanyy p a:hover {
    color: #C7000B;
}



.tabs-box {
    width: 100%;
    /* height: 3.9rem; */
    padding-bottom: .5rem;
    position: absolute;
    top: .9rem;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding-left: 5.2rem;
    padding-top: .37rem;
    display: flex;
    border-bottom: 1px solid #C7000B;
}

/* .headtab li:nth-of-type(1) .tabs-box{
    padding-left: 5.35rem !important;
}
.headtab li:nth-of-type(2) .tabs-box{
    padding-left: 6.35rem !important;
}
.headtab li:nth-of-type(3) .tabs-box{
    padding-left: 7.45rem !important;
}
.headtab li:nth-of-type(4) .tabs-box{
    padding-left: 8.6rem !important;
  

}
.headtab li:nth-of-type(5) .tabs-box{
    padding-left: 9rem !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}
.headtab li:nth-of-type(6) .tabs-box{
    padding-left: 11.2rem !important;
}
.headtab li:nth-of-type(7) .tabs-box{
    padding-left: 12.35rem !important;
} */
.tabs-box .timgs {
    width: 2.76rem;
    height: 1rem;
    margin-right: .45rem;
    overflow: hidden;
}

.tabs-box img {
    width: 2.76rem;
    height: auto;

}

.tabs-box ul {
    /* flex: 1; */
    width: 63%;
    padding-left: 0.61rem;
    border-left: 0.6px solid #C1C1C1;
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: left;
    color: #454545;
}

/* 底部 */
.foot {
    width: 100%;
    /* height: 5.4rem; */
    background-color: #101217;
    box-sizing: border-box;
    padding: 1.08rem calc((100vw - 15rem)/2) 0;
}

.foottop {
    /* width: 90%; */
    width: 15rem;
    /* height: 3.13rem; */
    padding-bottom: .87rem;
    border-bottom: 1px solid rgba(94, 94, 94, 0.4);

    /* margin: 0 auto; */
    box-sizing: border-box;
    display: flex;
}

.foottopleft {
    width: 9.09rem;
    height: 2.49rem;
    box-sizing: border-box;
    border-right: 1px solid rgba(94, 94, 94, 0.4);
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
}

.foottopleft>li {
    margin-right: .8rem;

    text-align: left;

}

.foottopleft>li>a {
    color: #FFFFFF;
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: .23rem;
    letter-spacing: 0em;
}

.foottopleft>li>a:first-of-type {
    font-family: ll;
}

.foottopleft .hengg,
.foottopright .hengg {
    width: .28rem;
    height: .005rem;
    background-color: #5D5D5D;
    margin-top: .2rem;
}

.foottopleft .hengg {
    margin-bottom: .35rem;
}

.foottopleft a {
    color: #E9E9E9;
}

.foottopleft a>p {
    font-family: ll;
    font-size: .16rem;
    font-weight: 300;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    margin-top: .2rem;
    color: #E9E9E9;

}

.foottopleft a>p:hover {
    color: #C7000B;
}

.foottopright {
    width: 5.89rem;
    height: 2.49rem;
    box-sizing: border-box;
    padding-left: .76rem;
    display: flex;
    flex-direction: column;

}

.foottopright ol {

    width: 2.58rem;
    display: flex;
    justify-content: space-between;
}

.foottopright a {
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: .23rem;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}

.njtab {
    flex: 1;
    display: flex;

}

.xingxitableft a {
    cursor: pointer;
}

.xingxitableft a:hover {
    color: #C7000B;
}

.xingxitabright {
    flex: 1;
    display: flex;
    flex-direction: column;

    align-items: end;
    margin-top: .36rem;
}

.xingxitableft h5 {
    font-family: ll;
    font-size: .24rem;
    font-weight: 400;
    line-height: .28rem;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin: .28rem 0 .18rem 0;
}

.xingxitableft p,
.xingxitableft a {
    font-family: ll;
    font-size: .16rem;
    font-weight: 300;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    color: #E9E9E9;
    margin-bottom: .19rem;
}

.xingxitabright img {
    width: 1.08rem;
    height: 1.08rem;
    border-radius: 5px;
}

.xingxitabright p {
    width: 1.08rem;
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #E9E9E9;
    margin-top: .15rem;
}

.footbtn {
    width: 15rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .95rem;
    /* margin-top: .3rem; */
}

.footbtnl {
    font-family: ll;
    font-size: .14rem;
    font-weight: 400;
    line-height: .16rem;
    letter-spacing: 0em;
    text-align: left;
    color: #717773;
}

.footbtn a {
    color: #E9E9E9;

}

.footbtnr {
    display: flex !important;
}

.footbtnr div {
    width: .32rem;
    height: .32rem;
    margin-left: .26rem;
    border-radius: 50%;
    border: 1px solid #8E8E8E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footbtnr div img {
    width: .18rem;
    height: .18rem;
}

.footbtn #bdshare {
    flex-direction: row !important;
    margin-top: 0 !important;
}

.footbtn .tnr1 a {
    width: .3rem !important;
    height: .3rem !important;
    background-color: #101217 !important;
    background-image: url(/images/wwbb.png) !important;
    margin-bottom: 0 !important;
}

.footbtn .tnr2 a {
    width: .3rem !important;
    height: .3rem !important;
    background-color: #101217 !important;
    background-image: url(/images/qqqq.png) !important;
    margin-bottom: 0 !important;

}

.footbtn .tnr3 a {
    width: .3rem !important;
    height: .3rem !important;
    background-color: #101217 !important;
    background-image: url(/images/wwxx.png) !important;
    margin-bottom: 0 !important;

}

.footbtn div:hover {
    border: none !important;
}

.footbtn .tnr1:hover a {
    background-color: #E10412 !important;
    background-image: url(/images/wwbb1.png) !important;
}

.footbtn .tnr2:hover a {
    background-color: #027CFE !important;
    background-image: url(/images/qqqq1.png) !important;
}

.footbtn .tnr3:hover a {
    background-image: url(/images/wwxx1.png) !important;
    background-color: #10D169 !important;
}

/* mfoot */
.mfooter {
    width: 100%;
    height: 2.2rem;
    padding: 0 .35rem;
    background: #F5F5F5;
}

.mfooter ul {
    width: 100%;
    height: .85rem;
    border-bottom: 1px solid rgba(177, 178, 177, 0.6);
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.mfooter ul a {
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: .23rem;
    letter-spacing: 0em;
    text-align: left;
    color: #717773;
}

.mfooter p {
    width: 100%;
    text-align: center;
    font-family: ll;
    font-size: .22rem;
    font-weight: 300;
    line-height: .4rem;
    letter-spacing: 0em;
    text-align: center;
    margin-top: .22rem;
    color: #717773;

}

.mfooter p a {
    font-weight: 300;
    color: #717773;
    font-size: .22rem;

    line-height: .4rem;
}

/* mheader */
.mheader {
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    padding: 0 .41rem 0 .3rem;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, .1); */
    position: relative;
}

.mheader .inputs {
    display: none;
    position: absolute;
    width: 3.2rem;
    height: .6rem;

    top: 50%;
    left: 2.5rem;

    transform: translateY(-50%);
}

.mheader .inputs input[type='text'] {
    width: 3.2rem;
    height: .6rem;
    text-indent: 2em;
    font-size: .2rem;
    border-radius: 50px;
    background: #F0F0F0;


}

.mheader .inputs input[type='button'] {
    position: absolute;
    width: .42rem;
    height: .42rem;
    background-image: url(/images/search/ /(1/).png);
    background-repeat: no-repeat;
    background-size: .42rem .42rem;
    top: 50%;
    transform: translateY(-50%);
    right: .1rem;
}

.mheader img {
    width: 1.4rem;
    height: .53rem;
}

.mheaderr img {
    width: .44rem;
    height: .44rem;
}

.search11 {
    margin-right: .41rem;
}

/*手机菜单*/
.droplist {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    top: 1rem;
    bottom: 0;
    left: 50%;
    margin-left: -50%;
    background-color: #F8F8F8;
    z-index: 1000;
}

.droplist>ul {
    overflow-y: auto;
    padding: 0 0.65rem;
    height: 92%;
}

.droplist>ul>li {
    cursor: pointer;
}

.droplist>ul>li.nbg>a {
    background: none;
}

.droplist>ul>li>a {
    color: #231815;
    font-family: ll;
    font-size: .24rem;
    font-weight: bold;
    line-height: 0.86rem;
    letter-spacing: 0em;
    text-align: left;
    height: 0.86rem;
    border-bottom: 1px solid rgba(169, 169, 169, .2);
    display: block;
    display: block;
    position: relative;
}

.droplist>ul>li>a.current {
    border-bottom: none;
    height: 0.75rem;
    color: #C7000B;
}

.droplist ul li ul {
    display: none;
    border-bottom: 1px solid rgba(169, 169, 169, .2);
    padding-bottom: .18rem;
}

.droplist ul li ul li a {
    color: #767676;
    font-family: ll;
    font-size: 0.22rem;
    line-height: 0.5rem;
    font-weight: 300;
}

.close {
    position: relative;
    width: .4rem;
    height: .4rem;
}

.close::before,
.close::after {
    position: absolute;
    content: ' ';
    background-color: #C7000B;
    left: .2rem;
    width: 1px;
    height: .4rem;
}

.close::before {
    transform: rotate(45deg);
}

.close::after {
    transform: rotate(-45deg);
}

.mheaderr {
    display: flex;
}

.plus {
    width: .4rem;
    height: .4rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.plus::before,
.plus::after {
    content: "";
    width: .2rem;
    height: .02rem;
    background-color: rgba(102, 102, 102, .6);
    position: absolute;
    top: .18rem;
    left: .1rem;
}

.plus::after {
    transform: rotate(90deg);
}

.current .plus {
    display: none;
}

.current .minus {
    display: block;
}

.minus {
    display: none;
    width: .22rem;
    height: .02rem;
    background-color: #C7000B;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: .05rem;
}

/* .msban */
.msban {
    width: 100%;
    height: 100vh;

    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.msban p {
    color: #fff;
    margin: auto;

}

.mnav {
    width: 100%;
    height: .9rem;
    padding: 0 .5rem 0 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: linear-gradient(180deg, #F0F0F0 0%, rgba(255, 255, 255, 0) 28.89%); */
    background-color: #fff;
}




.mnav img {
    width: .24rem;
    height: .24rem;
}

.mnav span {
    font-family: ll;
    font-size: .26rem;
    font-weight: 500;
    line-height: .3rem;
    letter-spacing: 0em;
    text-align: center;
    color: #373737;

    transition: transform 0.5s;
}

.mnav.current img {
    transform: rotate(180deg);

}

@keyframes rotate_n {

    from {

        transform: rotate(0deg);

    }

    to {

        transform: rotate(180deg);

    }

}


.arrow-right {
    width: .1rem;
    height: .1rem;
    border-top: .02rem solid;
    border-right: .02rem solid;
    border-color: #C7000B;
    content: '';
    position: absolute;
    left: -0.02rem;
    top: 42%;
    transform: translateY(-50%);
    transform: rotate(45deg);
}

.tiaodong {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    background-image: url(/images/跳动箭头.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    bottom: .34rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: arrowdown 1s ease infinite;
    animation: arrowdown 1s ease infinite;
}

@keyframes arrowdown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30%);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes arrowdown {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(30%);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

.msban p:first-child {
    font-family: mm;
    font-size: .42rem;
    font-weight: 900;
    line-height: .49rem;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    text-shadow: 1px 2px 14px rgba(0, 0, 0, 0.25);

    color: #FFF;
    font-family: HarmonyOS Sans SC;
    font-size: .28rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.22rem;
}

.msban p:last-child {
    font-family: mm;
    font-size: .42rem;
    font-weight: 900;
    line-height: .49rem;
    letter-spacing: 0em;
    text-align: left;

    color: #FFFFFF;
    margin-top: .06rem;


    color: #FFF;
    font-family: HarmonyOS Sans SC;
    font-size: .42rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}


#fy1 {
    display: flex;
    justify-content: center;
    margin-top: .42rem;


}

#fy1 .pre {
    display: inline-block;
    width: .88rem;
    height: .44rem;
    background: #B0B0B0;
    border-radius: .04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 .27rem;
}


#fy1 a {
    display: inline-block;
    width: .44rem;
    height: .44rem;
    text-align: center;
    line-height: .44rem;
    background-color: #B0B0B0;
    border-radius: .04rem;
    color: #fff;
    margin-right: .13rem;
}

#fy1 a:hover {
    background: #C7000B;
}

.cpb {
    display: inline-block;
    width: .44rem;
    text-align: center;
    height: .44rem;
    line-height: .44rem;
    background-color: #B0B0B0;
    border-radius: .04rem;
    color: #fff;
    margin-right: .13rem;
    background-color: #C7000B !important;
}

.fy1 span {
    display: inline-block;
    width: .44rem;
    text-align: center;
    height: .44rem;
    line-height: .44rem;
    background-color: #B0B0B0;
    border-radius: .04rem;
    color: #fff;
    margin-right: .13rem;
}

/* ====================大事记========================== */



.dsjcen {
    padding: 1.03rem 0 1rem;
}

.dsjcen h6 {
    font-family: mm;
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    color: #373737;
    margin-bottom: .43rem;
}


.yearsswp {
    width: 100%;
    position: relative;
}

.yearsswp:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 1px;
    bottom: 2.9rem;
    background: #eeeeee;
}

.myyratswiper {
    width: 1440px;
    margin: 0 auto;
    max-width: 85%;
}

.myyratswiper .items {
    text-align: center;
    width: 23%;
    margin-right: 2.6%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.myyratswiper1 {
    width: 1440px;
    margin: 0 auto;
    max-width: 85%;
}

.myyratswiper1 .items {
    text-align: center;
    width: 23%;
    margin-right: 2.6%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.yearsswp .years {
    font-family: Bebas;
    font-size: .48rem;
    font-weight: 400;
    line-height: .64rem;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
}

.yearsswp .yearsbt {
    height: .96rem;
    font-family: mm;
    font-size: .18rem;
    font-weight: 400;
    line-height: .32rem;
    letter-spacing: 0em;
    text-align: center;

    overflow: hidden;
    color: #666666;
    padding: 0 0.5rem;
    margin-top: .4rem;
    margin-bottom: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.imgs {
    width: 2.86rem;

}

.imgs img {
    width: 100%;
    height: 100%;
}

.yearsswp .imgs {
    width: 3.44rem;
    height: 2.29rem;
}

.yearsswp .items .line:before {
    position: absolute;
    margin-top: .35rem;
    content: "";
    width: .06rem;
    height: .15rem;
    left: 0;
    right: 0;
    bottom: .05rem;
    margin: auto;
    background: #FF0F00;
}

.yearsswp .items .line {
    height: 1px;
    width: 100%;
    margin-bottom: .5rem;
    position: relative;
}

.yearsswp .swiper-button-prev::after,
.yearsswp .swiper-button-next::after {
    content: '' !important;
}

.yearsswp .swiper-button-prev {
    background: #FF0F00;
    left: 3%;
    width: .54rem;
    height: .54rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 45%;
}

.yearsswp .swiper-button-next {
    background: #FF0F00;
    right: 3%;
    width: .54rem;
    height: .54rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 45%;

}

/* shouji */
.myearsswp {
    width: 100%;
    position: relative;
}

.myearsswp:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 1px;
    bottom: 2.5rem;
    background: #eeeeee;
}

.mmyyratswiper {
    width: 1440px;
    margin: 0 auto;
    max-width: 85%;
}

.mmyyratswiper .items {
    text-align: center;
    width: 23%;
    margin-right: 2.6%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .mmyyratswiper1 {
    width: 1440px;
    margin: 0 auto;
    max-width: 85%;
} */

.mmyyratswiper1 .items {
    text-align: center;
    width: 23%;
    margin-right: 2.6%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.myearsswp .years {
    font-family: Bebas;
    font-size: .48rem;
    font-weight: 400;
    line-height: .64rem;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
}

.myearsswp .yearsbt {
    height: .9rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: .32rem;
    letter-spacing: 0em;
    text-align: center;

    overflow: hidden;
    color: #666666;
    padding: 0 0.5rem;
    margin-top: .4rem;
    margin-bottom: .6rem;
}

.imgs {
    width: 2.86rem;
}

.imgs img {
    width: 100%;
}

.myearsswp .items .line:before {
    position: absolute;
    content: "";
    width: .06rem;
    height: .15rem;
    left: 0;
    right: 0;
    bottom: .09rem;
    margin: auto;
    background: #FF0F00;
}

.myearsswp .items .line {
    height: 1px;
    width: 100%;
    margin-bottom: .5rem;
    position: relative;
}

.myearsswp .swiper-button-prev::after,
.myearsswp .swiper-button-next::after {
    content: '' !important;
}

.myearsswp .swiper-button-prev {
    background: #FF0F00;
    left: 3%;
    width: .54rem;
    height: .54rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myearsswp .swiper-button-next {
    background: #FF0F00;
    right: 3%;
    width: .54rem;
    height: .54rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ====================种别列表========================== */

.leibiecen {
    width: 100%;
    padding: 1.01rem 1.9rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.leibielist {
    width: 7.4rem;
    margin-bottom: .83rem;
}

.leibielist img {
    width: 100%;
}

.leibielist h6 {
    font-family: mm;
    font-size: .24rem;
    font-weight: 700;
    line-height: .28rem;
    letter-spacing: 0em;
    text-align: center;
    color: #3d3d3d;
    margin-top: .15rem;
    margin-bottom: .29rem;
}

.leibielist p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: center;
    color: #3d3d3d;
}

/* ====================联系信息3========================== */



.lxxxcen {
    width: 100%;
    padding: 1.04rem calc((100vw - 15rem)/2);
}

.lxxxcen h6,
.zxfk h6 {
    font-family: mm;
    font-size: .36rem;
    font-weight: 400;
    line-height: .42rem;
    letter-spacing: 0em;
    text-align: center;
    color: #373737;
    margin-bottom: .56rem;
    flex: 100%;
}

.lxxxxq {
    width: 100%;
    height: 5.18rem;
    background: #F5F7F9;
    padding-left: .56rem;
    display: flex;
    justify-content: space-between;
}

.lxxxxq>img {
    width: 9.14rem;
    height: 100%;
}

.lxxxxql {
    padding-top: .48rem;
}

.lxxxxq h5 {
    font-family: mm;
    font-size: .24rem;
    font-weight: 400;
    line-height: .28rem;
    letter-spacing: 0em;
    text-align: left;
    color: #373737;

    margin-bottom: .16rem;
}

.lxxxxq p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    letter-spacing: 0em;
    text-align: left;
    color: #70757C;
}

.lxxxxql>div {
    display: flex;
    margin-top: .25rem;
}

.lxxxxql>div p {
    text-align: center;
}

.lxxxxql>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: .33rem;
}

.lxxxxql>div>div p {
    font-family: ll;
    font-size: .14rem;
    font-weight: 300;
    line-height: .16rem;
    letter-spacing: 0em;
    text-align: left;
    margin-top: .14rem;
}

.lxxxxql img {
    width: 1.1rem;
    height: 1.1rem;
}

.ewmkuangzi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
}


.zxfk {
    width: 100%;
    padding: 1rem calc((100vw - 15rem)/2) 2.15rem;
    background: #F5F7F9;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zxfk form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zxfk p {
    font-family: mm;
    font-size: .18rem;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #373737;
    margin-bottom: .12rem;
}

.zxfk input[type='text'] {
    width: 7.3rem;
    height: .58rem;
    /* margin-top: .12rem; */
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    text-indent: .54rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: left;
    color: #70757C;
}

.zxfk div {
    margin-bottom: .24rem;
    position: relative;
}

.zxfk div img {
    width: .28rem;
    height: .28rem;
    position: absolute;
    bottom: 0.15rem;
    left: .15rem;
}

.zxfk div:last-of-type img {
    width: .28rem;
    height: .28rem;
    position: absolute;
    bottom: 1.85rem !important;
    left: .15rem;
}

.zxfk div:last-of-type {
    flex: 1;
}

.zxfk div textarea {
    width: 15rem;
    resize: none;
    outline: none !important;
    border: 1px solid #ECECEC;
    text-indent: .54rem;
    padding-top: .3rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: left;
    color: #70757C;
    /* margin-top: .12rem; */
    background: #FFFFFF;
}

.zxfk input[type='button'] {
    width: 1.8rem;
    height: .58rem;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background: #C7000B;
    color: #FFFFFF;
    border-radius: 50px;
    border: none;
    font-family: mm;
    font-size: .18rem;
    font-weight: 500;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: center;

}

/* ====================图片列表4========================== */

.wzlb {

    background-image: url(/images/news_banner/ 1.png);
    position: relative;
    /* padding: 4.41rem .79rem; */
}

.tplistcen {
    width: 100vw;
    padding: 1.03rem calc((100vw - 15rem)/2) 1.03rem;
}
.retuitu {
 width: 100%;
    background: #FFFFFF;
    padding: 0.93rem calc((100vw - 15rem)/2);
background: #F5F7F9;
}
.retuitu .ddsdl {
   
    display: flex;
    
}

.retuitu {padding-bottom: 0;background: #fff;}
.retuitu .ddsdl {
   
    display: none;
    
}

.retuitu .nav3 {margin-bottom: -0.4rem !important;}


.retuitu .ddsdl>a>img {
    width: 7.28rem;
    height: 4.85rem;
    transform: scale(1);
    transition: transform 1s ease 0s;
}

.retuitu .ddsdl>img:hover {
    transform: scale(1.05);
}

.retuitu span {
    font-family: LL;
    font-size: .16rem;
    font-weight: 400;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    color: #C7000B;
}

.retuitur {

    padding: .67rem .66rem .67rem .63rem;

}

.retuitur:hover h6 {
    color: #C7000B;
}

.retuitur:hover p {
    color: #C7000B;
}

.retuitur h6 {
    font-family: mm;
    font-size: .26rem;
    font-weight: 500;
    line-height: .4rem;
    letter-spacing: 0em;
    text-align: left;
    color: #454545;
    margin: .22rem 0 .31rem;
}

.retuitur p {
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .32rem;
    letter-spacing: 0em;
    text-align: left;
    color: #70757C;
}

.retuitur a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1.68rem;
    height: .52rem;
    background: #C7000B;
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .52rem;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    margin-top: .48rem;
    padding: 0 .33rem;
}

.retuitur a:hover{color:#fff;background-color:#B9060D;}

#ContentPlaceHolder1_pnl_tplb5 .retuitu img {
    height: 100%;

}

#ContentPlaceHolder1_pnl_tplb5 .retuitur {
    background: #FFFFFF;
}

.hjlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.hjlist ul li {
    font-size: 0;
    width: 4.76rem;
    margin-left: .18rem;
    margin-bottom: .42rem;
    overflow: hidden;
}

.hjlist ul li:hover img {
    transform: scale(1.05);
}

.hjlist ul li img {
    width: 100%;
    transform: scale(1);
    transition: transform 1s ease 0s;

}

.hjlist ul li>img {}


.hjlist ul li:hover p,
.hjlist ul li:hover h6 {
    color: #C7000B;
}

.hjlist ul li div {
    width: 100%;
    min-height: 2.89rem;
    padding: .51rem .28rem .41rem .41rem;
    border: 1px solid #CECECE;
    border-top: none;
}

.hjlist ul li div span {
    font-family: MM;
    font-size: .16rem;
    font-weight: 400;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    color: #C7000B;
}

.hjlist ul li div h6 {
    font-family: ll;
    font-size: .22rem;
    font-weight: 600;
    line-height: .4rem;
    letter-spacing: 0em;
    text-align: left;
    color: #454545;
    margin: .12rem 0 .67rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hjlist ul li div p {
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    color: #70767c;
}

.hjlist ul li div p img {
    width: .18rem;
    margin-left: .21rem;
    margin-top: 1px;
}


.iimg {
    display: flex;
    width: 100%;
    height: 3.17rem;
    overflow: hidden;
}

.hjlist .fy {
    margin-top: .15rem !important;
}

.retuitur a img {
    width: 0.16rem;
    height: 0.13rem;
}

/* ====================图片列表5========================== */
.tplbtoptu {
    background-image: url(/images/tplistbgi11.png);
}

.tplistcen1 {
    width: 100vw;
    padding: 1.03rem calc((100vw - 15rem)/2) 1.09rem;
    background: #F5F7F9;
}

.retuitu1 {
    width: 100%;
    background: #FFFFFF;
    padding: 1.2rem calc((100vw - 15rem)/2) 0;
    display: flex;
    background: #F5F7F9;
}

.retuitu1>img {
    width: 7.28rem;
    height: 4.85rem;
}

.retuitu1 span {
    font-family: LL;
    font-size: .16rem;
    font-weight: 400;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    color: #C7000B;
}

.retuitu1 .retuitur {
    background-color: #FFFFFF;
    padding: .67rem .66rem .67rem .63rem;

}

.retuitu1>a img {
    height: 100%;
}

.retuitur h6 {
    font-family: mm;
    font-size: .26rem;
    font-weight: 500;
    line-height: .4rem;
    letter-spacing: 0em;
    text-align: left;
    color: #454545;
    margin: .22rem 0 .31rem;
}

.retuitur p {
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .32rem;
    letter-spacing: 0em;
    text-align: left;
    color: #70757C;
}

/* .retuitur a {
        display: flex;
        width: 1.68rem;
        height: .52rem;
        background: #C7000B;
        font-family: ll;
        font-size: .16rem;
        font-weight: 400;
        line-height: .52rem;
        letter-spacing: 0em;
        text-align: center;
        color:
            #FFFFFF;
        margin-top: .48rem;
    } */

.hjlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.hjlist ul li:hover p,
.hjlist ul li:hover h6 {
    color: #C7000B;
}

.hjlist ul li {
    font-size: 0;
    width: 4.76rem;
    margin-left: .18rem;
    margin-bottom: .42rem;
    overflow: hidden;
}

.tplistcen1 .hjlist ul li div {
    width: 100%;
    padding: .51rem .28rem .41rem .41rem;
    border: 1px solid #CECECE;
    border-top: none;
    background: #FFFFFF;
}

.hjlist ul li div span {
    font-family: MM;
    font-size: .16rem;
    font-weight: 400;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    color: #C7000B;
}

.hjlist ul li div h6 {
    font-family: ll;
    font-size: .22rem;
    font-weight: 600;
    line-height: .4rem;
    letter-spacing: 0em;
    text-align: left;
    color: #454545;
    margin: .12rem 0 .67rem;
}

.hjlist ul li div p {
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    color: #70767c;
}

.hjlist ul li div p img {
    width: .18rem;
    margin-left: .21rem;
    margin-top: 1px;
}

.hjlist ul li img {
    width: 100%;
    width: 100%;
    transform: scale(1);
    transition: transform 1s ease 0s;
}

.hjlist ul li:hover img {
    transform: scale(1.05);
}


#fy1 {
    display: flex;
    justify-content: center;
    margin-top: .42rem;
}

#fy1 .pre {
    display: inline-block;
    width: .88rem;
    height: .44rem;
    background: #B0B0B0;
    border-radius: .04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 .27rem;
}


#fy1 a {
    display: inline-block;
    width: .44rem;
    height: .44rem;
    text-align: center;
    line-height: .44rem;
    background-color: #B0B0B0;
    border-radius: .04rem;
    color: #fff;
    margin-right: .13rem;
}

.cpb {
    display: inline-block;
    width: .44rem;
    text-align: center;
    height: .44rem;
    line-height: .44rem;
    background-color: #B0B0B0;
    border-radius: .04rem;
    color: #fff;
    margin-right: .13rem;
    background-color: #C7000B !important;
}

.fy1 span {
    display: inline-block;
    width: .44rem;
    text-align: center;
    height: .44rem;
    line-height: .44rem;
    background-color: #B0B0B0;
    border-radius: .04rem;
    color: #fff;
    margin-right: .13rem;
}

/* ====================文件下载2========================== */


/* .wjxzcen {
        width: 100%;
        padding: 1.03rem calc((100vw - 15rem)/2) 1.01rem;

    } */

.wjxzcen h6 {
    font-family: mm;
    font-size: .36rem;
    font-weight: 400;
    line-height: .42rem;
    letter-spacing: 0em;
    text-align: center;
    color: #373737;
    margin-bottom: .56rem;
}

.wjtitle {
    width: 100%;
    height: .8rem;
    background: #C7000B;
}

.wjxzcen>div {
    display: flex;
    justify-content: end;
    align-items: center;
}

.wjxzcen>div p {
    font-family: mm;
    font-size: .18rem;
    font-weight: 500;
    line-height: .21rem;
    letter-spacing: 0em;
    color: #373737;
}

.wjcz {
    width: .36rem;
    margin-right: .62rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wjcz img {
    width: .24rem;
    height: .24rem;
}

.gxrq {
    width: 1.73rem;
    margin-right: 1.76rem;
    text-align: center;
}

.wjlb {
    width: .72rem;
    margin-right: 2.65rem;
    text-align: left;

}

.wjmc {
    flex: 1;
    margin-left: .46rem;
    text-align: left;
}

.wjtitle1 {
    width: 100%;
    height: .78rem;
    background: #FFFFFF;
    border-bottom: 1px solid #EAEDED;
}

.wjtitle1:hover {
    background: #F9F9FA;

}

.wjtitle1:hover .wjlb {
    color: #C7000B;

}

.wjtitle1:hover .gxrq {
    color: #C7000B;

}

.wjtitle1:hover .wjmc span {
    color: #C7000B;

}

.wjtitle p {
    color: #FFFFFF !important;
}

/* ====================在线招聘岗位2========================== */



.companyjj {
    width: 100%;
    padding: 0.93rem calc((100vw - 15rem)/2) 1.01rem;

}

.companyjj h6 {
    font-family: mm;
    font-size: .36rem;
    font-weight: 400;
    line-height: .42rem;
    letter-spacing: 0em;
    text-align: center;
    color: #373737;
    margin-bottom: .56rem;
}

.zptitle {
    width: 100%;
    height: .8rem;
    background: #C7000B;
    display: flex;
    align-items: center;
}

.zptitle p {
    flex: 20%;
    font-family: ll;
    font-family: HarmonyOS Sans SC;
    font-size: .18rem;
    font-weight: 500;
    line-height: .21rem;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.zptitle1 {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    position: relative;
    border-bottom: 1px solid #EAEDED;
}

.zptitle11 {
    width: 100%;
    display: flex;
    height: .79rem;
    align-items: center;

}

.zptitle11 p {
    flex: 20%;
    font-family: mm;
    font-size: .18rem;
    font-weight: 400;
    line-height: .21rem;
    letter-spacing: 0em;
    color: #373737;
}

.zpcz {
    flex: 20%;
    /* margin-right: .62rem; */
    text-align: center;
}

.zpmc {
    margin-left: .51rem;
}

.zplb {
    text-align: center;
}

.gzdd {
    text-align: center;
}

.zprs {
    text-align: center;
}

.gwxq {
    width: 100%;
    position: relative;
    /* padding: 0 .3rem 1.63rem .4rem ; */
    padding: 0 .39rem 1.63rem .51rem;
}

.gwxq h4 span {
    font-family: ll;
    font-size: .20rem;
    font-weight: 400;
    line-height: .3rem;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}

.gwxq h4 {
    color: #70757C;
    font-family: HarmonyOS Sans SC;
    font-size: .16rem;
    font-style: normal;
    font-weight: 300;
    line-height: .3rem;
    position: relative;
    margin-bottom: .24rem;
}

.gwxq h4 span {
    color: #70757C;
    font-family: HarmonyOS Sans SC;
    font-size: .16rem;
    font-style: normal;
    font-weight: 400;
    line-height: .3rem;
    /* 187.5% */
}

.zpjtnr {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.zpjtnr h5 {
    color: rr;
    font-family: HarmonyOS Sans SC;
    font-size: .2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin-bottom: .17rem;
    margin-left: -0.1rem;
}

.zpjtnr p {
    color: #70757C;
    font-family: ll;
    font-size: .16rem;
    font-style: normal;
    font-weight: 300;
    line-height: .3rem;
    text-align: left;
}

.zpjtnrl {
    width: 6.8rem;
}

.zpjtnrr {
    width: 6.8rem;
}

.sqzw {

    position: absolute;
    /* width: 2.9rem; */
    height: .52rem;
    right: .48rem;
    bottom: .68rem;

    font-family: ll;
    font-size: .18rem;
    font-weight: 500;
    line-height: .52rem;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sqzw a {
left: 0 !important;
    color: #FFFFFF;
    font-size: .18rem;
    font-weight: 500;
    line-height: .28rem;
    letter-spacing: 0em;
    text-align: center;
    background: #C7000B;
    display: inline-block;
    padding: 0.1rem 0.25rem;
}
.sqzw a:hover {color:#fff;}

/* DEEAIL2 */
.detail2cen {
    width: 100%;
    padding: .21rem calc((100vw - 12rem)/2) 1.02rem;
}

.detail2cen>h6 {
    font-family: ll;
    font-size: .16rem;
    font-weight: 300;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    color: #70757C;
}

.detail2cen>h3 {
    font-family: mm;
    font-size: .42rem;
    font-weight: 500;
    line-height: .64rem;
    letter-spacing: 0em;
    text-align: center;
    color: #333333;
    margin-top: .47rem;
}

.detail2cen>h5 {
    font-family: MM;
    font-size: .16rem;
    font-weight: 300;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: center;
    margin-top: .48rem;
}

.fxzhi {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fxzhi div {
    background: #FFFFFF;
    width: .8rem;
    height: .74rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.fxzhi img {
    width: .3rem;
    height: .3rem;
}

.hxian {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: .005rem;
    background: #D9D9D9;
    z-index: -10;
}

.detail2nr {
    margin-top: .59rem;
    width: 100%;
}

.detail2nr img {
    width: 8.6rem;
    height: 5.7rem;
    margin: .23rem 0 .48rem 1.7rem;
}

.detail2nr p {
    font-family: ll;
    font-size: .2rem;
    font-weight: 300;
    line-height: .36rem;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: .16rem;
    color: #000;
}

.xgxw {
    width: 100%;
    padding: 0 calc((100vw - 15rem)/2) 1rem;
}

.xgxw h6 {
    font-family: ll;
    font-size: .36rem;
    font-weight: 400;
    line-height: .42rem;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: .57rem;
}

.hjlist1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.hjlist1 ul li {
    font-size: 0;
    width: 4.76rem;
    margin-left: .18rem;
    margin-bottom: .42rem;
    overflow: hidden;
}

.hjlist1 ul li:hover img {
    transform: scale(1.05);
}

.hjlist1 ul li:hover p,
.hjlist1 ul li:hover h6 {
    color: #C7000B;
}

.hjlist1 ul li div {
    width: 100%;
    padding: .51rem .28rem .41rem .41rem;
    border: 1px solid #CECECE;
    border-top: none;
}

.hjlist1 ul li div span {
    font-family: MM;
    font-size: .16rem;
    font-weight: 400;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    color: #C7000B;
}

.hjlist1 ul li div h6 {
    font-family: mm;
    font-size: .22rem;
    font-weight: 500;
    line-height: .4rem;
    letter-spacing: 0em;
    text-align: left;
    color: #454545;
    margin: .12rem 0 .67rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;

}

.hjlist1 ul li div p {
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    color: #70767c;
}

.hjlist1 ul li div p img {
    width: .18rem;
    margin-left: .21rem;
}

.hjlist1 ul li:hover img {
    transform: scale(1.05);
}

.hjlist1 ul li img {
    width: 100%;
    transform: scale(1);
    transition: transform 1s ease 0s;

}


/* M0文章列表 */
.wzlb {

    background-image: url(/images/news_banner/ 1.png);
    position: relative;
    padding: 4.41rem calc((100vw - 15rem)/2);
}

.companyjj {
    width: 100%;
    padding: 0.93rem calc((100vw - 15rem)/2);
}

.xinwencenters {
    width: 15rem;
    height: 100%;
}

.xinwenlist {
    width: 100%;
    display: flex;
    padding: 0.54rem 0.45rem 0.57rem 0.39rem;
    border-bottom: 1px solid #EAEAEA;

}

.xinwenlist div {
    flex: 1;
    position: relative;
}

.xinwenlist:hover {
    /* background: #F5F7F9;
    border-bottom:  1px solid  #EAEAEA; */
    /* height: 3.7rem; */
}

/* .xinwenlist:first-of-type h6{
    color: #1367BB;
} */
.xinwenlist img {
    width: 4rem;
    height: 2.66rem;
    margin-right: .41rem;
}

/* .xinwenlist:hover h6{
    color: #C7000B;
}
.xinwenlist:hover h6 span{
    color: #C7000B;
} */
.xinwenlist h6 {
    font-family: mm;
    font-size: .22rem;
    font-weight: 500;
    line-height: .26rem;
    letter-spacing: 0em;
    text-align: left;
    cursor: pointer;
    color: #454545;
    margin-bottom: .18rem;
}

.xinwenlist h6 span {
    float: right;
    font-family: ll;
    font-size: .14rem;
    font-weight: 400;
    line-height: .16rem;
    letter-spacing: 0em;
    text-align: left;
    color: #666666;
}

/* .xinwenlist:hover p{
    color: #C7000B ;
} */
.xinwenlist p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .36rem;
    letter-spacing: 0em;
    text-align: justify;
    cursor: pointer;
    color: #70767C;
    margin-bottom: .82rem;
}

.xinwenlist .mover {
    display: inline-block;
    width: 1.2rem;
    height: .34rem;
    font-family: ll;
    font-size: .14rem;
    font-weight: 400;
    line-height: .34rem;
    letter-spacing: 0em;
    text-align: center;
    color: #999999;
    background: none;
    border: 1px solid #CECECE;
    position: absolute;
    right: 0;
    bottom: 0;
}

.xinwenlist:hover .mover {
    background-color: #C7000B;
    color: white;
}

.newstab {
    width: 6.9rem;
    margin: 0 auto;
    /* height:.6rem; */
    /* border-bottom: 1px solid #EAEAEA; */
    display: flex;
    flex-wrap: nowrap;
    /* margin-top: .3rem; */
    justify-content: space-around;

}

.newstab div {

    line-height: .6rem;
    text-align: center;
    font-family: ll;
    font-size: .26rem;
    font-weight: 400;
    line-height: .3rem;
    letter-spacing: 0em;
    text-align: center;
    color: #8E8E8E;
}

.newstab .active {
    border-bottom: 1px solid #C7000B;
    color: #373737;
}

/* M15DETAIL */

#bdshare {
    display: flex;
    flex-direction: column;
    margin-top: 0.25rem;
}

#bdshare a {
    display: block;
    width: 0.36rem;
    height: .36rem;
    background-color: #ccc;
    border: none;
    background-size: .2rem .2rem !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 0.2rem;
    border-radius: 50%;
}

.ico4 {
    border-radius: 100%;
    background-image: url(/images/ico3.png) !important;
}

/* #bdshare a:hover {
    background-color: #539EF6;
} */

#bdshare .icon1:hover {
    background-color: #FE5C5C;
}

#bdshare .icon2:hover {
    background-color: #3DEA6D;
}

#bdshare .icon3:hover {

    background-color: #37E072;
}

#bdshare .icon4:hover {
    background-color: #FFB21D;
}

#bdshare .ico4:hover {
    background-color: #539EF6;

}

/* #bdshare .icon5:hover {
  
} */

#bdshare .icon1 {
    background-image: url(/images/ico1.png);
}

#bdshare .icon2 {
    background-image: url(/images/ico4.png);
}

#bdshare .icon3 {
    background-image: url(/images/ico2.png);
}

#bdshare .icon4 {
    position: relative;
}

#bdshare .icon4 {
    /* position: absolute; */
    /* border-radius: 100%;
    display: block;
    width: 0.36rem;
    height: .36rem;
    background-color: #ccc;
    border: none; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    /* top: 0;
    left: 0; */
    background-image: url(/images/ico5.png) !important;
}


.detailcen {
    width: 100%;
    padding: .21rem calc((100vw - 12rem)/2) 1.02rem;
}

.detailcen>h6 {
    font-family: ll;
    font-size: .16rem;
    font-weight: 300;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    color: #70757C;
}

.detailcen>h6 a {
    cursor: pointer;
}

.detailcen>h6 .active span {
    color: #C7000B;
}

.detailcen>h3 {
    font-family: mm;
    font-size: .36rem;
    font-weight: 500;
    line-height: .6rem;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
    margin-top: .47rem;
}

.detail {
    width: 100%;
    padding: .47rem 0 0;
    display: flex;
}

.detaill {
    height: 100%;
    width: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #D9D9D9;
    left: -0.12rem;
}

.detaill img {
    width: .28rem;
    height: .28rem;
}

.detaill .hengxian1 {
    width: 1.2rem;
    height: 1px;
    background-color: #D9D9D9;
    position: absolute;
    top: .14rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -100;
}

.xwrqi,
.ckrs {
    position: relative;
    padding-bottom: .4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fxcq {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.xwrqi .rltup,
.ckrstp,
.ckrstp {
    width: .6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}

.detaill h5 {
    font-family: MM;
    font-size: .24rem;
    font-weight: 400;
    line-height: .36rem;
    letter-spacing: 0em;
    text-align: left;
    color: #525854;
    margin-top: .07rem;
}

.detaill p {
    font-family: MM;
    font-size: .16rem;
    font-weight: 300;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: center;
    color: #70757C;
    margin-top: .15rem;
}

.fxcq span {
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    color: #70757C;
    display: inline-block;
    height: .28rem;
    line-height: .28rem;
}

.fxcq img {
    width: .2rem;
    height: .2rem;
}

.fximg1,
.fximg2,
.fximg3,
.fximg4,
.fximg5 {
    width: .36rem;
    height: .36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #CCCCCC;
    /* background: url(/css/images/dxbji.png) no-repeat center ; */
    margin-top: .29rem;
}

.fximg1:hover {
    background: #FE5C5C;
}

.fximg2:hover {
    background: #37E072;
}

.fximg3:hover {
    background: #539EF6;
}

.fximg4:hover {
    background: #3DEA6D;
}

.fximg5:hover {
    background: #FFB21D;
}

.detailr {
    flex: 1;
    padding-left: .73rem;
    position: relative;
}

.detailr p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    text-indent: 2em;
    margin-top: .12rem
}

.detailr img {
    /* margin: .4rem 0 .37rem 1.65rem; */
    /* width: 8rem;
    height: 5.26rem; */
    max-width: 8rem;
    position: relative;

}

.detailr>.anniu1 {
    display: inline-block;
    width: 1.46rem;
    height: .42rem;
    text-align: center;
    margin-left: 4.8rem;
    margin-top: 26;
    border: 1px solid #CECECE;
    border-radius: 50px;
    font-family: MM;
    font-size: .18rem;
    font-weight: 300;
    line-height: .4rem;
    letter-spacing: 0em;
    margin-top: .54rem;
    margin-bottom: 1.62rem;
}

.detailr>.anniu1:hover {
    background: #C7000B;
    color: #ffffff;
}

.detailrbom {
    width: 100%;
    padding: .51rem 0 0;
    border-top: 1px solid #CECECE;
    margin-top: .69rem;
    position: relative;
}

.detailrbom p a {
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: left;
    color: #70757C;
    margin-bottom: .25rem;
    position: relative;



}

.detailrbom p a:hover {
    color: #C7000B;
}

.detailrbom p {
    margin-top: 0 !important;
    margin-bottom: .18rem;
}

.detail br {
    display: none;
}

.detailrbom .fanhui {
    width: 1.26rem;
    height: .42rem;
    background: #FFFFFF;
    border: 1px solid #CECECE;
    border-top-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    position: absolute;
    left: auto;
    right: 0;
    top: 0.61rem;
    font-family: ll;
    font-size: .14rem;
    font-weight: 400;
    line-height: .42rem;
    letter-spacing: 0em;
    text-align: center;
    color: #70757C;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detailrbom .fanhui span{
    font-size: .14rem;
    color: #E60012;
}
.detailrbom .fanhui::before {
    background-color: #E60012;
}

.detailrbom .fanhui:hover span{
    color: #fff;
}

/* .detailrbom .fanhui:hover{
    background: #C7000B;
    color: #FFFFFF;
} */
.detailrbom .fanhui img {
    width: .2rem;
    height: .2rem;
    margin: 0;
}

/*index style start*/
a.whiteMore,
a.redMore,
a.grayMore,
.whiteMore {
    display: inline-block;
    /* height: 2.6em; */
    /* line-height: 2.6; */
    /* padding: 0 2em; */
    width: 1.71rem;
    height: 0.48rem;
    /* border-radius: 2em 0 2em 0; */
    overflow: hidden;
    position: relative;
    left: calc(50% - 0.855rem);
    background-color: #c60109;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c60109;
}

a.whiteMore span,
a.redMore span,
a.grayMore span,
.whiteMore span {
    position: relative;
    z-index: 2;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    display: inline-block;
    line-height: 1;
}

a.whiteMore::before,
a.redMore::before,
a.grayMore::before,
.whiteMore::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

a.whiteMore:hover::before,
a.redMore:hover::before,
a.grayMore:hover::before,
.whiteMore:hover::before {
    left: 0;
}



a.whiteMore::before,
.whiteMore::before {
    background: #fff;
}

a.redMore::before,
a.grayMore::before {
    background: #fff;
    
}

.solution a.redMore::before {
    background-color: #FBFBFB;
}

.chj a.redMore::before {
    background-color: #f1f2f3;
}

.aboutts a.redMore::before {
    background-color: #f1f2f3;
}

a.whiteMore:hover span,
.whiteMore:hover span {
    color: #C7000B
}



a.redMore:hover span,
a.grayMore:hover span {
    color: #fff;
}

a.grayMore:hover {
    border-color: #C7000B;
}

a.whiteMore,
.whiteMore {
    border: 1px solid #fff;
}

a.redMore {
    /* border: 1px solid #C7000B; */
}

a.grayMore {
    border: 1px solid #b8b8b8;
}

a.whiteMore span,
.whiteMore span {
    color: #fff;
}

a.redMore span {
    color: #fff;
    font-family: "ll";
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    color: #ffffff;
    text-align: center;
    line-height: .48rem;
}


a.redMore:hover span,
.redMore:hover span {
    color: #c60109
}

.chj a.redMore,.aboutts a.redMore {
    left: 0;
}

.chj a.redMore {margin-top: 0.44rem;}



.fximg11,
.fximg21,
.fximg31,
.fximg41,
.fximg51 {
    width: .7rem;
    height: .7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* background: #CCCCCC; */
    /* background: url(/css/images/dxbji.png) no-repeat center ; */
    margin-left: .2rem;
}

.fxcq1>a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .235rem;
}

.xwnrrbom {
    /* margin-top: .75rem; */
}

.fxcq1 img {
    width: .39rem;
    height: .39rem;
    margin: 0 !important;
}

.fximg11 {
    background: #FE5C5C;
}

.fximg21 {
    background: #37E072;
}

.fximg31 {
    background: #539EF6;
}

.fximg41 {
    background: #3DEA6D;
}

.fximg51 {
    background: #FFB21D;
}

.fxcq1 {
    display: none;
    align-items: center;
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    padding: .48rem 0;
}

.huitui {
    width: 100%;
    padding: .72rem 0 .8rem;
}

.huitui a {
    display: inline-block;
    width: 3.6rem;
    height: .865rem;
    font-family: ll;
    font-size: .24rem;
    font-weight: 400;
    line-height: .865rem;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    border: 1px solid #CECECE;
    border-top-left-radius: .4rem;
    border-bottom-right-radius: .4rem;

}

.ckrstp1 {
    font-family: ll;
    font-size: .22rem;
    font-weight: 300;
    line-height: .26rem;
    letter-spacing: 0em;
    text-align: left;

    color: #666666;
}

/* ====================M10单页==========================    background-image: url(/images/danyebgi.png);
    position: relative;
    padding: 4.17rem calc((100vw - 15rem)/2);*/

.dytoptu {}

@keyframes slowScale {
    0% {
        transform: scale(1.08);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
    }
}

.dytoptu img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: slowScale 20s linear infinite;
}

.dytoptu video {
    position: absolute;
    left: 0;
    top: 0;
}

.companyjj {
    width: 100%;
    padding: .93rem calc((100vw - 15rem)/2) .92rem;
    position: relative;
}

.companyjj .tuzi {
    display: none;
    position: absolute;
    top: 6.25rem;
    font-family: ll;
    font-size: .42rem;
    font-weight: 400;
    line-height: .49rem;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    left: 50%;
    transform: translateX(-50%);
}

.companyjj .title {
    font-family: mm;
    font-size: .36rem;
    font-weight: 400;
    line-height: .42rem;
    letter-spacing: 0em;
    text-align: center;
    color: #373737;
    margin-bottom: .25rem;
}

.companyjj h6 {
    font-family: ll;
    font-size: .20rem;
    font-weight: 300;
    line-height: .36rem;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}

.companyjj>img {
    width: 100%;
    margin-top: .52rem;
    margin-bottom: .24rem;
}

.companyjj>p {
    font-family: ll;
    font-size: .20rem;
    font-weight: 300;
    line-height: .36rem;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    margin-top: .23rem;
}



.rightnav {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.rightnavlist {
    width: .5rem;
    height: .5rem;
    margin-top: .1rem;
    background: #FFFFFF;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    font-size: .12rem;
}

.rightnavlist:hover {
    background: #C8C8C8;
}

.rightnavlist>img {
    width: .3rem;
    height: .3rem;
}

.rightnavlist:last-of-type>img {

    width: .2rem;
    height: .2rem;

}

.rightnavlist>div {
    position: absolute;
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .18rem;
    letter-spacing: 0px;
    text-align: left;
    color: #3D3D3D;
}

.lxbg {
    top: -1.35rem;
    left: -3rem;
    width: 2.76rem;
    height: auto;
    padding-bottom: .26rem;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lxbg img {
    position: absolute;
    right: .15rem;
    top: .21rem;
    width: .24rem;
    height: .24rem;
}

.lxbg input[type='text'] {
    width: 1.8rem;
    height: .44rem;
    border: 1px solid #B9B9B9;

}

.lxbg input[type='checkbox'] {
    width: .16rem;
    height: .16rem;
}

.lxbg input[type='button'] {
    width: 85%;
    height: .44rem;

    background: #A7A7A7;
    border: none;
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: .12rem;
}

.lxbg h6 {
    margin-top: .32rem;
    margin-bottom: .27rem;
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: .2rem;
    letter-spacing: 0px;
    text-align: left;
    border: none;
    color: #3D3D3D;
}

.lxbg div {
    width: 90%;
    margin-bottom: .12rem;
    font-size: .16rem;
    color: #3D3D3D;
}

.ckwxewm img {
    width: 1.36rem;
    height: 1.36rem;
    border: 1px solid #D8D8D8;
}

.ckwxewm {
    position: absolute;
    left: -2.3rem;
    top: -0.85rem;
    width: 2rem;
    height: 2.58rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.ckwxewm p {
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .3rem;
    letter-spacing: 0px;

    color: #3D3D3D;
    position: relative;
    top: -0.2rem;
    left: -0.2rem;
}

.douyin img {
    width: 1.3rem;
    height: 1.3rem;
    border: 1px solid #D8D8D8;
}

.douyin {
    position: absolute;
    left: -2.3rem;
    top: -1.5rem;
    width: 2rem;
    /* height: 2.34rem; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    padding: .29rem 0 .28rem;
}

.douyin p {
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .18rem;
    letter-spacing: 0px;
    text-align: center;
    color: #3D3D3D;
    margin-top: .24rem;
}

.dianhua {
    position: absolute;
    width: 2rem;
    height: .5rem;
    left: -2.3rem;
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .18rem;
    letter-spacing: 0px;
    text-align: left;
    color: #3D3D3D;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.mbjj {
    position: absolute;
    top: 1.9rem;
    width: 100vw;
    z-index: 10;
    background: #FFFFFF;
    padding: 0 .3rem;
}

.mbjj li {
    position: relative;
}

.mbjj li a {
    display: block;
    line-height: 0.7rem;
    border-bottom: 1px solid #f2f2f2;
    font-size: 0.26rem;
    color: #333;
}

.mbjj li .arrow-right {
    display: none;
}

.mbjj .active .arrow-right {
    display: inline-block;
}

.mbjj .active a {
    padding-left: 0.25rem;

}

.mbjj li a.mbactive {
    padding-left: 0.25rem;

}

.lxxxxq .xfbss:hover a {
    color: #C7000B !important;
}


.detailcen {
    padding: 0.43rem calc((100vw - 12rem)/2) 1.02rem;
}

.fxcq span {
    line-height: normal;
}

.fximg1 {
    margin-top: 0.25rem;
}


.detaill .hengxian1 {
    top: 0.12rem;
}

.detailr p:first-of-type a {
    margin-top: 0;
}

.detaill img {
    margin-top: -0.02rem;
}

.detailr p {
    text-indent: 0 !important;
}

.detailr p:has(img) {
    text-align: center;
    margin: .3rem 0;

}

.detailrbom p {
    text-indent: 0;
}

.detailr p:first-of-type {
    margin-top: -0.1rem;
}

.retuitur {
    width: 7.7rem;
    height: 4.85rem;
    background-color: #fff;
}

.retuitu>a {
    display: flex;
    width: 7.28rem;
    height: 4.85rem;
    overflow: hidden;
}

.retuitu>a img {
    width: auto;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 1s ease 0s;
}

.retuitu>a:hover img {
    transform: scale(1.2);
}

/* .retuitur:hover>a img{
        transform: scale(1.2);
    } */

/* .retuitu1>a {
        display: flex;
        width: 5.12rem;
        height: 4.51rem;
        overflow: hidden;
    }

    .retuitu1>a img {
        height: 100%;
        width: auto;
    } */



/*网站地图*/
.sitemap {
    overflow: hidden;
    background: #ebebeb;
    padding-bottom: .5rem;
    line-height: .25rem;
}

.sitemap .sitemap-box {
    overflow: hidden;
    width: 15rem;
    margin: 40px auto 0 auto;
    background: #ffffff;
    padding: .5rem .4rem;
}

.sitemap .sitemap-box dl {
    overflow: hidden;
    margin: 0 0 .3rem 0;
}

.sitemap .sitemap-box dt {
    font-size: .18rem;
    font-weight: bold;
    color: #666666;
    margin: 0 0 .2rem 0;
}

.sitemap .sitemap-box dd {
    float: left;
    margin-right: .2rem;
}

.sitemap .sitemap-box dd a {
    float: left;
    font-size: .14rem;
    color: #666666;
    line-height: .19rem;
}

.sitemap .sitemap-box dd a:hover {
    text-decoration: underline;
}

@media screen and (max-width:1930px) {
    .wzlb {

        background-image: url(/images/news_banner/ 1.png);
        position: relative;
        padding: 4.41rem .79rem !important;
    }

    /* .shinav{
            width: 17.5rem;
        } */
    /* .shinavlist {
            width: 4rem;
        } */
    .dytoptu {
        /* background-image: url(/images/danyebgi.png); */
        position: relative;
        padding: 4.17rem .79rem !important;
    }

    .dytoptu img {
        object-fit: cover;
    }

}

@media screen and (max-width:1366px) {
    .headtab li a {
        font-size: 14px !important;
    }
}


@media screen and (min-width:751px) {
    .mheader {
        display: none;
    }

    .mb,
    .smob {
        display: none !important;
    }

    .mfooter {
        display: none;
    }

    .companyjj>.shoujih6 {
        display: none;
    }

    .detaill h6,
    .mobdy2,
    .mbjj,
    .mnav1,
    .xinwenlist .mdates,
    .newstab,
    .xwnrrbom,
    .myearsswp,
    .gwxq>h5,
    .wjtitle11 {
        display: none !important;
    }
}

@media screen and (max-width:1366px) {
 #menu3 .tabs-box ul {width: 80%;}
}

@media screen and (max-width:750px) {
    .xinwenlist:hover {
        background-color: transparent;
    }

.retuitu .ddsdl {flex-direction:column;}

    .pc {
        display: none !important;
    }

    .videoclose {
        right: 0.2rem !important;
        top: -.5rem !important;
    }

    a,
    p,
    span,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    div,
    li,
    ul,
    ol {
        font-family: none !important;
    }

    .lxxxcen {
        padding: .73rem 0 1.2rem;
    }

    .lxxxcen h6 {
        margin-bottom: .33rem;
    }

    .lxxxxq h5 {
        margin-bottom: .26rem;
        color: #454545;
    }

    .lxxxxql>div>div p {
        font-size: .24rem;
        margin-top: .25rem;
    }

    .lxxxxql>div {
        margin-top: .46rem;
    }

    .lxxxxql {
        padding-top: 0;
    }

    .myearsswp .swiper-button-next,
    .myearsswp .swiper-button-prev {
        top: 3.1rem;
    }

    .myearsswp .swiper-button-next .companyjj .tuzi {
        font-size: .36rem;
    }

    .mnav1,
    .mobdy2 {
        display: block !important;
    }

    .pcdy,
    .mbjj {
        display: none;
    }

    .dytoptu {
        /* background-image: url(/images/bgi11.png); */
        /* background-size:cover; */
        width: 100%;
        background-position: center;
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .wzlb {
        background-image: url(/images/ngi22.png);
        background-size: cover;
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .msban {
        height: 5.84rem;
    }

    .msban p:first-of-type {
        text-align: center;
        font-size: .52rem !important;
        width: 6.5rem !important;
    }

    .msban p:last-of-type {
        text-align: center;
        font-size: .24rem !important;
        margin-top: .28rem;
        width: 6rem !important;

    }

    .xinwenlist {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
        padding: .4rem 0.3rem .5rem;
        /* margin-top: .4rem; */
        background-color: #FFFFFF !important;
    }

    .xinwenlist img {
        margin-right: 0;
        width: 2.48rem;
        height: 1.65rem;
        border-radius: 5px;
    }

    .xinwenlist p {
        display: none;
    }

    .xinwenlist h6 {
        font-family: mm;
        font-size: .24rem;
        font-weight: 400;
        line-height: .48rem;
        letter-spacing: 0em;
        text-align: justify;
        color: #454545;
        padding-right: .34rem;
        margin-bottom: .37rem;
    }

    .mdates {
        font-family: Roboto;
        font-size: .2rem;
        font-weight: 300;
        line-height: .38rem;
        letter-spacing: 0em;
        text-align: left;
        color: #666666;
    }

    .xinwenlist div>span {
        display: block;
        font-family: MM;
        font-size: .2rem;
        font-weight: 300;
        line-height: .38rem;
        letter-spacing: 0em;
        text-align: left;
        color: #666666;
    }

    .xinwencenter {
        /* padding: 0 .6rem; */
    }


    .myhj1 {
        padding-top: 0 !important;
    }

    .detailcen>h6,
    .detail2cen>h6 {
        font-family: ll;
        font-size: .2rem;
        font-weight: 300;
        line-height: .23rem;
        letter-spacing: 0em;
        text-align: left;
        color: #A5A5A5;
    }

    .detailcen>h3 {
        font-family: mm;
        font-size: .36rem;
        font-weight: 500;
        line-height: .6rem;
        letter-spacing: 0em;
        text-align: left;
        color: #333333;
    }

    .detail2cen>h3 {
        font-family: mm;
        font-size: .36rem;
        font-weight: 500;
        line-height: .6rem;
        letter-spacing: 0em;
        text-align: center;
        color: #333333;
    }

    .detailcen,
    .detail2cen {
        padding: .33rem !important;
    }

    .detail {
        flex-direction: column;
    }

    .detaill {
        width: 6.8rem;
        flex-direction: row;
        justify-content: flex-start;
        border: none;
        margin: 0 auto;
        border-bottom: 1px solid rgba(224, 224, 224, 0.8);
        margin-bottom: .35rem;
    }

    .xwrqi .rltup,
    .ckrstp,
    .ckrstp {
        width: .28rem;
    }

    .detaill img {
        width: .28rem;
        height: .28rem;
    }

    .detaill h6 {
        margin: 0 !important;
        font-family: MM;
        font-size: .2rem;
        font-weight: 300;
        line-height: .23rem;
        letter-spacing: 0em;
        text-align: left;
        margin-right: .44rem !important;
        margin-left: .12rem !important;
        color: #767676;
    }

    .detaill h6:last-of-type {
        margin-left: .10rem !important;
    }

    .xwrqi,
    .ckrs {
        flex-direction: row;
        align-items: center;
    }

    .detailr {
        padding: 0 !important;
    }

    .detail2cen>h5 {
        font-family: MM;
        font-size: .2rem;
        font-weight: 300;
        line-height: .23rem;
        letter-spacing: 0em;
        text-align: center;
        margin-top: .48rem;
        margin-bottom: .36rem;
    }

    .detail2nr p {
        font-family: ll;
        font-size: .24rem;
        font-weight: 400;
        line-height: .48rem;
        letter-spacing: 0em;
        text-align: justified;
        color: #767676;
    }

    .detail2nr>img {
        height: 4rem;
        width: 6rem;
        margin: .32rem .4rem .44rem !important;
    }

    .detail2nr p:last-of-type {
        margin-bottom: .8rem;
    }

    .fxzhi img {
        width: .44rem;
        height: .44rem;
    }

    .xgxw h6 {
        font-family: ll;
        font-size: .48rem;
        font-weight: 400;
        line-height: .56rem;
        letter-spacing: 0em;
        text-align: center;
        color: #373737;
    }

    .xgxw {
        padding: 0 .3rem .95rem !important;
    }

    .hjlist1 ul {
        padding: 0 .3rem;
        flex-direction: column;
    }

    .hjlist1 ul li {
        width: 100%;
        margin-left: 0;
    }

    .fxzhi div {
        height: .44rem;
        width: .88rem;
    }

    .detailr p {
        font-family: ll;
        font-size: .24rem;
        font-weight: 400;
        line-height: .48rem;
        letter-spacing: 0em;
        text-align: left;
        color: #767676;
        text-indent: .5rem;
    }

    .detailr>img {
        width: 6rem;
        height: 4rem;
        margin: .4rem .4rem !important;
    }

    .retuitu,
    .retuitu1 {
        flex-direction: column;
        padding: .5rem .3rem .73rem;
    }

    .retuitu>a,
    .retuitu>img,
    .retuitu1>img {
        width: 100%;
        height: 4.6rem;
    }

    .retuitur {
        width: 100%;
        height: auto;
        padding: .38rem .35rem .65rem .38rem;
    }

    .retuitur h6 {
        font-family: mm;
        font-size: .28rem;
        font-weight: 500;
        line-height: .48rem;
        letter-spacing: 0em;
        text-align: left;
        margin: .15rem 0 .41rem;
    }

    .retuitur a {
        width: 2rem;
        height: .62rem;
        font-family: ll;
        font-size: .2rem;
        font-weight: 400;
        line-height: .62rem;
        letter-spacing: 0em;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0;
    }

    .retuitu span {
        font-size: .2rem;
        font-weight: 400;
        line-height: .23rem;
        letter-spacing: 0em;
        text-align: left;

    }

    .retuitur a img {
        width: .24rem;

    }

    .iimg {
        height: 2.2rem;
    }

    .hjlist ul li {
        width: 46% !important;
    }

    .hjlist ul li div {
        padding: .34rem .34rem .35rem .3rem;
        min-height: 1.89rem;
    }

    .hjlist ul li div p {
        font-size: .2rem;
    }

    .hjlist ul li div h6 {
        height: .76rem;
        font-family: ll;
        font-size: .24rem;
        font-weight: 500;
        line-height: .38rem;
        letter-spacing: 0em;
        text-align: left;
        margin: .1rem 0 .38rem;
    }

    .mmyyratswiper .items {
        width: 100% !important;
    }

    .myearsswp:before {

        bottom: 5.06rem !important;
    }

    .myearsswp .items .line:before {
        bottom: -0.1rem;
        width: .06rem;
        height: .16rem;

    }

    .swiper-button-next,
    .swiper-button-prev {
        position: relative;
        bottom: 5.25rem !important;
    }

    .myearsswp .swiper-btn img {
        width: .16rem;
    }

    .myearsswp .swiper-btn {
        display: flex;
        justify-content: space-between;
    }

    .imgs {
        width: 6.9rem;
        height: 4.6rem;
    }

    /* ////////////////////////////// */
    .myearsswp .years {
        font-family: Bebas;
        font-size: .48rem;
        font-weight: 400;
        line-height: .64rem;
        letter-spacing: 0em;
        text-align: left;
        color: #000000;
        margin: .3rem 0 0;
    }

    .myearsswp .yearsbt {
        font-family: ll;
        font-size: .24rem;
        font-weight: 400;
        line-height: .48rem;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: .57rem;
        height: 100%;
        color: #70757C;
    }

    .zxfk {
        padding: .88rem .3rem 1.02rem;
    }

    .zxfk input[type='text'],
    .zxfk div textarea {
        width: 6.9rem;
        background: #FFFFFF;
        font-size: .24rem;
        font-weight: 300;
        line-height: .28rem;
        letter-spacing: 0em;
        text-align: left;

    }

    .zxfk div:last-of-type img {
        bottom: 2rem !important;
    }

    .lxxxcen h6,
    .zxfk h6 {
        font-size: .48rem;
    }

    .zxfk p {
        font-size: .24rem;
    }

    .zxfk input[type='text'] {
        height: 1rem;
        line-height: 1rem;
        text-indent: .85rem;
    }

    .zxfk div textarea {
        text-indent: .85rem;
        height: 2.67rem;
    }

    .zxfk div img {
        width: .48rem;
        height: .48rem;
    }

    .zxfk div:last-of-type img {
        width: .48rem;
        height: .48rem;
    }

    .lxxxcen {
        padding-top: .73rem;
    }

    .lxxxxq {
        height: auto;
        background-color: #FFFFFF;
        padding: 0 .3rem;
        flex-direction: column;
    }

    .lxxxxq p:last-of-type {
        height: .7rem;
        border-bottom: 1px solid #E3E3E3;
    }

    .lxxxxq>img {
        width: 6.9rem;
        height: 4.76rem;
    }

    .zxfk div img {
        bottom: 0.25rem;
    }

    .leibielist {
        width: 100%;
    }

    .lxxxxq p {
        font-family: ll;
        font-size: .24rem;
        font-weight: 300;
        line-height: .48rem;
        letter-spacing: 0em;
        text-align: left;

    }

    .zxfk input[type='button'] {
        width: 2rem;
        height: .62rem;
        position: relative;
        margin-top: .26rem;
        bottom: 0;
        font-size: .24rem;
        font-weight: 500;
        line-height: .28rem;
        letter-spacing: 0em;
        text-align: center;

    }

    .leibiecen {
        padding: .78rem .3rem 0;
    }

    .leibielist h6 {
        font-size: .28rem;
    }

    .leibielist p {
        font-size: .24rem;
    }

    .zpcz {
        text-align: right;
        margin-right: .4rem;
        font-size: .24rem !important;
    }

    .zpjtnrl,
    .zpjtnrr {
        width: auto;

    }

    .sqzw {
        /* width: 5rem; */
        height: .62rem;

    }

    .sqzw a {
        font-size: .24rem;
        padding: .17rem .52rem;
    }

    .zpcz img {
        width: .3rem;
        height: .3rem;
        margin-right: .1rem;
    }

    .zptitle1 {
        border-bottom: 1px solid #EAEDED;
    }

    .zpjtnr {
        flex-direction: column;
    }

    .gwxq h5 p {
        font-family: ll;
        font-size: .22rem;
        font-weight: 400;
        line-height: .42rem;
        letter-spacing: 0em;
        text-align: left;

    }

    .zpmc {
        margin-left: .36rem;
        font-family: HarmonyOS Sans SC;
        font-size: .24rem !important;

        line-height: .26rem !important;
        letter-spacing: 0em !important;
        text-align: left !important;

    }

    .detailr img {
        margin: 0 !important;
        max-width: 100% !important;
    }

    .gwxq {
        padding: 0 0.39rem 1.63rem 0.36rem;
    }

    .gwxq .redMore {
        border-radius: 0;
        width: 2rem;
        height: .62rem;
        transform: none;
        left: 0;
    }

    .gwxq .redMore span {
        color: #FFF;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-size: .24rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        white-space: nowrap;
    }

    .gwxq h5 p span {
        font-family: ll;
        font-size: .22rem;
        font-weight: 300;
        line-height: .42rem;
        letter-spacing: 0em;
        text-align: left;
        margin-left: .05rem;
    }

    .zpjtnr {
        padding-bottom: .41rem;
    }

    .zpjtnr h5 {
        font-family: ll;
        font-size: .24rem;
        font-weight: 500;
        line-height: .28rem;
        letter-spacing: 0em;
        text-align: left;
        margin-top: .3rem;
        margin-bottom: .25rem;
    }

    .zpjtnr p {
        font-family: ll;
        font-size: .22rem;
        font-weight: 300;
        line-height: .42rem;
        letter-spacing: 0em;
        text-align: left;

    }

    .companyjj {
        padding: .73rem .3rem;
    }



    .sqzw {
        left: 0rem;
        right: auto;
        bottom: 1rem;
        padding-left: 0.36rem;
    }

    .wjtitle11 {
        display: none;
        width: 6.9rem;
        padding-left: .36rem;
        background: #F9F9FA;
        padding-bottom: .33rem;
    }

    .wjtitle11 p {
        font-family: ll;
        font-size: .22rem;
        font-weight: 400;
        line-height: .42rem;
        letter-spacing: 0em;
        text-align: left;

        color: #70757C;

    }

    .wjtitle11 span {
        font-family: ll;
        font-size: .22rem;
        font-weight: 300;
        line-height: .42rem;
        letter-spacing: 0em;
        text-align: left;
        color: #70757C;
    }

    .wjtitle1 {
        border-top: 1px solid #EAEDED;
        border-bottom: none;
    }

    .wjxzcen {
        border-bottom: 1px solid #EAEDED;
    }

    .wjxzcen>div p {
        font-size: .24rem;
    }

    .wjmc {
        margin-left: 0.36rem;
    }

    .wjcz {
        width: .66rem;
        margin-right: .32rem;
    }

    .detaill p,
    .shinav,
    .gxrq,
    .wjlb,
    .gwxq h4,
    .tiaodong,
    .xinwenlist .mover,
    .xinwenlist h6 span,
    .head1,
    .fxcq,
    .detaill h5,
    .detaill .hengxian1,
    .detailr>.anniu1,
    .detailrbom,
    .retuitur p,
    .yearsswp,
    .gzdd,
    .zplb,
    .zprs {
        display: none;
    }

    .foot,
    .head,
    .head1,
    .head2,
    .head3 {
        display: none;
    }

    .mheader {
        display: flex;
    }

    .mfooter {
        display: block;
    }

    .companyjj {
        padding: .76rem .3rem .9rem;
    }

    .companyjj>p {
        margin-top: .38rem;
        font-family: ll;
        font-size: .24rem;
        font-weight: 400;
        line-height: .48rem;
        letter-spacing: 0em;
        text-align: left;

    }

    .rightnav {
        display: none !important;
    }

    .companyjj>h6 {
        display: none;
    }

    .companyjj .shoujih6 {
        display: block;
    }

    .msban .ttxxtt {
        width: 6.5rem;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

}


/*********fy分页样式*********/
.fy {
    overflow: hidden;
    margin-top: 0.65rem;
    text-align: center;
}

.fy-con {
    overflow: hidden;
    display: inline-block;
}

.fy-con .pre {
    width: 0.75rem;
    margin-right: 0.13rem;
    margin-left: 0.13rem;
}

.fy-con .next1 {
    width: 0.75rem;
    margin-right: 0.13rem;
    margin-left: 0.13rem;
}

.fy a {
    display: block;
    border-radius: 0.04rem;
    width: 0.44rem;
    height: 0.44rem;
    text-align: center;
    line-height: 0.44rem;
    float: left;
    font-size: 0.14rem;
    background: #b0b0b0;
    color: #ffffff;
    margin-right: 0.08rem;
    margin-left: 0.08rem;
}

.fy a:hover {
    color: #fff;
    background: #0093dd;
}

.fy .cpb {
    margin-top: 0;
    color: #ffffff;
    border: none;
    border-radius: 0.04rem;
    background: #0093dd;
    width: 0.44rem;
    height: 0.44rem;
    line-height: 0.44rem;
    display: block;
    text-align: center;
    float: left;
    font-size: 0.14rem;
    margin-right: 0.08rem;
    margin-left: 0.08rem;
}


.content11 {
    width: 100%;
}

.sTh ul li a {
    position: relative;
    color: #8E8E8E;
    text-align: center;
    font-family: HarmonyOS Sans SC;
    font-size: .18rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sTh ul li a.current {
    color: #373737;
    text-align: center;
    font-family: HarmonyOS Sans SC;
    font-size: .18rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sTh ul li a.current::after {
    content: '';
    display: block;
    position: absolute;
    top: .27rem;
    left: 50%;
    transform: translateX(-50%);
    width: .42rem;
    height: .06rem;
    background-image: url(/images/active.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.dytoptu:has(video) {
    padding: 0;
}

.msban .ttxxtt {
    color: #FFF;
    font-family: HarmonyOS Sans SC;
    font-size: .42rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.msban>div:first-of-type {
    color: #FFF;
            font-family: HarmonyOS Sans SC;
            font-size: .42rem;
            font-style: normal;
            font-weight: 900;
            line-height: normal;
            position: absolute;
            top: 42%;
            left: 50%;
            transform: translateX(-50%);
}

.msban .ttxxtt {
    position: absolute;
    top: 4.15rem;
    left: 1.98rem;
}

/* .msban .ttxxtt .text1 {
    color: #FFF;
font-family: HarmonyOS Sans SC;
font-size: .28rem;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: .22rem;
} */

.msban .ttxxtt .text2 {
    color: #FFF;
            text-align: center;
            font-family: rr;
            font-size: .58rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;

}

.msban .ttxxtt .text22 {
    color: #FFF;
            text-align: center;
            font-family: ll;
            font-size: .24rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: uppercase;
            margin-top:0.18rem;
}


@media screen and (max-width:750px) {

    .msban .ttxxtt .text2 {
        color: #FFF;
        font-family: rr;
        font-size: .48rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0.22rem;
        text-align: center;
    }


    .msban .ttxxtt .text22 {
        color: #FFF;
        font-family: rr;
        font-size: .36rem;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        text-align: center;
    }


}



@media only screen and (max-width:750px) {
    .mbjj {
        left: 0;
    }

    .arrow {
        position: absolute;
        top: 31%;
        transform: translateY(-50%);
        width: .4rem;
        height: .4rem;
        background-color: #fff;
        opacity: 1;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 999;
        box-shadow: 8px 0px 6px -6px rgba(255, 255, 255, 0.8), -8px 0px 6px -6px rgba(255, 255, 255, 0.8);
    }

    .arrow-left {
        left: .2rem;
        background-image: url('/images/left-arrow.png');
        background-size: .28rem .28rem;
    }

    .arrow-right1 {
        right: .2rem;
        background-image: url('/images/right-arrow.png');
        background-size: .28rem .28rem;
    }

    /* .companyjj {padding-top: 0;} */
    .sTh {
        position: relative;
        overflow: hidden;
        padding: 0;
        width: 6.9rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .container {
        overflow-x: auto;
        white-space: nowrap;
        padding: 0;
        margin-bottom: -0.15rem;
    }

    .container::-webkit-scrollbar {
        width: 0;
        /* 隐藏转动条 */
        height: 0;
    }

    .sTh .container ul {
        display: flex;
        scroll-behavior: smooth;
        /* overflow-x: scroll; */
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;

        -ms-overflow-style: none;
        /* padding-left: .53rem; */
        height: 0.8rem;

    }

    .sTh .container ul::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    .sTh ul li a {
        margin-right: .85rem;
    }

    .hidden {
        display: none;
    }
}



.pinfo img {
    display: none;
}

.pinfo {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.head .pinfo {
    background-image: url(/images/men.png);
}

.headright .pinfo,
.headright .logout {
    display: block;
}

.head1 .pinfo,
.head2 .pinfo {
    background-image: url(/images/men1.png);
}

.pinfo:hover {
    background-image: url(/images/menhov.png) !important;
}


.changeInfo {
    padding: 0.9rem 6rem 1.5rem;
}

.changeInfo>h1 {
    color: #27221C;
    font-family: HarmonyOS Sans SC;
    font-size: 0.36rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 0.5rem;
}

.changeInfo .rego {
    padding: 0 3em;
    cursor: pointer;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: .2rem;
}

.rego:hover {
    color: #fff;
}


.changeInfo a.rego::before {
    z-index: -1;
}

@media screen and (max-width:750px) {

    .newstab .active {
        border: none;
    }

    .pinfo {
        width: 0.44rem;
        height: 0.44rem;
    }

    .mheader .pinfo {
        background-image: url(/images/men1.png);
    }


    .mheaderr {
        align-items: center;
    }

    .mheader .pinfo {
        margin-right: 0.41rem;
    }

    .mleimd {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .mheader .logout {
        margin-right: 0.3rem;
    }

    .changeInfo {
        padding: 0.9rem 0.5rem 1.5rem;
    }

    .changeInfo .rexx {
        width: 100%;
    }

    .changeInfo .rego {
        width: 2rem;
        height: 0.6rem;
        background-size: 2rem 0.6rem;
        font-size: .22rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}



.xwzx {
    padding: 0.94rem 2.05rem 1.15rem;
    background-image: url(/images/xwzxbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.xwzx h1 {
    font-family: "ll";
    font-style: normal;
    font-weight: 500;
    font-size: 0.38rem;
    line-height: 0.45rem;
    text-align: center;
    color: #210909;
    margin-bottom: 0.5rem;
}

.xwzx .xwBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.xwzx .xwBox .xwLeft {
    width: 7.01rem;
    margin-right: 0.542rem;
    cursor: pointer;
}

.xwzx .xwBox .xwLeft>div {
    width: 7.01rem;
    height: 4.6733rem;
    overflow: hidden;
}



.xwzx .xwBox .xwLeft>div img {
    width: 100%;
    height: 100%;
    transition: transform 1s ease 0s;
}

.xwzx .xwBox .xwLeft>div img:hover {
    transform: scale(1.2);
}


.xwzx .xwBox .xwLeft h2 {
    font-family: "ll";
    font-style: normal;
    font-weight: 500;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #333333;
    margin-top: 0.28rem;
    margin-bottom: 0.06rem;
}


.xwzx .xwBox .xwLeft p {
    font-family: "ll";
    font-style: normal;
    font-weight: 300;
    font-size: 0.15rem;
    line-height: 0.28rem;
    color: #888e8a;
    margin-bottom: 0.14rem;
}

.xwzx .xwBox .xwLeft h2:hover,
.xwzx .xwBox .xwLeft p:hover,
.xwzx .xwBox .xwRight ul li .xwRightdet h2:hover,
.xwzx .xwBox .xwRight ul li .xwRightdet p:hover {
    color: #C60109;
}

.xwzx .xwBox .xwLeft .readmore {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 0.14rem;
    line-height: 0.16rem;
    text-align: center;
    color: #767676;
    padding-bottom: 0.06rem;
    border-bottom: 0.01rem solid #c60109;
}

.xwzx .xwBox .xwRight ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.6rem;
}

.xwzx .xwBox .xwRight ul li .xwRightimg {
    width: 2.5rem;
    height: 1.671rem;
    margin-right: 0.36rem;
    overflow: hidden;

}


.xwzx .xwBox .xwRight ul li .xwRightimg img {
    width: 2.5rem;
    height: 1.671rem;
    transition: transform 1s ease 0s;
}

.xwzx .xwBox .xwRight ul li .xwRightimg img:hover {
    transform: scale(1.2);
}

.xwzx .xwBox .xwRight ul li .xwRightdet h2 {
    font-family: "rr";
    font-style: normal;
    font-weight: 500;
    font-size: 0.2rem;
    line-height: 0.23rem;
    color: #333333;
    margin-bottom: 0.17rem;
}

.xwzx .xwBox .xwRight ul li .xwRightdet p {
    font-family: "ll";
    font-style: normal;
    font-weight: 300;
    font-size: 0.15rem;
    line-height: 0.28rem;
    color: #888e8a;
    margin-bottom: 0.18rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xwzx .xwBox .xwRight ul li .xwRightdet .readmore {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 0.14rem;
    line-height: 0.16rem;
    text-align: center;
    color: #767676;
    padding-bottom: 0.06rem;
    border-bottom: 0.01rem solid #c60109;
}

.xwzx .readmore:hover {
    color: #c60109 !important;
}





.xinwct {
    padding: 0.94rem 2.05rem 1.5rem;
    background-image: url(/images/xwzxbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.xinwct .xinwentop {
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.xinwct .xinwentop p {
    color: #70767C;
    font-family: ll;
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.xinwct .xinwentop a {
    display: flex;
    color: #C7000B;
    text-align: center;
    font-family: ll;
    font-size: .2rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    align-items: center;
}

.xinwct a img {
    width: .13rem;
    height: .16rem;
    margin-right: .07rem;
}

.xinwct a img:first-child {
    margin-left: .15rem;
}


.xinwct .xinwenbottom {
    display: flex;
    justify-content: space-between;
}

.xinwct .xinwenbottom .left {
    width: 4.82rem;
   /** height: 5.32rem; **/
 height: 5.73rem;
    background-color: #fff;
    padding: .35rem .31rem .38rem;
}

.xinwct .xinwenbottom a {
    display: block;
}

.xinwct .xinwenbottom .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xinwct .xinwenbottom .top h1 {
    color: #C7000B;
    text-align: center;
    font-family: ll;
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.xinwct .xinwenbottom .top div {
    color: #666;
    font-family: ll;
    font-size: .16rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.xinwct .xinwenbottom .top div:hover {
    color: #C7000B;
}

.xinwct .xinwenbottom .middle {
    width: 100%;
   /** height: 2.39rem; **/
height: 2.8rem;
    overflow: hidden;
    margin-top: .2rem;
    margin-bottom: .29rem;
}


.xinwct .xinwenbottom .middle img {
    width: 100%;
    height: 100%;
    margin: 0;
    transition: transform 1s ease 0s;
object-fit:cover;
}

.xinwct .xinwenbottom .bottom .date {
    color: #666;
    text-align: left;
    font-family: Roboto;
    font-size: .16rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: .14rem;
}

.xinwct .xinwenbottom .bottom .bc {
    color: #333;
    font-family: rr;
    font-size: .2rem;
    font-style: normal;
    font-weight: 500;
    line-height: .32rem;
    text-align: left;
}

.xinwct .xinwenbottom .bottom .de {
    overflow: hidden;
    width: .87rem;
    height: .16rem;
    display: flex;
    align-items: center;
    margin-top: .24rem;
}


.xinwct .xinwenbottom .bottom .de img {
    width: 100%;
    height: 100%;
    margin: 0;
}

.xinwct .xinwenbottom .left {
    margin-right: .26rem;
}

.xinwct .xinwenbottom .left:hover .de img {
    transform: translateY(-100%);
    filter: drop-shadow(0 .16rem #C60109);
}

.xinwct .xinwenbottom .left:hover .bc {
    color: #C60109;
}

.xinwct .xinwenbottom .left:hover .middle img {
    transform: scale(1.05);
}

.xinwct .xinwenbottom .right {
    flex: 1;
}

.xinwct .xinwenbottom .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.xinwct .xinwenbottom .right .r1 p {display:none;}

.xinwct .xinwenbottom .right .r1,
.xinwct .xinwenbottom .right .r2 {
    background-color: #AFB0B1;
    width: 100%;
    padding: .29rem .32rem .34rem;
    position: relative;
}

.xinwct .xinwenbottom .right .r1 {
    height: 2.21rem;
    margin-bottom: .1rem;
}

.xinwct .xinwenbottom .right  .dedel {
overflow: hidden;
 width: .87rem;
    height: .16rem;
position: absolute;
    left: 0.32rem;
    bottom: 0.34rem;
}
.xinwct .xinwenbottom .right  .dedel img {margin:0;}

.xinwct .xinwenbottom .right .r1:hover h2,.xinwct .xinwenbottom .right .r1:hover .date{
	color:#C60109;
}


.xinwct .xinwenbottom .right .r1:hover .dedel img {transform: translateY(-100%);
    filter: drop-shadow(0 .16rem #C60109);}
.xinwct .xinwenbottom .right .r2:hover .dedel img {transform: translateY(-100%);
    filter: drop-shadow(0 .16rem rgba(255,255,255,0.9));}

.xinwct .xinwenbottom .right .r2 {
    flex: 1;
    background-color: #C7000B;
}

.xinwct .xinwenbottom .right h2 {
    color: #FFF;
    font-family: ll;
    font-size: .2rem;
    font-style: normal;
    font-weight: 500;
    line-height: .32rem;
}

.xinwct .xinwenbottom .right p {
    color: #FFF;
    font-family: ll;
    font-size: .16rem;
    font-style: normal;
    font-weight: 400;
    line-height: .28rem;
    margin-top: .06rem;
}

.xinwct .xinwenbottom .right .date {
    color: #FFF;
    font-family: Roboto;
    font-size: .16rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: .18rem;
}

.xinwct .xinwenbottom .right img {
    width: 100%;
    height:  100%;
}

.xinwct .xinwenbottom .right .r2:hover h2,.xinwct .xinwenbottom .right .r2:hover .date,.xinwct .xinwenbottom .right .r2:hover p{
	color: rgba(255,255,255,0.9);
}




.solution {
    width: 19.03rem;
    height: 8.86rem;
    background: url(/images/solutionbg.jpg);
    padding: 1.1rem 2.05rem 1.37rem;
    justify-content: space-between;
}

.solution h1 {
    font-family: "ll";
    font-style: normal;
    font-weight: 500;
    font-size: 0.38rem;
    line-height: 0.45rem;
    text-align: center;
    color: #27221c;
    margin-bottom: 0.14rem;
}

.solution h6 {
    font-family: "ll";
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #666666;
    text-align: center;
    margin-bottom: 0.37rem;
}

.solution ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.53rem;
}

.solution ul li {
    background-color: #fff;
    /* width: 3.5rem; */
    flex: 1;
    height: 4.25rem;
    border-radius: 0.2rem;
    margin-right: 0.33rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1.13rem;
    cursor: pointer;
    box-shadow: 0px 2px 8px 0px rgba(164, 164, 164, 0.15);

}
.solution ul li {overflow:hidden;}
.solution ul li a {display:flex;width:100%;height:100%;flex-direction: column; align-items: center;background-color: #fff;}
.solution ul li:hover a {background-color: #C60109;}
.solution ul li img {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.38rem;
}

.solution ul li img:nth-child(2) {
    display: none;
}

.solution ul li:hover {
    background-color: #C60109;

}

.solution ul li:hover h2,
.solution ul li:hover p {
    color: #fff;
}

.solution ul li:hover img:nth-child(2) {
    display: block;
}

.solution ul li:hover img:nth-child(1) {
    display: none;
}

.solution ul li h2 {
    font-family: "ll";
    font-style: normal;
    font-weight: 500;
    font-size: 0.22rem;
    line-height: 0.26rem;
    color: #333333;
    margin-bottom: 0.38rem;
    position: relative;
}

.solution ul li h2:after {
    content: "";
    display: block;
    width: .2rem;
    height: 1px;
    background-color: #C7000B;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: .46rem;
}

.solution ul li:hover h2:after {
    background-color: #fff;
}


.solution ul li p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 0.16rem;
    line-height: 0.28rem;
    text-align: center;
    text-transform: capitalize;
    color: #999999;
}


.solution .readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.71rem;
    height: 0.48rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c60109;
    font-family: "ll";
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.21rem;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
}

.solution .readmore:hover {
    background-color: #B9060D;
}

.chj {
    background-color: #f1f2f3;
    padding-left: 2.05rem;
    padding-top: 1.39rem;
    padding-bottom: 0.94rem;
overflow:hidden;
}

.chj .chjBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.38rem;
}

.chj .chjLeft {
    padding-top: 1.53rem;
    display: none;
}

.chj .cshow {
    display: block;
}

.chj .chjLeft h1 {
    font-family: "ll";
    font-style: normal;
    font-weight: 500;
    font-size: 0.38rem;
    line-height: 0.45rem;
    color: #27221c;
    margin-bottom: 0.76rem;
    position: relative;
    z-index: 1;
}

.chj .chjLeft h1 span {
    display: inline-block;
    width: 0.04rem;
    height: 0.28rem;
    background-color: #c60109;
    position: absolute;
    left: -0.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chj .chjLeft h1::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0.01rem;
    height: 7.16rem;
    left: -0.18rem;
    top: -3rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#b6b6b6), to(#b6b6b600));
    background: linear-gradient(#b6b6b6, #b6b6b600);
    opacity: 0.7;
}

.chj .chjLeft h1::after {
    content: "SCENARIOS";
    position: absolute;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: upperchj;
    color: #eeeeee;
    left: -1.6rem;
    z-index: -1;
}

.chj .chjLeft h2 {
    font-family: "ll";
    font-style: normal;
    font-weight: 500;
    font-size: 0.24rem;
    line-height: 0.28rem;
    color: #333333;
    margin-bottom: 0.27rem;
}

.chj .chjLeft p {
    font-family: "ll";
    font-style: normal;
    font-weight: 300;
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #666666;
    margin-bottom: 0.06rem;
    cursor: pointer;
}

.chj .chjLeft p:hover {
    color: #C60109;
}

.chj .chjLeft .readmore {
    margin-top: 0.44rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.71rem;
    height: 0.48rem;
    background-color: #c60109;
    font-family: "ll";
    font-style: normal;
    font-weight: 200;
    font-size: 0.18rem;
    color: #ffffff;
}

.chj .chjLeft .readmore:hover {
    background-color: #B9060D;
}

.chj .chjRight div {
    width: 9.41rem;
    height: 6.27rem;
    overflow: hidden;
    border-bottom-left-radius: 3rem;
}

.chj .chjRight div img {
    width: 100%;
    height: 100%;
}

.chj .chjBottom {
    /* margin-left: -2.05rem; */
    width: 15rem;
    margin-right: 2rem;
}

.chj .chjBottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.chj .chjBottom ul li {
    cursor: pointer;
}

.chj .chjBottom ul li div {
    /* width: 3rem; */
    /* height: 2rem; */
    width: 3.56rem;
    height: 2.37rem;
    overflow: hidden;
    border-top-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.chj .chjBottom ul li div img {
    width: 100%;
    height: 100%;
    transition: transform 1s ease 0s;
}

.chj .chjBottom ul li div img:hover {
    transform: scale(1.2);
}

.chj .chjBottom ul li p {
    font-family: "ll";
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #666666;
    margin-top: 0.2rem;
}

.chj .chjBottom ul li.active p {
    color: #c60109;
}

.chj .chjBottom ul li.active p::before {
    content: "- ";
    color: #c60109;
}

.swiper-button-prev-cj {
    position: absolute;
    top: 36%;
    left: -0.6rem;
}

.swiper-button-next-cj {
    position: absolute;
    top: 36%;
    right: 1.4rem;
}

.swiper-button-prev-cj img,
.swiper-button-next-cj img {
    width: .3rem;
    height: .3rem;
cursor: pointer;
}

.swiper-button-prev-cj img:first-of-type,.swiper-button-next-cj img:first-of-type {display:block;}
.swiper-button-prev-cj img:last-of-type,.swiper-button-next-cj img:last-of-type {display:none;}
.swiper-button-prev-cj:hover img:first-of-type,.swiper-button-next-cj:hover img:first-of-type {display:none;}
.swiper-button-prev-cj:hover img:last-of-type,.swiper-button-next-cj:hover img:last-of-type {display:block;}
.cases {
    padding: 1.11rem 2.02rem 1.17rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fdfdfd));
    background: linear-gradient(#fff, #fdfdfd);
    position: relative;
    background-image: url(/images/anlibg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.cases .casesSwp {
    width: 100%;

}

.cases h1 {
    font-family: "ll";
    font-style: normal;
    font-weight: 500;
    font-size: 0.38rem;
    line-height: 0.45rem;
    text-align: center;
    color: #27221c;
    margin-bottom: 0.24rem;
}

.cases h6 {
    font-family: "ll";
    font-style: normal;
    font-weight: 300;
    font-size: 0.18rem;
    line-height: 0.21rem;
    text-align: center;
    color: #666666;
    margin-bottom: 0.48rem;
}

.cases .swiper-slide:hover .casep {
    border-bottom: 1px solid #C7000B;
    -webkit-box-shadow: 2px 2px 30px 1px rgba(164, 164, 165, 0.2);
    box-shadow: 2px 2px 30px 1px rgba(164, 164, 165, 0.2);
}

.casecard {
    cursor: pointer;
}

.cases .casecard .caseimg {
    width: 4.68rem;
    height: 3.12rem;
    overflow: hidden;
}

.qitaanli {
    width: 100%;
    color: #27221C;
    text-align: center;
    font-family: mm;
    font-size: .38rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0.4rem;
    margin-top: 0.2rem;
}

@media screen and (max-width: 750px) {
    .qitaanli {
        font-size: .42rem;
        margin-bottom: 0.4rem;
    margin-top: 0.2rem;
    }
}

.cases .casecard .caseimg img {
    width: 100%;
    height: 100%;
    transition: transform 1s ease 0s;
}

.cases .casecard .caseimg img:hover {
    transform: scale(1.2);
}

.cases .casecard .casep {
    padding-top: 0.28rem;
    padding-left: 0.32rem;
    width: 4.68rem;
    height: 1.4rem;
    border-bottom: 0.01rem solid #e5e5e5;
    background-color: #fff;
}

.cases .casecard .casep p,.cases .casecard .casep p a {
    font-family: "ll";
    font-style: normal;
    font-weight: 300;
    font-size: 0.18rem;
    line-height: 0.28rem;
    text-align: justify;
    text-transform: capitalize;
    color: #3d3d3d;
    margin-bottom: 0.31rem;
}

.cases .casecard .casep p:hover {
    color: #C60109;
}

.cases .casecard .casep a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 0.14rem;
    line-height: 0.16rem;
    text-align: center;
    text-transform: uppercase;
    color: #767676;
}

.cases .casecard .casep a:hover {
    color: #C60109;
}

.cases .swiper-pagination1 {
    margin-top: 0.58rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
align-items: center;
}

.cases .swiper-pagination1 .swiper-pagination-bullet {
    margin: 0 0.15rem !important;
}

.cases .swiper-pagination1 .swiper-pagination-bullet-active {
    background: #666666;
    width: 0.1rem;
    height: 0.1rem;
}

.aboutts {
    padding: 1.73rem 2.05rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F1F2F3;
}

.aboutts .aboutLeft {
    width: 7rem;
    padding-top: 0.66rem;
    margin-right: 0.7rem;
}

.aboutts .aboutLeft h1 {
    font-family: mm;
    font-style: normal;
    font-weight: 500;
    font-size: 0.38rem;
    line-height: 0.45rem;
    color: #27221c;
    margin-bottom: 0.57rem;
}

.aboutts .aboutLeft h1::after {
    content: "TIANSU";
    position: absolute;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #eeeeee;
    left: -1.2rem;
    z-index: -1;
    opacity: 1;
}

.aboutts .aboutLeft h2 {
    font-family: "ll";
    font-style: normal;
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 0.32rem;
    color: #27221c;
    margin-bottom: 0.28rem;
}

.aboutts .aboutLeft p {
    font-family: "ll";
    font-style: normal;
    font-weight: 300;
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #666666;
    margin-bottom: 0.43rem;
}

.aboutts .aboutLeft ul {
    display: -webkit-box;
    display: -ms-flexbox;
    padding-right: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.aboutts .aboutLeft ul h3 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 0.32rem;
    line-height: 0.38rem;
    color: #27221c;
    margin-bottom: 0.11rem;
}

.aboutts .aboutLeft ul h3 span {
    font-family: "ll";
    font-style: normal;
    font-weight: 300;
    font-size: 0.18rem;
    line-height: 0.21rem;
    color: #27221c;
    vertical-align: super;
    margin-left: 2px;
}

.aboutts .aboutLeft ul p {
    font-family: "ll";
    font-style: normal;
    font-weight: 300;
    font-size: 0.16rem;
    line-height: 0.19rem;
    color: #3d3d3d;
}

.aboutts .aboutLeft .readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.71rem;
    height: 0.48rem;
    background-color: #c60109;
    font-family: "ll";
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    color: #ffffff;
}

.aboutts .aboutLeft .readmore:hover {
    background-color: #B9060D;
}

.aboutts .aboutRight img {
    width: 7.3409rem;
    height: 5.24rem;
}

.tsfoot {
    width: 100%;
    height: 5.54rem;
    background-image: url(/images/footbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.21rem 1.97rem 0 2.2rem;
    position: relative;
    z-index: 999;
}

.tsfoot-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tsfootLeft a img {
    width: 1.4rem;
    height: 0.5314rem;
}

.tsfootLeft>div {
    margin-top: 0.4286rem;
    font-size: 0;
}

.tsfootLeft>div input:first-child {
    width: 3.74rem;
    height: 0.64rem;
    font-family: "ll";
    font-style: normal;
    font-weight: 300;
    font-size: 0.15rem;
    color: #333333;
    padding-left: 0.25rem;
    border: .01rem solid rgba(0, 0, 0, 0);
	background:#fff;
}

.tsfootLeft>div input:last-child {
    width: 1.55rem;
    height: 0.645rem;
    font-family: "ll";
    font-style: normal;
    font-weight: 300;
    font-size: 0.15rem;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    border: none;
    border: 1px solid #ffffff;
    border-left: none;
}

.tsfootLeft>div input:last-child:hover {
    color: #C60109;
}


.tsfootRight p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 0.4rem;
    line-height: 0.47rem;
    color: #ffffff;
    margin-bottom: 0.2rem;
}

.tsfootRight p a { font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 0.4rem;
    line-height: 0.47rem;
    color: #ffffff;}

.tsfootRight div {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tsfootRight div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 0.32rem;
    height: 0.32rem;
    background-color: #ffffff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.26rem;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: .18rem .18rem;
    background-position: center;
}

.tsfootRight div a img {
    display: none;
}

.tsfootRight div a:nth-of-type(1) {
    background-image: url(/images/wbico.png);
}

.tsfootRight div a:nth-of-type(2) {
    background-image: url(/images/qqico.png);
}

.tsfootRight div a:nth-of-type(3) {
    background-image: url(/images/wxico.png);
}

.tsfootRight div a:hover {
    background-color: #C60109;
}

.tsfoot-2 {
    margin-top: 1.14rem;
}

.tsfoot-2 a {
    font-family: "ll";
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.21rem;
    color: #ffffff;
    margin-right: 1rem;
}

.tsfoot-2 a:hover {
    color: #C60109;
}

.tsfoot-3 {
    margin-top: .48rem;
    height: 0.845rem;
    width: 100%;
    border-top: 0.01rem solid rgba(94, 94, 94, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tsfoot-3 p {
    font-family: "ll";
    font-style: normal;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 0.16rem;
    color: #c2c2c2;
}

.tsfoot-3 p a:hover {
    color: #C60109;
}
.tsfoot-3>div{
color: #C2C2C2;

font-family: ll;
font-size: .14rem;
font-style: normal;
font-weight: 400;
line-height: normal;}
.tsfoot-3 a {
    font-family: "ll";
    font-style: normal;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 0.16rem;
    color: #c2c2c2;
}

.tsfoot-3>a span:hover {
    color: #C60109;
}
.tsfoot-3 br {display:none;}

.ibanner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.ibanner img {
    width: 100%;
    height: 100%;
}

.ibannerTitle {
    position: absolute;
    top: 3.69rem;
    left: 50%;
    transform: translateX(-50%);
}

.ibannerTitle h6 {
    font-family: Roboto;
    font-size: .2rem;
    font-weight: 400;
    line-height: .23rem;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: .26rem;
}

.ibannerTitle h1 {
    font-family: ll;
    font-size: .58rem;
    font-weight: 700;
    line-height: .68rem;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}

.onepage {
    width: 15rem;
    margin: 0 auto;
    padding: 1rem 0;
}


.onepage h1 {
    color: #27221C;
    text-align: center;
    font-size: .38rem;
    font-family: ll;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: .16rem;
}

.onepage h2 {
    color: #666;
    font-size: .18rem;
    font-family: ll;
    font-style: normal;
    font-weight: 300;
    line-height: .32rem;
    text-align: center;
    margin-bottom: .27rem;
}

.onepage p {
    color: #666;
    font-size: .18rem;
    font-family: ll;
    font-style: normal;
    font-weight: 300;
    line-height: .38rem;
    margin-bottom: .19rem;
}

.onepage p:has(img) {
    text-align: center;
}


.myhj1 {
    width: 15rem;
    margin: 0 auto;
    padding: 1rem 0;
}

.myhj1 h1 {
    color: #27221C;
    text-align: center;
    font-size: .38rem;
    font-family: ll;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: .62rem;
}

.wzlb {

    background-image: url(/images/news_banner/ 1.png);
    position: relative;
    padding: 4.41rem calc((100vw - 15rem)/2);
}

.companyjj {
    width: 100%;
    padding: 1.2rem calc((100vw - 15rem)/2);
}

.xinwencenters {
    width: 15rem;
    height: 100%;
}

.xinwenlist {
    width: 100%;
    display: flex;
    padding: .6rem .38rem .5rem .3rem;
    border-bottom: 1px solid #CECECE;
    ;

}

.xinwenlist div {
    flex: 1;
    position: relative;
}

.xinwenlist:hover {
    background: #F5F7F9;
    border: none;
    /* height: 3.7rem; */
}

/* .xinwenlist:first-of-type h6{
color: #1367BB;
} */
.xinwenlist img {
    width: 4rem;
    height: 2.66rem;
    margin-right: .41rem;
}

/* .xinwenlist:hover h6{
color: #C7000B;
}
.xinwenlist:hover h6 span{
color: #C7000B;
} */
.xinwenlist h6 {
    font-family: mm;
    font-size: .22rem;
    font-weight: 500;
    line-height: .26rem;
    letter-spacing: 0em;
    text-align: left;
    cursor: pointer;
    color: #454545;
    margin-bottom: .18rem;
}

.xinwenlist h6 span {
    float: right;
    font-family: ll;
    font-size: .14rem;
    font-weight: 400;
    line-height: .16rem;
    letter-spacing: 0em;
    text-align: left;
    color: #666666;
}

/* .xinwenlist:hover p{
color: #C7000B ;
} */
.xinwenlist p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .36rem;
    letter-spacing: 0em;
    text-align: left;
    cursor: pointer;
    color: #70767C;
    margin-bottom: .82rem;
}

.xinwenlist .mover {
    display: inline-block;
    width: 1.2rem;
    height: .34rem;
    font-family: ll;
    font-size: .14rem;
    font-weight: 400;
    line-height: .34rem;
    letter-spacing: 0em;
    text-align: center;
    color: #999999;
    background: none;
    border: 1px solid #CECECE;
    position: absolute;
    right: 0;
    bottom: 0;
}

.xinwenlist:hover .mover {
    background-color: #C7000B;
    color: white;
}

.newstab {
    width: 6.9rem;
    margin: 0 auto;
    /* height:.6rem; */
    /* border-bottom: 1px solid #EAEAEA; */
    display: flex;
    flex-wrap: nowrap;
    /* margin-top: .3rem; */
    justify-content: space-around;

}

.newstab div {

    line-height: .6rem;
    text-align: center;
    font-family: ll;
    font-size: .26rem;
    font-weight: 400;
    line-height: .3rem;
    letter-spacing: 0em;
    text-align: center;
    color: #8E8E8E;
}

.newstab .active {
    border-bottom: 1px solid #C7000B;
    color: #373737;
}
.newstab .mbjj>li.active {border:none;}
#fy1 {
    display: flex;
    justify-content: center;
    margin-top: .42rem;


}

#fy1 .pre {
    display: inline-block;
    width: .88rem;
    height: .44rem;
    background: #B0B0B0;
    border-radius: .04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 .27rem;
}


#fy1 a {
    display: inline-block;
    width: .44rem;
    height: .44rem;
    text-align: center;
    line-height: .44rem;
    background-color: #B0B0B0;
    border-radius: .04rem;
    color: #fff;
    margin-right: .13rem;
}

#fy1 a:hover {
    background: #C7000B;
}

.cpb {
    display: inline-block;
    width: .44rem;
    text-align: center;
    height: .44rem;
    line-height: .44rem;
    background-color: #B0B0B0;
    border-radius: .04rem;
    color: #fff;
    margin-right: .13rem;
    background-color: #C7000B !important;
}

.fy1 span {
    display: inline-block;
    width: .44rem;
    text-align: center;
    height: .44rem;
    line-height: .44rem;
    background-color: #B0B0B0;
    border-radius: .04rem;
    color: #fff;
    margin-right: .13rem;
}


#echartsMapBox {
    width: 100%;
    height: 6rem;
}

.retuitu .nav3,.xinwencenter .nav3{
display:flex;
justify-content: center;
margin-top:0;
padding-top:0;
padding-bottom:0.38rem;
}
.retuitu .nav3 a,.xinwencenter .nav3 a{margin-right:0.76rem;}
.retuitu .nav3 a:last-of-type,.xinwencenter .nav3 a:last-of-type{margin-right:0;}

.retuitu .nav3 a .shinavlist,.xinwencenter .nav3 a .shinavlist {
color: #27221C;
text-align: justify;
font-family: HarmonyOS Sans SC;
font-size: 0.24rem;
font-style: normal;
font-weight: 400;
line-height: 0.28rem; /* 116.667% */
text-transform: capitalize;
position:relative;
}
.retuitu .nav3 a.current .shinavlist,.retuitu .nav3 a:hover .shinavlist{color:#C7000B;}
.xinwencenter .nav3 a.current .shinavlist,.xinwencenter .nav3 a:hover .shinavlist{color:#C7000B;}

.retuitu .nav3 a.current .shinavlist:after,.retuitu .nav3 a:hover .shinavlist:after {
content:"";
display:block;
width:100%;
height: 1px;
background-color:#C7000B;
position: absolute;
top:234%;
}
.xinwencenter .nav3 a.current .shinavlist:after,.xinwencenter .nav3 a:hover .shinavlist:after {
content:"";
display:block;
width:100%;
height: 1px;
background-color:#C7000B;
position: absolute;
top:234%;
}

.retuitu .nav3 i,.xinwencenter .nav3 i {display:none;}



@media screen and (max-width:1910px) {}


@media screen and (max-width:1366px) {}


@media screen and (min-width:751px) {

    .mmbb {
        display: none !important;
    }
}


/* TODO 手机端 */
@media screen and (max-width:750px) {
    .ppcc {
        display: none !important;
    }

    a,
    p,
    span,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    div,
    li,
    ul,
    ol {
        /* font-family: none !important; */
    }

}

.rightnav {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.rightnavlist {
    width: .5rem;
    height: .5rem;
    margin-top: .1rem;
    background: #FFFFFF;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    font-size: .12rem;
}

.rightnavlist::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: .3rem;
    height: .5rem;
    background-color: transparent;
}

.rightnavlist:hover {
    /* background: #2177DD; */
    background-color: #C8C8C8;
}

.rightnavlist>img {
    width: .3rem;
    height: .3rem;
}

.rightnavlist>img:last-of-type {
   /** display: none; **/
}

.rightnavlist:hover>img:first-of-type {
    display: none;
}

.rightnavlist:hover>img:last-of-type {
    display: block;
}

.rightnavlist:hover span {
    color: #FFF;
}

.rightnavlist {
    position: relative;
}

.rightnavlist span {
    position: absolute;
    /* bottom: .0683rem; */
    bottom: .09rem;
    color: #888e8a;
    font-family: ll;
    font-size: .12rem;
    font-style: normal;
    font-weight: 400;
    line-height: .12rem;
}


@media only screen and (max-width:1500px) {
    .rightnavlist span {
        zoom: 0.75;
    }

    .rightnavlist span {
        bottom: 10px;
    }
}


/* .rightnavlist>div {
    position: absolute;
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .18rem;
    letter-spacing: 0px;
    text-align: left;
    color: #3D3D3D;

}

.rightnavlist>div .label {
    color: #3D3D3D;
    font-family: ll;
    font-size: .16rem;
    font-style: normal;
    font-weight: 400;
    line-height: .18rem;
}

.rightnavlist .checkout {
    display: none;
}

.benone {
    display: none !important;
}

.rvan1:hover .lxbg {
    display: flex;
}

.rvan2:hover .ckwxewm {
    display: flex;
}

.rvan4:hover .dianhua {
    display: flex;
}

.rvan5 {
    padding-top: .05rem;
    justify-content: flex-start;

}


.lxbg {
    position: absolute;
    top: -1.35rem;
    right: 0.75rem;
    width: 2.76rem;
    height: 3.43rem;
    background: #FFFFFF;
    border: .01rem solid #D0D0D0;
    box-shadow: .01rem .02rem .1rem rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lxbg img {
    position: absolute;
    right: .15rem;
    top: .21rem;
    width: .16rem;
    height: .16rem;
}

.lxbg input[type='text'] {
    width: 1.8rem;
    height: .44rem;
    margin-left: 0.0969rem;
    border: .01rem solid #B9B9B9;
    color: #3D3D3D;
    font-family: ll;
    font-size: .16rem;
    font-style: normal;
    font-weight: 400;
    padding-left: .12rem;
}

.lxbg input[type='checkbox'] {
    width: .16rem;
    height: .16rem;
}

.lxbg input[type='button'] {
    width: 2.3rem;
    height: .44rem;
    background: #A7A7A7;
    border: none;
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: .1064rem;
}

.lxbg input[type='button']:hover {
    background-color: #2177DD;
}

.lxbg h6 {
    margin-top: .32rem;
    margin-bottom: .27rem;
    color: #3D3D3D;
    font-family: ll;
    font-size: .2rem;
    font-style: normal;
    font-weight: 400;
    line-height: .2rem;
}

.lxbg div {
    margin-bottom: .12rem;
}

.ckwxewm .qrborder {
    width: 1.36rem;
    height: 1.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .01rem solid #D6D6D6;
    margin-bottom: .19rem;
}

.ckwxewm img {
    width: 1.30rem;
    height: 1.30rem;
}

.ckwxewm {
    position: absolute;
    right: 0.75rem;
    top: -0.85rem;
    width: 1.92rem;
    height: 2.29rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .34rem;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.ckwxewm p {
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    letter-spacing: 0px;
    color: #3D3D3D;
}

.dianhua {
    position: absolute;
    width: 1.92rem;
    height: .5rem;
    right: 0.75rem;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3D3D3D;
    font-family: ll;
    font-size: .16rem;
    font-style: normal;
    font-weight: 400;
    line-height: .18rem;
} */

.mbbanner {
    display: none;
}

.dpnone {
    display: none;
}

/* 关于pp电子 */
.insidebanner {
    width: 100%;
    height: 100vh;
    position: relative;
}


.insidebanner img {

    width: 100%;
    height: 100%;
}


.insidebanner .bannertxt {
    position: absolute;
    top: 50%;
    left: 49.5%;
    transform: translate(-50%, -50%);
    padding-top: 0.3rem;
}

.insidebanner .bannertxt h1 {
    color: #FFF;
    text-align: center;
    font-family: rr;
    font-size: .58rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: .18rem;
}

.insidebanner .bannertxt h2 {
    color: #FFF;
    text-align: center;
    font-family: ll;
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.insidebanner .bannertxt h3 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: .2rem;
    margin-bottom: .26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.jianjie {
    padding: .88rem calc((100vw - 15rem)/2);
}

.tstitle {
    color: #27221C;
    text-align: center;
    font-family: mm;
    font-size: .38rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.tstitle1 {
    color: #666;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: .27rem;
    text-align: center;
}


.jianjie p {
    color: #666;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: .38rem;
    margin-bottom: .17rem;
}

.jianjie p:first-of-type {
    margin-top: .33rem;
}

.jianjie p:last-of-type {
    margin-bottom: .31rem;
}

.jianjie ul {
    display: flex;
    justify-content: center;
}

.jianjie ul li {
    margin: 0 .77rem;
}

.jianjie ul li div:first-of-type {
    color: #C7000B;
    font-family: Roboto;
    font-size: .38rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: .07rem;
}

.jianjie ul li div:first-of-type span {
    vertical-align: text-top;
    font-size: .2rem;
    font-weight: 300;
    margin-bottom: .2rem;
}

.jianjie ul li div:last-of-type {
    color: #3D3D3D;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
}

.culture {
    padding: .88rem calc((100vw - 15rem)/2);
    background-image: url(/images/curturebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.culture ul {
    display: flex;
    margin-top: .5rem;
}

.culture ul li {
    width: 4.68rem;
    height: 4.5rem;
    background-color: #fff;
    border-radius: .04rem;
    margin-right: .49rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .8rem;
}


.culture ul li img {
    width: .64rem;
    height: .64rem;
    margin-bottom: .29rem;
}

.culture ul li:nth-of-type(3n) {
    margin-right: 0;
}

.hxtitle {
    color: #333;
    font-family: rr;
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.hxtitle::after {
    content: '';
    display: block;
    width: .28rem;
    height: .02rem;
    background-color: #C7000B;
    position: absolute;
    left: 50%;
    top: .43rem;
    transform: translateX(-50%);
}

.culturep {
    margin-top: .33rem;
    width: 100%;
    padding: 0 .5rem;
    text-align: center;
}


.culture ul li:first-of-type .culturep {
    text-align: left;
}


.culturep p {
    color: #666;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: .38rem;
}



.dingwei {
    padding: .98rem calc((100vw - 15rem)/2);
}


.dingweitop {
    display: flex;
    align-items: center;
    margin-top: .49rem;
    margin-bottom: .44rem;
}

.dingweitop .short {
    width: .38rem;
    height: .32rem;
    background-image: url(/images/short.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 .31rem;
}

.dingweitop .long {
    width: 2.12rem;
    height: .32rem;
    background-image: url(/images/long.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 .35rem;
}

.dingweitop .waiquan {
    width: 1.38rem;
    height: 1.38rem;
    border: 1px dashed #DFDFDF;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dingweitop .waiquan div {
    width: 85%;
    height: 85%;
    border: .1rem solid #C7000B;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-family: rr;
    font-size: .18rem;
    font-style: normal;
    font-weight: 500;
    line-height: .28rem;
    padding: 0 .28rem;
}

.dingweibottom {
    display: flex;
    justify-content: center;
}

.dingweibottom .sx {
    width: 6.02rem;
    padding-top: .4rem;
    margin: 0 .42rem;
}

.dingweibottom .sx p {
    font-family: rr;
    font-size: .18rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.dingweibottom .sx p:first-of-type {
    text-align: right;
    color: #C7000B;
}

.dingweibottom .sx p:last-of-type {
    text-align: left;
    color: #C9CBCA;
}

.dingweibottom .sx1 {
    width: 100%;
    height: .17rem;
    background-image: url(/images/sx1.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: .12rem 0;
}

.dingweibottom .sx2 {
    width: 100%;
    height: .17rem;
    background-image: url(/images/sx2.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: .12rem 0;
}

.dingweibottom .w {
    width: 2rem;
    height: 2rem;
    border: 1px dashed #DFDFDF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.dingweibottom .z {
    width: 1.72rem;
    height: 1.72rem;
    border: .15rem solid #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.dingweibottom .n {
    width: 1.43rem;
    height: 1.43rem;
    border: .15rem solid #C9CBCA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #333;
    text-align: center;
    font-family: rr;
    font-size: .18rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.dingweibottom .n p {
    color: #999;
    text-align: center;
    font-family: Roboto;
    font-size: .16rem;
    font-style: normal;
    font-weight: 400;
    line-height: .28rem;
    text-transform: uppercase;
}

.hzmode {
    padding: 1.16rem 0 1.34rem;
    background-image: url(/images/hzmodebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.hzmode h1 {
    color: #FFF;
    text-align: center;
    font-family: rr;
    font-size: .38rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hzmode h2 {
    color: #FFF;
    font-family: rr;
    font-size: .24rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: .36rem;
}

.hzmode p {
    color: #FFF;
    font-family: Roboto;
    font-size: .18rem;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.6;
}

.hzmode>div {
    display: flex;
    justify-content: center;
    margin-top: .49rem;
    margin-bottom: .53rem;
}

.hzmode .ab {
    width: 6.98rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: .71rem;
}

.hzmode .ab:first-of-type {
    border-right: 1px solid;
    border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.00) 4.17%, rgba(255, 255, 255, 0.40) 53.25%, rgba(255, 255, 255, 0.00) 100%) 1;
}

.hzmode .ab>div {
    width: 1rem;
    height: 1rem;
    border: 1px solid #FFF;
    border-radius: 100%;
    margin-bottom: .49rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hzmode .ab>div img {
    width: .48rem;
    height: .48rem;
}

.rmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.71rem;
    height: 0.48rem;
    background-color: #c60109;
    font-family: "ll";
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    color: #ffffff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.rmore:hover {
    color: #ffffff;
background-color:#B9060D;
}

.tssadv {
    padding: 1.02rem calc((100vw - 15rem) / 2) 1.37rem;
}

.tssadv h1 {
    color: #27221C;
    text-align: center;
    font-family: rr;
    font-size: .38rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tssadv ul {
    display: flex;
    justify-content: space-between;
    margin-top: .4rem;
    margin-bottom: .55rem;
}

.tssadv ul li {
    border-radius: 8px;
cursor: pointer;
}

.tssadv ul li .advi {
    width: 4.68rem;
    height: 2.68rem;
    overflow: hidden;
}

.tssadv ul li .advi img {
    width: 100%;
    height: 100%;
transition: transform 1s ease 0s ;
}

.tssadv ul li:hover img{
transform: scale(1.05);
}

.tssadv ul li .advp {
    width: 4.68rem;
    height: 1.32rem;
    border: 1px solid #EEE;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: .21rem;
}

.tssadv ul li .advp p {
    color: #CF2D37;
    font-family: Roboto;
    font-size: .32rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 0.1rem;
}

.tssadv ul li .advp h6 {
    color: #27221C;
    font-family: rr;
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}


.develophistory {
    padding: 1.08rem 2.72rem;
    padding-bottom: 0;
    margin-bottom: -65px;
    background-color: #F9F9F9;
    overflow: hidden;
}

.develophistory .historytree {
    position: relative;
    margin-top: 0.7rem;
}

.develophistory .historytree .guanchuan {
    width: 1px;
    height: 1000000px;
    background-color: #DBDBDB;
    position: absolute;
    left: 50%;
    top: 0rem;
    transform: translateX(-50%);
}

.develophistory .historytree .guanchuan:before {
    content: '';
    display: block;
    width: .16rem;
    height: .16rem;
    background-color: #C7000B;
    border-radius: 100%;
    position: absolute;
    top: -0.07rem;
    left: -0.07rem;
}

.develophistory .historytree ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: .63rem;
}

.develophistory .historytree ul li {
    height: 4.36rem;
    width: 50%;
    position: relative;
}



.develophistory .historytree ul li:nth-of-type(2n+1) {
    margin-top: -2.25rem;
}

.develophistory .historytree ul li:nth-of-type(2n) {
    margin-top: 0;
}

.develophistory .historytree ul li:nth-of-type(1) {
    margin-top: 0;
}

.develophistory .historytree ul li:nth-of-type(2) {
    margin-top: 2.21rem;
}

.develophistory .historytree ul li .licot {
    display: flex;
}

.develophistory .historytree ul li .circleimg {
    width: 2.69rem;
    height: 2.69rem;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.develophistory .historytree ul li .circleimg img {
    width: 91%;
    height: 91%;
    border-radius: 100%;
}

.develophistory .historytree ul li:nth-of-type(2n+1) .licot {
    /* position: relative; */
    position: absolute;
    top: 0;
    left: 0;
}

.develophistory .historytree ul li:nth-of-type(2n+1) .circleimg {
    margin-right: .4rem;
}

.develophistory .historytree ul li:nth-of-type(2n) .licot {
    /* position: relative; */
    position: absolute;
    /* bottom: 0; */
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
}

.develophistory .historytree ul li:nth-of-type(2n) {
    /* margin-top: 2.21rem; */
}

/* .develophistory .historytree ul li:nth-of-type(3n) {
    margin-top: -2.2rem;
}  */

.develophistory .historytree ul li:nth-of-type(2n) .circleimg {
    margin-left: .35rem;
}

.develophistory .historytree ul li h2 {
    color: #CF2D37;
    font-family: mm;
    font-size: .32rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: .43rem;
    position: relative;
}

.develophistory .historytree ul li h2:after {
    content: '';
    display: block;
    width: 4.1rem;
    height: 0rem;
    border-bottom: .01rem dashed #DBDBDB;
    /* background-color: #DBDBDB; */
    position: absolute;
    top: 0.58rem;
}

.develophistory .historytree ul li:nth-of-type(2n+1) h2:after {
    left: -0.4rem;
}

.develophistory .historytree ul li:nth-of-type(2n) h2:after {
    right: -0.35rem;
}

.develophistory .historytree ul li h3 {
    color: #666;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: .38rem;
    width: 3.37rem;
}

.develophistory .historytree ul li .licottxt {
    margin-top: .9rem;
}

.develophistory .historytree ul li .circleimg {
    border-radius: 100%;
    border: 1px dashed #CECECE;
}


.kuangjia {
    padding: .93rem calc((100vw - 15rem)/2) 1.04rem;
    background-color: #F5F7F9;
}

.kuangjia img {
    width: 100%;
    margin-top: .48rem;
}

.tedian {
    color: #666;
    padding: .93rem calc((100vw - 15rem)/2) 1.06rem;
}

.tedian>ul {
    margin-top: .36rem;
}

.tedian .title {
    color: #C7000B;
    font-family: rr;
    font-size: .2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
}

.tedian .title::before {
    content: '';
    display: block;
    width: .2rem;
    height: .2rem;
    background-image: url(/images/before.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: .1368rem;
}


.tedian .a {
    color: #333;
    font-family: rr;
    font-size: .2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: .2rem;
    margin-bottom: .48rem;
}

.tedian .b {
    display: flex;
    justify-content: space-between;
    margin-bottom: .48rem;
}

.tedian .b .left {
    width: 3.6rem;
    height: 6.45rem;
    border: 1px dashed rgba(199, 0, 11, 0.6);
    padding: .36rem .4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tedian .b .left span {
    display: flex;
    width: 100%;
    height: .6rem;
    background-color: #C7000B;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: rr;
    font-size: .18rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.tedian .b .right {
    width: 10.95rem;
    height: 6.45rem;
    border: 1px dashed rgba(199, 0, 11, 0.6);
    padding: .36rem .4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
}

.tedian .b .right span {
    display: flex;
    width: 100%;
    height: .6rem;
    background-color: #F7F8F8;
    justify-content: center;
    align-items: center;
    color: #666;
    text-align: center;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.tedian .c {
    display: flex;
    margin-bottom: .28rem;
}

.tedian .c .left {
    padding-right: .93rem;
    margin-right: .86rem;
    border-right: 1px solid #D5D5D5;
    height: fit-content;
}

.tedian .c .left h2 {
    color: #333;
    font-family: rr;
    font-size: .18rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: .25rem;
}

.tedian .c .left p {
    color: #666;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: .32rem;
}

.tedian .c .right img {
    margin-right: .8rem;
    width: 1.52rem;
    height: 1.44rem;
}

.tedian .c .right img:last-of-type {
    margin-right: 0;
}

.tedian .d {
    width: 100%;
    height: 2.47rem;
    border: 1px dashed rgba(199, 0, 11, 0.6);
    padding: 0 .42rem;
    display: flex;
    align-items: center;
    margin-bottom: .81rem;
}

.tedian .d div {
    width: 7.2rem;
    height: .7961rem;
    background-color: #C7000B;
    border-radius: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: rr;
    font-size: .18rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tedian .d img {
    width: 7.21rem;
    height: 1.88rem;
}


.tedian .yth {
    display: flex;
    justify-content: space-between;
    margin-top: .37rem;
    margin-bottom: .81rem;
}


.tedian .yth li {
    width: 4.75rem;
    height: 3.27rem;
    border: 1px solid rgba(183, 183, 183, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .53rem .26rem;
    padding-bottom: 0;
}



.tedian .yth li div {
    cursor: pointer;
    transition: transform 1.2s ease;
}

.tedian .yth li div:hover {
    transform: rotate(360deg);
}

.tedian .yth div {
    width: 1.02rem;
    height: 1.02rem;
    border: 1px solid #C7000B;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .39rem;
}

.tedian .yth p {
    color: #666;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: .38rem;
}

.tedian .bb {
    width: 100%;
    height: 5.12rem;
    border: 1px solid rgba(183, 183, 183, 0.6);
    margin-top: .4rem;
}

.tedian .bb .ulul {
    display: flex;
    padding: .5rem .27rem 0;
    justify-content: space-between;

}

.tedian .bb .ulul .lili {
    width: 29.86667%;
    position: relative;
}

.tedian .bb .ulul .lili::after {
    content: '';
    display: block;
    width: .24rem;
    height: .24rem;
    background-image: url(/images/oo.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 40%;
    right: -0.4rem;
    transform: translateY(-50%);
}

.tedian .bb .ulul .lili:last-of-type::after {
    display: none;
}

.tedian .bb .ulul .lili:nth-of-type(1) .li {
    width: 100%;
    height: .7462rem;
    margin-bottom: .45rem;
    border: 1px dashed rgba(199, 0, 11, 0.6);
    display: flex;
    padding: 0 .25rem;
    align-items: center;
}

.tedian .bb .ulul .lili:nth-of-type(1) .li h3 {
    color: #333;
    font-family: rr;
    font-size: .18rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-wrap: nowrap;
    margin-right: .41rem;
}

.tedian .bb .ulul .lili:nth-of-type(1) .li p {
    color: #666;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: .28rem;
}



.tedian .bb .ulul .lili:nth-of-type(2) .aaa {
    width: 3.1078rem;
    height: .4395rem;
    border-radius: .5rem;
    color: #333;
    font-family: rr;
    font-size: .18rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E6E6E6;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.tedian .bb .ulul .lili:nth-of-type(2) .li2 {
    width: .4443rem;
    height: 2.4565rem;
    border-radius: .5rem;
    color: #666;
    font-family: rr;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: .24rem;
    writing-mode: vertical-rl;
    background-color: #E6E6E6;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-top: .48rem;
    margin: .26rem .365rem .45rem;
    position: relative;
}

.tedian .bb .ulul .lili:nth-of-type(2) .li2::before {
    content: '';
    display: block;
    position: relative;
    top: -0.35rem;
    left: 0;
    width: .08rem;
    height: .08rem;
    background-color: #C7000B;
    border-radius: 100%;
}

.tedian .bb .ulul .lili .bbb {
    width: 100%;
    height: .4rem;
    border-radius: .5rem;
    background-color: #C7000B;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: rr;
    font-size: .18rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tedian .bb .ulul .lili:nth-of-type(3) .li {
    width: 100%;
    height: .7462rem;
    margin-bottom: .45rem;
    border: 1px dashed rgba(199, 0, 11, 0.6);
    display: flex;
    padding: 0 1.16rem;
    padding-right: 0;
    align-items: center;
}

.tedian .bb .ulul .lili:nth-of-type(3) .li div:first-of-type {
    width: .48rem;
    height: .36rem;
    margin-right: .32rem;
    display: flex;
    justify-content: center;
}

.tedian .bb .ulul .lili:nth-of-type(3) .li img {
    height: .36rem;
}

.tedian .bb .ulul .lili:nth-of-type(3) .li p {
    color: #333;
    font-family: mm;
    font-size: .18rem;
    font-style: normal;
    font-weight: 500;
    line-height: .28rem;
}

.yuny {
    padding: .93rem calc((100vw - 15rem)/2) 1.17rem;
    background-color: #F5F7F9;
}

.yuny h2 {
    color: #333;
    font-family: mm;
    font-size: .2rem;
    font-style: normal;
    font-weight: 500;
    line-height: .42rem;
}

.yuny h2:first-of-type {
    margin-top: .41rem;
}

.yuny h2:last-of-type {
    margin-bottom: .41rem;
}

.yuny ul {
    display: flex;
    justify-content: center;
    padding-left: .74rem;
}

.yuny ul li {
    width: 4rem;
    height: 4.27rem;
    background-image: url(/images/ww.png);
    background-size: 3.56rem 4.27rem;
    background-repeat: no-repeat;
    margin-right: 1.06rem;
    position: relative;
}

.yuny ul li:last-of-type {
    margin-right: 0;
}

.yuny ul li .top {
    display: flex;
    padding-top: .36rem;
    position: relative;
    right: .45rem;
}

.yuny ul li .top>img {
    height: .97rem;
}

.yuny ul li .top .tm {
    position: relative;
    right: .1rem;
}

.yuny ul li .top .tm span {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.yuny ul li .top .tm img {
    height: .97rem;
}

.yuny ul li:nth-of-type(1) .top .tm img {
    width: 2.52rem;
}

.yuny ul li:nth-of-type(2) .top .tm img {
    width: 2.19rem;
}

.yuny ul li:nth-of-type(3) .top .tm img {
    width: 2.22rem;
}

.yuny ul li .top .tri {
    width: .93rem;
    height: .93rem;
    border-radius: 100%;
    background-color: #C7000B;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: .2rem;
    vertical-align: middle;
}

.yuny ul li .top .tri img {
    width: .42rem;
}

.yuny ul li .bottom {
    position: absolute;
    width: 2.16rem;
    color: #666;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: .38rem;
    top: 2.4rem;
    left: .48rem;
}


.dxanli {
   /** padding: .83rem calc((100vw - 15rem)/2) 1.33rem; **/
}


 .nav3 {
    width: 100%;
    padding: .25rem 0 .22rem;
    border-bottom: 1px solid rgba(112, 117, 124, 0.2);
    margin-top: .42rem;
margin-bottom:0.6rem;
}

 .nav3 ul {
    display: flex;
    justify-content: center;
}

 .nav3 ul li {
    margin: 0 .38rem;
    position: relative;
}

 .nav3 ul li a {
    color: #27221C;
    text-align: justify;
    font-family: rr;
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: .28rem;
    text-transform: capitalize;
}

 .nav3 ul li.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #C7000B;
    top: .49rem;
    left: 0;
}

 .nav3 ul li.active a {
    color: #C7000B;
}

 .nav3 ul li a:hover {
    color: #C7000B;
}

.mshu p {
    color: #666;
    text-align: center;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: .39rem;
    margin-bottom: .45rem;
}

.caselist {
    display: flex;
    flex-wrap: wrap;
}

.casecard {
    cursor: pointer;
}

.caselist .casecard {
    margin-right: .38rem;
    margin: 0 0.8%;
    margin-bottom: 0.6rem;
}

.caselist .casecard:hover {
    box-shadow: 2px 2px 30px 1px rgba(164, 164, 165, 0.20);
}

.caselist .casecard:hover .casep {
    border-bottom: 0.01rem solid #C7000B;
}

.caselist .casecard:nth-of-type(3n) {
    /* margin-right: 0; */
}

.caselist .casecard:nth-of-type(7),
.caselist .casecard:nth-of-type(8),
.caselist .casecard:nth-of-type(9) {
    /* margin-bottom: .15rem; */
}

.casecard .caseimg {
    width: 4.68rem;
    height: 3.12rem;
    overflow: hidden;
}

.casecard .caseimg img {
    width: 100%;
    height: 100%;
    transition: transform 1s ease 0s;
}

.casecard .caseimg img:hover {
    transform: scale(1.2);
}

.casecard .casep {
    padding-top: 0.28rem;
    padding-left: 0.32rem;
    width: 4.68rem;
    height: 1.4rem;
    border-bottom: 0.01rem solid #e5e5e5;
    background-color: #fff;
}

.casecard .casep p {
    font-family: "ll";
    font-style: normal;
    font-weight: 300;
    font-size: 0.18rem;
    line-height: 0.28rem;
    text-align: justify;
    text-transform: capitalize;
    color: #3d3d3d;
    margin-bottom: 0.31rem;
}

.casecard .casep p:hover {
    color: #C60109;
}

.casecard .casep a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 0.14rem;
    line-height: 0.16rem;
    text-align: center;
    text-transform: uppercase;
    color: #767676;
}

.casecard .casep a:hover {
    color: #C60109;
}


.anlidetailbox {
    background-color: #FBFBFB;
}


.anlidetail .bread {
    margin: 0 0 .63rem 2.02rem;
    padding-top: .31rem;
    color: #666;
    font-family: rr;
    font-size: .14rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.anlidetail .bread span {
    color: #C7000B;
}

.anlidetail .bread span,
.anlidetail .bread a {
    display: inline-block;
    margin: 0 .08rem;
}


.anlidetail .neirong {
    padding: 0 calc((100vw - 12rem)/2) 0.93rem;
}

.anlidetail .neirong .title {
    color: #27221C;
    text-align: center;
    font-family: rr;
    font-size: .38rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: .45rem;
}

.anlidetail .neirong img {
    width: 100%;
}

.midd {
    background-color: #FFFFFF;
    padding: .58rem calc((100vw - 12rem)/2) 0.93rem;
}

.midd .nav {
    padding-bottom: .32rem;
    margin-bottom: .42rem;
    border-bottom: 1px solid rgba(164, 164, 165, 0.20);
}

.midd .nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.midd .nav ul li {
    display: flex;
    align-items: center;
    margin: 0 .465rem;
    cursor: pointer;
    color: #27221C;
    font-family: rr;
    font-size: .2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.midd .nav ul li:hover {
    color: #C7000B;
}

.midd .nav ul li img {
    width: .28rem;
    height: .28rem;
    margin-right: .12rem;
}

.midd .nav ul li.active::after,
.midd .nav ul li:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #C7000B;
    top: .59rem;
    left: 0;
}

.midd .nav ul li img:nth-of-type(1) {
    display: block;
}

.midd .nav ul li img:nth-of-type(2) {
    display: none;
}

.midd .nav ul li.active img:nth-of-type(1),
.midd .nav ul li:hover img:nth-of-type(1) {
    display: none;
}

.midd .nav ul li.active img:nth-of-type(2),
.midd .nav ul li:hover img:nth-of-type(2) {
    display: block;
}

.midd .nav ul li.active {
    color: #C7000B;
}

.midd .ctt p {
    color: #767676;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: .38rem;
}

.midd .ctt ul li {
    display: none;
}

.midd .ctt ul li:first-child {
    display: block;
}

.tuijiananli {
    padding: .81rem calc((100vw - 15rem)/2) 1.17rem;
}

.tuijiananli .caselist {
    margin-top: .48rem;
}

.tuijiananli .caselist .casecard {
    /* margin-bottom: 0.94rem; */
}

.readmore1 {
    display: flex;
    width: 2.05rem;
    height: .54rem;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Inter;
    font-size: .18rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
   
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}
.readmore1 span{
    z-index: 10;
}
.readmore1::after{
    content: "";
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #C7000B;
    left: 0;
    z-index: 1;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
.readmore1:hover::after {
   left: 100%;
}
.readmore1:hover{
    
    border: 1px solid #C7000B;
}

.readmore1:hover span{
    color: #C7000B;
}



.ssjg {
    width: 15rem;
    margin: 0 auto;
    padding-bottom: 1.18rem;
}

.ssjg>h3 {
    color: #27221C;
    text-align: center;
    font-family: mm;
    font-size: .38rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: .25rem;
    margin-bottom: .32rem;
}

.ssjg input[type='button'] {
    border: none;
    background-color: transparent;
    color: #999;
    font-family: ll;
    font-size: .14rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mbx {
    max-width: 15rem;
    margin: 0.32rem auto 0;
    font-family: 'll';
    font-style: normal;
    font-weight: 300;
    font-size: 0.14rem;
    line-height: 0.19rem;
    color: #666;
}

.mbx a {
    color: #666;
}

.mbx a:nth-last-child(1) {
    color: #C7000B;
}



.sstop .sstl a.is_active {
    color: #C7000B;
}

.sstop .sstl a {
    font-family: 'rr';
    font-style: normal;
    font-weight: 400;
    font-size: .2rem;
    line-height: .23rem;
    margin-right: 0.58rem;
    color: #454545;
}

.sstop {
    margin-top: 0.3rem;
    width: 100%;
    height: 0.703rem;
    border-bottom: 1px solid rgba(206, 206, 206, 0.6);
    border-top: 1px solid rgba(206, 206, 206, 0.6);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sstop h3 {
    font-family: 'rr';
    font-style: normal;
    font-weight: 400;
    font-size: .24rem;
    line-height: .28rem;
    color: #454545;
}

.zxjgf.is_active,
.yqjgf.is_active,
.zcjgf.is_active,
.zjjgf.is_active {
    display: block;
}

.zxjgf,
.yqjgf,
.zcjgf,
.zjjgf {
    display: none;
}

.ssts {
    display: flex;
    align-items: center;
    padding: 0.56rem 0 0.37rem;
    font-family: 'mm';
    font-style: normal;
    font-weight: 500;
    font-size: .20rem;
    line-height: .23rem;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(206, 206, 206, 0.6);
    color: #454545;
}

.ssts span {
    color: #C7000B;
    margin: 0 0.05rem;
}

.jgbox {
    display: flex;
    width: 100%;
    height: 3.23rem;
    padding-top: 0.42rem;
    border-bottom: 1px solid rgba(206, 206, 206, 0.6);
}

.jgbox h3 {
    font-family: 'mm';
    font-style: normal;
    font-weight: 500;
    font-size: .22rem;
    line-height: .23rem;
    text-transform: capitalize;
    margin-bottom: 0.35rem;
    color: #454545;
}

.jgbox p {
    font-family: 'll';
    font-style: normal;
    font-weight: 300;
    font-size: .18rem;
    line-height: .36rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0.43rem;
    color: #70767C;
}

.yqjg .jgbox {
    height: 3.28rem;
    padding-top: 0.48rem;
}

.jgbox {
    display: flex;
    width: 100%;
    height: 3.23rem;
    padding-top: 0.42rem;
    border-bottom: 1px solid rgba(206, 206, 206, 0.6);
}

.yqjg .jgbox .img {
    width: 3.36rem;
    height: 2.24rem;
    margin-right: 0.5rem;
}

.yqjg .jgbox .img img {
    width: 100%;
    height: 100%;
}

.yqjg .jgbox .txt {
    width: 11.13rem;
}

.ssts img {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.12rem;
}



.yspart1 {
    padding: .88rem calc((100vw - 15rem) / 2) 1.25rem;
    background-color: #F5F7F9;
}

.ysnum {
    height: .42rem;
    overflow: hidden;
    color: #C7000B;
    font-size: .48rem;
    font-family: mm;
    text-align: center;
    margin-top: .39rem;
    margin-bottom: .16rem;
}

.yst2 {
    color: #27221C;
    font-family: rr;
    font-size: .24rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.yspart1 ul {
    display: flex;
    margin-top: .4rem;
}

.yspart1 ul li {
    width: 4.68rem;
    height: 6.89rem;
    background-color: #fff;
    margin-right: .48rem;
}

.yspart1 ul li:last-of-type {
    margin-right: 0;
}

.yspart1 ul li .top {
    width: 100%;
    height: 2.56rem;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.yspart1 ul li .top>img {
    width: 100%;
    height: 100%;
}

.yspart1 ul li .top>div {
    width: .96rem;
    height: .96rem;
    border-radius: 100%;
    background-color: #F6F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.yspart1 ul li .top>div img {
    width: .72rem;
    height: .72rem;
}


.yspart1 ul li h2 {
    color: #333;
    font-family: rr;
    font-size: .24rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: .16rem;
}

.yspart1 ul li p {
    color: #666;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: .38rem;
}

.yspart1 ul li .bottom {
    width: 100%;
    height: 4.43rem;
    background-color: #fff;
    padding: .77rem .4rem 0.49rem;

    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


.yspart2 {
    padding: .38rem calc((100vw - 15rem) / 2) 1.15rem;
}


.yspart2 ul {
    display: flex;
    margin-top: .34rem;
}

.yspart2 ul li {
    width: 3.46rem;
    height: 4.8rem;
    box-shadow: 0px 2px 8px rgba(164, 164, 164, 0.25);
    margin-right: .39rem;
}

.yspart2 ul li:last-of-type {
    margin-right: 0;
}

.yspart2 ul li img {
    width: .8rem;
    height: .8rem;
    margin-bottom: .2rem;
}

.yspart2 ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .59rem;
}

.yspart2 ul li h2 {
    color: #333;
    font-family: rr;
    font-size: .24rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: .18rem;
}

.yspart2 ul li p {
    color: #666;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: .38rem;
    width: 2.64rem;
}


.yspart3 {
    padding: .38rem calc((100vw - 15rem) / 2) 1.5rem;
    background-color: #F5F7F9;
}

.yspart3 .left {
    margin-right: .9rem;
}

.yspart3 .left ul li {
    display: flex;
    margin-bottom: .74rem;
}

.yspart3 .left ul li img {
    width: .8rem;
    height: .8rem;
    margin-right: .25rem;
    margin-top: -0.15rem;
}


.yspart3 .left ul li h3 {
    color: #333;
    font-family: rr;
    font-size: .24rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: .15rem;
}

.yspart3 .left ul li p {
    color: #666;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: .38rem;
    width: 5.48rem;
}

.yspart3 .left ul li>p {width:auto;}



.yspart3 .right {
    width: 7.3rem;
    height: 4.3rem;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
}

.yspart3 .right img {
    width: 100%;
    height: 100%;
}


/* 相助模式 */
.ythbsbig1 ol li:last-of-type::before {
    margin-bottom: .35rem;
}

.hzmscen {
    width: 15rem;
    margin: 0 auto;
    padding-bottom: 1.18rem;
    padding-top: .92rem;
}

.nypttitle {
    font-family: mm;
    font-size: .24rem;
    font-weight: 500;
    line-height: .28rem;
    letter-spacing: 0em;
    position: absolute;
    top: -.14rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.46rem;
    height: .28rem;
    background-color: #FFFFFF;
    z-index: 10;
    text-align: center;
}

.nypt {
    width: 100%;
    height: 6.1rem;
    position: relative;
    border: 1px solid rgba(220, 220, 220, 11.5);
    color: #27221C;
    margin-top: .48rem;
    border-radius: .1rem;
}

.nypttop {
    margin: .5rem .49rem 0;
    display: flex;
    align-items: center;
}

.nypttopl {
    width: 1.87rem;
    height: 1.87rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid rgba(199, 0, 11, 0.1);
}

.nypttopl img {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
}

.nypttopc {
    width: 6.84rem;
    height: .79rem;
    margin-left: .46rem;
    position: relative;
}

.nypttopc p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 500;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    position: absolute;
}

.nypttopc img {
    width: 100%;
    height: 100%;
}

.nypttopc p:first-of-type {
    top: .06rem;

}

.nypttopc p:last-of-type {
    bottom: .07rem;
}

.nypttopc::after {
    content: "";
    display: inline-block;
    width: .3rem;
    height: .4rem;
    background-image: url(/images/hzms3.png);
    background-position: center;
    background-size: .29rem .39rem;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1rem;
}

.nypttopr {
    width: 4.44rem;
    height: 1.87rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(199, 0, 11, 0.1);
    margin-left: .4rem;
    position: relative;
}

.nypttopr::after {
    content: "";
    display: inline;
    width: 1.08rem;
    height: .2rem;
    background-image: url(/images/hzms7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: .41rem;
    bottom: -.4rem;
}

.nypttopr .quan {
    width: 1.87rem;
    height: 1.87rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid rgba(199, 0, 11, 0.1);
}

.nypttopr .quan img {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
}

.nypttopr .jia img {
    width: .34rem;
    height: .34rem;
}

.nyptbom {
    width: 14.2rem;
    height: 2.18rem;
    margin: .76rem auto 0;
    background-color: #F5F7F9;
    display: flex;
    padding: .38rem .85rem .42rem;
    justify-content: space-between;
}

.nyptbom li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: .93rem;
    position: relative;
}

.nyptbomicon {
    width: .93rem;
    height: .93rem;
    border-radius: 50%;
    background-color: #C7000B;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .24rem;
}

.nyptbomicon img {
    width: .68rem;
    height: .68rem;
}

.nyptbom li p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: center;
    color: #666666;
    position: absolute;
    bottom: 0;
    width: 250%;
}

.ythbs {
    width: 100%;
    padding-bottom: .64rem;
    position: relative;
    border: 1px solid rgba(220, 220, 220, 11.5);

    margin-top: .86rem;
    border-radius: .1rem;
}

.ythbstitle {
    font-family: mm;
    font-size: .24rem;
    font-weight: 500;
    line-height: .28rem;
    letter-spacing: 0em;
    position: absolute;
    top: -0.14rem;
    left: 50%;
    transform: translateX(-50%);
    width: 4.66rem;
    height: 0.28rem;
    background-color: #FFFFFF;
    z-index: 10;
    text-align: center;
}




.ythbstxt {
    width: 14.2rem;
    margin: 0 auto;
    height: .76rem;
    display: flex;

    flex-wrap: wrap;
}

.ythbstxt p {
    width: 5rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(102, 102, 102, 0.6);
}

.ythbstxt p:nth-child(2n) {
    margin-left: 2.76rem;
}

.ythbs h6 {
    font-family: ll;
    font-size: .2rem;
    font-weight: 500;
    line-height: .23rem;
    letter-spacing: 0em;
    text-align: left;
    color: #C7000B;
    width: 14.2rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: .67rem;
}

.ythbs h6::before {
    content: "";
    display: inline-block;
    width: .18rem;
    height: .2rem;
    background-image: url(/images/hzmsicon5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: .13rem;
}

.ythbs h5 {
    font-family: ll;
    font-size: .2rem;
    font-weight: 500;
    line-height: .23rem;
    letter-spacing: 0em;
    text-align: left;
    width: 14.2rem;
    margin: 0 auto;
    margin-top: .24rem;
}

.ythbsbig {
    width: 14.2rem;
    height: 4.16rem;
    margin: .53rem auto .19rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ythbsbigl,
.ythbsbigr {
    height: 100%;
    width: 6.4rem;
    /* border-radius: 15px; */
    border-top-left-radius: .15rem;
    border-top-right-radius: .15rem;
    border: 1px dashed rgba(159, 160, 160, 0.5);
    position: relative;
    border-top: none;
}

.ythbsbig .yttitle {
    width: 100.5%;
    position: relative;
    left: -0.25%;
    height: .58rem;
    background: linear-gradient(90.47deg, #C7000B 0%, #EB474D 100%);
    font-family: ll;
    font-size: .24rem;
    font-weight: 500;
    line-height: .58rem;
    letter-spacing: 0em;
    text-align: center;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: #FFFFFF;
}

.ythbsbigl h4 {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: center;
    margin-top: .68rem;
    margin-bottom: .58rem;
}

.ythbsbigl ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 .5rem;
}

.ythbsbigl ul li {
    width: .95rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ythbsbigl ul li img {
    width: .47rem;
    height: .47rem;
}

.ythbsbigl ul li p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .32rem;
    letter-spacing: 0em;
    text-align: center;
    margin-top: .32rem;
    color: #666666;
}

.ythbsbigr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: .31rem .4rem 0;
}

.ythbsbigr ul li {
    width: 2.64rem;
    height: .54rem;
    margin-bottom: .3rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .54rem;
    letter-spacing: 0em;
    text-align: center;
    border: .02rem dashed rgba(201, 202, 202, 0.5);
    transform: rotateY(360deg);
}

.ythbsbigr ul li:last-of-type {
    flex: 100%;
    margin-bottom: 0;
    line-height: .44rem;
    font-size: .2rem;
}

.ythbsbig1 {
    width: 14.12rem;
    height: 4.01rem;
    margin: .35rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ythbsbig1l,
.ythbsbig1r {
    width: 5.8rem;
    height: 100%;
}

.ythbsbig1c {
    width: 1.2rem;
    height: 100%;
}

.ythbsbig1c p {
    font-family: ll;
    font-size: .2rem;
    font-weight: 500;
    line-height: .23rem;
    letter-spacing: 0em;
    text-align: center;
    color: #333333;
    margin-bottom: .74rem;
}

.ythbsbig1c p:first-of-type {
    height: .58rem;
    margin-bottom: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ythbsbig1c p img {
    width: .42rem;
    height: .28rem;
}

.ythbsbig1 .yttitle {
    width: 100%;
    height: .58rem;
    background: linear-gradient(90.47deg, #C0C0C0 0%, #D3D3D3 100%);

    font-family: ll;
    font-size: .24rem;
    font-weight: 500;
    line-height: .58rem;
    letter-spacing: 0em;
    text-align: center;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: #FFFFFF;
}

.ythbsbig1 ol {
    width: 100%;
    height: auto;
    border: 1px dashed rgba(201, 202, 202, 0.5);
    padding: 0 .3rem .2rem;
}

.ythbsbig1 ol li {
    width: 100%;
    height: 1.1rem;
    border-bottom: 1px dashed rgba(201, 202, 202, 0.5);
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .32rem;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
}

.ythbsbig1 ol li::before {
    content: "";
    display: inline-block;
    width: .16rem;
    height: .16rem;
    background-image: url(/images/jiantou2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: .16rem .16rem;
    margin-right: .14rem;
}

.ythbsbig1 ol li:last-of-type {
    border-bottom: none;
}

/* 清廉专区 */
.ljzq {
    width: 100%;
    padding: .88rem calc((100vw - 15rem)/2);
    background-color: #F5F7F9;
}

.ljgg {
    width: 100%;
    height: .8rem;
    padding-left: .49rem;
    display: flex;
    align-items: center;
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: left;
    color: #666666;
    background-color: #FFFFFF;
    border-radius: .15rem;
    margin-top: .56rem;
}

.ljgg img {
    width: .24rem;
    height: .24rem;
    margin-right: .2rem;
}

.ljzq ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 1rem;
}

.ljzq ul li {
    width: 4.68rem;
    height: 3.7rem;
    position: relative;
    padding: .82rem .51rem 0 .51rem;
    background-color: #FFFFFF;
}

.ljzq ul li .imgs {
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C7000B;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ljzq ul li .imgs img {
    width: .6rem;
    height: .6rem;
}

.ljzq ul li h5 {
    font-family: ll;
    font-size: .24rem;
    font-weight: 400;
    line-height: .28rem;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
    margin-bottom: .28rem;
    color: #000;
}

.ljzq ul li h5::after {
    content: "";
    display: inline-block;
    width: .28rem;
    height: 1px;
    background-color: #C7000B;
    position: absolute;
    bottom: -0.15rem;
    left: 50%;
    transform: translateX(-50%);
}

.ljzq ul li h6 {
    display: flex;
    justify-content: space-between;
    margin-bottom: .06rem;
line-height:0.32rem;
font-size:0.18rem;
font-family: rr;
}

.ljzq ul li h6 p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .32rem;
    letter-spacing: 0em;
    text-align: left;
    color: #666666;
    flex: 1;
}

.ljzq ul li h6 span {
    width: .92rem;
    display: inline-block;
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    line-height: .32rem;
    letter-spacing: 0em;
    text-align: left;
    color: #27202C;


}

/* 加入pp电子综合页 */
.joinUs {
    width: 100%;
    padding: .88rem 0 0;
    background-color: #F5F7F9;
}

.joinff {
    width: 100vw;
    height: 7.01rem;
    background-image: url(/images/joinusff.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-top: .68rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

/* .joinff::before */
.joinffcenter {

    /* transform: rotate(90deg) translate(100px, 200px); */
    position: relative;
    /* top: 1px; */
    /* left: 50%;
    transform: translateX(-50%); */
    /* transition: all 0.5s; */
    content: "";
    z-index: 1;
    border-right: 3.48rem solid rgba(234, 238, 241, 0.9);
    border-top: 7.02rem solid rgba(179, 31, 50, 0.8);

    width: 0;
    height: 0;
    outline: none;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.joinff div {
    /* width: 50%; */
    height: 100%;

}


.joinffleft,.joinffright {cursor: pointer;
width: calc((100vw - 3.47rem)/2);
}
.joinffleft{
    background: rgba(179, 31, 50, 0.8);
}
.joinffright{
    background: rgba(234, 238, 241, 0.9);
}
.joinUs .active .joinffleft{
    background: rgba(234, 238, 241, 0.9);
}
.joinUs .active .joinffright{
    background: rgba(179, 31, 50, 0.8);
}
.joinffleft::before {
    position: absolute;
    /* content: ""; */
    width: 50%;
    height: 100%;
    top: 0;
    left: -1.74rem;
    bottom: 0;
    /* right: 35px; */
    background: rgba(179, 31, 50, 0.8);
    /* transition: all 0.5s; */

}

.joinffright::before {
    position: absolute;
    /* content: ""; */
    width: 50%;
    height: 100%;
    top: 0;
    right: -1.74rem;
    bottom: 0;

    background: rgba(234, 238, 241, 0.9);
    /* transition: all 0.5s; */
    z-index: 1;
}

.joinUs .active .joinffcenter {
    border-right: 3.48rem solid rgba(179, 31, 50, 0.8);
    border-top: 7.02rem solid rgba(234, 238, 241, 0.9);
}

.joinUs .active .joinffright::before {

    z-index: 10;

    background: rgba(179, 31, 50, 0.8);
    /* transition: all 0.5s; */

}

.joinUs .active .joinffleft::before {
    z-index: 10;

    background: rgba(234, 238, 241, 0.9);
    /* transition: all 0.5s; */

}

.joinUs .txt {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 2.75rem;
    text-decoration: none !important;
    cursor: pointer;

}

.joinUs .txt p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .32rem;
    letter-spacing: 0em;
    text-align: center;
    margin-top: .45rem;
}

.joinffleft .txt {
    left: 3.1rem;
    color: #FFFFFF;
}

.joinffright .txt {
    right: 3.44rem;
    color: #27221C;

}

.joinUstitke {
    font-family: rr;
    font-size: .38rem;
    font-weight: 500;
    line-height: .45rem;
    letter-spacing: 0em;
    text-align: center;
    z-index: 10;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;
}

.joinUstitke::after {
    content: "";
    display: inline-block;
    width: .64rem;
    height: .01rem;

    position: absolute;
    bottom: -0.25rem;
    left: 50%;
    transform: translateX(-50%);
}

.joinffleft .joinUstitke::after {
    background-color: #FFFFFF;
}

.joinffright .joinUstitke::after {
    background-color: #C7000B;
}

.joinUs .active .joinffleft .joinUstitke::after {
    background-color: #C7000B;
}

.joinUs .active .joinffright .joinUstitke::after {
    background-color: #FFFFFF;
}

.joinUs .active .joinffleft .txt {
    color: #27221C;
}

.joinUs .active .joinffright .txt {
    color: #FFFFFF;
}

/* 运营场景综合页 */
.cPoS {
    width: 100%;
    padding: .88rem calc((100vw - 15rem)/2) 1.04rem;
    background-color: #FFFFFF;
}

.cPoSsta {
    width: 100%;
    height: .62rem;
    font-family: ll;
    font-size: .24rem;
    font-weight: 500;
    line-height: .62rem;
    letter-spacing: 0em;
    text-align: center;
    background: linear-gradient(90.47deg, #C7000B 0%, #EB474D 100%);
    color: #FFFFFF;
    border-radius: .05rem;
    margin: .49rem 0 .26rem;
}

.cPoS1 {
    border: 0.5px dashed #DCDCDC;
    width: 100%;
    height: .68rem;
    display: flex;
    padding: .4rem;
    justify-content: space-between;
    align-items: center;
}

.cPoS1 h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 500;
    line-height: .28rem;
    letter-spacing: 0em;
    text-align: left;
    color: #27221C;
    display: flex;
    align-items: center;
}

.cPoS1 h1 img {
    max-width: .3rem;
    max-height: .3rem;
    margin-right: .25rem;
}

.cPoS2 {
    width: 100%;
    /* display: flex; */
    flex-wrap: wrap;
    padding: .33rem .44rem .29rem;
    border: 0.5px dashed #DCDCDC;
    justify-content: space-between;
    margin-bottom: .46rem;
    margin-top: .34rem;
}

/* .cPoS2>li{
height: auto ;
width: 4.5rem;
}
.cPoS2 .p2t{
width: 100%;
height: .58rem;
border-top-right-radius: .12rem;
border-top-left-radius: .12rem ;
background: linear-gradient(90.47deg, #C7000B 0%, #EB474D 100%);
font-family: rr;
font-size: .24rem;
font-weight: 500;
line-height: .58rem;
letter-spacing: 0em;
text-align: center;
color: #FFFFFF;

}
.cPoS2 ol{
height: 3rem;
border: 0.5px dashed #DCDCDC ;
border-top: none;
padding: .33rem .4rem 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.cPoS2 ol li{
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: .43rem;
}
.cPoS2 ol li img{
max-width: .43rem;
max-height: .43rem;
margin-bottom: .18rem;
} */
.cPoS2t img {
    max-width:none;
max-height:none;
    width: 100%;
    height: auto;

    /**object-fit: none;**/
}

.cPoS2b {
    width: 100%;
    height: 2.51rem;
    display: flex;
    align-items: center;
    border: 0.5px dashed #DCDCDC;
    border-radius: .05rem;
    margin-top: .24rem;
}

.cPoS2bl {
    height: 100%;
    width: auto;
}

.cPoS2br {
    height: auto;
    flex: 1;
    font-family: ll;
    font-size: .24rem;
    font-weight: 300;
    line-height: .42rem;
    letter-spacing: 0em;
    text-align: left;
    padding-left: .72rem;
}

.zhyygl {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cPoS3 {
    width: 100%;
    height: auto;
    border: 0.5px dashed #DCDCDC;
    border-radius: .05rem;
    padding: .34rem .5rem .41rem;
    margin-top: .39rem;
}

.cPoS3t {
    width: 100%;
    height: 5.36rem;

    border-radius: .05rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cPoS3tl {
    width: 9.38rem;
    border: 0.5px dashed #DCDCDC;
    border-radius: .05rem;
    height: 100%;
    padding: .87rem .3rem .24rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.cPoS3tr {
    width: 4.23rem;
    border: 0.5px dashed #DCDCDC;
    border-radius: .05rem;
    height: 100%;
    position: relative;
    padding-top: 1.14rem;
}

.cPoS3tr li {
    margin-bottom: .3rem;
}

.cPoS3title {
    font-family: rr;
    font-size: .2rem;
    font-weight: 500;
    line-height: .23rem;
    letter-spacing: 0em;
    text-align: center;
    color: #C7000B;
    position: absolute;
    top: .42rem;
    left: 50%;
    transform: translateX(-50%);
}

.cPoS3tll {
    width: 5.61rem;
    position: relative;
    display: flex;
    border: 0.5px dashed #DCDCDC;
    border-radius: .05rem;
    padding: 1.07rem .45rem 0;
    height: 4.24rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: flex-start;

}

.cPoS3tll li {
    width: 30%;
    margin-bottom: .43rem;
    align-content: flex-start;
}

.cPoS3t ul::after {
    position: absolute;
    content: "......";
    display: inline-block;
    font-family: rr;
    font-size: .2rem;
    font-weight: 500;
    line-height: .23rem;
    letter-spacing: 0em;
    text-align: center;
    color: #27221C;
    left: 50%;
    transform: translateX(-50%);
    bottom: .34rem;
}

.cPoS3tr::after {
    bottom: .50rem !important;
}

.cPoS3t li {
    display: flex;
    flex-direction: column;
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: center;
    color: #666666;
    align-items: center;
}

.cPoS3t li p{
display: flex;
    flex-direction: column;align-items: center;}

.cPoS3t img {
    width: auto;
    height: .5rem;
    margin-bottom: .25rem;
max-width:0.6rem;
}

.cPoS3tlr li {
    margin-bottom: .43rem;
}

.cPoS3tlr {
    width: 2.94rem;
    height: 4.24rem;
    position: relative;
    display: flex;
    border: 0.5px dashed #DCDCDC;
    border-radius: .05rem;
    padding: 1.07rem 0 0;
    align-items: center;
    flex-direction: column;
}

.cPoS3b {
    width: 100%;
    height: .96rem;
    padding: .27rem .33rem .22rem;
    border: 0.5px dashed #DCDCDC;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    margin-top: .23rem;
}

.cPoS3b h1 {
    width: 4.2rem;
    height: 100%;
    font-family: rr;
    font-size: .2rem;
    font-weight: 500;
    line-height: .42rem;
    letter-spacing: 0em;
    text-align: center;
    border: 0.5px dashed #DCDCDC;
}

.cPoS3end {
    width: 100%;
    height: .62rem;
    font-family: ll;
    font-size: .24rem;
    font-weight: 500;
    line-height: .62rem;
    letter-spacing: 0em;
    text-align: center;
    background: linear-gradient(90.47deg, #C7000B 0%, #EB474D 100%);
    color: #FFFFFF;
    border-bottom-left-radius: .05rem;
    border-bottom-right-radius: .05rem;

}

.cPoS4 {
    border: 0.5px dashed #DCDCDC;
    width: 100%;
    height: .68rem;
    display: flex;
    padding: .4rem;
    justify-content: space-between;
    align-items: center;
}

.cPoS4 h1 {
    font-family: rr;
    font-size: .2rem;
    font-weight: 500;
    line-height: .28rem;
    letter-spacing: 0em;
    text-align: left;
    color: #27221C;
    display: flex;
    align-items: center;
}

.cPoS4 h1 img {
    max-width: .3rem;
    max-height: .3rem;
    margin-right: .25rem;
}

.gdcjck {
    width: 100%;
    padding: .88rem calc((100vw - 14.6rem)/2) .7rem;
    background-color: #F5F7F9;
    display: flex;
    flex-wrap: wrap;
}

.gdcjck li {
    width: 30%;
    margin: 0 .22rem .5rem;
}

.gdcjck li:hover img {
    transform: scale(1.1);
}

.gdcjck li:hover .mosgd {
    background-color: #C7000B;
    color: #FFFFFF;
    cursor: pointer;
}

.mosgd a {
    display: flex;
    flex-direction: column;
width:100%;
height:100%;
justify-content: center;
color: #C7000B;
}

.mosgd a:hover {color:#fff;}
mosgd:hover a {color:#fff;}
.gdcjck .gdcjckt {
    width: 100%;
    height: 2.55rem;
    overflow: hidden;
}

.gdcjck .gdcjckt img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 1s ease 0s;
object-fit:cover;
}

.gdcjck .gdcjckb {
    width: 100%;
    height: 3.87rem;
    padding: .44rem .34rem .68rem;
    background-color: #FFFFFF;
    position: relative;

}

.gdcjck li:hover .mosgd  a {color:#fff;}

.gdcjck .gdcjckb h1 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 500;
    line-height: .28rem;
    letter-spacing: 0em;
    text-align: left;
    color: #27221C;
    margin-bottom: .2rem;
}

.gdcjck .gdcjckb h2 {
    height: 1.53rem;
    width: 100%;
    overflow: hidden;
display:none;
}

.gdcjck .gdcjckb p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    letter-spacing: 0em;
    text-align: left;
    color: #666666;
    padding-left: 1.3em;
    text-indent: -1.3em;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.mosgd {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: .48rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: center;
    color: #C7000B;
    border: 1px solid #C7000B;
    /* margin-top: .27rem; */
    position: absolute;
    bottom: .68rem;
}

/* 运营场景详情页 */

.yycj {
    width: 15rem;
    margin: 0 auto;
    padding-bottom: 1.18rem;
}

.yycj>h3 {
    color: #27221C;
    text-align: center;
    font-family: mm;
    font-size: .38rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 0.35rem;
    margin-bottom: 0.49rem;
}

.yycjcen ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .62rem;
    border-bottom: .01rem solid rgba(201, 202, 202, 0.5);
}

.yycjcen ul li {
    width: 3.46rem;
    height: 4.04rem;
    border: 0.6px solid rgba(201, 202, 202, 0.5);
    border-radius: .15rem;
}

.yycjicon {
    width: .72rem;
    height: .72rem;
    margin: .77rem auto .81rem;
    position: relative;

}

.yycjicon::after {
    content: "";
    display: inline-block;
    width: .2rem;
    height: 1px;
    background: #C7000B;
    position: absolute;
    bottom: -0.53rem;
    left: 50%;
    transform: translateX(-50%);
}

.yycjicon img {
    width: 100%;
    height: 100%;
}

.yycjicons {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .42rem;
    letter-spacing: 0em;
    text-align: center;

}

.yycjbig {
    width: 100%;
    /* height: 8.67rem; */
    margin-top: .63rem;
}

.yycjbig img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.chxin {
    padding: .94rem calc((100vw - 15rem)/2) .76rem;
background:#F8F8F8;
}

.list-chxin {
    display: flex;
    margin-top: .34rem;
}

.list-chxin li {
    width: 25%;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: .18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #27221C;
    font-family: rr;
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}
.list-chxin li p{display: flex;
    align-items: center;}

.list-chxin li img {
    width: .48rem;
    height: .48rem;
    margin-right: .09rem;
}

.list-chxin li img:nth-of-type(1) {
    display: block;
}

.list-chxin li img:nth-of-type(2) {
    display: none;
}

.list-chxin li.active,
.list-chxin li:hover {
    border-bottom: 1px solid #C7000B;
    color: #C7000B;
}

.list-chxin li.active img:nth-of-type(1),
.list-chxin li:hover img:nth-of-type(1) {
    display: none;
}

.list-chxin li.active img:nth-of-type(2),
.list-chxin li:hover img:nth-of-type(2) {
    display: block;
}

.list-chxin-detail {
    margin-top: .41rem;
}

.list-chxin-detail li {
    display: none;
}

.list-chxin-detail li:first-of-type {
    display: block;
}

.list-chxin-detail li p {
    color: #666;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: .38rem;
}

.chxins {
    margin-top: .61rem;
    height: 3.02rem;
}

.chxins a {
        display: flex;
    width: 3.42rem;
    height: 2.28rem;
    overflow: hidden;
justify-content: center;
    background: #fff;
}

.chxins a img {
    transition: transform 1s ease 0s;
height:100%;
object-fit:cover;
}

.chxins a img:hover {
    transform: scale(1.02);
}

.chxins .swiper-wrapper {
    padding-left: 0.12rem;
}

.chxins .swiper-slide {
    height: 2.28rem;
}

.swiper-pagination-chxins {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;

}

.swiper-pagination-chxins .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: .3rem;
}

#swiper-pagination-chxins .swiper-pagination-bullet {
    width: .08rem;
    height: .08rem;
    margin: 0 .1rem;
    opacity: 1;
    background-color: #BABABA;
}

#swiper-pagination-chxins .swiper-pagination-bullet-active {
    width: .1rem;
    height: .1rem;
    background-color: #C7000B;
}

.jiazi {
    position: absolute;
    width: 100%;
    height: .77rem;
    left: 0;
    bottom: -3px;
    z-index: -1;
}


.cebox .chxins {
    display: none;
}

.cebox .chxins:first-of-type {
    display: block;
}


/* head 样式二 */





/* 联系pp电子 */
.lxwer {
    width: 15rem;
    margin: .94rem auto 1.02rem;

}

.lxwer ol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .14rem;
}

.lxwer ol li {
    width: 4.69rem;
    height: 2.6rem;
    border: 0.8px solid #DDDDDD;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: .41rem;
}

.lxwer ol li>a {
display:block;
width: 0.24rem;
    height: 0.24rem;
overflow: hidden;
}

.lxwer ol li>a:hover img {
transform: translateY(-100%);
  filter: drop-shadow(0 .24rem #C7000B);
}

.lxwer ol li img {
    width: .48rem;
    height: .48rem;
    margin-top: .49rem;
    margin-bottom: .2rem;
}

.lxwer ol li h5 {


    font-family: mm;
    font-size: .18rem;
    font-weight: 500;
    line-height: .46rem;
    letter-spacing: 0em;
    text-align: center;
    color: #333333;
    position: relative;
}

.lxwer ol li h5::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: .2rem;
    height: 1px;
    background-color: #C7000B;
}

.lxwer ol li h6,.lxwer ol li h6 a {
    margin-top: .14rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .46rem;
    letter-spacing: 0em;
    text-align: center;
    color: #666666;
}

.lxwer ol li h6 a:hover {color:#C7000B;}

.maps {
    width: 100%;
}

.maps img {
    width: 100%;
    height: 100%;
}

.mtjy {

    padding: 1.08rem calc((100vw - 15rem)/2) 1rem;

}

.mtjytitl {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mtjytitl a {
    margin: 0 .28rem;
    font-family: ll;
    font-size: .28rem;
    font-weight: 500;
    line-height: .33rem;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
    display: inline-block;
}

.mtjytitlx {
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, rgba(206, 206, 206, 0) 0%, #CECECE 49.73%, rgba(206, 206, 206, 0) 100%);
    margin-top: .23rem;
}

.mtjytitl .active,.mtjytitl a:hover {
    color: #C7000B;
}

.mtjytitl .active::after,.mtjytitl a:hover::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: .01rem;
    background-color: #C7000B;
    position: absolute;
    bottom: -0.24rem;
    left: 0;
}
.fm1box .fm1{
        display: none;
    }
    .fm1box .fm1:first-of-type {
        display: block;
    }
    .mtjytitl a {
        text-decoration: none;
        cursor: pointer;
    }
.mtts {
    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: .19rem;
    letter-spacing: 0em;
    text-align: center;
    margin-top: .28rem;
    color: #827E77;
}

.mtjyform {
    width: 15rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: .52rem;
    justify-content: space-between
}

.mtjyform input {
    width: 7.4rem;
    height: .58rem;
    background-color: #F5F7F9;
    border: none;
    margin-bottom: .2rem;
    padding-left: .31rem;
    position: relative;
    background-image: url(/images/xing.png);
    background-repeat: no-repeat;
    background-size: .09rem .09rem;
    background-position: .15rem .22rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: left;
}

.mtjyform textarea {
    width: 15rem;
    height: 2.55rem;
    background-color: #F5F7F9;
    border: none;
    resize: none;
    outline: none;
    padding: .2rem .31rem;
    position: relative;
    background-image: url(/images/xing.png);
    background-repeat: no-repeat;
    background-size: .09rem .09rem;
    background-position: .15rem .22rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: .21rem;
    letter-spacing: 0em;
    text-align: left;

}

.mtjy input[type="button"] {
    width: 2.05rem;
    height: .54rem;
    background-color: #C7000B;
    color: #FFFFFF;
    border: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: .61rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: .21rem;
    letter-spacing: 0em;


}

.ear {
    width: 100%;
    padding: .95rem 2.01rem .63rem 2.06rem;
    background-color: #F6F6F6;
}

.earcen {
    display: flex;
    justify-content: space-between;
}

.earcen img {
    width: 9.67rem;
    height: 9.47rem;

}

.earcen div {
    width: 3.69rem;
    height: 1.89rem;
    background-color: #FFFFFF;
    border-top: .03rem solid #C7000B;
    padding: .49rem .36rem;
    margin-top: 2.1rem;
    z-index: 10;
    position: relative;
}

.earcen div::after {
    content: "";
    display: inline-block;
    width: 8.9rem;
    height: 2.6rem;
    border-right: 1px solid #C7000B;
    border-top: 1px solid #C7000B;
    position: absolute;
    left: 3.6rem;
    top: .37rem;
}

.earcen div h5 {
    font-family: ll;
    font-size: .24rem;
    font-weight: 400;
    line-height: .28rem;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: .19rem;

}

.earcen div h6 {
    font-family: Roboto;
    font-size: .16rem;
    font-weight: 400;
    line-height: .24rem;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: .1rem;


}

/* 地图 */
.echarts-map {
    background-color: #F6F6F6;
    padding-top: .95rem;
}

.echarts-map h1 {
    color: #27221C;
    text-align: center;
    font-family: ll;
    font-size: .38rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: .58rem;
}



.mapmbox {
    position: relative;
}

.point {
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 2;
display:none;
}

.point img {
    -webkit-animation: twinkling1 1.5s ease-in-out 0s infinite running;
    animation: twinkling1 1.5s ease-in-out 0s infinite running;
}

@keyframes twinkling1 {
    0% {
        opacity: 0.5;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}


.curve {
    position: absolute;
    width: 500px;
    height: 260px;
    border: 1px solid #C7000B;
    border-left: none;
    border-bottom: none;
    bottom: calc(100% - 15px);
    right: calc(100% - 15px);
    z-index: 1;
    width: 0;
    height: 0;
    overflow: hidden;
}

.point1 .curve {
    right: auto;
    left: calc(100% - 15px);
    border-right: none;
    border-left: 1px solid #C7000B;
}

.point1 .curve .neir {
    left: 100%;
}

.curve::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-color: #C7000B;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 3;
    border-radius: 100%;
}

.point1 .curve::before {
    left: 100%;
}

.neir {
    width: 369px;
    height: 189px;
    flex-shrink: 0;
    border-top: 3px solid #C7000B;
    background-color: #fff;
    position: absolute;
    left: -369px;
    top: -40px;
    padding-top: 38px;
    padding-left: 36px;
}

.neir h1 {
    color: #262626;
    font-family: ll;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 19px;
}

.neir p {
    color: #27221C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.neir p .span {
    color: #27221C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mbbooxx {
    position: relative;
}

.point {
    position: absolute;
    margin: 0;
    cursor: pointer;
}

.point>img {
    width: 100%;
    height: 100%;
}

.point1 {
    top: 1.53rem;
    left: 10.03rem;
}

.point2 {
    top: 1.97rem;
    left: 9.2rem;
}

.point3 {
    top: 3.14rem;
    left: 9.63rem;
}

.point4 {
    top: 2.96rem;
    left: 8.89rem;
}

.point5 {
    top: 4.33rem;
    left: 8.83rem;
}

.point6 {
    top: 3.25rem;
    left: 7.81rem;
}

.point7 {
    top: 2.61rem;
    left: 7.42rem;
}



.bannerDescribe {
    position: absolute;
    z-index: 999999;
    top: 3.82rem;
    left: 50%;
    transform: translate(-48%, 0);
}

.bannerDescribe h1 {
    font-family: ll;
    font-style: normal;
    font-weight: 400;
    font-size: 0.2rem;
    line-height: 0.23rem;
    text-align: center;
    text-transform: upperchj;
    color: #ffffff;
    margin-bottom: 0.26rem;
}

.bannerDescribe p {
    font-family: "ll";
    font-style: normal;
    font-weight: 700;
    font-size: 0.58rem;
    line-height: 0.68rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0.32rem;
}

.bannerDescribe .gdbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.8rem;
    height: 0.42rem;
    background-color: #c60109;
    font-family: "ll";
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    text-align: center;
    color: #ffffff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.bannerDescribe .gdbtn:hover {
    background-color: #B9060D;
}





.overshow {
    overflow: visible !important;
}

.overhide {
    overflow: hidden !important;
}


.hdaid {
    display: flex;
    margin-top: 0.5rem;
}

.chj,
.insidebanner,
.chxin {
    display: block;
}

.mbchj,
.mbinsidebanner,
.mheader,
.droplist,
.mnav1,
.mbchxin,
.mbfda,
#fullscreen {
    display: none;
}






/* TODO 手机版 */
@media screen and (max-width:750px) {

    .insidebanner,
    .chxin {
        display: none;
    }

    .mbinsidebanner,
    .mheader,
    .droplist,
    .mnav1,
    .mbchxin,
    .mbfda {
        display: block;
    }


    .mbinsidebanner {
        width: 100%;
        height: 5.87rem;
        position: relative;
    }

    .mbinsidebanner img {
        width: 100%;
        height: 100%;
    }

    .mbinsidebanner .bannertxt {
        position: absolute;
        top: 2.42rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .mbinsidebanner .bannertxt h3 {
        color: #FFF;
        text-align: center;
        font-family: Roboto;
        font-size: .22rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: .2rem;
    }

    .mbinsidebanner .bannertxt h1 {
        color: #FFF;
        text-align: center;
        font-family: ll;
        font-size: .58rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .mbinsidebanner .bannertxt h2 {
        color: #FFF;
        text-align: center;
        font-family: ll;
        font-size: .24rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        margin-top: .18rem;
    }






    .mheader {
        width: 100%;
        height: 1rem;
        /* position: absolute; */
        z-index: 99;
        background-color: #FFFFFF;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0.4rem;
        border-bottom: 0.01rem solid #E2E2E2;
    }

    .mheader .mlogo {
        width: 1.4rem;
        height: 0.53rem;
        background-image: url(/images/logoo1.png);
        background-position: center;
        background-size: 1.4rem 0.53rem;
        background-repeat: no-repeat;
    }

    .searchinpbox {
        height: 100%;
        flex: 1;
        display: none;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .searchinpbox input[type=text] {
        width: 90%;
        height: 0.56rem;
        border-radius: 0.3rem;
        border: none;
        background-color: #F2F2F2;
        text-indent: 0.21rem;
        font-family: ll;
        font-size: .22rem;
        font-weight: 300;
        line-height: .26rem;
        letter-spacing: 0em;
        text-align: left;
        color: #70757C;
    }

    .searchinpbox>div {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 10%;
    }

    .mheaderr {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mheader .msearcho {
        width: 0.44rem;
        height: 0.44rem;
        background-image: url(/images/search1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0.4rem 0.4rem;
    }

    .mheader .closeaa {
        display: none;
        width: 0.44rem;
        height: 0.44rem;
        background-image: url(/images/close1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0.28rem 0.28rem;
    }

    .mheader .mmenu {
        width: 0.44rem;
        height: 0.44rem;
        background-image: url(/images/menu1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0.44rem 0.44rem;
        margin-left: 0.2rem;
    }

    
    .rightnav {
        display: none !important;
    }

    .head {
        display: none;
    }

    .banner,
    .chj {
        display: none;
    }

    .mbbanner,
    .mbchj {
        display: block;
    }

    .mbbanner img {
        filter: brightness(0.3);
        -webkit-filter: brightness(0.3)
    }

    .mbbanner .swiper-pagination {
        bottom: 0.55rem;
    }

    .mbbanner .homebanner .swiper-button-prev:after,
    .mbbanner .homebanner .swiper-button-next:after {
        font-size: 0;
    }

    .bannerDescribe {
        top: 4.17rem;
        transform: translate(-50%, 0);
        width: 100%;
    }

    .bannerDescribe h1 {
        font-size: .22rem;
    }

    .bannerDescribe .gdbtn {
        width: 1.8rem;
        height: .48rem;
        font-size: .22rem;
    }

    .bannerDescribe p {
        margin-bottom: .63rem;
    }

    .xwzx {
        width: 100%;
        /* padding: 0; */
        padding: .93rem calc((100vw - 6.4rem)/2);
        padding-bottom: .8rem;
        background-image: url(/images/xwzxbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .xwzx .xwBox {
        display: block;
    }

    .xwzx .xwBox .xwLeft {
        width: 100%;
        margin-right: 0;
        cursor: pointer;
        padding-bottom: .48rem;
        margin-bottom: .6rem;
        border-bottom: .01rem solid #D2D2D2;
    }

    .xwzx .xwBox .xwLeft>div {
        width: 100%;
        height: 4.2667rem;
        overflow: hidden;
    }

    .xwzx .xwBox .xwLeft h2 {
        font-size: .28rem;
    }

    .xwzx .xwBox .xwLeft p,
    .xwzx .xwBox .xwLeft .readmore {
        display: none;
    }

    .xwzx .xwBox .xwRight ul li .xwRightimg {
        width: 1.8rem;
        height: 1.2031rem;
    }

    .xwzx .xwBox .xwRight ul li .xwRightimg img {
        width: 100%;
        height: 100%;
    }

    .xwzx .xwBox .xwRight ul li .xwRightdet p {
        display: none;
    }


    .xwzx .xwBox .xwRight ul li .xwRightdet h2 {
        font-size: .22rem;
        line-height: .38rem;
        margin-top: -0.1rem;
        margin-bottom: .2rem;
    }

    .xwzx .xwBox .xwRight ul li .xwRightdet .readmore {
        font-size: .2rem;
    }


    .xinwct {
        padding: .74rem .35rem 1.21rem;
	background: #f5f5f5;
    }

    .xinwct .xinwentop {
        display: block;
        position: relative;
        margin-bottom: 0.8rem;
    }

    .xinwct .xinwentop p {
        font-size: .32rem;
        line-height: .58rem;
    }

    .xinwct .xinwentop a {
        position: absolute;
        bottom: -0.5rem;
        right: 0;
        font-size: .28rem;
    }

    .xinwct a img {
        width: .195rem;
        height: .24rem;
    }

    .xinwct .xinwenbottom {
        flex-wrap: wrap;
    }

    .xinwct .xinwenbottom .left {
        width: 48%;
        padding: .33rem .19rem .43rem;
        height: auto;
        margin-bottom: .16rem;
    }

    .xinwct .xinwenbottom .left:first-child {
        margin-right: .16rem;
    }

    .xinwct .xinwenbottom .left:nth-of-type(2) {
        margin-right: 0;
    }

    .xinwct .xinwenbottom .middle {
        height: 1.89rem;
    }

    .xinwct .xinwenbottom .top h1 {
        font-size: .28rem;
    }

    .xinwct .xinwenbottom .top div,
    .xinwct .xinwenbottom .bottom .date,
    .xinwct .xinwenbottom .right .date {
        font-size: .2rem;
    }

    .xinwct .xinwenbottom .bottom .bc {
        font-size: .22rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .xinwct .xinwenbottom .right h2 {
        font-size: .22rem;
        margin-bottom: .22rem;
    }

    .xinwct .xinwenbottom .right p {
        font-size: .18rem;
        line-height: .32rem;
        margin: 0;
    }

    .xinwct .xinwenbottom .right .r1 {
        margin-bottom: .16rem;
    }

    .xinwct .xinwenbottom .right .r2 {
        padding-bottom: 0.8rem;
    }



    .solution {
        width: 100%;
        height: auto;
        padding: .96rem calc((100vw - 6.4rem)/2) 1.03rem;
        background-image: url(/images/mbsolutionbg.jpg);
        background-size: cover;
padding-right:0;
    }


    .solution ul {
        /* flex-wrap: wrap; */
        margin-bottom: .49rem;
        overflow-x: scroll;
    }

    .solution ul li {
        margin-right: .4rem;
        width: 4rem;
        height: 3.8rem;
        padding-top: .73rem;
        margin-bottom: .37rem;
        flex: none;
        flex-shrink: 0;
    }

    .solution ul li img {
        margin-bottom: .26rem;
        width: 0.88rem;
        height: 0.88rem;
    }


    .solution ul li h2 {
        width: 1.76rem;
        text-align: center;
        line-height: .36rem;
        font-size: .28rem;
        margin-bottom: .42rem;
    }

    .solution ul li h2:after {
        top: .56rem;
    }

    .solution ul li p {
        font-size: .2rem;
    }


    .solution h1 {
        font-size: .42rem;
        margin-bottom: .3rem;
    }

    .solution h6 {
        font-size: .22rem;
    }

    .solution .readmore {
        width: 2.4rem;
        height: .78rem;
        font-size: .22rem;
    }

 .solution h1,.solution h6,.cases h1,.cases h6 {padding-right: 0.35rem;}

    .chj {
        padding: .91rem calc((100vw - 6.4rem)/2) 0.9rem;
    }

    .chj .title {
        display: block;
        color: #27221C;
        text-align: center;
        font-family: ll;
        font-size: .42rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: .49rem;
    }

    .chj .chjBox {
        flex-direction: column-reverse;
    }


    .chj .chjLeft {
        padding-top: .55rem;
    }

    .chj .chjLeft h1 {
        display: none;
    }

    .chj .chjLeft h2 {
        font-size: .28rem;
        font-weight: 500;
        margin-bottom: .37rem;
    }

    .chj .chjLeft p {
        font-size: .22rem;
        margin-bottom: .2rem;
    }

    .chj .chjLeft p:last-of-type {
        margin-bottom: 0;
    }

    .chj .chjRight div {
        width: 100%;
        height: 4.2644rem;
        border-bottom-left-radius: 2rem;
    }

    .chj .chjLeft .readmore {
        width: 1.8rem;
        font-size: .22rem;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .chjBottom {
        display: none;
    }


    .mbchj {
        padding: .91rem calc((100vw - 6.4rem)/2) 0.9rem;
        background-color: #F1F2F3;
    }

    .mbchj .title {
        display: block;
        color: #27221C;
        text-align: center;
        font-family: ll;
        font-size: .42rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: .49rem;
    }

    .mbchj .items .zbcs {
        width: 100%;
        height: 4.6rem;
        border-bottom-left-radius: 2.6rem;
        overflow: hidden;
    }

    .mbchj .items .zbcs img {
        width: 100%;
        height: 100%;
    }

    .mbchj .chjLeft {
        padding-top: 0.55rem;
    }

    .mbchj .chjLeft h1 {
        display: none;
    }

    .mbchj .chjLeft h2 {
        font-size: .28rem;
        font-weight: 500;
        margin-bottom: .37rem;
    }

    .mbchj .chjLeft p {
        font-family: "ll";
        font-style: normal;
        font-weight: 300;
        line-height: 0.28rem;
        color: #666666;
        cursor: pointer;
        font-size: .22rem;
        margin-bottom: 0.2rem
    }

    .mbchj .chjLeft .readmore {
        margin-top: 0.64rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2.4rem;
        height: 0.78rem;
        background-color: #c60109;
        font-family: "ll";
        font-style: normal;
        font-weight: 400;
        font-size: 0.22rem;
        color: #ffffff;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .mbchj .swiper-button-next:after,
    .mbchj .swiper-button-prev:after {
        font-size: 0;
    }

    .mbchj .swiper-button-next img,
    .mbchj .swiper-button-prev img {
        width: .48rem;
        height: .48rem;
    }

    .mbchj .swiper-button-next,
    .mbchj .swiper-button-prev {
        top: 25%;
    }

    .mbchj .swiper-button-prev {
        left: -0.25rem;
    }

    .mbchj .swiper-button-next {
        right: 0;
    }


    .cases {
        padding: 1.16rem 0.35rem 1.4rem;
	padding-right: 0;
    }

 .cases .readmore {
	/*margin-left: -0.35rem;*/
}

    .cases h1 {
        font-size: .42rem;
    }

    .cases h6 {
        font-size: .22rem;
        line-height: .4rem;
    }

    .cases .swiper-pagination1 {
        display: none;
    }

    .cases .casecard .casep p {
        font-size: .24rem;
    }
.cases .casecard .casep p a {font-size: .24rem;display:block;text-align:left;}

    .cases .casecard .casep a {
        display: none;
    }

    .cases .casecard .casep {
        height: .96rem;
        padding-top: .36rem;
        padding-left: .31rem;
    }



    .cases .swiper-slide-next {
        left: -36%;
    }

    .bournsbox {
        overflow: hidden;
    }

    .cases .bournsbox img {
        width: auto;
        height: 4.2rem;
    }

    .cases .readmore {
        margin-top: 0.64rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2.4rem;
        height: 0.78rem;
        background-color: #c60109;
        font-family: "ll";
        font-style: normal;
        font-weight: 400;
        font-size: 0.22rem;
        color: #ffffff;
        position: relative;
        left: 47.6%;
        transform: translateX(-50%);

    }

    .aboutts {
        padding: 1.16rem calc((100vw - 6.4rem)/2) 1.4rem;
        flex-direction: column-reverse;
    }

    .aboutts .title {
        display: block;
        color: #27221C;
        text-align: center;
        font-family: ll;
        font-size: .42rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: .39rem;
    }

    .aboutts .aboutRight img {
        width: 100%;
        height: 4.6rem;
    }

    .aboutts .aboutLeft h1 {
        display: none;
    }

    .aboutts .aboutLeft h2 {
        font-size: .28rem;
    }

    .aboutts .aboutLeft p {
        font-size: .22rem;
        line-height: .48rem;
    }

    .aboutts .aboutLeft ul h3 {
        font-size: .42rem;
        text-align: center;
    }

    .aboutts .aboutLeft ul h3 span {
        font-size: .32rem;
    }

.aboutts .aboutLeft {width:auto;margin-right:0;}

    .aboutts .aboutLeft ul p {
        font-size: .22rem;
        width: 1.69rem;
        line-height: .36rem;
        text-align: center;
    }

    .aboutts .aboutLeft .readmore {
        width: 2.4rem;
        height: .78rem;
        /**position: relative;
        left: 50%;
        transform: translateX(-50%);**/
        font-size: .22rem;
margin: 0 auto;
    }
.aboutts .aboutLeft ul {padding:0;justify-content:space-between;}
.aboutts .aboutLeft a.redMore {
    left: calc(50% - 1.2rem);
}
    .tsfoot {
        padding: .85rem .55rem 0;
        height: auto;
        background-image: url(/images/mbfootbg.jpg);
    }

    .tsfootLeft>div input {
        font-size: .22rem !important;
    }

    .tsfootLeft>div input:first-child {
        height: .58rem;
        width: 3rem;
    }

    .tsfootLeft>div input:last-child {
        height: .58rem;
        width: 2.01rem;
    }

    .tsfoot-1 {
        display: block;
    }

    .tsfootRight div {
        float: none;
    }

    .tsfootRight p {
        font-size: .38rem;
        margin-top: .36rem;
    }
  .tsfootRight p a { font-size: .38rem;}

    .tsfootRight div a {
        margin-left: 0;
        margin-right: .26rem;
        width: .42rem;
        height: .42rem;
        background-size: .24rem .24rem;
    }

    .tsfoot-2 {
        display: none;
    }

    .tsfoot-3 {
        display: block;
        height: auto;
        padding: .25rem 0;
    }
.tsfoot-3 br {display:block;}

    .tsfoot-3 p,
    .tsfoot-3 a {
        font-size: .22rem;

    }

    .tsfoot-3 p {
       
        display: inline-block;
        line-height: .4rem;
    }


    .tsfoot-3> div a {
        display: none;
    }

    .tsfoot-3> div .spans {
        display: none;
    }

    .builder {
        display: inline-block !important;
    }

    .mbchxin {
        padding: .8rem .35rem 1.1rem;
    }

    .tstitle {
        font-size: .42rem;
    }

    .tstitle1 {
        font-size: .22rem;
        line-height: .42rem;
        margin-top: .25rem;
        text-align: center;
    }


    .mbcxbox {
        margin-top: .22rem;
    }

    .chxcate {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .chxcate .left {
        display: flex;
        align-items: center;
    }

    .chxcate .left img {
        width: .72rem;
        height: .72rem;
        margin-right: .18rem;
    }

    .chxcate .left h5 {
        color: #27221C;
        font-family: rr;
        font-size: .28rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .chxcate .kgbtn {
        width: .48rem;
        height: .48rem;
        background-image: url(/images/jjia.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .mbcxbox ul {
        border-top: 1px solid #D2D2D2;
    }

    .mbcxbox ul li.active .chxcate .kgbtn {
        background-image: url(/images/jjian.png);

    }

    .mbcxbox ul li.active .chxcate .left h5 {
        color: #C7000B;
    }

    .mbchxnr {
        padding-top: .39rem;
        padding-bottom: .49rem;
        border-bottom: 1px solid #D2D2D2;
        display: none;
    }


    .mbchxnr p,.mbchxnr p a {
        color: #666;
        font-family: ll;
        font-size: .22rem;
        font-style: normal;
        font-weight: 300;
        line-height: .5rem;
    }


    .mbcxbox ul li .chxcate {
        border-bottom: 1px solid #D2D2D2;
        padding: .1rem 0;
    }

    .mbcxbox ul li .chxcate .left img:nth-of-type(1),
    .mbcxbox ul li.active .chxcate .left img:nth-of-type(2) {
        display: block;
    }

    .mbcxbox ul li .chxcate .left img:nth-of-type(2),
    .mbcxbox ul li.active .chxcate .left img:nth-of-type(1) {
        display: none;
    }

    .mbchxins {
        padding: 0 .22rem;
        height: 2.8rem;
        margin-top: .31rem;
    }

.mbchxins .swiper-slide a {display:flex;justify-content: center;width:100%;background:#fff;}

.mbchxins .swiper-slide a img {height: 2rem;
    width: auto;}

    .mbchxins img {
        width: 100%;
object-fit: cover;
    }

    .mbchxins .swiper-pagination-mbchxins {
        position: absolute;
        bottom: 0.1rem;
        display: flex;
        justify-content: center;
    }

    .mbchxins .swiper-pagination-mbchxins .swiper-pagination-bullet {
        width: .1rem;
        height: .1rem;
        margin: 0 .1rem;
        opacity: 1;
        background-color: #BABABA;
    }

    .mbchxins .swiper-pagination-mbchxins .swiper-pagination-bullet-active {

        background-color: #C7000B;
    }


    .dxanli {
        padding: .88rem .35rem 0;
    }

    .casecard .caseimg {
        width: 3.26rem;
        height: 2.17rem;
    }


    .casecard .casep {
        width: 3.26rem;
        height: 1rem;
padding: 0 0.32rem;
    }

  .casecard .casep a {
	display:flex;
	width: 100%;
	height: 100%;
	align-items: center;

}

  .caselist .casecard {
        margin: 0 1%;
    }

    .caselist .casecard:nth-of-type(2n) {
        /* margin-right: 0 !important; */
    }

    .casecard .casep .rm {
        display: none;
    }


    .casecard>a {
        display: block;
    }

    .casecard .casep p {
        margin-bottom: 0;
line-height: 0.32rem;
    }

    .caselist .casecard {
        margin-bottom: .39rem;
    }

    .caselist .casecard:nth-of-type(7),
    .caselist .casecard:nth-of-type(8),
    .caselist .casecard:nth-of-type(9) {
        margin-bottom: .39rem;
    }


    .dxanli .tstitle {
        display: none;
    }

    .dxanli .nav3 {
        margin-top: 0;
        border-top: none;
        padding-top: 0;
        padding-bottom: .26rem;
    }

    .dxanli .nav3 ul li a {
        font-size: .32rem;
    }

    .dxanli .nav3 ul li.active::after {
        top: .58rem;
top: calc(100% + 0.26rem);
    }

    .dxanli .mshu p {
        font-size: .22rem;
        line-height: .42rem;
    }

    .casecard .casep p {
        font-size: .22rem;
    }


    .anlidetail .neirong .title {
        margin-bottom: .4rem;
        font-size: .38rem;
    }

    .anlidetail .neirong {
        padding: 0 .35rem 0.93rem;

    }

    .anlidetail .bread {
        margin: 0 0 .4rem .35rem;
        font-size: .2rem;
    }

    .midd {
        padding: .68rem .35rem .52rem;
    }

    .midd .nav {
        margin-bottom: .26rem;
    }

    .midd .nav ul li img {
        width: .32rem;
        height: .32rem;
    }


    .midd .nav ul li {
        font-size: .28rem;
        margin: 0 .3rem;
    }


    .midd .nav ul li.active::after,
    .midd .nav ul li:hover::after {
        top: 0.66rem;
top:calc(100% + 0.32rem);
    }



    .midd .ctt p {
        font-size: .22rem;
        line-height: .48rem;
    }



    .tuijiananli {
        padding: .77rem .35rem 1.08rem;
    }

    .tuijiananli .casecard {
        margin-right: 0.28rem;
    }



    .tuijiananli .casecard .casep {
        height: auto;
        background-color: transparent;
    }


    .tuijiananli .casecard .casep {
        padding-left: .26rem;
        padding-top: .23rem;
        padding-bottom: .2rem;
    }

    .tuijiananli .casecard .casep p {
        margin-bottom: .1rem;
        height: .64rem ;
        overflow:hidden; 
        text-overflow:ellipsis;
        display:-webkit-box; 
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2; 
        /* autoprefixer: off; */
        -webkit-box-orient: vertical;
    }


    .tuijiananli .casecard .casep a {
        color: #767676;
        font-family: HarmonyOS Sans;
        font-size: .2rem;
        font-style: normal;
        font-weight: 250;
        line-height: normal;
        text-transform: uppercase;
        width: auto;
        height: auto;
    }

    .readmore1 {
        width: 1.8rem;
        height: .62rem;
        font-size: .22rem;
    }


    .tuijiananli .caselist .casecard {
        display: none;
    }

    .tuijiananli .caselist .casecard:nth-of-type(1),
    .tuijiananli .caselist .casecard:nth-of-type(2) {
        display: block;
    }

    .tuijiananli .caselist .casecard {
        margin: 0;
    }

    .tuijiananli .caselist .casecard {
        margin-right: calc(100% - 6.52rem);
    }

    .tuijiananli .caselist .casecard:nth-of-type(2n) {
        margin-right: 0;
    }

    .tuijiananli .readmore1 {
        margin-top: .50rem;
    }


    .onepage {
        width: 6.8rem;
        overflow: hidden;
    }


    .onepage p img {
        width: 100%;
    }

    .onepage p {
        font-size: .22rem;
        line-height: .5rem;
        margin-bottom: .29rem;
    }


    .onepage h1 {
        font-size: .42rem;
        margin-bottom: .25rem;
    }

    .onepage h2 {
        font-size: .22rem;
        margin-bottom: .43rem;
    }

    .ssjg {
        width: 6.8rem;
    }

    .mbx {
        margin-top: .3rem;
        font-size: .2rem;
    }

    .ssjg>h3 {
        margin-top: .39rem;
        margin-bottom: .42rem;
        font-size: .42rem;
    }


    .sstop .sstl a {
        font-size: .22rem;
        margin-right: .8rem;
        line-height: normal;
    }

    .ssts {
        font-size: .22rem;
    }

    .ssts img {
        width: .28rem;
        height: .28rem;
        margin-right: .15rem;
    }

    .jgbox {
        height: auto;
        min-height: 3.23rem;
        padding-bottom: .4rem;
    }

    .jgbox h3 {
        font-size: .24rem;
        line-height: .48rem;
        margin-bottom: .08rem;
    }

    .jgbox p {
        font-size: .22rem;
        line-height: .5rem;
        margin-bottom: .46rem;
    }

    .ssjg input[type='button'] {
        font-size: .2rem;
    }


    .yspart1 {
        padding: .82rem .35rem 1.28rem;
    }

    .yspart1 ul {
        display: block;
    }

    .yspart1 ul li {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: .4rem;
    }

    .yspart1 ul li:last-of-type {
        margin-bottom: 0;
    }

    .yspart1 ul li .top {
        height: 3.71rem;
    }

    .yspart1 ul li h2 {
        font-size: .28rem;
        margin-bottom: .2rem;
    }

    .yspart1 ul li p {
        font-size: .22rem;
        line-height: .48rem;
    }

    .yspart1 ul li .bottom {
        padding: .85rem .5rem .47rem;
        height: auto;
    }

    .ysnum {
        font-size: .5rem;
    }

    .yst2 {
        font-size: .28rem;
    }

    .yspart2 {
        padding: .8rem .35rem 1.23rem;
    }

    .yspart2 ul {
        display: block;
        margin-top: .42rem;
    }

    .yspart2 ul li {
        width: 100%;
        height: auto;
        padding: .59rem .8rem .63rem;
        margin-right: 0;
        margin-bottom: .3rem;
        border-radius: 10px;
        display: block;
        text-align: center;
    }

    .yspart2 ul li h2 {
        font-size: .28rem;
    }


    .yspart2 ul li:last-of-type {
        margin-bottom: 0;
    }

    .yspart2 ul li p {
        width: auto;
        text-align: left;
        font-size: .22rem;
        line-height: .48rem;
    }


    .yspart3 {
        padding: .94rem .35rem 1.07rem;
    }

    .hdaid {
        flex-direction: column-reverse;
    }

    .yspart3 .right {
        width: 100%;
        height: 4rem;
        margin-bottom: .52rem;
    }

    .yspart3 .left ul li {
        margin-bottom: .4rem;
    }
.yspart3 .left ul li>p {width:auto;}

    .yspart3 .left ul li:last-child {
        margin-bottom: 0;
    }

    .yspart3 .left ul li img {
        margin-right: .4rem;
        margin-top: -0.25rem;

    }

    .yspart3 .left ul li h3 {
        font-size: .28rem;
        margin-bottom: .15rem;
    }

    .yspart3 .left ul li p {
        font-size: .22rem;
        line-height: .48rem;
    }
.yspart3 .left ul li p {width: auto;}
.yspart3 .left {margin-right: 0;}
.yspart3 .left ul li img?{margin-right:0.4rem;height:auto;margin-top:-0.03rem;}
.yspart3 .left ul li>p?{margin-right: 0.4rem}
.yspart3 .left ul li img {height:auto;margin-top:-0.03rem;}
.yspart3 .left ul li>p{margin-right:0.4rem;}
    .jianjie {
        padding: .82rem .35rem .72rem;
    }

    .jianjie p {
        font-size: .22rem;
        line-height: .5rem;
        margin-bottom: .24rem;
    }

    .jianjie ul li {
        margin: 0;
    }

    .jianjie ul {
        padding: 0 .05rem;
        justify-content: space-between;
    }

    .jianjie ul li div:first-of-type {
        font-size: .42rem;
    }

    .jianjie ul li div:last-of-type {
        width: 1.8rem;
        font-size: .22rem;
        line-height: .36rem;
    }

    .jianjie ul li div:first-of-type span {
        font-size: .32rem;
    }


    .culture {
        padding: 1.08rem .35rem .93rem;
    }

    .culture ul {
        flex-direction: column;
        align-items: center;
    }

    .culture ul li {
        width: 100%;
        height: auto;
        margin: 0;
        padding: .8rem .4rem .62rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: .2rem;
    }

    .culture ul li:last-child {
        margin-bottom: 0;
    }


    .culturep {
        padding: 0;
    }

    .hxtitle {
        font-size: .28rem;

    }

    .culturep p {
        font-size: .22rem;
        line-height: .48rem;
    }


    .hzmode {
        background-image: url(/images/mbhzmodebg.jpg);
    }


    .hzmode>div {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        margin-bottom: .5rem;
    }

    .hzmode .ab {
        padding-top: .5rem;
    }

    .hzmode .ab:first-of-type {
        border-right: none;
        border-bottom: 1px solid;
        border-image: linear-gradient(to right, rgba(255, 255, 255, 0.00) 4.17%, rgba(255, 255, 255, 0.40) 53.25%, rgba(255, 255, 255, 0.00) 100%) 1;
        padding-bottom: .42rem;
    }

    .hzmode .ab:last-of-type {
        padding-bottom: 0;
    }

    .hzmode h1 {
        font-size: .42rem;
    }

    .hzmode h2 {
        font-size: .28rem;
        margin-bottom: .38rem;
    }

    .hzmode p {
        font-size: .2rem;
    }

    .rmore {
        width: 2.4rem;
        height: .78rem;
        font-size: .22rem;
    }


    .tssadv {
        padding: 1.1rem .35rem 1.44rem;
    }

    .tssadv h1 {
        font-size: .42rem;
    }

    .tssadv ul {
        overflow-x: scroll;
        margin-bottom: .59rem;
    }

    .tssadv ul li {
        flex-shrink: 0;
        margin-right: .48rem;
    }


    .kuangjia {
        padding: .93rem .35rem .8rem;
    }



    .tedian {
        padding: .84rem .35rem 1rem;
        background-color: #fff;
    }

    .tedian .title {
        font-size: .22rem;
    }

    .tedian .a {
        font-size: .22rem;
        margin-top: .17rem;
        margin-bottom: .31rem;
    }



    .tedian .b .left {
        width: 2.62rem;
        padding: 0.36rem 0.21rem;
        transform: rotateZ(360deg);
    }

    .tedian .b .right {
        width: 3.98rem;
        transform: rotateX(360deg);
    }

    .tedian .b .left span {
        font-size: .22rem;
    }

    .tedian .b .right span {
        font-size: .22rem;
    }

    .tedian .c {
        display: block;
    }

    .tedian .c .left {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: .29rem;
        border-bottom: 1px solid #D5D5D5;
        margin-bottom: .6rem;
    }

    .tedian .c .left h2 {
        font-size: .26rem;
        margin-bottom: .16rem;
    }

    .tedian .c .left p {
        font-size: .22rem;
        line-height: .48rem;
    }

    .tedian .c .right {
        display: flex;
        justify-content: space-between;
    }

    .tedian .c .right img {
        margin: 0;
        width: 1.68rem;
        height: 1.52rem;
    }


    .tedian .d {
        height: 4.2rem;
        padding: .37rem .2rem 0;
        flex-direction: column;
        align-items: center;
    }

    .tedian .d div {
        width: 100%;
        margin-bottom: .43rem;
        font-size: .22rem;
    }

    .tedian .d img {
        width: 92%;
        display: none;
    }

    .tedian .d img:last-of-type {
        display: block !important;
    }

    .tedian .yth {
        display: block;
    }

    .tedian .yth li {
        width: 100%;
        height: 3.27rem;
        margin-right: 0;
        margin-bottom: .28rem;
        padding: .53rem .4rem 0;
    }

    .tedian .yth li:last-of-type {
        margin: 0;
    }


    .tedian .yth li div {
        margin-bottom: .29rem;
    }

    .tedian .yth li div img {
        width: .38rem;
        height: .38rem;
    }

    .tedian .yth p {
        font-size: .22rem;
        line-height: .48rem;
        text-align: center;
    }

    .tedian .bb {
        height: 2.64rem;
        padding: .19rem .15rem;
    }

    .tedian .bb .ulul {
        display: none;
    }

    .mbfda img {
        width: 100%;
    }

    .mbfda p {
        margin-top: .2rem;
        color: #333;
        font-family: ll;
        font-size: .2rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .mbfda p::before {
        content: "";
        display: inline-block;
        width: .24rem;
        height: .24rem;
        background-image: url(/images/fda.png);
        background-repeat: no-repeat;
        background-size: .24rem .24rem;
        margin-right: .1rem;
    }

    .yuny {
        padding: 1.03rem .35rem .55rem;
    }

    .yuny h2 {
        font-size: .22rem;
        line-height: .48rem;
    }

    .yuny ul {
        display: block;
    }

    .yuny ul li {
        margin-right: 0;
        width: 5.6948rem;
        height: 4.8204rem;
        background-image: url(/images/mww.png);
        background-size: 5.6948rem 4.8204rem;
        margin-bottom: .5rem;
    }

    .yuny ul li:last-of-type {
        margin-bottom: 0;
    }

    .yuny ul li .top>img {
        height: 1.55rem;
    }

    .yuny ul li .top .tm img {
        height: 1.55rem;
    }

    .yuny ul li:nth-of-type(1) .top .tm img {
        width: 3.94rem;
    }

    .yuny ul li:nth-of-type(2) .top .tm img {
        width: 3.4rem;
    }

    .yuny ul li:nth-of-type(3) .top .tm img {
        width: 3.3rem;
    }

    .yuny ul li .top .tri {
        width: 1.55rem;
        height: 1.55rem;
        flex-shrink: 0;
    }

    .yuny ul li .top {
        padding-top: 0.55rem;
        right: 0.2rem;
    }

    .yuny ul li .bottom {
        font-size: .22rem;
        line-height: .48rem;
        width: 3.74rem;
        top: 3.2rem;
    }

    .yuny ul li .top .tri img {
        width: .67rem;
    }

    .yuny ul li .top .tm span {
        font-size: .28rem;
    }


    .dingwei {
        padding: .83rem .35rem .8rem;
    }

    .dingweitop .waiquan {
        width: .97rem;
        height: .97rem;
        flex-shrink: 0;
    }

    .dingweitop .waiquan div {
        padding: .06rem .12rem;
        text-align: center;
        border: 0.07rem solid #C7000B;
    }

    .dingweitop .short {
        background-image: url(/images/mbshort.png);
        width: .14rem;
        height: .14rem;
        margin: 0;
        background-size: .14rem .14rem;
    }

    .dingweitop .long {
        background-image: url(/images/mblong.png);
        width: .33rem;
        height: .14rem;
        margin: 0;
        background-size: contain;
    }


    .dingweibottom .sx {
        width: 2rem;
    }

    .dingweibottom .sx p {
        font-size: .2rem;
    }
    #fullscreen {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 9999;
        overflow-x: scroll;
    }

    #fullscreen img {
        max-width: none;
    max-height: none;
      object-fit: fill;
        width: auto;
        height: 50vh;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
    }
.mmclose {
width: 0.72rem;
height: 0.72rem;
background-image: url(/images/mclose.png);
background-repeat: no-repeat;
background-size:0.72rem 0.72rem;
position: fixed;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
}

    /* mb联系 */
    .lxwer {
        width: 6.8rem;
    }


    .lxwer ol li {
        width: 3.28rem;
        height: 3.1rem;
    }

    .lxwer ol li img {
        margin-top: 0;
    }


    .lxwer ol li h5 {
        font-size: .28rem;
    }

    .lxwer ol li h6 {
        font-size: .22rem;
        line-height: .34rem;
    }

    .lxwer ol li {
        padding: .52rem .46rem .46rem;
    }

    .maps {
        height: auto;
    }

    .maps img {
        height: auto;
        display: none;
    }

    .maps .mmbmap {
        display: block !important;
    }

    .mtjyform {
        display: block;
        width: 100%;
    }

    .mtjyform input {
        width: 6.4rem;
        height: .78rem;
        display: block;
        background-position: 0.2rem center;
        padding-left: .45rem;
        font-size: .22rem;
    }

    .mtjyform textarea {
        width: 6.4rem;
        height: 2.55rem;
        padding-left: .45rem;
        font-size: .22rem;
        background-position: 0.2rem 0.26rem;
    }

    .mtjytitl a {
        font-size: .32rem;
        font-weight: 500;
    }

    .mtts {
        font-size: .22rem;
        font-style: normal;
        font-weight: 400;
        line-height: .4rem;
        width: 5.5rem;
        text-align: center;
    }

    .mtjy {
        padding: 1.05rem .55rem 1.5rem;
    }

    #echartsMapBox {
        height: 3.8rem;
        overflow: hidden;
        padding-left: 1rem;
    }

    /* #echartsMapBox canvas {
        padding-left: 0.5rem;
    } */



    .point {
        width: .2rem;
        height: .2rem;
    }

    .curve {
        bottom: calc(100% - 0.1rem);
        right: calc(100% - 0.1rem);
    }

    .point1 .curve {
        left: calc(100% - 0.1rem);
    }

    .point1 {
        top: .53rem;
        left: 4.5rem;
    }

    .point2 {
        top: .97rem;
        left: 3.8rem;
    }

    .point3 {
        top: 1.9rem;
        left: 4.2rem;
    }

    .point4 {
        top: 1.96rem;
        left: 3.6rem;
    }

    .point5 {
        top: 2.6rem;
        left: 3.6rem;
    }

    .point6 {
        top: 2rem;
        left: 2.9rem;
    }

    .point7 {
        top: 1.4rem;
        left: 2.6rem;
    }

    .neir {
        width: 4.2rem;
        height: 2rem;
        padding-top: .35rem;
        padding-left: .32rem;
        left: -4.2rem;
        top: -1rem;
    }

    .neir h1 {
        color: #262626;
        text-align: left;
        font-family: ll;
        font-size: .26rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: .26rem;
    }

    .neir p {
        font-size: .22rem;
        margin-bottom: .12rem;
    }

    .neir p .span {
        font-size: .22rem;
    }


    /* 加入pp电子综合页 */
    .joinff {
        height: 3.6rem;
    }
    .joinffleft, .joinffright{
        width: calc((100vw - 1.36rem)/2);
    }
    .joinffcenter {
        border-right: 1.36rem solid rgba(234, 238, 241, 0.9);
        border-top: 3.6rem solid rgba(179, 31, 50, 0.8);

    }

    .joinUs .active .joinffcenter {
        border-right: 1.36rem solid rgba(179, 31, 50, 0.8);
        border-top: 3.6rem solid rgba(234, 238, 241, 0.9);
    }

    .joinffleft::before {
        left: -0.67rem;

    }

    .joinffright::before {
        right: -.67rem;

    }

    .joinUs .txt {
        top: .81rem;
        width: 2.41rem;
    }

    .joinffright .txt {
        right: .65rem;
    }

    .joinffleft .txt {
        left: .65rem;
    }

    .joinUstitke {
        font-size: .38rem;
    }

    .joinUstitke::after {
        height: 3px;
        width: .64rem;
    }

    .joinUs .txt p {
        font-size: .22rem;
    }

    /* 清廉专区 */
    .ljzq {
        padding: .82rem .35rem;
    }

    .ljgg {
        height: auto;
        padding: .3rem .3rem .27rem .45rem;
    }

    .ljgg img {
        width: .48rem;
        height: .48rem;
    }

    .ljgg p {

        font-size: .22rem;
        font-weight: 300;
        line-height: .48rem;
        letter-spacing: 0em;
        text-align: left;
        margin-left: .3rem;
    }

    .ljzq ul {
        flex-wrap: wrap;

    }

    .ljzq ul li {
        width: 100%;
        margin-bottom: .82rem;
        height: auto;
        padding-bottom: .55rem;
    }

    .ljzq ul li .imgs img {
        width: .54rem;
        height: .54rem;
    }

    .ljzq ul li h5 {
        font-size: .28rem;
    }

    .ljzq ul li h6 span {
        font-size: .22rem;
        width: 1.1rem;
        line-height: .4rem;

    }
  .ljzq ul li h6 {font-size: .22rem; line-height: .4rem;}

    .ljzq ul li h6 p {
        font-size: .22rem;
        line-height: .4rem;
        margin-left: .2rem;
    }

    /* 相助模式 */

    .insidebanner {
        width: 100%;
        height: 5.84rem;
    }

    .hzmscen {
        width: 7.5rem;
        padding: 0.82rem 0.35rem 0;
padding: 0.6rem 0.35rem 1.1rem;
border-top: 1px solid #D8D8D8;
    }

    .nypt {
        margin-top: .45rem;
        width: 6.8rem;
        height: auto;
    }

    .nypttop {
        margin: .5rem .05rem 0;
    }

    .nypttitle {
        font-size: .28rem;
        width: 2.92rem;
    }

    .nypttopl {
        width: 1.27rem;
        height: 1.27rem;
    }

    .nypttopl img {
        width: 1.16rem;
        height: 1.16rem;
    }

    .mnypttopc {
        flex: 1;
        margin: 0 .02rem;

    }

    .mnypttopc div {
        font-family: ll;
        font-size: .16rem;
        font-weight: 300;
        line-height: .24rem;
        letter-spacing: 0em;

        position: relative;

    }

    .mnypttopct {
        margin-top: .18rem;
        border-bottom: 2px solid #969696;
        padding-bottom: .09rem;
        text-align: left;
    }

    .mnypttopct::after {
        content: "";
        display: inline-block;
        width: .15rem;
        border-bottom: 2px solid #969696;
        position: absolute;
        bottom: 0.02rem;
        transform: rotate(45deg);
        right: 0;
    }

    .mnypttopcb {
        margin-top: .25rem;
        border-top: 2px solid #969696;
        padding-top: .08rem;
        text-align: right;
    }

    .mnypttopcb::before {
        content: "";
        display: inline-block;
        width: .15rem;
        border-bottom: 2px solid #969696;
        position: absolute;
        top: 0.02rem;
        left: 0;
        transform: rotate(45deg);
    }

    .nypttopr .jia img {
        width: .27rem;
        height: .27rem;
    }

    .nypttopr {
        width: 2.95rem;
        height: 1.27rem;
        margin-left: 0;
    }

    .nypttopr .quan {
        width: 1.27rem;
        height: 1.27rem;
    }

    .nypttopr .quan img {
        width: 1.16rem;
        height: 1.16rem;
    }

    .nypttopr::after {
        width: .8rem;
        height: .15rem;
    }

    .mnypttopc::after {
        content: "";
        display: inline-block;
        width: 0.3rem;
        height: 0.4rem;
        background-image: url(/images/hzms3.png);
        background-position: center;
        background-size: 0.29rem 0.39rem;
        background-repeat: no-repeat;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -.6rem;
    }

    .nyptbom {
        width: 6.6rem;
        height: auto;
        flex-wrap: wrap;
        margin-bottom: .15rem;
        padding: 0.28rem 0 0.12rem;

    }

    .nyptbom li {
        width: 50%;
        margin-bottom: .22rem;
    }

    .nyptbom li p {
        font-size: .22rem;
        position: relative;
    }

    .ythbs {
        width: 6.8rem;
        padding-bottom: .32rem;
    }

    .ythbstitle {
        font-size: .28rem;
        width: 5.66rem;
    }

    .ythbsbig {
        width: 100%;
        flex-direction: column;
        height: auto;
        margin-bottom: .22rem;
    }

    .ythbsbig .yttitle {
        height: .66rem;
        line-height: .66rem;
    }

    .ythbsbigl h4 {
        margin-top: .36rem;
        margin-bottom: .42rem;
        font-size: .22rem;
    }

    .ythbsbigl ul {
        margin: 0 .45rem .39rem;
    }

    .ythbsbigl ul li {
        width: 1.16rem;
    }

    .ythbsbigl ul li p {
        font-size: .22rem;
        margin-top: .28rem;
    }

    .ythbs .jia {
        margin: .36rem 0;
    }

    .ythbs .jia img {
        width: .42rem;
        height: .42rem;
    }

    .ythbsbigr ul li {
        font-size: .22rem;
    }

    .ythbsbigr ul {
        margin: .23rem .4rem .24rem;
    }

    .ythbstxt {
        width: 100%;
        height: auto;
    }

    .ythbstxt p {
        width: 100%;
        margin-left: .21rem !important;
        font-size: .22rem;
        font-weight: 300;
        line-height: .38rem;
        letter-spacing: 0em;
        text-align: left;

    }

    .ythbs h6 {
        margin-top: .65rem;
        font-size: .28rem;
        margin-left: .19rem;
        width: auto;
    }

    .ythbs h5 {
        width: auto;
        height: auto;
        margin-top: .17rem;
        margin-left: .19rem;
        margin-right: .2rem;
        font-size: .22rem;
        font-weight: 500;
        line-height: .48rem;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: .31rem;
    }

    .ythbsbig1 {
        width: auto;
        margin: 0 .17rem;
    }

    .ythbsbig1l,
    .ythbsbig1r {
        width: 2.7rem;
    }

    .ythbsbig1 .yttitle {
        height: .66rem;
        line-height: .66rem;
        font-size: .24rem;
    }

    .ythbsbig1 ol {
        padding: 0 0.12rem 0.18rem;
    }

    .ythbsbig1 ol li {
        font-size: .2rem;
        height: auto;
        padding: .15rem 0;
        position: relative;
        padding-left: 0.18rem;
    }

    .ythbsbig1 ol li::before {
        margin: 0;
        position: absolute;
        left: 0;
        top: .25rem;

    }

    .ythbsbig1c p:first-of-type {
        margin-bottom: .25rem;
    }

    .ythbsbig1c p {
        color: #333333;
        font-size: .22rem;
        font-weight: 500;
        line-height: .32rem;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: .4rem;

    }

    .ythbsbig1c {
        width: .88rem;
    }

    /* 运营场景详情页 */
    .yycj {
        width: 7.5rem;
        padding: 0.3rem 0.35rem .92rem;
    }

    .mbx {
        margin-top: .3rem;
        font-size: .2rem;
    }

    .yycjcen ul {
        flex-wrap: wrap;
        border-bottom: 0.6px solid #C9CACA;
        padding-bottom: .41rem;
    }

    .yycjcen ul li {
        width: 3.26rem;
        margin-bottom: .36rem;
        border-radius: .15rem;
    }

    .yycj>h3 {
        margin-top: .39rem !important;
        margin-bottom: .39rem !important;
    }

    .yycjbig {
        margin-top: .6rem;

        position: relative;
    }

    .yycjbig img {
        margin-bottom: .32rem;
    }

    .fdckt {
        display: flex;
        align-items: center;
        justify-content: flex-end;

        color: #333333;
        font-size: .2rem;
        font-weight: 500;

        letter-spacing: 0em;

    }

    .fdckt img {


        margin: 0 .1rem 0 0;
        width: .24rem;
        height: .24rem;
    }

    /* 运营场景综合页 */
    .cPoS {
        padding: .83rem .35rem;
    }

    .cPoSsta {
        height: .62rem;
        line-height: .62rem;
    }

    .cPoS1 {
        flex-wrap: wrap;
        height: auto;
        padding: .22rem .31rem 0;
    }

    .cPoS1 h1 img {
        width: .36rem;
        height: .36rem;
    }

    .cPoS1 h1 {
        width: 45%;

        margin-bottom: .29rem;
    }

    .cPoS2 {
        padding: .2rem .2rem .9rem;
        margin-bottom: .7rem;
    }

    .cPoS2b {
        height: 1.4rem;
        margin-top: 0;
    }

    .cPoS2br {
        padding-left: .27rem;
    }

    .cPoS4 {
        flex-wrap: wrap;
        height: auto;
        padding: .22rem .31rem 0;
    }

    .cPoS4 h1 img {
        width: .36rem;
        height: .36rem;
        margin-right: 0;
        margin-bottom: .15rem;
    }

    .cPoS4 h1 {
        width: 46%;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* margin-bottom: .29rem; */
        text-align: center;
        height: 1.1rem;

    }

    .zhyygl {
        border-top-right-radius: .15rem;
        border-top-left-radius: .15rem;
    }

    .gdcjck {
        padding: .78rem .35rem;
    }

    .gdcjck li {
        width: 100%;

    }

    .gdcjck .gdcjckt {
        height: 3.72rem;
    }

    .gdcjck .gdcjckb h1 {
        font-size: .28rem;
        margin-bottom: .15rem;
    }

    .gdcjck .gdcjckb p {
        font-size: .22rem;
        padding-left: 0.7em;
        text-indent: -0.7em;
    }

    .cPoS3 {
        position: relative;
        padding: .15rem .15rem .25rem;
    }

    .cPoS3 img {
        width: 100%;
        height: auto;
    }

    .fdckt {
        display: flex;
        align-items: center;
        justify-content: flex-end;

        color: #333333;
        font-size: .2rem;
        font-weight: 500;

        letter-spacing: 0em;

    }

    .fdckt img {


        margin-right: .1rem;
        width: .24rem;
        height: .24rem;
    }

    .cPoS2t {
        width: 100%;
        height: auto;
    }

    .cPoS2t img {
        width: 100%;
        height: auto;
        margin-bottom: .22rem;
	object-fit: fill;
    }

    /* ------------------------------------------  手机版支解线  手机版写在线上面哦  ------------------------------------------------ */
}

.hzmode h2 {
    position: relative;
}

.hzmode h2:after {
    content: '';
    display: block;
    position: absolute;
    width: .24rem;
    height: .02rem;
    background-color: #C7000B;
    left: 50%;
    transform: translateX(-50%);
    top: 156%;

}

.bacgray {
    background-color: #f8f8f8;
}



a:hover {
    color: #C7000B;
}



@media screen and (min-width:751px){
    .mmbb{display: none !important;}
}
@media screen and (max-width:750px) {  .ppcc{
            display: none !important;
        }
    .cPoS {
     padding: .83rem .35rem;
    }
    .cPoSsta{
        height: .62rem;
        line-height: .62rem;
    }
    .cPoS1{
        flex-wrap: wrap;
        height: auto;
        padding: .22rem .31rem 0;
    }
    .cPoS1 h1 img{
        width: .36rem;
        height: .36rem;
    }
    .cPoS1 h1{
        width: 45%;
        
margin-bottom: .29rem;
    }
    .cPoS2{
        padding: .2rem .2rem .9rem;
        margin-bottom: .7rem;
    }
    .cPoS2b{
        height: 1.4rem;
        margin-top: 0;
    }
    .cPoS2br{
        padding-left: .27rem;
    }
    .cPoS4{
               flex-wrap: wrap;
               height: auto;
               padding: .22rem .31rem 0;
    }
    .cPoS4 h1 img{
        width: .36rem;
        height: .36rem;
        margin-right: 0;
margin-bottom: .15rem;
    }
    .cPoS4 h1{
        width: 46%;
        display: flex;
        flex-direction: column;
        align-items: center;
/* margin-bottom: .29rem; */
text-align: center;
height: 1.1rem;

    }
    .zhyygl{
        border-top-right-radius: .15rem;
        border-top-left-radius: .15rem;
    }
    .gdcjck{
        padding: .78rem .35rem ;
    }
    .gdcjck li{
        width: 100%;

    }
    .gdcjck .gdcjckt{
        height: 3.72rem;
    }
    .gdcjck .gdcjckb h1{
        font-size: .28rem;
        margin-bottom: .15rem;
    }
    .gdcjck .gdcjckb p{
        font-size: .22rem;
        padding-left: 0.7em;
        text-indent: -0.7em;
    }
    .cPoS3{
        position: relative;
        padding: .15rem .15rem .25rem;
    }
    .cPoS3 img{
        width: 100%;
        height: auto;
    }
    .fdckt{
     display: flex;  
align-items: center;
justify-content: flex-end;

color: #333333;
font-size: .2rem;
font-weight: 500;

letter-spacing: 0em;

    }
    .fdckt img{
        

        margin-right: .1rem;
        width: .24rem;
        height: .24rem;
    }
    .cPoS2t{
        width: 100%;
    height: auto;
    }
    .cPoS2t img{
        width: 100%;
        height: auto;
        margin-bottom: .22rem;
    }
}

.fm1 input[type="button"] {background-image:none;display:flex;justify-content: center;align-items:center;padding:0;}


.tsfoot #bdshare {
    flex-direction: row;
}

.tsfoot #bdshare a {background-color:#fff;}
.tsfoot #bdshare a:nth-of-type(1):hover {background-image: url(/images/wwbb1.png);background-color:#E10412;}
.tsfoot #bdshare a:nth-of-type(2):hover {background-image: url(/images/qqqq1.png);background-color:#027CFE;}
.tsfoot #bdshare a:nth-of-type(3):hover {background-image: url(/images/wwxx1.png);background-color:#10D169;}

/* .n6 {
    height: .5rem !important;
    border: 1px solid;
    border-left: none;
    border-radius: 0;
    border-right: none;
    background-color: transparent !important;
border-image: linear-gradient(to right,rgba(199,0,11,0.2),rgba(199,0,11,0.6),rgba(199,0,11,0.1)) 1;
 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.n6:hover{
    color: #C7000B !important;
    text-shadow: none;
} */

@media screen and (max-width:750px) {
.retuitu .nav3 a .shinavlist, .xinwencenter .nav3 a .shinavlist {font-size: .32rem;}
.retuitu .nav3, .xinwencenter .nav3 {padding-bottom:0.3rem;}
.retuitu .nav3 a.current .shinavlist:after, .retuitu .nav3 a:hover .shinavlist:after {top:calc(100% + 0.3rem)}
.xinwencenter .nav3 a.current .shinavlist:after, .xinwencenter .nav3 a:hover .shinavlist:after {top:calc(100% + 0.3rem)}

.mtjy input[type="button"] {
    width: 2.4rem;
height: .78rem;
font-size: .22rem;
}

a.redMore {
    width: 2.4rem;
    height: 0.78rem;
    background-color: #c60109;
}

a.redMore span {
    color: #FFF;
    text-align: center;
    font-family: HarmonyOS Sans SC;
    font-size: .22rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.companyjj {
padding: 0.76rem 0.3rem 0.9rem;
}
.xinwenlist{
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding: .4rem 0.3rem .5rem ;
    /* margin-top: .4rem; */
    background-color: #FFFFFF !important ;
}
.xinwenlist img{
margin-right: 0;
width: 2.48rem;
height: 1.65rem;
border-radius: 5px;
}
.xinwenlist p{
    display: none;
}
.xinwenlist h6{
    font-family: mm;
font-size: .24rem;
font-weight: 400;
line-height: .48rem;
letter-spacing: 0em;
text-align: justify;
color: #454545;
padding-right: .34rem;
margin-bottom: .37rem;
}
.mdates{
    font-family: Roboto;
font-size: .2rem;
font-weight: 300;
line-height: .38rem;
letter-spacing: 0em;
text-align: left;
color: #666666;
}
.xinwenlist div>span{
    display: block;
    font-family: MM;
    font-size: .2rem;
    font-weight: 300;
    line-height: .38rem;
    letter-spacing: 0em;
    text-align: left;
    color: #666666;
}
.xinwencenter{
    /* padding: 0 .6rem; */
}
.xinwencenter .mover {display:none;}

}

@keyframes leftIn
{
	0% {transform:translateX(-0.5rem);}
	100% {transform:translateX(0);}
}


.dianhua ,.douyin,.ckwxewm,.lxbg{
    animation: leftIn 0.4s linear;
}
<!--耗时1758295950.6647秒-->