@import url(./header.css);
@import url(./footer.css);

header {
    background: url(../images/cxfw_banner.png) no-repeat center;
}

.cxgh {
    padding: 135px 0 83px;
    background: url(../images/xw_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.cxgh .main_head {
    margin-bottom: 33px;
}

.map {
    position: relative;
    width: 100%;
    height: 552px;
}
.map.map-new {
    position: relative;
    width: 100%;
    height: 600px;
}
.left_tool {
    box-sizing: border-box;
    padding: 12px 18px;
    width: 36.5%;
    height: 100%;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 2px 51px 0px rgba(36, 103, 158, 0.07);
	position: relative;
}

.tab_li {
    margin-bottom: 33px;
    border-bottom: 1px solid #0B54A2;
}

.tab_li li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 2);
    height: 42px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.tab_li li i {
    margin-right: 12px;
    font-size: 25px;
}

.tab_li li.on {
    color: #fff;
    border-radius: 4px 4px 0px 0px;
    background: #0B54A2;
}

.pick {
    padding-bottom: 20px;
}

.pick li {
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #999999;
    cursor: pointer;
}

.pick li::before {
    content: '';
    box-sizing: border-box;
    display: block;
    margin-right: 9px;
    width: 9px;
    height: 9px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 50%;
}

.pick li.on {
    color: #0B54A2;
}

.pick li.on::before {
    background: #0B54A2;
    border: 1px solid #FFFFFF;
}

.lable {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #0B54A2;
}

.lable i {
    margin-right: 6px;
    font-size: 16px;
    color: #0B54A2;
}

.left_tool .flex input {
    box-sizing: border-box;
    padding-left: 30px;
    width: calc(100% - 73px);
    height: 42.94px;
    background: #E8ECF0;
    border: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #333333;
}

#resultList {
    position: absolute;
    top: 100%;
    left: 73px;
    box-sizing: border-box;
    padding: 0 10px;
    width: calc(100% - 73px);
    height: auto;
    color: #fff;
    border-radius: 0 0 5px 5px;
    background: rgba(11, 79, 162, .9);
    z-index: 9999;
}

#resultList.on {
    top: 200px;
}

#resultList li {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.lx_search {
    padding: 33px 0 35px;
    border-top: 1px dashed #DEE9F4;
    border-bottom: 1px dashed #DEE9F4;
}

.lx_search .start {
    position: relative;
    margin-bottom: 38px;
}

.lx_search .end{
    position: relative;
}

.lx_search .start .lable {
    position: relative;
}

.lx_search .start::after {
    content: '';
    position: absolute;
    left: 35px;
    top: 100%;
    display: block;
    height: 41px;
    width: 1px;
    border-right: 1px dashed #5C7692;
}
.lkxx_search {
    padding: 33px 0 0px;
}
.lkxx_search.on{
	padding: 10px 5px 5px;
	position: absolute;
	width: calc(100% - 46px);
	bottom: 0px;
	background: #fff;
	border: 1px solid #ddd;
}
.lkxx_search .close-btn{
	position: absolute;
	z-index: 9;
	right: -1px;
	top: -34px;
	background: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	display: none;
}
.lkxx_search.on .close-btn{
	display: block;
}
.lkxx_search .start {
    position: relative;
	align-items: center;
}
.lkxx_search .start .type-list{
	display: none;
	position: relative;
	margin-right: 5px;
	width: calc(100% - 275px);
}
.lkxx_search .start input{
	padding-left: 10px;
}
.lkxx_search .start input.type-text{
	width: 100%;
	font-size: 14px;
}
.lkxx_search.on .start input.ipt_s{
	width: calc(100% - 195px);
}
.lkxx_search.on .start{
	flex-wrap: nowrap;
}
.lkxx_search .start .type-list ul{
	position: absolute;
	background: #ffffff;
	border:1px solid #dddddd;
	width: calc(100% - 11px);
	padding: 0 5px;
	display: none;
}
.lkxx_search .start .type-list ul li{
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 36px;
}
.lkxx_search .start .type-list ul li.on::after{
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: inline-block;
	background: url(/material/Project/images/dagou-icon.png) center no-repeat;
}
.lkxx_search .start .lk_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 43px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    border-radius: 4px;
    background: #0B54A2;
    cursor: pointer;
}
.lkxx-result-list{
	height: 156px;
	overflow: auto;
	display: none;
	padding-right: 5px;
}
.lkxx-result-list li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
	padding: 5px 0;
}
.lkxx-result-list li span.type-name{
	width: calc(100% - 80px);
}
.lkxx-result-list li span.type{
	color: #0052d9;
}

.btn_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.btn_box .cx_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
    margin-left: 73px;
    width: 126px;
    height: 34px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    border-radius: 4px;
    background: #0B54A2;
    cursor: pointer;
}

.btn_box .cx_btn i {
    margin-left: 5px;
    font-size: 20px;
}
.tjss{
	position: relative;
}
.tjss h3 {
    margin: 26px 0 24px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.tjss ul {
    padding: 0 10px;
}

.tjss li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.tjss li i {
    margin-bottom: 10px;
    font-size: 23px;
}

.tjss li p {
    font-size: 16px;
    letter-spacing: 0.05em;
}

#container {
    width: 63.5%;
    height: 100%;
    border-radius: 4px;
}
#container_map {
    width: 63.5%;
    height: 100%;
    border-radius: 4px;
}

#panel,
#panel1 {
    position: absolute;
    right: 23px;
    bottom: 18px;
    width: 95%;
    /* width: 100%;
    margin-top: 10px; */
    height: auto;
    max-height: 400px;
    overflow-y: scroll;
    border-radius: 4px;
    background: #FFFFFF;
    z-index: 99999;
}

.amap-logo,
.amap-copyright {
    display: none !important;
}

.amap-lib-driving {
    border-radius: 4px;
    border: none;
}

#panel::-webkit-scrollbar {
    display: none;
}

.amap-lib-driving .planTitle h3 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.amap-lib-driving .planTitle p {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.amap_lib_placeSearch {
    border: none;
}

.amap_lib_placeSearch::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
}

.close {
    display: none;
}

.amap_lib_placeSearch_page {
    display: none;
}

.lkxx {
    padding: 53px 0 60px;
}

.lkxx .main_head2 {
    margin-bottom: 58px;
}

.lkxx .tab_hd {
    margin-bottom: 40px;
    justify-content: center;
    width: 100%;
}

.lkxx .tab_hd a {
    padding: 0 45px !important;
    height: 77px;
}

.lkxx .tab_bd {
    background: none;
}

.lkxx .tab_bd ul li {
    box-sizing: border-box;
    padding: 0 33px;
    margin-bottom: 17px;
    width: calc((100% - 20px) / 2);
    height: 79px;
    background: #FFFFFF;
}

.lkxx .tab_bd ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    transition: 0.3s all;
}

.lkxx .tab_bd ul li a span {
    font-size: 20px;
    letter-spacing: 0.05em;
    transition: 0.3s all;
}

.lkxx .tab_bd ul li a h3 {
    width: calc(100% - 75px);
    /* height: 44px; */
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s all;
}

.lkxx .tab_bd ul li:hover {
    background: #0B54A2;
    transition: 0.3s all;
}

.lkxx .tab_bd ul li:hover span,
.lkxx .tab_bd ul li:hover h3 {
    color: #fff;
    transition: 0.3s all;
}

#lkbb li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#lkbb li a{
	margin-right: 10px;
	width: calc(100% - 44px);
}
#lkbb li i{
	width: 32px;
	height: 32px;
	background: url(/material/Project/images/bobao-icon.png) center no-repeat;
	background-size: contain;
	cursor: pointer;
}
#lkbb li:hover i{
	background: url(/material/Project/images/bobao-icon-on.png) center no-repeat;
	background-size: contain;
}

.lkxx .more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 27px auto 0;
    width: 150px;
    height: 42px;
    color: #fff;
    border-radius: 490px;
    background: #0B54A2;
}

.lkxx .more i {
    margin-left: 10px;
}

.sjkf {
    padding: 73px 0 95px;
}

.sjkf .main_head2 {
    margin-bottom: 26px;
}

.sjkf ul {
    width: 100%;
}

.sjkf ul li {
    box-sizing: border-box;
    margin-top: 30px;
    padding: 0 30px 0 50px;
    width: calc((100% - 50px) / 3);
    height: 140px;
    border-radius: 4px;
    border: 1px solid rgba(47, 138, 206, 0.15);
}

.sjkf ul li:hover {
    background: url(../images/sjkf_li.png) no-repeat top center !important;
    background-size: 100% 100% !important;
}

.sjkf ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
}

.sjkf ul li a span {
    position: relative;
    top: -10px;
    margin-right: 30px;
    display: block;
    width: 59px;
    height: 59px;
    border-radius: 50%;
}

.sjkf ul li a span i {
    position: absolute;
    top: 12px;
    left: 9px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 61px;
    height: 61px;
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    backdrop-filter: blur(7px);
}

.sjkf ul li a p {
    width: calc(100% - 90px);
    font-size: 24px;
    font-weight: bold;
}

.sjkf ul li.li1 a span {
    background: linear-gradient(210deg, #0B4FA2 12%, #4C9FDB 83%);
}

.sjkf ul li.li1 a span i {
    background: rgba(102, 167, 255, 0.16);
}

.sjkf ul li.li2 a span {
    background: linear-gradient(210deg, #0BA28E 12%, #4CDB85 83%);
}

.sjkf ul li.li2 a span i {
    background: rgba(76, 219, 133, 0.16);
}

.sjkf ul li.li3 a span {
    background: linear-gradient(210deg, #0B81A2 12%, #4CD1DB 83%);
}

.sjkf ul li.li3 a span i {
    background: rgba(102, 255, 255, 0.16);
}

.sjkf ul li.li4 a span {
    background: linear-gradient(210deg, #4A1E7C 12%, #4751A7 83%);
}

.sjkf ul li.li4 a span i {
    background: rgba(193, 126, 208, 0.16);
}

.sjkf ul li.li5 a span {
    background: linear-gradient(210deg, #C28335 12%, #DB754C 83%);
}

.sjkf ul li.li5 a span i {
    background: rgba(255, 160, 102, 0.16);
}

.sjkf ul li.li6 a span {
    background: linear-gradient(210deg, #A20B0B 12%, #DB4C4C 83%);
}

.sjkf ul li.li6 a span i {
    background: rgba(252, 143, 143, 0.16);
}

.zhcx {
    padding: 97px 0 105px;
    background: #fff;
}

.zhcx .main_head2 {
    margin-bottom: 45px;
}

.gdjt {
    width: 60.75%;
}

.pjcx {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    padding: 13px 12px 10px;
    height: 123px;
    background: #d0e5f6;
    border-radius: 4px;
}

.pjcx a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    border-radius: 4px;
    background: #E6F2FB;
}

.icon-csgd {
    margin: 0 28px 0 45px;
    font-size: 52px;
    color: #0B4FA2;
}

.pjcx h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #0B54A2;
}

.pjcx p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: rgba(11, 84, 162, 0.67);
}

.pjcx img {
    position: absolute;
    bottom: 3px;
    right: 30px;
}

.gdxl {
    border: 1px solid rgba(47, 138, 206, 0.15);
}

.tab_a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 70px;
    border-bottom: 1px solid #f4f4f4;
}

.tab_a a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-right: 40px;
    height: 100%;
    font-size: 20px;
}

.tab_a a:last-child {
    margin-right: 0;
}

.tab_a a.on {
    font-weight: bold;
    color: #0B4FA2;
    border-bottom: 3px solid #0B4FA2;
}

.gdxl .tab_bd {
    box-sizing: border-box;
    padding: 12px 13px;
    background: none;
}

.gdxl .tab_bd img {
    width: 100%;
    height: 444px;
    object-fit: cover;
}

.ewm_box {
    width: 37.5%;
}

.ewm_box li {
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 20px;
    height: 157px;
    background: #FFFFFF;
    border: 1px solid rgba(47, 138, 206, 0.15);
}

.ewm_box li:last-child {
    margin-bottom: 0;
}

.ewm_box li a {
    display: flex;
    justify-content:space-between;
    align-items: center;
    height: 100%;
}

.ewm_box li .img_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 166px;
    height: 128px;
}

.ewm_box .img_box img{
    max-width: 100%;
    max-height: 100%;
}

/* .ewm_box .li2 img,.ewm_box .li3 img {
    width: 126px;
}

.ewm_box .li4 img{
    width: 153px;
} */

.ewm_box .fr {
    width: calc(100% - 185px);
}

.ewm_box .fr h3 {
    box-sizing: border-box;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    padding: 10px 25px;
    margin-bottom: 7px;
    border-radius: 30px;
    font-size: 24px;
    font-weight: bold;
    background: rgba(49, 146, 225, 0.12);
    text-align: center;
}

.ewm_box .li4 .fr h3{
    padding: 10px 15px;
}

.ewm_box .fr p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
}

/**
 * 地图新增部份 开始
 */
.tjss li.on .iconfont{
		color: #0b54a2;
	}
	.tjss li.on p{
		color: #0b54a2;
	}
	.tjss li .icon-lukuang{
		width: 26px;
		height: 26px;
		background: url(/material/Project/images/lukuang.png) center no-repeat;
	}
	.tjss li .icon-shijian{
		width: 26px;
		height: 26px;
		background: url(/material/Project/images/shijian.png) center no-repeat;
	}
	.tjss li .icon-guanzhi{
		width: 26px;
		height: 26px;
		background: url(/material/Project/images/guanzhi.png) center no-repeat;
	}
	.tjss li .icon-fuwuqu{
		width: 26px;
		height: 26px;
		background: url(/material/Project/images/fuwuqu.png) center no-repeat;
	}
	.tjss li .icon-jingqu{
		width: 26px;
		height: 26px;
		background: url(/material/Project/images/jingqu.png) center no-repeat;
	}
	.tjss li.on .icon-lukuang{
		background: url(/material/Project/images/lukuang-on.png) center no-repeat;
	}
	.tjss li.on .icon-shijian{
		background: url(/material/Project/images/shijian-on.png) center no-repeat;
	}
	.tjss li.on .icon-guanzhi{
		background: url(/material/Project/images/guanzhi-on.png) center no-repeat;
	}
	.tjss li.on .icon-fuwuqu{
		background: url(/material/Project/images/fuwuqu-on.png) center no-repeat;
	}
	.tjss li.on .icon-jingqu{
		background: url(/material/Project/images/jingqu-on.png) center no-repeat;
	}
	
	.tjss .fwq-item-list li .icon-weishengjian{
		width: 26px;
		height: 26px;
		background: url(/material/Project/images/weishengjian.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list li .icon-canyin{
		width: 26px;
		height: 26px;
		background: url(/material/Project/images/canyin.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list li .icon-gouwu{
		width: 26px;
		height: 26px;
		background: url(/material/Project/images/gouwu.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list li .icon-jiayouzhan{
		width: 26px;
		height: 26px;
		background: url(/material/Project/images/jiayouzhan.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list li .icon-chongdianzhuang{
		width: 26px;
		height: 26px;
		background: url(/material/Project/images/chongdianzhuang.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list li .icon-weixiu{
		width: 26px;
		height: 26px;
		background: url(/material/Project/images/weixiu.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list li .icon-xiuxishi{
		width: 26px;
		height: 26px;
		background: url(/material/Project/images/xiuxishi.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list li .icon-tingche{
		width: 26px;
		height: 26px;
		background: url(/material/Project/images/tingche.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list li .icon-zhusu{
		width: 26px;
		height: 26px;
		background: url(/material/Project/images/zhusu.png) center no-repeat;
		background-size: 100%;
	}
	
	.tjss .fwq-item-list li.on .icon-weishengjian{
		background: url(/material/Project/images/weishengjian-on.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list li.on .icon-canyin{
		background: url(/material/Project/images/canyin-on.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list li.on .icon-gouwu{
		background: url(/material/Project/images/gouwu-on.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list li.on .icon-jiayouzhan{
		background: url(/material/Project/images/jiayouzhan-on.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list li.on .icon-chongdianzhuang{
		background: url(/material/Project/images/chongdianzhuang-on.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list li.on .icon-weixiu{
		background: url(/material/Project/images/weixiu-on.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list li.on .icon-xiuxishi{
		background: url(/material/Project/images/xiuxishi-on.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list li.on .icon-tingche{
		background: url(/material/Project/images/tingche-on.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list li.on .icon-zhusu{
		background: url(/material/Project/images/zhusu-on.png) center no-repeat;
		background-size: 100%;
	}
	.tjss .fwq-item-list{
		width:100%;
		position: absolute;
		display: flex;
		justify-content: space-between;
		top: -55px;
		z-index: 99;
		background: #ffffff;
		padding: 10px;
		border-radius: 5px;
		left:-10px;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		box-shadow: 0 3px 5px #005e95;
		-webkit-box-shadow: 0 3px 5px #005e95;
		-moz-box-shadow: 0 3px 5px #005e95;
		-ms-box-shadow: 0 3px 5px #005e95;
		-o-box-shadow: 0 3px 5px #005e95;
		display: none;
	}
	.tjss .fwq-item-list::after{
		content: "";
		background: url(/material/Project/images/sjjt-icon.png) center no-repeat;
		width: 60px;
		height: 30px;
		position: absolute;
		bottom: -30px;
		left: calc(100% - 170px);
	}
	.tjss .fwq-item-list li p{
		color: #333;
	}
	.tjss .fwq-item-list li.on p{
		color: #0b54a2;
	}
	.gspannel{
		/* background:url(/material/images/gsgl-icon.png) center no-repeat; 
		background-size: contain;*/
		background: #008000;
		width: 110px;
		margin-right: 10px;
		height: 70px;
		border-radius: 15px;
		padding: 2px;
	}
	.gspannel.gd{
		background: #d63434;
	}
	.gspannel.sd{
		background: #bbbb04;
	}
	.gspannel.qt{
		background: #ffffff;
	}
	.gspannel .n-box{
		border: 2px solid #ffffff;
		border-radius: 15px;
	}
	.gspannel .n-box.qt{
		border: 2px solid #222222;
	}
	.gsType{
		text-align: center;
		font-size: 14px;
		color: #ffffff;
		line-height: 20px;
		padding-top: 3px;
		background: #d63434;
		border-radius: 13px 13px 0px 0;
	}
	.gsType.sjgs{
		background: #f5f503;
		color: #222222;
	}
	.gsType.gd{
		background: none;
	}
	.gsType.sd{
		background: none;
	}
	.gsType.qt{
		background: none;
	}
	.gsCode{
		color: #ffffff;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		line-height: 26px;
	}
	.gsCode.qt{
		color: #222222;
	}
	.gsName{
		color: #ffffff;
		text-align: center;
		font-size: 12px;
	}
	
	.tab_bd .item .layui-laypage a:hover{
		color: #0B54A2;
	}
/**
 * 地图新增部份 结束
 */


@media only screen and (max-width: 1200px) {
    .tab_a a {
        margin-right: 30px;
    }

    .cxgh .map {
        height: auto;
    }

    .left_tool,
    #container,#container_map {
        width: 100%;
    }

    .left_tool {
        height: auto;
    }

    #container {
        margin-top: 20px;
        height: 600px;
    }
	#container_map {
	    margin-top: 20px;
	    height: 600px;
	}

    .ewm_box li .img_box{
        width: 112px;
        height: 112px;
    }

    .ewm_box .fr {
        width: calc(100% - 142px);
    }
}

@media only screen and (max-width: 996px) {
    .sjkf ul li {
        width: calc((100% - 20px) / 2);
    }

    .gdjt {
        width: 100%;
    }

    .ewm_box {
        margin-top: 20px;
        width: 100%;
    }

    /* .ewm_box .fr p {
        text-align: left;
    } */

    .ewm_box li .img_box{
        width: 166px;
        height: 128px;
    }

    .ewm_box .fr {
        width: calc(100% - 192px);
    }
}

@media only screen and (max-width: 768px) {
    .lkxx .tab_hd a {
        padding: 0 25px !important;
    }

    #container {
        height: 500px;
    }
	#container_map {
	    height: 500px;
	}
}

@media only screen and (max-width: 616px) {
	.tjss .fwq-item-list::after{
		left: calc(100% - 185px);
	}
    .cxgh,
    .lkxx,
    .sjkf,
    .zhcx {
        padding: 20px 0;
    }

    .cxgh {
        padding-top: 40px;
    }

    .lkxx .tab_hd a {
        padding: 0 7px !important;
    }

    .sjkf ul li {
        margin-top: 20px;
        width: 100%;
    }

    .lkxx .tab_bd ul li {
        width: 100%;
    }

    .icon-csgd {
        margin: 0px 10px 0 15px;
    }

    .zhcx .text {
        position: relative;
        z-index: 2;
    }

    .pjcx img {
        right: 0;
    }

    .lkxx .more {
        margin: 15px auto 0;
    }

    .gdxl .tab_a {
        padding: 0 10px;
    }

    .gdxl .tab_a a {
        margin-right: 15px;
    }
}