@charset "UTF-8";


@media (min-width: 768px) {
    html {
        font-size: 28px !important;
    }
}

@media (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #e60012;
        /*border-radius: 4px;*/
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #e60012;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #e60012;
    }

    html {
        font-size: 30px !important;
    }

    body {
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px !important;
    }
}

@media (min-width: 1680px) {
    html {
        font-size: 40px !important;
    }
}



@keyframes ripple0 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes ripple1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.1);
        opacity: 0;
        background: #000;
    }
}

@keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
        background: #000;
    }
}

.main {
    width: 78.125%;
    margin: 0 auto;
    position: relative;
    // overflow: hidden;
}
.pc{
  display:block !important;
}
.mb{
  display:none !important;
}
.main::after {
    content: "";
    display: block;
    clear: both;
}


.jm_title {
    text-align: center;
    margin-bottom: 1.0rem;
}

.jm_title span {
    display: block;
    color: #333333;
    text-transform: uppercase;
}

.jm_title p {
    font-size: 0.9rem;
    margin-top: 0.125rem;
    color: #333333;
}

.jm_title .des {
    line-height: 0.7rem;
    font-size: 16px;
    width: 60%;
    margin: auto;
    color: #666666;
    margin-top: 1.125rem;

}
.jm_title .des p{
    font-size: 16px;
}
.jm_a {
    background: #fff;
    padding-top: 2.375rem;
    padding-bottom: 2.5rem;
}

.jm_a ul {
    padding: 0 0.75rem;
}

.jm_a ul li {
    box-sizing: border-box;
    /*width: 27.33%;*/
    width: 43.33%;
    margin: 0 3%;
    float: left;
    text-align: center;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 1.0rem 0.625rem;
}

/*<!--.jm_a ul li:hover {
	background-image: linear-gradient(to bottom right, #f4f4f4, #ededed);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}-->*/

.jm_a ul li img {
    display: block;
    margin: 0 auto 0.625rem;
}

.jm_a ul li h3 {
    font-weight: normal;
    font-size: 0.65rem;
    color: #333333;
}

.jm_a ul li p {
    font-size: 14px;
    color: #666666;
    margin-top: 0.5rem;
}

.jm_b {
    background: #f4f4f4;
    padding-top: 2.25rem;
    padding-bottom: 4.5rem;
}

.jm_b .swiper-slide {
    width:15.6%;
    box-sizing:border-box;
    padding: 0.375rem;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 8.75rem;
    padding: 1.0rem 0.625rem;
    margin-right:1%;
}

/*.jm_b .swiper-slide:hover {
	background-image: linear-gradient(to bottom right, #f4f4f4, #ededed);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}*/

.jm_b .img {
    overflow: hidden;
}

.jm_b .img img {
    display: block;
    width: 100%;
}

.jm_b h3 {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 0.625rem;
    margin-bottom: 0.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jm_b .swiper-slide p {
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 0.5rem;
    height: 2.5rem;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.jm_b .swiper-button-next,
.jm_b .swiper-button-prev {
    width: 3.5rem;
    height: 0.75rem;
    bottom: -1.75rem;
    top: auto;
    margin-top: 0;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.jm_b .swiper-button-next:hover,
.jm_b .swiper-button-prev:hover {
    -webkit-filter: grayscale(0%);
    /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}

.jm_b .swiper-button-next.swiper-button-disabled,
.jm_b .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.jm_b .swiper-button-next {
    background: url(../img/next.png) no-repeat;
    left: 50%;
    margin-left: 0.375rem;
    right: auto;
}

.jm_b .swiper-button-prev {
    background: url(../img/prev.png) no-repeat;
    right: 50%;
    margin-right: 0.375rem;
    left: auto;
}

.jm_c {
    background: #ffffff;
    padding-top: 2.5rem;
    padding-bottom: 4.75rem;
}

.jm_c .img {
    height: 6.0rem;
    overflow: hidden;
    line-height: 6.0rem;
    text-align: center;
}
.jm_c .swiper-slide{
    width:33%;
    margin-right: 0.6%;
}

.jm_c .img img {
    display: inline-block;
    max-width: 100%;
    height: 100%;
    vertical-align: middle;
}

.jm_c .swiper-slide p {
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-top: 0.375rem;
}

.jm_c .swiper-button-next,
.jm_c .swiper-button-prev {
    width: 3rem;
    height: 0.725rem;
    bottom: -1.75rem;
    top: auto;
    margin-top: 0;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.jm_c .swiper-button-next:hover,
.jm_c .swiper-button-prev:hover {
    -webkit-filter: grayscale(0%);
    /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}

.jm_c .swiper-button-next.swiper-button-disabled,
.jm_c .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.jm_c .swiper-button-next {
    background: url(../img/next.png) no-repeat;
    left: 50%;
    margin-left: 0.375rem;
    right: auto;
}

.jm_c .swiper-button-prev {
    background: url(../img/prev.png) no-repeat;
    right: 50%;
    margin-right: 0.375rem;
    left: auto;
}

.jm_d {
    background: #f4f4f4;
    padding-top: 2.5rem;
}

.jm_d img {
    display: block;
    margin: 0px auto;
}

.jm_d .swiper-button-next,
.jm_d .swiper-button-prev {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background-color: #000;
    background-size: 25% auto;
    background-position: center;
    transition: all 0.3s;
}

.jm_d .swiper-button-next:hover,
.jm_d .swiper-button-prev:hover {
    background-color: #005064;
}

.jm-map{
    width:100%;
    background-color: #fff;
     padding-top: 2.5rem;
     padding-bottom:1.6rem;
     display:none;
}
.jm-map .main {
    width: 90%;
}
.jm-map-img {
    float: left;
    width: 60.2%;
    margin-top: 1rem;
}

.jm-map-img img{
    width:100%;
    max-width:100%;
}
.jm-map-box {
    float: right;
    width: 39.8%;
    right: 10%;
}
.jm-map-box .phone{
    font-size: 0.6rem;
    color:#4b4b4b;
}
.jm-map-box .phone span a{
    color:#4b4b4b;
}
.jm-map-box .jm-adss{
    color:#4b4b4b;
}
.jm-map-box .jm-adss li img{
    width:0.85rem;
    float: left;
}
.jm-map-box .jm-adss li{
    position: relative;
    margin-top:1.5rem;
    width:50%;
    float: left;
}
.jm-map-box .jm-adss li .jm-adss-content{
    position: absolute;
    top:0;
    display:inline-block;
    float: left;
    padding-left:0.5rem;
}
.jm-map-box .jm-adss li .jm-adss-content p{
    font-size:0.4rem;
    color:#333333;
}
.jm-map-box .jm-adss li .jm-adss-content a{
    font-size:0.4rem;
    color:#333333;
    display:inline-block;
    vertical-align: top;
    margin:0;
}
.jm-adss-content .f-cb div{
    display:inline-block;
    margin:0;
    font-size: 0.4rem;
    color:#333333;
    float: left;
    margin-left: 0.2rem;
}
.jm-ph{
    width:50%;
}
.jm-map-box .jm-adss li .jm-adss-content p:first-child{
    font-size: 0.5rem;
}
.jm-map-box .phone img{
    width:0.875rem;
}
.jm-map-box .phone span{
    margin-left:0.7rem;
}
.jm_e {
    background: #f4f4f4;
    padding-top: 2.125rem;
    padding-bottom: 2.25rem;
}

.jm_e img {
    display: block;
    width: 100%;
}

.jm_e .btn {
    margin: 90px auto 0;
    display: block;
    width: 5.35rem;
    line-height: 1.05rem;
    border: 1px solid #005064;
    text-align: center;
    color: #005064;
    font-size: 0.45rem;
    transition: all 0.3s;
}

.jm_e .btn:hover {
    background: #005064;
    color: #fff;
}

.jm_f {
    padding-top: 3.0rem;
    padding-bottom: 2.5rem;
    background: #fff;
}

.jm_f form {
    width: 100%;
}

.jm_f .row {
    overflow: hidden;
    white-space: nowrap;
}
.captcha_no{
    display:none;
}
.jm_f .row span {
    display: block;
    float: left;
    line-height: 1.25rem;
    font-size: 0.5rem;
    color: #666666;
}

.jm_f .row input {
    height: 1.25rem;
    border: 1px solid #b5b6b6;
    font-size: 0.4rem;
    float: left;
    width: 12% !important;
    padding: 0 0.25rem;
    margin-right: 1.0rem;
}
.jm_f .row input.yzm{
    margin-right: 0;
}
.jm_f .row .yzmbox1 img{
        cursor: pointer;
    margin-left: 0rem;
    height: 1.25rem;
}
.jm_f .row select {
    width: 2.875rem;
    height: 1.25rem;
    border: 1px solid #b5b6b6;
    font-size: 0.4rem;
    float: left;
    margin-right: 0.25rem;
    padding: 0 0.25rem;
    background-color:#fff;
}

.jm_f .row select:last-child {
    margin-right: 0;
}

.jm_f .submit {
    margin: 1.625rem auto 0.75rem;
    width: 6.75rem;
    height: 1.25rem;
    background: #005064;
    color: #fff;
    font-size: 0.6rem;
    display: block;
}

.jm_f p {
    text-align: center;
    font-size: 0.4rem;
    color: #898989;
}

.jm_g {
    padding-top: 2.0rem;
    padding-bottom: 2.5rem;
    background: #eeeeee;
}

.jm_g .l {
    float: left;
    width: 28.5%;
    margin-left: 5.5%;
    padding-top: 1.75rem;
}

.jm_g .l .box {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 0.5rem;
}

.jm_g .l .box:last-child {
    margin-bottom: 0;
}

.jm_g .l p {
    font-size: 0.5rem;
    color: #005064;
    padding-left: 0.925rem;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 0.375rem;
}

.jm_g .l a {
    display: block;
    font-size: 0.4rem;
    color: #666666;
}

.jm_g .map {
    float: right;
    width: 48.8%;
}

.jm_g .map img {
    display: block;
    width: 100%;
}

@media (max-width: 1024px){
	.jm_f .row input{
		width: 26% !important;
	}
  
  .jm_f .row select{
    width:2.45rem;
  }
  
  .jm_f .row  .yzmbox1 input{
    width: 15% !important;
  }
  .jm_f .row .yzmbox1 img{
    width：9%;
  }
	.jm_f .row select{
   	margin-top:20px;
   }
   .jm_f .row span:last-child{
   	margin-top:20px;
   }
   
   

   
}

@media (max-width: 992px){
	.jm_f .row input {
    width: 35%;
   }

}

@media (max-width: 767px){

.main {
    width: 85.125%;
}

.swiper-pagination-bullet{height: 2px; width:.36rem;}


.jm_title .des p {
    font-size: .28rem;
    line-height: 0.45rem;
}
.sub_banner .btn {
    display: block;
    width:100%;
    position: absolute;
    left:0; 
    top:3.5rem;
    text-align:center;
    white-space: nowrap;
    line-height: 1.5;
    bottom: 1.0rem;
    margin-left: 0;
    background: transparent;
    transition: all 0.3s;
    box-shadow: 0;
    color: #fff; font-size: .25rem;
    border-radius:0;
    padding:0;
    box-sizing: border-box;
}
.jm_a {
    background: #fff;
    padding-top: .6rem;
    padding-bottom: .6rem;
}
.jm_title span {
    font-size: 0.28rem;
}
.jm_title p {
    font-size: 0.36rem;
    margin-top: 0.125rem;
    color: #333333;
}
.jm_title .des {
    line-height: 1.5;
    font-size: 0.16rem;
    color: #666666;
    margin-top: .6rem;
        width:100%;
}
.jm_title {
    text-align: center;
    margin-bottom: .4rem;
}
.jm_a ul {
    padding: 0 ;
}
.jm_a ul li {
    width: 100%;
    padding: 0.4rem 0.3rem;
}
.jm_a ul li img {
  width:20%;
    display: block;
    margin: 0 auto 0.24rem;
}
.jm_a ul li h3 {
    font-weight: normal;
    font-size: 0.4rem;
    color: #333333;
}
.jm_a ul li p {
    font-size: 0.28rem;
    line-height:0.45rem;
}
.jm_c .swiper-slide p{
  line-height:0.4rem
}
.jm_b {
    padding-top: .6rem;
    padding-bottom: 2rem;
}
.jm_c .swiper-slide {
    width: 33%;
    height: 3.5rem;
}
.jm-map .main {
    width: 85.125%;
}
.jm-map-box .jm-adss li .jm-adss-content a{
  font-size:.28rem;
  line-height:.45rem;
}
.jm_c .img {
    height: 2.4rem;
    overflow: hidden;
    line-height: 2.4rem;
    text-align: center;
}
.jm_c {
    background: #ffffff;
    padding-top: .6rem;
    padding-bottom: 2.75rem;
}
.jm_c .swiper-button-next, .jm_c .swiper-button-prev {
    width: 2rem;
}
.jm_c .swiper-button-prev{
  margin-right: 0;
}
.jm_b .swiper-slide {
    width: 100%;
    padding:0;
}
.jm_b h3 {
    font-size: 0.4rem;
    margin-top: 0rem;
    margin-bottom: 0.2rem;
}
.jm_b .swiper-slide p {
    text-align: center;
    font-size: 0.24rem;
    height: auto;
    line-height:.45rem;
}
.jm_b .swiper-button-next, .jm_b .swiper-button-prev {
    width: 2.5rem;
    bottom: -1.5rem;
}
.jm_b .swiper-button-prev{
  margin-right: 0;
}
.jm_d {
    background: #f4f4f4;
    padding-top: .6rem;
}
.jm_d .swiper-button-next, .jm_d .swiper-button-prev {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #000;
    background-size: 25% auto;
    background-position: center;
    transition: all 0.3s;
}
.jm-map {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-top: .6rem;
    padding-bottom: 1.2rem;
}
.jm-map-img {
    float: left;
    width: 100%;
}
.jm-map-box {
    float: right;
    width: 100%;
}
.jm-map-box .phone {
    padding-left: 0;
    padding-top: 0rem;
    font-size: 0.36rem;
    color: #4b4b4b;
}
.jm-map-box .phone img {
    width: 0.4rem;
}
.jm-map-box .phone span {
    margin-left: 0.28rem;
}
.jm-map-box .jm-adss {
    padding-left: 0;
}
.jm-map-box .jm-adss li {
    position: relative;
    margin-top: 0.6rem;
    width: 100%;
    float: left;
    height:1rem;
}
.jm-ph {
    width: auto;
}
.jm-ph a {
    margin-left: 0.2rem !important;
    margin-top: -.07rem !important;
}
.jm-adss-content .f-cb div {
    display: inline-block;
    margin: 0;
    font-size: 0.28rem;
    color: #333333;
    float: left;
    margin-left: 0;
}
.jm-map-box .jm-adss li:last-child{
  height:2rem;
}
.jm-map-box .jm-adss li:nth-child(7){
height:2rem;
}
.jm-map-box .jm-adss li img {
    width: 0.4rem;
    float: left;
}
.jm-map-box .jm-adss li .jm-adss-content p:first-child {
    font-size: 0.36rem;
    margin-bottom: .15rem;
}
.jm-map-box .jm-adss li .jm-adss-content p {
    font-size: 0.36rem;
    color: #333333;
}
.jm_e {
    background: #f4f4f4;
    padding-top: .6rem;
    padding-bottom: .65rem;
}
.jm_e .btn {
    margin: .6rem auto 0;
    display: block;
    width: 5.35rem;
    line-height: .6rem;
    border: 1px solid #005064;
    text-align: center;
    color: #005064;
    font-size: 0.28rem;
    transition: all 0.3s;
}
.jm_f {
    padding-top:.6rem;
    padding-bottom: .6rem;
    background: #fff;
}
.jm_f .row input{
  margin-right: 0;
    height: .6rem;
    border: 1px solid #b5b6b6;
    font-size: 0.28rem;
    float: left;
    width:80%  !important;
    margin-bottom: .3rem;
}
.jname{
  margin-left: 0;
}
.jm_g .l a{
  font-size:0.28rem;
}
.jm_f .row span {
    display: block;
    float: left;
    line-height: .6rem;
    font-size: 0.28rem;
    color: #666666;
}
.jcity {
    margin-left: 0;
    margin-top: 0;
}
.jyzm {
    margin-top: 15px;
    margin-left: 0rem !important;
}
.jm_f .row .yzmbox1 input {
    width: 50% !important;
    margin-top: 15px;
}
.jm_f .row .yzmbox1 img {
    width: 20% !important;
    height: .6rem;
    margin-top: .7rem;
    margin-left: -1.6rem;
}
.row{
  margin:0;
}
.jm_f .row select {
    width: 1.53rem;
    height: .6rem;
    border: 1px solid #b5b6b6;
    font-size: 0.24rem;
    float: left;
    margin-right: 0.25rem;
    padding: 0 0.25rem;
    margin-top: 0;
}
.jm_f .submit {
    margin: .6rem auto 0.2rem;
    width: 100%;
    height: .8rem;
    background: #005064;
    color: #fff;
    font-size: 0.28rem;
    display: block;
}
.jm_f p {
    text-align: center;
    font-size: 0.12rem;
    color: #898989;
}
.jm_g {
    padding-top: .6rem;
    padding-bottom: .6rem;
    background: #eeeeee;
}
.jm_g .l {
    float: left;
    width: 100%;
    margin-left: 0;
    padding-top: .2rem;
}
.BMap_stdMpCtrl{
  display:none;
}
.jm_g .l p {
    font-size: 0.28rem;
    height:0.48rem;
}
.jm_g .l span {
    display: block;
    font-size: 0.28rem;
    color: #666666;
}
#dituContent {
    width: 100% !important;
    height: 5.4rem !important;
}
.jm_g .map {
    float: right;
    width: 100%;
}

}



/*20210203修改*/
@media (max-width: 767px){
    .slide_wrap{
        position: relative;
        margin-top:1rem;
    }
    .container{
        height:auto;
    }
    .brand_djs .slide-content .swiper-slide li{
        line-height:1.8;
    }
    .slide_wrap ul li{
        width:auto;
    }
    

}