html {
  height: 100%;
}
html body {
  height: 100%;
  padding: 0;
  margin: 0;
}
html body .topMsg {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #005492;
  background-color: #f0f0f0;
}
html body .topMsg a {
  color: #005492;
}
html body .topMsg div {
  padding-left: 10px;/* 20px*/
}
html body .topMsg .userLogin {
  float: right;display:none;
}
html body .topMsg .userLogin a {
  color: #000;
}
html body .topLogo {
  width: 100%;
  height: 127px;
}
html body .topLogo div {
  line-height: 127px;
}
html body .topMenu {
  width: 100%;
  height: 50px;
  position: relative;
  background-color: #005492;
  color: #fff;
}
html body .topMenu-line {
  margin: 0;
  height: 50px;
  padding-left: 120px;
}
html body .topMenu-line li {
  height: 49px;
  line-height: 50px;
  text-align: center;
  background: url(assets/logo/verticalLine.png) no-repeat right center;
  font-size: 1.2em;
  cursor: pointer;
  padding: 0 30px;
  display: inline-block;
}
html body .topMenu-line li:last-child {
  background: none;
}
html body .topMenu-line li:last-child:hover {
  background: #005492 !important;
}
html body .topMenu-line li:hover {
  background: #005492 url(assets/logo/verticalLine.png) no-repeat right center !important;
}
html body .topMenu .Interworking {
  display: none;
  position: absolute;
  width: calc(100% - 200px);
  background-color: #005492;
  padding: 30px 100px;
  top: 49px;
  z-index: 1000;
}
html body .topMenu .Interworking .province_row {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 30px;
  float: left;
}
html body .topMenu .Interworking .province_row li {
  float: left;
  width: calc(100% / 10);
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
html body .topMenu .Interworking .city {
  float: left;
  width: calc(100% - 20px);
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 5px 10px;
}
html body .topMenu .Interworking .city_div {
  padding: 0;
  margin: 0;
}
html body .topMenu .Interworking .city_div li {
  float: left;
  width: calc(100% / 10);
  text-align: center;
  cursor: pointer;
}
html body .topMenu .Interworking2 {
  display: none;
  position: absolute;
  width: calc(100% - 200px);
  background-color: #005492;
  padding: 30px 100px;
  top: 49px;
  z-index: 1000;
}
html body .topMenu .Interworking2 .province_row {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 30px;
  float: left;
}
html body .topMenu .Interworking2 .province_row li {
  float: left;
  width: calc(100% / 10);
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
html body .topMenu .Interworking2 .city {
  float: left;
  width: calc(100% - 20px);
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 5px 10px;
}
html body .topMenu .Interworking2 .city_div {
  padding: 0;
  margin: 0;
}
html body .topMenu .Interworking2 .city_div li {
  float: left;
  width: calc(100% / 10);
  text-align: center;
  cursor: pointer;
}
html body .homeMain {
  width: 100%;
  margin-top: 10px;
  float: left;
}
html body .homeMain .menu {
  width: 200px;
  min-height: 200px;
  float: left;
  margin-right: 10px;
}
html body .homeMain .menu ul {
  padding: 0;
  margin: 0;
}
html body .homeMain .menu ul li {
  height: 80px;
  line-height: 80px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1.2em;
  text-align: right;
  padding-right: 40px;
}
html body .homeMain .menu ul li:nth-of-type(1) {
  background: url(assets/1.png) no-repeat 30px center;
  background-size: 30%;
}
html body .homeMain .menu ul li:nth-of-type(2) {
  background: url(assets/2.png) no-repeat 30px center;
  background-size: 30%;
}
html body .homeMain .menu ul li:nth-of-type(3) {
  background: url(assets/3.png) no-repeat 30px center;
  background-size: 30%;
}
html body .homeMain .menu ul li:nth-of-type(4) {
  background: url(assets/4.png) no-repeat 30px center;
  background-size: 30%;
}
html body .homeMain .menu ul li:nth-of-type(5) {
  background: url(assets/5.png) no-repeat 30px center;
  background-size: 30%;
}
html body .homeMain .menu ul li:nth-of-type(6) {
  background: url(assets/6.png) no-repeat 30px center;
  background-size: 30%;
  margin-bottom: 0;
}
html body .homeMain .map {
  width: calc(100% - 212px);
  float: left;
  height: 530px;
  border: 1px solid #ccc;
}
html body .contentMain {
  width: 100%;
  margin-top: 10px;
  float: left;
}
html body .contentMain-pad {
  padding: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
html body .contentMain .main-box {
  width: 100%;
  float: left;
}
html body .contentMain .main-box:last-child {
  margin-top: 10px;
}
html body .contentMain .main-box .box-line {
  width: 100%;
  float: left;
}
html body .contentMain .main-box .box-line .box-line-left {
  height: 48px;
  line-height: 50px;
  border-bottom: 2px solid #005492;
  color: #005492;
  float: left;
  font-weight: bold;
  font-size: 1.5em;
}
html body .contentMain .main-box .box-line .box-line-right {
  height: 50px;
  line-height: 50px;
  color: #ccc;
  float: right;
  margin-right: 15px;
  font-size: 1.3em;
  cursor: pointer;
}
html body .contentMain .main-box .box-content {
  width: 100%;
  float: left;
  margin-top: 15px;
}
html body .contentMain .main-box .box-content .content-left {
  width: calc(75% - 20px);
  height: 267px;
  float: left;
  background: url('assets/bg.jpg') no-repeat;
  background-size: cover;
}
html body .contentMain .main-box .box-content .content-left .special {
  width: calc(100% / 3);
  height: 100%;
  float: left;
  position: relative;
  text-align: center;
}
html body .contentMain .main-box .box-content .content-left .special .middleware {
  width: 200px;
  height: 100%;
  margin: auto;
}
html body .contentMain .main-box .box-content .content-left .special .middleware .special-name {
  width: 100%;
  float: left;
  padding: 10px 0;
  margin-top: 150px;
  cursor: pointer;
}
html body .contentMain .main-box .box-content .content-left .special .middleware .special-name div {
  float: left;
}
html body .contentMain .main-box .box-content .content-left .special .middleware .special-name div:nth-of-type(1) {
  width: 120px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 1.8em;
  margin-left: 20px;
}
html body .contentMain .main-box .box-content .content-left .special .middleware .special-name div:nth-of-type(2) {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  border: 1px solid #fff;
}
html body .contentMain .main-box .box-content .content-left .special .middleware .special-name div:nth-of-type(2) i {
  color: #fff;
}
html body .contentMain .main-box .box-content .content-left .special .middleware .special-list {
  width: 100%;
  float: left;
  text-align: center;
  display: none;
}
html body .contentMain .main-box .box-content .content-left .special .middleware .special-list li {
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 1.3em;
  margin-top: 10px;
  cursor: pointer;
}
html body .contentMain .main-box .box-content .content-right {
  width: 25%;
  height: 267px;
  float: right;
  background-color: #DEDEDE;
  position: relative;
}
html body .contentMain .main-box .box-content .content-right .right-text {
  padding: 60px 20px 30px 20px;
  line-height: 25px;
  font-size: 1.2em;
  text-indent: 2em;
}
html body .contentMain .main-box .box-content .content-right .right-btn {
  padding: 0 40px;
}
html body .contentMain .main-box .box-content .carousel-div ul {
  padding: 0;
  margin: 0;
}
html body .contentMain .main-box .box-content .carousel-div ul li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  height: 200px;
  margin-top: 10px;
  float: left;
  cursor: pointer;
}
html body .contentMain .main-box .box-content .carousel-div ul li:last-child {
  margin-right: 0;
}
html body .contentMain .main-box .box-content .carousel-div ul li span {
  display: block;
  float: left;
}
html body .contentMain .main-box .box-content .carousel-div ul li span:first-child {
  width: 100%;
  height: 170px;
  line-height: 170px;
  text-align: center;
  float: left;
  background-color: #fff;
}
html body .contentMain .main-box .box-content .carousel-div ul li span:first-child img {
  max-height: 100%;
}
html body .contentMain .main-box .box-content .carousel-div ul li span:last-child {
  width: 100%;
  height: 30px;
  line-height: 30px;
  float: left;
  text-align: center;
  color: #4679b2;
}
html body .lin-bg {
  width: 100%;
  margin-top: 20px;
  float: left;
  height: 10px;
  background-color: #005492;
}
html body .foot {
  width: 100%;
  float: left;
  padding: 30px 0;
}
html body .foot span {
  display: block;
  width: 100%;
  line-height: 30px;
  text-align: center;
}
.activeli::after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  width: 0;
  left: 40%;
  bottom: 0;
}
.xuanzhuan {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.xuanzhuan90 {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.layui-carousel {
  height: 220px !important;
}
.layui-carousel > *[carousel-item] > * {
  background-color: #fff;
}

.logout{
  margin-right:10px;
  color: #337ab7;
  text-decoration: none;
}

.oldApp{
  color: #337ab7;
  text-decoration: none;
}

.login{
  margin-right:10px;
  color: #337ab7;
  text-decoration: none;
}

.reg{
  margin-right:10px;
  color: #337ab7;
  text-decoration: none;
}
.tips{
	height: 34px;
}
#news{
    position: relative;
    float: left;
    display: inline;
    color: #727272;
    font-size: 14px;
    margin-left: 75px;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    margin-top: -34px;
}
.mapboxgl-ctrl-compass{
	display: none!important;
}
/*#news_list,*/
/*#news_list_copy{height: 34px;overflow: hidden;}*/
#news li{height: 34px;line-height: 34px;}
#news li:hover{cursor: pointer;}

#showList{
  width: 90px;
  cursor: pointer;
  text-decoration: underline;
}
.showList{
	width: 250px;
    height: 140px;
	border: 1px solid #082e52;
	position: absolute;
	left: 100px;
    top: 0px;
    z-index: 10000;
    background-color: rgba(240,241,240,0.7);
    border-radius: 5px;
    margin-top: 5px;
}
.showList ul{
	width: 100%;
    height: 100%;
	padding: 0;
	list-style: none;
	margin-top: 3px;
}
.showList li{
	width: 250px;
	padding-left: 35px;
	padding-right: 30px;
	height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.showList li:nth-child(even){
	background-color: rgba(2,108,212,0);
}
.showList li:nth-child(odd){
	background-color: rgba(51,141,213,0);
}
.closeList{
	width: 30px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.buttomList{
	position: absolute;
    bottom: 0px;
    right: 10px;
}
.showUpList{
	width: 15px;
    height: 20px;
    background: url(../images/上一顿png) center center no-repeat;
    background-size: 100% 100%;
    float: left;
    cursor: pointer;
}
.showDownList{
	width: 15px;
    height: 20px;
    background: url(../images/下一顿png) center center no-repeat;
    background-size: 100% 100%;
    float: left;
    cursor: pointer;
    margin-left: 0px;
}
.news_list_li a{
	width: 100%;
	height: 100%;
	color: #337ab7;
    text-decoration: none;
}
.news_list_li a:hover{
	text-decoration:underline;color: #337ab7;
}
