﻿@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}



fieldset, img, input, button, select {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

input, button {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}

::-ms-clear,::-ms-reveal{display: none;} 



button {
    cursor: pointer;
    background: transparent;
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
}

/*防止拖动*/
textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

.tablenews table tr td {
    border: 1px solid black;
	line-height: 28px;
}

body {
    font: 14px/150% "微软雅黑" !important;
    color: #484849;
}

.text-c{ text-align: center;}

.text-1{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.dot_css_js:after{
    content: "..."; 
    position: absolute; 
    bottom: 0; 
    right: 2px; 
    z-index: 1;
    padding-left: 20px;
    background: -webkit-linear-gradient(left, transparent, #f0f0f0 55%);
    background: -moz-linear-gradient(left, transparent, #f0f0f0 55%);
    background: -o-linear-gradient(left, transparent, #f0f0f0 55%);
    background: linear-gradient(to right, transparent, #f0f0f0 55%);
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.ov{
	overflow: hidden;
}

.dsnone {
    display: none;
}

.dsblock {
    display: block;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.font-b{
	font-weight: bold;
}

.vm{vertical-align:middle;}
.pr{ position: relative;}
.pa{ position:absolute;}
.z1{z-index: 1;}
.z3{z-index: 3;}
.z5{z-index: 5;}
.z7{z-index: 7;}
.z9{z-index: 9;}
/*字体的大小*/
.fs-0{ font-size:0;}
.fs-8{ font-size:8px;}
.fs-10{ font-size:10px;}
.fs-12{ font-size:12px;}
.fs-13{ font-size:13px;}
.fs-14{ font-size:14px;}
.fs-15{ font-size: 15px;}
.fs-16{ font-size: 16px;}
.fs-17{ font-size: 17.5px;}
.fs-18{ font-size: 18px;}
.fs-20{ font-size: 20px;}
.fs-21{ font-size: 21px;}
.fs-22{ font-size: 22px;}
.fs-24{ font-size: 24px;}
.fs-26{ font-size: 26px;}
.fs-28{ font-size: 28px;}
.fs-37{ font-size: 37px;}
/*间距*/
.no-m{ margin: 0}
.m10{margin:10px;}
.m15{margin:15px;}
.m20{margin:20px;}
.m30{margin:30px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt50{margin-top:50px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml50{margin-left:50px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr50{margin-right:50px;}
.no-p{ padding: 0}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p30{padding:30px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt50{padding-top:50px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb50{padding-bottom:50px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl50{padding-left:50px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr50{padding-right:50px;}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

em, i {
    font-style: normal;
    text-decoration: none;
}

.inner {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/*   index   */
.header {
    height: 110px;
}

.header .inner > a {
    float: left;
    height: 58px;
    margin: 26px 0;
    display: block
}

.header .inner > a img {
    display: block;
    height: 53px;
}

.header_search {
    float: right;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    overflow: hidden;
    margin-top: 40px;
}

.header_search input {
    float: left;
    padding: 0 7px;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    color: #666;
    width: 158px;
    box-sizing: border-box;
}

.header_search input::-webkit-input-placeholder {
    color: rgb(190, 190, 190);
}

.header_search input::-moz-placeholder {
    color: rgb(190, 190, 190);
}

.header_search input::-ms-input-placeholder {
    color: rgb(190, 190, 190);
}

.header_search button {
    float: right;
    width: 28px;
    line-height: 28px;
    text-align: center;
    border-left: 1px solid #cfcfcf;
}

.header_search button img {
    height: 16px;
}

.header_nav {
    float: right;
    margin: 48px 28px 0 0;
}

.header_nav a {
    float: left;
    /*width: 81px;*/
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    color: #454546;
    border-right: 1px solid #525253;
	padding: 0 14px;
}

.header_nav a:hover {
    color: #009843;
}

.header_nav a:last-child {
    border-right: 0;
}

.nav {
    background-color: #e9e9e9;
    height: 50px;
}

.nav .inner {
    /*display: flex;*/
    overflow: hidden;
}

.nav a {
    /*flex: 1;*/
    float: left;
    width: 171.4px;
    font-size: 16px;
    line-height: 46px;
    color: #454546;
    text-align: center;
    box-sizing: border-box;
    border-left: 1px solid #fcfcfc;
    border-top: 4px solid #e9e9e9;
}

.nav_6 a {
    width: 200px;
}

.nav_7 a {
    width: 171.42px;
}

.nav_8 a {
    width: 150px;
}

.nav_9 a {
    width: 133.33px;
}

.nav a:last-child {
    border-right: 1px solid #fcfcfc;
}

.nav a.on {
    font-weight: bold;
    border-top: 4px solid #009943;
}

.nav a:hover {
    font-weight: bold;
    border-top: 4px solid #009943;
}

.nav1 a.on1 {
    font-weight: bold;
    border-top: 4px solid #4b5faa;
}


.nav1 a:hover {
    font-weight: bold;
    border-top: 4px solid #4b5faa;
}

.nav2 a.on2 {
    font-weight: bold;
    border-top: 4px solid #fdd108;
}

.nav2 a:hover {
    font-weight: bold;
    border-top: 4px solid #fdd108;
}

.nav3 a.on3 {
    font-weight: bold;
    border-top: 4px solid #92539d;
}

.nav3 a:hover {
    font-weight: bold;
    border-top: 4px solid #92539d;
}

.nav4 a.on4 {
    font-weight: bold;
    border-top: 4px solid #c9a362;
}

.nav4 a:hover {
    font-weight: bold;
    border-top: 4px solid #c9a362;
}

/* 新增导航  与 三角形 */
.more>img{margin-left: 5px;margin-top: -3px;width: 10px;}
.rotate{      
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .25s linear;
	transition: .25s linear;
}
.more_nav{position: absolute;top: 55px;left: 0;right: 0;background-color: rgba(255,255,255,.8);z-index: 9999991;display: none;}
.more_nav_box{width: 1200px;margin: 0 auto;position: relative;}
.more_nav_box .kailong{
	width:0;
    height:0;
    border-width:0 5px 5px;
    border-style:solid;
    border-color:transparent transparent rgba(255,255,255,.8);
    position: absolute;
    top: -5px;
    right: 63px;
}
.more_nav_box a{
	border-top: none;
	line-height: 50px;
}
.more_nav_box a:hover{
	border-top: none;
}

.banner {
    width: 100%;
    /*height: 540px;*/
    position: relative;
    overflow: hidden;
}

.banner-btn {
    display: none;
}

.banner-btn a {
    display: block;
    line-height: 82px;
    position: absolute;
    top: 220px;
    width: 82px;
    height: 82px;
    overflow: hidden;
    z-index: 4;
}

.prevBtn {
    left: 50px;
}

.nextBtn {
    right: 50px;
}

.banner-img {
    font-size: 0;
    *word-spacing: -1px;
    /* IE6、7 */
    letter-spacing: -3px;
    position: relative;
}

.banner-img li {
    /*width: 33.33%;*/
    /*height: 540px;*/
    display: inline-block;
    *display: inline;
    *zoom: 1; /* IE6、7 */
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: 12px;
	overflow:hidden;
}

.banner>.banner-img>li:nth-child(n+2){
    display:none;
}

.banner-img li a {
    position: relative;
    display: block;
    /*height: 540px;*/
}

.banner-img li a > img {
    /*width: 1920px;
    height: 540px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;*/
   display: block;
   max-width: 100%;
   height: auto;
   margin: 0 auto;
}

.banner i {
    width: 82px;
    height: 82px;
    cursor: pointer;
    display: block;
}

.banner .nextBtn i {
    background: url(../images/banner_next.png) no-repeat center;
    -webkit-background-size: 82px 82px;
    background-size: 82px 82px;
}

.banner .prevBtn i {
    background: url(../images/banner_prev.png) no-repeat center;
    -webkit-background-size: 82px 82px;
    background-size: 82px 82px;
}

.banner-circle {
    position: absolute;
    left: 50%;
    bottom: 40px;
    height: 16px;
    text-align: center;
    font-size: 0;
    border-radius: 10px;
}

.banner-circle li {
    border-radius: 10px;
    margin: 0 8px;
    display: inline-block;
    display: -moz-inline-stack;
    vertical-align: middle;
    zoom: 1;
}

.banner-circle li a {
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    overflow: hidden;
}

.banner-circle .selected a {
    background: rgba(0, 0, 0, .5);
}

.news_content {
    padding: 20px 0 20px;
    overflow: hidden;
}

.news_ul {
    margin-top: 50px;
    margin-right: -20px;
}

.news_ul>li {
    margin-bottom: 50px;
}

.news_ul li {
    float: left;
    width: 285px;
    height: 580px;
    box-sizing: border-box;
    background-color: #f3f3f3;
    margin-right: 20px;
}

.news_ul li:last-child {
    margin-right: 0;
}
.news_ul .Platform2 ul li h5{
    padding: 0;
    margin: 0;
}
.news_ul .Platform2>ul{
    height: auto;
}
.news_ul .Platform2>ul li{
    width: 100%;
    height: 110px;
    position: relative;
}
.news_ul .Platform2 ul li .iptli{
    width: 100%;
}
.news_ul .Platform2 ul li .iptli .item{
    width: 260px;
}
.news_ul .Platform2 ul li .iptli .item input{
    background: #fff url(../images/53.png) no-repeat 220px center;
    background-size: 10px;
}
.news_ul .Platform2>ul li h6{
    overflow: hidden;
    line-height: 16px;
    padding: 0 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.news_ul .Platform2>ul li h6 img{
    height: 16px;
}
#sqxl_js{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url(../images/xiala.png) no-repeat;
	background-size: 16px 16px;
}

.title.title-reslute{
	background: url(../images/line_bottom_n.png) no-repeat bottom center;
	-webkit-background-size: 100% 10px;
    background-size: 100% 10px;
}

.title {
    padding: 20px 20px 10px;
    overflow: hidden;
    background: url(../images/line_bottom.png) no-repeat bottom center;
    -webkit-background-size: 100% 10px;
    background-size: 100% 10px;
}

.title_orange {
    background: url(../images/line_bottom2.png) no-repeat bottom center;
    -webkit-background-size: 100% 10px;
    background-size: 100% 10px;
}

.title_blue {
    background: url(../images/line_bottom3.png) no-repeat bottom center;
    -webkit-background-size: 100% 10px;
    background-size: 100% 10px;
}

.title_brown {
    background: url(../images/line_bottom4.png) no-repeat bottom center;
    -webkit-background-size: 100% 10px;
    background-size: 100% 10px;
}

.title_purple {
    background: url(../images/line_bottom5.png) no-repeat bottom center;
    -webkit-background-size: 100% 10px;
    background-size: 100% 10px;
}

.szmc_en .title>h3{
	font-size: 22px;
}

.title h3 {
    float: left;
    font-size: 24px;
    line-height: 70px;
    color: #4d4d4e;
    font-weight: 400;
}

.title a {
    float: right;
    font-size: 14px;
    line-height: 70px;
    color: #4d4d4e;
}

.Platform {
    padding: 20px 10px 0;
}

.Platform h4 {
    font-size: 14px;
    line-height: 24px;
    color: #2f2f2f;
}

.Platform select {
    width: 100%;
    font-size: 14px;
    height: 44px;
    color: #2f2f2f;
    padding: 0 14px;
    border: 1px solid #d6d6d6;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff url(../images/icon_down.png) no-repeat right center;
    -webkit-background-size: auto 6px;
    background-size: auto 6px;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}
.Platform select::-ms-expand{
    display: none; 
}
.Platform h5 {
    overflow: hidden;
    line-height: 16px;
    padding: 0 18px;
    margin-top: 18px;
}

.Platform h5 img {
    height: 16px;
    float: right;
}

.Platform button {
    display: block;
    width: 98%;
    font-size: 16px;
    line-height: 50px;
    margin-top: 48px;
    color: #fff;
    background-color: #009943;
	margin-bottom: 20px;
}

.Platform button:hover {
    background-color: #116435;
}

.news_ul li > .news_img {
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.news_ul li > .news_img img {
    width: 100%;
    height: 130px;
    cursor: pointer;
}

.news_ul li > .news_img:hover img {
    animation: scale .3s linear forwards;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

.news_list a {
    display: block;
    overflow: hidden;
    padding-left: 22px;
}

.news_list a:nth-child(2n) {
    background-color: #e9e9e9;
}

.news_list a h3 {
    float: left;
    font-size: 14px;
    line-height: 52px;
    color: #3a3a3b;
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list a button {
    float: right;
    width: 55px;
    line-height: 52px;
    background: #009843;
    margin-top: 1px;
}

.news_list a button img {
    height: 26px;
}

.news_list a:hover img {
    animation: move .2s linear forwards;
}

@keyframes move {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 10px;
    }
}

.news_list_orange a button {
    background-color: #fdd108;
}

.news_list_blue a button {
    background-color: #4b5faa;
}

.news_list_brown a button {
    background-color: #c9a362;
}

.news_list_purple a button {
    background-color: #92539d;
}

.news_list a:hover h3 {
    color: #009843;
}

.news_list_orange a:hover h3 {
    color: #fdd108;
}

.news_list_blue a:hover h3 {
    color: #4b5faa;
}

.news_list_brown a:hover h3 {
    color: #c9a362;
}

.news_list_purple a:hover h3 {
    color: #92539d;
}

.footer {
    height: 200px;
    box-sizing: border-box;
    padding-top: 42px;
    background: #f3f3f3 url(../images/line_bottom6.png) no-repeat top center;
    -webkit-background-size: 100% 10px;
    background-size: 100% 10px;
}

.footer1 {
    background: #f3f3f3 url(../images/4.png) no-repeat top center;
    -webkit-background-size: 100% 10px;
}

.footer2 {
    background: #f3f3f3 url(../images/12.png) no-repeat top center;
    -webkit-background-size: 100% 10px;
}

.footer4 {
    background: #f3f3f3 url(../images/t4.png) no-repeat top center;
    -webkit-background-size: 100% 10px;
}

.footer_left {
    float: left;
    width: 780px;
}

.footer_leften {
    width: 700px;
}

.footer_left p {
    font-size: 14px;
    line-height: 28px;
    color: #535353;
}

.footer_left p.on a {
    color: #009641;
    margin-right: 12px;
}

.footer_left p.on a:hover{
	text-decoration: underline;
}

.footer_left p.active a {
    color: #535353;
    line-height: 14px;
    border-left: 1px solid #666;
    padding: 0 15px;
}

.footer_left p.active a:first-child {
    border-left: 0;
    padding-left: 0;
}

.footer_right {
    float: right;
}

.footer_right li {
    float: left;
    width: 96px;
    margin-left: 12px;
    text-align: center;
}

.footer_right li img {
    width: 96px;
    height: 96px;
}

.footer_right li p {
    font-size: 12px;
    line-height: 1.4;
    color: #222223;
	margin-top: 6px;
}

/**/
.topbanner {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.topbanner img {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: 999999;
    height: 300px;
}

.topbanner h1{
	position: absolute;
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 38px;
    z-index: 999999;
    text-align: right;
    font-size: 35px;
    font-weight: bold;
    color: white;
}

.page {
    border-bottom: 1px solid #ececec;
}

.page a {
    color: #484849;
    font-size: 13px;
    line-height: 40px;
    /*float: left;*/
}

.page a:last-child {
    color: #009943;
}

.page a.on {
    color: #009943;
}

.page1 a:last-child {
    color: #92539d;
}

.page1 a.on {
    color: #92539d;
}

.page2 a:last-child {
    color: #4b5faa;
}

.page2 a.on {
    color: #4b5faa;
}

.page3 a:last-child {
    color: #fdd108;
}

.page3 a.on {
    color: #fdd108;
}

.page4 a:last-child {
    color: #c9a362;
}

.page4 a.on {
    color: #c9a362;
}

.tab {
    margin-top: 30px;
    margin-bottom: 70px;
}

.tabbtn {
    float: left;
    width: 285px;
}

.tabbtn ul li {
    margin-bottom: 1px;
}

.tabbtn ul li:hover {
    cursor: pointer;
}

.tabbtn ul li:hover h3 {
    background: #b7d342;
}

.tabbtn ul li h3 {
    background: #009943;
    padding: 0 24px;
    line-height: 55px;
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabbtn ul li h3 img {
    width: 25px;
    float: right;
    margin: 18px 0;
}

.tabbtn ul li>a.on img {
    transform: rotate(180deg);
    transition: all .3s;
}

.tabbtn ul li.on h3 {
    background: #b7d342;
}

.tabbtn ul li.on1 h3 {
    background: #4b5faa;
}

.tabbtn ul li.on2 h3 {
    background: #fdd108;
}

.tabbtn ul li.on3 h3 {
    background: #92539d;
}

.tabbtn ul li.on4 h3 {
    background: #c9a362;
}

.tabbtn ul li div {
    display: none;
}

.tabbtn ul li div a {
    background: #f4f4f4;
    padding: 0 24px;
    line-height: 55px;
    color: #484849;
    font-size: 15px;
    display: block;
}

.tabbtn ul li div a.on {
    background: #b7d342;
    color: #fff;
}

.tabbtn ul li div a:hover {
    background: #b7d342;
    color: #fff;
}

.tabbtn ul li div a.on1 {
    background: #4b5faa;
    color: #fff;
}

.tabbtn ul li div.on1 a:hover {
    background: #4b5faa;
    color: #fff;
}

.tabbtn ul li div a.on2 {
    background: #fdd108;
    color: #fff;
}

.tabbtn ul li div.on2 a:hover {
    background: #fdd108;
    color: #fff;
}

.tabbtn ul li div a.on3 {
    background: #92539d;
    color: #fff;
}

.tabbtn ul li div.on3 a:hover {
    background: #92539d;
    color: #fff;
}

.tabbtn ul li div a.on4 {
    background: #c9a362;
    color: #fff;
}

.tabbtn ul li div.on4 a:hover {
    background: #c9a362;
    color: #fff;
}

.tabcon_news {
    width: 895px;
    float: right;
    background: #f0f0f0;
    padding: 55px 60px;
    box-sizing: border-box;
}

.tabcon_news.search_news {
	width: 100%;
	float: none;
    background: #f0f0f0;
    padding: 55px 60px;
    box-sizing: border-box;
    min-height: 666px;
}

.search_cont span{
	font-weight: bold;
	color: #009641;
}

.load_gd_js{
	text-align: center;	
}

.load_gd_js a{
	display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #009641;
    background: #fff;
    border: 1px solid #009641;
    border-radius: 2px;
    line-height: 1;
    padding: 17px 77px;
    margin: 20px 0;
}

.search_news_bt{
	line-height: 28px;
}

.search_news_txt{
	line-height: 19px;
	color: #aaa;
	margin-bottom: 8px;
	position: relative;
	overflow: hidden;
}

.porpur {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    display: none;
	z-index: 999999;
}

.porpur img {
    width: 800px;
}

.video {
    width: 895px;
    float: right;
}

.video div {
    overflow: hidden;
    height: 200px;
}

.video div:hover {
    overflow-x: scroll;
}

.video div ul {
    white-space: nowrap;
}

.video div ul li {
    width: 290px;
    display: inline-block;
    margin-right: 10px;
}

.video div ul li img {
    width: 100%;
    height: 145px;
}

.video div ul li p {
    color: #484849;
    font-size: 15px;
    line-height: 40px;
}

.tabcon_news h3 {
    background: #e6e6e6;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #484849;
}

.tabcon_news .list {
    margin-top: 30px;
}

.tabcon_news .list a {
    line-height: 39px;
    border-bottom: 1px dotted #dfdede;
    color: #484849;
    overflow: hidden;
    display: block;
}

.tabcon_news .list a:hover {
    color: #009943;
}

.tabcon_news .list a span {
    width: 190px;
    float: left;
}

.pagesIndex {
    margin-top: 40px;
    text-align: center;
}

.pagesIndex a {
    width: 34px;
    text-align: center;
    color: #969696;
    padding: 0 10px;
}
.pagesIndex span {
    width: 34px;
    text-align: center;
    color: #969696;
    padding: 0 10px;
}

.pagesIndex .on {
    color: #079b48;
}

.pagesIndex1 .on {
    color: #fdd108;
}

.pagesIndex2 .on {
    color: #4b5faa;
}

.pagesIndex3 .on {
    color: #c9a362;
}

.pagesIndex4 .on {
    color: #92539d;
}

.newsdeteil {
    background: #f0f0f0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.newsdeteil .con {
    background: #fff;
    padding: 55px 60px 15px;
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.newsdeteil .con img {
    max-width: 100%;
    margin-bottom: 5px;
    width: 100%;
}

.newsdeteil .con h3 {
    background: #f0f0f0;
    text-align: center;
    font-size: 22px;
    color: #484849;
    line-height: 40px;
    padding:  0 50px;
}

.newsdeteil .con h4 {
    text-align: center;
    font-size: 15px;
    color: #484849;
    line-height: 20px;
    margin: 20px 0 40px 0;
}

.newsdeteil .con p {
    font-size: 15px;
    color: #484849;
    line-height: 30px;
    margin-bottom: 40px;
}

.newsdeteil .con h5 {
    font-size: 15px;
    color: #484849;
    line-height: 30px;
    font-weight: bold;
}

.foot {
    background: #e6e6e6;
    text-align: center;
    height: 120px;
    font-size: 13px;
    color: #484849;
    padding-top: 44px;
    box-sizing: border-box;
}

.Happening img {
    width: 100%;
}

.Happening p {
    color: #484849;
    font-size: 15px;
    line-height: 30px;
    margin-top: 30px;
}

.Human {
    margin-top: 40px;
}

.Human table {
    width: 100%;
}

.Human table th {
    border: 1px solid #cacaca;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #484849;
    font-weight: normal;
    background: #e6e6e6;
}

.Human table td {
    border: 1px solid #cacaca;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #484849;
}

.Human table td .rlzy_a {
    color: #484849;
}

.photo ul {
    margin-top: 25px;
    overflow: hidden;
}

.photo ul li {
    width: 250px;
    margin-top: 15px;
    float: left;
    margin-right: 12px;
}

.photo ul li:nth-child(3n) {
    margin-right: 0;
}

.photo ul li img {
    width: 100%;
	height: 180px;
}

.photo ul li p {
    text-align: center;
    line-height: 37px;
    background: #e6e6e6;
    font-size: 15px;
    color: #484849;
}

.form1 ul {
    margin-top: 15px;
    overflow: hidden;
}

.form1 ul li {
    width: 100%;
    margin-top: 30px;
    float: left;
}

.form1 ul li.min {
    width: 367.5px;
}

.form1 ul li input {
    width: 100%;
    height: 45px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 0 10px;
}

.form1 ul li textarea {
    width: 100%;
    border: 1px solid #d7d7d7;
    height: 200px;
    outline-style: none;
    box-sizing: border-box;
    padding: 10px;
}

.form1 ul li p {
    color: #484849;
    font-size: 15px;
    line-height: 25px;
}

.form1 ul li img {
    width: 100%;
}

.form1 ul li button {
    background: #92539d;
    font-size: 15px;
    color: #fff;
    height: 50px;
    width: 100%;
}

.map {
    margin-top: 40px;
}

.map img {
    width: 100%;
}

.map p {
    font-size: 15px;
    color: #484849;
    line-height: 30px;
    margin-top: 30px;
}

.pdf p {
    font-size: 15px;
    /*color: #484849;*/
    color: white;
    text-align: center;
    line-height: 30px;
}

.pdf .pdf_con {
    margin-top: 20px;
    overflow: hidden;
}

.pdf .pdf_con .left {
    width: 580px;
    /*height: 825px;*/
    float: left;
}

.pdf .pdf_con .left img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.pdf .pdf_con .right {
    width: 160px;
    height: 825px;
    overflow-x: hidden;
    float: right;
	overflow-y: scroll;
}

/*.pdf .pdf_con .right:hover {
    overflow-y: scroll;
    width: 168px;
    overflow-x: hidden
}*/

.pdf .pdf_con .right img {
    width: 100%;
    margin-bottom: 10px;
	cursor: pointer;
}

.pdf .pdf_con .right span {
    display: block;
    position: relative;
}

.pdf .pdf_con .right span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(75, 95, 170, .5);
    top: 0;
    left: 0;
    display: none;
}

.pdf .pdf_con .right span.on::after {
    display: block;
}

.pdf .btn {
    padding-top: 20px;
}

.pdf .btn button {
    width: 100%;
    height: 40px;
    background: #009943;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
}
.pdf .btn a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #009943;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    display: block;
    text-align: center;
}

/*!* 设置滚动条的样式 *!*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    border-radius: 4px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #999;
}

/*::-webkit-scrollbar-thumb:window-inactive {*/
/*    background: rgba(0, 0, 0, 0.4);*/
/*}*/

.text h4 {
    text-align: center;
    font-size: 15px;
    color: #484849;
    line-height: 30px;
}

.bigimg {
    margin-top: 20px;
}

.bigimg img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.text .item {
    margin-top: 20px;
}

.text .item p {
    font-size: 15px;
    color: #484849;
    line-height: 30px;
}

.text .item h5 {
    font-size: 15px;
    color: #484849;
    line-height: 30px;
    font-weight: bold;
}

.text ul li {
    line-height: 40px;
    background: #e6e6e6;
    margin-top: 5px;
    text-align: center;
    font-size: 20px;
    color: #484849;
}
.text ul li a{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #484849;
}
.text ul li a.on {
    background: #4b5faa;
    color: #fff;
}

.text ul li:hover {
    cursor: pointer
}

.text ul li.on {
    background: #4b5faa;
    color: #fff;
}

.text .scroll {
    overflow-x: hidden;
    margin-top: 10px;
    height: 116px;
}

.text .scroll:hover {
    overflow-x: scroll;
}

.text .scroll ol {
    white-space: nowrap;
}

.text .scroll ol li {
    width: 150px;
    display: inline-block;
    margin-right: 2px;
    cursor: pointer;
}

.text .scroll ol li img {
    width: 100%;
    height: 72px;
}

.text .scroll ol li span {
    display: block;
    line-height: 30px;
    font-size: 12px;
    color: #484849;
    text-align: center;
    background: #e6e6e6;
}

.text .scroll ol li.on {
    border: 3px solid #4b5faa;
    box-sizing: border-box;
}

.video video {
    width: 100%;
    height: 447px;
    background: #333;
    margin-bottom: 10px
}

.Operation .Operationtext {
    padding-top: 40px;
    padding-bottom: 80px;
}

.Operation .Operationtext p {
    font-size: 15px;
    color: #484849;
    line-height: 30px;
}

.Operation img {
    width: 100%;
}

.tablenews ul {
    border-left: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    margin-top: 40px;
}

.tablenews ul li {
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    align-items: center;
    background: #e6e6e6;
    overflow: hidden;
}

.tablenews ul li span {
    width: 30%;
    height: 100%;
    padding: 10px 20px;
    float: left;
    box-sizing: border-box;
}

.tablenews ul li p {
    background: #f0f0f0;
    color: #484849;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 20px;
    float: left;
    width: 70%;
    box-sizing: border-box;
    border-left: 1px solid #cfcfcf;
}

.tablenews h4 {
    text-align: center;
    font-size: 22px;
}

.tablenews img {
    max-width: 100%;
    width: 100%;
}

.tablenews.ibox img {
    margin-top: auto;
}

.tablenews>div p{
	font-size: 15px;
	line-height: 30px;
}

.tablenews-en h4 {
    text-align: center;
    font-size: 22px;
}

.tablenews-en img {
    max-width: 100%;
}

.tablenews-en.ibox img {
    margin-top: auto;
}

.tablenews-en>div p{
	font-size: 15px;
	line-height: 30px;
}

.service {
    background: #f0f0f0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.service .con {
    background: #fff;
    padding: 55px 60px;
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.service .con img {
    width: 100%;
    margin-bottom: 40px;
}

.service .con h3 {
    background: #f0f0f0;
    text-align: center;
    font-size: 22px;
    color: #484849;
    line-height: 40px;
}

.form2 ul {
    margin-top: 15px;
    overflow: hidden;
}

.form2 ul li {
    width: 100%;
    margin-top: 30px;
}

.form2 ul li.min {
    width: 400px;
}

.form2 ul li input {
    width: 100%;
    height: 45px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.form2 ul li textarea {
    width: 100%;
    border: 1px solid #d7d7d7;
    height: 200px;
    outline-style: none;
    box-sizing: border-box;
}

.form2 ul li p {
    color: #484849;
    font-size: 15px;
    line-height: 25px;
}

.form2 ul li img {
    width: 100%;
}

.form2 ul li button {
    background: #009943;
    font-size: 15px;
    color: #fff;
    height: 50px;
    width: 100%;
}

.form2 ul li button:last-child {
    background: #fdd108;
    margin-top: 15px;
}

.Ride h4 {
    text-align: center;
    font-size: 15px;
    color: #484849;
    line-height: 20px;
    padding: 15px 0 30px 0;
    border-bottom: 1px solid #c8bebe
}

.Ride p {
    font-size: 15px;
    color: #484849;
    line-height: 32px;
}

.Ride p span {
    font-size: 40px;
    float: left;
    line-height: 26px;
    margin-right: 10px;
}

/*.Ride ul {
    background: url("../images/100.png") no-repeat 410px 90px;
    background-size: 5px;
}*/

.Ride ul li h5 {
    font-size: 15px;
    color: #484849;
    line-height: 25px;
    margin-top: 30px;
}

.Ride ul li .iptli {
    height: 45px;
    /*overflow: hidden;*/
}

.Ride ul li .iptli .item {
    width: 430px;
    height: 45px;
    position: relative;
    float: left;
}

.Ride ul li .iptli .item.last {
    width: 300px;
    float: right;
}

.Ride ul li .iptli .item input {
    width: 100%;
    height: 100%;
    border: 1px solid #c8bebe;
    padding: 0 10px;
    font-size: 15px;
    color: #484849;
    background: #fff url("../images/53.png") no-repeat 400px center;
    background-size: 10px;
    background-origin: content-box;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
}

.Ride ul li .iptli .item i {
    position: absolute;
    width: 48px;
    height: 45px;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
	cursor:pointer;
}

.Ride ul li .iptli .item.on input {
    border: 1px solid #079b48;
}

.Ride ul li .iptli .item>div {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border: 1px solid #c8bebe;
    box-sizing: border-box;
    border-top: 0;
    display: none;
}

.Ride ul li .iptli .item div em {
    display: block;
    padding: 0 10px;
    line-height: 45px;
    font-size: 15px;
    color: #484849;
    cursor: pointer;
}

.Ride.Ride-en ul li .iptli .item div em{
	font-size: 12px;
}

/* 新增6号线 10号线样式 */
.Ride.Ride-en ul li .iptli .item div em:nth-child(3) .xl_txt,.Ride.Ride-en ul li .iptli .item div em:nth-child(8) .xl_txt,.Ride.Ride-en ul li .iptli .item div em:nth-child(10) .xl_txt{
    width: 140px; 
    line-height: 1;
    margin-top: 10px;
    text-align: right;
}
/*.Ride-en .lineShaft.line4 .title>.xl_txt{
    width: 160px;
    line-height: 1;
    margin-top: 7px;
    text-align: right;
}
.Ride-en .lineShaft.line6 .title>.xl_txt{
    width: 160px;
    line-height: 1;
    margin-top: 7px;
    text-align: right;
}*/
.Ride-en .lineShaft.line10 .title>.xl_txt{
    width: 160px;
    line-height: 1;
    margin-top: 7px;
    text-align: right;
}
/* end */


.Ride ul li .iptli .item div em:hover {
    background: #eee;
}

.Ride .btn {
    margin-top: 40px;
    border-top: 1px solid #dcd7d7;
    padding: 40px 0;
}

.Ride .btn button {
    display: block;
    text-align: center;
    width: 100%;
    height: 50px;
    background: #fdd108;
    color: #fff;
    font-size: 17px;
    color: #fff;
}
.cczy button{
	display: block;
    text-align: center;
    width: 100%;
    height: 45px;
    background: #009943;
    font-size: 17px;
    color: #fff;
}
.Ride .btn button + button {
    background: #fdd108;
    margin-top: 15px;
}

.Online ul li {
    border-bottom: 1px solid #bebebe;
    padding: 20px 0;
}

.Online ul li div:first-child {
    border-bottom: 1px dotted #cacaca;
}

.Online ul li div {
    padding: 10px 0;
}

.Online ul li div h4 {
    font-size: 15px;
    color: #484849;
    line-height: 30px;
    padding-left: 30px;
    background: url("../images/55.png") no-repeat 0 3px;
    background-size: 23px;
}

.Online ul li div h5 {
    font-size: 15px;
    color: #484849;
    line-height: 30px;
    padding-left: 30px;
    background: url("../images/56.png") no-repeat 0 3px;
    background-size: 23px;
}

.Online ul li div p {
    font-size: 13px;
    color: #aaaaaa;
    line-height: 30px;
    padding-left: 30px;
}

.Online .btn button {
    display: block;
    width: 100%;
    background: #079b48;
    color: #fff;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.Map {
    position: relative;
}

.Map .main {
    position: absolute;
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.Map .main .scoBtn {
    position: absolute;
    top: 50px;
    right: 0;
    width: 50px;
}

.Map .main .scoBtn img {
    width: 100%;
    margin-bottom: 2px;
}

.Map .mapimg img {
    width: 100%;
}

.Map .search {
    width: 294px;
    border: 1px solid #d7d7d7;
    background: #f0f0f0;
    position: absolute;
    top: 50px;
    left: 0;
}

.Map .hissearch {
    width: 294px;
    border: 1px solid #d7d7d7;
    background: #f0f0f0;
    position: absolute;
    top: 470px;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
}

.Map .hissearch h3 {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #484849;
    margin-bottom: 10px;
}

.Map .hissearch h3 span {
    cursor: pointer;
}

.Map .hissearch p {
    font-size: 14px;
    line-height: 24px;
    color: #aaaaaa;
}

.Map .search .toptitle {
    background: #e6e6e6 url("../images/line_bottom.png") no-repeat bottom center;
    background-size: 100%;
    padding: 20px;
}

.Map .search .toptitle h3 {
    font-size: 24px;
    color: #484849;
}

.Map .search .toptitle p {
    font-size: 12px;
    color: #484849;
    margin-top: 10px;
}

.Map .search .searchBox {
    padding: 0 20px;
    background: url("../images/54.png") no-repeat 250px 100px;
    background-size: 6px;
}

.Map .search .searchBox ul li h3 {
    font-size: 14px;
    color: #484849;
    line-height: 30px;
}

.Map .search .searchBox ul li .item {
    position: relative;
}

.Map .search .searchBox ul li .item.on input {
    border: 1px solid #079b48;
}

.Map .search .searchBox ul li .item input {
    width: 100%;
    height: 45px;
    border: 1px solid #bebebe;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 15px;
    color: #bebebe;
    background: #fff url("../images/53.png") no-repeat right center;
    background-size: 10px;
    background-origin: content-box;
    box-sizing: border-box;
}

.Map .search .searchBox ul li .item > i {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #000;
    opacity: 0;
}

.Map .search .searchBox ul li {
    padding: 10px 0;
}

.Map .search .searchBox ul li:last-child {
    padding: 35px 0 20px 0;
}

.Map .search .searchBox ul li button {
    background: #079b48;
    height: 50px;
    color: #fff;
    width: 100%;
}

.Map .search .searchBox ul li .sleclist1 {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 999;
    top: 100%;
    left: 0;
    display: none;
    border: 1px solid #bebebe;
    box-sizing: border-box;
}

.Map .search .searchBox ul li .sleclist1 .sleclist1title {
    padding: 0 12px;
    height: 46px;
    overflow: hidden;
    line-height: 46px;
}

.Map .search .searchBox ul li .sleclist1 .sleclist1title:hover {
    background: #f0f0f0;
}

.Map .search .searchBox ul li .sleclist1 .sleclist1title img {
    width: 26px;
    float: left;
    margin: 10px 0;
}

.Map .search .searchBox ul li .sleclist1 .sleclist1title p {
    font-size: 15px;
    color: #484849;
    margin-left: 10px;
    float: left;
}

.Map .search .searchBox ul li .sleclist1 .sleclist1title span {
    margin-left: auto;
    font-size: 15px;
    color: #aaaaaa;
    float: right;
}

.sleclist1con {
    position: absolute;
    left: 100%;
    top: 176px;
    background: #fff;
    width: 318px;
    border: 1px solid #d7d7d7;
    display: none;
}

.sleclist1con .sleclist1conTitle {
    padding: 0 12px;
    height: 50px;
    background: #f0f0f0;
    line-height: 50px;
}

.sleclist1con .sleclist1conTitle img {
    width: 26px;
    float: left;
    margin: 12px 0;
}

.sleclist1con .sleclist1conTitle p {
    font-size: 15px;
    color: #484849;
    margin-left: 10px;
    float: left;
}

.sleclist1con .sleclist1conTitle span {
    margin-left: auto;
    font-size: 15px;
    color: #aaaaaa;
    float: right;
}

.sleclist1conitem {
    padding: 0 10px 0 75px;
    position: relative;
    background: url("../images/c3.png") no-repeat 48px;
    background-size: 6px;
    position: relative;
    overflow: hidden;
}

.sleclist1conitem:nth-of-type(2) {
    background: url("../images/c3.png") no-repeat 48px 10px;
    background-size: 6px;
}

.sleclist1conitem:last-child {
    background: url("../images/c3.png") no-repeat 48px 0;
    background-size: 6px 20px;
}

.sleclist1conitem:hover {
    background: #f0f0f0 url("../images/c3.png") no-repeat 48px;
    background-size: 6px;
}

.sleclist1conitem:nth-of-type(2):hover {
    background: #f0f0f0 url("../images/c3.png") no-repeat 48px 10px;
    background-size: 6px;
}

.sleclist1conitem:last-child:hover {
    background: #f0f0f0 url("../images/c3.png") no-repeat 48px 0;
    background-size: 6px 20px;
}

.sleclist1conitem span {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 10px;
    top: 9px;
    float: left;
}

.sleclist1conitem span img {
    width: 100%;
    float: left;
}

.sleclist1conitem i {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 41px;
    top: 8px;
}

.sleclist1conitem i img {
    width: 100%;
}

.sleclist1conitem i.min {
    width: 10px;
    height: 10px;
    left: 46px;
}

.sleclist1conitem p {
    border-bottom: 1px solid #f0f0f0;
    line-height: 40px;
    float: left;
}

.sleclist1conitem .asdk {
    border-bottom: 1px solid #f0f0f0;
    text-align: right;
    overflow: hidden;
    line-height: 40px;
}

.sleclist1conitem .asdk div {

}

.sleclist1conitem .asdk div img {
    width: 20px;
}

.searchresult {
    width: 564px;
    border: 1px solid #d7d7d7;
    background: #f0f0f0;
    position: absolute;
    top: 50px;
    left: 320px;
    display: none;
}

.searchresult .toptitle {
    background: #e6e6e6 url("../images/d5.png") no-repeat bottom center;
    background-size: 100%;
    padding: 20px;
    position: relative;
}

.searchresult .toptitle h3 {
    font-size: 24px;
    color: #484849;
}

.searchresult .toptitle p {
    font-size: 12px;
    color: #484849;
    margin-top: 10px;
}

.searchresult .toptitle span {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 15px;
    color: #484849;
    cursor: pointer;
}

.searchresult .bottomtitle {
    background-size: 100%;
    padding: 20px;
    position: relative;
}

.searchresult .bottomtitle h3 {
    font-size: 30px;
    color: #484849;
}

.searchresult .bottomtitle p {
    font-size: 14px;
    color: #484849;
    margin-top: 10px;
}

.searchresult .bottomtitle span {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 15px;
    color: #484849;
}

.searchresult ol {
    overflow: hidden;
}

.searchresult ol li {
    text-align: center;
    line-height: 40px;
    background: #b7d342;
    color: #fff;
    font-size: 15px;
    width: 50%;
    float: left;
}

.searchresult ol li:last-child {
    background: #079b48;
}

.searchresult ul li .a {
    padding-left: 98px;
    height: 70px;
    align-items: center;
    padding-right: 20px;
    background: url("../images/f1.png") no-repeat 110px 30px;
    background-size: 16px 100%;
    overflow: hidden;
    line-height: 70px;
}

.searchresult ul li .aa {
    background: url("../images/f2.png") no-repeat 110px 30px;
    background-size: 16px 100%;
    position: relative;
}

.searchresult ul li .bb {
    background: url("../images/f2.png") no-repeat 110px 30px;
    background-size: 16px 100%;
}

.searchresult ul li .a:last-child {
    background: url("../images/f1.png") no-repeat 110px 0;
    background-size: 16px 70%;
}

.searchresult ul li .aa:last-child {
    background: url("../images/f2.png") no-repeat 110px 0;
    background-size: 16px 70%;
}

.searchresult ul li .aa i {
    top: -20px;
    position: absolute;
    left: 20px;
}

.searchresult ul li .a > img {
    width: 40px;
    float: left;
    margin: 15px 0;
}

.searchresult ul li .a p {
    margin-left: 15px;
    font-size: 15px;
    color: #484849;
    font-weight: bold;
    float: left;
}

.searchresult ul li .a div {
    float: right;
}

.searchresult ul li .a div img {
    width: 22px;
}

.searchresult ul li .b {
    background: #e6e6e6 url("../images/f1.png") no-repeat 110px 0;
    background-size: 16px 100%;
    overflow: hidden;
}

.searchresult ul li .bb {
    background: #e6e6e6 url("../images/f2.png") no-repeat 110px 0;
    background-size: 16px 100%;
}

.searchresult ul li .b h3 {
    font-size: 15px;
    color: #484849;
    margin-left: 20px;
    float: left;
    line-height: 136px;
}

.searchresult ul li .b div {
    margin-left: 150px;
    padding-top: 20px;
}

.searchresult ul li .b div h4 {
    font-size: 15px;
    color: #009943;
}

.searchresult ul li .b div p {
    font-size: 15px;
    color: #484849;
    line-height: 25px;
}

.searchresult ul li .b div h5 {
    margin-top: 20px;
    font-size: 15px;
    color: #484849;
    border-top: 1px solid #bebebe;
    line-height: 50px;
}

.searchresult .table {
    background: #e6e6e6;
    padding: 20px;
}

.searchresult .table h3 {
    text-align: center;
    font-size: 15px;
    color: #484849;
}

.searchresult .table table {
    width: 100%;
    margin-top: 10px;
}

.searchresult .table table th {
    border: 1px solid #bebebe;
    font-weight: normal;
    line-height: 30px;
    font-size: 15px;
    color: #484849;
}

.searchresult .table table td {
    border: 1px solid #bebebe;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #484849;
}

.searchresult .fotbtn {
    margin-top: 40px;
    padding: 0 20px;
}

.searchresult .fotbtn button {
    color: #fff;
    background: #009943;
    height: 50px;
    font-size: 17px;
    display: block;
    width: 100%;
}

.searchresult .fotbtn button + button {
    margin-top: 20px;
    background: #b7d342;
}

.searchresult .fottips {
    padding: 0 20px;
    margin: 40px 0;
    color: #484849;
    font-size: 14px;
    line-height: 25px;
}

.zym a {
    margin-left: 100px !important
}

.gsxw h3 {
    margin-bottom: 40px
}

.xg1 li:hover h3 {
    background: #009943 !important
}

.xg1 li h3:hover {
    background: #b7d342 !important
}

.xg2 li h3:hover {
    background: #4b5faa !important
}

.xg3 {
    margin-top: 40px !important;
}

.xg4 {
    margin-top: 80px !important;
}

.xg5 li:hover h3 {
    background: #009943 !important
}

.xg5 li h3:hover {
    background: #4b5faa !important
}

.xg6 li:hover h3 {
    background: #009943 !important
}

.xg6 li h3:hover {
    background: #92539d !important
}

.xg7 li:hover h3 {
    background: #009943 !important
}

.xg7 li h3:hover {
    background: #fdd108 !important
}

.xg8 li:hover h3 {
    background: #009943 !important
}

.xg8 li h3:hover {
    background: #fdd108 !important
}

.xg10 li:hover h3 {
    background: #009943 !important
}

.xg10 li h3:hover {
    background: #c9a362 !important
}

.xz {
    background: #e6e6e6;
    box-sizing: border-box;
    padding: 20px 0px 15px 20px;
    overflow: hidden
}

.xz a {
    display: block;
    float: left;
    width: 86px;
    height: 68px;
    background: #fff;
    text-align: center;
    color: #4a4a4b;
    line-height: 28px;
    box-sizing: border-box;
    padding-top: 10px;
    margin-right: 7px;
	margin-bottom: 5px;
}

.xz a:last-child {
    margin-right: 0px !important;
}

.xz a img {
    width: 28px;
}

.xz a:hover, .xz a.hover {
    background: #c8c8c8
}

.xz a:hover {
    cursor: pointer
}

.xg9 {
    background: #f3f3f3 url(../images/line_bottom5.png) no-repeat top center;
    -webkit-background-size: 100% 10px;
}

.footerx {
    background: #f3f3f3 url(../images/t1.png) no-repeat top center;
    -webkit-background-size: 100% 10px;
}

/*2019/12/03*/			
.tabcon_news .list1 a:hover {
    color:#4b5faa;
}

.tabcon_news .list2 a:hover {
    color:#fdd108;
}

.tabcon_news .list3 a:hover {
    color:#92539d;
}

.tabcon_news .list4 a:hover {
    color:#c9a362;
}

/*20191205*/
.imgtxt_list{
	margin-top:40px;
}
.imgtxt_list .imgtxt_item{
	overflow:hidden;
	height:120px;
	display:block;
	padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}
.imgtxt_list .imgtxt_item>img{
	float:left;
	width:200px;
	height:100%;
}
.imgtxt_list .imgtxt_item .imgtxt_bt{
	overflow:hidden;
	padding-left:40px;
	color:#222;
}
.tabcon_news_nav{
	display: table;
	width: 100%;
}
.tabcon_news_nav a{
	display: inline-block;
	text-align: center;
	color: white;
	line-height: 60px;
	margin-bottom: 10px;
	background: #009A44;
	box-sizing: border-box;
	border-right: 1px solid white;
	width: 33.33%;
	float: left;
}
.tabcon_news_nav a:last-child{
	border-right: none;
}
.tabcon_news_nav a:hover{
	background: #B7D342;
}
.tabcon_news_nav .on{
	background: #B7D342;
}
/*----------- 20191216修改--cai-------- */
/* 20191215 by lvche iboy  搜索线路 */
/*票价查询*/
.Ride .fareQuery,.Ride .routeQuery {
    position: absolute;
    width: 245px;
    background: #fff;
    z-index: 999;
    border: 1px solid #c8bebe;
    box-sizing: border-box;
    border-top: 0;
    display: none;
    max-height: 320px;
    overflow-y: auto;
}
.Ride .routeQuery{
	max-height: none;
}
.Ride .fareQuery em,.Ride .routeQuery em {
    display: block;
    padding: 0 10px;
    line-height: 45px;
    font-size: 15px;
    color: #484849;
    cursor: pointer;
}
.Ride .fareQuery .no-data,.Ride .routeQuery .no-data{
    text-align: center;
    padding: 15px 0px;
}
.Ride .fareQuery em:hover,.Ride .routeQuery em:hover {
    background: #eee;
}
.Ride .fareQuery em .xl_img{
	float:right;
	font-size:0;
}
.Ride .fareQuery em .xl_img>img{
	height:27px;
	margin-left:5px;
}
/*线路查询*/
/*.Ride ul li .iptli .item .routeQuery em{
	line-height:45px;
}*/
.Ride .routeQuery em .xl_img{
	float:left;
}
.Ride .routeQuery em .xl_img>img{
	height:27px;
	margin-right:5px;
	margin-top: -3px;
}
.Ride .routeQuery em .xl_txt{
	float:right;
	color:#c2c2c2;
}
/*线路轴*/
.Ride .line-details{
	position:absolute;
	width:305px;
    border: 1px solid #c8bebe;
    background: #fff;
    top: 90px;
    left: 285px;
    display: none;
    z-index: 100;
    max-height: 490px;
    overflow-y: auto;
}
.Ride-en .line-details{
	width:355px !important;
}
.iboy_rst2.Ride .line-details {
    position: absolute;
    width: 305px;
    border: 1px solid #c8bebe;
    background: #fff;
    top: 165px;
    left: 455px;
    display: none;
    z-index: 100;
}
.iboy_rst2.Ride h6{
	overflow: hidden;
    line-height: 16px;
    padding: 0 18px;
    position: absolute;
    top: 90px;
    left: 392px;
    cursor: pointer;
}
.iboy_rst2.Ride h6 img{
	height: 16px;
}
.Ride .lineShaft>.title{
	height:45px;
	line-height:45px;
	overflow:hidden;
	background:#eee;
	font-size: 15px;
    color: #484849;
	padding:0 10px;
	font-size:15px;
}
.Ride .lineShaft>.title>span{
    font-size: 15px;
    float: none;
    line-height: 45px;
    margin-right: 0;
}
.Ride .lineShaft .title>.xl_img>img{
	height:27px;
	margin-right:5px;
	margin-top: -3px;
}
.Ride .lineShaft .title>.xl_txt{
	float:right;
	color:#c2c2c2;
	font-size:15px;
}
.lineShaft .layout1>a{
	padding:0 10px;
	display:block;
	height:40px;
	line-height:40px;
}
.lineShaft .layout1>a:hover{
	background:#eee;
}
.lineShaft .layout1 .left{
	float:left;
	width:36px;
	height:100%;
	position:relative;
}
.lineShaft .layout1 .left>div{
	position:absolute;
	top:50%;
	left:0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index:1;
}
.lineShaft .layout1 .left>div>img{
	height:22px;
	display:block;
	margin:3px 0;
}
.lineShaft .layout1 .right{
	overflow:hidden;	
	padding-left:25px;
	background:url(../images/c3.png) no-repeat;
	background-position: 5px 0;
	background-size:7px 40px;
	position:relative;
}
.lineShaft .layout1>a:first-child .right{
	background-position: 5px 20px;
}
.lineShaft .layout1>a:last-child .right{
    background-size: 7px 20px;
}
.lineShaft .layout1 .right>div{
	border-bottom:1px solid #ddd;	
}
.lineShaft .layout1>a:last-child .right>div{
	border:none;
}
.lineShaft .layout1 .right .xl_name{
	float:left;
	color:#484849;
}
.lineShaft .layout1 .right .xl_shes{
	float:right;
	font-size:0;
}
.lineShaft .layout1 .right .xl_shes>img{
	height:17px;
	margin-left:3px;
}
/*起点与终点*/
.start_dot:before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:17px;
	height:17px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background:url(../images/c4.png) no-repeat;
	background-size:100%;
}
/*中途站*/
.midway_dot:before{
	content:"";
	position:absolute;
	top:50%;
	left:3px;
	width:11px;
	height:11px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background:url(../images/c2.png) no-repeat;
	background-size:100%;
}
/*中转站*/
.transit_dot:before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:17px;
	height:17px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background:url(../images/c1.png) no-repeat;
	background-size:100%;
}
/* 1号线 */
.line1.lineShaft .layout1 .right{
	background-image:url(../images/l1-c3.png);
}
/* 2号线 */
.line2.lineShaft .layout1 .right{
	background-image:url(../images/l2-c3.png);
}
/* 3号线 */
.line3.lineShaft .layout1 .right{
	background-image:url(../images/l3-c3.png);
}
/* 4号线 */
.line4.lineShaft .layout1 .right{
	background-image:url(../images/l4-c3.png);
}
/* 5号线 */
.line5.lineShaft .layout1 .right{
	background-image:url(../images/l5-c3.png);
}
/* 6号线 */
.line6.lineShaft .layout1 .right{
	background-image:url(../images/l6-c3.png);
}
/* 6号线支线 */
.line66.lineShaft .layout1 .right{
	background-image:url(../images/l66-c3.png);
}
/* 7号线 */
.line7.lineShaft .layout1 .right{
	background-image:url(../images/l7-c3.png);
}
/* 8号线 */
.line8.lineShaft .layout1 .right{
	background-image:url(../images/l8-c3.png);
}
/* 9号线 */
.line9.lineShaft .layout1 .right{
	background-image:url(../images/l9-c3.png);
}
/* 10号线 */
.line10.lineShaft .layout1 .right{
	background-image:url(../images/l10-c3.png);
}
/* 11号线 */
.line11.lineShaft .layout1 .right{
	background-image:url(../images/l11-c3.png);
}
/* 12号线 */
.line12.lineShaft .layout1 .right{
	background-image:url(../images/l12-c3.png);
}
/* 13号线 */
.line13.lineShaft .layout1 .right{
	background-image:url(../images/l13-c3.png);
}
/* 14号线 */
.line14.lineShaft .layout1 .right{
    z-index: 0;
	background-image:url(../images/l14-c3.png);
}
/* 16号线 */
.line16.lineShaft .layout1 .right{
    z-index: 0;
	background-image:url(../images/l16-c3.png);
}
/* 20号线 */
.line20.lineShaft .layout1 .right{
	background-image:url(../images/l20-c3.png);
}
/* 1号线点 */
.line1 .start_dot:before{
	background-image:url(../images/l1-c4.png);
}
.line1 .midway_dot:before{
	background-image:url(../images/l1-c2.png);
}
.line1 .transit_dot:before{
	background-image:url(../images/l1-c1.png);
}
/* 2号线点 */
.line2 .start_dot:before{
	background-image:url(../images/l2-c4.png);
}
.line2 .midway_dot:before{
	background-image:url(../images/l2-c2.png);
}
.line2 .transit_dot:before{
	background-image:url(../images/l2-c1.png);
}
/* 3号线点 */
.line3 .start_dot:before{
	background-image:url(../images/l3-c4.png);
}
.line3 .midway_dot:before{
	background-image:url(../images/l3-c2.png);
}
.line3 .transit_dot:before{
	background-image:url(../images/l3-c1.png);
}
/* 4号线点 */
.line4 .start_dot:before{
	background-image:url(../images/l4-c4.png);
}
.line4 .midway_dot:before{
	background-image:url(../images/l4-c2.png);
}
.line4 .transit_dot:before{
	background-image:url(../images/l4-c1.png);
}
/* 5号线点 */
.line5 .start_dot:before{
	background-image:url(../images/l5-c4.png);
}
.line5 .midway_dot:before{
	background-image:url(../images/l5-c2.png);
}
.line5 .transit_dot:before{
	background-image:url(../images/l5-c1.png);
}
/* 6号线点 */
.line6 .start_dot:before{
	background-image:url(../images/l6-c4.png);
}
.line6 .midway_dot:before{
	background-image:url(../images/l6-c2.png);
}
.line6 .transit_dot:before{
	background-image:url(../images/l6-c1.png);
}
/* 6号线支线点 */
.line66 .start_dot:before{
	background-image:url(../images/l66-c4.png);
}
.line66 .midway_dot:before{
	background-image:url(../images/l66-c2.png);
}
.line66 .transit_dot:before{
	background-image:url(../images/l66-c1.png);
}
/* 7号线点 */
.line7 .start_dot:before{
	background-image:url(../images/l7-c4.png);
}
.line7 .midway_dot:before{
	background-image:url(../images/l7-c2.png);
}
.line7 .transit_dot:before{
	background-image:url(../images/l7-c1.png);
}
/* 8号线点 */
.line8 .start_dot:before{
	background-image:url(../images/l8-c4.png);
}
.line8 .midway_dot:before{
	background-image:url(../images/l8-c2.png);
}
.line8 .transit_dot:before{
	background-image:url(../images/l8-c1.png);
}
/* 9号线点 */
.line9 .start_dot:before{
	background-image:url(../images/l9-c4.png);
}
.line9 .midway_dot:before{
	background-image:url(../images/l9-c2.png);
}
.line9 .transit_dot:before{
	background-image:url(../images/l9-c1.png);
}
/* 10号线点 */
.line10 .start_dot:before{
	background-image:url(../images/l10-c4.png);
}
.line10 .midway_dot:before{
	background-image:url(../images/l10-c2.png);
}
.line10 .transit_dot:before{
	background-image:url(../images/l10-c1.png);
}
/* 11号线点 */
.line11 .start_dot:before{
	background-image:url(../images/l11-c4.png);
}
.line11 .midway_dot:before{
	background-image:url(../images/l11-c2.png);
}
.line11 .transit_dot:before{
	background-image:url(../images/l11-c1.png);
}
/* 12号线点 */
.line12 .start_dot:before{
	background-image:url(../images/l12-c4.png);
}
.line12 .midway_dot:before{
	background-image:url(../images/l12-c2.png);
}
.line12 .transit_dot:before{
	background-image:url(../images/l12-c1.png);
}
/* 13号线点 */
.line13 .start_dot:before{
	background-image:url(../images/l13-c4.png);
}
.line13 .midway_dot:before{
	background-image:url(../images/l13-c2.png);
}
.line13 .transit_dot:before{
	background-image:url(../images/l13-c1.png);
}
/* 14号线点 */
.line14 .start_dot:before{
    z-index: 9999;
	background-image:url(../images/l14-c4.png);
}
.line14 .midway_dot:before{
	background-image:url(../images/l14-c2.png);
}
.line14 .transit_dot:before{
	background-image:url(../images/l14-c1.png);
}
/* 16号线点 */
.line16 .start_dot:before{
    z-index: 9999;
	background-image:url(../images/l16-c4.png);
}
.line16 .midway_dot:before{
	background-image:url(../images/l16-c2.png);
}
.line16 .transit_dot:before{
	background-image:url(../images/l16-c1.png);
}
/* 20号线点 */
.line20 .start_dot:before{
	background-image:url(../images/l20-c4.png);
}
.line20 .midway_dot:before{
	background-image:url(../images/l20-c2.png);
}
.line20 .transit_dot:before{
	background-image:url(../images/l20-c1.png);
}

/* 查询结果页的布局 */
.iboy_rst{
	position:relative;
	top:0;
	left:0;
	right:0;
	width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.iboy_rst .title>h3{
	float:none;
	line-height:40px;
}
.iboy_rst .title>p{
	font-size:12px;
	margin-bottom:15px;
}
.iboy_rst .news_ul{
	margin-right:0;
}
.iboy_rst .news_ul li{
	/*width:295px;*/
	height:auto;
}
.border_k{ border: 1px solid #CECECE; }
.iboy_rst .news_ul .Platform2 ul li .iptli .item{
	width:100%;
}
.iboy_rst .searchResult_wrap{
	width:550px !important;
    height:auto !important;
	/*max-height: 710px;
    overflow-y: auto;*/
    display: none;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    border: 1px solid #CECECE;
}
.iboy_rst .searchResult_wrap.kd6{
	width:310px !important;
}	

.searchResult_wrap #reslute_sqzk{
	position:absolute;
	top:0;
	right:34px;
	width:16px;
	height:16px;
	line-height: normal;
	background: url(../images/xiala.png) no-repeat;
	background-size: 16px 16px;
}
.searchResult_wrap .close{
	position:absolute;
	top:0;
	right:0;
	width:16px;
	height:16px;
	line-height: normal;
	background: url(../images/close.png) no-repeat;
	background-size: 16px 16px;
}
.iboy_rst .searchResult_wrap .title_bt{
	font-size: 34px;
    color: #4d4d4e;
    font-weight: bold;
	line-height:1;
}
.iboy_rst .searchResult_wrap .tab_switch{
	padding-top:15px;
	overflow:hidden;
}
.iboy_rst .searchResult_wrap .tab_switch>a{
	float:left;
	width:50%;
	line-height:50px;
	color:white;
	text-align:center;
	background:#009A44;
}
.iboy_rst .searchResult_wrap .tab_switch>a.on{
	background:#B7D342;
}
.iboy_rst .searchResult_wrap .lineDetails{
	padding-top:15px;
}
.iboy_rst .searchResult_wrap .lineDetails .lineDetails_item{
	position:relative;
}
.lineDetails_item .lineDetails_child{
	display:table;
	width:100%;	
	height:50px;
	padding: 0 20px;
    box-sizing: border-box;
}
.lineDetails_item .lineDetails_child:nth-child(2){
	background:#E6E6E6;
	height:auto;
	padding:0 0 0 20px;
}
.lineDetails_item .lineDetails_child .left{
	display:table-cell;
	vertical-align:middle;
	width:92px;
	position:relative;
}
.lineDetails_item .lineDetails_child .left .znhc_fz{
	position:absolute;
	top:50px;
	left:0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lineDetails_item .lineDetails_child .right{
	display:table-cell;
	padding-left:37px;
	background-repeat:no-repeat;
	/*background-position: 5px 0;*/
	background-size:12px 100%;
	position:relative;
	vertical-align: middle;
	position:relative;
}
.lineDetails_item .lineDetails_child .right .znhc_jl{
	position:absolute;
	top:50px;
	left:37px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lineDetails_item .lineDetails_child:nth-child(2) .right{
	padding-top:15px;
	padding-bottom:15px;
}
.lineDetails_item .lineDetails_child:nth-child(2) .right .xl_name{
	width:100%;
	padding-bottom: 10px;
	border-bottom:1px solid #D2D2D2;
}
.lineDetails_item .lineDetails_child:first-child .right{
	background-position: 0 25px;
}
.lineDetails_item .lineDetails_child:last-child .right{
	background-size: 12px 25px;
}
.lineDetails_item .lineDetails_child .xl_intr{
	padding-top:10px;
	color:#484848;
	font-size:14px;
}
.lineDetails_item .lineDetails_child .xl_intr .xl_tjz{
	color:#464646;
	margin-top:10px;
}
.lineDetails_item .lineDetails_child .xl_intr .xl_tjz>div{
	font-weight:bold;
	position:relative;
}
.lineDetails_item .lineDetails_child .xl_intr .xl_tjz>div>span{
	font-weight:normal;
}
.xl_intr .xl_intr1 .icon_title{
	color:#555;
	line-height:28px;
}
.xl_intr .xl_intr1 .churk{
	color:#a5a5a5;
	padding-left:25px;
}
.xl_intr .xl_intr1 .icon_title img{
	height:20px;
	margin-right:5px;
	margin-top: -3px;
}
.xl_intr .xl_intr2 .icon_title{
	display:block;
	color:#555;
	line-height:28px;
}
.xl_intr .xl_intr2 .icon_title img{
	height:20px;
	margin-right:5px;
	margin-top: -3px;
}
.xl_layout{
	border-top: 1px solid #D2D2D2;
	margin-left: 127px;
	margin-right: -20px;
	margin-top:10px;
	margin-bottom:20px;
}
.cxbju{
	display:table;
	width:100%;
	height:50px;
}

/*.lineDetails .lineDetails_item:first-child .lineDetails_child:last-child{
	height:30px;
}

.lineDetails .lineDetails_item:last-child .lineDetails_child:first-child{
	height:30px;
}

.lineDetails .zhidade.lineDetails_item:first-child .lineDetails_child:last-child{
	height:50px;
}
.lineDetails .zhidade.lineDetails_item:last-child .lineDetails_child:first-child{
	height:50px;
}*/
/* 线轴 */
.line1 .lineDetails_child .right{
	background-image:url(../images/l1-c3.png);
}
.line2 .lineDetails_child .right{
	background-image:url(../images/l2-c3.png);
}
.line3 .lineDetails_child .right{
	background-image:url(../images/l3-c3.png);
}
.line4 .lineDetails_child .right{
	background-image:url(../images/l4-c3.png);
}
.line5 .lineDetails_child .right{
	background-image:url(../images/l5-c3.png);
}
.line6 .lineDetails_child .right{
	background-image:url(../images/l6-c3.png);
}
.line66 .lineDetails_child .right{
	background-image:url(../images/l66-c3.png);
}
.line7 .lineDetails_child .right{
	background-image:url(../images/l7-c3.png);
}
.line8 .lineDetails_child .right{
	background-image:url(../images/l8-c3.png);
}
.line9 .lineDetails_child .right{
	background-image:url(../images/l9-c3.png);
}
.line10 .lineDetails_child .right{
	background-image:url(../images/l10-c3.png);
}
.line11 .lineDetails_child .right{
	background-image:url(../images/l11-c3.png);
}
.line12 .lineDetails_child .right{
	background-image:url(../images/l12-c3.png);
}
.line13 .lineDetails_child .right{
	background-image:url(../images/l13-c3.png);
}
.line14 .lineDetails_child .right{
	background-image:url(../images/l14-c3.png);
}
.line16 .lineDetails_child .right{
	background-image:url(../images/l16-c3.png);
}
.line20 .lineDetails_child .right{
	background-image:url(../images/l20-c3.png);
}
.start_dot2.right:before{
	content:"";
	position:absolute;
	top:25px;
	left: -7px;
    width: 27px;
    height: 27px;	
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background-repeat:no-repeat;
	background-size:100%;
}
/*  号线图标的起点与终点 */
.line1 .start_dot2.right:before{
	background-image:url(../images/b1.png);
}
.line2 .start_dot2.right:before{
	background-image:url(../images/b2.png);
}
.line3 .start_dot2.right:before{
	background-image:url(../images/b3.png);
}
.line4 .start_dot2.right:before{
	background-image:url(../images/b4.png);
}
.line5 .start_dot2.right:before{
	background-image:url(../images/b5.png);
}
.line6 .start_dot2.right:before{
	background-image:url(../images/b6.png);
}
.line66 .start_dot2.right:before{
	background-image:url(../images/b66.png);
}
.line7 .start_dot2.right:before{
	background-image:url(../images/b7.png);
}
.line8 .start_dot2.right:before{
	background-image:url(../images/b8.png);
}
.line9 .start_dot2.right:before{
	background-image:url(../images/b9.png);
}
.line10 .start_dot2.right:before{
	background-image:url(../images/b10.png);
}
.line11 .start_dot2.right:before{
	background-image:url(../images/b11.png);
}
.line12 .start_dot2.right:before{
	background-image:url(../images/b12.png);
}
.line13 .start_dot2.right:before{
	background-image:url(../images/b13.png);
}
.line14 .start_dot2.right:before{
	background-image:url(../images/b14.png);
}
.line16 .start_dot2.right:before{
	background-image:url(../images/b16.png);
}
.line20 .start_dot2.right:before{
	background-image:url(../images/b20.png);
}
/*中途站*/
.midway_dot2:before{
	content:"";
	position:absolute;
	top:50%;
	left: -40px;
    width: 18px;
    height: 18px;	
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background-repeat:no-repeat;
	background-size:100%;
}
.line1 .midway_dot2:before{
	background-image:url(../images/l1-c2.png);
}
.line2 .midway_dot2:before{
	background-image:url(../images/l2-c2.png);
}
.line3 .midway_dot2:before{
	background-image:url(../images/l3-c2.png);
}
.line4 .midway_dot2:before{
	background-image:url(../images/l4-c2.png);
}
.line5 .midway_dot2:before{
	background-image:url(../images/l5-c2.png);
}
.line6 .midway_dot2:before{
	background-image:url(../images/l6-c2.png);
}
.line66 .midway_dot2:before{
	background-image:url(../images/l66-c2.png);
}
.line7 .midway_dot2:before{
	background-image:url(../images/l7-c2.png);
}
.line8 .midway_dot2:before{
	background-image:url(../images/l8-c2.png);
}
.line9 .midway_dot2:before{
	background-image:url(../images/l9-c2.png);
}
.line10 .midway_dot2:before{
	background-image:url(../images/l10-c2.png);
}
.line11 .midway_dot2:before{
	background-image:url(../images/l11-c2.png);
}
.line12 .midway_dot2:before{
	background-image:url(../images/l12-c2.png);
}
.line13 .midway_dot2:before{
	background-image:url(../images/l13-c2.png);
}
.line14 .midway_dot2:before{
	background-image:url(../images/l14-c2.png);
}
.line16 .midway_dot2:before{
	background-image:url(../images/l16-c2.png);
}
.line20 .midway_dot2:before{
	background-image:url(../images/l20-c2.png);
}
.lineDetails_item .lineDetails_child .right .wrap{
	display:block;
	width:100%;
	font-size:0;
}
.lineDetails_item .lineDetails_child .right .xl_name{
	display:inline-block;
	text-align:left;
	width:50%;
}
.lineDetails_item .lineDetails_child .right .xl_name>div{
	display:inline-block;
	font-size:14px;
	vertical-align: middle;
}
.lineDetails_item .lineDetails_child .right .xl_shes{
	display:inline-block;
	text-align:right;
	width:50%;
}
.lineDetails_item .lineDetails_child .right .xl_shes>div{
	display:inline-block;
	vertical-align: middle;
}
.lineDetails_item .lineDetails_child .right .xl_shes .shesqh_js a{
	display:inline-block;
}
.lineDetails_item .lineDetails_child .right .xl_shes>div img{
	width:20px;
	margin-left:5px;
}
.lineDetails_item .lineDetails_child .right .xl_shes>div>a:last-child img{
	width:16px;
}
.table_pj{
	background:#E6E6E6;
	padding:20px;
}
.table_pj table{
	width:100%;
}
.table_pj table tr td{
	border:1px solid #C3C3C3;
	text-align:center;
	line-height:24px;
}
.ft_btn{
	padding:20px;
}
.ft_btn>a{
	display:block;
	color:white;
	text-align:center;
	font-size: 16px;
    line-height: 50px;
	margin-top:20px;
}
.btn_bg1{
	background:#009a44;
}
.btn_bg2{
	background:#b7d342;
}
.recentQuery{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background:#f3f3f3;
	margin-top:20px;
	padding:20px;
	z-index:11;
	border: 1px solid #CECECE;
	box-sizing: border-box;
}
.recentQuery>.clearfix div{
	font-weight:bold;
}
.recentQuery>.clearfix a{
	color:#4d4d4e;
}
.Ride.cxjl{
	max-height:140px;
	overflow:hidden;
}
.Ride.cxjl p{
	color:#b4b4b4;
	line-height:28px;
}
.line1 .xl_name_c{
	color:#0a9b4b;
}
.line2 .xl_name_c{
	color:#905025;
}
.line3 .xl_name_c{
	color:#0087d2;
}
.line4 .xl_name_c{
	color:#be0f19;
}
.line5 .xl_name_c{
	color:#824b82;
}
.line6 .xl_name_c{
	color:#02C8B9;
}
.line66 .xl_name_c{
	color:#219089;
}
.line7 .xl_name_c{
	color:#0a3282;
}
.line8 .xl_name_c{
	color:#905025;
}
.line9 .xl_name_c{
	color:#82646e;
}
.line10 .xl_name_c{
	color:#F97C9C;
}
.line11 .xl_name_c{
	color:#641937;
}
.line12 .xl_name_c{
	color:#a794b0;
}
.line13 .xl_name_c{
	color:#da830a;
}
.line14 .xl_name_c{
	color:#e8cc60;
}
.line16 .xl_name_c{
	color:#493d93;
}
.line20 .xl_name_c{
	color:#83c8c3;
}
/* 1号线会展中心样式 */
.Ride-en .lineShaft.line1 .layout1 a:nth-child(8) .right .xl_name{
	line-height: 20px;
    width: 140px;
}
/* 4号线会展中心样式 */
.Ride-en .lineShaft.line4 .layout1 a:nth-child(3) .right .xl_name{
	line-height: 20px;
    width: 140px;
}
/* 9号线深大南样式 */
.Ride-en .lineShaft.line9 .layout1 a:nth-child(8) .right .xl_name{
	line-height: 20px;
    width: 140px;
}
/* 11号线红树湾南样式 */
.Ride-en .lineShaft.line11 .layout1 a:nth-child(3) .right .xl_name{
	line-height: 20px;
    width: 120px;
}
/* 11号线样式 */
.lineShaft.line11 .layout1 .left{
	float:left;
	width: 80px;
	height:100%;
	position:relative;
}
.lineShaft.line11 .layout1 .left>div>img{
	height:22px;
	display: inline-block;
	margin: 3px 3px 3px 0;
}
/* 地图 */
.map_iframe{
	min-height:766px;
	width: 100%;
	/*overflow: hidden;*/
	position: relative;
	z-index: 1;
}
.map_iframe .iframe-div{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 766px;
	/*height: 100%;*/
}
.map_iframe iframe{
	border: none;
	display: block;
	width: 100%;
	height: 100%;
}
/*2019/12/29 常见问题*/
.Online1 ul li {
 border-bottom: 1px dotted #cacaca;
    padding: 20px 0;
}

.Online1 ul li div:first-child {
    border-bottom:none;
}
.Online1 ul li div h4{
    font-weight: bold;
}

.Online1 ul li div p {
    font-size: 15px;
    color: #484849;
    padding-left: 0;
}
/* 缩放 */
.theZoom{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.theZoom a{
	display: block;	
	margin-bottom: 2px;
}
.theZoom a img{
	width: 50px;
	height: 50px;
}

/*2020/01/16 建议留言提交按钮*/
.advice_but button:first-child{
    background: #fdd108;
}
.advice_but button:last-child{
	display: none;
}

.message_but button:last-child{
	display: none;
}

/* 站点信息 */
.txtLinetit{
	font-size: 16px;
	font-weight: bold;
}
.txtLinetit img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.zd_nav{
	/*border: 1px solid #BAB9B9;*/
	width: 100%;
	margin-top: 38px;
	border-top: 1px solid #BAB9B9;
	border-left: 1px solid #BAB9B9;
}
.zd_nav caption{
	border: 1px solid #BAB9B9;
	line-height: 30px;
	background: #E6E6E6;
	border-bottom: none;
	box-sizing: border-box;
}
.zd_nav td {
	width: 16.6%;
	text-align: center;
	line-height: 40px;
	/*border: 1px solid #BAB9B9;*/
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #BAB9B9;
	border-bottom: 1px solid #BAB9B9;
}
.zd_nav td a{
	display: block;
	color: #3B3B3D;
}
.zd_nav .on{
	color: #008D2A;
}
.conten_bt{
	background: #008D2A;
	color: white;
	margin-top: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}
.conten_boy{
	margin-top: 20px;
	overflow: hidden;
}
.conten_boy:last-child{
	margin-top: 0;
}
.conten_boy .left{
	width: 278px;
	height: 190px;
	margin-right: 15px;
	float: left;
}
.conten_boy .left img{
	display: block;
	width: 100%;
	height: 100%;
}
.conten_boy .right{
	overflow: hidden;
}
.conten_boy .right .cBox1{
		
}
.conten_boy .right .cBox1 .cTitle{
	line-height: 30px;
	padding-left: 15px;
	background: #008D2A;
	box-sizing: border-box;
	color: white;
}
.conten_boy .right .cBox1 .cText{
	border: 1px solid #BAB9B9;
	box-sizing: border-box;
	padding: 20px 15px;
	min-height: 160px;
	color: #2E2E2F;
	line-height: 1.6;
}
.conten_boy .right .cBox1 .yyskb{
	border: 1px solid #BAB9B9;
	width: 100%;
	margin-bottom: 25px;
}
.conten_boy .right .cBox1 .yyskb td{
	width: 16.666%;
	text-align: center;
	line-height: 40px;
	border: 1px solid #BAB9B9;
	box-sizing: border-box;
}
.Operationtext.ibx{
	padding-bottom: 0;
}
.cCrk{
	margin-bottom: 20px;
}
.cCrk:last-child{
	margin-bottom: 0;
}
.cCrk .ctitle{
	color: #009843;
	font-weight: bold;
}
.cCrk .txt{
	color: #2E2E2F;
}

/* 延误公告 */
.ycc{
	margin-top: 15px;
}
.ycc_ywgg{
	border: 1px solid #BAB9B9;
	width: 100%;
	border-bottom: 1px solid;	
}
.ycc .ycc_ywgg:first-child caption{
	border-top: 1px solid #BAB9B9;
}
.ycc_ywgg caption{
	border: 1px solid #BAB9B9;
	line-height: 30px;
	background: #E6E6E6;
	border-bottom: none;
	box-sizing: border-box;
	border-top: none;
}
.ycc_ywgg tr td {
	width: 33.33%;
	border: 1px solid #BAB9B9;
	box-sizing: border-box;	
	padding: 14px 20px;
}
.ycc_ywgg tr td p{
	display: block;
	color: #3B3B3D;
}
.ycc_ywgg .on{
	color: #008D2A;
}


/* 站点查询 */
.zdcx_wrap{
	margin-top: 20px;
}
.news_ul .Platform2>ul.zdcx_wrap li{
	height: 90px;
}
/*2020-01-13  表格样式*/
.tablenews table{
 width: 100%;
 color: #222222!important;
 border: 1px solid #C9C9C9;
}
.tablenews table th{
 border: 1px solid #C9C9C9!important;
 background: #e6e6e6;
}
.tablenews table tr{
 text-align: center;
}
.tablenews table td{
 border: 1px solid #C9C9C9!important;
}

.tablenews-en .table{
 width: 100%;
 color: #222222!important;
 border: 1px solid #C9C9C9;
}
.tablenews-en .table th{
 border: 1px solid #C9C9C9!important;
 background: #e6e6e6;
}
.tablenews-en .table tr{
 text-align: center;
}
.tablenews-en .table td{
 border: 1px solid #C9C9C9!important;
}

.newsdeteil table{
 width: 100%;
 color: #222222!important;
 border: 1px solid #C9C9C9;
}
.newsdeteil table th{
 border: 1px solid #C9C9C9!important;
 background: #e6e6e6;
}
.newsdeteil table tr{
 text-align: left;
}
.newsdeteil table td{
 border: 1px solid #C9C9C9!important;
}

/* 网站地图 */
.sitemap .sitemap-bt>a{
	padding: 15px 0 10px;
    font-size: 16px;
    color: #444;
    font-weight: bold;
    display: inline-block;
}
.sitemap .sitemapwrap{
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 15px;
}
.sitemap .sitemap-bt2>a{
	font-weight: bold;
	font-size: 14px;
    color: #333;
}
.sitemap .sitemap-bt3>a{
	font-weight: 400;
	font-size: 14px;
	color: #444444;
}
.sitemap .sitemap-bt4>a{
	font-weight: 400;
	font-size: 14px;
	color: #444444;
}
.sitemap li a:hover {
    color: #339933;
}

/*招标公告文章格式：*/
.newsdeteil .con div h3{
    text-align:left;
    background:#fff;
    padding:0px;
    font-size:18px;
}

@media only screen and (max-width: 1200px) {
	body{
		width: auto;
	}
	.sysjdlymwz{ width: auto;
	}
	.sysjdlymwz .newsdeteil .con {
    background: #fff;
    padding: 55px 60px 15px;
    width:auto;
    box-sizing: border-box;
    }
    .sysjdlymwz .newsdeteil .con h3 {
    
        display: block;
    font-size: .5rem;
    line-height: 1rem;
    color: #1d1d1e;
    background-color: #e6e6e6;
    text-align: center;
    margin-top: .5rem;
    padding: 0 25px;
}

    .sysjdlymwz .newsdeteil .con h4 {

    margin: 0;   
    display: block;
    font-size: .3rem;
    line-height: .8rem;
    color: #424243;
    text-align: center;

}
    .sysjdlymwz .newsdeteil .con p {
    font-size: .35rem;
    color: #484849;
    line-height: 30px;
    margin-bottom: 40px;
}

.sysjdlymwz .inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}



}