body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}
body {
	color: #333333;
	font-size: 14px;
	position: relative;
	font-family: arial;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #000000;
	text-decoration: none !important;
}
a:hover {
	color: #0014dc;
	text-decoration: none !important;
}
em {
	font-style: normal;
}
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	word-wrap: break-word;
}
input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus {
    outline: none;
}
*::selection {
	background-color: #0014dc;
    color: white;
}
*::-moz-selection {
	background-color: #0014dc;
    color: white;
}
*::-webkit-selection {
	background-color: #0014dc;
    color: white;
}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
@media only screen and (max-width: 991px) {
	.container {
		padding: 0;
		width: 650px;
	}
}
@media only screen and (max-width: 750px) {
	.container {
		width: 340px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		padding: 0;
		width: 970px;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 1100px;
	}
	/*滚动条样式*/
	::-webkit-scrollbar {/*滚动条整体样式*/
		width: 0px;
		border-radius: 0px;
	}
	::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
		border-radius: 0px;
		background-color: transparent;
	}
	::-webkit-scrollbar-track {/*滚动条里面轨道*/
		background: transparent;
		-webkit-box-shadow: inset 0px 0px 0px transparent;
	}
}
@media only screen and (min-width: 1400px) {
	.container {
		width: 1300px;
	}
}
@media only screen and (min-width: 1650px) {
	.container {
		width: 1575px;
	}
}
/*公共头部样式*/
header {
	top: 0px;
	left: 0px;
	width: 100%;
    z-index: 100;
	height: 100px;
	position: absolute;
}
.logo {
	z-index: 1;
	float: left;
	width: 165px;
	height: 55px;
	display: block;
	overflow: hidden;
	margin: 23px 100px;
	position: relative;
}
.logo img {
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
	position: absolute;
}
.logo img:nth-of-type(2) {
	opacity: 0;
}
.header-icon {
	z-index: 1;
	float: right;
	width: 100px;
	height: 100px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	background-color: #0014dc;
}
.header-icon li {
	top: 50%;
	left: 50%;
	width: 40px;
	height: 6px;
	overflow: hidden;
	border-radius: 3px;
	position: absolute;
	background-color: #ffffff;
}
.header-icon li:nth-of-type(1) {
	transition: all 0.5s;
	margin: -18px 0 0 -20px;
}
.header-icon li:nth-of-type(2) {
	margin: -3px 0 0 -20px;
	transition: all 0.2s 0.3s;
}
.header-icon li:nth-of-type(3) {
	transition: all 0.5s;
	margin: 12px 0 0 -20px;
}
.header-icon.icon-click li:nth-of-type(1) {
	transform: rotate(45deg);
	margin: -3px 0 0 -20px;
}
.header-icon.icon-click li:nth-of-type(2) {
	opacity: 0;
	transition: all 0s 0s;
}
.header-icon.icon-click li:nth-of-type(3) {
	transform: rotate(-45deg);
	margin: -3px 0 0 -20px;
}
.header-right {
	top: 0px;
	width: 460px;
	right: -460px;
	position: fixed;
	overflow: hidden;
	background-color: #ffffff;
}
.header-top {
	overflow: hidden;
	margin-left: 65px;
	position: relative;
	width: calc(100% - 165px);
	height: calc(100% - 100px);
}
.header-menu {
	width: 100%;
	overflow: hidden;
	margin-top: 135px;
	position: relative;
}
.header-menu li {
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px;
	border-bottom: 1px solid #bbc4c8;
}
.header-menu h4 {
	width: 100%;
	height: 45px;
	font-size: 18px;
	overflow: hidden;
	line-height: 45px;
	padding: 0 0 0 2px;
	position: relative;
	text-transform: uppercase;
}
.header-menu li:nth-of-type(2) h4:after,.header-menu li:nth-of-type(5) h4:after {
	top: 18px;
	right: 13px;
	content: '';
	width: 16px;
	height: 8px;
	display: block;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	background-size: 100%;
	transition: transform 0.35s;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://website-xzball.oss-cn-shanghai.aliyuncs.com/website-xzball/image/legacy/en/Dist/img/menu-down.png);
}
.header-menu li.active h4:after {
	transform: rotateX(180deg);
}
.header-menu h4 a {
	color: #778186;
}
.header-menu .two-menu {
	width: 100%;
	display: none;
	overflow: hidden;
	padding: 0 10px 10px;
}
.header-menu .two-menu p {
	width: 100%;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
}
.header-menu .two-menu p a {
	color: #778186;
}
.header-menu .two-menu p a:hover,.header-menu h4 a:hover {
	color: #0014dc;
}
.header-button {
	left: 0px;
	width: 100%;
	bottom: 40px;
	overflow: hidden;
	text-align: center;
	position: absolute;
}
.header-en {
	float: left;
	width: 120px;
	height: 60px;
	overflow: hidden;
	position: relative;
	margin-right: 25px;
	border-radius: 30px;
	border: 3px solid #e4e8e9;
	background-color: #e4e8e9;
}
.header-en a {
	z-index: 1;
	float: left;
	width: 54px;
	height: 54px;
	display: block;
	overflow: hidden;
	line-height: 54px;
	border-radius: 50%;
	position: relative;
}
.header-en:before {
	top: 0px;
	left: 0px;
	content: '';
	width: 54px;
	height: 54px;
	display: block;
	overflow: hidden;
	position: absolute;
	border-radius: 50%;
	background-color: #ffffff;
}
.header-en a:last-of-type {
	float: right;
}
.header-en a.active {
	color: #0014dc;
}
.header-search {
	float: left;
	width: 60px;
	height: 60px;
	color: #0014dc;
	cursor: pointer;
	font-size: 20px;
	overflow: hidden;
	line-height: 54px;
	position: relative;
	border-radius: 30px;
	border: 3px solid #e4e8e9;
	background-color: #ffffff;
}
.header-bottom {
	width: 100%;
	height: 100px;
	color: #778186;
	font-size: 12px;
	overflow: hidden;
	line-height: 20px;
	padding: 40px 65px;
	background-color: #e1eaee;
}
.header-bottom a {
	height: 15px;
	color: #778186;
	line-height: 15px;
	margin-right: 7px;
	position: relative;
	display: inline-block;
}
.header-bottom a:after {
	left: 0px;
	width: 0px;
	bottom: 0px;
	height: 1px;
	content: '';
	display: block;
	overflow: hidden;
	position: absolute;
	transition: all 0.35s;
	background-color: #0014dc;
}
.header-bottom a:hover {
	color: #0014dc;
}
.header-bottom a:hover:after {
	width: 100%;
}
.search-content {
	top: 0px;
	right: -50%;
	opacity: 0;
	width: 50%;
	height: 100%;
	z-index: 800;
	position: fixed;
	overflow: hidden;
	visibility: hidden;
	background: #9297ac;
	pointer-events: none;
	transition: all 0.5s ease;
}
.search-content.search-click {
	opacity: 1;
	right: 460px;
	visibility: visible;
	pointer-events: auto;
}
.search-content .search-x {
	width: 48px;
	height: 48px;
	float: right;
	cursor: pointer;
	overflow: hidden;
	margin: 30px 50px;
	border-radius: 50%;
	position: relative;
	background: #0014dc;
}
.search-content .search-x:before,.search-content .search-x:after {
	top: 50%;
	left: 50%;
	content: '';
	width: 24px;
	height: 2px;
	display: block;
	overflow: hidden;
	border-radius: 1px;
	position: absolute;
	background: #ffffff;
	margin: -1px 0 0 -12px;
	transform: rotate(45deg);
}
.search-content .search-x:after {
	transform: rotate(-45deg);
}
.search-content .search-input {
	top: 50%;
	left: 50%;
	width: 75%;
	color: #ffffff;
	overflow: hidden;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
}
.search-input input {
	width: 100%;
	border: none;
	color: #ffffff;
	display: block;
	font-size: 24px;
	overflow: hidden;
	line-height: 70px;
	background: transparent;
	border-bottom: 2px solid rgba(255,255,255,0.8);
}
.search-input input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.75);
}
.search-input input:-moz-placeholder {
	color: rgba(255,255,255,0.75);
}
.search-input input::-moz-placeholder {
	color: rgba(255,255,255,0.75);
}
.search-input input:-ms-input-placeholder {
	color: rgba(255,255,255,0.75);
}
.search-input span {
	top: 20px;
	right: 0px;
	font-size: 28px;
	position: absolute;
}
.search-input p {
	font-size: 16px;
	margin: 10px 0 0;
	line-height: 30px;
	text-align: right;
}
@media only screen and (max-width: 991px) {
	header {
		position: fixed;
		background-color: #ffffff;
	}
	.logo {
		margin: 23px 50px;
	}
	.header-right,.search-content {
		width: 100%;
		right: -100%;
	}
	.search-content.search-click {
		right: 0px;
	}
	.search-content .search-input {
		width: 650px;
	}
	.search-input input {
		font-size: 36px;
		line-height: 80px;
		border-bottom-width: 4px;
	}
	.search-input span {
		font-size: 40px;
	}
	.search-input p {
		font-size: 24px;
		margin: 20px 0 0;
		line-height: 40px;
	}
}
@media only screen and (max-width: 750px) {
	header {
		height: 70px;
	}
	.logo {
		margin: 15px;
		width: 120px;
		height: 40px;
	}
	.header-icon {
		width: 70px;
		height: 70px;
	}
	.header-icon li {
		width: 30px;
		height: 4px;
		border-radius: 2px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -12px 0 0 -15px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 8px 0 0 -15px;
	}
	.header-icon li:nth-of-type(2),.header-icon.icon-click li:nth-of-type(1),.header-icon.icon-click li:nth-of-type(3) {
		margin: -2px 0 0 -15px;
	}
	.header-top {
		width: 100%;
		padding: 0 25px;
		margin-left: 0px;
		height: calc(100% - 70px);
	}
	.header-menu {
		margin-top: 90px;
	}
	.header-menu h4 {
	    height: 40px;
	    font-size: 16px;
	    line-height: 40px;
	}
	.header-menu li {
	    margin: 0 0 5px;
	}
	.header-menu li:nth-of-type(2) h4:after, .header-menu li:nth-of-type(5) h4:after {
	    top: 16px;
	    width: 12px;
	}
	.header-menu .two-menu {
		padding: 0 10px 10px;
	}
	.header-menu .two-menu p {
	    height: 30px;
	    line-height: 30px;
	}
	.header-button {
		bottom: 20px;
		padding: 0 25px;
	}
	.header-en {
		width: 90px;
		height: 40px;
		border-width: 2px;
		margin-right: 15px;
		border-radius: 20px;
	}
	.header-en a {
		width: 36px;
		height: 36px;
		font-size: 12px;
		line-height: 36px;
	}
	.header-en:before {
		width: 36px;
		height: 36px;
	}
	.header-search {
		width: 40px;
		height: 40px;
		font-size: 16px;
		border-width: 2px;
		line-height: 36px;
		border-radius: 20px;
	}
	.header-bottom {
		height: 70px;
		line-height: 20px;
		padding: 15px 25px;
	}
	.search-content .search-x {
	    margin: 10px;
	}
	.search-content .search-input {
		width: 340px;
	}
	.search-input input {
		font-size: 18px;
		line-height: 50px;
		border-bottom-width: 2px;
	}
	.search-input span {
		top: 13px;
		font-size: 24px;
	}
	.search-input p {
		font-size: 14px;
		margin: 10px 0 0;
		line-height: 20px;
	}
}
@media only screen and (min-width: 992px) {
	header {
		height: 65px;
	}
	.logo {
		width: 130px;
		height: 43px;
		margin: 11px 50px;
	}
	.header-icon {
		width: 65px;
		height: 65px;
	}
	.header-icon li {
		width: 30px;
		height: 4px;
		border-radius: 2px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -12px 0 0 -15px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 8px 0 0 -15px;
	}
	.header-icon li:nth-of-type(2),.header-icon.icon-click li:nth-of-type(1),.header-icon.icon-click li:nth-of-type(3) {
		margin: -2px 0 0 -15px;
	}
}
@media only screen and (min-width: 1200px) {
	header {
		height: 75px;
	}
	.logo {
		width: 150px;
		height: 50px;
		margin: 13px 70px;
	}
	.header-icon {
		width: 75px;
		height: 75px;
	}
	.header-icon li {
		width: 34px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -14px 0 0 -17px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 10px 0 0 -17px;
	}
	.header-icon li:nth-of-type(2),.header-icon.icon-click li:nth-of-type(1),.header-icon.icon-click li:nth-of-type(3) {
		margin: -2px 0 0 -17px;
	}
}
@media only screen and (min-width: 1400px) {
	header {
		height: 85px;
	}
	.logo {
		width: 165px;
		height: 55px;
		margin: 15px 85px;
	}
	.header-icon {
		width: 85px;
		height: 85px;
	}
	.header-icon li {
		width: 40px;
		height: 6px;
		border-radius: 3px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -18px 0 0 -20px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 12px 0 0 -20px;
	}
	.header-icon li:nth-of-type(2),.header-icon.icon-click li:nth-of-type(1),.header-icon.icon-click li:nth-of-type(3) {
		margin: -3px 0 0 -20px;
	}
}
@media only screen and (min-width: 1650px) {
	header {
		height: 100px;
	}
	.logo {
		margin: 23px 100px;
	}
	.header-icon {
		width: 100px;
		height: 100px;
	}
}
/*公共底部样式*/
footer {
	width: 100%;
	overflow: hidden;
}
.footer-top {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
	background: #2438e5;
}
.footer-left {
	width: 450px;
	color: #FFFFFF;
	overflow: hidden;
}
.footer-logo {
	overflow: hidden;
	position: relative;
}
.footer-logo img {
	top: 0px;
	left: 0px;
	width: 100%;
	position: absolute;
}
.footer-left p {
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	line-height: 25px;
}
.footer-left p span {
	float: left;
	display: block;
}
.footer-left p em,.footer-left p a {
	float: left;
	display: block;
}
.footer-top ul {
	width: 1000px;
	overflow: hidden;
}
.footer-top li {
	float: left;
	width: 180px;
	overflow: hidden;
}
.footer-top li h4 {
	width: 100%;
	font-size: 16px;
	margin: 0 0 20px;
	overflow: hidden;
	font-weight: bold;
	line-height: 25px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.footer-top a,.footer-menu a {
	color: #FFFFFF;
	position: relative;
	display: inline-block;
}
.footer-menu a {
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.footer-menu {
	width: 100%;
	overflow: hidden;
	line-height: 22px;
}
.footer-top li:nth-of-type(2) .footer-menu {
	width: 370px;

}
.footer-menu p {
	width: 100%;
	height: 22px;
	margin: 0 0 10px;
	overflow: hidden;
}
.footer-bottom {
	width: 100%;
	color: #778186;
	font-size: 12px;
	padding: 20px 0;
	overflow: hidden;
	line-height: 15px;
	background: #FFFFFF;
}
.footer-bottom a {
	margin: 0 5px;
	color: #778186;
	line-height: 15px;
	position: relative;
	display: inline-block;
}
.footer-bottom p:last-of-type a {
	margin: 0;
}
.footer-top a:after,.footer-bottom a:after {
	left: 0;
	bottom: 0;
	width: 0px;
	height: 1px;
	content: '';
	display: block;
	overflow: hidden;
	position: absolute;
	background: #FFFFFF;
	transition: all 0.3s ease-in-out;
}
.footer-top a:hover:after {
	width: 100%;
}
.footer-bottom a:hover {
	color: #0014dc;
}
.footer-bottom a:hover:after {
	width: 100%;
	background: #0014dc;
}
@media only screen and (max-width: 991px) {
	.footer-top {
		padding: 0 0 50px;
		background: #ffffff;
	}
	.footer-left,.footer-top ul,.footer-top li:nth-of-type(2) .footer-menu {
		width: 100%;
	}
	.footer-logo {
		width: 182px;
		height: 182px;
		margin: 55px 0;
	}
	.footer-logo img:nth-of-type(1) {
		opacity: 0;
	}
	.footer-left p {
		color: #333333;
		font-size: 24px;
		line-height: 35px;
	}
	.footer-left p em,.footer-left p a {
		line-height: 35px;
		max-width: calc(100% - 120px);
	}
	.footer-top li {
		width: auto;
		margin: 80px 0 0;
	}
	.footer-top li:nth-of-type(2) {
		margin: 80px 70px 0;
	}
	.footer-top li h4 {
		font-size: 32px;
		margin: 0 0 25px;
		line-height: 35px;
		padding: 0 0 25px;
	}
	.footer-top a {
		color: #333333;
		line-height: 26px;
	}
	.footer-menu a {
		line-height: 28px;
	}
	.footer-menu p {
		height: 35px;
		font-size: 24px;
		line-height: 35px;
	}
	.footer-bottom {
		color: #FFFFFF;
		padding: 30px 0;
		font-size: 24px;
		line-height: 35px;
		background: #2438e5;
	}
	.footer-bottom a {
		color: #FFFFFF;
		line-height: 28px;
		margin: 0 10px 0 0;
	}
}
@media only screen and (max-width: 750px) {
	.footer-top {
		padding: 0 0 30px;
	}
	.footer-logo {
		width: 95px;
		height: 95px;
		margin: 30px 0;
	}
	.footer-left p {
		margin: 5px 0 0;
		font-size: 14px;
		line-height: 20px;
	}
	.footer-left p em,.footer-left p a {
		line-height: 20px;
		max-width: calc(100% - 70px);
	}
	.footer-top li {
		margin: 40px 0 0;
	}
	.footer-top li:nth-of-type(2) {
		margin: 40px 25px 0;
	}
	.footer-top li h4 {
		font-size: 18px;
		margin: 0 0 10px;
		line-height: 25px;
		padding: 0 0 10px;
	}
	.footer-top a,.footer-menu a {
		line-height: 16px;
	}
	.footer-top li:nth-of-type(2) .footer-menu {
		column-gap: 10px;
	}
	.footer-menu p {
		height: 20px;
		margin: 0 0 5px;
		font-size: 14px;
		line-height: 20px;
	}
	.footer-bottom {
		padding: 15px 0;
		font-size: 12px;
		line-height: 18px;
	}
	.footer-bottom a {
		line-height: 16px;
		margin: 0 5px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.footer-top {
		padding: 40px 0;
	}
	.footer-left {
		float: left;
		width: 400px;
		padding: 5px 0 0;
	}
	.footer-logo {
		width: 100px;
		height: 100px;
		margin: 0 0 30px;
	}
	.footer-logo img:nth-of-type(2) {
		opacity: 0;
	}
	.footer-left p {
		font-size: 14px;
		line-height: 20px;
	}
	.footer-left p em,.footer-left p a {
		line-height: 20px;
		max-width: calc(100% - 70px);
	}
	.footer-top a:after {
		bottom: 1px;
	}
	.footer-top ul {
		float: right;
		width: 550px;
	}
	.footer-top li,.footer-top li:nth-of-type(2) {
		width: 180px;
	}
	.footer-top li:nth-of-type(4) {
		width: 115px;
	}
	.footer-top li h4 {
		font-size: 14px;
		margin: 0 0 10px;
		line-height: 20px;
		padding: 0 0 10px 5px;
	}
	.footer-menu {
		padding: 0 0 0 5px;
	}
	.footer-top li:nth-of-type(2) .footer-menu {
		width: 220px;
	}
	.footer-menu p {
		height: 20px;
		font-size: 12px;
		margin: 0 0 5px;
		line-height: 20px;
	}
	.footer-bottom {
		padding: 10px 0;
	}
	.footer-bottom p {
		float: left;
	}
	.footer-bottom p:last-of-type {
		float: right;
	}
}
@media only screen and (min-width: 1200px) {
	.footer-logo {
		width: 120px;
		height: 120px;
		margin: 0 0 40px;
	}
	.footer-top ul {
		width: 680px;
	}
	.footer-top li,.footer-top li:nth-of-type(2) {
		width: 220px;
	}
	.footer-top li:nth-of-type(4) {
		width: 145px;
	}
	.footer-top li h4 {
		margin: 0 0 15px;
	}
	.footer-top li:nth-of-type(2) .footer-menu {
		width: 250px;
	}
	.footer-bottom {
		padding: 15px 0;
	}
}
@media only screen and (min-width: 1400px) {
	.footer-top {
		padding: 50px 0;
	}
	.footer-left {
		width: 430px;
		padding: 10px 0 0;
	}
	.footer-logo {
		width: 137px;
		height: 137px;
		margin: 0 0 50px;
	}
	.footer-left p {
		font-size: 16px;
		line-height: 25px;
	}
	.footer-left p em,.footer-left p a {
		line-height: 25px;
		max-width: calc(100% - 80px);
	}
	.footer-top a:after {
		bottom: 2px;
	}
	.footer-top ul {
		width: 800px;
	}
	.footer-top li,.footer-top li:nth-of-type(2) {
		width: 260px;
	}
	.footer-top li:nth-of-type(4) {
		width: 168px;
	}
	.footer-top li h4 {
		font-size: 16px;
		margin: 0 0 20px;
		line-height: 25px;
		padding: 0 0 15px 10px;
	}
	.footer-menu {
		padding: 0 0 0 10px;
	}
	.footer-top li:nth-of-type(2) .footer-menu {
		width: 300px;
	}
	.footer-menu p {
		height: 22px;
		font-size: 14px;
		margin: 0 0 10px;
		line-height: 22px;
	}
	.footer-bottom {
		padding: 20px 0;
	}
}
@media only screen and (min-width: 1650px) {
	.footer-left {
		width: 660px;
	}
	.footer-logo {
		margin: 0 0 55px;
	}
	.footer-top ul {
		width: 810px;
	}
	.footer-top li,.footer-top li:nth-of-type(2) {
		width: 270px;
	}
	.footer-top li:nth-of-type(4) {
		width: 210px;
	}
	.footer-top li:nth-of-type(2) .footer-menu {
		width: 370px;
	}
}
/*公共顶部banner样式*/

/*公共内容部分*/
