﻿@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
html,
body {background: transparent url(../images/bodyBg.png) no-repeat 0 0;
    background-attachment: fixed;
    background-size: cover;
  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: #666;
    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: #892626;
}
.a_link{ text-decoration:underline;}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
img {
    border: none;
    width: 100%;
    height: auto;
}

#ver-en{
  font: 14px/1.6 Arial, sans-serif;
  color: #5a5a5a;font-weight:400;
}
#ver-tc{
  font: 14px/1.6 "Microsoft Yahei", arial, helvetica, FangSong, 仿宋, sans-serif !important;
  color: #5a5a5a;
  font-weight:400;
}

.clearfix {    clear: both;
    zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.content{width:1200px;margin: auto;display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;}
.content p{ padding-bottom:30px; line-height:1.8;}
.content h2{  font-size: 30px;
line-height:1;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: left;}
.content h3{font-size:18px;font-weight: bold;
    padding-bottom:20px;    color: #892626;}
.conleft{
	width:280px;
	vertical-align: top;
}
.conleft ul{
	margin-top:60px;
}
.conleft ul li{
	display: table;
	height: 22px;
	line-height: 22px;
	margin-bottom:45px;
	font-weight: bold;
}
.conleft ul li span{
	display: table-cell;
	width:30px;
	min-height: 22px;
	line-height: 22px;
	font-weight: bold;
	text-align: left;
	color:transparent;
}
.conleft ul li:hover, .conleft ul li:hover span, .conleft ul li.select span, .conleft ul li.select{
	color:#892626;
	cursor: pointer;
}
.conright{
	width:auto;
	-webkit-flex:1;
	-ms-flex:1;
	flex: 1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	background:rgba(218,214,214,0.2);
	padding:50px 78px 80px 24px;
	min-height: 663px;
	box-sizing: border-box;
 
}
.conright .tab_content{display: none;}
.conright #info{ display:block;}


.table_info tr td{ padding:15px 0; border-bottom:1px solid #d8d8d8}
.table_info tr td:first-child{ font-weight:bold; padding-right:20px !important;}
.ir-cor-info-left{width: 45%; float: left;}
.ir-cor-info-right{width: 45%; float: right;}
.select-content{ padding-bottom:30px; overflow:hidden;min-height:360px;}

.year-wrap {
    position: relative;
    border-bottom: 5px solid #892626;
}
span.current-year {
    display: block;
    float: left;
    color: #892626;
    font-size:20px;

}
.year-box {
	width:110px;
  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: 100%;
    z-index: 10;
    background-color: #757f82;
}
ul.year-select li {padding: 5px 15px;
    color: #fff;
    cursor: pointer;
    background:#892626;
}
#ver-en ul.year-select {font-size:12px;}
#ver-en ul.year-select li {padding: 7px 15px;}
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: 15px;
  padding-bottom:15px;
  border-bottom:1px solid #dddddd;
}
ul.comm-list li span:first-child{width:120px;float: left;}
ul.comm-list li span:last-child{display: table-cell;}
ul.comm-list li span b{ color:#5a5a5a;display:block; font-weight:normal; padding-bottom:5px;}
ul.comm-list li span a{ color:#bfbfbf;}
ul.comm-list li span:hover b{ color:#892626;}
.report-list {width:100%;overflow: hidden; margin: auto;}
.report-list li{ text-align:center;display: table; float:left;width:25%;padding-bottom:20px;margin-top:10px;}
.report-list li:nth-child(4n+1){clear: both;}
.report-list li a img{ display:table;margin: auto;width:100%;box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);}
.report-list li a img:hover{box-shadow: 2px 2px 15px rgba(0, 0, 0, 1);}

.report-list li a p{ padding-top:15px;color:#232323; padding-bottom:0}
.report-list li a:hover p{ color:#892626}
.report-list li a{display: table;position: relative;margin: auto;width:160px; height:220px;}
.tab-item{
  display: none;
}
.tab-item:first-child{ display:inherit;}



.ir-prosp{
  width: 100%;
  position: relative;
}
.ir-prosp li{
  display: table;
  position: relative;
  height: auto;
  margin:auto;
  padding-bottom:50px;
}
.ir-prosp li a{width:100%;}

.contact_list{padding-bottom:30px;}
.contact_list p{padding-bottom:8px;}
.contact_list p span {
    width:80px;
    float: left;
}
.contact_list p b{display: table-cell; font-weight:normal;}
.m-box{
  margin-left: 5px;
}
ul.month-list li{
  display: none;
  padding: 0;
}
ul.month-list li:hover{
  background-color: #892626;
}
.month-list li:first-child{
  display: block;
}
.month-list li p{
  padding-bottom: 0;
}
.month-list li p:hover,
.month-list li p.active{
  background-color: #747474;
}
.month-list li p a{
  display: block;
  padding: 5px 15px;
}
.s-year{
  display: block;
}




