* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans SC', Arial, Helvetica, sans-serif;
}
.xuanzuan{
    /* transform: rotate(
        90deg); */
}

.top {
    position: fixed;
    right: 27px;
    top: 80vh;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #E50014;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 5px;
    z-index: 100;
}

img {
    max-width: 100%;
}

.header {
    padding: 10px 0;
}

.logs {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

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

.sou>div {
    text-align: center;
}

.sou a {
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

.mars {
    margin-left: 48px;
}

.soudiv input {
    width: 80%;
    height: 40px;
    border: none;
    outline: none;
}

.soudiv {
    position: relative;
    padding-left: 10px;
    width: 246px;
    height: 40px;
    border-radius: 20px;
    border-bottom: 1px solid #C50000;
    border-left: 1px solid #C50000;
    border-top: 1px solid #C50000;
}

.soudiv button {
    cursor: pointer;
    border: none;
    position: absolute;
    top: 0;
    right: -1px;
    display: inline-block;
    height: 41px;
    width: 42px;
    line-height: 45px;
    background: #C50000;
    border-radius: 50%;
}

nav {
    height: 60px;
    background: #C50000;
}

.nav {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
}

.zn {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.zn a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.navlist a {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 57px;
    position: relative;
}

.navlist a:last-of-type {
    margin-right: 0;
}

/* 首页 */
.swiper-container {
    position: relative;
}

.swipes {
    z-index: 3000;
    width: 629px;
    height: 140px;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.min {
    margin: 0 33px 0 30px;
    position: relative;
    top: -7px;
}

.min>p:first-of-type {
    text-align: right;
    font-size: 29px;
    font-weight: 500;
    color: #333333;
    width: 64px;
}

.min>p:last-of-type {
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    width: 64px;
}

.fazhanxinxi {
    width: 321px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.fazhanxinxi a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.xinxititel {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xinxicont {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
}

.xinxicont p, .xinxicont span, .xinxicont div {
    font-size: 14px !important;
    color: #666666 !important;
}

.fazhan {
    display: flex;
    width: 448px;
    border-left: 3px solid #E50014;
    padding: 9px 0 9px;
    margin: 37px 0 0 29px;
}

.indexabout {
    background-color: #F1F1F1;
    background-image: url(../../img/img/indexabout.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 533px;
    padding: 73px 0 89px;
}

.indextitle {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    background: linear-gradient(180deg, #E50014 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.indexen {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    position: relative;
    top: -34px;
}

.abcontent {
    display: flex;
    justify-content: space-between;
    width: 1150px;
    margin: 0 auto;
    align-items: center;
}

.abcontent>div:first-of-type {
    width: 669px;
}

.abcontent>div:first-of-type>img {
    width: 100%;
}

.abcontent>div:last-of-type {
    width: 410px;
}

.red {
    width: 34px;
    height: 3px;
    background: #E50014;
}

.inabtitle {
    font-size: 21px;
    font-weight: bold;
    color: #333333;
}

.inabtitles {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin: 7px 0 16px;
}

.abcon {
    margin: 14px 0 22px;
}

.abcon p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 23px;
}

.chakangenduo {
    border-bottom: 1px solid #E50014;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #E50014;
    padding-bottom: 7px;
}

footer {
    background-color: #494949;
    padding: 28px 0 21px 0;
}

.sahngbiao,.sahngbiao>a {
    text-decoration: none;
    background-color: #2C2C2C;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

.fouter {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.foutlogo {
    width: 122px;
    margin-right: 37px;
}

.foutlogo img {
    width: 100%;
}

.gongzong {
    text-align: center;
    position: absolute;
    right: 0;
}
.gongzong>img{
    width: 106px;
    height: 106px;
}
.gongzong p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.active1::after {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-55%, 0);
    color: #FFFFFF;
    content: '__';
    width: 9px;
    height: 9px;
    background: url(../../img/img/sanjiao.png) no-repeat;
    background-size: auto;
    background-size: 9px 9px;

}
.span{
    color: #333333 !important;
}
.daohang {
    margin-bottom: 2px;
}

.daohang a, .daohang span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
}

.daohang>span:last-of-type {
    display: none;
}

.tel {
    margin-top: 11px;
}

.tel p, .tel a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.ban {
    position: relative;
}

.ban>img {
    width: 100%;
    z-index: 100;
}

.names {
    display: flex;
    position: absolute;
    bottom: 30%;
    left: 14%;
    z-index: 300;
    align-items: flex-end;

}

.mian {
    margin-left: 14px;
}

.h {
    width: 2px;
    height: 41px;
    background: #FFFFFF;
}

.h1 {
    width: 2px;
    height: 63px;
    background: #FFFFFF;
    margin-left: 10px;
}

.btitle {
    font-size: 27px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.bnav {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.bnav a, .bnav span {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
}

.ok {
    height: 53px;
    background: #C50000;
    display: flex;
    align-items: center;
    position: relative;
}

.wi {
    width: 260px;
}

.okname {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
}

.ok>img {
    width: 36px;
    height: 25px;
    margin: 0 20px;
}

.oknameen {
    font-size: 36px;
    font-weight: 800;
    font-style: italic;
    color: #FFFFFF;
    opacity: 0.2;
    position: absolute;
    bottom: -8px;
    right: 0;
    text-transform:uppercase;
    white-space: nowrap;
}

.yi {
    width: 260px;
    margin-bottom: 20px;
    border-bottom: 5px solid #C50000;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.tow {
    padding-bottom: 20px;
}

.santext {
    margin-top: 20px;
}

.santext>div {
    width: 225px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    display: flex;
}

.santext a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.santext>div>div:first-of-type {
    min-width: 48px;
}

.osousuo {
    width: 240px;
    margin: 0 auto;
}

.osousuo select {
    width: 148px;
    height: 30px;
    line-height: 30px;
    background-color: #FFFFFF;
    border: 1px solid #CBCBCB;
    border-radius: 15px;
}

.osousuo input {
    padding: 0 5px;
    width: 135px;
    height: 28px;
    line-height: 28px;
    background-color: #FFFFFF;
    border: 1px solid #CBCBCB;
    border-radius: 15px;
    outline: none;
}

.osousuo>div {
    margin-top: 19px;
    display: flex;
    justify-content: space-between;
}

.obutton button {
    padding: 5px 10px;
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 11px;
    cursor: pointer;
    border: 1px solid #C50000;
}

.obutton button:hover {
    background: #C50000;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

.obutton>button:first-of-type {
    margin-right: 21px;
}

.osousuo section {
    display: flex;
    justify-content: center;
}

.ofitem {
    display: flex;
    height: 45px;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}

.ofitem>img {
    width: 20px;
    height: 15px;
    margin: 14px 10px 0 25px;
}

.ofname {
    margin-top: 10px;
}

.indextext {
    margin-left: 18px;
    width: 100%;
}

.indexconten {
    display: flex;
    width: 80%;
    margin: 50px auto 0;
}

.bnav>span:last-of-type {
    display: none;
}

.indexname {
    border-bottom: 1px solid #666666;
    padding: 17px 5px;
    font-size: 20px;
    font-weight: 400;
    color: #C50000;


}

.abimg {
    width: 88%;
    margin: 30px auto;
}

.abimg>img {
    width: 100%;
}

.ablist {
    display: flex;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ablist::after {
    content: "";
    width: 33%;
}

.abitm {
    width: 33%;
}

.abitm>img {
    width: 100%;
    margin: 0 0 18px;
}

.abitm p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 29px;
}

.jianlist {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 100px;
}

.jianconten p, .jianconten div {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    text-indent: 2em;
}

.wenhua {
    width: 88%;
    margin: 0 auto 93px;
}

.wenhuaitem {
    padding: 30px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D6D6D6;
}

.wentitile {
    margin: 0 4% 0 7%;
    font-size: 48px;
    font-weight: 400;
    color: #C50000;
    min-width: 96px;
    font-family: PangMenZhengDao-Cu;
}

.wenhuaitem img {
    margin-right: 2.9%;
}

.icontent, .icontent div, .icontent p {
    font-size: 22px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}


.ofitem a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
}

.activered {
    color: #C50000 !important;
}
.activered:before{
    background:#C50000 !important ;
}

.xinwenlist {
    margin-top: 30px;
}

.xinwenitem {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #F2F2F2;
}

.xinwenlist>a:first-of-type .xinwenitem {
    padding-top: 0;
}

.xinwenimg {
    width: 36%;
    max-height: 250px;
    overflow: hidden;
}

.xinwenimg>img {
    width: 100%;
}

.xinwenlist a {
    display: block;
    width: 95%;
    margin: 0 auto;
}

.xiwenconten {
    width: 60%;
    min-width: 540px;
    overflow: hidden;
}

.wentoitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    max-width: 900px;
}

.xinwenlist a {
    text-decoration: none;
}

.wencontent {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 23px;
    margin: 28px 0 38px 0;
}

.wencontent p, .wencontent div ,.wencontent p span {
    font-size: 13px !important;
    font-weight: 400;
    color: #666666;
    line-height: 23px;
}

.shijan {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 23px;
}

.chakan {
    font-size: 16px;
    font-weight: 400;
    color: #C50000;
    text-align: right;
}

.xiangtitle {
    width: 80%;
    margin: 19px auto 0;
    padding-bottom: 19px;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #C50000;
    line-height: 38px;

}

.biankuang {
    border-bottom: 1px solid #E5E5E5;
}

.xiangshijan {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    position: relative;
    top: -45px;
    text-align: right;
}

.tutu {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pagination {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    font-size: 20px;
}

.pagination>li {
    margin-left: 10px;
}

.pagination a {
    text-decoration: none;
    color: #333333;
}

.active {
    color: #C50000;
}

.nwes {
    padding: 84px 0 64px;
}

.indexnwes {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.nwesimg {
    width: 550px;
    height: 360px;
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.nwesimg>img {
    /*width: 100%;*/
    /*height: 100%;*/
}

.nuetits {
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    width: 524px;
    position: absolute;
    bottom: 0;
    background: #000000;
    opacity: 0.7;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
}

.younew {
    border-left: 1px solid #B7B7B7;
    padding: 10px 0;
}

.younew1 {
    width: 587px;
}

.neitem {
    display: flex;
    padding-bottom: 25px;
    border-bottom: 1px solid #B7B7B7;
    margin-left: 31px;
    padding-top: 20px;
}

.mome {
    width: 90px;
    height: 30px;
    border: 1px solid #E50014;
    border-radius: 15px;
    line-height: 30px;
    margin: 0 auto 64px;
}

.mome a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #E50014;
    text-decoration: none;
}

.nemin {
    margin-right: 10px;
    margin-top: -6px;
}

.nedescription {
    font-size: 24px;
    font-weight: 600;
    color: #E50014;
    text-align: right;
}

.nekeywords {
    font-size: 20px;
    font-weight: 400;
    color: #E50014;
    text-align: right;
}

.sw {
    width: 460px;
}

.cons {
    position: relative;
}

.swiper-slide img {
    width: 100%;
}

/* 轮播图按钮 */
.prev, .next {
    text-align: center;
    width: 12px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    background-color: rgb(229, 0, 22);
}

.qianjinl {
    width: 30px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 83px;
    bottom: 29px;
    z-index: 4000;
}

.ditu {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.wenzitan {
    display: flex;
}

.xuhao {
    font-size: 70px;
    font-weight: bold;
    color: #C50000;
}

.dizhititle {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.dizhi {
    font-size: 17px;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
}

.xuhaoyou {
    position: relative;
    top: 23px;
    margin-left: 23px;
}

.ditucontent {
    overflow: hidden;
    width: 100%;
    margin-left: 23px;
    margin-top: 25px;
}

.rencai {
    width: 90%;
    margin: 0 auto;
}

.rencaititle {
    font-family: PangMenZhengDao-Cu;
    font-size: 34px;
    font-weight: 400;
    color: #C50000;
    text-align: center;
    margin: 35px 0;

}

.rencaicontent, .rencaicontent p, .rencaicontent div {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 39px;
}

.indextext>.rencai:last-of-type>.rencaicontent {
    margin-bottom: 68px;
}

.xinzi {
    display: flex;
    align-items: center;
    width: 95%;
    margin: 0 auto 70px;
}

.xinzi img {
    height: 100%;
    margin-right: 15px;
}

.fulixiang {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    width: 85%;
    line-height: 35px;
}

.xinzititle {
    font-size: 48px;
    font-family: PangMenZhengDao-Cu;
    font-weight: 400;
    color: #C50000;
    line-height: 54px;
    width: 100px;
    margin-right: 20px;
}

.gongzuoitem {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.gogzuolist {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    width: 88%;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;

}

.xiangzhiwei {
    display: flex;
    align-items: center;
    width: 93%;
    margin: 0 auto;
}

.xinxi {
    font-family: PangMenZhengDao-Cu;
    writing-mode: vertical-rl;
    font-size: 48px;
    font-weight: 400;
    color: #C50000;
}

.xiangzhiwei {
    font-size: 22px;
    font-weight: 400;
    color: #666666;
    line-height: 38px;
    margin-bottom: 86px;
}

.xiangzhiwei img {
    margin: 0 35px 0 25px;
}

.lanmusanji {
    display: none;
    margin-left: 57px;
}

.listzhankai {
    cursor: pointer;
}

.lanmusanji a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #333333;
}

.lanmusanji li {
    margin-top: 20px;
}

.lanmusanji li:last-of-type {
    margin-bottom: 20px;
}

.tablke {
    width: 100%;
    margin-top: 20px;
}

.tr td {
    min-width: 60px;
    text-align: center;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.tr, .navstr {
    height: 40px;
}

.tr>td:first-of-type {
    font-size: 14px;
    font-weight: 400;
    color: #C50000;
}

.tr:nth-of-type(even) {
    background-color: #FFD5D5;
}

.tr:nth-of-type(odd) {
    background-color: #F4B9B9;
}

.dolwond {
    width: 85%;
    margin: 28px auto 0;
    display: flex;
    justify-content: space-between;

}

.dolwond a, .dolwond div, .dolwond p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-decoration: none;
}

.tr img {
    width: 23px;
    height: 26px;
}

.tr>td:first-of-type a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #C50000;
}

.cxiangqing {
    display: flex;
    border-bottom: 1px solid #C50000;
}

.cxiangqing>div {
    border: 1px solid #A60000;
    text-align: center;
    min-width: 100px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    margin-top: 21px;
}

.cxiangqing>div:hover {
    background-color: #C50000;
    color: #FFFFFF !important;
}

.bom {
    background-color: #C50000;
    color: #FFFFFF !important;
}

.gutitle {
    margin: 25px 0;
    font-size: 20px;
    font-weight: 400;
    color: #C50000;
}

.gucontne {
    width: 85%;
    margin: 0 auto;
    display: flex;

}

.gucontne div, .gucontne p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
}

.gucontne>div:first-of-type {
    width: 52%;
    margin-right: 5%;
}

.gucontne>div:last-of-type {
    width: 20%;
}

.wifdh {
    width: 85%;
    margin: 22px auto 165px;
}

.showd {
    display: block;
}

.showd1 {
    display: none;
}

.qingdan {
    width: 90%;
    margin: 20px auto 0;
}

.qingdan img {
    max-width: 100%;
}

.navstr {
    height: 40px;
    background: #C50000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;

}

.navstr td {
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.cahn {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
}

.xinp {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    min-width: 355px;
    max-width: 500px;
    text-decoration: none;
}

.xinp>div {
    width: 89px;
    margin-left: 20px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
.cahn>a:nth-child(odd){
    position: relative;
    left: -20px;
}

.yuanzuo {
    position: absolute;
    left: -102px;
    top: 50%;
    transform: translate(0, -50%);
}

.yuanzuo img, .yuanyou img {
    width: 60px;
    height: 60px;
}

.yuanyou {
    position: absolute;
    right: -76px;
    top: 50%;
    transform: translate(0, -50%);
}

.prout {
    padding-top: 79px;
    padding-bottom: 98px;

}

.swipt {
    width: 100%;
    overflow: hidden;
}

.lingyucontent {
    margin: 30px auto 0;
    width: 90%;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.xinpinfabu {
    padding: 79px 0 87px;
    background-image: url(../../img/img/xinpin.png);
}

.swipxinpin {
    width: 100%;
    overflow: hidden;
}

.shangpin {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.MORE {
    position: absolute;
    right: 0;
    font-size: 16px;
    font-weight: 400;
    color: #E50014;
    text-decoration: none;
}

.shangpinimg {
    width: 340px;
    margin-right: 32px;
    box-shadow: 7px 4px 6px 0px rgba(112, 112, 112, 0.07);
    border-radius: 20px;
    overflow: hidden;
}

.shangpinimg>img {
    width: 100%;

}

.chanpinjieshao {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
}

.jies {
    margin-left: 55px;
}

.jies p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 33px;

}

.jies ul li{
    list-style-image: url(../../img/img/lingxing.png);
  /* OR */
  /*list-style-type: '👉';*/
  padding-inline-start: 5px;
      line-height: 30px;
    color: #666;
}
.lanmusanji li {
    list-style: none;
  
    

}
.lanmusanji li  a{
      display: flex;
    align-items: center;
    position: relative;
        padding-left: 10px;
}
.lanmusanji li a::before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    background: #000;
}
.qinajinhoutui {
    width: 1000px;
    margin: 54px auto 0;
    display: flex;
    position: relative;
}

.qinajinhoutui img {
    cursor: pointer;
}

.rezuo {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.reyou {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.leibiao {
    width: 900px;
    margin: 0 auto;
    display: flex;
    height: 48px;
}

.iii {
    margin-left: 20px;
    width: 109px;
    height: 40px;
    border: 1px solid #E50014;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #E50014;
    transform: skewX(-19deg);
    cursor: pointer;
}
.iii:hover{
    background: #E50014 !important;
    color: #fff !important;
}
.iii>p:hover{
    color: #fff !important;
}

.iii>p {
    width: 109px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #E50014;
    transform: skewX(19deg);
}

.swiper-slide-thumb-active .iii {
    background: #E50014;

}

.swiper-slide-thumb-active .iii>p {
    color: #fff;
}

.biaodantijiao {
    width: 70%;
    margin: 37px auto 70px;
}

.biaodantijiao span {
    color: #C50000;
    margin: 0 10px 0 5px;
}

.tit {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    display: flex;
    margin-bottom: 20px;
}

#gongsi, #xinpia {
    width: 100%;
    height: 30px;

}

.biaodantijiao input {
    padding: 0 1%;
    outline: none;
    border: 1px solid #CBCBCB;
    border-radius: 3px;
}

.inputit {
    min-width: 150px;
    text-align: right;
}

#dizhi {
    width: 100%;
    height: 30px;
}

.tletitl {
    display: flex;
    /*justify-content: space-between;*/
}

.tletitl .inputit {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    /*margin-bottom: 20px;*/
}

.tletitl input {
    height: 30px;
    width: 30%;
}
.radid{
    display: flex;
    align-items: center;
    height: 22px;
    margin-bottom: 12px;
}

#youxiang {
    width: 100%;
    height: 30px;
}

.xin {
    position: relative;
    left: 64px;
}

#trextr {
    width: 100%;
    height: 111px;
    border: 1px solid #CBCBCB;
    border-radius: 3px;
    padding: 5px 1%;
    outline: none;

}

.butto {
    display: flex;
    justify-content: center;
}

.butto>div:last-of-type {
    cursor: pointer;
    min-width: 123px;
    height: 34px;
    background: #C50000;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
}

.butto>div:first-of-type {
    cursor: pointer;
    min-width: 123px;
    height: 34px;
    border: 1px solid #C50000;
    border-radius: 11px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #C50000;
    margin-right: 20px;
}

.snatiao {
    display: none;
}

.monav {
    display: none;
}

.dan {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #CBCBCB;
}

.xiaoyuan {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.danactive {
    border: 1px solid #C50000;
}

.danactive>.xiaoyuan {
    background: #C50000;
}

#gongsiqita, #duoqita {
    height: 30px;
    border: 1px solid #CBCBCB;
    border-radius: 3px;
    width: 20%;
}

.osousuo>div {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.tel img {
    position: relative;
    top: 2px;
}

.fangxingduoxuan {
    display: flex;
    flex-wrap: wrap;
    /*padding-bottom: 30px;*/
}

.duo {
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #CBCBCB;
    border-radius: 3px;
    margin-right: 8px;
    margin-left: 5px;
    /*margin-bottom: 15px;*/
}
.fangxingduoxuan .radid{
    margin-bottom: 15px;
}
.xiaofang {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.duoactive {
    border: 1px solid #C50000;
}

.duoactive>.xiaofang {
    background-color: #C50000;
}

.tletitl-l{
    display: flex;
    width: 50%;
}
.tletitl-l input{
    width: 100% !important;
}
.danxuansl{
    flex-wrap: wrap;
}
@media screen and (max-width:1000px) {
    .fangxingduoxuan{
        margin-top: 20px;
    }
    .tletitl-l:last-of-type{
        margin-top: 20px;
    }
    .phone_tit{
        margin-bottom: 0 !important;
    }
    .radid{
        margin-bottom: 20px;
    }
    .tletitl{
        flex-wrap: wrap;
    }
    .tletitl-l{
        width: 100%;
        /*flex-wrap: wrap;*/
    }
    .ly_ypsb{
        display: none;
    }
    .danxuan_ypsb{
            width: 100% !important;
        flex-wrap: wrap !important;
    }
    .xinp>div {
    width: auto;
    margin-left: 20px;
    display: inline-block;
    height: 65.5px;
    line-height: 65.5px;
}
.shangpinimg{
        width: 100%;
     margin-right: 0; 
     box-shadow: none; 
    border-radius: 20px;
    overflow: hidden;
}
.xinpinfabu{
        padding: 49px 0 47px;
}

.jies{
    margin-left: 20px;
}
.prout{
    padding-top: 40px;
    padding-bottom: 0px;
}
    .btitle {
        font-size: 18px;
    }

    .bnav a, .bnav span {
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        text-decoration: none;
    }

    .cahn {
        width: 95%;
    }

    .yuanzuo {
        display: none;
    }

    .yuanyou {
        display: none;
    }

    .sou {
        display: none;
    }

    .logs {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .snatiao {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        display: block;
    }

    .snatiao img {
        width: 100%;
        height: 100%;
    }

    nav {
        display: none;
    }

    .lanmusanji {
        display: block;
    }

    .oe {
        display: flex;
        height: 45px;
        border-bottom: 1px solid #E5E5E5;
        border-top: 1px solid #E5E5E5;
    }

    .oe>img {
        width: 20px;
        height: 12px;
        margin: 14px 10px 0 25px;
    }


    .oe a {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        text-decoration: none;
    }

    .sux {
        display: none;
        margin-left: 67px;
    }

    .sux a {
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        color: #333333;
    }

    .sux li {
        margin-top: 20px;
    }

    .sux li:last-of-type {
        margin-bottom: 20px;
    }

    /* .ban {
        display: none;
    } */

    .monav {
        position: absolute;
        top: 50px;
        background-color: #FFFFFF;
        z-index: 5000;
        width: 100%;
    }

    .swipes {
        display: none;
    }

    .qianjinl {
        display: none;
    }

    .indextitle {
        font-size: 30px;
    }

    .indexen {
        font-size: 20px;
    }

    .indexabout {
        padding: 20px 0 30px;
        height: auto;
    }

    .abcontent {
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;

    }

    .abcontent>div:first-of-type {
        width: 100%;
    }

    .fouter {
        width: 95%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .daohang {
        display: none;
    }

    .tel p {
        display: block;
    }

    .sahngbiao {
        height: auto;
    }

    .yi {
        display: none;
    }

    .indexconten {
        width: 95%;
        margin: 20px 0;
    }

    .wi {
        width: 0;
    }

    .indextext {
        overflow: scroll;
    }

    .wencontent {
        margin: 0;
    }

    .shijan {
        margin-bottom: 0;
    }

    .biaodantijiao {
        width: 100%;
    }

    .inputit {
        min-width: 95px;
    }

    .xin {
        position: relative;
        left: -50px;
    }

    .jianlist {
        width: 95%;
    }

    .wentitile {
        margin: 0 4% 0 7%;
        font-size: 22px;
        font-weight: 400;
        color: #C50000;
        min-width: 50px;
        font-family: PangMenZhengDao-Cu;
    }

    .icontent, .icontent div, .icontent p {
        font-size: 16px;
        font-weight: 400;
        color: #666666;
        line-height: 25px;
    }

    .lingyucontent img {
        max-width: 100%;
    }

    .xuhao {
        font-size: 30px;
    }

    .xuhaoyou {
        position: relative;
        top: 5px;
        margin-left: 10px;
        width: 90%;
    }

    .dizhititle {
        font-size: 18px;
    }

    .dizhi {
        font-size: 15px;
    }

    .ditucontent {
        width: 100%;
        margin: 20px 0;
        height: 200px;
    }

    .ditu {
        width: 95%;
    }

    .rencaititle {
        font-size: 20px;
        margin: 15px 0 10px;

    }

    .rencaicontent, .rencaicontent p, .rencaicontent div {
        font-size: 18px;
    }

    .xinzititle {
        font-size: 24px;
        width: 58px;
    }

    .fulixiang {
        font-size: 18px;
        line-height: 25px;
    }

    .xinxi {
        font-size: 24px;
    }

    .xiangzhiwei {
        font-size: 18px;
        line-height: 25px;
    }

    .xiangtitle {
        font-size: 25px;
    }

    .names {
        left: 0;
    }

    .h, .h1 {
        display: none;
    }

    .ban {
        height: 170px;
    }

    .ban>img {
        height: 100%;
    }

    .fouter>div:nth-of-type(2) {
        margin-top: 20px;
    }

    .tel {
        text-align: center;
    }

    .indexnwes {
        flex-wrap: wrap;
        width: 95%;
        margin: 0 auto;
    }

    .nuetits {
        width: 97%;
    }

    .nwesimg {
        height: 300px;
    }
    .nwes{
        padding: 0px 0 44px;
    }
    .neitem {
        margin-left: 0px;
    }

    .nedescription {
        font-size: 18px;
    }

    .nekeywords {
        font-size: 16px;
    }

    .xinxititel {
        font-size: 14px;
    }

    .younew1 {
        width: 100%;
    }

    .sw {
        width: 100%;
    }

    .neitem>div:nth-of-type(2) {
        width: 75%;
    }

    .nemin {
        width: 20%;
    }

    .younew {
        border: none;
    }

    .abcontent>div:last-of-type {
        width: 100%;
    }

    .nwesimg {
        width: 100%;
    }

    .shangpin {
        width: 93%;
        flex-wrap: wrap;
    }

    .xinpinfabu {
        background-image: none;
    }

    .leibiao {
        width: 90%;
    }

    .qinajinhoutui {
        width: 100%;
    }

    .qinajinhoutui {
        display: none;
    }
    footer{
        display: none;
    }
}