@charset "utf-8";


.banner {
	height:500px;
	box-sizing:border-box;
}
.banner .swiper-slide,
.banner .swiper-container,.banner .swiper-wrapper {
	height:100%;
}
.banner .swiper-slide {
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner .swiper-slide .title{
    font-size: 40px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    color: #005097;
}

.banner .swiper-pagination {
	left: auto;
	right: 70px;
	top: 50%;
	bottom: auto;
	width: auto;
}
.banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	position: relative;
	background: #c1c6c9;
	border-radius: 100%;
	font-size: 0;
	display: block;
	opacity: 1;
	margin: 0 auto 31px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	
}
.banner .swiper-pagination-bullet-active {
	opacity: 1;
}
.banner .swiper-pagination-bullet-active:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
	border-radius: 100%;
	border: 2px solid #b3ecff;
}
.sub-title{
	position: relative;
    padding: 20px 0px 20px 30px;
	line-height: 42px;
	font-size: 32px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    background-color: #005095;
}
.sub-title span{
	color: #005095;
}
.sub-title:before,
.sub-title:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #969696;
}
.sub-title:after{
	background: #005095;
	width: 100px;
	height: 2px;
	left: 50%;
	margin-left: -50px;
}
.sub_nav_link{
	position: fixed;
	z-index: 8;
	top: 460px;
	right: 0;
	background: #005095;
	width: auto;
	text-align: center;
	padding: 12px 20px;
	box-shadow: 1px 1px 8px rgba(0,0,0,.2);
	cursor: pointer;
}
.sub_nav_link>p{
	font-size: 18px;
	color: #fff;
	line-height: 18px;
}
.sub-nav{
	position: absolute;
	z-index: 8;
	top: 460px;
	right: 0;
	margin-right: 0;
	background: #005095;
	width: auto;
	text-align: center;
	padding: 12px 0;
	box-shadow: 1px 1px 8px rgba(0,0,0,.2);
	white-space: nowrap;
	display: none;
}
.sub-nav dt{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding: 12px 0 12px;
}
.sub-nav dd{
	padding: 7px 20px;
}
.sub-nav dd a{
	display: inline-block;
	line-height: 28px;
	font-size: 14px;
	color: #c1c6c9;
	padding: 0 17px;
	border: 1px solid transparent;
}
.sub-nav dd a.on{
	border-color: #b3ecff;
	color: #b3ecff;
}
.sub-nav dd a:hover{
	color: #b3ecff;
}
.sub-nav.fixed{
	position: fixed;
	/*top: 100px;*/
}


.sub-container{
	padding-top: 100px;
}

.classify-content {
	font-size: 0;
	user-select: none;
}
.classify-content .tit{
	font-size: 14px;
	color: #000;
	line-height: 35px;
	border-bottom: 1px solid #fff;
	background: #eeeeee;
	width: 110px;
	padding-left: 10px;
}
.classify-content .list{
	overflow: hidden;
	background: #f1f8fe;
}
.classify-content .list .item,
.classify-content .list .item-special{
	float: left;
	font-size: 14px;
	color: #888;
	line-height: 26px;
	height: 28px;
	min-width: 250px;
	border: 1px solid #d2d2d2;
	text-align: center;
	background: #fff;
	cursor: pointer;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2px;
	margin: 4px 0 4px 12px;
}
.classify-content>div:nth-of-type(4) .tit{
	border: none;
}
.classify-content .reset{
	background: #b3ecff;
	overflow: hidden;
	border-top: 1px solid #fff;
}
.classify-content .reset span{
	display: block;
	float: right;
	color: #fff;
	font-size: 16px;
	padding: 0 48px;
	height: 30px;
	line-height: 30px;
	background: #01bee6;
	cursor: pointer;
}
.classify-content .list .item:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
    height: 0;
    border-bottom: 19px solid #005095;
    border-left: 22px solid transparent;
    z-index: 0;
    display: none;
}
.classify-content .list .item:after{
	content: '\e647';
	font-family: 'iconfont';
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 11px;
	text-align: center;
	font-size: 12px;
	z-index: 1;
	display: none;
}
.classify-content .list .item.checked{
	color: #005095;
	border-color: #005095;
}
.classify-content .list .item.checked:after,
.classify-content .list .item.checked:before{
	display: block;
}


.fund-content{
	margin-top: 30px;
}
.fund-content-tit{
	text-align: center;
	cursor: pointer;
	height: 70px;
	user-select: none;
}
.fund-content-tit>span{
	color: #fff;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	background: #a0a0a0;
	display: block;
	position: relative;
}
.fund-content-tit>span:before{
	content: '';
	display: block;
	position: absolute;
	bottom: -12px;
	right: 24px;
	width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 12px solid #a0a0a0;
}
.fund-content-tit>span:after{
	content: '\e83d';
	font-family: 'iconfont';
	display: block;
	position: absolute;
	top: 6px;
	right: 28px;
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 100%;
	font-size: 15px;
	line-height: 32px;
	color: #bebebe;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.fund-content.open .fund-content-tit>span{
	background: #005095;
}
.fund-content.open .fund-content-tit>span:before{
	border-top-color: #005095;
}
.fund-content.open .fund-content-tit>span:after{
	color: #005095;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fund-item{
	margin-bottom: 30px;
}
.fund-item-head{
	position: relative;
	padding-top: 15px;
	border-top: 1px solid #7e8996;
}
.fund-item-head .name{
	font-size: 16px;
	color: #005095;
	position: relative;
	line-height: 24px;
	padding-left: 14px;
}
.fund-item-head .name a{
		color: #005095;
	}
.fund-item-head .name a:hover{
	font-weight: bold;
}
.fund-item-head .name:before{
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 4px;
	height: 22px;
	background: #7e8996;
}
.fund-item-head .choose{
	margin-left: 14px;
	font-size: 16px;
	color: #666;
	margin-top: 8px;
	height: 30px;
}
.fund-item-head .choose>span{
	display: block;
	float: left;
	line-height: 30px;
}
.fund-item-head .select{
	border: 1px solid #d2d2d2;
	float: left;
	line-height: 28px;
	height: 28px;
	position: relative;
	cursor: default;
	user-select: none;
}
.fund-item-head .select>span{
	line-height: 28px;
    padding: 0 26px 0 10px;
    display: block;
    position: relative;
}
.fund-item-head .select>span:after{
	content: '\e83d';
	font-family: 'iconfont';
    display: block;
    position: absolute;
    top: 0;
    right: 4px;
    line-height: 28px;
    color: #999;
    font-size: 14px;
    /* width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 12px solid #999; */
}
.fund-item-head .select-list{
	position: absolute;
	top: 28px;
	left: -1px;
	white-space: nowrap;
	border: 1px solid #d2d2d2;
	background: #fff;
	z-index: 1;
}
.fund-item-head .select-list .option{
	padding: 0 10px;
}
.fund-item-head .select-list .option:hover{
	background: #01bee6;
	color: #fff;
}
.fund-item-head .more{
	display: block;
	position: absolute;
	right: 0;
	top: 19px;
	width: 158px;
	border: 1px solid #005095;
	color: #005095;
	text-align: center;
	line-height: 48px;
	height: 48px;
}
.fund-table{
	overflow: hidden;
	background: #f1f8fe;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.fund-table dd{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 33.3%;
    align-items: stretch;
    float: left;
}
.fund-table dd.long{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 50%;
    float: left;
}
.fund-table .tit,
.fund-table .txt{
	border-bottom: 1px solid #fff;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}
.fund-table .txt{
	border-left: 1px solid #fff;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	padding: 10px;
	/*white-space:  nowrap;*/
	white-space: normal;
}
.fund-table .tit{
	color: #fff;
	padding: 10px;
	background: #7e8996;
	width: 200px;
	white-space: normal;
}
.fund-table a.history{
	/*display: inline-block;*/
	display: none;
	position: relative;
	line-height: 28px;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 12px;
	padding: 0 53px 0 13px;
	border: 1px solid #d2d2d2;
}
.fund-table a.history:after{
	content: '\e7bd';
	font-family: 'iconfont';
	display: block;
	position: absolute;
	right: -1px;
	top: -1px;
	background: #01bee6;
	z-index: 1;
	color: #fff;
	font-size: 16px;
	width: 40px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.fund-item dl:not(:first-of-type){
	display: none;
}

.special-tit{
	height: auto;
	position: relative;
	user-select: none;
	cursor: pointer;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.special-tit span{
	display: block;
	/* position: absolute;
	top: 0;
	left: 0; */
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding: 0 30px 0 16px;
	background: #005095 url('/images/announcement.jpg') no-repeat right top;
	max-width: 1000px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.special-tit:after{
	content: '';
	display: block;
	/* position: absolute;
	z-index: 0;
	top: 30px;
	left: 0;
	width: 100%; */
	height: 20px;
	background: #969696;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	margin-top: 10px;
}
.special-tit:before{
	content: '\e83d';
	font-family: 'iconfont';
	display: block;
	position: absolute;
	z-index: 3;
	top: 10px;
	height: 20px;
	line-height: 22px;
	right: 14px;
	color: #fff;
	font-size: 14px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.special-tit.on:before{
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.faq-item{
	padding: 20px 20px 0;
}

.announcement-content{
	padding: 50px 0 0;
}
.announcement-table{
	margin-top: 30px;
}
.announcement-table table{
	width: 100%;
}
.announcement-table th{
	background: #0078b4;
	font-size: 16px;
	color: #fff;
	text-align: left;
	font-weight: normal;
	height: 40px;
}
.announcement-table .t1,
.announcement-table .t2{
	border-right: 1px solid #fff;
}
.announcement-table th,
.announcement-table td{
	border-bottom: 1px solid #fff;
}
.announcement-table td{
	background: #f1f8fe;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #666;
}
.announcement-table .t1 a{
	color: #666;
}
.announcement-table .t1 a:hover,
.announcement-table .t1 a:active{
	color: #005095;
}
.announcement-table .t1{
	padding-left: 16px;
	padding-right: 16px;
}
.announcement-table .t2{
	padding-left: 35px;
	padding-right: 16px;
	white-space: nowrap;
}
.announcement-table .t3{
	padding-left: 40px;
	padding-right: 16px;
	white-space: nowrap;
}

.load-more-btn{
	width: 148px;
	height: 48px;
	border: 1px solid #005095;
	color: #005095;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	margin: 20px auto 0;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	user-select: none;
}
.load-more-btn:active{
	background: #005095;
	color: #fff;
}

.download-content{
	padding: 40px 0 50px;
}
.download-list{
	margin-top: 15px;
}
.download-list li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 9px 0;
    border-bottom: 1px solid #eeeeee;
}
.download-list li .tit{
    font-size: 14px;
	color: #666;
	position: relative;
	line-height: 20px;
	padding: 5px 0 5px 14px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    margin-right: 40px;
}
.download-list li .tit:before{
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #005095;
	border-radius: 100%;
}
.download-list li .choose{
	width: 220px;
	height: 30px;
	overflow: hidden;
	position: relative;
}
.download-list li .choose .iconfont{
	display: block;
	line-height: 32px;
	height: 30px;
	width: 40px;
	color: #fff;
	background: #01bee6;
	text-align: center;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
}
.download-list li .choose select{
	width: 100%;
	border: 1px solid #d2d2d2;
	height: 30px;
	border-radius: 0;
	padding-left: 20px;
}
.download-list li .btn{
	background: #d2d2d2;
    font-family: Arial,"Microsoft Yahei","微软雅黑",STHeiti,"华文细黑",sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	width: 80px;
	text-align: center;
	display: block;
	margin-left: 20px;
}

.disclaimer-tit{
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	height: 30px;
	background: url('/images/disclaimer.jpg') repeat-y center;
	background-size: contain;
}
.disclaimer-content{
	padding: 40px 0 50px;
}
.disclaimer-txt{
	line-height: 2;
	padding: 20px 0 0;
}
.disclaimer-txt h2{
	color: #005095;
	font-size: 16px;
	text-align: center;
}
.disclaimer-txt p{
	font-size: 14px;
	color: #333;
	padding: 4px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.record-table-tit{
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 1.5;
	margin-top: 35px;
	margin-bottom: 10px;
}
.record-table table{
	width: 100%;
	text-align: center;
    border: 2px solid #eaeaea;
}
.record-table th{
	color: #fff;
	background: #0078b4;
	height: 40px;
	font-weight: normal;
}
.record-table th,
.record-table td{
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.record-table td{
	line-height: 20px;
	font-size: 14px;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f1f8fe;
	padding-left: 8px;
	padding-right: 8px;
}

.announcement-content .gxzc{
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
}
.announcement-content .tips{
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	position: relative;
	padding-left: 12px;
}
.announcement-content .tips:before{
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	border-radius: 100%;
	width: 6px;
	height: 6px;
	background: #005095;
}
.invest-content .record-table{
	margin-top: 30px;
	overflow-x: auto;
}
.invest-container{
	padding: 10px 0 20px;
}
.invest-content{
	padding: 40px 0 0;
}
.invest-h1{
	font-size: 40px;
	color: #0078b4;
	line-height: 1.5;
	margin-top: 15px;
}
.info-content{
	font-size: 14px;
	color: #333;
	line-height: 30px;
	text-justify: inter-ideograph;
	padding: 20px 10px;
}

.info-content li {
	list-style: disc outside;
	margin-left: 20px;
}
.info-content table td {
	padding: 8px;
}

.currency-tab{
	margin-top: 20px;
	font-size: 0;
}
.currency-tab dl{
	text-align: right;
}
.currency-tab dt,
.currency-tab dd{
	font-size: 16px;
	display: inline-block;
	color: #666;
	vertical-align: middle;
}
.currency-tab dt{
	line-height: 30px;	
}
.currency-tab dd{
	line-height: 28px;	
	width: 98px;
	text-align: center;
	height: 28px;
	border: 1px solid #d2d2d2;
	cursor: pointer;
	margin-right: 30px;
}
.currency-tab dd.on{
	border-color: #01bee6;
	background: #01bee6;
	color: #fff;
}
.currency-tab dd:last-of-type{
	margin-right: 0;
}
.invest-tab-item{
	overflow-x: auto;
}
.invest-tab-item>div{
	min-width: 700px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.retail-trader ul{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 20px;
}
.retail-trader li{
	width: calc((100% - 84px) / 3) ;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 48px;
	font-size: 14px;
	color: #666;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	cursor: default;
	margin-right: 20px;
}
.retail-trader li span{
	height: 48px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
}
.invest-content table{
	border-collapse: collapse;
    border: 2px solid #eaeaea;
}

.invest-content .table-scroll{
	padding-top: 20px;
}
.Historical-NAV{
	overflow: hidden;
	padding-top: 30px;
}
.choose-date{
	overflow: hidden;
	float: left;
}
.choose-date-item{
	height: 30px;
}
.choose-date-item .tit{
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin: 0 30px 0 15px;
    width:98px;
}
.choose-date-item .date{
	float: left;
	width: 220px;
	height: 30px;
	position: relative;
}
.choose-date-item .date input{
	width: 218px;
	height: 30px;
	border: 1px solid #d2d2d2;
	outline: none;
	padding-left: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
}

.choose-date-item.end{
	margin-top: 10px;
}

.choose-btn{
	float: left;
	font-size: 16px;
	color: #005096;
	border: 1px solid #005096;
	line-height: 28px;
	height: 28px;
	padding: 0 24px;
	margin-left: 30px;
	cursor: pointer;
}
.choose-currency{
	float: right;
	margin-top: 40px;
	overflow: hidden;
}
.choose-currency a{
	display: block;
	float: left;
	font-size: 16px;
	color: #666;
	border: 1px solid #ddd;
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-left: 30px;
}
.choose-currency a.on{
	background: #01bee6;
	border-color: #01bee6;
	color: #fff;
}
.chart-content{
	border: 1px solid #d2d2d2;
	margin-top: 30px;
	text-align: center;
	padding: 20px;
}
.chart-content .pic{
	max-width: 100%;
}

.data-resource{
	margin-top: 50px;
	padding-top: 10px;
	border-top: 1px dashed #ddd;
	font-size: 14px;
	color: #888;
	text-align: center;
	padding-bottom: 30px;
}

.data-resource a{
	color: #888;
}
.data-resource a:hover{
	color: #005095;
}
.toggle-classify{
	cursor: pointer;
	border: 1px solid #0078b4;
	background: #f1f8fe;
	color: #666;
	margin-top: 30px;
	margin-bottom: 20px;
	position: relative;
	font-size: 16px;
	user-select: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.toggle-classify_right{
	width: 16px;
	height: 28px;
	background: url(/images/up01.png)no-repeat;
	background-size: 16px 16px;
	background-position: 0 50%;
	margin-right: 5px;
}
.toggle-classify span{
	display: block;
	line-height: 22px;
	padding: 3px 0;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	user-select: none;
}
.toggle-classify:before{
	content: '\e631';
	font-family: 'iconfont';
	display: block;
	height: 28px;
	line-height: 28px;
	color: #666;
	margin: 0 10px 0 12px;
}
.toggle-classify:after{
	/*content: '\e6a5';*/
	font-family: 'iconfont';
	display: block;
	height: 28px;
	color: #888;
	line-height: 28px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: 0 5px;
}
.toggle-classify.on:after{
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.fund-article{
	background: none;
	margin-top: 0;
}
.fund-article-tit{
	font-size: 16px;
	color: #005095;
	position: relative;
	padding-left: 15px;
}
.fund-article-tit:before{
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 4px;
	height: 22px;
	background: #7e8996;
}
.fund-article-txt{
	padding: 20px 10px 15px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
}
.fund-article-txt p{
	padding: 0.3em 0;
	overflow-x: auto;
	object-fit: cover;
}

.echarts-outside{
	position: relative;
	width: 100%;
	height: 300px;
	float: left;
}

.echarts-bar {
    height: 360px;
}

.echarts-bar-min {
    height: 200px;
}

.cp_aright_0 {
	padding: 25px;
	overflow:hidden;
    float: left;
    width: 350px;
}
.cp_aright_0.cp_ab {
	border-right:1px solid #eaeaea;
	float:left;
	width:275px;
}
.cp_aright {
	padding:25px;
	overflow:hidden;
	float:right;
	width:680px;
}
.cp_aright .cp_ab {
	border-right:1px solid #eaeaea;
	float:left;
	width:275px;
}
.cp_aright .cp_ac {
	float:left;
	padding-left:20px;
	width:275px;
}
.cp_ac table tr td i {
	width:12px;
	height:12px;
	display:inline-block;
	line-height:12px;
	margin-right:5px;
}
.cp_aright p {
	color:#434343;
	border-top:1px solid #eaeaea;
	line-height:44px;
}
.cp_aright span {
	color:#434343;
}
.echarts-main{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.table_bor td{
	border: solid 1px #eaeaea;
}
.blue-cover{
	background: rgba(0, 80, 149, .7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
}
.declare{
	display: none;
	background: #fff;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -500px;
	width: 100%;
	max-width: 1000px;
	height: 80%;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 50px 20px;
}
.declare .tit{
	overflow: hidden;
	padding-bottom: 18px;
}
.declare .tit strong{
	color: #000;
	position: relative;
	display: block;
	float: left;
	line-height: 28px;
	font-size: 18px;
}
.declare .tit span{
	color: #005095;
	position: relative;
	display: block;
	float: left;
	line-height: 28px;
	font-size: 14px;
}
.declare .tit strong:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #005095;
	width: 28px;
	height: 2px;
}
.declare .close-article-popup{
	top: 0;
}
.declare .declare-swiper{
	width: 100%;
	background: #f5f5f5;
}
.declare .btn{
	font-size: 0;
	text-align: center;
	padding: 20px 0 0;
}
.declare .btn a{
	width: 150px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #005095;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #005095;
	font-size: 16px;
	display: inline-block;
	margin: 0 40px;
}
.declare .declare-swiper .swiper-container{
	width: 100%;
	height: 100%;
}
.declare .declare-swiper .swiper-slide{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 20px 15px;
	height: auto;
}

.pagging{
	padding: 20px 0;
	text-align: center;
	font-size: 0;
}
.pagging ul li{
	display: inline-block;
    margin-right: 5px;
    background-color: #f2f2f2;
    border: 1px solid #eaeaea;
    cursor: pointer;
}
.pagging ul li a{
    color: #1394cc;
    display: block;
	font-size: 14px;
    padding: 5px 10px;
	white-space: nowrap;
    text-decoration: none;
}

/*20180614*/
.scroll-div{
	width: 100%;
	overflow-x: auto;
}
.tabless{
	width: 100%;
	min-width: 1050px;
	margin: 0 auto;
	font-size: 14px;
	color: #333;
}
.tabless th{
	font-weight: normal;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 40px;
}
.tabless td{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.tabless td.t1{
	background: #01bee6;
	color: #fff;
	text-align: center;
}
.tabless td.t2,
.tabless td.t3{
	background: #f1f8fe;
	padding: 20px 30px;
}
.tabless th.t1{
	background: #b3ecff;
}
.tabless th.t2,
.tabless th.t3{
	background: #0078b4;
	color: #fff;
}
.tabless .t1{
	width: 210px;
}
.tabless .t2{
	width: 420px;
}
.titss{
	color:#005096;
	font-size:16px;
	text-align:center;
	margin-top:40px;
	margin-bottom:15px;	
}
.ulss li{
	padding-left: 14px;
	position: relative;
}
.ulss li:before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #005ba4;
	position: absolute;
	top: 7px;
	left: 0;
}

.prd-number {
    text-align:center;
	background-color: #71c0e1;
    width: 60%;
}
.prd-number span {
	color: white;
    font-size:  45px;
}
.prd-number.row-1 {
	background-color: #0078b4;
}

.prd-number.row-2 {
	background-color: #f5ce33;
}

.prd-number.row-3 {
	background-color: #b2b2b2;
}
@media screen and (max-width: 1200px) {
    .ke-zeroborder{
        overflow-x: auto;
        display: block;
    }
	.sub-nav{
		display: block;
	    position: static;
	    width: 100%;
	    margin: 0 auto;
	}
	.banner {
		height: 30vw;
	}
    .banner .swiper-slide .title{
        font-size: 18px;
        margin-left: 40px;
        margin-top: 90px;
    }
	.banner .swiper-pagination-fraction{
		display: none;
	}
	.banner .swiper-pagination{
		right: 0;	
		bottom: 1vw;
		top: auto;
		width: 100%;
		text-align: center;	
	}
	.banner .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		display: inline-block;
		margin: 0 10px;
	}
	.banner .swiper-pagination-bullet-active{
		background: #005096;
	}
	.banner .swiper-pagination-bullet-active:after{
		display: none;
	}

	.sub-title{
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 10px;
	}

	.fund-table dd{
		width: 50%;
	}

	.fund-item-head{
		padding: 15px 20px 0;	
	}
	.fund-item-head .more{
		right: 20px;
		width: 120px;
		height: 36px;
		line-height: 36px;
	}
	.announcement-table .t2,
	.announcement-table .t3{
		padding-left: 15px;
		padding-right: 15px;
	}
	.announcement-content{
		padding-top: 30px;
	}
	.announcement-table{
		margin-top: 20px;
	}
	.announcement-content .gxzc,
	.announcement-content .tips{
		margin-left: 15px;
		margin-right: 15px;
	}
	.currency-tab dl{
		text-align: left;
		padding: 0 10px;
	}
	.currency-tab dt,
	.currency-tab dd{
		font-size: 14px;
	}
	.currency-tab {
		margin: 10px 0;
	}
	.currency-tab dd{
		margin-right: 10px;
		width: auto;
		padding: 0 15px;
	}
	.retail-trader ul{
		padding: 15px 10px;
	}
	.retail-trader li{
		font-size: 12px;
		width: calc((100% - 60px) / 3) ;
	}
	.invest-content .table-scroll{
		overflow-x: auto;
		font-size: 12px;
	}
	.invest-content .table-scroll>div{
		min-width: 700px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.special-tit span{
		max-width: 840px;
		font-size: 14px;
	}
	.fund-article-txt table{
		width: 100% !important;
		font-size: 12px;
	}
	.fund-item-head .name{
		margin-right: 110px;
	}
	.declare{
		margin: 0;
		height: 100%;
		top: 0;
		left: 0;
		padding: 0;
	}
	.declare .btn a{
		width: 90px;
	    height: 38px;
	    line-height: 36px;
	    font-size: 14px;
	    margin: 0 10px;
	}
}
@media screen and (max-width: 768px){
	.prd-number {
		width: 80%;
	}	
	.cp_aright_0 {
		padding: 10px 20px 30px;
		overflow:hidden;
	    float: none;
	    width: 320px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    margin: 0 auto;
	}
	.sub-container{
		padding-top: 30px;
	}
	.fund-table dd{
		width: 100%;
	}
	.download-list li{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 15px;
	}
	.download-list{
		padding: 0 10px;
	}
	.download-list li .tit{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0;
	    -webkit-box-flex: none;
	    -webkit-flex: none;
	    -moz-flex: none;
	    -ms-flex: none;
	    -o-flex: none;
	    flex: none;
	}
	.download-list li .choose{
		width: 160px;
	}
	.download-list li .choose select{
		padding-left: 10px;
	}
	.disclaimer-txt{
		padding: 20px 20px 0;
	}
	.download-content{
		padding: 30px 0 20px;
	}
	.special-tit span{
		position: static;
		font-size: 14px;
		line-height: 20px;
		padding: 4px 30px 4px 10px;
		background: #005095;
		width: 100%;
	}
	.special-tit{
		height: auto;
	}
	.special-tit:after{
		display: none;
	}
	.special-tit:before{
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		-o-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}
	.special-tit.on:before{
		-webkit-transform: translateY(-50%) rotate(0);
		-ms-transform: translateY(-50%) rotate(0);
		-o-transform: translateY(-50%) rotate(0);
		transform: translateY(-50%) rotate(0);
	}
	.invest-content .record-table{
		margin-top: 10px;
	}
	.invest-h1{
		font-size: 30px;
		margin-top: 10px;
	}
	.invest-content{
		padding-top: 20px;
	}
	.invest-tab-item{
		font-size: 12px;
	}
	.retail-trader li{
		width: calc((100% - 40px) / 2) ;
	}
	.choose-date-item .tit{
		font-size: 14px;
		margin: 0 10px 0 0;
	}
	.choose-date-item .date{
		width: 150px;
	}
	.choose-date-item .date input{
		width: 148px;
		padding-left: 18px;
	}
	.choose-currency{
		width: 100%;
		margin-top: 20px;
	}
	.choose-currency a{
		margin: 0 20px 0 0;
		font-size: 14px;
	}
	.Historical-NAV{
		padding-left: 10px;
	}
	.choose-btn{
		font-size: 14px;
		margin-left: 15px;
		padding: 0 18px;
	}
	.chart-content{
		margin: 20px 10px;
	}
	.faq-item{
		padding: 20px 10px 0;
	}
	.data-resource{
		margin-top: 30px;
		padding: 10px 10px 30px;
		font-size: 12px;
	}
	.toggle-classify{
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {	
    .banner .swiper-slide .title{
        font-size: 14px;
        margin-top: 12px;
    }
	.banner .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		margin: 0 3px;
	}
	.classify-content .tit{
		width: 6em;
	}
	.classify-content .list .item{
		padding: 0 20px;
		min-width: 100px;
		margin-left: 10px;
		font-size: 12px;
	}
	.fund-item-head .name{
		font-size: 14px;
	}
	.fund-item-head {
		padding: 15px 10px 0;	
	}
	.fund-item-head .more{
		right: 10px;
		width: 100px;
		height: 32px;
		line-height: 32px;
	}
	.fund-item-head .choose{
		font-size: 14px;
	}
	.fund-table .tit, 
	.fund-table .txt{
		/* font-size: 14px; */
	}
	.fund-table a.history{
		padding: 0 44px 0 6px;
		margin-left: 8px;
	}
	.fund-table .txt{
		padding-left: 10px;
	}
	.fund-table .tit{
		width: 130px;
		padding-left: 8px;
		line-height: 1.5;
	}
	.fund-content-tit>span{
		font-size: 16px;
		line-height: 36px;
		height: 36px;
	}
	.fund-content-tit{
		height: 60px;
	}
	.classify-content .reset span{
		padding: 0 35px; 
		font-size: 14px;
	}
	.announcement-table .t1,
	.announcement-table .t2,
	.announcement-table .t3{
		padding-left: 10px;
		padding-right: 10px;
	}
	.announcement-table .t2,
	.announcement-table .t3{
		font-size: 12px;
	}
	.load-more-btn{
		width: 100px;
	    height: 34px;
	    font-size: 14px;
	    line-height: 34px;
	}

	.disclaimer-content{
		padding: 20px 0 30px;
	}
	.disclaimer-txt{
		padding: 15px 15px 0;
	}
	.disclaimer-txt h2{
		font-size: 14px;
	}
	.disclaimer-txt p{
		font-size: 13px;
	}
	.info-content{
		padding: 10px 10px 20px;
	}
	.retail-trader li{
		width: calc((100% - 20px) / 2) ;
	}
}



