@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font: 16px/1.5 tahoma,arial,\5b8b\4f53,sans-serif;
	height: 100%;
	width: 100%;
	min-width: 1236px;
	background: #f2f2f2;
	color: #333;
}
.icon {
	width: 2em;
	height: 2em;
	/*  vertical-align: -0.15em;*/
	fill: currentColor;
	overflow: hidden;
	margin-right: 1rem;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #666;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:before, .clearfix:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
/*
	  The following zoom:1 rule is specifically for IE6 + IE7.
	  Move to separate stylesheet if invalid CSS is a problem.
	*/

.clearfix {
	zoom: 1;
}
i {
	font-style: normal;
}
.flex {
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
}
.wrap {
	flex-wrap: wrap;
}
.nowrap {
	flex-wrap: nowrap;
}
.justify-s {
	justify-content: flex-start;
}
.justify-b {
	justify-content: space-between;
}
.DSJ-LIST-INFO{
	font-size: 16px !important;
	color: #333333 !important;
}
.DSJ-LIST-INFO:hover{
	color: #DF2F00;
}
.listHover{
	font-size: 16px;
}
.listHover:hover{
	color: #DF2F00;
	text-decoration: #DF2F00 underline;
}
.indexListHover{
	font-size: 15px;
}
.indexListHover:hover{
	color: #DF2F00;
	text-decoration: #DF2F00 underline;
}
.justify-a {
	justify-content: space-around;
}
.justify-c {
	justify-content: center;
}
.align-s {
	align-items: flex-start;
}
.align-c {
	align-items: center;
}
.flex-item {
	flex: auto;
}
.flex-grow {
	flex-grow: 2;
}
.t_r {
	text-align: right;
}
.t_c {
	text-align: center;
}
.p5 {
	padding: 0.5rem;
}
.p30{
	padding: 30px;
}
.p1{
	padding: 1rem;
}
.m1{
	margin: 1rem;
}
.m10 {
	margin: 10px;
}
.p10 {
	padding: 10px;
}
.m-lr10 {
	margin: 0 10px;
}
.m-tb10 {
	margin: 10px 0;
}
.m-b10 {
	margin-bottom: 10px;
}
.m-b1 {
	margin-bottom: 1rem;
}
.p-lr10 {
	padding: 0 10px;
}
.p-tb1 {
	padding: 1rem 0;
}
.bg-white {
	background: #fff;
}
.bg-gray{
	background: rgba(1,8,45,0.08);
}
.bg-red{
	background: #df2f00;
	color: #fff;
}
.color-orange, .more2 a, nav .dj li a i, .more4 a {
	color: #ffc000;
}
.more2 a:hover, .more4 a:hover {
	color: #ffd800;
}
.color-red, .tab01 li.selected a, .headline a, .more1 a, .tit1, .tab02 li.selected a, .tab01 li:hover a, .tab02 li:hover a, .position a:hover {
	font-weight: bold;
	color: #df2f00;
}
.color-999, .headline p, .list1 span, .list2 span, .list3 span, .list3 p, .list4 span, .position a, .position,.ckfw-btn h6, .tit06 h6 {
	font-size: 14px;
	color: #999;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold
}
.content {
	width: 1236px;
	margin: 0 auto;
}
.w824 {
	width: 824px;
}
.w412 {
	width: 412px;
}
.w375 {
	width: 375px;
}
.w50p {
	width: calc(50% - 20px);
}
.w66p{
	width: calc(100% / 3 * 2 - 1rem);
}
.w33p{
	width: calc(100% / 3 * 1 - 1rem);
}
.w393{
	width: 393px;
}
.w804{
	width: 804px;
}
.po-r {
	position: relative;
}
.t-c {
	text-align: center;
}
.bor-b{
	border-bottom: #ccc 1px solid;
}
footer {
	background: #aa2400;
	color: #fff;
	font-size: 0.8rem;
	padding: 0.8rem 0;
}
.logo {
	background: url(../images/logo.png) 10px 20px no-repeat, url(../images/slogan.gif) 20rem 1.1rem no-repeat ;
}
div.search {
	padding: 33px 0
}
.s1 form {
	position: relative;
	width: 300px;
	margin: 0 auto;
}
.s1:after {
	content: "";
	clear: both;
	display: table
}
.s1 form {
	width: auto;
	float: right;
	margin-right: 30px;
}
.s1 input {
	width: 300px;
	height: 36px;
	padding-left: 15px;
	border-radius: 42px;
	border: 1px solid #ccc;
	outline: none;
	position: relative;
	transition: .3s linear;
}
.s1 button {
	width: 36px;
	height: 36px;
	background: none;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
}
.s1 button:before {
	content: "\e6b9";
	font-family: iconfont;
	color: rgba(223,47,0,0.5);
	font-size: 1.2rem;
}
.s2 input {
	width: 240px;
	height: 33px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	color: #9E9C9C;
}
.s2 button {
	position: absolute;
	top: 1px;
	right: -14px;
	width: 33px;
	height: 33px;
	border: none;
	background: #FF6600;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
.s2 button:before {
	content: "\e6b9";
	font-family: iconfont;
	font-size: 16px;
	color: #F9F0DA;
}
/*菜单*/
menu li {
	width: 103px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
	line-height: 50px;
}
menu li.selected, menu li:hover {
	background: url(../images/menu-bg.png) left top no-repeat;
}
menu li a, menu li:hover li a ,menu li.selected a, menu li:hover a, menu li:hover li:hover a {
	color: #fff;
}
menu li:first-child i:before {
	content: "\e60d";
	font-family: iconfont;
	font-size: 2.5rem;
}
menu li ul{
	display: none;
	z-index: 9999;
	position: relative;
}
menu li:hover ul{
	display: block;
}
menu li ul li{
	border-bottom: rgba(255,255,255,0.4) 1px solid;
	background: #ff971c;
	padding: 0;
}
menu li ul li:hover{
	background: #df2f00;
}
/*主图*/
.slider-wrap {
	position: relative;
	width: 100%;
	height: 360px;
}
.slider-wrap img {
	height: 360px;
	width: 100%;
}

@media screen and (min-width: 1670px) {
	.slider-wrap {
		height: 360px;
	}
	.slider-wrap img {
		height: 360px;
	}
}
@media screen and (min-width: 1450px) and (max-width: 1660px) {
	.slider-wrap {
		height: 311px;
	}
	.slider-wrap img {
		height: 311px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1420px) {
	.slider-wrap {
		height: 266px;
	}
	.slider-wrap img {
		height: 266px;
	}
}

@media screen and (min-width:768px) and (max-width:992px) {
	.slider-wrap {
		height: 229px;
	}
	.slider-wrap img {
		height: 229px;
	}
}

@media screen and (max-width:768px) {
	.slider-wrap {
		max-height: 160px;
	}
	.slider-wrap img {
		height: 160px;
	}
}
.slider {
	height: 100%;
}
.slider .slider-list {
	position: relative;
	height: 100%;
}
.slider .slider-list .item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slider .slider-list .item.cur {
	display: block;
}
.yuan {
	position: absolute;
	left: 50%;
	bottom: 10px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.yuan .yuan-item {
	display: block;
	position: relative;
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 1px;
	cursor: pointer;
}
.yuan .yuan-item::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border: 2px solid rgba(255, 255, 255, .4);
	border-radius: 50%;
	box-sizing: border-box;
}
.yuan .yuan-item.cur::after {
	background: #fff;
}
.yuan .yuan-item::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 50%;
}
.yuan .yuan-item.cur::before {
	background-color: rgba(255, 255, 255, .2);
}
.ad, .ad img {
	width: 804px;
	height: 90px;
}
.news-img, .news-img img {
	width: 411px;
	height: 293px;
}
.tab01 li {
	line-height: 200%;
	margin: 0 1rem;
}
.tab01 li:first-child {
	margin-left: 0;
}
.tab01 li.selected, .tit3 h4 , .bor-b-red {
	border-bottom: #FF3600 4px solid;
}
.tab02 li {
	line-height: 100%;
	padding: 0 0.8rem;
	margin: 12px 0;
	border-right: #ccc 1px solid;
}
.tab02 li:first-child {
	padding-left: 0;
}
.tab02 li:last-child {
	border: none;
}
.headline {
	border-bottom: #ccc 1px solid;
	line-height: 180%;
}
.pb-10{
	padding-bottom: 10px;
}
.pb-5{
	padding-bottom: 5px;
}
.headline a {
	width: 95%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 500;
	font-weight: bold;
}
.news .headline p{
	width:375px;
}
.headline p, .list3 p {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news .headline p, .list3 p {
	-webkit-line-clamp: 2;
}
.parties .headline p {
	-webkit-line-clamp: 3;
}
.list1 li, .list2 li {
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-left: 1rem;
	line-height: 210%;
}
.list1 li a, .list2 li a, .list3 li a, .notice li a {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list1 li a, .list2 li a {
	width: 80%;
}
.list1 li {
	background: url(../images/dot1.png) left 0.8rem no-repeat;
}
.list2 li, .notice li {
	background: url(../images/dot2.png) left 0.8rem no-repeat;
	font-size: 14px;
}
.more1, .more2 {
	text-align: right;
	cursor: pointer;
}
.more1 a:before {
	content: "\6d";
	font-family: iconfont;
	font-size: 20px;
	width: 20px;
	height: 20px;
}
.more2 a:before {
	content: "\e62c";
	font-family: iconfont;
	font-size: 0.8rem;
}
.tit1 {
	border-left: #F23300 0.25rem solid;
	line-height: 40px;
	background: #eee;
	padding: 0 1.25rem;
	font-weight: normal;
	margin-bottom: 10px;
}
.parties h4 {
	background: url(../images/dj.png) left top no-repeat;
	height: 41px;
	padding-top: 5px;
	position: absolute;
	bottom: 0;
	width: 160px;
	left: 0;
	padding-left: 3.5rem;
}
.parties .headline .img, .parties .headline img {
	width: 123px;
	height: 89px;
}
.parties .headline .txt {
	width: 239px;
	line-height: 180%;
}
.parties .headline .img{
	padding-top: 8px;
}
.vidio {
	width: 392px;
	height: 171px;
	background: #f1f1f1;
}
.tit2 {
	line-height: 200%;
}
.tit2 span {
	display: inline-block;
	border-bottom: #DF2F00 3px solid;
}
.list5 li {
	border: #ccc 1px solid;
	width: calc(100% / 3 - 0.5rem);
	line-height: 2.5rem;
}
.travel-jh .img {
	margin: 3px;
	height: 153px;
	width: 253px;
}
.travel-jh img {
	height: 153px;
	width: 253px;
}
.more3 {
	position: absolute;
	width: 0;
	height: 0;
	padding: 46px 46px 0 0;
	bottom: 0;
	right: 0;
	text-indent: -9999px;
	background: url(../images/yjh.png) left top no-repeat;
}
/*线路查询*/
.query .tab03 li {
	width: calc(50% - 3.25rem);
	padding: 0 1.5rem;
	background: #74C8F5;
	line-height: 45px;
	height: 45px;
}
.query .tab03 li a {
	color: #213A72;
}
.query .tab03 li.selected a, .query .tab03 li:hover a {
	color: #fff;
}
.query .tab03 li.selected, .query .tab03 li:hover {
	background: #172591;
}
.query .con {
	background: linear-gradient(#172491 0%, #175ca1 100%);
	color: #fff;
	padding: 0.5rem 1.5rem;
}
.query .exchange:before {
	content: "\e618";
	font-family: iconfont;
	color: #FFAE00;
	margin-right: 10px;
	font-size: 2rem;
}
.query label, .query input, .query button {
	width: 100%;
	display: block;
	border-radius: 2px;
}
.query input, .query button {
	height: 40px;
	border: none;
	outline: none;
}
.query input[type=button], .query button {
	background: linear-gradient(to right, #e60013 21%, #ff4e00 100%);
	border: none;
	color: #fff;
	margin: 1.5rem 0 0.5rem;
}
.query input[type=button]:hover, .query button:hover {
	background: linear-gradient(to right, #ff2234 21%, #ff7133 100%);
}
.query input[type=button]:active, .query button:active {
	background: linear-gradient(to right, #c80011 21%, #d94200 100%);
}
.query input[type=button]:disabled, .query button:disabled {
	background: #999;
	color: #ccc;
}
.sel-box {
	width: 100%;
	overflow: hidden;
	color: #333;
}
.sel-title-box {
	position: relative;
	cursor: default;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #E2F8FF;
}
.sel-title {
	padding-left: 12px;
	line-height: 2.2;
}
.sel-sign {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
	font-family: iconfont;
	color: #333;
	font-size: 1.5rem;
	line-height: 2.2rem;
}
.sel-sign:before {
	content: "\e6ba";
}
.sel-sign.on:before {
	content: "\e6b8";
}
.sel-float-box {
	position: absolute;
	border: 1px solid #ddd;
	z-index: 2;
	background-color: white;
	margin-left: -1px;
	overflow: hidden;
	line-height: 1.8;
}
.sel-float-box.on {
	border-color: #ddd;
}
.sel-float-div {
	padding-left: 12px;
	cursor: default;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: white;
	color: #666;
}
.sel-float-div:hover {
	color: #df2f00;
}
.sel-float-div-disabled {
	padding-left: 12px;
	line-height: 1.8;
	color: #bbb;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sel-hide {
	display: none;
}
.ckfw li {
	width: calc(100% / 2 - 1rem - 4px);
	margin-bottom: 0.5rem;
	border: #CAC1B8 2px solid;
	background: #fff;
	border-radius: 8px;
	height: 60px;
}
.ckfw li a h4 {
	color: #333;
	font-weight: normal;
	font-size: 16px;
}.ckfw li a h6 {
	 color: #999;
	 font-weight: normal;
 }
.ckfw i {
	width: 58px;
	height: 58px;
	line-height: 60px;
	text-align: center;
	font-size: 2.3rem;
	display: block;
	margin: 0 0.5rem;
	-webkit-transition: font-size 0.25s linear, width 0.25s linear;
	-moz-transition: font-size 0.25s linear, width 0.25s linear;
	transition: font-size 0.25s linear, width 0.25s linear;
	color: #D37A47;
}
.ckfw li:hover i {
	font-size: 3rem;
}
.ckfw i.map:before {
	content: "\e62f";
	font-family: iconfont;
}
.ckfw i.ticket:before {
	content: "\e64f";
	font-family: iconfont;
}
.ckfw i.volunteer:before {
	content: "\e68f";
	font-family: iconfont;
}
.ckfw i.lost:before, .ckfw-btn  i.lost:before{
	content: "\e68e";
	font-family: iconfont;
}
.ckfw-btn  i.lost:before{
	color: #67BF55;
}
.ckfw i.eq:before {
	content: "\e6fd";
	font-family: iconfont;
}
.ckfw i.time:before, .ckfw-btn  i.time:before {
	content: "\e6a4";
	font-family: iconfont;
}
.ckfw-btn  i.time:before {
	color: #FFB401;
}
.tit3 {
	line-height: 40px;
	padding: 0 1.25rem;
	font-weight: normal;
	margin-bottom: 10px;
}
.contact .tit4 {
	margin-left: 1rem;
}
.contact .tit4 i {
	width: 4px;
	height: 18px;
	display: inline-block;
	background: linear-gradient(-90deg, #ff6600 0%, #e73100 100%);
	margin-right: 0.5rem;
}
.contact .tit4 .eng {
	position: absolute;
	left: 18px;
	top: 12px;
	color: #ccc;
	width: 120px;
}
.contact li div {
	background: url(../images/ewm-bg.png) left top no-repeat;
	padding: 5px;
	margin-bottom: 0.5rem;
}
.contact li div, .contact li div img {
	width: 104px;
	height: 104px;
}
/*列表页*/

.banner01 {
	height: 160px;
	margin-bottom: 30px;
}
.banner01, .banner02{
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.banner02 {
	height: 320px;
	background-image: url(../images/banner-develop.png);
}
.news-list .banner01 {/*新闻列表页banner*/
	background-image: url(../images/banner-news.png);
}
.about .banner01 {/*关于我们列表页banner*/
	background-image: url(../images/banner-about.png);
}
.passenger .banner01 {/*乘客服务banner*/
	background-image: url(../images/banner-service.jpg);
}
.dj .banner01 {/*党建列表页banner*/
	background-image: url(../images/banner-dj.jpg);
}
.zb .banner01 {/*招标列表页banner*/
	background-image: url(../images/banner-zb.jpg);
}
.zp .banner01 {/*招聘列表页banner*/
	background-image: url(../images/banner-zp.jpg);
}
.ghjs .banner01 {/*规划建设列表页banner*/
	background-image: url(../images/banner-ghjs.jpg);
}
.qygk .banner01 {/*企业公开列表页banner*/
	background-image: url(../images/banner-xxgk.jpg);
}
.banner01 .tit, .banner02 .tit {
	background: url(../images/banner-tit.png)left bottom no-repeat;
	position: absolute;
	padding-left: 116px;
	width: 221px;
	height: 66px;
	left: -80px;
}
.banner01 .tit {
	top: 54px;
	color: #fff;
}
.banner01 .tit h2, .banner02 .tit h2 {
	font-weight: 500;
}
.banner01 .tit h4 {
	color: rgba(255,255,255,0.7);
}
.banner02 .tit {
	top: 7rem;
	color: #DF2F00;
}
nav {
	line-height: 90px;
	background: #fff;
	margin-right: 20px;
	margin-left: 10px;
	width: 240px;
}
nav li {
	border-bottom: #ddd 1px solid;
	padding: 0 24px;
}
nav li ul {
	margin-top: -25px;
}
nav li li {
	line-height: 45px;
	border: none;
	padding-left: 48px;
}
nav li:last-child {
	border: none;
}
nav li a {
	display: block;
}
nav li a i {
	color: #CECECE;
	margin-right: 24px;
	font-size: 1.5rem;
}
nav li:hover li a, nav li.selected li a {
	color: #333;
	font-weight: 300;
}
nav li:hover a i, nav li.selected a i {
	color: #FF4918;
	font-weight: 300;
}
nav li:hover a, nav li.selected a, nav li li.selected a, nav li li:hover a {
	color: #000;
	font-weight: 600;
}
.tit04 {
	color: #000;
	font-weight: 550;
	line-height: 20px;
	font-size: 18px;
}
.tit04 i {
	margin: 0 1rem 0 0.5rem;
	width: 4px;
	height: 20px;
	background: #DF2F00;
	display: inline-block;
}
.list3 {
	padding: 0 1.5rem 1.5rem;
}
.list3 li {
	padding: 0.5rem 0;
	border-bottom: #ccc 1px dashed;
	width: 918px;
}
.list3 li a {
	width: 90%;
}
.list3 p {
	margin-top: 0.5rem;
}
.pages {
	margin: 1.4rem;
	text-align: right;
	margin-bottom: 0rem;
}
.pages a {
	margin: 0 0.25rem;
	font-size: 14px;
}
.yb-reward-history__pagination {
	border: 1px solid #d9d9d9;
	padding: 5px 10px;
	text-decoration: none;
	color: #8a8a8a;
	border-radius: 5px;
	transition: all .7s ease 0s;
}
.yb-reward-history__pagination:hover {
	border: 1px solid #ffc118;
	color: #fff;
	background-color: #ffc118;
}
.yb-reward-history__pagination-active {
	border: 1px solid #ffc118;
	background: #ffc118;
	padding: 5px 10px;
	color: white;
}
/*文章详情页*/
.position {
	padding: 1rem 2rem;
}
.position a {
	margin: 0 10px;
}
.A-title {
	border-bottom: #ccc 2px solid;
	line-height: 180%;
	margin: 1rem;
	padding: 1rem 1rem 0.5rem;
	text-align: center;
}
.A-title h2 {
	font-weight: 550;
	color: #000;
}
.text{
	min-height: 350px;
}
.text p{
	margin: 8px 0 !important;
	text-indent: 2rem !important;
	line-height: 1.8rem !important;
	display: block !important;
	margin-inline-start: 0px !important;
	margin-inline-end: 0px !important;
	padding: 0px 30px !important;
	font-size: 16px !important;
	font-weight: normal !important;
	color: #222 !important;
	font-family: Microsoft YaHei,Arial, Helvetica, sans-serif !important;
	background-color: rgb(255,255,255) !important;
}

.text p span {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #222 !important;
	font-family: Microsoft YaHei,Arial, Helvetica, sans-serif !important;
	background-color: rgb(255,255,255) !important;
}
.text p strong {
	font-weight: normal !important;
	background-color: rgb(255,255,255) !important;
}
.text p h1 {
	display: block !important;
	font-size: 2em !important;
	margin-block-start: 0.67em !important;
	margin-block-end: 0.67em !important;
	margin-inline-start: 0px !important;
	margin-inline-end: 0px !important;
	font-weight: bold !important;
	font-family: Microsoft YaHei,Arial, Helvetica, sans-serif !important;
	color: #222 !important;
}

.text p h2 {
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	font-family: Microsoft YaHei,Arial, Helvetica, sans-serif !important;
	color: #222 !important;
}

.text p h3 {
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	font-family: Microsoft YaHei,Arial, Helvetica, sans-serif !important;
	color: #222 !important;
}

.text .img, .text img {
	max-width: 600px;
	text-align: center !important;
	color: #999;
	font-size: 12px;
	margin: 0.5rem auto !important;
	display: block;
}

.text ul {
	text-indent: 2rem !important;
	line-height: 2em !important;
	display: block !important;
	margin-inline-start: 0px !important;
	margin-inline-end: 0px !important;
	padding: 0px 30px !important;
	font-size: 16px !important;
	font-weight: normal !important;
	color: #222 !important;
	font-family: Microsoft YaHei,Arial, Helvetica, sans-serif !important
}

.text li {
	text-indent: 2rem !important;
	line-height: 2em !important;
	display: block !important;
	margin-inline-start: 0px !important;
	margin-inline-end: 0px !important;
	padding: 0px 30px !important;
	font-size: 16px !important;
	font-weight: normal !important;
	color: #222 !important;
	display: list-item;
	font-family: Microsoft YaHei,Arial, Helvetica, sans-serif !important
}
.text .content{
	width: 100% !important;
}
.text table{
	margin: auto !important;
}
.text table p{
	text-indent: 0 !important;
	padding: 0.5rem !important;
	margin: 0 !important;
	line-height: normal !important;
}
.text table,.text td,.text th {
	border:1px solid #000000 !important;
}
.text a{
	font-size: 16px !important;
	font-weight: normal !important;
}
.share {
	border-top: #DDD 1.5px solid;
	margin: 1rem;
	margin-bottom: 0;
	padding: 1rem;
	font-size: 12px;
	line-height: 36px;
}
.share i {
	width: 36px;
	height: 36px;
	text-align: center;
	background: #ddd;
	color: #fff;
	border-radius: 36px;
	font-size: 24px;
	display: inline-block;
	margin: 0 0.5rem;
}
.tit05 {
	margin-top: 36px;
	margin-bottom: 0.5rem;
	background: #DF2F00;
	color: #fff;
	border-radius: 0 20px 20px 0;
	line-height: 36px;
	height: 36px;
	padding: 0 1.5rem;
	width: 35%;
}
.list4 li {
	margin: 1rem;
	font-size: 14px;
}
.list4 a {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	margin-bottom: 0.5rem;
}
.list4 li span {
	display: block;
}
.top-new {
	background: url(../images/menu-bg1.png) left bottom repeat-x, url(../images/slogan2.png) 75% -5px  no-repeat #fff;
	height: 10rem;
}
.intro img{
	width: 667px;
	height: 300px;
	margin-right: 30px;
}
.intro p{
	text-indent: 28px;
	line-height: 200%;
	width: 480px;
	margin: 1rem 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 7;
	color: #666;
	font-size: 16px;
	font-family: "Microsoft YaHei";
}
.org{
	padding: 2rem 1.5rem;
	height: 500px;
}
.org .img{
	width: 1008px;
	margin: 0 auto;
}
.org .info{
	width: 220px;
}
.org .info b{
	color: #A11700;
	font-size: 16px;
	font-family: "Microsoft YaHei";
}
.org .info h2{
	color: #ADADAD;
	font-weight: 200;
}
.org .info p{
	text-indent: 28px;
	line-height: 200%;
	margin: 1rem 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 8;
	color: #666;
	font-size: 16px;
	font-family: "Microsoft YaHei";
}

.more4{
	text-align: right;
	font-size: 14px;
}

.lxfs li{
	line-height: 3rem;
	color: #666;
}
.lxfs li i{
	color: #ccc;
	font-size: 2rem;
	margin: 0 1rem;
}
.ckfw-btn li{
	margin: 0.5rem;
	width: 12.25rem;
	background: #fff;
	border-radius: 5px;
	height: 3rem;
	padding: 0.5rem 3rem;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:flex-start;
	align-items: center;
}
.ckfw-btn li:hover, .ckfw-btn li.selected{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
}
.ckfw-btn li:hover h4, .ckfw-btn li.selected h4, .ckfw-btn li:hover h6, .ckfw-btn li.selected h6{
	font-weight: bold !important;

}
.ckfw-btn li:hover i, .ckfw-btn li.selected i{
	font-size:3rem;
}
.ckfw-btn li:hover i.lost, .ckfw-btn li.selected i.lost,
.ckfw-btn li:hover i.guide, .ckfw-btn li.selected i.guide,
.ckfw-btn li:hover i.operation, .ckfw-btn li.selected i.operation,
.ckfw-btn li:hover i.query, .ckfw-btn li.selected i.query,
.ckfw-btn li:hover i.time, .ckfw-btn li.selected i.time,
.ckfw-btn li:hover i.price, .ckfw-btn li.selected i.price,
.ckfw-btn li:hover i.travel, .ckfw-btn li.selected i.travel,
.ckfw-btn li:hover i.messenger, .ckfw-btn li.selected i.messenger
{
	font-size:3.2rem !important;
}
.ckfw-btn  i{
	width: 3rem;
	font-size:2.2rem;
	margin-right: 0.8rem;
	-webkit-transition: font-size 0.25s linear, width 0.25s linear;
	-moz-transition: font-size 0.25s linear, width 0.25s linear;
	transition: font-size 0.25s linear, width 0.25s linear;
}
.ckfw-btn  i.lost{
	font-size:2.5rem;
}
.ckfw-btn i.messenger:before {
	content: "\e68f";
	font-family: iconfont;
	color: #E04541;
}
.ckfw-btn  i.guide:before{
	content:  "\e715";
	font-family: iconfont;
	color: #889FF4;
}
.ckfw-btn  i.passenger:before{
	content:"\e60f";
	font-family: iconfont;
	color: #7AE2F8
}
.ckfw-btn  i.service:before{
	content: "\e85d";
	font-family: iconfont;
	color: #f87ad7
}
.ckfw-btn  i.operation:before{
	content: "\e61f";
	font-family: iconfont;
	color: #f87ad7
}
.ckfw-btn  i.query:before{
	content: "\e6b9";
	font-family: iconfont;
	color: #7AE2F8
}
.query-index:before{
	content: "\e6b9";
	font-family: iconfont;
	color: #d37a47
}
.ckfw-btn  i.travel:before{
	content: "\ee25";
	font-family: iconfont;
	color: #889FF4
}
.ckfw-btn  i.free:before{
	content: "\e632";
	font-family: iconfont;
	color: #79bdff;
}
.ckfw-btn  i.price:before{
	content: "\e6e3";
	font-family: iconfont;
	color: #ff943b;
}
.tit06{
	border-left: #F23300 4px solid;
	padding-left: 1rem;
}
.fwcn p{
	margin: 1rem;
	font-size: 14px;
	color: #999;
}
.notice i, .notice li{
	display: inline-block;
	margin-right: 0.5rem;
}
.notice i:before{
	content: "\e665";
	font-family: iconfont;
	color: rgba(0,0,0,0.3);
	font-size: 2.2rem;
}
.notice li{
	background-position: left 0.5rem;
	padding-left: 1rem;
}
.notice li a{
	color: #333;
}
.notice a b, .color-blue{
	color: #0048C0;
	font-weight: 500;
	margin-left: 0.3rem;
}
.notice .scroll {
	width: 600px;
	overflow: hidden;
	display: inline-block;
}
.notice .scroll ul {
	white-space: nowrap;
}

.tit07{
	border-left: #ff6600 4px solid;
	margin: 1rem;
	padding-left: 0.5rem;
	font-weight: 550;
}
.line{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
}
.site li{
	border-bottom: #FF971C 2px solid;
	margin: 0.25rem 0.5rem;
}
.site-name h2{
	line-height: 41px;
	margin-left: 10px;
}
.line p{
	text-indent: 2rem;
}
.line .bg-white{
	line-height: 24px;
	padding-right: 1.3rem;
}
.site-pic img{
	width: 343px;
	height: 197px;
	margin-right: 1rem;
}
.site-pic i{
	font-size: 2rem;
	margin-right: 1rem;
}
.site-export li{
	width:calc(50% - 1rem);
	line-height: 200%;
}
.site-export b{
	margin-right: 1rem;
}
.site-export li li{
	width:auto;
	margin-right: 0.5rem;
	display: inline-block;
}
.timetable td{
	padding: 5px;
	font-size: 14px;
}
.timetable th{
	font-weight: normal;
	color: #999;
	text-align: left;
	font-size: 12px;
}
.development .body{
	margin-top: -2rem;
	margin-bottom: 1rem;
}
.bor-r{
	border-right: #F2F2F2 1px solid;
}
.sourcing-info li {
    width: calc(100% / 2 - 7rem - 1px);
    padding: 3rem 11rem;
}
.sourcing-info li img, .sourcing-info li h3, .sourcing-info li p{
	width:260px;
	margin-bottom: 0.5rem;
}
.sourcing-info li img{
	height: 140px;
	margin:auto;
}
.sourcing-info li p{
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	font-size:0.8rem;
	color: #999;
	line-height: 150%;
}
.box{
	box-shadow: 0px 2px 5px 0px rgba(17,64,91,0.41);
}
.zsgg i{
	font-size:2rem;
}
.zsgg .list1 li{
	width:calc(50% - 5rem);
	margin: 0 2rem;
	font-size: 0.8rem;
}
.zt img{
	width:393px;
	height: 240px;
}
.step img{
	margin:1rem auto;
	border: #ccc 1px solid;
}
.step .flex img{
	margin: 0;
}
.step li{
	margin-left: 2rem;
	margin-right: 0.5rem;
}
.ywjs{
	height: 360px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.ywjs > div{
	width: calc(46% - 3rem);
	height: calc(360px - 4rem);
	padding: 2rem 1.5rem;
	background: rgba(210,51,25,0.8);
	color: #fff;
	margin-left: 54%;
	line-height: 200%;
}
.ywjs p{
	text-indent: 2rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 9;
}
.wx-box{
	left: 35rem;
	top: 25rem;
	position: absolute;
	margin: 0;
	z-index: 1001;
	background: #fff;
	border: solid 1px #d8d8d8;
	font-size: 0.12rem;
	padding: 0.15rem;
	display: none;
}
.wx-box .wx-box-head{
	font-size: 0.12rem;
	text-align: left;
	line-height: 0.16rem;
	height: 0.16rem;
	position: relative;
	color: #000;
	margin: 3px;
}
.wx-box .wx-box-close{
	width: 0.16rem;
	height: 0.16rem;
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	text-decoration: none;
	font-size: 0.16rem;
}
.wx-box .wx-box-main{
	padding: 0.15rem 0.1rem;
	min-height: 2rem;
	text-align: center;
}
.wx-box .wx-box-foot{
	font-size: 12px;
	text-align: left;
	line-height: 22px;
	color: #666;
}
.losttable th{
	border-bottom: #df2f00 4px solid;
}
.losttable td{
	border-bottom: #ccc 1px solid;
	line-height: 200%;
}
.losttable .icon-yirenling{
	font-size: 2rem;
	color: #b13539;
	z-index: 999;
	position: absolute;
}
.losttable td:nth-child(3), .losttable td:nth-child(4){
	text-align: center;
}
.list6 li{/*视频新闻列表*/
	width: calc(100% / 3 - 1.6rem - 2px);
	margin: 0.5rem;
	border:#eee 1px solid;
	padding: 0.3rem;
}
.list6 li img{
	width: 294px;
	height: 196px;
	margin-bottom: 0.3rem;
}
.list6 li p{
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	line-height: 150%;
}
.article p{
	line-height: 200%;
	text-indent: 2rem;
	margin: 1rem 0;
}
.p-r-1{
	padding-right: 1rem;
}
.share i.icon-weixin {
	background: #8dc81b;
}
.share i.icon-lianxi2hebing_dayin{
	background: #e99f00;
}
.mh-600{
	min-height: 600px;
}
.tab05{
	line-height: 40px;
	background: #eee;
	font-weight: normal;


}
.tab05 .triangle{
	width: 0;
	height: 0;
	margin-left: 160px;
	border-bottom: 40px solid #F23300;
	border-left: 10px solid transparent;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tab05 li.selected{
	background-color: #df2f00;
	color: #fff;
}
.tab05 li.selected a{
	display: block;
	color: #fff;
}
.tab05 li{
	padding: 0 0.8rem;
}
.share i.icon-weixin {
	background: #8dc81b;
}
.share i.icon-lianxi2hebing_dayin{
	background: #e99f00;
}

.bg-gray{
	background: #eee;
}
.p-t10{
	padding-top: 10px;
}
.list-jump-page{
	width: 70px;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
	padding-left: 10px;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	cursor: pointer;
}
@media print {
	.noprint { display: none;color:green }
}
.navGuideWrap {
	padding: 20px 20px 0px;
	width: 999px;
	margin: 0px auto;
}
.navGuideWrap>ul {
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid rgb(235, 236, 236);
	zoom: 1;
}
.navGuideWrap>ul>li {
	float: left;
	margin-right: 30px;
}
.navGuideWrap>ul>li .navItem {
	border-bottom: 2px solid transparent;
	font-size: 16px;
	font-weight: bold;
}
.navGuideWrap>ul>li.on .navItem {
	color: rgb(20, 146, 255);
	border-bottom: 2px solid rgb(20, 146, 255);
}