/*字体大小*/
html {
  font-size: 20px;
	font-family: "微软雅黑"
}
@media only screen and (min-width: 320px) {
  html {
    font-size: 17px !important;
  }
}
@media only screen and (min-width: 375px) {
  html {
    font-size: 19.32367149px !important;
  }
}
@media only screen and (min-width: 414px) {
  html {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 23.1884058px !important;
  }
}
body{
	font-size: .9rem;
	line-height: 170%;
	color: #4c4c4c; 
	background: #fff;
	font-family: "微软雅黑";
}

a{
	color: #4c4c4c;
}
a:active {
  color: #1266c1;
}
p{
	margin:0 0 0.5rem 0;
}
img{
	max-width: 100%;
	vertical-align: bottom;
}
ul{
	margin: 0;
	padding: 0;
}
.d-flex{
	display: -webkit-box !important;
  	display: -ms-flexbox !important;
  	display: flex !important;
  	-ms-flex-wrap: wrap !important;
  	flex-wrap: wrap !important;
}

.bg-cover{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-light{
	background-color: #f4f4f4 !important;
}

/*---------重置light7---------*/
.page{
	background: #f5f5f5;
}
.bar-nav ~ .content{
	top: 0;
	padding-top: 0rem;
}
.bar-text ~ .content{
	padding-top: 3rem;
}
.bar-text0 ~ .content{
	padding-top: 0;
}
.content-padded{
	margin:.5rem .75rem ;
}
.content-padded-sm{
	margin: .375rem;
}

.content{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
  min-height: 100vh;
	min-height: 100%;
	-webkit-box-orient:vertical;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
}
#mainBox{
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	background-color: #fff;
}

/*卡片*/
.card {
	margin:0.375rem;
	box-shadow:0 0.05rem 0.1rem rgba(0, 0, 0, 0);
}
.card-header, .card-footer{
	justify-content: flex-start;
}
.card-content-inner.card-content-inner-sm{
	padding: .5rem;
}
.card-footer,.card-header{
	border-top: 1px solid #ededed;
}

/*列表*/
.list-block{
	font-size: .9rem
}
.list-block-n{
	margin: -0.5rem 0;
}
.list-block-sm{
	margin: 1rem 0;
}
.list-block-xs{
	margin: .5rem 0;
}

.list-block ul{
	border: none;
}
.list-block li:first-child{
	border-top: none;
}
.list-block li{
	border-top: 1px solid #ededed;
}
.list-block .item-title{
	font-size: .9rem;
	color: #292929;
	text-overflow: -o-ellipsis-lastline; 
}
.list-block .item-title.item-title2,
.text-ellipsis2{
	white-space:normal;
  	overflow: hidden;  
  	text-overflow: ellipsis;  
  	display: -webkit-box;  
  	-webkit-line-clamp: 2;
  	line-clamp: 2;  
  	-webkit-box-orient: vertical;
	line-height: 140%;
}
.text-ellipsis3{
	white-space:normal;
  	overflow: hidden;  
  	text-overflow: ellipsis;  
  	display: -webkit-box;  
  	-webkit-line-clamp: 3;
  	line-clamp: 3;  
  	-webkit-box-orient: vertical;
	line-height: 140%;
}
.text-ellipsis5{
	line-height: 24px;
	font-size: 15px;
}
.list-block .item-inner{
	border-bottom: none;
}
.list-block.media-list .item-inner.item-inner-lg, 
.list-block li.media-item .item-inner.item-inner-lg,
.list-block.media-list .item-media, 
.list-block li.media-item .item-media{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.list-block-sm.media-list .item-inner.item-inner-lg, 
.list-block-sm li.media-item .item-inner.item-inner-lg,
.list-block-sm.media-list .item-media, 
.list-block-sm li.media-item .item-media{
	padding-top: 0.55rem;
	padding-bottom: 0.55rem;
}
.list-block-sm.media-list li:first-child .item-inner.item-inner-lg, 
.list-block-sm li.media-item:first-child .item-inner.item-inner-lg,
.list-block-sm.media-list li:first-child .item-media, 
.list-block-sm li.media-item:first-child .item-media{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.list-block .item-subtitle{
	font-size: 0.75rem;
	line-height: 160%;
}
.list-block .item-link .item-inner {
	background-image: url("../../images/i-list-chevron-right.png");
	padding-top: .75rem;
	padding-bottom: .75rem;
}
.list-block .item-inner{
	padding-top: .75rem;
	padding-bottom: .75rem;
}
/* 荣誉列表 */
.list-honor .text-ellipsis2{
	line-height: 23px;
	height: 46px;
}
@media(min-width: 768px){
	.list-honor .text-ellipsis2{
		line-height: 28px;
		height: 56px;
	}

}
.list-honor .content-padded {
    margin: .75rem .75rem;
}

/* 团队列表 */
.list-team .h2{
	margin-bottom: 5px;
}
.list-team .h2.m-n{
	margin-bottom: 0;
}
.list-team .h2 .text-muted{
	color: #888;
	font-size: 75%;
}
.list-team .team-text,
.list-team .team-text *{
	font-size: 0.85rem !important;
	line-height: 1.3rem !important;
	margin: 0 0 8px 0 !important;
	padding: 0 !important;
	color: rgba(87, 87, 87, 1) !important;
	text-decoration: none !important;
	font-weight: normal !important;
	font-style: normal !important;
}

/*标签页*/
.buttons-tab .button{
	height: 2.75rem;
	line-height: 2.75rem;
	font-size: 0.9rem;
}
.buttons-tab-primary .button.active {
    z-index: 100;
    color: #1266c1;
    border-color: #1266c1;
}

/*图片浏览按钮*/
i.icon.icon-next,
i.icon.icon-prev{
  background-image:none;
}
.bar-tab,
.bar-tab .tab-item{
	height: 2.8rem;
}
.bar-tab .tab-item,
.bar-tab .tab-item.active, 
.bar-tab .tab-item:active{
	color: #1266c1;
}
.bar-tab .tab-item.bg-primary, 
.bar-tab .tab-item.active.bg-primary, 
.bar-tab .tab-item.bg-primary:active{
	color: #fff;
}
.photo-browser-caption{
	bottom:55px;
}

/*复选框*/
label.label-checkbox input[type="checkbox"]:checked + .item-media i.icon-form-checkbox, label.label-checkbox input[type="radio"]:checked + .item-media i.icon-form-checkbox {
    background-color: #1266c1;
    border: none;
}

/*---------重置light7 end---------*/

/*====*/
.no-radius{
	border-radius: 0 !important;
}
.no-padder{
	padding: 0 !important;
}
.no-border{
	border-width: 0 !important;
}
.block{
	display: block;
}
.block-none{
	display: none;
}
.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-ellipsis{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.pos-rlt{
	position: relative;
}
.pos-abt{
	position:absolute;
}
.img-box{
	height: 7rem;
	display: flex;
	-webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
	
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	
	overflow: hidden;
}
/*新闻、活动*/
.img-box10{
	height:10rem;/*首页团队*/
}
.img-box5-5{
	height:10.2rem;/*荣誉、首页荣誉*/
}
@media(min-width:414px){
.img-box5-5{
	height:11.4rem;/*荣誉、首页荣誉*/
}	
}
@media(min-width:768px){
.img-box5-5{
	height:14.4rem;/*荣誉、首页荣誉*/
}	
}
.img-box5{
	height:5rem;/*合作伙伴*/
}
.img-box4-5{
	height:4.5rem;/*产品详情基金经理*/
}
#mainBox .card:last-child .b-b,
.tabs .b-b:last-child{
	border-bottom: none;
} 
.list-L-and-R{
	display: flex;
}
.list-L-and-R span.title{
	position: static;
	flex-shrink: 0;
	width: 8.5em;
	text-align: right;
	padding-right: 10px;
	white-space: pre-wrap;
	word-break: break-word;
}
.list-L-and-R p{
	margin-bottom: 0;
}

/* 大图新闻列表 */
.news_list_bigimg{
	margin: 1rem .75rem .5rem .75rem !important; 
}
.news_list_bigimg .news_list{
	margin-left: -4% !important;
}
.news_list_bigimg li{
	margin-bottom: .5rem;
}
.news_list_bigimg .imgbox{
	position: relative;
	width: 100%;
	height: 5.5rem;
}
.news_list_bigimg .imgbox i{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 5.5rem;
	text-align: center;
	color: rgba(255,255,255,.95);
	font-size: 1.6rem;
	background-color: rgba(0,0,0,.2);
}
.news_list_bigimg .bg-light{
	padding: 0;
}
.news_list_bigimg .text-ellipsis{
	margin: 0.5rem .5rem;
	height: 40px;
}

/*边线*/
.b{
	border: 1px solid #ededed;
}
.b-t{
	border-top: 1px solid #ededed;
}
.b-b{
	border-bottom: 1px solid #ededed;
}
.b-l{
	border-left: 1px solid #ededed;
}
.b-r{
	border-right: 1px solid #ededed;
}
.b-n{
	border:none;
}

/*边距*/
.m-n{
	margin: 0;
}
.m-t-xs{
	margin-top: 0.25rem;
}
.m-t-sm{
	margin-top: 0.5rem;
}
.m-t{
	margin-top: 0.75rem;
}
.m-t-md{
	margin-top: 1rem;
}
.m-t-lg{
	margin-top: 1.5rem;
}
.m-t-n{
	margin-top: -0.75rem;
}
.m-t-n-sm{
	margin-top: -0.5rem;
}
.m-b-xs{
	margin-bottom: 0.25rem;
}
.m-b-sm{
	margin-bottom: 0.5rem;
}
.m-b{
	margin-bottom: 0.75rem;
}
.m-b-md{
	margin-bottom: 1rem;
}
.m-b-lg{
	margin-bottom: 1.5rem;
}
.m-b-xl{
	margin-bottom: 3rem;
}
.m-b-xxl{
	margin-bottom: 4rem;
}
.m-b-n{
	margin-bottom: -0.75rem;
}
.m-b-n-sm{
	margin-bottom: -0.5rem;
}
.m-l-xs{
	margin-left: 0.25rem;
}
.m-l-sm{
	margin-left: 0.5rem;
}
.m-l{
	margin-left: 0.75rem;
}
.m-l-md{
	margin-left: 1rem;
}
.m-l-lg{
	margin-left: 1.5rem;
}
.m-l-n{
	margin-left: -0.75rem;
}
.m-l-n-sm{
	margin-left: -0.5rem;
}
.m-r-xs{
	margin-right: 0.25rem;
}
.m-r-sm{
	margin-right: 0.5rem;
}
.m-r{
	margin-right: 0.75rem;
}
.m-r-md{
	margin-right: 1rem;
}
.m-r-lg{
	margin-right: 1.5rem;
}
.m-r-n{
	margin-right: -0.75rem;
}
.m-r-n{
	margin-right: -0.5rem;
}

/*主色*/
.bg-primary {
  color: white;
  background-color: #1266c1;
}
.bg-primary:active {
  background-color: #0b5cb3 !important;
}
.bg-primary.dk {
  color: white !important;
  background-color: #0b5cb3 !important;
}
.bg-primary.dk:active {
  background-color: #0653a6 !important;
}
.bg-primary.lt {
  color: white !important;
  background-color: #1266c1 !important;
}
.bg-primary.lt:active {
  background-color: #1266c1 !important;
}
.bg-primary.disabled{
	opacity: .7;
}
.bg-primary a {
	color: #fcfcfd;
}
.bg-primary a:hover {
	color: #fff;
}

/*辅助色*/
.bg-gray {
  color: white;
  background-color: #6c6c6c;
}
.bg-gray:active {
  background-color: #636363;
}
.bg-gray.dk {
  color: white;
  background-color: #636363;
}
.bg-gray.dk:active {
  background-color: #515050;
}
.bg-gray.lt {
  color: white;
  background-color: #848484;
}
.bg-gray.lt:active {
  background-color: #6c6c6c;
}
.bg-white-only{
	background: #fff;
}

/*标题*/
h1,.h1,h2,.h2,h3,.h3{
	color: #292929 !important;
}
.h1,.h2,.h3{
	margin: 0;
}
h1,.h1{
	font-size: 1.2rem;
	font-weight: normal;
}
h2,.h2{
	font-size: 1.1rem;
	font-weight: normal;
}
h3,.h3{
	font-size: 1rem;
	font-weight: normal;
}

/*字体大小/粗细/颜色*/
.text-primary{
	color: #1266c1 !important;
}
.text-black{
	color: #292929;
}
.text-black.lt{
	color: #7b7b7b;
}
.text-white{
	color: #fff !important;
}
.text-normal{
	font-size: 0.9rem;
}
.text-sm{
	font-size: 0.8rem;
}
.text-xs{
	font-size: 0.75rem;
}
.font-bold{
	font-weight: bold;
}
.font-thin{
	font-weight:lighter;
}

/*按钮*/
.button.button-big {
	height: 2.5rem;
	font-size: .9rem;
	line-height: 2.4rem;
}
.bar-tab .button.button-fill.button-big{
	height: 2.8rem;
	line-height: 2.8rem;
}
.button.button-md {
	height: 2.25rem;
	font-size: .85rem;
	line-height: calc(2.25rem - 2px);
}
.button.button-fill.button-md{
	line-height: 2.25rem;
}
.button-primary{
	background: #1266c1!important;
}
.button-primary:focus{
	background: #0b5cb3!important;
}
.button.b-primary{
	border-color:#1266c1;
	color:#1266c1;
}
.button.b-light{
	border-color: rgba(0,0,0,.1);
	color: #999;
}
.button-s-md{
	width:7rem;
}

/*圆圈*/
.circle{
	border-radius:50%;
	width: 1.6rem;
	height: 1.6rem;
	line-height: 1.6rem;
	flex-shrink: 0;
	font-size: 0.75rem;
}

/*表单*/
.form-group{
	margin-bottom: 0.75rem;
}
.form-group .form-input[type="text"],
.form-group .form-input[type="email"],
.form-group select.form-input{
	height: 2.5rem;
	font-size: 0.75rem;
	padding:.75rem 1rem;
	border: 1px solid #dcdcdc;
	line-height: 1rem;
	border-radius: .25rem;
}
.form-group textarea.form-input{
	border: 1px solid #dcdcdc;
	border-radius: .25rem;
	padding:0.626rem 1rem;
}
.form-group .form-input.input-sm{
	height: 2.25rem;
	font-size: 0.7rem;
	padding:0.626rem 1rem;
}
label.label-checkbox i.icon-form-checkbox{
	border-radius: 0;
	border-color: #1266c1;
}

/*带图标的输入框*/
.form-group .form-group-icon {
  display: flex;
}
.form-group .form-group-icon .form-input[type="text"]{
	flex: 1;
	border-radius: 0;
}
.form-group .form-group-icon span{
	display: block;
	background: #efefef;
	height: 2.5rem;
	font-size: 0.85rem;
	line-height: 2.4rem;
	padding: 0 1rem;
	border: 1px solid #dcdcdc;
}
.form-group .form-group-icon span.left{
	border-right-width: 0;
	border-radius: .25rem 0 0 .25rem;
}
.form-group .form-group-icon span.right{
	border-left-width: 0;
	border-radius:  0 .25rem .25rem 0;
}

/*菜单打开的距离*/
body.with-panel-left-reveal .page {
	-webkit-transform: translate3d(75%, 0, 0);
	transform: translate3d(75%, 0, 0);
	color: black;
}
.panel{
	width: 75%;
}

/*导航*/
.bar{
	z-index: 999;
}
.bar-nav{
	height: 3.1rem;
	padding-left: .75rem;
	padding-right: .75rem;
	transition: 0.65s;
}
.bar-nav.hidden{
	top: -70px;
	opacity: .3;
}
.bar-nav.show{
	top: 0;
	opacity: 1;
}
.title > a{
	display: inline-block;
	height: 3.1rem;
	line-height: 3rem;
}
.title > a > img {
  max-height: 2rem;
  max-width: 50vw;
  vertical-align: middle;
}
.bar .icon{
	font-size: 1.2rem;
	line-height: 3.1rem;
	padding:0;
}
.bar-text{
	height: 3rem;
	background: #fff;
}
.bar-text .title{
	font-size: 1.1rem;
	line-height: 3rem;
	color: #292929;
}
.bar-text .icon{
	line-height: 3rem;
}

/*子页面菜单栏*/
.slide-box{
	display: -webkit-box;
	display: box;
	overflow-x: scroll;
	-webkit-overflow-scrolling:touch;
	border-bottom: 1px solid #ededed;
	background-color: #f5f5f5;
}
	.slide-box .slide-item a{
		padding: 12px 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.00);
	}
.slide-box .slide-item.active{
	position: relative;
}
	.slide-box .slide-item.active a{
		border-bottom: 1px solid 1px solid rgba(0,0,0,0);
	}
.slide-box .slide-item.active a{
	color:#1266c1;
}

/*底部*/
.wfooter > div{
	padding:1.5rem 0.2rem 1rem 0.2rem;
	line-height: 140%;
	color: #888;
	font-size: 0.75rem;
}
.wfooter > div .ft-link{
	position: fixed;
	left: 0;
	bottom: -2.8rem;
	height: 2.8rem;
	line-height: 2.8rem;
}
.wfooter a{
	color: #888;
}
.navbar-fixed-bottom{
	position: fixed !important;
  	bottom: 0;
  	margin-bottom: 0;
	width: 100%;
	z-index: 99;
}
.navbar-fixed-bottom.ft-menu .btn-group-justified {
    height: 50px;
    color: #777;
}
.ft-menu .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.ft-menu .btn-group-justified > .btn, .ft-menu .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
    vertical-align: middle;
} 
.navbar-fixed-bottom.ft-menu .btn-group-justified i.iconfont {
    font-size: 1.2rem;
    color: #777;
    line-height: 100%;
}
.navbar-fixed-bottom.ft-menu .btn-group-justified > a:first-child i.iconfont:before {
    content: "\e6f3";
}
.navbar-fixed-bottom.ft-menu .btn-group-justified > a:first-child > div,
.navbar-fixed-bottom.ft-menu .btn-group-justified > a:first-child i.iconfont:before{
	color: #1266c1;
}
.navbar-fixed-bottom.ft-menu .btn-group-justified > a > div{
	line-height: 100%;
	font-size: 0.6rem;
	color: #888;
}

/*网站标题*/
.title-01{
	position: relative;
	margin-top: 1.8rem;
	margin-bottom: 1.6rem;
}
.title-01 a{
	color: #333 !important;
}
.title-01:before{
	position: absolute;
	left: 50%;
	top: 40px;
	content: '';
	width: 2.5rem;
	height: 1px;
	margin-left: -1.25rem;
	background: #1266c1;
	z-index: 10;
}
.title-01:after{
	position: absolute;
	left: 50%;
	top: 43px;
	content: '';
	width: 7rem;
	height: 0;
	margin-left: -3em;
	background: #dcdcdc;
	z-index: 9;
}

/*菜单*/
.menu-content{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background:rgba(0,0,0,0.6);
	overflow-y: scroll;
}
.menu-content.open{
	display: block;
}
.mainnav{
	left:0;
	top: 3.1rem;
	right: 0;
	overflow-y: scroll;
	margin: 0 !important;
	padding: 1rem 1rem 0 1rem;
}
.mainnav > li{
	margin: 0 1rem;
}
.mainnav .subnav{
	display: none;
}
.mainnav .subnav.subnav-auto,
.mainnav li.active .subnav{
	display:block;
}
.mainnav,.mainnav ul{
	list-style: none;
}
.mainnav a{
	display: block;
	color:rgba(0,0,0,0.9);
}
.mainnav > li li a{
	color:rgba(0,0,0,0.7);
}
.mainnav > li > div >a {
	cursor: pointer;
	font-size: .9rem;
	line-height: 1.2rem;
	padding:0.85rem 0rem;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
.mainnav > li.active > div >a{
}
.mainnav > li > div > a > i{
	display: none;
	font-size: 1.1rem;
	margin-right: 1rem;
}
.mainnav > li .nav .pull-right{
	position: relative;
}
.mainnav > li .nav .pull-right:before{
	position: absolute;
	content: '';
	width: 19px;
	height: 1px;
	right: 0;
	top: 10px;
	background: #b4b4b4;
}
.mainnav > li .nav .pull-right:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 19px;
	right: 9px;
	top: 1px;
	background: #b4b4b4;
}
.mainnav > li.active .nav .pull-right:after{
	width: 0;
}
.mainnav > li ul{
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mainnav > li ul li a{
	font-size: .8rem;
	line-height: 1.2rem;
	padding:0.5rem 0.1rem;
}
.mainnav > li ul li.active a,
.mainnav > li ul li:active a,
.mainnav > li ul li:focus a{
	color: #1266c1;
}


/*工具栏按钮*/
.bar-tab .btn.bg-gray{
	background-color: #6471ad;
	color: #fff;
}
.bar-tab .btn.bg-primary{
	color: #fff !important;
}
.bar-tab .btn.bg-gray2{
	background-color: #6471ad;
	color: #fff;
}
.bar .button{
	top:0;
}

/*焦点图*/
.swiper-container{
	margin-top: 0;
	padding-bottom: 0;
}
.swiper-container,
.swiper-container .swiper-wrapper,
.swiper-container .swiper-wrapper .swiper-slide{
	height: 100vh;
}
.swiper-pagination-bullet{
	width: 30px;
	height: 1px;
	border-radius: 0px;
  background: rgba(255,255,255,.2);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: rgba(197, 36, 42, .6);
}
.swiper-slide{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet{
	margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination{
	bottom: 175px;
}
/* 焦点图图标 */
.focus-icon{
	position: absolute; left: 0 ; right: 0; bottom: 0; height: 170px; z-index: 4; font-size: 0.8rem;
}
.focus-icon a{
	display: inline-block; 
	color: rgba(255, 255, 255, 0.8)
}
.focus-icon a i{
	display: inline-block;
	width: 70px; height: 70px; border: 1px solid rgba(255,255,255,.6); 
	color: rgba(255,255,255,.8); margin: 0 4px 5px 4px; border-radius: 50%;
	font-size: 30px; line-height: 68px;
}
.focus-icon a i:active{
	background-color: #1266c1; border-color: #1266c1;
}
.focus-icon a:active{
	color: #1266c1;
}
@media(min-width:414px){
	.focus-icon{ height: 180px;}
	.focus-icon a i{
		width: 74px; height: 74px; margin: 0 6px 5px 6px; font-size: 30px; line-height: 72px;
	}
	.swiper-container-horizontal > .swiper-pagination{
	bottom: 195px;
	}
}
@media(min-width:768px){
	.swiper-pagination-bullet{
		width: 46px;
	}
	.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet{
		margin: 0 6px;
	}
	.swiper-container-horizontal > .swiper-pagination{
		bottom: 225px;
	}
	.focus-icon{
		 height: 210px;
	}
	.focus-icon a i{
		width: 94px; height: 94px; margin: 0 14px 5px 14px; font-size: 40px; line-height: 92px; 
	}
}

/* 顶部大图 */
.topimg img{
	vertical-align: bottom;
}

/*发展历程*/
.history{
	padding-top:40px;
}
.history .icon-arrowup{
	position: absolute;
	left: 16px;
	top: -10px;
}
.history:before{
	position:absolute;
	content: '';
	left: 24px;
	top: 0;
	bottom:0;
	width: 1px;
	background: #d2d2d2;
}
.history .history-con{
	margin-left:50px;
	margin-right: 15px;
}
.history time:before{
	position:absolute;
	content: '';
	left: -37px;
	top: 0;
	background: #fff;
	width: 20px;
	height: 20px;
	border:1px solid #d3d3d3;
	border-radius: 50%;
}
.history time:after{
	position:absolute;
	content: '';
	left: -32px;
	top: 5px;
	background: #6c6c6c;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

/*返回顶部*/
.topback{
	position: fixed;
	z-index: 99;
	right: .35rem;
	bottom: -3.5rem;
	width: 3rem;
	transition: 0.75s ease;
}
.topback a{
	display:block;
	width: 2.6rem;
	height: 2.6rem;
	line-height: 2.5rem;
	color: #fff;
	border-radius: 50%;
	transition: 0.65s;
	border: 1px solid rgba(255,255,255,0.5);
	background:rgba(0,0,0,0.15);
	margin-bottom: 2.75rem;
}
.topback a i{
	font-size: 1.2rem;
}
.topback.show{
	bottom: 1rem;
}

/*翻页按钮*/
.col-33 .content-padded{
	margin: .5rem .25rem;
}

/*图片高度固定*/
.new-imgh{
	width: 120px;
	height: 84px;
	overflow: hidden;
}
.new-imgh img{
	min-width: 100%;
}

/* 百度地图图片 */
.contact-map img{ max-width: none;}

/*ipad*/
@media (min-width: 768px){
	.aside{
		width:500px;
		margin: 0 auto;
	}
	.row .col-50 {
    width: 29.333333333333332%;
    margin-left: 4%;
  }
  .row.no-gutter .col-50 {
    width: 33.333333333333336%;
    margin: 0;
  }
	.limit-lg-3 .col-50:last-child{
		display: none;
	}
	.row-50 .col-50 {
    width: 46%;
    margin-left: 4%;
  }
  .row-50.no-gutter .col-50 {
    width: 50%;
    margin: 0;
  }
}

/* 相册 */
.photo-browser-caption{
	padding: 0.3rem 0.8rem;
}

/* 底部 */
.ft-box .text-sm div > a{
	padding-left: .4rem;
}

/*2020-07-28 唐丽君*/
/*公共*/
.d-flex{
	display: flex;
}
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.small{
	font-size: 85%;
}

/*间距*/
.px-15{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.py-15{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.mb-0{
	margin-bottom: 0 !important;
}
.pb-30{
	padding-bottom: 30px !important;
}
/*标题*/
.title-wrapper{
	margin-bottom: 15px;
}
.title-wrapper.b-b{
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.title-wrapper .title-normal{
	font-size: 16px;
}
.title-wrapper .time{
	color: #999;
	font-size: 80%;
}
.title-wrapper.line{
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ededed;
}

/*小按钮列表*/
.list-button{}
.list-button .btn{
	display: block;
	border: 1px solid #ededed;
	line-height: 26px;
	padding: 0 10px;
	border-radius: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}
.list-button .btn.active{
	background-color: #1266c1;
	color: #fff;
}


/*图表wrapper*/
.chart-wrapper{
	margin: 15px 0;
}


/*通用列表*/
.list-group{}
.list-group .list-group-item{
	padding: 15px 0;
	border-bottom: 1px solid #ededed;
}
.list-group .title-normal{}

/*表格*/
.table{
	max-width: 100%;
}
.table td,
.table th {
	background-color: #fff !important;
	font-size: 14px;
	text-align: left;
}
.table {
	border-collapse: collapse !important;
	width: 100%;
  	margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  	padding: 12px 10px;
  	line-height: 1.42857143;
  	vertical-align: top;
  	border-top: 1px solid #eaeef1;
}
.table > thead > tr > th {
  	vertical-align: bottom;
  	border-top-width: 0;
}

/*响应表格*/
.table-responsive{
	width: 100%;
	overflow-x: scroll;
    overflow-y: hidden;
    webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td{
	white-space: nowrap;
}

/* 侧边栏固定表格 */
.table-fixed{

}
.table-fixed tr{
	position: relative;
}
.table-fixed .fixed{
	position: absolute;
	z-index: 2;
	background-color: #fff;
}
.table-fixed .tr-hide td{
	padding: 0;
}

/* 2020-11-4  唐丽君添加  产品业绩*/
.d-flex{
	display: flex;
	flex-wrap: wrap;
}
.protop-con{
	padding: 15px 15px 0 15px;
	font-size: 14px;
	margin-bottom: 15px;
}
.net-data{
	margin: 0 -15px;
	padding: 0 0 15px 0;
}
.net-data .item{
	width: 50%;
	justify-content: space-between;
	align-items: center;
	padding:  0 15px;
}
.net-data .item:first-child{
	border-right: 1px solid #ededed;
}
.net-data .item .small-text{
	color: rgba(0,0,0,.6);
	font-size: 12px;
}
.net-data .item .big-title{
	font-size: 24px;
	line-height: normal1;
}
.net-data .item .iconfont{
	display: block;
	transform: translateX(5px);
	color: rgba(0,0,0,.6);
}
.pro-info{
	margin: 0 -15px;
	font-size: 14px;
}
.pro-info .item{
	width: 50%;
	flex-basis: 50%;
	max-width: 50%;
	flex-shrink: 0;
	padding: 0 15px;
}
.pro-info .item.w-100{
	width: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.pro-info .item .text-muted{
	color: rgba(0,0,0,.6);
}

/* 2020-11-4  唐丽君添加  产品列表*/
.list-pro .item-title{
	justify-content: space-between;
	width: 100%;
}
.list-pro .item-title .pro-name{
	width: calc(100% - 50px);
}
.list-pro .item-title .risk{
	font-size: 14px;
	color: rgba(0,0,0,.6);
}


