/*文本溢出变...*/
@-webkit-keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*慧研智投资讯首页*/
.page-information-boxes {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	height: 80px;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-information-box {
	position: relative;
	box-shadow: 0 0 24px rgba(68, 162, 242, 0.2);
	background: #fff;
}

.page-information-box-title {
	height: 80px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 79px;
	font-size: 24px;
	color: #333;
}

.page-information {
	margin: 0 auto 20px;
	width: 1200px;
}

/* 标签切换 */
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 50px;
	width: auto;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
	height: 50px;
	line-height: 50px;
	color: #000;
	font-weight: 600;
	overflow: hidden;
	position: relative;
}

.tab_last {
	/* border-right: 1px solid #333; */
}

ul.tabs li:hover {
	color: #a62226;
}

ul.tabs li.active {
	color: #a62226;
	border-bottom: 2px solid #a62226;
	display: block;
}

.tab_container {
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {
	width: 100%;
	display: none;
}

.tab_drawer_heading {
	display: none;
}

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}

	.tab_drawer_heading {
		background-color: #fff;
		color: #a62226;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.d_active {
		/* background-color: #666; */
		color: #000;
	}
}

.hot-info {
	font-size: 20px;
	font-weight: 600;
	padding-left: 20px;
	position: relative;
}

.bottom-text {
	position: absolute;
	top: 12px;
	left: 40px;
	opacity: .05;
	font-size: 22px;
	letter-spacing: 4px;
	white-space: nowrap;
}

.hot-point {
	display: flex;
	justify-content: space-between;
}

.lis {
	width: 360px;
	height: 405px;
	background-color: #f8f8f8;
}

.hot-point-box {
	display: block;
	padding: 15px;
}

.hot-point-box>p {
	line-height: 27px;
}

.hot-point-img {
	width: 100%;
	height: auto;
}

.hot-point-title {
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hot-point-title:hover {
	color: #a62226;
}

.hot-point-date {
	font-size: 14px;
	color: #989898;
	display: flex;
	align-items: center;
}

.hot-point-date>img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.hot-point-explain {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 超出部分省略号 */
	word-break: break-all;
	/* 设置省略字母数字 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 显示的行数 */
}

.top-news {
	background-color: #f8f8f8;
	width: 100%;
	height: 520px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.top-news p {
	line-height: 32px;
}

.top-news-left {
	padding-right: 50px;
}

.top-news-left p {
	line-height: 32px;
}

.top-news-right-box {
	display: flex;
	align-items: center;
}

.top-news-right-box .hot-point-box {
	width: 360px;
}

.top-news-right img {
	width: 180px;
	height: 100px;
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.team-leader {
	width: 100%;
	height: 360px;
    display: flex;
    padding: 20px 0;
}

.team-leader img {
	width: auto;
	height: 180px;
}

.team-left {
	width: 720px;
	height: 100%;
	overflow: hidden;
}
#tab1 .team-left {
	background: url("/assets/home_new/images/product/team-duanxian.png") no-repeat;
	background-size: contain;
}
#tab1 .content-jingling .team-left {
	background: url("/assets/home_new/images/product/team-jingling.png") no-repeat !important;
	background-size: contain !important;
}
#tab2 .team-left {
	background: url("/assets/home_new/images/product/team-caopan.png") no-repeat;
	background-size: contain;
}
#tab2 .content-lieshou .team-left {
	background: url("/assets/home_new/images/product/team-lieshou.png") no-repeat !important;
	background-size: contain !important;
}
#tab3 .team-left {
	background: url("/assets/home_new/images/product/team-siren.png") no-repeat;
	background-size: contain;
}
#tab4 .team-left {
	background: url("/assets/home_new/images/product/team-zhishi.png") no-repeat;
	background-size: contain;
}
#tab4 .content-juejin .team-left {
	background: url("/assets/home_new/images/product/team-juejin.png") no-repeat !important;
	background-size: contain !important;
}
#tab5 .team-left {
	background: url("/assets/home_new/images/product/team-jiazhi.png") no-repeat;
	background-size: contain;
}
#tab6 .team-left {
	background: url("/assets/home_new/images/product/team-zhishi.png") no-repeat;
	background-size: contain;
}
.team-right {
	width: 360px;
	height: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: space-evenly; */
    padding-left: 50px;
	overflow-y: scroll;
}
.team-right::-webkit-scrollbar {
    width: 4px;
}
.team-right::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
}
.team-right::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.team-right span:nth-child(1) {
    font-weight: 600;
    margin-right: 10px;
}
.swiper-loop {
	width: 98%;
	margin: 0 auto;
    margin-top: 24%;
    height: 180px;
    overflow: hidden;
}

.content {
	width: 100%;
}

.content1 {
	background: url("/assets/home_new/images/product/team-bg.png") no-repeat;
	background-size: cover;
}
.content2 {
	background-color: #f7f7f7;
	margin-top: 30px;
}
h3 {
	margin: 20px 0 10px 0;
}

.tab-btn {
	height: 100px !important;
	display: flex;
	flex-direction: column;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.wrapper>h3 {
	text-align: center;
}

.wrapper1,
.wrapper2,
.wrapper3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #2f2f2f;
}

.wrapper1>div {
	width: 880px;
}

.product-text,
.product-text2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: left;
}

.product-text2 {
	margin-bottom: 5px;
}

.product-text>div {
	width: 535px;
	height: 300px;
	line-height: 30px;
	padding: 20px 20px 0 40px;
    color: #fff;
}
.product-text>div>h4 {
	line-height: 50px;
	font-size: 20px;
}
.product-text>div:nth-child(1) {
    background: url("/assets/home_new/images/product/product-text-bg1.png") no-repeat;
	background-size: cover;
}
.product-text>div:nth-child(2) {
    background: url("/assets/home_new/images/product/product-text-bg2.png") no-repeat;
	background-size: cover;
}
.product-text2>div {
	width: 280px;
	height: 180px;
    box-shadow: 0px 0px 5px 5px rgb(0, 0, 0,.2);
}
.dxjn-text,.cyyx-text,.srzx-box3 {
    display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: left;
    margin-top: 30px;
}
.dxjn-text>div,.cyyx-text>div {
	width: 280px;
	height: 220px;
    box-shadow: 0px 0px 5px 5px #eee;
}
.dxjn-text h4,.srzx-box3 h4 {
    display: block;
    width: 66%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #a62226;
}
.cyyx-text h4 {
	display: block;
    width: 60%;
	margin: 0 auto;
    height: 60px;
    line-height: 60px;
	font-size: 18px;
	margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid #eee;
    
}
.dxjn-text p,.cyyx-text p,.srzx-box3 p {
    padding: 10px 30px;
    line-height: 30px;
}
.cyyx-box3 {
	text-align: center;
}
.cyyx-box3>div {
	box-shadow: 0px 0px 5px 5px rgb(0, 0, 0,.1);
	width: 360px;
}
.cyyx-box3>div img {
	height: 200px;
}
/* .wrapper2-box .product-text2:nth-child(2n-1)>div:nth-child(1) {
	background: url(/assets/home_new/images/product/pro_card_bg2.png) no-repeat center;
}

.wrapper2-box .product-text2:nth-child(2n-1)>div:nth-child(2) {
	background: url(/assets/home_new/images/product/pro_card_bg3.png) no-repeat center;
}

.wrapper2-box .product-text2:nth-child(2n)>div:nth-child(1) {
	background: url(/assets/home_new/images/product/pro_card_bg3.png) no-repeat center;
}

.wrapper2-box .product-text2:nth-child(2n)>div:nth-child(2) {
	background: url(/assets/home_new/images/product/pro_card_bg2.png) no-repeat center;
} */


.product-text2>div p {
	margin-right: 120px;
}

.srzx-box3>div{
	width: 390px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 5px #eee;
	height: 330px;
}
.srzx-box3>div p {
	padding: 50px 40px 0 40px;
}
.jzyx-box2 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.jzyx-box2>div {
	width: 390px;
	box-shadow: 0px 0px 5px 5px #eee;
	background-color: #fff;
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.jzyx-box2>div p:nth-child(1) {
	font-size: 20px;
	font-weight: 600;
	margin-top: 40px;
}
.jzyx-box2>div p:nth-child(2) {
	display: block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	background-color: #ca3b40;
	color: #fff;
	text-align: center;
	margin: 10px 0 10px 0;
}
.jzyx-box3 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.jzyx-box3>div {
	padding: 20px 40px;
	box-shadow: 0px 0px 5px 5px #eee;
}
.jzyx-box3 h3 {
	text-align: center;
	margin: 0 0 10px 0;
}
.jzyx-box3 p {
	line-height: 25px;
	color: #868686;
}
.jzyx-box3>div>div {
	width: 510px;
	height: 400px;
	position: relative;
}
.jzyx-box3>div img {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.jzyx-box4 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.jzyx-box4>div{
	width: 310px;
	height: 300px;
	padding: 30px 40px;
	box-shadow: 0px 0px 5px 5px #eee;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.jzyx-box4>div h3 {
	width: 60%;
	color: #d6361a;
	text-align: center;
	font-size: 18px;
}
.jzyx-box4>div span {
	display: block;
	width: 50%;
	border-bottom: 1px solid #eee;
	margin: 10px 0 30px 0;
}
.jzyx-box4>div p {
	color: #868686;
	line-height: 25px;
}
.wrapper2 {
	margin-top: 10px;
}

.wrapper2>p {
	line-height: 25px;
	text-align: center;
	color: #868686;
}
.content3 {
	background-color: #f3f3f3;
	margin-top: 20px;
}
.wrapper2-box {
	padding: 30px 0;
}
.wrapper3-box  {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 20px;
}

.wrapper3-box img {
	width: 80%;
	height: auto;
}

.wrapper4-box img {
	width: 60px;
	height: 60px;
	margin: 23px 0;
}

.wrapper4-box>div>p:nth-of-type(1) {
	font-weight: 600;
	margin-bottom: 10px;
}

.wrapper3-box p {
	margin: 0 25px;
	line-height: 28px;
}

.wrapper3-box>div {
	width: 23%;
	height: 270px;
	/* box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); */
	display: flex;
	flex-direction: column;
	align-items: center;
}
.dxjn-box3>div {
	background-color: #fafafa;
}
.cpxf-box3>div {
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.content2 .wrapper3-box>div {
	width: 23%;
	height: 270px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wrapper3-box2 {
	background: #fff;
}

.wrapper3-box2>div {
	width: 24%;
	height: 150px;
	background: #fff;
}

.wrapper3-box3>div {
	width: 31%;
	height: 400px;
	justify-content: space-between;
}

.wrapper3-box2>div>span {
	color: #fff;
	background: #a62226;
	padding: 2px 10px;
}

.wrapper3-box3>div span {
	color: #fff;
	background: #b60014;
	padding: 2px 10px;
}

.wrapper3-box3>div p {
	margin-top: 10px;
}

.wrapper3-box2>div>p {
	font-size: 15px;
	line-height: 30px;
}


.swiper-loop .swiper-slide {}

.dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #0173c6 !important;
	padding: 0 !important;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 3px;
}

.pageheight {
	height: 1710px;
}
.ltyx_content {
	width: 100%;
}
.ltyx_content img {
	width: 100%;
	display: block;
}
