@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
html,
body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width:100%;
  height:auto;
  overflow:hidden;
}
table,
tr,
td {
  border-collapse: collapse;
}
ul, li {
    list-style-type: none;
}

a {
  color: #000000;
  text-decoration: none;

}
a:hover{
  color: #812991;
  text-decoration:none;
}
.a_link{ text-decoration:underline;}
.clearfix::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.no-type {
  list-style: none;
}

#ver-en{
  font: 12px/1.6 Arial, sans-serif, Verdana;
  color: #000000;
}
#ver-tc{
  font: 12px/1.6 Microsoft YaHei,Arial, Helvetica, sans-serif;
  color: #000000;
}

.warp{
  width: 760px;
  height:auto;
  margin: 0px auto;
 
}

.title{display: none;background: url(../images/icon.jpg) no-repeat left center;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #C3C3C3;
    padding-left: 30px;}

.content {

    margin: 2px auto;
	overflow: hidden;

}
.content h2{ font-size:18px; color: #812991; font-weight:normal; padding-bottom:15px;}
.content p{padding-bottom:20px;}

.table_info tr td{ padding:10px 0; border-bottom:1px dashed #E1E1E1}
.table_info tr td:first-child{color:#812991; font-weight:bold}

.report img{border:1px solid #E1E1E1}
.report img:hover{border:1px solid #812991}

.year-wrap {
  margin-bottom:10px;
  border-bottom:3px solid #812991;
  padding-bottom:5px;
}
.year-wrap .current-year {
  font-size: 22px;
  color: #812991;
  line-height:1;
}
.year-box {

  float: right;
  position: relative;
}
.year-box li.choose-year:after {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top:12px;
    right:10px;
    z-index: 11;
    border-top:8px solid #fff;
    border-right:5px solid transparent;
    border-left:5px solid transparent;
}
ul.year-select {
    position: relative;
    width: 110px;
    z-index: 10;
    background-color: #757f82;
}
#ver-en ul.year-select { width: 150px;}
ul.year-select li {    padding: 5px 30px 5px 15px;
    color: #fff;
    cursor: pointer;
    background:#812991;
}
#ver-en ul.year-select {font-size:12px;}
ul.year-option {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0px;
    display: none;
}
ul.year-option li{padding:0;
  border-radius: 0px!important;
}
ul.year-option li a {padding: 5px 15px;
    display: block;
    color: #fff;
}
ul.year-option li:hover,
ul.year-option li.active{
   background:#747474;
}
ul.year-option li:hover a{
  color: #fff;
}
ul.comm-list li {
  padding-top: 10px;
  padding-bottom:10px;
  border-bottom:1px dashed #E1E1E1;
}
ul.comm-list li span:first-child{width:100px;float: left;color: #812991;}
ul.comm-list li span:last-child{display: table-cell;}
.tab-item{
  display: none;
}
.tab-item:first-child{ display:inherit;}

.report-list { padding-top:20px;width:100%;float: left;}
.report-list li{ text-align:center;padding:0 10%;display: table-cell;    float: left;}
.report-list li a{font-size:16px; }
.report-list img{ display:block; margin-bottom:10px;}

.presentations_list{padding-top:20px;width:100%;float: left;}
.presentations_list li{ padding:0 0 50px 100px;width:100%;float: left;
}
.presentations_list li:last-child{ padding-top:50px;border-top:1px dashed #E1E1E1;}
.presentations_list li a{
  display: block;
  height: auto;
  float: left;
}
.presentations_list li .book-down{
  float: left;
  padding:60px 0 0 30px;
}

.presentations_list li .book-down p{padding-bottom:10px; font-size:16px;}
.presentations_list li .book-down b{ color:#812991; font-weight:normal;}

.contact_list p{padding-bottom:15px;}
.contact_list p span {
    width: 70px;
    float: left;
}
