@charset "utf-8";

/* CSS Document */ 
html, body { font: 14px/1.6 PingFangSC-Regular, "Microsoft YaHei", "STHeiti", "Microsoft JhengHei", "宋体", Arial, Helvetica, Verdana, sans-serif; color: #282828; background: #fff; position: relative; }
body { min-width: 320px; margin: 0 auto; }
h1, h2, h3, h4, h5, h6 { line-height: 1.1; }
* {
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
}
a {
	color: #282828;
	text-decoration: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all 0.4s;
}
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;
}
.clearfix {
	*zoom: 1;
}

.year-wrap {
	/* margin-top: -10px; */
	border-bottom: 1px solid #ccc;
}
.year-wrap .year-box {
	font-size: 20px;
	/* float: right; */
	width: 136px;
	color: #fff;
	position: relative;
	margin-bottom: -1px;
	background-color: #147bd1;
}
.year-wrap .year-box span.year {
	display: block;
	padding: 10px 28px;
	line-height: 1;
	cursor: pointer;
	border: 1px solid #ccc;
}
.year-wrap .year-box span.icon_arrow {
	position: absolute; 
	top: 15px;
	right: 30px;
}
.year-wrap .year-box span.icon_arrow:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: transparent;
	border-width: 0 1px 1px 0;
	border-color: #fff;
	border-style: solid;
	transform: rotate(45deg);
}
.year-wrap .year-box:hover {
	color: #fff;
	background-color: #147bd1;
}
.year-wrap .year-box:hover span.icon_arrow:after {
	border-color: #fff;
}
ul.year-list{
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	background-color: #fff;
}
ul.year-list a{
	display: block;
	line-height: 1;
	padding: 10px 28px;
}
ul.year-list li{
	margin-top: -1px;
	border: 1px solid #ccc;
}
ul.report-list {
	margin-top: 70px;
}
ul.report-list li { 
	margin-right:0;
	margin-bottom:20px;
}
ul.report-list li:hover .inner-li {
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
ul.report-list li:hover .r-img .r-info {
	color: #147bd1;
}
ul.report-list .inner-li {
	padding: 35px 20px;
	border: 1px solid #ccc;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-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;
	background-color: #fff;
}
ul.report-list .r-img {
	width: 80%;
	/*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;*/
	display: table-cell;
}
ul.report-list .r-img a {
	display: block;
	width: 44%;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	float: left;
}
ul.report-list .r-img a img {
	display: block;
	width: 100%;
}
ul.report-list .r-img .r-info {
	width: 50%;
	color: #555;
	padding-left: 25px;
	font-size: 18px;
	float: left;
}
ul.report-list .r-img .r-info a { width:auto; box-shadow: none; }
ul.report-list li:hover .inner-li .r-img .r-info a { color:#147bd1; }
ul.report-list .r-img .r-info span,
ul.report-list .r-img .r-info p,
ul.report-list .r-img .r-info i {
	display: block;
	line-height: 1.4;
	font-style: normal;
}
ul.report-list .r-img .r-info span{ font-size:36px}
ul.report-list .r-download {
	width: 20%;
	display: table-cell;
	vertical-align: middle;
}
ul.report-list .r-download span.icon_pdf {
	width: 26px;
	height: 60px;
	background: url("../images/global/icon_pdf.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	-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;
	display:none
}
ul.report-list li:hover .r-download span.icon_pdf {
	background: url("../images/global/icon_pdf_act.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
ul.ann-list li {
	padding: 25px 20px 18px 20px;
	border-bottom: 1px solid #ccc;
}
ul.ann-list li span,
ul.ann-list li a {
	display: block;
	line-height: 1.2;
}
ul.ann-list li:hover span,
ul.ann-list li:hover a {
	color: #147bd1;
}
ul.presentation-list .inner-li {
	padding-bottom: 70px;
	position: relative;
}
ul.presentation-list .r-img {
	width: 100%;
}
ul.presentation-list .r-img a {
	width: 50%;
}
ul.presentation-list .r-download {
	position: absolute; 
	right: 0;
	bottom: 15%;
}

.banner.ir {
	width: 100%;
	height: 430px;
	background: url("../images/ir/commenbanner.png") no-repeat center;
	background-size: cover;
}

.banner.ir .content
{
	position:relative;
	width:100%;
	height:100%;
}

.banner.ir .bannerTitle
{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	color:#fff;
	font-size:40px;
	line-height:59px;
}

.banner.ir .bannerTitle .subText
{
	font-size:16px;
	line-height:24px;
	
}

.breadcrumbs
{
	background-color:#F9F9F9;
	border-bottom:1px solid #E8E8E8;
	font-size:14px;
	line-height:20px;
	padding:17px 0 19px;
	margin-bottom:56px;
	color:#282828;
}

.breadcrumbs .content
{
	padding-bottom:0;
}

.pageTitle {
	width: 100%;
	text-align: center;
	font-size: 44px;
	color: #7d7c7d;
	padding: 70px 0;
	border-bottom: 1px solid #dcdcdc;
}

.content {
	/* padding-top: 50px; */
	max-width: 1120px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
.content.presentations {
	/*
	padding-top: 70px;
	padding-bottom: 70px;
	*/
}

.news-wrap::after {
	content: "";
	display: table;
	clear: both;
}
.news-wrap h2 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 40px;
}
.news-wrap .ann-wrap {
	position: relative;
}
.news-wrap .ann-item {
	overflow: hidden;
	padding: 0 15px;
	margin-bottom: 42px;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.news-wrap .ann-item:hover .date {
	color: #fff;
	background-color: #147bd1;
}
.news-wrap .ann-item:hover h4 a {
	color: #147bd1;
}
.news-wrap .date {
	width: 220px;
	height: 220px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -60px;
	position: relative;
	color: #555;
	font-size: 24px;
	line-height: 1.2;
	border: 1px solid #147bd1;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-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;
}
.news-wrap .date a {
	width:100%;
	height:100%;
	display: table;
}
.news-wrap .ann-item:hover .date span{
	color: #fff;
}
.news-wrap .date span {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	padding: 0 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.news-wrap h4 {
	margin-top: 35px;
	font-size: 24px;
	/* font-weight: bold; */
	line-height: 32px;
	overflow: hidden;
	max-height:65px;
}
.news-wrap .ann-wrap,
.news-wrap .report-wrap {
	border: 1px solid #ccc;
}
.news-wrap .report-wrap {
	background: url(../images/ir/news_bg.jpg) no-repeat center;
	background-size: cover;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.news-wrap .report-wrap:hover{
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.news-wrap .report-box {
	/*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;*/
	max-width: 350px;
	/*-webkit-align-items: flex-start;
	align-items: flex-start;
	display: table-cell;*/
}
.news-wrap .report-box a {
	display: block;
	width: 50%;
	float: left;
}
.news-wrap .report-box a img {
	display: block;
	width: 100%;
}
.news-wrap .report-box .r-info {
	width: 50%;
	font-size: 20px;
	padding-left: 20px;
	float: left;
}
.news-wrap .report-box .r-info a { width:100%; }
.news-wrap .report-wrap:hover .report-box .r-info a { color:#147bd1 }
.news-wrap .report-box .r-info i,
.news-wrap .report-box .r-info span {
	display: block;
	font-style: normal;
}
.news-wrap .report-box .r-info p { line-height:1.2; padding:5px 0;}
.news-wrap .report-box .r-info i {
	font-size: 18px;
}
.more-wrap {
	margin-top: 20px;
}
.more-wrap a {
	display: inline-block;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
	color: #147bd1;
	line-height: 48px;
	border: 1px solid #147bd1;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.more-wrap a span {
	display: block;
}
.more-wrap a:hover {
	color: #fff;
	background-color: #147bd1;
}

.pagination {
	margin-top: 40px;
	text-align: center;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul li a, .pagination ul li span {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 44px;
	width: 44px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.pagination ul li .prev {
	width: auto;
	padding: 0 20px;
	margin-left: 0;
	margin-right: 20px;
	font-size:20px;
}
.pagination ul li .next {
	width: auto;
	padding: 0 20px;
	margin-left: 20px;
	font-size:20px;
}
.pagination ul li a:hover, .pagination ul li.active span {
	color: #fff;
	background-color: #147bd1;
}
.pagination ul li.disabled {
	display: none !important;
}

.content.cg {
	max-width: 1080px;
	padding-left: 0;
	padding-right: 0;
}
.directorTitle {
	width: 200px;
	height: 80px;
	line-height: 80px;
	background-color: #147bd1;
	color: #fff;
	font-size: 24px;
	text-align: center;	
	/*font-family: Arial;*/
}
.directorTable table {
	width: 100%;
	margin: 70px auto 0;
	color: #282828;
	padding: 0;
	border-collapse: collapse;
}
.directorTable table, .directorTable table td {
	border: 1px solid #bbb;
	text-align: center;
	vertical-align: middle;
	/*font-family: Arial;*/
	line-height: 1.15;
}
.directorTable table thead td {
	height: 60px;
	background-color: #147bd1;
	color: #fff;
	font-size: 20px;
	width: 15.6%;
}
.directorTable table thead td:first-child {
	width: 30%;
}
.directorTable table tbody td {
	padding: 15px 10px;
	font-size: 20px;
	color: #282828;
}
.directorLinks {
	width: 100%;
	margin: 70px 0;
}
.directorLinks .pdfItem a {
	display: block;
	width: 100%;
	height: 130px;
	line-height: 130px;
	padding: 0 30px;
	color: #282828;
	font-size: 20px;
	font-family: Microsoft YaHei;
}
.directorLinks .pdfItem a:hover {
	background-color: #fff;
	color: #6b87ba;
	box-shadow: 0 1px 15px 6px #efefef;
}

.content.ircontact {
	max-width: 1080px;
	padding-left: 0;
	padding-right: 0;
}
.contactInfo {
	/*padding: 70px 0;*/
	width: 100%;
}
.contactInfo li span {
	display: block;
	float: left;
	/* font-family: Microsoft YaHei; */
	line-height:26px;
	padding:20px 0
}
.contactInfo li span.infoTitle {
	width: 12%; 
	font-size: 20px;
}
.contactInfo li span.infoText {
	width: 88%; 
	font-size: 20px;
}
.contactInfo li span a {
	color: #5377ac;
}

.content.journal {
	max-width: 1080px;
	padding-left: 0;
	padding-right: 0;
}
.journal .timeLine {
	position: relative;
	width: 100%;
	padding: 0 80px;
	height: 170px;
	margin: 70px auto;
	overflow: hidden;
}
.journal .timeLine .nav {
	width: 78px;
	height: 200px;
	background-color: #fff;
	z-index: 2;
	position: absolute;
	top: 0;
}
.journal .timeLine .nav img {
	width: 30px;
	position: absolute;
	top: 8px;
	cursor: pointer;
}
.journal .timeLine .nav.goLeft, .journal .timeLine .nav.goLeft img {
	left: 0;
}
.journal .timeLine .nav.goRight, .journal .timeLine .nav.goRight img {
	right: 0;
}
.journal .timeLine .pointLine {
	height: 70px;
	position: absolute;
	top:0;
	padding: 10px 0;
	margin: 0 auto;
	white-space: nowrap;
	right: 0;
}
.journal .timeLine .pointLineItem {
	position: relative;
	width: 266px;
	height: 46px;
	display: inline-block;
}
.journal .timeLine .pointLineItem .point {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #dfe0e4;
	margin: -8px 0 0 5px;
	position: absolute;
	top: 50%;
}
.journal .timeLine .pointLineItem .timePoint {
	width: 30px;
	height: 30px;
	margin: -13px 0 0 0;
	cursor: pointer;
}
.journal .timeLine .pointLineItem .timePoint:hover {
	background-color: #1c4e99;
}
.journal .timeLine .pointLineItem.current .timePoint {
	width: 58px;
	height: 58px;
	left: -2px;
	margin-top: -29px;
	background: url("../images/global/icon_timepoint.png") no-repeat center #1c4e99;
	z-index: 1;
}
.journal .timeLine .pointLineItem .line {
	display: block;
	width: 85.71%;
	height: 2px;
	margin-top: 1px;
	background-color: #dcdcdc;
	position: absolute;
	top: 50%;
	left: 12.78%;
}
.journal .timeLine .pointLineItem:last-child .line {
	display: none;
}
.journal .timeLine .pointLineItem .time {
	font-size: 28px;
	color: #7d7c7d;
	position: absolute;
	top: 80px;
	left: -15px;
	line-height: 1.15;
}
.journal .timeLine .pointLineItem.current .time {
	font-size: 32px;
	top: 90px;
	left: -7px;
}
.journal .timeLineContent {
	width: 100%;
	padding-bottom: 70px;
	display: none;
}
.journal .timeLineContent.current {
	display: block;
}
.journal .timeLineContent p {
	font-size: 44px;
	color: #333;
}

.stock iframe
{
	width:100%
}

@media (max-width: 1024px) {
	.news-wrap .report-wrap {
		padding: 35px 35px;
	}
	.news-wrap .news-report {
		margin-top: 40px;
	}
}
@media (max-width: 759px) {
	ul.report-list .inner-li {
		max-width: 400px;
		margin-right: auto;
		margin-left: auto;
	}
	ul.ann-list li .date {
		margin-bottom: 8px;
	}
	.news-wrap .ann-item:first-child {
		margin-bottom: 42px;
	}
	.news-wrap .report-wrap {
		padding:35px;
	}
	.pagination ul li:first-child, .pagination ul li:last-child {
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
	.pagination ul li .prev {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.pagination ul li .next {
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
}

@media (max-width: 415px) {
	.banner.ir {
		height: 200px;
	}
	.pageTitle {
		padding: 30px 0;
		font-size: 30px;
	}
	
	.directorTitle {
		width: 120px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	.directorTable table thead td {
		width: 20% !important;
		font-size: 11px;
	}
	.directorTable table tbody td {
		font-size: 11px;
		padding: 15px 0;
	}
	.directorLinks .pdfItem a {
		height: auto;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.contactInfo {
		padding: 30px 0;
	}
	.contactInfo li span {
		line-height: 30px;
	}
	.contactInfo li span.infoTitle {
		margin-left: 20px;
	}
	.contactInfo li span.infoText {
		width: 60%; 
		overflow: hidden;
	}
	.journal .timeLine {
		overflow: hidden;
		position: relative;
		width: 90%;
		height: 80px;
		margin: 30px auto 0;
		padding: 0 0 0 30px;
	}
	.journal .timeLine .nav {
		display: none;
	}
	.journal .timeLine .pointLineItem {
		/*float: left;*/
		width: 80px;
		height: 26px;
		margin-right: -4px;
	}
	.journal .timeLine .pointLineItem .point {
		width: 16px;
		height: 16px;
		margin: -6px 0 0 -2px;
	}
	.journal .timeLine .pointLineItem .time {
		font-size: 16px;
		top: 40px;
		left: -13px;
	}
	.journal .timeLine .pointLineItem.current .timePoint {
		width: 26px;
		height: 26px;
		margin-top: -11px;
		background-size: cover;
	}
	.journal .timeLine .pointLineItem.current .time {
		font-size: 20px;
		top: 50px;
		left: -11px;
	}
	.journal .timeLineContent {
		padding: 30px 0;
	}
	.journal .timeLineContent p {
		font-size: 24px;
		color: #7c7c7c;
		padding-left: 20px;
	}
	.contactInfo li span.infoTitle {
		width: 22%; 
	}
	.contactInfo li span.infoText {
		width: 70%; 
		padding-left:20px;
	}
}
@media (max-width: 350px){
	ul.report-list .inner-li{
		padding-right: 10px;
		padding-left: 10px;
	}
	ul.report-list .r-img .r-info{
		padding-left: 12px;
	}
}

@media (min-width: 760px) {
	ul.report-list li {
		width:49%;
		float: left;
		margin-right:2%;
	}
	ul.report-list li:nth-child(2n) {
		margin-right:0;
	}
	ul.report-list li:nth-child(2n+1) {clear:both;}
	.news-wrap .ann-wrap {
		height: 310px;
	}
	ul.ann-list li .inner-li {
		/*display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;*/
	}
	ul.ann-list li .inner-li .date {
		/*margin-right: 70px;*/
		display: table-cell;
		padding-right: 69px;
	}
	ul.ann-list li .inner-li .title {
		display: table-cell;
	}
	.news-wrap .ann-wrap::after {
		content: "";
		display: block;
		width: 1px;
		height: 182px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -91px;
		background-color: #ccc;
	}
	.news-wrap .ann-box {
		/*display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-moz-align-items: flex-start;
		align-items: flex-start;*/
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	.news-wrap .ann-item {
		max-width: 50%;
		width: 50%;
		float: left;
	}
	.news-wrap h4 {
		max-width: 300px;
		padding: 0 15px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 992px) {
	ul.report-list .r-download span.icon_pdf {
		width: 30px;
	}
}
@media (min-width: 1025px) {
	ul.report-list li:hover .inner-li {
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	.news-wrap .news-ann {
		width: 66.6666666%;
		float: left;
		padding-right: 15px;
	}
	.news-wrap .news-report {
		width: 33.3333333%;
		float: right;
		padding-left: 15px;
	}
	.news-wrap .report-wrap {
		height: 310px;
		/*display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-moz-align-items: center;
		align-items: center;*/
		padding:0 35px;
		display: table-cell;
		vertical-align: middle;
	}
	.news-wrap .report-wrap:hover{
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	.pagination ul li a, .pagination ul li span {
		font-size: 16px;
	}
}
@media (min-width: 1280px) {
	ul.report-list li:hover .inner-li {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
	ul.report-list .r-download span.icon_pdf {
		width: 46px;
	}
}