@import url("reset.css");
/**
 *
 * @authors chan.yisen (aihuacyc@gmail.com)
 * @date    2016-06-14 09:25:51
 * @version $Id$
 * @public.less
 */

@font-face {
	font-family: 'icomoon';
	src:url('../font/icomoon.eot');
	src:url('../font/icomoon.eot') format('embedded-opentype'),
		url('../font/icomoon.woff') format('woff'),
		url('../font/icomoon.ttf') format('truetype'),
		url('../font/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body {
  position: relative;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
/*a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all 0.4s;
}*/
a:focus,
a:active {
  outline: none;
}
a:hover {
  color: #00b1a2;
  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{
  color: #666;
  text-decoration: none;
}
a.a-link {
  color: #00b1a2;
  text-decoration: underline;
}
a.a-link:hover {
  text-decoration: none;
}
.clearfix::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.trans {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
select{
  -webkit-appearance:none;
     -moz-appearance:none;
      -ms-appearance:none;
          appearance:none;
}
select::-ms-expand {
  display: none;
}
ul,li {
  list-style: none;
}
#ver-sc,
#ver-tc {
  font: 16px/1.5 "Microsoft JhengHei", "Microsoft YaHei", Arial, Helvetica, Verdana, sans-serif;
}
#ver-en {
  font: 16px/1.5 Arial, Helvetica, Verdana, sans-serif;
}

body {
  color: #666;
  position: relative;
 background: #fff;
}

.content{
  width: 100%;
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  padding:0;
}
.content p{
  text-align: justify;
  text-justify:inter-ideograph;
  padding-bottom: 20px;
}
.content p:last-child{
  padding-bottom: 0;
}
.main-left{
  width: 100%;
  margin-bottom: 30px;
}

.nav-list li{
  overflow: hidden;
}
.nav-list li a{
  display: block;
  color: #898484;
  font-size: 16px;
  border-bottom: 1px solid #d1d1d1;
  padding: 10px;
  position: relative;
}
.nav-list li a:hover,
.nav-list li.mu a{
  color: #00b1a2;
}
.nav-list li.mu a:after{
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #00b1a2;
  position: absolute;
  top: 0;
  right: 0;
}
.main-right{
  width: 100%;
  padding-right:20px;
}

.high-table li{
  float: left;
  margin-right: 1px;
}
.high-table li a{
  color: #fff;
  background-color: #88d8d1;
  display: block;
  text-align: center;
  padding:10px 30px;
}
.high-table li a:hover,
.high-table li.current a{
  color: #fff;
  background-color: #00b1a2;
}
.high-wrap{
  margin-top: 20px;
}
.high-wrap h3{ padding-bottom:10px; font-size:14px;}
.ann-high{
  width: 750px;
}
.ann-high td{
  padding:10px;
  text-align: right;
}
.ann-high tr td:first-child{
  text-align: left;
  min-width: 180px;
}
.ann-high tr td:nth-child(2){
  font-weight: bold;
}
.ann-high thead td{
  font-weight:bold;
   border-bottom: 1px solid #999;
   font-size:18px;
}
.ann-high tbody td{
  border-bottom: 1px solid #999;
}
.ann-high-grey{
  border-bottom: 1px solid #999;
  background-color: #CDCDCD;
font-weight: bold;
}
.ann-high-red{
  border-bottom: 1px solid #999;

color:##FF0000;
}

.ann-high tbody tr:last-child td{
  border-bottom: 3px solid #999;
}
.ir-table{
  overflow-x: auto;
}
.year-wrap{
  margin-bottom:15px;
}
.this-year{
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}
.year-box{
  float: right;
  width: 180px;
  position: relative;
  background-color: #f6f6f6;
}
.year-box select{
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding:0 5px;
  position: relative;
  z-index: 3;
  font-size: 14px;
  color: #444;
  border:none;
  border:1px solid #d5d5d5;
  border-radius: 1px;
  background: transparent;
  text-transform: none;

}
.year-box::after{
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  border-left: 1px solid #d5d5d5;
  background-image: url(../image/icon_down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.ann-list li{
  padding:13px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.ann-list li:first-child{
  background-color: #eee;
  font-size: 18px;padding:2px 0;
}
.inner-contact .ir-comm li:nth-of-type(1){
  font-weight: normal;
}
.ir-comm li:first-child{
  background-color: #fff;
  font-size: 16px;
  padding:13px 0;
}
.ann-list li:first-child span{
  display:none;
}
.ir_presentation .ann-list li:first-child span{display:table-cell !important}
.date{
   font-weight:bold;
}
.ann-list li span{
  display: block;
  margin-bottom: 5px;

}
.ann-list li span:last-child{
  margin-bottom: 0;
}

.page{
  margin-top: 35px;
  overflow:hidden;
}
.page li{
  float: left;
}
.page li a{
  display: inline-block;
  padding: 10px 15px;
  border:1px solid #ddd;
  line-height: 1;
  margin-right: 10px;
}
.page li a:hover,
.page li a.on{
  background-color: #666;
  color: #fff;
  border:none;
  border-radius: 2px;
}
.page li:first-child a i{
  width: 7px;
  height: 13px;
  display: table-cell;
  border-right: 7px solid #adadad;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.page li:first-child a:hover i{
  border-right: 7px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.page li:first-child{
  margin-right: 20px;
}
.page li:last-child a i{
  width: 7px;
  height: 13px;
  display: table-cell;
  border-left: 7px solid #adadad;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.page li:last-child a:hover i{
  border-left: 7px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.page li:last-child{
  margin-left: 20px;
}
.page ol{
  float: right;
}

.year-report-wrap{
  margin-bottom: 40px;
  border-bottom: 4px solid #eee;
  padding-bottom: 10px;
}
.report-list li{
      margin: 0 auto; display: table;
	  padding-bottom:50px;
}
.inner-report-li{
  display: table;
}
.report-li-img, .report-li-right{
  display:auto;
  vertical-align:auto;
}
.report-li-img a img{
  display: block;
  border:1px solid #676767;
  width: 100%;
  height: auto;
}
.report-li-img a:hover img{
  border:1px solid #00b1a2;
}
.report-li-right{
  width:100%;
}
.report-li-right > div{
  background-color: #666;
  color: #fff;
  text-align: center;
  padding:20px 0;
}
.report-li-right > div > span{
  display: block;
  line-height: 1.4;
  margin-bottom: 15px;
}
.report-li-right > div > a{
  display:inline-block;
  width: 36px;
  height: 36px;
  background: url(../image/icon_down2.png) no-repeat 0;
}
.report-li-right > div > a:hover{
  background: url(../image/icon_down2_o.png) no-repeat 0;
}

.inner-contact h3{
  font-size: 20px;
  color: #00b1a2;
  padding-bottom: 25px;
  font-weight: bold;
}
.inner-contact h4{
  font-size: 18px;
  font-weight: bold;
}
.inner-contact li{
  padding-top: 10px;
}
.inner-contact ul li:nth-of-type(1){
  font-weight: bold;
}





/* 手指遮罩 */
.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: #00b1a2;
  margin-left: -70px;
  position: absolute;
  top:0;
}
.swipe-indicator i::before {
  content: "\e60b";
}

.table-wrap {
  position: relative;
  overflow-x: auto;
}
.table-wrap table {
  min-width:580px;
}

.faq-box{
  margin-top: 35px;
}
ul.faq-list li:first-child{
  font-weight: normal;
}
ul.faq-list li .f-tit{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 25px;
  cursor: pointer;
  position: relative;
  background-color: #00b1a3;
}
ul.faq-list li .f-tit:hover, ul.faq-list li .f-tit.active{
  background-color: #00a296;
}

ul.faq-list li .f-tit::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 18px;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
  border-left: 5px solid transparent;
}
ul.faq-list li .f-tit.active:after{
  border-top: none;
  border-bottom: 7px solid #fff;
}
ul.faq-list li .f-tit span{
  display: block;
  line-height: 1.2;
}
ul.faq-list li h5{
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 25px;
  margin-bottom:15px;
  margin-top:15px;
  background-color: #eeeeee;
}
ul.faq-list li p{padding:0 25px 25px 25px;}
ul.faq-list li h5:first-child{
  margin-top: 0;
}
ul.faq-list li h5 span{
  display: block;
  color:#1e1e1e;
  line-height: 1.2;
}
ul.faq-list li .f-detail{
  display: none;
  padding-top: 20px;
  padding-bottom: 30px;
}
ul.faq-list li:first-child .f-detail{
  padding-top: 0;
  display: block;
}
.ask-q{
  text-align: center;
  margin-top: 50px;
}
.ask-q a{
  display: inline-block;
  color: #fff;
  line-height: 1.2;
  padding: 8px 30px;
  background-color: #00b1a3;
}
.ask-q a:hover{
  background-color: #88d8d1;
}
.ir-form-wrap{
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 35px;
  background-color: #eeeeee;
}
.ir-form-box{
  max-width: 1020px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.needed{
  color: #00b1a3;
  padding:0 2px;
}
.ir-form{
  display: block;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}
.ir-form img{
  display: block;
  max-width: 100%;
}
.ir-form button{
  color: #fff;
  width: 145px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  border: none;
  background: none;
  background-color: #00b1a3;
}
.ir-form button:hover{
  background-color: #88d8d1;
}
.form-item{
  display: table;
  width: 100%;
  margin-bottom: 12px;
}
.form-item .d-cell{
  display: table-cell;
}
.form-item .d-cell span{
  display: block;
}
.form-item .d-cell span input,
.form-item .d-cell textarea{
  display: block;
  width: 100%;
  padding: 5px 6px;
  border: 1px solid #848484;
  background-color: #fff;
}
.form-item .d-cell:first-child{
  text-align: right;
  width: 145px;
  min-width: 145px;
  vertical-align: middle;
}
.form-item .d-cell:nth-child(2){
  padding-left: 25px;
}
.equal_width{
  word-wrap: break-word;
  max-width: 140px !important;
  min-width: 120px !important;
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.main-right{
  height: 519px; overflow-y: auto;
}



.activity{
  word-wrap: break-word;
  min-width: 270px !important;
  max-width: 270px !important;
  text-align: left;
  padding-left:0px;
}.address{
  word-wrap: break-word;
  min-width: 133px !important;
   max-width: 150px !important;
  text-align: left;
   padding-left:0px;
}.archive{
  word-wrap: break-word;
  min-width: 120px !important;
  max-width: 275px !important;
  text-align: left;
    padding-left:0px;
}
 .date1{
   min-width: 170px !important;
 }
#ver-en .date1{
   min-width: 130px !important;
 }
 .ir-img{
  text-align: center;
  padding-bottom: 20px;
 }
 .ir-img img{
  width: 100%;
  max-width: 425px;
 }

 .yearbox{
  padding:0 0 2px 0;
  /*margin-bottom:10px;*/
  border-bottom:1px solid #ccc;
}

/*.yearbox h3{
  color:#e62129;
  font-size:18px;
}*/
.year{
  float:right;
  width:150px;
  height:25px;
  line-height:24px;
  cursor:pointer;
  position:relative;
  border:1px solid #949494;
  background:url(http://sunking.todayir.com/images/year_icon.gif) no-repeat 123px center;
  margin-right: 10px;
}
.year::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    border-right: 5px solid transparent;
    border-top: 7px solid #949494;
    border-left: 5px solid transparent;
    z-index: -1;
}
.year ul{
  width:150px;
  line-height:24px;
  padding:5px 0;
  position:absolute;
  left:-1px;
  top:24px;
  z-index:10;
  display:none;
  border:1px solid #e4e4e4;
  background:#fff;
}
.year span, .year li a{
  padding-left:10px;
  display:block;
}
