/**取消浏览器样式 start*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/**取消浏览器样式 end*/
.page{
    position: relative;
    width: 100%;
    min-height: 1000px;
    overflow: hidden;
    background-color: rgba(241, 241, 241, 1);
}

.jcjtnr{
    width: 100%;
    min-height: 500px;
    margin-bottom: 100px;
}
/**banner图及上方文字导航 start*/
.bannerandwzdh{
    height: auto;
    width: 100%;
    position: relative;
}
/**banner图 start*/
.bannerdiv{
    width: 100%;
    height: auto;
}
.bnimg{
    width: 100%;
    height: auto;
    max-height: 450px;
    /*object-fit: cover;*/
    display: none;
}
.bnimg-xz{
    display: block;
}

/**banner图 end*/

/**banner图上方文字 start*/
.wzanddh{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 20%;
}
.essxsrx{
    height: 70px;
}
.hbxx-lmbt{
    height: 100%;
    min-width: 200px;
    display: flex;
}
.hbxx-lmbt span{
    height: 100%;
    min-width: 100px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 34px;
    white-space: nowrap;
    line-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 0 25px;
}
/**banner图上方文字 end*/

/**banner图及上方文字导航 end*/
/**二级栏目 start*/
.erlanmu{
    width: 100%;
    min-height: 75px;
    background-color: rgba(255,255,255,1);
    display: none;
}
.zx_bd10 {
    height: 100%;
    display: flex;
    align-items: center;
}

.zx_bd10 .zx_main-tabs {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.zx_bd10 .zx_main-tabs dd {
    margin-right: 3.7%;
    height: 100%;
    cursor: pointer;
}
.zx_bd10 .zx_main-tabs dd:hover
{
    color : rgba(35, 128, 166, 1);
}

.xw-ejlm {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.zx_word11 {
    height: 71px;
    overflow-wrap: break-word;
    color: #666666;
    font-size: 20px;
    text-align: left;
    /*white-space: nowrap;*/
    line-height: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zx_word11:hover{
    color: rgba(35, 128, 166, 1);
    padding-bottom: 4px;
    transition: all 0.5s;
}
.zx_hover_active {
    color: rgba(35, 128, 166, 1);
    padding-top: 4px;
}
.xw-dybj{
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 20px;
    height: 4px;
    background-color: rgba(35, 128, 166, 1);
    border-radius: 12px;
    margin: auto;
}
/**二级栏目 end*/
/**正文 start**/
.zwnr{
    width: 100%;
    min-height: 300px;
    position: relative;
}
/**路况信息正文 start**/
.jcdt-div{
    width: 100%;
    min-width: 550px;
    height: 100%;
    min-height: 630px;
    position: relative;
    margin-bottom: 60px;
}
.jc_map{
    width: 100%;
    height: 630px;
}
.zoom_map{
    width: 100%;
    height: 630px;
}
.hzltp-img{
    width: 100%;
    height: 630px;
    border-radius: 12px;
}

.amap-logo{
	display: none!important;
}
.amap-copyright{
	display: none!important;
}

/**加减按钮样式 start*/
.jiaandjian {
    width: 120px;
    height: 50px;
    position: absolute;
    bottom: 4vw;
    right: 4vw;
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.btnjj {
    /*background-color: rgba(255, 255, 255, 1);*/
    max-height: 30px;
    max-width: 30px;
    cursor: pointer;
    border-radius: 50%;
}
.lk_layer9{
    max-height: 30px;
    max-width: 30px;
    object-fit: contain;
}
.btn-txt {
    overflow-wrap: break-word;
    color: rgba(37, 132, 176, 1);
    font-size: 1.8vw;
    text-align: left;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding-bottom: 0.4vw;
}
.btn-txt:hover{
    color: rgba(255, 255, 255, 1);
}

/**加减按钮样式 end*/


/**路况信息正文 end**/

/**机场巴士等类型页面共用 start**/
.tabs {
    width: 100%;
    margin: 40px 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.tabs::after {
    content: "";
    display: block;
    clear: both;
}
.jcjt-nrtitle {
    padding: 15px 30px;
    /*font-size: 18px;*/
    background-color: white;
    border-radius: 8px;
    cursor: pointer;
    min-width: 180px;
    margin-bottom: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    color: rgba(102, 102, 102, 1);
}
.jcjt-nrtitle:hover,.active {
    color: white;
    background-color: rgba(35, 128, 166, 1);;
}
.jcjt-nrtitle:hover .title-xtb-bai {
    display: block;
}
.jcjt-nrtitle:hover .title-xtb-hui {
    display: none;
}
.jcjt-nrtitle img {
    max-width: 30px;
    max-height: 30px;
    vertical-align: middle;
    object-fit: contain;
}
.jcjt-nrtitle span {
    font-size: 16px;
    line-height: 16px;
    margin-left: 15px;
    vertical-align: middle;
}
/**正文 start*/
.tab-content {
    background-color: white;
    border-radius: 8px;
    width: 100%;
    padding: 70px;
    display: none;
    margin-top: 70px;
}
.tab-content-xz{
    display: block;
}

.brief-introduction {
    padding: 40px;
    color: #656565;
    border-radius: 8px;
    box-shadow: 5px 6px 20px -5px rgba(0, 0, 0, 0.1);
    /*width: 90%;*/
    /*margin: auto;*/
    margin-bottom: 20px;
}
.brief-introduction::after {
    content: "";
    display: block;
    clear: both;
}

.brief-introduction-img {
    width: 30%;
    height: 244px;
    border-radius: 8px;
}

.brief-introduction-img-zc {
    width: 100%;
    height: 244px;
    border-radius: 8px;
}
.brief-introduction-img img ,.brief-introduction-img-zc img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    /*object-fit: cover;*/
}
.brief-introduction-wrap {
    width: 65%;
    margin-left: 45px;
    min-height: 144px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.jtjt-tcljs-title{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
}
.jtjt-tcljs-title span {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 600;
}
.jtjt-tcljs-content {
    padding: 20px 35px;
    margin: 20px 0 25px;
    font-size: 16px;
    line-height: 36px;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    min-height: 120px;
}
.jtjt-tcljs-content-tcc *{
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
}
.brief-introduction-wrap .phone{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
}
.brief-introduction-wrap .phone img {
    width: 24px;
    height: 24px;
}
.jcjt-zxdh{
    font-size: 16px;
    line-height: 16px;
}
.brief-introduction-wrap .phone span {
    margin-left: 15px;
}
.phone-hm {
    color: rgba(35, 128, 166, 1);;
    font-size: 20px;
    line-height: 20px;
}
.content {
    padding: 40px;
    width: 100%;
}
.card {
    margin-bottom: 48px;
}
.jcjt-jcbs-card{
    margin-bottom: 48px;
}
.jcjt-cjbs-card{
    /*margin-top: 15px;*/
    position: relative;
    display: flex;
    align-items: center;
}
.jcjt-cjbs-card-wenzi{
    width: 75%;
}
.jcjt-cjbs-card-child{
    margin-bottom: 48px;
    width: 100%;
}
.jcjt-cjbs-card-tupian{
    width: 190px;
    height: 190px;
    margin-left: 8%;
    display: flex;
    align-items: center;
}
.jcjt-cjbs-card-tupian img{
    width: 100%;
    height: 100%;
}
.jcjt-sfbz {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
}
.bttimg{
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
.jcjt-sfbz-title{
    min-width: 10%;
    height: 20px;
    font-size: 20px;
    color: rgba(35, 128, 166, 1);
    line-height: 20px;
    font-weight: 600;
}
.jcjt-sfbz-txt{
    width: 100%;
    min-height: 20px;
    margin-top: 20px;
}
.jcjt-txt{
    width: 100%;
    min-height: 20px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 36px!important;
    color: #666666;
}
.jcjt-sfbz-txt *{
    max-width: 100%;
    font-size: 16px;
    line-height: 36px!important;
    color: #666666;
    text-align: justify;
}
.jcjt-sfbz-txt table{
    max-width: 100%!important;
    width: 100%;
}

.jcjt-txt *{
    font-size: 16px;
    line-height: 36px!important;
    color: #666666;
    max-width: 100%;
}
.remarks{
    width: 100%;
    font-size: 16px;
    color: rgba(228, 0, 0, 1);
    line-height: 36px;
    margin-top: 40px;
}


/**正文 end*/
.jtjt-tcc-tcljs-img {
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
    vertical-align: middle;
}
.jtjt-jcbs-cczd-img{
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
    vertical-align: middle;
}
.jcjt-hzlcczd{
    min-width: 50%;
    min-height: 36px;
    display: flex;
    align-items: center;
}
.jcjt-hzl{
    min-width: 10%;
    min-height: 36px;
    line-height: 36px;
    /*display: flex;*/
    /*align-items: center;*/
    font-size: 16px;
    /*font-weight: 600;*/
    color: rgba(102, 102, 102, 1);
}
.jcjt-ckdt{
    margin-left: 10px;
    font-size: 16px;
    color: rgba(35, 128, 166, 1);
    line-height: 16px;
    font-weight: 500;
    cursor: pointer;
    min-width: 120px;
}

.t1yt2fgx{
    width: 1px;
    height: 16px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: rgba(102, 102, 102, 1);
}
.t1t2hzl{
    padding-left: 40px;
    margin-bottom: 10px;
}
/**机场巴士等类型页面共用 end**/

/**正文 end**/


/**机场巴士等类型页面共用 end**/

/**机场巴士 start*/



/**机场巴士 end*/



/**出租汽车 start*/
.jtjt-czqc-content{
    padding: 20px 35px;
    /*margin: 20px 0 25px;*/
    font-size: 16px;
    line-height: 36px;
    border-radius: 8px;
    min-height: 244px;
}
.jtjt-czqc-wz-img{
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
}
.jtjt-czqc-weizhi{
    margin-left: 13px;
    margin-right: 10px;
    min-width: 40px;
}
.jcjt-czqc-hzlcczd{
    margin-bottom: 32px;
}
.jcjt-czqc-tbywz{
    display: flex;
    width: 100%;
}
.jcjt-czqc-wz-hzlcczd{
    width: 89.5%;
}
.jtjt-czqc-wz{
    width: 24px;
    height: 26px;
}
.jtjt-czqc-fcsj-img{
    width: 24px;
    height: 24px;
}
.jtjt-czqc-zffs-img{
    width: 24px;
    height: 22px;
}
.jcjt-czqc-card{
    margin-bottom: 48px;
}

.content-tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(244, 244, 244,1);
    display: flex;
    justify-content: space-between;
}
.jcjt-czqc-div{
    padding: 30px 0;
    width: 50%;
    cursor: pointer;
}
.jcjt-czqc-div-xz{
    border-bottom: 3px solid rgba(35, 128, 166, 1);
    box-sizing: border-box;
}
.jcjt-czqc-title{
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: center;
}
.jcjt-czqc-thead{
    width: 100%;
    display: none;
    flex-direction: row;
    margin-top: 35px;
}
.jcjt-czqc-thead-xz{
    display: flex;
}

.jcjt-czqc-content {
    background-color: white;
    border-radius: 8px;
    width: 100%;
    margin-top: 20px;
    padding: 40px;
    /*padding-bottom: 60px;*/
    display: none;
}
.jcjt-czqc-content-xz{
    display: block;
}

/**出租汽车 end*/

/**市域列车、高铁 start*/
.jcjt-sylcgt-card{
    /*margin-top: 15px;*/
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-bottom: 48px;
}
.jcjt-sylcgt-card-wenzi{
    width: 75%;
    /*display: flex;*/
    /*align-items: flex-end;*/
}
.jcjt-sylcgt-phone-fgx{
    width: 2px;
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    background-color: #CCCCCC;
    line-height: 40px;
    margin-left: 27px;
    margin-right: 11px;
}
.jcjt-sylcgt-card-tupian{
    min-width: 120px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 8%;
}
.jcjt-sylcgt-card-tupian img{
    width: 120px;
    height: 120px;
}
.jcjt-sylcgt-card-txt{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    margin-top: 20px;
}
.jcjt-margin-top{
    margin-top: 70px;
}
/**市域列车、高铁 end*/
/**停车场 start*/
.jtjt-tcc-wz{
   width: 100%;
   min-height: 36px;
   margin-bottom: 30px;
}
.jtjt-tcc-title{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.jtjt-tcc-title span {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 600;
}

/**计算器 start*/
.jcjt-tcc-jsq {
	width: 100%;
	/*height: 60px;*/
	min-height: 60px;
	/*margin-top: 20px;*/
	align-items: center;
}

.jcjt-tcc-jsq-sj {
	min-width: 50px;
	min-height: 60px;
	height: 100%;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	align-items: center;
	padding-right: 1.47%;
	margin-top: 20px;
	/* width: 53%;*/
}
.jcjt-tcc-jsq-cllx{
	min-width: 50px;
	min-height: 60px;
    height: 100%;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    align-items: center;
    width: 19vw;
    margin-top: 20px;
}
.jcjt-tcc-jsq-fgx {
	height: 40px;
    width: 1px;
    background: 1px #eeeeee;
    margin-right: 1.61%;
    /* margin-right: 10px; */
    margin-left: 1.61%;
    /* margin-left: 10px; */
}
.jcjt-tcc-jsq-fgx-cllx{
	height: 40px;
    width: 1px;
    background: 1px #eeeeee;
    margin-right: 5%;
    /* margin-right: 10px; */
    margin-left: 5%;
    /* margin-left: 10px; */
}
.jcjt-tcc-jsq-text-cllx{
	min-width: 60px;
    width: 40%;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #666666;
    font-weight: 600;
    padding-left: 9%;
}
.jcjt-tcc-jsq-text-tfsc {
	min-width: 60px;
	height: 40px;
	font-size: 16px;
	display: flex;
	align-items: center;
	color: #666666;
	font-weight: 600;
	padding-left: 3.23%;
	width: 9vw;
}
.jcjt-tcc-jsq-text-zhi{
	min-width: 45px;
	height: 40px;
	font-size: 16px;
	display: flex;
	align-items: center;
	color: #666666;
	font-weight: 600;
	padding-left: 3.23%;
}

.jcjt-tcc-jsq-sj input {
	height: 40px;
	font-size: 16px;
	width: 13vw;
	padding-left: 10px;
	color: #666666;
	border: none;
	outline: none;
}

#tcEndDate {
	margin-right: 20px;
}

.jcjt-tcc-jsq-jiesuan {
	min-height: 60px;
	height: 100%;
    width: 10%;
    min-width: 100px;
    background-color: rgba(35, 128, 166, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.69%;
    margin-right: 1.69%;
    margin-left: 1.69%;
    cursor: pointer;
    margin-top: 20px;
}

.jcjt-tcc-jsq-jsnr {
	min-width: 100px;
	height: 100%;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.jcjt-tcc-jsq-js-fy {
	font-size: 16px;
	color: rgba(255, 0, 0, 1);
}

.jcjt-tcc-jsq-js-sc {
	font-size: 16px;
	color: #999999;
}

.jcjt-tcc-jsq-tishi {
	font-size: 16px;
	color: rgba(255, 0, 0, 1);
	display: none;
}

.jcjt-tcc-jsq-btn {
	color: rgb(102, 102, 102);
	background-color: rgba(255,255,255,1);
	font-size: 16px;
	border: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
    justify-content: center;
    justify-items: center;
}

.jcjt-tcc-jsq-menu {
	position: relative;
    display: inline-block;
    border-radius: 10px;
    padding-right: 10px;
    background-color: white;
    height: 40px;
    min-width: 60px;
    width: 55%;
}

.jcjt-tcc-jsq-menu:hover .jcjt-tcc-jsq-menu-content {
	display: block;
}

.jcjt-tcc-jsq-menu-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 95px;
	box-shadow: none;
	margin-left: -7%;
	cursor: pointer;
}

.jcjt-tcc-jsq-menu-content span {
	color: black;
	padding: 10px;
	text-decoration: none;
	display: block;
}

.jcjt-tcc-jsq-menu-content span:hover {
	color: rgb(241, 1, 128);
}

.jcjt-tcc-jsq-menu:hover .jcjt-tcc-jsq-btn {
	color: rgb(241, 1, 128);
}
/**计算器 end*/


/**停车场 end*/


.zhengwen{
    margin-top: 70px;
    border-radius: 8px;
    background-color: rgba(255,255,255,1);
    min-height: 500px;
    padding: 70px;
}
.zwtxt{
    /*padding: 70px;*/
}
.zwtxt *{
    font-size: 16px;
    line-height: 36px!important;
    color: #666666;
    max-width: 100%;
}
.tab-content-ditu{
    min-height: 500px;
}
.footer-page{
    background-color: rgba(255,255,255,1);
}

