@import url("reset.css");
/**
 *
 * @authors chan.yisen (aihuacyc@gmail.com)
 * @date    2016-07-25 09:25:51
 * @version $Id$
 * @public.less
 */
@charset "UTF-8";
@font-face {
  font-family: 'HelveticaLT45Light';
  src: url('../fonts/HelveticaLT45Light.eot');
  src: url('../fonts/HelveticaLT45Light.eot') format('embedded-opentype'), url('../fonts/HelveticaLT45Light.woff2') format('woff2'), url('../fonts/HelveticaLT45Light.woff') format('woff'), url('../fonts/HelveticaLT45Light.ttf') format('truetype'), url('../fonts/HelveticaLT45Light.svg#HelveticaLT45Light') format('svg');
}
@font-face {
  font-family: 'DINMedium';
  src: url('../fonts/DINMedium.eot');
  src: url('../fonts/DINMedium.eot') format('embedded-opentype'), url('../fonts/DINMedium.woff2') format('woff2'), url('../fonts/DINMedium.woff') format('woff'), url('../fonts/DINMedium.ttf') format('truetype'), url('../fonts/DINMedium.svg#DINMedium') format('svg');
}
@font-face {
  font-family: 'DINLight';
  src: url('../fonts/DINLight.eot');
  src: url('../fonts/DINLight.eot') format('embedded-opentype'), url('../fonts/DINLight.woff2') format('woff2'), url('../fonts/DINLight.woff') format('woff'), url('../fonts/DINLight.ttf') format('truetype'), url('../fonts/DINLight.svg#DINLight') format('svg');
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff2') format('woff2'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#MyriadProRegular') format('svg');
}
@font-face {
  font-family: 'TimesNewRoman';
  src: url('../fonts/TimesNewRoman.eot');
  src: url('../fonts/TimesNewRoman.eot') format('embedded-opentype'), url('../fonts/TimesNewRoman.woff2') format('woff2'), url('../fonts/TimesNewRoman.woff') format('woff'), url('../fonts/TimesNewRoman.ttf') format('truetype'), url('../fonts/TimesNewRoman.svg#DINLight') format('svg');
}
html {
  background-color: #ffffff;
}
html,
body {
  position: relative;
  overflow-x: hidden;
}
* {
  -webkit-text-size-adjust: none;
}
a {
  color: #484848;
  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: #f26722;
  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: #f26722;
  text-decoration: underline;
}
a.a-link:hover {
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.container::before {
  display: table;
  content: "";
}
.container::after {
  display: table;
  content: "";
  clear: both;
}
.clearfix::after,
nav ul::after,
nav ol::after,
.f-alert::after,
.slick-dots::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}
.clearfix,
nav ul,
nav ol,
.f-alert,
.slick-dots {
  *zoom: 1;
}
/*.h2,
.h3,
.h4 {
  font-family: "DINMedium", Arial;
}*/
.h2 {
  font-size: 40px;
}
.h3 {
  font-size: 30px;
}
.h4 {
  font-size: 18px;
}
.no-type {
  list-style: none;
}
body {
  color: #484848;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
#ver-sc,
#ver-tc{
  font: 16px/1.5 "黑體", "Microsoft JhengHei", "Microsoft YaHei", Arial, Helvetica, Verdana, sans-serif;
}
#ver-en {
  font:16px/1.5 "Calibri", Helvetica, Arial, sans-serif, Verdana;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index:6;
  background-color: #fff;
  border-top: 5px solid #f26722;
}
header:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: url(../images/banner_bg.png) repeat-x;
    position: absolute;
    bottom:-10px;
    left: 0;
    z-index: 101;}
.h-left {
  padding-top:10px;
  float: left;
  padding-bottom:10px;
}
.h-left a {
  display: block;
}
.h-left a img {
  display: block;
  width: 180px;
  height: auto;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.h-right {
  float: right;
  margin-top: 25px;
}
.h-r-top {
  text-align: right;
}
.h-r-top .lang {
  display: inline-block;
  background-color: #eee;
}
.h-r-top .lang a {
  padding: 0 15px;
}
#menu {
  display: block;
  width: 25px;
  height: 22px;
  position: relative;
}
#menu span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #f26722;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
#menu span::before,
#menu span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #f26722;
}
#menu span::before {
  bottom: 8px;
}
#menu span::after {
  top: 8px;
}
.h-r-bottom {
  margin-top: 20px;
}
nav ul,
nav ol {
  list-style: none;
}
nav > ul > li {
  float: left;
  /*position: relative;*/
  margin-left:100px;
  padding-bottom:40px;
}
#ver-en nav > ul > li{ margin-left:60px;}
nav > ul > li::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
/*#ver-en nav > ul > li > a{
  font-family: "DINMedium", Arial;
}*/
nav > ul > li > a {
  font-size: 14px;
  text-transform: uppercase;
  display:block;
}
/*nav > ul > li:hover ol.sub-nav {
  display: block;
}*/
// nav > ul > li:hover .sub-nav-wrap{
//   display: block;
// }
/*nav > ul > li:hover::after,
nav > ul > li.current::after {
  opacity: 1;
  background-color: #b21c1e;
}*/
nav > ul > li:hover > a,
nav > ul > li.current > a {
  color: #f26722;
}
/*nav > ul > li:nth-child(5) ol.sub-nav {
  right: 0;
}*/
nav > ul > li:nth-child(4) .sub-nav-wrap,
nav > ul > li:nth-child(5) .sub-nav-wrap{
  right: 0;
}
nav > ul > li:nth-child(5) dl {
  top: 0;
  right: 100%;
}
nav > ul > li:nth-child(3) ol li {
  // padding: 0px 20px;
}
nav li > ol.sub-nav {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 9;
  color: #fff;
  padding: 18px 0px;
  min-width: 280px;
  // background-color: #f26722;
}
nav .sub-nav-wrap{
  display: none;
  position: absolute;
  top: 100%;
  // width: 100%;
  width: 500px;
  z-index:110;
  left: 0;
  color: #fff;
  padding: 18px 0;
  // background-color: #f26722;
}
nav .sub-nav-wrap ol{
  float: left;
}
nav .sub-nav-wrap .sub-nav-pic{
  width: 50%;
  float: right;
}
nav .sub-nav-wrap .sub-nav-pic img{
  display: block;
  max-width: 100%;
}
nav ol.sub-nav li {
  position: relative;
}
nav ol.sub-nav li > a {
  font-size:16px !important;
  display: block;
  color: #fff;
  line-height:1;
  padding:5px;
  white-space: nowrap;
}
nav ol.sub-nav li > a:hover {
  color: #f26722;
  background-color: #fff;
}
nav ol.sub-nav li:hover dl{
  display: block;
}
nav ol.sub-nav li dl {
  display: none;
  position: absolute;
  padding: 20px 0;
  background-color: #f26722;
}
nav ol.sub-nav li dl a {
  white-space: nowrap;
  display: block;
  padding: 0 15px;
  color: #fff;
  font-size: 17px !important;
}
nav ol.sub-nav li dl a:hover {
  color: #f26722;
  background-color: #fff;
}
ul.nav-list > li{
  position: relative;
}
.nav-bg{
  width: 100%;
  position: absolute;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
  background-color: #f26722;
}
.spe-nav {
  display: table;
  width: 350px;
  min-height: 95px;
}
.spe-nav a {
  display: block;
  color: #fff;
}
.spe-nav .s-left,
.spe-nav .s-right {
  /*height: 100%;*/
}
.spe-nav .s-left > div,
.spe-nav .s-right > div {
  height: 100%;
}
.spe-nav .s-left > div > img,
.spe-nav .s-right > div > img {
  float: left;
  width: 120px;
  height: 95px;
}
.spe-nav .s-left .n-list,
.spe-nav .s-right .n-list {
  padding-left: 120px;
}
.spe-nav .s-left .n-list a,
.spe-nav .s-right .n-list a {
  font-size: 14px;
  line-height: 1;
  padding: 4px 15px;
}
.spe-nav .s-left .n-list a:hover,
.spe-nav .s-right .n-list a:hover {
  color: #f26722;
  background-color: #fff;
}
/*#ver-en .spe-nav .s-left > a,
#ver-en .spe-nav .s-right > a {
  font-family: "DINMedium", Helvetica;
}*/
.spe-nav .s-left > a,
.spe-nav .s-right > a {
  color: #fff !important;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.spe-nav .s-right {
  margin-top: 25px;
}
/* banner */
#banner {
  position:relative;

  padding-top:75px;
}
/*#banner:before{ content:"" ; display:block; width:100%; height:10px; background:url(../images/banner_bg.png) repeat-x; position:absolute; top:0; left:0; z-index:1}*/

ul.banner-list {
  width: 100%;
  /*height: 375px;*/
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-transition: height .4s;
  -moz-transition: height .4s;
  -ms-transition: height .4s;
  -o-transition: height .4s;
  transition: height .4s;
}
ul.banner-list li {
  /* display: none; */
  /* width: 100%; */
  width: 100vw;
  float: left;
  /* position: absolute; */
  position: relative;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -ms-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}
ul.banner-list li.active {
  z-index: 3;
  opacity: 1;
}
ul.banner-list li img{width:100%;}
ul.banner-list li:first-child {
  /* display: block; */
/*  background-image: url(../images/banner1.jpg);*/
}
ul.banner-list li:nth-child(2) {
/*  background-image: url(../images/banner2.jpg); */
}
ul.banner-list li:nth-child(3) {
/*  background-image: url(../images/banner3.jpg); */
}
ul.banner-list::after{
  content: "";
  display: table;
  clear: both;
}
ul.banner-list li .b-info {
	display:none;
  width: 100%;
  padding: 12px 10px;
  position: absolute;
  bottom: 0;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #f4f4f4;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
ul.banner-list li .b-info span,
ul.banner-list li .b-info strong {
  padding-right: 20px;
}
/*#ver-en ul.banner-list li .b-info span{
  font-family: "DINLight", Arial, Helvetica, Verdana, sans-serif;
}*/
ul.banner-list li .b-info span {
  display: block;
  font-size: 18px;
}
/*#ver-en ul.banner-list li .b-info strong{
  font-family: "DINMedium", Arial, Helvetica, Verdana, sans-serif;
}*/
ul.banner-list li .b-info strong {
  display: block;
  font-size: 24px;
  color: #f26722;
  font-weight: normal;
}
ul.banner-list li.current .b-info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
ul.banner-list .slick-list {
  height: 100%;
}
ul.banner-list .slick-track {
  height: 100%;
}
ul.btn-list {
  text-align: center;
  font-size: 0;
  padding-top:16px;
  padding-bottom: 12px;
}
ul.btn-list li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ccc;
}
ul.btn-list li.active,
ul.btn-list li:hover {
  background-color: #f26722;
}
/* index page */
#index-content {
  margin-top: 25px;
}
#index-content .c2 {
  background-color: #f4f4f4;
}
.more {
  margin-top: 12px;
  text-align: right;
}
.more a {
  color: #f26722;
  font-size: 14px;
}
.more a:hover i {
  background: #f26722;
}
.more a:hover i::before {
  left: 100%;
}
.more a:hover i::after {
  right: 0;
}
.more i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #f26722;
  border-radius: 50%;
  position: relative;
  top:5px;
  font-family: "FontAwesome", Arial, Helvetica, Verdana, sans-serif;
  font-style: normal;
  background: none;
  font-size: 20px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.more i::before,
.more i::after {
  content: "\f105";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 16px;
  text-align: center;
  color: #f26722;
  border-radius: 50%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.more i::after {
  right: 100%;
  left: auto;
  color: #fff;
}
/*#ver-en ul.index-item-list h3 {
  font-family: "DINMedium", Arial, Helvetica, Verdana, sans-serif;
}*/
ul.index-item-list h3 {
  font-size: 19px;
  color: #f26722;
  text-transform: uppercase;
}
ul.index-item-list .inner-li .inner-img {
  font-size: 0;
}
ul.index-item-list > li:nth-child(2){ background-color:#f26722}
ul.index-item-list .inner-li img {
  max-width: 100%;
}
ul.index-item-list p {
    line-height: 1.2;
  margin-bottom: 6px;
}
ul.index-item-list .index-item4 {
  padding: 0 25px;

  height: 100%;

}
ul.index-item-list .index-item4 h3 {
  padding-top: 25px;
  padding-bottom: 15px;
}
ul.index-item-list-1 h3 {
  padding-top: 12px;
  padding-bottom: 12px;
}
ul.index-item-list-1 > li .inner-li {
  padding-bottom: 25px;
}

ul.index-item-list-1 > li:last-child {
  position: relative;
}
ul.index-item-list-1 > li:last-child::before,
ul.index-item-list-1 > li:last-child::after {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #f26722;
}
ul.index-item-list-1 > li:last-child::before {
  right: 100%;
}
ul.index-item-list-1 > li:last-child::after {
  left: 100%;
}
ul.index-item-list-1 .inner-img {
  text-align: center;
}
ul.index-item-list-2 h3 {
  padding-top: 25px;
  padding-bottom: 15px;
}
/*ul.index-item-list-2 .inner-li {
  padding-bottom: 40px;
}*/
.index-item2 h3 + div {
  margin-bottom: 6px;
}
.index-item2 .clearfix{ padding-bottom:10px;}
.index-item2 h3 + div a {
  display: block;
  text-align: center;
  width: 48%;
  float: left;
  line-height: 38px;
  color: #f26722;
  text-transform: uppercase;
  background-color: #f4f4f4;
}
.index-item2 h3 + div a:first-child {
  margin-right: 4%;
}
.index-item2 h3 + div a:hover {
  color: #fff;
  background-color: #f26722;
}
.index-item5 h3{ color:#ffffff !important; padding:0 30px;}
.index-item5 .more {
  text-align: left;
}
/*#ver-en .index-item5 .more a {
  font-family: "DINMedium", Arial, Helvetica, Verdana, sans-serif;
}*/
.index-item5 > .more a {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
}
.index-item5 > .more a:first-child {
  margin-right: 15px;
}
.index-report-wrap {
	padding:0 30px;
  display: table;
  width: 100%;
}
.index-report-wrap .i-r-left,
.index-report-wrap .i-r-right {
  display: table-cell;
  vertical-align: middle;
}
.index-report-wrap .i-r-left {

  max-width:250px;
}
.inner-news-wrap .i-r-left {

  min-width:180px;
  max-width:350px;
}
.index-report-wrap .i-r-left a {
  display: block;
  border: 1px solid #ccc;
}
.index-report-wrap .i-r-left a img {
  display: block;
  width: 100%;
  max-width: 182px;
  height: auto;
}
.inner-report .i-r-left a img {
  max-width: 250px;
}
.inner-news-wrap .i-r-left a img {
  max-width: 350px;
}
.index-report-wrap .i-r-left a:hover {
  border-color: #f26722;
}
/*#ver-en .index-report-wrap .i-r-right {
  font-family: "DINMedium", Arial, Helvetica, Verdana, sans-serif;
}*/
.index-report-wrap .i-r-right {
  font-size: 14px;
}
#ver-eng .inner-news-wrap .i-r-right {
	width:50%;
}
.index-report-wrap .i-r-right > div {
	float:left;
  color: #fff;
  padding: 10px;
  background-color: #666;
}
.index-report-wrap .i-r-right > div span {
	font-size:12px;
  line-height: 1.2;
  display: block;
  text-align:left;
  float: left;
  width:100%;
  padding-top: 6px;
  padding-right:0px;
}
.index-report-wrap .i-r-right > div > a {
  display: block;
  float: left;
}
.index-report-wrap .i-r-right > div > a strong {
  font-weight: normal;
  display: block;
  font-size: 12px;
  text-align: center;
}
.index-report-wrap .i-r-right a {
  color: #fff;
}
.index-report-wrap .i-r-right a i {
  color: #fff;
  border-color: #fff;
}
.index-report-wrap .i-r-right a i::before,
.index-report-wrap .i-r-right a i::after {
  content: "\f107";
  color: #fff;
}
.index-item6 ol li {

  padding: 8px 0;
}
.index-item6 ol li > div {
  // display: table;
  width: 100%;
}
.index-item6 ol li span{ font-size:14px;}
.index-item6 ol li span,
.index-item6 ol li a {
  display: block;
}
.index-item6 ol li span {
  line-height: 1;
  width: 90px;
  min-width: 90px;
  float: left;
}
.index-item6 ol li a {
  line-height: 1;
  color: #f26722;
  margin-left: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
.index-item6 ol li a:hover {
   color: #484848;
}
// .index-item6 ol li a i{
//   font-style: normal;
//   display: block;
//   overflow: hidden;
//   text-overflow: ellipsis;
//   white-space: nowrap;
// }
/* 内页样式 */
article {
  padding-top: 25px;
  padding-bottom: 25px;
}
article .main-content {
  min-height: 380px;
}
article .main-content p {
  margin-bottom: 20px;
}
article ul,
article ol {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-content sup {
    vertical-align: super;
    font-size: smaller;
}
/*#ver-en article h2,
#ver-en article h3{
  font-family: "DINMedium", Arial, Helvetica, Verdana, sans-serif;
}*/
article h2 {
  font-size:26px;
  line-height: 1;
  color: #f26722;
  text-transform: uppercase;
  margin-bottom:30px;
}
article h3 {
  font-size:22px;
  color: #000000;
  line-height: 1;
  margin-top:50px;
  margin-bottom: 20px;
}
article h3:first-child{ margin-top:0}
article .content-img {
  font-size: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
article .content-img img {
  display: inline-block;
  max-width: 100%;
}
ol.arr-list {
margin-top:-10px;
  padding-left: 8px;
  list-style: none;
}
ol.arr-list li {
  padding-left: 18px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 12px;
}
ol.arr-list li::before {
  content: "\f105";
  color: #f26722;
  font-size: 18px;
  font-family: "FontAwesome", Arial, Helvetica, Verdana, sans-serif;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
/* 内页banner样式 */
.inner-banner {
	margin-top:75px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: height .4s;
  -moz-transition: height .4s;
  -ms-transition: height .4s;
  -o-transition: height .4s;
  transition: height .4s;
}
.inner-banner:before{ content:"" ; display:block; width:100%; height:10px; background:url(../images/banner_bg.png) repeat-x; position:absolute; top:0; left:0; z-index:1}
.inner-banner img{ width:100%;}
.inner-banner div {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  padding:5px 5px 10px 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
}
/*#ver-en .inner-banner div span{
  font-family: "DINLight", Arial, Helvetica, Verdana, sans-serif;
}*/
.inner-banner div span {
  font-size:22px;
  white-space: nowrap;
  border-bottom: 2px solid #fff;
  line-height:1;
}
.about-banner {
  background-image: url(../images/about_banner.jpg);
}
.about-vision-banner{background-image: url(../images/about_banner.jpg);}
.about_vision-banner{background-image: url(../images/about_vision_banner.jpg);}
.about_statement-banner{background-image: url(../images/about_statement_banner.jpg);}
.about_board-banner{background-image: url(../images/about_board_banner.jpg);}
.about_team-banner{background-image: url(../images/about_team_banner.jpg);}
.about_milestone-banner{background-image: url(../images/about_milestone_banner.jpg);}
.about_csr-banner{background-image: url(../images/about_csr_banner.jpg);}


.business-banner {
  background-image: url(../images/bus_banner.jpg);
}
.business-banner_coal {
  background-image: url(../images/bus_banner_coal.jpg);
}
.business-banner_shipping {
  background-image: url(../images/bus_banner_shipping.jpg);
}

.ir-banner_announcements {
  background-image: url(../images/ir_announcements_banner.jpg);
}
.ir-banner_calender {
  background-image: url(../images/ir_calender_banner.jpg);
}
.ir-banner_contact {
  background-image: url(../images/ir_contact_banner.jpg);
}
.ir-banner_reports {
  background-image: url(../images/ir_reports_banner.jpg);
}
.ir-banner_financial {
  background-image: url(../images/ir_financial_banner.jpg);
  background-position:right;
}
.ir-banner_growth {
  background-image: url(../images/ir_growth_banner.jpg);
}
.ir-banner_alert {
  background-image: url(../images/ir_alert_banner.jpg);
}
.ir-banner_structure {
  background-image: url(../images/ir_structure_banner.jpg);
}
.ir-banner {
  background-image: url(../images/ir_banner.jpg);
}


.news-banner {
  background-image: url(../images/news_banner.jpg);
}
.news-banner_gallery {
  background-image: url(../images/news_gallery_banner.jpg);
}


.contact-banner {
  background-image: url(../images/contact_banner.jpg);
}
/* about */
.sign span,
.sign i {
  display: block;
}
.sign span {
  font-weight: bold;
}
/* about vision */
ul.vision-list{
  max-width: 1280px;
  margin-top: 30px;
}
ul.vision-list li {
  margin-bottom: 25px;
}
ul.vision-list .inner-li {
  /*display: table;*/
  width: 100%;
}
ul.vision-list .inner-li > div {
  /*display: table-cell;*/
  /*vertical-align: top;*/
}
ul.vision-list .inner-li > div:first-child {
  /*width: 125px;*/
  text-align: center;
  background-color: #f26722;
}
ul.vision-list .inner-li > div:last-child {
  padding: 15px;
  background-color: #f6f6f6;
}
ul.vision-list .inner-li > div:last-child p {
  line-height: 1.2;
}
ul.vision-list .inner-li > div:last-child p:last-child {
  margin-bottom: 0;
}
ul.vision-list .inner-li .img-content {
  display: inline-block;
  color: #fff;
  /*width: 125px;*/
  /*height: 125px;*/
  /*min-width: 125px;*/
  padding:10px;
  /*display: table-cell;*/
  vertical-align: middle;
  background-color: #f26722;
  font-size: 0;
}
ul.vision-list .inner-li .img-content img {
  float: left;
  display: inline-block;
  /*width: 40px;*/
  max-width: 100%;
  /*height: auto;*/
  width: auto;
  height: 48px;
}
ul.vision-list .inner-li .img-content span {
  float: left;
  display: inline-block;
  /*display: block;*/
  line-height: 48px;
  font-size:20px;
  font-weight: bold;
  margin-left: 15px;
  /*font-family: "DINMedium";*/
}
.about_statement_img{padding:0 0 20px 0px; display:block; margin:0 auto; width:100%; max-width:515px;}
ul.milestone-list{
  list-style: none;
  position: relative;
  padding-left: 18px;
  margin-top: 40px;
}
ul.milestone-list::before{
  content: "";
  display: block;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #f26722;
  border-left: 20px solid transparent;
  position: absolute;
  left: 0;
  top: -23px;
}
ul.milestone-list li{
  padding-top: 40px;
  /*padding-bottom: 40px;*/
  border-left: 4px solid #313131;
  position: relative;
}
ul.milestone-list li::before{
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #f26722;
  position: absolute;
  top: 50px;
  left: -9px;
}
ul.milestone-list li:nth-last-child(2){
  padding-bottom: 20px;
}
ul.milestone-list li:last-child{
  padding-top: 0;
  border-left: 4px solid transparent;
}
ul.milestone-list li:last-child::before{
  top: 0;
  /*bottom: 0;*/
}
ul.milestone-list li .inner-li{
  padding-left: 18px;
}
ul.milestone-list li .m-list p{
  margin-top:10px;
  margin-bottom:0;
  padding-left: 20px;
  position: relative;
}
ul.milestone-list li .m-list p::before{
      content: "\f105";
    color: #f26722;
    font-size: 22px;
	line-height:1;
    font-family: "FontAwesome", Arial, Helvetica, Verdana, sans-serif;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
}
/*#ver-en ul.milestone-list li .year{
  font-family: "DINLight", Arial, Helvetica, Verdana, sans-serif;
}*/
ul.milestone-list li .year{ font-weight:bold;
  font-size: 36px;
  color: #f26722;
  line-height: 1;
}
/* business */
/* bus coal */

ul.bus-list li {
  margin-bottom: 25px;
}
ul.bus-list li img {
	display:block;
  max-width: 100%;
  min-width: 100%;
}
ul.bus-list-o li img { border:1px solid #BFBFBF}
#ver-en ul.bus-list li a span{
  font-family: "DINMedium", Arial, Helvetica, Verdana, sans-serif;
}
ul.bus-list li a span{ display: block;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    background-color: #f26722;}
ul.bus-list li:hover a span{ background-color: #484848; color:#ffffff}
ul.bus-coal-list{ display:inline-block;    margin-bottom: 0px;}
ul.bus-coal-list li {
  margin-bottom:25px;
}
ul.bus-coal-list li a {
  display: block;
  position: relative;
}
ul.bus-coal-list li img {
  max-width: 100%;
}
ul.bus-coal-list li a img {
  max-width: 100%;
}
/*#ver-en ul.bus-coal-list li a span{
  font-family: "DINMedium", Arial, Helvetica, Verdana, sans-serif;
}*/
ul.bus-coal-list li a span {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  background-color: #f26722;
}
.bus-img-4 {
  text-align: center;
}
/* bus shipping */
ul.bus-shipping-list {
  list-style: none;
}
ul.bus-shipping-list li {
  margin-bottom: 30px;
}
ul.bus-shipping-list li .inner-li {
  display: table;
  width: 100%;
}
ul.bus-shipping-list li .inner-li > div {
  display: table-cell;
  vertical-align: top;
}
ul.bus-shipping-list li .inner-li .b-img {
  font-size: 0;
  width: 125px;
}
ul.bus-shipping-list li .inner-li .b-img img {
  width: 100%;
}
ul.bus-shipping-list li .inner-li .b-txt {
  padding-left: 25px;
}
ul.bus-shipping-list li .inner-li .b-txt h4{
  color: #f26722;
  font-weight: bold;
  text-transform:uppercase;
}
ul.bus-shipping-list li .inner-li .b-txt p:last-child {
  margin-bottom: 0;
}
/* news present */
.news-present .i-r-left{
  min-width: 130px;
}
.news-present .i-r-right > div{
  width: 135px;
}
.news-present .i-r-left a img{
  max-width: 400px;
}
footer {
  width: 100%;
}
.copy-design .copy{ text-align:center}
.copy-design p:nth-child(2){margin-top: -25px; line-height:0;float: right;}
.copy-design p:nth-child(2){display:block;}
.copy-design p:nth-child(3){display:none;}
.copy-design p img{height:25px;}

.f-alert-wrap {
  padding-top: 27px;
  padding-bottom: 27px;
  background: url(../images/index_email_bg.png) no-repeat center;
  background-size: cover;
/*  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.35);*/
  background-color: #f26722;
}
.f-alert-wrap .container {
  width: 100%;
  padding: 0 20px;
}
.f-alert {
	font-weight:bold;
  padding-top:20px;
  padding-right: 10px;
  padding-bottom:20px;
  padding-left: 20px;
  background-color: #fff;
}
.f-alert-left span {
  font-size: 20px;
}
.f-alert-left span:last-child {
  color: #f26722;
}
#ver-en .in-form input{
	font-family: "TimesNewRoman", Helvetica, Arial, sans-serif, Verdana;
}


.in-form input { color: #a4a4a4;
  float: left;
 font-family: "標楷體", "Biaukai", "DFKai-SB", "Microsoft JhengHei", "Microsoft YaHei", Arial, Helvetica, Verdana, sans-serif;
  display: inline-block;
  padding: 10px;
  width: 210px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
}
.in-form button {
  float: left;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #f26722;
  border-radius: 50%;
  position: relative;
  left:20px;
  top: 8px;
  font-family: "FontAwesome", Arial, Helvetica, Verdana, sans-serif;
  background: none;
  font-size: 24px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.in-form button::before,
.in-form button::after {
  content: "\f105";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 20px;
  text-align: center;
  color: #f26722;
  border-radius: 50%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.in-form button::after {
  right: 100%;
  left: auto;
  color: #fff;
}
.in-form button:hover {
  background: #f26722;
}
.in-form button:hover::before {
  left: 100%;
}
.in-form button:hover::after {
  right: 0;
}
.f-sitemap {
  margin-top: 55px;
}
#ver-en ul.sitemap-list li {
  float: left;
  width:auto;
  padding:0 10%;
  /*max-width: 320px;*/
}
ul.sitemap-list li {
  float: left;
  width:auto;
  padding:0 12%;
  /*max-width: 320px;*/
}
ul.sitemap-list li:last-child {
  padding-right: 0;
}
ul.sitemap-list li dt {
  line-height: 1;
  margin-bottom: 15px;
}
/*#ver-en ul.sitemap-list li dt a{
  font-family: "DINMedium", "HelveticaLT45Light", Arial, Helvetica, Verdana, sans-serif;
}*/
ul.sitemap-list li dt a {
  font-size: 16px;
  color: #f26722;
  text-transform: uppercase;
}
ul.sitemap-list li dt a:hover{
  text-decoration: underline;
}
ul.sitemap-list li dd {
  line-height: 1;
  margin-bottom: 8px;
}
ul.sitemap-list li dd a {
  font-size: 14px;
}
.copy-design {
  font-size:12px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f3f3f3;
}
.copy-design .design {
  margin-top: 25px;
}
.copy i {
  font-style: normal;
}
/* phone nav */
#phone-nav-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  background-color: rgba(0, 0, 0, 0.5);
}
#phone-nav {
  width: 260px;
  height: 100%;
  padding: 25px 0;
  position: absolute;
  top: 0;
  right: -275px;
  z-index:12;
  background-color: #f26722;
}
.ul-wrap{
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25px;
}
#phone-nav a {
  color: #fff;
  display: block;
  line-height: 1;
}
#phone-nav a i::before{ color:#000
}
#phone-nav a:hover {
  background-color: #176484; color:#ffffff
}
#phone-nav a:hover i::before { color:#ffffff
}
#phone-nav ul > li.current{
  background-color: #176484;
}
/*#ver-en #phone-nav ul > li > a{
  font-family: "DINMedium", Arial, Helvetica, Verdana, sans-serif;
}*/
#phone-nav ul > li > a {
  text-transform: uppercase;
  font-size:20px;
  padding:10px 25px;
}
#phone-nav ul > li.current > a i::before{
  content: "\f068"; color:#FFF
}
#phone-nav ul > li > a i {
  float: right;
  padding-left:10px;
}
#phone-nav ul ol {
	padding:0 0 10px 0;
  list-style: none;
}
#phone-nav ol.sub-nav{
  display: none;
}
#phone-nav ol.sub-nav li a{
  padding:8px 10px 8px 25px;
}
#phone-nav .lang {padding: 10px 10px 10px 25px; color:#ffffff; margin-top:30px;}
#phone-nav .lang a{ display:inline-table; background-color:#FFF; color:#f26722; padding:5px; margin-right:5px;}
#phone-nav .lang a:hover{background-color:#000000; color:#ffffff;}

#nav-close{
  font-size: 24px;
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  left: -34px;
  text-align: center;
  line-height: 34px !important;
  background-color: #333333;
}
span.port {
  display: block;
  font-size: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
#w768,
#w1025 {
  display: none;
}
/* content pop */
#content-pop-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.4);
}
#content-pop {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1600px;
  height: 80%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#content-pop section {
  height: 100%;
  padding: 25px 0px 80px 25px;
}
#content-pop section p {
  margin-bottom: 25px;
}
#content-pop .content-img {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;

}
#content-pop .content{display: inline-block;
  max-width: 100%;}

#content-pop .content-img img {
  display: inline-block;
  max-width: 100%;
  padding-bottom:20px;
}
#content-pop .popup_table{display: inline-block;width: 100%; padding-top:30px;}

#content-pop h1{display: inline-block;width: 100%; color:#f26722; font-weight:bold; padding-bottom:20px;}

h2::after{
  content: "";
  display: table;
  clear: both;
}
h2 img{
  display: block;
  float: right;
  margin-top:-25px;
}
span.pop-tit{
  display: block;
  position: absolute;
  top: 4px;
  left: 15px;
  color: #fff;
  text-transform: uppercase;
}
#s-content{
  height: 100%;
}
.close-bar {
  color: #fff;
  padding: 4px 15px;
  text-transform: uppercase;
  background-color: #f26722;
}
.close-bar span {
  float: left;
}
.close-bar a {
  float: right;
  color: #fff;
}
.close-bar a:hover{
  color: #ef7a00;
}

/* mCSB_scrollTools */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ef7a00;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #ef7a00;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 15px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  margin-top: 45px;
  margin-bottom: 35px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #cccccc;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
  background-color: #f26722;
}
.slick-dots li button {
  display: none;
}

/*#ver-en ul.bus-coal-list li b{
  font-family: "DINMedium", Arial, Helvetica, Verdana, sans-serif;
}*/
ul.bus-coal-list li b{
  display: inline-block;
  width: 100%;
  background-color: #f26722;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding:30px;
  text-align: center;
  text-transform: uppercase;
}
ul.bus-coal-list li a img{
  display: block;
}
ul.bus-coal-list li a::before{
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  top: 0;
  left: 0;
  z-index: 4;
}
ul.bus-coal-list li a::after{
  content: "\f00e";
  display: none;
  font-family: "FontAwesome", Arial, Helvetica, Verdana, sans-serif;
  font-size: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #f26722;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ul.bus-coal-list li a:hover::before,
ul.bus-coal-list li a:hover::after{
  display: block;
}
.main-content > h4{
  color: #f26722;
  font-size:20px;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}
.inner-con h4{color: #f26722;
  font-size:20px;
  font-weight: bold;

  margin-bottom: 20px;}

/* 电邮提示页面 */
.frame-wrap {
  overflow-x: auto;
  position: relative;
  -webkit-overflow-scrolling:touch
}
#alertFrame {
  min-width: 640px;
}
/* 手指遮罩 */
.swipe-indicator {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.25);
}
.swipe-indicator i {
  font-family: "icomoon";
  font-size: 135px;
  display: inline-block;
  width: 140px;
  font-style: normal;
  left: 50%;
  color: #e33333;
  margin-left: -70px;
  position: absolute;
  top:0;
}
.swipe-indicator i::before {
  content: "\e60b";
}
.swipe-indicator b {
  font-family: "icomoon";
  font-size:28px;
  display: inline-block;
  font-style: normal;
  right:0;
  color: #e33333;
  margin-right:10px;
  position: absolute;
  top:0;
}
.swipe-indicator b::before {
  content: "\e614";
}

.table-wrap {
  position: relative;
  overflow-x: auto;
}
.table-wrap table {
  min-width:580px;
}
.bus-table td{
	padding:15px 20px;
	text-align:left;
	border-bottom:1px solid #ccc;
}
.bus-table thead td{
	background-color:#666;
	color:#fff;
	font-weight:700;
}

.bus-table tr td:nth-child(1){
  background-color:#666;
  color:#fff;
}

.high-table td{
	padding:15px 20px;
	text-align:right;
}
.high-table td:first-child{
	text-align:left;
}
.high-table thead td{
	background-color:#666;
	color:#fff;
	font-weight:700;
}
.high-table tr:nth-child(even) td{
	background-color:#f3f3f3;
}
.high-table tr td:nth-child(2){
  background-color:#f26722;
  color:#fff;
}
.high-table tbody tr:last-child td{
	border-bottom:1px solid #ccc;
}

.year-table{
  margin-bottom: 30px;
  border-bottom:2px solid #ccc;
  padding-bottom: 20px;
}
.year-table > span{
  display: inline-block;
  font-size: 30px;
  color: #f26722;
  line-height:53px;
  font-weight: bold;
}
.year-box{
  float: right;
  margin: 0;
}
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

#jumpMenu{ font: 16px/1.5 "標楷體", "Biaukai", "DFKai-SB", "Microsoft JhengHei", "Microsoft YaHei", Arial, Helvetica, Verdana, sans-serif;
  width:268px;
  line-height: 53px;
  height: 53px;
  padding-left:15px;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  background: url(../images/year_icon.jpg) no-repeat right center;
  background-size: auto 100%;
}
#ver-en #jumpMenu{
  font:16px/1.5 "TimesNewRoman", Helvetica, Arial, sans-serif, Verdana;
}
#jumpMenu:focus{
  outline: none;
}
#jumpMenu option{
  padding-top: 4px;
  padding-bottom: 4px;
}
.inner-report{
 width:80%;
  margin:0 10% 25px 10%;
  display: inline-block;
}
.inner-news-wrap{
	display:table;
}
 .inner-report:last-child{
    margin-bottom: 0;
  }
.ann-list li{
  padding:15px 20px;
}
.ann-list li:first-child{
  padding-top: 0;
}
.ann-list li:nth-child(even){
  background-color: #f3f3f3;
}
.ann-list li:last-child{
  border-bottom: 2px solid #ccc;
}
.ann-list li.noline{
  border-bottom: 0px;
}
.ann-list span,
.ann-list a{

  display:table-cell;
  vertical-align: top;
}
.ann-list span{
  padding-right: 40px;
  width: 170px;
  min-width:170px;
}
.ann-list a.ann-txt{
  width: 100%;

}
.ann-list a.ann-pdf{
  text-align: center;
  font-size:14px;
  color: #f26722;
  padding-left: 40px;
}
.ann-list a.ann-pdf button {
  width: 24px;
  height: 24px;

  /*margin: 0 auto;*/
  border: 2px solid #f26722;
  border-radius: 50%;
  position: relative;
  top: 0;
  font-family: "FontAwesome", Arial, Helvetica, Verdana, sans-serif;
  background: none;
  font-size: 24px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  display: block;
}
.ann-list a.ann-pdf button::before,
.ann-list a.ann-pdf button::after {
  content: "\f107";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 20px;
  text-align: center;
  color: #f26722;
  border-radius: 50%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.ann-list a.ann-pdf button::after {
  right: 100%;
  left: auto;
  color: #fff;
}
.ann-list a.ann-pdf:hover button {
  background: #f26722;
}
.ann-list a.ann-pdf:hover button::before {
  left: 100%;
}
.ann-list a.ann-pdf:hover button::after {
  right: 0;
}

.calen-table td{
  padding:15px 20px;
  text-align:left;
}
.calen-table thead td{
  background-color:#666;
  color:#fff;
  font-weight:700;
}
.calen-table tr:nth-child(even) td{
  background-color:#f3f3f3;
}
.calen-table tbody tr:last-child td{
  border-bottom:1px solid #ccc;
}
.inner-con{
  margin-bottom: 30px;
}
.inner-con-list li{
  padding:5px 0;
}
.inner-con-list li span{
  display: table-cell;
}
.inner-con-list li span:first-child{
  min-width:50px;
}
.inner-con-list{
  /*float: left;*/
}
.con-map{
  /*width: 450px;*/
  /*float: right;*/
}
.inner-ir-con{
  width: 65%;
  margin:0 auto;
}
.i-group{
  padding-bottom: 10px;
}
.i-group label, .i-group input{
  display:inline-block;
  vertical-align: middle;
}
.i-group input{color: #a4a4a4;}
.i-group label{
  width: 135px;
  min-width: 135px;
}
.i-group label span{
  color: #f00;
}
#ver-en .i-group input.name
#ver-en .i-group textarea.msg{
  font-family: "HelveticaLT45Light", Helvetica, Arial, sans-serif, Verdana;
}
.i-group input.name{
  font: 16px/1.5;
  width:40%;
  padding:10px 0 10px 15px;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  background-size: auto 100%;
}
.i-group input.code{
  width: 20%;
  margin-right: 10px;
}
.i-group input.radio{
  margin: 0 5px 0 10px;
}
.i-group textarea.msg{
  display: inline-block;
  vertical-align: middle;
  font: 16px/1.5;
  width:40%;
  padding:10px 10px 10px 15px;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  background-size: auto 100%;
}
.required{
  color: #f00;
  margin-left: 135px;
}
.submit-btn{
  margin-left: 135px;
  margin-top: 15px;
}
.submit{
  background-color: #ccc;
  color: #484848;
  padding:10px 30px;
  margin-right: 5px;
  cursor: pointer;
}
.submit:hover{
  background-color: #f26722;
  color: #fff;
}

.gallery-select select#jumpMenu{
  width: 350px;
}
ul.gallery-type-list{
  list-style: none;
}
ul.gallery-type-list li{
  width:100%;
  margin-right:0%;
  float: left;
  margin-bottom: 22px;

}
ul.gallery-type-list li:nth-child(2n){
  margin-right: 0;
}
ul.gallery-type-list li a{
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 65.71428571428571%;

}
ul.gallery-type-list li a img{
  display: block;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
ul.gallery-type-list li a + span{
  display: block;
  line-height:1;
  padding:3% 0;
  text-align: center;
  color:#ffffff;
background-color: #f26722;
}



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;

  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: #f26722;
}
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; width:100%}
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;}


.info_left{ width:48%; float:left; padding-bottom:30px;}
.info_right{ width:48%; float:right;}
.info_left h2, .info_right h2{ margin-bottom:10px;}
.info_left h2:first-child, .info_right h2:first-child{ margin-top:0px;}

.ir-strong strong {
  color: #f26722;
}