@charset "utf-8";

/* CSS Document */
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 0;
}

body {
	margin: 0 auto;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-size: 1.2rem;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	overflow-x: hidden;
}


img {
	border: none;
}

ul li {
	list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span,
em,
strong {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
	font-style: normal;
}

img {
	display: block;
	transition: 0.5s;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}

h1,
h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
}

.clear {
	clear: both;
}

.maln {
	margin-left: auto !important
}

input,
textarea,
select {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-size: 1.4rem;
	color: #999999;
	border: none;
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

input[type="button"],
input[ type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

button {
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

::selection {
	color: #fff;
	background: #cc141e;
}

* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fons0 {
	font-size: 0px;
	font-size: 0rem;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
	opacity: 1
}

:-o-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
	opacity: 1
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	opacity: 1
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
	opacity: 1
}

@media screen and (min-width:1000px) {
	.zong {
		width: calc(100% - 160px);
		max-width: 1600px;
		margin: auto;
	}

	.zong1 {
		width: calc(100% - 160px);
		max-width: 1200px;
		margin: auto;
	}
}

@media screen and (max-width:999px) {
	.mpdt {
		padding-top: 30px;
	}

	.mpdb {
		padding-bottom: 30px;
	}

	.zong,
	.zong1 {
		width: 95%;
		margin: auto;
	}
}

a:hover img {
	transform: scale(1.1, 1.1)
}

img {
	max-width: 100%;
}

a:hover {
	color: #cc141e;
}

.head a:hover,
.foot a:hover {
	color: #cc141e;
}

.mp {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #666;
}

.mp p {
	color: #666;
}

.mp a {
	color: #cc141e;
}

.mp a:hover {
	text-decoration: underline;
}

.mp img {
	display: inline-block;
}


@media screen and (max-width:767px) {

	.mp,
	.mpa {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px !important;
	}
}

.imga {
	text-align: center;
	font-size: 0;
}

.imga a {
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
}

.imga img {
	margin: 0 auto;
}

.img1 {
	display: block;
	position: relative;
	overflow: hidden;
}

.img1 img {
	width: 100%;
	position: relative;
	z-index: 1
}

.img1:before {
	content: '';
	position: absolute;
	width: 0px;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	transition: 1s;
	z-index: 2;
	pointer-events: none;
}

.img1:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0px;
	background: #fff;
	opacity: 0.5;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	transition: 1s;
	z-index: 2;
	pointer-events: none;
}

.img1:hover:before {
	width: 100%;
	opacity: 0
}

.img1:hover:after {
	height: 100%;
	opacity: 0
}

@keyframes m1tu {
	0% {
		opacity: 0;
		left: 0px;
	}

	50% {
		opacity: 1;
		left: 50%;
	}

	100% {
		opacity: 0;
		left: 100%
	}
}

.img2 {
	display: block;
	margin: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.img2 img {
	width: 100%;
}

.img2:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0px;
	transition: 0.5s;
	background: #fff;
	width: 40px;
	filter: blur(30px);
	opacity: 0;
	z-index: 3;
	pointer-events: none;
}

.img2:hover:after {
	-webkit-animation-name: m1tu;
	animation-name: m1tu;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.niu1 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.niu1 span {
	position: relative;
	z-index: 2;
}

.niu1:before {
	position: absolute;
	content: '';
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: -50px;
	border-right: 30px solid transparent;
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.niu1:after {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: -50px;
	border-left: 30px solid transparent;
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.niu1:hover:before {
	-webkit-transform: translateX(-40%);
	-moz-transform: translateX(-40%);
	-ms-transform: translateX(-40%);
	-o-transform: translateX(-40%);
	transform: translateX(-40%);
}

.niu1:hover:after {
	-webkit-transform: translateX(40%);
	-moz-transform: translateX(40%);
	-ms-transform: translateX(40%);
	-o-transform: translateX(40%);
	transform: translateX(40%);
}

.niu2 {
	overflow: hidden;
	position: relative;
}

.niu2 span {
	position: relative;
	display: block;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.niu2 span:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.niu2:hover span:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
}

.niu3 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: background 0.4s linear, color 0.3s linear;
	-o-transition: background 0.4s linear, color 0.3s linear;
	-moz-transition: background 0.4s linear, color 0.3s linear;
	transition: background 0.4s linear, color 0.3s linear;
}

.niu3:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	height: 50%;
	opacity: 0;
	z-index: -1;
	content: '';
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.niu3:hover {
	color: #fff;
}

.niu3:hover:after {
	height: 500%;
	opacity: 1;
}


.at-resp-share-element .at4-share-count-container {
	text-decoration: none;
	float: right;
	padding-right: 15px;
	line-height: 25px !important;
}

.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

.table {
	width: 100%;
	overflow: auto;
}

table {
	width: 100%;
	border-collapse: collapse;
}


/* nav */
.xnav {
	display: none
}

.nav {
	position: fixed;
	width: 35px;
	height: 23px;
	background: #fff;
	right: 2.5%;
	top: 30px;
	cursor: pointer;
	border-radius: 5px;
	z-index: 9999999999
}

.nav span {
	display: block;
	width: 20px;
	height: 2px;
	background: #333;
	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;
}

.navh span {}

.smdaohang {
	position: fixed;
	width: 280px;
	height: 100%;
	opacity: 0;
	overflow: auto;
	top: 0px;
	right: -200%;
	background: #f9f9f9;
	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 li a:hover {}

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: 3px;
}



@media screen and (max-width:767px) {
	.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:999px) {
	/* .xnav {
		display: block
	} */
}

.main {
	overflow: hidden;
}

/* m-top */

.m-top {
	position: relative;
}

.top-dl {
	position: absolute;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: right;
}
.m-top .logo2{ display:none}
.top-dl li {
	font-size: 18px;
	line-height: 18px;
	color: #f5991c;
	border-left: 1px solid #f5991c;
	padding-right: 12px;
	padding-left: 10px;
}

.top-dl li:first-child {
	border-left: none;
}

.top-dl li:last-child {
	padding-right: 0;
}

.top-dl li a {
	color: #f5991c;
}

.top-dl li a:hover {
	color: #fff;
}

@media screen and (max-width:999px) {
	.top-dl {
		top: 20px;
	}

	.top-dl li {
		font-size: 16px;
	}
}

@media screen and (max-width:420px) {
	.top-dl li {
		font-size: 14px;
	}
	.m-top{ background:#cc141e }
	.m-top .logo2{ display:block; width:100%; max-width:420px; margin-left:auto; margin-right:auto;}
	.m-top .logo1{ display:none}
}

/* head */

.head {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1920px;
	z-index: 9999;
	background-color: #cc141e;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.28);
}

.head .zong1 {
	display: flex;
	align-items: center;
}

.daohang {
	display: flex;
	font-size: 18px;
	line-height: 30px;
	position: relative;
}

.daohang>li {
	margin-right: 48px;
	display: flex;
	align-items: center;
	position: relative;
}

.daohang>li>a {
	display: block;
	position: relative;
	color: #fff;
	z-index: 1;
	padding: 20px 0;
}

.daohang>li:hover>a,
.daohang>li.dangqian>a {
	color: #fff;
}

.daohang>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	transition: .5s;
}

.daohang>li:hover>a::after,
.daohang>li.dangqian>a::after {
	width: 100%;
}

/* .daohang li:hover .yijiw {
	display: block;
} */

.daohang .yijiw {
	width: 200px;
	position: absolute;
	top: 100%;
	left: -20px;
	font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	display: none;
}

.daohang .yiji {
	background-color: #fff;
	box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.09);
	position: relative;
}

.yijiw li {
	width: 100%;
	position: relative;
	transition: .5s;
}

.yijiw li a {
	display: block;
	position: relative;
	color: #333;
	padding: 5px 25px;
}

.yiji li:hover>p a {
	color: #fff;
	background-color: #cc141e;
}

.daohang .erji,
.daohang .sanji {
	position: absolute;
	left: 100%;
	top: 0;
	width: 200px;
	display: none;
	font-size: 16px;
	background-color: #fff;
	box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.09);
}

.sousuo {
	margin-left: auto;
	position: relative;
}

.sousuo i {
	border-radius: 18px;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	transition: .5s;
	font-weight: bold;
}

.sousuof i,
.sousuo:hover i {
	color: #f5991c;
}

.sousuo form {
	width: 236px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: calc(100% + 10px);
	background: #fff;
	border: 0px solid rgba(0, 0, 0, 0);
	color: #333;
	transition: 0.8s;
	z-index: 99999
}

.sou {
	width: 180px;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
}

.suo {
	width: 30px;
	height: 35px;
	float: right;
	background: none;
	position: relative;
	z-index: 9999999;
	cursor: pointer;
}

.sou1 {
	width: 30px;
	height: 40px;
	text-align: center;
	line-height: 37px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 18px !important;
	cursor: pointer;
	color: #333;
	z-index: 99990
}

.sousuof form {
	height: 37px;
	border: 1px solid #f5991c;
}

@media screen and (max-width:1300px) {
	.daohang {
		font-size: 16px;
	}

	.daohang>li {
		margin-right: 36px;
	}
}

@media screen and (max-width:1150px) {
	.head .zong1 {
		width: 95%;
	}
}

@media screen and (max-width:999px) {

	/* .daohang,
	.sousuo {
		display: none;
	} */
	
	.daohang{
		margin-right: 20px;
		overflow: auto;
	}
	
	.daohang>li{
		flex-shrink: 0;
	}
	
	.daohang>li>a{
		padding: 10px 0;
	}
}

@media screen and (max-width:480px) {
	.head {
		position: relative;
		left: 0;
		transform: initial;
	}
}

/* banner */



/* main1 */

@media screen and (min-width:1000px) {
	.main1 {
		padding-top: 53px;
	}
}

.m1-bt {
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	color: #cc141e;
}

.m1-bt a {
	color: #cc141e;
}

.m1-bt a:hover {
	color: #f5991c;
}

.banner {
	margin-top: 40px;
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	display: none !important;
	top: 50%;
	margin-top: -31px;
	width: 62px;
	height: 62px;
}

.banner .slick-prev {
	left: 0;
	cursor: pointer;
}

.banner .slick-next {
	right: 0;
	cursor: pointer;
}

.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	right: 143px;
	bottom: 20px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.banner .slick-dots li {
	margin-left: 14px;
	display: inline-block;
}

.banner .slick-dots li.slick-active a {
	background-color: #cc141e;
}

.banner .slick-dots a {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
}

.banner.hide {
	display: none;
}

@media screen and (max-width: 999px) {
	.banner {
		display: block;
	}

	.banner.hide {
		display: block;
	}

	.banner .slick-arrow {
		display: none !important;
	}

	.banner .slick-dots {
		bottom: 14px;
		right: 60px;
	}

	.banner .slick-dots li {
		margin: 0 5px;
	}

	.banner .slick-dots a {
		width: 10px;
		height: 10px;
	}

	.banner2 {
		display: none;
	}
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.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
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.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)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots .slide-count {
	display: none;
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.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%);
	height: 100%;
	/*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%;*/
}

@media screen and (max-width: 999px) {
	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}


.ban-btm {
	padding: 12px 0;
	padding-left: 34px;
	padding-right: 22px;
	width: 100%;
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;

	display: flex;
	justify-content: space-between;
	background-color: rgba(0, 0, 0, .3);
}

.ban-bt {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;

	width: calc(100% - 260px);
}

.ban-bt a {
	color: #fff;
}

.ban-bt a:hover {
	color: #cc141e;
}

.ban-ym {
	margin-left: auto;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

.ban-ym span {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}

.ban-ym span:first-child {
	vertical-align: text-top;
}

.ban-ym span:last-child {
	vertical-align: text-bottom;
}

@media screen and (max-width:999px) {
	.m1-bt {
		font-size: 30px;
		line-height: 40px;
	}

	.banner {
		margin-top: 20px;
	}

	.ban-btm {
		padding: 5px 10px;
	}

	.ban-bt {
		font-size: 20px;
		width: calc(100% - 200px);
	}

	.ban-ym {
		font-size: 20px;
	}

	.ban-ym span {
		font-size: 12px;
	}
}

@media screen and (max-width:767px) {
	.m1-bt {
		font-size: 20px;
		line-height: 30px;
	}

	.ban-btm {
		height: 40px;
	}

	.ban-ym {
		display: none;
	}

	.banner .slick-dots {
		right: 10px;
	}

	.ban-bt {
		font-size: 16px;
		width: calc(100% - 140px);
	}
}

/* main2 */

@media screen and (min-width:1000px) {
	.main2 {
		padding-top: 70px;
		padding-bottom: 42px;
	}
}

.m2-xq {
	background-color: #f0f0f0;
}

.m2-bt {
	margin-top: -22px;
	min-width: 188px;
	padding: 10px 36px;
	display: inline-block;
	background-color: #cc141e;
	position: relative;

	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #ffffff;
}

.m2-bt::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	display: inline-block;
	width: 17px;
	height: 100%;
	background: url('../images/rtri.png') no-repeat center;
	background-size: 100% 100%;
	z-index: -1;
}

.m2-bt a {
	color: #fff;
}

.m2-bt a:hover {
	color: #f5991c;
}

.m2-xxq {
	padding: 36px 24px 66px 35px;
	display: flex;
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
}

.m2-l {
	/* width: 47.5898%; */
	width: 543px;
	margin-right: 22px;
	flex-shrink: 0;
}

.m2-r {
	/* width: 50.482%; */
	flex: 1;
	width: 50%;
}

.m2-xbt {
	padding: 14px 20px;
	background-color: #cc141e;
}

.m2-xbt p {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

.m2-xbt span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: middle;
}

.m2-xbt a {
	color: #fff;
}

.m2-xbt a:hover {
	color: #f5991c;
}

.m2-dnr {
	margin-top: 5px;
}

.m2-dnr li {
	padding: 17px 0;
	border-bottom: 1px dashed #d9d9d9;
	display: flex;
	align-items: center;
}

.m2-dnr li::before {
	content: "";
	margin-right: 14px;
	width: 8px;
	height: 8px;
	background-color: #6d6d6d;
	border-radius: 50%;
	flex-shrink: 0;
}

.m2-dnr li p,
.m2-dnr li h2 {
	font-size: 16px;
	line-height: 30px;
}

.m2-xbt p,
.m2-dnr li p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

@media screen and (max-width:1200px) {
	.m2-l {
		width: 420px;
		margin-right: 20px;
	}

	.m2-xbt {
		padding: 6px 20px;
	}

	.m2-dnr li {
		padding: 10px 0;
	}
}

@media screen and (max-width:999px) {
	.m2-bt {
		min-width: 140px;
		margin-top: 0;
		padding: 10px 20px;
		font-size: 22px;
	}

	.m2-bt::after {
		display: none;
	}

	.m2-xxq {
		padding: 16px;
	}

	.m2-l {
		width: 370px;
	}

	.m2-xbt p {
		font-size: 20px;
	}

	.m2-dnr {
		margin-top: 0;
	}

	.m2-dnr li {
		padding: 9px 0;
	}

	.m2-dnr li p,
	.m2-dnr li h2 {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:767px) {
	.m2-xxq {
		flex-wrap: wrap;
	}

	.m2-l {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.m2-r {
		margin-top: 20px;
		flex: initial;
		width: 100%;
	}

	.m2-bt {
		min-width: 120px;
		font-size: 18px;
		padding: 5px 20px;
	}

	.m2-xbt {
		padding: 5px 16px;
	}

	.m2-xbt p {
		font-size: 16px;
	}

	.m2-dnr li::before {
		margin-right: 8px;
	}
}

/* main3 */

@media screen and (min-width:1000px) {
	.main3 {
		padding-top: 57px;
		padding-bottom: 50px;
	}

	.m3-xq .m2-bt {
		margin-top: -14px;
	}
}

.main3 {
	background-color: #f0f0f0;
}

.m3-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-right: 20px;
}

.m3-btn {
	margin-top: 20px;
}

.m3-btn a {
	font-size: 14px;
	line-height: 14px;
	color: #999999;
}

.m3-btn a:hover {
	color: #cc141e;
}

.m3-xxq {
	padding-left: 18px;
	padding-right: 22px;
	padding-bottom: 33px;
}

.m3-xq {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 44px;
	position: relative;
	z-index: 1;
}

.m3-xq>li {
	background-color: #fff;
}

@media screen and (max-width:999px) {
	.m3-top {
		align-items: center;
	}

	.m3-btn {
		margin-top: 0;
	}

	.m3-xq {
		gap: 20px;
	}

	.m3-xxq {
		padding: 16px;
	}
}

@media screen and (max-width:767px) {
	.m3-xq {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* main4 */

@media screen and (min-width:1000px) {
	.main4 {
		padding-top: 68px;
		padding-bottom: 75px;
	}
}

.main4 {
	background: url('../images/m4bj.jpg') no-repeat center;
	background-size: cover;
}

.m4-bt {
	font-weight: bold;
	font-size: 76px;
	line-height: 80px;
	letter-spacing: 15px;
	color: #f5991c;
}

.m4-bt a {
	color: #f5991c;
}

.m4-bt a:hover {
	color: #fff;
}

@media screen and (max-width:1400px) {
	.m4-bt {
		font-size: 50px;
		line-height: 60px;
	}
}

@media screen and (max-width:999px) {
	.m4-bt {
		font-size: 40px;
		line-height: 50px;
	}
}

@media screen and (max-width:767px) {
	.m4-bt {
		font-size: 30px;
		line-height: 40px;
		letter-spacing: 5px;
	}
}

@media screen and (max-width:480px) {
	.m4-bt {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 5px;
	}
}

/* main5 */

@media screen and (min-width:1000px) {
	.main5 {
		padding-top: 100px;
		padding-bottom: 62px;
	}
}

.m5-bj {
	background-color: #f0f0f0;
}

.m5-xq {
	margin-bottom: 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
}

.m5-dxq {
	padding-top: 27px;
	padding-left: 40px;
	padding-right: 33px;
}

.m5-dnr {
	padding: 14px 20px;
	background-color: #ffffff;
	box-shadow: 0px 5px 19px 0px rgba(183, 183, 183, 0.28);
	position: relative;
	z-index: 1;
}

.m5-xbt {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #cc141e;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.m5-xbt a {
	color: #cc141e;
}

.m5-xbt a:hover {
	color: #f5991c;
}

.m5-nr {
	margin-top: 13px;
	font-weight: bold;
	color: #333;
}

.m5-nr p {
	color: #333;
}

.m5-xq .m2-dnr {
	padding: 0 20px 30px;
	margin-top: 0;
	background-color: #fff;
}

.m5-btm {
	display: flex;
	padding-left: 40px;
	padding-right: 33px;
	padding-bottom: 72px;
}

.m5-l {
	flex: 1;
	background-color: #fff;
	padding-top: 26px;
	padding-left: 20px;
	padding-right: 32px;
	padding-bottom: 20px;
	box-shadow: 0px 5px 10px 0px rgba(183, 183, 183, 0.28);
}

.m5-bt {
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	color: #cc141e;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.m5-bt a {
	color: #cc141e;
}

.m5-bt a:hover {
	color: #f5991c;
}

.m5-btm-nr {
	margin-top: 32px;
	text-indent: 2em;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.m5-btn {
	text-align: right;
}

.m5-r {
	width: 352px;
	margin-left: 35px;
}

@media screen and (max-width:1200px) {
	.m5-xq {
		gap: 20px;
	}

	.m5-r {
		margin-left: 20px;
		width: 260px;
	}

	.m5-btm-nr {
		margin-top: 10px;
	}

	.m5-l {
		padding: 18px 20px;
	}

	.m5-btn {
		margin-top: 10px;
	}
}

@media screen and (max-width:999px) {
	.m5-dxq {
		padding: 20px;
		padding-bottom: 0;
	}

	.m5-xq {
		margin-bottom: 20px;
	}

	.m5-dnr {
		padding: 10px 16px;
	}

	.m5-xbt {
		font-size: 18px;
	}

	.m5-nr {
		margin-top: 5px;
	}

	.m5-xq .m2-dnr {
		padding: 0 16px 10px;
	}

	.m5-bt {
		font-size: 24px;
		line-height: 30px;
	}

	.m5-btm {
		padding: 20px;
		padding-top: 0;
	}
}

@media screen and (max-width:767px) {
	.m5-xq {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.m5-xbt {
		font-size: 16px;
	}

	.m5-btm {
		flex-wrap: wrap;
		gap: 20px;
	}

	.m5-l {
		width: 100%;
		flex: initial;
	}

	.m5-r {
		width: 100%;
		margin: 0;
	}

	.m5-bt {
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {
	.m5-xq {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* foot */

@media screen and (min-width:1000px) {
	.foot1 .m2-bt {
		margin-top: -14px;
	}
}

.d-tab {
	display: none;
}

.foot-xq {
	padding: 25px 40px 38px;
}

.foot-xq .x-tab {
	display: flex;
	margin-bottom: 20px;
	gap: 10px 19px;
	overflow: auto;

	scrollbar-color: #cc141e #fff;
	scrollbar-width: thin;
}

.foot-xq .x-tab::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.foot-xq .x-tab::-webkit-scrollbar-track {
	background: #fff;
}

.foot-xq .x-tab::-webkit-scrollbar-thumb {
	background-color: #cc141e;
}

.foot-xq .x-tab li {
	font-size: 18px;
	line-height: 30px;
	cursor: pointer;
	flex-shrink: 0;
}

.foot-xq .x-tab li.tab-dq {
	color: #cc141e;
}

.youlian {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 27px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.youlian a {
	color: #666;
}

.foot2 {
	padding-top: 16px;
	padding-bottom: 20px;
}

.fop {
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	text-align: center;
}

.fop p,
.fop strong {
	color: #999999;
}

.fop a {
	display: inline-block;
	color: #999999;
}

@media screen and (max-width:999px) {
	.foot-xq {
		padding: 20px 0;
	}

	.foot-xq .x-tab li {
		font-size: 16px;
	}

	.youlian {
		font-size: 14px;
		line-height: 26px;
	}
}


/* lianxi */
.contact-us {
	position: fixed;
	width: 51px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	display: none;
}

.contacth {
	display: block;
}

.contact-us div a {
	display: block;
	width: 51px;
	height: 51px;
	text-align: center;
	line-height: 51px;
	font-size: 22px;
	background-color: #f7f7f7;
	margin-top: 2px;
	border-radius: 6px;
	cursor: pointer;
}

.weixin {
	position: relative;
	cursor: pointer;
}

.weixin img {
	position: absolute;
	width: 149px;
	height: 150px;
	max-width: none;
	top: 0px;
	left: -149px;
	display: none;
}

.weixin:hover img {
	display: block;
}

.weixin2,
.tankuang {
	display: none
}

.tankuang {
	position: absolute;
	bottom: 50px;
	left: 50% !important;
	margin-left: -75px;
}

.tankuang img {
	display: block;
	position: relative;
	width: 150px;
	height: 150px;
	left: auto;
	margin: auto;
}

.contact-us div a:hover {
	background: #146bb2;
	color: #fff;
}

.clear2 {
	display: none
}

@media screen and (max-width:999px) {

	.contact-us {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
		display: flex;
	}

	.contact-us div {
		flex: 1;
		float: left;
	}

	.contact-us div a {
		margin: auto;
		width: 100%;
		background: #fff;
		color: #333;
		height: 40px;
		line-height: 40px;
		border-radius: 0px;
	}

	.weixin2 {
		display: block
	}

	.weixin1 {
		display: none
	}
}

@media screen and (max-width:600px) {
	.tankuang {
		left: 0 !important;
		margin-left: 0;
	}
}


/* ---------------1-1--------------- */

.fenytop {
	width: 100%;
	padding: 12px 0;
	font-size: 14px;
	line-height: 30px;
}

.fenytop,
.fenytop a {
	display: inline-block;
	color: #999999;
}

.fenytop a:hover {
	color: #cc141e;
}

.fydq {
	color: #cc141e !important;
}

@media screen and (max-width:999px) {
	.fenytop {
		padding: 10px 0 0;
	}

	.fenytop a {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:767px) {
	.fybanner {
		display: none;
	}
}

@media screen and (min-width:1000px) {
	.proyiji {
		display: block !important;
	}
}

/* a1m1 */

@media screen and (min-width:1000px) {
	.a1m1 {
		padding-top: 12px;
		padding-bottom: 52px;
	}

	.m-r .m2-bt {
		margin-top: -12px;
	}
}

.m-flex {
	display: flex;
	align-items: flex-start;
}

.m-l {
	flex: 1;
	width: 50%;
}

.m-bj {
	background-color: #f9f9f9;
}

.a1m1-l {
	padding: 27px 16px 90px 22px;
}

.a1m1-bt {
	padding-bottom: 32px;
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	color: #cc141e;
	border-bottom: 1px solid #d9d9d9;
}

.a1m1-dbt {
	padding-top: 29px;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	color: #cc141e;
}

.a1m1-dbt::before {
	content: "";
	width: 8px;
	height: 8px;
	margin-right: 18px;
	background-color: #cc141e;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

.a1m1-xbt {
	margin-top: 10px;
	font-size: 20px;
	line-height: 30px;
	color: #cc141e;
}

.a1m1-nr {
	margin-top: 31px;
}

.a1m1-nr p {
	text-indent: 2em;
}

.a1m1-nr em {
	color: #cc141e;
}

.m-r {
	padding-top: 12px;
	width: 410px;
	margin-left: 34px;
	flex-shrink: 0;
}

.m-r-top .m2-dnr {
	padding: 0 12px 32px 18px;
}

.m-r-top .m2-dnr li {
	border-bottom: 1px solid #d9d9d9;
}

.m-r-btm li {
	margin-top: 24px;
	background: url('../images/btmbj1.jpg') no-repeat center;
	background-size: cover;

	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 8px;
	color: #f5991c;

	padding: 28px;
}

.m-r-btm li:nth-child(2n) {
	background: url('../images/btmbj2.jpg') no-repeat center;
	background-size: cover;
}

.m-r-btm li a {
	color: #f5991c;
}

.m-r-btm li a:hover {
	color: #fff;
}

@media screen and (max-width:1300px) {
	.m-r {
		width: 280px;
		margin-left: 20px;
	}

	.m-r-btm li {
		font-size: 30px;
		line-height: 40px;
	}
}

@media screen and (max-width:999px) {
	.m-flex {
		display: block;
	}

	.m-l {
		width: 100%;
	}

	.a1m1-l {
		padding: 16px;
	}

	.a1m1-bt {
		font-size: 24px;
		padding-bottom: 10px;
	}

	.a1m1-dbt {
		padding-top: 10px;
		font-size: 20px;
	}

	.a1m1-xbt {
		font-size: 18px;
	}

	.m-r {
		padding-top: 20px;
		width: 100%;
		margin: 0;
	}

	.m-r-top .m2-dnr {
		padding: 0 10px 20px;
	}

	.m-r-btm {
		margin-top: 20px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.m-r-btm li {
		margin-top: 0;
		padding: 10px 20px;
	}
}

@media screen and (max-width:767px) {
	.a1m1-bt {
		font-size: 20px;
	}

	.a1m1-dbt {
		font-size: 16px;
	}

	.a1m1-dbt::before {
		margin-right: 10px;
	}

	.a1m1-xbt {
		font-size: 16px;
	}

	.m-r-btm li {
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {
	.m-r-btm {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
}

/* ---------------2-1---------------- */

.fy {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.fy i {
	font-size: 14px;
}

.fy a {
	width: 36px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #e5e5e5;
	margin: 0 4px 5px;
	display: inline-block;
	text-align: center;
	color: #999;
	background-color: #fff;
	cursor: pointer;
	font-size: 14px;
}

.fy .la,
.fy .fi,
.fy .big {
	width: initial;
	padding: 0 15px;
}

.fy a:hover i {
	color: #fff;
}

.fy .fyxz,
.fy a:hover {
	text-decoration: none;
	color: #fff;
	background: #cc141e;
	border-color: #cc141e;
}
.fy a.big.no:hover{
border: 1px solid #e5e5e5 !important;
	
	color: #999  !important;
	background-color: #fff  !important;	
	
	}
.fy .sc {
	width: initial;
	border: none;
	vertical-align: middle;
	background-color: initial;
}

.fy .sc:hover {
	border: none;
}

.fy .sc input {
	padding: 0 10px;
	background-color: initial;
	transition: .3s;
	height: 100%;
	font-size: 16px;
	line-height: 26px;
	cursor: pointer;
	color: #fff;
	background-color: #cc141e;
}

.fy .sc i {
	font-size: 20px;
	line-height: 26px;
	color: #cc141e;
}

.fy .sc:hover {
	background: none;
}

.fy .sc:hover i {
	color: #cc141e;
}

.fy .sc:hover input {
	color: #cc141e;
	background-color: #fff;
}

@media screen and (max-width:999px) {
	.fy a {
		width: 30px;
		height: 30px;
		line-height: 28px;
		margin: 2px;
	}

	.fy .sc input {
		font-size: 14px;
	}

	.fy .sc i {
		font-size: 16px;
	}

	.fy {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width:767px) {
	.fy .sc input {
		font-size: 12px;
	}

	.fy a {
		font-size: 12px;
	}
}

/* n1m1 */

@media screen and (min-width:1000px) {
	.n1m1 {
		padding-top: 10px;
		padding-bottom: 36px;
	}
}

.n1m1-l {
	padding: 0 16px 26px 20px;
}

.n1m1-dnr {
	margin-bottom: 36px;
}

.n1m1-dnr li {
	border-bottom: 1px solid #d9d9d9;
}

.n1m1-time {
	margin-left: auto;
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	flex-shrink: 0;
	padding-left: 20px;
}

@media screen and (max-width:480px) {
	.n1m1-l {
		padding: 10px;
		padding-top: 0;
	}

	.n1m1-time {
		font-size: 12px;
		line-height: 22px;
	}
}

/* ---------------2-2---------------- */

.fanpian {
	padding-top: 28px;
}

.fanpian li {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 6px;
}

.fanpian li p,
.fanpian li a {
	color: #666666;
}

.fanpian li a:hover {
	color: #cc141e;
}

@media screen and (max-width:999px) {
	.fanpian {
		padding-top: 20px;
	}

	.fanpian li {
		font-size: 14px;
		line-height: 26px;
	}
}

/* n2m1 */

@media screen and (min-width:1000px) {
	.n2m1 {
		padding-top: 14px;
		padding-bottom: 36px;
	}
}

.n2m1-bt {
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	transform: initial !important;
}

.n2m1-l>div {
	padding: 20px 16px 36px;
}

.net {
	margin-top: 10px;
	padding-bottom: 11px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #d0d0d0;
}

.n2m1-fw {
	margin-right: 34px;
}

.n2m1-fw,
.n2m1-time {
	font-size: 14px;
	line-height: 26px;
	color: #999999;
}

.n2m1-nr {
	margin-top: 8px;
}

.n2m1-nr strong {
	font-size: 20px;
}

.n2m1-nr em {
	display: inline-block;
	text-indent: 2em;
}

.n2m1-mc {
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}

@media screen and (max-width:999px) {
	.n2m1-bt {
		font-size: 20px;
	}

	.n2m1-l>div {
		padding: 20px 10px;
	}

	.n2m1-nr strong {
		font-size: 18px;
	}
}

@media screen and (max-width:767px) {
	.n2m1-bt {
		font-size: 18px;
	}

	.n2m1-mc {
		font-size: 14px;
		line-height: 26px;
	}

	.n2m1-nr strong {
		font-size: 16px;
	}
}

/* ----------------3-2------------------ */

/* t2m1 */

.t2m1-vid {
	margin: 0 auto;
	margin-top: 36px;
	margin-bottom: 36px;
	max-width: 726px;
}

@media screen and (max-width:999px) {
	.t2m1-vid {
		margin-top: 20px;
		margin-bottom: 0;
	}
}

/* ---------------5-1---------------- */

/* e1m1 */

@media screen and (min-width:1000px) {
	.e1m1 {
		padding-top: 12px;
		padding-bottom: 52px;
	}
}

.e1m1-xq {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px 10px;
	padding: 32px 16px 50px;
}

.e1m1-xbt {
	padding: 8px 12px;
	font-size: 16px;
	line-height: 24px;
	box-shadow: 0px 5px 19px 0px rgba(183, 183, 183, 0.28);
	background-color: #fff;
}

.e1m1-xbt a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

@media screen and (max-width:767px) {
	.e1m1-xq {
		padding: 20px 10px;
		gap: 20px 10px;
	}

	.e1m1-xbt {
		font-size: 14px;
	}


}

@media screen and (max-width:600px) {
	.e1m1-xq {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ----------------5-2----------------- */

/* e2m1 */

.e2m1-top {
	padding-bottom: 26px;
	display: flex;
	border-bottom: 1px solid #d0d0d0;
}

.e2m1-l {
	width: 235px;
	flex-shrink: 0;
	margin-right: 16px;
}

.e2m1-nr {
	margin-top: 15px;
}

.e2m1 .n2m1-l>div {
	padding-top: 10px;
}

.e2m1-r {
	padding-top: 6px;
}

@media screen and (max-width:999px) {
	.e2m1-r {
		padding-top: 0;
	}

	.e2m1-nr {
		margin-top: 10px;
	}

	.e2m1-top {
		padding-bottom: 20px;
	}
}

@media screen and (max-width:767px) {
	.e2m1-top {
		flex-wrap: wrap;
	}

	.e2m1-l {
		margin-right: 0;
	}

	.e2m1-r {
		margin-top: 20px;
		width: 100%;
	}
}

/* -----------------6-2-------------- */

/* i2m1 */

.i2m1-bd {
	margin-top: 20px;
	padding: 0 !important;
}

.i2m1-bd textarea {
	padding: 10px 12px;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	background-color: #f9f9f9;
	width: 100%;
	height: 172px;
}

@media screen and (max-width:767px) {
	.i2m1-bd textarea {
		font-size: 14px;
		line-height: 26px;
		height: 100px;
	}
}

/* ----------------8-1----------------- */

/* c1m1 */

.c1m1-bt {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #cc141e;
}

.c1m1-xbt {
	padding-top: 34px;
	font-size: 26px;
	line-height: 30px;
	color: #cc141e;
}

.c1m1-nr {
	margin-top: 14px;
	text-indent: 2em;
}

.c1m1-lx {
	padding-top: 31px;
}

.c1m1-lx li {
	display: flex;
	margin-top: 11px;
}

.c1m1-lx p {
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	width: 124px;
	flex-shrink: 0;
}

.c1m1-lx span,.c1m1-lx a {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

@media screen and (max-width:999px) {

	.c1m1-bt,
	.c1m1-xbt {
		font-size: 22px;
	}

	.c1m1-xbt {
		padding-top: 20px;
	}

	.c1m1-lx {
		padding-top: 20px;
	}

	.c1m1-lx p {
		font-size: 16px;
		width: 100px;
	}
}

@media screen and (max-width:767px) {

	.c1m1-bt,
	.c1m1-xbt {
		font-size: 18px;
	}

	.c1m1-lx p,
	.c1m1-lx span {
		font-size: 14px;
		line-height: 26px;
	}
}











































.m-vid {
	cursor: pointer;
	position: relative;
}

.m-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 16%;

	pointer-events: none;
}


.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 {
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 16px;
	cursor: pointer;
	transform: rotate(45deg);
}


.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:767px) {
	.tankaungn2 {
		position: fixed;
		left: 5%;
		top: 10%;
		right: 5%;
		bottom: 10%;
	}
}

.m-center {
	text-align: center;
}

.m-white,
.m-white p,
.m-white a {
	color: #fff;
}

.m-white a:hover {
	color: #fff;
	text-decoration: underline;
}

/* zhengshu */
#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, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .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, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(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, .6);
}

#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 .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .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, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .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: .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)
	}
}

@font-face {
	font-family: "iconfont";
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1713234536579') format('woff'),
		url('../fonts/iconfont.ttf?t=1713234536579') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-instagram2:before {
	content: "\e88f";
}

.icon-top3:before {
	content: "\ee73";
}

.icon-address2:before {
	content: "\e64a";
}

.icon-message3:before {
	content: "\e78a";
}

.icon-telegram:before {
	content: "\e733";
}

.icon-facebook3:before {
	content: "\e64e";
}

.icon-right8:before {
	content: "\e60a";
}

.icon-left8:before {
	content: "\eba0";
}

.icon-tags:before {
	content: "\e732";
}

.icon-twitter2:before {
	content: "\e7ff";
}

.icon-kuaijin:before {
	content: "\e6c4";
}

.icon-message2:before {
	content: "\e609";
}

.icon-company:before {
	content: "\e61a";
}

.icon-fenxiang:before {
	content: "\e86c";
}

.icon-right6:before {
	content: "\eb9d";
}

.icon-left6:before {
	content: "\eb9e";
}

.icon-calendar3:before {
	content: "\e8c5";
}

.icon-right5:before {
	content: "\e917";
}

.icon-left5:before {
	content: "\eb9f";
}

.icon-email3:before {
	content: "\e92f";
}

.icon-paperfull:before {
	content: "\ea0b";
}

.icon-messenger:before {
	content: "\ea0f";
}

.icon-twitter3:before {
	content: "\e7fd";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.icon-tel5:before {
	content: "\e61b";
}

.icon-fax2:before {
	content: "\e622";
}

.icon-tel4:before {
	content: "\e679";
}

.icon-facebook1:before {
	content: "\e6e5";
}

.icon-message1:before {
	content: "\e633";
}

.icon-youtube2:before {
	content: "\e880";
}

.icon-xin:before {
	content: "\e606";
}

.icon-facebook2:before {
	content: "\e617";
}

.icon-tel3:before {
	content: "\e621";
}

.icon-goumai:before {
	content: "\e636";
}

.icon-calendar2:before {
	content: "\e8b4";
}

.icon-tel2:before {
	content: "\e643";
}

.icon-diqiu1:before {
	content: "\e9ee";
}

.icon-wechat1:before {
	content: "\e6c7";
}

.icon-tiktok:before {
	content: "\e62e";
}

.icon-right3:before {
	content: "\e605";
}

.icon-left3:before {
	content: "\eb91";
}

.icon-diqiu:before {
	content: "\e642";
}

.icon-bottom2:before {
	content: "\eb94";
}

.icon-right2:before {
	content: "\e603";
}

.icon-left2:before {
	content: "\e604";
}

.icon-top2:before {
	content: "\eb93";
}

.icon-email2:before {
	content: "\e601";
}

.icon-rise-full:before {
	content: "\ea08";
}

.icon-home1:before {
	content: "\e674";
}

.icon-left4:before {
	content: "\eb90";
}

.icon-right4:before {
	content: "\e632";
}

.icon-jiantou:before {
	content: "\e7d1";
}

.icon-youtube1:before {
	content: "\e612";
}

.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";
}

.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-top1:before {
	content: "\e637";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-righttop:before {
	content: "\eb92";
}
.wuone{ font-size:14px; font-size:1.4rem; line-height:30px;}
