* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100px;
}

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/Roboto-Medium.ttf") format("opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: "bb"; src: url("../font/Roboto-Bold.ttf") format("opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: "ll"; src: url("../font/Roboto-Light.ttf") format("opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: "rr"; src: url("../font/Roboto-Regular.ttf") format("opentype"); font-weight: normal; font-style: normal; }

/* 
@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;
}




/* 去除列表默认样式 */
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;
}
.target-fix {

    position: relative;
 
    top: -1.8rem;  /*偏移量*/
 
    display: block;
 
    height: 0;  
 
    overflow: hidden; 
 
 }
.shinav {
    width: 15rem;
    height: .35rem;
    /* margin-top: 2.9rem; */
    position: absolute;
    bottom: 100px;
    display: flex;
    /* justify-content: center; */
    /* left: 50%;
    transform: translateX(-50%); */
    left: 1.66rem;
}
.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: #E60012;

}
.current .shinavlist i{
    background: #E60012 !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: .72rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .84rem 0 .79rem;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.head .headtab {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    height: .72rem;
    /* 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: .72rem;
    letter-spacing: 0em;
}

.headright {
    display: flex;
    align-items: center;
    height: 100%;
}



.headright>.yuyanqiehuan1 {
    margin-right: 0;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}


.headright>.pinfo {
    margin-right: .32rem;
}

.headright .loginbtn {
    display: none;
}



.head .headright>a{
    color: #FFFFFF;
}


.headright img {
    width: .2rem;
    height: .2rem;

}

.head1 {
    width: 100%;
    height: .72rem;
    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: .72rem;
    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;
}
.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 #E60012;
    border-right: 1px solid #E60012;
}
.head1 .logo{
    display: inline-block;
    width: 1.58rem;
    height: .26rem;
    background: url(../images/logo1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.head2 .logo{
    display: inline-block;
    width: 1.58rem;
    height: .26rem;
    background: url(../images/logo1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.head .logo{
    display: inline-block;
    width: 1.58rem;
    height: .26rem;
    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: .72rem;
    /* position: relative; */
    /* margin-left: 5.2rem; */
}


.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: .72rem;
    letter-spacing: 0em;
}
.head .headtab>li a{
       color: #FFFFFF;
    font-family: rr;
    font-size: .16rem;
    font-weight: 400;
    line-height: .72rem;
    letter-spacing: 0em;
}
.head1 .headtab>li ul a,.head2 .headtab>li ul a{
    line-height: .22rem;
}


.headright .searchicon1,.headright .enorcn,.gzherm1 {
    margin-left: 0;
    margin-right: .32rem;
}

.gzherm1 {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}



.headright img {
    width: .2rem;
    height: .2rem;
    cursor: pointer;
}


.headtab .current {

    /* border-bottom: .03rem solid #E60012; */
}
.headtab .current::after {

    width: 100%;
}
.headtab .current>a {
    color: #E60012;
}
.headtab>li::after{
    content: "";
    display: flex;
    width: 0%;
    height: .03rem ;
    background-color: #E60012;
    position: relative;
    top: -0.02rem;
    /* transition: transform 1s ease 0s; */
}
.headtab li:hover {

    /* border-bottom: .03rem solid #E60012; */
    /* 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: #E60012;
    
}

.headinpbtn {
    display: inline-block;
    width: .48rem;
    height: .38rem;
    background-color: #E60012;
    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: #E60012;
}



.tabs-box {
    width: 100%;
    /* height: 3.9rem; */
    padding-bottom: .5rem;
    position: absolute;
    top: .72rem;
    left: 0;
    background-color: rgba(255, 255, 255,0.95);
    padding-left: 5.2rem;
    padding-top: .37rem;
    display: flex;
    border-bottom: 1px solid #E60012;
}
/* .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;
}

.footico {
    margin-right: .9rem;
}

.footico a {
    display: flex;
    width: 1.58rem;
    height: 0.26rem;
    background: url(../images/logoo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0.3rem;
}

.footico .footform {
    width: 3.35rem;
    height: 0.48rem;
    position: relative;
    margin-bottom: 0.32rem;
    display: flex;
    align-items: center;
}
.footico .footform input[type="text"] {
    width: 100%;
    height: 100%;
    border: 0.01rem solid #575757;
    color: #B7B7B7;
    font-family: HarmonyOS Sans SC;
    font-size: .16rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 0.15rem;
    background-color: transparent;
}
.footico .footform input[type="button"] {
    position: absolute;
    right: 0.04rem;
    top: 0.04rem;
    width: 0.7rem;
    height: 0.4rem;
    background-color: #E60012;
    border: none;
    outline: none;
    background-image: url(../images/sscch.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.24rem 0.24rem;
}
.footico h6 {
    color: #B7B7B7;
    font-family: HarmonyOS Sans SC;
    font-size: .16rem;
    font-style: normal;
    font-weight: 300;
    line-height: 0.32rem;
    width: 3.04rem;
}




.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;
    width: 2.06rem;

}
.foottopleft>li:first-of-type {
    width: calc(2.06rem - 2em);
}



.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 {
    color: #B7B7B7;
    font-family: ll;
    font-size: .16rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 0.2rem;
}

.foottopleft a>p:hover {
    color: #E60012;
}

.foottopright {
    /* width: 5.89rem; */
    height: 2.49rem;
    box-sizing: border-box;
    /* padding-left: .76rem; */
    display: flex;
    flex-direction: column;
    flex: 1;

}

.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: #E60012;
}
.xingxitabright {
    flex: 1;
    display: flex;
    flex-direction: column;

    align-items: end;
    margin-top: .36rem;
}

.xingxitableft h5 {
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: normal;
    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: #B7B7B7;
    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;
    display: flex;
    align-items: center;
}
.footbtnl .right {
    display: flex;
    align-items: center;
    margin-left: .17rem;
}

.foothrefbox {
    width: 1.58rem;
    height: .26rem;
    border: 1px solid #FFFFFF4D;
    display: flex;
    align-items: center;
    padding-left: .13rem;
    
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.foothrefbox:hover {
    border: none;
    overflow: visible;
    /* background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDE2IDE2JyBmaWxsPSdub25lJz48cGF0aCBkPSdNMTMuMzEyNSAxMC4zMTI1TDguNzEyNSA1LjcxMjVMOCA1TDcuMjg3NSA1LjcxMjVMMi43NSAxMC4yNUwzLjQ2MjUgMTAuOTVMOCA2LjQxMjVMMTIuNiAxMS4wMTI1TDEzLjMxMjUgMTAuMzEyNVonIGZpbGw9JyM3MTc3NzMnLz48L3N2Zz4="); */
}

.foothrefbox .ies {
    position: absolute;
    left: -1px;
    bottom: 0;
    padding: 0 .13rem;
    width: calc(100% + 2px);
    padding-top: .04rem;
    background-color: #101217;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDE2IDE2JyBmaWxsPSdub25lJz48cGF0aCBkPSdNNS42ODc1IDEzLjMxMjVMMTAuMjg3NSA4LjcxMjVMMTEgOEwxMC4yODc1IDcuMjg3NUw1Ljc1IDIuNzVMNS4wNSAzLjQ2MjVMOS41ODc1IDhMNC45ODc1IDEyLjZMNS42ODc1IDEzLjMxMjVaJyBmaWxsPScjNzE3NzczJy8+PC9zdmc+");
    background-size: .16rem .16rem;
    background-repeat: no-repeat;
    background-position: right .05rem bottom .04rem;
}

.foothrefbox:hover .ies {
    border: 1px solid #FFFFFF4D;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDE2IDE2JyBmaWxsPSdub25lJz48cGF0aCBkPSdNMTMuMzEyNSAxMC4zMTI1TDguNzEyNSA1LjcxMjVMOCA1TDcuMjg3NSA1LjcxMjVMMi43NSAxMC4yNUwzLjQ2MjUgMTAuOTVMOCA2LjQxMjVMMTIuNiAxMS4wMTI1TDEzLjMxMjUgMTAuMzEyNVonIGZpbGw9JyM3MTc3NzMnLz48L3N2Zz4=");
}

.foothrefbox a {
    display: flex;
    width: fit-content;
    height: .24rem;
    align-items: center;
    
}

.foothrefbox .ies a:hover {
    color: #FFFFFF;
}

/* .footbtnl .right .foothrefbox:hover {
    border: 1px solid #FFFFFF4D !important;
} */

.footbtn a {
    color: #717773;

}
.footbtn a:hover{
    color: #E60012;
}
.footbtnr {
    display: flex !important;
}

.footbtnr div {
    width: .32rem;
    height: .32rem;
    margin-left: .26rem;
    border-radius: 50%;
   
    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 #bdshare a{
    border: .01rem solid #8E8E8E;
}
.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: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    padding: 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;

 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.84rem;
    height: .3rem;
}

.mheaderr img {
    width: .44rem;
    height: .44rem;
}

.search11 {
    margin-right: .41rem;
}
/*手机菜单*/
.droplist { display:none; width:100%; height:100%; z-index:100; position:fixed; top:1.1rem; bottom:0; left:50%; margin-left:-50%; background-color:#F8F8F8; z-index: 1000;padding-top: 0.3rem;}
.droplist > ul { overflow-y:auto; padding:0  0.3rem; 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: #E60012; }

.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: #E60012;
        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: #E60012;
        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 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: linear-gradient(180deg, #F0F0F0 0%, rgba(255, 255, 255, 0) 28.89%); */
}




.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: #E60012;
    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: ll;
    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: ll;
    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: #E60012;
}
.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: #E60012 !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;
} */

.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;

}

.yearsswp  .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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: #E60012;
}

.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: #E60012;
    left: 3%;
    width: .54rem;
    height: .54rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 45%;
    overflow: hidden;
}

.yearsswp .swiper-button-next {
    background: #E60012;
    right: 3%;
    width: .54rem;
    height: .54rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 45%;
    overflow: hidden;
 
}
.yearsswp .swiper-button-next img,.yearsswp .swiper-button-prev img{
    width: .17rem;
    height: .12rem;

    filter: drop-shadow(0 .35rem #E60012);
}
.yearsswp .swiper-button-next:hover img{
transform: translateY(-0.35rem);
}
.yearsswp .swiper-button-prev:hover img{
    transform: translateY(-0.35rem);
}
.yearsswp .swiper-button-next:hover,.yearsswp .swiper-button-prev:hover{
    background: none;
    border: 1px solid #E60012;
}
    /* ====================类别列表========================== */

   .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: 0.84rem calc((100vw - 15rem)/2) 0.93rem;
    }

    .lxxxcen h6,
    .zxfk h6 {
        font-family: rr;
        font-size: 0.34rem;
        color: #333;
        line-height: 1;
        text-align: center;
        margin-bottom: 0.6rem;
        width: 100%;
    }

    .lxxxxq {
        width: 100%;
        height: 5.18rem;
        background: #F5F7F9;
        padding-left: .56rem;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

    .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: 0.84rem 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 p span{
        padding-left: 0.07rem;
        color: #E60012;
    }
    .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.95rem !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 .getup{
        width: 1.8rem;
height: .58rem;
position: absolute;
bottom: 1rem;
left: 50%;
transform: translateX(-50%);
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;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
    }
    .getup span{
        position: relative;
        z-index: 10;
    }
    
    .getup::before{
        content: "";
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color:#E60012;
        z-index: 1;
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
    }
    .getup:hover::before{
        left: 100%;
    }
    .getup:hover{
        border: 1px solid #E60012;
    }
    .getup:hover span{
        color: #E60012;
    }
       /* ====================图片列表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: 1.2rem calc((100vw - 15rem)/2);
              display: flex;
              background: #F5F7F9;
          }
      
          .retuitu>img {
              width: 7.28rem;
              height: 4.85rem;
              transform: scale(1);
              transition: transform 1s ease 0s ;
          }
          .retuitu>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: #E60012;
          }
      
          .retuitur {
      
              padding: .67rem .66rem .67rem .63rem;
      
          }
      .retuitur:hover h6{
        color: #E60012;
      }
      .retuitur:hover p{
        color: #E60012;
      }
          .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;
            
              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;
              position: relative;
              overflow: hidden;
          }
          .retuitur a span{
            position: relative;
            z-index: 10;
            color:#FFFFFF;
          }
          .retuitur a img{
            z-index: 10;
            
          }
          .retuitur a::after{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #E60012;
            z-index: 0;
            transition: 0.5s all ease;
            -webkit-transition: 0.5s all ease;
          }
          .retuitur a:hover::after{
            transform: translateX(100%);
          }
          .retuitur a:hover img{
            transform:translateY(-0.35rem );
            filter: drop-shadow(0 0.35rem #E60012);
          }
          .retuitur a:hover span{
            color: #E60012;
          }
          .retuitur a:hover{
            border: 1px solid #E60012 !important;
        }
          #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 .iimg img{
              transform: scale(1.05);
          }
          .hjlist ul li .iimg 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: #E60012;
          }
          .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: #E60012;
          }
          .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;
      overflow: hidden;
          }
          .hjlist ul li div p img{
              width: .18rem;
              margin-left: .21rem;
              margin-top: 1px;
              filter: drop-shadow(0 0.25rem #E60012);
          }
          .hjlist ul li:hover .jtgd{
            transform:translateY(-0.25rem) !important;
          }
      
      .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: #E60012;
    }

    .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: #E60012;
        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: #E60012;
    }
    .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: #E60012;
    }
    .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 .iimg img {
        width: 100%;
        width: 100%;
        object-fit: cover;
        transform: scale(1);
        transition: transform 1s ease 0s ;
    }

    .hjlist ul li:hover .iimg 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: #E60012 !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: #E60012;
    }

    .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;
        white-space: nowrap;
    }

    #ContentPlaceHolder1_pnl_tplb1 .content1 {
        padding-bottom: 1.12rem !important;
    }

    #ContentPlaceHolder1_pnl_dangjian .content1 {
        padding-bottom: 1.12rem !important;
    }

    .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;
    
    }
    .wjcz a{overflow: hidden;}
    .wjtitle1:hover .wjcz a img{
        transform: translateY(-100%);
        filter: drop-shadow(0 .24rem #E60012);
    }
    .wjtitle1:hover .wjmc{
        color: #E60012;
    
    }
.wjtitle1:hover .wjlb{
    color: #E60012;

}.wjtitle1:hover .gxrq{
    color: #E60012;
    
}
.wjtitle1:hover .wjmc span{
    color: #E60012;
    
}
    .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: #E60012;
    display: flex;
    align-items: center;
}

.zptitle p {
    flex: 20%;
    font-family: ll;
    font-family: ll;
    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;
}

.uuo .zptitle11 p {
    color: #E60012;
}

.zptitle11:hover {
    background-color: #F9F9FB;
    
}
.zptitle11:hover p {
    color: #E60012;
}

.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: ll;
    font-size: .16rem;
    font-style: normal;
    font-weight: 300;
    line-height: .3rem;
    position: relative;
    margin-bottom: .24rem;
}

.gwxq h4 span {
    color: #70757C;
    font-family: ll;
    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: #373737;
font-family: rr;
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{

    color: #FFFFFF;
font-size: .18rem;
font-weight: 500;
line-height: .28rem;
letter-spacing: 0em;
text-align: center;
background: #E60012;
    display: inline-block;
    padding: 0.1rem 0.25rem;
    transform: scale(1);
    transition: transform 1s ease 0s;
    border: 1px solid #E60012;
}
.sqzw a:hover{
    /* transform: scale(1.1); */
    background: transparent;
    color: #E60012;
    border: 1px solid #E60012;
}
/* DEEAIL2 */
.detail2cen {
    width: 100%;
    padding: .36rem calc((100vw - 12rem) / 2) 1rem;
}

.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: rr;
    font-size: .42rem;
    font-weight: 700;
    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;
    margin: .21rem 0 .38rem;
}
.fxzhi a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF !important;
    margin: 0 !important;
    width: .8rem !important;
    height: .3rem !important;
    background-size: .25rem .25rem !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.fxzhi .weibo{
    background-image: url(/images/pwb1.png) !important;
}
.fxzhi .weixing{
    background-image: url(/images/pwx1.png) !important;
}
.fxzhi .oicq{
    background-image: url(/images/pqq1.png) !important;
}
.fxzhi .penyouquan{
    background-image: url(/images/ppyq1.png) !important;
}
.fxzhi .skj{
    display: none;
    background-image: url(/images/pskj1.png) !important;
}
.fxzhi .weibo:hover{
    background-image: url(/images/pwb2.png) !important;
}
.fxzhi .weixing:hover{
    background-image: url(/images/pwx2.png) !important;
}
.fxzhi .oicq:hover{
    background-image: url(/images/pqq2.png) !important;
}
.fxzhi .penyouquan:hover{
    background-image: url(/images/ppyq2.png) !important;
}
.fxzhi .skj:hover{
    background-image: url(/images/pskj2.png) !important;
}

.fxzhi div {
    pointer-events: none;
    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: .18rem;
    font-weight: 300;
    line-height: .36rem;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: .16rem;
    color: #000;
}
.zxyy{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .6rem auto .7rem;
    position: relative;
    color: #FFFFFF;
    width: 2.4rem;
    height: .42rem;
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: .21rem;
    border-radius: .5rem;
    overflow: hidden;
    cursor: pointer;
} 
 .zxyy span{
    position: relative;
    z-index: 10;
}
 .zxyy::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #D20209;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease 1s;
}
 .zxyy:hover{
    color: #D20209;
    border: 1px solid #70757C;
transition: all ease 1s;
}
 .zxyy:hover::after{
    left: 100%;
}
.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: #E60012;
}
.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: #E60012;
}
.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;
    margin-left: .41rem;
}
.xinwenlist a{
    overflow: hidden;
}
.xinwenlist:hover{
    /* background: #F5F7F9;
    border-bottom:  1px solid  #EAEAEA; */
    /* height: 3.7rem; */
}
/* .xinwenlist:first-of-type h6{
    color: #1367BB;
} */
.xinwenlist:hover img{
    transform: scale(1.1);
}

.xinwenlist img{
    width: 4rem;
    height: 2.66rem;
    transform: scale(1);
    transition: transform 1s ease 0s;
    object-fit: cover;
}
.xinwenlist:hover h6{
    color: #E60012;
}
.xinwenlist:hover h6 span{
    color: #E60012;
}

.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: #E60012 ;
}
.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 .mover span{
    position: relative;
    z-index: 10;
}
.xinwenlist .mover::before{
 content: "";
 position: absolute;
 left: -100%;
 top: 0;
 width: 100%;
 height: 100%;
    background-color: #E60012 ;
    z-index: 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
.xinwenlist:hover .mover{
    /* background-color: #E60012 ; */
    color: white;
}
.xinwenlist:hover .mover::before{
    left: 0;
}
.xinwenlist:hover
.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 #E60012;
    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: #E60012;
}
.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;
}
.ckrs .In,.ckrs .FaceBook,.ckrs .twitter {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    margin: 0;
    width: .25rem;
    height: .25rem;
    background-size: .25rem .25rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: .4rem;
}

.ckrs .In {
    background-image: url(/images/in1.png);
}
.ckrs .In:hover {
    background-image: url(/images/in2.png);
}

.ckrs .FaceBook {
    background-image: url(/images/fb1.png);
}
.ckrs .FaceBook:hover {
    background-image: url(/images/fb2.png);
}

.ckrs .twitter {
    background-image: url(/images/tw1.png);
}
.ckrs .twitter:hover {
    background-image: url(/images/tw2.png);
}

.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(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;
    /*  */
    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: #E60012;
    color: #ffffff;
}

.detailrbom {
    width: 100%;
    padding: .51rem 0 0;
    border-top: 1px solid #CECECE;
    margin-top: .69rem;
    position: relative;
}
.detail2cen .detailrbom {
    border: none;
    padding-top: 0;
    margin-top: .5rem;
}
.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: #E60012;
}
.detailrbom p{
    margin-top: 0 !important;
    margin-bottom: .18rem;
}
.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;
    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;
}
.detail2cen .detailrbom .fanhui {
    top: 50%;
    transform: translateY(-50%);
}
.detailrbom .fanhui span {
font-size: .14rem;
}
/* .detailrbom .fanhui:hover{
    background: #E60012;
    color: #FFFFFF;
} */
.detailrbom .fanhui img {
    width: .2rem;
    height: .2rem;
    margin: 0;
}
/*index style start*/
a.whiteMore,.redMore,a.grayMore,.whiteMore{display:inline-block;height:2.6em;line-height:2.6;padding:0 2em;border-radius:2em 0 2em 0;overflow:hidden;position:relative;}
a.whiteMore span,.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,.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,.redMore:hover::before,a.grayMore:hover::before,.whiteMore:hover::before{left:0;}
a.whiteMore::before,.whiteMore::before{background:#fff;}
.redMore::before,a.grayMore::before{background:#E60012;}
a.whiteMore:hover span,.whiteMore:hover span{color:#e60012}
.redMore:hover span,a.grayMore:hover span{color:#fff;}
a.grayMore:hover{border-color:#e60012;}
a.whiteMore,.whiteMore{border:1px solid #fff;}
.redMore{border:1px solid #e60012;}
a.grayMore{border:1px solid #b8b8b8;}
a.whiteMore span,.whiteMore span{color:#fff;}
.redMore span{color:#e60012;}






.fximg11,
.fximg21,
.fximg31,
.fximg41,
.fximg51 {
width: .7rem;
height: .7rem;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
/* background: #CCCCCC; */
/* background: url(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.1);
      }
      50% {
        transform: scale(1);
      }
      100%{
          transform: scale(1.1);
      }
  }
.dytoptu img{
    position: relative;
    left: 0;
    top: 0;
    /* width: 100%;
    height: 100%; */
    width: 100vw;
    height: 56.25vw;
    animation: slowScale 20s linear infinite;
}
.dytoptu video{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}
.companyjj {
    width: 100%;
    padding: .84rem 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%);
    z-index: 10;
}

.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>img:nth-of-type(2) {
    display: none;
}
.rightnavlist:hover>img:nth-of-type(2) {
    display: block;
}
.rightnavlist:hover>img:nth-of-type(1) {
    display: none;
}


.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;
    padding-left: 0.1rem;
}
.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: 2rem;
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: #e60012 !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 {
    
    }
    
    .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;
    object-fit: cover;
    }
    .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;padding-left: 1px;padding-right: 1px; line-height: .25rem; }
 .sitemap .sitemap-box { overflow: hidden; width: 100%; margin: .4rem auto 0 auto; background: #ffffff; padding: .5rem .4rem; }
 .sitemap .sitemap-box dl { overflow: hidden; margin: 0 0 .15rem 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;margin-bottom: .15rem; }
 .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:750px) {
    .sitemap .sitemap-box dd a {
        font-size: .22rem;
        line-height: 1.8;
    }

    .sitemap .sitemap-box dt {
        font-size: .26rem;
    }

 }


/* Exhibitions */
.Exhibitions {
    width: 100%;
    padding: 0.84rem 0 1rem;
    position: relative;
    background: #F5F7F9;
  }
  
  .henchouxian {
    height: .01rem;
    width: 100%;
    position: absolute;
    top: 2.8rem;
    background: #DADADB;
  }
  
  .Exhibitions h6 {
    font-family: rr;
    font-size: 0.34rem;
    color: #333;
    line-height: 1;
    text-align: center;
    margin-bottom: 0.6rem;
  }
  
  .Exswpi {
    width: 15rem;
    margin: 0 auto;
  }
  .Exswpi .myyratswiper{
    width: 100%;
    max-width: 100%;
  }
  .myyratswiper .items {
  
    position: relative;
  }
  
  .myyratswiper .items .dates {
    font-family: ll;
    font-size: .32rem;
    font-weight: 500;
    line-height: .38rem;
    letter-spacing: 0em;
    text-align: center;
  
  }
  
  .myyratswiper .items .sjxian {
    width: 1.6rem;
    height: .04rem;
    background: #005F66;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: .24rem;
    margin-bottom: .36rem;
  }
  
  .exitxq {
    width: 4.72rem;
    height: 5.74rem;
    padding-top: .62rem;
    padding-left: .37rem;
  }
  
  .exitxq1 {
    display: none;
    border-radius: 12px;
    width: 4.72rem;
    height: 5.7rem;
    background-color: #FFFFFF;
    padding-top: .62rem;
    padding-left: .37rem;
    padding-right: .37rem;
  }
  
  .active4 .exitxq1 {
    display: block;
    background-color: #FFFFFF;
  }
  
  .biaodan11 {
    font-size: .16rem;
    width: 28%;
    display: inline-block;
    /* position: absolute; */
    /* left: 50%; */
    bottom: .3rem ;
    /* transform: translateX(-50%); */
    background: #e60012;
    color: #FFFFFF;
    /* padding: .05rem .1rem; */
    border-radius: 15px;
    height: .35rem;
    margin: .1rem auto;
    cursor: pointer;
    text-align: center;
    display: flex ;
    justify-content: center;
    align-items: center;
  }
  
  .exitxq1 h1:hover{
    background: #EE731B;
  }
  
  /* .exitxq1 h1{
    display: none;
  } */
  .active4 .exitxq {
    display: none;
  }
  
  .active5 .exitxq1 {
    display: block;
  }
  
  .active5 .exitxq {
    display: none;
  }
  
  .active4 .sjxian {
    background: #EE7318 !important;
  }
  
  .exitxq1 p {
    display: flex;
    align-items: center;
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: .28rem;
    letter-spacing: 0em;
    text-align: left;
    color: #3D3D3D;
    padding-right: .04rem;
  }
  
  .exitxq1 p span {
    display: inline-block;
    width: 1.2rem;
    width: auto;
    margin-right: .13rem;
    font-family: mm;
    font-size: .2rem;
    font-weight: 500;
    line-height: .48rem;
    letter-spacing: 0em;
    text-align: left;
    color: #3D3D3D;
  }
  
  .exitxqbt {
    font-family: 'b' !important;
    font-size: .24rem;
    font-weight: 900;
    line-height: .28rem;
    letter-spacing: 0em;
    text-align: left;
    color: #3D3D3D;
    margin-bottom: .26rem;
  }
  
  .exitxq p {
    font-family: ll;
    font-size: .2rem;
    font-weight: 400;
    line-height: .23rem;
    letter-spacing: 0em;
    text-align: left;
    color: #777777;
    display: flex;
    align-items: center;
  
    margin-bottom: .27rem;
  }
  
  .Exhibitions .swiper-button-next,
  .Exhibitions .swiper-button-prev {
    top: 24.5% !important;
    background: none;
  }
  
  .dybox:has(.Exhibitions) .content {
    display: none;
  }
  
  .imgshow:has(.Exhibitions) .content {
    display: none;
  }
  
  .cplist:has(.Exhibitions) .content {
    display: none;
  }
  
  .Exhibitions .swiper-button-next:after,
  .Exhibitions .swiper-button-prev:after {
    content: '' !important;
  }
  
  .Exhibitions .swiper-button-next {
    right: 1.4rem !important;
  }
  
  .Exhibitions .swiper-button-prev {
    left: 1.4rem !important;
  }
  .zhnr{
    display: flex;
    justify-content: space-around;
    padding: .53rem 0 .5rem;
    margin-bottom: .5rem;
    background: linear-gradient(90deg, rgba(246, 246, 246, 0) 0%, #F6F6F6 48.5%, rgba(246, 246, 246, 0) 100%);
  }
.zhnrs{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.zhnrs img{
    width: .72rem;
    height: .72rem;
   
}
.zhnrs p{
    font-family: rr;
    font-size: .18rem;
    /* width: 1rem; */
    margin: .32rem 0 .21rem!important;
    line-height: .18rem;
    padding: 0;
    text-align: center;
    color: #525854;
}
.zhnrs h2{
    font-family: ll;
    font-size: .18rem;
    color: #70757C;
    opacity: 0.8;
}
.zhnrsimg{
  max-width: 8.75rem;
  max-height: 5.72rem;
  margin:0 auto .3rem;
}
.zhnrsimg img{
    width: 100%;
    height: 100%;
}
/* 弹窗 */
.makeform {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(157, 157, 157, 0.7);
  }
  
  .mform {
    width: 7.86rem;
    height: 7.7rem;
    position: relative;
    background: #FFFFFF;
    padding: .73rem 1.17rem .89rem;
  }
  
  .makeform i {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    position: absolute;
    top: -0.15rem;
    right: -0.15rem;
    background-image: url(../images/del222.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: .3rem .3rem;
    cursor: pointer;
  }
  
  .makeform h5 {
    font-family: 'bb';
    font-size: .32rem;
    font-weight: 500;
    line-height: .48rem;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: .34rem;
    color: #000000;
  }
  
  .makeform h6 {
    font-family: 'll';
    font-size: .2rem;
    font-weight: 400;
    line-height: .23rem;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: .21rem;
    color: #888E8A;
    position: relative;
  }
  
  .makeform span {
    display: inline-block;
    width: .09rem;
    height: .09rem;
    background-image: url(../images/xinxinhao.png);
    background-repeat: no-repeat;
    background-size: .09rem .09rem;
    position: relative;
    top: -0.1rem;
  }
  
  .makeform input[type='text'] {
    width: 100%;
    height: .6rem;
    margin-bottom: .25rem;
    font-family: 'll';
    font-size: .2rem;
    font-weight: 400;
    line-height: .23rem;
    letter-spacing: 0em;
    text-align: left;
    text-indent: .23rem;
    border: 1px solid #D1D1D1;
  }
  
  .makeform .inps:nth-of-type(1) {
    background-image: url(../images/xinxinhao.png);
    background-repeat: no-repeat;
    background-size: .09rem .09rem;
    background-position: .7rem .181rem;
  }
  
  .makeform .inps[type='text']:nth-of-type(2) {
    background-image: url(../images/xinxinhao.png);
    background-repeat: no-repeat;
    background-size: .09rem .09rem;
    background-position: .7rem .181rem;
  }
  
  .makeform .inps[type='text']:nth-of-type(3) {
    background-image: url(../images/xinxinhao.png);
    background-repeat: no-repeat;
    background-size: .09rem .09rem;
    background-position: .7rem .181rem;
  }
  
  .makeform .inps[type='text']:nth-of-type(4) {
    background-image: url(../images/xinxinhao.png);
    background-repeat: no-repeat;
    background-size: .09rem .09rem;
    background-position: .7rem .181rem;
  }
  
  .inps1 {
    background-image: none !important;
  }
  
  .makeform option {
    text-indent: .23re !important;
  }
  
  .makeform select {
  
  
  
  }
  
  
  
  .makeform select {
    width: 49%;
    height: .6rem;
    padding-left: .23rem;
    background-image: url(../images/buyjt1.png);
    background-repeat: no-repeat;
    background-position: right .23rem top .23rem;
    background-size: .14rem .1rem;
    border: 1px solid #D1D1D1;
    font-family: 'll';
    font-size: .2rem;
    font-weight: 400;
    line-height: .23rem;
    letter-spacing: 0em;
    text-align: left;
    background-color: #FFFFFF;
    color: #888E8A;
    -webkit-appearance: none !important;
  
    -webkit-border-radius: 0px;
  
    
  
  }
  
  .makeform input[type="button"] {
    font-size: .2rem;
    width: 2.24rem;
    height: .52rem;
    color: #FFFFFF;
    text-align: center;
    border-radius: 50px;
    background-color: #e60012;
    border: none;
    position: relative;
    margin-top: .13rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .tanchubox {
    background-color: rgba(157, 157, 157, 0.2);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    display: none;
  }
  
  .tanchu {
    width: 6rem;
    height: 4rem;
    background-color: #fff;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-top: .72rem;
  }
  
  .tanchu>img {
    width: 1rem;
    height: 1rem;
    display: block;
    margin: 0 auto;
    margin-top: .5rem;
  }
  
  .tanchu p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: .28rem;
    line-height: .42rem;
    text-align: center;
    color: #333333;
  }
  
  .close1 {
    position: absolute;
    width: .3rem;
    height: .3rem;
    right: -0.15rem;
    top: -0.15rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    background-image: url(/images/close1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: .14rem .14rem;
  }

  .tanchu .tanchuicon {
    width: 1rem;
    height: 1rem;
    display: block;
    margin: 0 auto;
    margin-top: .5rem;
    overflow: hidden;
  }

  .tanchu .tanchuicon img {
      width: 100%;
      height: 100%;
      transform: translateY(-100%);
      filter: drop-shadow(0 1rem #e60012);
  }


@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;
z-index: 9;
}

}
/* @media screen and (max-width:1366px){
    .headtab li a{
        font-size: .14rem !important;
    }
} */
@media screen and (max-width:1366px){
    .logoList li .logoImg img {
        max-width: 60% !important;
    }
    /* .msban>div:first-of-type {
        top: 3.5rem;
    } */
}

@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,.gwxq>h5,.wjtitle11{
        display: none !important;
    }
}

@media screen and (max-width:1366px) {
    .msban p:first-child {
        font-size: .3917rem !important;
    }

    .msban p:last-of-type {
        font-size: .21rem !important;
    }

    .head1 .logo,.head .logo,.head2 .logo {
        width: 1.8rem;
        height: 100%;
        background-position: center;
    }

    .head .headtab>li a,.head1 .headtab>li a, .head2 .headtab>li a {
        font-size: .18rem;
    }



    .headright img {
        width: .26rem;
        height: .26rem;
    }

    .gzhkunag1 img {
        width: 1.05rem;
        height: 1.05rem;
    }

    .hjlist ul li {
        margin-left: .15rem;
    }
    .logout {
        font-size: .18rem;
        line-height: normal;
    }
}


@media screen and (max-width:750px) {

    .makeform i {
        width: .48rem;
        height: .48rem;
        background-size: 0.48rem 0.48rem;
        top: -0.24rem;
    right: -0.24rem;
    }

    

    .dytoptu img{
       width: 100%;
       height: 100%;
    
    }
    
    .xinwenlist:hover {background-color: transparent;}
.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: .7rem 0 1.2rem;
}
.lxxxcen h6{
    margin-bottom: .65rem;
    line-height: 1;
}
.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;
}
.yearsswp .swiper-button-next,.yearsswp .swiper-button-prev{
    top: 2.4rem;
}
.yearsswp .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{
    height: .42rem;
}
.fxzhi a {
    background-size: .42rem .42rem !important;
    height: .4rem !important;
}
.logoimgs {
    margin-top: .2rem;
    margin-bottom: .14rem !important;
}
.zhnr {flex-wrap: wrap;
    padding-bottom: 0;
}
.zhnrs {
    flex: 50%;
    margin-bottom: .53rem;
}
.detail2nr p {
    font-family: ll;
    font-size: .24rem;
    font-weight: 400;
    line-height: .48rem;
    letter-spacing: 0em;
    text-align: justified;
    color: #767676;
}
.zhnrs h2 {
    font-size: .24rem;
}
.detail2cen {
    padding-bottom: 3.05rem !important;
}
.fxzhi div{
    height: .44rem;
    width: .88rem;
}
.detail2cen .detailrbom {
    display: block !important;
}
.detailrbom p {
    font-size: .24rem;
    line-height: .48rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem;
    opacity: 0.7;
    color: #70757C;
}
.detailrbom p a{
   width: 88%;
    font-size: .24rem;
    line-height: .48rem;
 margin-bottom: 0;

}
.detail2cen .detailrbom .fanhui {
    position: relative;
    left: 0;
    transform: translateX(0);
    border-top-left-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
    top: 0;
    width: 2.6rem;
    height: .86rem;
    margin: .54rem auto .6rem;
}
.detailrbom .fanhui span{
    font-size: .24rem; 
 }
.detailr p{
    font-family: ll;
font-size: .24rem;
font-weight: 400;
line-height: .48rem;
letter-spacing: 0em;
text-align: left;
color: #767676;
text-indent: 0;
margin-top: 0.3rem;
}

.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;
}

.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: .38rem;
}

.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 {
    margin-bottom: 1rem;
}

.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: ll;
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 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;
}
.companyjj:has(.xinwencenter){
    padding: 0 0 0.9rem;
}
.sqzw{left: -0.56rem !important;bottom: 1rem;}
.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,.retuitur p,.gzdd,.zplb,.zprs{
    display: none;
}

.foot,.head,.head1,.head2,.head3{
    display: none;
}

.mheader{
    display: flex;
}

.mfooter{
display: block;
position: absolute;
    bottom: 0;
}

.companyjj{
    padding: .7rem .3rem .9rem;
}
.baseTitle {
    font-size: .38rem;
    margin-bottom: .65rem;
}

.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;
}

/* shouji */
.yearsswp {
    width: 100%;
    position: relative;
}

.yearsswp .before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 1px;
    bottom: 2.5rem;
    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 .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: .3rem;
    margin-bottom: .68rem;
}

.yearsswp .imgs {
    width: 6.9rem;
    height: 4.59rem;
}

.yearsswp .imgs img {
    width: 100%;
}

.yearsswp .items .line:before {
    position: absolute;
    content: "";
    width: .06rem;
    height: .15rem;
    left: 0;
    right: 0;
    bottom: .09rem;
    margin: auto;
    background: #E60012;
}

.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: #E60012;
    left: 3%;
    width: .54rem;
    height: .54rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yearsswp .swiper-button-next {
    background: #E60012;
    right: 3%;
    width: .54rem;
    height: .54rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.myyratswiper .items{
    width: 100% !important;
}
.yearsswp .before{

    bottom: 5.06rem !important;
}
.yearsswp .items .line:before{
    bottom: -0.1rem;
width: .06rem;
height: .16rem;

}
.swiper-button-next, .swiper-button-prev{
position: relative;
    bottom: 5.25rem  !important;
}
.yearsswp .swiper-btn img{
    width: .16rem;
}
.yearsswp .swiper-btn{
    display: flex;
    justify-content: space-between;
}
.imgs{
    width: 6.9rem;
    height: 4.6rem;
}
/* ////////////////////////////// */
.yearsswp .years{
    text-align: center;
    color: #141414;
    font-family: RR;
    font-size: .48rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}
.yearsswp .yearsbt{
    font-family: ll;
    font-size: .24rem;
    line-height: .48rem;
    width: 3.79rem;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* height: 0.6rem; */
}



.Exhibitions {
    display: none;
  }





  .mbExhibitions {
    display: block !important;
    padding-top: .77rem;
    padding-bottom: 1.2rem;
  }

  .dateSwiper {
    width: 7.5rem;
    text-align: center;
  }

  .dateSwiper .swiper-wrapper {
    width: 100%;
    /* justify-content: space-between; */
  }

  .dateSwiper .swiper-wrapper .swiper-slide {
    font-family: 'll';
    font-style: normal;
    font-weight: 500;
    font-size: .24rem;
    line-height: .28rem;
    text-transform: capitalize;
    color: #3D3D3D;
    display: flex;
    justify-content: center;
  }

  .dateSwiper .swiper-wrapper .swiper-slide span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    padding-bottom: .17rem;
    border-bottom: .03rem solid #005F66;
  }

  .dateSwiper .swiper-wrapper .swiper-slide span.active {
    border-bottom: .03rem solid #EE7318;
  }

  .dateSwiper .swiper-button-next:after
 {
    font-size: .26rem;
        content: 'next' !important;
    color: #B2B2B2;
    }
    .dateSwiper .swiper-button-prev:after{
        font-size: .26rem;
        content: 'prev' !important;
        color: #B2B2B2;
    }

  .dateSwiper .swiper-button-next,
  .dateSwiper .swiper-button-prev {
  background: none;
  }

  .excard {
    width: 6.4rem;
    /* height: 8.2rem; */
    height: fit-content;
    background-color: #FFFFFF;
    box-shadow: 0 .02rem .16rem .04rem rgba(138, 138, 138, 0.1);
    border-radius: .12rem;
    text-align: center;
    position: relative;
    padding-bottom: .8rem;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
  }

  .excard a>img {
      width: 5.4rem;
      margin-top: 0.46rem;
  }

  .excard a>h1 {
      font-size: .18rem;
      color: #ccc;
  }

  .biaodan11 {
      font-size: .2rem;
      width: 33.6%;
      height: 0.42rem;
  }


  .mform {
    width: 6.4rem !important;
    height: 7.62rem !important;
    padding: .69rem .48rem 0;
  }

  .makeform input,.makeform select {
      border-radius: .08rem;
  }

  .makeform input[type="button"] {
    margin-top: .14rem;
  }

  .makeform input[type="button"] {
      width: 100%;
      height: .68rem;
      border-radius: .08rem;
  }
  .cttSwiper {
    height: 8.2rem;
    width: 7.5rem;
    margin-top: .75rem;
  }

  .cttSwiper .swiper-wrapper {
    /* height: 8.2rem; */
    width: 7.5rem;
  }

  .cttSwiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
height: .01rem;
  }
  .cttSwiper .swiper-wrapper .swiper-slide-active { height:auto}
  /* .excard h1 {
    font-family: 'll';
    font-style: normal;
    font-weight: 500;
    font-size: .32rem;
    line-height: .38rem;
    text-transform: capitalize;
    color: #3D3D3D;
    margin-top: .44rem;
    margin-bottom: .24rem;
    text-align: left;
    padding-left: .66rem;
  } */

  .excard>img {
    width: 5.4rem;
    height: 1.9155rem;
    margin-top: .46rem;
  }


  .excard article {
    padding-left: .60rem;
  }

  .excard article div {
    display: flex;
    align-items: center;
  }

  .excard article div img {
    width: .36rem;
    height: .36rem;
    margin-right: .34rem;

  }

  .excard article div p {
    display: inline-block;
    width: 1.26rem;
    font-family: 'll';
    font-style: normal;
    font-weight: 500;
    font-size: .24rem;
    line-height: .7rem;
    text-transform: capitalize;
    color: #3D3D3D;
    text-align: left !important;
  }

  .excard article div h2 {
    display: inline-block;
    font-family: 'll';
    font-style: normal;
    font-weight: 400;
    font-size: .24rem;
    line-height: .7rem;
    text-transform: capitalize;
    text-align: left;
    color: #3D3D3D;
  }

  .excard ul {
    display: flex;
    padding-left: .6rem;
    position: relative;
  }

  .excard ul li img {
    width: 1.69rem;
    margin-right: 0.06rem;
    margin-top: .24rem;
  }






}


/*********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: ll;
font-size: .18rem;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.sTh ul li a.current {
    color: #373737;
text-align: center;
font-family: ll;
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: ll;
font-size: .42rem;
font-style: normal;
font-weight: 900;
line-height: normal;
}

.msban>div:first-of-type {
    color: #FFF;
font-family: ll;
font-size: .42rem;
font-style: normal;
font-weight: 900;
line-height: normal;
position: absolute;
    /* top: 4.15rem; */
    top: 46%;
    left: 1.98rem;
    z-index: 20;
}

.msban .ttxxtt {
    position: absolute;
    top: 4.15rem;
    left: 1.98rem;
z-index: 100;
}

/* .msban .ttxxtt .text1 {
    color: #FFF;
font-family: ll;
font-size: .28rem;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: .22rem;
} */

.msban .ttxxtt .text2 {
    color: #FFF;
font-family: ll;
font-size: .28rem;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: .22rem;

}
.msban .ttxxtt .text22 {
    color: #FFF;
font-family: ll;
font-size: .42rem;
font-style: normal;
font-weight: 900;
line-height: normal;
}


@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;
}
.headright .pinfo {
    margin-left: 0.3rem;
}

.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: ll;
    font-size: 0.36rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 0.5rem;
}

.changeInfo .rego {
   padding: 0;
    cursor: pointer;
    
     width: 1.3rem;
    height: 0.42rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    margin: 0 .4rem;
}

.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;
    }

 }


 .talPages ul>li {
    display: flex;
    justify-content: space-between;
    padding: .93rem 2rem;
    background-color: #F8F8F8;
}

.talPages ul li .left {
    width: 6.72rem;
}

.talPages ul li h1 {
    color: #27221C;
    font-family: rr;
    font-size: .38rem;
    font-style: normal;
    font-weight: 400;
    line-height: .49rem;
    margin-bottom: .35rem;
}

.talPages ul li p {
    color: #70757C;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 300;
    line-height: .34rem;
}

.talPages ul li ol li {
    color: #70757C;
    font-family: rr;
    font-size: .18rem;
    font-style: normal;
    font-weight: 400;
    line-height: .38rem;
}

.talPages ul>li>div {
    width: 50%;
}

.talPages ul>li .right {
    width: 7.4rem;
    height: 4.18rem;
    overflow: hidden;
}

.talPages ul>li .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 1s ease 0s;
}

.talPages ul>li .right img:hover {
    transform: scale(1.05);
}

.talPages ul>li:nth-of-type(even) {
    flex-direction: row-reverse;
    background-color: #F8F8F8;
}

.talPages ul>li ol {
    padding-top: .24rem;
    width: 100%;
    border-top: 1px solid #E1E1E1;
    margin-top: .31rem;
}

.talPages ul>li ol li {
    display: flex;
    align-items: center;
}

.talPages ul>li ol li::before {
    content: '';
    display: block;
    width: .08rem;
    height: .08rem;
    background-color: #E60012;
    margin-right: .17rem;
    border-radius: 100%;
}

.lifeIn {
    padding: .91rem 2rem 1.03rem;
}

.lifeIn h1 {
    color: #27221C;
    font-family: rr;
    font-size: .38rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: .55rem;
}

.lifeIn .item {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.lifeIn .item {
    display: none;

}

.lifeIn .item:first-of-type {
    display: flex;
}



.lifeIn .item .left {
    width: 5.6rem;
}

.lifeIn .item .right {
    width: 8.42rem;
    height: 4.8rem;
    overflow: hidden;
    cursor: pointer;

}

.lifeIn .item .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease 0s;
}

.lifeIn .item:hover p {
    transform: scale(1.02);
}

.lifeIn .item:hover .right img {
    transform: scale(1.05);
}

.lifeIn .item h6 img {
    width: .64rem;
}

.lifeIn .item h6 {
    margin-bottom: .5rem;
}

.lifeIn .item p {
    color: #333;
    font-family: rr;
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: .42rem;
    transition: transform 1s ease 0s;
}

.lifeIn ul {
    display: flex;
    width: 100%;
    /* padding-top: .27rem; */
    border-top: 1px solid #E1E1E1;
    margin-top: 1.03rem;
}

.lifeIn ul li {
    height: .8rem;
    color: #70757C;
    font-family: rr;
    font-size: .18rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex: 1;
    cursor: pointer;
    border-top: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #fff !important;
}

.lifeIn ul li :nth-of-type(even) {
    background-color: #fff;
}

.lifeIn ul li.active,
.lifeIn ul li:hover {
    color: #E60012;
    border-top: 1px solid #E60012;
}

.talPages ul li .ol .olli {
    color: #70757C;
    font-family: rr;
    font-size: .18rem;
    font-style: normal;
    font-weight: 400;
    line-height: .38rem;
}


.talPages ul>li .ol {
    padding-top: .29rem;
    width: 100%;
    border-top: 1px solid #E1E1E1;
    margin-top: .35rem;
}
.talPages ul li .ol .olli p {
    line-height: .38rem;
}
.talPages .rights .swiper-button-prev,
.talPages .rights .swiper-button-next {
    width: .36rem;
    height: .36rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.talPages .rights .swiper-button-prev {
    background-image: url(/images/jll.png);
    left: .14rem;
}
.talPages .rights .swiper-button-next {
    background-image: url(/images/jrr.png);
    right: .14rem;
}

.talPages .rights .swiper-button-prev:hover {
    background-image: url(/images/jll1.png);
}
.talPages .rights .swiper-button-next:hover {
    background-image: url(/images/jrr1.png);
}

.rencai {
    color: #27221C;
    font-family: rr;
    font-size: .28rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: .37rem;
}

.talPages ul>li .ol a {
    color: #70757C;
    font-family: ll;
    font-size: .18rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.talPages ul>li .ol .olli {
    display: flex;
    align-items: center;
}

.talPages ul>li .ol .olli::before {
    content: '';
    display: block;
    width: .08rem;
    height: .08rem;
    background-color: #E60012;
    margin-right: .17rem;
    border-radius: 100%;
}




 .dfjja {
    padding: 0 2rem;
    padding-top: 0.55rem;
    padding-bottom: 1rem;
    background-color: #F8F8F8;
}

.lifejob {
    background-color: #F8F8F8;
    padding-top: 1rem;
}

.lifejob h3 {
    color: #27221C;
    text-align: center;
    font-family: rr;
    font-size: .38rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: .29rem;
}

.lifejob .ssjob {
    display: flex;
    justify-content: center;
}

.lifejob .ssjob a {
    color: #27221C;
    text-align: center;
    font-family: rr;
    font-size: .18rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 .25rem;
}

.lifejob .ssjob a.current,
.lifejob .ssjob a:hover {
    color: #E60012;
    display: block;
    position: relative;
}

.lifejob .ssjob a:hover:after,
.lifejob .ssjob a.current:after {
    content: '';
    position: absolute;
    top: calc(100% + 0.1rem);
    left: calc(50% - 0.35rem);
    width: 0.70rem;
    height: 0.08rem;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nNzAnIGhlaWdodD0nOCcgdmlld0JveD0nMCAwIDcwIDgnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTAgMUgxNy41SDI4LjkxNjdNNzAgMUg1Mi41SDQwLjA4MzMnIHN0cm9rZT0nI0U2MDAxMicvPjxwYXRoIGQ9J00zNC43MzkxIDdMMzQuMzkzMiA3LjM2MDk5TDM0LjczOTEgNy42OTI1M0wzNS4wODUxIDcuMzYwOTlMMzQuNzM5MSA3Wk0yOS4zNDYgMS4xMzkwMUwyOC45ODUgMC43OTMwNTRMMjguMjkzMSAxLjUxNTA0TDI4LjY1NCAxLjg2MUwyOS4zNDYgMS4xMzkwMVpNMzUuMDg1MSA2LjYzOTAxTDI5LjM0NiAxLjEzOTAxTDI4LjY1NCAxLjg2MUwzNC4zOTMyIDcuMzYwOTlMMzUuMDg1MSA2LjYzOTAxWk00MC42NTQgMC42MzkwMDdMMzQuMzkzMiA2LjYzOTAxTDM1LjA4NTEgNy4zNjA5OUw0MS4zNDYgMS4zNjFMNDAuNjU0IDAuNjM5MDA3WicgZmlsbD0nI0U2MDAxMicvPjwvc3ZnPg==");
    background-size: contain;
    background-repeat: no-repeat;
}




@media screen and (max-width:750px) {
    .talPages ul>li .ol .olli {
        display: flex;
        align-items: center;
    }

    .talPages ul>li .ol .olli::before {
        content: '';
        display: block;
        width: .08rem;
        height: .08rem;
        background-color: #E60012;
        margin-right: .17rem;
        border-radius: 100%;
    }

    .talPages ul li .ol .olli {
        font-size: .24rem;
        line-height: .52rem;

    }

    .talPages ul>li {
        padding: .84rem .35rem;
    }

    .talPages ul>li {
        display: block;
    }

    .talPages ul>li .right {
        width: 100%;
        height: auto;
    }

    .talPages ul>li .right img {
        width: 100%;
    }

    .talPages ul li h1 {
        font-size: .42rem;
        margin-bottom: .27rem;
    }

    .talPages ul>li p {
        font-size: .24rem;
        line-height: .52rem;
    }

    .talPages ul li ol {
        padding-top: .36rem;
        margin-top: .29rem;
        margin-bottom: .44rem;
    }

    .talPages ul li ol li {
        font-size: .24rem;
        line-height: .52rem;

    }

    .lifeIn {
        padding: .98rem .35rem;
        padding-bottom: .72rem;
    }

    .lifeIn h1 {
        font-size: .42rem;
        margin-bottom: .5rem;
    }

    .lifeIn .item {
        flex-direction: column-reverse;
    }

    .lifeIn .item .right {
        width: 100%;
        height: auto;
    }


    .lifeIn .item .left {
        width: 100%;
    }

    .lifeIn ul {
        margin-top: .64rem;
    }

    .lifeIn .item h6 {
        margin: .4rem 0;
    }

    .lifeIn .item p {
        line-height: .52rem;
    }

    .lifeIn ul li {
        height: .98rem;
        font-size: .22rem;
    }

    .lifeIn ul li:first-of-type {
        justify-content: flex-start;
    }

    .lifeIn ul li:last-of-type {
        justify-content: flex-end;
    }
    .dfjja {
        padding: 0 0.35rem;
        margin-top: 0;
        padding-top: 0.5rem;
        padding-bottom: 1rem;
        background-color: #F8F8F8;
    }

    .talPages ul>li .right {
        margin-bottom: .36rem;
    }

    .rencai {
        color: #27221C;
        font-size: .28rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .talPages ul>li .ol a {
        color: #70757C;
        font-size: .24rem;
        font-style: normal;
        font-weight: 400;
        line-height: .52rem;
    }
    .lifeIn ul li {
        padding: 0;
    }

    .lifeIn ul li p {
        text-align: center;
        line-height: 0.8rem;
    }

    .lifejob {
        padding-top: .99rem;
        background-color: #F8F8F8;
    }
    .lifejob h3 {
        font-size: .42rem;
        margin-bottom: .36rem;
    }

    .lifejob .ssjob a {
        font-size: .24rem;
    }



}

.tongyi {
    display: flex;
    align-items: center;
    margin-top: .2rem;
    /* padding-left: 0.2rem !important; */
}
.tongyi input[type=checkbox] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
   
  
    cursor: pointer;
    margin: 0;
  }
.tongyi input[type='checkbox'] {
    margin-right: .12rem;
    width: 0.24rem;
    height: 0.24rem;
    border: 1px solid #D9D9D9;
    border-radius: .02rem;
}
.tongyi input[type="checkbox"]:checked {
    background-image: url(../images/ckk.png);
    background-size: 0.20rem 0.2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #E60012;
}

.tongyi  a {
    cursor: pointer;
    color: #666;
    font-family: ll;
    font-size: .14rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.tongyi a span {
    font-weight: 700;
    color: #333333;
} 

.tongyi input[type='checkbox'] {
    width: 0.20rem;
    height: 0.20rem;
    border-radius: .04rem;
}

@media screen and (max-width:750px){
    .tongyi input[type='checkbox'] {
        width: 0.32rem;
        height: 0.32rem;
    }

    .tongyi input[type="checkbox"]:checked {
        background-size: 0.32rem 0.32rem;
    }

    .tongyi a {
        font-size: .2rem;
    }

    .makeform select {
        width: 48%;
    }
}





@media screen and (max-width:1366px){
    .logoList li .logoImg img {
        max-width: 60% !important;
    }
    /* .msban>div:first-of-type {
        top: 3.5rem;
    } */

    .zpcz img {
        width: .24rem;
        height: .24rem;
    }
}


@keyframes leftIn
{
	0% {transform:translateX(-0.5rem);}
	100% {transform:translateX(0);}
}


.dianhua ,.douyin,.ckwxewm,.lxbg{
    animation: leftIn 0.4s linear;
}

.showPhoneEdit {
    display: flex;
    width: 1.46rem;
    background-color: #6D6D6D;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 0.1rem;
    color: #fff;
    position: relative;
    flex-shrink: 0;
}

.showPhoneEdit:hover {
    background-color: #e60012;
}

.EditNewPhone {
    display: none;
}
.EditNewPhone .reyzm {
    color: #fff;
}
.closeEdit {
    position: absolute;
    background: url(/images/closelog.png) no-repeat;
    width: 0.36rem;
    height: 0.36rem;
    background-size: cover;
    cursor: pointer;
    right: -0.45rem;
    top: -0.2rem;
    cursor: pointer;
    filter: invert(66%) sepia(34%) saturate(0%) hue-rotate(144deg) brightness(112%) contrast(104%);
}


.EditNewPhone {
    position: fixed;
    width: 7.1rem;
    height: 3.2rem;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.3);
    padding: .7rem;
}

.subPhone {
    width: fit-content;
    height: fit-content;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2em 0 2em 0;
    overflow: hidden;
    border: 1px solid #e60012;
    margin-top: 0.36rem;
}

.EditNewPhone .rego {
    padding: 0;
    width: 1.3rem;
    height: .42rem;
    position: static;
    margin: 0;
}

.subPhone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.EditNewPhone .rego {
    transform: translateX(-100%);
    background-color: #e60012;
    transition:0.5s all ease;-webkit-transition:0.5s all ease;
}

.subPhone:hover .rego {
    transform: translateX(0);
}

.subPhone span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #000;
    font-size: .14rem;
    cursor: pointer;
}

.subPhone:hover span {
    color: #fff;
}


.chooseusbox {
    padding: .76rem 2rem 1.03rem;
}

.chooseusbox .h1 {
    font-family: rr;
font-size: .42rem;
font-weight: 500;
line-height: .49rem;
letter-spacing: 0em;
text-align: center;
color: #27221C;
margin-bottom: .44rem;
}

.chooseusbox .ul {
    display: flex;
}


.chooseusbox .ul .li {
    width: 3.5rem;
    height: 4.8rem;
    background-color: #fff;
    box-shadow: .02rem .02rem .28rem .01rem #A4A4A533;
    margin-right: .33rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.2rem .54rem 0;
}

.chooseusbox .ul .li:last-of-type {
    margin-right: 0;
}

.chooseusbox .ul .li .tii {
    width: .72rem;
    height: .72rem;
}

.chooseusbox .ul .li .tii  img {
    width: 100%;
    height: 100%;
}

.chooseusbox .ul .li .tii img:nth-of-type(1) {
    display: block;
}
.chooseusbox .ul .li .tii img:nth-of-type(2) {
    display: none;
}
.chooseusbox .ul .li:hover .tii img:nth-of-type(1) {
    display: none;
}
.chooseusbox .ul .li:hover .tii img:nth-of-type(2) {
    display: block;
}



.chooseusbox .ul .li .h2 {
    font-family: rr;
    font-size: .24rem;
    font-weight: 400;
    line-height: .28rem;
    letter-spacing: 0em;
    text-align: center;
    color: #27221C;
    margin: .63rem 0 .53rem;
    position: relative;
}

.chooseusbox .ul .li .h2::after {
    content: '';
    position: absolute;
    width: .24rem;
    height: .02rem;
    background-color: #E60012;
    left: 50%;
    bottom: -0.28rem;
    transform: translateX(-50%);
}

.chooseusbox .ul .li:hover {
    background-color: #E60012;
}

.chooseusbox .ul .li:hover .h2::after {
    background-color: #fff;
}

.chooseusbox .ul .li:hover .h2,
.chooseusbox .ul .li:hover .p {
    color: #fff;
}


.chooseusbox .ul .li .p {
    font-family: ll;
    font-size: .18rem;
    font-weight: 300;
    line-height: .38rem;
    letter-spacing: 0em;
    text-align: center;
    color: #70757C;
}
.bnbn {
    display: flex;
    justify-content: center;
}

@media screen and (max-width:750px) {

    .chooseusbox {
        padding: 0.76rem 0.35rem 1.03rem;
    }

    .chooseusbox .ul {
        display: block;
    }

    .chooseusbox .ul .li {
        width: 100%;
        margin-right: 0;
        margin-top: .3rem;
    }

    .chooseusbox .ul .li .h2 {
        font-size: .28rem;
    }

    .chooseusbox .ul .li .p {
        font-size: .22rem;
    }
    .lifeIn ul li p {
        line-height: 1.8;
        font-size: 0.2rem;
        padding: 0 0.1rem;
        padding-top: 0.2rem;
    }

    .talPages .rights .swiper-button-prev, .talPages .rights .swiper-button-next {
        width: .6rem;
        height: .6rem;
    }

    .EditNewPhone {
        width: 6.5rem;
    height: 4rem;
    z-index: 999;
    }
    .showPhoneEdit {
        font-size: .2rem;
    }

    .rexx input[type="text"], .rexx input[type="password"] {
        width: 100%;
    }
    .EditNewPhone .rego {
        width: 2rem;
        height: 0.6rem;
        border-radius: 1.2em 0 1.2em 0;
    }
    .subPhone span {
        font-size: 0.2rem;
    }

    .subPhone {
        border-radius: 0.4rem 0 0.4rem 0;
    }
    a.redMore {
        border-radius: 0.4rem 0 0.4rem 0;
    }
    .sbox {
        padding-bottom: 2.2rem;
    }
}

/* 文章列表6 */
.art6 .xinwenlist {
    position: relative;
    padding: .39rem .4rem .32rem;
    height: 1.99rem;
    border: none;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    border-radius: .08rem;
    box-shadow: 0px 0px 14px 3px #EFF1F299;
}

.art6 .xinwenlist div {
    margin-left: 0;
    
    position: static;
}


.art6 h6 {
    font-family: ll;
    font-size: .24rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #454545;
    margin-bottom: .21rem;
}

.art6 h6 span {
    position: absolute;
    left: .4rem;
    bottom: .32rem;
    font-size: .18rem;
    line-height: .2109rem;
    text-align: left;
    color: #E60012;
    font-weight: 700;
}

.art6 .xinwenlist::after {
    content: '';
    width: .42rem;
    height: .42rem;
    background-color: #fff;
    border-radius: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJz48cGF0aCBkPSdNMjMuNjg3MiAxMC42NzY1QzIzLjgxNzggMTAuODA3MiAyMy44OTEyIDEwLjk4NDQgMjMuODkxMiAxMS4xNjkyQzIzLjg5MTIgMTEuMzUzOSAyMy44MTc4IDExLjUzMTEgMjMuNjg3MiAxMS42NjE4TDE3Ljc3NzcgMTcuNTczMUMxNy42NDY5IDE3LjcwMjggMTcuNDcwMSAxNy43NzU0IDE3LjI4NTkgMTcuNzc1QzE3LjEwMTcgMTcuNzc0NiAxNi45MjUxIDE3LjcwMTIgMTYuNzk0OSAxNy41NzA5QzE2LjY2NDcgMTcuNDQwNyAxNi41OTEzIDE3LjI2NDEgMTYuNTkxIDE3LjA3OTlDMTYuNTkwNiAxNi44OTU3IDE2LjY2MzIgMTYuNzE4OSAxNi43OTI5IDE2LjU4ODFMMjIuNzAyNCAxMC42NzY1QzIyLjgzMyAxMC41NDYgMjMuMDEwMSAxMC40NzI3IDIzLjE5NDggMTAuNDcyN0MyMy4zNzk1IDEwLjQ3MjcgMjMuNTU2NiAxMC41NDYgMjMuNjg3MiAxMC42NzY1Wk0xNy43Nzc3IDQuNzY1MTlMMjMuNjg3MiAxMC42NzY1QzIzLjgxNzkgMTAuODA3MSAyMy44OTEzIDEwLjk4NDMgMjMuODkxMyAxMS4xNjlDMjMuODkxNCAxMS4zNTM3IDIzLjgxOCAxMS41MzA5IDIzLjY4NzQgMTEuNjYxNkMyMy42MjI4IDExLjcyNjMgMjMuNTQ2IDExLjc3NzYgMjMuNDYxNSAxMS44MTI2QzIzLjM3NyAxMS44NDc2IDIzLjI4NjQgMTEuODY1NyAyMy4xOTUgMTEuODY1N0MyMy4wMTAyIDExLjg2NTcgMjIuODMzMSAxMS43OTI0IDIyLjcwMjQgMTEuNjYxOEwxNi43OTI5IDUuNzUwNjhDMTYuNjYzIDUuNjE5OTMgMTYuNTkwMiA1LjQ0MzAyIDE2LjU5MDUgNS4yNTg3MUMxNi41OTA4IDUuMDc0MzkgMTYuNjY0MSA0Ljg5NzY5IDE2Ljc5NDQgNC43NjczMkMxNi45MjQ2IDQuNjM2OTQgMTcuMTAxMyA0LjU2MzUxIDE3LjI4NTYgNC41NjMxMUMxNy40Njk5IDQuNTYyNzEgMTcuNjQ2OSA0LjYzNTM4IDE3Ljc3NzcgNC43NjUxOVpNMC42NTE0MDcgMTAuNDgxNEgyMy4wNTA1QzIzLjExMzQgMTAuNDgxNCAyMy4xNzU4IDEwLjQ5MzggMjMuMjM0IDEwLjUxNzlDMjMuMjkyMiAxMC41NDIgMjMuMzQ1IDEwLjU3NzQgMjMuMzg5NiAxMC42MjE5QzIzLjQzNDEgMTAuNjY2NCAyMy40Njk0IDEwLjcxOTMgMjMuNDkzNSAxMC43Nzc1QzIzLjUxNzYgMTAuODM1NiAyMy41MyAxMC44OTggMjMuNTMgMTAuOTYxVjExLjM4ODhDMjMuNTMgMTEuNDUxOCAyMy41MTc2IDExLjUxNDEgMjMuNDkzNSAxMS41NzIzQzIzLjQ2OTQgMTEuNjMwNSAyMy40MzQxIDExLjY4MzQgMjMuMzg5NiAxMS43Mjc5QzIzLjM0NSAxMS43NzI0IDIzLjI5MjIgMTEuODA3NyAyMy4yMzQgMTEuODMxOEMyMy4xNzU4IDExLjg1NTkgMjMuMTEzNCAxMS44NjgzIDIzLjA1MDUgMTEuODY4M0gwLjY1MTQwN0MwLjUyNDIyNyAxMS44NjgzIDAuNDAyMjU2IDExLjgxNzggMC4zMTIzMjcgMTEuNzI3OUMwLjIyMjM5NyAxMS42MzggMC4xNzE4NzUgMTEuNTE2IDAuMTcxODc1IDExLjM4ODhWMTAuOTYxQzAuMTcxODc1IDEwLjgzMzggMC4yMjIzOTcgMTAuNzExOCAwLjMxMjMyNyAxMC42MjE5QzAuNDAyMjU2IDEwLjUzMiAwLjUyNDIyNyAxMC40ODE0IDAuNjUxNDA3IDEwLjQ4MTRaJyBmaWxsPScjZTYwMDEyJy8+PC9zdmc+");
    background-position: center;
    background-repeat: no-repeat;
    background-size: .24rem .24rem;
    position: absolute;
    right: .4rem;
    bottom: .32rem;
}

.art6 .xinwenlist:hover h6, .art6 .xinwenlist:hover p, .art6 .xinwenlist:hover h6 span {
    color: #fff;
}

.art6 .xinwenlist:hover {
    background-color: #E60012;
    background-image: url(/images/art6bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* background: url(/images/tzbg.jpg) no-repeat center / cover; */
}

.art6 .item {
    margin-bottom: .28rem;
}

.art6 .item:last-of-type {
    margin-bottom: 0;
}


@media screen and (max-width: 750px) {

    .art6 {
        width: 6.8rem;
        margin: 0 auto;
    }

   .art6 .xinwenlist:hover {
        background-color: #E60012 !important;
    }

    .art6 h6 {
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .art6 .xinwenlist {
        padding: .35rem .26rem .88rem;
        height: auto;
        justify-content: start;
    }

    .art6 .xinwenlist .mdates {
       position: absolute;
       left: .26rem;
       bottom: .32rem;

    font-size: .20rem;
    font-weight: 700;
    line-height: .2813rem;
    text-align: left;
    color: #E60012;
   }

   .art6 .xinwenlist::after {
       display: none;
   }

   .art6 .xinwenlist:hover .mdates {
       color: #fff;
   }
   
   .art6 .xinwenlist p {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 90%;
        margin: 0;
   }

   .companyjj:has(.art6) {
    padding-top: 0.7rem;
   }
    
}

