﻿.center{
    width: 252px !important;
}
.content{
    margin: 100px auto 0;
    width: 100%;
    min-height: 800px;
    overflow: hidden;
}  

.lxfs .main{
    position: relative;
}
.jrimg{
    width: 100%;
    margin-top: 60px;
    
}
.jrtext img{
    border-radius:5px; 
	width: 100%;
    height: auto;
}
.jrimg img{
    width: 100%
}
.jrtext{
    width: 100%;
   margin-top: 75px;
    font-size: 14px;
    line-height: 48px;
    color: #808080;
}
.lxwmbg {
    width: 100%;
    position: relative;
    margin-top: 100px;
}
.lxwmbg img{
    width: 100%;
    /* height: ; */
}
.hbbox{

    width: 100%;
    position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
}
.hbbox h2 {
    font-size: 30px;
    font-family: "Source Han Sans CN";
    color: rgb(255, 255, 255);
    font-weight: bold;

  }
.hbbox button{
        background-color: rgb(41, 130, 188);
        width: 198px;
        height: 60px;
        z-index: 79; 
        border: none;
        outline:none;
        cursor: pointer;
        color: white;
        font-size: 14px;
        margin-top: 65px;
        border-radius:3px; 
}
.lxfs{
    padding-top: 100px;  
    background-color: #fafafa;
    padding-bottom: 100px;
}
.lxhedbox{
    width: 100%;
    height: 50px;
    font-size: 0px;
    margin-top: 70px;
     white-space:nowrap;
     transition: all 0.5s;
     -webkit-transition: all  0.5ss;
     -moz-transition: all  0.5s;
     -o-transition: all  0.5s;
     -ms-transition: all 2 0.5s;

}
.dbox{
	width: 1200px;
	overflow:hidden;
}
.leftjt{
    display:none;
    content:'';
    border-width:10px 10px 10px 0;
    border-style:solid;
    border-color:transparent #2982bc transparent transparent;/*透明 黄 透明 透明 */
    position: absolute;
    left: -1%;
    margin-top: -35px;
    cursor: pointer;
}
.rightjt{
    display:none;
    content:'';
    border-width:10px 0px 10px 10px;
    border-style:solid;
    border-color:transparent  transparent transparent #2982bc;/*透明 黄 透明 透明 */
    position: absolute;
    right:  -1%;
    margin-top: -35px;
    cursor: pointer;
}
.lxhedbox span{
    display: inline-block;
    width: 240px;
    font-size: 18px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #4c4c4c;
    background-color: #e6e6e6;
    border-right:1px solid #b0b0b0; 
    cursor: pointer;
}
.lxhedbox span:last-child{
    border: none;
}
.lxhedbox .hover{
    border: none;
    color: white;
    background-color: #2982bc;
    /* border: 1px solid #2982bc; */
}
.lxtr{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.lxtrleft{
    /* float: left; */
    width: 20%;
    border-bottom: 1px solid #e6e6e6;
    min-height: 0px;
    background-color: #ffffff;
    position: absolute;
    height: 100%;
}
.lxtrleft div{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 18px;
}
.lxtrleft div p:nth-child(1){
    color: #4d4d4d;
    letter-spacing:10px ;
}
.lxtrleft div p:nth-child(2){
    color: #808080;
}
.lxtrright{
    width: 100%;
    border: 1px solid #e6e6e6;
    position: relative;
    min-height: 0px;
    background-color: #fafafa;
    float: left;
    border-bottom:none; 
}
.lxtrright ul{
    width: 100%;
    overflow: hidden;
    display: none;
    box-sizing: border-box;
}
.lxtrright .hover{
    display: block;
}
.lxtrright ul li{
    width: 50%;
    height: 165px;
    float: left;
    border: 1px solid #e6e6e6;
    padding-top: 45px;
    padding-left: 70px;
    box-sizing: border-box;
    border-top: none;
    border-right: none;
}
.lxtrright ul li h2{
    color: #4d4d4d;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.lxtrright ul li p{
    color: #4d4d4d;
    font-size: 14px;
    line-height: 30px;
}


/* 地图 */
.ditu{
    width: 100%;
    overflow: hidden;
    /* height: 595px; */
    padding: 40px 0;
}
.dtlx{
    width: 50%;
    float: left;
    position: relative;
    height: 550px;
}
.cbox{
    position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: left  ;
}
.cbox .lched{
    text-align: left;
    font-size: 36px;
    /* overflow: hidden; */
    margin: 0;
}
.cbox .lched .xxx{
    left: 0;
}
.lxbox{
    width: 100%;
    margin-top: 40px;
}
.lxbox p{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 36px;
}
.lxbox img{
    margin-right: 15px;
}

/* 地图 */
.bddt{
    float: left;
    width: 50%;
    height: 550px;
    /* border: 1px solid red; */
}

/*  */

.lxri{
    width: 80%;
    float: right;
}


@media screen and (max-width: 700px) {
    .content {
        margin: 0.5rem auto 0.5rem;
        width: 100%;
        min-height: auto;
        overflow: hidden;
        padding: 0 0.2rem;
    }
    .lched {
  
        font-size: 0.36rem;

    }
	.jrtext{
		line-height: 0.6rem;
		font-size: 0.24rem;
	}

    .jrimg {
        width: 100%;
        margin-top: 0.3rem;
    }
    .jrtext p {
        width: 100%;
        margin-top: 0.3rem;
        font-size: 0.24rem;
        line-height: 0.6rem;
        color: #808080;
    }
    .lxwmbg {
        width: 100%;
        position: relative;
        margin-top: 0.5rem;
    }
    .hbbox h2 {
        font-size: 0.36rem;
        font-family: "Source Han Sans CN";
        color: rgb(255, 255, 255);
        font-weight: bold;
        margin-top: 0.2rem;
    }
    .hbbox{
        font-size: 0.24rem;
    }
    .hbbox button {
        background-color: rgb(41, 130, 188);
        width: 2rem;
        height: 0.6rem;
        z-index: 79;
        border: none;
        outline: none;
        cursor: pointer;
        color: white;
        font-size: 0.24rem;
        margin-top: 0.2rem;
    }
    .lxfs {
        padding-top: 0.5rem;
        background-color: #fafafa;
        padding-bottom: 0.2rem;
    }
    .lxhedbox span{
        font-size: 0.24rem;
        height: 1rem;
        line-height: 1rem;
		width: 2rem;
    }
	.dbox {
    width: auto;
    overflow-x: scroll;
}
    .lxhedbox {
        width: 100%;
        height: 1rem;
        font-size: 0px;
        margin-top: 0.3rem;
    }
    .lxtrleft div{
        font-size:0.24rem;
    }
    .lxtrleft div p:nth-child(1){
        letter-spacing:initial;

    }
    .lxtrright ul li {
        width: 50%;
        height: 165px;
        float: left;
        border: 1px solid #e6e6e6;
        padding-top: 0.2rem;
        padding-left:0.1rem;
        box-sizing: border-box;
    }
    .lxtrright ul li p {
        color: #4d4d4d;
        font-size: 0.24rem;
        line-height: 0.6rem;
    }
    .lxtrright ul li h2 {
        color: #4d4d4d;
        font-size: 0.28rem;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .ditu{
        height: auto;
        padding-top: 0rem;
        
    }
    .dtlx {
        width: 100%;
        float: left;
        position: relative;
        height: 5rem;
    }
    .cbox .lched{
        font-size: 0.36rem;
    }
    .cbox .lched .xxx {
        width: 100px;
        left: 0;
        transform: translateX(0%);
    }
    .lxbox {
        width: 100%;
        margin-top: 0.3rem;
    }
    .lxbox p {
        font-size: 0.26rem;
        color: #4c4c4c;
        line-height: 0.6rem;
    }
    .bddt{
        width: 100%;
        height: auto;
    }
    #dituContent{
        width: 100% !important;
        height: 360px !important;
		margin-top: 0 !important;
    }
	.rightjt , .leftjt{
        display: none !important;
    }
.jrtext img{
	 width: 100% !important;
    height: auto !important;
}
.BMap_bubble_content{
font-size: 0;

}
.lxhedbox span:nth-child(1) {
    width: 2rem !important;
}
.lxtrright ul li {
    padding-left: 0.1rem  !important;
    padding-top: 0.2rem  !important;
}
}