body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
mid-cer,
header,
hgroup,
menu,
nav,
section {
	margin: 0px;
	padding: 0px;
}

html {
	/* font-size: 100px; */
}

body {
	overflow-x: hidden;
	font-family:"微软雅黑";
	font-size: 16px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: middle;
}

a {
	color: #333;
	transition: .5s;
}

a:link,
a:active,
a:visited,
a:hover {
	text-decoration: none;
}

button:focus {
	outline: none;
	border: 1px solid white;
}

input,
textarea {
	outline: none;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	/*不用有内容也可以*/
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


/* 头部样式 */
body {
	background-color: #fff;
}

.header {
	position: relative;
	background-color: #FFFFFF;
}

.header-box {
	width: 1400px;
	margin: auto;	
	padding-top: 10px;
}

.header-logo {
	float: left;
	max-width: 450px;
	padding-top: 12px;
}
	/* 英文版 */
	.search_btn{
		display: flex;
		align-items: center;
		justify-content: end;
	}
	.search_btn .search_btn_input{   
		height:40px;
		width:40px;
		position: relative;
		transition: all ease-in .5s;
	}
	.search_btn .search_btn_input.on{width: 250px;}
	.search_btn .search_btn_input input{border: 0px solid;
    height: 100%;
    width: 100%;
    padding:0 0rem;
	opacity: 0;
    border-radius:1.3636rem;
	transition: all ease-in .5s;
	}
	.search_btn .search_btn_input.on input{border: 1px solid #DEDEF0; padding:0 .6818rem;opacity: 1;}
	.search_btn .search_btn_input .search_btn_box{
		border-radius: 50%;
		width: 1.3636rem;
		height: 1.3636rem;
		background: #4C4398;
		border: 0px;
		color: white;
		line-height: 1.3636rem;
		position: absolute;
		top: calc(50% - .6818rem);
		right:.4091rem;
	}
	.search_btn .sleper_btn{
		    width: 1.3636rem;
			height: 1.3636rem;
			border-radius: 50%;
			background-color: #4C4398;
			text-align: center;
			line-height: 1.3636rem;
			color: white;
			margin-left:.4091rem;
	}
	.search_btn .sleper_btn a{color: white;}

	.header-btn.search_btn .sleper_btn a{	padding: 0 0px;}
	.header-btn.search_btn .sleper_btn a::before{width: 0;height: 0;}
.header-logo a {
	display: block;
}

.header-logo img {
	max-width: 100%;
}
.header-logo.en_logo  img{
	max-width: fit-content;
}

.header-rightBox {
	float: right;
	text-align: right;
}

.header-btn a {
	overflow: hidden;
	text-align: center;
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.header-btn a:first-child, .header-btn a:nth-child(2){
	position: relative;
}
.header-btn a:not(:nth-last-child(-n + 2))::before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 2px;
	width: 1px;
	height: 32px;
	background: #B1A7D2;
}
.header-btn a .en_font{    font-size: 14px;
    font-style: normal;
    background-color: #B1A7D2;
    color: white;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;}
.header-btn a i {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 24px;
	color: #B1A7D2;
	line-height: 30px;
	display: block;
}

.header-btn a:hover i {
	animation-name: tada;
	transform-origin: center;
}

.header-btn a:first-child i {
	font-size: 31px;
}

.header-btn a p {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #B1A7D2;
	line-height: 20px;
}

.header-btn a img {
	max-width: 100%;
	margin-left: 10px;
}

.header-btn a:last-child {
	padding-right: 0;
}

.header-menu,
.header-menu-nav {
	display: none;
}

.header-nav {
	margin-top: 20px;
	float: right;
}

.header-nav>ul {}

.header-nav>ul>li {
	float: left;
	padding: 0 14px 35px 0;
}

.header-nav>ul>li:last-child {
	padding-right: 0;
}

.header-nav>ul>li>a {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-weight: bold;
	font-size: 20px;
	color: #1E1E1E;
	padding-bottom: 15px;
}

.header-nav>ul>.active>a,
.header-nav>ul>li:hover>a {
	position: relative;
}

.header-nav>ul>.active>a::before,
.header-nav>ul>li:hover>a::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 36px;
	height: 6px;
	background: #4C4398;
}

.header-navItem {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 100%;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px 0px rgba(170,160,203,0.35);
	z-index: 999999;
	height: 0;
	overflow: hidden;
	transition: .5s;
}

.header-nav>ul>li:hover .header-navItem,
.header-nav>ul>.active .header-navItem {
	height: 290px;
}

.header-navItem-box {
	width: 1400px;
	margin: auto;
	padding: 40px 0 30px 0;
}

.header-navItem-title {
	float: left;
	text-align: left;
	position: relative;
	padding-right: 110px;
	width: 18.5%;
}

.header-navItem-title::before {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	height: 220px;
	background: #EEEEEE;
}

.header-navItem-title h3 {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 30px;
	color: #4A428F;
}

.header-navItem-title p {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	margin: 15px 0 32px 0;
}

.header-navItem-title a {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: #4A428F;
	padding: 2px 12px;
	border: 1px solid #837ACC;
	border-radius: 10px;
}

.header-navItem-title a:hover {
	background-color: #837ACC;
	color: #FFFFFF;
}

.header-navItem-list {
	float: left;
	width: 56.5%;
	text-align: left;
	padding: 0 30px 0 50px;
	position: relative;
}
.header-navItem-list.header-navItem-only{width: 81.5%;}
.header-navItem-list>ol {
	width: 66%;
}

.header-navItem-list>ol>li,
.header-navItem-list-box>dd {
	line-height: 42px;
	margin: 0 25px;
	width: 150px;
	float: left;
}

.header-navItem-list>ol>li>a {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	white-space: nowrap;
}

.header-navItem-list>ol>li>a i,
.header-navItem-list-box>dd>a i {
	display: none;
}

.header-navItem-list>ol>.active>a,
.header-navItem-list-box>.active>a,
.header-navItem-list>ol>li:hover>a,
.header-navItem-list-box>dd:hover>a {
	color: #766AAC;
}

.header-navItem-list>ol>.active>a i,
.header-navItem-list-box>.active>a i,
.header-navItem-list>ol>li:hover>a i,
.header-navItem-list-box>dd:hover>a i {
	display: block;
	font-size: 16px;
	display: inline-block;
	color: #64579C;
}

.header-navItem-list>ol>li dl {
	position: absolute;
	width: 33%;	
	right: 0;
	top: 0;
	/* display: none; */
}

.header-navItem-list>ol>li:hover dl {
	display: block;
}

.header-navItem-list-box>dd {	
	margin-left: 90px;
}

.header-navItem-list-box>dd>a {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
}

.header-navItem-list-box {
	position: relative;
}

.header-navItem-list-box::before {
	content: '';
	position: absolute;
	left: 0;
	width: 1px;
	height: 220px;
	background: #EEEEEE;
}

.header-navItem-list>dl {}

.header-navItem-list>dl>dd {
	line-height: 32px;
	width: 225px;
	float: left;
}
.header-navItem-list.header-navItem-only>dl>dd{
	width: 212px;
}
.info .header-navItem-list>dl>dd {
	height: 150px;
	width: 175px;
}

.header-navItem-list>dl>dd>a {
	display: inline-block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #666666;
}

.header-navItem-list>dl>dd>a {
	margin-bottom: 15px;
}

.header-navItem-list>dl>dd>i {
	display: inline-block;
	margin-left: 25px;
	transform: rotate(90deg);
}
.header-navItem-list.header-navItem-only>dl>dd.only-dd>i{transform: rotate(0deg);}
.info .header-navItem-list>dl>dd>i {
	margin-left: 10px;
}

.info .header-navItem-list>dl>dd>.notransform {
	transform: none;
}

.header-navItem-list>dl>dd>ol {}

.header-navItem-list>dl>dd>ol>li {}

.header-navItem-list>dl>dd>ol>li>a {
	font-size: 16px;
	color: #666666;
}

.header-navItem-list>dl>dd>ol>li:hover>a,
.header-navItem-list>dl>dd>ol>.active>a,
.header-navItem-list>dl>dd:hover>a,
.header-navItem-list>dl>.active>a,
.header-navItem-list>dl>dd:hover>i,
.header-navItem-list>dl>.active>i {
	color: #766aac;
}

.header-navItem-btn {
	float: right;
	position: relative;
	padding-left: 85px;
	width: 25%;
}

.header-navItem-btn::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 220px;
	background: #EEEEEE;
	left: 0;
}

.header-navItem-btn a {
	float: left;
	width: 50%;
	position: static !important;
	text-align: center;
	margin: 25px 0;
}

.header-navItem-btn a i {
	color: #766AAC;
	font-size: 35px;
	line-height: 30px;
	display: block;
	transition: .3s;
	margin-bottom: 10px;
}

.header-navItem-btn a p {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
}

.header-navItem-btn a:hover i {
	animation-name: tada;
	transform-origin: center;
}

/* 尾部样式 */
.footer {
	text-align: center;
}

.footer-white {
	position: relative;
	height: 545px;
}

.footer-box {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: auto;
	width: 1400px;
	height: 700px;
	max-height: 700px;
	background: url(/web2024/ey005.png);
	background-size: cover;
}

.footer-relative {
	position: relative;
	height: 100%;
	text-align: center;
}

.footer-box-QRCode {
	padding: 90px 0 57px;
}

.footer-box-QRCode img {
	max-width: 100%;
}

.footer-box-link {
	width: 1060px;
	margin: auto;
}

.footer-box-link a {
	background-color: rgba(255, 255, 255, .5);
	overflow: hidden;
	float: left;
	width: 320px;
	height: 108px;
	margin-right: 50px;
	padding-top: 18px;
}

.footer-box-link a:last-child {
	margin-right: 0;
}

.footer-box-link a i {
	font-size: 32px;
	color: #4A428F;
}

.footer-box-link a p {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #4C4398;
}

.footer-box-filings {
	position: absolute;
	bottom: 0;
	text-align: center;
	background-color: #766AAC;
	width: 100%;
	padding: 24px 0;
}

.footer-box-filings p,
.footer-box-filings p a {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.footer-box-filings p:last-child {
	margin-bottom: 0;
}

.footer-purple {
	padding-top: 256px;
	background-color: #4C4298;
}

.footer-purple img {
	max-width: 100%;
}

.footer-bottom,
.footer-purple img:last-child,
.footer-purple-QRCode {
	display: none;
}

.en-footer-purple {
	text-align: center;
	padding: 138px 0;
	background: url(/web2024/en_ey007.png);
	background-size: 100% 100%;
}

.en-footer-purple-QRCode {
	display: block;
	margin: 0 auto 48px;
}

.en-footer-purple p {
	font-size: 16px;
	color: #fff;
}
.en-footer-purple p a{display: block;color: white}
@media (max-width: 1430px) {
	.header-box,
	.header-navItem-box,
	.footer-box {
		width: 996px;
	}
	
	.header-logo {
		width: 32%;
	}
	
	.header-rightBox {
		width: 68%;
	}


	.header-nav>ul>li>a {
		font-size: 16px;
	}
	
	.header-btn a i {
		font-size: 18px;
	}
	
	.header-btn a:first-child i {
		font-size: 20px;
	}
	
	.header-btn a p {
		font-size: 12px;
	}
	
	.header-btn a {
		padding: 0 15px 0 10px;
	}
	
	.header-btn a img {
		margin: 0;
	}
	
	.header-nav {
		margin-top: 5px;
	}
	
	.header-navItem-title {
		padding-right: 78px;
	}
	
	.header-navItem-title h3 {
		font-size: 24px;
	}
	
	.header-navItem-title p {
		font-size: 12px;
		margin: 10px 0;
	}
	
	.header-navItem-list {
		padding: 0 15px 0 25px;
	}
	
	.header-navItem-list>ol>li, .header-navItem-list-box>dd {
		width: 100px;
		margin: 0 15px;
	}
	
	.header-navItem-list-box>dd {
		margin-left: 60px;
	}
	
	.header-navItem-btn {
		padding-left: 40px;
	}
	
	.header-navItem-list>dl>dd {
		width: 160px;
		margin: 0 7px;
	}
	
	.info .header-navItem-list>dl>dd {
		width: 115px;
	}
	
	.info .header-navItem-list>dl>dd>i {
		margin-left: 0;
	}
	
	.footer-box-link {
		width: 700px;
	}
	
	.footer-box-link a {
		width: 220px;
	    margin-right: 20px;
	}
}

@media (max-width: 992px) {
	.header-box, .header-navItem-box, .footer-box {
		width: auto;
	}
	.header-logo.en_logo img{
		max-width: 100%;
	}
	.header-nav,
	.header-btn,
	.en-header-btn
	 {
		display: none !important;
	}
	
	.header-logo {
		padding: 0;
	}
	
	.header-box {
		padding: 20px;
		position: relative;
	}
	
	.header-menu {
		display: block;
		float: right;
		transform: translateY(12px);
	}
	
	.header-menu p {
		width: 50px;
		height: 4px;
		margin: 10px 0;
		background: #4C4398;
		transition: .5s;
	}
	
	.active .bar1 {
	    -webkit-transform: rotate(-45deg)translate(-8px, 7px);
	    transform: rotate(-45deg)translate(-8px, 7px);
	}
	
	.active .bar2 {
		opacity: 0;
	}
	
	.active .bar3 {
	    -webkit-transform: rotate(45deg)translate(-12px, -12px);
	    transform: rotate(45deg)translate(-12px, -12px);
	}
	
	.header-menu-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #FFFFFF;
		z-index: 9999999;
		display: none;
	}
	
	.header-menu-nav-btn {
		height: 70px;
		line-height: 70px;
		text-align: center;
		background: #64579C;
	}
	
	.header-menu-nav-btn span {
		font-family: Microsoft YaHei;
		font-weight: 400;
		font-size: 22px;
		color: #B1A7D2;
		display: inline-block;
		padding: 0 40px;
	}
	
	.header-menu-nav-btn span i {
		font-size: 31px;
		vertical-align: middle;
	}

	.header-menu-nav-btn a:first-child {
		display: none;
	}
	
	.header-menu-nav-btn a:first-child span {
		position: relative;
	}
	
	.header-menu-nav-btn a:first-child span::before {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 1px;
		height: 32px;
		background-color: #D8D4E8;
	}
	
	.header-menu-nav-search {
		padding: 30px 20px;
	}
	
	.search-box {
		background: #FFFFFF;
		box-shadow: 0px 4px 10px 0px rgba(230,230,230,0.8);
		border-radius: 35px;
		border: 1px solid #4C4398;
	}
	
	.search-box input {
		float: left;
		border-radius: 35px 0 0 35px;
		line-height: 70px;
		width: calc(100% - 74px);
		font-size: 24px;		
		padding-left: 35px;
	}
	
	.search-box #submitbuttom {
		float: right;
		width: 54px;
		height: 54px;
		line-height: 54px;
		text-align: center;
		background: #4C4398;
		border-radius: 27px;
		margin: 10px;
		cursor: pointer;
	}
	
	.search-box #submitbuttom i {
		font-size: 26px;
		color: #FFFFFF;
	}
	
	.header-menu-nav>ul {
		padding: 0 50px 25px;
		box-shadow: 0px 2px 5px 0px rgba(230,230,230,0.7);
	}
	
	.header-menu-nav>ul li {
		border-bottom: 1px solid #D2D2D2;
		cursor: pointer;
	}
	
	.header-menu-nav>ul>li:last-child {
		border: none;
	}
	
	.header-menu-nav>ul li>a {
		font-family: Microsoft YaHei;
		font-weight: 400;
		font-size: 26px;
		color: #333333;
		width: 88%;
		display: inline-block;
		text-align: left;
		margin: 18px 0;
	}
	
	.header-menu-nav>ul li>span {
		width: 10%;
		display: inline-block;
	}
	
	.header-menu-nav>ul li>span i {
		display: inline-block;
		color: #999999;
		font-size: 20px;
		font-weight: bold;
	} 
	
	.header-menu-nav>ul li>ol {
		display: none;
	}
	
	.header-menu-nav>ul .active>ol {
		display: block;
	}
	
	.header-menu-nav>ul .active span i {
		t-webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform 0.5s linear;
        transition: transform 0.5s linear;
	}
	
	.header-menu-nav>ul li>ol li {
		padding-left: 80px;
		border-top: 1px solid #D2D2D2;
		border-bottom: none;
	}
	
	.header-menu-nav>ul li>ol li a {
		width: 100%;
	}
	
	.footer-white {
		display: none;
	}
	
	.footer-purple {
		padding: 0;
		position: relative;
		height: 253px;
		background: url(/web2024/ey007.jpg);
		background-repeat: no-repeat; /* 防止背景图片重复 */
		background-position: bottom center; /* 背景图片放置在底部中间 */
		background-size: cover; /* 背景图片覆盖整个容器 */
	}
	
	.footer-purple-QRCode {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
	}
	
	.footer-purple img:first-child {
		display: none;
	}
	
	.footer-bottom {
		display: block;
		background-color: #766AAC;
		padding: 20px 0;
	}
	
	.footer-bottom span {
		margin-right: 5px;
	}
	
	.footer-bottom span:last-child {
		margin-right: 0;
	}
	
	.footer-bottom span,
	.footer-bottom span a {
		font-family: Microsoft YaHei;
		font-weight: 400;
		font-size: 18px;
		color: #FFFFFF;
	}
}

@media (max-width: 768px) {
	.header-menu-nav-btn span {
		font-size: 14px;
		padding: 0 5px
	}
	
	.header-menu-nav-btn span i {
		font-size: 20px;
	}
	
	.header-menu-nav-btn a:first-child span::before {
		height: 18px;
		right: -3px;
	}
	
	.header-menu-nav-btn {
		height: 50px;
		line-height: 50px;
	}
	
	.header-menu-nav-search,
	.header-box {
		padding: 10px 15px;
	}
	
	.search-box #submitbuttom i {
		font-size: 20px;
	}
	
	.search-box #submitbuttom {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin: 5px;
	}
	
	.search-box input {
		padding-left: 24px;
		line-height: 50px;
		width: calc(100% - 55px);
		font-size: 16px;
	}
	
	.header-menu-nav>ul {
		padding: 0 20px 30px;
	}
	
	.header-menu-nav>ul li>a {
		font-size: 16px;
		margin: 10px 0;
	}
	
	.header-menu-nav>ul li>span i {
		font-size: 14px;
	}
	
	.header-menu-nav>ul li>ol li {
		padding-left: 30px;
	}
	
	.header-logo{
		width: 58%;
	}
	
	.header-rightBox {
		width: 42%;
	}
	
	.footer-purple  {
		height: 200px;
	}

	.en-footer-purple {
		padding: 30px 0;
	}

	.en-footer-purple-QRCode {
		margin: 0 auto 20px;
	}

	.en-footer-purple p {
		font-size: 12px;
	}
	
	.footer-bottom span, .footer-bottom span a {
		font-size: 14px;
	}
	
	.footer-bottom {
		padding: 12px 15px;
	}
	
	.footer-bottom span:first-child {
		display: block;
	}
}

@media (max-width: 500px) {
	.header-menu {
		transform: translateY(12px);
	}
	
	.header-menu p {
		width: 25px;
		height: 2px;
		margin: 7px 0;
	}
	
	.active .bar3 {
		-webkit-transform: rotate(45deg) translate(-12px, -12px);
		transform: rotate(45deg) translate(-5px, -5px);
	}
}

@media (max-width: 400px) {
	.header-menu {
		transform: translateY(6px);
	}
	
	.header-menu p {
		width: 25px;
		height: 2px;
		margin: 7px 0;
	}
	
	.active .bar3 {
		-webkit-transform: rotate(45deg) translate(-12px, -12px);
		transform: rotate(45deg) translate(-5px, -5px);
	}
	
	.header-menu-nav-btn span {
		font-size: 12px;
		padding: 0 2px;
	}
	
	.header-menu-nav-btn a:first-child span {
		padding-left: 0;
	}
	
	.header-menu-nav-btn a:last-child span {
		padding-right: 0;
	}
	
	.header-menu-nav-btn {
		padding: 0 15px;
	}
	
	.header-menu-nav-btn span i {
		font-size: 16px;
	}
	
	.footer-purple  {
		height: 150px;
	}
	
	.footer-purple img {
		width: 80px;
		height: 100px;
	}
}