/* CSS Document */
:root {
	--main-color: #e62129;
	--main-dark: #c51a21;
}
.swiperBox,
.swiper{
	--swiper-navigation-size: 26px;
	--swiper-theme-color: var(--main-color);
}
.ratio {
	--ratio: 100%;
	position: relative;
	overflow: hidden;
}
.ratio:after {
	display: block;
	content: "";
	width: 100%;
	height: 0;
	padding-top: var(--ratio);
}
.ratio > * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	font-family: -apple-system, system-ui, "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
}
a {
	color: #666666;
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}
a:link {
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #055cab;
	outline: none;
}
li {
	list-style-position: outside;
	list-style-type: none;
}
em, i {
	font-style: normal;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
	overflow: hidden;
}
.cont {
	width: 1400px;
	margin: 0 auto;
}
.cont-b {
	width: 1440px;
	margin: 0 auto;
}
.pc-css, .block {
	display: block;
}
.m-css, .none {
	display: none;
}
/*头部*/
header {
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 0;
}
.headis {
	height: 60px;
	background: rgba(0, 0, 0, .6);
	width: 100%;
}
.hea {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.Hotline {
	color: #b6b6b6;
	font-weight: bold;
	padding: 0 20px;
}
.Hotline span {
	color: var(--main-color);
	font-size: 18px;
}
.joinbox {
	width: 185px;
	height: 60px;
	background: var(--main-color);
	color: #ffffff;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0 12px;
}
.head-box {
	position: relative;
	width: 100%;
	height: 89px;
	background: #ffffff;
}
.base-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*.base-head i {*/
/*	width: 32%;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	float: left;*/
/*	height: 84px;*/
/*}*/
.base-head i img {
	max-height: 48px;
}
.base-head nav {
	float: left;
	width: 60%;
}
.base-head nav > ul {
	display: flex;
}
.pc-nav > li {
	height: 84px;
	border-bottom: 5px solid transparent;
	padding: 0 17px;
	margin-right: 15px;
}
.pc-nav > li:hover, .pc-nav > li.on {
	background: #f5f5f5;
	border-bottom: 5px solid var(--main-color);
}
.pc-nav > li > a {
	color: #333333;
	font-weight: bold;
	line-height: 90px;
}
.pc-nav > li:hover > a {
	color: var(--main-color);
}
.twon {
	width: 100%;
	background: rgba(0, 0, 0, .6); /*height: 70px;*/
	line-height: 70px;
	position: absolute; /*text-align: center;*/
	left: 0;
	top: 89px;
	display: none;
	z-index: 5;
}
.twon a {
	color: #ffffff;
	margin: 0 22px;
}
.twon a:hover {
	color: var(--main-color);
	font-weight: bold;
}
.search {
	width: 102px;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	float: right;
	height: 89px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search div {
	position: relative;
	width: 35px;
	height: 35px;
}
.search div:hover input {
	display: block;
}
.search span {
	position: absolute;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--main-color, var(--main-color));
	border-radius: 100%;
	padding: 8px;
	box-sizing: border-box;
}
.search span img {
	filter: invert(1);
	max-width: 100%;
	max-height: 100%;
}
.search input {
	position: absolute;
	right: 0;
	top: 0;
	height: 34px;
	width: 200px;
	border: 1px solid #ededed;
	border-radius: 20px;
	z-index: 4;
	display: none;
	padding: 0 37px 0 17px;
	transition: .5s;
}
.search ::-webkit-input-placeholder {
	color: #999999;
}
.search ::-moz-placeholder {
	color: #999999;;
}
/* firefox 19+ */
.search :-ms-input-placeholder {
	color: #999999;
}
/* ie */
.search input :-moz-placeholder {
	color: #999999;
}
.m-nav {
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 50;
	display: none;
	outline: none;
	top: 100%;
	border-top: 1px solid #eeeeee;
}
.m-nav > ul > li {
	font-size: 15px;
	background: #ffffff;
	width: 95%;
	padding: 4% 0;
	position: relative;
	margin: 0 auto;
}
.m-nav > ul > li a {
	color: #484848;
	display: block;
	width: 100%;
}
.m-nav > ul {
	width: 100%;
	background: #ffffff;
}
.m-nav .Submenu {
	overflow: hidden;
	display: none;
	width: 84%;
	margin: 0 auto;
}
.m-nav .Submenu a {
	font-size: 14px;
	padding: 4% 0;
	display: block;
	color: #484848;
}
.m-nav span {
	font-size: 24px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1yaWdodCI+PHBvbHlsaW5lIHBvaW50cz0iOSAxOCAxNSAxMiA5IDYiPjwvcG9seWxpbmU+PC9zdmc+") no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	transition: .5s;
	line-height: 18px;
	background-size: cover;
	top: 50%;
	margin-top: -11px;
}
.m-nav span.on {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=") no-repeat;
	width: 16px;
	height: 16px;
	background-size: cover;
}
.trigger {
	display: none;
	width: 44px;
	height: 100%;
	line-height: 35px;
	color: var(--main-color);
	font-size: 16px;
	text-align: right;
}
.close1 {
	display: none;
	width: 24px;
	height: 24px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXIteCI+PGxpbmUgeDE9IjE4IiB5MT0iNiIgeDI9IjYiIHkyPSIxOCI+PC9saW5lPjxsaW5lIHgxPSI2IiB5MT0iNiIgeDI9IjE4IiB5Mj0iMTgiPjwvbGluZT48L3N2Zz4=) no-repeat;
	background-size: cover;
	filter: invert(30%);
}
.m-search {
	width: 55%;
	text-align: right;
	position: relative;
	display: none;
	margin-left: 30px;
}
.m-search input {
	height: 30px;
	width: 70%;
	border: 1px solid #cccccc;
	border-radius: 20px;
	padding: 0 15% 0 10px;
}
.m-search img {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 4%;
	width: 18px;
}
/*按钮动画*/
.fanh {
	position: relative;
	font-size: 14px;
	color: #ffffff;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	background: var(--main-color);
	width: 120px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
	border-radius: 50px;
}
.fanh:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.fanh:hover, .fanh:focus, .fanh:active {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-animation-name: hover;
	animation-name: hover;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.fanh:hover:before, .fanh:focus:before, .fanh:active:before {
	opacity: .4;
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-animation-name: hover-shadow;
	animation-name: hover-shadow;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
/*footer*/
footer {
	background: #2f2f2f;
	overflow: hidden;
	padding-top: 85px;
}
.foo-navbox {
	width: 70%;
	float: left;
}
.foo-nav dl {
	float: left;
	margin-right: 5%;
}
.foo-nav dl:nth-last-of-type(1) {
	margin-right: 0;
}
.foo-nav dt {
	margin-bottom: 33px;
}
.foo-nav dt a {
	font-size: 16px;
	color: #ffffff;
}
.foo-nav dd a {
	color: #888888;
	line-height: 30px;
}
.foo-nav dd a:hover, .foo-navbox p > span a:hover, .foo-navbox font a:hover {
	color: var(--main-color);
}
.foo-navbox p {
	margin-top: 55px;
	line-height: 34px;
}
.foo-navbox p > span, .foo-navbox font {
	display: block;
	font-size: 12px;
}
.foo-navbox p > span a {
	padding-right: 25px;
	color: #888888;
}
.foo-navbox font {
	color: #888888;
}
.foo-navbox font a {
	color: #888888;
	padding-left: 10px;
}
.foo-boxfr {
	width: 225px;
	float: right;
	display: flex;
}
.QR-code {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 48px;
	color: #888888;
	float: right;
}
.QR-code img{
	max-width: 120px;
}
.QR-code + .QR-code{
	margin-left: 12px;
}
.foo-boxfr i {
	float: right;
	margin-top: 45px;
}
.foo-boxfr i > a {
	display: inline-block;
	margin-left: 4px;
}
.blogroll {
	border: #515255 1px solid;
	height: 46px;
	width: 213px;
	padding: 0 21px 0 26px;
	cursor: pointer;
	margin-top: 110px;
	position: relative;
	border-radius: 3px;
	margin-bottom: 25px;
	float: right;
}
.blogroll span {
	color: #999999;
	line-height: 46px;
	float: left;
}
.blogroll img {
	float: right;
	margin-top: 22px;
}
.blogroll li {
	float: left;
	margin-right: 52px;
	line-height: 90px;
}
.blogroll li:hover a, .boxfl p a:hover {
	color: var(--main-color);
}
.blogroll li a {
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}
.blogroll p, .blogroll p a {
	color: #666666;
	font-size: 12px;
}
.option1 {
	position: absolute;
	bottom: 100%;
	left: -1px;
	display: none;
	background: #818181;
}
.option1 a {
	height: 40px;
	width: 213px;
	padding: 0 21px 0 26px;
	cursor: pointer;
	display: block;
	border: #4c4c4c 1px solid;
	border-bottom: none;
	line-height: 40px;
	color: #f2f2f2;
}
.option1 a:hover {
	color: var(--main-color);
}
.m-foo-nav {
}
.m-foo-nav span {
	display: block;
	text-align: center;
}
.m-foo-nav span a {
	color: #888888;
	line-height: 24px;
}
.m-foo-nav span a::after {
	content: "";
	width: 1px;
	height: 11px;
	background: #888888;
	display: inline-block;
	margin: 0 8px;
}
.m-foo-nav span a:nth-last-of-type(1)::after {
	display: none;
}
.move1 {
	color: #ffffff;
	font-size: 16px;
	text-align: center; /*background: var(--main-color);*/
	height: 40px;
	overflow: hidden;
	width: 100%;
	line-height: 40px;
	margin: 5% auto 0;
}
.twonnav {
	width: 68%;
	margin-left: 32%
}
.twon a {
	color: #ffffff;
	margin: 0 27px 0 17px;
	display: inline-block;
}
/* 通用查看更多按钮样式一 */
.commonMore {
	font-size: 13px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	display: flex;
	width: 198px;
	height: 52px;
	margin-top: 50px;
	padding: 0;
	text-indent: 10px;
	border: 1px solid var(--main-color, #0065b6);
	border-radius: 32px;
	align-items: center;
	justify-content: center;
	color: var(--main-color, #0065b6);
	cursor: pointer;
}
.commonMore.w {
	border: 1px solid #ffffff;
	color: #ffffff;
}
.commonMore.active,
.commonMore.active:hover {
	background: #cccccc;
	color: #ffffff;
	border: 1px solid #cccccc;
	cursor: no-drop;
}
.commonMore.active::after,
.commonMore.active::before {
	display: none;
}
.commonMore.c {
	margin: 0 auto;
	margin-top: 50px;
}
.commonMore::before, .commonMore::after {
	font-size: 33px;
	line-height: 1;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
	left: 3px;
	width: 46px;
	height: 46px;
	content: "";
	transition: all 0.56s;
	text-align: center;
	text-indent: 0;
	color: #ffffff;
	border-radius: 50%;
	background: var(--main-color, #0065b6);
}
.commonMore.w::before {
	background: #ffffff;
}
.commonMore::after {
	content: "";
	filter: invert(1);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItcGx1cyI+PGxpbmUgeDE9IjEyIiB5MT0iNSIgeDI9IjEyIiB5Mj0iMTkiPjwvbGluZT48bGluZSB4MT0iNSIgeTE9IjEyIiB4Mj0iMTkiIHkyPSIxMiI+PC9saW5lPjwvc3ZnPg==");
	background-color: transparent;
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: center;
}
.commonMore:hover {
	color: #ffffff;
	border: 1px solid #d2d3d4;
	border-color: transparent;
	background: transparent;
}
.commonMore.w::after {
	color: var(--main-color, #0065b6);
}
.commonMore.w:hover:hover {
	color: var(--main-color, #0065b6);
}
.commonMore:hover::before {
	content: "";
	transform: scale(8);
	color: var(--main-color, #0065b6);
}
.commonMore.w:hover::before {
	content: "";
	transform: scale(8);
	color: #ffffff;
}
.commonMore:hover::after {
	color: var(--main-color, #0065b6);
}
.commonMore.w:hover::after {
	color: #ffffff;
}
/* 通用查看更多按钮样式二：圆形 */
.commonMore2 {
	width: 65px;
	height: 65px;
	margin: 100px auto 0;
	display: block;
	border-radius: 50%;
	background: rgba(255, 255, 255, .9);
	color: var(--main-color, #0065b6);
	line-height: 65px;
	text-align: center;
	-webkit-transition: all .35s;
	position: relative;
}
.commonMore2.left {
	margin: 100px 0 0;
}
.commonMore2 i {
	position: relative;
}
.commonMore2::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	border-radius: 50%;
	background: var(--main-color, #0065b6);
	-webkit-transform: scale(0);
	-webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	content: "";
	opacity: 0;
}
.commonMore2:hover {
	font-size: 20px;
	color: #ffffff;
}
.commonMore2:hover::before {
	-webkit-transform: scale(1);
	opacity: 1;
}
/* 通用查看更多按钮样式三：文字+icon */
.commonMore3 {
	width: 200px;
	height: 60px;
	border-radius: 50px;
	margin: 100px auto 0;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
	border: 1px solid var(--main-color, #0065b6);
	color: var(--main-color, #0065b6);
	overflow: hidden;
	-webkit-transition: all .4s;
	background-color: #ffffff;
	padding: 0 20px;
}
.commonMore3.bw {
	border-color: #ffffff;
}
.commonMore3 p {
	margin-left: 15px;
	font-size: 16px;
}
.commonMore3 .icon {
	width: 40px;
	height: 40px;
	background: var(--main-color, #0065b6);
	border-radius: 50%;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	-webkit-transition: all .4s;
}
.commonMore3:hover {
	background: var(--main-color, #0065b6);
	color: #ffffff;
	border-color: var(--main-color, #0065b6);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.commonMore3:hover .icon {
	background: #ffffff;
	color: var(--main-color, #0065b6);
}
/* 通用查看更多按钮样式四：文字+icon */
.commonMore4 {
	width: 120px;
	height: 40px;
	border: 1px solid #3e3e3e;
	display: flex;
	justify-content: center;
	line-height: 38px;
	border-radius: 40px;
}
.commonMore4 p {
	margin-right: 5px;
}
.commonMore4 .icon {
	font-size: 12px;
}
.commonMore4:hover {
	background: #000000;
	color: #ffffff;
}
.commonMore4.posr {
	position: absolute;
	right: 0;
	bottom: 0;
}
.answer {
	background: #ececec;
	overflow: hidden;
}
.answer > div {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.answer p {
	width: 50%;
}
.answer b {
	font-size: 18px;
	color: #575757;
	float: left;
}
.answer i {
	float: right;
}
.answer span {
	font-size: 16px;
	color: #5a5a5a;
	padding-left: 25px;
	float: left;
}
.answer a {
	width: 112px;
	height: 42px;
	padding: 0 37px;
	background: #f3f4f6;
	border-radius: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: var(--main-color, #e61c52);
	box-shadow: #dddddd 0 3px 17px;
}
.m-foo-nav font {
	color: #888888;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 12px;
}
.m-foo-nav font a {
	display: block;
	color: #888888;
	position: unset !important;
}
.member {
	color: transparent !important;
}
.member:hover {
	color: inherit !important;
}
.cont1200 {
	width: 1200px;
	margin: 0 auto;
}
@media screen and ( max-width:1004px ){
	header{ position:fixed;}
	.cont{width: 95%;}
	.cont-b,.cont1200{width: 100%;}
	.pc-css{display: none!important;}
	.m-css{display: block!important;}
	.headis,nav,.search{display: none;}
	.head-box{height: auto;}
	.base-head{display: flex;align-items: center;padding: 2.5% 0;justify-content: space-between;}
	.base-head i{height: auto;width: 28%;}
	.base-head .trigger{display: flex;align-items: center;justify-content: end;}
	header.on{background: #fff;height: 100%;}
	.answer i{display: none;}
	.answer p{width: 60%;}
	.answer a{width: 90px;height: 30px;padding: 0 10px;justify-content: space-around;font-size: 12px;}
	.answer b{font-size: 13px;line-height: 20px;}
	.answer span{font-size: 12px;padding-left: 0;}
	.answer .fanh img{width: 20px;}
	.foo-boxfr,.QR-code{float: none;margin: 0 auto;}
	footer{padding: 12% 0;}
	.foo-boxfr i{margin-top: 5%;}
	.QR-code img{width: 50%;}
	.foo-boxfr i a:nth-child(1){margin-left: 0;}
	.m-foo-nav font{margin: 5% 0 2%;}
}
@media (min-width:1005px) and (max-width:1399px){
	.pc-nav > li{margin-right: 3px;padding: 0 2%;}
	.search{width: 7%;}
	.foo-nav dl{margin-right: 3%;}
	.twonnav{width: 67%;}
}
@media (min-width:1005px) and (max-width:1199px){
	.twon a{margin: 0 5px 0 17px;}
	.cont,.cont-b,.cont1200{width: 970px;}
	.answer span{padding-left: 0;}
}
@media (min-width:1200px) and (max-width:1399px){
	.cont,.cont-b{width:1200px;}
}
@media (min-width:1400px) and (max-width:1800px){}