@font-face {
	font-family: 'DINMittelschrift';
	src: url('../fonts/alte-din-1451-mittelschrift.regular.ttf');
}

body {
	width: 100%;
	overflow-x: hidden;
}

.spalfont {
	font-family: 'DINMittelschrift';
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/*home-start*/
.home-bj {
	width: 100%;
	height: auto;
	position: relative;
}

.main-logo {
	width: 137px;
	height: 80px;
}

.notice {
	width: 100%;
	position: relative;
	height: 44px;
	background: #FFFBF1;
}

.notice-logo {
	width: 21px;
	height: 21px;
	background: url("../images/home/notice.png") center center no-repeat;
	margin-top: 12px;
	margin-right: 10px;
}

.notice-txt {
	font-size: 14px;
	color: #333333;
	line-height: 44px;
	width: 80%;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.notice-txt:hover{
	color: #E71216;
	transition: all 0.5s;
}
.home-tab-ul {
	height: 78px;
	padding-bottom: 12px;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -600px;
	z-index: 20;
}

.ui_tab_home {
	height: 78px;
	box-shadow: 0 0 20px rgba(131, 116, 80, 0.3);
}

.ui_tab_home li {
	width: 240px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	float: left;
	font-size: 18px;
	color: #333333;
	position: relative;
	cursor: pointer;
	background: #fff;
}

.ui_tab_home li em {
	display: none;
}

.ui_tab_home li.ui_tab_1.on {
	background: #BD9126;
	color: #fff;
}

.ui_tab_home li.ui_tab_2.on {
	background: #c19d5e;
	color: #fff;
}

.ui_tab_home li.ui_tab_3.on {
	background: #4184C0;
	color: #fff;
}

.ui_tab_home li.ui_tab_4.on {
	background: #ECAC4E;
	color: #fff;
}

.ui_tab_home li.ui_tab_5.on {
	background: #a47745;
	color: #fff;
}

.ui_tab_home li:after {
	content: "";
	width: 2px;
	height: 78px;
	background: #E9E9E9;
	position: absolute;
	right: 0;
	top: 0;
}

.ui_tab_home li:nth-child(5):after {
	display: none;
}

.home-menu li a {
	color: #fff;
}

.scrolled .home-menu li a {
	color: #333;
}

.scrolled .home-menu li.active a {
	color: #EE5043
}

.scrolled .home-menu li:hover a {
	color: #EE5043
}

.home-main-top {
	border-bottom: 1px solid rgba(233, 233, 233, 0.1) !important;
}

.nav-main {
	width: 100%;
	height: 80px;
	background-color: #fff;
}

.subsidiary-logo {
	width: 224px;
	height: 50px;
	background: url("../images/subsidiary-logo.png") center center no-repeat;
	margin-top: 25px;
}

.scrolled .subsidiary-logo {
	background: url("../images/subsidiary-logo.png") center center no-repeat;
}

.logo-txt {
	width: 136px;
	height: 18px;
	font-family: SourceHanSansCN-Medium;
	font-size: 11px;
	color: #333333;
	letter-spacing: 2.6px;
	line-height: 17px;
	margin-top: 2px;
}

.minilogo2 {
	width: 12px;
	height: 12px;
	background: url("../images/home/tel.png") center center no-repeat;
	margin-top: 10px;
	margin-right: 3px;
}

.minilogo1 {
	width: 10px;
	height: 14px;
	background: url("../images/home/phone.png") center center no-repeat;
	margin-top: 10px;
	margin-right: 3px;
}





.logo-sep {
	background: #E8E8E8;
	width: 1px;
	height: 46px;
	margin-top: 7px;
	margin-left: 7.4px;
	margin-right: 7.4px;
}

.logo-right {
	width: 113.4px;
	height: 12.3px;
}

.search-box {
	width: 232px;
	height: 42px;
	margin-left: 29px;
	margin-top: 20px;
	border: 1px solid rgb(0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 22px;
	float: right;
}

.search-box input {
	width: 155px;
	height: 25px;
	float: left;
	border: none;
	margin-top: 9px;
	margin-left: 15px;
	font-size: 14px;
}
.search-box input::placeholder {
	color: #999;
	font-size: 14px;
}

.search-box input::-webkit-input-placeholder{color: #999;
	font-size: 14px;}
.search-box input:-moz-placeholder{color: #999;
	font-size: 14px;}
.search-box input::-moz-placeholder{color: #999;
	font-size: 14px;}
.search-box input:-ms-input-placeholder{color: #999;
	font-size: 14px;}

.search-box .search-img {
	width: 30px;
	height: 30px;
	float: right;
	margin-top: 6px;
	margin-right: 15px;
	border-left: 1px solid rgb(0, 0, 0);
	background: url('../images/home/search.png') center center no-repeat;
	border-left: 1px solid rgba(0, 0, 0, 0.16);
	padding-left: 15px;
	cursor: pointer;
}
.search-box-two .search-img {
	background-size: 17px 17px;
}
.search-box-two {
	width: 228px;
	height: 40px;
	margin-top: 8px;
	border: 1px solid#CECECE;
	border-radius: 21px;
	float: right;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}

.search-box-two input {
	width: 150px;
	height: 25px;
	float: left;
	border: none;
	margin-top: 7px;
	margin-left: 15px;
}
.search-box-two .search-img {
	margin-top: 4px;
}
a.home-btn {
	position: absolute;
	right: 50%;
	margin-right: -600px;
	z-index: 20;
	display: block;
	width: 220px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-radius: 25px;
	box-shadow: 0 0 20px rgba(120, 91, 20, 0.2);
}

a.home-btn img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 20px;
}

.zhixiao {
	top: 280px;
	background: #BD9126;
	color: #fff;
}

.daixiao {
	top: 350px;
	background: #fff;
	color: #333;
}

.zhixiao:hover {
	color: #fff;
}

.daixiao:hover {
	color: #333;
}

.btn-hover:hover {
	transform: translateY(-5px);
	transition-duration: 0.4s;
}

.wallet-box {
	width: 532px;
	height: 340px;
	margin-top: 40px;
	position: relative;
	cursor: pointer;
	margin-right: 65px;
}

.wallet-top {
	width: 532px;
	height: 56px;
	background: url("../images/wallet-top.png") bottom center no-repeat;
}

.wallet-bottom {
	width: 532px;
	height: 284px;
	background: url("../images/wallet-bottom.png") top center no-repeat;
	position: relative;
	z-index: 10;
}

.wallet-mid {
	width: 264px;
	height: 160px;
	background: url("../images/wallet-mid.png") top center no-repeat;
	position: absolute;
	left: 30px;
	top: 16px;
	z-index: 8;
}

.wallet-box:hover .wallet-mid {
	cursor: pointer;
	top: 0;
	transition-duration: 0.4s;
}

.high-fund-head {
	position: relative;
	margin-top: 61px;
}

.fund-info {
	position: relative;
	margin-top: 40px;
}

.fund-info .title {
	font-size: 24px;
	color: #333333;
	text-align: left;
	position: relative;
	line-height: 24px;
	font-weight: bold;
}
.fund-info .title-line {
	width: 28px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background: #EE5043;
}
.fund-info .english-title {
	font-size: 30px;
	color: #5F6674;
	text-align: left;
	line-height: 36px;
	opacity: 0.06;
	position: absolute;
	top: 0;
	left: 0;
}

.high-fund-head .title {
	font-size: 36px;
	color: #333333;
	text-align: left;
	position: relative;
	line-height: 36px;
	font-weight: bold;
}

.m-t-37 {
	margin-top: 37px;
}

.fund-optimization {
	padding-bottom: 60px;
	background: url("../images/qt/bg-optimization.png") center center no-repeat;
	background-size: cover;
}

.m-fund-manager {
	width: 100%;
	height: 522px;
	background: url("../images/home/manager-bg.png") center center no-repeat;
	background-size: cover;
}

.prev-icon {
	z-index: 1;
	position: absolute;
	top: 314px;
	left: -65px;
	width: 50px;
	height: 64px;
	background: url("../images/home/prev-icon.png") center center no-repeat;
	background-size: cover;
	cursor: pointer;
}

.next-icon {
	z-index: 1;
	position: absolute;
	top: 314px;
	right: -65px;
	width: 50px;
	height: 64px;
	background: url("../images/home/next-icon.png") center center no-repeat;
	background-size: cover;
	cursor: pointer;
}

.opt-left {
	width: 400px;
	height: 400px;
	background: #FF6D4F;
	background-image: -webkit-linear-gradient(bottom, #FF6D4F, #FF3B2B);
	background-image: -o-linear-gradient(bottom, #FF6D4F, #FF3B2B);
	background-image: -moz-linear-gradient(bottom, #FF6D4F, #FF3B2B);
	background-image: linear-gradient(to bottom, #FF6D4F, #FF3B2B);
	box-shadow: 0 4px 22px 0 rgba(238, 80, 67, 0.16);
	border-radius: 4px;
}

.opt-logo {
	width: 24px;
	height: 24px;
	margin-left: 36px;
	margin-top: 17px;
}

.opt-txt {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 20px;
	margin-left: 8px;
}

.right-txt {
	color: #A05A35;
}

.opt-seq {
	width: 317px;
	height: 1px;
	background: #EFEFEF;
	margin-left: 36px;
	margin-top: 17px;
}
.opacity-2 {
	opacity: .2;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}
.first-txt {
	font-size: 32px;
	line-height: 32px;
	color: #FFFFFF;
	margin-top: 35px;
}

.second-txt {
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	margin-top: 20px;
}

.third-txt {
	font-size: 48px;
	color: #FFFFFF;
	margin-top: 24px;
	line-height: 64px;
}

.fourth-txt {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	opacity: .74;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=74);
	margin-top: 4px;
}

.left-button {
	background: #FFFFFF;
	border-radius: 25px;
	width: 252px;
	height: 50px;
	line-height: 50px;
	border: 0px;
	color: #E71216;
	font-size: 18px;
	margin: 37px auto 0;
	cursor: pointer;
	display: inline-block;
}

.opt-right {
	width: 784px;
	height: 400px;
	background: #FFFFFF;
	border: 1px solid #f2f2f2;
	box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.14);
	margin-left: 16px;
	border-radius: 4px;
	box-sizing: border-box;
}

.right-left {
	width: 390px;
	height: 425px;
}
.right-right {
	width: 360px;
}
.right-txt1 {
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	margin-left: 38px;
	margin-top: 20px;
}

.right-txt2 {
	font-size: 14px;
	color: #999999;
	line-height: 14px;
	margin-left: 38px;
	margin-top: 10px;
}

.mt12 {
	margin-top: 12px;
}

.mt24 {
	margin-top: 24px;
}

.right-txt3 {
	font-size: 32px;
	color: #EE5043;
	line-height: 43px;
	margin-left: 38px;
	margin-top: 12px;
}

.right-button {
	font-size: 16px;
	color: #EE5043;
	background: #FFFFFF;
	border: 1px solid #EE5043;
	border-radius: 18px;
	padding: 0px 10px;
	height: 36px;
	margin-top: 33px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	float: right;
	margin-right: 20px;
	min-width: 90px;
}
.right-button:hover{
	transition: all 0.2s;
	background:#FF7663;
	background-image: linear-gradient(116deg, #FF7663 0%, #FF1F71 100%);
	color: #FFFFFF;
}
.ver-seq {
	width: 2px;
	height: 399px;
	background: #F5F5F5;
}

.r-txt1 {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	margin-left: 35px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.r-div {
	margin-top: 20px;
}

.r-l-txt {
	font-size: 14px;
	color: #666666;
	line-height: 14px;
}

.m-l-28 {
	margin-left: 28px !important;
}

.m-t-36 {
	margin-top: 36px;
}

.m-t-r {
	background: #FD533B;
	background-image: linear-gradient(116deg, #FD533B 0%, #FF005D 100%);
	color: #FFFFFF;
	margin-right: 0;
}
.m-t-r:hover{
	transition: all 0.2s;
	border-width: 1px;
	border-color: #EE5043;
	border-style: solid;
	background-image:none;
	background-color: #FF7663;
	background-image: linear-gradient(116deg, #FF7663 0%, #FF1F71 100%);
	color: #fff;
}
.r-picture {
	width: 325px;
	height: 90px;
	margin-left: 35px;
	margin-top: 38px;
}

.r-logo {
	width: 17px;
	height: 15px;
	margin-top: -1px;
	margin-right: 3px;
	margin-left: 36px;
}

.main-fund-content {
	/* margin:61px 0;
	*/
}

.main-fund-head {
	position: relative;
	margin-top: 70px;
}

.english-title {
	font-size: 52px;
	color: #F7F7F7;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
}

.m-fund-manager-english-title {
	color: #333;
	opacity: .04;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=4);
}

.main-fund-head .search-fund-box {
	position: absolute;
	top: 12px;
	right: 0;
	width: 300px;
}

.main-fund-head .search-input {
	height: 34px;
	border: 1px solid #d7cdb4;
	width: 298px;
	background: #fff url(../images/search-ico-two.png) no-repeat top 7px right 10px;
	text-indent: 15px;
}

.main-fund-head .title {
	font-size: 36px;
	color: #333333;
	text-align: left;
	position: relative;
	font-weight: bold;
	line-height: 47px;
}

.main-fund-head .title a:hover {
	color: #EE5043;
}

.bottom-txt .title a:hover {
	color: #EE5043;
}

.bottom-txt .title {
	font-size: 18px;
	color: #333333;
	text-align: left;
	line-height: 18px;
	margin-top: 19px;
}

.index-icons {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	background-image: url(../images/index-icons.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}

.index-icons.type1 {
	background-position: 0 0;
}

.index-icons.type2 {
	background-position: -30px 0;
}

.index-icons.type3 {
	background-position: -60px 0;
}

.ying-icon {
	display: inline-block;
	width: 31px;
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	background: url(../images/ying.png) center center no-repeat;
}

.flash-box {
	width: 100%;
	height: 400px;
	margin: 15px auto 0;
	position: relative;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff, endColorstr=#C8ffffff);
}

.flash-left {
	position: absolute;
	width: 60px;
	height: 60px;
	background: url("../images/flash-left.png") center center no-repeat;
	left: -80px;
	top: 180px;
	cursor: pointer;
}

.flash-right {
	position: absolute;
	width: 60px;
	height: 60px;
	background: url("../images/flash-right.png") center center no-repeat;
	right: -80px;
	top: 180px;
	cursor: pointer;
}

.flash-box ul {
	position: relative;
	overflow: hidden;
	height: 400px;
	background: url("../images/ul-bj.png") top left no-repeat;
}

.flash-box ul li {
	float: left;
	width: 100px;
	overflow: hidden;
	height: 100%;
	position: relative;
	cursor: pointer;
	-webkit-transform: skew(-6deg) translateZ(0);
	transform: skew(-6deg) translateZ(0);
	outline: 1px solid rgba(255, 255, 255, 0);
	box-shadow: -1px 0px 0px #010201;
}

.flash-after:after {
	content: '';
	display: block;
	width: 30px;
	height: 400px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #0a0b0f;
	z-index: -1;
}

.flash-black {
	background: #000;
	width: 100px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.flash-box ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.flash-box ul li a img {
	margin-left: -60px;
	-webkit-transform: skew(6deg) translateZ(0);
	transform: skew(6deg) translateZ(0);
	outline: 1px solid rgba(255, 255, 255, 0)
}

.flash-box ul li .layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 210px;
	background: rgb(27, 29, 36);
	background: rgba(27, 29, 36, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#991b1d24, endColorstr=#991d24);
	height: 100%;
}

.flash-infor {
	width: 350px;
	height: 400px;
	padding-right: 50px;
	/* -webkit-font-smoothing:antialiased;
	-webkit-transform:skew(6deg) translateZ(0);
	transform:skew(6deg) translateZ(0);
	outline:1px solid rgba(255,255,255,0);
	*/
}

.news-kan {
	width: 640px;
	/* height:410px;
	*/
}

.news-pi {
	width: 430px;
	/* height:410px;
	*/
}

.news-pi h1,
.news-kan h1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	/* border-bottom:1px solid #E4E4E4;
	*/
}

.pi-after {
	position: relative;
}

.pi-after:after {
	content: "";
	width: 72px;
	height: 2px;
	background-color: #BD9126;
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: 0;
}

.news-pi ul,
.news-kan ul {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.news-pi ul li,
.news-kan ul li {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #333333;
}

.news-pi ul li span,
.news-kan ul li span {
	display: block;
	width: 330px;
}

.news-pi ul li em,
.news-kan ul li em {
	display: block;
	width: 70px;
}

.news-pi ul li a:hover,
.news-kan ul li a:hover {
	color: #F58220
}

.news-kan-box {
	width: 100%;
	height: 170px;
	margin-top: 25px;
}

.news-kan-img {
	width: 250px;
	height: 170px;
	overflow: hidden;
}

.news-kan-img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.news-kan-img:hover img {
	cursor: pointer;
	transform: scale(1.1);
}

.news-kan-infor {
	width: 360px;
	height: 170px;
	position: relative;
}

.news-kan-infor h1 {
	font-weight: normal;
	font-size: 18px;
	/* height:25px;
	*/
	line-height: 25px;
	border-bottom: none;
}

.news-kan-infor p {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	margin-top: 15px;
}

.news-kan-infor span {
	font-size: 12px;
	color: #666666;
	position: absolute;
	bottom: 0;
	right: 0;
}

.news-kan ul {
	width: 100%;
	height: auto;
}

.link-box {
	background: #f3f6f8;
	margin-top: -30px;
}

.picScroll-left {
	width: 100%;
	position: relative;
	height: 200px;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
	display: block;
	width: 20px;
	height: 33px;
	position: absolute;
	cursor: pointer;
	top: 88px
}

.picScroll-left .hd .next {
	background: url("../images/right-link.png") center center no-repeat;
	right: -50px;
}

.picScroll-left .hd .prev {
	background: url("../images/left-link.png") center center no-repeat;
	left: -50px;
}

.picScroll-left .bd {
	padding-top: 75px;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	width: 239px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	/* border-right:1px solid #E8E8E8;
	*/
}

.picScroll-left .bd ul li .pic img {
	width: 135px;
	height: 55px;
	display: block;
	margin: auto;
}

.main-top-wrap {
	position: relative;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	font-family: SourceHanSansCN-Regular;
	color: #666666;
	/* z-index:20;
	*/
}

.red {
	color: #E71216;
}
.red1 {
	color: #EE5043;
}
.green {
	color: #21CF69;
}
.top-sep {
	background: #D2D2D2;
	border-radius: 0.75px;
	width: 1px;
	height: 12px;
	position: relative;
	top: 10px;
}
.top-set-position {
	top: 4px;
}
.main-top-wrap .m-menu-link li {
	float: left;
	line-height: 42px;
	margin: 0 38px 0 0;
}

.search-pro-box {
	position: absolute;
	top: 0;
	right: 0;
}

.search-pro-box .search-input {
	width: 248px;
	height: 30px;
	margin-top: 6px;
	padding: 0 30px 0 10px;
	color: #fff;
	background: rgb(255, 255, 255) url(../images/search-ico.png) no-repeat top 5px right 5px;
	background: rgba(255, 255, 255, 0.2) url(../images/search-ico.png) no-repeat top 5px right 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
	border: none;
	box-sizing: border-box;
	vertical-align: top;
}

.search-pro-box-two .search-input {
	width: 248px;
	height: 30px;
	margin-top: 6px;
	padding: 0 30px 0 10px;
	color: #333;
	background: #efefef url(../images/search-ico-two.png) no-repeat top 5px right 5px;
	border: none;
	box-sizing: border-box;
	vertical-align: top;
}

.main-menu-wrap li {
	float: left;
	height: 80px;
	line-height: 80px;
}

.main-menu-wrap li a {
	position: relative;
	display: block;
	margin-left: 30px;
	font-size: 16px;
	/* font-family: SourceHanSansCN-Bold; */
	color: #333;
	/* width: 64px; */
	height: 80px;
	text-align: left;
	/* font-weight: bold; */
}

.two {
	width: 32px !important;
}

.home-menu li a {
	color: #333;
}

.main-menu-wrap li.active a {
	color: #EE5043;
	font-weight: bolder;
}

.main-menu-wrap li.active a:after {
	content: "";
	position: absolute;
	bottom: 21px;
	width: 100%;
	height: 3px;
	background: #EE5043;
	display: block;
	opacity: 1 !important;
	left: 0 !important;
	right: 0 !important;
}

.main-menu-wrap li a:after {
	content: "";
	position: absolute;
	bottom: 21px;
	height: 3px;
	background: #EE5043;
	display: block;
	left: 50%;
	right: 50%;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.main-menu-wrap li.active a:hover:after {
	opacity: 0;
}

.main-menu-wrap li a:hover {
	color: #EE5043;
	font-weight: bold;
}

.main-menu-wrap li a:hover:after {
	left: 1%;
	right: 1%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

/* 轮播图 start*/
.slideMain {
	/* position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:10;
	background:#F3F3F3;
	*/
	height: 400px;
	overflow: hidden;
}

.slideBox {
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 60px;
	width:100%;
	z-index: 1;
	text-align: center;
}
.slideBanner .hd{
	width:100%!important;
}
.slideBox .hd ul {
	/* overflow: hidden; */
	zoom: 1;
	display: inline-block;
}

.slideBox .hd ul li {
	float: left;
	margin: 0 7px;
	width: 9px;
	height: 9px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
	cursor: pointer;
	border-radius: 50%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.slideBox .hd ul li.on {
	background: #fff;
	width: 11px;
	height: 11px;
	border-radius: 11px;
	margin-top: -1px;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	width:100%;
}
.slideBanner .bd{
	width:100%!important;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	overflow: hidden;
}

.slideBox .bd li>a {
	display: block;
	width: 100%;
	position: relative;
}

.slideBox .bd img {
	display: block;
	margin: auto;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.slideBanner .bd img {
	margin-left: -960px!important;
}
/*end*/
/*home-end*/

.advantage-lists {
	padding: 60px 0 55px;
	text-align: center;
}

.advantage-lists li {
	float: left;
	width: 25%;
	text-align: center;
}

.advantage-lists .advantage-item {
	display: inline-block;
	width: 150px;
}

.advantage-item .item-img {
	height: 80px;
	vertical-align: middle;
}

.advantage-item h3 {
	font-size: 18px;
	color: #333;
	line-height: 22px;
	margin: 27px 0 11px 0;
}

.advantage-item p {
	font-size: 14px;
	color: #666;
	line-height: 16px;
}

.main-fund-sort {
	padding: 6px 20px;
	border: 1px solid #EAEAEA;
}

.main-fund-sort dl {
	margin: 9px 0;
}

.main-fund-sort dt,
.main-fund-sort dd {
	float: left;
	margin-right: 20px;
}

.main-fund-sort dd {
	padding: 0 10px;
	border-radius: 20px;
}

.main-fund-sort a {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #333;
}

.main-fund-sort dd.active {
	background: #d8b257;
}

.main-fund-sort dd.active a {
	color: #fff;
}

/*基金分类start*/
.up-content {
	margin-top: 15px;
	height: auto;
}

.ui_tab_items {
	width: auto;
	height: 58px;
	/*overflow: hidden;*/
	position: relative;
	background: #F9F9F9;
	padding-left: 30px;
}

.ui_tab_items li {
	float: left;
	margin: 20px 32px 0px 0;
}

.ui_tab_items li>div {
	position: relative;
	/* width:106px;
	*/
	/* text-align:center;
	border-radius:2px;
	*/
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	background-color: #f8f8f8;
	cursor: pointer;
}

.ui_tab_items li .square {
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	margin-right: 5px;
}

.ui_tab_items li.on .square {
	background: #EE5043;
}

.ui_tab_items li.on>div {
	color: #EE5043;
}
.ui_tab_items li.on .up-text {
	font-weight: bold;
}
.oncircle {
	background: #EE5043;
	border-radius: 1px;
	width: 5px;
	height: 5px;
	margin-top: 5px;
}

.ui_tab_items li:hover>div {
	color: #EE5043;
	/* background:#f58220;
	border-radius:4px;
	*/
	transition-duration: 0.4s;
}

.up-text {
	font-weight: normal;
}

.ui_tab_cnt_box>table {
	width: 1200px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}

.ui_tab_cnt_box th {
	line-height: 42px;
	font-weight: normal;
}

.table-icon {
	display: block;
	width: 28px;
	height: 28px;
	background: url("../images/table-icon.png") no-repeat;
	float: left;
	margin: 15px 5px 0 22px;
}

.table-icon.table-i1 {
	background-position: 0 -2px;
}

.table-icon.table-i2 {
	background-position: 0 -27px;
}

.table-icon.table-i3 {
	background-position: 0 -56px;
}

.ui_tab_cnt_box>table>tbody>tr>td {
	height: 66px;
	border-bottom: 1px solid #EAEAEA;
	/* background: #fff; */
}

.w210 {
	width: 210px;
}

.w90 {
	width: 90px;
}

.w100 {
	width: 100px;
}

.w85 {
	width: 85px;
}

.w110 {
	width: 110px;
}
.w120 {
	width: 120px;
}
.w155 {
	width: 155px;
}

.sg {
	display: block;
	width: 86px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	text-align: center;
	color: #BD9126;
	font-size: 14px;
	border: 1px solid #BD9126;
	margin: auto;
}

.sg:hover {
	background: #BD9126;
	color: #fff;
	transition-duration: 0.4s;
}

.zixuan {
	width: 30px;
	height: 30px;
	background: url("../images/ai.png") no-repeat;
	background-position: 0 0;
	margin: auto;
	cursor: pointer;
}

.zixuan.current {
	background-position: 0 -30px;
}

.zixuan:active {
	transform: scale(0.75);
	-ms-transform: scale(0.75);
	-webkit-transform: scale(0.75);
	-o-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

/*基金分类end*/

/*底部栏start*/
.nav-bottom {
	width: 100%;
	height: 87px;
	background: #576d83 url(../images/nav-bottom.png) no-repeat top center;
}

.nav {
	display: block;
	width: 260px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff, endColorstr=#4cffffff);
	float: left;
	margin: 14px 50px 0 0;
}

.nav span {
	margin-left: 15px;
}

.main-footer {
	z-index: 1;
	position: relative;
	width: 100%;
	background: #1A1A34;
	height: 632px;
	margin-top: 60px;
}

.main-footer-fn {
	overflow: hidden;
	height: 632px;
	padding-left: 24px;
	box-sizing: border-box;
}

.logodiv {
	margin-top: 64px;
	width: 66px;
	height: 85px;
	text-align: center;
	position: relative;
}

.img-txt {
	opacity: 0.6;
	font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	font-weight: bold;
}

.img-txt-after {
	margin-top: 15px;
}

.img-txt-after a {
	opacity: 0.4;
	font-family: SourceHanSansCN-Normal;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
}

.img-txt-after a:hover {
	color: #EE5043;
}

.footer-sep {
	margin-top: 368px;
	height: 1px;
	background: rgba(255, 255, 255, 0.10);
}

.footer-left {
	text-align: center;
}

.address-left {
	position: relative;
	margin-top: 32px;
	text-align: left;
	opacity: 0.7;
	z-index: 999;
}

.tip-left {
	margin-top: 39px;
	text-align: left;
	opacity: 0.7;
	font-family: SourceHanSansCN-Light;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 12px;
}

.leftdiv {
	opacity: 0.7;
	font-family: SourceHanSansCN-Light;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}

.rightdiv {
	margin-left: 136px;
	opacity: 0.7;
	font-family: SourceHanSansCN-Light;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}

.footer-logo {
	overflow: hidden;
	margin-top: 50px;
}

.footer-logo img {
	width: 396px;
	height: 53px;
}

/* .footer-href {
	margin-top:39px;
}
*/
.footer-tip {
	margin-left: 44px;
}

.footer-href a,
.footer-href span {
	display: inline-block;
	font-size: 12px;
	color: #FFFFFF;
	opacity: 0.7;
	font-family: SourceHanSansCN-Light;
}

.footer-href a:hover {
	color: #EE5043;
}

.footer-href span {
	margin: 0 8px;
}

.footer-left p {
	font-size: 12px;
	color: #FFFFFF;
	opacity: 0.7;
}

.footer-logo1 {
	width: 21px;
	height: 25px;
	background: url("../images/qt/endicoicp.png") center center no-repeat;
	margin-top: 24px;
}

.footer-logo2 {
	width: 20px;
	height: 20px;
	background: url("../images/qt/shwjbeian31011502014230.png") center center no-repeat;
	margin-top: 26px;
}

.footer-logo3 {
	width: 25px;
	height: 27px;
	background: url("../images/qt/endico.png") center center no-repeat;
	margin-top: 23px;
}

.lasttxt {
	opacity: 0.7;
	font-family: SourceHanSansCN-Normal;
	font-size: 12px;
	color: #FFFFFF;
}

.last {
	margin-top: 11px;
}

.ewm-subscription,
.ewm-server {
	width: 175px;
	height: 215px;
	float: left;
	margin-top: 80px;
}

.ewm-subscription {
	margin-right: 60px;
}

.ewm-subscription img,
.ewm-server img {
	width: 173px;
	height: 173px;
}

.ewm-subscription p,
.ewm-server p {
	width: 100%;
	opacity: 0.42;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
}

/*底部栏end*/
/* 资金详情相关 */
.notice-info li {
	font-size: 24px;
	color: #333333;
	text-align: left;
	line-height: 24px;
	margin-right: 40px;
	cursor: pointer;
	font-weight: bold;
}

.notice-info li:hover {
	color: #EE5043;
}

.notice-info .on {
	color: #EE5043;
}

.ni-content {
	margin-top: 33px;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}
.ni-content .fn-right {
	font-size: 12px;
	color: #666666;
}
.ni-content .fn-right:hover,
.ni-content a:hover .fn-right {
	color: #EE5043;
}
.before-circle {
	background: #D9D9D9;
	width: 6px;
	height: 6px;
	margin-top: 26px;
	margin-right: 12px;
	border-radius: 50%;
}

.notice-seq {
	display: block;
	border-bottom: 1px dashed #DFDFDF;
	width: 100%;
	height: 60px;
	line-height: 60px;
}

.title-bottom {
	width: 28px;
	height: 3px;
	background: #EE5043;
	margin-top: 14px;
}

.info-content {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin-top: 30px;
}

.f-wrap {
	height: 132px;
	margin-top: 30px;
}

.f-div {
	width: 278px;
	height: 132px;
	background: #F7AD79;
	background-image: linear-gradient(118deg, #F7AD79 0%, #D4754E 96%);
	border-radius: 4px;
}

.s-div {
	width: 278px;
	height: 132px;
	background: #F7AD79;
	background-image: linear-gradient(118deg, #747B95 0%, #50556D 96%);
	border-radius: 4px;
	margin-left: 16px;
}

.t-div {
	width: 278px;
	height: 132px;
	background: #F7AD79;
	background-image: linear-gradient(118deg, #F77979 0%, #D44E4E 96%);
	border-radius: 4px;
	margin-left: 16px;
}

.ic-txt {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 32px;
	margin-left: 24px;
}

.f-button {
	background: #FFFFFF;
	border: 1px solid #EE5043;
	border-radius: 18px;
	width: 110px;
	height: 28px;
	margin-left: 24px;
	margin-top: 16px;
	font-size: 14px;
	color: #EE5043;
	text-align: center;
	line-height: 28px;
}

.ic-txt2 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	margin-left: 24px;
	margin-top: 16px;
}

.m-t-64 {
	margin-top: 64px !important;
}

.qr {
	width: 98px;
	height: 98px;
	margin-right: 24px;
	margin-top: 17px;
}

.b-img {
	width: 18px;
	height: 22px;
}

.b-txt {
	font-size: 18px;
	color: #333333;
	line-height: 22px;
	margin-left: 5px;
}

.fdbottom-txt {
	margin-top: 15px;
	margin-left: 23px;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}

.mg-t-85 {
	margin-top: 85px !important;
}

.empty-div {
	height: 48px;
}

/*按钮样式*/
.act-btn span {
	position: relative;
	z-index: 2;
}

.act-btn:hover i {
	top: -42px
}

.act-btn:hover {
	border-color: #BD9126;
	background: #BD9126;
	transition-duration: 0.4s;
}

.act-btn:hover span {
	color: #fff
}

/*news-start*/
.news-list {
	width: 1120px;
	height: 168px;
}

.news-list-left {
	width: 300px;
	height: 160px;
	overflow: hidden;
}

.news-list-left img {
	width: 100%;
	height: 100%;
	transition: all 0.5s
}

.news-list-left:hover img {
	cursor: pointer;
	transform: scale(1.1);
}

.news-list:hover h2 {
	color: #BD9126;
}

.news-list-right {
	width: 770px;
	height: 160px;
	background: #F6F8FA;
	padding: 0 25px;
}

.news-list-right h2 {
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	margin-top: 30px;
}

.news-list-right p {
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
}

.news-time {
	font-size: 14px;
	color: #666666;
	float: right;
	margin-top: 4px;
}

.news-tips-list {
	display: block;
	width: 1130px;
	height: 30px;
	margin-bottom: 30px;
}

.news-tips-list:hover .news-tips,
.news-tips-list:hover .news-tips-time {
	color: #BD9126;
}

.news-tips {
	display: block;
	font-size: 20px;
	color: #333333;
}

.news-tips-time {
	display: block;
	width: 120px;
	text-align: right;
	font-size: 20px;
	color: #333333;
}

.news-infor-left {
	width: 820px;
	height: auto;
	background: #F6F8FA;
	border-radius: 4px;
	padding: 40px;
}

.news-infor-right {
	width: 235px;
	height: auto;
}

.ui_tab_cnt_box h1.news-name {
	font-size: 36px;
	color: #333333;
	margin-top: 0;
	text-align: left;
}

.news-infor-left h2 {
	font-weight: normal;
	margin-top: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #D6D6D6;
}

.news-font {
	cursor: pointer;
}

.news-infor-left p {
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	margin-top: 50px;
	text-indent: 30px;
}

.news-infor-right h3 {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #333333;
	text-align: left;
	border-bottom: 1px solid #D6D6D6;
	font-weight: normal;
}

.news-infor-right ul {
	overflow: hidden;
}

.news-infor-right ul li {
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #e6e4e1;
}

.news-infor-right ul li a {
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-infor-right ul li a:hover {
	color: #BD9126;
}

.news-infor {
	margin-bottom: 160px;
}

/*news-end*/

.home-icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url("../images/home-icon.png") no-repeat;
	vertical-align: middle;
	margin-top: 20px;
}

.home-i1 {
	background-position: 0 0;
}

.home-i2 {
	background-position: 0 -100px;
}

.home-i3 {
	background-position: 0 -200px;
}

.home-i4 {
	background-position: 0 -300px;
}

.home-i5 {
	background-position: -200px 0;
}

.ui_tab_home li.on .home-i1 {
	background-position: 0px -50px;
}

.ui_tab_home li.on .home-i2 {
	background-position: -50px -50px;
}

.ui_tab_home li.on .home-i3 {
	background-position: -100px -50px;
}

.ui_tab_home li.on .home-i4 {
	background-position: -150px -50px;
}

.ui_tab_home li.on .home-i5 {
	background-position: -200px -50px;
}

.home-tab-1 {
	height: 470px;
	background: #EAE6DD;
	background: -moz-linear-gradient(top, #F3F3F3, #EAE6DD);
	background: -webkit-gradient(linear, top, from(#F3F3F3), to(#EAE6DD));
	background: -webkit-linear-gradient(top, #F3F3F3, #EAE6DD);
	background: -o-linear-gradient(top, #F3F3F3, #EAE6DD);
}

.home-tab-2 {
	height: 470px;
	background: #EAE6DD;
	background: -moz-linear-gradient(top, #F3F3F3, #EAE6DD);
	background: -webkit-gradient(linear, top, from(#F3F3F3), to(#EAE6DD));
	background: -webkit-linear-gradient(top, #F3F3F3, #EAE6DD);
	background: -o-linear-gradient(top, #F3F3F3, #EAE6DD);
}

.home-tab-3 {
	height: 470px;
	background: #E8F1F9;
	background: -moz-linear-gradient(top, #F8FCFF, #E8F1F9);
	background: -webkit-gradient(linear, top, from(#F8FCFF), to(#E8F1F9));
	background: -webkit-linear-gradient(top, #F8FCFF, #E8F1F9);
	background: -o-linear-gradient(top, #F8FCFF, #E8F1F9);
}

.home-tab-4 {
	height: 470px;
	background: #F9F5EF;
	background: -moz-linear-gradient(top, #FBF9F6, #F9F5EF);
	background: -webkit-gradient(linear, top, from(#FBF9F6), to(#F9F5EF));
	background: -webkit-linear-gradient(top, #FBF9F6, #F9F5EF);
	background: -o-linear-gradient(top, #FBF9F6, #F9F5EF);
}

.home-tab-5 {
	height: 470px;
	background: #F1ECE2;
	background: -moz-linear-gradient(top, #FFFDF8, #F1ECE2);
	background: -webkit-gradient(linear, top, from(#FFFDF8), to(#F1ECE2));
	background: -webkit-linear-gradient(top, #FFFDF8, #F1ECE2);
	background: -o-linear-gradient(top, #FFFDF8, #F1ECE2);
}

.home-tab-left {
	width: 420px;
	position: relative;
	margin-top: 90px;
	height: 325px;
}

.home-tab-left h1 {
	font-size: 36px;
	color: #333333;
	text-align: left !important;
	margin-top: 0 !important;
}

.home-tab-left p {
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
}

.home-tab-left a {
	position: absolute;
	display: block;
	width: 146px;
	height: 52px;
	background: #BD9126;
	border-radius: 26px;
	line-height: 52px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	bottom: 35px;
	left: 0;
}

.home-tab-left a:hover {
	transform: translateY(-5px);
	transition-duration: 0.4s;
	box-shadow: 0 2px 8px 0 rgba(120, 91, 20, 0.21);
}

.home-tab-right {
	margin-top: 90px;
}

.home-tab-right img {
	width: 235px;
	height: 325px;
}

.h-tab-img {
	position: relative;
	width: 235px;
	margin-left: 15px;
}

.h-tab-word {
	width: 235px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.h-tab-img:hover {
	cursor: pointer;
	transform: translateY(-10px);
	transition-duration: 0.4s;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

.h-tab-word h1 {
	font-size: 24px;
	color: #fff;
}

.h-tab-word h1.tab-h1 {
	margin-top: 150px;
	font-size: 20px;
	font-weight: bolder;
}

.h-tab-word p {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
}

.dong-left {
	width: 390px;
	height: 354px;
	background: #FFFFFF;
	border: 1px solid #f2f2f2;
	box-shadow: 0 4px 22px 0 rgba(153, 153, 153, 0.16);
	border-radius: 4px;
	box-sizing: border-box;
}

.dong-medium {
	margin-left: 16px;
}

.dong-left-img {
	width: 333px;
	height: 128px;
	overflow: hidden;
	position: relative;
}

.dong-left-img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	cursor: pointer;
}

.dong-left-img:hover img {
	transform: scale(1.1);
}

/* .hover-img.on {
	transform:scale(1.1);
}
*/
.hover-word a:hover {
	transition-duration: 0.4s;
	color: #EE5043;
}

/* .dong-left-bottom {
	width:333px;
	height:198px;
}
*/

.dong-name {
	width: 100%;
	height: 25px;
	overflow: hidden;
}

.hover-word {
	cursor: pointer;
	margin-top: 27px;
}

.hover-word a {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	width: 332px;
	display: inline-block;
}

.dong-name div {
	float: left;
	width: 450px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dong-name a {
	display: block;
	width: 35px;
	float: right;
	margin-top: 5px;
}

/*
.dong-left-bottom p {
	font-size:14px;
	color:#333333;
	margin-top:12px;
}
*/

.dong-right {
	width: 540px;
	height: 430px;
}

.dong-right-box {
	width: 540px;
	height: auto;
}

.dong-right-img {
	width: 220px;
	height: 205px;
	overflow: hidden;
	position: relative;
}

.dong-right-img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.dong-right-img:hover img {
	cursor: pointer;
	transform: scale(1.1);
}

.dong-right-p {
	width: 270px;
	height: 155px;
	background: #F5F1EC;
	padding: 25px;
	position: relative;
}

.dong-right-p h1 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

.dong-right-p h2 {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	margin-top: 5px;
}

.dong-right-p p {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}

.dong-right-p a {
	position: absolute;
	right: 25px;
	bottom: 25px;
}

.slideTab {
	height: 525px;
	width: 100%;
	background: url("../images/shi.jpg") top center no-repeat;
	background-size: cover;
}

.main-head {
	z-index: 100;
	position: relative;
}

.main-top {
	height: 32px;
	background: #F9F9F9;
}

.scrolled {
	position: fixed;
	left: 0px;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 9998;
	animation: FadeInT 0.4s ease-out;
	-webkit-animation: FadeInT 0.4s ease-out;
	-o-animation: FadeInT 0.4s ease-out;
	-ms-animation: FadeInT 0.4s ease-out;
	-moz-animation: FadeInT 0.4s ease-out;
	box-shadow: 0 0 20px rgba(131, 116, 80, 0.2);
}

@-webkit-keyframes FadeInT {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes FadeInT {
	0% {
		opacity: 0;
		-moz-transform: translateY(-100px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes FadeInT {
	0% {
		opacity: 0;
		-ms-transform: translateY(-100px);
	}

	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@keyframes FadeInT {
	0% {
		opacity: 0;
		transform: translateY(-100px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/*返回顶部start*/
.rmenu {
	width: 50px;
	position: fixed;
	left: 50%;
	margin-left: 620px;
	bottom: 60px;
	display: block;
	z-index: 9999;
}

.rmenu a {
	width: 56px;
	height: 56px;
	border-top: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 6px;
	display: block;
	position: relative;
	margin-top: -1px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
}

.rmenu a span {
	font-size: 12px;
	color: #333333;
}

.rmenu a .menu-icon {
	display: block;
	width: 30px;
	height: 30px;
	margin: 6px auto 0px;
	background: url("../images/menu.png") no-repeat;
}

.rmenu a .menu-icon-1 {
	background-position: 0 0;
	background-position: 0 -30px;
}
.rmenu .first-active {
	background: #FD533B;
	background-image: -webkit-linear-gradient(bottom, #FD533B, #FF005D);
	background-image: -o-linear-gradient(bottom, #FD533B, #FF005D);
	background-image: -moz-linear-gradient(bottom, #FD533B, #FF005D);
	background-image: linear-gradient(to bottom, #FD533B, #FF005D);
	box-shadow: 0 4px 8px 0 rgba(253, 76, 62, 0.38);
}
.rmenu .first-active span{
	color: #fff;
}
.rmenu a .menu-icon-2 {
	background-position: -30px 0;
}

.rmenu a .menu-icon-3 {
	background-position: -60px 0;
}

.rmenu a .menu-icon-4 {
	background-position: -90px 0;
}

.rmenu a .menu-icon-5 {
	background-position: -120px 0;
}

.rmenu a .menu-icon-6 {
	background-position: -150px 0;
}

.rmenu a .menu-icon-7 {
	background-position: -180px 0;
}

.rmenu a:hover {
	margin-top: -1px;
	border-top: 1px solid transparent;
	background: #FD533B;
	background-image: -webkit-linear-gradient(bottom, #FD533B, #FF005D);
	background-image: -o-linear-gradient(bottom, #FD533B, #FF005D);
	background-image: -moz-linear-gradient(bottom, #FD533B, #FF005D);
	background-image: linear-gradient(to bottom, #FD533B, #FF005D);
	box-shadow: 0 4px 8px 0 rgba(253, 76, 62, 0.38);
}

.rmenu a:hover .menu-icon-1 {
	background-position: 0 -30px;
}

.rmenu a:hover .menu-icon-2 {
	background-position: -30px -30px;
}

.rmenu a:hover .menu-icon-3 {
	background-position: -60px -30px;
}

.rmenu a:hover .menu-icon-4 {
	background-position: -90px -30px;
}

.rmenu a:hover .menu-icon-5 {
	background-position: -120px -30px;
}

.rmenu a:hover .menu-icon-6 {
	background-position: -150px -30px;
}

.rmenu a:hover .menu-icon-7 {
	background-position: -180px -30px;
}

.rmenu a:hover span {
	color: #fff;
}

/*返回顶部end*/

/*institution-start*/
.guan {
	width: 100%;
	height: 664px;
	background: #F3F3F3;
}

.guan-box {
	width: 100%;
	height: 400px;
	margin-top: -25px;
	background: #fff;
}

.guan-img {
	width: 425px;
	height: 400px;
	overflow: hidden;
	position: relative;
	border-radius: 5px 0 0 5px;
}

.guan-img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s
}

.guan-img:hover img {
	cursor: pointer;
	transform: scale(1.1);
}

.guan-p {
	width: 675px;
	height: 310px;
	padding: 45px 50px;
}

.guan-p h1 {
	font-size: 32px;
	color: #333333;
	font-weight: normal;
}

.guan-p h1 span {
	font-size: 20px;
	color: #333333;
}

.business {
	width: 100%;
	height: 810px;
	background: #cda882;
	background: -moz-linear-gradient(top, #cda882, #e2cca8);
	background: -webkit-gradient(linear, top, from(#cda882), to(#e2cca8));
	background: -webkit-linear-gradient(top, #cda882, #e2cca8);
	background: -o-linear-gradient(top, #cda882, #e2cca8);
}

.business-left,
.business-right {
	width: 480px;
	height: 460px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 50px;
	position: relative;
}

.business-left h1,
.business-right h1 {
	font-size: 36px;
	color: #BD9126;
	font-weight: normal;
}

.business-right p {
	font-size: 20px;
	color: #333333;
	margin-top: 35px;
	margin-bottom: 5px;
}

.business-left ul {
	margin-top: 40px;
}

.business-left ul li {
	width: 100%;
	height: 30px;
	font-size: 20px;
	color: #333333;
	margin-bottom: 40px;
}

.business-left ul li span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #BD9126;
	border-radius: 50%;
	margin-right: 30px;
	float: left;
	margin-top: 8px;
}

.business-right ul li {
	height: 60px;
	width: 100%;
	overflow: hidden;
}

.business-right ul li span {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-top: 15px;
	font-size: 20px;
	color: #333333;
}

.business-right ul li input {
	line-height: 40px;
	border: 1px solid #eaeaea;
	text-indent: 10px;
	font-size: 20px;
	margin-top: 10px;
	width: 370px;
}

.business-line {
	position: absolute;
	width: 2px;
	height: 218px;
	background: #BD9126;
	top: 146px;
	left: 54px;
}

.strategy {
	width: 100%;
	height: 335px;
	background: #fff;
}

.guan-icon {
	width: 60px;
	height: 60px;
	background: url("../images/guan-icon.png") no-repeat;
	margin-right: 15px;
}

.guan-icon.guan-i1 {
	background-position: 0 0;
}

.guan-icon.guan-i2 {
	background-position: 0 -60px;
}

.guan-icon.guan-i3 {
	background-position: 0 -120px;
}

/*institution-end*/

/*fixed-start*/
.fixed-three {
	width: 100%;
	height: 630px;
	background: url("../images/you.jpg") center center no-repeat;
	background-size: cover;
}

.owner {
	border-bottom: 1px solid #EBEBEB;
	padding: 80px 0 60px;
}

.owner:last-child {
	border-bottom: none;
}

.owner p {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	margin-top: 30px;
	word-break: break-all;
}

.owner-type {
	width: 78px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 20px;
	color: #333333;
	border: 2px solid #333333;
}

.owner-word {
	width: 290px;
	font-size: 20px;
	color: #BD9126;
	margin-left: 20px;
	line-height: 30px;
}

.w450 {
	width: 450px;
}

.risk {
	padding: 0px 0 45px 0;
}

.risk p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	text-indent: 25px;
}

.triangle-topleft {
	width: 0;
	height: 0;
	border-top: 100px solid #fff;
	border-right: 1920px solid transparent;
}

.recommend-panel {
	height: 368px;
	background: #F3F3F3;
	background: -moz-linear-gradient(top, #F3F3F3, #DDE2EA);
	background: -webkit-gradient(linear, top, from(#F3F3F3), to(#DDE2EA));
	background: -webkit-linear-gradient(top, #F3F3F3, #DDE2EA);
	background: -o-linear-gradient(top, #F3F3F3, #DDE2EA);
}

.r-wrap-content {
	padding-top: 20px;
}

.r-wrap-content .r-fund-left {
	width: 343px;
	height: 388px;
	padding: 37px 0 0 55px;
	background: #765A2D;
	background: -moz-linear-gradient(top, #CCA96D, #765A2D);
	background: -webkit-gradient(linear, top, from(#CCA96D), to(#765A2D));
	background: -webkit-linear-gradient(top, #CCA96D, #765A2D);
	background: -o-linear-gradient(top, #CCA96D, #765A2D);
	box-shadow: 0 2px 22px 0 rgba(162, 136, 82, 0.35);
	border-radius: 8px;
}

.r-fund-left-con {
	width: 100%;
	height: 100%;
	background: url(../images/triangle-bg.png) no-repeat bottom right;
}

.r-fund-left-con .title {
	font-size: 48px;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-weight: normal;
	text-shadow: 0 2px 8px rgba(123, 92, 42, 0.46);
}

.r-fund-left-con .fundname {
	font-size: 20px;
	color: #fff;
}

.r-fund-info {
	margin: 25px 0;
}

.r-fund-info .rate-number {
	font-size: 64px;
	color: #FFFFFF;
	text-shadow: 0 2px 8px rgba(123, 92, 42, 0.46);
}

.r-fund-info .rate-number i {
	font-size: 42px;
}

.r-fund-info .rate-text {
	font-size: 14px;
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.60);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
}

.r-fund-action {
	margin-bottom: 30px;
}

.r-btn {
	display: block;
	width: 194px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border: 1px solid #FFFFFF;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
}

.r-fund-type span {
	font-size: 14px;
	color: #fff;
	margin-right: 30px;
}

.r-wrap-content .r-fund-ri {
	width: 709px;
	height: 425px;
	padding: 0 38px;
	background: #fff url(../images/index-bg.png) no-repeat right bottom;
	box-shadow: 0 0 22px 0 rgba(111, 128, 152, 0.35);
	border-radius: 8px;
}

.r-wrap-content .r-fund-ri .title {
	height: 58px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 58px;
	border-bottom: 1px solid #ebebeb;
}

.r-fund-item-left {
	width: 355px;
}

.r-fund-item-left .r-fund-item {
	padding-bottom: 24px;
}

.borderBottom {
	border-bottom: #ebebeb 1px solid;
}

.r-fund-item .fund-name {
	font-size: 18px;
	color: #333333;
	line-height: 28px;
}

.r-fund-item .fund-name i {
	font-size: 14px;
}

.r-fund-item .fund-info {
	font-size: 14px;
	color: #645A44;
	line-height: 28px;
}

.r-fund-item .fund-rate {
	font-size: 36px;
	color: #BD9126;
}

.r-fund-item .fund-rate-info {
	font-size: 14px;
	color: #666;
}

.r-fund-item .r-fund-title {
	margin: 18px 0;
}

.r-fund-number {
	position: relative;
}

.r-fund-number .r-detail-btn {
	position: absolute;
	top: 8px;
	right: 0;
	width: 140px;
	color: #BD9126;
	font-size: 16px;
	border: 1px solid #BD9126;
	background: #fff;
}

.r-detail-btn:hover {
	background: #BD9126;
	color: #fff;
	transition-duration: 0.4s;
}

.r-fund-item-left {
	padding-right: 33px;
	border-right: 1px solid #f5f5f5;
}

.r-fund-item-right {
	padding-left: 33px;
}

.r-fund-item-right .r-detail-btn {
	position: inherit;
	margin: 45px 0 0 0;
}

.fund-trend {
	width: 415px;
	height: 376px;
	background: url("../images/ding-bj.png") top center no-repeat;
	position: relative;
}

.fund-zou {
	width: 464px;
	height: 345px;
	background: url("../images/ding-zou.png") bottom center no-repeat;
	position: absolute;
	right: 0;
	bottom: -5px;
}

.fund-trend ul {
	width: 100%;
	height: 100%;
}

.fund-trend ul li {
	width: 25%;
	height: 100%;
	position: relative;
	float: left;
	cursor: pointer;
}

.fund-trend ul li:hover {
	background: rgb(189, 145, 38);
	background: rgba(189, 145, 38, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fbd9126, endColorstr=#7fbd9126);
}

.fund-trend p {
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
}

.wei-1 {
	right: 10px;
	bottom: 30px;
}

.wei-2 {
	right: 22px;
	bottom: 70px;
}

.wei-3 {
	right: 10px;
	top: 160px;
}

.wei-4 {
	right: 22px;
	top: 85px;
}

.fund-trend ul li:hover p {
	color: #FFD232;
}

.ren-box {
	width: 360px;
	height: 365px;
	box-shadow: 0 6px 24px 0 rgba(236, 232, 224, 0.77);
	border-radius: 4px;
	text-align: center;
}

.ren-name {
	font-size: 24px;
	color: #333333;
	margin-top: 55px;
}

.ren-num {
	font-size: 42px;
	color: #BD9126;
}

.ren-all {
	font-size: 14px;
	color: #666666;
	margin: 8px auto 45px;
}

.ren-line {
	width: 50px;
	height: 4px;
	background: #EDE1C4;
	margin: 15px auto 40px;
}

.ren-btn {
	display: block;
	width: 140px;
	color: #BD9126;
	font-size: 16px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #BD9126;
	border-radius: 100px;
	margin: auto;
}

.ren-box:hover {
	transition-duration: 0.6s;
	transform: translateY(-10px);
	background: #BD9126;
	box-shadow: 0 6px 24px 0 rgb(208, 186, 134);
	box-shadow: 0 6px 24px 0 rgba(208, 186, 134, 0.77);
}

.ren-box:hover .ren-name {
	color: #fff;
}

.ren-box:hover .ren-line {
	background: rgb(237, 225, 196);
	background: rgba(237, 225, 196, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fede1c4, endColorstr=#7fede1c4);
}

.ren-box:hover .ren-num {
	color: #fff;
}

.ren-box:hover .ren-all {
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
}

.ren-box:hover .ren-btn {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

/*fixed-end*/
.ui_tab_home li.ui_tab_1.on em {
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #BD9126;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -15px;
}

.ui_tab_home li.ui_tab_2.on em {
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #c19d5e;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -15px;
}

.ui_tab_home li.ui_tab_3.on em {
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #4184C0;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -15px;
}

.ui_tab_home li.ui_tab_4.on em {
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #ECAC4E;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -15px;
}

.ui_tab_home li.ui_tab_5.on em {
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #a47745;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -15px;
}

.all-fund {
	display: block;
	width: 150px;
	height: 45px;
	position: absolute;
	right: 0;
	border-left: 1px solid #D8D3CA;
	top: 10px;
	padding-left: 25px;
	background: url("../images/all-fund.png") 135px center no-repeat;
	z-index: 10;
}

.toolbar-item {
	display: block;
	position: relative;
}

.opinion .toolbar-layer {
	height: auto;
}

.toolbar-item:hover .toolbar-layer {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.toolbar-layer {
	position: absolute;
	right: 50px;
	bottom: 0px;
	width: 142px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform-origin: 95% 95%;
	-moz-transform-origin: 95% 95%;
	-ms-transform-origin: 95% 95%;
	-o-transform-origin: 95% 95%;
	-webkit-transform-origin: 95% 95%;
	transform: scale(0.01);
	-moz-transform: scale(0.01);
	-ms-transform: scale(0.01);
	-o-transform: scale(0.01);
	-webkit-transform: scale(0.01);
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}

.footer-bottom span {
	display: block;
	color: #fff;
	font-size: 12px;
	margin: 0 0 10px 0;
}

.footer-bottom a {
	display: inline-block;
	margin: 0px 40px 10px 0;
}

.banquan {
	color: #9b9b9b;
	opacity: 0.7;
}

/*high-start*/
.high-lists {
	height: 355px;
}

.high-lists li {
	float: left;
	height: 355px;
	width: 33.3%;
	text-align: center;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
}

.cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.high-lists .cell img {
	/*    width:100px;
	height:70px;
	*/
	display: inline-block;
}

.high-lists .cell h3 {
	font-size: 20px;
	color: #333;
	margin: 40px auto 20px;
}

.high-lists .cell p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
}

.our-advantage {
	width: 100%;
	height: 1500px;
	background: #FDFCFB;
}

.advantage-box {
	width: 1000px;
	margin: 0 auto 140px;
}

.advantage-box h1 {
	font-size: 28px;
	color: #333;
	margin-top: 40px;
}

.advantage-box p {
	font-size: 16px;
	color: #333333;
	width: 600px;
	margin-top: 20px;
	line-height: 22px;
}

a.high-btn {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	z-index: 20;
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-radius: 25px;
	box-shadow: 0 0 20px rgba(120, 91, 20, 0.2);
	bottom: 60px;
	background: #BD9126;
	color: #fff;
	text-align: center;
}

a.high-btn:hover {
	transform: translateY(-5px);
	transition-duration: 0.4s;
}

/*high-end*/

/*wallet-start*/
.wallet-main {
	width: 100%;
	height: auto;
	background: #fff;
	padding-bottom: 30px;
}

.wallet-main ul {
	width: 1200px;
	height: auto;
	overflow: hidden;
}

.wallet-main ul li {
	float: left;
	width: 50%;
	min-height: 235px;
}

.small-icon {
	width: 135px;
	height: 135px;
	background: url("../images/small-icon.png") no-repeat;
	margin-left: 40px;
}

.small-icon.small-i1 {
	background-position: 0 0;
}

.small-icon.small-i2 {
	background-position: -135px 0;
}

.small-icon.small-i3 {
	background-position: 0 -135px;
}

.small-icon.small-i4 {
	background-position: -135px -135px;
}

.small-icon.small-i5 {
	background-position: 0 -270px;
}

.small-icon.small-i6 {
	background-position: -135px -270px;
}

.small-icon.small-i7 {
	background-position: 0 -405px
}

.small-icon.small-i8 {
	background-position: -135px -405px
}

.w340 {
	width: 340px;
}

.wallet-icon {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url("../images/wallet-icon.png") center center no-repeat;
	vertical-align: middle;
	margin-top: -5px;
}

.wallet-went {
	margin-top: 50px;
}

.wallet-went p {
	margin-top: 15px;
}

.wallet-table {
	width: 688px;
	height: 265px;
	margin-left: 25px;
	margin-top: 15px;
}

.wallet-table thead tr,
.wallet-table tbody tr {
	width: 100%;
	height: 42px;
}

.wallet-table thead tr td,
.wallet-table tbody tr td {
	padding-left: 30px;
	font-size: 16px;
	color: #333;
}

.riskTip {
	width: 100%;
	height: 205px;
	background: #988252;
}

.riskTip h1 {
	font-size: 24px;
	color: #FFD05E;
	font-weight: normal;
	padding-top: 55px;
}

.riskTip p {
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 20px;
}

/*wallet-end*/

/*about-start*/
.mid-tab-ul {
	width: 180px;
	background: #F8F8F8;
}

.ui_tab_about {
	/* height:156px;
	overflow:hidden;
	*/
}

.ui_tab_about li {
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #666;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #fff;
}

.ui_tab_about li.on {
	background: #F58220;
	color: #fff;
}

.ui_tab_cnts {
	width: 100%;
}

.ui_tab_cnts li {
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: relative;
	cursor: pointer;
	background: transparent;
}

.ui_tab_cnts li.on {
	background: #fff;
	color: #EE5043;
	border-radius: 4px 4px 0 0;
}

.ui_tab_cnt_box h1 {
	margin-top: 70px;
	text-align: center;
	margin-bottom: 30px;
}

.ui_tab_cnt_h1 {
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #DFDFDF;
}

.ui_tab_cnt_h1 span {
	display: inline-block;
	width: 4px;
	height: 22px;
	background: #032D4D;
	border-radius: 3px;
	vertical-align: middle;
	margin-right: 12px;
}

.ui_tab_cnt_ul {
	width: 100%;
	overflow: hidden;
}

.ui_tab_cnt_ul li {
	width: 265px;
	height: 243px;
	background: #F8F8F8;
	border-radius: 2px;
	float: left;
	margin-top: 52px;
	margin-right: 42px;
	cursor: pointer;
}

.ui_tab_cnt_ul li dl {
	text-align: center;
}

.ui_tab_cnt_ul li dl dd.home-icon-line {
	width: 16px;
	height: 2px;
	background: #143E7E;
	margin: 8px auto 0;
}

.ui_tab_cnt_ul li:hover dl dd.home-icon-line {
	width: 64px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.ui_tab_cnt_ul li dl dd.home-word {
	width: 170px;
	margin: 15px auto 0;
}

.introduce {
	margin-top: 50px;
}

.introduceBox {
	height: 510px;
	background: #EAE6DD;
	background: -moz-linear-gradient(top, #FFFFFF, #EAE6DD);
	background: -webkit-gradient(linear, top, from(#FFFFFF), to(#EAE6DD));
	background: -webkit-linear-gradient(top, #FFFFFF, #EAE6DD);
	background: -o-linear-gradient(top, #FFFFFF, #EAE6DD);
}

.context {
	padding: 60px 30px 60px 45px;
	background: #F6F8FA;
	border-radius: 4px;
}

.content-left img {
	border-radius: 5px;
}

.introduce img {
	width: 480px;
	height: 272px;
	float: left;
}

.introduce div {
	width: 650px;
	float: right;
	line-height: 30px;
	margin-top: 20px;
}

.content-top {
	font-size: 28px;
	color: #333;
	height: 25px;
	line-height: 22px;
	border-left: 10px solid #BD9126;
	padding-left: 10px;
}

.content-mid {
	font-size: 18px;
	color: #333333;
	margin: 15px 0 25px;
}

.content-bottom {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	word-break: break-all;
}

.content-left img {
	width: 410px;
	height: 300px;
}

.w650 {
	width: 675px;
}

.content-right {
	margin-left: 40px;
}

.content-1 {
	position: absolute;
	width: 135px;
	height: 135px;
	background: url("../images/content-1.png") center center no-repeat;
	top: 95px;
	left: -140px;
}

.content-2 {
	position: absolute;
	width: 97px;
	height: 97px;
	background: url("../images/content-2.png") center center no-repeat;
	top: 48px;
	right: -120px;
}

.content-3 {
	position: absolute;
	width: 150px;
	height: 150px;
	background: url("../images/content-3.png") center center no-repeat;
	bottom: 50px;
	right: -170px;
}

.history-left {
	width: 630px;
	float: left;
	position: relative;
	overflow: hidden;
}

.history-right {
	width: 630px;
	float: right;
	position: relative;
	overflow: hidden;
}

.history-img {
	width: 16px;
	height: 123px;
}

.history-time {
	font-size: 24px;
	color: #BD9126;
	margin-bottom: 5px;
}

.history-left-box {
	width: auto;
	padding: 15px;
	background: #F6F8FA;
	border-radius: 4px;
	margin-top: 20px;
	margin-right: 20px;
	position: relative;
}

.history-right-box {
	width: auto;
	padding: 15px;
	background: #F6F8FA;
	border-radius: 4px;
	margin-top: 20px;
	margin-left: 20px;
	position: relative;
}

.history-left-box span {
	display: block;
	width: 12px;
	height: 20px;
	background: url("../images/left-icon.jpg") center center no-repeat;
	position: absolute;
	right: -12px;
	top: 28px;
}

.history-right-box span {
	display: block;
	width: 12px;
	height: 20px;
	background: url("../images/right-icon.jpg") center center no-repeat;
	position: absolute;
	left: -12px;
	top: 28px;
}

.history-content {
	font-size: 14px;
	color: #333333;
}

.history-left .history-img {
	margin-right: 22px;
}

.history-right .history-img {
	margin-left: 22px;
}

.tips-box {
	margin: 10px auto 70px;
}

.tips-box>div {
	width: auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: auto;
}

.idea-tip {
	display: block;
	width: 144px;
	height: 7px;
	margin: 10px auto 0;
}

.idea-box {
	width: 890px;
	margin: 0 auto 110px;
	height: 150px;
}

.idea-one {
	width: 182px;
	height: 145px;
	background: url("../images/idea-1.png") center center no-repeat;
	float: left;
}

.idea-two {
	width: 182px;
	height: 145px;
	background: url("../images/idea-2.png") center center no-repeat;
	float: left;
	margin-left: 175px;
}

.idea-three {
	width: 182px;
	height: 145px;
	background: url("../images/idea-3.png") center center no-repeat;
	float: right;
}

.idea-box P {
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 30px;
	line-height: 30px;
}

.culture-box {
	height: 380px;
}

.culture-box li {
	float: left;
	height: 380px;
	width: 25%;
	text-align: center;
}

.culture-box h2 {
	font-size: 24px;
	color: #333333;
	margin-top: 20px;
}

.culture-box h3 {
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
	font-weight: 100;
}

.contact {
	margin: 50px auto 90px;
}

.contact-left,
.contact-right {
	width: 500px;
	height: 300px;
	border: 1px solid #D4D4D4;
	border-radius: 4px;
	padding: 35px 40px 0;
	position: relative;
}

.contact h2 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 15px;
}

.contact p {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}

.contact a {
	display: block;
	width: 500px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 18px;
	color: #BD9126;
	border-top: 1px solid #EBEBEB;
	position: absolute;
	bottom: 0;
}

.recruit {
	margin: 55px auto;
}

.recruit-box {
	width: 510px;
	height: 635px;
	background: #F6F8FA;
	border-radius: 4px;
	padding: 35px 35px 0;
	position: relative;
	margin-bottom: 20px;
}

.recruit h2 {
	font-size: 24px;
	color: #BD9126;
	margin-bottom: 5px;
	text-align: center;
}

.recruit h3 {
	font-size: 16px;
	color: #333333;
	margin: 15px auto;
}

.recruit p {
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}

.address {
	text-align: center;
	margin-top: 10px;
}

.address img {
	width: 40px;
	height: 40px;
}

.address span {
	font-size: 16px;
	color: #BD9126;
	display: inline-block;
	margin-left: 12px;
}

.email {
	width: 510px;
	height: 80px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	border-top: 2px solid #E9E9E9;
	position: absolute;
	bottom: 0;
}

.email-box {
	width: 510px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
}

.email-box a {
	color: #BD9126;
	margin-left: 5px;
}

.recruit .recruit-box:nth-child(even) {
	margin-left: 35px;
}

.recruit .recruit-box:last-child {
	background: none;
}

.counting-box {
	width: 510px;
	height: 635px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.counting {
	font-size: 36px;
	color: rgb(51, 51, 51);
	color: rgba(51, 51, 51, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33333333, endColorstr=#33333333);
}

.inHd {
	border-bottom: 2px solid #DCDCDC;
	padding-bottom: 15px;
	padding-top: 5px;
}

.inHd ul {
	/* width:507px;
	height:42px;
	border:1px solid #B1B1B1;
	margin:15px auto 40px;
	border-radius:4px;
	*/
}

.inHd ul li {
	color: #666;
	background: #fff;
	border-radius: 2px;
	transition: all 0.5s;
	float: left;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	padding: 5px 12px;
	margin-right: 20px;
}

.inHd ul li.on {
	background: #F58220;
	color: #fff;
}

.inHd ul li:hover {
	background: #F58220;
	color: #fff;
}

.depart-top {
	height: 276px;
	background: #F6F8FA;
}

.depart-top-right {
	width: 780px;
	padding: 0 40px;
}

.depart-top-left {
	width: 337px;
	position: relative;
}

.depart-top-left img {
	border-radius: 5px 0 0 5px;
}

.depart-top-right h2 {
	font-size: 20px;
	color: #333333;
	border-left: 10px solid #BD9126;
	padding-left: 10px;
	margin: 65px auto 20px;
}

.depart-top-right p {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}

.triangle-left {
	position: absolute;
	display: block;
	right: -2px;
	top: 60px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 25px solid #F6F8FA;
	border-bottom: 15px solid transparent;
}

.one-link {
	background: #F6F8FA;
	border-radius: 4px;
	height: 122px;
	margin-bottom: 30px;
}

.one-link-left {
	width: 200px;
	height: 122px;
	text-align: center;
	background: #C4B07D;
	border-radius: 4px 0 0 4px;
}

.one-link-left span {
	display: block;
	width: 200px;
	height: 122px;
	line-height: 122px;
	font-size: 24px;
	color: #FFFFFF;
}

.one-link-right {
	margin-left: 50px;
}

.one-link-right .one-link-infor {
	width: 390px;
	height: 122px;
	display: table-cell;
	vertical-align: middle;
}

.one-link-right img {
	width: 20px;
	height: 20px;
}

.one-link-right span {
	font-size: 16px;
	color: #333333;
	vertical-align: middle;
	margin-left: 10px;
}

.team-per-infor {
	padding-right: 25px;
	width: 795px;
}

.team-per-infor p {
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	margin-left: 10px;
}

.team-per-infor h3 {
	font-size: 36px;
	color: #333333;
	line-height: 40px;
	margin: 15px 0 30px 20px;
	font-weight: normal;
}

.team-per ul {
	width: 1200px;
	height: 205px;
	overflow: hidden;
}

.team-per ul li {
	width: 185px;
	height: 185px;
	float: left;
	margin-right: 18px;
	background: #F6F8FA;
	border-radius: 5px;
	margin-top: 20px;
}

.team-per ul li:last-child {
	margin-right: 0;
}

.team-mid {
	text-align: center;
}

.team-name {
	font-size: 14px;
	color: #C4B07D;
	line-height: 40px;
}

.team-content {
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 24px;
}

.team-per ul li .team-top {
	width: 86px;
	height: 86px;
	text-align: center;
	line-height: 80px;
	margin: -20px auto 0;
	font-size: 20px;
	color: #FFFFFF;
	background: url("../images/team-1.png") center center no-repeat;
}

.team-per ul li:nth-child(even) .team-top {
	background: url("../images/team-2.png") center center no-repeat;
}

.three-tips {
	width: 1100px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	background: #F6F8FA;
	border-radius: 4px;
	padding: 0 50px;
	line-height: 26px;
}

.six-mid-left,
.six-mid-right {
	width: 400px;
	height: 500px;
	background: #F6F8FA;
	border-radius: 4px;
}

.six-mid-left {
	margin-left: 100px;
}

.six-mid-right {
	margin-right: 100px;
}

.six-top-right p {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}

.six-mid-top {
	background: #78B2DF;
	border-radius: 4px 4px 0 0;
	height: 125px;
	text-align: center;
}

.six-mid-top img {
	width: 60px;
	height: 60px;
	margin: 15px auto 10px;
}

.six-mid-top p {
	font-size: 20px;
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
}

.six-mid-mid {
	background: #54A5D2;
	border-top: 1px solid #FFFFFF;
	border-radius: 0 0 4px 4px;
	height: 80px;
	line-height: 70px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}

.six-mid-bot p {
	width: 270px;
	font-size: 14px;
	color: #333333;
	margin: auto;
}

.six-mid-bot p:nth-child(1) {
	margin-top: 65px;
}

.six-mid-bot p:nth-child(2) {
	margin-top: 35px;
}

.triangle-up {
	position: absolute;
	display: block;
	right: 50%;
	bottom: 0px;
	margin-right: -15px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid #F6F8FA;
}

.six-link {
	background: #F6F8FA;
	border-radius: 4px;
	height: 80px;
	margin-bottom: 165px;
}

.six-link-left {
	width: 200px;
	height: 80px;
	text-align: center;
	background: #C4B07D;
	border-radius: 4px 0 0 4px;
}

.six-link-left .six-left-table {
	width: 200px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
}

.six-link-left img {
	width: 33px;
	height: 33px;
	display: inline-block;
}

.six-link-left span {
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 22px;
	vertical-align: middle;
}

.six-link-right .six-right-table {
	width: 1000px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
}

.six-link-right img {
	width: 20px;
	height: 20px;
}

.six-link-right span {
	font-size: 16px;
	color: #333333;
	vertical-align: middle;
	margin-left: 10px;
}

.team-per-infor-two p {
	line-height: 35px;
}

/*about-end*/

.search-pro-box input.search-input::-webkit-input-placeholder {
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
}

.search-pro-box input.search-input:-moz-placeholder {
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
}

.search-pro-box input.search-input::-moz-placeholder {
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
}

.search-pro-box input.search-input:-ms-input-placeholder {
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
}

.search-pro-box-two input.search-input::-webkit-input-placeholder {
	color: rgb(51, 51, 51);
	color: rgba(51, 51, 51, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C333333, endColorstr=#4C333333);
}

.search-pro-box-two input.search-input:-moz-placeholder {
	color: rgb(51, 51, 51);
	color: rgba(51, 51, 51, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C333333, endColorstr=#4C333333);
}

.search-pro-box-two input.search-input::-moz-placeholder {
	color: rgb(51, 51, 51);
	color: rgba(51, 51, 51, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C333333, endColorstr=#4C333333);
}

.search-pro-box-two input.search-input:-ms-input-placeholder {
	color: rgb(51, 51, 51);
	color: rgba(51, 51, 51, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C333333, endColorstr=#4C333333);
}

.mb150 {
	margin-bottom: 150px;
}

.mb100 {
	margin-bottom: 100px;
}

.img-width {
	max-width: 100%;
}

.img-position {
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.banner-height {
	height: 412px;
}

/*5-30*/
.add-explain {
	border-top: 1px solid #EBEBEB;
}

.pd-b-60 {
	padding-bottom: 60px;
}

.rmenu .sidebox {
	position: absolute;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border: 2px solid #F5842B;
	top: 0;
	right: 0px;
	transition: all 0.3s;
	background: #fff;
	opacity: 0;
	filter: Alpha(opacity=0);
	color: #F5842B;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
	border-radius: 5px;
}

.rmenu a {
	overflow: hidden;
}

.hover-ewm {
	position: relative;
}

.hover-ewm .toolbar-layer {
	height: 160px;
}

.hover-ewm:hover .ewm-layer {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.ewm-layer {
	position: absolute;
	top: 30px;
	left: -45px;
	width: 142px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform-origin: 5% 5%;
	-moz-transform-origin: 5% 5%;
	-ms-transform-origin: 5% 5%;
	-o-transform-origin: 5% 5%;
	-webkit-transform-origin: 5% 5%;
	transform: scale(0.01);
	-moz-transform: scale(0.01);
	-ms-transform: scale(0.01);
	-o-transform: scale(0.01);
	-webkit-transform: scale(0.01);
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	z-index: 99;
}

.main-top-wrap {
	z-index: 99;
}

/*6-11*/
.dong-left-img {
	width: 333px;
	height: 128px;
	padding-top: 28px;
	margin-left: 28px;
	position: relative;
}

.dong-left-bottom {
	margin-left: 28px;
	margin-right: 28px;
	/* width:333px;
	height:198px;
	*/
	/* position:absolute;
	bottom:0;
	left:0;
	background:rgb(236,241,246);
	/*不支持rgba的浏览器*/
	/* background:rgba(236,241,246,0.9);
	*/
	/* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ECF1F6,endColorstr=#E5ECF1F6);
	IE8支持 */
}

/*前/后按钮代码*/
.picScroll-left .arrow a.prev,
.picScroll-left .arrow a.next {
	position: absolute;
	display: block;
	width: 33px;
	height: 33px;
	margin-top: 5px;
	overflow: hidden;
	cursor: pointer;
}

.picScroll-left .arrow .next {
	right: -60px;
	top: 0;
	background: url("../images/tab-right.png") center center no-repeat;
}

.picScroll-left .arrow .prev {
	left: -60px;
	top: 0;
	background: url("../images/tab-left.png") center center no-repeat;
}

.aboutTab .ui_tab_cnt_box {
	display: none;
}

.aboutTab .ui_tab_cnt_box.active {
	display: block;
	/*调用动画效果*/
	-webkit-animation-name: fadeIn;
	/*动画名称*/
	-webkit-animation-duration: 0.5s;
	/*动画持续时间*/
	-webkit-animation-iteration-count: 1;
	/*动画次数*/
	-webkit-animation-delay: 0s;
	/*延迟时间*/
}

/*动画效果*/
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		/*初始状态 透明度为0*/
	}

	70% {
		opacity: .7;
	}

	100% {
		opacity: 1;
		/*结尾状态 透明度为1*/
	}
}

@keyframes mymove {
	0% {
		opacity: 0;
		/*初始状态 透明度为0*/
	}

	70% {
		opacity: .7;
	}

	100% {
		opacity: 1;
		/*结尾状态 透明度为1*/
	}
}

@-moz-keyframes mymove

	/* Firefox */
{
	0% {
		opacity: 0;
		/*初始状态 透明度为0*/
	}

	70% {
		opacity: .7;
	}

	100% {
		opacity: 1;
		/*结尾状态 透明度为1*/
	}
}

@-o-keyframes mymove

	/* Opera */
{
	0% {
		opacity: 0;
		/*初始状态 透明度为0*/
	}

	70% {
		opacity: .7;
	}

	100% {
		opacity: 1;
		/*结尾状态 透明度为1*/
	}
}

.inHd ul {
	overflow: hidden;
}

.inHd ul li {
	border-right: none;
	/* border-left:1px solid #B1B1B1;
	*/
}

.inHd ul li:first-child {
	border-left: none;
}

.shiye {
	width: 507px;
	height: 42px;
	margin: 0 auto 40px;
}

.shiye .inHd ul {
	border: none;
}

.shiye .bd ul li {
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	color: #333333;
	float: left;
	width: 126px !important;
	cursor: pointer;
	border-right: none;
}

.shiye .bd {
	width: 507px;
	height: 42px;
	margin: 15px auto 40px;
	border-radius: 4px;
	padding-top: 0;
}

.shiye .tempWrap {
	border: 1px solid #B1B1B1;
	border-radius: 4px;
}

.active-mod.active {
	overflow: hidden
}

.active .home-tab-left {
	animation-name: fadeInLeft
}

.active .home-tab-right {
	animation-name: fadeInRight
}

.active .jjlb {
	animation-name: fadeIn;
}

.active .tdsl {
	animation-name: fadeInDown;
}

.active .tdjl {
	animation-name: fadeInUp;
}

/*6-13*/
.scrolled .main-top-con span {
	color: #333;
}

.scrolled .m-menu-link li a {
	color: #333;
}

.scrolled .m-menu-link li.active a {
	color: #BD9126;
}

.scrolled .m-menu-link li:hover a {
	color: #BD9126;
}

.scrolled .search-pro-box .search-input {
	border: 1px solid #d7cdb4;
	color: #333;
}

.scrolled .search-pro-box input.search-input::-webkit-input-placeholder {
	color: rgb(51, 51, 51);
	color: rgba(51, 51, 51, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333, endColorstr=#99333333);
}

.scrolled .search-pro-box input.search-input:-moz-placeholder {
	color: rgb(51, 51, 51);
	color: rgba(51, 51, 51, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333, endColorstr=#99333333);
}

.scrolled .search-pro-box input.search-input::-moz-placeholder {
	color: rgb(51, 51, 51);
	color: rgba(51, 51, 51, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333, endColorstr=#99333333);
}

.scrolled .search-pro-box input.search-input:-ms-input-placeholder {
	color: rgb(51, 51, 51);
	color: rgba(51, 51, 51, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333, endColorstr=#99333333);
}

.scrolled .search-pro-box .search-input {}

.manager-box {
	overflow: hidden;
	width: 1200px;
	height: 400px;
}

.depart-top-left img {
	width: 100%;
}

/*by zsx 0714 */
.xb-paper {
	width: 100%;
	height: auto;
	padding-bottom: 130px;
	background-image: url("../images/bg-paper.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.xb-paper-bg-top {
	width: 100%;
	height: 460px;
	/* background:url("../images/bg-paper.png") top center no-repeat;
	*/
}

.xb-paper-txt {
	display: none;
}

.xb-paper-cont {
	width: 1040px;
	margin: 0 auto;
	background-color: #f7f2df;
	padding-bottom: 45px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.xb-paper-cont ul {
	width: 780px;
	margin: 0 auto;
}

.xb-paper-ct-title {
	/* font-family:PingFangSC-Medium;
	*/
	font-size: 18px;
	color: #BD9126;
	padding-top: 16px;
	padding-bottom: 16px;
}

.xb-paper-ct-slt label {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	min-width: 140px;
	display: inline-block;
}

.xb-paper-ct-slt label span {
	margin-left: 28px;
}

.xb-paper-ct-slt li label input[type="text"] {
	border: 0;
	border-bottom: 1px solid #333333;
	width: 140px;
	background: transparent;
}

/* 单选框样式定制 */
.xb-paper-ct-slt label input[type="radio"] {
	width: 20px;
	height: 0px;
	background-color: transparent;
	margin-right: 30px;
	border-radius: 50%;
	position: relative;
	float: left;
}

.xb-paper-ct-slt label input[type="radio"]:before,
.xb-paper-ct-slt label input[type="radio"]:after {
	content: '';
	display: block;
	position: absolute;
	border-radius: 50%;
	transition: .3s ease;
}

.xb-paper-ct-slt label input[type="radio"]:before {
	top: 0px;
	left: 0px;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 1px solid #BCBCBC;
}

.xb-paper-ct-slt label input[type="radio"]:after {
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	background-color: transparent;
}

.xb-paper-ct-slt label input[type="radio"]:checked:after {
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	background-color: #BD9126;
}

.xb-paper-ct-slt label input[type="radio"]:checked:before {
	border-color: #BD9126;
}

/* 单选框样式结束 */

.xb-paper-ct-slt ul li {
	margin-bottom: 12px;
}

.xb-paper-ct-input ul {
	margin-top: 16px;
}

.xb-paper-ct-input ul li {
	margin-bottom: 20px
}

.xb-paper-ct-input label {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}

.xb-paper-ct-input label span {
	display: inline-block;
	width: 85px;
	font-size: 16px;
	letter-spacing: 0.4px;
}

.xb-paper-ct-input label input[type="text"] {
	width: 272px;
	height: 40px;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	background: #FFFFFF;
	border: 1px solid #D4D0C7;
	border-radius: 2px;
	text-indent: 12px;
}

.xb-paper-button {
	text-align: center;
	padding-top: 40px;
}

.xb-paper-submit {
	width: 146px;
	height: 52px;
	border-radius: 26px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	background: #BD9126;
	border: 0;
	box-shadow: 2px 0 8px 0 rgba(120, 91, 20, 0.21);
}

/* 手机浏览器 */
@media screen and (min-width:380px) and (max-width:450px) {

	html,
	body {
		width: 100%;
		height: 100%;
	}

	.main-top,
	.main-head,
	.main-footer,
	.rmenu {
		display: none;
	}

	.xb-paper {
		width: 100%;
		height: auto;
		padding-bottom: 80px;
		background-image: url("../images/bg-paper-m.png");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.xb-paper-bg-top {
		width: 100%;
		height: 180px;
		/* background:url("../images/bg-paper-m.png");
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	*/
	}

	.xb-paper-txt {
		display: block;
		width: 289px;
		margin: 16px auto;
		font-size: 14px;
		color: #878275;
		line-height: 20px;
	}

	.xb-paper-cont {
		width: 360px;
		margin: 0 auto;
		background-color: #f8f2df;
	}

	.xb-paper-cont ul {
		width: 289px;
		margin: 0 auto;
	}

	.xb-paper-ct-title {
		font-size: 15px;
	}

	.xb-paper-ct-slt label {
		font-size: 14px;
		color: #333333;
		/* height:20px;
	*/
		line-height: 20px;
		min-width: 136px;
		display: inline-block;
		position: relative;
	}

	.xb-paper-ct-slt label span {
		margin-left: 28px;
		float: left;
	}

	.xb-paper-ct-slt li label input[type="text"] {
		border: 0;
		border-bottom: 1px solid #333333;
		width: 140px;
		background: transparent;
	}

	.xb-paper-ct-slt li label input[type="checkbox"] {
		position: absolute;
	}

	.xb-paper-ct-slt ul li {
		margin-bottom: 12px;
		line-height: 20px;
	}

	.xb-paper-ct-input ul {
		margin-top: 16px;
	}

	.xb-paper-ct-input ul li {
		margin-bottom: 20px;
		line-height: 40px;
	}

	.xb-paper-ct-input label {
		font-size: 14px;
		color: #333333;
		line-height: 40px;
		height: 40px;
	}

	.xb-paper-ct-input label span {
		display: inline-block;
		width: 75px;
		font-size: 14px;
		color: #333333;
		letter-spacing: 0.35px;
	}

	.xb-paper-ct-input label input[type="text"] {
		width: 206px;
		background: #FFFFFF;
		border: 0;
		font-size: 14px;
		letter-spacing: 0;
	}

	.xb-paper-button {
		/* text-align:center;
	*/
		padding-top: 20px;
	}

	.xb-paper-submit {
		width: 231px;
		height: 42px;
		line-height: 42px;
		border-radius: 21px;
		font-size: 16px;
		color: #FFFFFF;
		text-align: center;
		margin: 0 auto;
		background: #BD9126;
		border: 0;
		box-shadow: 2px 0 8px 0 rgba(120, 91, 20, 0.21);
	}
}

@media screen and (min-width:330px) and (max-width:380px) {

	html,
	body {
		width: 100%;
		height: 100%;
	}

	.main-top,
	.main-head,
	.main-footer,
	.rmenu {
		display: none;
	}

	.xb-paper {
		width: 100%;
		height: auto;
		padding-bottom: 80px;
		background-image: url("../images/bg-paper-m.png");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.xb-paper-bg-top {
		width: 100%;
		height: 180px;
		/* background:url("../images/bg-paper-m.png");
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	*/
	}

	.xb-paper-txt {
		display: block;
		width: 289px;
		margin: 16px auto;
		font-size: 14px;
		color: #878275;
		line-height: 20px;
	}

	.xb-paper-cont {
		width: 326px;
		margin: 0 auto;
		background-color: #f8f2df;
	}

	.xb-paper-cont ul {
		width: 289px;
		margin: 0 auto;
	}

	.xb-paper-ct-title {
		font-size: 15px;
	}

	.xb-paper-ct-slt label {
		font-size: 14px;
		color: #333333;
		/* height:20px;
	*/
		line-height: 20px;
		min-width: 136px;
		display: inline-block;
		position: relative;
	}

	.xb-paper-ct-slt label span {
		margin-left: 28px;
		float: left;
	}

	.xb-paper-ct-slt li label input[type="text"] {
		border: 0;
		border-bottom: 1px solid #333333;
		width: 140px;
		background: transparent;
	}

	.xb-paper-ct-slt li label input[type="checkbox"] {
		position: absolute;
	}

	.xb-paper-ct-slt ul li {
		margin-bottom: 12px;
		line-height: 20px;
	}

	.xb-paper-ct-input ul {
		margin-top: 16px;
	}

	.xb-paper-ct-input ul li {
		margin-bottom: 20px;
		line-height: 40px;
	}

	.xb-paper-ct-input label {
		font-size: 14px;
		color: #333333;
		line-height: 40px;
		height: 40px;
	}

	.xb-paper-ct-input label span {
		display: inline-block;
		width: 75px;
		font-size: 14px;
		color: #333333;
		letter-spacing: 0.35px;
	}

	.xb-paper-ct-input label input[type="text"] {
		width: 206px;
		background: #FFFFFF;
		border: 0;
		font-size: 14px;
		letter-spacing: 0;
	}

	.xb-paper-button {
		/* text-align:center;
	*/
		padding-top: 20px;
	}

	.xb-paper-submit {
		width: 231px;
		height: 42px;
		line-height: 42px;
		border-radius: 21px;
		font-size: 16px;
		color: #FFFFFF;
		text-align: center;
		margin: 0 auto;
		background: #BD9126;
		border: 0;
		box-shadow: 2px 0 8px 0 rgba(120, 91, 20, 0.21);
	}
}

@media screen and (max-width:325px) {

	html,
	body {
		width: 320px;
		height: 100%;
	}

	.main-top,
	.main-head,
	.main-footer,
	.rmenu {
		display: none;
	}

	.xb-paper {
		width: 100%;
		height: auto;
		padding-bottom: 80px;
		background-image: url("../images/bg-paper-m.png");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.xb-paper-bg-top {
		width: 100%;
		height: 160px;
		/* background:url("../images/bg-paper-m.png");
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	*/
	}

	.xb-paper-txt {
		display: block;
		width: 232px;
		padding: 0 20px;
		margin: 16px auto;
		font-size: 14px;
		color: #878275;
		line-height: 20px;
	}

	.xb-paper-cont {
		width: 280px;
		margin: 0 auto;
		background-color: #f8f2df;
	}

	.xb-paper-cont>ul {
		width: 232px;
		padding: 0 20px;
		margin: 0 auto;
	}

	.xb-paper-ct-title {
		font-size: 15px;
	}

	.xb-paper-ct-slt label {
		font-size: 14px;
		color: #333333;
		/* height:20px;
	*/
		line-height: 20px;
		min-width: 115px;
		max-width: 230px;
		display: inline-block;
		position: relative;
	}

	.xb-paper-ct-slt label span {
		margin-left: 28px;
		float: left;
	}

	.xb-paper-ct-slt li label input[type="text"] {
		border: 0;
		border-bottom: 1px solid #333333;
		width: 140px;
		background: transparent;
	}

	.xb-paper-ct-slt li label input[type="checkbox"] {
		position: absolute;
	}

	.xb-paper-ct-slt ul li {
		margin-bottom: 12px;
		line-height: 20px;
	}

	.xb-paper-ct-input ul {
		margin-top: 16px;
	}

	.xb-paper-ct-input ul li {
		margin-bottom: 20px;
		line-height: 40px;
	}

	.xb-paper-ct-input label {
		font-size: 14px;
		color: #333333;
		line-height: 40px;
		height: 40px;
	}

	.xb-paper-ct-input label span {
		display: inline-block;
		width: 75px;
		font-size: 14px;
		color: #333333;
		letter-spacing: 0.35px;
	}

	.xb-paper-ct-input label input[type="text"] {
		width: 150px;
		background: #FFFFFF;
		border: 0;
		font-size: 14px;
		letter-spacing: 0;
	}

	.xb-paper-button {
		/* text-align:center;
	*/
		padding-top: 20px;
	}

	.xb-paper-submit {
		width: 220px;
		height: 42px;
		line-height: 42px;
		border-radius: 21px;
		font-size: 16px;
		color: #FFFFFF;
		text-align: center;
		margin: 0 auto;
		background: #BD9126;
		border: 0;
		box-shadow: 2px 0 8px 0 rgba(120, 91, 20, 0.21);
	}
}

.quick_role {
	overflow: hidden;
}

.quick_li {
	width: 210px;
	height: 190px;
	background: #F8F8F8;
	border-radius: 2px;
	margin: 50px 32px 20px;
	cursor: pointer;
	float: left;
}

.quick_li dl {
	text-align: center;
}

.fade-in-down {
	animation: fade-in-down 2s ease 1;
	-webkit-animation: fade-in-down 2s ease 1;
}

@keyframes fade-in-down {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.quick_li dl dd.home-icon-line {
	width: 16px;
	height: 2px;
	background: #143E7E;
	margin: 8px auto 0;
}

.quick_li:hover dl dd.home-icon-line {
	width: 64px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.nav_two {
	width: 100%;
	height: 230px;
	background-color: #032d4d;
	margin-top: 40px;
}

.nav_li {
	width: 25%;
	float: left;
	text-align: center;
	cursor: pointer;
}

.nav-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url("../images/nav-icon.png") no-repeat;
	vertical-align: middle;
	margin-top: 40px;
	margin-bottom: 20px;
}

.nav-i1 {
	background-position: 0 0;
}

.nav-i2 {
	background-position: 0 -80px;
}

.nav-i3 {
	background-position: 0 -160px;
}

.nav-i4 {
	background-position: 0 -240px;
}

.nav_you {
	position: absolute;
	right: 0;
}

.nav_zuo {
	position: absolute;
	left: 0;
}

.special-table {
	width: 880px;
	border: 1px solid #DCDCDC;
	border-bottom: none;
	height: 265px;
	margin-top: 15px;
}

.special-table ul li {
	width: 100%;
	height: 52px;
	border-bottom: 1px solid #DCDCDC;
}

.special-table-left {
	width: 85px;
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 52px;
	text-align: right;
	padding-right: 30px;
	background-color: #f8f8f8;
	font-weight: bold;
}

.percent50 {
	width: 50%;
	border-right: 1px solid #DCDCDC;
}

.special-table .hs-tong-input {
	line-height: 50px;
	border: 1px solid #fff;
	font-size: 15px;
	height: 50px;
}

.special-table label {
	margin-right: 20px;
}

.pay_list_c1 {
	display: inline-block;
	width: 25px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	text-align: center;
	background-image: url("../images/inputradio.png");
	background-repeat: no-repeat;
	background-position: -25px 0;
}

.radioclass {
	opacity: 0;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.on {
	background-position: 0 0;
}

.wantyy {
	width: 192px;
	height: 40px;
	border: 1px solid #F58220;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	font-size: 16px;
	color: #F58220;
	text-align: center;
	margin: 25px auto;
	line-height: 40px;
	cursor: pointer;
	display: block;
}

.wantyy:hover {
	background-color: #F58220;
	color: #fff;
	transition: all 0.5s;
}

.server-icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url("../images/server.png") no-repeat;
	vertical-align: middle;
	margin-top: 20px;
}

.server-i1 {
	background-position: 0 0;
}

.server-i2 {
	background-position: 0 -100px;
}

.server-i3 {
	background-position: 0 -200px;
}

.server-i4 {
	background-position: 0 -300px;
}

.server-i5 {
	background-position: 0 -400px;
}

.server-i6 {
	background-position: 0 -500px;
}

.nav_li:hover dd {
	color: #F58220;
	transition: all 0.5s;
}

.weight-normal {
	font-weight: normal;
}

.bounce2 {
	animation: bounce2 2s ease infinite;
	-webkit-animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
	}

	60% {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
	}
}

.line25 {
	line-height: 25px;
}

.w85 {
	width: 85px;
}

.footer-img {
	width: 60px;
	height: 60px;
}

.login-box {
	width: 290px;
	height: 326px;
	position: absolute;
	left: 60%;
	top: 50%;
	margin-top: -163px;
	margin-left: 145px;
	background: url('../images/home/login.png') center center no-repeat;
	background-size: 100%;
	z-index: 99;
}

.ewm-icon {
	width: 98px;
	height: 98px;
	float: right;
	margin-top: -30px;
	margin-right: 40px;
}

.login-zhuce {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-width: 1px;
	border-color: #EE5043;
	border-style: solid;
	border-radius: 20px;
	float: left;
	font-size: 16px;
	margin-left: 35px;
	margin-top: 20px;
	cursor: pointer;
}
.login-zhuce:hover{
	transition: all 0.2s;
	background: #FD533B;
	background-image: linear-gradient(116deg, #FD533B 0%, #FF005D 100%);
}
.login-zhuce a{
	display:inline-block;
	width: 100%;
	color: #EE5043;
}
.login-zhuce a:hover{
	color: #fff;
}

.login-denglu {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	border-width: 1px;
	border-color: #EE5043;
	border-style: solid;
	background: #FD533B;
	background-image: linear-gradient(116deg, #FD533B 0%, #FF005D 100%);
	float: right;
	font-size: 16px;
	color: #fff;
	margin-right: 35px;
	margin-top: 20px;
	cursor: pointer;
}

.login-denglu a{
	display:inline-block;
	width: 100%;
	color: #fff;
}

.login-denglu:hover{
	transition: all 0.2s;
	border-width: 1px;
	border-color: #EE5043;
	border-style: solid;
	background-image:none;
	color: #EE5043;
}

.login-denglu a:hover{
	color: #fff;
}

.w160 {
	width: 160px;
}

.w85 {
	width: 85px;
}

.w100 {
	width: 100px;
}

.w150 {
	width: 150px;
}

.ui_tab_cnt_box tbody tr {
	height: 68px;
	border-bottom: 1px solid #EAEAEA;
}

.btn-sg {
	width: 70px;
	height: 34px;
	line-height: 34px;
	border: 1px solid rgba(238, 80, 67, 0.50);
	font-size: 16px;
	color: #EE5043;
	text-align: center;
	float: left;
	border-radius: 18px;
	cursor: pointer;
}
.btn-sg:hover{
	transition: all 0.2s;
	background: #FD533B;
	background-image: linear-gradient(116deg, #FD533B 0%, #FF005D 100%);
	color: #FFFFFF;
}

.btn-dt {
	width: 70px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #BBBBBB;
	font-size: 16px;
	color: #666666;
	text-align: center;
	float: right;
	border-radius: 18px;
	cursor: pointer;
}
.btn-dt:hover{
	transition: all 0.2s;
	border: 1px solid #EE5043;
	color: #EE5043;
}
/*.m-btn-disabled {*/
	/*border: 0;*/
	/*background: #EFEFEF;*/
	/*color: #ccc;*/
/*}*/
.m-btn-disabled {
	border: 0;
	background: #EFEFEF;
	color: #ccc !important;
	border: 1px solid #ccc !important;
	cursor: no-drop;
	width: 70px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
	float: left;
	border-radius: 18px;
}
.m-width100 {
	width: 100%;
}

.m-width50 {
	width: 50%;
}

.m-inline-block {
	display: inline-block;
}

/* 基金经理 */
.m-fund-manager-head {
	margin-top: 0;
	padding-top: 57px;
}

.m-fund-manager .slideBox .m-fund-manager-img {
	position: absolute;
	left: 0;
    bottom: 15px;
	width: 230px;
	margin: 0;
	margin-right: 22px;
	margin-left: 0!important;
}

.m-fund-manager-banber-container {
	margin-top: 17px;
}

.m-fund-manager-banber-introduction {
	position: relative;
	width: 590px;
	height: 358px;
	margin-top: 69px;
	margin-left: 263px;
	margin-right: 20px;
	padding: 25px 28px;
	background: #fff;
	border: 1px solid #f2f2f2;
	/* background-image: linear-gradient(185deg, #FFF5E8 0%, #FFFFFF 14%); */
	box-shadow: 0 4px 22px 0 rgba(153, 153, 153, 0.28);
	border-radius: 4px;
	box-sizing: border-box;
}

.introduction-video {
	display: none;
	width: 534px;
	height: 202px;
	margin-top: 26px;
}

.m-fund-manager-banber-introduction .management-name {
	margin-right: 16px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	vertical-align: text-bottom;
}

.m-fund-manager-banber-introduction .management-desc {
	color: #333;
	font-size: 12px;
}

.m-fund-manager-banber-introduction .introduction-desc {
	margin-top: 11px;
	color: #333;
	font-size: 14px;
	position: relative;
	z-index: 1;
}
.m-fund-manager-banber-introduction .introduction-desc {
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*display: -webkit-box;*/
	/*-webkit-line-clamp: 2;*/
	/*-webkit-box-orient: vertical;*/
	/*letter-spacing: 1px;*/
}
.m-fund-manager-banber-introduction .introduction-desc .understand-more {
	color: #EE5043;
	cursor: pointer;
}

.m-fund-introduction {
	position: relative;
	width: 326px;
	height: 358px;
	margin-top: 69px;
	text-align: center;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	box-shadow: 0 4px 22px 0 rgba(153, 153, 153, 0.28);
	background: #fff;
	box-sizing: border-box;
}

.m-fund-introduction .fund-name {
	margin: 47px 0 29px 0;
	line-height: 24px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.m-fund-introduction .fund-income {
	margin-bottom: 9px;
	color: #EE5043;
	font-size: 40px;
}

.m-fund-introduction .fund-income-time {
	margin-bottom: 41px;
	color: #999;
	font-size: 14px;
}

.font-size-20 {
	font-size: 20px;
}

.fund-trophy-port {
	margin-bottom: 28px;
}

.m-fund-introduction .fund-trophy-port .trophy-img {
	position: relative;
	display: inline-block;
	left: 0;
	margin-left: 0;
	width: 32px;
	height: 32px;
	margin-right: 5px;
}

.trophy-text {
	color: #EB7B28;
	font-size: 16px;
	vertical-align: middle;
	font-weight: bold;
	display: inline-block;
}

.immediate-operat-btn {
	font-size: 0;
}

.immediate-buy {
	display: inline-block;
	width: 110px;
	height: 34px;
	margin-right: 16px;
	line-height: 34px;
	border-radius: 18px;
	background: #FD533B;
	border: 1px solid #EE5043;
	background-image: linear-gradient(116deg, #FD533B 0%, #FF005D 100%);
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.immediate-buy:hover{
	transition: all 0.2s;
	background-image: none;
	background-color: #FF7663;
	background-image: linear-gradient(116deg, #FF7663 0%, #FF1F71 100%);
	color: #fff;
}
.immediate-fixed-inverst {
	display: inline-block;
	width: 110px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #EE5043;
	color: #EE5043;
	border-radius: 18px;
	box-sizing: border-box;
	font-size: 16px;
	cursor: pointer;
}
.immediate-fixed-inverst:hover{
	transition: all 0.2s;
	background: #FF7663;
	background-image: linear-gradient(116deg, #FF7663 0%, #FF1F71 100%);
	color: #FFFFFF;
}
.has-favorites {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('./../images/home/has-favorites.png') no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}

.no-favorites {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url('./../images/home/no-favorites.png') no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}

.table-body-fund-name {
	display: inline-block;
	width: 152px;
	/* margin-left: 14px; */
	vertical-align: middle;
}

.table-head-fund-name {
	width: 215px;
	/* padding-left: 34px; */
	box-sizing: border-box;
}

.table-body-fund-name-port {
	/* padding-left: 20px; */
	font-size: 0;
}

#login-btn,
#sing-up-btn {
	cursor: pointer;
}


.border-bottom-1 {
	border-bottom: 1px solid #EBECF0;
}

.m-left-select-port {
	display: inline-block;
	width: 207px;
	height: 100%;
	margin-right: 31px;
	/* border: 1px solid #DEDEDE; */
	/* border-top: 0px; */
	box-sizing: border-box;
	vertical-align: top;
}

.select-item-content {
	position: relative;
	width: 207px;
	height: 48px;
	margin-left: -1px;
	line-height: 48px;
	box-sizing: border-box;
	border: 1px solid transparent;
	box-sizing: border-box;
	color: #666;
	font-size: 0;
	cursor: pointer;
}

.select-item-first {
	margin-top: 9px;
}

.active .select-item-line,
.select-item-content:hover .select-item-line{
	display: block;
}
.select-item-line {
	display: none;
	position: absolute;
	top: 0;
	left: -1px;
	width: 3px;
	height: 47px;
	background: #EE5043;
}
[data-type="fold"].select-item .select-item-content:hover .select-item-line{
	display: none;
}


.select-item-content:hover ,.active .select-item-content{
	width: 207px;
	border: 1px solid #FFDEDC;
	background: #FEF1F0;
	color: #EE5043;
}

[data-type="fold"].select-item .select-item-content:hover{
	background: transparent;
	border:1px solid transparent;
}

.select-item-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 32px;
	margin-right: 16px;
	vertical-align: middle;
}

.select-item-text {
	font-size: 16px;
	vertical-align: middle;
}
.select-item:hover .select-item-triangle,
.select-item.fixed .select-item-triangle {
	background: url(./../images/up.png) no-repeat;
	background-size: 100% 100%;
}
.select-item.fixed .select-item-text {
	color: #EE5043;
}
.select-item-triangle {
	float: right;
	width: 12px;
	height: 6px;
	margin-top: 22px;
	margin-right: 18px;
	vertical-align: middle;
	background: url(./../images/down.png) no-repeat;
	background-size: 100% 100%;
}


.unfold {
	display: none;
}
.open .unfold,.hover .unfold,.fixed .unfold{
	display: block;
}
.open .select-item-triangle,.hover .select-item-triangle ,.fixed .select-item-triangle{
	background: url(../images/arrow-new-up.png) no-repeat;
	background-size:50% 50%;
}
.unfold-item {
	position: relative;
	width: 207px;
	margin-left: -1px;
	padding-left: 80px;
	height: 48px;
	line-height: 48px;
	border: 1px solid transparent;
	box-sizing: border-box;
	color: #717171;
	font-size: 14px;
	cursor: pointer;
}
.unfold-item.active a {
	color: #EE5043;

}

.unfold-item:hover,.active.unfold-item  {
	width: 207px;
	border: 1px solid #FFDEDC;
	background: #FEF1F0;
	color: #EE5043;
}

.unfold-item-line {
	display: none;
	position: absolute;
	top: 0;
	left: -1px;
	width: 3px;
	height: 48px;
	background: #EE5043;
}

.unfold-item:hover .unfold-item-line,.active .unfold-item-line{
	display: block;
}



.select-item:hover>.select-item-content>.select-item-text,
.select-item.active>.select-item-content>.select-item-text,
.select-item.open .select-item-text,
.select-item.fixed .select-item-text
.fixed{
	color: #EE5043;
}

/* 图标 */
.faq-icon1 {
	background: url(../images/common-problem/common-problem-icon1.png) no-repeat;
}

.select-item:hover .faq-icon1,
.select-item.active .faq-icon1,
.select-item.open .faq-icon1,
.select-item.fixed .faq-icon1{
	background: url(../images/common-problem/common-problem-on-icon1.png) no-repeat;
}

.faq-icon2 {
	background: url(../images/common-problem/common-problem-icon2.png) no-repeat;
}

.select-item:hover .faq-icon2,
.select-item.active .faq-icon2 ,
.select-item.open .faq-icon2,
.select-item.fixed .faq-icon2{
	background: url(../images/common-problem/common-problem-on-icon2.png) no-repeat;
}

.faq-icon3 {
	background: url(../images/common-problem/common-problem-icon3.png) no-repeat;
}

.select-item:hover .faq-icon3,
.select-item.active .faq-icon3,
.select-item.open .faq-icon3,
.select-item.fixed .faq-icon3{
	background: url(../images/common-problem/common-problem-on-icon3.png) no-repeat;
}

.faq-icon4 {
	background: url(../images/common-problem/common-problem-icon4.png) no-repeat;
}

.select-item:hover .faq-icon4,
.select-item.active .faq-icon4,
.select-item.open .faq-icon4,
.select-item.fixed .faq-icon4{
	background: url(../images/common-problem/common-problem-on-icon4.png) no-repeat;
}

.faq-icon5 {
	background: url(../images/common-problem/common-problem-icon5.png) no-repeat;
}

.select-item:hover .faq-icon5,
.select-item.active .faq-icon5,
.select-item.open .faq-icon5,
.select-item.fixed .faq-icon5{
	background: url(../images/common-problem/common-problem-on-icon5.png) no-repeat;
}

.faq-icon6 {
	background: url(../images/common-problem/common-problem-icon6.png) no-repeat;
}

.select-item:hover .faq-icon6,
.select-item.active .faq-icon6,
.select-item.open .faq-icon6,
.select-item.fixed .faq-icon6{
	background: url(../images/common-problem/common-problem-on-icon6.png) no-repeat;
}

.faq-icon7 {
	background: url(../images/common-problem/common-problem-icon7.png) no-repeat;
}

.select-item:hover .faq-icon7,
.select-item.active .faq-icon7,
.select-item.open .faq-icon7,
.select-item.fixed .faq-icon7{
	background: url(../images/common-problem/common-problem-on-icon7.png) no-repeat;
}

.konwledge-icon1 {
	background: url(../images/fund-college/college-icon1.png) no-repeat;
}

.select-item:hover .konwledge-icon1,
.select-item.active .konwledge-icon1,
.select-item.open .konwledge-icon1,
.select-item.fixed .konwledge-icon1{
	background: url(../images/fund-college/college-on-icon1.png) no-repeat;
}

.konwledge-icon2{
	background: url(../images/fund-college/college-icon2.png) no-repeat;
}
.select-item:hover .konwledge-icon2,
.select-item.active .konwledge-icon2,
.select-item.open .konwledge-icon2,
.select-item.fixed .konwledge-icon2{
	background: url(../images/fund-college/college-on-icon2.png) no-repeat;
}

.konwledge-icon3{
	background: url(../images/fund-college/college-icon3.png) no-repeat;
}
.select-item:hover .konwledge-icon3,
.select-item.active .konwledge-icon3,
.select-item.open .konwledge-icon3,
.select-item.fixed .konwledge-icon3{
	background: url(../images/fund-college/college-on-icon3.png) no-repeat;
}

.konwledge-icon4{
	background: url(../images/fund-college/college-icon4.png) no-repeat;
}
.select-item:hover .konwledge-icon4,
.select-item.active .konwledge-icon4,
.select-item.open .konwledge-icon4,
.select-item.fixed .konwledge-icon4{
	background: url(../images/fund-college/college-on-icon4.png) no-repeat;
}

.konwledge-icon5{
	background: url(../images/fund-college/college-icon5.png) no-repeat;
}
.select-item:hover .konwledge-icon5,
.select-item.active .konwledge-icon5,
.select-item.open .konwledge-icon5,
.select-item.fixed .konwledge-icon5{
	background: url(../images/fund-college/college-on-icon5.png) no-repeat;
}

.konwledge-icon6{
	background: url(../images/fund-college/college-icon6.png) no-repeat;
}
.select-item:hover .konwledge-icon6,
.select-item.active .konwledge-icon6,
.select-item.open .konwledge-icon6,
.select-item.fixed .konwledge-icon6{
	background: url(../images/fund-college/college-on-icon6.png) no-repeat;
}

.konwledge-icon7{
	background: url(../images/fund-college/college-icon7.png) no-repeat;
}
.select-item:hover .konwledge-icon7,
.select-item.active .konwledge-icon7,
.select-item.open .konwledge-icon7,
.select-item.fixed .konwledge-icon7{
	background: url(../images/fund-college/college-on-icon7.png) no-repeat;
}

.service-icon1 {
	background: url(../images/service/lyzx-no.png) no-repeat;
}
.select-item:hover .service-icon1,
.select-item.active .service-icon1,
.select-item.open .service-icon1,
.select-item.fixed .service-icon1{
	background: url(../images/service/lyzx-yes.png) no-repeat;
}

.service-icon2 {
	background: url(../images/service/kfkw-no.png) no-repeat;
}
.select-item:hover .service-icon2,
.select-item.active .service-icon2,
.select-item.open .service-icon2,
.select-item.fixed .service-icon2{
	background: url(../images/service/kfkw-yes.png) no-repeat;
}


.service-icon3 {
	background: url(../images/service/yyrxlc-no.png) no-repeat;
}
.select-item:hover .service-icon3,
.select-item.active .service-icon3,
.select-item.open .service-icon3,
.select-item.fixed .service-icon3{
	background: url(../images/service/yyrxlc-yes.png) no-repeat;
}


.service-icon4 {
	background: url(../images/service/tslc-no.png) no-repeat;
}
.select-item:hover .service-icon4,
.select-item.active .service-icon4,
.select-item.open .service-icon4,
.select-item.fixed .service-icon4{
	background: url(../images/service/tslc-yes.png) no-repeat;
}
.service-icon5 {
	background: url(../images/service/djxz-no.png) no-repeat;
}
.select-item:hover .service-icon5,
.select-item.active .service-icon5,
.select-item.open .service-icon5,
.select-item.fixed .service-icon5{
	background: url(../images/service/djxz-yes.png) no-repeat;
}

.service-icon6 {
	background: url(../images/service/qyxz-no.png) no-repeat;
}
.select-item:hover .service-icon6,
.select-item.active .service-icon6,
.select-item.open .service-icon6,
.select-item.fixed .service-icon6{
	background: url(../images/service/qyxz-yes.png) no-repeat;
}

.service-icon7{
	background: url(../images/service/gtywzn-no.png) no-repeat;
}
.select-item:hover .service-icon7,
.select-item.active .service-icon7,
.select-item.open .service-icon7,
.select-item.fixed .service-icon7{
	background: url(../images/service/gtywzn-yes.png) no-repeat;
}

.safe-icon1 {
	background: url(../images/service/safe-hint-no.png) no-repeat;
	background-size: 100% 100%;
}
.select-item:hover .safe-icon1,
.select-item.active .safe-icon1,
.select-item.open .safe-icon1,
.select-item.fixed .safe-icon1{
	background: url(../images/service/safe-hint-yes.png) no-repeat;
	background-size: 100% 100%;
}
.safe-icon2 {
	background: url(../images/service/safe-no.png) no-repeat;
}
.select-item:hover .safe-icon2,
.select-item.active .safe-icon2,
.select-item.open .safe-icon2,
.select-item.fixed .safe-icon2{
	background: url(../images/service/safe-yes.png) no-repeat;
}
.safe-icon3 {
	background: url(../images/service/safe-set-no.png) no-repeat;
}
.select-item:hover .safe-icon3,
.select-item.active .safe-icon3,
.select-item.open .safe-icon3,
.select-item.fixed .safe-icon3{
	background: url(../images/service/safe-set-yes.png) no-repeat;
}
/* 图标 */


.m-select-style .chosen-container-single .chosen-drop {
	margin-top: 8px;
	background-clip: padding-box;
	border: 0;
	box-shadow: 0 2px 16px 0 rgba(0,0,0,0.08);
	border-radius: 3px;
}
.m-select-style .chosen-container-single .chosen-search, .m-select-style .chosen-container .chosen-results {
	border: 0;
	height: 115px;
}
.m-select-style .chosen-container .chosen-results li.highlighted {
	background: #F6F8FA;
	color: #EE5043;
}
.m-select-style .chosen-container-single .chosen-single {
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
}
.m-select-style .chosen-container-single .chosen-single div {
	top: 15px;
}
.down-icon{
	width: 7px;
	height: 4px;
	background: url(../images/arrow-down-ico.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	float: right;
	margin-top: 16px;
	margin-left: 2px;
}
.m-show-scan-code {
	position: relative;
}
.ewm-show{
	width: 360px;
	height: 150px;
	background: #FFFFFF;
	box-shadow: 0 2px 16px 0 rgba(0,0,0,0.08);
	border-radius: 4px;
	position: absolute;
	right: 0;
	top: 30px;
	z-index:10;
	display:none;
	/* opacity:0; */
}
.ewm-box{
	width: 33.3%;
	height: 100%;
	text-align: center;
	float: left;
}
.ewm-box p{
	font-size: 12px;
	color: #333333;
}
.ewm-box .ewm-box-icon{
	width: 98px;
	height: 98px;
	margin-top: 10px;
}
.tab-main{
	display: none;
}
.tab-main.on{
	display: block;
}
.sales-tips{
	width: 90px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #FF8D6D;
	background-image: linear-gradient(90deg, #FF8D6D 0%, #EE5043 100%);
	border-radius: 14px 14px 14px 0;
	position: absolute;
	font-size: 12px;
	color: #fff;
	top: 0;
	left: 150px;
}

.m-video-port {
	position: relative;
	width: 534px;
	height: 202px;
	margin-top: 16px;
}

.m-play-video-icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 60px;
	margin: auto;
	background: url(./../images/home/video-play.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.m-fund-manager-banber-introduction .m-video-port .m-video-bg-icon {
	position: static;
	width: 534px;
	height: 202px;
	left: 0;
	margin-left: 0!important;
}
.m-top-tiaowen {
	position: absolute;
	top: 0;
	right: 0;
	width: 312px;
	height: 172px;
	background: url(./../images/home/top-tiaowen.png) no-repeat;
	background-size: 100% 100%;
}
.theirs.m-zindex-1 {
	z-index: 1;
	position: relative;
}


.star-icon{
	display: inline-block;
	cursor: pointer;
	width: 21px;
	height: 20px;
	background: url(../../images/search/star-uncheck-icon.png) no-repeat;
	vertical-align: middle;
}
tr.checked .star-icon{
	background: url(../../images/search/star-checked-icon.png) no-repeat;
}
.search-box-two .search-img {
	background: url('../../images/home/search-icon1.png') center center no-repeat;
	border-left: 0;
}
.search-box-two .search-img-active {
	background: url('../../images/home/search-icon.png') center center no-repeat;
}
.search-box-two-active {
	border: 1px solid #EE5043;
}
tr:hover {
	/* background: #F9F9F9; */
}
.m-youqing-link-port {
	position: absolute;
	top: 8px;
	right: 100px;
}
.m-youqing-link-port #m-link-to {
	width: 200px;
	height: 36px;
}
.m-youqing-link-port .chosen-container-single .chosen-single {
	height: 36px;
	padding-left: 11px;
	line-height: 36px;
	background: rgba(255,255,255,.1);
	border: 0;
	border-radius: 18px !important;
	color: #fff;
}
.m-youqing-link-port .chosen-container {
	background: rgba(255,255,255,.1);
	border-radius: 18px;
	border: 0;
	font-size: 12px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)
}
.m-youqing-link-port .chosen-container-single .chosen-single div {
	top: 15px;
}
.m-youqing-link-port .chosen-container-active.chosen-with-drop .chosen-single {
	border: 0;
	box-shadow: none;
}
.m-youqing-link-port .chosen-container-single .chosen-search, .m-youqing-link-port .chosen-container .chosen-results {
	/* height: 36px; */
	line-height: 36px;
	margin-top: 0;
	border: 0;
	/* border-radius: 18px !important; */
	background: rgba(255,255,255,.1);
}
.m-youqing-link-port .chosen-container .chosen-results {
	background: rgba(255,255,255,.1);
}
.m-youqing-link-port .chosen-container .chosen-results li.active-result {
	height: 36px;
	line-height: 36px;
	background: rgba(255,255,255,.1);
	color: #fff;
	font-size: 12px;
}
.m-youqing-link-port .chosen-container .chosen-drop {
	height: 36px;
	line-height: 36px;
	margin-top: 2px;
	/* border-radius: 18px !important; */
	background: rgba(255,255,255,.1);
}
.m-customer-service-top-title-port {
	position: relative;
}
.m-customer-service-list {
	display: none;
	position: absolute;
	top: 30px;
	left: 2px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 16px 0 rgba(0,0,0,0.08);
}
.m-customer-service-item {
	width: 88px;
	padding: 8px 20px;
	line-height: 12px;
	box-sizing: border-box;
	color: #333;
	font-size: 12px;
	cursor: pointer;
}
.m-customer-service-item:hover,
.m-customer-service-item.active {
	color: #EE5043;
	background-color: #F6F8FA;
}
.font-size-0 {
	font-size: 0;
}
.font-size-12 {
	font-size: 12px;
}

.m-hot-icon {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-top: 20px;
	margin-right: 4px;
	background: url(./../images/home/hot-icon.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: sub;
}

.nsearchlist{
	width: 228px;
	position: absolute;
	top: 40px;
	z-index: 99999;
	display: none;
	background: #FFFFFF;
	box-shadow: 0 2px 16px 0 rgba(0,0,0,0.08);
	border-radius: 4px;
	max-height: 200px;
	overflow-x: auto;
}
.nsearchlist>li{
	height: 40px;
	line-height: 40px;
	float: none;
	margin: 0px;
}
.nsearchlist>li>a{
	height: 40px;
	line-height: 40px;
	color: #666666;
	transition: all .2s;
	font-size: 14px;
	margin-left: 16px;
	display: inline-block;
	width: 200px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: 1px;
}
.nsearchlist>li>a>span{
	font-size: 12px;
	color: #999999;
	margin-right: 16px;
}
.nsearchlist>li:hover,
.nsearchlist>li.active {
	background-color: #F6F8FA;
}
.nsearchlist>li>a:hover,
.nsearchlist>li>a.active {
	color: #EE5043;
}


.m-fund-manager-banner-introduction-text{
	letter-spacing: 1px;
	display: inline-block;
	text-align: justify;
	text-justify: inter-ideograph;
	word-wrap: break-word;
}


/* 2020-12-8 */
.echart-title{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	top: 20px;
}
.echart-title span{
	font-size: 14px;
	font-weight: normal;
}

.slideBoxTwo {
	position: relative;
}

.slideBoxTwo .hd {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -25px;
	width:100%!important;
	z-index: 1;
	text-align: center;
}

.slideBoxTwo .hd ul {
	/* overflow: hidden; */
	zoom: 1;
	display: inline-block;
}

.slideBoxTwo .hd ul li {
	float: left;
	margin: 0 4px;
	width: 20px;
	height: 4px;
	border-radius: 2px;
	background: rgb(231,18,22);
	background: rgba(231,18,22,0.20);
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.slideBoxTwo .hd ul li.on {
	background: #E71216;
	width: 20px;
	height: 4px;
	border-radius: 2px;
	margin-top: 0;
}

.info-noData{
	background: url('../images/nodata.png') no-repeat center center;
	height: 120px;
	margin-top: 180px;
	margin-bottom: 200px;
	text-align: center;
}
.info-noData p {
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	padding-top: 126px;
}
.yellow {
    color: red;
    font-size: 14px;
    margin: 0 0 0 10px;
}


.fund-cn{
	/*opacity: 0.5;*/
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.08);
	border-radius: 4px;
	height: 48px;
	line-height: 48px;
	width: 477px;
	font-size: 16px;
	color: #333333;
}

/* 2021-5-31 新版企业文化 */
.culture-box{
	width: 530px;
	height: 530px;
	margin: auto;
	background: url('../images/about/culture-img.png') no-repeat;
	position: relative;
}
.culture-one{
	position: absolute;
	top: -110px;
	left: 115px;
}
.culture-two{
	position: absolute;
	top: 120px;
	right: -300px;
}
.culture-three{
	position: absolute;
	top: 390px;
	right: -300px;
}
.culture-four{
	position: absolute;
	left: 115px;
	bottom: -110px;
}
.culture-five{
	position: absolute;
	top: 390px;
	left: -300px;
}
.culture-six{
	position: absolute;
	top: 120px;
	left: -300px;
}

.culture-infor{
	width: 300px;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}

.culture-title{
	width: auto;
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
}
.culture-icon{
   width: 11px;
   height: 11px;
   background: url('../images/about/culture-icon.png') no-repeat;
   position: absolute;
}
.culture-i-down{
  background-position: 0 -11px;
  left: 145px;
  bottom: -20px;
}
.culture-i-up{
	background-position: 0 0;
	left: 145px;
	top: -20px;
}
.culture-i-left{
	background-position: 0 -33px;
	left: -20px;
	top: 5px;
}
.culture-i-right{
	background-position: 0 -22px;
	right: -20px;
	top: 5px;
}



/* ylj页面 */
.business-title{
	margin: 105px auto 50px;
}
.business-title .m-title-port{
	margin: auto;
	width: 420px;
	text-align: center;
}
.business-title .m-title{
	font-size: 42px;
}
.business-title .m-title-desc{
	font-size: 52px;
}
.business-subtitle{
	width: 1200px;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin: 0 auto 40px;
}
.business-box{
	width: 1100px;
	margin: auto;
	background: #FAF3E5;
	padding: 50px;
}
.business-box-title{
	text-align: center;
	margin-bottom: 36px;
}
.business-box-title img{

}
.business-box-title span{
	font-size: 28px;
	color: #333333;
	font-weight: 400;
	margin: 0 20px;
	vertical-align: middle;
}
.business-box-ul li{
	width: 350px;
	height: 210px;
	background-color: #fff;
	float: left;
	margin-right: 25px;
}
.business-box-bottom-half{
	width: 540px;
	height: 130px;
	background-color: #fff;
}
.business-box-h1{
	font-size: 24px;
	color: #E71216;
	text-align: center;
	font-weight: 700;
	margin-top: 24px;
}
.business-box-h2{
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-top: 16px;
}
.business-box-bottom{
	margin-top: 85px;
}
.business-box-bottom-half ul{
	padding: 16px;
}
.business-box-bottom-half ul li{
	margin-bottom: 15px;
}
.business-box-bottom-half ul li img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
	float: left;
	margin-top: 2px;
}
.business-box-bottom-half ul li p{
	float: left;
	width: 470px;
	font-size: 14px;
	color: #333333;
}

.slide-business{
	width: 1200px;
	height:  360px;
	background-color: #fff;
	margin:30px auto;
	position: relative;
}
.slide-business .hd{
	width: 245px;
	height: 329px;
	background: url('../images/business/bj.png') center center no-repeat;
	float: left;
	padding-top: 30px;
}
.slide-business .hd ul li{
	font-size: 16px;
	color: #FFFFFF;
	margin: 30px 0 0 50px;
	cursor: pointer;
	position: relative;
}
.slide-business .hd ul li.on{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.slide-business .hd ul li.on span{
	position: absolute;
	display: block;
	width: 11px;
	height: 20px;
	background: url('../images/business/star.png') center center no-repeat;
	right: -11px;
	top: 6px;
}
.slide-business .bd img{
	width: 420px;
	float: left;
}
.slide-business .bd ul{
	float: left;
	width: 530px;
	margin-top: 25px;
}
.slide-business .bd ul li{
	font-size: 14px;
	color: #333333;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #F7F7F7;
}
.grey-round{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	margin-right: 10px;
}