* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.w {
	width: 1200px;
}

.l {
	float: left;
}

.r {
	float: right;
}

.headerNavType {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	position: relative;
	width: 100px;
}

.headerNavType div {
	padding-right: 18px;
	background-image: url("../img/more.png");
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 14px;
}

.headerNavType div:hover {
	cursor: pointer;
}

.headerNavType dl {
	position: absolute;
	left: 0;
	top: 55px;
	background-color: #156ba3;
	width: 100px;
	padding: 10px 0;
	display: none;
}

.headerNavType dl dd {
	padding: 5px 0;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.headerNavType dl dd:hover {
	cursor: pointer;
	color: #00bcd4;
}

.footerLinks {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.footerLinks ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.footerLinks ul a {
	padding: 10px 30px 10px 0;
	color: #616161;
	position: relative;
}

.footerLinks ul a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 1px;
	height: 14px;
	margin-top: -7px;
	border-right: 1px solid #bababa;
	font-size: 12px;
}

.footerLinks h3 {
	font-size: 16px;
	border-bottom: 1px solid #bbb;
	padding-bottom: 12px;
	position: relative;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.footerLinks h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 70px;
	height: 3px;
	background-color: #156ba3;
}

.footerInfo {
	border-top: 4px solid #023e62;
	display: flex;
	justify-content: center;
	flex-flow: column;
}

.footerInfo p:nth-child(1) {
	margin: 40px 0;
	color: #999;
	font-size: 14px;
}

.footerInfo p:nth-child(1) a {
	color: #999;

}

.footerInfo p {
	display: flex;
	justify-content: center;
}

.indexBanner:n,
.indexBannerBox {
	width: 100%;
	height: 400PX;
}

.indexBannerBox .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.indexBannerBox .swiper-slide div {
	width: 100%;
	height: 100%;
	position: relative;
}

.indexBannerBox .swiper-slide div p {
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 50px;

	padding-bottom: 10px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
}

.indexBannerBox .swiper-slide div img {
	display: block;
}

.contentBox {
	background-color: #ecf3f5;
	overflow: hidden;
}

.indexHot {
	margin: 15px auto;
	display: flex;
	justify-content: space-between;

}

.indexHot div {
	background: #fff;
	width: 49.2%;

}

.indexHot div img {
	width: 100%;
}

.indexHot div:nth-child(1) a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.indexHot div:nth-child(1) h3 {
	font-size: 24px;
	color: #023e62;
}

.indexHot div:nth-child(1) span {
	font-size: 14px;
	color: #999;
	letter-spacing: 0px;
	margin-top: 10px;
}

.indexTop {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 390px;
	margin-bottom: 15px;
}

.indexTop-a {
	width: 640px;
}

.indexTop-b {
	margin: 0 15px;
	width: 310px;
	background-color: #fff;
	padding: 10px;
}

.indexTop-c {
	width: 261px;
	background-color: #fff;
}

.indexTop-c .indexTopZazhi {
	margin: 10px;
	width: calc(100% - 20px);
	height: 100%;
}

.indexTop-b ul {
	display: flex;
	flex-flow: column;
}

.indexTop-b ul a {
	display: flex;
	color: #000;
	margin-top: 10px;
}

.indexTop-b ul a img {
	width: 95px;
	height: 65px;
	display: block;
	float: left;
	vertical-align: middle;
	object-fit: cover;

}

.indexTop-b ul a:nth-child(1) {
	margin-top: 0px;
}

.indexTop-b ul a dl {
	margin-left: 10px;
}

.indexTop-b ul a dl dd:nth-child(1) {
	font-size: 14px;
	height: 50px;
	line-height: 22px;
}

.indexTop-b ul a dl dd:nth-child(2) {
	display: flex;
	justify-content: space-between;
	color: #999;
}

.capitalLibrary {
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

.capitalLibrary-title {
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	position: relative;
	letter-spacing: 10px;
	padding-bottom: 15px;
}

.capitalLibrary-title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 150px;
	height: 3px;
	background-color: #156ba3;
	margin-left: -78px;
}

.capitalLibrary-type {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30PX;
}

.capitalLibrary-type ul a {
	color: #000;
	font-size: 14px;
	padding-right: 30px;
	position: relative;

}

.capitalLibrary-type ul a::after {
	position: absolute;
	content: "";
	right: 15PX;
	top: 50%;
	margin-top: -6PX;
	width: 1px;
	height: 12PX;
	background-color: #bababa;
}

.capitalLibrary-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 15px 15px 0px 0;
}

.capitalLibrary-list a {
	width: 23.5%;
	margin-left: 15px;
	margin-bottom: 15px;
}

.capitalLibrary-list a img {
	width: 100%;
	display: block;
}

.capitalLibrary-list a span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	height: 40px;
	background-color: #e3e3e3;
}

.indexNews-left-news {
	width: 100%;
	display: flex;
}

.indexNews {
	margin: 15px auto;
	overflow: hidden;
	padding-bottom: 15px;
}

.indexNews-left {
	width: 568px;
	float: left;
}

.indexNews-left div img {
	width: 95px;
	height: 65px;
	display: block;
	float: left;
	vertical-align: middle;
	object-fit: cover;
}

.indexNews-left-news {
	display: flex;
	justify-content: space-between;
	/* margin: 15px; */
}

.indexNews-left-news div {
	margin-left: 15px;
	width: 47%;
	display: flex;
	flex-flow: column;
}

.indexNews-left-news div div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-left: 0;

}

.indexNews-left-news div div a {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.indexNews-left-news div div span {
	margin-left: 10px;
	display: flex;
	width: calc(100% - 106px);
	font-size: 12px;
	line-height: 22px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.indexNews-left-news div ul {
	display: flex;
	flex-flow: column;

}

.indexNews-left-news div ul a {
	margin-top: 12px;
	font-size: 12px;
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.indexNews-right {
	margin-left: 15px;
	width: 310px;
	float: left;
}

.indexNews-title {
	margin-left: 15px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-bottom: 10px;
	width: calc(100% - 15px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.indexNews-title a {
	float: right;
	font-size: 12px;
	color: #999;
}

.indexNews-rights {
	float: right;
	width: 244px;
	/* margin-right: 15px; */
	overflow: hidden;
}

.indexNews-rights img {
	width: 100%;
	/* margin-top: 15px; */
}

.indexNewsExperts {
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

.indexNewsExperts DIV {
	width: calc(100% - 15px);
	background-color: #fff;
	display: flex;
	flex-flow: column;
	padding: 15px;
}

.indexNewsExperts div:nth-child(2) {
	margin: 0 15px;
}

.indexNewsExperts div img {
	width: 100%;
}

.twentyTwomember {

	overflow: hidden;
}

.twentyTwomember-l {
	width: 100px;
	float: left;
}

.twentyTwomember-l ul {
	display: flex;
	flex-flow: column;
	display: none;
}

.twentyTwomember-l div {
	font-size: 14px;
	margin-bottom: 1px;
	background-color: #eee;
	text-align: center;
	padding: 10px 0;
}

.twentyTwomember-l div:hover,
.twentyTml-on-a {
	cursor: pointer;
	background-color: #1464a5 !important;
	color: #fff;

}
.twentyTwomember-l ul {
	background-color: #eee;
}
.twentyTwomember-l ul a {
	color: #333;
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}

.twentyTwomember-l ul a:hover {
	color: #023e62;
}

.twentyTwomember-r {
	float: right;
	width: 100%;
	
	overflow: hidden;

}

.twentyTwomember-r-l {
	width: 100%;
	overflow: hidden;
}

.twentyTwomember-r-l li {
	width: 220px;
	height: 420px;
	background-color: #fff;
	float: left;
	margin-right: 15px;
}
.twentyTwomember-r-l li div {
	display: flex;
	flex-flow: column;
}

.tTm-tab {
	font-size: 12px;
	color: #666;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.twentyTwomember-r-l li div span:nth-child(1) i {
	font-size: 16px;
	margin: 10px 0;
	display: block;
}

.positonttL {
	position: fixed;
	top: 30px;
}

.tTm-tab span {
	margin: 0 5px;
}

.tTm-tab a {
	color: #666;
}

.memberttHeader {
	width: 100%;
	height: 200px;
	background-color: #eee;
}

.memberttHeader div {
	width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	height: 100%;
	justify-content: center;
}

.memberttHeader div h1 {
	font-size: 28px;
	margin-bottom: 5px;
	font-weight: 400;
	color: #101010;
}

.memberttHeader div span {
	font-size: 13px;
	color: #4d4d4d;
	margin-bottom: 30px;
}

.memberttHeader div ul {
	display: flex;
}

.memberttHeader div ul li {
	font-size: 12px;
	color: #636363;
	list-style-type: none;
	margin-right: 10px;
}

.memberttHeader div ul li:hover,
.memberttHeader-on {
	color: #023e62 !important;
	cursor: pointer;
}

.membertt-user {
	display: flex;
	justify-content: space-between;
}

.membertt-user dl dd:nth-child(1) {
	border: 10px solid #eee;
}

.membertt-user dl dd:nth-child(1) img {
	/* width: 280px; */
	display: block;
}

.membertt-user dl dd:nth-child(2) {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	color: #999;
}



.membertt-user ul li {
	list-style-type: none;
}

.membertt-user ul li:nth-child(1) {
	font-size: 25px;
	letter-spacing: 5px;
	margin-top: 13px;
}

.membertt-user ul li:nth-child(2) {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
	color: #808080;

}

.membertt-user ul li:nth-child(3) {
	font-size: 18px;
	margin-top: 10px;
}

.membertt-user ul li:nth-child(4) {
	margin-bottom: 20px;
	font-size: 16px;
	margin-top: 15px;
	color: #101010;
}

.membertt-user ul li:nth-child(5) {
	font-size: 14px;
	margin-top: 30px;
	line-height: 30px;
	color: #4d4d4d;
	text-indent: 2em;
}

.membertt-perception {

	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.membertt-perception dl dd:nth-child(1) {
	width: 103px;
	height: 32px;
	background-color: #f2f5fd;
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
}

.membertt-perception dl dd:nth-child(1)::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3px;
	background-color: #0c619d;
}

.membertt-perception dl dd:nth-child(2) {
	width: 100%;
	padding: 18px 20px;
	background-color: #f2f5fd;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}

.membertt-tab {
	display: flex;
	list-style-type: none;
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}

.membertt-tab li {
	padding: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 2px solid #fff;
	font-size: 14px;
}

.membertt-tab li:hover,
.membertt-tab-on {
	cursor: pointer;
	border-bottom: 2px solid #0c629d !important;
}

.membertt-listDom {
	width: 100%;
	overflow: hidden;
	min-height: 600px;
	margin-bottom: 90px;
}

.membertt-zazhi,
.membertt-jianjie,
.membertt-zixun,
.membertt-zuopin,
.membertt-zuopin,
.membertt-xiangce,
.membertt-pinglun,
.membertt-shipin {
	display: none;
	width: 100%;
	overflow: hidden;
}

.membertt-zazhi a {
	display: block;
	width: 184px;
	float: left;
	margin-left: 5px;
	margin-bottom: 4px;
	border: 7px solid #eeeeee;
}

.membertt-zazhi a img {
	width: 100%;
	display: block;
}

.membertt-jianjie {
	text-indent: 2em;
	font-size: 14px;
	color: #333;
	line-height: 28px;
}

.membertt-zixun a,
.membertt-pinglun a {
	display: flex;
	flex-flow: column;
	border-bottom: 1px dashed #eee;
	padding-bottom: 20px;
	color: #333;
	margin-bottom: 20px;
}

.membertt-zixun a dl dd:nth-child(1),
.membertt-pinglun a dl dd:nth-child(1) {
	font-size: 16px;
	margin-bottom: 10px;
}

.membertt-zixun a dl dd:nth-child(2),
.membertt-pinglun a dl dd:nth-child(2) {
	font-size: 14px;
	color: #999;
}

.membertt-shipin li,
.membertt-xiangce li {
	display: block;
	width: 275px;
	height: 300px;
	float: left;
	margin-left: 15px;
	margin-bottom: 30px;
	border: 11px solid #fff;
}

.membertt-shipin li img,
.membertt-xiangce li img {
	display: block;
	width: 100%;
}

.membertt-shipin li span,
.membertt-xiangce li span {
	font-size: 14px;
	margin-top: 10px;
	display: block;
}

.membertt-zuopin-box {
	margin: 0 auto;
	width: 100%;
	column-count: 5;
	column-width: 180px;
	column-gap: 20px;
}

.membertt-zuopin-box li {
	margin-bottom: 10px;
	break-inside: avoid;
	background: #fff;
	list-style-type: none;
	border: 10px solid #eee;
}

.membertt-zuopin-box li span {
	font-size: 14px;
	margin: 10px 10px;
	display: block;
	
}

.membertt-zuopin-box li img {
	width: 100%;
	height: 100%;
}
.header .search {
	width: 202px;
	display: flex;
}

.search .form{
    display: flex;
}
.header .search input {

	width: 170px;
	height: 30px;
	text-indent: 10px;
	border: 1px solid #bfbfbf;
	border-radius: 3px 0px 0px 3px;
	border-right: 0;
}

.header .search button {
	display: flex;
	height: 100%;
	width: 30px;
	height: 32px;
	border: 1px solid #bfbfbf;
	border-radius: 0px 3px 3px 0px;
	background-image: url("../img/2022/searchicon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px;

}
