* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

body {
	min-width: 1360px;
}

.head {
	width: 100%;
	height: 107px;
	background-color: #2775CC;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
}

/* 头部蓝色部分的logo和文字 */
.left-logo {
	width: 446px;
	margin-left: 31px;
	margin-top: 17px;
}

.left-logo a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.logo-img {
	width: 100%;
	height: 67px;
}

/* 头部的搜索框 */
.right-search {
	width: 36%;
	margin: 8px 0 20px 59px;
}

.search-change {
	height: 30px !important;
	border: none !important;
}

.search-change>li {
	width: 73px !important;
	height: 30px !important;
	line-height: 30px !important;
	padding: 0 !important;
	background-color: #E9F3FF !important;
	color: #2775CC !important;
	margin-right: 3px !important;
}

.search-change>.layui-this {
	background-color: #FFFFFF !important;
	color: #2775CC !important;
}

.search-change>.layui-this:after {
	border: 0px !important;
}

.content-input {
	padding: 0px !important;
}

.input-icon {
	width: 493px;
	height: 40px;
	background: #FFFFFF;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.inp {
	width: 75%;
	height: 40px;
	border: none;
	outline: none;
	padding: 0 0 0 10px;
}

.inp-icon1 {
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.inp-icon2 {
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.inp-icon3 {
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.input-icon>input {
	border: none;
	outline: none;
}

/* 鍏氦涓棿鐨勫垏鎹㈡寜閽� */
#change-word {
	width: 30px;
	height: 21px;
	cursor: pointer;
	background: url(../img/switch.png) no-repeat center;
}

/* 鐐瑰嚮鑷┚涓棿鐨勮緭鍏ユ寜閽� */
#word-change {
	width: 30px;
	height: 21px;
	cursor: pointer;
	background: url(../img/switch.png) no-repeat center;
}

/* 涓棿鐨勫唴瀹归儴鍒� */
.main {
	width: 100%;
	height: calc(100vh - 107px);
	display: flex;
}

/* 宸﹁竟鍐呭 */
.left-map {
	width: 27%;
	height: calc(100vh - 107px);
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}

.show-first{
	width: 100%;
	position: relative;
}

/* 服务导图 */
.wrap_fwdt {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 23px;
	position: absolute;
	background-color: #FFF;
	z-index: 999;
}

.box_fwdt {
	display: flex;
	margin-left: 18px;
	align-items: center;
	border-bottom: 4px solid #2775CC;
	border-radius: 2px;
}

.fwdt_img {
	width: 29px;
	height: 31px;
	margin-right: 7px;
	margin-bottom: 10px;
}

.fwdt_text {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2775CC;
	margin-bottom: 12px;
	cursor: default;
}

.fwdt_line {
	width: 100%;
	height: 1px;
	background: #779FCC;
}

.flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-top: 93px;
	margin: 0 25px 0 32px;
}

/* width: 114%; */
/* .flex_box li:nth-child(1) .img_tab .flex_text{
	width: 129%;
} */

.flex_li {
	width: 22%;
	height: 120px;
}

.img_tab {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	cursor: pointer;
}

.img_tab img{
	margin: 0 auto;
}

.flex_text {
	width: 100%;
	text-align: center;
	/* position: absolute; */
	/* top: 79px; */
	/* left: -28%; */
	font-size: 20px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
}

.flex_pop {
	position: absolute;
	width: 87%;
	background: #D8ECFF;
	left: 25px;
	z-index: 9999;
	border-top: 2px solid #176AB7;
	padding-bottom: 20px;
}

.flex_pop_two {
	position: absolute;
    width: 87%;
    background: #D8ECFF;
    top: 310px;
    left: 25px;
    z-index: 9999;
    border-top: 2px solid #176AB7;
}

.flex_pop_three {
	position: absolute;
	width: 87%;
	background: #D8ECFF;
	top: 430px;
	left: 25px;
	z-index: 9999;
	border-top: 2px solid #176AB7;
	padding-bottom: 20px;
}

.flex_pop_four {
	position: absolute;
	width: 87%;
	background: #D8ECFF;
	top: 550px;
	left: 25px;
	z-index: 9999;
	border-top: 2px solid #176AB7;
	padding-bottom: 20px;
}


.flex_pop_five {
	position: absolute;
	width: 87%;
	background: #D8ECFF;
	top: 670px;
	left: 25px;
	z-index: 9999;
	border-top: 2px solid #176AB7;
	padding-bottom: 20px;
}

.flex_pop_six {
	position: absolute;
	width: 87%;
	background: #D8ECFF;
	top: 790px;
	left: 25px;
	z-index: 9999;
	border-top: 2px solid #176AB7;
	padding-bottom: 20px;
}

/* 弹出层样式 */
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 26px;
	padding-bottom: 20px;
}

.flex_wrap>li {
	display: flex;
	width: 50%;
	margin: 18px 0 0 0;
}

.flex_wrap>li>img {
	width: 12px;
	height: 14px;
	margin-right: 3px;
	margin-top: 5px;
}

.mapnav {
	display: inline-block;
	font-size: 16px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.choice {
	font-size: 16px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #2775CC;
}

.lineFour::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #176AB7;
    position: absolute;
    top: 0;
    right: 6.5%;
    margin-top: -20px;
}

.lineThree::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #176AB7;
    position: absolute;
    top: 0;
    right: 32%;
    margin-top: -20px;
}

.lineTwo::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #176AB7;
    position: absolute;
    top: 0;
    left: 38%;
    margin-top: -20px;
}

.lineOne::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #176AB7;
    position: absolute;
    top: 0;
    left: 12%;
    margin-top: -20px;
}

.wrap_big {
	overflow-y:scroll;
	height:340px;
	overflow-x:hidden;
}

.hide_list{
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #CCCCCC;
	/* position: absolute; */
	z-index: 999;
	background-color: #fff;
	left: 0;
	padding: 10px 25px 10px 18px;
	box-sizing: border-box;
}
.hide_fl{
	width: 27%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #CCCCCC;
	position: fixed;
	z-index: 999;
	background-color: #fff;
	left: 0;
	padding: 10px 10px 10px 18px;
}
.hide_list>h6 {
	font-size: 16px;
	font-weight: 400;
	color: #2775CC;
	cursor: default;
}
.hide_fl>h6 {
	font-size: 16px;
	font-weight: 400;
	color: #2775CC;
	cursor: default;
}
.back_btn {
	width: 64px;
	height: 30px;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	outline: none;
	font-size: 14px;
	cursor: pointer;
}

.title-first>li {
	/* width: 100%; */
	font-size: 14px;
	margin-bottom: 10px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	/* display: flex; */
	/* flex-wrap: wrap; */
}

.title-first>li:nth-child(1){
	color: #2775CC;
	height: 24px;
	line-height: 24px;
	margin-bottom: 0;
}

.title-first>li>span {
	color: #FF780B;
	font-size: 14px;
}

.title-first:nth-child(odd) {
	background-color: rgb(233 243 255 / 50%);
}

.title-first{
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 5px 10px;
}
.title-first:hover {
	background-color: #d6e5f7;
	cursor: pointer;
}
.title-first>li>p {
	width: 100%;
	margin: 0 auto;
	color: #666666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.title-first1{
	margin-top: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 5px 10px;
	display: flex;
	justify-content: flex-start;
	margin: 0px 25px 20px 18px;
	align-items: center;
}
.title-first1:hover {
	background-color: #d6e5f7;
	cursor: pointer;
}
.title-first1:nth-child(even) {
	background-color: rgb(233 243 255 / 50%);
}
.title-first1>ul{
	width: 73%;
}

.title-first1>li {
	/* width: 100%; */
	font-size: 14px;
	margin-bottom: 10px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	/* display: flex; */
	/* flex-wrap: wrap; */
}

.title-first1>ul>li:nth-child(1){
	color: #2775CC;
	/* height: 24px; */
	/* line-height: 24px; */
	margin-bottom: 0;
}

.title-first1>ul>li>span {
	color: #FF780B;
	font-size: 14px;
}
.title-first1>li>p {
	width: 100%;
	margin: 0 auto;
	color: #666666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


/* 办理和办事 */
.inline_one {
	width: 100%;
	margin: 18px 0 0 0;
	display: flex;
}

.tab_one {
	width: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #333;
	font-family: Microsoft YaHei;
	cursor: pointer;
	margin: 0 10px;
}

.select {
	font-weight: bold;
	border-bottom: 2px solid #176AB7;
}

.right-map {
	width: 73%;
	height: calc(100vh - 107px);
	overflow: hidden;
}

.title_flex {
	/*width: 440px;*/
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 15px;
}

.flex_blue {
	height: 20px;
	background: rgba(23,106,183,.2);
	border-radius: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2775CC;
	line-height: 20px;
	text-align: center;
	margin-left: 7px;
	padding: 0px 10px;
}

.flex_orange {
	display: flex;
	align-items: center;
	margin-top: 8px;
	flex-wrap: wrap;
}

.three_tag {
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin-right: 10px;
	padding: 5px 10px;
	margin-top: 5px;
}

.content_p {
	display: inherit;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin-top: 10px;
	text-indent: 30px;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 2; */
	/* -webkit-box-orient: vertical; */
}
.iconBtn{
	width: 88px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	margin-right: 10px;
	cursor: pointer;
}
.iconBtn img{
	width: 17px;
}

.a_blue {
	display: inline-block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2775CC;
	cursor: pointer;
}

.img_box {
	display: flex;
	padding: 0 !important;
	padding-top: 10px;
	height: 230px;
}

.img_box>img {
	display: inline-block;
	width: 100%;
	height: 230px;
}
.img_box .two_img{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.address_box {
	/*width: 80%;*/
	margin-top: 15px;
}

.address_box p {
	font-size: 14px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #666;
	margin-top: 6px;
}

.flex_address {
	margin-right: 5px;
}

.btn_box {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}
.titleFirstDifrenet .btn_box{
	margin-bottom: 10px;
}

.btn_box>button {
	width: 142px;
	cursor: pointer;
}

.one_bus {
	height: 40px;
	background: #2775CC;
	border-radius: 6px;
	line-height: 40px;
	text-align: center;
	outline: 0;
	border: 0;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0 13px 0 0;
}

.two_car {
	height: 40px;
	background: #10B891;
	border-radius: 6px;
	line-height: 40px;
	text-align: center;
	outline: 0;
	border: 0;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.target_a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.show-second {
	display: none;
}

.show-third {
	display: none;
}

.show-fourth {
	display: none;
	position: relative;
	width: 100%;
}

.show-fourth>.title-second {
	position: absolute;
	width: 98%;
    margin: 0px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
	background-color: #FFF;
	left: 0;
	padding: 10px 1% 10px;
	z-index: 999;
}

.show-fifth {
	display: none;
}

.title-second {
	width: 86%;
	margin: 10px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

.search-result {
	/* width: 86%; */
	/* margin: 0px auto 0; */
	padding: 61px 0 0 0;
}

.textSecond {
	width: 100%;
	margin: 22px auto 30px;
}

.textFourth {
	width: 100%;
	height: 20px;
	line-height: 20px;
	background-color: #f4f4f4;
	text-align: center;
	color: #666;
	font-size: 12px;
}

.title-second>h6 {
	font-size: 16px;
	font-weight: 400;
	color: #2775CC;
	cursor: default;
}

.btn-back {
	width: 64px;
	height: 30px;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	outline: none;
	font-size: 14px;
	cursor: pointer;
}

.backBtn {
	width: 64px;
	height: 30px;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	outline: none;
	font-size: 14px;
	cursor: pointer;
}

.content-second {
	width: 86%;
	height: 37px;
	margin: 10px auto;
	background-color: #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#start {
	margin-left: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#end {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#start2 {
	margin-left: 10px;
}

.content-second>img {
	width: 40px;
	height: 20px;
	margin: 2px 5px 0 5px;
}

.content-third {
	width: 86% !important;
	height: 37px !important;
	margin: 10px auto !important;
}

.content-title {
	border-bottom: none !important;
	display: flex;
	min-width: 320px !important;
}

.content-title>li {
	width: 24% !important;
	/* width: 17.77% !important; */
	/* width: calc(100% / 4) !important; */
	border: 1px solid #eee !important;
	color: #666666 !important;
}

.content-title>.layui-this:after {
	border: none;
}

/* .content-title>.layui-tab-title>.layui-this {
	background-color: #E9F3FF !important;
	color: #2775CC !important;
} */

.content-title>.layui-this {
	background-color: #E9F3FF !important;
	color: #2775CC !important;
}

.line {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #e3e3e3;
	overflow: hidden;
}

.line-first {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
	cursor: pointer;
	padding: 10px 0 10px 5px;
}

.shows {
	background-color: #E9F3FF;
}

.line-title {
	width: 100%;
	margin: 0 0 5px 0;
	display: flex;
	justify-content: flex-start;
	overflow-y: auto;
	overflow-x: hidden;
}

.line-title>p {
	font-size: 16px;
	color: #2775CC;
}

.line-title>div {
	width: 40px;
	height: 15px;
	margin: 3px 5px 0 5px;
	background: url(../img/right-blue.png) no-repeat center;
}

.mile {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.mile>p {
	margin-right: 5px;
	color: #666666;
	font-size: 16px;
}

.mile>span {
	display: inline-block;
	margin-right: 5px;
	color: #666666;
	font-size: 16px;
}

.line-hide {
	margin: 10px 0 0 0;
	display: none;
}

.layui-timeline-axis {
	color: #D3D3D3 !important;
}

.layui-timeline-axis:hover {
	color: #D3D3D3 !important;
}

.main-third {
	border-bottom: none !important;
	display: flex !important;
}

.main-third>li {
	width: 33% !important;
	border: 1px solid #eee;
	color: #666666 !important;
}

.main-third>.layui-this:after {
	border: none;
}

.main-third>.layui-this {
	background-color: #E9F3FF !important;
	color: #2775CC !important;
}

.back-btn {
	width: 64px;
	height: 30px;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	outline: none;
	font-size: 14px;
	cursor: pointer;
}

.right-map {
	width: 73%;
	height: calc(100vh - 107px);
	overflow: hidden;
}

/* 起始点和终点的选择的样式 */
.boxpanel{
	display: none;
	width: 86%;
	margin: 10px auto;
}
.boxpanel h5{
	font-size: 16px;
    font-weight: 400;
    color: #2775CC;
	cursor: default;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0 0 0;
}
.zjboxpanel{
	display: none;
	width: 86%;
	margin: 10px auto;
}
.zjboxpanel h5{
	font-size: 16px;
    font-weight: 400;
    color: #2775CC;
	cursor: default;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0 0 0;
}

.warp_choice{
	display: flex;
	align-items: center;
	margin: 10px 0 5px;
}

.warp_choice span{
	color: #FF780B;
    font-size: 14px;
}

#startPanel p{
	width: 100%;
    margin: 0 auto;
    color: #666666;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	cursor: default;
}

#startPanel p.change_text_color{
    color: #2775CC;
}

#startPanel li{
	cursor: pointer;
}

#startPanel li:hover{
	background-color: #E9F3FF;
    cursor: pointer;
}

#endPanel p{
	width: 100%;
    margin: 0 auto;
    color: #666666;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	cursor: default;
}

#endPanel li{
	cursor: pointer;
}

#endPanel li:hover{
	background-color: #E9F3FF;
    cursor: pointer;
}

#busstartPanel p{
	width: 100%;
    margin: 0 auto;
    color: #666666;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	cursor: default;
}

#busstartPanel p.change_text_color{
    color: #2775CC;
}

#busstartPanel li{
	cursor: pointer;
}

#busstartPanel li:hover{
	background-color: #E9F3FF;
    cursor: pointer;
}

#busendPanel p{
	width: 100%;
    margin: 0 auto;
    color: #666666;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	cursor: default;
}

#busendPanel li{
	cursor: pointer;
}

#busendPanel li:hover{
	background-color: #E9F3FF;
    cursor: pointer;
}

.startChoice{
	display: inline-block;
	width: 64px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #ccc;
    outline: none;
    cursor: pointer;
	margin-top: 5px;
	line-height: 30px;
	text-align: center;
}

.startChoice:hover {
    color: #777;
}

.endChoice{
	display: inline-block;
	width: 64px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #ccc;
    outline: none;
    cursor: pointer;
	margin-top: 5px;
	line-height: 30px;
    text-align: center;
}

.endChoice:hover {
    color: #777;
}

.hideEnd{
	visibility: hidden;
}

.hideWOY{
	visibility: hidden;
}

/* 设置滚动条 */
::-webkit-scrollbar {
	width: 0px; /* 竖向滚动条宽度 */
}

.left-map {
	scrollbar-width: thin;
}
.erw{
	display: flex;
	align-items: center;
}
.first_erw{
	margin-right: 14px;
}
.second_erw{
	margin-right: 14px;
}
.back_sy{
	color: #FFFFFF;
}
.back_sy:hover{
	color: #fff;
}
.right-button{
	display: inline-block;
	width: 104px;
    height: 104px;
    position: fixed;
    bottom: 30px;
    right: 60px;
    cursor: pointer;
}

/* 弹窗的样式 */
.titleFirst,.titleFirstDifrenet{
	background: #fff;
	height: auto;
}
.titleFirstDifrenet{
	padding-top: 10px;
}

.grey_line{
	width: 730px;
	height: 1px;
	background: #F0F0F0;
	margin: 20px 0 24px;
}
.flex_four_wrap{
	width: 700px;
	/* height: 270px; */
}
.text-tab-title{
	position: relative;
	height: 55px;
	border: 0 solid transparent;
	overflow: hidden;
}
.text-tab-title li{
	width: 122px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 8px;
	background: #F3F3F3;
	padding: 0;
	margin-right: 13px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	float: left;
	cursor: pointer;
}
.text-tab-title li.text-this{
	background: #2775CC;
	color: #FFFFFF;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	position: relative;
}
.text-tab-title li.text-this::after{
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 8px solid #2775CC;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 0 solid transparent;
	margin: 0;
	position: absolute;
	top: 46px;
	left: 45%;
}
.text-tab-title a{
	display: inline-block;
	width: 194px;
	height: 47px;
	float: right;
	cursor: pointer;
}
.text-tab-title a:last-child{
	cursor: default;
	margin-right: 11px;
}
.layui-disabled span{
	color: #d2d2d2 !important;
}
.text-tab-content{
	width: 100%;
	margin-top: 9px;
}
.text-tab-item{
	width: 100%;
	height: 212px;
	display: none;
}
.text-show{
	display: block;
}
.text-tab-item li{
	width: 704px;
	margin: 0 auto;
	padding: 16px 0;
	border-bottom: 1px solid #F4F4F4;
}
.text-tab-item li a {
	display: flex;
	align-items: center;
}
.text-tab-item li h6{
	width: 10px;
	height: 10px;
	background: #2775CC;
	border-radius: 5px;
	text-align: left;
}
.text-tab-item li h5{
	width: 75px;
	background: #FFFFFF;
	border: 1px solid #10B891;
	border-radius: 5px;
	text-align: left;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #10B891;
	padding: 8px 12px;
	box-sizing: border-box;
}
.text-tab-item li p{
	width: 96%;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666666;
	margin-left: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#demo{
	width: 704px;
	height: 35px;
	margin: 0 auto;
}
#demo .layui-laypage{
	width: 100% !important;
	height: 15px !important;
}
#demo .layui-laypage a{
	height: 15px !important;
	line-height: 10px !important;
	border: 0 !important;
	font-size: 14px !important;
	font-family: Microsoft YaHei !important;
	color: #333;
	padding: 0 !important;
	margin: 0 !important;
}
#demo .layui-laypage span{
	height: 15px !important;
	line-height: 14px !important;
	border: 0 !important;
	font-size: 14px !important;
	font-family: Microsoft YaHei !important;
	color: #333;
	padding: 0 !important;
	vertical-align: middle !important;
	margin: 0 !important;
}
#demo .layui-laypage a:last-child{
	float: right !important;
}
#demo .layui-laypage a:hover{
	color: #2775CC !important;
}
#demo .layui-laypage span:hover{
	color: #2775CC !important;
}
#demo .layui-icon{
	line-height: 15px !important;
	vertical-align: middle !important;
}
.gzh_img{
	/*position: absolute;*/
    /*top: 64%;*/
    text-align: center;
    /*right: -1px;*/
}
.gzh_img .two_img{
	width: 80px;
    height: 80px;
    vertical-align: middle;
    text-align: center;
}
.gzh{
	position: absolute;
    top: 45%;
    text-align: center;
    right: -1px;
}
.gzh .two_img{
	width: 80px;
    height: 80px;
    vertical-align: middle;
    text-align: center;
}
.text-tab-title-two{
	/*position: relative;*/
	height: 55px;
	border: 0 solid transparent;
	overflow: hidden;
}
.text-tab-title-two a{
	display: inline-block;
	width: 194px;
	height: 47px;
	float: left;
	cursor: pointer;
}
.text-tab-title-two a:first-child{
	cursor: default;
	margin-right: 11px;
}
.BMap_pop>div {
	/*background: transparent !important;*/
	/*border: 0 !important;*/
	left: 0 !important;
	top: 0 !important;
	background: #fff !important;
	min-width: 353px !important;
}
.BMap_bubble_title{
	margin: 10px !important;
}
.BMap_bubble_content{
	margin:0 10px !important;
}
.BMap_center{
	display: none;
}

.BMap_pop>div>div {
	/*background: transparent !important;*/
	/*border: 0 !important;*/
}

.BMap_pop>div>img {
	display: none;
}

.BMap_pop>img {
	width: 0 !important;
	height: 0 !important;
}
.infor-close-icon{
	position: absolute;
	width: 15px;
	height: 15px;
	right: 5px;
	top: 5px;
	z-index: 200;
	cursor: pointer;
}
@media screen and (max-width: 1366px) {
	.left-logo {
		width: 316px;
		margin-left: 20px;
		margin-top: 17px;
	}
	.logo-img{
		height: 47px;
	}
	.right-search{
		width: 39%;
		margin: 8px 0 20px 36px;
	}
	.input-icon{
		width:400px;
	}
	.content-input{
		width: 400px;
	}
	.erw{
		margin-right: 10px;
	}
	.content-title>li {
		padding: 0px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		box-sizing: border-box;
		width: 23.79% !important;
	}
	
	.flex_text {
		font-size: 12px;
	    line-height: 10px;
	}
	
	.tab_one {
		margin: 0px;
	}

	/* .flex_box li:nth-child(1) .img_tab .flex_text {
		width: 147%;
	} */

	.mapnav {
		font-size: 14px;
	}

	.flex_wrap>li>img {
		margin-top: 3px;
	}
}

@media screen and (min-width: 1367px) and (max-width: 1400px) {
	.left-logo{
		width: 325px;
	}
	.logo-img{
		height: 49px;
	}
	.right-search {
		width: 39%;
		margin: 8px 0 20px 46px;
	}
	.input-icon{
		width: 393px;
	}
	.erw{
		margin-right: 10px;
	}
	.content-title>li {
		padding: 0px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		box-sizing: border-box;
		width: 25.79% !important;
	}
	
	.flex_text {
		font-size: 14px;
	    line-height: 10px;
	}
	
	.tab_one {
		margin: 0px;
	}

	/* .flex_box li:nth-child(1) .img_tab .flex_text {
		width: 153%;
	} */

	.mapnav {
		font-size: 14px;
	}

	.flex_wrap>li>img {
		margin-top: 3px;
	}
}

@media screen and (min-width: 1401px) and (max-width: 1440px) {
	.left-logo{
		width: 325px;
	}
	.logo-img{
		height: 49px;
	}
	.right-search {
		width: 39%;
		margin: 8px 0 20px 46px;
	}
	.input-icon{
		width: 393px;
	}
	.erw{
		margin-right: 10px;
	}
	.content-title>li {
		padding: 0px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		box-sizing: border-box;
		width: 25.79% !important;
	}
	
	.flex_text {
		font-size: 14px;
	    line-height: 10px;
	}
	
	.tab_one {
		margin: 0px;
	}

	/* .flex_box li:nth-child(1) .img_tab .flex_text {
		width: 153%;
	} */

	.mapnav {
		font-size: 14px;
	}

	.flex_wrap>li>img {
		margin-top: 3px;
	}
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
	.left-logo{
		width: 372px;
	}
	.logo-img{
		height: 56px;
	}
	.right-search{
		width: 42%;
	}
	.input-icon{
		width: 450px;
	}
	.erw{
		margin-right: 10px;
	}
	.content-title>li {
		padding: 0px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		box-sizing: border-box;
		width: 23.79% !important;
	}
	
	.flex_text {
		font-size: 14px;
	    line-height: 10px;
	}
	
	.tab_one {
		margin: 0px;
	}

	/* .flex_box li:nth-child(1) .img_tab .flex_text {
		width: 138%;
	} */

	.mapnav {
		font-size: 14px;
	}

	.flex_wrap>li>img {
		margin-top: 3px;
	}
}

@media screen and (min-width: 1681px) and (max-width: 1919px) {
	.content-title>li {
		padding: 0px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		box-sizing: border-box;
		width: 25.79% !important;
	}
	
	.flex_text {
		font-size: 14px;
	    line-height: 10px;
	}
	
	.tab_one {
		margin: 0px;
	}

	/* .flex_box li:nth-child(1) .img_tab .flex_text {
		width: 124%;
	} */

	.mapnav {
		font-size: 14px;
	}

	.flex_wrap>li>img {
		margin-top: 3px;
	}
}

.bigImg {
	width:60%;
	height:60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.opacityBottom {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	top: 0;
	left: 0;
}
.dept-view .dept-header {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.dept-view .dept-list {
	display: flex;
	flex-wrap: wrap;
}
.dept-view .dept-list .dept-item {
	margin-right: 15px;
	margin-top: 15px;
	padding: 5px;
	width: 5vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.matter-event-item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #176AB7;
  margin-right: 5px;
}
.matter-event .matter-event-header {
	display: flex;
}
.matter-event .matter-event-header>div {
	width: 50%;
	text-align: center;
	padding: 15px 0;
	font-size: 16px;
	border-bottom: 1px #eaeaea solid;
	cursor: pointer;
}
.matter-event .matter-event-header .active {
	border-bottom: 2px #2775cb solid;
}
.matter-event-list {
	margin-bottom: 15px;
}
.matter-event-list .matter-event-item {
	margin-top: 15px;
	cursor: pointer;
	border-bottom: 1px #eaeaea solid;
	padding-bottom: 10px;
}
.matter-event-footer {
	display: flex;
	margin-bottom: 15px;
}
.matter-event-footer>div{
	width: 50%;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.matter-event-footer .matter-event-prev {
	padding-left: 15px;
}
.matter-event-footer .matter-event-next {
	padding-right: 15px;
	text-align: right;
	
}
.matter-event-footer .page-active {
	color: #b1acac;
}