.i_banner{
	height: 100vh;
	position: relative;
}
.i_banner ._banner{
	height: 100%;
	position: relative;
}
.i_banner .swiper-wrapper{
	height: 100%;
}
.i_banner .swiper-slide{
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	overflow: hidden;
	pointer-events:none;
}
.i_banner ._background{
	background-size: cover;
	background-position: center 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.i_banner ._ad{
	color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	white-space:nowrap;
}
.i_banner ._ad ._subtitle{
	font-size: 55px;
	font-family: ikaros;
	letter-spacing: 4px;
	margin-bottom: 4px;
}
.i_banner ._ad ._title{
	font-size: 55px;
	font-weight: 600;
	letter-spacing: 10px;
	margin-bottom: 60px;
}
.i_banner ._nav{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2vh;
	z-index: 10;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.i_banner ._nav a{
	font-size: 17px;
	color: #fff;
	text-align: center;
}
.i_banner ._nav a span{
	display: block;
	padding: 0 32px;
	line-height: 1;
	margin-bottom: 12px;
}
.i_banner ._nav ._vertical{
	height: 17px;
	width: 1;
	border-left: 1px solid rgba(255,255,255,.3);
}
.i_banner ._nav a i{
	display: block;
	width: 0;
	height: 1px;
	background-color: #fff;
	margin: 0 auto;
	transition: width .4s;
}
.i_banner ._nav a:hover i,.i_banner ._nav a._active i{
	width: 58%;
}
.i_bond{
	padding: 65px 0 15px;
}
.i_bond ._ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.i_bond ._market{
	background-color: #f8f8f8;
	width: 50%;
	padding: 2.2% 4% 3%;
}
.i_bond ._market ._title{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}
.i_bond ._market ._price{
	font-size: 16px;
	color: #666;
	display: flex;
	align-items: flex-end;
	margin-bottom: 62px;
}
.i_bond ._market ._price h3{
	font-family: 'numfont';
	font-size: 52px;
	font-weight: normal;
	margin-bottom: -5px;
	margin-right: 5px;
}
.i_bond ._market ._price h4{
	font-family: 'numfont';
	font-size: 31px;
	font-weight: normal;
}
.i_bond ._market ._price img{
	width: 16px;
	margin-bottom: 4px;
	margin-left: 18px;
	margin-right: 8px;
}
.i_bond ._market ._data{
	color: #666;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.i_bond ._market ._data li{
	font-size: 16px;
	padding-right: 5%;
}
.i_bond ._market ._data li+li{
	border-left: 1px solid #e9e9e9;
	padding-left: 5%;;
}
.i_bond ._market ._data li span{
	font-family: 'numfont';
	display: block;
	font-size: 32px;
}
.i_bond ._market ._time{
	color: #8f8f8f;
	margin-bottom: 15px;
}
.i_bond ._market ._tel{
	color: #666;
	font-weight: 500;
}
.i_bond ._market ._tel a{
	color: #2ca6df;
}
.i_bond ._diagram{
	width: 40%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.i_bond ._diagram ._chart{
	margin-bottom: 8%;
	position: relative;
}
.i_bond ._diagram ._chart li{
	display: none;
}
.i_bond ._diagram ._chart ._active{
	display: block;
}
.i_bond ._diagram ._chart .loading{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity .3s;
}
.i_bond ._diagram ._chart .loading:after {
	content: '\e97b';
}
.i_bond ._diagram ._chart .loading._active{
	opacity: 1;
}
.i_bond ._diagram ._button{
	display: flex;
	align-items: center;
}
.i_bond ._diagram ._button a{
	width: 25%;
	text-align: center;
	line-height: 55px;
	border: 1px solid #e5e5e5;
	color: #898989;
	position: relative;
	transition: border-color .3s;
}
.i_bond ._diagram ._button a+a{
	border-left: 0;
}
.i_bond ._diagram ._button a:hover{
	color: #fff;
	border-color:#2ca6df;
}
.i_bond ._diagram ._button a div + div{
	position: relative;
	z-index: 2;
}
.i_bond ._diagram ._button a ._bg{
	background-color: #2ca6df;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	transition: width .3s,opacity .3s;
	width: 0;
	opacity: 0;
}
.i_bond ._diagram ._button a:hover ._bg{
	width: 100%;
	opacity: 1;
}
.i_bond ._diagram ._button a._active{
	background-color: #2ca6df;
	border: 1px solid #2ca6df;
	color: #fff;
}

.i_notice{
	padding: 55px 0 0;
}
.i_notice h2{
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 22px;
}
.i_notice ._ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.i_notice ._ul li{
	width: 47%;
	padding: 30px 0;
	position: relative;
	border-bottom: 1px #ebebeb solid;
}
.i_notice ._ul li>span{
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #2ca6df;
	opacity: 0;
	transition: width .6s,opacity .4s;
}
.i_notice ._ul li:hover>span{
	opacity: 1;
	width: 100%;
}
.i_notice ._ul li a{
	display: flex;
	align-items: center;
}
.i_notice ._ul li a ._year{
	display: block;
	height: 72px;
	width: 72px;
	min-width: 72px;
	text-align: center;
	background-color: #f7fafd;
	transition: background-color .6s,color .4s;
}
.i_notice ._ul li:hover a ._year{
	background-color: #2ca6df;
	color: #fff;
}
.i_notice ._ul li a ._year h3{
	font-family: 'numfont';
	font-size: 30px;
	line-height: 72px;
}
.i_notice ._ul li a ._div{
	position: relative;
	display: flex;
	flex-direction: column;
	margin-left: 6%;
	flex: 1;
	max-width: 72%;
}
.i_notice ._ul li a ._div ._title{
	font-size: 20px;
	color: #333;
	width: 85%;
}
.i_notice ._ul li a ._div ._down{
	display: flex;
	align-items: center;
	margin-top: 12px;
	color: #454545;
}
.i_notice ._ul li a ._div ._down img{
	width: 15px;
	margin-right: 10px;
	margin-left: 2px;
}
.i_notice ._ul li a ._date{
	color: #333;
	white-space: nowrap;
	margin-left: auto;
}



.i_government{
	padding: 15px 0 55px;
}
.i_government h2{
	font-size: 30px;
	font-weight: normal;
}
.i_government ._ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.i_government ._ul li{
	width: 47%;
	padding-top: 22px;
	position: relative;
}
.i_government ._ul li a{
	display: flex;
	align-items: center;
}
.i_government ._ul li a ._year{
	display: flex;
	align-items: flex-end;
	height: 100%;
}
.i_government ._ul li a ._year h3{
	font-family: 'numfont';
	font-size: 22px;
	margin-left: 8px;
	line-height: 40px;
}
.i_government ._ul li a ._year ._spot{
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #888;
	z-index: 1;
	position: relative;
	margin-bottom: 12px;
}
.i_government ._ul li a ._year ._line{
	position: absolute;
	display: block;
	left: 3px;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #ddd;
}
.i_government ._ul li:nth-of-type(1) a ._year ._line{
	top: 70%;
}
.i_government ._ul li:nth-of-type(2) a ._year ._line{
	top: 70%;
}
.i_government ._ul li:nth-last-of-type(1) a ._year ._line{
	bottom: 30%;
}
.i_government ._ul li:nth-last-of-type(2) a ._year ._line{
	bottom: 30%;
}
.i_government ._ul li a ._div{
	background-color: #f7fafd;
	position: relative;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 5%;
	transition: box-shadow .3s,transform .3s;
	-webkit-transition: box-shadow .3s,transform .3s,;
	max-width: 88%;
	flex: 1;
}
.i_government ._ul li a:hover ._div{
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 8px 10px rgba(0, 0, 0, .1);
}
.i_government ._ul li a ._div ._title{
	font-size: 20px;
	color: #333;
	width: 85%;
}
.i_government ._ul li a ._div ._down{
	background-color: #ebeef3;
	border-radius: 50%;
	height: 36px;
	line-height: 33px;
	width: 36px;
	text-align: center;
	margin: 0 2%;
	overflow: hidden;
	transition: background-color .3s;
	-webkit-transition: background-color .3s;
	position: relative;
}
.i_government ._ul li a:hover ._div ._down{
	background-color: #2ca6df;
}
.i_government ._ul li a ._div ._down img{
	width: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -7.5px;
	margin-top: -7.5px;
	transition: top .3s,margin-top .3s;
	-webkit-transition: top .3s,margin-top .3s;
}
.i_government ._ul li a ._div ._down img+img{
	top: 0;
	margin-top: -15px;
}
.i_government ._ul li a:hover ._div ._down img{
	top: 100%;
	margin-top: 5px;
}
.i_government ._ul li a:hover ._div ._down img+img{
	top: 50%;
	margin-top: -7.5px;
}
.i_government ._ul li a ._div ._triangle{
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	border: 10px solid transparent;
	border-top-color: #f7fafd;
	position: absolute;
	left: -10px;
	top: 0;
}

.i_communication{
	background: url(../../img/investor/communication_bg.jpg) no-repeat #f5f8fc;
	background-size: auto 100%;
	background-position: right center;
	padding: 55px 0;
}
.i_communication h2{
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 38px;
}
.i_communication ._form{
	width: 52%;
}
.i_communication ._input{
	display: flex;
	justify-content: space-between;
	margin-bottom: 28px;
}
.i_communication ._input input{
	width: 48%;
}
.i_communication ._textarea{
	margin-bottom: 28px;
}
.i_communication ._button a{
	font-size: 14px;
	display: inline-block;
	background-color: #28a7e1;
	color: #fff;
	padding: 10px 40px;
}

.form-control {
	border: 0;
	padding: 15px 20px;
	height: 52px;
}