@import url('swiper-bundle.min.css');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	transition: 0.5S;
	scroll-behavior: smooth;
	height: 100%;
	scroll-padding-top: 15%;
}

html body {
	height: 100%;
	max-width: 1920px;
	overflow-x: hidden;
	margin: 0 auto;
	font-family: "微软雅黑" !important;
/*	font-family: Arial, Helvetica, sans-serif;*/
	position: relative;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
}

html body input {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family: "微软雅黑" !important;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	border: none;
	outline: none;
}

html body img {
	display: block;
	transition: 0.4s;
}

html body i {
	display: inline-block;
	transition: 0.3s;
}

html body a {
	display: inline-block;
	color: #333;
	text-decoration: none;
}

html body a[rel~='nofollow'] img,
html body a[rel~='sponsored'] img,
html body a[rel~='ugc'] img {
	outline: none !important;
}

html body a[rel~='nofollow'],
html body a[rel~='sponsored'],
html body a[rel~='ugc'] {
	outline: none !important;
}

html body span {
	display: inline-block;
}

html body a,
html body span,
html body li {
	transition: 0.3s;
}

html body .content {
	margin: auto;
	max-width: 1400px;
	width: calc(100% - 60px);
}

html body li {
	list-style: none;
}

.rightMenu {
	z-index: 999;
	display: none;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	position: fixed;
	right: 0px;
	transform: translateY(-50%);
	top: 50%;
}

.rightMenu>div {
	margin-top: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 47px;
	height: 47px;
	background-color: #333;
	border-radius: 8px;
	cursor: pointer;
}

.rightMenu>div a,
.rightMenu>div span {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

.rightMenu>div a:hover,
.rightMenu>div span:hover {
	background: #e6002d;
}

.rightMenu>div i {
	font-size: 22px;
	color: #fff;
}

.rightMenu .text {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	position: absolute;
	background: #e6002d;
	top: 0;
	right: 0;
	width: auto;
	min-width: 232px;
	height: 47px;
	border-radius: 8px;
	z-index: 0;
	opacity: 0;
	transform: translateX(110%) !important;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 4px 5px 0px;
}

.rightMenu .text i {
	margin-left: 6px;
	margin-bottom: 2px;
}

.rightMenu .auw {
	position: relative;
}

.rightMenu .auw a,
.rightMenu .auw span {
	transform: translateX(0);
}

@media screen and (min-width: 992px) {
	.rightMenu .auw:hover a {
		transform: translateX(200%);
	}

	.rightMenu .auw:hover .text {
		opacity: 1;
		z-index: 2;
		transform: translateX(0%) !important;
	}
}

.rightMenu .goTop>a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rightMenu .wx {
	cursor: pointer;
	position: relative;
}

.rightMenu .wx:hover {
	background: #e6002d;
}

.rightMenu .wx>.hide_box {
	display: none;
	position: absolute;
	right: calc(100% + 5px);
	text-align: center;
	color: #666;
	text-align: center;
	background: #fff;
	box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.07);
}

@media screen and (min-width: 992px) {
	.rightMenu .wx:hover>.hide_box {
		display: block;
	}
}

/* nav */
.xnav {
	display: none;
}

.nav {
	position: fixed;
	width: 35px;
	height: 23px;
	background: #e6002d;
	right: 2.5%;
	top: 18px;
	cursor: pointer;
	border-radius: 5px;
	z-index: 9999999999;
}

.nav span {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	transition: 0.8s;
	z-index: 99999991;
}

.nav .nav1 {
	margin-top: -1px;
}

.nav .nav2 {
	margin-top: -8px;
}

.nav .nav3 {
	margin-top: 6px;
}

.navh .nav1 {
	transform: rotate(45deg);
}

.navh .nav2 {
	transform: rotate(-45deg);
	width: 10px;
	margin-left: -1px;
	margin-top: -5px;
}

.navh .nav3 {
	transform: rotate(-45deg);
	width: 9px;
	margin-top: 3px;
	margin-left: -8px;
}

.smdaohang {
	position: fixed;
	width: 280px;
	height: 100%;
	opacity: 0;
	overflow: auto;
	top: 0px;
	right: -200%;
	background: #ccc;
	z-index: 9999999;
	transition: 0.5s;
	text-align: center;
}

.smdaohangh {
	right: 0px;
	opacity: 1;
}

.topnav {
	margin: auto;
	margin-top: 30px;
	padding: 20px;
}

ul.topnav li {
	text-align: left;
	position: relative;
}

ul.topnav li a {
	padding: 15px 5px;
	padding-left: 0px;
	color: #333;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	padding-right: 50px;
	border-bottom: 1px dashed #fff;
}

ul.topnav ul {
	display: none;
}

ul.topnav ul li {
	clear: both;
}

ul.topnav ul li a {
	padding: 10px 5px;
	padding-left: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	outline: 0;
	border: none;
}

ul.topnav ul ul li a {
	padding-left: 40px;
	font-size: 12px;
	font-size: 1.2rem;
}

ul.topnav ul ul {
	border-top: 1px dashed rgba(255, 255, 255, 0.5);
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

ul.topnav ul ul ul li a {
	padding-left: 60px;
}

ul.topnav span {
	display: block;
	position: absolute;
	right: 0px;
	top: 15px;
	width: 20px;
	height: 20px;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	border-radius: 50%;
	transition: 0.5s;
}

ul.topnav span:before {
	content: "";
	width: 6px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: 0px;
	transform: rotate(45deg);
	transform-origin: right center;
}

ul.topnav span:after {
	content: "";
	width: 6px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -1px;
	transform: rotate(-45deg);
	transform-origin: right center;
	transition: 0.5s;
}

ul.topnav span.yizi {
	transform: rotate(90deg);
}

.smdaohang form {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 240px;
	height: 26px;
	border: 1px solid #fff;
	position: relative;
	background: #fff;
}

.smdaohang form .iptc {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 80%;
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
}

.smdaohang form .ipsc {
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	background: transparent;
	position: relative;
	z-index: 99;
}

.smdaohang form i {
	position: absolute;
	right: 10px;
	top: 0px;
}

@media screen and (max-width: 768px) {
	.daohang2 {
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	.daohang2 a {
		float: left;
		width: 25%;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 24px;
		text-align: center;
	}

	.daohang,
	.daohang1 {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.xnav {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.nav {
		top: 16px;
	}
}

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1;
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
	transition: left 0.4s ease, -moz-transform 0.4s ease;
	transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight 0.4s ease-out;
	animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft 0.4s ease-out;
	animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
	right: 2%;
}

.baguetteBox-button#previous-button {
	left: 2%;
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: -30px;
	}

	100% {
		margin-left: 0;
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: -30px;
	}

	100% {
		margin-left: 0;
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 0;
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 0;
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

.big_title {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #333333;
	position: relative;
	text-align: center;
	padding-top: 11px;
}

.big_title::before {
	content: '';
	position: absolute;
	width: 133px;
	height: 14px;
	background: url('../img/title_back.png') no-repeat center;
	background-size: cover;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
}

.big_title a {
	color: #333;
}

.big_title a:hover {
	color: #e6002d;
}

.title_left.big_title {
	text-align: left;
}

.title_left.big_title::before {
	left: 0;
	transform: translateY(-100%);
}

.small_title {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.small_title a {
	display: block;
	color: #333;
}

.small_title a:hover {
	color: #e6002d;
}

.imgBox {
	width: 100%;
}

.imgBox a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.imgBox a img:hover {
	transform: scale(1.05);
}

.imgBox img {
	max-width: 100%;
	margin: auto;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header {
	background-color: rgba(0, 0, 0, 0.6);
}

header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10;
	max-width: 1920px;
	transition: 0.3s;
	background-color: #fff;
}

header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px auto;
	width: calc(100% - 40px);
	max-width: 1708px;
}

header .center {
	display: flex;
	align-items: center;
	margin-left: 20px;
}

header .logoBox {
	width: 217px;
	flex-shrink: 0;
	padding-top: 2px;
	padding-bottom: 3px;
}

header .logoBox a {
	display: block;
}

header .logoBox img {
	width: 100%;
}

header .menuOne.active>a {
	color: #fff !important;
}

header .menuOne.active>a::before {
	background: #e6002d;
}

header .menuOne.menuactive>a {
	color: #fff !important;
}

header .menuOne.menuactive>a::before {
	background: #e6002d;
}

header .menuOne {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 26px;
	color: #333333;
	margin-right: 50px;
	position: relative;
}

header .menuOne>a {
	color: #333333;
	padding: 28px 16px 26px;
	position: relative;
	text-transform: uppercase;
}

header .menuOne>a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: 0.3s;
	background: transparent;
	z-index: -1;
}

header .menuOne>a:hover {
	color: #fff !important;
}

header .menuOne>a:hover::before {
	background: #e6002d;
}

header .menuOne .active>a {
	color: #fff;
	background: #e6002d;
}

header .menuOne .menuactive>a {
	color: #fff;
	background: #e6002d;
}

header .menuOne:nth-last-of-type(2) {
	margin-right: 0px !important;
}

header .sousuo {
	margin-left: 74px;
}

header .sousuo .search {
	cursor: pointer;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
}

header .sousuo .search:hover {
	color: #e6002d;
}

header .sousuo .form_zz {
	display: none;
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.6);
}

header .sousuo .form_box {
	padding: 6% 30px;
	background: #fafafa;
	z-index: 2;
	position: relative;
}

header .sousuo .search_hide {
	position: absolute;
	font-size: 20px;
	right: 20px;
	top: 5px;
	cursor: pointer;
	color: #333;
}

header .sousuo .search_hide:hover {
	color: #e6002d;
}

header .sousuo form {
	overflow: hidden;
	border-bottom: 1px solid #333;
	z-index: 2;
	margin: 0px auto;
	width: 600px;
	max-width: 100%;
	display: flex;
	align-items: center;
	padding: 0px 5px;
}

header .sousuo form input:nth-of-type(1) {
	height: 42px;
	line-height: 30px;
	border-radius: 4px;
	font-size: 18px;
	color: #2f3135;
	background: none;
	width: 100%;
	flex: 1;
}

header .sousuo form input:nth-of-type(2) {
	line-height: 33px;
	font-size: 20px;
	background: none;
	color: #333;
	cursor: pointer;
	transition: 0.3s;
	margin-left: 10px;
}

header .sousuo form input:nth-of-type(2):hover {
	color: #e6002d;
}

header .ul {
	min-width: 245px;
	position: absolute;
	display: none;
	left: 100%;
	top: 0;
	padding-left: 5px;
}

header .ul div {
	background: #fff;
}

header .ul li:nth-of-type(1) {
	margin-top: 0px;
}

header .ul li {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333;
	position: relative;
}

header .ul li a {
	display: block;
	padding: 0px 20px;
	color: #333;
	white-space: nowrap;
	position: relative;
}

header .ul li a:hover {
	background: #e6002d;
	color: #fff;
}

header .ul1 {
	left: 0px;
	top: 100%;
	padding-left: 0px !important;
}

header .lang {
	position: relative;
	cursor: pointer;
	margin-right: 23px;
}

header .lang:hover p {
	background: #fff;
}

header .lang:hover i,
header .lang:hover .xiangxia,
header .lang:hover span {
	color: #333;
	transition: 0s;
}

header .lang .lang_box {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	cursor: pointer;
}

header .lang .lang_box:hover .xiangxia {
	color: #e62129;
}

header .lang .lang_box:hover .icon-diqiu {
	color: #e62129;
}

header .lang .lang_box:hover span {
	color: #e62129;
}

header .lang .lang_box .icon-diqiu {
	font-size: 22px;
	color: #333333;
}

header .lang .lang_box .xiangxia {
	font-size: 12px;
	color: #333333;
}

header .lang .lang_box span {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	margin: 0px 4px;
}

header .lang>ul {
	display: none;
	position: absolute;
	width: 100px;
	background-color: #fff;
	top: 105%;
	right: 0px;
	border: 1px solid #e62129;
	border-radius: 5px;
	z-index: 1;
}

header .lang>ul li a {
	text-align: center;
	display: block;
	line-height: 28px;
	border-bottom: 1px dashed #e62129;
}

header .lang>ul li a:hover {
	color: #e62129;
}

header .ul_dif {
	max-height: 80vh;
	overflow: auto;
	background: #fff;
	box-shadow: 11px 11px 27px 0px rgba(69, 69, 69, 0.16);
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	padding: 31px 0px 60px;
	display: none;
}

header .ul_dif::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

header .ul_dif::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

header .ul_dif::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

header .ul_dif .box {
	width: calc(100% - 40px);
	max-width: 1718px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

header .ul_dif .imgBox {
	width: 43.636363%;
	max-width: 360px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 49px;
	flex-shrink: 0;
}

header .ul_dif li {
	width: 48.03%;
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
}

header .ul_dif .r_box {
	width: 100%;
	flex: 1;
}

header .title {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	position: relative;
}

header .title a {
    color: #333;
    padding-bottom: 12px;
}

header .title a::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    background:#e6002d;
    transition: .3s;
    left: 0;
    bottom: -1px;
}

header .title a:hover {
    color: #e6002d;
}

header .title a:hover::before{
    width: 100%;
}

header .describe {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	border-top: 1px solid #e3e3e3;
	padding-top: 12px;
}

header .describe p {
	position: relative;
	padding-left: 15px;
}

header .describe p::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #e6002d;
	border-radius: 50%;
	left: 1px;
	top: 11px;
}

.buttonBox {
	display: flex;
	justify-content: flex-start;
}

.buttonBox a,
.buttonBox span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 200px;
	height: 45px;
	background-color: #e6002d;
	border: 1px solid #e6002d;
	border-radius: 8px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 0px 20px;
}

.buttonBox a:hover,
.buttonBox span:hover {
	color: #e6002d;
	background: #fff;
}

.bofangBox {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
}

.clear {
	clear: both;
}

.bannerBox img {
	width: 100%;
}

.bannerBox .banner_title2 {
	font-size: 60px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.padding_top {
	padding-top: 80px;
}

.index_banner .slideshow {
	position: relative;
}

.index_banner .slideshow .wp {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -166.5px;
}

.index_banner .slideshow .wp img {
	max-width: 100%;
	max-height: 80%;
}

.index_banner .slideshow .item a img {
	width: 100%;
	-webkit-transition: all 6s ease-out;
	-o-transition: all 6s ease-out;
	-moz-transition: all 6s ease-out;
	transition: all 6s ease-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index_banner .slideshow .item.slick-active img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.index_banner .slick-dots {
	position: absolute;
	width: 100%;
	bottom: 10%;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.index_banner .slick-dots li {
	display: block;
}

.index_banner .slick-dots li button {
	cursor: pointer;
	font-size: 0px;
	margin: 0px 6px;
	border: none;
	outline: none;
	width: 16px;
	height: 16px;
	display: block;
	border-radius: 50%;
	background: #fff;
	opacity: 0.5;
}

.index_banner .slick-dots li.slick-active button {
	opacity: 1;
	background: #e6002d;
}

.index_banner .slick-prev,
.index_banner .slick-next {
	width: 60px;
	height: 60px;
	background: transparent;
	border: 0px;
	font-size: 28px;
	cursor: pointer;
	z-index: 5;
	position: absolute;
	border-radius: 50%;
	color: #fff;
	border: 1px solid #fff;
	transition: 0.3s;
	top: 38.5%;
	transform: translateY(-50%);
}

.index_banner .slick-prev:hover,
.index_banner .slick-next:hover {
	border: 1px solid #e6002d;
	color: #e6002d;
}

.index_banner .slick-prev {
	left: 3.6%;
}

.index_banner .slick-next {
	right: 3.6%;
}

@media screen and (max-width: 1219px) {
	.index_banner .slideshow .wp {
		margin-left: -490px;
	}
}

@media screen and (max-width: 992px) {

	.index_banner .slick-prev,
	.index_banner .slick-next {
		display: none !important;
	}

	.index_banner .slideshow .wp {
		width: 100%;
		left: 0;
		margin-left: 0;
		height: 80%;
		top: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.index_banner .slick-dots {
		bottom: 10px;
	}
}

.index_banner .slideshow .item.slick-active.item_one img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index_banner .slideshow .item.slick-active.item_one.on img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.index_banner .slick-list,
.index_banner .slick-slider,
.index_banner .slick-track {
	position: relative;
	display: block;
}

.index_banner .slick-loading .slick-slide,
.index_banner .slick-loading .slick-track {
	visibility: hidden;
}

.index_banner .slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.index_banner .slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.index_banner .slick-list:focus {
	outline: 0;
}

.index_banner .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.index_banner .slick-slider .slick-list,
.index_banner .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.index_banner .slick-track {
	top: 0;
	left: 0;
}

.index_banner .slick-track:after,
.index_banner .slick-track:before {
	display: table;
	content: '';
}

.index_banner .slick-track:after {
	clear: both;
}

.index_banner .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.index_banner .slick-slide a {
	display: block;
}

.index_banner [dir=rtl] .slick-slide {
	float: right;
}

.index_banner .slick-slide img {
	display: block;
}

.index_banner .slick-slide.slick-loading img {
	display: none;
}

.index_banner .slick-slide.dragging img {
	pointer-events: none;
}

.index_banner .slick-initialized .slick-slide {
	display: block;
}

.index_banner .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.index_banner .slick-arrow.slick-hidden {
	display: none;
}

.index_banner .slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index_banner .slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

.index_banner .slick-dots .slide-count {
	display: none;
}

@media screen and (max-width: 991px) {
	.index_banner .slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

.index1 {
	padding-top: 90px;
}

.index1 .box {
	display: flex;
	flex-wrap: wrap;
}

.index1 figure {
	width: 29.857%;
	box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	transition: 0.3s;
	overflow: hidden;
	margin-left: 5.2145%;
	background: #fff;
	margin-top: 123px;
}

.index1 .active {
	background: #e6002d;
	transform: translateY(-54px);
}

.index1 .active .num {
	color: #fff;
	opacity: 0.2;
}

.index1 .active .describe {
	color: #fff;
}

.index1 .active .title {
	color: #fff;
}

.index1 .active .title a {
	color: #fff;
}

.index1 .active .logoBox::before {
	background: #fff;
}

.index1 .active .logo img:nth-of-type(1) {
	opacity: 0;
}

.index1 .active .logo img:nth-of-type(2) {
	opacity: 1;
}

.index1 .active .top::before {
	opacity: 0;
}

.index1 .active .top::after {
	opacity: 1;
}

.index1 figure:nth-of-type(3n+1) {
	margin-left: 0%;
}

.index1 .logoBox {
	width: 113px;
	height: 113px;
	position: relative;
}

.index1 .logoBox::before {
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	left: 0;
	top: 0;
	background: #e6002d;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.index1 .logo {
	width: 62px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
	transform: translate(8px, 7px);
}

.index1 .logo img {
	max-width: 100%;
	max-height: 100%;
}

.index1 .logo img:nth-of-type(2) {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	opacity: 0;
}

.index1 .num {
	font-size: 96px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 88px;
	letter-spacing: 0px;
	transition: 0.3s;
	color: #e6002d;
	opacity: 0.1;
	margin-right: 35px;
	margin-top: 12px;
}

.index1 .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}

.index1 .top::before {
	position: absolute;
	content: '';
	width: 148px;
	height: 100px;
	background: url('../img/index1_ia.png') no-repeat center;
	background-size: cover;
	left: 16%;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	transition: 0.3s;
}

.index1 .top::after {
	position: absolute;
	content: '';
	width: 148px;
	height: 100px;
	background: url('../img/index1_ib.png') no-repeat center;
	background-size: cover;
	left: 16%;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	opacity: 0;
	transition: 0.3s;
}

.index1 .title {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #e6002d;
}

.index1 .title a {
	color: #e6002d;
}

.index1 .describe {
	line-height: 26px;
	color: #666;
	margin-top: 15px;
}

.index1 .bottom {
	padding: 20px 38px 36px 22px;
}

.index2 {
	display: flex;
	flex-wrap: wrap;
	padding-top: 119px;
}

.index2 .big_num {
	font-size: 60px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #e6002d;
	margin-right: 5px;
}

.index2 .top {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	display: flex;
	align-items: flex-end;
	text-align: center;
	justify-content: center;
}

.index2 .j-hdata1 {
	margin-right: 5px;
}

.index2 .describe {
	color: #666;
	line-height: 28px;
	text-align: center;
	margin-top: 10px;
}

.index2 figure {
	width: 25%;
	padding: 0px 15px;
	border-left: 1px solid #dddddd;
}

.index2 figure:nth-of-type(1) {
	border-left: none;
}

.index_container {
	position: relative;
	margin-top: 117px;
	padding-bottom: 173px;
}

.index_container::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 78.03%;
	left: 0;
	bottom: 0;
	background: url('../img/index3_back.png') no-repeat center;
	background-size: cover;
	z-index: -1;
}

.index3 .big_title {
	display: flex;
	justify-content: flex-start;
}

.index3 .big_title a {
	display: block;
}

.index3 .imgBox {
	position: relative;
}

.index3 .zz {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.index3 .top {
	background-color: #ffffff;
	box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	overflow: hidden;
}

.index3 .r_box {
	width: 59.643%;
	float: right;
	margin-left: 3%;
}

.index3 .describe {
	line-height: 28px;
	color: #666;
	margin-top: 27px;
}

.index3 .l_box {
	padding: 57px 40px 30px 39px;
}

.index3 .buttonBox {
	margin-top: 40px;
}

.index3 .small_title {
	margin-top: 20px;
}

.index4 {
	padding-top: 86px;
}

.index4 .big_title::before {
	display: none;
}

.index4 .small_title {
	text-align: center;
	margin-top: 17px;
}

.index4 .buttonBox {
	justify-content: center;
	margin-top: 24px;
}

.index5 {
	padding-top: 44px;
}

.index5_menu {
	position: relative;
}

.index5_menu .sw_button div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.index5_menu .sw_button div:nth-of-type(1) {
	left: -10px;
	transform: translate(-100%, -50%);
}

.index5_menu .sw_button div:nth-of-type(2) {
	right: -10px;
	transform: translate(100%, -50%);
}

.index5_menu .logo {
	width: 48px;
	height: 46px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.index5_menu .logo img {
	max-width: 100%;
	max-height: 100%;
}

.index5_menu .logo img:nth-of-type(1) {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}

.index5_menu .swiper-slide {
	border-left: solid 1px #dfe1e5;
	padding: 16px 5px 12px 23px;
	position: relative;
	cursor: pointer;
	height: auto;
}

.index5_menu .swiper-slide::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, #e6002d 0%, rgba(255, 107, 13, 0.1) 80%);
	opacity: 0;
	transition: 0.3s;
}

.index5_menu .swiper-slide::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	background: #e6002d;
	transition: 0.3s;
}

.index5_menu .swiper-slide img {
	width: auto;
	height: auto;
}

.index5_menu .swiper-slide:hover::after {
	width: 100%;
}

.index5_menu .swiper-slide:hover::before {
	opacity: 0.1;
}

.index5_menu .swiper-slide:hover .logo img:nth-of-type(1) {
	opacity: 1;
}

.index5_menu .swiper-slide:hover .logo img:nth-of-type(2) {
	opacity: 0;
}

.index5_menu .swiper-slide:hover .title {
	color: #e6002d;
}

.index5_menu .swiper-slide:nth-of-type(1) {
	border-left: none;
}

.index5_menu .title {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	transition: 0.3s;
	margin-top: 15px;
}

.index5_menu .active::after {
	width: 100%;
}

.index5_menu .active::before {
	opacity: 0.1;
}

.index5_menu .active .logo img:nth-of-type(1) {
	opacity: 1;
}

.index5_menu .active .logo img:nth-of-type(2) {
	opacity: 0;
}

.index5_menu .active .title {
	color: #e6002d;
}

.index5_container {
	overflow: hidden;
	margin-top: 82px;
	padding-bottom: 188px;
}

.index5_container .swiper {
	overflow: initial;
}

.index5_container .l_box {
	width: calc(50% + 8px);
	padding: 69.5px;
	position: relative;
	margin-top: 2px;
}

.index5_container .l_box::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #e6002d;
	opacity: 0.05;
	z-index: -1;
}

.index5_container .l_box::after {
	content: '';
	width: calc(100% - 68px);
	height: calc(100% - 68px);
	border-radius: 50%;
	background-color: #e6002d;
	opacity: 0.08;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.index5_container .img1 {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.index5_container .img2 {
	position: absolute;
	z-index: 2;
	width: 72.74%;
	right: 0;
	bottom: 0;
	transform: translate(17%, 32.6%);
}

.index5_container .swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.index5_container .r_box {
	width: 41.45%;
	padding-bottom: 50px;
}

.index5_container .r_box img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.index5_container .r_box em {
	font-size: 18px;
	font-weight: bold;
	color: #e6002d;
	font-style: normal;
}

.index5_container .bt {
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 38px;
}

.index5_container .bt a {
	color: #333;
}

.index5_container .bt a:hover {
	color: #e6002d;
}

.index5_container .box1 {
	padding-top: 34px;
}

.index5_container .box1 .left {
	/*width: 180px;*/
	flex-shrink: 0;
	margin-right: 17px;
}

.index5_container .box1 .imgBox {
	width: auto;
}

.index5_container .box1 li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 8px;
}

.index5_container .describe {
	color: #666;
	line-height: 24px;
	margin-top: 31px;
}

.index5_container .buttonBox {
	margin-top: 21.2%;
}

.index5_container .buttonBox a {
	font-size: 16px;
	height: 50px;
}

.index5_container .sw_box {
	position: relative;
	padding-bottom: 8px;
	padding-top: 50px;
}

.index5_container .sw_button {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.index5_container .sw_button div:nth-of-type(1) {
	margin-right: 15px;
}

.swiper-button-lock {
	display: none !important;
}

.sw_button div {
	width: 48px;
	height: 48px;
	border: solid 1px #cccccc;
	background: #fff;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.3s;
}

.sw_button div:hover {
	color: #fff;
	background: #e6002d;
	border: 1px solid #e6002d;
}

.index6 .box {
	display: flex;
	flex-wrap: wrap;
	padding-top: 22px;
}

.index6 .imgBox {
	box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	overflow: hidden;
}

.index6 figure {
	width: 23.57%;
	margin-left: 1.9066666%;
	margin-top: 30px;
}

.index6 figure:nth-of-type(4n+1) {
	margin-left: 0%;
}

.index6 .title {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top: 16px;
}

.index6 .title a {
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index6 .title a:hover {
	color: #e6002d;
}

.index7 {
	position: relative;
	overflow: hidden;
	padding-top: 206px;
	padding-bottom: 63px;
	margin-top: 58px;
}

.index7::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url('../img/index7_back.png') no-repeat center;
	background-size: cover;
	z-index: -1;
}

.index7 .describe {
	line-height: 28px;
	color: #666;
	width: 65.2%;
	margin-top: 7px;
}

.index7 .title_top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 52px;
}

.index7 .sw_box {
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	position: relative;
}

.index7 .swiper {
	overflow: initial;
}

.index7 .swiper-slide {
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.index7 .box {
	width: 84%;
	background: #fff;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 100%);
	padding: 23px 15% 32px 26px;
	transition: 0.5s;
}

.index7 .title {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
}

.index7 .title a {
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index7 .title a:hover {
	color: #e6002d;
}

.index7 .describe1 {
	margin-top: 9px;
	line-height: 28px;
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index7 .zz {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	left: 0;
	top: 0;
	transition: 0.3s;
}

.index7 .swiper-slide-active .zz {
	background: transparent;
	pointer-events: none;
}

.index7 .swiper-slide-active .box {
	bottom: 44px;
	transform: translateX(-50%);
	transition-delay: 1.2s;
	pointer-events: all;
}

.index7 .page_box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 120px;
	position: absolute;
	right: calc(8% + 30px);
	bottom: 44px;
	z-index: 1;
}

.index7 .page_box .iconfont {
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.index7 .page_box .iconfont:hover {
	color: #e6002d;
}

.index7 .swiperindex7-pagination {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333;
	width: auto;
	margin: 0px 22px !important;
}

.index7 .swiperindex7-pagination .swiper-pagination-current {
	color: #e6002d;
	font-size: 24px;
}

.index8 {
	padding-top: 67px;
	padding-bottom: 47px;
}

.index8 .imgBox {
	border-radius: 0px 30px 0px 30px;
	overflow: hidden;
}

.index8 figure {
	width: 30%;
	margin-left: 5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 30px;
}

.index8 figure:nth-of-type(3n+1) {
	margin-left: 0%;
}

.index8 .title {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	border-bottom: 1px solid #ececec;
	margin-top: 23px;
	padding-bottom: 9px;
}

.index8 .title a {
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index8 .title a:hover {
	color: #e6002d;
}

.index8 .describe {
	line-height: 28px;
	color: #666;
	margin-top: 12px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index8 .time {
	color: #999999;
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-top: 17px;
}

.index8 .time i {
	flex-shrink: 0;
	margin-right: 8px;
	font-size: 24px;
}

.index8 .box {
	display: flex;
	flex-wrap: wrap;
	padding-top: 26px;
}

.index9 {
	position: relative;
	padding-top: 365px;
	padding-bottom: 60px;
}

.index9::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: url('../img/index9_back.png') no-repeat left;
	background-size: cover;
	z-index: -1;
}

.index9 .box {
	width: 100%;
	max-width: 420px;
}

.index9 .describe {
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 23px;
}

.index9 .buttonBox {
	margin-top: 46px;
}

.index10 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 98px;
	padding-bottom: 141px;
}

.index10 .sw_box {
	width: 54.2857%;
}

.index10 .describe {
	line-height: 28px;
	color: #333;
	margin-top: 25px;
}

.index10 .buttonBox {
	margin-top: 30px;
}

.index10 .r_box {
	width: 34.5%;
	padding-top: 4%;
}

.index10 .sw_button {
	margin-top: 40px;
	display: flex;
	align-items: center;
}

.index10 .sw_button div:nth-of-type(1) {
	margin-right: 15px;
}

.oo_menu {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.05);
	color: #333;
	margin-top: 54px !important;
}

.oo_menu a {
	width: 20%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	min-height: 70px;
	font-size: 20px;
	color: #333;
	position: relative;
}

.oo_menu a::before {
	content: '';
	position: absolute;
	width: 0px;
	height: 44px;
	max-height: calc(100% - 20px);
	border-left: 1px solid #ddd;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.oo_menu a:hover {
	background: #e6002d;
	color: #fff;
}

.oo_menu a:nth-of-type(5n+1)::before {
	display: none;
}

.oo_menu .active {
	background: #e6002d;
	color: #fff;
}

.mbx {
	padding-top: 68px;
	color: #333;
}

.mbx i {
	color: #666;
	margin-right: 10px;
}

.mbx a {
	display: inline;
	color: #333;
}

.mbx a:hover {
	color: #e6002d;
}

.mbx .active {
	color: #e6002d;
}

.oo1 {
	padding-top: 85px;
}

.oo1 .small_title {
	text-align: center;
	margin-top: 13px;
}

.oo1 .describe {
	/*text-align: center;*/
	line-height: 28px;
	color: #666;
	padding: 0px 4%;
	margin-top: 30px;
}

.oo1 .describe em {
	font-weight: bold;
	font-style: normal;
}

.oo1 .describe img {
	display: inline-block;
	max-width: 100%;
}

.oo1 .box1 {
	margin-top: 32px;
}

.oo1 .box1 .imgBox {
	box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	overflow: hidden;
}

.oo .index2 {
	justify-content: space-between;
	max-width: 1303px !important;
	background: #fff;
	margin-top: -85px !important;
	position: relative;
	z-index: 1;
	padding-top: 39px;
}

.oo .index2 figure {
	width: auto;
	border-left: none;
	padding: 0px 34px;
}

.oo .index2 .describe {
	color: #333;
}

.oo2 {
	padding-top: 108px;
}

.oo2 .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.oo2 figure {
	width: 44.143%;
	display: flex;
	flex-direction: column;
	margin-top: 77px;
}

.oo2 .imgBox {
	border-radius: 100px 0px 100px 0px;
	overflow: hidden;
}

.oo2 .title {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #333333;
}

.oo2 .describe {
	line-height: 26px;
	color: #666;
	margin-top: 12px;
}

.oo2 figure:nth-of-type(odd) {
	flex-direction: column-reverse;
}

.oo2 figure:nth-of-type(odd) .imgBox {
	margin-top: 47px;
}

.oo2 figure:nth-of-type(even) .box1 {
	margin-top: 47px;
}

.oo_container {
	background: url('../img/oo_back.jpg') no-repeat center bottom;
	background-size: 100% auto;
	padding-top: 110px;
}

.oo3 .describe {
	color: #666;
	padding: 0px 3%;
	/*text-align: center;*/
	margin-top: 36px;
}

.oo3 .describe img {
	display: inline-block;
	max-width: 100%;
}

.oo3 .imgBox {
	margin-top: 35px;
	border-radius: 100px 0px 100px 0px;
	overflow: hidden;
}

.oo4 {
	padding-top: 137px;
}

.oo4 .year {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 1px;
	color: #e6002d;
	text-align: center;
	vertical-align: bottom;
	transition: 0.3s;
	height: 60px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.oo4 .mySwiperoo4_2 .swiper-slide {
	display: flex;
	justify-content: space-between;
}

.oo4 .mySwiperoo4_2 .l_box {
	width: 45.7%;
}

.oo4 .mySwiperoo4_2 .r_box {
	width: 50.4%;
	padding: 52px 0px 100px;
}

.oo4 .mySwiperoo4_1 .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.oo4 .dian {
	width: 15px;
	height: 15px;
	background: #e6002d;
	border-radius: 50%;
	margin-top: 6px;
}

.oo4 .describe {
	line-height: 28px;
	color: #333;
	margin-top: 32px;
}

.oo4 .title {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #e6002d;
}

.oo4 .swiper-slide-thumb-active .year {
	font-size: 34px;
	line-height: 30px;
}

.oo4 .sw_box1 {
	padding: 0px 32px;
	margin-top: 97px;
	position: relative;
}

.oo4 .sw_box1::before {
	content: '';
	width: 100%;
	border-bottom: dashed 2px #e6002d;
	position: absolute;
	left: 0;
	bottom: 6px;
}

.oo4 .sw_box {
	position: relative;
	margin-top: 85px;
}

.oo4 .sw_button {
	width: 50.4%;
	position: absolute;
	right: 0;
	bottom: 46px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	z-index: 1;
}

.oo4 .sw_button div:nth-of-type(1) {
	margin-right: 15px;
}

.oo4 .sw_button div {
	width: 46px;
	height: 46px;
	color: #e6002d;
	background-color: #ffffff;
	box-shadow: 5px 4px 49px 0px rgba(3, 13, 38, 0.13);
	border: none;
}

.oo4 .sw_button div:hover {
	background: #e6002d;
	color: #fff;
}

.oo5 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 58px;
}

.oo5 figure {
	width: 46.43%;
	background: var(--i) no-repeat center;
	background-size: cover;
	box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	overflow: hidden;
	text-align: center;
	margin-top: 50px;
	padding: 78px 10px 30px;
	min-height: 300px;
}

.oo5 .title {
	font-size: 46px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #333333;
}

.oo5 .describe {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 17px;
}

.oo6 {
	padding-top: 98px;
	padding-bottom: 133px;
}

.oo6 .title {
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.oo6 .logo {
	width: 129px;
	height: 101px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.oo6 .logo img {
	max-width: 100%;
	max-height: 100%;
}

.oo6 .name {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 20px;
}

.oo6 figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px 20px;
	margin-top: 20px;
}

.oo6 .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 5px 0px;
}

.ot_menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 70px;
}

.ot_menu a {
	width: 280px;
	min-height: 60px;
	background-color: #f5f5f5;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #333;
	font-size: 20px;
	padding: 5px 20px;
	margin: 5px 18px 0px;
}

.ot_menu a:hover {
	background: #e6002d;
	color: #fff;
}

.ot_menu .active {
	background: #e6002d;
	color: #fff;
}

.ot1 {
	padding-top: 101px;
}

.ot1 .describe {
	text-align: center;
	color: #595757;
	line-height: 26px;
}

.ot1 .dian {
	width: 28px;
	height: 28px;
	position: relative;
	margin-top: 3px;
}

.ot1 .dian::before {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background: #e6002d;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}

.ot1 .dian::after {
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
}

.ot1 .sw_box {
	margin-top: 95px;
	padding: 0px 14%;
	position: relative;
}

.ot1 .sw_box::before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	left: 0;
	bottom: 13px;
}

.ot1 .sw_box .swiper-slide {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.ot1 .year {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #666666;
	transition: 0.3s;
}

.ot1 .top {
	display: flex;
	align-items: flex-end;
	height: 91px;
}

.ot1 .swiper-slide-thumb-active .top {
	align-items: flex-start;
}

.ot1 .swiper-slide-thumb-active .dian::before {
	width: 100%;
	height: 100%;
}

.ot1 .swiper-slide-thumb-active .year {
	font-size: 46px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
}

.ot1 .sw_box1 {
	margin-top: 72px;
}

.ot1 .sw_button div {
	position: absolute;
	bottom: 15px;
	transform: translateY(50%);
	background: #eaeaea;
	border: none;
	color: #333;
}

.ot1 .sw_button div:hover {
	background: #e6002d;
	color: #fff;
}

.ot1 .sw_button div:nth-of-type(1) {
	left: 0;
}

.ot1 .sw_button div:nth-of-type(2) {
	right: 0;
}

.ot2 {
	padding-bottom: 125px;
	padding-top: 67px;
}

.ot2 .box {
	display: flex;
	flex-wrap: wrap;
}

.ot2 figure {
	width: 22.786%;
	margin-left: 2.952%;
	margin-top: 31px;
}

.ot2 figure:nth-of-type(4n+1) {
	margin-left: 0%;
}

.ot2 .name {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top: 14px;
}

.ot2 .PageNumber {
	margin-top: 79px;
}

.oth .ot_menu {
	padding-top: 61px;
}

.oth1 {
	padding-top: 110px;
	padding-bottom: 125px;
}

.oth1 .describe {
	margin-top: 28px;
	line-height: 26px;
	color: #333;
	text-align: center;
	padding: 0px 8%;
}

.oth1 .describe em {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
}

.oth1 figure {
	width: 16.57%;
	margin-left: 4.2875%;
	margin-top: 39px;
}

.oth1 figure:nth-of-type(5n+1) {
	margin-left: 0%;
}

.oth1 .box {
	display: flex;
	flex-wrap: wrap;
	padding-top: 14px;
}

.oth1 .name {
	color: #333;
	text-align: center;
	margin-top: 11px;
}

.oth1 .PageNumber {
	margin-top: 69px;
}

.ofu .index2 {
	padding-top: 61px;
}

.ofu .index2 .describe1 {
	line-height: 28px;
	padding: 0px 12%;
	text-align: center;
	color: #666;
	margin-top: 11px;
}

.ofu .index2 figure {
	padding: 5px 15px 8px;
}

.of .index2 {
	padding-top: 76px;
}

.of .index2 .describe1 {
	line-height: 28px;
	padding: 0px 22%;
	text-align: center;
	color: #666;
	margin-top: 11px;
}

.of .index2 figure {
	padding: 5px 15px 8px;
}

.ofu+footer {
	background-color: #f5f5f5;
}

.ofu1 {
	padding-top: 79px;
}

.ofu1 .top {
	overflow: hidden;
}

.ofu1 .r_box {
	width: 44.143%;
	float: right;
	margin-left: 4.6%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.ofu1 .l_box {
	padding-top: 20px;
}

.ofu1 .describe {
	line-height: 26px;
	color: #666;
	margin-top: 35px;
}

.ofu1 .imgBox {
	border-radius: 100px 0px 100px 0px;
	overflow: hidden;
}

.ofu1 .bottom {
	margin-top: 46px;
}

.ofu2 {
	margin-top: 44px;
	background: url('../img/ofu2_back.png') no-repeat center;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 62px;
}

.ofu2 .describe {
	color: #666;
	line-height: 28px;
	padding: 0px 2%;
	text-align: center;
	margin-top: 28px;
}

.ofu2 .describe img {
	display: inline-block;
	max-width: 100%;
}

.ofu2 .box {
	margin-top: 49px;
}

.ofu2 .box .imgBox {
	width: 100%;
	max-width: 1214px;
	margin: 0px auto;
}

.of1 {
	padding-top: 85px;
}

.of2 {
	padding-bottom: 109px;
}

.of2 .r_box {
	width: 44.143%;
}

.of2 .imgBox {
	border-radius: 100px 0px 100px 0px;
	overflow: hidden;
}

.of2 figure {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 86px;
	padding-bottom: 16px;
}

.of2 .describe {
	color: #666;
	line-height: 26px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
}

.of2 .describe::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.of2 .describe::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.of2 .describe::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.of2 .l_box {
	width: 49.857%;
	display: flex;
	flex-direction: column;
}

.of2 .box {
	margin-top: 34px;
	flex: 1;
	position: relative;
}

.of2 figure:nth-of-type(odd) {
	flex-direction: row-reverse;
}

.os .index2 {
	padding-top: 81px;
}

.os2 {
	padding-top: 99px;
	padding-bottom: 113px;
}

.os2 .describe {
	line-height: 26px;
	color: #666;
	text-align: center;
	margin-top: 22px;
}

.os2 .describe img {
	display: inline-block;
	max-width: 100%;
}

.bannerBox1 {
	background: url('../img/banner2.png') no-repeat left;
	background-size: cover;
	padding: 56px 6.2% 131px;
}

.bannerBox1 .bannerBox1 {
	width: 100%;
	max-width: 300px;
}

.bannerBox1 .banner1_title {
	font-size: 50px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #333333;
}

.bannerBox1 .banner1_title span {
	padding: 0px 10px;
	color: #fff;
	background: #e6002d;
}

.bannerBox1 .describe {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #555555;
	margin-top: 25px;
}

.bannerBox1 .describe p {
	position: relative;
	padding-left: 22px;
}

.bannerBox1 .describe p::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../img/banner_la.png') no-repeat center;
	background-size: cover;
	left: 0;
	top: 12px;
}

.bannerBox1 .banner_title1 {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 8px;
}

.to_menu {
	display: flex;
	flex-wrap: wrap;
	padding-top: 42px;
}

.to_menu a {
	width: 32.57%;
	min-height: 50px;
	background-color: #f5f5f5;
	border-radius: 25px;
	display: flex;
	align-items: center;
	padding: 0px 40px;
	font-size: 18px;
	color: #333;
	margin-left: 1.145%;
	margin-top: 16px;
}

.to_menu a:hover {
	background: #e6002d;
	color: #fff;
}

.to_menu a:nth-of-type(3n+1) {
	margin-left: 0%;
}

.to_menu .active {
	background: #e6002d;
	color: #fff;
}

.PageNumber {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.PageNumber .page_box {
	display: flex;
	align-items: center;
}

.PageNumber a {
	color: #666;
	width: 36px;
	height: 30px;
	background-color: #fff;
	border: solid 1px #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-right: 8px;
}

.PageNumber a:hover {
	background: #e6002d;
	color: #fff;
	border: 1px solid #e6002d;
}

.PageNumber .active {
	background: #e6002d;
	color: #fff;
	border: 1px solid #e6002d;
}

.PageNumber .p_f {
	width: 93px;
}

.PageNumber .p_l {
	width: 61px;
}

.PageNumber input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
	background: transparent;
	min-width: 149px;
	height: 30px;
	background-color: #e6002d;
	border: 1px solid #e6002d;
}

.PageNumber input:hover {
	color: #e6002d;
	background: #fff;
}

.PageNumber .submit {
	padding-left: 12px;
	display: flex;
	align-items: flex-end;
}

.PageNumber .submit i {
	font-size: 18px;
	color: #e6002d;
	margin-left: 5px;
}

.pub_form {
	padding-top: 62px;
	padding-bottom: 73px;
}

.pub_form form {
	width: 100%;
	max-width: 690px;
	background-color: #ffffff;
	border-radius: 25px;
	border: solid 2px #e6002d;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-left: 27px;
	margin: 0px auto;
}

.pub_form input {
	height: 48px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 48px;
	font-size: 16px;
	border-radius: 25px;
}

.pub_form .input1 {
	width: 100%;
	flex: 1;
	padding: 0px 130px 0px 10px;
}

.pub_form .input2 {
	width: 121px;
	height: 52px;
	background-color: #e6002d;
	border-radius: 25px;
	border: solid 2px #e6002d;
	color: #fff;
	position: absolute;
	right: -2px;
	top: -2px;
	cursor: pointer;
	transition: 0.3s;
}

.pub_form .input2:hover {
	color: #e6002d;
	background: #fff;
}

.pub_form .icon-sousuo {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.to1 {
	border-top: 1px solid #e3e3e3;
}

.to1_menu {
	line-height: 36px;
	padding-top: 15px;
}

.to1_menu .check {
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #c7c7c7;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 15px;
	cursor: pointer;
	transition: 0.3s;
}

.to1_menu .check img {
	opacity: 0;
	width: 10px;
}

.to1_menu .menu_title {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	flex-shrink: 0;
	color: #333333;
	width: 180px;
	margin-right: 67px;
}

.to1_menu figure.active .check {
	border: solid 1px #e6002d;
}

.to1_menu figure.active .check img {
	opacity: 1;
}

.to1_menu figure.active .text {
	color: #e6002d;
}

.to1_menu figure {
	display: flex;
	align-items: center;
	margin-right: 71px;
	cursor: pointer;
}

.to1_menu figure .text {
	color: #333;
}

.to1_menu .list {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}

.to1_menu li {
	display: flex;
	align-items: flex-start;
	margin-top: 14px;
}

.to1_container {
	padding-bottom: 71px;
	padding-top: 23px;
}

.to1_container .container {
	display: flex;
	flex-wrap: wrap;
}

.to1_container figure {
	width: 23.57%;
	margin-left: 1.9066666%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 23px;
}

.to1_container figure:hover .imgBox::before {
	width: 100%;
	z-index: 2;
}

.to1_container figure:nth-of-type(4n+1) {
	margin-left: 0%;
}

.to1_container .imgBox {
	box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.to1_container .imgBox::before {
	content: '';
	position: absolute;
	width: 0%;
	height: 5px;
	background-color: #e6002d;
	left: 0;
	bottom: 0;
	transition: 0.3s;
}

.to1_container .describe {
	line-height: 26px;
	color: #666;
	margin-top: 9px;
	padding: 0px 8px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.to1_container .title {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 18px;
	padding: 0px 8px;
}

.to1_container .title a {
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.to1_container .title a:hover {
	color: #e6002d;
}

.to1_container .links {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #e6002d;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 16px;
	padding: 0px 8px;
}

.to1_container .links a {
	color: #e6002d;
}

.to1_container .links a:hover {
	color: #333;
}

.to1_container .links label {
	width: 12px;
	height: 12px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(230, 0, 45, 0.3);
	border: solid 1px #e6002d;
	cursor: pointer;
	margin-right: 10px;
	flex-shrink: 0;
}

.to1_container .links img {
	width: 8px;
	opacity: 0;
}

.to1_container .links input {
	display: none;
}

.to1_container .links input:checked+img {
	opacity: 1;
}

.to1_container .PageNumber {
	margin-top: 75px;
}

.tt1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 50px;
}

.tt1 .r_box {
	width: 50.9%;
	display: flex;
	justify-content: space-between;
	padding: 10px 0px 26px;
}

.tt1 .r_box img {
	transition: 0s;
}

.tt1 .zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}

.tt1 .zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.tt1 .zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
}

.tt1 .zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.tt1 .zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.tt1 .zoomWrapper {
	position: relative;
	border: 1px solid #ccc;
	z-index: 110;
}

.tt1 .zoomWrapperTitle {
	display: block;
	background: #999;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.tt1 .zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
}

.tt1 .zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.tt1 .zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	display: block;
}

.tt1 .m-prob {
	position: relative;
	width: 100%;
	padding-bottom: 54px;
}

.tt1 .pic-big {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9;
	width: 80.1%;
	box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.tt1 .big-img {
	display: block;
	line-height: 0;
	font-size: 0;
}

.tt1 .big-img .zoomPad {
	float: none;
	z-index: 8;
}

.tt1 .big-img .zoomPad>img {
	border-radius: 10px;
}

.tt1 .zoomWrapperImage img {
	max-width: 1920px;
	z-index: 99;
}

.tt1 .pic-small {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 100%;
	flex: 1;
}

.tt1 .pic-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #666;
	z-index: 9;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.tt1 .pic-btn.prev {
	top: 0;
}

.tt1 .pic-btn.next {
	bottom: 0;
}

.tt1 .pic-btn:hover {
	color: #e6002d;
}

.tt1 .pic-list {
	margin: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	right: 0;
	height: calc(100% - 54px);
	overflow: hidden;
	padding: 0px 15px;
}

.tt1 .pic-list ul {
	width: 100%;
	margin-right: 0px;
	margin-left: auto;
	display: flex;
	flex-direction: column;
}

.tt1 .list-item {
	position: relative;
	float: left;
	width: 100%;
	background-color: #fff;
	margin-bottom: 14.5%;
	box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.05);
}

.tt1 .item-pics,
.tt1 .pic-list .item-video {
	display: block;
	position: relative;
	border: 1px solid transparent;
	border-radius: 10px;
	overflow: hidden;
}

.tt1 .item-pics:before,
.tt1 .pic-list .item-video:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 12px;
	left: 0px;
	top: 50%;
	transform: translate(-100%, -50%);
	z-index: -1;
	opacity: 0;
	transition: 0.3s;
}

.tt1 .item-pics img,
.tt1 .pic-list .item-video img {
	width: 100%;
	display: block;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

.tt1 .m-propic2 {
	display: none;
}

.tt1 .provideo-box {
	border-radius: 0;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.tt1 .provideo-box .provideo {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	height: 0;
	background: #fff;
}

.tt1 .provideo-box .provideo iframe,
.tt1 .pro2-box .provideo-box .provideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tt1 .provideo-box .provideo iframe body {
	margin: 0px !important;
}

.tt1 .item-pics:hover,
.tt1 .item-pics.active,
.tt1 .item-video:hover,
.tt1 .item-video.active {
	border: 1px solid #e6002d;
}

.tt1_l {
	width: 45.714%;
}

.tt1_l .share_box {
	display: flex;
	align-items: center;
	margin-top: 13px;
}

.tt1_l .share {
	color: #666;
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.tt1_l h1 {
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.tt1_l .box1 {
	padding-top: 31px;
}

.tt1_l .box1 .imgBox {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.tt1_l .box1 .imgBox img {
	width: 24px;
}

.tt1_l .box1 .left {
	/*width: 180px;*/
	flex-shrink: 0;
	margin-right: 17px;
}

.tt1_l .box1 .imgBox {
	width: auto;
}

.tt1_l .box1 li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 8px;
}

.tt1_l .describe {
	color: #666;
	line-height: 24px;
	margin-top: 31px;
}

.tt1_l em {
	font-size: 18px;
	font-weight: bold;
	color: #e6002d;
	font-style: normal;
}

.tt1_l .describe1 {
	line-height: 24px;
	color: #666;
	margin-top: 22px;
}

.tt1_l .top {
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}

.tt1_l .buttonBox {
	padding-top: 26px;
	flex-wrap: wrap;
}

.tt1_l .buttonBox img {
	width: 28px;
	margin-right: 12px;
}

.tt1_l .buttonBox a,
.tt1_l .buttonBox span {
	font-size: 16px;
	color: #e6002d;
	border: 1px solid #e6002d;
	background: #fff;
	margin-right: 12px;
	margin-top: 10px;
	height: 50px;
	cursor: pointer;
}

.tt1_l .buttonBox a:hover,
.tt1_l .buttonBox span:hover {
	background: #e6002d;
	color: #fff;
}

.tt1_l .buttonBox a:hover img,
.tt1_l .buttonBox span:hover img {
	filter: grayscale(1) brightness(10);
}

.tt2 {
	padding-top: 41px;
	padding-bottom: 26px;
}

.tt2 .title {
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #333333;
}

.tt2 .num {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 58px;
	height: 58px;
	background-color: #e6002d;
	border-radius: 0px 20px 0px 20px;
	margin-right: 18px;
}

.tt2 .describe {
	padding-left: 78px;
	line-height: 34px;
	color: #666;
	margin-top: 27px;
}

.tt2 .describe img {
	display: inline-block;
	max-width: 100%;
}

.tt2 .box {
	padding-bottom: 66px;
}

.tt2 .describe.half {
	font-style: normal;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tt2 .describe em {
	font-style: normal;
}

.tt2 .describe p.half {
	display: block;
	font-style: normal;
	width: 46.4%;
	position: relative;
	padding-right: 30px;
}

.tt2 .describe p.half::before {
	position: absolute;
	content: '';
	left: -27px;
	top: 11px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e6002d;
}

.tt3 {
	background: #f5f5f5;
	padding: 68px 0px 91px;
}

.tt3 .big_title::before {
	display: none;
}

.tt3 .bt {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top: 17px;
}

.tt3 .buttonBox {
	justify-content: center;
	margin-top: 24px;
}

.tt4 {
	padding-top: 104px;
	padding-bottom: 100px;
}

.tt4 .describe {
	line-height: 28px;
	color: #666;
	width: 80%;
	margin-top: 25px;
}

.tt4 figure {
	width: 31.43%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.05);
	transition: 0.3s;
	margin-left: 2.855%;
	margin-top: 20px;
}

.tt4 figure:hover {
	background: #e6002d;
}

.tt4 figure:hover .title a {
	color: #fff;
}

.tt4 figure:hover .describe1 {
	color: #fff;
}

.tt4 .title {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
}

.tt4 .title a {
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.tt4 .describe1 {
	transition: 0.3s;
	color: #666666;
	line-height: 26px;
	margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.tt4 .box {
	padding: 17px 13px 20px;
}

.tt4 figure:nth-of-type(3n+1) {
	margin-left: 0px;
}

.tt4 .container {
	display: flex;
	flex-wrap: wrap;
	padding-top: 34px;
}

.tt5_container {
	background: url('../img/tt5_back.png') no-repeat center;
	background-size: cover;
	padding-top: 101px;
	padding-bottom: 126px;
}

.tt5 {
	padding-bottom: 21px;
}

.tt5 .title_top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.tt5 .big_title {
	margin-top: 4px;
}

.tt5 .sw_button {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.tt5 .sw_button div:nth-of-type(1) {
	margin-right: 9px;
}

.tt5 .title {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top: 18px;
}

.tt5 .title a {
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.tt5 .title a:hover {
	color: #e6002d;
}

.tt5 .sw_button div {
	background: transparent;
}

.tt5 .sw_button div:hover {
	background: #e6002d;
}

.tt5 .sw_box {
	margin-top: 59px;
}

.tt5 .sw_box .imgBox {
	border-radius: 10px;
}

.tt5 .sw_box .imgBox:hover {
	box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.05);
}

.tt+footer {
	background-color: #f5f5f5;
}

.tho .tt4 {
	padding-top: 6px;
	padding-bottom: 109px;
}

.tho .tt4 .container {
	padding-top: 12px;
}

.tho .tt4 .describe {
	width: 100%;
	text-align: center;
	padding: 0px 10%;
}

.tho .tt4 figure {
	margin-top: 46px;
}

.tho .PageNumber {
	margin-top: 76px;
}

.tho .tt5 {
	padding-bottom: 134px;
}

.tho1_menu {
	display: flex;
	flex-wrap: wrap;
	padding-top: 37px;
	padding-bottom: 3px;
}

.tho1_menu a {
	width: 24.2857%;
	min-height: 60px;
	margin-left: 0.9524%;
	font-size: 20px;
	color: #333333;
	display: flex;
	align-items: center;
	border-radius: 30px;
	padding: 5px 10px;
	overflow: hidden;
	justify-content: center;
	text-align: center;
	background: #f5f5f5;
	margin-top: 18px;
}

.tho1_menu a:hover {
	background: #e6002d;
	color: #fff;
}

.tho1_menu .active {
	background: #e6002d;
	color: #fff;
}

.tho1_menu a:nth-of-type(4n+1) {
	margin-left: 0%;
}

.tht_container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 112px;
	padding-top: 44px;
}

.tht1_l {
	width: 100%;
	flex: 1;
	padding-top: 29px;
}

.tht1_l .share_box {
	color: #666;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 18px;
}

.tht1_l .share {
	margin-right: 10px;
}

.tht1_l .img1 {
	margin-top: 56px;
}

.tht1_l .title {
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #333333;
}

.tht1_l .num {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 58px;
	height: 58px;
	background-color: #e6002d;
	border-radius: 0px 20px 0px 20px;
	margin-right: 18px;
}

.tht1_l .describe {
	color: #666;
	margin-top: 18px;
}

.tht1_l .describe img {
	display: inline-block;
	max-width: 100%;
}

.tht1_l .box_dif {
	display: flex;
	flex-wrap: wrap;
}

.tht1_l .box_dif figure {
	width: 47.8%;
	margin-left: 4.4%;
	background: #fff;
	box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	overflow: hidden;
	margin-top: 57px;
}

.tht1_l .box_dif figure:nth-of-type(2n+1) {
	margin-left: 0%;
}

.tht1_l .box_dif .name {
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	padding: 19px 15px 32px;
}

.tht1_l .box_dif .name a {
	color: #333;
}

.tht1_l .box_dif .name a:hover {
	color: #e6002d;
}

.tht1_l .box {
	margin-top: 42px;
}

.tht1_l .container {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 93px;
}

.tht1_l .page_change {
	margin-top: 26px;
}

.pub_r {
	width: 352px;
	position: sticky;
	top: 15%;
	margin-left: 48px;
}

.pub_r .title {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
}

.pub_r .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.pub_r .link {
	color: #e6002d;
	margin-left: 10px;
}

.pub_r .link a {
	color: #e6002d;
}

.pub_r .link a:hover {
	color: #333;
}

.pub_r .bt {
	line-height: 24px;
	color: #666666;
	width: 100%;
	flex: 1;
	padding: 0px 10px;
}

.pub_r .bt a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
}

.pub_r .bt a:hover {
	color: #333;
}

.pub_r li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #eee;
	padding: 14px 10px 19px;
}

.pub_r li .imgBox {
	width: 88px;
	flex-shrink: 0;
	margin-right: 8px;
}

.pub_r .describe {
	color: #666;
	margin-top: 12px;
	line-height: 24px;
}

.pub_r form {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 2px;
}

.pub_r form .hd {
	position: relative;
}

.pub_r form .hd::before {
	content: '*';
	position: absolute;
	color: #ff0000;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
}

.pub_r form p {
	width: 100%;
	margin-top: 15px;
}

.pub_r form input,
.pub_r form textarea {
	display: block;
	background-color: #f2f2f2;
	border-radius: 8px;
	border: none;
	width: 100%;
	resize: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333;
	padding-right: 10px;
	padding-left: 27px;
}

.pub_r form textarea {
	height: 94px;
	padding-top: 13px;
}

.pub_r form input::placeholder,
.pub_r form input::-webkit-input-placeholder,
.pub_r form textarea::placeholder {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.pub_r form .ttBox {
	margin-top: 13px;
}

.pub_r form .ttBox::before {
	top: 25px;
}

.pub_r form .half {
	width: 46.8%;
}

.pub_r form .yzm {
	width: 100%;
	margin-top: 15px;
	position: relative;
}

.pub_r form .yzm span {
	position: absolute;
	height: 40px;
	flex-shrink: 0;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.pub_r form .yzm span img {
	height: 100%;
}

.pub_r form .yzm input {
	width: 100%;
	padding-right: 100px;
}

.pub_r form .buttonBox {
	width: 100%;
	margin-top: 15px;
}

.pub_r form .buttonBox input {
	background: #e6002d;
	border: 1px solid #e6002d;
	color: #fff;
	cursor: pointer;
	padding: 2px 0px 0px !important;
	transition: 0.3s;
}

.pub_r form .buttonBox input:hover {
	background-color: #fff;
	color: #e6002d;
}

.pub_r form input {
	height: 48px;
}

.pub_r .box2 {
	margin-top: 44px;
}

.page_change {
	color: #333;
}

.page_change p {
	display: flex;
	align-items: center;
}

.page_change p>span:nth-of-type(1) {
	flex-shrink: 0;
	margin-right: 5px;
}

.page_change a {
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.page_change a:hover {
	color: #e6002d;
}

.fuo1_container {
	position: relative;
	padding-bottom: 10.3%;
}

.fuo1_container::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 834px;
	background: url('../img/fuo1_back.png') no-repeat center;
	background-size: cover;
	z-index: -1;
}

.fuo1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 83px;
}

.fuo1 .l_box {
	width: 43.143%;
}

.fuo1 .r_box {
	width: 47%;
	padding-bottom: 2.6%;
}

.fuo1 .big_title {
	padding-top: 0px;
	color: #e6002d;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 22px;
}

.fuo1 .big_title::before {
	display: none;
}

.fuo1 .big_title::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -1px;
	height: 3px;
	background-color: #e6002d;
	width: 100%;
	max-width: 154px;
}

.fuo1 .title1,
.fuo1 .title2 {
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;
}

.fuo1 .title1 {
	font-weight: bold;
	margin-top: 18px;
}

.fuo1 .title2 {
	color: #666;
	margin-top: 9px;
}

.fuo1 .buttonBox {
	margin-top: 51px;
}

.fuo2_top {
	padding-top: 3px;
}

.fuo2_top .sw_box {
	width: 43.57%;
	position: relative;
}

.fuo2_top .swiper-slide .imgBox {
	border-radius: 0px 100px 0px 100px;
	overflow: hidden;
}

.fuo2_top figure {
	display: flex;
	justify-content: space-between;
	margin-top: 57px;
	padding-bottom: 112px;
}

.fuo2_top figure:nth-of-type(even) {
	flex-direction: row-reverse;
	margin-top: 174px;
}

.fuo2_top figure:nth-of-type(even) .imgBox {
	border-radius: 0px 100px 0px 100px;
}

.fuo2_top .button_box {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 1;
	right: 11px;
	bottom: 20px;
}

.fuo2_top .button_box div {
	width: 28px;
	height: 28px;
	background-color: #e6002d;
	border: 1px solid #e6002d;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
	margin: 0px 4.5px;
}

.fuo2_top .button_box div:hover {
	background: #fff;
	color: #e6002d;
}

.fuo2_top .r_box {
	width: 51.143%;
	display: flex;
	flex-direction: column;
	padding-top: 51px;
}

.fuo2_top .box {
	position: relative;
	flex: 1;
	margin-top: 34px;
}

.fuo2_top .describe {
	color: #333;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
}

.fuo2_top .describe::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.fuo2_top .describe::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.fuo2_top .describe::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.fuo2_bottom .describe {
	/*text-align: center;*/
	color: #333;
	padding: 0px 15px;
	margin-top: 30px;
}

.fuo2_bottom .describe img {
	display: inline-block;
	max-width: 100%;
}

.fuo2_bottom .imgBox {
	border-radius: 100px 0px 100px 0;
	overflow: hidden;
	margin-top: 56px;
}

.fuo2_container {
	padding-bottom: 133px;
	position: relative;
	background: url('../img/fuo2_back.png') no-repeat center bottom;
	background-size: 100% auto;
}

.fo1_menu {
	max-width: 1050px !important;
	background-color: #ffffff;
	box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-wrap: wrap;
	margin-top: 55px !important;
}

.fo1_menu a {
	width: 33.333%;
	min-height: 70px;
	font-size: 20px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	padding: 5px 10px;
}
.video a{
	width: 20% !important;
}
.fo1_menu a::before {
	content: '';
	position: absolute;
	height: calc(100% - 26px);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-left: 1px solid #ddd;
}

.fo1_menu a:hover {
	background: #e6002d;
	color: #fff;
}

.fo1_menu a:nth-of-type(3n+1)::before {
	display: none;
}

.fo1_menu .active {
	background: #e6002d;
	color: #fff;
}

.fo1_container {
	padding-bottom: 129px;
	padding-top: 45px;
}

.fo1_container .PageNumber {
	margin-top: 63px;
}

.fo1_container .container {
	display: flex;
	flex-wrap: wrap;
}

.fo1_container figure {
	width: 31.43%;
	margin-left: 2.855%;
	margin-top: 35px;
}

.fo1_container figure:nth-of-type(3n+1) {
	margin-left: 0%;
}

.fo1_container .imgBox {
	position: relative;
}

.fo1_container .zz {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
}

.fo1_container .name {
	color: #666;
	text-align: center;
	margin-top: 10px;
}

.ft1_container {
	padding-top: 44px;
	padding-bottom: 86px;
}

.ft1_container .title {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #333333;
	cursor: pointer;
	transition: 0.3s;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ft1_container .title:hover {
	color: #e6002d;
}

.ft1_container .buttonBox {
	margin-left: 20px;
}

.ft1_container .buttonBox img {
	flex-shrink: 0;
	margin-right: 8px;
	width: 16px;
}

.ft1_container .buttonBox span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 142px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #e6002d;
	padding: 0px 10px 0px 5px;
	color: #e6002d;
	cursor: pointer;
}

.ft1_container .buttonBox span:hover {
	background: #e6002d;
	color: #fff;
}

.ft1_container .buttonBox span:hover img {
	filter: grayscale(1) brightness(10);
}

.ft1_container .imgBox {
	width: 59px;
	flex-shrink: 0;
	margin-right: 26px;
}

.ft1_container .l_box {
	display: flex;
	align-items: center;
	width: 100%;
	flex: 1;
}

.ft1_container figure {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e9e9e9;
	padding: 32px 5px 33px 10px;
}

.ft1_container .PageNumber {
	margin-top: 63px;
}

.fth1_container {
	padding-bottom: 83px;
	padding-top: 25px;
}

.fth1_container .bottom {
	display: none;
	color: #333333;
	padding: 28px 10px 7px;
}

.fth1_container .top {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	position: relative;
	cursor: pointer;
	background-color: #f4f4f6;
	border-radius: 10px;
	transition: 0.3s;
	padding: 10px 30px 10px 74px;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fth1_container .top:hover {
	background: #e6002d;
	color: #fff;
}

.fth1_container .top:hover .dianji {
	color: #fff;
	border: 2px solid #fff;
}

.fth1_container .top p {
	padding-right: 30px;
	width: 100%;
}

.fth1_container .dianji {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 24px;
	cursor: pointer;
	color: #aaa;
	width: 30px;
	height: 30px;
	border: solid 2px #aaaaaa;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: 0.3s;
}

.fth1_container .dianji i {
	font-size: 16px;
	font-weight: normal;
	transition: 0s;
}

.fth1_container figure {
	margin-top: 28px;
}

.fth1_container .PageNumber {
	margin-top: 64px;
}

.futh2 {
	padding-bottom: 104px;
}

.futh2 .big_title {
	padding: 0px 10%;
}

.futh2 .big_title::before {
	display: none;
}

.futh2 form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 21px;
	padding-top: 42px;
}

.futh2 form .int2 {
	width: 100%;
	margin-top: 19px;
}

.futh2 form .int2::before {
	top: 26px !important;
}

.futh2 form .int1 {
	width: 48.3%;
	margin-top: 23px;
}

.futh2 form .int3 {
	width: 100%;
	margin-top: 19px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 776px;
}

.futh2 form input {
	height: 54px;
}

.futh2 form textarea {
	height: 132px;
	padding-top: 6px !important;
}

.futh2 form input,
.futh2 form textarea {
	width: 100%;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #000;
	display: block;
	border: none;
	resize: none;
	outline: none;
	border: 1px solid #d2d2d2;
	padding: 0px 12px;
}

.futh2 form input::placeholder,
.futh2 form input::-webkit-input-placeholder,
.futh2 form textarea::placeholder {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.futh2 form .tijiao {
	width: 250px;
}

.futh2 form .tijiao input {
	background-color: #e6002d;
	border: 1px solid #e6002d;
	color: #ffffff;
	cursor: pointer;
	transition: 0.3s;
	padding: 0px !important;
}

.futh2 form .tijiao input:hover {
	background-color: #fff;
	color: #e6002d;
}

.futh2 form .yz {
	position: relative;
}

.futh2 form .yz::before {
	content: '*';
	top: 57%;
	transform: translateY(-50%);
	left: -18px;
	position: absolute;
	color: #ff0000;
	font-size: 22px;
}

.futh2 form .yzm {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 49%;
}

.futh2 form .yzm input {
	flex: 1;
}

.futh2 form .yzm a,
.futh2 form .yzm span {
	border: 1px solid #e6e6e6;
	margin-left: 21px;
	height: 54px;
}

.futh2 form .yzm a img,
.futh2 form .yzm span img {
	width: 100%;
	height: 100%;
}

.ffu1 {
	padding-top: 76px;
}

.ffu1 .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 65px;
}

.ffu1 .l_box {
	width: 69.07%;
}

.ffu1 .r_box {
	width: 26.93%;
	background-color: #e6002d;
	border-radius: 30px;
	overflow: hidden;
	padding: 38px 17px;
}

.ffu1 .r_box .describe {
	line-height: 24px;
	color: #fff;
}

.ffu1 .r_box .describe em {
	font-style: normal;
	position: relative;
	padding-left: 24px;
	display: block;
}

.ffu1 .r_box .describe em::before {
	content: '';
	position: absolute;
	width: 14px;
	height: 13px;
	left: 0;
	top: 6px;
	background: url('../img/star.png') no-repeat center;
	background-size: cover;
}

.ffu1 .r_box .describe strong {
	font-weight: bold;
	font-size: 24px;
}

.ffu2 {
	display: flex;
	flex-wrap: wrap;
	padding-top: 9px;
}

.ffu2 figure {
	margin-top: 30px;
	border-radius: 20px;
	overflow: hidden;
	width: 17.71%;
	margin-left: 2.8625%;
}

.ffu2 figure:nth-of-type(5n+1) {
	margin-left: 0%;
}

.ffu3 {
	display: flex;
	flex-wrap: wrap;
	padding-top: 58px;
	padding-bottom: 33px;
}

.ffu3 figure {
	width: 11.93%;
	margin-left: 2.7483%;
	text-align: center;
	margin-top: 30px;
}

.ffu3 figure:nth-of-type(7n+1) {
	margin-left: 0%;
}

.ffu3 .title {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 14px;
	padding-bottom: 11px;
}

.ffu3 li {
	font-size: 14px;
	line-height: 26px;
	color: #666;
}

.ff1 {
	padding-top: 73px;
}

.ff1 .box {
	padding-top: 31px;
}

.ff1 .logo {
	width: 107px;
	height: 107px;
	background-color: #e6002d;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.ff1 .logo img {
	max-width: 90%;
	max-height: 90%;
	filter: grayscale(1) brightness(10);
	transition: 0.1s;
}

.ff1 .box {
	display: flex;
	flex-wrap: wrap;
	border-radius: 20px;
	overflow: hidden;
}

.ff1 .name {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top: 31px;
	transition: 0.3s;
}

.ff1 figure {
	width: 24.2857%;
	margin-left: 0.9524%;
	background: #f8f8f8;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 47px 10px;
	transition: 0.3s;
}

.ff1 figure:hover {
	background: #e6002d;
}

.ff1 figure:hover .name {
	color: #fff;
}

.ff1 figure:hover .logo {
	background: #fff;
}

.ff1 figure:hover .logo img {
	filter: none;
}

.ff1 figure:nth-of-type(4n+1) {
	margin-left: 0%;
}

.ff2 {
	padding-top: 87px;
}

.ff2 .sw_box {
	padding: 0px 2px;
	margin-top: 27px;
}

.ff2 .swiperff2-pagination {
	display: flex;
	justify-content: center;
	margin-top: 12px;
}

.ff2 .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background-color: #cccccc;
	opacity: 0.5;
	overflow: hidden;
	border-radius: 50%;
	margin: 0px 6px !important;
}

.ff2 .swiper-pagination-bullet-active {
	background-color: #e6002d;
	opacity: 1;
}

.ff3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 102px;
	padding-bottom: 113px;
}

.ff3 .describe {
	font-size: 18px;
	line-height: 26px;
	color: #666;
	margin-top: 38px;
}

.ff3 .r_box {
	width: 48.57%;
}

.ff3 .l_box {
	width: 48.57%;
	padding-top: 2px;
}

.ff3 .buttonBox {
	margin-top: 18px;
}

.ff3 .buttonBox a {
	padding: 0px 17px;
}

.ff3 .email {
	font-size: 18px;
	display: flex;
	align-items: center;
	color: #333333;
	margin-top: 33px;
	padding-bottom: 4px;
}

.ff3 .email a {
	display: inline;
	color: #e6002d;
	word-break: break-all;
}

.ff3 .email a:hover {
	color: #333;
}

.ff3 .email .logo {
	width: 38px;
	height: 38px;
	background-color: #e6002d;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 18px;
	flex-shrink: 0;
	margin-right: 15px;
}

.so {
	background: url('../img/so_back.png') no-repeat center 60px;
	background-size: cover;
}

.so_menu {
	padding-top: 27px;
	padding-bottom: 47px;
}

.so_menu .name {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #333333;
	width: 114px;
	margin-top: 10px;
}

.so_menu li {
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}

.so_menu li:nth-of-type(1) .list a {
	min-width: 200px;
}

.so_menu .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	flex: 1;
}

.so_menu .list .active {
	background: #e6002d;
	color: #fff;
}

.so_menu .list a {
	min-width: 120px;
	height: 60px;
	background-color: #fff;
	border-radius: 30px;
	font-size: 20px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0px 20px;
	margin-right: 26px;
	margin-top: 10px;
}

.so_menu .list a:hover {
	background: #e6002d;
	color: #fff;
}

.so1 {
	border-top: 3px solid #eaeaea;
	padding-top: 55px;
	padding-bottom: 155px;
}

.so1 .title {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #e6002d;
}

.so1 .title a {
	color: #e6002d;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.so1 .title a:hover {
	color: #333;
}

.so1 .time {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-top: 3px;
	color: #999999;
}

.so1 .time i {
	font-size: 24px;
	margin-right: 8px;
}

.so1 .l_box {
	width: 55%;
	padding-top: 23px;
	padding-bottom: 100px;
}

.so1 .r_box {
	width: 38.143%;
	border-radius: 0px 30px 0px 30px;
	overflow: hidden;
}

.so1 .describe {
	line-height: 28px;
	color: #666;
	margin-top: 18px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.so1 .swiper-slide {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.so1 .sw_box {
	position: relative;
}

.so1 .sw_button {
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 42px;
	z-index: 1;
}

.so1 .sw_button div {
	width: 38px;
	height: 38px;
	margin-right: 11px;
	background-color: #ffffff;
	box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
	border: none;
	color: #333;
}

.so1 .sw_button div:hover {
	background: #e6002d;
	color: #fff;
}

.so2 {
	padding-bottom: 86px;
}

.so2 .time {
	color: #333333;
	flex: 1;
	margin-top: 19px;
	font-size: 16px;
}

.so2 .r_box {
	width: 86.85%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: 20px;
}

.so2 .box {
	flex: 1;
	width: 100%;
	padding-top: 21px;
}

.so2 .img_box {
	width: 420px;
	border-radius: 0px 30px 0px 30px;
	overflow: hidden;
	margin-left: 6%;
}

.so2 .title {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
}

.so2 .title a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #333;
}

.so2 .title a:hover {
	color: #e6002d;
}

.so2 .describe {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: #666;
	line-height: 28px;
	margin-top: 14px;
}

.so2 .buttonBox {
	margin-top: 32px;
}

.so2 .buttonBox a {
	min-width: 180px;
	background: #fff;
	color: #e6002d;
}

.so2 .buttonBox a:hover {
	background: #e6002d;
	color: #fff;
}

.so2 figure {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 64px;
}

.so2 .PageNumber {
	margin-top: 134px;
}

.st_container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 52px;
	padding-bottom: 115px;
}

.st1_l {
	width: 100%;
	flex: 1;
	margin-top: 29px;
}

.st1_l .big_title {
	padding-right: 5%;
}

.st1_l .share_time {
	color: #666;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 17px;
}

.st1_l .share_box {
	display: flex;
	align-items: center;
}

.st1_l .share_box .share {
	margin-right: 5px;
}

.st1_l .time {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.st1_l .time i {
	font-size: 24px;
	margin-right: 5px;
}

.st1_l .describe {
	color: #666;
	margin-top: 30px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 45px;
}

.st1_l .describe img {
	display: inline-block;
	max-width: 100%;
}

.st1_l .page_change {
	margin-top: 26px;
}

.seo1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 32px;
}

.seo1 .l_box {
	width: 40%;
	padding-bottom: 25px;
}

.seo1 .futh2 {
	width: 56.95%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.seo1 .futh2 form {
	padding-top: 0px;
}

.seo1 .bt {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #e6002d;
}

.seo1 .title {
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 10px;
}

.seo1 .logo {
	width: 17px;
	height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: 5px;
}

.seo1 .logo img {
	max-width: 100%;
	max-height: 100%;
}

.seo1 ul {
	line-height: 34px;
	color: #333;
	margin-top: 40px;
}

.seo1 ul a {
	color: #333;
}

.seo1 ul a:hover {
	color: #e6002d;
}

.seo1 li {
	display: flex;
	align-items: flex-start;
}

.seo2 {
	padding-top: 36px;
}

.seo2 .title {
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
}

.seo2 .box {
	display: flex;
	flex-wrap: wrap;
	padding-top: 18px;
}

.seo2 figure {
	margin-top: 20px;
	width: 169px;
	margin-right: 80px;
}

.seo2 .name {
	color: #666;
	text-align: center;
	margin-top: 10px;
}

.seo3 {
	padding-top: 70px;
	padding-bottom: 115px;
}

footer {
	background: url('../img/footer_back.png') no-repeat center top;
	background-size: cover;
	padding-top: 11.25%;
	padding-bottom: 31px;
}

footer .footer_a {
	line-height: 34px;
	color: #ccc;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 44px;
}

footer .footer_a a {
	color: #ccc;
}

footer .footer_a a:hover {
	color: #e6002d;
}

footer .lif {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}

footer .lif a {
	color: #fff;
}

footer .lif a:hover {
	color: #e6002d;
}

footer .lif+li {
	margin-top: 12px;
}

footer .logo {
	width: 17px;
	height: 21px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	margin-top: 5px;
	margin-right: 10px;
}

footer .logo img {
	max-width: 100%;
	max-height: 100%;
}

footer .ul1 {
	width: 13%;
}

footer .ul2 {
	width: 21%;
}

footer .ul3 {
	width: 26%;
}

footer .ul3 li {
	display: flex;
	align-items: flex-start;
}

footer .ul4 {
	width: 31.5%;
}

footer form {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 21px;
	padding-left: 10px;
	gap: 13px 0px;
}

footer form .hd {
	position: relative;
}

footer form .hd::before {
	content: '*';
	position: absolute;
	color: #ff0000;
	top: 50%;
	transform: translateY(-50%);
	left: -16px;
}

footer form p {
	width: 100%;
}

footer form input,
footer form textarea {
	display: block;
	background-color: transparent;
	border: 1px solid #fff;
	width: 100%;
	resize: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	padding: 0px 10px;
}

footer form textarea {
	height: 68px;
	padding-top: 5px;
}

footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
	font-family: Arial;
	color: #cccccc;
}

footer form .ttBox::before {
	top: 20px;
}

footer form .half {
	width: 46.8%;
}

footer form .yzm {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	flex: 1;
	margin-right: 23px;
}

footer form .yzm span {
	height: 34px;
	flex-shrink: 0;
	margin-left: 23px;
	cursor: pointer;
}

footer form .yzm span img {
	height: 100%;
}

footer form .yzm input {
	width: 100%;
	flex: 1;
}

footer form .buttonBox {}

footer form .buttonBox input {
	min-width: 83px;
	background: #e6002d;
	border: 1px solid #e6002d;
	color: #fff;
	cursor: pointer;
	padding: 2px 0px 0px !important;
	transition: 0.3s;
}

footer form .buttonBox input:hover {
	background-color: #fff;
	color: #e6002d;
}

footer form input {
	height: 34px;
}

footer form .yzm_submit {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

footer .footer_b {
	border-top: 1px solid rgba(230, 230, 230, 0.3);
	color: #ccc;
	padding-top: 14px;
}

footer .footer_b a {
	color: #ccc;
}

footer .footer_b a:hover {
	color: #e6002d;
}

footer .footer_b p {
	margin-top: 6px;
}

footer .links span,
footer .links a {
	margin-right: 10px;
}

.footer {
	padding-bottom: 67px;
}

.show_form {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999999999999;
	display: none;
}

.show_form .form_box {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	width: calc(100% - 60px);
	max-width: 648px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 40px 0px 51px;
	max-height: 90vh;
	overflow: auto;
}

.show_form .form_box::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.show_form .form_box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.show_form .form_box::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.show_form .form_title {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.show_form .close {
	color: #999;
	font-size: 34px;
	position: absolute;
	right: 12px;
	top: 8px;
	cursor: pointer;
}

.show_form .close:hover {
	color: #e6002d;
}

.show_form form {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 58px 0px 70px;
}

.show_form form .hd {
	position: relative;
}

.show_form form .hd::before {
	content: '*';
	position: absolute;
	color: #ff0000;
	top: 60%;
	transform: translateY(-50%);
	left: -13px;
}

.show_form form p {
	width: 100%;
	margin-top: 17px;
}

.show_form form input,
.show_form form textarea {
	display: block;
	background-color: transparent;
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 100%;
	resize: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333;
	padding-right: 10px;
	padding-left: 7px;
}

.show_form form textarea {
	height: 91px;
	padding-top: 10px;
}

.show_form form input::placeholder,
.show_form form input::-webkit-input-placeholder,
.show_form form textarea::placeholder {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

.show_form form .ttBox {
	margin-top: 13px;
}

.show_form form .ttBox::before {
	top: 25px;
}

.show_form form .half {
	width: 46.8%;
}

.show_form form .yzm {
	width: 100%;
	margin-top: 15px;
	position: relative;
}

.show_form form .yzm span {
	position: absolute;
	height: 30px;
	flex-shrink: 0;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.show_form form .yzm span img {
	height: 100%;
}

.show_form form .yzm input {
	width: 100%;
	padding-right: 100px;
}

.show_form form .buttonBox {
	width: 100%;
	margin-top: 17px;
}

.show_form form .buttonBox input {
	background: #e6002d;
	border: 1px solid #e6002d;
	color: #fff;
	cursor: pointer;
	padding: 2px 0px 0px !important;
	transition: 0.3s;
	font-size: 16px;
}

.show_form form .buttonBox input:hover {
	background-color: #fff;
	color: #e6002d;
}

.show_form form input {
	height: 40px;
}

.videoBox {
	display: none;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
}

.videoBox>div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.videoBox>div .guanbi {
	position: absolute;
	top: 20px;
	right: 50px;
	cursor: pointer;
}

.videoBox>div .guanbi i {
	font-size: 40px;
	color: #ccc;
}

.videoBox video {
	width: 80%;
}

.videoBox iframe {
	width: 80%;
}

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999;
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	z-index: 1;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}

@media screen and (max-width: 1600px) {
	header .sousuo {
		margin-left: 20px;
	}

	header .menuOne {
		margin-right: 50px;
	}

	header .menuOne>a {
		padding: 28px 12px 26px;
	}

	.index5_menu .sw_button div:nth-of-type(1) {
		transform: translate(-35%, -50%);
	}

	.index5_menu .sw_button div:nth-of-type(2) {
		transform: translate(35%, -50%);
	}
}

@media screen and (max-width: 1450px) {
	.rightMenu>div {
		width: 36px;
		height: 36px;
	}

	.rightMenu>div i {
		font-size: 18px;
		color: #fff;
	}

	.rightMenu .text {
		height: 36px;
	}

	html body {
		font-size: 15px;
		line-height: 25px;
	}

	header .logoBox {
		width: 180px;
	}

	header .menuOne {
		font-size: 16px;
		margin-right: 40px;
	}

	header .menuOne>a {
		padding: 15px 5px;
	}

	header .sousuo {
		margin-left: 10px;
		padding-bottom: 1px;
	}

	header .sousuo .search {
		font-size: 18px;
	}

	header .center {
		margin-left: 10px;
	}

	header .ul {
		min-width: 160px;
	}

	header .ul li {
		text-align: center;
		font-size: 14px;
		line-height: 30px;
	}

	header .ul_dif {
		padding: 20px 0px 20px;
	}

	header .ul_dif .imgBox {
		margin-right: 20px;
	}

	header .ul_dif li {
		margin-top: 20px;
	}

	header .title {
		font-size: 16px;
		line-height: 26px;
	}

	header .title a{
		padding-bottom: 5px;
	}

	header .describe {
		font-size: 15px;
		line-height: 25px;
		padding-top: 5px;
	}

	header .describe p::before {
		top: 10px;
	}

	header .ul1 {
		left: 50%;
		transform: translateX(-50%);
	}

	.padding_top {
		padding-top: 56px;
	}

	.index_banner .slick-prev,
	.index_banner .slick-next {
		width: 42px;
		height: 42px;
		font-size: 18px;
	}

	footer {
		padding-top: 12%;
	}

	footer .lif {
		font-size: 22px;
	}

	footer .ul2 {
		width: 24%;
	}

	footer .ul3 {
		width: 28%;
	}

	footer .ul4 {
		width: 31%;
	}

	footer .footer_a {
		line-height: 30px;
		padding-bottom: 30px;
	}

	footer .footer_b .icBox {
		gap: 5px 6px !important;
	}

	footer .footer_b .icBox a {
		width: 30px !important;
	}

	footer form .hd::before {
		left: -11px;
	}

	footer .footer_b .r_box .dif_title {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	footer form .yzm {
		margin-right: 10px;
	}

	footer form .yzm span {
		margin-left: 8px;
	}

	.big_title {
		font-size: 32px;
		line-height: 42px;
	}

	.index1 figure {
		width: 32%;
		margin-left: 2%;
		margin-top: 80px;
	}

	.index1 .bottom {
		padding: 20px 20px 30px;
	}

	.index1 .title {
		font-size: 24px;
		line-height: 36px;
	}

	.index1 .num {
		font-size: 80px;
		margin-right: 20px;
	}

	.index1 .top::before,
	.index1 .top::after {
		left: 10%;
	}

	.index1 .logoBox {
		display: flex;
		align-items: center;
	}

	.index1 .logo {
		transform: translate(10px, -10%);
	}

	.index1 .describe {
		margin-top: 10px;
	}

	.index1 .active {
		transform: translateY(-20px);
	}

	.index2 {
		padding-top: 80px;
	}

	.index2 .big_num {
		font-size: 38px;
		line-height: 42px;
	}

	.index2 .top {
		font-size: 18px;
	}

	.index2 .describe {
		line-height: 25px;
	}

	.index_container {
		margin-top: 80px;
		padding-bottom: 10%;
	}

	.small_title {
		font-size: 18px;
		line-height: 26px;
	}

	.index3 .describe {
		line-height: 25px;
		margin-top: 20px;
	}

	.index3 .buttonBox {
		margin-top: 20px;
	}

	.index3 .l_box {
		padding: 40px 40px 30px;
	}

	.index5_menu .title {
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px;
	}

	.index5_menu .swiper-slide {
		padding: 10px 0px 10px 15px;
	}

	.sw_button div {
		width: 36px !important;
		height: 36px !important;
	}

	.index5_container {
		padding-bottom: 120px;
	}

	.index5_container .bt {
		font-size: 24px;
		line-height: 32px;
		margin-top: 25px;
	}

	.index5_container .r_box em {
		font-size: 16px;
	}

	.index5_container .box1 .left {
		width: 156px;
		margin-right: 10px;
	}

	.index5_container .describe {
		margin-top: 20px;
	}

	.index5_container .img2 {
		width: 65%;
		transform: translate(12%, 25%);
	}

	.index6 .title {
		font-size: 18px;
		margin-top: 12px;
	}

	.index6 figure {
		margin-top: 20px;
	}

	.index7 {
		line-height: 26px;
	}

	.index7 .swiperindex7-pagination {
		margin: 0px 15px !important;
	}

	.index7 .describe {
		line-height: 26px;
	}

	.index7 .title {
		font-size: 22px;
	}

	.index8 .title {
		font-size: 16px;
		margin-top: 10px;
	}

	.index8 .describe {
		line-height: 25px;
	}

	.mbx {
		padding-top: 30px;
	}

	.oo_menu {
		margin-top: 25px !important;
	}

	.oo_menu a {
		font-size: 16px;
		min-height: 50px;
	}

	.oo1 .describe {
		line-height: 26px;
		padding: 0px;
	}

	.oo .index2 figure {
		width: 25%;
	}

	.oo2 .title {
		font-size: 26px;
		line-height: 36px;
	}

	.oo2 .describe {
		margin-top: 5px;
	}

	.oo3 .describe {
		padding: 0px;
		margin-top: 30px;
	}

	.oo4 .sw_box1 {
		margin-top: 50px;
	}

	.oo4 .year {
		font-size: 18px;
	}

	.oo4 .swiper-slide-thumb-active .year {
		font-size: 26px;
	}

	.oo4 .sw_box {
		margin-top: 40px;
	}

	.oo4 .mySwiperoo4_2 .r_box {
		padding: 25px 0px 70px;
	}

	.oo4 .title {
		font-size: 26px;
		line-height: 32px;
	}

	.oo4 .describe {
		margin-top: 10px;
		line-height: 26px;
	}

	.oo4 .sw_button {
		bottom: 20px;
	}

	.oo5 {
		padding-top: 20px;
	}

	.oo5 .title {
		font-size: 32px;
		line-height: 42px;
	}

	.oo5 .describe {
		font-size: 20px;
		margin-top: 10px;
	}

	.oo5 figure {
		padding: 55px 10px 30px;
		min-height: 240px;
	}

	.oo6 {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.oo6 .title {
		font-size: 32px;
		line-height: 42px;
	}

	.oo6 .logo {
		width: 90px;
		height: 74px;
	}

	.oo6 .name {
		font-size: 24px;
		line-height: 32px;
		margin-top: 10px;
	}

	.oo6 .box {
		padding: 25px 0px 0px;
	}

	.ot_menu {
		padding-top: 40px !important;
	}

	.ot_menu a {
		width: 240px;
		font-size: 18px;
		min-height: 50px;
		margin: 5px 6px 0px;
	}

	.ot1 .swiper-slide-thumb-active .year {
		font-size: 32px;
	}

	.ot1 .top {
		height: 50px;
	}

	.ot1 .sw_box {
		margin-top: 40px;
	}

	.ot1 .sw_box1 {
		margin-top: 50px;
	}

	.ot2 {
		padding-top: 30px;
		padding-bottom: 80px;
	}

	.ot2 .name {
		font-size: 16px;
		margin-top: 8px;
	}

	.ot2 figure {
		margin-top: 20px;
	}

	.oth1 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.oth1 .describe {
		padding: 0px;
	}

	.ofu .index2 .describe1 {
		padding: 0px;
		line-height: 25px;
	}

	.ofu .index2 figure {
		padding: 0px 15px;
	}

	.of .index2 {
		padding-top: 30px;
	}

	.of .index2 .describe1 {
		padding: 0px;
		line-height: 25px;
	}

	.of .index2 figure {
		padding: 0px 15px;
	}

	.ofu1 .describe {
		margin-top: 20px;
	}

	.ofu2 .describe {
		padding: 0px;
	}

	.of2 .box {
		margin-top: 15px;
	}

	.of2 .describe {
		line-height: 25px;
	}

	.of2 figure {
		padding-bottom: 0px;
	}

	.bannerBox1 {
		padding: 50px 30px 100px;
	}

	.bannerBox1 .banner1_title {
		font-size: 32px;
		line-height: 42px;
	}

	.bannerBox1 .banner_title1 {
		font-size: 18px;
		line-height: 28px;
	}

	.bannerBox1 .describe {
		font-size: 16px;
		line-height: 26px;
		margin-top: 15px;
	}

	.bannerBox1 .describe p::before {
		top: 7px;
	}

	.to_menu {
		padding-top: 20px;
	}

	.to_menu a {
		font-size: 15px;
		padding: 0px 25px;
	}

	.to1_menu .menu_title {
		font-size: 16px;
		width: 170px;
		margin-right: 30px;
	}

	.to1_menu figure {
		margin-right: 40px;
	}

	.to1_container .title {
		font-size: 17px;
		margin-top: 15px;
		line-height: 26px;
	}

	.to1_container .describe {
		margin-top: 3px;
	}

	.to1_container .links {
		margin-top: 10px;
	}

	.tt1 {
		align-items: flex-start;
	}

	.tt1 .list-item {
		margin-bottom: 18px;
	}

	.tt1_l .box1 {
		padding-top: 5px;
	}

	.tt1_l .box1 .left {
		width: 156px;
		margin-right: 10px;
	}

	.tt1_l h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.tt1_l .describe {
		margin-top: 20px;
	}

	.tt1_l .describe1 {
		margin-top: 15px;
	}

	.tt1_l em {
		font-size: 16px;
	}

	.tt1_l .buttonBox {
		padding-top: 15px;
	}

	.tt2 .num {
		width: 50px;
		height: 50px;
	}

	.tt2 .title {
		font-size: 24px;
	}

	.tt2 .box {
		padding-bottom: 40px;
	}

	.tt2 .describe {
		padding-left: 68px;
		margin-top: 15px;
	}

	.tt3 .bt {
		font-size: 16px;
		line-height: 26px;
		margin-top: 15px;
	}

	.tt4 {
		padding-top: 80px;
		padding-bottom: 80px !important;
	}

	.tt4 .describe {
		line-height: 26px;
		margin-top: 15px;
		width: 100%;
	}

	.tt4 .container {
		padding-top: 5px;
	}

	.tt4 .title {
		font-size: 18px;
		line-height: 28px;
	}

	.tt4 .describe1 {
		line-height: 25px;
		margin-top: 5px;
	}

	.tt5_container {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.tt5 .big_title {
		margin-top: 0px;
	}

	.tt5 .sw_box {
		margin-top: 25px;
	}

	.tt5 .title {
		font-size: 16px;
		line-height: 26px;
		margin-top: 6px;
	}

	.bannerBox .banner_title2 {
		font-size: 42px;
		line-height: 48px;
	}

	.tho1_menu a {
		font-size: 16px;
		line-height: 22px;
	}

	.tho .tt4 .describe {
		padding: 0px;
	}

	.pub_r {
		width: 280px;
		margin-left: 30px;
	}

	.pub_r .title {
		font-size: 22px;
		line-height: 38px;
	}

	.tht1_l .num {
		width: 50px;
		height: 50px;
	}

	.tht1_l .title {
		font-size: 24px;
	}

	.tht1_l .box_dif .name {
		font-size: 22px;
		padding: 15px;
	}

	.tht1_l .box_dif figure {
		margin-top: 30px;
	}

	.fuo1 {
		padding-top: 50px;
	}

	.fuo1 .big_title {
		padding-bottom: 15px;
	}

	.fuo1 .title1,
	.fuo1 .title2 {
		font-size: 24px;
		line-height: 32px;
	}

	.fuo1 .buttonBox {
		margin-top: 20px;
	}

	.fuo1_container {
		padding-bottom: 150px;
	}

	.fuo2_top figure {
		margin-top: 80px !important;
		padding-bottom: 80px;
	}

	.fuo2_top .box {
		margin-top: 20px;
	}

	.fuo2_bottom .describe {
		padding: 0px;
		margin-top: 10px;
	}

	.fo1_menu {
		margin-top: 30px !important;
	}

	.fo1_menu a {
		font-size: 18px;
		min-height: 60px;
	}

	.fo1_container {
		padding-top: 20px;
		padding-bottom: 80px;
	}

	.show_form .form_title {
		font-size: 24px;
		line-height: 32px;
	}

	.ffu1 .r_box .describe strong {
		font-size: 20px;
	}

	.ffu3 .title {
		font-size: 18px;
		line-height: 26px;
	}

	.ff1 .name {
		font-size: 18px;
		margin-top: 20px;
		line-height: 26px;
	}

	.ff3 .describe {
		font-size: 16px;
		line-height: 25px;
		margin-top: 20px;
	}

	.so {
		background: url('../img/so_back.png') no-repeat center -200px;
		background-size: cover;
	}

	.so_menu .name {
		font-size: 24px;
		line-height: 48px;
	}

	.so_menu li:nth-of-type(1) .list a {
		min-width: 180px;
	}

	.so_menu .list a {
		height: 48px;
		font-size: 18px;
	}

	.so1 {
		padding-top: 40px;
		padding-bottom: 80px;
	}

	.so1 .l_box {
		padding-top: 0px;
		padding-bottom: 50px;
	}

	.so1 .sw_button {
		bottom: 0px;
	}

	.so2 .r_box {
		width: 86%;
	}

	.so2 .img_box {
		width: 350px;
	}

	.so2 .box {
		padding-top: 0px;
	}

	.so2 .time {
		margin-top: 0px;
	}

	.so2 .describe {
		line-height: 26px;
		margin-top: 5px;
	}

	.so2 .buttonBox {
		margin-top: 20px;
	}

	.so2 .PageNumber {
		margin-top: 60px;
	}

	.st1_l .big_title {
		padding-right: 0px;
	}

	.seo1 .bt {
		font-size: 20px;
	}

	.seo1 .title {
		font-size: 28px;
		line-height: 36px;
	}

	.seo1 ul {
		margin-top: 20px;
		line-height: 30px;
	}

	.seo1 .futh2 form {
		padding-top: 10px;
	}

	.seo1 .futh2 form .yz::before {
		left: -12px;
		font-size: 16px;
	}

	.seo1 .futh2 form input {
		height: 42px;
	}

	.seo1 .futh2 form>* {
		margin-top: 12px !important;
	}

	.seo1 .futh2 form textarea {
		height: 110px;
	}

	.seo1 .futh2 form .yzm {
		flex: 1;
	}

	.seo1 .futh2 form .yzm a,
	.seo1 .futh2 form .yzm span {
		height: 42px;
		margin-left: 15px;
	}

	.seo1 .futh2 form .tijiao {
		width: 210px;
		margin-left: 15px;
	}

	.seo2 .title {
		font-size: 28px;
		line-height: 36px;
	}

	.seo2 figure {
		width: 150px;
		margin-right: 25px;
	}
}

@media screen and (max-width: 1200px) {
	header .ul_dif li {
		width: 30%;
		flex-wrap: wrap;
		align-content: flex-start;
	}

	header .ul_dif .r_box {
		flex: none;
		margin-top: 10px;
	}

	header .ul_dif .imgBox {
		width: 100%;
		margin-right: 0px;
	}
}

@media screen and (max-width: 1100px) {
	header .menuOne {
		font-size: 14px;
	}
}

@media screen and (max-width: 992px) {
	.oth1 .describe em {
		font-size: 16px;
	}

	.rightMenu {
		transform: none;
		flex-direction: row;
		width: 100%;
		top: auto;
		bottom: 0px;
		display: flex;
	}

	.rightMenu>div {
		flex: 1;
		border-radius: 0px;
		margin-top: 0px;
	}

	.rightMenu>div a {
		border-radius: 0px;
	}

	.rightMenu>div i {
		font-size: 18px;
	}

	.rightMenu .wx>.hide_box {
		bottom: 100%;
		transform: translateX(-50%);
		left: 50%;
		right: auto;
	}

	.rightMenu .auw .text {
		right: 50%;
		transform: translate(50%) !important;
		top: auto;
		bottom: 101%;
		z-index: 1;
		opacity: 1;
		transition: 0s;
		display: none;
		width: auto;
		padding: 5px 10px;
		white-space: nowrap;
		display: none;
	}

	html body {
		font-size: 14px;
		line-height: 24px;
	}

	header {
		padding: 5px 0px;
	}

	header .menuOne,
	header .sousuo {
		display: none;
	}

	.padding_top {
		padding-top: 55.64px;
	}

	.index_banner .slick-dots {
		bottom: 24px;
	}

	.index_banner .slick-dots li button {
		width: 12px;
		height: 12px;
		margin: 0px 4px;
	}

	footer {
		padding-bottom: 50px !important;
	}

	footer .footer_a {
		justify-content: space-around;
	}

	footer .ul1 {
		display: none;
	}

	footer .ul2 {
		display: none;
	}

	footer .ul3 {
		width: 50%;
	}

	footer .ul4 {
		width: 40%;
		max-width: 320px;
	}

	footer form .buttonBox input {
		padding: 0px 5px 0px !important;
	}

	footer .lif {
		font-size: 18px;
	}

	footer .lif+li {
		margin-top: 5px;
	}

	footer form {
		padding-top: 5px;
	}

	footer form input,
	footer form textarea {
		font-size: 14px;
	}

	footer form input {
		height: 32px;
	}

	footer form textarea {
		height: 74px;
		padding-top: 2px;
	}

	footer form .yzm span {
		height: 32px;
	}

	footer form .buttonBox {
		/* margin-top: 12px; */
	}

	footer .footer_b {
		text-align: center;
		padding-top: 5px;
	}

	footer .link {
		display: none;
	}

	.big_title {
		padding-top: 0px;
		font-size: 20px !important;
		line-height: 28px !important;
	}

	.big_title::before {
		display: none;
	}

	.index1 {
		padding-top: 20px;
	}

	.index1 figure {
		width: 48%;
		margin-left: 4%;
		background: #e6002d;
		transform: none;
		margin-top: 20px;
	}

	.index1 figure .num {
		color: #fff;
		opacity: 0.2;
	}

	.index1 figure .describe {
		color: #fff;
	}

	.index1 figure .title {
		color: #fff;
	}

	.index1 figure .title a {
		color: #fff;
	}

	.index1 figure .logoBox::before {
		background: #fff;
	}

	.index1 figure .logo img:nth-of-type(1) {
		opacity: 0;
	}

	.index1 figure .logo img:nth-of-type(2) {
		opacity: 1;
	}

	.index1 figure .top::before {
		opacity: 0;
	}

	.index1 figure .top::after {
		opacity: 1;
	}

	.index1 .active {
		transform: none !important;
	}

	.index1 figure:nth-of-type(3n+1) {
		margin-left: 4%;
	}

	.index1 figure:nth-of-type(2n+1) {
		margin-left: 0%;
	}

	.index1 .logoBox {
		width: 100px;
		height: 100px;
	}

	.index1 .logo {
		width: 56px;
		height: 58px;
	}

	.index1 .num {
		font-size: 60px;
		line-height: 56px;
	}

	.index1 .title {
		font-size: 18px;
		line-height: 28px;
	}

	.index1 .describe {
		margin-top: 5px;
		line-height: 24px;
	}

	.index1 .box {
		width: 100%;
		max-width: 800px;
		margin: 0px auto;
	}

	.index2 {
		padding-top: 10px !important;
	}

	.index2 figure {
		margin-top: 20px;
		width: 50% !important;
	}

	.index2 figure:nth-of-type(2n+1) {
		border-left: none;
	}

	.index2 .top {
		font-size: 16px;
		line-height: 26px;
	}

	.index2 .big_num {
		font-size: 26px;
		line-height: 34px;
	}

	.index2 .describe {
		line-height: 24px;
		margin-top: 0px;
	}

	.index_container {
		margin-top: 30px;
		padding-bottom: 30px;
	}

	.small_title {
		font-size: 16px;
		line-height: 26px;
	}

	.index3 .l_box {
		padding: 20px 20px 25px;
	}

	.index3 .small_title {
		margin-top: 8px;
	}

	.index3 .describe {
		line-height: 24px;
		margin-top: 8px;
	}

	.index3 .buttonBox {
		margin-top: 15px;
	}

	.buttonBox a,
	.buttonBox span {
		font-size: 14px !important;
		min-width: 140px !important;
		height: 38px !important;
	}

	.index4 {
		padding-top: 30px;
	}

	.index4 .small_title {
		margin-top: 8px;
	}

	.index4 .buttonBox {
		margin-top: 15px;
	}

	.sw_button div {
		width: 32px !important;
		height: 32px !important;
		font-size: 14px;
	}

	.index5 {
		padding-top: 20px;
	}

	.index5_menu .title {
		font-size: 14px;
		line-height: 24px;
	}

	.index5_menu .logo {
		width: 42px;
		height: 38px;
	}

	.index5_menu .sw_button {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 10px;
	}

	.index5_menu .sw_button div {
		position: relative;
		margin: 0px 5px;
		left: 0 !important;
		right: 0 !important;
		top: 0 !important;
		transform: none !important;
	}

	.index5_container {
		margin: 20px auto 0px;
		max-width: 800px;
		padding-bottom: 30px;
	}

	.index5_container .sw_box {
		padding-top: 0px;
	}

	.index5_container .swiper-slide {
		flex-wrap: wrap;
		justify-content: center;
	}

	.index5_container .r_box {
		width: 100%;
		padding-top: 10%;
		padding-bottom: 0px;
	}

	.index5_container .sw_button {
		position: relative;
		margin-top: 10px;
		justify-content: center;
		width: 100%;
	}

	.index5_container .l_box {
		width: 80%;
		max-width: 600px;
	}

	.index5_container .bt {
		font-size: 18px;
		line-height: 26px;
		margin-top: 8px;
	}

	.index5_container .box1 {
		padding-top: 8px;
	}

	.index5_container .buttonBox {
		margin-top: 20px;
	}

	.index6 .box {
		padding-top: 0px;
	}

	.index6 figure {
		margin-top: 20px;
	}

	.index6 .title {
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
	}

	.index7 {
		margin-top: 30px;
		padding-top: 140px;
		padding-bottom: 30px;
	}

	.index7 .describe {
		width: 100%;
		line-height: 24px;
	}

	.index7 .title_top {
		padding-bottom: 20px;
	}

	.index7 .title {
		font-size: 16px;
		line-height: 24px;
	}

	.index7 .describe1 {
		margin-top: 0px;
		line-height: 24px;
	}

	.index7 .page_box {
		height: auto;
		right: 50%;
		transform: translateX(50%);
	}

	.index7 .swiper-slide-active .box {
		bottom: 10px;
	}

	.index7 .box {
		padding: 15px 20px;
	}

	.index7 .page_box {
		position: relative;
		right: 0;
		transform: none;
		bottom: auto;
		margin-top: 10px;
		width: 100%;
		justify-content: center;
	}

	.index7 .swiperindex7-pagination {
		font-size: 16px;
	}

	.index7 .swiperindex7-pagination .swiper-pagination-current {
		font-size: 20px;
	}

	.index8 {
		padding-top: 30px;
		padding-bottom: 0px;
	}

	.index8 .box {
		padding-top: 0px;
	}

	.index8 figure {
		margin-top: 15px;
	}

	.index8 .title {
		font-size: 15px;
		line-height: 25px;
		margin-top: 8px;
		padding-bottom: 5px;
	}

	.index8 .describe {
		line-height: 24px;
		margin-top: 5px;
	}

	.index8 .time {
		margin-top: 8px;
	}

	.index9 {
		padding-top: 130px;
		padding-bottom: 40px;
	}

	.index9 .describe {
		line-height: 24px;
		margin-top: 10px;
	}

	.index9 .buttonBox {
		margin-top: 20px;
	}

	.index10 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.index10 .r_box {
		width: 42%;
	}

	.index10 .describe {
		line-height: 24px;
		margin-top: 8px;
	}

	.index10 .buttonBox {
		margin-top: 20px;
	}

	.index10 .sw_button {
		margin-top: 20px;
	}

	.mbx {
		padding-top: 15px;
	}

	.oo_menu {
		margin-top: 10px !important;
	}

	.oo_menu a {
		font-size: 14px;
		min-height: 38px;
	}

	.oo1 {
		padding-top: 30px;
	}

	.oo1 .small_title {
		margin-top: 6px;
	}

	.oo1 .describe {
		line-height: 24px;
		margin-top: 5px;
	}

	.oo .index2 {
		margin-top: 0px !important;
	}

	.oo2 {
		padding-top: 30px;
	}

	.oo2 .imgBox {
		border-radius: 50px 0px 100px 0px;
	}

	.oo2 figure {
		margin-top: 20px;
		width: 46%;
	}

	.oo2 .title {
		font-size: 18px;
		line-height: 32px;
	}

	.oo2 figure:nth-of-type(odd) .imgBox {
		margin-top: 10px;
	}

	.oo2 figure:nth-of-type(even) .box1 {
		margin-top: 10px;
	}

	.oo_container {
		padding-top: 30px;
	}

	.oo3 .describe {
		margin-top: 10px;
	}

	.oo3 .imgBox {
		margin-top: 20px;
	}

	.oo4 {
		padding-top: 30px;
	}

	.oo4 .sw_box1 {
		margin-top: 25px;
	}

	.oo4 .year {
		font-size: 16px;
		height: 56px;
		line-height: 28px !important;
	}

	.oo4 .swiper-slide-thumb-active .year {
		font-size: 22px;
	}

	.oo4 .title {
		font-size: 20px;
		line-height: 28px;
	}

	.oo4 .describe {
		margin-top: 5px;
		line-height: 24px;
	}

	.oo4 .mySwiperoo4_2 .r_box {
		padding: 10px 0px 40px;
	}

	.oo4 .sw_button {
		bottom: 0px;
	}

	.oo5 {
		padding-top: 0px;
	}

	.oo5 figure {
		margin-top: 30px;
		padding: 25px 10px;
		min-height: auto;
	}

	.oo5 .title {
		font-size: 22px;
		line-height: 32px;
	}

	.oo5 .describe {
		font-size: 16px;
		line-height: 24px;
		margin-top: 5px;
	}

	.oo6 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.oo6 .title {
		font-size: 20px !important;
		line-height: 28px !important;
	}

	.oo6 .box {
		padding: 0px;
	}

	.oo6 .logo {
		width: 50px;
		height: 42px;
	}

	.oo6 figure {
		width: 20%;
	}

	.oo6 .name {
		font-size: 18px;
		line-height: 26px;
		margin-top: 8px;
	}

	.PageNumber input {
		height: 26px;
		min-width: 138px;
		line-height: 24px;
	}

	.PageNumber a {
		font-size: 12px;
		width: 26px;
		height: 26px;
		margin-right: 4px;
		margin-top: 5px;
	}

	.PageNumber .submit {
		margin-top: 5px;
	}

	.PageNumber .p_f {
		width: 64px;
	}

	.PageNumber .p_l {
		width: 46px;
	}

	.PageNumber input {
		font-size: 14px;
	}

	.ot_menu {
		padding-top: 20px !important;
	}

	.ot_menu a {
		font-size: 14px;
		width: 200px;
		min-height: 36px;
	}

	.ot1 {
		padding-top: 30px;
	}

	.ot1 .year {
		font-size: 18px;
	}

	.ot1 .swiper-slide-thumb-active .year {
		font-size: 20px;
		line-height: 28px;
	}

	.ot1 .top {
		height: 30px;
	}

	.ot1 .sw_box {
		margin-top: 20px;
	}

	.ot1 .sw_box1 {
		margin-top: 20px;
	}

	.ot2 {
		padding-top: 0px;
		padding-bottom: 40px;
	}

	.ot2 .PageNumber {
		margin-top: 20px;
	}

	.ot2 .name {
		font-size: 14px;
		margin-top: 4px;
	}

	.oth1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.oth1 .describe {
		margin-top: 8px;
	}

	.oth1 .box {
		padding-top: 0px;
	}

	.oth1 figure {
		width: 22%;
		margin-left: 4%;
		margin-top: 25px;
	}

	.oth1 figure:nth-of-type(5n+1) {
		margin-left: 4%;
	}

	.oth1 figure:nth-of-type(4n+1) {
		margin-left: 0%;
	}

	.oth1 .name {
		margin-top: 5px;
	}

	.oth1 .PageNumber {
		margin-top: 20px;
	}

	.ofu .index2 .describe1 {
		line-height: 24px;
		margin-top: 0px;
	}

	.ofu1 {
		padding-top: 30px;
	}

	.ofu1 .describe {
		line-height: 24px;
		margin-top: 5px;
	}

	.ofu1 .bottom {
		margin-top: 20px;
	}

	.ofu2 {
		padding-top: 12%;
		padding-bottom: 30px;
	}

	.ofu2 .describe {
		margin-top: 5px;
		line-height: 24px;
	}

	.ofu2 .box {
		margin-top: 15px;
	}

	.of .index2 {
		padding-top: 0px !important;
	}

	.of .index2 .describe1 {
		line-height: 24px;
		margin-top: 0px;
	}

	.of1 {
		padding-top: 20px;
	}

	.of2 {
		padding-bottom: 30px;
	}

	.of2 .box {
		margin-top: 5px;
	}

	.of2 .describe {
		line-height: 24px;
	}

	.of2 figure {
		margin-top: 30px;
	}

	.bannerBox1 {
		padding: 30px 20px 40px;
	}

	.bannerBox1 .banner1_title {
		font-size: 20px;
		line-height: 28px;
	}

	.bannerBox1 .banner_title1 {
		font-size: 16px;
		line-height: 26px;
	}

	.bannerBox1 .describe {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
	}

	.bannerBox1 .describe p::before {
		top: 6px;
	}

	.os2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.os2 .describe {
		line-height: 24px;
		margin-top: 8px;
	}

	.to_menu {
		padding-top: 0px;
	}

	.to_menu a {
		text-align: center;
		justify-content: center;
		line-height: 20px;
	}

	.pub_form {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.pub_form input {
		height: 38px;
	}

	.pub_form form {
		padding-left: 20px;
	}

	.pub_form .icon-sousuo {
		font-size: 16px;
	}

	.pub_form .input1 {
		padding-right: 116px;
	}

	.pub_form .input2 {
		width: 106px;
		height: 42px;
		line-height: 40px;
	}

	.to1_menu {
		line-height: 28px;
	}

	.to1_menu .menu_title {
		width: 150px;
		font-size: 14px;
		margin-right: 10px;
	}

	.to1_menu .check {
		margin-right: 8px;
	}

	.to1_menu figure {
		margin-right: 25px;
	}

	.to1_container {
		padding-bottom: 30px;
	}

	.to1_container figure {
		width: 30%;
		margin-left: 5%;
		margin-top: 20px;
	}

	.to1_container .title {
		font-size: 16px;
	}

	.to1_container figure:nth-of-type(4n+1) {
		margin-left: 5%;
	}

	.to1_container figure:nth-of-type(3n+1) {
		margin-left: 0%;
	}

	.to1_container .PageNumber {
		margin-top: 20px;
	}

	.tt1 {
		padding-top: 20px;
		justify-content: center;
		align-items: center;
	}

	.tt1 .zoomPad {
		cursor: default !important;
	}

	.tt1 .zoomPup {
		display: none !important;
	}

	.tt1 .zoomWindow {
		display: none !important;
	}

	.tt1 .zoomPreload {
		display: none !important;
	}

	.tt1 .r_box {
		width: 80%;
		margin-right: 0px;
	}

	.tt1 .list-item {
		margin-bottom: 16px;
	}

	.tt1 .pic-btn {
		font-size: 16px;
	}

	.tt1_l {
		width: 100%;
		flex: none;
	}

	.tt1_l .buttonBox img {
		width: 22px;
		margin-right: 8px;
	}

	.tt2 {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.tt2 .box {
		padding-bottom: 30px;
	}

	.tt2 .title {
		font-size: 20px;
		line-height: 32px;
	}

	.tt2 .num {
		width: 38px;
		height: 38px;
	}

	.tt2 .describe p.half {
		width: 100%;
	}

	.tt2 .describe p.half::before {
		width: 8px;
		height: 8px;
		left: -20px;
	}

	.tt2 .describe {
		padding-left: 56px;
		margin-top: 8px;
		line-height: 26px;
	}

	.tt3 {
		padding: 30px 0px 30px;
	}

	.tt3 .bt {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
	}

	.tt3 .buttonBox {
		margin-top: 15px;
	}

	.tt4 {
		padding-top: 30px;
		padding-bottom: 30px !important;
	}

	.tt4 .describe {
		line-height: 24px;
		margin-top: 10px;
	}

	.tt4 .title {
		font-size: 16px;
		line-height: 26px;
	}

	.tt4 .describe1 {
		line-height: 24px;
		margin-top: 3px;
	}

	.tt5_container {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.tho1_menu {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.tho1_menu a {
		width: 30%;
		margin-left: 5%;
		font-size: 14px;
		line-height: 18px;
		min-height: 50px;
	}

	.tho1_menu a:nth-of-type(4n+1) {
		margin-left: 5%;
	}

	.tho1_menu a:nth-of-type(3n+1) {
		margin-left: 0%;
	}

	.tho .tt4 figure {
		margin-top: 20px;
	}

	.tho .PageNumber {
		margin-top: 20px;
	}

	.tho .tt5 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.bannerBox .banner_title2 {
		font-size: 30px;
		line-height: 36px;
	}

	.tht1_l {
		padding-top: 0px;
		width: 100%;
		flex: none;
	}

	.tht1_l .title {
		font-size: 20px;
		line-height: 32px;
	}

	.tht1_l .share_box {
		margin-top: 5px;
	}

	.tht1_l .num {
		width: 38px;
		height: 38px;
	}

	.tht1_l .img1 {
		margin-top: 20px;
	}

	.tht1_l .box {
		margin-top: 20px;
	}

	.tht1_l .describe {
		margin-top: 10px;
	}

	.tht1_l .box_dif .name {
		font-size: 16px;
		padding: 10px 15px;
	}

	.tht1_l .container {
		padding-bottom: 20px;
	}

	.tht1_l .page_change {
		margin-top: 20px;
	}

	.pub_r {
		width: 100%;
		margin-left: 0px;
		/* max-width: 560px; */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: initial;
		top: 0;
		margin: 30px auto 0px !important;
		border-top: 1px solid #ccc;
		padding-top: 10px;
	}

	.pub_r .title {
		font-size: 18px;
		line-height: 28px;
	}

	.pub_r li {
		padding: 8px 10px;
	}

	.pub_r .box2 {
		margin-top: 20px;
	}

	.pub_r .describe {
		margin-top: 2px;
	}

	.pub_r form input,
	.pub_r form textarea {
		font-size: 14px;
	}

	.pub_r form input {
		height: 36px;
	}

	.pub_r form .yzm span {
		height: 32px;
	}

	.tht_container {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.fuo1 {
		padding-top: 20px;
	}

	.fuo1 .title1,
	.fuo1 .title2 {
		font-size: 18px;
		line-break: 26px;
	}

	.fuo1 .r_box {
		padding-bottom: 0px;
	}

	.fuo1_container {
		padding-bottom: 120px;
	}

	.fuo2_top figure {
		margin-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.fuo2_top .r_box {
		padding-top: 5px;
	}

	.fuo2_top .top {
		margin-top: 5px;
	}

	.fuo2_top .box {
		margin-top: 5px;
	}

	.fuo2_container {
		padding-bottom: 30px;
	}

	.fuo2_bottom {
		padding-top: 20px;
	}

	.fuo2_bottom .imgBox {
		margin-top: 20px;
	}

	.fo1_menu {
		margin-top: 20px !important;
	}

	.fo1_menu a {
		font-size: 14px;
		min-height: 40px;
	}

	.fo1_menu a::before {
		height: calc(100% - 14px);
	}

	.fo1_container {
		padding-top: 0px;
		padding-bottom: 30px;
	}

	.fo1_container .PageNumber {
		margin-top: 20px;
	}

	.fo1_container .name {
		margin-top: 3px;
	}

	.fo1_container figure {
		margin-top: 25px;
	}

	.ft1_container {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.ft1_container figure {
		padding: 15px 5px 15px 10px;
	}

	.ft1_container .PageNumber {
		margin-top: 20px;
	}

	.ft1_container .imgBox {
		width: 46px;
		margin-right: 15px;
	}

	.ft1_container .title {
		font-size: 14px;
		line-height: 24px;
	}

	.ft1_container .buttonBox span {
		min-width: 128px;
		height: 38px;
	}

	.fth1_container {
		padding-top: 0px;
		padding-bottom: 30px;
	}

	.fth1_container .dianji {
		width: 26px;
		height: 26px;
		left: 16px;
	}

	.fth1_container .dianji i {
		font-size: 12px;
	}

	.fth1_container .top {
		font-size: 16px;
		line-height: 26px;
		min-height: 50px;
		padding: 10px 0px 10px 50px;
	}

	.fth1_container .bottom {
		line-height: 26px;
		padding: 5px 10px 0px;
	}

	.fth1_container .PageNumber {
		margin-top: 20px;
	}

	.futh2 {
		padding-bottom: 30px;
	}

	.futh2 .big_title {
		padding: 0px;
	}

	.futh2 form {
		padding-top: 10px;
	}

	.futh2 form .yz::before {
		left: -12px;
		font-size: 16px;
	}

	.futh2 form input {
		height: 42px;
	}

	.futh2 form>* {
		margin-top: 12px !important;
	}

	.futh2 form textarea {
		height: 110px;
	}

	.futh2 form .yzm a,
	.futh2 form .yzm span {
		height: 42px;
		margin-left: 15px;
	}

	.ffu1 {
		padding-top: 20px;
	}

	.ffu1 .box {
		margin-top: 20px;
	}

	.ffu1 .l_box {
		width: 100%;
	}

	.ffu1 .r_box {
		width: 100%;
		margin-top: 20px;
	}

	.ffu2 {
		padding-top: 0px;
	}

	.ffu3 {
		padding-top: 0px;
		padding-bottom: 30px;
		max-width: 800px !important;
	}

	.ffu3 figure {
		width: 22%;
		margin-left: 4%;
	}

	.ffu3 figure:nth-of-type(7n+1) {
		margin-left: 4%;
	}

	.ffu3 figure:nth-of-type(4n+1) {
		margin-left: 0%;
	}

	.ff1 {
		padding-top: 20px;
	}

	.ff1 .logo {
		width: 76px;
		height: 76px;
	}

	.ff1 .logo img {
		max-width: 60%;
		max-height: 60%;
	}

	.ff1 .name {
		font-size: 16px;
		margin-top: 5px;
		line-height: 26px;
	}

	.ff1 figure {
		padding: 20px 10px;
	}

	.ff1 .box {
		padding-top: 20px;
	}

	.ff2 {
		padding-top: 30px;
	}

	.ff2 .sw_box {
		margin-top: 10px;
	}

	.ff2 .swiper-pagination-bullet {
		margin-top: 6px;
		width: 12px;
		height: 12px;
		margin: 0px 4px !important;
	}

	.ff3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.ff3 .email {
		font-size: 14px;
		margin-top: 10px;
		padding-bottom: 0px;
	}

	.ff3 .describe {
		margin-top: 5px;
		font-size: 14px;
		line-height: 24px;
	}

	.so_menu {
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.so_menu li {
		margin-top: 5px;
	}

	.so_menu .name {
		font-size: 18px;
		width: 80px;
		line-height: 36px;
	}

	.so_menu li:nth-of-type(1) .list a {
		min-width: 140px;
	}

	.so_menu .list a {
		min-width: 100px;
		font-size: 15px;
		height: 36px;
		margin-right: 15px;
	}

	.so1 {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.so1 .title {
		font-size: 16px;
		line-height: 26px;
	}

	.so1 .describe {
		line-height: 24px;
		margin-top: 6px;
	}

	.so2 {
		padding-bottom: 30px;
	}

	.so2 figure {
		margin-top: 25px;
	}

	.so2 .time {
		text-align: center;
		width: 100%;
	}

	.so2 .r_box {
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}

	.so2 .title {
		font-size: 16px;
		line-height: 26px;
	}

	.so2 .img_box {
		width: 310px;
		margin-left: 20px;
	}

	.so2 .PageNumber {
		margin-top: 20px;
	}

	.st_container {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.st1_l {
		flex: none;
		margin-top: 0px;
	}

	.st1_l .share_time {
		margin-top: 5px;
	}

	.st1_l .describe {
		margin-top: 8px;
		padding-bottom: 10px;
	}

	.st1_l .page_change {
		margin-top: 15px;
	}

	.seo1 {
		padding-top: 20px;
	}

	.seo1 .l_box {
		width: 100%;
		padding-bottom: 5px;
	}

	.seo1 .futh2 {
		width: 100%;
	}

	.seo1 .bt {
		font-size: 16px;
		line-height: 26px;
	}

	.seo1 .title {
		font-size: 20px;
		line-height: 26px;
		margin-top: 5px;
	}

	.seo1 ul {
		margin-top: 10px;
	}

	.seo2 {
		padding-top: 30px;
	}

	.seo2 .title {
		font-size: 20px;
		line-height: 26px;
	}

	.seo2 .box {
		padding-top: 0px;
	}

	.seo2 figure {
		width: 120px;
	}

	.seo2 .name {
		margin-top: 5px;
	}

	.seo3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
	html body .content {
		width: calc(100% - 40px);
	}

	html body .sw_content {
		width: calc(100% - 40px);
	}

	footer .ul3 {
		display: none;
	}

	footer .ul4 {
		width: 100%;
	}

	footer .lif {
		text-align: center;
	}

	header {
		border-bottom: 1px solid #ccc;
	}

	header .logoBox {
		width: 170px;
	}

	.padding_top {
		padding-top: 53.38px;
	}

	.index1 .box {
		max-width: 600px;
	}

	.index1 figure {
		width: 100%;
		margin-left: 0px !important;
	}

	.index1 .logo {
		width: 46px;
		height: 48px;
	}

	.index1 .logoBox {
		width: 86px;
		height: 86px;
	}

	.index1 .num {
		font-size: 50px;
	}

	.index1 .top::after,
	.index1 .top::before {
		width: 108px;
		height: 60px;
	}

	.index3 {
		max-width: 650px !important;
	}

	.index3 .r_box {
		width: 100%;
		margin-left: 0px;
		float: none;
	}

	.index6 .box {
		width: 100%;
		margin: auto;
		max-width: 540px;
	}

	.index6 figure {
		margin-top: 15px;
		width: 48%;
		margin-left: 4%;
	}

	.index6 figure:nth-of-type(4n+1) {
		margin-left: 4%;
	}

	.index6 figure:nth-of-type(2n+1) {
		margin-left: 0%;
	}

	.index5_container .l_box {
		padding: 50px;
	}

	.index5_container .l_box::after {
		width: calc(100% - 50px);
		height: calc(100% - 50px);
	}

	.index7 {
		padding-top: 110px;
	}

	.index9 {
		padding-top: 90px;
		padding-bottom: 20px;
	}

	.index8 figure {
		width: 48%;
		margin-left: 4%;
	}

	.index8 figure:nth-of-type(3n+1) {
		margin-left: 4%;
	}

	.index8 figure:nth-of-type(2n+1) {
		margin-left: 0%;
	}

	.index10 {
		flex-direction: column-reverse;
	}

	.index10 .sw_box {
		width: 100%;
		max-width: 580px;
		margin-top: 20px;
	}

	.index10 .r_box {
		width: 100%;
		padding-top: 0px;
	}

	.index10 .sw_button {
		justify-content: center;
	}

	.bannerBox {
		display: none;
	}

	.mbx i {
		margin-right: 2px;
	}

	.oo_menu a {
		width: 30%;
	}

	.oo_menu a:nth-of-type(4n+1)::before {
		display: block;
	}

	.oo_menu a:nth-of-type(3n+1)::before {
		display: none;
	}

	.oo2 figure {
		width: 100%;
		margin-top: 10px;
	}

	.oo2 .box {
		width: 100%;
		max-width: 600px;
		margin: auto;
	}

	.oo3 .imgBox {
		border-radius: 50px 0px 50px 0px;
	}

	.oo4 .sw_box1 {
		margin-top: 20px;
	}

	.oo4 .mySwiperoo4_2 .swiper-slide {
		flex-wrap: wrap;
	}

	.oo4 .mySwiperoo4_2 .l_box {
		width: 100%;
	}

	.oo4 .mySwiperoo4_2 .r_box {
		width: 100%;
		padding: 20px 0px 20px;
	}

	.oo4 .sw_button {
		position: relative;
		width: 100%;
		justify-content: center;
	}

	.oo4 .sw_box {
		margin-top: 20px;
	}

	.oo5 .title {
		font-size: 18px;
		line-height: 28px;
	}

	.oo5 .describe {
		font-size: 14px;
	}

	.oo6 .box {
		justify-content: flex-start;
	}

	.oo6 figure {
		width: 33.3333%;
	}

	.PageNumber {
		flex-direction: column;
		align-items: center;
	}

	.PageNumber .submit {
		margin-left: 0%;
		margin-top: 10px;
	}

	.ot2 figure {
		width: 30%;
		margin-left: 5%;
	}

	.ot2 figure:nth-of-type(4n+1) {
		margin-left: 5%;
	}

	.ot2 figure:nth-of-type(3n+1) {
		margin-left: 0%;
	}

	.oth1 figure {
		width: 30%;
		margin-left: 5%;
	}

	.oth1 figure:nth-of-type(5n+1) {
		margin-left: 5%;
	}

	.oth1 figure:nth-of-type(4n+1) {
		margin-left: 5%;
	}

	.oth1 figure:nth-of-type(3n+1) {
		margin-left: 0%;
	}

	.ofu1 .imgBox {
		border-radius: 50px 0px 50px 0px;
	}

	.ofu2 {
		margin-top: 20px;
	}

	.of2 {
		max-width: 600px !important;
	}

	.of2 figure {
		flex-wrap: wrap;
	}

	.of2 .l_box {
		width: 100%;
		margin-top: 20px;
	}

	.of2 .r_box {
		width: 100%;
	}

	.of2 .describe {
		position: relative;
	}

	.to_menu a {
		width: 48%;
		margin-left: 4%;
	}

	.to_menu a:nth-of-type(3n+1) {
		margin-left: 4%;
	}

	.to_menu a:nth-of-type(2n+1) {
		margin-left: 0%;
	}

	.to1_menu .list {
		width: 100%;
		flex: none;
	}

	.to1_menu .menu_title {
		width: auto;
	}

	.to1_menu li {
		margin-top: 5px;
		flex-wrap: wrap;
	}

	.to1_menu .list {
		margin-top: 3px;
	}

	.to1_container {
		margin: 0px auto;
		width: 100%;
		max-width: 660px;
	}

	.to1_container figure {
		width: 48%;
		margin-left: 4%;
	}

	.to1_container figure:nth-of-type(4n+1) {
		margin-left: 4%;
	}

	.to1_container figure:nth-of-type(3n+1) {
		margin-left: 4%;
	}

	.to1_container figure:nth-of-type(2n+1) {
		margin-left: 0%;
	}

	.tt1 .r_box {
		width: 100%;
	}

	.tt1 .list-item {
		margin-bottom: 19px;
	}

	.tt4 figure {
		width: 48%;
		margin-left: 4%;
	}

	.tt4 figure:nth-of-type(3n+1) {
		margin-left: 4%;
	}

	.tt4 figure:nth-of-type(2n+1) {
		margin-left: 0%;
	}

	.tt4 .container {
		width: 100%;
		max-width: 660px;
		margin: auto;
	}

	.tt5 .sw_box {
		width: 100%;
		max-width: 660px;
		margin: 20px auto 0px;
	}

	.tt5 .title_top {
		flex-direction: column;
		align-items: center;
	}

	.tt5 .sw_button {
		margin-top: 10px;
	}

	.tho1_menu a {
		width: 48%;
		margin-left: 4%;
	}

	.tho1_menu a:nth-of-type(4n+1) {
		margin-left: 4%;
	}

	.tho1_menu a:nth-of-type(3n+1) {
		margin-left: 4%;
	}

	.tho1_menu a:nth-of-type(2n+1) {
		margin-left: 0%;
	}

	.pub_r form>* {
		margin-top: 10px !important;
	}

	.pub_r .describe {
		margin-top: 5px;
	}

	.fuo1 {
		max-width: 600px !important;
		justify-content: center;
	}

	.fuo1 .l_box {
		width: 100%;
		max-width: 400px;
	}

	.fuo1 .r_box {
		width: 100%;
	}

	.fuo2_top {
		width: 100%;
		max-width: 600px;
		margin: auto;
	}

	.fuo2_top figure {
		flex-wrap: wrap;
		justify-content: center;
	}

	.fuo2_top .l_box {
		width: 100%;
	}

	.fuo2_top .r_box {
		width: 100%;
		padding-top: 20px;
	}

	.fuo2_top .describe {
		position: relative;
	}

	.fuo2_top .sw_box {
		width: 100%;
		max-width: 550px;
	}

	.fuo2_bottom .imgBox {
		border-radius: 50px 0px 50px 0px;
	}

	.fo1_menu a {
		width: 50%;
	}

	.fo1_menu a::before {
		display: none;
	}

	.fo1_container {
		width: 100%;
		margin: auto;
		max-width: 660px !important;
	}

	.fo1_container figure {
		width: 48%;
		margin-left: 4%;
	}

	.fo1_container figure:nth-of-type(3n+1) {
		margin-left: 4%;
	}

	.fo1_container figure:nth-of-type(2n+1) {
		margin-left: 0%;
	}

	.fo1_container .bofangBox img {
		width: 40px;
	}

	.ft1_container figure {
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.ft1_container .l_box {
		flex: none;
	}

	.ft1_container .buttonBox {
		margin-top: 5px;
		margin-left: 0px;
	}

	.show_form .form_box {
		padding: 30px 0px 30px;
	}

	.show_form .close {
		font-size: 24px;
	}

	.show_form .form_title {
		font-size: 20px;
		line-height: 26px;
	}

	.show_form form {
		padding: 0px 20px 0px 25px;
	}

	.fth1_container .dianji {
		width: 22px;
		height: 22px;
		left: 12px;
	}

	.fth1_container .dianji i {
		font-size: 12px;
	}

	.fth1_container .top {
		font-size: 14px;
		line-height: 24px;
		padding: 10px 0px 10px 45px;
	}

	.fth1_container .top p {
		padding-right: 10px;
	}

	.fth1_container figure {
		margin-top: 20px;
	}

	.futh2 form .yzm {
		width: 100%;
		flex: 1;
	}

	.futh2 form .tijiao {
		margin-left: 12px;
		width: 162px;
	}

	.futh2 form input {
		height: 38px;
	}

	.futh2 form .yzm {
		max-width: 300px;
	}

	.futh2 form .yzm a,
	.futh2 form .yzm span {
		height: 38px;
	}

	.ffu2 figure {
		width: 30%;
		margin-left: 5%;
	}

	.ffu2 figure:nth-of-type(5n+1) {
		margin-left: 5%;
	}

	.ffu2 figure:nth-of-type(3n+1) {
		margin-left: 0%;
	}

	.ff1 figure {
		width: 49%;
		margin-left: 2%;
	}

	.ff1 figure:nth-of-type(4n+1) {
		margin-left: 2%;
	}

	.ff1 figure:nth-of-type(2n+1) {
		margin-left: 0%;
	}

	.ff1 figure:nth-of-type(3),
	.ff1 figure:nth-of-type(4) {
		margin-top: 10px;
	}

	.ff1 .logo {
		width: 56px;
		height: 56px;
	}

	.ff1 .name {
		font-size: 14px;
	}

	.ff3 {
		max-width: 620px !important;
	}

	.ff3 .r_box {
		width: 100%;
		margin-top: 20px;
	}

	.ff3 .l_box {
		width: 100%;
	}

	.so {
		background: none;
	}

	.so_menu li {
		flex-wrap: wrap;
	}

	.so_menu .list {
		flex: none;
	}

	.so_menu .list a {
		min-width: 80px !important;
		box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 0px 15px;
		margin-right: 9px;
	}

	.so_menu .name {
		line-height: 26px;
	}

	.so1 {
		max-width: 600px !important;
	}

	.so1 .r_box {
		width: 100%;
	}

	.so1 .l_box {
		width: 100%;
		padding: 0px 0px 20px;
	}

	.so1 .sw_button {
		position: relative;
		bottom: 0;
		width: 100%;
		margin-top: 10px;
		justify-content: center;
	}

	.so2 {
		max-width: 600px !important;
	}

	.so2 .img_box {
		width: 100%;
		margin-left: 0px;
	}

	.so2 .r_box {
		flex-direction: column-reverse;
	}

	.so2 .box {
		flex: none;
		margin-top: 20px;
	}

	.st1_l .share_time {
		flex-direction: column;
		align-items: center;
	}

	.st1_l .share_time .time {
		margin-right: 0px;
	}

	.st1_l .share_box {
		margin-top: 5px;
	}

	.seo1 .futh2 form .yzm {
		width: 100%;
		flex: 1;
	}

	.seo1 .futh2 form .tijiao {
		margin-left: 12px;
		width: 162px;
	}

	.seo1 .futh2 form input {
		height: 38px;
	}

	.seo1 .futh2 form .yzm {
		max-width: 300px;
	}

	.seo1 .futh2 form .yzm a,
	.seo1 .futh2 form .yzm span {
		height: 38px;
	}
}

@media screen and (max-width: 480px) {
	.index_banner .slick-dots {
		bottom: 10px;
	}

	.index2 figure {
		width: 100% !important;
		border-left: none;
	}

	.index3 .bofangBox img {
		width: 50px;
	}

	.index5_container .l_box {
		width: 90%;
		padding: 30px;
	}

	.index5_container .l_box::after {
		width: calc(100% - 40px);
		height: calc(100% - 40px);
	}

	.index7 {
		margin-top: 0px;
		padding-top: 80px;
	}

	.index7 .box {
		width: 90%;
		padding: 5px 8px;
	}

	.index8 .box {
		width: 100%;
		max-width: 360px;
		margin: 0px auto;
	}

	.index8 figure {
		width: 100%;
		margin-left: 0px !important;
	}

	.oo_menu {
		max-width: 400px !important;
	}

	.tt1_l .box1 li {
		flex-direction: column;
		gap: 5px 0px;
		align-items: flex-start;
	}

	.oo_menu a {
		width: 50%;
	}

	.oo_menu a::before {
		display: block !important;
	}

	.oo_menu a:nth-of-type(2n+1)::before {
		display: none !important;
	}

	.oo5 figure {
		width: 100%;
	}

	.oo5 .box {
		width: 100%;
		max-width: 400px;
		margin: auto;
	}

	.oo6 figure {
		width: 50%;
	}

	.ot2 figure {
		width: 48%;
		margin-left: 4% !important;
	}

	.ot2 figure:nth-of-type(2n+1) {
		margin-left: 0px !important;
	}

	.oth1 figure {
		width: 48%;
		margin-left: 4% !important;
	}

	.oth1 figure:nth-of-type(2n+1) {
		margin-left: 0px !important;
	}

	.ofu1 .r_box {
		float: none;
		margin-left: 0px;
		width: 100%;
	}

	.ofu1 .l_box {
		padding-top: 10px;
	}

	.ofu2 {
		padding-top: 20%;
	}

	.pub_form form {
		padding-left: 10px;
	}

	.pub_form .icon-sousuo {
		font-size: 14px;
	}

	.to_menu a {
		width: 100%;
		margin-left: 0% !important;
	}

	.to1_container {
		max-width: 330px;
	}

	.to1_container figure {
		width: 100%;
		margin-left: 0% !important;
	}

	.tt1 .pic-list {
		padding: 0px 8px;
		height: calc(100% - 36px);
	}

	.tt1 .list-item {
		margin-bottom: 7px;
	}

	.tt4 .container {
		max-width: 330px;
	}

	.tt4 figure {
		width: 100%;
		margin-left: 0px !important;
	}

	.tt5 .sw_box {
		max-width: 330px;
	}

	.tho1_menu {
		justify-content: center;
	}

	.tho1_menu a {
		width: 100%;
		margin-left: 0% !important;
		max-width: 420px;
		margin-top: 10px;
	}

	.tht1_l .box_dif .name {
		font-size: 14px;
		line-height: 22px;
		padding: 5px 10px;
	}

	.futh2 form {
		padding-left: 0px;
	}

	.futh2 form .int1 {
		width: 48%;
	}

	.futh2 form .yz::before {
		left: -9px;
	}

	.futh2 form .int3 {
		flex-wrap: wrap;
	}

	.futh2 form .yzm {
		max-width: 100%;
		flex: none;
	}

	.futh2 form .tijiao {
		margin-top: 10px;
		width: 100%;
		margin-left: 0px;
	}

	.ffu2 figure {
		width: 49%;
		margin-left: 2% !important;
	}

	.ffu2 figure:nth-of-type(2n+1) {
		margin-left: 0px !important;
	}

	.ffu3 figure {
		width: 48%;
		margin-left: 4% !important;
	}

	.ffu3 figure:nth-of-type(2n+1) {
		margin-left: 0px !important;
	}

	.so1 {
		padding-bottom: 0px;
	}

	.seo1 .futh2 form {
		padding-left: 0px;
	}

	.seo1 .futh2 form .int1 {
		width: 48%;
	}

	.seo1 .futh2 form .yz::before {
		left: -9px;
	}

	.seo1 .futh2 form .int3 {
		flex-wrap: wrap;
	}

	.seo1 .futh2 form .yzm {
		max-width: 100%;
		flex: none;
	}

	.seo1 .futh2 form .tijiao {
		margin-top: 10px;
		width: 100%;
		margin-left: 0px;
	}

	.seo2 .box {
		justify-content: center;
	}

	.seo2 figure {
		width: 100px;
		margin: 20px 10px 0px !important;
	}
}

@font-face {
	font-family: "iconfont";
	/* Project id 4160138 */
	src: url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'), url('iconfont.woff?t=1717576267536') format('woff'), url('iconfont.ttf?t=1717576267536') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-daohang:before {
	content: "\e643";
}

.icon-facebookfacebook52:before {
	content: "\e642";
}

.icon-xiangxia2:before {
	content: "\e63d";
}

.icon-xiala:before {
	content: "\e654";
}

.icon-huidaodingbu2:before {
	content: "\e7ef";
}

.icon-dizhi3:before {
	content: "\e641";
}

.icon-sousuo3:before {
	content: "\e63c";
}

.icon-houzz:before {
	content: "\ebbf";
}

.icon-xiangyoujiaohuan:before {
	content: "\e8f9";
}

.icon-diqiu1:before {
	content: "\e63b";
}

.icon-huidaodingbu1:before {
	content: "\e63a";
}

.icon-facebook2:before {
	content: "\e639";
}

.icon-xunpan:before {
	content: "\e636";
}

.icon-sousuo2:before {
	content: "\e635";
}

.icon-danseshixintubiao-:before {
	content: "\e633";
}

.icon-xiangxiazhanhang:before {
	content: "\ec0b";
}

.icon-shangchuan1:before {
	content: "\e631";
}

.icon-guanbi1:before {
	content: "\e62b";
}

.icon-xiangyou:before {
	content: "\e688";
}

.icon-xiangzuo:before {
	content: "\e628";
}

.icon-xiangyou-copy:before {
	content: "\ecde";
}

.icon-weibo:before {
	content: "\e65a";
}

.icon-kongjian:before {
	content: "\e630";
}

.icon-erweima:before {
	content: "\eaf2";
}

.icon-bilibili:before {
	content: "\e653";
}

.icon-douyin1:before {
	content: "\e8db";
}

.icon-flickr:before {
	content: "\eac7";
}

.icon-chuanzhen:before {
	content: "\e64c";
}

.icon-xiaoren:before {
	content: "\e73b";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-vk1:before {
	content: "\e7a8";
}

.icon-search:before {
	content: "\e6aa";
}

.icon-xiangshang1:before {
	content: "\e62c";
}

.icon-xiangshang:before {
	content: "\e66b";
}

.icon-xiangxia1:before {
	content: "\e66c";
}

.icon-fasong:before {
	content: "\e627";
}

.icon-xiangshang4-copy:before {
	content: "\ecdd";
}

.icon-xiangshang4:before {
	content: "\e795";
}

.icon-tiktok:before {
	content: "\ecdc";
}

.icon-icon_TikTok-square:before {
	content: "\e626";
}

.icon-guge:before {
	content: "\e65c";
}

.icon-a-dianhua2:before {
	content: "\eb3c";
}

.icon-wodekefu:before {
	content: "\e68b";
}

.icon-huidaodingbu:before {
	content: "\e669";
}

.icon-duihao:before {
	content: "\eaf1";
}

.icon-linkedin1:before {
	content: "\e625";
}

.icon-jiantou_xiangzuo:before {
	content: "\eb0a";
}

.icon-jiantou_qiehuanzuo2:before {
	content: "\eb06";
}

.icon-jiantou_qiehuanyou:before {
	content: "\e623";
}

.icon-shijian1:before {
	content: "\e61f";
}

.icon-pinterest1:before {
	content: "\e61e";
}

.icon-weixin:before {
	content: "\e619";
}

.icon-dizhi2:before {
	content: "\e61d";
}

.icon-homepage_fill:before {
	content: "\e702";
}

.icon-shujuzhiliang:before {
	content: "\e618";
}

.icon-Tags:before {
	content: "\e667";
}

.icon-dianhua3:before {
	content: "\e693";
}

.icon-tubiaoku03:before {
	content: "\e617";
}

.icon-15fenzhongxiangying:before {
	content: "\e692";
}

.icon-zuanshi_o:before {
	content: "\eb70";
}

.icon-yanfa:before {
	content: "\e632";
}

.icon-zhengshu:before {
	content: "\e66e";
}

.icon-changjiantou-copy-copy-copy:before {
	content: "\e60d";
}

.icon-twitter-new2:before {
	content: "\e800";
}

.icon-WeChat:before {
	content: "\e62f";
}

.icon-zhiding:before {
	content: "\e704";
}

.icon-skype2:before {
	content: "\ea04";
}

.icon-email2:before {
	content: "\e634";
}

.icon-whatsapp2:before {
	content: "\e60e";
}

.icon-jiantou_qiehuanzuo1:before {
	content: "\e6eb";
}

.icon-instagram2:before {
	content: "\e73a";
}

.icon-youtube1:before {
	content: "\e614";
}

.icon-biaoqian1:before {
	content: "\e629";
}

.icon-feiji:before {
	content: "\e6ae";
}

.icon-xiazai:before {
	content: "\e64b";
}

.icon-home1:before {
	content: "\e60b";
}

.icon-kehuishouwu-bolilei:before {
	content: "\e63f";
}

.icon-dianhua2:before {
	content: "\e61c";
}

.icon-youjiantou-copy:before {
	content: "\eb8f";
}

.icon-sanjiaoleft-copy:before {
	content: "\eb8e";
}

.icon-sanjiaoleft:before {
	content: "\e609";
}

.icon-youjiantou:before {
	content: "\e73d";
}

.icon-tabzuoyouqiehuan-copy:before {
	content: "\eb90";
}

.icon-tabzuoyouqiehuan:before {
	content: "\e668";
}

.icon-tuandui:before {
	content: "\e62d";
}

.icon-renzhengpeizhi:before {
	content: "\e612";
}

.icon-jichusheshi:before {
	content: "\e670";
}

.icon-dianji-shouzhi:before {
	content: "\e60a";
}

.icon-pinterest2:before {
	content: "\e82e";
}

.icon-facebook1:before {
	content: "\eb8d";
}

.icon-douyin:before {
	content: "\e6b0";
}

.icon-xiangxiaxialakuang:before {
	content: "\e657";
}

.icon-jiantou_qiehuanzuo:before {
	content: "\e6d1";
}

.icon-dizhi1:before {
	content: "\e64a";
}

.icon-home-fill:before {
	content: "\e622";
}

.icon-message1:before {
	content: "\e6b5";
}

.icon-message2:before {
	content: "\e660";
}

.icon-jiantou:before {
	content: "\e638";
}

.icon-jiantou-copy:before {
	content: "\eb91";
}

.icon-up2:before {
	content: "\e721";
}

.icon-shubiao1:before {
	content: "\e662";
}

.icon-diqiu:before {
	content: "\e62e";
}

.icon-jiantou_xiangyou:before {
	content: "\eb08";
}

.icon-dianhua1:before {
	content: "\e61b";
}

.icon-dingzhijiaju:before {
	content: "\e61a";
}

.icon-shenhe:before {
	content: "\e64f";
}

.icon-dianhua:before {
	content: "\e71a";
}

.icon-daohangdizhi:before {
	content: "\e65f";
}

.icon-calendar2:before {
	content: "\e606";
}

.icon-yuzhongqiehuanx:before {
	content: "\e70f";
}

.icon-fangda:before {
	content: "\e835";
}

.icon-calculation:before {
	content: "\e6ca";
}

.icon-chizi:before {
	content: "\e645";
}

.icon-chuangyejidi:before {
	content: "\e650";
}

.icon-twitter3:before {
	content: "\e7fd";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.icon-yuangongfuzeren:before {
	content: "\e62a";
}

.icon-gongchang:before {
	content: "\e98e";
}

.icon-dizhi:before {
	content: "\e652";
}

.icon-youxiang-32:before {
	content: "\e605";
}

.icon-appquality:before {
	content: "\e69b";
}

.icon-yuangong:before {
	content: "\e64e";
}

.icon-skype-fill:before {
	content: "\e882";
}

.icon-kexuejishu-:before {
	content: "\e9be";
}

.icon-zu:before {
	content: "\e613";
}

.icon-zuojiantou:before {
	content: "\e75c";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-shijian:before {
	content: "\e6c8";
}

.icon-jingyanfankui1:before {
	content: "\e665";
}

.icon-funengkejiyanfa:before {
	content: "\e64d";
}

.icon-shubiao:before {
	content: "\e89d";
}

.icon-icon_37:before {
	content: "\e60c";
}

.icon-xiangxia:before {
	content: "\e666";
}

.icon-wodedingdan2:before {
	content: "\e651";
}

.icon-zhiliangrenzheng:before {
	content: "\e65e";
}

.icon-tuanduishezhi:before {
	content: "\e604";
}

.icon-035meijin:before {
	content: "\e7d1";
}

.icon-trun-north:before {
	content: "\e615";
}

.icon-zhuanwan:before {
	content: "\e603";
}

.icon-guanbi:before {
	content: "\e601";
}

.icon-zhedie2:before {
	content: "\e621";
}

.icon-shouji:before {
	content: "\e658";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-youxiang:before {
	content: "\e664";
}

.icon-yingguoguoqi:before {
	content: "\e63e";
}

.icon-phone:before {
	content: "\e7c8";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-contact1:before {
	content: "\e7c4";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar:before {
	content: "\e7e1";
}

.icon-calendar1:before {
	content: "\e7e3";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-youbian:before {
	content: "\e60f";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-shangchuan:before {
	content: "\e602";
}

.icon-top2:before {
	content: "\e637";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-home:before {
	content: "\e624";
}

.icon-edit:before {
	content: "\e611";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-download:before {
	content: "\e7a0";
}

.icon-download1:before {
	content: "\e7a7";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.tt2 .pdf_box {
	padding-left: 78px;
	line-height: 34px;
	color: #666;
	margin-top: 27px;
	display: flex;
	gap: 15px 27px;
	flex-wrap: wrap;
}

.tt2 .pdf_box figure {
	width: calc(calc(100% - 81px)/4);
	max-width: 265px;
}

@media screen and (max-width: 1450px) {
	.tt2 .pdf_box {
		padding-left: 68px;
		margin-top: 15px;
	}
}


@media screen and (max-width: 992px) {
	.tt2 .pdf_box {
		padding-left: 56px;
		margin-top: 8px;
		line-height: 26px;
		gap: 15px;
	}

	.tt2 .pdf_box figure {
		width: calc(calc(100% - 45px)/4);
		max-width: 265px;
	}
}

@media screen and (max-width: 768px) {
	.tt2 .pdf_box figure {
		width: calc(calc(100% - 15px)/2);
		max-width: 265px;
	}
}

.tt2 .describe .table {
	max-width: 100%;
	overflow: auto;
}

.tt2 .describe .table::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.tt2 .describe .table::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.tt2 .describe .table::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.tt2 .describe table {
	max-width: 100%;
	border-collapse: collapse;
}

.tt2 .describe table td {
	border: 1px solid #ccc;
	padding: 3px 10px;
}

.index5_container .box1 .imgBox {
	width: auto;
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.index5_container .box1 .imgBox img {
	width: 24px;
}

.PageNumber .no:hover {
	background-color: #fff;
	color: #666;
	border: solid 1px #e5e5e5;
}

.listcart {
	margin-top: 90px;
}

.listcart a.l {
	float: left;
}

.listcart a.r {
	float: right;
}

.listcart a {
	background: #e6002d;
	display: inline-block;
	height: 34px;
	width: 200px;
	line-height: 34px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
	border: 1px solid #e6002d;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-left: 10px;
}

.listcart a:hover {
	border: #e6002d solid 1px;
	background: #e6002d;
	color: #fff !important;
}

@media screen and (max-width:999px) {
	.listcart a {
		margin-left: 2.5%;
		margin-right: 2.5%;
		padding-left: 0px;
		padding-right: 0px;
		float: none;
	}

	.listcart {
		width: 100%;
		margin-top: 50px;
	}
}

@media screen and (max-width:472px) {
	.listcart a {
		width: 95% !important;
		float: none;
		overflow: hidden;
		margin-bottom: 1rem;
		margin-top: 1rem
	}
}

footer .footer_b {
	display: flex;
	justify-content: space-between;
	gap: 10px 30px;
}

footer .footer_b .r_box {
	display: flex;
	align-items: center;
	gap: 5px 10px;
}

footer .footer_b .r_box .dif_title {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

footer .footer_b .icBox {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 11px;
}

footer .footer_b .icBox a {
	width: 34px;
	display: block;
	border-radius: 7px;
	overflow: hidden;
}

footer .footer_b .icBox a :hover {
	background: #e6002d;
}

footer .footer_b .icBox a img {
	width: 100%;
}

@media screen and (max-width: 992px) {
	footer .footer_b {
		flex-direction: column-reverse;
		flex-wrap: wrap;
		gap: 0px;
		padding-top: 15px;
	}

	footer .footer_b .l_box {
		width: 100%;
		text-align: center;
	}

	footer .footer_b .r_box {
		width: 100%;
		justify-content: center;
	}
}

@media screen and (max-width: 480px) {
	footer .footer_b .r_box {
		flex-wrap: wrap;
	}

	footer .footer_b .r_box .icBox {
		width: 100%;
		justify-content: center;
	}
}

.index_banner .slick-slide {
	position: relative;
}

.index_banner .slick-slide .buttonBox {
	position: absolute;
	left: 11.2%;
	z-index: 1;
	bottom: 24%;
	opacity: 0;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
	transition: 0s 0s;
}

.index_banner .slick-slide .buttonBox a {
	display: flex;
	padding: 0px 31px;
	height: 60px;
	min-width: 160px;
}

.index_banner .slick-active .buttonBox {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: .8s .3s;
}

@media screen and (max-width: 1450px) {
	.index_banner .slick-slide .buttonBox a{
		padding: 0px 15px;
		font-size: 16px;
		height: 44px;
	}
}
@media screen and (max-width: 768px) {
	.index_banner .slick-slide .buttonBox{
		bottom: 30px;
	}
}

.man_title{
    margin-top:85px !important;
}

@media screen and (max-width: 992px) {
	.man_title{
     margin-top:30px !important;
    }
}

.langz{ margin-left:25px}
@media screen and (max-width: 992px) {.langz{ margin-left:0; margin-right:50px;}}

header .describe .fs14{
	color: #ff0006;
	margin-left: 5px;
}
header .describe p:hover a{
	color: #e6002d;
}