﻿
*{
  margin: 0;
  padding: 0;
}
body{
	overflow-x: hidden;
}
/*去除a标签下划线*/
a {
	text-decoration: none;
	text-align:left ;
}
/*去除未被访问的a标签的下划线*/
a:link {
	text-decoration: none;
}
/*去除已经被访问过的a标签的下划线*/
a:visited {
	text-decoration: none;
}
/*去除鼠标悬停时的a标签的下划线*/
a:hover {
	text-decoration: none;
}
/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
	text-decoration: none;
}
/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
	text-decoration: none;
}
img{
	border: 0;
}
html{
	font-family: '微软雅黑';
}
.font-14{
	font-size: 14px;
}
.font-15{
	font-size: 15px;
}
.font-16{
	font-size: 16px;
}
.font-17{
	font-size: 17px;
}
.font-18{
	font-size: 18px;
}
.font-22{
	font-size: 22px;
}
.font-24{
	font-size: 24px;
}
.color-333{
	color: #333333;
}
.color-666{
	color: #666666;
}
.color-999{
	color: #999999;
}
.color-fff{
	color: #FFFFFF;
}
.float-left{
  float: left;
}
.float-right{
  float: right;
}
.clearfix:after{
  display:block;
  content: " ";
  clear:both;
  visibility:hidden;
  height:0;
  font-size:0;
}   
.clearfix{
  *zoom:1;
} 
.padding-30{
  padding: 30px;
}
.padding-left-right-30{
  padding:  0 30px;
}
.g-header{
  /* display: flex;
  align-items: flex-start; */
  /* width: 1920px; */
  width: 100%;
  /* min-width: 680px; */
  /* padding: 0 360px; */
  margin: 0px auto;
  margin-bottom: 0;
  background-color: #fff;
  /* position: relative; */
	/* overflow: hidden; */
}
/* 顶头 */
.header-top {
  /* width: 80%; */
  width: 1200px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.header-top>.g-header-logo{
  /* float: left; */
  /* margin-left: 360px; */
}
.header-top>.search{
  /* float: right; */
  /* margin-right: 360px; */
}
/* 搜索 */
.search{
  display: flex;
	justify-content: space-between;
 

}
.search > div {
  position: relative;
  margin-right: 20px;
  width: 250px;
  height: 36px;
  border: .5px solid #d2d2d2;
  border-radius: 5px;
  overflow: hidden;
}

.search_left input{
  padding-left:12px;
  height: 36px;
  /* margin-right: -1px; */
  /* border-width: 1px; */
  /* border-color: rgb(224, 224, 224); */
  /* border-style: solid; */
  /* border: 1px solid #d2d2d2; */
  background-color: rgb(255, 255, 255);
  outline: none;
  border: none;
  font-size:14px;
  /* float: left; */
}
.searchStyle{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  box-sizing: border-box;
  /* padding: 7px;
  padding-left:12px;
  padding-right:12px; */
  color: #fff;
  /* height: 36px; */
  /* border-width: 1px;
  border-color: rgb(224, 224, 224);
  border-style: solid;
  border-radius: 2px; */
  background-color: #00cd91;
  border: 1px solid #00cd91;
  font-size: 14px;
	/* float: left; */
}
#selectLanguage{
  width:82px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  outline: none;
}
#selectLanguage option{
  outline: none;
}

.g-header-logo{
    display: flex;
    align-items: center;
}

/* #menu_div{
  width: 100%;
  min-width: 2700px;
  max-width: 2500px;
  background: linear-gradient(to right, #00b569 ,50%, #00cdc1)
} */
.menu{
  /* width: 100vw; */
  margin: 0 auto;
  
  width: 100%;
  /* max-width: 1920px; */
  /* padding: 0 360px; */
background-color:#00b569;
  /*background: linear-gradient(to right, #00b569 ,50%, #00cdc1)*/
}

.menus{
  display:flex;
  justify-content: space-between;
  /* width: 80%; */
  width: 1200px;
  /* width: 1190px; */
  /* max-width: 1190px; */
  margin: 0 auto;
  /* margin-left: 360px; */
  /* margin-right: 360px; */
  height: 60px;
  margin-top:0px;
  /* display: flex; */
  background-color:#00b569;
  align-items: center;
  text-align: center;
  /* background: linear-gradient(to right, #00b569 ,50%, #00cdc1) */
	/* overflow: hidden; */
}
.menu-ul>li{
  /* float: left; */
  width: 170px;
  /* min-width: 170px; */
  height: 60px;
  line-height: 60px;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  /* cursor: pointer; */
  /* font-weight: bold; */
}

.menu-ul>li>a{
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}
.menu-ul>li>a :first-child{
  font-weight: bold;
  /* background-color: red!important ; */
}
.menu-ul>li:hover{
  background-color: #00ab72;
	/* float: left; */
	/* display: inline-block; */
}

.bg-container {
  width: 100%;
  /* min-width: 680px; */
  overflow: hidden;
  height: 440px;
  position: relative;
}



ul{
  padding-inline-start:0;
}
ul li{
  list-style: none;
  padding: 10px 0;
}
ul li a{
  text-decoration: none;
  list-style: none;
  color: #021e0e;
  font-size: 18px;
  margin: 10px 0;
  padding: 0 20px;
  border-right: 1px solid #dbdbdb;
	border: 0;
	cursor: pointer;
}
ul li a:hover{
  opacity: 1;
  color: #04923f;
}
.wx{
  text-align: center;
  /* margin-left: 20px; */
	float: left;
}
.come-to-us-second-tabs li:nth-child(6) a{
	margin:0 -16%;
}
/* 告示 */
.gs-div{
  /* width: 100%; */
  /* width: 1200px; */
  /* background-color: red; */
  /* background-image: url('/imgs/bg_gs.png'); */
  position: relative;
  height: 42px;
  line-height: 42px;
  top: -35px;
  text-align: center;
  z-index:10;
  /* margin-bottom: 100px; */
  /* background-color: transparent; */
  /* padding: 0 360px; */
  /* left: 0px; */
  /* bottom: -50px; */
}
.gs-div .gs-content{
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.gs-div .gs-content>.gg{
  position: absolute;
  /* left:calc(50%); */
  top: 20px;
  left: 90px;
  /* margin-left: 300px; */
}
.gs-main{
  overflow:-webkit-marquee;
  -webkit-marquee-direction:left;
  -webkit-marquee-speed:normal;
  -webkit-marquee-style:scroll;
  -webkit-marquee-repetition:1;
}
.gs-div .gs-main{
  position: absolute;
  top: 17px;
  width: 100%;
}
.gs-div .gs-main>div{
  padding: 0 89px;
}
/* 图片新闻 */
.news-div{
  margin-top: 100px;
  position: relative;
  text-align: center;
}
.news-div .news-header,.newscenter-div .newscenter-header,.track-div .track-header,.links-div .links-header{
  position: relative;
  width: 1200px;
  height: 54px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.news-div .news-header{
  background: url('../imgs/bt_tpxw.png') no-repeat;
}

.fixed-right{
  position: absolute;
  bottom: 70px;
  right:0;
}
.fixed-right a{
  cursor: pointer;
}
.news-div .news-content{
  position: relative;
  margin-top: 50px;
  width: 1312px;
  height: 450px;
  margin: 0 auto;
}
.news-div .news-content .news-content-prev,.news-div .news-content .news-content-next{
  position: absolute;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
}
.news-div .news-content .news-content-prev{
  margin-right: 20px;
  left: 0;
}
.news-div .news-content .news-content-next{
  margin-left: 20px;
  right:0;
}
.news-div .news-content .news-content-main {
  width: 1200px;
  margin: 0 auto;
}
.news-content-main .main-logo{
  width: 790px;
  height: 100%;
}

.news-content-main .main-desc{
  position: absolute;
  top: 35px;
  right:56px;
  z-index: 10;
  width: 440px;
  height: 380px;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  background: url('../imgs/bg_tpxw.png') no-repeat;
  background-size: 100% auto;
}
.news-content-main .main-desc h2 a{
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 34px;
  text-align: left;
  margin-bottom: 30px;
  ext-overflow: -o-ellipsis-lastline;
overflow: hidden; 
text-overflow: ellipsis; 
display: -webkit-box; 
-webkit-line-clamp: 2; 
line-clamp: 2; 
-webkit-box-orient: vertical;
}
.news-content-main .main-desc p{
  text-indent: 2em;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: left;
}
.news-content-main a{
  color: #333;
} 
.news-content-main a:hover{
  color:#009040;
  cursor: pointer;
} 
/* 快捷功能 */
.facile-div{
  margin-top: 100px;
  position: relative;
  text-align: center;
}
.facile-div .facile-header{
  position: relative;
  width: 1200px;
  height: 54px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.facile-div .facile-nav{
  position: relative;
  width: 1200px;
  height: 54px;
  margin: 0 auto;
}
.facile-div .facile-content{
  width: 100%;
  height: 416px;
  background: url('../imgs/bg_bjgn.png') no-repeat;
  background-size: 100% 100%;
}
.facile-content .facile-content-main{
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.main-route-query{
     position: absolute;
    top: -50px;
    left: 0;
    z-index: 10;
    width: 380px;
    height: 406px;
    padding: 40px 40px;
    box-sizing: border-box;
    box-shadow: 2px 2px 8px rgba(0,0,0,.15);
    background-color: #fff;
    border-radius: 10px;
}
.main-route-query .main-route-item{
  width: 100%;
  position: relative;
  display:flex;
  align-items:center;
}
.main-route-query .main-route-item .item-label{
  float: left;
  position: relative;
  width: 24px;
  height: 29px;
  margin-right: 10px;
  text-align: center;
}

.main-route-query .main-route-message .message-line{
  width: 100%;
  height: 1px;
  background-color: #ececec;
  margin-bottom: 30px;
}
.facile-content-main .main-service{
  position: relative;
  margin-left: 45%;
}
.facile-content-main .main-service .service-item{
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 160px;
  height: 144px;
  padding-top: 95px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.facile-content-main .main-service .service-item:hover{
  width: 174px;
  height: 156px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  z-index: 15;
}
.service1{
  top: 143px;
  left: 42px;
  background: url('../imgs/icon_yyxwt1.png') no-repeat;
}
.service1:hover{
  background: url('../imgs/icon_yyxwt2.png') no-repeat;
}
.service2{
  top: 70px;
  left: 168px;
  background: url('../imgs/icon_zbgg1.png') no-repeat;
}
.service2:hover{
  background: url('../imgs/icon_zbgg2.png') no-repeat;
}
.service3{
  top: 216px;
  left: 168px;
  background: url('../imgs/icon_kcskb1.png') no-repeat;
}
.service3:hover{
  background: url('../imgs/icon_kcskb2.png') no-repeat;
}
.service4{
  top: 143px;
  left: 294px;
  background: url('../imgs/icon_swzl1.png') no-repeat;
}
.service4:hover{
  background: url('../imgs/icon_swzl2.png') no-repeat;
}
.service5{
  top: 70px;
  right: 252px;
  background: url('../imgs/icon_fkyy1.png') no-repeat;
}
.service5:hover{
  background: url('../imgs/icon_fkyy2.png') no-repeat;
}
.service6{
  top: 216px;
  right: 252px;
  background: url('../imgs/icon_smbsj1.png') no-repeat;
}
.service6:hover{
  background: url('../imgs/icon_smbsj2.png') no-repeat;
}
.service7{
  top: 143px;
  right: 126px;
  background: url('../imgs/icon_zbgg1.png') no-repeat;
}
.service7:hover{
  background: url('../imgs/icon_zbgg2.png') no-repeat;
}
.service8{
  top: 70px;
  right: 0;
  background: url('../imgs/icon_jggb1.png') no-repeat;
}
.service8:hover{
  background: url('../imgs/icon_jggb2.png') no-repeat;
}

/* 新闻中心 */
.newscenter-div{
  margin-top: 100px;
}
.newscenter-div .newscenter-header{
  background: url('../imgs/bt_xwzx.png') no-repeat;
}
.newscenter-content{
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.newscenter-content .content-left{
  position: relative;
  width: 49%;
  height: 452px;
  overflow: hidden;
}
.newscenter-content .content-left{
  width: 49%;
  height: 452px;
  overflow: hidden;
}
.newscenter-content .content-left .swiper-slide img{
  width: 100%;
  height: 100%;
}
.newscenter-content .content-right{
  width: 51%;
  padding-left: 30px;
  box-sizing: border-box;
}
.content-month{
  color: #ffea00;
  font-size: 24px
}
.content-date{
  margin-left: 10px;
  font-size: 18px;
  color: #666666;
}
.content-title{
  font-size: 18px;
  color: #999999
}
.content-right-nav .nav-list{
  list-style: none;
  margin: 0 -10px;
}
.content-right-nav .nav-list li{
  width:120px;
  height:50px;
  display: inline-block;
  line-height: 50px;
  text-align:center;
  margin: 0 10px;
  font-size: 16px;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding:0;
  color: #999;
}
.content-right-nav .nav-list li:hover{
  cursor: pointer;
}
.content-right-nav .nav-list li.active{
  background-color: #00cd91;
  color: #fff;
  font-weight: bold;
}

.content-right-main .active {
  display: block !important;
}
.content-right-main .newscenter-list .newscenter-list-item{
  margin-top: 20px;
  padding: 0;
}
.zjxl-border{
  border-bottom: 1px dashed #dddddd;
  /*padding:30px 0 !important;*/
  margin-top:0;
  margin-top: 0px !important;
}
.zjxl-border1{
  border-bottom: 1px dashed #dddddd;
  /*padding:30px 0 !important;*/
  margin-top:0;
  margin-top: 0px !important;
  display:flex;
}
.newscenter-list-item .item-date{
  display: inline-block;
  width: 91px;
  height: 110px;
  text-align: center;
  margin-right: 20px;
  background:url('../imgs/bg_rq.png') no-repeat;
  background-size: 100% 100%;
}
.newscenter-list-item .item-date1{
  display: inline-block;
  width: 91px;
  height: 55px;
  text-align: center;
  margin-right: 20px;
  background:url('../imgs/bg_rq.png') no-repeat;
  background-size: 100% 100%;
}
.newscenter-list-item .item-date p:first-child{
  font-size: 50px;
  color: #ffae00;
  font-weight: bold;
}
.newscenter-list-item .item-date p:last-child{
  font-size: 12px;
  color: #333;
}
.newscenter-list-item .item-date1 p:first-child{
  font-size: 22px;
  color: #ffae00;
  font-weight: bold;
  padding-top:5px;
}
.newscenter-list-item .item-date1 p:last-child{
  font-size: 5px;
  color: #333;
  padding-top:3.5px;
}
.newscenter-list-item .item-message{
  display: inline-block;
  width: calc(100% - 120px);
}
.newscenter-list-item .item-message1{
  display: inline-block;
  width: calc(100% - 120px);
  height:55px;
  line-height:55px;
}
.newscenter-list-item .item-message h3{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newscenter-list-item .item-message p{
  font-size: 14px;
  color: #999;
  line-height: 22px;
}
.newscenter-list-item .item-message1 h3{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 13px;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newscenter-list-item .item-message1 p{
  font-size: 16px;
  color: #999;
  line-height: 22px;
}

/* 轨道、人、生活 */
.track-div{
  height: 514px;
  margin-top: 100px;
  padding: 70px 0;
  background: url('../imgs/bg_gdrsh.png') no-repeat;
}
.track-div .track-content{
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.track-content-main{
  position: relative;
  width: 100%;
  height: 100%;
}
.track-item{
  display: inline-block;
  width: calc((100% - 16px)/4);
  box-sizing: border-box;
  padding: 0 8.5px;
  cursor: pointer;
  
}
.track-item.item1{
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
}
.track-item.item2{
  position: absolute;
  top: 0;
  left: calc((100% - 16px)/4  + 7px );
  z-index: 10;
}
.track-item.item3{
  position: absolute;
  top: 70px;
  left: calc((100% - 16px)/2  + 14px );
  z-index: 10;
}
.track-item.item4{
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 10;
}
.track-item>div{
  position: relative;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.track-item .track-item-logo{
  height:186px;
  overflow: hidden;
}
.track-item .track-item-content{
  height: 144px;
  padding: 30px 20px 20px 20px;
  box-sizing: border-box;
}
.track-item .track-item-content h4{
  width: 100%;
  height: 28px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.track-item .track-item-content .item-content-article{
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-indent: 2em;
}
.track-item .track-item-go{
  position: absolute;
  right: 5px;
  top: 49%;
}
.track-div .track-header{
  background: url('../imgs/bt_gdrsh.png') no-repeat;
}

/* 友情链接 */
.links-div{
  margin-top: 100px;
}
.links-div .links-header{
  background: url('../imgs/bt_yqlj.png') no-repeat;
}
.links-header .links-goverment{
  width: 99px;
  color: #999;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  background: url('../imgs/button_zfbm1.png') no-repeat;
}
.links-header .links-goverment:hover,.links-header .links-goverment.active{
  color: #fff;
  background: url('../imgs/button_zfbm2.png') no-repeat;
}

.links-header .links-company{
  width: 99px;
  color: #999;
  font-size: 14px;
  text-align: center;
  margin-left: -13px;
  cursor: pointer;
  background: url('../imgs/button_xgbm1.png') no-repeat;
}
.links-header .links-company:hover,.links-header .links-company.active{
  color: #fff;
  background: url('../imgs/button_xgbm2.png') no-repeat;
}


.links-div .links-content{
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.links-list1,.links-list2,.links-list3,.links-list-Eng{
  list-style: none;
}
.links-list1 li{
  float: left;
  width: 387px;
  margin-right:19.5px;
  cursor: pointer;
  padding:10px 0 6px 0;
}
.links-list2 {
  padding-bottom: 140px;
  background: url('../imgs/pic_cq.png') no-repeat;
  background-position: bottom center;
  
}
.links-list2 li{
  float: left;
  width: 224px;
  margin-right:19.5px;
  cursor: pointer;
  padding:10px 0 6px 0;
}
/* 关于我们 */
.aboutus-div{
  width: 100%;
  height: 165px;
  background: url('../imgs/bg_db.png') no-repeat;
  background-size:100% 100%;
}
.aboutus-content{
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top:40px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
}
.aboutus-content p{
  margin-bottom: 20px;
}
.aboutus-content span{
  margin:0 30px 0 10px;
}
.aboutus-content span>img{
  height: 16px;
}
.aboutus-content .aboutus-code .code-item{
  float: left;
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.notice{
  width: 1200px;
  margin: 20px auto;
  /* display: flex; */
  /* justify-content: flex-start; */
  position: relative;
	overflow: hidden;
}
.notice ul li{
  padding-bottom: 10px;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #ececec;
}
.notice ul li a{
  text-decoration: none;
  color: #333333;
		position: relative;
}
.notice ul li a:hover{
  color: #057624;
}
.notice div{
  font-size: 14px;
  color: #666666;
}
.affiche-text-parent{
	/* vertical-align: middle; */
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 30px;
	/* float: left; */
	line-height: 30px;
	display: inline-block;
}
.affiche-text{
	position: absolute;
	top: -2px;
	/* line-height: 22px; */
	left: 100%;
	display: block;
	word-break: keep-all;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
}
.notice span a{
  margin-left: 110px;
  color: #666666;
  font-size: 16px;
  text-decoration: none;
}
.g-content{
  width: 1200px;
  margin: 22px auto;
  /* display: flex; */
	overflow: hidden;
	position: relative;
}
.g-content1{
  width: 1200px;
  margin: 22px auto;
  /* display: flex; */
	position: relative;
}
.g-conten-left{
  width: 810px;
	float: left;
}
.g-content-right{
	width: 390px;
	float: left;
}
.conten-left-div{
  position: relative;
  width:810px;
  height:361px;
  /* display: flex; */
	overflow: hidden;
}
.conten-left-div img{
  width: 530px;
  height: 100%;
	float: left;
}
.show-left{
  width:810px;
  height:100%;
	float: left;

}
.show-right{
  width:240px;
  height:310px;
  padding: 25px 20px;
  background: #efefef;
	float: left;
	position: relative;
	overflow: hidden;
}
.show-right-title{
  font-size:18px;
  letter-spacing:3px;
  padding-bottom: 20px;
  /* border-bottom: 1px dashed #c6c6c6; */
  color: #000;
	float: left;
	position: relative;
	width: 240px;
	max-height: 121px;
	overflow: hidden;
}
.show-right-title:after{
	position: absolute;
	content: '';
	display: block;
	height: 0px;
	width: 100%;
	border: 1px dashed #C6C6C6;
	bottom: 8px;
	left: 0;
}

.show-right-content{
  padding-top: 20px;
}
.show-one{
  text-indent: 2em;
  font-size: 14px;
  color: #333333;
  line-height: 15px;
  line-height: 22px;
}
.g-conten-info{
  /* display: flex; */
  margin-top: 20px;
  font-size: 18px;
  color: #333333;
	overflow: hidden;
}
.content-info-div{
  width:380px;
  padding: 10px;
  padding-right: 0;
	float: left;
}
.info-left{
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff9800;
}
.info-right{
  /* display: flex; */
  /* align-items: center; */
  position: relative;
  border-bottom: 1px solid #e8eaed;
	height: 37px;
}
.g-conten-info span{
  position: absolute;
  right: 0;
}
.list{
  position: relative;
}
.list ul li{
  list-style: none;
  font-size: 14px;
  color: #333333;
  /* display: flex; */
  /* align-items: center; */
}
.list ul li div {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list ul li .time{
  position: absolute;
  right: 0;
}
.dot{
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-right: 5px;
}
.title{
  width: 320px;
}
.title:hover{
  color: #04923f;
}
.title a{
  border: 0;
  padding: 0;
  margin-left: 86px;
  font-size: 14px;
  color: #333333;
}
.content-right-div{
  width:310px;
  height:338px;
  padding: 10px 20px;
  border: 1px solid #e8eaed;
  margin-left: 38px;
}
.content-right-div-title{
  border-bottom: 1px solid #e8eaed;
  /* padding-bottom: 10px; */
	position: relative;
	height: 37px;
}
.bottom-style{
  /* border-bottom:2px solid #ff9800;
  padding-bottom: 10px; */
	height: 38px;
	line-height: 38px;
	position: absolute;
}
.bottom-style:after{
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	background: #ff9800;
	width: 100%;
	bottom: 0;
	left: 0;
}
.more a{
  text-decoration: none;
  color: #999999;
}
.more a:hover{
  color: #03923c;
}
.btn-lable{
	float: left;
  font-size:14px;
  color:#fff;
  font-weight: 600;
  position: relative;
  /* display: flex; */
  /* align-content: center; */
  /* justify-content: center; */
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 134, 6);
  border-radius: 3px;
  background-image: -moz-linear-gradient( 90deg, rgb(255,164,65) 0%, rgb(255,141,22) 49%, rgb(255,166,69) 51%, rgb(248,232,160) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,164,65) 0%, rgb(255,141,22) 49%, rgb(255,166,69) 51%, rgb(248,232,160) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,164,65) 0%, rgb(255,141,22) 49%, rgb(255,166,69) 51%, rgb(248,232,160) 100%);
  width: 40px;
  height: 38px;
  margin-right: 10px;
	text-align: center;
	line-height: 38px;
}
.select{
  width: 100%;
  padding: 10px 0;
  /* display: flex; */
  /* align-items: center; */
  position: relative;
	/*overflow: hidden;
	z-index: 2;*/
}
.form-select{
	float: left;
  font-size: 14px;
  color: rgb(102, 102, 102);
  text-align: left;
  width: 100%;
  padding: 9px 0;
  padding-left: 10px;
  background: #fff;
  border-radius: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-size: 12px;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  outline: none;
  
}
.search-btn{
  margin-top: 12px;
  border-radius: 5px;
  height: 40px;
  background: linear-gradient(to right, #00b569 ,50%, #00cdc1);
  font-size: 14px;
  color: #ffffff;
	text-align: center;
	line-height: 40px;
	cursor:pointer;
  text-decoration: none;
}
.car-info{
  margin-top: 22px;
  border:1px solid #39ca5e;
  border-radius: 3px;
}
.car-info-one{
  color:#999999;
  padding: 10px 15px;
}
.car-info-two{
  background:#d7f4df;
  color:#39ca5e;
  border-top: 1px solid #39ca5e;
  padding: 10px 15px;
}
.service-div{
  width:344px;
  height:285px;
  padding: 10px 20px;
  border: 1px solid #e8eaed;
	float: left;
}
.service{
  width: 23%;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  color: #494949;
  text-decoration: none;
}
.service p{
  margin-top: 13px;
  font-weight: 600;
}
.shouye-gd-news{
	color:#666666;
	text-indent: 2em;
	height: 60px;
	overflow: hidden;
	position: relative;
}
ul.bimg{
	width: 100%;
}

.menu-footer{
  display:flex;
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
}
.g-footer{
  margin: 25px auto;
  height: 80px;
  /* display: flex; */
  width: 1200px;
  position: relative;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
	/* overflow: hidden; */
}
.g-footer-logo{
  /* display: flex; */
  /* align-items: center; */
}
.code{
  /* display: flex; */
  /* align-items: center; */
  position: absolute;
  right: 0;
	top: -10px;
	overflow: hidden;
}
.j-banner3 {
  width: 100%;
  height: 100%;
}
.swiper_title {
  height: 40px;
  width: 100%;
  line-height: 40px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  filter:alpha(opacity=50);
  position:absolute;
  bottom: 0;    
  left: 0;
  color: #ffffff;
  font-weight: 100;
}
.swiper-pagination-bullet{
    /* width: 24px;
    height: 6px;
    margin-right: 5px;
    border-radius: 0;
    background: #bcbbbb;
    opacity: 1; */
    width:10px;
    height:10px;
    background: #000000;
    opacity: 0.5;
}
.swiper-pagination-bullet-active{
  width:20px;
  height:10px;
  background: #00cd91;
  border-radius: 5px;
}



  /**tangcl 建设规划 **/
  .flex-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
	  list-style-type:none;
  }
  .current-page{
    background:linear-gradient(to right, #00b569,50%, #00cdc1) !important;
    color: #fff !important;
    border: 1px solid  #e0e0e0;
    border-radius: 5px;
  }
  .building-content{
    width: 1200px;
    margin: 0 auto 40px;
  }
  .building-content ul li a{
    border-right: 0;
    padding: 0;
    margin: 0;
  }


  .building-content .building-nav{
    padding-left: 110px;
    background:url(../imgs/building-train.png) no-repeat;
    background-size: 100% auto;
    margin: 30px 0 20px; 
    font-size: 16px;
  }

  .building-content .building-nav .nav-list li{
    display: inline-block;
    list-style: none;
  }
  .building-content .building-nav .nav-list li::after{
    content: '>';
    width: 5px;
    padding-left: 3px;
  }
  .building-content .building-nav .nav-list li:last-child::after{
    content: '';
    width: 5px;
  }

  .building-content .building-nav .nav-list li a{
    color: #fff;
  }

  .building-content .building-info{
    /* padding-left: 40px; */
    width: 1200px;
    /* align-items: flex-start; */
		overflow: hidden;
	
  }

  .building-info-left{
    /* flex: 0 250px; */
		width: 300px;
    /* height: 380px; */
    /* background-color: #fbfbfb; */
		float: left;
  }
  .info-left-title{
    height: 100px;
    /* padding:24px 0 20px 30px; */
    /* margin-bottom: 5px; */
    /* font-size: 20px; */
    color: #fff;
    background: url('../imgs/icon-jsch-bj.png') no-repeat;
    background-size: 100% 100%;
  }
  .info-title-Chinese{
    padding: 18px 0 0 30px;
    font-size:28px;
  }
  .info-title-English{
    padding-left:30px;
    padding-bottom:22px;
    font-size: 20px;
    color:#bbefea;
  }
  .left-info-list li{
    padding: 20px 30px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-radius:0 0 10px 10px; 
  }

  .left-info-list li a{
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #333333;
    background: url('../imgs/building-right.png') no-repeat;
    background-size: 10px auto;
    background-position: right center;
  }

  .building-info-right{
    /* flex: 1; */
    /* overflow: hidden; */
    /* padding:0; */
    margin-left:40px;
		float: left;
		width:850px;
    background-color: #fff;
    border-radius: 10px;
  }

  .building-info-right h2{
    font-size: 24px;
    padding-top: 22px;
    padding-bottom:20px;
    color: #333333;
    border-bottom: 2px solid #f2f2f2;
    position: relative;
  }
  .building-info-right h2 img{
    position: absolute;
    bottom:-2px;
    left:0;
  }
  .building-info-right .right-data li{
	  list-style-type:none;
    /*list-style: circle inside;*/
    padding: 12px 0;
    font-size: 16px;
    color: #464646;
    border-bottom: 1px dashed #dddddd;
  }
  
  .building-info-right .right-data .data-title{
    flex: 1;
    flex-basis:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	  float:left;
	  width:85%;
  }
  .building-info-right .right-data .data-time{
    flex: 0 100px;
	  float:left;
  }
  .building-content{
    width: 1200px;
    margin: 0 auto 0px;
    background-color: #f8f8f8;
	padding-bottom:40px;
  }
    .building-info-right{
    /*padding: 0 30px 0 30px;*/
    margin-left:40px;
    float: left;
    width:850px;
    background-color: #fff;
    border-radius: 10px;
  }
  .building-info-right p{
  font-size: 24px;
  /*padding-bottom:20px;*/
  box-sizing: border-box;
  color: #313131;
  position: relative;
}
  .building-info-right p img{
  bottom:-2px;
  left:0;
}
  .building-info-right  .right-page{
    margin-top: 70px;
    margin-bottom: 40px;
    padding: 5px 10px;
    /* padding: 10px 0 10px 20px; */
    /* background-color: #f3f3f3; */
  }
  .right-page span{
    color:#00cd91;
    font-size:16px;
    padding:0 5px;
  }
  .building-info-right  .right-page li{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #a6a6a6;
    font-size: 15px;
	  cursor: pointer;
    border-radius: 5px;
  }

 /* tangcl 列车时刻表*/

.riding-content{
  width: 1200px;
  margin: 0 auto 40px;
}
.riding-info{
  width: 100%;
}

.riding-search{
  height: 40px;
  padding: 5px 115px;
  background-color: #f9f9f9;
}
.riding-search>div{
  width: 40%;
}
.riding-search>div:last-child{
  width: 20%;
}
.choose-addr{
  width: 310px;
  height: 30px;
  background-color: #fff;
  padding: 0 5px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}

.riding-search .search-btn{
  width: 140px;
  height: 30px;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  color:#fff;
  margin-top: 0;
  background-color: #ff9800;
}

.search-result{
  padding: 10px 20px 30px;
  margin: 30px 0;
  border: 1px solid #ebebeb;
}

.search-result .addr-box{
  position: relative;
  width: 180px;
  font-size: 14px;
  color: #333333;
  padding: 5px;
  background-color: #f3f3f3;
}

.search-result .addr-box::after{
  content: '';
  background: url('../imgs/four-circle.png') no-repeat center right;
  position: absolute;
  right: -45px;
  z-index: 2;
  width: 37px;
  height: 16px;
}
.search-result .addr-box:last-child::after{
  content: '';
  background: none;
}


.search-result .search-content{
  margin: 60px 0;
}
.result-content-item{
  margin-top: 30px;
}
/* .result-content-item:first-child{
  margin-top: 0;
} */
.content-item-title li{
  display: inline-block;
  padding: 0;
  list-style: none;
}
.content-item-title li:first-child{
  font-size: 18px;
  color: #333333;
}
.content-item-title li:last-child{
  padding: 0 50px 0 20px;
  font-size: 14px;
  color: #003333;
  background-color: #f3f3f3;
}

/* 乘车方案的优点 */
.bg-22c990{
  padding: 0 5px !important;
  background-color: #22c990!important;
  color: #fff;
}
.bg-ff9800{
  padding: 0 5px !important;
  background-color: #ff9800!important;
  color: #fff;
}
.color-ff0000{
  color: #ff0000;
}

/* 1号线文字 */
.route-1{
  color: #ba0000;
  font-size: 14px;
	position: relative;
}
.route-2{
  color: #00a32a;
  font-size: 14px;
	position: relative;
}
.route-3{
  color: #06287f;
  font-size: 14px;
	position: relative;
}
.route-4{
  color: #ed8e00;
  font-size: 14px;
	position: relative;
}
.route-5{
  color: #0098db;
  font-size: 14px;
	position: relative;
}
.route-6{
  color: #eb6183;
  font-size: 14px;
	position: relative;
}
.route-10{
  color: #5a2a8d;
  font-size: 14px;
	position: relative;
}
.route-huan{
  color: #dac17c;
  font-size: 14px;
}
.route-1-change{
	color: #ba0000;
}
.route-2-change{
	color: #00a32a;
}
.route-3-change{
	color: #06287f;
}
.route-4-change{
	color: #ed8e00;
}
.route-5-change{
	color: #0098db;
}
.route-6-change{
	color: #eb6183;
}
.route-10-change{
	color: #5a2a8d;
}
.route-huan-change{
	color: #5a2a8d;
}


.text-addr{
  color: #333333;
  font-size: 16px;
}
.bg-f7f7f7{
  background-color: #f7f7f7;
}


.result-content-item .content-item-route>div{
  /* width: 33%; */
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.route-last-box > img{
	width: 13px;
	height: 13px;
}
/* .result-content-item .content-item-route>div::after{
  content: '';
  background: url('../imgs/four-circle.png') no-repeat center right;
  position: absolute;
  right: 15px;
  z-index: 2;
  width: 37px;
  height: 16px;
} */
.result-content-item .content-item-route>div:last-child::after{
  content: '';
  background: none;
}
.content-item-route{
	position: relative;
	overflow: hidden;
}
.line-box-pre{
	float: left;
	position: relative;
	width: 185px;
}
.line-box-pre > img{
	width: 13px;
	height: 13px;
}
.line-box-pre:before{
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	width: 50%;
	height: 2px;
	background: #EDEDED;
	right: 0;
	z-index: -1;
}


.route-box{
  /* padding-right:45px; */
	float: left;
	width: 29%;
	position: relative;
}
.route-box:before{
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	width: 60%;
	height: 2px;
	background: #EDEDED;
	right: 0;
	z-index: -1;
}
.route-box:not(:first-child) .line-box-pre:before{
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	width: 100%;
	height: 2px;
	background: #EDEDED;
	right: 0;
	z-index: -1;
}

.route-box>div:last-child{
  text-align: center;
  padding-top:42px;
	position: relative;
	float: left;
	left: 12%;
}
.route-last-box{
	/* position: relative; */
	height: 64px;
	padding-top: 20px;
	width: 134px;
	float: left;
}
.route-last-box:before{
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	width: 50%;
	height: 2px;
	background: #EDEDED;
	left: 0;
	z-index: -1;
}

.line-box{
  /* flex: 1; */
  padding-top: 36px;
  color: #999999;
  font-size: 14px;
  text-align: center;
	float: left;
	position: relative;
}
.line-box::before{
  content: '';
  background-color: #ededed;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
}
/* .route-box:nth-child(2) .line-box:before{
  content: '';
  background-color: #ededed;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: -1;
} */
.line-box2{
  flex: 1;
  padding-top: 36px;
  color: #999999;
  font-size: 14px;
  text-align: center;
	position: relative;
}
.line-box2::before{
  content: '';
  background-color: #ededed;
  height: 2px;
  width: 85%;
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: -1;
}
.line-box>span, .line-box2 > span{
	
}
.route-box:nth-child(2) .line-box2:before{
  content: '';
  background-color: #ededed;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 13px;
}

.result-line-list{
  /* justify-content: space-between; */
  /* align-items: center; */
	position: relative;
	overflow: hidden;
}
.result-line-list>div{
  /* flex: 0 130px; */
	float: left;
	width: 105px;
  padding-top: 10px;
  margin: 0 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  text-align: center;
  background-color: #f3f3f3;
}
.result-line-list>div:nth-child(2){
  border-bottom-color: #ba0000;
}
.result-line-list>div:nth-child(3){
  border-bottom-color: #00a32a;
}
.result-line-list>div:nth-child(4){
  border-bottom-color: #06287f;
}
.result-line-list>div:nth-child(5){
  border-bottom-color: #ed8e00;
}
.result-line-list>div:nth-child(6){
  border-bottom-color: #0098db;
}
.result-line-list>div:nth-child(7){
  border-bottom-color: #eb6183;
}
.result-line-list>div:nth-child(8){
  border-bottom-color: #eb6183;
}
.result-line-list>div:nth-child(9){
  border-bottom-color: #8d2342;
}
.result-line-list>div:nth-child(10){
  border-bottom-color:#5a2a8d;
}
.result-line-list>div:nth-child(11){
  border-bottom-color:#dac17c;
}
.result-line-list>div:first-child,.result-line-list>div:last-child{
  /* flex: 0 40px; */
	width: 40px;
  height: 55px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-width: 0;
}
.result-line-list>div:first-child{
  margin-right:12px;
}

.result-line-list>div:last-child{
 margin-left: 12px;
}

.result-line-time-list {
  margin-top: 10px;
}
.result-line-time-list .line-time-table{
  width: 100%;
  border-collapse: collapse;
  border-bottom: 6px solid #edeaea;
}
.result-line-time-list .line-time-table th,td{
  text-align: center;
  font-size: 14px;
  color: #666666;
  height: 40px;
}
.result-line-time-list .line-time-table thead{
  border: 1px solid #dcdcdc;
}
.result-line-time-list .line-time-table tbody{
  border: 1px solid #dcdcdc;
  display:block;
  height: 400px;
  overflow-y:scroll;
  -webkit-overflow-scrolling: touch; 
}


.line-time-table .time-tr:nth-child(2n-2){
  background-color: #f7f7f7;
}

/* tangcl 新闻资讯 */
.news-content .news-info{
  padding: 0 20px;
}
.news-info .news-title{
  font-size: 26px;
  color: #080808;
  text-align: center;
}
.news-info .news-time{
  font-size: 14px;
  color: #989898;
  padding: 5px 0;
  margin-top: 20px;
  background-color: #f8f8f8;
  text-align: center;
}
.news-info .news-coverpic{
  padding: 20px 200px;
}
.news-info .news-msg{
  font-size: 14px;
  padding: 0 50px;
  color: #050505;
}
.news-info .news-msg p{
  font-size: 16px;
  font-family: '宋体';
  /*text-indent: 2em;
    margin-bottom: 30px;  
	letter-spacing: 2px;*/
	line-height: 2;
}
.news-msg p img{
	display:block;
	margin : 0 auto;
}
.news-info .news-share{
  font-size: 14px;
	color: #050505;
  padding: 5px 20px;
  margin-top: 20px;
  text-align: right;
  background-color: #f8f8f8;
}
.news-info .news-share img{

  vertical-align: -3px;
}
.initial-label-sa{
	background: transparent;
	width: initial;
	border: 0;
}


/* select站台筛选 */
.boxclass{
  display: none;
  top: 47px;
  width: 768px;
  height: 300px;
  height: auto;
  border: solid 5px #f3f3f3;
  padding: 20px;
  display: none;
  position: absolute;
  font-size: 12px;
  background: #ffffff;
  font-family: "宋体",Arial, Helvetica, sans-serif;
  color: #555;
  left:0;
  z-index:99;
}
.boxtitle {
  width: 100%;
  height: 25px;
  border-bottom: dashed 1px #e3e3e3;
}
 
.boxtitle .titlename {
  width: 200px;
  height: 25px;
  line-height: 25px;
  float: left;
}
.boxclass .cont {
  width: 100%;
  height: auto;
}
.boxclass .cont .stationbox {
  height: auto;
  padding: 30px 30px;
  border: 2px solid transparent;
  display: none;
}
.boxclass .cont .linebox .li {
  cursor: pointer;
  display: block;
  width: 60px;
  font-size:14px;
  color:#333333;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: solid 1px rgb(224, 224, 224);
  border-radius:5px 5px 0 0;
  border-bottom: none;
  margin-right: 2px;
  float: left;
}
.boxclass .cont .stationbox a {
  width: 100px;
  height: 25px;
  line-height: 25px;
  float: left;
  text-align: center;
  color: #555555;
  text-decoration: none;
  padding: 0px 5px;
  margin: 1px;
}
.boxtitle .titleclose {
  width: 138px;
  height: 25px;
  line-height: 25px;
  text-align: right;
  float: right;
}
.boxtitle .titleclose span {
  cursor: pointer;
  color: #666666;
}
#st_1 a.active,#st_1 a:hover,#li_1.active{ background:#cc3333; color:#FFF;}
#st_2 a.active,#st_2 a:hover,#li_2.active{ background:#008337; color:#FFF;}
#st_3 a.active,#st_3 a:hover,#li_3.active{ background:#06287f; color:#FFF;}
#st_4 a.active,#st_4 a:hover,#li_4.active{ background:#ed8e00; color:#FFF;}
#st_5 a.active,#st_5 a:hover,#li_5.active{ background:#0098db; color:#FFF;}
#st_6 a.active,#st_6 a:hover,#li_6.active{ background:#eb6183; color:#FFF;}
#st_10 a.active,#st_10 a:hover,#li_10.active{ background:#5a2a8d; color:#FFF;}
#st_0 a.active,#st_0 a:hover,#li_0.active{ background:#dac17c; color:#FFF;}
#st_9 a.active,#st_9 a:hover,#li_9.active{ background:#8d2342; color:#FFF;}

#st_1 { border-color:#cc3333}
#st_2 { border-color:#008337}
#st_3 { border-color:#06287f}
#st_4 { border-color:#ed8e00}
#st_5 { border-color:#0098db}
#st_6 { border-color:#eb6183}
#st_10 { border-color:#5a2a8d}
#st_0 { border-color:#dac17c}
#st_9 { border-color:#8d2342}

#test{
	font-size:0;
}

/* 首页二级下拉菜单 */
.come-to-us-second-tabs{
	width: 100%;
	position: absolute;
	top: 59px;
	left: 0;
	z-index: 100;
	height: auto;
	padding-bottom:10px;
}
.come-to-us-seconde-tabs-item{
	color: #003300;
	text-align: center;
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0;
	cursor: pointer;
}
.come-to-us-seconde-tabs-item:hover{
	color: #009933;
}
.change-1-time{
	width: 43.5%;
}
.change-1-time:before{

	width: 84%;

}
.change-0-time{
	width: 87%;
	position: relative;
}
.change-0-time:before{
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	width: 90%;
	height: 2px;
	background: #EDEDED;
	right: 0;
	z-index: -1;
}
#st_0 { border-color:#dac17c}

.line-1,.route-1-change { color:#cc3333}
.line-2,.route-2-change { color:#008337}
.line-3,.route-3-change { color:#06287f}
.line-4,.route-4-change { color:#ed8e00}
.line-5,.route-5-change { color:#0098db}
.line-6,.route-6-change { color:#eb6183}
.line-9,.route-9-change { color:#8d2342}
.line-10,.route-10-change { color:#5a2a8d}
.line-o,.route-huan-change{ color:#dac17c}
.line-18,.route-18-change { color:#37d5ca}

.pinter{cursor: pointer;}
.st_cc3333 a.active,.st_cc3333 a:hover,.li_cc3333.active{ background:#cc3333; color:#FFF;}
.st_008337 a.active,.st_008337 a:hover,.li_008337.active{ background:#008337; color:#FFF;}
.st_06287f a.active,.st_06287f a:hover,.li_06287f.active{ background:#06287f; color:#FFF;}
.st_ed8e00 a.active,.st_ed8e00 a:hover,.li_ed8e00.active{ background:#ed8e00; color:#FFF;}
.st_0098db a.active,.st_0098db a:hover,.li_0098db.active{ background:#0098db; color:#FFF;}
.st_eb6183 a.active,.st_eb6183 a:hover,.li_eb6183.active{ background:#eb6183; color:#FFF;}
.st_5a2a8d a.active,.st_5a2a8d a:hover,.li_5a2a8d.active{ background:#5a2a8d; color:#FFF;}
.st_eae214 a.active,.st_eae214 a:hover,.li_eae214.active{ background:#dac17c; color:#FFF;}

.boxclass .cont .st_cc3333 { border-color:#cc3333}
.boxclass .cont .st_008337 { border-color:#008337}
.boxclass .cont .st_06287f { border-color:#06287f}
.boxclass .cont .st_ed8e00 { border-color:#ed8e00}
.boxclass .cont .st_0098db { border-color:#0098db}
.boxclass .cont .st_eb6183 { border-color:#eb6183}
.boxclass .cont .st_5a2a8d { border-color:#5a2a8d}
.boxclass .cont .st_eae214 { border-color:#dac17c}

.boxclass .cont .stationbox a.active,.boxclass .cont .stationbox a:hover{
  color: #00cd91;
}



/* 友情链接 */
.link-like{
	margin: 30px auto;
	width: 1198px;
	border: 1px solid #e7e7e7;
	height: 40px;
}
.link-like-head{
	width: 185px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	/* text-align: center; */
	background: url(../imgs/linkname.png) no-repeat;
	background-size: 100% 100%;
	float: left;
	text-indent: 26px;
}
.swiper-container-link{
	height: 40px;
	float: left;
	width: 953px;
	/* padding: 0 30px; */
}
.swiper-wrapper{
	width: 953px;
}
.swiper-container-link .swiper-slide{
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #333;
}
.s-b-prev-img{
	background-image: url(../imgs/linkarrow_left.png);
	background-size: 7px 13px;
	float: left;
	position: relative !important; 
}
.s-b-next-img{
	background-image: url(../imgs/linkarrow_right.png);
	background-size: 7px 13px;
	float: left;
	position: relative !important; 
}



#oranger .hover{
	color:#0098db;
}
#oranger a{
	color:#000;
	font-size:14px;
	text-shadow: 0.1em 0.1em 0.2em #7f7c7c
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content p{
	height:25px;
}
.dropdown-content p a{
	color:#000;
	text-decoration: none;
}

.tb3 li{padding-left:10px;}

.tb3 li:hover{background:#0b67d4;}

.tb3 li:hover a{color:#fff;}

 

/*快车时刻表*/
.express-table>li{
	width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
	border: 1px solid #24c0ab;
	cursor: pointer;
}
.express-content>li{
	display: none;
}
.express-content .show{
	display: block;
}
 
.express-table > .this{
	background: #24c0ab;
	color: #fff; 
}
.lab-content > li{
	display: none;
}
.lab-content > .show{
	display: block;
}
.lab-site>li{
	width: 100px;
  border: 1px solid #ed8e00;
  text-align: center;
  float: left;
  margin-left: 40px;
	margin-top: 15px;
	padding: 5px;
	cursor: pointer;
}
.lab-site > .this{
	background: #ed8e00;
	color: #fff;
}
.lab-site li:first-child{
	margin-left: 0;
}

.time-site{
	overflow: auto;
	display:flex;
	white-space: nowrap;
    margin-top: 10px;
}
.time-site li:first-child{
	margin-left: 0;
}
.time-site li{
  text-align: center;
  border: 1px solid #dac17c;
  float: left;
  margin-left: 15px;
	font-size: 12px;
	padding: 5px;
	cursor: pointer;
}
.time-site .this{
	background: #dac17c;
	color: #fff;
}
.time-img li{
	display: none;
}
.time-img .show{
	display: block;
}
.time-img li img{
	width: 100%;
    margin-top: 25px;
} 

/*三级侧栏*/
.left-none{
  display: none;
}
.left-none_2{
  display: none;
}
.btn_1.this .left-none{
  display: block;
}
.btn_2.this .left-none_2{
  display: block;
}
.left-info-list .this .btn-img{
  background: url(../imgs/building-bottom.png) no-repeat;
  background-size: auto 10px;
  background-position: right center;
}
bottom.btn_2.this .tgh_2 .btn-img2{
  background: url(../imgs/building-bottom.png) no-repeat;
  background-size: auto 10px;
  background-position: right center;
}
.btn_2.active .tgh_2 a{
  background: url(../imgs/building-bottom.png) no-repeat;
  background-size: auto 10px;
  background-position: right center;
}
.btn_1.active .tgh a{
  background: url(../imgs/building-bottom.png) no-repeat;
  background-size: auto 10px;
  background-position: right center;
}
/* .active .left-info-list .btn_2{

	padding: 10px 20px;
} */
.left-info-list .btn_2 a{
	font-size: 18px;
}
.left-info-list  .back_none{
	background: none;
}
.active .left-none_2 li{
	background: #e7f1e9;
	padding: 8px 20px;
}
/* .btn_1.active{
	background: #e7f1e9;
} */
.btn_1.active>ul{
	display: block;
}
.btn_2.active>ul{
	display: block;
}
.btn_2 .active>a{
	font-weight: bold;
	color: #0cb959;
}
.btn_2.active>.tgh_2>a{
	font-weight: bold;
	color: #0cb959;
}
.btn_2.active>a{
	color: #0cb959;
}
.btn_1.active>.tgh>a{
	color: #0cb959;
}
.btn_1.active>a{
	color: #0cb959;
}

/*点击图片放大*/
.img-box {
    border: 1px solid #9A948E;
    width: 80%;
    height: 80%;
    background: #fff;
    position: fixed;
    top: 10%;
	  left: 10%;
    overflow: hidden;
}
#img {
    width: 100%;
    position: absolute;
}
.close {
    position: fixed;
    top: 5px;
    right: 5px;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
#meng {
    width: 100%;
    height: 100%;
    z-index: 1111;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

/* 动画效果 2022-06-08 liangc */
/* 图片新闻 */
.main-desc h3 a:hover{
  color:#009040;
  cursor: pointer;
} 
.main-logo{
  position: relative;
  right: -400px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.main-desc{
  position: relative;
  left:50px; 
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
} 
/* 便捷功能 */
.service1{
  position: relative;
  left:-100px; 
  top:-50px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service2{
  position: relative;
  left:-100px; 
  top:-50px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service3{
  position: relative;
  left:-100px; 
  top:-50px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service4{
  position: relative;
  top:280px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service5{
  position: relative;
  top:280px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service6{
  position: relative;
  top:280px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service7{
  position: relative;
  top:0;
  left:700px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.service8{
  position: relative;
  top:0;
  left:700px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* 新闻中心 */
.news-animation-none{
  position: relative;
  left: -100px;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.news-animation-none2{
  position: relative;
  right: -100px;
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.item-message h3:hover{
  color:#009040;
  cursor: pointer;
}
/* 轨道、人、生活 */
.track-none{
  opacity:0;
  transform-style:preserve-3d;
  -webkit-transform-style:preserve-3d;
  -moz-transform-style:preserve-3d;
  transform:scale(0.7) rotateX(60deg); 
  -webkit-transform:scale(0.7) rotateX(60deg);
  -moz-transform:scale(0.7) rotateX(60deg);
  transition:all 1.5s ease-out 0s;
  -webkit-transition:all 1.5s ease-out 0s;
  -moz-transition:all 1.5s ease-out 0s;
}
.track-item img{
  transition:1s;
}
.track-item:hover img{
  transform: scale(1.1);
}
.track-item:hover{
  transition: all 0.5s linear;
  transform: translateX(0);
}
.track-item-content h4:hover{
  color:#009040;
}

/* 渐变色边框 */
.track-item-content h4::before {
  content: "";
  position: absolute;
  left:0;
  top:0;
  border-left: 2px solid;
  border-image: linear-gradient(to bottom, #00c091, #b4c74c) 1 10;
  width: 0;
  height: 0;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  box-sizing: border-box;
} 
.track-item-content h4:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
}
/* 友情链接 */
.icon-company{
   border:0
}
.icon-company:hover{
  border-radius: 5px;
  animation:all 0.5s ease-in infinite;
  box-shadow:0 0 2px #009040;
  -moz-box-shadow:0 0 2px #009040;
  -webkit-box-shadow:0 0 2px #009040;
}
.icon-company-none{
  position: relative;
  top: -80px;
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.icon-company-bottom{
  position: relative;
  top: 150px;
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.iconActive{
  display: block;
}
.iconNone{
  display: none;
}
.links-list3{
  display: flex;
  justify-content: space-around;
}
.links-list3 li img{
  border:1px solid #e0e0e0;
  border-radius: 5px;
}
/* 二级菜单样式 */
.come-to-us-second-tabs li{
  margin-bottom: 10px;
}
.boxclass{
  z-index: 100;
}
.test-name{
  margin-top: 140px !important;
}
/* 文章页样式 */
.news-content>.news-article{
  background-color: #fff;
  margin-top: 50px;
  border-radius: 5px;
}
.news-content>.news-article>.news-title{
  padding-top:50px;
}
.news-content>.news-article>.news-article-time{
  background-color: #fff;
  font-size: 16px;
  color:#999999;
}
/* 分页按钮样式 liangc 2022-6-14 */
.lastPage {
  width: 64px;
  height: 32px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  cursor: pointer;
  color: #000;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.pageNumber {
  width: 32px;
  height: 32px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
  box-sizing: border-box;
}

.choosePaging {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  color: #000;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}

.pagingConfirm {
  width: 50px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

.ellipsis {
  width: 50px;
  height: 32px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  font-size: 14px;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

input {
  outline: none;
}

.pagingArea {
  display: flex;
  width: 100%;
  justify-content: end;
}
/* 英文版样式 */
.us-content-main{
  display: flex;
  justify-content: space-around;
}
.us-item{
  display: inline-block;
  width: calc((100% - 20px)/3);
  height:410px;
  box-sizing: border-box;
  /* padding: 0 14px; */
  cursor: pointer;
  background: url('../imgs/bg1.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.us-title{
  font-size: 28px;
  color:#333333;
  font-weight: 600;
  margin-top: 167px;
}
.us-line1{
  width:50px;
  height:4px;
  border-radius: 2px;
  margin:0 auto;
  margin-top: 30px;
  background: linear-gradient(to right, #00b569, 50%, #00cdc1);
}
.us-line2{
  background: linear-gradient(to right, #ff9c00, 50%, #ffc600);
}
.us-line3{
  background: linear-gradient(to right, #00a8ff, 50%, #00ccff);
}
.us-content{
  padding:25px;
  font-size: 14px;
  color:#666666;
  line-height: 24px;
  text-align: left;
  background: none !important;
  box-shadow: none !important;
}
.us-item-go{
  text-align: left;
  padding-left: 30px;
}
.us-item2{
  background: url('../imgs/bg2.png') no-repeat;
}
.us-item3{
  background: url('../imgs/bg3.png') no-repeat;
}
/* 英文版票务政策 */
.ticket-box{
  width:480px;
  height:130px;
  background-color: #fff;
  box-shadow:0px 0px 15px #dddddd;
  margin-bottom: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  border:1px solid #f5f5f5;
}
.ticket-box-content p{
  font-size: 24px !important;
  color:#333333 !important;
  line-height:38px !important;
  text-indent:0 !important;
  margin-bottom: 0 !important;
}
/* 英文版在建线路 */
.links-list-Eng li{
  float: left;
  width: 111px;
  height:120px;
  border:1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top:24px;
  /* padding-bottom: 20px; */
}
.outer-circle{
  width:44px;
  height:44px;
  border-radius: 50%;
  background-color:rgba(210,178,117,0.3);
}
.inner-circle{
  width:32px;
  height:32px;
  background-color: #d2b275;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 6px;
  font-size: 8px;
  color:#fff;
  text-align: center;
  line-height: 32px;
}
.outer-circle-1{
  background-color:rgba(215,23,31,0.3);
}
.inner-circle-1{
  background-color:#d7171f ;
  font-size:18px;
  font-weight: bold;
}
.outer-circle-2{
  background-color:rgba(0,133,63,0.3);
}
.inner-circle-2{
  background-color:#00853f;
  font-size:18px;
  font-weight: bold;
}
.outer-circle-3{
  background-color:rgba(0,74,186,0.3);
}
.inner-circle-3{
  background-color:#004aba;
  font-size:18px;
  font-weight: bold;
}
.outer-circle-4{
  background-color:rgba(243,152,0,0.3);
}
.inner-circle-4{
  background-color:#f39800;
  font-size:18px;
  font-weight: bold;
}
.outer-circle-5{
  background-color:rgba(2,153,220,0.3);
}
.inner-circle-5{
  background-color:#0299dc;
  font-size:18px;
  font-weight: bold;
}
.outer-circle-6{
  background-color:rgba(235,97,131,0.3);
}
.inner-circle-6{
  background-color:#eb6183;
  font-size:18px;
  font-weight: bold;
}
.inner-circle-Guobo{
  background-color:#eb6183;
  font-size:2px;
}
.outer-circle-9{
  background-color:rgba(129,28,43,0.3);
}
.inner-circle-9{
  background-color:#811c2b;
  font-size:18px;
  font-weight: bold;
}
.outer-circle-10{
  background-color:rgba(90,42,141,0.3);
}
.inner-circle-10{
  background-color:#5a2a8d;
  font-size:18px;
  font-weight: bold;
}


/* 填写预约 liangc 2022-6-22 */
/*  placeholder颜色兼容*/
input::-webkit-input-placeholder{
  color:#999;
}
input:-moz-placeholder{
  color:#999;
}
input::-moz-placeholder{
  color:#999;
}
input:-ms-input-placeholder{
  color:#999;
}
.visit-list{
  margin-left: 112px;
  font-size:14px;
  color:#333;
}
.normal-visit-list{
  margin-left: 122px;
  font-size:14px;
  color:#333;
}
.input-list,.time-picker-cx{
  width:500px;
  height:36px;
  border:1px solid #e0e0e0;
  border-radius: 3px;
  padding-left:10px;
  font-size:14px;
}
/* 必填框 */
.visit-list::before {
  content: '*';
  color: #F4333C;
  font-size: 14px;
}
/* 单选框样式修改 */
/* .radio-group.sex input[type="radio"] + span::before{
  width:20px;
  height:20px;
  border: 1px #e0e0e0 solid;
}
input[type="radio"]:checked + span::before {
  background-color: #69aaec;
  background-clip: content-box;
  border: 1px solid #69aaec;
} */
.addPeers{
  width: 510px;
  height:36px;
  border-radius: 3px;
  background-color: #effbf6;
  border:1px solid #caf0d4;
  margin-left: 70px;
  font-size: 14px;
  color:#00cd91;
  display: flex;
  justify-content: center;
  align-items: center;
}
.time-picker{
  width:230px;
  height:36px;
  border-radius: 3px;
  border:1px #e0e0e0 solid;
  padding-left: 10px;
}
.visit-reason{
  position: relative;
  top:-85px;
}
.visit-list-reason::before{
  position: relative;
  top:-85px;
}
.btn-yy,.btn-cz{
  width:150px;
  height:40px;
  background-color: #00b76a;
  border-radius: 3px;
  color:#fff;
  border: none;
  font-size: 14px;
  margin-left: 200px;
  margin-top: 20px;
}
.btn-cz{
  margin-left: 20px;
  background-color: #fff;
  color:#00cd91;
  border: 1px solid #caf0d4;
}

/* 预约切换tabs样式 */
.yy-right h2 span{
  font-size: 22px ;
  color:#999;
  font-weight: 400;
} 
.yy-right h2 span:hover{
  cursor: pointer;
}
.yy-right h2 span img{
  display: none;
}
.building-info-right .active-yy{
  font-size: 24px ;
  color:#333;
  font-weight: bold;
}
.building-info-right .active-yy img{
  display: block;
}
/* 查询预约 */
.yy-xz{
  width:1080px;
  margin:0 auto;
  height:0;
  border-top:1px dashed #e0e0e0;
  margin-top: 60px;
}
.yy-xq{
  margin-top: 60px;
  margin-left:60px;
  display: flex;
  align-items: center;
}
.yy-icon{
  width:5px;
  height:21px;
  background-color: #ffae00;
  border-radius: 2.5px;
}
.yy-title{
  font-size: 24px;
  color:#333;
  font-weight: bold;
  padding-left: 20px;
}
.yy-people{
  width:640px;
  height:50px;
  border-radius: 5px;
  background-color: #00cd91;
  margin-left:60px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  color:#fff;
}
.yy-message{
  margin-left:120px;
  margin-top:26px;
  font-size: 14px;
  color:#333;
}
.yy-message span:nth-child(1){
  width:80px;
  display: inline-block;
}
.yy-ts{
  width:640px;
  height:50px;
  border-radius: 5px;
  background-color: #f0faf6;
  border: 1px solid #00cd91;
  margin-top: 50px;
  margin-left: 60px;
  line-height: 50px;
  color:#333;
  font-size: 14px;
  box-sizing: border-box;
}

/* 乘客问答 */
.tw-cjwt{
  display: flex;
  align-items: center;
}
.tw-icon{
  width:8px;
  height:8px;
  border:1px solid #bfbfbf;
  border-radius:50%;
  margin-right:12px
}
/* 首末班时间 */
/* 项目业主二级菜单 */
.xmyz-show{
 padding:20px;
}
#clayer10_9,#clayer10_1,#clayer10_2,#clayer10_3,#clayer10_4,#clayer10_5,#clayer10_6,#clayer10_7,#clayer10_8,#clayer10_10,#clayer10_18{
  position: relative;
}
#clayer10_9 .xmyz-show,#clayer10_1 .xmyz-show,#clayer10_2 .xmyz-show,#clayer10_3 .xmyz-show,#clayer10_4 .xmyz-show,#clayer10_5 .xmyz-show,#clayer10_6 .xmyz-show,#clayer10_7 .xmyz-show,#clayer10_8 .xmyz-show,#clayer10_10 .xmyz-show,#clayer10_11 .xmyz-show,#clayer10_18 .xmyz-show{
  width:354px;
  background-color: #fff;
  box-shadow:0px 0px 15px #dddddd;
  position: absolute;
  top:160px;
  display:none;
  z-index: 2;
  border-radius: 5px;
}
#clayer10_6 .xmyz-show,#clayer10_7 .xmyz-show,#clayer10_8 .xmyz-show,#clayer10_10 .xmyz-show,#clayer10_11 .xmyz-show,#clayer10_12 .xmyz-show,#clayer10_18 .xmyz-show{
  width:354px;
  background-color: #fff;
  box-shadow:0px 0px 15px #dddddd;
  position: absolute;
  top:160px;
  left:-190px;
  display:none;
  z-index: 2;
  border-radius: 5px;
}
#clayer10_9:hover .xmyz-show,#clayer10_1:hover .xmyz-show,#clayer10_2:hover .xmyz-show,#clayer10_3:hover .xmyz-show,#clayer10_4:hover .xmyz-show,#clayer10_5:hover .xmyz-show,#clayer10_6:hover .xmyz-show,#clayer10_7:hover .xmyz-show,#clayer10_8:hover .xmyz-show,#clayer10_10:hover .xmyz-show,#clayer10_11:hover .xmyz-show,#clayer10_12:hover .xmyz-show,#clayer10_18:hover .xmyz-show{
  display: block;
}
#clayer10_9 .xmyz-show::before,#clayer10_1 .xmyz-show::before,#clayer10_2 .xmyz-show::before,#clayer10_3 .xmyz-show::before,#clayer10_4 .xmyz-show::before,#clayer10_5 .xmyz-show::before,#clayer10_6 .xmyz-show::before,#clayer10_7 .xmyz-show::before,#clayer10_8 .xmyz-show::before,#clayer10_10 .xmyz-show::before,#clayer10_11 .xmyz-show::before,#clayer10_18 .xmyz-show::before{
  content: url('../imgs/win_top_arrow.png');
  position: absolute;
  top:-12px;
  left:46px;
}
#clayer10_6 .xmyz-show::before,#clayer10_7 .xmyz-show::before,#clayer10_8 .xmyz-show::before,#clayer10_10 .xmyz-show::before,#clayer10_11 .xmyz-show::before,#clayer10_12 .xmyz-show,#clayer10_18 .xmyz-show::before{
  content: url('../imgs/win_top_arrow.png');
  position: absolute;
  top:-12px;
  left:240px;
}

#roll {
    height: 200px;
     200px;
    position: fixed; /*fixed实现绝对定位*/
    cursor:pointer;
	z-index:1000000;
}
#roll img{
    height: 200px;
     200px;
    
}