body {
    /* font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; */
  }
  
  .am-topbar {
    border: 0
  }
  
  .r-left-nav li a:hover {
    color: #B17948 !important
  }
  
  .r-mean {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background: #D71518;
    cursor: pointer
  }
  
  .r-mean:hover {
    background: #a20003
  }
  
  .r-icon-mean::before {
    position: absolute;
    top: 29px;
    left: 24px;
    content: "";
    width: 32px;
    height: 24px;
    background: url(../img/bars.png) no-repeat;
    background-size: 100%
  }
  
  .am-header {
    padding: 0
  }
  
  .r-mean .am-icon-bars {
    margin: 23px 22px
  }
  
  .am-topbar-left .r-nav-icon:before {
    font-size: 0.46rem;
  }
  
  .r-mean .am-icon-lg:before {
    color: #ffffff;
    line-height: 0.9;
  }
  
  .am-topbar .am-text-ir {
    display: block;
    margin-right: 10px;
    margin-top: 17px;
    height: 60px;
    width: 174px;
    background: url(../img/logo.png) no-repeat;
    background-size: 100%;
  }
  
  .am-topbar .am-topbar-right {
    margin-top: 14.5px
  }
  
  .am-topbar .am-form-group .am-form-field {
    line-height: 45px !important;
    width: 200px !important;
    height: 45px;
  }
  
  .am-topbar .r-search {
    position: relative;
    width: 45px;
    height: 45px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: -5px;
    margin-top: -2px;
    color: #ffffff;
    background: #333333;
  }
  
  .am-topbar .am-form input[type="text"] {
    border-color: #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
  
  .am-topbar-btn {
    margin-top: 0;
    border-radius: 3px;
    padding: 12px 28px;
    font-size: 0.32rem
  }
  
  .am-topbar-btn:hover {
    border-color: #D71518;
    color: #ffffff;
    background: #D71518;
  }
  
  .bw .am-topbar-btn:hover {
    border-color: #666666;
    color: #ffffff;
    background: #666666;
  }
  
  .am-btn-primary {}
  
  .am-slider-default .am-control-nav li a.am-active {
    background: #D71518
  }
  
  .am-slider-default .am-control-nav li a {
    background: #ffffff;
    color: #ffffff
  }
  
  .am-slider-default .am-control-nav li a:hover {
    background: #D71518;
    color: #D71518
  }
  
  .r-title {
    position: relative;
    padding-right: 80px
  }
  
  .r-title-body {
    padding: 0 10px;
    border-bottom: 1px dotted #DFDFDF;
  }
  
  .r-title::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #D71518;
  }
  
  .bw .r-title::after {
    background: #D8D8D8
  }
  
  .r-title span {
  
    position: absolute;
    bottom: 0;
  width: 80px;
    display: flex;
    padding-bottom: 0.04rem;
    font-weight: normal;
    cursor: pointer;
    justify-content: right;
     align-items:center;
  }
  
  .r-title span a {
    color: #333333;
  }
  
  .r-title span:hover,
  .r-title span a:hover {
    color: #D71518;
  }
  
  .bw .r-map-name li span {
    background: #999999 !important
  }
  
  .r-f12 img {
    width: 0.24rem;
    height:0.24rem;
    vertical-align: middle;
  }
  
  .r-footer ul li {
    list-style: none;
  }
  
  .r-footer ul {
    padding-left: 0;
  }
  
  .r-footer ul h4 {
    font-size: 0.28rem;
    font-weight: bold;
  }
  
  ul {
    margin: 0;
    padding: 0
  }
  
  ul li {
    list-style: none;
  }
  
  .footertop {
    background: #f2f2f2;
    padding-bottom: 0.3rem
  }
  
  .r-f-partner {
    float: left;
    margin: 30px 0 0 0;
    padding: 0
  }
  
  .r-f-partner li a h4 {
    margin: 0 0 20px 0;
    color: #555555;
    font-size: 0.28rem;
    font-weight: bold
  }
  
  .r-f-partner li span a {
    color: #999;
    line-height: 35px;
    float: left;
    width: 40%;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  
  .r-f-partner li span .r-w100 {
    width: 100%;
  }
  
  .r-f-partner li .chatimg {
    width: 82px;
    float: left;
    margin-left: 10px;
  }
  
  .r-f-partner li .chatimg p {
    text-align: center;
    line-height: 40px;
    color: #999;
    font-size: 0.24rem;
    margin-top: 0
  }
  
  .footer-bottom {
    background: #D8D8D8;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    color: #999999
  }
  
  .footer-bottom .am-container {
    background: #D8D8D8;
  }
  
  .am-with-topbar-fixed-top {
    padding-top: 80px
  }
  
  
  /* 左导航 */
  
  .r-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1090;
    background: rgba(0, 0, 0, 0.15);
  }
  
  .r-left-nav {
    background: #1A1A1A;
    left: 0px;
    top: 1.28rem
  }
  
  .r-left-nav.am-offcanvas {
    background: rgba(255, 255, 255, 0.2) ;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter:blur(50px) 
  }
  
  .r-left-nav .am-offcanvas-bar {
    background: rgba(255,255,255,0.6);
    width:33.33%;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter:blur(50px) 
  }
  
  
  /* .r-left-nav .am-offcanvas-bar:after{
    background: none
  } */
  
  
  /* .r-left-nav .am-offcanvas-content{
    padding: 0
  } */
  
  .r-left-nav ul li {
    position: relative;
    border-bottom: 0.01rem solid #EBEBEB;
    text-align: left;
    padding: 0.2rem 0.45rem 0.2rem 0.3rem;
    box-sizing: border-box;
  }
  
  .r-left-nav ul li:hover {
     /* color: #B17948; */
  }
  .r-left-nav  ul li:before:hover{
   background: url(../img/img-new/jinrujiantouxiao-1.png) no-repeat center;
  }
  
  .r-left-nav ul li a {
    font-size: 0.32rem;
    width: 100%;
    height: 100%;
    display: block;
    text-align:left;
    box-sizing:border-box;
  }
  
  .r-left-nav .r-nav-active {
    background: #000000
  }
  
  .r-nav-slide {
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 270px;
    z-index: 1091;
    width: 270px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: rotateY(120deg);
    -webkit-transform: rotateY(120deg);
    -moz-transform: rotateY(120deg);
    -o-transform: rotateY(120deg);
    -ms-transform: rotateY(120deg);
    visibility: hidden;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition-timing-function: cubic-bezier(.08, .72, .71, .96);
    -webkit-transition-timing-function: cubic-bezier(.08, .72, .71, .96);
  }
  
  .r-nav-slide.r-hover {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 15;
    visibility: visible;
    left:33.33%;
    top:0rem;
    width:33.33%
  }
  
  .r-nav-slide2 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 270px;
    z-index: 1091;
    width: 270px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition-timing-function: cubic-bezier(.08, .72, .71, .96);
    -webkit-transition-timing-function: cubic-bezier(.08, .72, .71, .96);
    display:none
  }
  
  .r-nav-slide2.r-hover {
    z-index: 15;
    display:block;
    left: 100%;
      width: 100%;
    background: rgba(255, 255, 255, 0.2);
  }
  }
  
  .am-offcanvas-bar {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  
  .r-left-nav .r-icon-rights:before {
    position: absolute;
    content: " ";
    background: url(../img/img-new/jinrujiantouxiao.png) no-repeat center;
    background-size: 100%;
    width: 0.36rem;
    height: 0.36rem;
    right: 0.1rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .r-left-nav .r-icon-rights1:before {
    background: url(../img/img-new/jinrujiantouxiao-1.png) no-repeat center;
     background-size: 100%;
  }
  
  .r-icon-search {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
    content: " ";
    background: url(../img/search.png) no-repeat center;
    background-size: 100%;
  }
  
  .swiper-pagination-bullet-active {
    background: #D71518 !important
  }
  
  .r-bottom ul {
    width: 113%;
  }
  
  .r-bottom .am-container {
    overflow: hidden;
  }
  
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
  }
  
  
  .r-f12 {
    font-size: 0.24rem
  }
  
  .r-f14 {
    font-size: 0.28rem
  }
  
  .r-date-t {
    display: block;
    font-size: 0.24rem;
    color: #999999;
    line-height: 1.6;
  }
  
  .r-padding0 {
    padding: 0
  }
  
  .r-padding1 {
    padding: 0.2rem
  }
  
  .r-line {
    width: 1.46rem;
    height: 1px;
    margin: 0 auto;
    background: #555555
  }
  
  .r-w100 {
    width: 100%;
  }
  
  .r-bottom {
    font-size: 0.32rem;
    color: #555555;
    background: #F2F2F2;
  }
  
  .r-bottom li a {
    color: #555555;
  }
  
  .r-bottom li {
    text-align: left;
    padding: 0
  }
  
  .r-bottom .am-container {
    background: #F2F2F2;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #FFFFFF;
  }
  
  .r-padding-tm10 {
    padding: 10px 0;
    width: 100%;
  }
  
  
  /* .r-menu */
  
  .r-menu-con {
    background: #F2F2F2;
    position: fixed;
    z-index: 10;
    /* margin-top:1px;  */
  }
  
  .r-menu .am-menu-nav {
    background: #F2F2F2;
    /* border-top: 1px solid #ffffff; */
    /* border-bottom: 1px solid #ffffff; */
  }
  
  .r-menu .am-menu-nav li {}
  
  .r-menu .am-menu-nav li a {
    position: relative;
  }
  
  .am-menu-default .am-menu-nav {
    padding: 0
  }
  
  .am-menu-default .am-menu-sub {
    padding: 0
  }
  
  .r-menu .r-menu-nav3 li {
    /* position: relative; */
  }
  
  .am-menu-default .am-menu-nav>.am-parent>a:before {
    content: "";
  }
  
  .r-menu .r-menu-nav3 {
    border-bottom: 1px solid #ffffff;
  }
  
  .r-menu .r-menu-nav5,
  .r-menu .r-menu-nav4 {
    border-top: 1px solid #ffffff;
  }
  
  .r-menu .r-menu-nav3 a {
    /* border-bottom: 1px solid #ffffff; */
  }
  
  .r-menu .r-menu-nav5,
  .r-menu .r-menu-nav4 {
    /* border-top: 1px solid #ffffff; */
  }
  
  .r-menu-nav6 img {
    width: 18px;
    vertical-align: text-bottom;
  }
  
  .r-menu .r-menu-nav3>li:not(:first-child)>a:before,
  .r-menu .r-menu-nav4>li:not(:first-child)>a:before {
    position: absolute;
    left: 0;
    top: 25px;
    content: " ";
    height: 30px;
    width: 1px;
    background: #FFFFFF
  }
  
  .r-menu .am-menu-nav li a {
    padding: 25px 25px;
    line-height: 30px;
    height: 80px;
  }
  
  .r-mean .am-menu-sub {
    /* left: 0;
    right: 0; */
  }
  
  .am-menu-default .am-menu-sub {
    left: 0;
    right: 0;
  }
  
  
  /* 三级导航 */
  
  .r-menu .r-menu-nav3 li a {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333
  }
  
  .r-menu .r-menu-nav3>.am-parent.am-open>a {
    color: #D71518
  }
  
  .r-menu .r-menu-nav3>.r-pageing>a {
    color: #D71518 !important
  }
  
  .r-menu .r-menu-nav3>.am-parent>a:after {
    color: #333333;
    content: " ";
  }
  
  .r-menu .r-menu-nav3>.r-menu-nav3-more>a:after {
    content: "\f0d7" !important;
  }
  
  
  /* 四级导航 */
  
  .r-menu .r-menu-nav4>li>a:hover {
    background: #FFFFFF;
    border-bottom: 2px solid #D71518;
    outline: 0
  }
  
  .r-menu .r-menu-nav4>.am-parent.am-open>a {
    background: #FFFFFF;
    border-bottom: 2px solid #D71518;
  }
  
  
  /* 五级导航 */
  
  .r-menu .r-menu-nav5>li>a {
    padding: 18px 0;
    line-height: 44px;
  }
  
  .r-menu .r-menu-nav5>li>a>span {
    display: inline-block;
    padding: 0 33px;
    width: 100%;
    border-radius: 22px;
  }
  
  .r-menu .r-menu-nav5>li>a>span:hover {
    background: #D8D8D8;
  }
  
  .r-menu .r-menu-nav5>.am-parent.am-open>a>span {
    background: #D8D8D8;
  }
  
  .r-menu .r-menu-nav5 li:not(:first-child) a:before {
    position: absolute;
    left: 0;
    top: 25px;
    content: " ";
    height: 30px;
    width: 0;
    background: #FFFFFF
  }
  
  
  /* 面包导航*/
  
  .am-breadcrumb {
    padding: 0.25rem 0;
    font-size: 0.22rem;
    padding-left: 30px;
    color: #999999;
    margin-top: 80px;
  }
  
  .am-breadcrumb a {
    color: #999999
  }
  
  .r-breadcrumb-tips {
    margin-right: 15px
  }
  
  .am-breadcrumb>li+li:before {
    /* content: "\f105"; */
    content: "";
    /* display: inline-block; */
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    background: url(../img/img-new/kuozhan.png) no-repeat;
    background-size: 100% 100%;
    /* width: 0.4rem;
    height: 0.4rem; */
  }
  
  .am-breadcrumb .am-active {
    color: #B17948
  }
  
  
  /* topNav */
  
  .r_top_nav {
    padding: 20px 0;
    background: #ffffff;
    margin-bottom: 7px;
    font-size: 0.28rem;
  }
  
  .r_top_nav a {
    color: #333333
  }
  
  .r_top_nav ul li {
    float: left;
  }
  
  .r_top_nav>ul>li {
    margin: 0 14px
  }
  
  .r_top_nav1 .r_top_this {
    font-weight: bold
  }
  
  .r_top_nav>ul>li>a {
    display: inline-block;
    padding: 7px 15px;
  }
  
  .r_top_nav>ul>li>a img {
    width: 17px;
    vertical-align: text-bottom;
    margin-bottom: 3px;
    margin-left: 3px;
  }
  
  .r_top_nav1 .r_top_li>a {
    /* border-radius: 22px;
    border: 1px solid rgba(153, 153, 153, 1); */
  }
  
  .r_top_nav2 {
    margin-top: 5px
  }
  
  
  /* 分页 */
  
  .am-pagination {
    text-align: center
  }
  
  .am-pagination>li>a,
  .am-pagination>li>span {
    border-radius: 3px;
    border: 1px solid rgba(242, 242, 242, 1);
    color: #999999
  }
  
  .am-pagination-default {
    margin: 20px auto;
  }
  
  .am-pagination>.am-active>a,
  .am-pagination>.am-active>span,
  .am-pagination>.am-active>a:hover,
  .am-pagination>.am-active>span:hover,
  .am-pagination>.am-active>a:focus,
  .am-pagination>.am-active>span:focus {
    background: #D71518
  }
  
  .am-pagination>.am-active>a,
  .am-pagination>.am-active>span,
  .am-pagination>.am-active>a:hover,
  .am-pagination>.am-active>span:hover,
  .am-pagination>.am-active>a:focus,
  .am-pagination>.am-active>span:focus {
    border-color: #D71518
  }
  
  
  /* h5调整样式 */
  
  @media only screen and (max-width: 640px) {
    .r-menu-con {
        position: relative;
    }
    .am-breadcrumb {
        padding: 0.2rem 0;
        font-size: 0.28rem;
        padding-left: 0px;
        margin-top: 0px;
        margin-bottom: 0;
    }
    .pro_help_check {
        margin-top: 0 !important;
    }
    .r-menu .am-menu-nav li a {
        padding: 10px 0px;
        height: 40px;
        line-height: 20px;
    }
    .r-menu .am-menu-nav li {
        width: 33.33%;
        float: left;
    }
    .r-menu .r-menu-nav3>li:not(:first-child)>a:before,
    .r-menu .r-menu-nav4>li:not(:first-child)>a:before {
        top: 13px;
        height: 15px;
    }
    .r-menu .r-menu-nav5>li>a>span {
        width: auto;
        padding: 0 15px;
        border-radius: 14px;
    }
    .r-menu .r-menu-nav3 li a {
        font-size: 0.28rem;
    }
    .r-breadcrumb-tips {
        display: none
    }
    .r-nav-slide .r-nav-slide-ul .r-icon-rights .r-nav-slide2 {
        left: 100%;
      width:100%
    }
    .am-with-topbar-fixed-top {
        padding-top: 120px;
    }
    .r-title span {
        right: 0px !important;
    }
    #rMeanTop {
        padding: 0
    }
    .am-header .am-topbar-brand {
        padding: 0 7px
    }
    .am-topbar .am-btn-secondary {
        padding: 2.13333vw 4vw;
        margin-right: 1.6vw;
        flex: 1;
        font-size: 0.24rem;
    }
    .am-header .am-text-ir {
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 0;
        margin-right: 0px;
    }
    .r-left-nav {
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter:blur(50px) 
    }
    .r-mean {
        width: 60px;
        height: 60px;
    }
    .am-topbar {
        margin-top: -1px ;
    }
    .r-index .r-banner {
        margin-top: 90px;
    }
    .am-header {
        height: 90px;
        line-height: 90px;
        position: relative;
    }
  
    .am-header .btn_container {
        float: right;
        width:calc(100% - 220px);
        height: 60px;
    }
    .am-header .btn_container .row {
        display: flex;
        height: 40px;
        align-items: center;
        justify-content:flex-end;
    }
  
    .am-header .btn_container .r-topbar-search {
        position: absolute;
        top: 85px;
        left: 0;
        width: 100vw;
  
    }
  
    .am-topbar-brand {
        padding: 0 10px;
        float: left;
        font-size:0.36rem;
        height: 60px;
        line-height: 60px;
    }
    .am-topbar .am-topbar-right {
        margin-top: 0;
    }
    .am-topbar .am-form {
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .am-topbar .am-text-ir {
        width: 145px;
        height: 50px;
        margin-top: 10px;
        background: url(../img/logo.png) no-repeat;
        background-size: 100%;
    }
    .r-topbar-search {
        background: #ffffff
    }
    .r-topbar-search .am-form .am-form-group input[type="text"] {
        width: 100% !important;
        background: #F2F2F2;
        border-color: #F2F2F2
    }
    .r-topbar-search .am-form-group {
        display: inline-block;
        margin-bottom: 0
    }
    .r-topbar-search .am-form-group:first-child {
        width: 86%;
        text-align: right;
    }
    .r-topbar-search .am-form-group:last-child {
        width: 10%;
        text-align: left;
    }
    .r-icon-mean::before {
        top: 20px;
        left: 14px;
    }
    .r-left-nav ul li {
        padding: 0.2rem 0.45rem 0.2rem 0.3rem;
        box-sizing:border-box;
    }
    .r-left-nav .r-icon-rights:before {
        width: 0.36rem;
        height:  0.36rem;
        right: 0.1rem;
        top: 0;
        bottom:0;
        margin:auto;
    }
    .r-nav-slide,
    .r-nav-slide2,
    .am-offcanvas-bar {
        width: 33.33%;
    }
    .r-nav-slide {
        left: 33.33%;
        top: 0px
    }
    .r-ewm {
        width: 200px;
        overflow: hidden;
        margin: 0 auto;
    }
    .r-bottom li {
        text-align: center !important;
    }
    .r-bottom li a {
        font-size: 0.28rem;
    }
    .r-f-partner li span a {
        width: 44%;
    }
    .footer-bottom {
        font-size: 0.24rem;
        height: auto;
        line-height: 2.2;
        padding: 0.2rem 0;
    }
    .footer-bottom .am-container {
        text-align: center;
    }
    .footer-bottom .r-min-m10 {
        display: inline-block;
        width: 100%;
    }
    .footer-bottom .r-in-b {
        display: inline-block;
    }
    .r-bottom ul {
        width: 100%;
    }
  }
  
  
  /* pc独有样式 */
  
  @media only screen and (min-width: 641px) {
    .r-topbar-search {
        padding: 0;
        text-align: right
    }
  }
  
  
  /* .amz-toolbar {
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 999;
  } */
  
  .logins {
    width: 70px;
    height: 45px;
    text-align: center;
    float: right;
  }
  
  .logins img {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-top: -2px;
  }
  .r_pagination .am-pagination>li>a,
  .r_pagination .am-pagination>li>span {
    padding: 0.2em 0.5em;
  }
  .am-pagination > li {
    cursor: pointer;
  }
  .am-pagination > li.disabled {
    cursor: no-drop;
    opacity: 0.4;
  }
  .pd24 {
    padding-bottom: 24px;
  }