@font-face {
	font-family: "calibri";
	font-display: swap;
	src: url('calibri.ttf');
}

input,
textarea,
select,
button,
area,
body {
	font-family: "calibri";
}

.section {
	width: 92%;
	max-width: 1600px;
	margin: auto;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: 0.5s;
	z-index: 999;
}

.header .section {
	position: relative;
}

.header .logo {
	float: left;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo a {
	width: 288px;
	display: block;
	height: 60px;
	background-size: 100%;
}

.header .logo a {
	background-image: url(../logo.png);
}

.header .menu {
	width: 50%;
	float: right;
	margin-right: 120px;
}

.header .menu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header .menu ul li {
	text-align: center;
	position: relative;
}

.header .menu ul li a.menu-a {
	display: inline-block;
	position: relative;
	font-size: 20px;
	color: #fff;
	line-height: 86px;
}

.header .menu ul li a.menu-a::before {
	content: '';
	width: 0;
	height: 3px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background: #b62634;
}

.header .menu ul li.on .menu-a::before,
.header .menu ul li:hover .menu-a::before {
	width: 100%;
}

.header .menu li .drop {
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	width: 240px;
	left: 50%;
	margin-left: -120px;
	padding: 10px 0;
	top: 100%;
	display: none;
	border-top: 1px solid #f0f0f0;
}

.header .menu li .drop ul {
	width: 100%;
	display: block;
	text-align: center;
}

.header .menu li .drop li {
	display: block;
	margin: 0;
	width: 100%;
}

.header .menu li .drop li a {
	padding: 0 10px;
	color: #111;
	line-height: 40px;
	font-size: 18px;
}

.header .menu li .drop li a:hover {
	color: #b72633;
}

.header .menu li .drop .drop-menu {
	position: absolute;
	width: 120px;
	background: rgba(255, 255, 255, 0.85);
	color: #fff;
	text-align: center;
	padding: 10px 0;
	position: absolute;
	z-index: 1;
	top: -11px;
	left: 100%;
	opacity: 0;
	transition: 0.3s;
}

.header .menu li .drop .drop-menu a {
	display: block;
	line-height: 32px;
	padding: 0 10px;
}

.header .menu li .drop li.drop-third:hover .drop-menu {
	opacity: 1;
}

.search_icon {
	width: 21px;
	height: 21px;
	position: absolute;
	right: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	top: 32px;
	background-image: url(../search.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.4s;
}

.search_icon:hover {
	background-image: url(../search-red.png);
}

.lang-txt {
	position: absolute;
	right: 0;
	top: 32.5px;
	z-index: 1000;
	width: 22px;
	height: 21px;
	color: #fff;
	background-image: url(../lang.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.lang-txt::before {
	content: '';
	width: 1px;
	height: 100%;
	left: -19px;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 0;
	background: #fff;
}

.lang-txt:hover {
	background-image: url(../lang-red.png);
}

.lang_icon_img {
	display: none;
	width: 120px;
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px 10px;
	position: absolute;
	z-index: 10;
	top: 120%;
	left: 50%;
	margin-left: -60px;
}

.lang_icon_img a {
	display: block;
	font-size: 16px;
}

.lang_icon_img::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.lang_icon_img a:hover {
	color: #b72633;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	right: 22px;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #b72633;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-1px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(1px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.fixnav {
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.fixnav a.menu-a,
.inner-header a.menu-a {
	color: #fff !important;
}

.inner-header .search_icon,
.fixnav .search_icon {
	background-image: url(../search.png);
}

.fixnav .logo a,
.inner-header .logo a {
	background-image: url(../logo.png);
}

.fixnav .lang-txt::before {
	background-image: url(../earth-h.png);
}

.fixnav .lang-txt::after {
	background-image: url(../icon023-h.png);
}

.fixnav .lang-txt {
	color: #fff;
}

.index-title span {
	color: #b62634;
	font-weight: bold;
	position: relative;
}

.white-color {
	color: #fff;
}

.main-more {
	width: 100%;
}

.main-more a {
	color: #fff;
	display: inline-block;
	line-height: 55px;
	font-size: 24px;
	transition: 0.4s;
	position: relative;
	border-radius: 30px;
	border: 1px solid #fff;
	width: 265px;
	text-align: center;
}

.news-more,
.swiper-slide-txt a:hover,
.business-content a:hover,
a.about-link:hover,
.main-more a:hover {
	background: #b62634;
	color: #fff;
	border: 1px solid #b62634;
}

.search-box {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background: #fff;
}

.search-box .searchform {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchform form {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	border-bottom: 1px solid #999;
}

.searchform form .search_input {
	border: none;
	outline: none;
	width: 90%;
	font-size: 18px;
	color: #333333;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 60px;
}

.searchform form .submit {
	width: 10%;
	height: 50px;
	border: none;
	outline: none;
	background-image: url(../search-red.png);
	background-repeat: no-repeat;
	background-position: center;
}

.searchform .close {
	position: absolute;
	top: 25px;
	font-size: 25px;
	right: 40px;
	z-index: 10;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #eee;
	cursor: pointer;
	border-radius: 50%;
}

.searchform .close:hover {
	background: #b72633;
	color: #fff;
}

/**/
.banner-swiper {
	position: sticky;
	top: 0;
	z-index: 1;
	overflow: hidden;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	color: #fff;
}

.swiper-slide-txt h2 {
	font-size: 1.8vw;
	animation-delay: 0.3s;
	text-shadow: 0 0 10px #777777;
}

.swiper-slide-txt h1 {
	font-size: 3.2vw;
	max-width: 1100px;
	margin: 20px 0 50px 0;
	font-weight: bold;
	text-shadow: 0 0 10px #777777;
	animation-delay: 0.8s;
}

.swiper-slide-txt a {
	display: inline-block;
	border: 1px solid #fff;
	box-shadow: 0 0 10px #777777;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 0 10px;
	max-width: 225px;
	line-height: 55px;
	font-size: 18px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	animation-delay: 1.2s;
}

.swiper-slide-active span,
.swiper-slide-active h1,
.swiper-slide-active h2,
.swiper-slide-active .swiper-slide-txt a {
	animation-name: fadeInUp;
}

.index-banner-img {
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}

.swiper-pagination {
	text-align: center;
	position: absolute;
	bottom: 5%;
}

.swiper-pagination span {
	margin: 0 5px;
	width: 60px;
	height: 5px;
	transition: 0.4s;
	background: #b62634;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.index-about {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
	background-image: url(../about.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 10;
}

.about-content {
	background-image: url(../about-content.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	border-radius: 26px;
	border: 3px solid #fff;
}

.about-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	height: 745px;
	border-right: 3px solid #dedfdf;
}

.about-item .box {
	color: #fff;
	display: block;
}

.about-item .box img {
	margin: 0 auto;
}

.about-item:last-child {
	border: 0;
}

.about-item1 {
	width: 76%;
	padding: 15px 100px;
}

.about-item2,
.about-item3,
.about-item4 {
	width: 8%;
}

.about-item h3 {
	font-weight: bold;
}

.about-item h5 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 42px;
}

.about-item2:hover,
.about-item3:hover,
.about-item4:hover {
	background: rgba(255, 255, 255, 0.25);
}

.about-txt .txt {
	font-weight: 300;
}

.num-box {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 60px 0;
}

.num-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.num-box ul li {
	display: flex;
}

.num-box ul li .img {
	display: flex;
	align-items: center;
	margin-right: 10px;
	max-width: 40px;
}

.num-box ul li .img img {
	max-width: 100%;
}

.num-box ul li .counter {
	font-weight: 600;
	font-family: "calibri";
}

.num-box ul li .num {
	width: 100%;
	color: #fff;
	font-size: 28px;
	overflow: hidden;
}

.num-box ul li span {
	color: #fff;
	font-size: 15px;
	display: block;
	position: relative;
}

a.about-link {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 0 40px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.index-dhwm {
	width: 100%;
	padding: 150px 0 390px 0;
	overflow: hidden;
	background-image: url(../dhwm.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;
	position: relative;
	z-index: 10;
}

.index-dhwm h1 {
	margin: 35px 0;
	letter-spacing: 15px;
	font-family: "calibri";
	font-weight: bold;
	background: -webkit-linear-gradient(#d6ba7d, #ceb172);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.index-dhwm .txt {
	line-height: 28px;
	max-width: 1230px;
	margin: auto;
}

.index-dhwm .main-more {
	margin-top: 55px;
}

.down-town {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 20;
}

.down-town img {
	width: 100%;
}

/*index-business */
.index-business {
	width: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 120px 0;
	position: relative;
	z-index: 10;
}

.business-content {
	width: 50%;
	float: left;
}

.business-content .txt {
	line-height: 35px;
}

.business-content a {
	color: #555555;
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	transition: 0.4s;
	position: relative;
	border-radius: 10px;
	border: 1px solid #535353;
	padding: 0 39px;
	margin-top: 50px;
}

.panter-list {
	width: 100%;
	height: 334px;
	overflow: auto;
}

.panter-list::-webkit-scrollbar {
	width: 5px;
	height: 1px;
}

.panter-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ddb756;
}

.panter-list::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}

.panter-list ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.panter-list ul li {
	width: 18%;
	margin: 0 1%;
	cursor: pointer;
}

.panter-img {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 10px;
}

.panter-list ul li img {
	max-width: 100%;
	transform: translateZ(0px);
	transition: transform 0.5s ease 0s;
}

.panter-list ul li:hover img {
	transform: scale(1.1, 1.1);
}

/*index-news */
.index-news {
	width: 100%;
	overflow: hidden;
	background-image: url(../index-news.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0 60px 0;
	position: relative;
	z-index: 10;
}

.news-hd {
	display: flex;
}

.news-hd ul {
	margin-left: 60px;
}

.news-hd ul li {
	width: 160px;
	margin-right: 10px;
	float: left;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 52px;
	font-size: 18px;
	position: relative;
	overflow: hidden;
	animation-delay: 0.9s;
	background: #eeeeee;
	cursor: pointer;
}

.news-hd ul li.on a,
.news-hd ul li:hover a {
	color: #fff;
}

.news-hd ul li.on,
.news-hd ul li:hover {
	background-color: #daae4e;
	color: #fff;
}

.index-news .index-title {
	position: relative;
}

.news-middle {
	position: relative;
	width: 100%;
}

.news-slide {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	color: #333;
	border-radius: 8px;
}

.news-slide .box {
	overflow: hidden;
}

.news-slide img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.newscontent {
	width: 100%;
	padding: 28px 25px;
	position: relative;
	background: #eeeeee;
}

.newscontent h3 {
	font-size: 18px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 15px;
}

.news-sp-em {
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	color: #999999;
}

.news-sp-em em {
	font-style: normal;
}

.news-slide:hover img {
	transform: scale(1.1, 1.1);
}

.news-slide:hover .newscontent {
	background: #daae4e;
	color: #fff;
}

.news-slide:hover .news-sp-em {
	color: #fff;
}

.news-button {
	width: 115px;
	height: 50px;
	position: relative;
	margin: 60px auto;
}

.news-next,
.news-prev {
	width: 50px;
	line-height: 50px;
	height: 50px;
	margin-top: -25px;
	border: 1px solid #cdcdcd;
	border-radius: 50%;
}

.news-next {
	right: 0;
}

.news-prev {
	left: 0;
}

.news-next:after,
.news-prev:after {
	font-size: 18px;
	color: #cdcdcd;
}

.news-next:hover:after,
.news-prev:hover:after {
	color: #fff;
}

.news-next:hover,
.news-prev:hover {
	border: 1px solid #daad4f;
	background: #daad4f;
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
	background-size: auto 100%;
	background-position: center center;
}

.inner-banner-img {
	width: 100%;
	height: 515px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 20;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 32px;
}

.banner h2 {
	font-size: 60px;
	position: relative;
	font-weight: bold;
	text-shadow: 0 0 10px #777777;
}

.banner p {
	font-size: 20px;
}

.work-class {
	width: 100%;
	overflow: hidden;
	position: relative;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.work-class a {
	color: #000;
	width: 33.33%;
	font-size: 18px;
	display: block;
	text-align: center;
	position: relative;
	line-height: 70px;
	padding: 0 5px;
	background: #fff;
}

.work-class a.choose,
.work-class a.on,
.work-class a:hover {
	color: #fff;
	background: #daae4e;
}

/*inner-about */
.inner-about {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 110px 0;
	position: relative;
	background-image: url(../inner.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.inner-about .txt {
	line-height: 28px;
	color: #555555;
}

.inner-about .txt h3 {
	color: #daae4e;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 30px;
}

.inner-about .img-box {
	width: 100%;
	overflow: hidden;
}

.inner-about .img-box img {
	width: 100%;
}

.inner-Organizational {
	width: 100%;
	position: relative;
	padding: 90px 0;
	overflow: hidden;
}

.inner-team {
	width: 100%;
	position: relative;
	padding: 90px 0;
	overflow: hidden;
	background: #f4f4f4;
}

.Organizational-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.Organizational-txt {
	width: 28%;
	padding-right: 30px;
	border-right: 1px solid #deb660;
}

.Organizational-txt .txt {
	text-align: justify;
	line-height: 23px;
	font-size: 18px;
}

.Organizational-txt em {
	display: inline-block;
	width: 26%;
	height: 2px;
	margin: 30px 0 20px 0;
	background: #deb660;
}

.Organizational-txt .memo {
	margin-top: 30px;
	padding-left: 30px;
	line-height: 23px;
	font-size: 18px;
	border-left: 2px solid #deb660;
}

.Organizational-img {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Organizational-img img {
	max-width: 100%;
	margin: 10px auto;
}

.team-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.team-list dl {
	width: 48%;
	margin: 25px 0;
}

.team-list dl dt {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37%;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
}

.team-list dl dt img {
	width: 100%;
	position: relative;
	z-index: 20;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 70px;
}

.team-list dl dt:before {
	content: '';
	width: 363px;
	height: 290px;
	left: -30px;
	top: -18px;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	background-size: 100%;
	background-image: url(../team-icon.png);
}

.team-list dl dd {
	display: block;
	width: 58%;
	float: left;
	position: relative;
	color: #555555;
	transition: 0.3s;
	cursor: pointer;
	padding-top: 20px;
	margin-left: 5%;
	z-index: 30;
}

.team-list dl dd h4 {
	font-weight: bold;
}

.team-list dl dd h5 {
	margin-bottom: 18px;
}

.team-list dl dd .txt {
	line-height: 22px;
	min-height: 130px;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.team-list dl dd a {
	display: inline-block;
	border: 1px solid #ccc;
	color: #555555;
	padding: 0 30px;
	line-height: 32px;
	font-size: 16px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.team-list dl dd a:hover {
	background-color: #b62634;
	border: 1px solid #b62634;
	color: #ffffff;
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

/* 弹窗样式 */
#risk-popup,
#popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	max-width: 80%;
	width: 1040px;
	padding: 30px 0;
}

#risk-popup h2 {
	font-size: 40px;
	line-height: 38px;
	color: #b62634;
	font-weight: bold;
	position: relative;
	padding: 18px 20px;
	text-align: center;
}

#risk-popup .txt {
	font-size: 18px;
	padding: 30px 50px;
	line-height: 26px;
}

.popup-content dl {
	width: 88%;
	overflow: hidden;
	margin: 35px 6%;
}

.popup-content dl dt {
	float: left;
	width: 30%;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
	overflow: hidden;
	border-radius: 20px;
}

.popup-content dl dt img {
	width: 100%;
}

.popup-content dl dd {
	display: block;
	float: left;
	width: 65%;
	margin-left: 5%;
	position: relative;
	color: #555555;
	transition: 0.3s;
	cursor: pointer;
	z-index: 30;
}

.popup-content dl dd .memo {
	color: #fff;
	padding: 10px 20px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background: linear-gradient(to right, #daae4e, #ffffff);
	margin-bottom: 15px;
}

.popup-content dl dd h4 {
	font-weight: bold;
}

.popup-content dl dd em {
	display: block;
	background: #fff;
	width: 50px;
	height: 3px;
	margin: 5px 0;
}

.popup-content dl dd .txt {
	line-height: 22px;
	max-height: 350px;
	overflow-y: auto;
}

.popup-content dl dd .txt p {
	margin-bottom: 15px;
	text-align: justify;
}

/* 关闭按钮样式 */
.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	z-index: 50;
}

.close-btn:hover {
	color: #b62634;
}

.inner-inner {
	width: 100%;
	padding: 120px 0;
	overflow: hidden;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;
	position: relative;
	z-index: 10;
	color: #fff;
}

.inner-inner h2 {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 15px #666;
	font-family: "calibri";
}

.inner01 {
	background-image: url(../inner-inner.jpg);
}

.inner02 {
	background-image: url(../inner-inner-bj.jpg);
}

.inner-inner .main-more {
	margin-top: 30px;
}

.inner-overview {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 100px 0;
}

.inner-overview dl {
	width: 100%;
	overflow: hidden;
	padding: 40px 40px;
	border-radius: 12px;
	background: #f4f4f4;
	margin: 70px 0;
}

.inner-overview dl dt {
	width: 50%;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
	overflow: hidden;
	border-radius: 20px;
}

.inner-overview dl dt .img-box img {
	transform: translateZ(0px);
	transition: transform 0.5s ease 0s;
}

.inner-overview dl dd {
	display: block;
	width: 48%;
	position: relative;
	color: #555555;
	transition: 0.3s;
	cursor: pointer;
}

.inner-overview dl dd h3 {
	font-weight: bold;
	color: #b62634;
}

.inner-overview dl dd .content {
	line-height: 32px;
	font-size: 18px;
	margin-top: 20px;
	color: #555555;
}

.inner-overview dl dd a {
	display: inline-block;
	width: 150px;
	font-size: 16px;
	line-height: 40px;
	color: #555555;
	text-align: center;
	border: 1px solid #535353;
	border-radius: 10px;
	margin-top: 100px;
}

.inner-overview dl dd a:hover {
	background-color: #b62634;
	color: #fff;
	border: 1px solid #fff;
}

.inner-overview dl:hover .img-box img {
	transform: scale(1.1, 1.1);
}

.inner-overview dl:nth-child(even) dt {
	float: left;
}

.inner-overview dl:nth-child(even) dd {
	float: right;
}

.inner-overview dl:nth-child(odd) dt {
	float: right;
}

.inner-overview dl:nth-child(odd) dd {
	float: left;
}

.inner-structure {
	width: 100%;
	overflow: hidden;
	padding: 98px 0 70px 0;
	border-bottom: 1px solid #e5e5e5;
}

.structure-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.listbox {
	width: 48.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 65px 25px;
	color: #000;
	border-radius: 35px;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.1s linear;
	box-shadow: 0 0 20px #eee;
}

.listbox .img-box {
	width: 32%;
	position: relative;
}

.listbox .img-box img {
	max-width: 100%;
	transition: 0.3s linear;
}

.listbox .img-box img.img01 {
	opacity: 1;
}

.listbox .img-box img.img02 {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.listbox .structure-link {
	width: 63%;
}

.listbox h2 {
	margin-bottom: 10px;
	line-height: 28px;
	min-height: 56px;
	font-weight: bold;
}

.link-a {
	width: 100%;
	overflow: hidden;
}

.link-a a {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	margin-bottom: 20px;
	padding-left: 35px;
	position: relative;
	color: #333333;
}

.link-a a em {
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -11px;
	font-style: normal;
	background: #dbaf4f;
	color: #fff;
	z-index: 10;
	border-radius: 50%;
}

.link-a a:hover em {
	background: #fff;
	color: #dbaf4f;
}

.listbox.active .img-box img.img02,
.listbox:hover .img-box img.img02 {
	opacity: 1;
}

.listbox.active .img-box img.img01,
.listbox:hover .img-box img.img01 {
	opacity: 0;
}

.listbox:hover,
.listbox.active {
	color: #fff;
	background-image: url(../listbox.jpg);
}

.listbox:hover .link-a a em,
.listbox.active .link-a a em {
	background: #fff;
	color: #dbaf4f;
}

.listbox:hover .link-a a,
.listbox.active .link-a a {
	color: #fff;
}

.inner-fund {
	width: 100%;
	overflow: hidden;
}

.inner-fund .box {
	display: flex;
	flex-wrap: wrap;
	margin: 85px 0;
}

.boxjustify-content {
	cursor: pointer;
	justify-content: space-between;
}

.inner-fund .box:nth-child(odd) {
	flex-direction: row-reverse;
}

.fund-left {
	width: 47%;
}

.fund-right {
	width: 49%;
	border-bottom: 1px solid #e5e5e5;
}

.fund-left .img-box,
.fund-img {
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
}

.fund-left .img-box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.5s ease 0s;
}

.boxjustify-content:hover .img-box img {
	transform: scale(1.1, 1.1);
}

.fund-img {
	position: relative;
}

.fund-next,
.fund-prev {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.6);
}

.fund-next {
	right: 15px;
}

.fund-prev {
	left: 15px;
}

.fund-next:after,
.fund-prev:after {
	font-size: 18px;
	color: #fff;
}

.fund-next:hover,
.fund-prev:hover {
	background: #daae4e;
}

.fund-next:hover:after,
.fund-prev:hover:after {
	color: #fff;
}

.fund-content {
	width: 100%;
}

.fund-content .content {
	overflow: hidden;
	margin: 20px 0;
}

.fund-content h3 {
	color: #b62634;
	font-weight: bold;
	margin: 20px 0;
}

.fund-content a.fund-link {
	display: inline-block;
	border: 1px solid #333;
	color: #333;
	padding: 0 40px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.fund-content a.fund-link:hover {
	background: #d4b87b;
	color: #fff;
	border: 1px solid #d4b87b;
}

.fund-content h4 {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}

.fund-content h4:before {
	content: '';
	width: 25px;
	height: 25px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	background-size: 100%;
}

.fund-content h4.icon01:before {
	background-image: url(../icon12.png);
}

.fund-content h4.icon02:before {
	background-image: url(../icon13.png);
}

.fund-content .list-paddingleft-2 {
	line-height: 30px;
	background-color: #daae4e;
	border-radius: 15px;
	padding: 15px 25px;
	color: #fff;
	margin-bottom: 25px;
}

.fund-content .list-paddingleft-2 li {
	position: relative;
	padding-left: 28px;
}

.fund-content .list-paddingleft-2 li:before {
	content: '';
	width: 23px;
	height: 20px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 20;
	background-size: 100%;
}

.fund-content .list-paddingleft-2 li:nth-child(1):before {
	background-image: url(../icon14.png);
}

.fund-content .list-paddingleft-2 li:nth-child(2):before {
	background-image: url(../icon15.png);
}

.fund-content .list-paddingleft-2 li:nth-child(3):before {
	background-image: url(../icon16.png);
}

.fund-content .txt {
	line-height: 26px;
	background-color: #f4f4f4;
	border-radius: 15px;
	padding: 15px 15px;
	text-align: justify;
}

.detail-content {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}

.detail-content .box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	margin: 85px 0;
}

.detail-content h3 {
	color: #b62634;
	font-weight: bold;
}

.detail-content .img-box {
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
}

.inner-news {
	width: 100%;
	overflow: hidden;
	background-image: url(../inner-news.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 80px 0;
}

.news-news a {
	display: block;
	width: 100%;
	transition: 0.3s;
	color: #000;
	border-bottom: 1px solid #d2d2d2;
	padding: 20px 15px;
}

.Search-news a .box {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.mian-news a .box {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding-left: 150px;
}

.news-time {
	width: 130px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 25px;
	position: absolute;
	color: #555555;
	left: 0;
	top: 0;
	transition: 0.3s;
}

.news-time i {
	font-style: normal;
	display: block;
	text-align: center;
	font-size: 4.5vw;
	font-weight: bold;
	line-height: 1.5;
}

.news-time span {
	display: block;
	text-align: center;
	font-size: 22px
}

.news-news .news-txt {
	width: 65%;
}

.news-news .news-txt h4 {
	font-size: 25px;
	margin: 30px 0 15px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-news .news-txt span {
	display: block;
	font-size: 15px;
	color: #999999;
	position: relative;
	margin: 15px 0;
}

.news-news .news-txt em {
	display: block;
	font-size: 15px;
	color: #999999;
	position: relative;
	padding-left: 25px;
	font-style: normal;
	margin: 15px 0;
}

.news-news .news-txt em:before {
	content: '';
	width: 18px;
	height: 12px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 20;
	background-image: url(../icon10.png);
	background-size: 100%;
}

.news-news .news-txt .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #555555;
}

.news-news .icon {
	width: 28%;
	margin-left: 7%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.news-news .icon img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.5s ease 0s;
}

.news-news a:hover:hover img {
	transform: scale(1.1, 1.1);
}

.news-news a:hover .news-time {
	background: #daae4e;
	color: #ffffff;
}

.news-news a:hover h4 {
	color: #d0b274;
}

.news-news a:hover .icon img {
	opacity: 1;
	filter: none;
}

.news-detail {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 70px 0;
	color: #000;
}

.news-detail .goBack {
	display: block;
	color: #d0b274;
	font-size: 16px;
	line-height: 45px;
	width: 195px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22.5px;
	text-align: center;
	border: 1px solid #d0b274;
}

.news-detail .goBack:hover {
	background: #d0b274;
	color: #fff;
}

.news-detail .news-title {
	overflow: hidden;
	position: relative;
	padding-right: 200px;
}

.news-detail .news-title h1 {
	font-size: 30px;
	line-height: 50px;
}

.news-detail .news-title .three {
	color: #d0b274;
	font-size: 16px;
}

.news-detail .news-intro {
	font-size: 18px;
	line-height: 38px;
	overflow: hidden;
	color: #454545;
	padding: 30px 0;
	margin-top: 30px;
	border-top: 1px solid #E5E5E5;
}

.news-detail .news-intro img {
	max-width: 100%;
	margin: 20px auto;
}

.t_button {
	margin-top: 55px;
}

.t_g4shen {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	padding: 17.5px 82.5px;
	background: #d0b274;
	display: inline-block;
	cursor: pointer;
}

.up-down {
	width: 100%;
	margin-top: 40px;
}

.up-down ul {
	width: 100%;
}

.up-down ul li {
	width: 100%;
	font-size: 16px;
	margin: 15px 0;
}

.up-down ul li span {
	color: #888;
}

.up-down ul li a:hover {
	color: #d0b274;
}

.down_page {
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
	background-image: url(../inner-news.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.down-class {
	width: 100%;
	position: relative;
	z-index: 10;
	text-align: center;
	border-bottom: 1px solid #cdcdcd;
}

.down-class a {
	color: #555555;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 25px 4px;
	margin: 0 40px -2px 40px;
}

.down-class a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 3px;
	opacity: 0;
	transition: 0.3s;
	background: #daae4e;
	background-size: 100%;
}

.down-class a.on,
.down-class a:hover {
	color: #daae4e;
}

.down-class a.on:before,
.down-class a:hover:before {
	opacity: 1;
}

.down_list {
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}

.down_list ul {
	width: 100%;
	overflow: hidden;
}

.down_list ul li {
	width: 100%;
	padding: 20px 30px;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #eeeeee;
	color: #555555;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.down_list ul li .down_title {
	font-size: 18px;
}

.down_list ul li .down_link {
	display: flex;
	flex-wrap: wrap;
}

.down_list ul li a {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	color: #555555;
	padding: 5px 10px;
	border-radius: 10px;
	margin-left: 24px;
	border: 1px solid #535353;
}

.down_list ul li a em {
	font-style: normal;
}

.down_list ul li a i {
	margin-left: 10px;
	display: flex;
	align-items: center;
	position: relative;
	max-width: 19px;
}

.down_list ul li .down-pdf:hover i img.down_icon {
	opacity: 1;
}

.down_list ul li a:hover {
	background: #daae4e;
	color: #fff;
	border: 1px solid #daae4e;
}

.form-form {
	width: 100%;
	overflow: hidden;
	background-image: url(../form-form.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 75px 0;
	position: relative;
	color: #000000;
}

.form-form .box {
	width: 100%;
	padding: 75px 25px 170px 25px;
	overflow: hidden;
	background-image: url(../form.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	border-radius: 30px;
}

.form-form .txt {
	color: #daae4e;
	text-align: center;
}

.form-form ul li {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.form-form ul li span {
	width: 21.5%;
	color: #555555;
	font-size: 20px;
	line-height: 40px;
	padding: 20px 15px 20px 50px;
	border-bottom: 2px solid #d2d2d2;
}

.form-form ul li span i {
	display: inline-block;
	background-color: #FFF;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 44px;
	color: #555555;
	font-style: normal;
	float: right;
}

.form-form ul li textarea {
	width: 100%;
	font-size: 20px;
	line-height: 40px;
	padding: 20px 50px;
	color: #555555;
	border-radius: 0;
	background: none;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 2px solid #d2d2d2;
	position: relative;
	font-family: "calibri";
}

.form-form ul li input {
	width: 75%;
	margin-left: 3.5%;
	font-size: 20px;
	line-height: 40px;
	padding: 20px 50px;
	color: #555555;
	border-radius: 0;
	background: none;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 2px solid #d2d2d2;
	position: relative;
	font-family: "calibri";
}

.form-form ul li input::placeholder,
.form-form ul li textarea::placeholder {
	color: #555555;
}

.form-form ul li .button {
	width: 90%;
	max-width: 265px;
	display: block;
	margin: 50px auto 0 auto;
	color: #ffffff;
	border: 0;
	line-height: 55px;
	font-size: 24px;
	border-radius: 30px;
	padding: 0 15px;
	background: #daae4e;
}

/*inner-contact */
.inner-contact {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 110px 0;
}

.inner-contact h4 {
	color: #daae4e;
	font-weight: bold;
}

.contact-ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 45px;
}

.contact-ul li {
	width: 32%;
	margin: 15px 0;
	padding: 65px 25px 45px 25px;
	position: relative;
	color: #555555;
	border: 1px solid #cccccc;
}

.contact-ul li:nth-child(3n-1) {
	margin: 15px 2%;
}

.contact-ul li h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

.contact-ul li img {
	max-width: 78px;
	position: absolute;
	left: 35px;
	top: -40px;
	background-color: #fff;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 60px 0;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #868686;
}

.qt-pagination a {
	margin: 0 5px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 6px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: #868686;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	background: #daae4e;
	color: #fff;
}

.cd-top {
	width: 100%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px rgb(0, 0, 0, 0.24);
	position: absolute;
	z-index: 10;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	left: 50%;
	margin-top: -27.5px;
	margin-left: -27.5px;
	cursor: pointer;
}

.cd-top img {
	margin: auto;
	max-width: 100%;
}

.cd-top:hover {
	background: #daae4e;
}

.cd-top:hover img {
	filter: brightness(100);
}

.footer_box {
	width: 100%;
	background: #1b1b1b;
	color: #fff;
	position: relative;
	z-index: 10;
}

.foot-box {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #6d6d6d;
	padding: 80px 0 60px 0;
}

.foot-title {
	margin-bottom: 35px;
}

.foot-title h3 {
	font-size: 24px;
	margin-bottom: 25px;
}

.foot-em {
	width: 100%;
	display: flex;
}

.foot-title em {
	display: inline-block;
	height: 5px;
	background-color: #fff;
	border-radius: 15px;
}

.foot-title em.w1 {
	width: 50px;
}

.foot-title em.w2 {
	width: 20px;
	margin-left: 10px;
}

.foot-contact {
	width: 35%;
	padding: 10px 38px;
}

.foot-contact-tel {
	position: relative;
	padding-left: 80px;
}

.foot-contact-tel span {
	font-size: 14px;
}

.foot-contact-tel h2 {
	font-size: 24px;
	font-weight: bold;
}

.foot-contact-tel:before {
	content: '';
	width: 54px;
	height: 50px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 20;
	background-image: url(../icon04.png);
	background-size: 100%;
}

.foot-contact ul {
	width: 100%;
}

.foot-contact ul li {
	width: 100%;
	font-size: 16px;
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}

.foot-contact ul li.mail:before {
	content: '';
	width: 20px;
	height: 21px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	background-image: url(../icon02.png);
	background-size: 100%;
}

.foot-contact ul li.adr:before {
	content: '';
	width: 20px;
	height: 21px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	background-image: url(../icon03.png);
	background-size: 100%;
}

.foot-tel a:hover,
.foot-contact ul li a:hover {
	color: #b62634;
}

.foot-menu {
	width: 60%;
	margin: 0 2%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-menu .foot_contlis {
	width: 33.333%;
	padding: 0 15px;
	border-left: 1px solid #6d6d6d;
}

.foot_contlis .menu-ul {
	overflow: hidden;
	width: 100%;
}

.foot-menu ul li {
	width: 100%;
	text-align: center;
	position: relative;
}

.foot-menu ul li.li01 {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}

.foot-menu ul li.li01:before {
	content: '';
	width: 14px;
	height: 10px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	z-index: 20;
	background-image: url(../icon07.png);
	background-size: 100%;
}

.foot-menu ul li.li02 {
	margin-bottom: 50px;
}

.foot-menu ul li a {
	color: #fff;
	font-family: "calibri";
	font-weight: 500;
	font-size: 20px;
}

.foot-menu ul li a:hover {
	opacity: 0.7;
}

.foot-menu ul li img {
	width: 50%;
	max-width: 130px;
	margin: auto;
}

.foot-wechat {
	width: 17%;
	margin-left: 4%;
}

.foot-wechat ul {
	width: 100%;
	display: flex;
}

.foot-wechat ul li {
	width: 48%;
	margin-right: 2%;
	position: relative;
	text-align: center;
}

.foot-wechat ul li img {
	max-width: 100%;
}

.foot-wechat ul li span {
	display: inline-block;
	position: relative;
	padding-left: 42px;
	margin-top: 25px;
}

.foot-wechat ul li span:before {
	content: '';
	width: 33px;
	height: 26px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	z-index: 20;
}

.foot-wechat ul li span.wx:before {
	background-image: url(../icon05.png);
	background-size: 100%;
}

.foot-wechat ul li span.wb:before {
	background-image: url(../icon06.png);
	background-size: 100%;
}

.foot-Support {
	display: none;
}

.foot-Support .img {
	width: 60px;
	display: flex;
}

.foot-Support .img img {
	width: 100%;
}

.foot-copyright {
	width: 100%;
	padding: 35px 0;
	overflow: hidden;
	line-height: 25px;
	color: #fff;
	font-size: 15px;
	position: relative;
	z-index: 10;
	background-color: #1b1b1b;
}

.foot-copyright .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.foot-copyright #risk-click {
	margin-left: 8px;
	padding: 0 5px;
	display: inline-block;
	cursor: pointer;
	background-color: #fff;
	border-radius: 5px;
	color: #b62634;
	transition: 0.3s;
}

.foot-copyright #risk-click:hover {
	color: #fff;
	background-color: #b62634;
}

.foot-copyright a {
	color: #fff;
}

.foot-copyright a:hover {
	opacity: 0.7;
}

@media (max-width:1650px) {
	.Organizational-img h3 {
		font-size: 30px;
	}

	.Organizational-img h5 {
		font-size: 16px;
	}

	.about-item1 {
		padding: 10px 50px;
	}

	.num-box ul li .num {
		font-size: 28px;
	}

	.num-box ul li span {
		font-size: 16px;
	}

	.num-box ul li .img {
		max-width: 50px;
	}

	.num-box {
		padding: 20px 0 50px 0;
	}

	.index-dhwm {
		padding: 120px 0 300px 0;
	}

	.about-item {
		height: 700px;
	}

	.swiper-slide-txt a {
		max-width: 220px;
		line-height: 55px;
	}

	.header .logo a {
		width: 260px;
		height: 54px;
	}

	.banner h2 {
		font-size: 50px;
	}

	.inner-banner-img {
		height: 400px;
	}

	.swiper-slide-txt a,
	.main-more a {
		line-height: 45px;
		font-size: 20px;
		width: 230px;
	}

	.news-button {
		width: 90px;
		height: 40px;
	}

	.news-next,
	.news-prev {
		width: 40px;
		line-height: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.foot-menu ul li a {
		font-size: 22px;
	}

	.Organizational-txt .memo,
	.Organizational-txt .txt {
		line-height: 32px;
		font-size: 17px;
	}
}

@media (max-width:1550px) {
	.banner h2 {
		font-size: 45px;
	}
}

@media (max-width:1400px) {
	.banner h2 {
		font-size: 40px;
	}

	.inner-banner-img {
		height: 320px;
	}

	.form-form ul li span {
		font-size: 18px;
		line-height: 40px;
		padding: 20px 15px 20px 30px;
	}

	.form-form ul li input {
		font-size: 18px;
	}

	.inner-overview dl {
		padding: 30px 30px;
	}

	.inner-overview dl dd .content {
		line-height: 30px;
		margin-top: 10px;
	}

	.foot-menu ul li a {
		font-size: 20px;
	}

	.Organizational-txt .memo,
	.Organizational-txt .txt {
		line-height: 28px;
		font-size: 16px;
	}

	.index-about,
	.index-business,
	.index-news,
	.inner-about,
	.inner-overview,
	.detail-content,
	.inner-news,
	.news-detail,
	.form-form,
	.inner-contact,
	.inner-structure {
		padding: 80px 0;
	}
}

@media (max-width:1199px) {
	.news-hd ul li {
		line-height: 45px;
		font-size: 16px;
	}

	.Organizational-txt,
	.Organizational-img {
		width: 100%;
	}

	.Organizational-txt {
		border: 0;
		padding: 30px 0;
	}

	.banner-swiper {
		position: relative;
	}

	.panter-list {
		height: auto;
	}

	.header {
		z-index: 9999;
		background: #fff;
		height: 70px;
	}

	.header .section {
		width: 100%;
		padding: 0 22px;
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #f5f5f5;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul {
		display: block;
		width: 100%;
		overflow: hidden;
		float: none;
	}

	.header .menu ul li {
		width: 100%;
		text-align: left;
		padding: 0;
		position: relative;
		border-bottom: 1px solid #ddd;
	}

	.header .menu ul li a.menu-a {
		padding: 0;
		margin-left: 22px;
		display: inline-block;
		line-height: 50px;
		color: #222;
	}

	.fixnav a.menu-a,
	.inner-header a.menu-a {
		color: #222 !important;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		margin: 0;
	}

	.header .menu ul li a.a1::before {
		display: none;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .menu li .drop li a {
		display: block;
		text-align: center;
	}

	.header .logo {
		height: 70px;
	}

	.header .logo a {
		width: 200px;
		height: 42px;
		background-image: url(../logo-blck.png);
	}

	.search_icon {
		width: 21px;
		height: 21px;
		right: 54px;
		top: 24px;
		background-image: url(../search-red.png);
	}

	.search_icon:hover,
	.inner-header .search_icon,
	.fixnav .search_icon {
		background-image: url(../search-red.png);
	}

	.lang-txt {
		right: 86px;
		top: 24px;
		background-image: url(../lang-red.png);
	}

	.lang-txt::before {
		display: none;
	}

	.banner-swiper,
	.banner {
		margin-top: 70px;
	}

	.fixnav .menu ul li.on a.a1 {
		color: #fff !important;
	}

	.fund-left,
	.fund-right {
		width: 100%;
		margin: 10px 0;
	}

	.swiper-slide-txt h2 {
		font-size: 18px;
	}

	.swiper-slide-txt h1 {
		font-size: 26px;
	}

	.swiper-slide-txt a,
	.main-more a {
		font-size: 18px;
		width: 195px;
	}

	.about-item1 {
		width: 100%;
	}

	.num-box ul li .img {
		max-width: 40px;
	}

	.about-item2,
	.about-item3,
	.about-item4 {
		display: none;
	}

	.inner-inner {
		padding: 100px 0;
	}

	.structure-img {
		display: none;
	}

	.structure-list {
		width: 100%;
		margin-top: 35px;
		border-radius: 28px;
	}

	.listbox img {
		border: 3px solid #fff;
	}

	.link-a a {
		font-size: 16px;
		padding: 10px 30px 10px 15px;
	}

	.foot-menu ul li a {
		font-size: 18px;
	}
}

@media (max-width:999px) {
	.news-detail .goBack {
		position: static;
		margin-top: 20px;
	}

	.form-form ul li .button {
		width: 80%;
		margin: 30px auto 0 auto;
		line-height: 45px;
		font-size: 18px;
	}

	.inner-overview dl {
		padding: 20px 20px;
		margin: 40px 0;
	}

	.inner-overview dl dt,
	.inner-overview dl dd {
		width: 100%;
		margin: 5px 0;
	}

	.inner-overview dl dt .img-box img {
		width: 100%;
	}

	.inner-overview dl dd a {
		margin-top: 20px;
	}

	.form-form ul li span {
		display: none;
	}

	.form-form ul li input {
		width: 100%;
		margin-left: 0;
		line-height: 40px;
		padding: 10px 10px;
	}

	.news-time {
		display: none;
	}

	.mian-news a .box {
		padding-left: 0;
	}

	.news-news .news-txt h4 {
		margin-top: 10px;
	}

	.news-news .news-txt em {
		font-size: 14px;
		margin: 8px 0;
	}
}

/*banner媒体查询*/
@media (max-width:856px) {
	.listbox {
		width: 100%;
		margin: 20px 0;
		padding: 35px 15px;
	}

	.index-title {
		width: 100%;
		text-align: center;
	}

	.news-hd ul {
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 40px 0 0 0;
	}
}

@media (max-width:658px) {
	.header .logo a {
		width: 170px;
		height: 35px;
	}

	.news-hd ul li {
		width: 31.333%;
		margin: 0 1%;
		line-height: 42px;
		font-size: 15px;
	}

	.news-middle {
		width: 92%;
		margin: 0 4%;
	}

	.news-button {
		width: 70px;
		height: 30px;
		margin: 30px auto;
	}

	.news-next,
	.news-prev {
		width: 30px;
		line-height: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.news-next:after,
	.news-prev:after {
		font-size: 13px;
	}

	.section {
		width: 100%;
		padding: 0 14px;
	}

	.header .section {
		padding: 0 14px;
	}

	.m_menu {
		right: 14px;
	}

	.swiper-pagination span {
		width: 20px;
		height: 3px;
	}

	.index-banner-img {
		height: 400px;
	}

	.index-banner-img img {
		display: none;
	}

	.swiper-slide-txt h2 {
		font-size: 15px;
	}

	.swiper-slide-txt h1 {
		font-size: 24px;
		margin: 10px 0 30px 0;
	}

	.swiper-slide-txt a,
	.main-more a {
		font-size: 14px;
		width: 130px;
		border-radius: 7px;
		line-height: 34px;
	}

	.about-item {
		height: auto;
	}

	.about-item1 {
		padding: 40px 25px;
	}

	.num-box ul li {
		width: 100%;
		margin: 15px 0;
	}

	.num-box ul li .img {
		max-width: 29px;
	}

	.num-box ul li span {
		font-size: 14px;
	}

	.num-box ul li .num {
		font-size: 22px;
	}

	.index-dhwm {
		padding: 60px 0 100px 0;
	}

	.index-dhwm h1 {
		margin: 15px 0;
		letter-spacing: 8px;
	}

	.inner-banner-img {
		height: 210px;
	}

	.banner h2 {
		font-size: 30px;
	}

	.index-about,
	.index-business,
	.index-news,
	.inner-about,
	.inner-overview,
	.detail-content,
	.inner-news,
	.news-detail,
	.form-form,
	.inner-contact,
	.inner-structure {
		padding: 50px 0;
	}

	.inner-fund .box {
		margin: 50px 0;
	}

	.fund-left .img-box,
	.fund-img {
		border-radius: 15px;
	}

	.inner-inner {
		padding: 80px 0;
	}

	.team-list dl {
		width: 100%;
		margin: 10px 0;
	}

	.team-list dl dd {
		padding-top: 0;
	}

	.team-list dl dd .txt {
		min-height: auto;
		-webkit-line-clamp: 2;
		margin-bottom: 8px;
	}

	.team-list dl dd h5 {
		margin-bottom: 8px;
	}

	.team-list dl dt img {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 30px;
	}

	.team-list dl dt:before {
		width: 200px;
		height: 160px;
		left: -30px;
		top: -18px;
	}

	.inner-overview dl {
		padding: 10px 10px;
		margin: 30px 0;
	}

	.inner-overview dl dt {
		border-radius: 10px;
	}

	.inner-overview dl dd .content {
		line-height: 26px;
	}

	.inner-overview dl dd a {
		width: 137px;
		font-size: 14px;
		line-height: 38px;
	}

	.fund-next,
	.fund-prev {
		width: 40px;
		height: 40px;
	}

	.detail-content .box {
		margin: 30px 0;
	}

	.news-news .news-txt h4 {
		font-size: 16px;
	}

	.news-news .news-txt {
		width: 100%;
	}

	.news-news .icon {
		display: none;
	}

	.qt-pagination {
		font-size: 14px;
	}

	.qt-pagination a {
		margin: 0 3px;
		min-width: 30px;
		line-height: 30px;
		padding: 0 2px;
	}

	.news-detail .news-title {
		padding: 0;
	}

	.news-detail .news-title h1 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.news-detail .goBack {
		font-size: 14px;
		line-height: 34px;
		width: 132px;
	}

	.news-detail .news-intro {
		font-size: 15px;
		line-height: 28px;
	}

	.form-form .box {
		padding: 45px 15px 120px 15px;
	}

	.contact-ul li {
		width: 100%;
		padding: 48px 15px 25px 15px;
	}

	.contact-ul li:nth-child(3n-1) {
		margin: 35px 0;
	}

	.contact-ul li img {
		max-width: 57px;
		left: 12px;
		top: -29px;
		background-color: #fff;
	}

	.listbox {
		width: 100%;
		padding: 25px 10px;
	}

	.structure-list {
		width: 100%;
		margin-top: 15px;
		border-radius: 15px;
	}

	.link-a a {
		font-size: 15px;
		padding: 7px 30px 7px 15px;
	}

	.fund-content .txt {
		line-height: 25px;
	}

	.fund-content h4:before {
		width: 20px;
		height: 20px;
		top: 0;
	}

	.fund-content .list-paddingleft-2 {
		line-height: 30px;
		border-radius: 15px;
		padding: 15px 15px;
	}

	.fund-content h4 {
		position: relative;
		padding-left: 30px;
		margin-bottom: 7px;
	}

	.foot-contact,
	.foot-menu {
		width: 100%;
		margin: 10px 0;
		padding: 10px 0;
	}

	.foot-menu .foot_contlis:first-child {
		border: 0;
	}

	.foot-box {
		width: 100%;
		padding: 50px 0 30px 0;
	}

	.foot-menu ul li.li02 {
		margin-bottom: 20px;
	}

	.foot-title h3 {
		font-size: 20px;
		margin-bottom: 17px;
	}

	.foot-contact ul li {
		font-size: 15px;
		margin-bottom: 12px;
	}

	.foot-copyright {
		padding: 23px 0;
		line-height: 20px;
		font-size: 14px;
	}

	.foot-contact-tel {
		position: relative;
		padding-left: 62px;
	}

	.foot-contact-tel:before {
		width: 42px;
		height: 39px;
	}

	.foot-contact-tel span {
		font-size: 12px;
	}

	.foot-contact-tel h2 {
		font-size: 20px;
		font-weight: bold;
	}

	.foot-menu ul li a {
		font-size: 16px;
	}

	.cd-top {
		width: 40px;
		height: 40px;
		left: 50%;
		margin-top: -20px;
		margin-left: -20px;
	}

	.searchform .close {
		top: 15px;
		font-size: 20px;
		right: 14px;
	}

	.searchform form {
		width: 100%;
	}

	.team-list dl dd .txt,
	.index-dhwm .txt {
		line-height: 22px;
	}

	.inner-team .content,
	.inner-about .txt {
		line-height: 24px;
	}

	.inner-overview dl dd .content {
		font-size: 15px;
		line-height: 22px;
	}

	.Organizational-img h3 {
		font-size: 20px;
	}

	.Organizational-img h5 {
		font-size: 14px;
	}

	.foot-menu .foot_contlis {
		padding: 0 5px;
	}

	.foot-menu ul li img {
		width: 86%;
	}

	#risk-popup h2 {
		font-size: 25px;
		line-height: 24px;
		padding: 20px 20px;
	}

	#risk-popup .txt {
		font-size: 15px;
		padding: 15px 25px;
		line-height: 24px;
	}

	.popup-content dl dd .txt {
		line-height: 18px;
	}

	.inner-team,
	.inner-Organizational {
		padding: 40px 0;
	}

	.Organizational-txt .memo,
	.Organizational-txt .txt {
		line-height: 25px;
		font-size: 15px;
	}

	.Organizational-txt em {
		margin: 10px 0;
	}

	.Organizational-txt .memo {
		padding-left: 15px;
	}
}