body {
	height: 100%;
	width: 100%;
	background-color: rgb(237, 241, 244);
	background-size: cover;
}

.img1 {
	width: 100%;
}

.img2 {
	height: 28rem;
	width: 28rem;
}

.layui-tab-card>.layui-tab-title {
	background-color: rgba(237, 241, 244, 0);
	margin-top: 2rem;
}

.layui-tab-title li {
	padding: 1px 15px;
	font-size:18px;
}

.layui-tab {
	/*text-align: center !important;*/
}

.layui-tab-card>.layui-tab-title li {
	margin-right: 4rem;
}

.layui-tab-title {
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

.layui-tab-card {
	border-width: 0px;
	width: 80%;
	margin: 0 auto;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .0);
}

.li {
	color: rgb(41, 170, 185);
	background: rgb(230, 235, 238);
	margin-top: 1rem;
	border: 1px solid #e6ebee;
}

.layui-tab-bar {
	position: inherit;
}

.font {
	color: rgb(41, 170, 185);
}

.hs {
	color: rgb(41, 170, 185);
	text-align: left;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size:16px;
}

.imgdiv {
	text-align: left;
}

.div-center {
	width: 100%;
	margin: 0 auto;
}

ul.test li {
	display: inline-block;
	border: 1px solid white;
}


/*默认为白色边框*/

.selected {
	border: 1px solid rgb(214, 153, 134) !important;
}

.div-font {
	text-align: left;
}

.layui-tab-title {
	height: auto;
	white-space: inherit;
}

.layui-tab-card>.layui-tab-title li {
	margin-left: 0px;
}

.layui-tab-title .layui-this:after {
	border-radius: 0px;
	border: 0;
}

th {
	background: rgb(219, 232, 237);
}

tr {
	background: rgb(237, 241, 244);
}

.layui-table[lay-skin=line] td {
	border-color: rgb(41, 170, 185);
	border-width: 0px 0 1px;
}

.pie {
	padding-left: 3rem;
	text-align: center;
}

.pie>img {
	width: 80%;
}

.hs {
	color: #d79682;
	border-top: 1px solid #d79682;
	border-bottom: 1px solid #29aab9;
	line-height: 4rem;
	width: max-content;
}
.fr img{
	width: 60%;
	display: block;
	margin-bottom: 1rem;
}
.layui-tab-content{
	padding: 10px 0;
}
/*.fr-title{
	width: 10%;
	display: inline-block;
}
.fr{
	width: 30%;
}*/
.fr-title>.hs{
	margin-top: 0;
}
.fr-content{
	margin-top: 2rem;
}
.fr a{
	width: 50%;
	text-align: center;
}
.hs-page2{
	color: #29aab9;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.arrow{
	heigh:10px; 
	width:10px; 
	margin-bottom:5px;
}
.layui-form-item{
	clear: inherit;
}
.year-select{
	width: auto;
	display: inline-block;
	margin-left: 1rem;
}
td>img{
	vertical-align: baseline;
}

.shareholders {
	display: flex;
}
.shareholders-left {
	width: 26%;
    padding: 15px 0 15px 15px;
    /* background-color: #fff; */
}
.shareholders-left > div {
	margin: 6px 0 14px;
	cursor: pointer;
	font-size: 12px;
	position: relative;
	
}
.shareholders-left .cur {
	font-weight: bold;
    color: #002053;
}
.shareholders-left > div:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-top: 2px solid #D3D3D3;
	border-right: 2px solid #D3D3D3;
	border-bottom: none;
	border-left: none;
	top: 50%;
	right: 0;
	margin: 0;
	transform: translateY(-50%) rotate(45deg)
}
.shareholders-left > div.current:before {
    border-color: #44CDE6;
}
.shareholders-right {
	width: 82%;
	padding-top: 30px;
	padding-left: 50px;
    
}
.shareholders-title{
	margin-bottom: 25px;
	font-size: 22px;
}
.shareholders-share {
	color: #fff !important;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    background-color: #44CDE6;
    margin-bottom: 50px;
	font-size: 12px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	cursor: pointer;
	display: inline-flex;
}
.shareholders-share > div {
	margin-right: 10px;
}
.show-right {
	display: block;
}
.close-right {
	display: none;
}

.key-title {
	margin-bottom: 8px;
	font-size: 13px;
}

.table-container {

}
.director-list {
	width: 100%;
	font-size: 12px;
}
.director-list table{
    border-collapse: collapse;
    border-spacing: 0;
}
.director-list th, .director-list td {
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    font-weight: 300;
}
.director-list thead tr:first-child th {
    border-bottom: 1px solid #fff;
}
.director-list th:first-child, .director-list td:first-child {
    border-left: 1px solid #EBEBEB;
}
.director-list.left, .director-list .left {
    text-align: left;
}
.director-list th, .director-list td {
    padding: 14px;
    vertical-align: middle;
    text-align: center;
    font-weight: 300;
}
.director-list th {
    background-color: #002053;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.director-list td {
    background-color: #fff;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    display: table-cell;
}