@charset "utf-8";
/* 浏览器样式初始化 */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;line-height: 1em;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
html,body{position: relative;/*overflow-x: hidden;*/font-size: 16px;line-height: 1em;color: #333;font-family: Arial,'思源黑体',Microsoft Yahei,sans-serif;background: #fff;}
ul,ol,li{list-style:none}
a{color: inherit;text-decoration:none;outline: none;}
a:hover{text-decoration:none;-webkit-transition: background-color .2s ease;-moz-transition: background-color .2s ease;-ms-transition: background-color .2s ease;-o-transition: background-color .2s ease;transition: background-color .2s ease; }
img{display: block;max-width: 100%;height: auto;border:0;}
em,i,b{font-style: normal;font-weight: normal;}
h1,h2,h3,h4,h5,h6{font-weight:normal}
.clear:after{visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; }
.clear{zoom:1;}
.fl{float:left;}
.fr{float:right;}
.before, .after{position: relative;display: block;line-height: 1em;}
.before:before, .after:after{position: absolute;display: block;content: "";}
.d-flex{display: flex;justify-content: space-between;}
.imgbigout{display: block;overflow: hidden;}
.imgbigout .imgbig{display: block;max-width: 100%;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
.imgbigout:hover .imgbig{transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1) }
.imgbigout img{display: block;max-width: 100%;margin: 0 auto;}
input{outline: none;background: none;border: none;appearance:none;;-webkit-appearance:none;}

.pager-box{margin-top: 70px;text-align: center;}
.pager{display: inline-block;margin: 0 auto;}
.pager span,.pager a{float: left;display:inline-block;width: 40px;height: 40px;margin: 0 6px;color: #555;line-height: 40px;text-align:center;border-radius: 5px;}
.pager .now{color:#fff;background-color: #004098;}
.pager .current,.pager .p1{display: none;}
.pager .p1:first-child, .pager .current:first-child{background-position: -2px -33px;}
.pager .p1:last-child, .pager .current:last-child{background-position: -34px -33px;}
.pager .p1:hover{background-color: #004098;}
.pager .p1:first-child:hover{background-position: -2px -1px;}
.pager .p1:last-child:hover{background-position: -34px -1px;}
.nocontent{padding: 50px 0;}

/* 通用 */
.w1420{width: 74%;min-width: 1420px;margin: 0 auto;}
.f-36 {
	font-size: 32px;
}
.f-32 {
	font-size: 28px;
}
.f-24 {
	font-size: 22px;
}
.f-22 {
	font-size: 20px;
}
.head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	z-index: 9999;
}
.head-h {
	height: 90px;
}
.head-inner {
	position: relative;
	padding: 15px 0;
}

.head-logo {
	float: left;
	display: block;
	height: 60px;
}
.head-logo img {
	display: block;
	width: auto;
	height: 100%;
}
.head-main {
	float: right;
}
.head-nav {
	float: left;
	margin-right: 50px;
}
.head-nav-ul {

}
.head-nav-ul .item {
	float: left;
	margin-right: 25px;
}
.head-nav-ul .item:last-child {
	margin-right: 0;
}
.head-nav-ul .item a {
	position: relative;
	display: block;
	padding: 15px 0;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.head-nav-ul .item a::after {
	position: absolute;
	left: 0;
	bottom: 8px;
	content: "";
	display: block;
	width: 0;
	height: 3px;
	opacity: 0;
	background: #014099;
	transition: all .5s;
}

.head-nav-ul .item-on a::after, .head-nav-ul .item a:hover::after {
	width: 100%;
	opacity: 1;
}

.head-tool {
	float: right;
	margin-top: 14px;
}
.head-tool-lang {
	position: relative;
}
.head-tool-lang .lang-title {
	display: flex;
	justify-content: space-between;
	width: 100px;
	height: 32px;
	padding: 0 8px;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	border-radius: 4px;
	cursor: pointer;
}
.head-tool-lang .lang-title i {
	font-size: 13px;

}
.head-tool-lang .lang-list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 10px 8px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-radius: 4px;
	box-sizing: border-box;
}
.head-tool-lang .lang-list a {
	display: block;
	font-size: 14px;
	line-height: 2;
}
.head-tool-lang:hover .lang-list {
	display: block;
}
.banner {
	height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wrap {
	padding: 90px 0 130px;
}
.com-tit {
	margin-bottom: 56px;
}
.com-tit .tit-cn {
	font-size: 36px;
	color: #333;
	/*text-transform: capitalize;*/
}
.com-tit .tit-en {
	display: none;
	font-size: 18px;
	color: #999;
	text-transform: capitalize;
}
.about-company {

}
.about-company-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-company .card {
	display: flex;
	align-items: center;
	width: 48.8%;
	margin-bottom: 2.4%;
	padding: 3% 4.2%;
	background: #f2f3f8;
	box-sizing: border-box;
	transition: all .3s;
}
.about-company .card:last-child {
	width: 100%;
	margin-bottom: 0;
}
.about-company .card .card-icon {
	margin-right: 52px;
}
.about-company .card .card-icon i{
	display: block;
	font-size: 48px;
	line-height: 1;
}
.about-company .card .card-text {
	width: 100%;
}
.about-company .card-text .text-tit {
	margin-bottom: 12px;
}
.about-company .card-text .text-sum {
	
}
.about-company .card-text .text-sum p {
	line-height: 1.5;
	color: #666;
}
.about-company .card5 .text-sum {
	display: flex;
	justify-content: space-between;
}
.about-company .card5 .text-sum div p {
	margin-bottom: 10px;
}
.about-company .card:hover {
	box-shadow: 1px 1px 10px rgba(0,0,0,.15);
}
.foot {
	padding: 50px 0 0;
	color: #999;
	background: #333;
}
.foot a:hover {
	color: #eee;
}
.foot-nav-ul {
	margin-bottom: 40px;
	text-align: center;
}
.foot-nav-ul li {
	display: inline-block;
	margin: 0 20px;
}
.foot-nav-ul li a {
	display: block;
}
.foot-media {
	margin-bottom: 35px;
	text-align: center;
}
.foot-media-code {
	margin-bottom: 32px;
}
.foot-media-code .foot-share {
	text-align: center;
}
.foot-media-info {

}
.foot-media-info a {
	display: inline-block;
	line-height: 1.8;
}
.foot-media .foot-share .share-wx {
	position: relative;
	display: inline-block;
	font-size: 32px;
	line-height: 1;
	color: #999;
}
.foot-media .foot-share .share-code {
	display: none;
}
.foot-media .foot-share .share-code{display: none;position: absolute;bottom: 40px;left: 50%;width: 120px;height: ;margin-left: -60px;padding: 10px;background: #fff;box-sizing: border-box;}
.foot-media .foot-share .share-code::after{position: absolute;left: 50%;bottom: -10px;display: block;content: "";width: 0;height: 0;margin-left: -10px;border-width: 10px;border-style: solid;border-top-color: #fff;border-right-color: transparent;border-bottom: none;border-left-color: transparent;}
.foot-media .foot-share .share-code img{display: block;width: 100%;height: auto;}
.foot-media .foot-share a:hover .share-code{display: block;box-shadow: 0 0 10px rgba(0,0,0,.3);}
.foot-bottom {
	padding: 26px 10px;
	border-top: 1px solid #484848;
}
.foot-bottom p {
	line-height: 1.5;
	text-align: center;
	color: #666;
}

.anncmnt {

}
.anncmnt-main {
	
}
.year-main {
	display: flex;
	justify-content: space-between;
}
.year-nav {
	
}
.year-nav .item {
	position: relative;
	display: block;
	margin-bottom: 1em;
	padding-left: 24px;
	line-height: 1;
	color: #999;
}
.year-nav .item::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: none;
	content: "";
	width: 4px;
	height: 27px;
	background: #014099;
}
.year-nav .active {
	font-weight: bold;
	color: #014099;
}
.year-nav .active::before {
	display: block;
}

.year-list {
	width: 83%;
	margin-left: 9%;
	border-top: 1px solid #e6e6e6;
}


.anncmnt-list {

}
.anncmnt-list .item {

}
.anncmnt-list .item a {
	display: flex;
	align-items: flex-start;
	padding: 25px 0;
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
}
.anncmnt-list .item span {
	margin-right: 7.6%;
	color: #014099;
	white-space: nowrap;
}
.anncmnt-list .item p {
	line-height: inherit;
}
.anncmnt-list .item a:hover {
	color: #014099;
}


.report {

}
.report-list {
	padding-top: 25px;
}
.report .report-list-ul {
	
}
.report-list-ul .item{
	position: relative;
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	padding-bottom: 37.8%;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.report-list-ul .item:nth-child(2n){
	margin-right: 0;
}
.report-list-ul .item-inner {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
}
.report-list-ul .item-cover {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 57%;
	background: #004098;
	color: #fff;
}
.report-list-ul .item-cover img {
	max-width: 80%;
	max-height: 50%;
	width: auto;
	height: auto;
}
.report-list-ul .item-cover p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	opacity: .6;
	box-sizing: border-box;
}
.report-list-ul .item-text {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 43%;
	padding: 7.8% 5.8%;
	overflow: hidden;
	box-sizing: border-box;
}
.report-list-ul .item-text .item-text-bg {
	position: absolute;
	top: 28%;
	left: 5.8%;
	width: 178%;
	height: 0;
	padding-bottom: 178%;
	background-image: url(img/report-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.report-list-ul .item-text .text-tit {
	position: relative;
	line-height: 1.5;
	color: #333;
}
.report-list-ul .item-text .text-bottom {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.report-list-ul .text-bottom span {
	font-family: "Arial";
	color: #333;
}
.report-list-ul .text-bottom .span1 {
	display: flex;
	align-items: center;
}
.report-list-ul .text-bottom span i {
	display: inline-block;
	line-height: 1;
}
.report-list-ul .text-bottom .span1 i {
	margin-right: 10px;
	font-size: 32px;
	color: #ea5454;
}
.report-list-ul .text-bottom .span2 i {
	font-size: 20px;
	color: #ccc;
}
.report-list-ul .text-bottom .span2 i:hover {
	color: #004098;
}
.prospectus-list {
	padding-top: 25px;
}
.prospectus-list-ul {

}
.prospectus-list-ul .item {
	margin-bottom: 20px;
}
.prospectus-list-ul .item a{
	display: flex;
	justify-content: space-between;
	padding: 54px 50px;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.prospectus-list-ul .item-left {
	display: flex;
	align-items: center;
}
.prospectus-list-ul .item-left span {
	position: relative;
	padding-left: 26px;
	line-height: 30px;
	color: #333;
}
.prospectus-list-ul .item-left span::before {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	background: #ccc;
	transform: translateY(-50%);
	border-radius: 50%;
}
.prospectus-list-ul .item-left i {
	margin-left: 54px;
	font-size: 30px;
	color: #f05542;
}
.prospectus-list-ul .item-right {
	font-size: ;
	line-height: 30px;
	color: ;
	border-bottom: 1px solid #797979;
}
.prospectus-list-ul .item-right:hover {
	color: #004098;
}
.govern-sum {
	margin-bottom: 7.7%;
}
.govern-sum p {
	line-height: 1.875;	
}
.govern-list-ul {
	display: flex;
}
.govern-list .item {
	float: left;
	width: 27%;
	padding-top: 55px;
	box-sizing: border-box;
}
.govern-list .item:nth-child(2) {
	width: 36%;
	margin: 0 5%;
	padding-left: 5%;
	padding-right: 5%;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.govern-list .item .item-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	margin-bottom: 50px;
	color: #ccc;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,.1);	
}
.govern-list .item-icon i {
	display: block;
	font-size: 40px;
	line-height: 1;
}
.govern-list .item-text .text-tit {
	height: 2.4em;
	margin-bottom: .5em;
	line-height: 1.2;
	color: #333;
}
.govern-list .item-text .text-sum {
	/*text-align: justify;*/
	line-height: 1.875;
	color: #666;
}
.govern-list .item:hover .item-icon {
	background: #004098;
	color: #fff;
}
.govern-list .item:hover .text-tit {
	color: #004098;
}
.investor-main {
	display: flex;
}
.investor-map {
	width: 65.1%;
}
.BMapLabel{left: 4px !important;top: -85px !important;width: 120px;height: 80px;;font-size: 0 !important;border: none !important;background: url(img/map-logo.png) transparent no-repeat !important;background-size: 50px 66px !important;background-position: center !important;transform: translateX(-50%);}
.BMap_pop, .BMap_shadow, .BMap_cpyCtrl, .anchorBL{display: none !important;}
.investor-info {
	position: relative;
	width: 34.9%;
	padding: 7.7% 3.5% 3.5%;
	color: #fff;
	background: #014198;
	box-sizing: border-box;
}
.investor-info dt {
	margin-bottom: 1em;
}
.investor-info dd {
	margin-bottom: 34px;
}
.investor-info .tit {
	margin-bottom: 8px;
}
.investor-info .tit i {
	margin-right: 0.5em;
	font-size: inherit;
}
.investor-info .sum {
	line-height: 1.5;
}
@media screen and (min-width: 1205px){
	.mshow {
		display: none !important;
	}
	.mhide {

	}
	.head-main {
		display: block !important;
	}
}
@media screen and (max-width: 1660px){
	.w1420{width: 82%;min-width: 1300px;}
	.f-36 {
		font-size: 30px;
	}
	.f-32 {
		font-size: 26px;
	}
	.f-24 {
		font-size: 20px;
	}
	.f-22 {
		font-size: 18px;
	}
	.com-tit .tit-cn {
		font-size: 30px;
	}
	.about-company .card .card-icon i {
		font-size: 43px;
	}
	.wrap {
		padding: 76px 0 110px;
	}
	.com-tit {
		margin-bottom: 47px;
	}
	.head-nav-ul .item {
		margin-right: 15px;
	}
	.about-company .card .card-icon {
		margin-right: 40px;
	}
	.govern-list .item {
		padding-top: 40px;
	}
	.govern-list .item .item-icon {
		margin-bottom: 30px;
	}
	

}

@media screen and (max-width: 1440px){
	.w1420{width: 88%;min-width: 1100px;}
	.f-36 {
		font-size: 24px;
	}
	.f-32 {
		font-size: 22px;
	}
	.f-24 {
		font-size: 18px;
	}
	.f-22 {
		font-size: 16px;
	}
	.com-tit .tit-cn {
		font-size: 30px;
	}
	.head-nav {
		margin-right: 30px;
	}
	.about-company .card .card-icon i {
		font-size: 38px;
	}
	.about-company .card-text .text-sum p {
		font-size: 14px;
	}
	.about-company .card .card-icon {
		margin-right: 20px;
	}


}

@media screen and (max-width: 1200px){
	.w1420{width: 92%;min-width: 1000px;}


}

@media screen and (max-width: 1024px){
	.mshow {
		display: block !important;
	}
	.mhide {
		display: none !important;
	}
	.w1420{width: 94%;min-width: auto;}
	html, body{font-size: 14px;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
	.f-36 {
		font-size: 25px;
	}
	.f-32 {
		font-size: 22px;
	}
	.f-24 {
		font-size: 18px;
	}
	.f-22 {
		font-size: 16px;
	}
	.com-tit .tit-cn {
		margin-bottom: 8px;
		font-size: 24px;
	}
	.com-tit .tit-en {
		font-size: 15px;
	}
	.about-company .card .card-icon i {
		font-size: 26px;
	}
	.wrap {
		min-height: calc(100vh - 237px);
		box-sizing: border-box;
		padding: 50px 0;
	}
	.com-tit {
		margin-bottom: 22px;
	}
	.head-inner {
		padding: 10px 0;
	}
	.head-h {
		height: 60px;
	}
	.head-logo {
		height: 40px;
	}
	.head-nav {
		float: none;
		margin: 0;
	}

	.head-menu{position: absolute;top: 50%;right: 0;margin-top: -19px;margin-right: -10px;padding: 10px;}
	.head-menu .line{display:block;width:23px;height: 2px;background: #195dbf;margin-top:6px;transition: all .3s;}
	.head-menu .line:first-child{margin-top: 0;}
	.head-menu .is-active:nth-child(1){-webkit-transform: translateY(8px)rotate(45deg); -ms-transform: translateY(8px)rotate(45deg); -o-transform: translateY(8px)rotate(45deg); transform: translateY(8px)rotate(45deg); }
	.head-menu .is-active:nth-child(2){opacity: 0;}
	.head-menu .is-active:nth-child(3){-webkit-transform: translateY(-8px)rotate(-45deg); -ms-transform: translateY(-8px)rotate(-45deg); -o-transform: translateY(-8px)rotate(-45deg); transform: translateY(-8px)rotate(-45deg); }
	.head-main{position: fixed;top: 60px;left: 0;display: none;width: 100%;height: calc(100% - 60px);border-top: 1px solid #e7edf0;overflow: auto;z-index: 9999;}
	.head-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);opacity: .5;}
	.head-main-inner{position: relative;width: 50%;float: right;background: #fff;}
	.head-nav-ul .item{position: relative;float: none;margin-right: 0;padding: 0 20px;border-bottom: 1px solid #e7edf0;}
	.head-nav-ul .item a{position: relative;padding: 15px 0;color: #000;line-height: 1.2;}
	.head-nav-ul .item a::after{display: none;}
	.head-tool {
		position: relative;
		left: 0;
		bottom: 0;
		float: none;
		width: 100%;
		margin-top: 0;
		padding: 10px 20px;
		background: #f9f9f9;
		box-sizing: border-box;
	}
	.head-tool-lang .lang-title {
		display: none;
	}
	.head-tool-lang .lang-list {
		position: static;
		display: flex !important;
		justify-content: space-between;
		padding: 0;
		background: none;
		box-shadow: none;
	}
	.head-tool-lang .lang-list li {
		display: inline-block;
	}
	.banner {
		height: 130px;
	}
	.about-company {

	}
	.about-company .card {
		align-items: flex-start;
		padding: 20px 10px;
	}
	.about-company .card .card-icon {
		margin-right: 10px;
	}
	.about-company .card-text .text-tit {
		font-size: 15px;
	}
	.about-company .card5 .text-sum {
		flex-wrap: wrap;
	}
	.foot {
		padding-top: 0;
	}
	.foot-nav-ul, .foot-media {
		display: none;
	}
	.foot-bottom {
		padding: 10px 3%;
	}
	.foot-bottom p {
		font-size: 12px;
	}

	.anncmnt-list .item a {
		padding: 10px 0;
		font-size: 13px;
	}
	.anncmnt-list .item span {
		margin-right: 6px;
	}
	.anncmnt-list .item p {

	}
	.year-list {
		width: 100%;
		margin-left: 0;
	}
	.nocontent {
		padding: 20px 0;
		font-size: 14px;
	}
	.pager-box{margin-top: 30px;}
	.pager span, .pager a{width: 30px;height: 30px;line-height: 30px;}
	.year-main {
		display: block;
	}
	.year-nav {
		margin-bottom: 16px;
	}
	.year-nav .item {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 20px;
		padding-left: 0;
		font-size: 16px;
		line-height: 2;
	}
	.year-nav .item::before {
		top: auto;
		bottom: 0;
		left: 0;
		transform: translate(0,0);
		width: 100%;
		height: 2px;
	}
	.report-list-ul .item {
		height: auto;
		padding-bottom: 0;
	}
	.report-list-ul .item-inner {
		position: static;
		flex-direction: column;
	}
	.report-list-ul .item-cover {
		width: 100%;
		padding: 50px 10px;
		box-sizing: border-box;
	}
	.report-list-ul .item-cover img {
		width: 60px;
	}
	.report-list-ul .item-cover p {
		display: none;
		padding: 6px 4px;
		font-size: 12px;
	}
	.report-list-ul .item-text {
		width: 100%;
		padding: 12px 4px;
	}
	.report-list, .prospectus-list {
		padding-top: 10px;
	}
	.report-list-ul .item-text .text-tit {
		margin-bottom: 8px;
		font-size: 13px;
	}
	.report-list-ul .text-bottom .span1 {
		font-size: 12px;
	}
	.report-list-ul .text-bottom .span1 i {
		margin-right: 4px;
		font-size: 18px;
	}
	.report-list-ul .text-bottom .span2 i {
		font-size: 16px;
	}
	.prospectus-list-ul .item a {
		padding: 10px 8px;
	}
	.prospectus-list-ul .item-left {
		justify-content: space-between;
		width: 100%;
	}
	.prospectus-list-ul .item-left span {
		padding-left: 0;
		font-size: 14px;
	}
	.prospectus-list-ul .item-left span::before {
		display: none;
	}
	.prospectus-list-ul .item-left i {
		font-size: 20px;
	}
	.prospectus-list-ul .item-right {
		display: none;
	}
	.govern-sum img {
		height: 120px;
		object-fit: cover;
	}
	.govern-list-ul {
		flex-wrap: wrap;
	}
	.govern-list .item {
		width: 100%;
		margin-bottom: 25px;
		padding-top: 10px;
	}
	.govern-list .item .item-icon {
		width: 60px;
		height: 60px;
		margin: 0 auto 15px;
	}
	.govern-list .item-icon i {
		font-size: 28px;
	}
	.govern-list .item-text .text-tit {
		margin-bottom: 8px;
		text-align: center;
	}
	.govern-list .item:nth-child(2) {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		border: none;
	}
	.investor-main {
		flex-wrap: wrap;
	}
	.investor-map {
		width: 100%;
		height: 200px;
	}
	.investor-info {
		width: 100%;
		height: ;
	}
	.investor-info dd {
		margin-bottom: 20px;
	}
	


}