@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;

}
table,
tr,
td {
  border-collapse: collapse;
}
ul, li {
    list-style-type: none;
}

a {
      color: #002c5b;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
a:hover {
  color: #00c1bc;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
img {
    border: none;
    width: 100%;
    height: auto;
}

#ver-en{
  font-family: Roboto, arial, helvetica, FangSong, "Microsoft YaHei", "Microsoft JhengHei","宋体";
  font-size: 16px;
 color: #002c5b;
  font-weight:400;
}

#ver-tc{
  font-family:"Microsoft YaHei", "Microsoft JhengHei","宋体", Roboto, Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
 color: #002c5b;
  font-weight:400;
}


.clearfix {    clear: both;
    zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.content{ overflow:hidden;margin:auto;}
.content p{ padding-bottom:30px;}
.content h2{font-size:20px; color: #043e80; margin-bottom: 20px;padding-top: 20px;}
.content h3{font-size:18px;margin-bottom:10px; color:#000000}


#ver-en select{
  font-family: Roboto, arial, helvetica, FangSong, 微软雅黑体, 仿宋, sans-serif;
    font-size: 16px;
 color: #002c5b;
}


.select-content{ padding-bottom:30px; overflow:hidden;min-height:360px;}

.year-wrap {
	    padding-bottom: 15px;
    position: relative;
    border-bottom:4px solid #002c5b;
}
span.current-year {
    display: block;
    float: left;
    color: #043e80;
        font-size: 22px;
    font-weight: bold;
}

.year-box {
	width:150px;
  float: right;
  position: relative;
}
.year-box .year-select::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 90%;
    top: 5%;
    right: 35px;
    background: #cfcfcf;}
.year-box li.choose-year:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    border-style: solid;
    border-color: #999999;
    border-width: 1px 0 0 1px;
    -webkit-transform: rotateZ(-135deg);
    -moz-transform: rotateZ(-135deg);
    -ms-transform: rotateZ(-135deg);
    transform: rotateZ(-135deg);
}
ul.year-select {
    position: relative;
    width: 100%;
    z-index: 10;
color: #002c5b;
}
ul.year-select li {padding:6px 15px;
    color: #002c5b;
    cursor: pointer;
    border: 1px solid #002c5b;
}

ul.year-option {
    position: absolute;
   width: 148px;
    background: #fff;
    left: 0px;
    display: none;
	 border-left:1px solid #002c5b; 
	 border-right:1px solid #002c5b;
	  top: 33px;
}
ul.year-option li{padding:0;
  border:0px;
}
ul.year-option li a {padding:10px 15px;
    display: block;
    color: #002c5b;
	border-bottom: 1px solid #002c5b;
}
ul.year-option li:hover,
ul.year-option li.active{
   background:#002c5b;color: #ffffff;
}
ul.year-option li:hover a{
  color: #fff;
}



ul.comm-list li {
  border-bottom: 1px solid #002c5b;
}
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:25px 15px;
  display: table-cell;
  vertical-align: top;
}
ul.comm-list li .inner-li .title a {  color:#b4b4b4;}
ul.comm-list li .inner-li .title a b{ display:block;  color:#002c5b; font-weight:normal; padding-top:5px;}
ul.comm-list li .inner-li .title a b:hover{ color:#00c1bc}
ul.comm-list li .inner-li .date {
  width: 100px;
  min-width: 100px;
}

ul.report-list{
  position:relative;
}

ul.report-list li {
    width:18.6%;
  float: left;
  margin-right:8%;
  margin-bottom:30px;

}
ul.report-list li:nth-child(4n+1) {
    clear: both;
}
ul.report-list li:nth-child(4n) {
  margin-right:1%;
}
ul.report-list li .inner-li a img {
  display: block;
  width:100%;
  height: 100%;    
  margin: 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{
	text-align:center;
  margin: 0 auto;
   padding:10px;
  position: relative;
}


ul.prospectus-list{ text-align:center; margin:auto; max-width:380px; padding:10px;}
ul.prospectus-list li a img{   display: block;width:100%;  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.prospectus-list 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);
}
.a_link{ text-decoration:underline;color: #002c5b;}
.a_link:hover{ text-decoration:none;}