@charset "UTF-8";
@import url("reset.css");
/**
 *
 * @authors chan.yisen (aihuacyc@gmail.com)
 * @date    2017-09-02 10:25:51
 * @version $Id$
 * @public.less
 */
 
html {
  background-color: #ffffff;
}
html,
body {
  position: relative;
  overflow-x: hidden;
}
* {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
a {
  color: #616161;
  text-decoration: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all 0.4s;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
a:focus,
a:active {
  outline: none;
}
a:hover {
  color: #e60b17;
  text-decoration: none;
}
table,
tr,
td {
  border-collapse: collapse;
}
img {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
img {
  -webkit-transition: border .2s;
  -moz-transition: border .2s;
  -ms-transition: border .2s;
  transition: border .2s;
}
a.a-link {
  color: #e60b17;
  text-decoration: underline;
}
a.a-link:hover {
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-right:30px;
  padding-left:30px;
}
.container::before {
  display: table;
  content: "";
}
.container::after {
  display: table;
  content: "";
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.no-type {
  list-style: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
body {
  color: #616161;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
#ver-sc,
#ver-tc {
  font: 14px/1.6 "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", "宋体", Arial, Helvetica, Verdana, sans-serif;
}
#ver-en {
  font: 14px/1.6 "Quicksand", Arial, Helvetica, sans-serif, Verdana;
}
header {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #fff;    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
header .pull-left {
  width: 200px;
}
header .logo {  padding-top:15px;
  padding-bottom:15px;
  display: block;
}
header .logo img,
header .logo span {
  display: block;
  text-align: left;
  line-height: 1;
}
header .logo img {
  width: 100%;
}
header .logo span {
  color: #636466;
  margin-top: 6px;
  font-weight: 300;
}
header .pull-right {
/*  margin-top:10px;*/
}
nav > ul > li {
  float: left;
}
nav .lang {
  float: left;
  margin-top: 6px;
  margin-left:20px;
}
nav .lang a {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;

  margin-left: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e60b17;
}
nav .lang a:hover {
  color: #fff;
  background-color: #616161;
}
ul.nav-list {
    font-weight: 300;
  font-size: 18px;
  float: left;
}
ul.nav-list li {
  position: relative;

}
ul.nav-list li > a {
  display: block;
  color: #252525;
  padding:33px 20px;
  font-weight: 500;
}
ul.nav-list li .sub-nav {
  position: absolute;
  top: 100%;
  display: none;
  left: 0;border-top:1px solid #ffffff;
}
ul.nav-list li:hover > a {
  color: #ffffff;
background-color: #8a8181;
}
ul.nav-list li:hover .sub-nav {
  display: block;
}
ul.nav-list li.current > a {
  color: #ffffff;
   background-color: #8a8181;

}
ul.nav-list li dl {
	
  background-color: #8a8181;    padding:10px 0 15px 0;
}
ul.nav-list li dl dd {
  border-bottom: 1px solid #fff;
}
ul.nav-list li dl dd a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  line-height: 1.2;
}
ul.nav-list li dl dd a:hover {
  color: #ffde00;
}
ul.nav-list li dl dd:last-child {
  border-bottom: none;
}
ul.nav-list li:first-child {
  margin-left: 0;
}
ul.nav-list li:last-child .sub-nav {
  left: auto;
  right: 0;
}
.sub-nav {
  width: 320px;
}
.menu {
  display: block;
  width: 35px;
  height: 25px;
}
.menu span {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 8px;
  background-color: #e60b17;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.menu span:first-child {
  margin-top: 0;
}
/* index banner */
#banner {
  position: relative;
  widows: 100%;
  margin-top:78px;
}
ul.banner-list {
  widows: 100%;
  height: 100%;
}
ul.banner-list li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
ul.banner-list li .li-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: transform 18s;
  -moz-transition: transform 18s;
  -ms-transition: transform 18s;
  -o-transition: transform 18s;
  transition: transform 18s;
}
ul.banner-list li:first-child {
  display: block;
}
ul.banner-list li:first-child .li-bg {
  background-image: url(../images/banner1_mobile.jpg);
}
ul.banner-list li:nth-child(2) .li-bg {
  background-image: url(../images/banner2_mobile.jpg);
}

ul.banner-list li.current .li-bg {
  -webkit-transform: scale(1.6, 1.6);
  -moz-transform: scale(1.6, 1.6);
  -ms-transform: scale(1.6, 1.6);
  -o-transform: scale(1.6, 1.6);
  transform: scale(1.6, 1.6);
}



.banner-info {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-info .info-box {
  color: #fff;
  display: inline-block;
  max-width:550px;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#ver-en .banner-info .info-box{max-width:850px;}
.banner-info h6 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.banner-info h6 span {
  color: #e60b17;
}
.index-tit {
  font-size: 48px;
  
  font-weight: 700;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}
.index-tit span {
  color: #8a8181;
}
.index-tit i {
  color: #e60b17;
  font-style: normal;
}
p.more {
  text-align: center;
  margin-top: 30px;
}
p.more a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/arr_right.png) no-repeat center;
  background-size: 18px;
}
p.more a:hover {background: url(../images/arr_right_o.png) no-repeat center;background-size: 18px;}

/* index about */
.index-about {
  background-color: #e8e8e8;
}
.index-about-left {
  padding-top: 70px;
  padding-bottom: 60px;
}
.index-about-content {
  margin-top: 45px;
  text-align: left;
}
.index-about-content .more {
  margin-top: 40px;
}
.index-about-content .more a {
  color: #e60b17;
}
.index-about-right{ min-height:385px;}
.index-about-right .img-wrap img {
  display: block;
  width: 100%;
}
.index-about .pc{ display:none;}
/* index news */
.index-news {
  padding-top: 80px;
  padding-bottom: 80px;
}
.index-news .more-wrap {
  margin-top: 60px;
  text-align: center;
}
.index-news .more-wrap a {
  display: inline-block;
  line-height:40px;
  padding-right: 30px;
  padding-left: 30px;
  color: #e60b17;
  font-size: 15px;
  font-weight: 400;
  border: 2px solid #e60b17;
}
.index-news .more-wrap a:hover {
  color: #fff;
  background-color: #e60b17;
}
ul.index-news-list {
  margin-top: 70px;
}
ul.index-news-list li {
  margin-top: 50px;
}
ul.index-news-list li .inner-li {
  width:100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}
ul.index-news-list li .date-tit {
  display: table;
  width: 100%;
}
ul.index-news-list li .date {
  font-size: 32px;
  color: #8a8181;
  width: 90px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
ul.index-news-list li .date-box {
  line-height: 1;
  text-align: center;
  width: 90px;
  height: 90px;
  padding-top: 10px;
  border: 1px solid #e60b17;
}
ul.index-news-list li .tit {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;

}
ul.index-news-list li .tit span{

  display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
ul.index-news-list li .img-wrap {
  margin-top: 30px;
}
ul.index-news-list li .img-wrap img {
  display: block;
  width: 100%;
}
/* index report */
.index-report {
  padding-top: 55px;
  padding-bottom: 55px;
  background: url(../images/index_report_img.jpg) no-repeat center;
  background-size: cover;
}
.index-report .report-wrap a,
.index-report .result-wrap a {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.index-report .report-wrap a:hover .txt,
.index-report .result-wrap a:hover .txt {
  color: #e60b17;
}
.index-report .report-wrap .img img,
.index-report .result-wrap .img img,
.index-report .report-wrap .txt img,
.index-report .result-wrap .txt img {
  display: block;
  width: 100%;
}
.index-report .report-wrap .txt,
.index-report .result-wrap .txt {
  text-align: center;  
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-size: 35px;
  text-transform: uppercase;
    display: table;
    margin: 20px auto;
}
.index-report .report-wrap {
  margin-bottom: 55px;
}
.index-report .report-wrap a {
  width:70%;
  max-width: 200px;
}
.index-report .result-wrap a {
  max-width: 270px;
}
/*/ 内页banner样式*/
.inner-banner {
  width: 100%;
  height: 445px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.inner-banner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.22);
}
.inner-banner .container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.inner-banner .tit {
  position: relative;
 display: table;
    margin: auto;
	text-align:center;
  top:56%;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;  
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-banner .tit span {
  color: #fff;
}
.inner-banner .tit i {
  color: #e60b17;
  font-style: normal;
}
.inner-banner .tit-box {
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.about-banner {
  background-image: url(../images/about_banner.jpg);
}
.bus-banner {
  background-image: url(../images/bus_banner.jpg);
}
.ir-banner {
  background-image: url(../images/ir_banner.jpg);
}
.career-banner {
  background-image: url(../images/career_banner.jpg);
}
.contact-banner {
  background-image: url(../images/contact_banner.jpg);
}
.milestone-list li p{margin-bottom:10px;}
.milestone-list li p:last-child{margin-bottom:0}
.milestone-list li .date{color: #e60b17; line-height:1;
    font-size: 24px;}
/* article */
article {
  padding-top: 48px;
  padding-bottom: 48px;
}
article h1 {
  color: #8a8181;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 45px;
  text-align: center;
  text-transform: uppercase;
}
article h2 {
  color: #e60b17;
  font-size: 24px;
  padding: 20px 0;

}
article h2:first-child{ padding-top:0}

article h3 {
  font-size:18px;
  color: #fcd000;
  padding:15px 0;
}
article h3:first-child{ padding-top:0}
article p {
  margin-bottom: 25px;
}
article .content-img img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.frame-wrap iframe {
  display: block;
  width: 100%;
}
.art-content {
  min-height:230px;
}
ul.comm-list li {
  border-bottom: 1px solid #fa6e76;
}
ul.comm-list li .inner-li {
  display: table;
  width: 100%;
}

ul.comm-list li .inner-li .date,
ul.comm-list li .inner-li .title {
  padding:15px;
  display: table-cell;
  vertical-align: top;
}
ul.comm-list li .inner-li .title a {  color:#999999;}
ul.comm-list li .inner-li .title a b{ display:block;  color:#000000; font-weight:normal;}
ul.comm-list li .inner-li .title a b:hover{ color:#e60b17}
ul.comm-list li .inner-li .date {
  width: 100px;
  min-width: 100px;
}

ul.comm-list li:first-child {
  border-top: 4px solid #e60b17;
}
ul.comm-list li:last-child {
  border-bottom: 4px solid #e60b17;
}

.about_view{
  text-align: center;
}
.about_view a {
  display: inline-block;
  padding:15px 10px;
  width:48%;
  font-size:22px;
  margin:1%;
  color: #fff;
  line-height:1;
  background-color: #8a8181;
}
.about_view a:hover {
  background-color: #e60b17;
}

.about_view .current{background-color: #e60b17;}
/* ir reports */
ul.report-list li {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 30px;
}

ul.report-list li .inner-li a img {
  display: block;
  width: 100%;
  height: auto;
       box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}
ul.report-list li .inner-li a img:hover {
box-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}
ul.report-list li .inner-li span {
  display: block;
  text-align: center;
  line-height: 1.2;
  margin-top:10px;
}
ul.report-list li:nth-child(2n) {
  margin-right: 0;
}
ul.report-list li:nth-child(2n+1) {
  clear: both;
}

ul.reports-list li {
  margin-bottom: 48px;
}
ul.reports-list li .inner-li {
  width: 100%;
  max-width: 230px;
  min-height:240px;
  margin: 0 auto;
  position: relative;
}

ul.reports-list li:last-child {
  margin-bottom: 0;
}

/* ir factsheet */

ul.factsheet-list li {
    display: table;
    margin: auto;
}
ul.factsheet-list li .inner-li a img{display: block;
    width: 100%;
    height: auto; max-width:300px;
	  border: 1px solid #eeeeee;
}
ul.factsheet-list li .inner-li a img:hover {
  border: 1px solid #e60b17;
}
	
ul.factsheet-list li .inner-li span {
  display: block;
  text-align: center;
  line-height: 1.2;
  margin-top:10px;
}
/* ir demo */
ul.presentation-list li {
  margin-bottom: 30px;
  display: table;
    margin: auto;
}
ul.presentation-list li .inner-li a img {
  display: block;
  width: 100%;
  max-width:300px;
  height: auto;
   border: 1px solid #eeeeee;
}
ul.presentation-list li .inner-li a img:hover {
  border: 1px solid #e60b17;
}
ul.presentation-list li .inner-li span {
  display: block;
  text-align: center;
  line-height: 1.2;
  margin-top:10px;
}

/* ir overview */
.ir-report {
  padding-top: 55px;
  padding-bottom: 55px;
  background: url(../images/ir_report_img.jpg) no-repeat center;
  background-size: cover;
}

.ir-tit {
  
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.ir-tit i {
  font-style: normal;
  color: #e60b17;
}
.ir-ann-share {
  background-color: #e8e8e8;
}
.ir-ann-share.container {
  padding-right: 0;
  padding-left: 0;
}
.ir-ann-share .more-wrap {
  text-align: right;
  margin-top:10px;
}
.ir-ann-share .more-wrap a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/arr_right.png) no-repeat center;
  background-size: 18px;
}
.ir-ann-share .more-wrap a:hover {background: url(../images/arr_right_o.png) no-repeat center; background-size: 18px;}
.ir-ann {
  padding: 45px 30px 20px 30px;
}
.ir-ann .ir-tit {
  margin-bottom: 45px;
}
ul.ir-ann-list {
  font-size: 18px;
}
ul.ir-ann-list li {
  margin-bottom:30px;
}
ul.ir-ann-list li a {
  font-weight: 400;
  display: block;
  line-height: 1.2;
}
ul.ir-ann-list li span.date {
  color: #e60b17;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-top: 10px;
}
.ir-share {
  padding: 45px 30px 20px 30px;
  background-color: #fff;
}
.ir-share .frame-box {
  margin-top: 50px;
}
.ir-high-fin {
  padding-top:45px;
  padding-bottom:45px;
  background: url(../images/ir_high_bg.png) no-repeat center bottom;
  background-color: #e50b16;
background-size: 120%;
}
.ir-high-fin .ir-tit {
  color: #fff;
  margin-bottom: 50px;
}
.ir-high-fin .more-wrap {
  text-align: right;
  margin-top: 30px;
}
.ir-high-fin .more-wrap a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/arr_right_white.png) no-repeat center;
  background-size: 18px;
}
.ir-high-fin .more-wrap a:hover {background: url(../images/arr_right_o.png) no-repeat center; background-size: 18px;}
ul.ir-high-list li {
  margin-bottom: 60px;
}
ul.ir-high-list li:last-child {
  margin-bottom: 0;
}
ul.ir-high-list li .inner-li {
  color: #fff;
  
  font-weight: 300;
  text-align: center;
}
ul.ir-high-list li .inner-li span {
  display: block;
  font-size: 22px;
  line-height: 1;
  padding:5px 30px;
}
ul.ir-high-list li .inner-li span:first-child {
  text-transform: uppercase;
}
ul.ir-high-list li .inner-li span:first-child i {
  font-size:40px;
  font-style: normal;
  padding-right:5px;line-height: 1;
  font-family:"Quicksand", Arial, Helvetica, sans-serif, Verdana;
}

ul.photo-list li {
  width: 100%;
  margin-bottom: 25px;
}
ul.photo-list li .inner-li {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}
ul.photo-list li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid #e8e8e8;
}
ul.photo-list li a:hover {
  border-color: #e60b17;
}
ul.photo-list li span{ display:block; padding-top:10px; font-size:18px; text-align:center}
ul.photo-list li a img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-list ul{
	width:100%;
  margin-bottom: 35px;
}
.contact-list ul li {
  margin-bottom: 15px;
}
.contact-list ul li .d-table {
  display: table;
  width: 100%;
}
.contact-list ul li .d-table .d-cell {
  display: table-cell;
}
.contact-list ul li .d-table .d-cell:first-child {
  width:90px;
  min-width:90px;
}
.year-wrap {
  margin-bottom: 15px;
}
.year-wrap .current-year {
  font-size: 24px;
  color: #e60b17;
  line-height: 1;
  
  font-weight: 400;
}
.year-box {
  float: right;
  width: 125px;
  position: relative;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
}
.year-box::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #007c7d;
  display: block;
  width: 22px;
  line-height:1;
  border-left: 1px solid #ccc;
  position: absolute;
  top:5px;
  right: 0;
  text-align: center;
}
.year-box select {
  width: 100%;
  min-width: 125px;
  padding: 2px 3px;
  padding-right: 30px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  height: 24px;
  font-family: Verdana, Arial, Helvetica;
  position: relative;
  background: none;
  background-color: transparent;
  z-index: 3;
}

.year-box .select-year {
  display: block;
  width: 100%;
  line-height: 38px;
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
  cursor: pointer;
}
.year-box .select-year::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 17px;
  border-top: 9px solid #ffffff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.year-list-wrap {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
  padding-top: 15px;
}
ul.year-list {
  position: relative;
  background-color: #fa6e76;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
ul.year-list li {
  border-bottom: 1px solid #fff;
}
ul.year-list li a {
  display: block;
  color: #fff;
  padding-right: 17px;
  padding-left: 17px;
  line-height: 36px;
}
ul.year-list li:last-child {
  border-bottom: none;
}
ul.year-list li:hover {
  background-color: #e60b17;
}
ul.year-list::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 17px;
  border-bottom: 9px solid #fa6e76;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
footer {
  width: 100%;
}
.f-top {
  padding-top: 20px;
  padding-bottom:20px;
  background-color: #e8e8e8;
}
ul.sitemap-list li > a {
  display: block;
  font-size: 16px;
  
  font-weight: 500;
  color: #ec171e;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
ul.sitemap-list li > a::after {
  content: "+";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.sitemap-list li > a.active::after {
  content: "-";
}
ul.sitemap-list li .map-wrap {
  display: none;
}
ul.sitemap-list li dd {
  margin-bottom: 6px;
}
.f-btm {
  margin-top: 25px;
  text-align: center;
}
.f-btm .power {
  margin-top: 12px;
  padding-bottom: 20px;
}
#no-pc {
  display: block;
}
#phone {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: rgba(255, 255, 255, 0.97);
}
#phone .container {
  padding: 30px 0;
  height: 100%;
}
#phone .p-top {
  padding-right: 30px;
  padding-left: 30px;
}
#phone .lang {
  float: left;
}
#phone .lang a {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-family: "Microsoft JhengHei";
  margin-right: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e60b17;
}
#phone .close {
  float: right;
}
#phone .close a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/close.png) no-repeat center;
  background-size: contain;
}
#phone .close a:hover {
  background-image: url(../images/close_h.png);
}
#phone .sub-nav {
  width: 100%;
  display: none;
}
.phone-wrap {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
ul.phone-nav-list {
  margin-top: 60px;
  text-align: center;
  
  font-weight: 300;
}
ul.phone-nav-list a {
  display: block;
  line-height: 1;
}
ul.phone-nav-list li > a {
  font-size: 30px;
  padding: 15px 30px;
}
ul.phone-nav-list .sub-nav {
  background-color: #8a8181;
}
ul.phone-nav-list dl {
  padding-bottom: 15px;
}
ul.phone-nav-list dl dd {
  border-bottom: 1px solid #fff;
}
ul.phone-nav-list dl dd a {
  font-size: 24px;
  color: #fff;
  padding: 12px 15px;
}
ul.phone-nav-list dl dd a:hover {
  color: #ffde00;
}
ul.phone-nav-list dl dd:last-child {
  border-bottom: none;
}
ul.click-show {
  padding-bottom: 10px;
}
ul.click-show li {
  margin-bottom: 8px;
}
ul.click-show li h3 {
  color: #000000;
  font-size: 16px;
  padding: 15px;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: #e0e0e0;
}
ul.click-show li h3 span {
  color: #999;
}
ul.click-show li.current h3,
ul.click-show li:hover h3 {
  color: #fff;
  background-color: #e60b17;
}
ul.click-show li.current h3 span,
ul.click-show li:hover h3 span {
  color: #fff;
}
ul.click-show li .h3-detail {
  overflow: hidden;
  display: none;
  padding: 25px 18px;
}
ul.click-show li .h3-detail ul li {
  list-style: none;
}
ul.click-show li .h3-detail ul li img {
  width: auto;
  max-width: 100%;
}
ul.click-show li .h3-detail ul li:first-child {
  float: left;
 /* width: 180px;*/
}
ul.click-show li .h3-detail ul li:last-child {
/*  padding-left: 210px;*/
}
.zoom{ display:block; width:40px; position:absolute; right:40px; margin-top:-20px;}
.bus_table {border-left:1px solid #dddddd;border-top:1px solid #dddddd; margin-top:20px;}
.bus_table tr th,
.bus_table tr td {
  padding: 12px 15px;
    border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.bus_table thead { color:#000000; font-weight:bold;
	background-color:#eeeeee
}

.bus-table tr td{
  text-align: right;
}
.bus-table tr td:first-child{
  text-align: left;
}
.bus-table tr:first-child td,
.bus-table tr td:nth-child(2){
  background-color: #383125;
  color: #fff;
  font-weight: bold;
}



.bus-map{
  position: relative;
  width: 1024px;
  margin: 0px auto;
  height:auto;
}
img.auto-img{
  width: 100%;
  height: auto;
}
.pc-map{
  display: none;
}
.pc-map span.map-addr{
  position: absolute;
}
span.map-addr a{
  width: 40px;
  height: auto;
  display: block; 
  transition: all 2s;
-moz-transition: all 2s;  /* Firefox 4 */
-webkit-transition: all 2s; /* Safari 和 Chrome */
-o-transition: all 2s;
}
span.map-addr a img{
  position: relative;
  width: 100%;
  height: auto;
}
span.map-addr p{
  color: #c00000;
  margin-bottom:0px;
  font-weight: bold;
  font-size: 18px;
  margin-left: 36px;
  margin-top: -30px;
  display: none;
}
span#addr1{
  top: 17.66%;
  left: 13.66%;
}
span#addr1 a.active{
  animation: mydh 1.8s infinite;
  -webkit-animation: mydh 1.8s infinite;
  -moz-animation: mydh 1.8s infinite;
  
}
span#addr2{
  top: 64%;
  left: 57.888%;
}
span#addr2 a.active{
  animation: mydh 2s infinite;
  -webkit-animation: mydh 2s infinite;
  -moz-animation: mydh 2s infinite;
}
span#addr3{
  top: 29%;
  left: 76.66%;
}
span#addr3 a.active{
  animation: mydh 1.5s infinite;
  -webkit-animation: mydh 1.5s infinite;
  -moz-animation: mydh 1.5s infinite;
}

@keyframes mydh{  
     0% {  
         transform: translate(0px, 0px);  
     }  
     50% {  
         transform: translate(0px, -15px);  
     }  
     100% {  
         transform: translate(0px, 0px);  
     }  
}  

@-webkit-keyframes mydh{
     0% {  
         transform: translate(0px, 0px);  
     }  
     50% {  
         transform: translate(0px, -15px);  
     }  
     100% {  
         transform: translate(0px, 0px);  
     }  
}
