


.htomail a {
	width: 30px;
	height: 30px;
	display: block;
	background: #fff;
	border-radius: 50%;
	color: #dd1f1f;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
}

.htsearch {
	float: left;
	margin-left: 24px;
	/* box-shadow: 0 0 5px 0 rgb(0 0 0 / 60%); */
	/* border-radius: 50%; */
	padding: 0 42px;
	background: #dd1f1f;
}

.htsearch-btn {
	background: inherit;
	border: none;
	border-radius: 50%;
	color: #fff;
	line-height: 90px;
	text-align: center;
	font-size: 24px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.htsearch-btn i {}

.htsearch-con {
	background: #fff;
	position: fixed;
	right: 0;
	top: 90px;
	width: 100%;
	background: #f3f3f3;
	padding: 20px 40px;
	border-top: 1px solid #dd1f1f;
	display: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.htsearch-con form {
	position: relative;
	float: right;
	background: #fff;
	border-radius: 60px;
}

.htsearch-con input[type='text'] {
	border: 1px solid #d5d5d5;
	border-radius: 20px;
	line-height: 38px;
	width: 400px;
	padding-left: 20px;
	padding-right: 50px;
}

.htsearch-con input[type='submit'] {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
	background: url(../images/searchico.png) no-repeat center;
	text-indent: -999999px;
}

.htlang {
	float: left;
	/* margin-top:30px; */
	/* margin-left:15px; */
	position: relative;
}

.htlang .lang_box {
	position: absolute;
	top: 0px;
	width: 125%;
	opacity: 0;
	overflow: hidden;
	transition: all .3s;
	display: grid;
	grid-template-rows: 0fr;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 5px;
}

.htlang .lang_box ul li {
	text-align: center;
	line-height: 32px;
	transition: all .3s;
}

.htlang a {
	display: block;
	background: url(../images/hlang.png) no-repeat left center;
	color: #fff;
	line-height: 90px;
	font-size: 18px;
	padding-left: 30px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.hshank {
	float: left;
	margin-top: 90px;
	font-size: 0;
}

.hshank a {
	display: inline-block;
	width: 40px;
	color: #fff;
	line-height: 40px;
	font-size: 22px;
	text-align: center;
	margin-right: 20px;
	background: #ccc;
	border-radius: 20px;
}

.hshank a::last-child {
	margin-right: 0;
}

.htlang .lang_box ul li a {
	line-height: 54px;
	background: rgba(0, 0, 0, 0.6);
	padding-left: 0;
}

.htlang a:hover,
.hshank a:hover {
	color: #dd1f1f;
}

.htlang .lang_box ul li a:hover {
	background: #dd1f1f;
	color: #fff;
}

.htlang:hover .lang_box {
	opacity: 1;
	top: 90px;
	border-radius: 0 0 5px 5px;
}

.headnav1.active .htlang:hover .lang_box {
	opacity: 1;
	top: 70px;
	border-radius: 0 0 5px 5px;
}

.headnav1.active .htsearch-btn {
	line-height: 70px;
}

.headnav1.active .htsearch-con {
	top: 70px;
}

.headnav1.active .htlang:hover .lang_box a {
	line-height: 42px;
}

#m-head-nav {
	height: 16px;
	position: relative;
	float: left;
	display: none;
	margin-left: 20px;
	margin-top: 37px;
	width: 24px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#m-head-nav .line {
	width: 24px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0px;
	top: 7px;
}

#m-head-nav .line1 {
	margin-top: -7px;
}

#m-head-nav .line3 {
	margin-top: 7px;
}

#m-head-nav[data-active="on"] .line1 {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#m-head-nav[data-active="on"] .line2 {
	display: none;
}

#m-head-nav[data-active="on"] .line3 {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.headnav1.active .htlang a {
	line-height: 70px;
}

/* Nav */
.nav {
	float: left;
	margin-left: 160px;
}

.nav>li {
	float: left;
	margin-right: 100px;
	position: relative;
}

.nav>li:last-child {
	margin-right: 0;
}

.nav>li>a {
	display: block;
	font-size: 18px;
	padding: 0;
	color: #fff;
	position: relative;
	line-height: 90px;
	padding: 0 0px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.nav>li>a::after {
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 20px;
	height: 2px;
	background-color: #fff;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.nav>li:last-child>a::before {
	display: none;
}

.headnav1.active .nav>li>a {
	line-height: 70px;
}

.headnav1.active .head-raea {
	height: 70px;
}

/*Navmenu*/
.nav>li .xiala {
	position: fixed;
	background: rgba(255, 255, 255, 1);
	width: 100vw;
	top: 90px;
	left: 0;
	z-index: 999;
	display: none;
	border-top: 1px solid #ddd;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
}

.nav>li .xiala .container {
	padding: 32px 40px 32px 40px;
}

.nav>li .xiala .container .nav2_r {
	float: right;
	width: 70%;
	display: flex;
	position: relative;
}

.nav>li .xiala .container .nav2_r img {
	display: inline-block;
	max-width: 100%;
}

.nav>li .xiala .container .nav2_l {
	float: left;
	width: 25%;
	padding-right: 2.5%;
	margin-right: 2.5%;
	border-right: 1px solid #ccc;
}

.nav>li .xiala .container .nav2_l .desc {
	overflow: hidden;
	padding-bottom: 30px;
}

.nav>li .xiala .container .nav2_l .desc .en {
	font-size: 30px;
	line-height: 40px;
	color: #333;
}

.nav>li .xiala .container .nav2_l .desc .list {
	font-size: 14px;
	line-height: 24px;
	max-height: 72px;
	margin-top: 10px;
	color: #999;
	o;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.nav>li .xiala .container .nav2_r .nav-er-list {
	/* margin-top: 10px; */
	/* overflow: hidden; */
	/* display: inline-block; */
	/* flex: 1; */
	margin: 0 20px;
}

.nav>li .xiala .container .nav2_r .nav-er-list a {
	display: inline-block;
	text-align: center;
}

.nav>li .xiala .container .nav2_r .nav-er-list a span {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	/* margin-right: 40px; */
	/* padding-right: 15px; */
	transition: all 0.5s;
	/* background: url(../images/yy.png) no-repeat right center; */
	line-height: 42px;
}

.nav>li .xiala .container .nav2_r .nav-er-list:hover a span {
	color: #dd1f1f;
	/* background: url(../images/yy_on.png) no-repeat right center; */
}

.nav>li .xiala .container .nav-box {
	overflow: hidden;
}

.nav>li .xiala .container .nav-box>span {
	font-size: 22px;
	line-height: 40px;
	color: #333;
	overflow: hidden;
	display: block;
}

.nav>li .xiala .container .nav-box>.nav-box_nr {
	overflow: hidden;
	margin-top: 20px;
}

.nav>li .xiala .container .nav-box>.nav-box_nr .nav3-box {
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}

.nav>li .xiala .container .nav-box>.nav-box_nr .nav3-box:hover {
	background: #f9f9f9;
}

.nav>li .xiala .container .nav-box>.nav-box_nr .nav3-box a {
	display: block;
}

.nav>li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_l {
	width: 20%;
	float: left;
}

.nav>li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_r {
	float: right;
	width: 80%;
}

.nav>li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_r .nav3-box_r_t {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 5px;
}

.nav>li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_r .nav3-box_r_desc {
	font-size: 14px;
	line-height: 1.6;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.nav>li .xiala .container .nav-box>.nav-box_nr>.nav3-pro {
	display: block;
	padding-left: 0;
}

.nav>li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a {
	display: block;
	text-align: center;
}

.nav>li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a>dt {
	display: block;
}

.nav>li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a>dt img {
	max-width: 100%;
	display: block;
	border: 1px solid #ddd;
}

.nav>li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a p {
	font-size: 14px;
	color: #454545;
	line-height: 3;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.nav>li:hover>a::before,
.nav>li.cur>a::before {
	display: block;
}

.nav>li:hover>a::after,
.nav>li.cur>a::after {
	left: 0;
	right: 0;
}

.nav>li:hover>a,
.nav>li.cur>a,
.nav>li>a:focus,
.nav>li>a:hover,
.nav>li:hover>a,
.nav>li.cur>a,
.nav>li>a:focus,
.nav>li>a:hover {
	background: transparent;
	color: #fff;
}

.nav>li>a::after,
.nav>li>a::after {
	background-color: #fff;
}

.head-raea #search-btn,
.head-raea #search-btn {
	color: #333;
}

.head-raea #search-btn:hover {
	color: #dd1f1f;
}

.head-raea .head-lang a,
.head-raea .head-lang a {
	color: #333;
}

.head-htel,
.head-htel {
	color: #666;
	background: url(../images/htelx.png) no-repeat left;
}

.head-htel h4 a,
.head-htel h4 a {
	color: #333;
}

/* Mnav */
.mm-nav-box {
	overflow-y: scroll;
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	height: calc(100% - 90px);
	z-index: 998;
	display: none;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.mm-nav-box[data-on="active"] {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	top: 90px;
}

.mm-nav-box .mm-wrap {
	position: fixed;
	top: 0;
	right: 0;
	width: 40%;
	padding-bottom: 15px;
	z-index: 100;
	border-top: 1px solid rgba(0, 0, 0, .15);
	box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);
}

.mm-nav-box .mm-wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: -1;
}

.mm-nav-box .mm-nav .li1 {
	margin: 0 20px;
	line-height: 60px;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.mm-nav-box .mm-nav .li1 .a1 {
	display: block;
	color: #222222;
	font-size: 16px;
}

.mm-nav-box .mm-nav .li1.on .a1 {
	color: #dd1f1f;
}

.mm-nav-box .mm-nav .li1.on .mm-title {
	border-color: #dd1f1f;
}

.mm-nav-box .mm-nav .li1 .mm-title {
	position: relative;
	height: 60px;
	line-height: 60px;
}

.mm-nav-box .mm-nav .li1 .mm-title .am {
	display: block;
	width: 100%;
	height: 100%;
}

.mm-nav-box .mm-nav .li1 .mm-title .a1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 10;
}

.mm-nav-box .mm-nav .li1 .mm-title .click {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mm-nav-box .mm-nav .li1 .mm-title .click:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #222222;
	border-right: 1px solid #222222;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -3px;
}

.mm-nav-box .mm-nav .li1 .mm-title .mclick {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mm-nav-box .mm-nav .li1 .mm-title .mclick a {
	display: block;
	width: 100%;
	height: 100%;
}

.mm-nav-box .mm-nav .li1.on .mm-title .click:after {
	border-color: #dd1f1f;
}

.mm-nav-box .mm-nav .li1 .mm-innav {
	display: none;
	padding: 6px 0;
}

.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-nav-box .mm-nav .li1[data-on="click"] .a1 {
	color: #dd1f1f
}

.mm-nav-box .mm-nav .li1 .mm-innav li {
	margin: 0 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	line-height: 1;
}

.mm-nav-box .mm-nav .li1 .mm-innav li a {
	color: #222222;
	font-size: 14px;
	line-height: 1.4;
	display: block;
	padding: 6px 0;
}

.mm-nav-box .mm-nav .li1 .mm-innav li a:hover {
	color: #dd1f1f
}

.mm-nav-box .mm-nav .li1 .mm-innav li .box2 {
	margin: 0 15px;
}

.mm-nav-box .mm-wrap .mmlang {
	padding: 0 10px;
	font-size: 0;
	display: none;
}

.mm-nav-box .mm-wrap .mmlang .mmitem {
	height: 55px;
	line-height: 55px;
	width: 50%;
	font-size: 14px;
	color: #222222;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
}

.mm-nav-box .mm-wrap .mmlang .mmitem.on {
	color: #dd1f1f;
}

.header_space {
	width: 100%;
	height: 90px;
	display: none;
}

.nav>li .xiala .container>ul {
	display: flex;
}

.nav>li .xiala .nav-er-list .dropdown-menu {
	border: inherit;
	box-shadow: inherit;
	width: 100%;
	margin: 0;
}

.nav>li .xiala ul li {
	flex: 1;
}

.nav>li .xiala ul li a {}

.nav>li .xiala ul li a span {
	font-size: 16px;
}

.nav>li .xiala .nav-er-list {}

.nav>li .xiala .nav-er-list .dropdown-menu li {
	float: left;
	margin-right: 10px;
	flex: 1;
}

.nav>li .xiala .nav-er-list .dropdown-menu li a {
	font-size: 14px;
	line-height: 32px;
	border: 1px solid #ccc;
}

.nav>li .xiala .nav-er-list:hover .dropdown-menu {
	display: block;
}

.headnav1.active .nav>li .xiala {
	top: 70px;
}


@media (max-width: 1829px) {
	.nav>li {
		margin-right: 20px;
	}
}

@media (max-width: 1729px) {
	.nav>li {
		margin-right: 10px;
	}

	.htsearch {
		margin-left: 10px;
	}
}

@media (max-width: 1629px) {
	.nav>li>a {
		font-size: 16px;
		padding: 0 20px;
	}
}

@media (max-width: 1529px) {
	.nav {
		margin-left: 60px;
	}

	.nav>li {
		margin-right: 15px;
	}

	.htsearch {
		margin-left: 15px;
	}

	.htsearch-btn {
		display: block;
	}
}

@media (max-width: 1429px) {
	.headnav {
		background: none;
	}

	.head-raea {
		padding: 0 20px;
	}

	.nav {
		margin-left: 40px;
	}

	.nav>li {
		margin-right: 10px;
	}

	.htsearch {
		margin-left: 10px;
	}
}

@media (max-width: 1329px) {
	.head-raea {
		padding: 0 40px;
	}

	.nav {
		margin-left: 100px;
	}

	.nav>li>a {
		font-size: 15px;
		padding: 0 12px;
	}

	.hshank {
		display: none;
	}

	.htlang a {
		padding-left: 30px;
		background: url(../images/hlang.png) no-repeat left center;
		color: #fff;
	}
}

@media (max-width: 1199px) {
	.nav {
		display: none;
	}

	.mm-nav-box {
		display: block;
	}

	#m-head-nav {
		display: block;
		/* margin-top: 26px; */
	}

	.headnav1.active #m-head-nav {
		margin-top: 26px;
	}

	.header_space {
		display: block;
	}

	.htlang {
		display: none;
	}
}

@media (max-width: 800px) {
	.mm-nav-box .mm-nav .li1 .mm-title {
		height: 45px;
		line-height: 45px;
	}
}

@media (max-width: 767px) {
	.headnav {
		padding: 0 10px;
		background: #ccc;
	}

	.head-raea {
		padding: 0;
		background: none;
		height: auto;
	}

	.headtp {
		position: static;
		float: left;
		width: auto;
	}

	.headnav::before,
	.headnav::after {
		display: none;
	}

	.htomail a {
		background: #dd1f1f;
		color: #fff;
		font-size: 16px;
	}

	.htsearch-btn {
		background: #dd1f1f;
		color: #fff;
		font-size: 24px;
		line-height: 70px;
	}

	.htsearch-con form {
		width: 100%;
	}

	.htsearch-con input[type='text'] {
		width: 100%;
		font-weight: 300;
	}

	.htlang {
		/* background:#dd1f1f; */
		padding: 0 10px;
		border-radius: 30px;
	}

	.htlang a {
		color: #fff;
	}

	#m-head-nav {
		margin-left: 15px;
	}

	#m-head-nav .line {
		background: #dd1f1f;
	}

	.logo {
		padding-left: 0;
	}

	.headnav1.active #m-head-nav {
		margin-top: 20px;
	}

	.headnav1.active .htsearch-btn {
		line-height: 60px;
	}
}

@media (max-width: 600px) {
	.htlang {
		display: none;
	}

	.logo a {
		margin: 20px 0;
		line-height: 24px;
	}

	.headnav1.active .logo a {
		margin: 15px 0;
	}

	.logo a img {
		height: 30px;
	}

	.htomail,
	.htsearch {
		/* margin-top:20px; */
	}

	.htsearch-con {
		top: 70px;
		padding: 20px;
	}

	#m-head-nav {
		margin-top: 27px;
		margin-left: 10px;
	}

	.mm-nav-box .mm-wrap {
		width: 100%;
	}

	.mm-nav-box .mm-nav .li1 .mm-title .a1 {
		font-size: 14px;
	}

	.mm-nav-box .mm-nav .li1 .mm-innav li a {
		font-size: 13px;
	}

	.mm-nav-box .mm-nav .li1 {
		margin: 0 10px;
	}

	.mm-nav-box .mm-wrap .mmlang {
		display: block;
	}

	.mm-nav-box[data-on="active"] {
		top: 70px;
		height: calc(100% - 70px);
	}

	.headnav,
	.header_space {
		height: 70px;
		background: #ccc;
	}

	.headnav1.active .headnav {
		height: 60px;
	}
}

@media (max-width: 400px) {
	.logo a img {
		/* height:50px; */
	}

	.htomail,
	.htsearch {
		margin-top: 15px;
	}

	#m-head-nav {
		margin-top: 22px;
	}

	.htsearch-con {
		top: 60px;
	}

	.mm-nav-box[data-on="active"] {
		top: 60px;
		height: calc(100% - 60px);
	}

	.headnav,
	.header_space {
		height: 60px;
	}
}

/* Banner */
#banner {
	position: relative;
}

#banner.nycoban {
	height: 360px;
}

#banner video {
	width: 100%;
	display: block;
}

#banner .swiper-slide {
	overflow: hidden;
	position: relative;
}

#banner .swiper-slide img {
	display: block;
	max-width: 100%;
}

#banner .swiper-pagination {
	bottom: 48px;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
}

#banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border-radius: unset;
	opacity: 1;
	background: rgb(255 255 255 / 40%);
	margin: 0 5px;
	position: relative;
	border-radius: 50%;
}

#banner .swiper-pagination-bullet-active {
	background: rgb(255 255 255 / 1);
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
	width: 46px;
	height: 46px;
	background: url(../images/page/ban-jt.png) no-repeat center left;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
}

#banner .swiper-button-prev {
	left: -115px;
}

#banner .swiper-button-next {
	right: -115px;
	transform: rotate(180deg);
}

#banner:hover .swiper-button-prev {
	left: 115px;
}

#banner:hover .swiper-button-next {
	right: 115px;
}

.ban_video {
	width: 100%;
	position: relative;
}

.ban_video::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
}

.ban_video video {}

.ban_nr {
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.ban_nr h5 {
	font-size: 52px;
	color: #fff;
	padding-bottom: 20px;
	line-height: 60px;
	font-weight: 500;
}

.ban_nr p {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
}

.ban_tt {
	position: absolute;
	bottom: 8%;
	left: 8%;
}

.ban_tt p {
	color: #fff;
	font-size: 16px;
	padding-left: 30px;
	background: url(../images/ban-22.png) left no-repeat;
}

@media (max-width: 767px) {
	#banner.nycoban {
		height: 230px;
	}

	#banner .swiper-pagination {
		bottom: 10px;
	}

	.ban_nr p {
		font-size: 16px;
		line-height: 20px;
	}

	.ban_nr {
		left: 6%;
		top: 43%;
	}
}

@media (max-width: 500px) {
	#banner .swiper-pagination {
		display: none;
	}
}

@media (max-width: 400px) {
	#banner.nycoban {
		height: 140px;
	}
}

/* .title {
	text-align: center;
} */

.title h4 {
	font-size: 48px;
	/* font-weight:bold; */
	/* color:#dd1f1f; */
	margin-bottom: 12px;
}

.title i {
	display: block;
	width: 50px;
	height: 4px;
	background: #dd1f1f;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.title h4 {
		font-size: 36px;
	}

	.ban_nr h5 {
		font-size: 24px;
		line-height: 24px;
	}

	.lm1-left h4 {}
}

@media (max-width: 500px) {
	.title h4 {
		font-size: 24px;
	}

	.lm1-left h4 {}
}

/* lm1 */
#lm1-sy {
	text-align: center;
}

.lm1-nav {
	/* display: flex; */
}

.lm1-nav a {
	flex: 1;
	line-height: 80px;
	font-size: 18px;
	padding: 29px 30px;
	padding-left: 80px;
	margin: 0 30px;
	position: relative;
}

.lm1-nav .lm1-a {
	/* display: flex; */
	padding: 0 10%;
}

.lm1-nav .lm1-a1 {
	background: url(../images/lm1-tu1.png) 30px no-repeat;
}

.lm1-nav .lm1-a1:hover,
.lm1-nav .lm1-a1.on {
	background: url(../images/lm1-tu11.png) #dd1f1f 30px no-repeat;
	color: #fff;
}

.lm1-nav .lm1-a2 {
	background: url(../images/lm1-tu2.png) 30px no-repeat;
}

.lm1-nav .lm1-a2:hover,
.lm1-nav .lm1-a2.on {
	background: url(../images/lm1-tu22.png) #dd1f1f 30px no-repeat;
	color: #fff;
}

.lm1-nav .lm1-a3 {
	background: url(../images/lm1-tu3.png) 30px no-repeat;
}

.lm1-nav .lm1-a3:hover,
.lm1-nav .lm1-a3.on {
	background: url(../images/lm1-tu33.png) #dd1f1f 30px no-repeat;
	color: #fff;
}

.lm1-nav .lm1-a4 {
	background: url(../images/lm1-tu4.png) 30px no-repeat;
}

.lm1-nav .lm1-a4:hover,
.lm1-nav .lm1-a4.on {
	background: url(../images/lm1-tu44.png) #dd1f1f 30px no-repeat;
	color: #fff;
}

.lm1-nav .lm1-a a:hover:after,
.lm1-nav .lm1-a a.on:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/lm1-xjt.png) no-repeat;
	width: 21px;
	height: 10px;
}

.lm1-nr {
	background: url(../images/lm1-bj.jpg) center no-repeat;
}

.lm1-abc {
	display: none;
	padding: 42px 0;
}

.lm1-left {
	flex: 1;
	text-align: left;
	-webkit-align-items: center;
	padding-top: 3%;
}

.lm1-left h4 {
	font-size: 48px;
	font-weight: 600;
}

.lm1-left p {
	font-size: 18px;
	color: #333;
	line-height: 32px;
	padding: 24px 0;
}

.lm1-left a {
	line-height: 36px;
	padding: 0 20px;
	padding-right: 42px;
	background: url(../images/lm1-xjt1.png) #dd1f1f 90% no-repeat;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	border-radius: 3px;
	margin-top: 42px;
	font-weight: 300;
}

.lm1-right {
	flex: 1;
}

.lm1-right img {
	float: right;
}

@media (max-width: 1640px) {
	.lm1-nav .lm1-a {
		/* display: flex; */
		padding: 0 6%;
	}
}

@media (max-width: 1440px) {
	.lm1-nav .lm1-a {
		padding: 0 0%;
	}

	.lm1-nav a {
		font-size: 16px;
		padding: 30px 30px;
		padding-left: 80px;
		margin: 0 20px;
	}
}

@media (max-width: 1329px) {}

@media (max-width: 1199px) {
	.lm1-nav .lm1-a {
		/* display: flex; */
		padding: 0 0%;
	}

	.lm1-nav a {
		margin: 0 0px;
	}

	.lm1-left h4 {
		font-size: 36px;
	}

	.lm1-left p {
		font-size: 16px;
		font-weight: 300;
		line-height: 28px;
	}
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.lm1-nr {
		background: #eee;
	}

	.lm1-nav a {
		width: 50%;
		display: block;
		margin: 0;
		padding: 20px 30px;
		line-height: 30px;
		float: left;
		font-size: 15px;
	}

	.lm1-nav .lm1-a {
		padding: 0;
	}

	.lm1-nav .container {
		padding: 0;
	}

	.lm1-nav .lm1-a1 {
		background: url(../images/lm1-tu1.png) 10px no-repeat;
	}

	.lm1-nav .lm1-a1:hover,
	.lm1-nav .lm1-a1.on {
		background: url(../images/lm1-tu11.png) #dd1f1f 10px no-repeat;
		color: #fff;
	}

	.lm1-nav .lm1-a2 {
		background: url(../images/lm1-tu2.png) 10px no-repeat;
	}

	.lm1-nav .lm1-a2:hover,
	.lm1-nav .lm1-a2.on {
		background: url(../images/lm1-tu22.png) #dd1f1f 10px no-repeat;
		color: #fff;
	}

	.lm1-nav .lm1-a3 {
		background: url(../images/lm1-tu3.png) 10px no-repeat;
	}

	.lm1-nav .lm1-a3:hover,
	.lm1-nav .lm1-a3.on {
		background: url(../images/lm1-tu33.png) #dd1f1f 10px no-repeat;
		color: #fff;
	}

	.lm1-nav .lm1-a4 {
		background: url(../images/lm1-tu4.png) 10px no-repeat;
	}

	.lm1-nav .lm1-a4:hover,
	.lm1-nav .lm1-a4.on {
		background: url(../images/lm1-tu44.png) #dd1f1f 10px no-repeat;
		color: #fff;
	}

	.lm1-abc .flex {
		display: block;
	}

	.lm1-left h4 {
		font-size: 28px;
	}

	.lm1-left p {
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
	}

	.lm1-left a {
		margin-top: 0px;
	}

	.lm1-left {
		padding: 2%;
	}

	.lm1-right {
		width: 100%;
		padding: 0 5%;
		display: block;
		overflow: hidden;
	}

	.lm1-right img {
		display: block;
		overflow: hidden;
		float: left;
	}
}

@media (max-width: 500px) {}

/* lm2 */
#lm2-sy {
	padding: 60px 0;
}

.lm2-nr {
	position: relative;
	margin-top: 60px;
}

.lm2-img {}

.lm2-img .img1 {
	display: none;
}

.lm2-img .img1 img {
	width: 100%;
}

.lm2-nr ul {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	right: 0;
	bottom: 0;
	width: 100%;
}

.lm2-nr ul li {
	flex: 1;
	text-align: center;
	height: 100%;
	border-right: 1px solid #fff;
	position: relative;
	display: block;
	overflow: hidden;
}

.lm2-nr ul li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lm2-nr ul li p {
	position: absolute;
	bottom: 5%;
	color: #fff;
	font-size: 16px;
	left: 50%;
	transform: translateX(-50%);
	width: 85%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
	display: block;
}

.lm2-nr ul li img {
	display: none;
	position: absolute;
	bottom: 3%;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

.lm2-nr ul li:hover p,
.lm2-nr ul li.on p {
	bottom: 12%;
}

.lm2-nr ul li:hover img,
.lm2-nr ul li.on img {
	display: block
}

@media (max-width: 1429px) {}

@media (max-width: 1329px) {}

@media (max-width: 1329px) {}

@media (max-width: 1199px) {
	.lm2-nr ul li p {
		font-size: 15px;
	}

	.lm2-nr ul li:hover p,
	.lm2-nr ul li.on p {
		bottom: 18%;
	}
}

@media (max-width: 767px) {
	#lm2-sy {
		padding: 30px 0;
	}
}

@media (max-width: 500px) {
	.lm2-nr ul {
		display: inline-block;
		position: relative;
		background: #ccc;
		top: inherit;
		left: inherit;
		right: inherit;
		bottom: inherit;
		height: 240px;
	}

	.lm2-nr {
		margin-top: 30px;
	}

	.lm2-nr ul li {
		float: left;
		width: 33.3%;
		height: 80px;
		display: inline-block;
		border-bottom: 1px solid #fff;
	}

	.lm2-nr ul li p {
		bottom: 0;
		top: 50%;
		width: 100%;
		transform: translate(-50%, -50%);
	}

	.lm2-nr ul li:hover,
	.lm2-nr ul li.on {
		background: #ee3333;
	}

	.lm2-nr ul li:hover p,
	.lm2-nr ul li.on p {
		bottom: 0%;
	}

	.lm2-nr ul li img {}

	.lm2-nr ul li:hover img,
	.lm2-nr ul li.on img {
		display: none;
	}
}

/* lm3 */
#sy-lm3 {
	padding: 60px 0;
	padding-top: 32px;
}

.lm3-nr {
	margin-top: 60px;
}

.lm3-nav {}

.lm3-nav ul {
	display: flex;
}

.lm3-nav ul li {
	flex: 1;
	text-align: center;
	margin: 0 10px;
}

.lm3-nav ul li a {
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 48px;
}

.lm3-nav ul li:hover,
.lm3-nav ul li.on {}

.lm3-nav ul li:hover a,
.lm3-nav ul li.on a {
	background: #dd1f1f;
	color: #fff;
	border-radius: 30px;
}

.lm3-cp {
	overflow: hidden;
	display: block;
	padding-top: 42px;
}

.lm3-cp .cpqh {
	position: relative;
	padding-bottom: 60px;
	display: none;
}

.lm3-cp .cpqh .swiper-slide {}

.lm3-cp .cpqh .swiper-slide a {}

.lm3-cp .cpqh .cp-img {
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}

.lm3-cp .cpqh .cp-img img {}

.lm3-cp .cpqh .so-wz {}

.lm3-cp .cpqh .so-wz h4 {
	text-align: center;
	line-height: 42px;
	font-weight: 300;
}

.lm3-cp .cpqh .swiper-button-next {
	right: 41.5%;
	bottom: 13px;
	top: auto;
	z-index: 11;
	width: 8px;
	height: 16px;
	background: url(../images/cp-jt.png) no-repeat;
}

.lm3-cp .cpqh .swiper-button-prev {
	left: 52.5%;
	bottom: 14px;
	top: auto;
	z-index: 99;
	width: 8px;
	height: 16px;
	background: url(../images/cp-jt.png) no-repeat;
	transform: rotate(180deg);
}

.lm3-cp .cpqh .swiper-pagination {
	font-size: 20px;
	bottom: 7px;
	left: 5.5%;
}

.lm3-cp .cpqh .swiper-pagination span {
	font-size: 20px;
}

.lm3-cp .cpqh .swiper-scrollbar {
	width: 16%;
	bottom: 3.8%;
	left: 35%;
}

.lm3-cp .cpqh .swiper-scrollbar .swiper-scrollbar-drag {
	/* width: 0px; */
}

@media (max-width: 1440px) {}

@media (max-width: 1366px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.lm3-nav ul li {}

	.lm3-nav ul li a {
		line-height: 24px;
		padding: 3px 0;
		font-size: 14px;
	}

	.lm3-nav ul {
		display: block;
	}

	.lm3-cp .cpqh {
		padding-bottom: 0;
	}

	.lm3-nr {
		margin-top: 20px;
	}
}

/* lm4 */
#lm4-sy {
	background: #eeeff0;
	padding: 60px 0;
	padding-bottom: 0px;
}

.lm4-nr {
	margin-top: 36px;
	margin-left: auto;  /* 左外边距自动 */
    margin-right: auto; /* 右外边距自动，与左auto配合实现水平居中 */
}

.lm4-ditu {
	position: relative;
}

.lm4-ditu>img {}

.lm4-ditu .lm4-md {}

.lm4-ditu .lm4-md p {
	position: absolute;
}

.lm4-ditu .lm4-md p img {}

.lm4-ditu .lm4-md .lm4-p1 {
	top: 55%;
	left: 19.5%;
}

.lm4-ditu .lm4-md .lm4-p2 {
	top: 11.5%;
	left: 48%;
}

.lm4-ditu .lm4-md .lm4-p3 {
	top: 47%;
	left: 80%;
}

.lm4-ditu .lm4-md .lm4-p4 {
	top: 48.5%;
	left: 82%;
}

.lm4-ditu .lm4-md .lm4-p5 {
	top: 57.5%;
	left: 82.5%;
}

.lm4-ditu .lm4-md .lm4-p6 {
	top: 55.5%;
	left: 83.5%;
}

.lm4-ditu .lm4-md .lm4-p7 {
	top: 53.5%;
	left: 34.5%;
}

.lm4-ditu .lm4-md .lm4-p8 {
	top: 41.5%;
	left: 21.5%;
}

.lm4-ditu .lm4-md .lm4-p9 {
	top: 42.5%;
	left: 16%;
}

.lm4-ditu .lm4-md .lm4-p10 {
	top: 21%;
	left: 56.5%;
}

.lm4-ditu .lm4-md .lm4-p11 {
	top: 16.5%;
	left: 53%;
}

.lm4-ditu .lm4-md .lm4-p12 {
	top: 17.5%;
	left: 52.5%;
}

.lm4-ditu .lm4-md .lm4-p13 {
	top: 13%;
	left: 48.5%;
}

.lm4-ditu .lm4-md .lm4-p14 {
	top: 12.5%;
	left: 47.5%;
}

.lm4-ditu .lm4-md .lm4-p15 {
	top: 13.5%;
	left: 47%;
}

.lm4-ditu .lm4-md .lm4-p16 {
	top: 11.5%;
	left: 45.5%;
}

.lm4-ditu .lm4-md .lm4-p17 {
	top: 13.5%;
	left: 45%;
}

.lm4-wz {
	display: flex;
	position: relative;
	bottom: 84px;
	margin-left: auto;  /* 左外边距自动 */
    margin-right: auto; /* 右外边距自动，与左auto配合实现水平居中 */
}

.lm4-wz .wzzs {
	flex: 1;
	padding-left: 15%;
}

.lm4-wz .wzzs h5 {
	font-size: 30px;
	padding: 6px 0;
	padding-left: 54px;
	margin-bottom: 10px;
}

.lm4-wz .wzzs .lm4-img1 {
	background: url(../images/lm4-img1.png) left no-repeat;
	padding-left: 40px;
}

.lm4-wz .wzzs .lm4-img2 {
	background: url(../images/lm4-img2.png) left no-repeat;
}

.lm4-wz .wzzs p {
	font-size: 18px;
	font-weight: 300;
}

/*图片跳动的动画*/
@keyframes move {
	0% {
		/* 动画起始位置：无垂直偏移（初始位置） */
		transform: translateY(0);
	}

	100% {
		/* 动画结束位置：向下偏移10px（可修改为任意距离，负值为向上偏移） */
		transform: translateY(10px);
	}
}

.warnIcon {
	width: 20px;
	height: 28px;

	color: white;
	text-align: center;
	line-height: 100px;
	/* 核心动画配置：move 1s infinite alternate */
	animation: move 1s infinite alternate;

	/*infinite无限循环，alternate动画反向执行回到起点*/
}



@media (max-width: 1440px) {}

@media (max-width: 1366px) {
	.lm4-ditu .lm4-md .lm4-p1 {
		top: 50%;
		left: 19.5%;
	}

	.lm4-ditu .lm4-md .lm4-p2 {
		top: 7.5%;
		left: 48%;
	}

	.lm4-ditu .lm4-md .lm4-p3 {
		top: 44%;
		left: 80%;
	}

	.lm4-ditu .lm4-md .lm4-p4 {
		top: 45.5%;
		left: 82%;
	}

	.lm4-ditu .lm4-md .lm4-p5 {
		top: 49.5%;
		left: 82.5%;
	}
}

@media (max-width: 1199px) {
	.lm4-wz .wzzs {
		padding: 0%;
	}

	.lm4-wz .wzzs h5 {
		font-size: 24px;
	}

	.lm4-wz .wzzs p {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.lm4-ditu .lm4-md .lm4-p1 {
		top: 54%;
		left: 19.5%;
	}

	.lm4-ditu .lm4-md .lm4-p2 {
		top: 10.5%;
		left: 48%;
	}

	.lm4-ditu .lm4-md .lm4-p3 {
		top: 46%;
		left: 80%;
	}

	.lm4-ditu .lm4-md .lm4-p4 {
		top: 47.5%;
		left: 82%;
	}

	.lm4-ditu .lm4-md .lm4-p5 {
		top: 55.5%;
		left: 82.5%;
	}
}

@media (max-width: 767px) {
	.lm4-wz {
		bottom: 0;
		padding-bottom: 20px;
		display: block;
	}

	.lm4-wz .wzzs {
		padding: 3%;
		margin-left: 5%;  
	}

	.lm4-wz .wzzs h5 {
		font-size: 20px;
	}

	.lm4-wz .wzzs p {
		font-size: 14px;
	}

	.lm4-ditu .lm4-md .lm4-p1 {
		top: 35%;
		left: 19.5%;
	}

	.lm4-ditu .lm4-md .lm4-p2 {
		top: -5.5%;
		left: 48%;
	}

	.lm4-ditu .lm4-md .lm4-p3 {
		top: 35%;
		left: 80%;
	}

	.lm4-ditu .lm4-md .lm4-p4 {
		top: 36.5%;
		left: 82%;
	}

	.lm4-ditu .lm4-md .lm4-p5 {
		top: 41.5%;
		left: 82.5%;
	}
}


/* lm5 */
#lm5-sy {
	padding: 60px 0;
}

#lm5-sy .container {
	position: relative;
}

.lm5-nr {
	overflow: hidden;
	display: block;
	padding-top: 40px;
}

.lm5-nr ul {}

.lm5-nr ul li {}

.lm5-nr ul li img {}

#lm5-sy .lm5-nr::-webkit-scrollbar {
	display: none;
}

#lm5-sy .lm5-nr>:nth-child(2) {
	margin-left: -98px;
}

#lm5-sy .container:before {
	content: "";
	display: block;
	width: 300px;
	height: 78%;
	position: absolute;
	bottom: 0;
	z-index: 10;
	left: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), transparent);
}

#lm5-sy .container:after {
	content: "";
	display: block;
	width: 300px;
	height: 78%;
	position: absolute;
	bottom: 0;
	z-index: 10;
	right: 0;
	background: linear-gradient(-90deg, rgba(255, 255, 255, 1), transparent);
}

#lm5-sy .cooperation {
	display: flex;
	box-sizing: content-box;
}

#lm5-sy .cooperation li {
	min-width: 260px;
	height: 120px;
	margin: 16px;
	/* border-radius: 12px; */
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 20px #f2f3f3;
	background-color: #fff;
}

#lm5-sy .cooperation li img {
	width: 90%;
	object-fit: contain;
}


/* News Center */
#lm6-sy {
	padding: 60px 0;
	padding-top: 0px;
}

.lm6-nr {
	padding-top: 40px;
	display: flex;
}

.news-left {
	display: flex;
}

.newsle {
	flex: 1;
	margin-right: 20px;
}

.newsle a {}

.newsle a img {
	border-radius: 10px;
	width: 100%;
	border: 1px solid #ccc;
}

.newsle a h4 {
	margin: 20px 0;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsle a p {
	color: #666;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsle a em {
	margin-top: 20px;
	display: block;
	color: #666;
	font-weight: 300;
}

.news-right {
	margin-left: 20px;
}

.news-right ul {}

.news-right ul li {
	padding-bottom: 26px;
	margin-bottom: 26px;
	border-bottom: 1px solid #ccc;
}

.news-right a {}

.news-right a h4 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 40px;
}

.news-right a p {
	color: #666;
	margin: 14px 0;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-right a em {
	color: #666;
	font-weight: 300;
}

@media (max-width: 1529px) {}

@media (max-width: 1429px) {}

@media (max-width: 1329px) {}

@media (max-width: 1199px) {
	.news-right ul li {
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
}

@media (max-width: 991px) {}

@media (min-width: 768px) {}

@media (max-width: 767px) {
	#lm5-sy .cooperation li {
		min-width: 180px;
		height: 100px;
	}

	#lm5-sy .container:before {
		width: 130px;
	}

	#lm5-sy .container:after {
		width: 130px;
	}

	.lm6-nr {
		display: block;
	}

	.newsle {
		margin: 0 10px;
	}

	.news-right {
		margin: 0 10px;
		padding-top: 40px;
	}

	#lm6-sy {
		padding-bottom: 30px;
	}

	.newsle a h4 {
		font-size: 16px;
	}

	.news-right a h4 {
		font-size: 16px;
	}
}

@media (max-width: 500px) {}

@media (max-width: 370px) {}


/*lm7*/
#lm7-sy {
	background: url(../images/lm7-bj.jpg) center no-repeat;
	/* padding: 30px 0; */
	padding-top: 10px;
}

.lm7-nr {
	display: flex;
}

.lm7-left {
	flex: 1;
}

.lm7-tit {
	width: 80%;
}

.lm7-tit h5 {
	color: #fff;
	font-size: 48px;
	padding-bottom: 30px;
	padding-top: 100px;
}

.lm7-tit p {
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	font-weight: 300;
}

.lm7-right {
	flex: 1;
	background: #fff;
	padding: 42px;
	position: relative;
	top: -50px;
	box-shadow: 1px 3px 8px 3px #999;
}

.lm7-right form {
	margin: 0;
}

.lm7-right .lm7-s1 {
	padding: 0;
}

.lm7-right .lm7-s1 .form-group {
	padding: 0 5px;
}

.lm7-right .lm7-s1 .form-group div {
	padding: 0;
}

.lm7-right .lm7-s1 .form-group .label {}

.lm7-right .lm7-s1 .control-label {
	text-align: left;
	padding: 0;
	line-height: 36px;
	font-size: 18px;
	font-weight: 300;
}

.lm7-right .lm7-s1 .form-group .form-control {
	border: 1px solid #ccc;
	line-height: 42px;
	height: 42px;
	padding-left: 20px;
	font-weight: 300;
}

.lm7-right .lm7-s2 {
	padding: 0;
}

.lm7-right .lm7-s2 .form-group {}

.lm7-right .lm7-s2 .form-group div {
	padding: 0 5px;
}

.lm7-right .lm7-s2 .form-group .control-label {
	text-align: left;
	font-size: 18px;
	font-weight: 300;
	padding: 0 5px;
	padding-top: 7px;
}

.lm7-right .lm7-s2 .form-group .form-control {
	border: 1px solid #ccc;
	line-height: 42px;
	padding-left: 20px;
	font-weight: 300;
}

.lm7-right .lm7-s2 .form-group .btn-default {
	width: 100%;
	line-height: 32px;
	margin-top: 20px;
}

.fshank {
	font-size: 0;
	margin-top: 100px;
	display: block;
	overflow: hidden;
}

.fshank a {
	display: inline-block;
	width: 42px;
	line-height: 42px;
	height: 42px;
	text-align: center;
	background: #ccc;
	color: #333;
	border-radius: 50%;
	font-size: 20px;
	margin-right: 20px;
}

.fshank a .fa-tiktok {
	background: url(../images/tiktok.png) center no-repeat;
	width: 20px;
	height: 27px;
	transform: translate(-50%, -50%);
	position: relative;
	top: 50%;
	left: 50%;
	display: block;
	overflow: hidden;
}

.fshank a:last-child {
	margin-right: 0;
}

.fshank a:hover {
	background: #fff;
	color: #dd1f1f;
}

@media (max-width: 1529px) {}

@media (max-width: 1429px) {}

@media (max-width: 1329px) {}

@media (max-width: 1199px) {
	.lm7-tit h5 {
		font-size: 36px;
	}

	.lm7-tit p {
		font-size: 16px;
		line-height: 30px;
	}

	.fshank a {
		margin-right: 10px;
	}
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	#lm7-sy {
		background: url(../images/lm7-bj.jpg) center top no-repeat;
	}

	.lm7-nr {
		display: block;
	}

	.lm7-tit {
		text-align: center;
		width: 100%;
		padding: 0 10%;
	}

	.fshank {
		margin-top: 30px;
		text-align: center;
		margin-bottom: 20px;
	}

	.lm7-right {
		margin: 3%;
		top: 0;
		padding: 20px;
	}

	.lm7-tit h5 {
		padding-top: 40px;
		font-size: 25px;
	}

	.lm7-tit p {
		font-size: 14px;
	}

	.lm7-right .lm7-s1 .control-label {
		font-size: 15px;
		line-height: 32px;
	}

	.lm7-right .lm7-s2 .form-group .control-label {
		font-size: 16px;
	}
}



#fgtop {
	background: url(../images/fgtopbg.jpg) no-repeat center #1a2833;
	height: 40px;
	position: relative;
	z-index: 1;
}

#fgtop a {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 80px;
	height: 37px;
	background: url(../images/fgtopbtn.png) no-repeat;
	margin-left: -40px;
}

/* 弹窗视频 */
#altVideo {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 200000;
	text-align: center;
	display: none;
	background: rgba(255, 255, 255, .72);
}

#altVideo i {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

#altVideo i img {
	cursor: pointer;
}

.ivideo {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65%;
	max-height: 90%;
	transform: translate(-50%, -50%);
}

@media (max-width:767px) {
	.ivideo {
		width: 95%;
	}
}

/* 通用配置 */
.owl-rela {
	position: relative;
}

.owl-prev,
.owl-next {
	display: block;
	width: 30px;
	height: 68px;
	background: url(../images/pro-jtbn.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -34px;
	text-indent: -99999999px;
	opacity: 0.4;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.owl-prev {
	left: -30px;
}

.owl-next {
	right: -30px;
	transform: rotate(180deg);
}

.owl-prev:hover,
.owl-next:hover {
	opacity: 1;
}

@media (max-width:800px) {

	.owl-prev,
	.owl-next {
		display: none;
	}
}

/* 图片封面动画 */
.white,
.whites {
	position: relative;
	overflow: hidden;
}

.white::after,
.whites::after {
	content: '';
	cursor: pointer;
	position: absolute;
	left: -120%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	transform: skewx(-25deg);
	transition: unset;
}

.white:hover::after {
	left: 120%;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}

/* 底部 */
footer {
	background: #eeeff0;
	position: relative;
	z-index: 1;
}

.ft-logo {
	padding: 20px 0;
	padding-top: 70px;
}

.ft-logo .row {
	display: flex;
}

.flogo {
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #ccc;
}

.flogo img {}

.ftit {}

.ftit h2 {
	font-size: 32px;
	line-height: 32px;
	padding-bottom: 3px;
}

.ftit p {
	font-size: 20px;
	line-height: 24px;
	color: #555;
	font-weight: 300;
}

.ft-nav {}

.ft-nav .row {
	display: flex;
	padding-top: 60px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-bottom: 60px;
}

.ft-lxfs {
	flex: 2;
}

.ft-lxfs h5 {
	font-size: 20px;
	padding-bottom: 6px;
}

.ft-lxfs p {
	font-size: 28px;
	color: #dd1f1f;
	font-weight: bold;
	margin-bottom: 20px;
}

.ft-lxfs span {
	color: #666;
	font-size: 16px;
	font-weight: 300;
}

.fnav {
	flex: 4;
	display: flex;
}

.fnav .fpro {
	flex: 1;
	padding-left: 40px;
}

.fnav .fpro h4 {
	font-size: 20px;
	padding-bottom: 20px;
}

.fnav .fpro p {
	line-height: 32px;
	font-size: 15px;
	color: #666;
}

.fnav .fpro p a {
	color: #666;
	font-weight: 300;
}

.fnav .fpro p:hover a {
	color: #dd1f1f;
}


.ffotm {
	margin-top: 30px;
	padding: 18px 0;
	overflow: hidden;
	line-height: 20px;
	font-size: 16px;
	color: #b1bac2;
	background: #e9e9e9;
}

.fcopy {
	float: left;
}

.fcopy p {
	font-size: 14px;
	font-weight: 300;
	color: #999;
}

.fsimp {
	float: right;
}

.fsimp a {
	color: #999;
	font-weight: 300;
	font-size: 14px;
}

.fsimp a:hover {
	color: #dd1f1f;
}

@media (max-width: 1529px) {}

@media (max-width: 1429px) {}

@media (max-width: 1329px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	footer {
		padding: 0 0px 50px;
	}

	.ft-nav .row {
		display: block;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.ffotm {
		margin-top: 20px;
		padding: 10px 0;
		font-size: 14px;
	}

	.fsimp {
		display: none;
	}

	.ftit h2 {
		font-size: 24px;
	}

	.ftit p {
		font-size: 12px;
	}

	.fnav {
		display: none;
	}

	.ft-lxfs {
		padding: 0 5%;
	}

	.ft-logo .row {
		display: block;
	}

	.flogo {
		margin-right: 0;
		padding: 0 10px;
		margin-bottom: 20px;
		text-align: center;
	}

	.flogo img {
		display: block;
		overflow: hidden;
	}

	.ftit {
		padding-left: 3%;
	}

	.ft-lxfs span {
		font-size: 14px;
	}

	.fcopy p {
		padding: 0 10px;
	}

	.ft-lxfs p {
		font-size: 24px;
	}
}

/* 手机底部按钮 */
.footer-bottom {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: #000;
	text-align: center;
	border-top: 1px solid #fff;
}

.footer-bottom a {
	display: inline-block;
	padding: 7px 0;
	color: #fff;
}

.footer-bottom a i {
	font-size: 16px;
	display: block;
}

/* 在线客服 */
.diyos {
	position: fixed;
	width: 54px;
	right: 0;
	top: 50%;
	z-index: 100;
}

.diyos ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.diyos ul li {
	width: 54px;
	height: 54px;
	background: #dd1f1f;
	float: left;
	position: relative;
	border-top: 1px solid #333;
	z-index: 1;
}

.diyos ul li:first-child {
	border-top: 0;
}

.diyos ul li .sidebox,
.diyos ul li .semail {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 14px;
	line-height: 54px;
	overflow: hidden;
	background: #dd1f1f;
}

.diyos ul li .sidetop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
}

.diyos ul li.sideewm {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
}

.diyos ul li .sideewmshow {
	width: 130px;
	position: absolute;
	top: 0;
	left: -131px;
	z-index: 120;
	display: none;
	max-width: none;
	border: 1px solid #e5e5e5;
}

.diyos ul li.sideewm:hover .sideewmshow {
	display: block;
}

.diyos ul li img {
	float: left;
}

/* 面包屑 */
#location {
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	/* overflow:hidden; */
	background: #fff;
	font-size: 0;
}

.crumbs {
	padding-left: 20px;
	background: url(../images/page/location.png) no-repeat left center;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	color: #666;
}

.crumbs a {
	color: #666;
}

.crumbs a:hover {
	color: #dd1f1f;
}

/* 内页导航 */
#sidebar {
	/* float:right; */
	text-align: center;
	position: relative;
	z-index: 99;
}

#sidebar li {
	display: inline-block;
	margin: 0px 20px;
	/* position: relative; */
}

#sidebar li>a {
	display: block;
	/* height:45px; */
	line-height: 60px;
	text-align: center;
	color: #666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	font-weight: 300;
}

/* #sidebar li>a::after{content: "";display: block;width: 0%;height: 2px;background: #dd1f1f;position: absolute;left: 50%;bottom: 0;overflow: hidden;transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;} */
#sidebar li .ny_sanji {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	background: #eee;
	line-height: 60px;
}

#sidebar li .ny_sanji a {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 72px;
	/* background: #fff; */
	width: 20%;
	float: left;
	font-weight: 300;
}

#sidebar li:hover>a,
#sidebar li.cur>a {
	color: #dd1f1f;
}

#sidebar li:hover a::after,
#sidebar li.cur a::after {
	left: 0;
	width: 100%;
}

#sidebar li:hover .ny_sanji {
	display: block;
}

#sidebar li .ny_sanji a:hover {
	color: #dd1f1f;
}



@media (max-width:991px) {
	#sidebar li {
		margin: 0 20px;
	}
}

@media (max-width:767px) {
	#location {
		margin-bottom: 20px;
		background: #f3f3f3;
		border-bottom: 1px solid #ddd;
		box-shadow: none;
	}

	.w100 {
		width: 100%;
		float: left;
	}

	.w50 {
		width: 50%;
		float: left;
	}

	.w33 {
		width: 33.33%;
		float: left;
	}

	.w25 {
		width: 25%;
		float: left;
	}

	#sidebar {
		float: none;
	}

	#sidebar li {
		padding: 0 5px;
		margin: 0;
	}

	#sidebar li a {
		line-height: 50px;
	}
}

@media (max-width:500px) {
	#sidebar li a {
		line-height: 40px;
		padding: 0;
		font-size: 14px;
	}
}

/* 内页banner */
.nybanner {
	position: relative;
}

.nybanner .nyback {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.nybanner .nybginfo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 30%);
}

.nybanner .nybginfo p {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}

@media (max-width: 991px) {
	.nybanner>div {
		height: 250px !important;
	}

	.nybanner .nybginfo p {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.nybanner>div {
		height: 200px !important;
	}

	.nybanner .nybginfo p {
		font-size: 32px;
	}
}

@media (max-width: 500px) {
	.nybanner>div {
		height: 160px !important;
	}

	.nybanner .nybginfo p {
		font-size: 28px;
	}
}

@media (max-width: 400px) {
	.nybanner>div {
		height: 140px !important;
	}

	.nybanner .nybginfo p {
		font-size: 24px;
	}
}

/* 内页单页面标题 */
#nytitle {
	text-align: center;
	padding: 0 10px;
	margin: 30px 0;
	overflow: hidden;
}

#nytitle h1 {
	font-size: 36px;
	color: #353535;
	font-weight: bold;
}

#nytitle p {
	color: #999;
	font-size: 16px;
	margin-top: 10px;
	text-transform: uppercase;
}

@media only screen and (max-width: 500px) {
	#nytitle {
		margin-bottom: 20px;
	}

	#nytitle h1 {
		font-size: 30px;
	}

	#nytitle p {
		font-size: 14px;
	}
}

/* 内页样式 */
#inside {
	padding: 50px 10px;
}

.bgf5 {
	background: #f5f5f5;
}

.nocontect {
	background-image: url(../images/page/error.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 100px;
	padding-top: 40px;
	padding-left: 120px;
	font-size: 14px;
	margin-bottom: 20px;
}

@media (max-width:767px) {
	#inside {
		padding: 0 10px 30px;
	}
}

/* 内页产品列表页 */
.nyjc {}

.nyjc-til {
	padding: 15px;
	border-radius: 10px 10px 0 0;
	color: #fff;
	background: #dd1f1f
}

.nyjc-til p {
	font-size: 24px;
}

.nyjc-til i {
	display: block;
	height: 1px;
	width: 90px;
	background: #fff;
	margin: 10px 0;
}

.nyrepro ul {
	border: 1px solid #dd1f1f;
	background: #fff;
	padding: 0 10px;
}

.nyrepro ul li {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}

.nyrepro ul li:last-child {
	border-bottom: 0;
}

.nyrepro ul li p {
	margin-top: 8px;
	color: #333;
	font-weight: bold;
}

.nyrepro ul li p+p {
	color: #666;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	width: 182px;
}

.nyrepro ul li span {
	display: block;
	margin-top: 10px;
}

.nyrepro ul li span i {
	display: inline-block;
	margin-left: 5px;
}

.nyrepro ul li a:hover p {
	color: #dd1f1f;
}

#sidebar1 {
	padding: 10px;
	background: #fff;
	border: 1px solid #dd1f1f;
}

#sidebar1 li {
	margin-top: 10px;
}

#sidebar1 li:first-child {
	margin-top: 0px;
}

#sidebar1 li a {
	line-height: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #666;
	background: #eee;
}

#sidebar1 li.cur a,
#sidebar1 li:hover a {
	background: #dd1f1f;
	color: #fff;
}

#sidebar1 dt {
	margin-top: 10px;
	font-weight: normal;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	color: #666;
	background: #eee;
	cursor: pointer;
}

#sidebar1 dt:first-child {
	margin-top: 0px;
}

#sidebar1 dt>a {
	color: #666;
	display: block;
	font-size: 14px;
}

#sidebar1 dt.cur,
#sidebar1 dt:hover {
	background: #dd1f1f;
	color: #fff;
}

#sidebar1 dt.cur a,
#sidebar1 dt:hover a {
	color: #fff;
}

#sidebar1 dd {}

#sidebar1 dd a {
	display: block;
	line-height: 35px;
	border-bottom: 1px dashed #ddd;
	background: url(../images/page/iyuan.png) 5px center no-repeat;
	padding-left: 25px;
	margin-bottom: 5px;
	position: relative;
	color: #333;
}

#sidebar1 dd a.cur,
#sidebar1 dd a:hover {
	background: url(../images/page/iyuan_on.png) 5px center no-repeat;
	color: #dd1f1f;
}

.nyprolist {
	padding: 30px 0;
}

.nypro-l {
	float: left;
	width: 340px;
}

.nypro-r {
	float: right;
	width: calc(100% - 0px);
}

.nypro {
	padding: 15px;
}

.nypro-img {
	border: 1px solid #e6e6e6;
	overflow: hidden;
	margin-bottom: 10px;
	aspect-ratio: 3 / 3;
	object-fit: contain;
}

.nypro-img img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	aspect-ratio: 3 / 3;
	object-fit: contain;
}

.nypro-ul li {
	margin-bottom: 20px
}

.nypro-ul li p {
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	color: #333;
	font-weight: 300;
	padding: 0 8px;
}

.nypro-ul li span {
	font-size: 13px;
	line-height: 20px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #666;
	display: none;
}

.nypro-ul li:hover .nypro-img {
	border-color: #dd1f1f;
}

.nypro-ul li:hover .nypro-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.nypro-ul li:hover p {
	color: #dd1f1f;
}

.nymenu {
	width: 0;
	height: 100%;
	position: fixed;
	z-index: 1200;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
}

.nymenu>a {
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 80px;
	text-align: center;
	padding: 5px;
	background: #02ACFA;
	color: #fff;
	z-index: 95;
}

.nymenu-con {
	position: fixed;
	overflow-y: auto;
	top: 0;
	right: -280px;
	width: 280px;
	padding: 15px 25px 25px;
	height: 100%;
	background-color: #02ACFA;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 100;
}

.nymenu-con h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 1px dashed #fff;
	margin-bottom: 10px;
}

.nymenu-con dl {
	margin-bottom: 0;
}

.nymenu-con dl a {
	color: #fff;
}

.nymenu-con dl dt,
.nymenu-con dl dt a {
	display: block;
	font-size: 15px;
	line-height: 25px;
}

.nymenu-con dl dt {
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.nymenu-con dl dd {
	padding-left: 10px;
}

.nymenu-con dl dd a {
	display: inline-block;
	border: 1px solid #fff;
	padding: 2px 5px;
	margin-bottom: 5px;
}

.nymenu-con>a {
	float: right;
	color: #fff;
	position: relative;
	top: 8px;
	z-index: 102;
	font-size: 18px;
}

.nymenu-con.on {
	right: 0;
}

.nnn {}

.nnn h5 {
	font-size: 32px;
}

.nnn p {
	font-size: 18px;
	margin: 20px 0;
	font-weight: 300;
}





@media (max-width: 1529px) {
	.nypro-r {
		width: calc(100% - 0px);
	}
}

@media (max-width: 1429px) {
	.nypro-l {
		width: 280px;
	}

	.nypro-r {
		width: calc(100% - 0px);
	}
}

@media (max-width: 1199px) {
	.nypro-l {
		display: none;
	}

	.nypro-r {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.nyprolist {
		padding: 2px 0 15px;
	}
}

@media (max-width: 767px) {

	.nymenu,
	.nymenu-con {
		height: calc(100% - 0px);
	}
}

@media (max-width: 500px) {
	.nypro {
		padding: 10px;
	}
}

.pro-ico {
	display: flex;
	margin: 15px 0;
}

.pro-ico a {
	flex: 1;
	padding: 0 10px;
}

.pro-icoimg {
	width: 60%;
	margin: 0 auto;
	background: #ccc;
	border-radius: 50%;
	padding: 20px;
}

.pro-ico p {
	text-align: center;
	margin-top: 5px;
}

.pro-mlist {
	background: #fff;
	overflow: hidden;
}

.pro-mp {
	padding-left: 15px;
	border-bottom: 1px dashed #eee;
}

.pro-mp p {
	line-height: 50px;
	font-size: 16px;
	padding-left: 15px;
	position: relative;
}

.pro-mp p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	width: 2px;
	height: 16px;
	background: #dd1f1f;
}

.pro-mlist li {
	padding: 10px;
	border-bottom: 1px dashed #eee;
}

.pro-m-img {
	padding: 0;
	border: 1px solid #ddd;
}

.pro-m-txt {
	padding-left: 10px;
	padding-right: 0;
}

.pro-m-txt>a {
	font-size: 16px;
	display: block;
	color: #333;
	margin-bottom: 10px;
}

.pro-m-txt>p {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.pro-m-al {
	overflow: hidden;
	margin-top: 10px;
	margin-right: 20px;
}

.pro-m-al a {
	width: 40px;
	height: 30px;
	display: block;
	float: right;
	border: 1px solid #f3f3f3;
}

.pro-m-al a.pro-mico1 {
	background: url(../images/pro-mico1.png) no-repeat center;
	background-size: 20px;
}

.pro-m-al a.pro-mico2 {
	background: url(../images/pro-mico2.png) no-repeat center;
	background-size: 20px;
	border-left: none;
}

@media (max-width: 800px) {
	.pro-icoimg {
		padding: 15px;
	}
}

@media (max-width: 700px) {
	.pro-icoimg {
		width: 80%;
	}
}

@media (max-width: 600px) {
	.pro-icoimg {
		width: 80%;
	}

	.pro-ico p {
		font-size: 12px;
	}
}

@media (max-width: 500px) {
	.pro-ico {
		margin: 10px 0;
	}

	.pro-ico a {
		padding: 0 5px;
	}

	.pro-icoimg {
		width: 100%;
	}
}

/* 内页产品详情页 */
.showpro-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 20px;
}

.showpro-top h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 30px;
}

.showpro-top span {
	margin-right: 10px;
	font-size: 14px;
	color: #a3afb7;
}

.showpro-img {
	margin-bottom: 20px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
	width: 82px;
	height: 82px;
}

@media (max-width:1629px) {

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 75px;
		height: 75px;
	}
}

@media (max-width:1529px) {
	.sp-wrap {
		border: 4px solid #eee;
	}

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 70px;
		height: 70px;
	}
}

@media (max-width:1429px) {

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 66px;
		height: 66px;
	}
}

@media (max-width:1329px) {
	.sp-wrap {
		border: 6px solid #eee;
	}

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 70px;
		height: 70px;
	}
}

@media (max-width:1229px) {
	.sp-wrap {
		border: 5px solid #eee;
	}

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 68px;
		height: 68px;
	}
}

@media (max-width:1199px) {

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 76px;
		height: 76px;
	}
}

@media (max-width:991px) {
	.sp-wrap {
		border: 4px solid #eee;
	}

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 79px;
		height: 79px;
	}
}

@media (max-width:767px) {
	.showpro-top h1 {
		font-size: 20px;
	}

	.showpro-imgbox {
		padding: 0;
	}
}

#spotlight .footer {
	width: 100%;
	text-align: center !important;
}

.showpro-rem {
	float: left;
}

.showpro-rem>p {
	color: #dd1f1f;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 18px;
}

.showpro-rem ul {}

.showpro-rem ul li:nth-child(n+4) {
	display: none;
}

.showpro-rem ul li a {
	border: 1px solid #eee;
	display: block;
}

.showpro-rem ul li:hover a {
	border-color: #dd1f1f;
}

/*产品参数*/
.showpro-p {
	margin-bottom: 20px;
}

/*
.showpro-p h5{color: #444;line-height: 25px;margin-bottom: 10px;}
.showpro-p p{color: #666;line-height: 25px;margin-bottom: 10px;width: 50%;float: left;padding-right: 10px;}
*/
.showpro-tlb {
	margin-top: 20px;
}

.showpro-tlb>h4 {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}

.showpro-tlb>table {
	line-height: 1.6;
}

.nyproshow-info {
	line-height: 1.8;
	color: #666;
	margin-bottom: 20px;
}

.showpro-tel {
	overflow: hidden;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.showpro-telx {
	float: left;
	line-height: 40px;
}

.showpro-telx img {
	float: left;
	margin-right: 12px;
}

.showpro-telcon {
	float: left;
}

.showpro-telcon p {
	float: left;
	color: #666;
	margin-bottom: 0;
}

.showpro-telcon span {
	float: left;
	color: #333;
	font-size: 24px;
	font-family: arial;
}

.showpro-tel a {
	float: right;
	display: block;
	line-height: 40px;
	padding: 0 20px;
	background: #dd1f1f;
	color: #fff;
}

.showpro-tel a i {
	margin-right: 5px;
}

.showpro-tel a:hover {
	background: #dd1f1f;
}

.showpro-con {
	margin-top: 20px;
}

.showpro-con ul {
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
}

.showpro-con ul li {
	text-align: center;
	padding: 0 24px;
	font-size: 16px;
	background: #e6e6e6;
	color: #333;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.showpro-con ul li.on {
	background: #dd1f1f;
	color: #fff;
}

.showpro-con ul li:last-child {
	margin-right: 0;
}

.showpro-details {
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
}

.showpro-details .showpro-det {
	display: none;
	min-height: 200px;
}

.showpro-details .showpro-det strong {
	font-size: 18px;
}

.showpro-det>div {
	margin-bottom: 10px;
}

.showpro-det p {
	margin: 5px 0;
}

.showpro-det img {
	max-width: 100%;
	height: auto !important;
}

.showpro-det video {
	max-width: 100%;
	height: auto !important;
	background: #000;
}

@media (max-width:991px) {
	.showpro-right {
		margin-top: 20px;
	}
}

@media (max-width:767px) {
	.showpro-p>h1 {
		font-size: 20px;
	}

	.showpro-p p {
		line-height: 20px;
	}

	.showpro-details {
		font-size: 14px;
		line-height: 1.6;
	}

	.showpro-details .showpro-det strong {
		font-size: 16px;
	}
}

@media (max-width:500px) {
	.showpro-tlb>table {
		line-height: 1.3;
		word-break: break-word;
	}
}

/* 内页联系我们 */
.conta {
	padding-bottom: 100px;
}

.contacon {
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	width: 780px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	text-align: center;
	top: -41px;
}

.contacon>h1 {
	font-size: 37px;
	letter-spacing: 4px;
	margin: 0 auto 45px;
	line-height: 82px;
	background: url(../images/nytilbl.png) no-repeat left / contain, url(../images/nytilbr.png) no-repeat right / contain;
	display: inline-block;
	width: 450px;
	padding: 0 60px;
	position: relative;
}

.contacon>h1::after {
	content: '';
	background: url(../images/nytilbg.jpg) repeat-x center / contain;
	width: calc(100% - 120px);
	position: absolute;
	height: 100%;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
}

.contacon>h2 {
	font-size: 22px;
	letter-spacing: 4px;
	margin-top: 70px;
	text-align: left;
}

.contacon img {
	max-width: 100%;
}

.contacon .contaimg2 {
	margin-top: 40px;
}

.contatxt {
	font-size: 22px;
	margin-top: 40px;
	line-height: 40px;
}

.containfo {
	width: 620px;
	max-width: 100%;
	margin: 40px auto;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}

.contaform {
	background: #f0f0f0;
	width: 640px;
	max-width: 100%;
	margin: 0 auto 100px;
	border-radius: 15px;
	padding: 40px;
}

.contaform-input {
	display: flex;
	margin-bottom: 45px;
}

.contaform-input span {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	letter-spacing: 2px;
	margin-right: 15px;
	width: 140px;
	text-align: justify;
}

.en .contaform-input span {
	height: auto;
}

.contaform-input span::after {
	content: '';
	display: inline-block;
	width: 100%;
}

.en .contaform-input span::after {
	display: none;
}

.contaform-input input {
	flex: 1;
	background: #fff;
	border: 1px solid #bdbdbd;
	border-radius: 8px;
	line-height: 38px;
	padding: 0 20px;
}

.contaform-xxtxt {
	font-size: 14px;
	text-align: justify;
	margin-bottom: 35px;
}

.contaform-btn {
	text-align: center;
}

.contaform-btn input {
	font-size: 27px;
	letter-spacing: 2px;
	width: 248px;
	height: 56px;
	background: url(../images/contaform-btn.png) no-repeat center;
}

.contaothegcon {
	border: 5px solid #d7ae7c;
	border-radius: 10px;
	padding: 25px 0;
}

.contaothegcon>h4 {
	font-size: 28px;
	letter-spacing: 4px;
	font-weight: bold;
}

.contaotheghg {
	padding: 0 60px;
	text-align: justify;
	margin-top: 45px;
	line-height: 30px;
	max-height: 300px;
	overflow-y: scroll;
}

.contaotheghg h5 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 30px;
}

.contaotheghg p {
	font-size: 20px;
	letter-spacing: 4px;
}

.containfoa a {
	display: block;
	width: 640px;
	height: 114px;
	background: url(../images/contatelbg.png) no-repeat center;
	margin: 0 auto;
	line-height: 114px;
	font-size: 44px;
	color: #000;
	letter-spacing: 1px;
}

.containfoa a:hover {
	color: #dd1f1f;
	text-decoration: underline;
}

.containfoaa a {
	display: block;
	width: 640px;
	height: 114px;
	background: url(../images/contatelbg.png) no-repeat center;
	margin: 0 auto;
	line-height: 114px;
	font-size: 35px;
	color: #000;
	letter-spacing: 6px;
	text-align: center;
}

.ci26 .contacon>h1,
.ci27 .contacon>h1,
.ci52 .contacon>h1,
.ci53 .contacon>h1,
.ci54 .contacon>h1 {
	width: 100%;
}

.ci52 .contacon>h1,
.ci53 .contacon>h1 {
	font-size: 30px;
}

.ci28 .containfo,
.ci54 .containfo {
	font-size: 24px;
	letter-spacing: 4px;
	width: 100%;
}

.ci28 .contaothtxt,
.ci54 .contaothtxt {
	padding: 25px 0;
	font-size: 22px;
	line-height: 45px;
	border-top: 1px solid #767676;
	border-bottom: 1px solid #767676;
}

.ci29.conta,
.ci55.conta {
	padding: 100px 10px;
}

.ci29 .containfo {
	font-size: 38px;
	letter-spacing: 4px;
	width: 100%;
}

.ci55 .containfo {
	font-size: 28px;
	letter-spacing: 4px;
	width: 100%;
}

.ci29 .contaothtxt,
.ci55 .contaothtxt {
	padding: 25px 0;
	font-size: 22px;
	line-height: 45px;
	border-top: 1px solid #8d6d36;
}

@media (max-width:767px) {
	.contacon>h1 {
		font-size: 24px;
	}

	.containfoa a {
		width: 540px;
		height: 96px;
		background: url(../images/contatelbg.png) no-repeat center / cover;
		line-height: 96px;
	}

	.containfoaa a {
		width: 540px;
		height: 96px;
		background: url(../images/contatelbg.png) no-repeat center / cover;
		line-height: 96px;
	}
}

@media (max-width:640px) {
	.ci29.conta {
		padding: 30px 10px;
	}

	.conta {
		padding: 0 10px 30px;
	}

	.contacon {
		width: 100%;
		font-size: 14px;
		line-height: 25px;
	}

	.ci52 .contacon>h1,
	.ci53 .contacon>h1 {
		font-size: 20px;
	}
}

@media (max-width:600px) {
	.contacon {
		top: -24px;
	}

	.contacon>h1 {
		font-size: 18px;
		letter-spacing: 2px;
		margin-bottom: 15px;
		line-height: 48px;
		width: 100%;
		padding: 0 40px;
	}

	.contacon>h1 span {
		font-size: unset !important;
	}

	.contacon>h1::after {
		width: calc(100% - 80px);
	}

	.contacon>h2 {
		font-size: 18px;
		letter-spacing: 2px;
		margin-top: 20px;
	}

	.contacon .contaimg2 {
		margin-top: 12px;
	}

	.contatxt {
		font-size: 16px;
		margin-top: 20px;
		line-height: 28px;
	}

	.containfo {
		margin: 20px auto;
		line-height: 1.4;
	}

	.contaform {
		padding: 30px;
	}

	.contaform-input {
		margin-bottom: 30px;
	}

	.contaothegcon {
		padding: 20px 0;
	}

	.contaothegcon>h4 {
		font-size: 20px;
		letter-spacing: 0;
	}

	.contaotheghg {
		margin-top: 20px;
		padding: 0 20px;
	}

	.contaotheghg h5 {
		font-size: 18px;
		letter-spacing: 0
	}

	.contaotheghg p {
		font-size: 16px;
		letter-spacing: 0
	}

	.ci28 .contacon>h1 {
		font-size: 26px;
	}

	.ci28 .containfo,
	.ci54 .containfo {
		font-size: 18px;
		letter-spacing: 0;
	}

	.ci28 .contaothtxt,
	.ci54 .contaothtxt {
		padding: 15px 0;
		font-size: 16px;
		line-height: 28px;
	}

	.ci29 .containfo,
	.ci55 .containfo {
		font-size: 20px;
		letter-spacing: 0px;
	}

	.containfoa a {
		width: 420px;
		height: 75px;
		line-height: 75px;
		font-size: 34px;
	}

	.containfoaa a {
		width: 420px;
		height: 75px;
		line-height: 75px;
		font-size: 25px;
	}
}

@media (max-width:450px) {
	.contaform {
		padding: 20px;
		margin-bottom: 60px;
	}

	.contaform-input {
		margin-bottom: 20px;
	}

	.contaform-input span {
		font-size: 14px;
		letter-spacing: 0;
		margin-right: 10px;
		line-height: 32px;
		height: 32px;
		width: 100px;
	}

	.contaform-input input {
		line-height: 30px;
		width: 160px;
	}

	.contaform-xxtxt {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.contaform-btn input {
		width: 200px;
		height: 45px;
		font-size: 20px;
		background: url(../images/contaform-btn.png) no-repeat center / cover;
	}

	.containfoa a {
		width: 338px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;
	}

	.containfoaa a {
		width: 338px;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
		letter-spacing: 3px;
	}

	.ci52 .contacon>h1,
	.ci53 .contacon>h1 {
		font-size: 12px;
	}
}

@media (max-width:400px) {
	.contaform {
		padding: 15px;
	}
}

@media (max-width:350px) {
	.containfoa a {
		width: 280px;
		height: 50px;
		line-height: 50px;
		font-size: 26px;
	}

	.containfoaa a {
		width: 280px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
}

/* 内页单页面内容 */
.nyshow {
	max-width: 100%;
	margin: 0 auto;
}

.nyshow-til {
	line-height: 40px;
	height: 41px;
	border-bottom: 1px #ccc solid;
	margin: 20px 0;
}

.nyshow-til>h1,
.nyshow-til>h2 {
	float: left;
	padding-right: 15px;
	text-indent: 20px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #dd1f1f solid;
	color: #dd1f1f;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.nyshow-til>h1::before,
.nyshow-til>h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 6px;
	height: 30px;
	background: #dd1f1f;
}

.nyshowdesc {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	min-height: 300px;
}

.nyshowdesc p {
	margin: 5px 0;
	font-weight: 300;
}

.nyshowdesc img {
	max-width: 100%;
	height: auto !important;
}

.block-shadow {
	height: 200px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .20);
	box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .20);
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.block-shadow:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 125, 255, .5);
}

.radius-md {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.icon-sm {
	width: 60px;
	display: inline-block;
	text-align: center;
}

.icon-sm em {
	font-size: 30px;
	line-height: 30px;
}

.icon-content {
	overflow: hidden;
}

.icon-content h5 {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #1a1a1a;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (max-width:767px) {
	.nyshowdesc {
		font-size: 14px;
		line-height: 1.6;
		min-height: 100px;
	}

	.nyshowdesc h1 {
		font-size: 30px;
	}

	.nyshowdesc h2 {
		font-size: 24px;
	}

	.nyshowdesc h3 {
		font-size: 18px;
	}

	.nyshowdesc h4 {
		font-size: 14px;
	}

	.block-shadow {
		height: auto;
	}
}

/* 内页关于我们 */
.brank_con {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}

.brank_con>.cpcon h4 {
	color: #dd1f1f;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.8;
}

.brank_con>.cpcon {
	padding: 50px 0;
	overflow: hidden;
}

.brank_con>.cpcon:last-child {
	margin-bottom: 0;
}

.brank_con>.cpcon:nth-child(odd) {
	background: transparent;
}

.brank_con>.cpcon:nth-child(odd) .cpcon_img {
	float: right;
}

.brank_con>.cpcon:nth-child(even) {
	background: #f5f5f5;
}

.brank_con>.cpcon>h3 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 50px;
}

.brank_con>.cpcon .cpcon_img img {
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

.brank_con>.cpcon .cpcon_txt {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 767px) {
	.brank_con {
		font-size: 14px;
		line-height: 1.6;
	}

	.brank_con>.cpcon {
		padding: 20px 0;
	}

	.brank_con>.cpcon>h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.nypo-l {
	width: 50%;
	height: 500px;
	float: left;
	overflow-y: scroll;
}

.nypo-r {
	width: 50%;
	height: 500px;
	float: right;
	overflow: hidden;
	position: relative;
}

.nypo-r img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}



.ny_ablm1 {
	padding: 30px 0;
}

.ny_ablm1 .row {
	display: flex;
}

.ny_ablm1 .le_box {
	flex: 1;
}

.ny_ablm1 .le_box>div {
	width: 100%;
	overflow: hidden;
	position: sticky;
	top: calc(var(--top) + 0.2rem);
	border: 1px solid #ccc;
}

.ny_ablm1 .le_box img {
	transition: 0.4s;
	width: 100%;
}

.ny_ablm1 .le_box:hover img {
	transform: scale(1.05);
}

.ny_ablm1 .ri_box {
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ny_ablm1 .ri_box>div {
	padding-left: 8%;
}

.ny_ablm1 .ri_box>div a {
	line-height: 40px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 0 42px;
	margin-top: 30px;
	border-radius: 10px;
	font-size: 18px;
}

.ny_ablm1 .ri_box>div .txt {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 36px;
}

.ny_ablm1 .ri_box>div .desc {
	color: #666;
	font-size: 18px;
	line-height: 2;
}

.ny_ablm2 {
	padding: 30px 0;
}

.ny_ablm2 .row {
	display: flex;
}

.ny_ablm2 .le_box {
	flex: 1;
}

.ny_ablm2 .le_box>div {
	width: 100%;
	overflow: hidden;
	position: sticky;
	top: calc(var(--top) + 0.2rem);
	border: 1px solid #ccc;
}

.ny_ablm2 .le_box img {
	transition: 0.4s;
	width: 100%;
}

.ny_ablm2 .le_box:hover img {
	transform: scale(1.05);
}

.ny_ablm2 .ri_box {
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ny_ablm2 .ri_box>div {
	padding-left: 8%;
}

.ny_ablm2 .ri_box>div a {
	line-height: 40px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 0 42px;
	margin-top: 30px;
	border-radius: 10px;
	font-size: 18px;
}

.ny_ablm2 .ri_box>div .txt {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 36px;
}

.ny_ablm2 .ri_box>div .desc {
	color: #666;
	font-size: 18px;
	line-height: 2;
}

.ny_ablm3 {
	padding: 30px 0;
}

.ny_ablm3 .row {
	display: flex;
}

.ny_ablm3 .le_box {
	flex: 1;
}

.ny_ablm3 .le_box>div {
	width: 100%;
	overflow: hidden;
	position: sticky;
	top: calc(var(--top) + 0.2rem);
	border: 1px solid #ccc;
}

.ny_ablm3 .le_box img {
	transition: 0.4s;
	width: 100%;
}

.ny_ablm3 .le_box:hover img {
	transform: scale(1.05);
}

.ny_ablm3 .ri_box {
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ny_ablm3 .ri_box>div {
	padding-left: 8%;
}

.ny_ablm3 .ri_box>div a {
	line-height: 40px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 0 42px;
	margin-top: 30px;
	border-radius: 10px;
	font-size: 18px;
}

.ny_ablm3 .ri_box>div .txt {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 36px;
}

.ny_ablm3 .ri_box>div .desc {
	color: #666;
	font-size: 18px;
	line-height: 2;
}

.ny_ablm4 {
	padding: 30px 0;
}

.ny_ablm4 .row {
	display: flex;
}

.ny_ablm4 .le_box {
	flex: 1;
}

.ny_ablm4 .le_box>div {
	width: 100%;
	overflow: hidden;
	position: sticky;
	top: calc(var(--top) + 0.2rem);
	border: 1px solid #ccc;
}

.ny_ablm4 .le_box img {
	transition: 0.4s;
	width: 100%;
}

.ny_ablm4 .le_box:hover img {
	transform: scale(1.05);
}

.ny_ablm4 .ri_box {
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ny_ablm4 .ri_box>div {
	padding-left: 8%;
}

.ny_ablm4 .ri_box>div a {
	line-height: 40px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 0 42px;
	margin-top: 30px;
	border-radius: 10px;
	font-size: 18px;
}

.ny_ablm4 .ri_box>div .txt {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 36px;
}

.ny_ablm4 .ri_box>div .desc {
	color: #666;
	font-size: 18px;
	line-height: 2;
}

.ny_ablm5 {
	padding: 30px 0;
}

.ny_ablm5 .row {
	display: flex;
}

.ny_ablm5 .le_box {
	flex: 1;
}

.ny_ablm5 .le_box>div {
	width: 100%;
	overflow: hidden;
	position: sticky;
	top: calc(var(--top) + 0.2rem);
	border: 1px solid #ccc;
}

.ny_ablm5 .le_box img {
	transition: 0.4s;
	width: 100%;
}

.ny_ablm5 .le_box:hover img {
	transform: scale(1.05);
}

.ny_ablm5 .ri_box {
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ny_ablm5 .ri_box>div {
	padding-left: 8%;
}

.ny_ablm5 .ri_box>div a {
	line-height: 40px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 0 42px;
	margin-top: 30px;
	border-radius: 10px;
	font-size: 18px;
}

.ny_ablm5 .ri_box>div .txt {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 36px;
}

.ny_ablm5 .ri_box>div .desc {
	color: #666;
	font-size: 18px;
	line-height: 2;
}


.ny_ablm6 {
	padding: 30px 0;
}

.ny_ablm6 .row {
	display: flex;
}

.ny_ablm6 .le_box {
	flex: 1;
}

.ny_ablm6 .le_box>div {
	width: 100%;
	overflow: hidden;
	position: sticky;
	top: calc(var(--top) + 0.2rem);
	border: 1px solid #ccc;
}

.ny_ablm6 .le_box img {
	transition: 0.4s;
	width: 100%;
}

.ny_ablm6 .le_box:hover img {
	transform: scale(1.05);
}

.ny_ablm6 .ri_box {
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ny_ablm6 .ri_box>div {
	padding-left: 8%;
}

.ny_ablm6 .ri_box>div a {
	line-height: 40px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 0 42px;
	margin-top: 30px;
	border-radius: 10px;
	font-size: 18px;
}

.ny_ablm6 .ri_box>div .txt {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 36px;
}

.ny_ablm6 .ri_box>div .desc {
	color: #666;
	font-size: 18px;
	line-height: 2;
}

.ny_ablm7 {
	padding: 30px 0;
}

.ny_ablm7 .row {
	display: flex;
}

.ny_ablm7 .le_box {
	flex: 1;
}

.ny_ablm7 .le_box>div {
	width: 100%;
	overflow: hidden;
	position: sticky;
	top: calc(var(--top) + 0.2rem);
	border: 1px solid #ccc;
}

.ny_ablm7 .le_box img {
	transition: 0.4s;
	width: 100%;
}

.ny_ablm7 .le_box:hover img {
	transform: scale(1.05);
}

.ny_ablm7 .ri_box {
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ny_ablm7 .ri_box>div {
	padding-left: 8%;
}

.ny_ablm7 .ri_box>div a {
	line-height: 40px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 0 42px;
	margin-top: 30px;
	border-radius: 10px;
	font-size: 18px;
}

.ny_ablm7 .ri_box>div .txt {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 36px;
}

.ny_ablm7 .ri_box>div .desc {
	color: #666;
	font-size: 18px;
	line-height: 2;
}


.ny_ablm14 {
	padding: 30px 0;
}

.ny_ablm14 .row {
	/* display: flex; */
}

.ny_ablm14 .le_box {
	flex: 1;
}

.ny_ablm14:nth-child(2n) .le_box {
	float: right;
}

.ny_ablm14 .le_box>div {
	width: 100%;
	overflow: hidden;
	position: sticky;
	top: calc(var(--top) + 0.2rem);
	border: 1px solid #ccc;
}

.ny_ablm14 .le_box img {
	transition: 0.4s;
	width: 100%;
}

.ny_ablm14 .le_box:hover img {
	transform: scale(1.05);
}

.ny_ablm14 .ri_box {
	padding-top: 5%;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ny_ablm14:nth-child(2n) .ri_box {
	float: left;
	text-align: right;
}

.ny_ablm14 .ri_box>div {
	padding-left: 8%;
}

.ny_ablm14:nth-child(2n) .ri_box>div {
	padding-right: 8%;
}

.ny_ablm14 .ri_box>div a {
	line-height: 40px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 0 42px;
	margin-top: 30px;
	border-radius: 10px;
	font-size: 18px;
}

.ny_ablm14 .ri_box>div .txt {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 36px;
}

.ny_ablm14 .ri_box>div .desc {
	color: #666;
	font-size: 18px;
	line-height: 2;
}



@media (max-width: 1199px) {
	#nypoint ul li {
		padding: 10px;
	}

	#nypoint ul li a span {
		margin: 16px 0;
	}
}

@media (max-width: 991px) {
	#nypoint ul li {
		width: 50%;
	}

	.ny_ablm1,
	.ny_ablm2,
	.ny_ablm3,
	.ny_ablm4,
	.ny_ablm5,
	.ny_ablm6,
	.ny_ablm7 {
		border-bottom: 3px solid #ccc;
	}

	.ny_ablm1 .row,
	.ny_ablm2 .row,
	.ny_ablm3 .row,
	.ny_ablm4 .row,
	.ny_ablm5 .row,
	.ny_ablm6 .row,
	.ny_ablm7 .row {
		display: block;
	}

	.ny_ablm1 .ri_box>div,
	.ny_ablm2 .ri_box>div,
	.ny_ablm3 .ri_box>div,
	.ny_ablm4 .ri_box>div,
	.ny_ablm5 .ri_box>div,
	.ny_ablm6 .ri_box>div,
	.ny_ablm7 .ri_box>div {
		padding: 3%;
	}

	.ny_ablm1 .ri_box>div a,
	.ny_ablm2 .ri_box>div a,
	.ny_ablm3 .ri_box>div a,
	.ny_ablm4 .ri_box>div a,
	.ny_ablm5 .ri_box>div a,
	.ny_ablm6 .ri_box>div a,
	.ny_ablm7 .ri_box>div a {
		line-height: 32px;
		font-size: 15px;
		font-weight: 300;
		padding: 0 30px;
	}

	.ny_ablm1 .ri_box>div .txt,
	.ny_ablm2 .ri_box>div .txt,
	.ny_ablm3 .ri_box>div .txt,
	.ny_ablm4 .ri_box>div .txt,
	.ny_ablm5 .ri_box>div .txt,
	.ny_ablm6 .ri_box>div .txt,
	.ny_ablm7 .ri_box>div .txt {
		font-size: 28px;
		margin: 20px 0;
	}

	.ny_ablm1 .ri_box>div .desc,
	.ny_ablm2 .ri_box>div .desc,
	.ny_ablm3 .ri_box>div .desc,
	.ny_ablm4 .ri_box>div .desc,
	.ny_ablm5 .ri_box>div .desc,
	.ny_ablm6 .ri_box>div .desc,
	.ny_ablm7 .ri_box>div .desc {
		font-size: 16px;
		line-height: 1.5;
		font-weight: 300;
	}
}

@media (max-width: 600px) {
	#nypoint ul li {
		width: 33.33%;
	}

	.nypo-r {
		width: 100%;
		height: auto;
	}

	.nypo-r img {
		position: relative;
		height: 250px;
	}

	.nypo-l {
		width: 100%;
		overflow: hidden;
		height: auto;
	}
}

@media (max-width: 500px) {
	#nypoint ul li {
		width: 50%;
	}

	.nypo-r img {
		height: 150px;
	}
}

.nyshowdesc>.nyject {
	overflow: hidden;
	background: #f5f5f5;
}

.nyshowdesc>.nyject .nyject_img {
	overflow: hidden;
}

.nyshowdesc>.nyject .nyject_img img {
	transition: 0.5s;
}

.nyshowdesc>.nyject .nyject_txt {
	padding: 20px 50px;
}

.nyshowdesc>.nyject .nyject_txt h4 {
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}

.nyshowdesc>.nyject .nyject_txt p {
	font-size: 16px;
	color: #666;
}

.nyshowdesc>.nyject:hover .nyject_img img {
	transform: scale(1.1);
}

@media (min-width:768px) {
	.nyshowdesc>.nyject {
		display: flex;
		align-items: center;
	}

	.nyshowdesc>.nyject:nth-child(even) {
		flex-direction: row-reverse;
	}

	.nyshowdesc>.nyject .nyject_img,
	.nyshowdesc>.nyject .nyject_txt {
		flex: 50%;
	}
}

@media (max-width:767px) {
	.nyshowdesc>.nyject .nyject_txt {
		padding: 20px;
	}
}

@media (max-width:500px) {
	.nyshowdesc>.nyject .nyject_txt {
		padding: 15px;
	}

	.nyshowdesc>.nyject .nyject_txt h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.nyshowdesc>.nyject .nyject_txt p {
		font-size: 14px;
	}
}

/* 内页公司简介 */
.ny_about_1_box {
	display: flex;
}

.ny_about_1_box .box_l {
	flex: 1;
}

.ny_about_1_box .box_l dl {
	margin-bottom: 0;
}

.ny_about_1_box .box_l dt {
	display: block;
	overflow: hidden;
}

.ny_about_1_box .box_l dt img {
	display: block;
	max-width: 100%;
}

.ny_about_1_box .box_r {
	flex: 1;
}

.ny_about_1_box .box_r .flex {
	width: 100%;
	height: 100%;
}

.ny_about_1_box .box_r .flex .box_r_nr {
	display: block;
	padding: 0 10%;
}

.ny_about_1_box .box_r .flex .box_r_nr .box_t {
	text-align: left;
	display: block;
	margin-bottom: 40px;
}

.ny_about_1_box .box_r .flex .box_r_nr .box_t p {
	font-size: 44px;
	font-weight: bold;
	color: #dd1f1f;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
}

.ny_about_1_box .box_r .flex .box_r_nr .box_t span {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
}

.ny_about_1_box .box_r .flex .box_r_nr .box_t em {
	font-size: 24px;
	color: #333;
	margin-top: 20px;
	display: block;
}

.ny_about_1_box .box_r .flex .box_r_nr .desc {
	margin-bottom: 35px;
}

.ny_about_1_box .box_r .flex .box_r_nr .desc:last-child {
	margin-bottom: 0px;
}

.ny_about_1_box .box_r .flex .box_r_nr .desc span {
	font-size: 20px;
	color: #dd1f1f;
	margin: 0 0 6px;
	display: block;
}

.ny_about_1_box .box_r .flex .box_r_nr .desc .list {
	font-size: 14px;
	line-height: 1.6;
	color: #5f5f5f;
	margin-top: 5px;
	display: block;
}

.ny_about_1_1_box {
	display: flex;
	flex-direction: row-reverse;
}

.ny_about_1_1_box .box_l {
	flex: 1;
}

.ny_about_1_1_box .box_l dl {
	margin-bottom: 0;
}

.ny_about_1_1_box .box_l dt {
	display: block;
	overflow: hidden;
}

.ny_about_1_1_box .box_l dt img {
	display: block;
	max-width: 100%;
}

.ny_about_1_1_box .box_r {
	flex: 1;
}

.ny_about_1_1_box .box_r .flex {
	width: 100%;
	height: 100%;
}

.ny_about_1_1_box .box_r .flex .box_r_nr {
	display: block;
	padding: 0 10% 0 0;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .box_t {
	text-align: left;
	display: block;
	margin-bottom: 40px;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .box_t p {
	font-size: 44px;
	font-weight: bold;
	color: #dd1f1f;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .box_t span {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .box_t em {
	font-size: 24px;
	color: #333;
	margin-top: 20px;
	display: block;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .desc {
	margin-bottom: 35px;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .desc .list {
	font-size: 14px;
	line-height: 1.6;
	color: #5f5f5f;
	margin-top: 5px;
	display: block;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .number {
	display: block;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items {
	text-align: center;
	display: block;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t {
	font-size: 40px;
	color: #dd1f1f;
	font-weight: bold;
	line-height: 1;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-unit {
	font-size: 14px;
	color: #dd1f1f;
	line-height: normal;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items p {
	line-height: normal;
	display: block;
	font-size: 14px;
	color: #888888;
	line-height: 2;
	text-align: left;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t-box {
	text-align: left;
}

.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t {
	position: relative;
}

@media(max-width: 1409px) {
	.ny_about_1_box .box_r .flex .box_r_nr .box_t p {
		font-size: 36px;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr .box_t p {
		font-size: 36px;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t {
		font-size: 30px;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items {
		padding-right: 0px;
	}

	.ny_about_1_box .box_r .flex .box_r_nr .box_t {
		margin-bottom: 30px;
	}

	.ny_about_1_box .box_r .flex .box_r_nr .desc {
		margin-bottom: 25px;
	}
}

@media(max-width: 1309px) {
	.ny_about_1_box .box_r .flex .box_r_nr {
		padding: 0 5%;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr {
		padding: 0 5% 0 0;
	}

	.ny_about_1_box .box_r .flex .box_r_nr .box_t {
		margin-bottom: 20px;
	}

	.ny_about_1_box .box_r .flex .box_r_nr .desc {
		margin-bottom: 15px;
	}
}

@media(max-width: 1199px) {
	.ny_about_1_box {
		margin-bottom: 25px;
	}

	.ny_about_1_box .box_r .flex .box_r_nr .box_t p {
		font-size: 30px;
	}

	.ny_about_1_box .box_r .flex .box_r_nr .box_t span {
		font-size: 24px;
	}

	.ny_about_1_box .box_r .flex .box_r_nr .desc span {
		font-size: 16px;
	}

	.ny_about_1_box .box_l dt {
		display: flex;
		vertical-align: middle;
		height: 100%;
		align-items: center;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr .box_t p {
		font-size: 30px;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr .box_t span {
		font-size: 24px;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t {
		font-size: 24px;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items p {
		font-size: 12px;
	}
}

@media(max-width: 991px) {
	.ny_about_1_box {
		display: block;
		width: 100%;
	}

	.ny_about_1_box .box_l {
		display: block;
		width: 100%;
	}

	.ny_about_1_box .box_r {
		display: block;
		width: 100%;
	}

	.ny_about_1_box .box_r .flex .box_r_nr {
		padding: 5% 0;
	}

	.ny_about_1_1_box {
		display: block;
		width: 100%;
	}

	.ny_about_1_1_box .box_l {
		display: block;
		width: 100%;
	}

	.ny_about_1_1_box .box_r {
		display: block;
		width: 100%;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr {
		padding: 5% 0;
	}
}

@media(max-width: 767px) {
	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items {
		margin-bottom: 15px;
	}

	.ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items p {
		font-size: 14px;
	}
}

/*内页联系我们*/
.lianxi_m {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 24px;
	background: #f5f5f5;
}

.lianxi_m .lianxi_ml {
	width: 410px;
	float: left;
	background: #dd1f1f;
	color: #fff;
	padding: 30px 40px 30px 40px;
	overflow: hidden;
}

.lianxi_m .lianxi_ml .lianxi_ml_m {
	overflow: hidden;
	font-size: 36px;
	font-weight: bold;
	line-height: 52px;
	margin-bottom: 18px;
	color: #fff;
}

.lianxi_m .lianxi_ml .lianxi_ml_s {
	width: 324px;
	border: solid 2px #fff;
	font-size: 24px;
	text-align: center;
	margin-bottom: 18px;
	line-height: 55px;
}

.lianxi_m .lianxi_ml .lianxi_ml_s a {
	color: #fff;
	font-size: 26px;
}

.lianxi_m .lianxi_ml .lianxi_ml_en {
	font-family: 'Arial';
	font-size: 24px;
	line-height: 40px;
}

.lianxi_mr {
	float: right;
	position: relative;
	width: calc(100% - 470px);
}

.lianxi_mr_i {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100px;
	font-weight: 89;
	margin-left: -28px;
	line-height: normal;
	color: #999;
	position: absolute;
	overflow: hidden;
	margin-top: 20px;
}

.lianxi_m .mr_i {
	font-size: 100px;
	line-height: 200px;
	margin-top: 100px;
	margin-left: calc(100% - 690px);
	position: absolute;
	right: 30px;
}

.lianxi_mr_m {
	width: calc(100% - 69px);
	float: left;
	overflow: hidden;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 24px;
	line-height: 28px;
	color: #666;
	font-size: 16px;
	text-align: left;
	font-weight: 300;
}

.lianxi_mr_m span {
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	color: #dd1f1f;
}

.contact_ny ul {
	background: #fff;
	overflow: hidden;
	border-right: none;
}

.contact_ny ul li {
	float: left;
	width: 33.3333%;
	height: 142px;
	line-height: 24px;
	border-width: 1px 0 1px 1px;
	border: 1px solid #ececec;
	padding: 30px;
	text-align: left;
	box-sizing: border-box;
}

.contact_ny ul li em {
	float: left;
	display: inline-block;
	/* width: 51px; */
	/* height: 51px; */
	margin-right: 9px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.contact_ny ul li h5 {
	color: #dd1f1f;
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}

.msa {
	text-align: center;
	font-size: 18px;
	line-height: 50px;
}

@media(max-width: 1199px) {
	.lianxi_m .lianxi_ml {
		width: 400px;
	}

	.lianxi_mr_i {
		display: none;
	}

	.lianxi_mr {
		width: calc(100% - 400px);
	}
}

@media(max-width: 991px) {
	.contact_ny ul li {
		width: 50%;
	}

	.lianxi_mr {
		width: calc(100% - 360px);
	}

	.lianxi_m .lianxi_ml {
		width: 360px;
		padding: 30px 20px 30px 20px;
	}

	.lianxi_mr_m {
		width: 100%;
	}

	.lianxi_m .lianxi_ml .lianxi_ml_s a {
		font-size: 20px;
	}
}

@media(max-width: 767px) {
	.lianxi_m .lianxi_ml {
		width: 100%;
		float: none;
		overflow: hidden;
		padding: 20px 20px 20px 20px;
	}

	.lianxi_mr {
		width: 100%;
		float: none;
		overflow: hidden;
	}

	.contact_ny ul li {
		width: 100%;
	}

	.lianxi_mr_m {
		padding-top: 15px;
		padding-bottom: 20px;
	}

	.lianxi_m .lianxi_ml .lianxi_ml_m {
		font-size: 24px;
	}

	.lianxi_m .lianxi_ml .lianxi_ml_s {
		width: 290px;
		line-height: 48px;
		font-size: 24px;
	}

	.lianxi_m .lianxi_ml .lianxi_ml_en {
		font-size: 20px;
		line-height: auto;
	}

	.lianxi_m .lianxi_ml .lianxi_ml_s a {
		font-size: 16px;
	}
}

/* 联系咨询 */
#lx_nymessage {
	background-color: #f6f7fb;
	padding: 50px 0;
}

.form-horizontal {
	overflow: hidden;
	margin-top: 40px;
}

#lx_nymessage p {
	font-size: 44px;
	font-weight: bold;
	color: #dd1f1f;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
	text-transform: uppercase;
	text-align: center;
}

#lx_nymessage span {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
	text-align: center;
}

.form-horizontal .form-group {
	margin-bottom: 10px;
	position: relative;
}

.form-control {
	padding: 0px;
	margin: 0px;
	border: none;
}

#lx_nymessage .mess_1 {
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-left: 0px;
	padding-right: 0px;
}

#lx_nymessage .mess_1 .form-group {
	margin-bottom: 10px;
	position: relative;
	width: 50%;
	padding: 0 5px;
}

#lx_nymessage .mess_1 .form-group input {
	padding: 0 20px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #fff;
	font-size: 16px;
	border: none;
	border-radius: 0px;
}

.form-horizontal .form-group {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.form-horizontal .form-group .mess_2_2 {
	padding-left: 0px;
	padding-right: 0px;
}

#lx_nymessage textarea {
	width: 100%;
	height: 200px;
	padding: 25px 20px;
	line-height: 26px;
	background: #fff;
	overflow-y: auto;
	font-size: 16px;
}

.btn-default {
	width: 20%;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #333;
	background-color: #dadde3;
	border: none;
	border-radius: 0;
}

.btn-default:hover {
	color: #333;
	background-color: #dadde3;
}

.btn-default:first-child {
	background-color: #dd1f1f;
	color: #fff;
	margin-right: 20px;
}

#lx_nymessage .mess_2 {
	padding-left: 0px;
	padding-right: 10px;
}

#lx_nymessage .mess_3 {
	margin-top: 25px;
	overflow: hidden;
}

#lx_nymessage .mess_3 .mess_3_3 {
	padding-left: 0px;
	padding-right: 0px;
}

.btn-default:first-child:hover {
	background: #dd1f1f;
	color: #fff;
}

#lx_nymessage .mess_1 .form-group input::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
}

#lx_nymessage .mess_1 .form-group input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	font-size: 16px;
}

#lx_nymessage .mess_1 .form-group input::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
	font-size: 16px;
}

#lx_nymessage .mess_1 .form-group input::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
	font-size: 16px;
}

#lx_nymessage textarea::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
}

#lx_nymessage textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	font-size: 16px;
}

#lx_nymessage textarea::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
	font-size: 16px;
}

#lx_nymessage textarea::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
	font-size: 16px;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, .6);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, .6);
}

.form-control {
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

@media(max-width: 1310px) {
	#lx_nymessage p {
		font-size: 36px;
	}

	#lx_nymessage {
		padding: 50px 0;
	}

	.form-horizontal {
		padding: 0 10px;
	}
}

@media(max-width: 767px) {
	#lx_nymessage h4 {
		font-size: 24px;
	}

	#lx_nymessage .mess_1 .form-group {
		width: 100%;
	}

	#lx_nymessage .mess_1 {
		padding-left: 0px;
		padding-right: 0px;
	}

	#lx_nymessage .mess_1 .form-group input {
		line-height: 46px;
		height: 46px;
	}

	.mess_2_2 {
		padding-left: 0px;
		padding-right: 0px;
	}

	#lx_nymessage textarea {
		height: 140px;
	}

	.btn-default {
		width: 40%;
	}

	.mess_3_3 {
		padding-left: 0px;
		padding-right: 0px;
	}

	#lx_nymessage p {
		font-size: 26px;
	}

	#lx_nymessage span {
		font-size: 24px;
	}

	.form-horizontal {
		padding: 0;
	}

	#lx_nymessage .mess_1 .form-group input::-webkit-input-placeholder {
		color: #999;
		font-size: 14px;
	}

	#lx_nymessage .mess_1 .form-group input::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #999;
		font-size: 14px;
	}

	#lx_nymessage .mess_1 .form-group input::-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: #999;
		font-size: 14px;
	}

	#lx_nymessage .mess_1 .form-group input::-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #999;
		font-size: 14px;
	}

	#lx_nymessage textarea::-webkit-input-placeholder {
		color: #999;
		font-size: 14px;
	}

	#lx_nymessage textarea::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #999;
		font-size: 14px;
	}

	#lx_nymessage textarea::-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: #999;
		font-size: 14px;
	}

	#lx_nymessage textarea::-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #999;
		font-size: 14px;
	}

	.btn-default {
		font-size: 14px;
	}
}

/* 留言模块Message */
#nymessage {
	padding: 50px 0;
	background: url(../images/nymessagebg.jpg) no-repeat center / cover;
}

#nymessage h4 {
	color: #dd1f1f;
}

#nymessage form {
	overflow: hidden;
	margin-top: 50px;
}

#nymessage form label {
	font-weight: normal;
	text-align: none ! important;
	white-space: nowrap;
}

#nymessage .nymessage-h6 {
	text-align: left;
}

@media (max-width:767px) {
	#nymessage {
		padding: 30px 0;
	}

	#nymessage h4 {
		font-size: 16px;
		line-height: 1.4;
	}

	#nymessage form {
		margin-top: 30px;
	}

	#nymessage form>div[class^="col-"] {
		padding: 0 5px;
	}
}

#nycommon {
	padding: 30px 0;
	background: #f6f7fb;
	display: none;
}

@media (max-width:767px) {
	#nycommon {
		padding: 20px 0;
	}
}

/* 热门标签 */
.nycomtag {
	line-height: 40px;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
}

.nycomtag>h3 {
	float: left;
	width: 150px;
	text-indent: 30px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #dd1f1f solid;
	color: #dd1f1f;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/page/ny-objs.png) no-repeat left;
}

.nycomtag>a {
	float: right;
}

.ghtag {
	padding-left: 22px;
	background: url(../images/page/ghtag.png) no-repeat left;
}

#tagac {
	margin-top: 10px;
}

#tagac>a {
	font-size: 14px;
	color: #797979;
	line-height: 25px;
	display: inline-block;
	background-color: #fff;
	border-radius: 30px;
	padding: 0 14px;
	margin-top: 14px;
	box-shadow: 1px 4px 16px 0px rgb(30 168 57 / 20%);
	margin-right: 10px;
	transition: all ease 0.3s;
}

#tagac>a:hover {
	background-color: #dd1f1f;
	color: #fff;
}

/* 推荐新闻 */
.nyhotnews {
	line-height: 40px;
	height: 41px;
	border-bottom: 1px #ccc solid;
}

.nyhotnews>h3 {
	float: left;
	/* width: 150px; */
	text-indent: 30px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #dd1f1f solid;
	color: #dd1f1f;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/page/nyhotnewico.png) no-repeat left;
}

.nyhotnews-list {
	margin-top: 10px;
	overflow: hidden;
}

.nyhotnews-list li {
	font-size: 14px;
	line-height: 30px;
	background: url(../images/page/iyuan.png) no-repeat left;
	background-size: 8px;
	box-sizing: border-box;
}

.nyhotnews-list li a {
	float: left;
	width: calc(100% - 90px);
	color: #333;
}

.nyhotnews-list li span {
	float: right;
	color: #666;
}

.nyhotnews-list li:hover {
	background: url(../images/page/iyuan_on.png) no-repeat left;
	background-size: 8px;
}

.nyhotnews-list li:hover a {
	color: #dd1f1f;
}

/*视频列表*/
.nyvideo-ul {
	overflow: hidden;
}

.nyvideo-ul li {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.nyvideo-div a {
	display: block;
	border: 1px solid #ddd;
	padding: 2px;
	overflow: hidden;
}

.nyvideo-div a img {
	display: block;
	max-width: 100%;
	width: 311px;
}

.nyvideo-div a.nyvideo-a {
	padding: 0 10px;
	border: none;
	line-height: 25px;
	text-align: center;
}

.nyvideo-div:hover a {
	border-color: #dd1f1f;
	color: #dd1f1f;
}

/*视频详情*/
.showvideo-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 15px;
}

.showvideo-top>h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 26px;
	margin-bottom: 5px;
}

.showvideo-time {
	text-align: center;
}

.showvideo-time span {
	font-size: 14px;
	color: #a3afb7;
	margin-right: 10px;
}

.showvideo-time span:last-child {
	margin-right: 0;
}

.showvideo-mp {
	margin: 20px 0;
	text-align: center;
}

.showvideo-mp video,
.showvideo-mp iframe {
	width: 800px;
	max-width: 100%;
}

.showvideo-con {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 20px;
}

.showvideo-con img {
	max-width: 100%;
	height: auto !important;
}

/*下载列表*/
.nydown-list {
	margin-bottom: 20px;
}

.nydown-list table {
	width: 100%;
	text-align: center;
}

.nydown-list table thead {
	background: #dd1f1f;
	color: #fff;
	font-size: 16px;
	line-height: 2;
}

.nydown-list table tbody {
	line-height: 1.6
}

.nydown-list table tbody tr td {
	color: #666;
}

.nydown-list table tbody tr td:first-child {
	color: #333;
}

/*下载详情*/
.showdown-top {
	margin-bottom: 20px;
}

.showdown-top>h1 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	padding-left: 20px;
}

.showdown-top>ul {
	padding: 10px;
	background: #f6f6f6;
}

.showdown-top>ul>li {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
	line-height: 20px;
}

.showdown-top>ul>li:last-child {
	margin-bottom: 0;
}

.showdown-top>ul>li>span {
	padding: 0px 10px;
	margin-right: 5px;
}

.showdown-con {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 20px;
}

.showdown-con img {
	max-width: 100%;
	height: auto !important;
}

/*图片列表*/
.nyimglist {
	padding: 50px 0;
}

.nyimg-ul {
	overflow: hidden;
}

.nyimg-ul li {
	margin-bottom: 20px;
	padding: 0 10px;
}

.nyimg-ul li .nyimg-div {
	background: #fff;
	padding: 7px;
	border: 1px solid #D9D9D9;
}

.nyimg-ul li .nyimg-div a {
	display: block;
	overflow: hidden;
}

.nyimg-ul li .nyimg-div img {
	margin: 0 auto;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	width: 100%;
}

.nyimg-ul li .nyimg-a {
	padding: 0 5px;
	margin-top: 9px;
	line-height: 40px;
	display: block;
	background: #EFEFEF;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.nyimg-ul li:hover .nyimg-a {
	color: #ffffff !important;
}

.nyimg-ul li:hover .nyimg-div img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.nyimg-ul li:hover .nyimg-a {
	background: #dd1f1f;
	color: #fff;
}

@media (max-width:767px) {
	.nyimglist {
		padding: 30px 10px;
	}

	.nyimg-ul li .nyimg-a {
		line-height: 32px;
	}
}

/*图片详情*/
.nyshowimg {
	padding: 0 10px 50px;
}

.showimg-top {
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
}

.showimg-top h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 30px;
}

.showimg-top span {
	margin-right: 10px;
	font-size: 14px;
	color: #a3afb7;
}

.showimg-img {
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
}

.showimg-img img {
	max-width: 100%;
	height: auto !important;
}

.ctitle {
	margin-bottom: 15px;
}

.ctitle h3 {
	padding-left: 20px;
	background: url(../images/page/dt-7.gif) no-repeat left center;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
	color: #666;
	font-size: 16px;
	font-weight: bold;
}

.showimg-con {
	line-height: 1.8;
	color: #222;
	word-wrap: break-word;
	font-size: 16px;
	font-weight: 300;
	padding: 0 10px;
	border-bottom: 1px solid #F0F2F5;
	padding-bottom: 20px;
}

.showimg-con img {
	max-width: 100%;
	height: auto !important;
}

.showimg-page {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 20px;
}

.showimg-page>div[class^="col-"] {
	padding: 0 10px;
}

.showimg-page a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 15px;
	border: 1px solid #e4eaec;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	max-width: 100%;
}

.showimg-page a:hover {
	border-color: #e4eaec;
	background-color: #f3f7f9;
}

.showimg-right {
	border-left: 1px solid #f0f2f5;
}

@media (max-width:767px) {
	.nyshowimg {
		padding: 0 10px 30px;
	}

	.showimg-left {
		padding: 0;
	}

	.showimg-top h1 {
		font-size: 20px;
	}

	.showimg-con {
		font-size: 14px !important;
	}

	.showimg-page a {
		padding: 8px;
	}
}

/* 右侧栏目信息 */
.nybusiness {
	margin-bottom: 20px;
}

.nybusiness>p {
	font-size: 16px;
	color: #dd1f1f;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-left: 32px;
	background: url(../images/ny-objs.png) no-repeat left;
}

.nybusiness a {
	margin-bottom: 10px;
	display: block;
	position: relative;
}

.nybusiness a:last-child {
	margin-bottom: 0;
}

.nybusiness-img {
	overflow: hidden;
}

.nybusiness a p {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
}

.nybusiness a:hover p {
	background: rgba(0, 153, 255, .5);
}

.hotnews {}

.hotnews p {
	font-size: 16px;
	color: #dd1f1f;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-left: 32px;
	background: url(../images/ny-news.png) no-repeat left;
}

.hotnews a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	padding-left: 15px;
	background: url(../images/iyuan.png) no-repeat left;
	background-size: 8px;
}

.hotnews a:hover {
	background: url(../images/iyuan_on.png) no-repeat left;
	color: #dd1f1f;
}

/*新闻列表*/
.nynewslist {
	padding: 50px 0;
}

.nynews-ul {
	display: block;
}

.nynews-ul li.nynews-li {
	padding: 0 10px 10px;
	margin-bottom: 20px;
	cursor: pointer;
}

.nynews-img {
	padding: 0;
	overflow: hidden;
	border: 1px solid #f3f3f3;
}

.nynews-img a {
	display: block;
}

.nynews-img img {
	width: 100%;
	transition: .8s
}

.nynews-ul li.nynews-li:hover img {
	transform: scale(1.02);
}

.nynews-date {
	color: #333;
	line-height: 20px;
	font-size: 12px;
}

.nynews-date span {
	color: #4d4c51;
}

.nynews-date img {
	margin: 4px 6px 0 0;
	float: left;
}

.nynews-date p {
	float: left;
	margin: 0;
}

.nynews-date i {
	margin-right: 5px;
}

.nynews-con h3 {
	font-size: 18px;
	font-weight: bold;
	color: #3b3c3c;
	text-transform: uppercase;
	line-height: 32px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nynews-con h3 a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.nynews-ul li.nynews-li:hover h3 a {
	color: #dd1f1f;
}

.nynews-con {
	background-color: #f9f9f9;
	padding-top: 16px;
	padding-bottom: 18px;
}

.nynews-con p.nynews-desp {
	color: #8d8d8d;
	font-size: 14px;
	line-height: 23px;
	margin: 10px 0;
	height: 46px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nynews-con a.nynews-more {
	position: relative;
	left: 0;
	color: #ffffff;
	font-size: 15px;
	padding: 7px;
	background: #dd1f1f;
	margin-top: 10px;
	width: 120px;
	display: block;
	border-radius: 20px;
	float: left;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.nynews-con a.nynews-more:hover {
	background: #FF7A0E;
	left: 10px;
	color: #ffffff !important;
}

.ny_ablm123 {
	padding: 30px 0;
}

.ny_ablm123 .row {
	/* display: flex; */
}

.ny_ablm123 .le_box {
	flex: 1;
}

.ny_ablm123:nth-child(2n) .le_box {
	float: right;
}

.ny_ablm123 .le_box>div {
	width: 100%;
	overflow: hidden;
	position: sticky;
	top: calc(var(--top) + 0.2rem);
	border: 1px solid #ccc;
}

.ny_ablm123 .le_box img {
	transition: 0.4s;
	width: 100%;
}

.ny_ablm123 .le_box:hover img {
	transform: scale(1.05);
}

.ny_ablm123 .ri_box {
	padding-top: 5%;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ny_ablm123:nth-child(2n) .ri_box {
	float: left;
	text-align: right;
}

.ny_ablm123 .ri_box>div {
	padding-left: 8%;
}

.ny_ablm123:nth-child(2n) .ri_box>div {
	padding-right: 8%;
}

.ny_ablm123 .ri_box>div a {
	line-height: 40px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 0 42px;
	margin-top: 30px;
	border-radius: 10px;
	font-size: 18px;
}

.ny_ablm123 .ri_box>div .txt {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 36px;
}

.ny_ablm123 .ri_box>div .desc {
	color: #666;
	font-size: 18px;
	line-height: 2;
}


@media (max-width:991px) {
	#nynewslist>.container {
		padding-left: 5px;
		padding-right: 5px;
	}

	.nynews-ul li.nynews-li {
		padding: 0 5px 4px;
		margin-bottom: 14px;
	}
}

@media (max-width:767px) {
	.nynews-con h3 {
		font-size: 16px;
		font-weight: bold
	}

	.nynews-con {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 12px;
	}

	.nynews-con p.nynews-desp {
		margin: 2px 0 8px;
	}
}

.nynews-ul .news_list {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 20px;
}

.nynews-ul .news_list .news_list_l {
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	width: 37%;
}

.nynews-ul .news_list .news_list_l a {
	display: block;
	position: relative;
}

.nynews-ul .news_list .news_list_l a dt {
	display: block;
}

.nynews-ul .news_list .news_list_l a dt img {
	max-width: 100%;
	display: block;
}

.nynews-ul .news_list .news_list_l a .news_list_l_t {
	width: 100%;
	height: 62px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.8) url(../images/news-blue-back.png) no-repeat left center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.nynews-ul .news_list .news_list_l a .news_list_l_t::after {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	display: block;
	background: #dd1f1f;
	transition: all 0.5s;
	left: 0;
	top: 0;
	z-index: 1;
}

.nynews-ul .news_list .news_list_l a:hover .news_list_l_t::after {
	width: 100%;
}

.nynews-ul .news_list .news_list_l a .news_list_l_t .time {
	height: 62px;
	font-family: arial;
	color: #fff;
	float: left;
	position: relative;
	z-index: 2;
}

.nynews-ul .news_list .news_list_l a .news_list_l_t .time .day {
	font-size: 24px;
	line-height: 30px;
	padding-top: 5px;
	text-indent: 28px;
}

.nynews-ul .news_list .news_list_l a .news_list_l_t .time .year {
	font-size: 15px;
	text-indent: 16px;
}

.nynews-ul .news_list .news_list_l a .news_list_l_t .tit {
	float: left;
	margin-left: 8%;
	line-height: 62px;
	min-height: 62px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 17px;
	color: #fff;
	width: 76%;
	position: relative;
	z-index: 2;
}

.nynews-ul .news_list .news_list_r {
	padding-right: 0px;
	padding-left: 20px;
	float: left;
	width: 63%;
}

.nynews-ul .news_list .news_list_r a {
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}

.nynews-ul .news_list .news_list_r a .pic {
	width: 27%;
	overflow: hidden;
	float: left;
}

.nynews-ul .news_list .news_list_r a .pic img {
	max-width: 100%;
	display: block;
}

.nynews-ul .news_list .news_list_r a .desc {
	width: 73%;
	float: right;
	padding-left: 20px;
	padding-top: 18px;
}

.nynews-ul .news_list .news_list_r a .desc .tit {
	font-size: 17px;
	color: #333333;
	line-height: 24px;
	min-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all .5s ease;
}

.nynews-ul .news_list .news_list_r a:hover .desc .tit {
	color: #dd1f1f;
}

.news-top .right .item-list:hover .Info .tit {
	color: #2b72ad;
	transition: all .5s ease;
}

.nynews-ul .news_list .news_list_r a .desc .time {
	font-family: arial;
	font-size: 15px;
	color: #777777;
	margin: 12px 0;
}

.nynews-ul .news_list .news_list_r a .desc .sub {
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	min-height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nynews-ul .news_list .news_list_r a .desc .jt {
	display: block;
	height: 12px;
	margin-top: 15px;
	background: url(../images/news-jt.png) no-repeat left center;
}

@media screen and (max-width: 1440px) {
	.nynews-ul .news_list .news_list_r a .desc .time {
		margin: 6px 0;
	}

	.nynews-ul .news_list .news_list_r a .desc .jt {
		margin-top: 10px;
	}
}

.nynews-ul .news_list .news_list_r a:first-child {
	margin-bottom: 19px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
}

.nynews-ul li {
	width: 100%;
	overflow: hidden;
	padding: 36px 49px 0 31px;
	background: #f4f6f8;
	margin-bottom: 15px;
	transition: all .5s ease;
}

.nynews-ul li:last-child {
	margin-bottom: 25px
}

.nynews-ul li:hover {
	background: #f4f6f8;
	box-shadow: 0px 0px 10px 0 rgb(221 31 31 / 15%);
	transition: all .5s ease;
}

.nynews-ul li .time-box {
	width: 90px;
	float: left;
	background: #dd1f1f;
	font-family: arial;
	color: #fff;
	text-align: center;
	padding: 7px 0 7px;
}

.nynews-ul li .time-box .day {
	font-size: 48px;
	line-height: 50px;
}

.nynews-ul li .time-box .year {
	font-size: 15px;
	line-height: 25px;
}

.nynews-ul li .content {
	width: 92.275862068%;
	float: right;
	overflow: hidden;
	/* border-bottom: 1px solid #d3d5d6; */
	padding-bottom: 35px;
}

.nynews-ul li .content hr {
	float: left;
	width: 1px;
	height: 90px;
	background: #e5e6e6;
	padding: 0;
	margin: 0;
}

.nynews-ul li .content .Info {
	width: 78%;
	float: left;
	margin-left: 20px;
}

.nynews-ul li .content .Info .tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	color: #333333;
	min-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all .5s ease;
}

.nynews-ul li:hover .content .Info .tit {
	color: #dd1f1f;
	transition: all .5s ease;
}

.nynews-ul li .content .Info .key {
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	margin: 14px 0;
}

.nynews-ul li .content .Info .sub {
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	min-height: 56px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nynews-ul li .content .Pic {
	width: 16%;
	float: right;
	overflow: hidden;
}

.nynews-ul li .content .Pic img {
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}

.nynews-ul li:hover .content .Pic img {
	transform: scale(1.12);
	transition: all .5s ease;
}

@media(max-width:1331px) {
	.nynews-ul .news_list .news_list_r a:first-child {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.nynews-ul .news_list .news_list_r a .desc {
		padding-top: 10px;
	}

	.nynews-ul li .content {
		width: 88%;
	}

	.nynews-ul .news_list .news_list_l a .news_list_l_t .tit {
		width: 65%;
	}

	.nynews-ul .news_list {
		margin-top: 0px;
	}
}

@media(max-width:1199px) {
	.nynews-ul .news_list .news_list_r a .desc .sub {
		-webkit-line-clamp: 1;
		min-height: auto;
	}

	.nynews-ul .news_list .news_list_l a .news_list_l_t .tit {
		width: 65%;
	}
}

@media(max-width:991px) {
	.nynews-ul .news_list .news_list_r a .pic {
		width: 35%;
	}

	.nynews-ul .news_list .news_list_r a .desc {
		width: 64%;
	}

	.nynews-ul li .content {
		width: 84%;
	}

	.nynews-ul li .content .Info {
		width: 70%;
	}

	.nynews-ul li .content .Pic {
		width: 25%;
	}

	.nynews-ul .news_list .news_list_l {
		width: 41%;
	}

	.nynews-ul .news_list .news_list_r {
		width: 55%;
	}

	.nynews-ul .news_list .news_list_r a .desc .time {
		display: none;
	}
}

@media(max-width:767px) {
	.nynewslist {
		padding: 30px 10px;
	}

	.nynews-ul .news_list .news_list_l {
		width: 100%;
	}

	.nynews-ul .news_list .news_list_r {
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}

	.nynews-ul .news_list .news_list_r a .pic {
		width: 40%;
	}

	.nynews-ul .news_list .news_list_r a .desc {
		width: 60%;
	}

	.nynews-ul .news_list .news_list_r a .desc .jt {
		display: none;
	}

	.nynews-ul .news_list {
		margin-top: 0px;
	}

	.nynews-ul li .time-box {
		display: none;
	}

	.nynews-ul li {
		padding: 10px 10px;
	}

	.nynews-ul li .content hr {
		display: none;
	}

	.nynews-ul li .content {
		width: 100%;
		padding-bottom: 0;
	}

	.nynews-ul li .content .Info {
		width: 60%;
		margin-left: 0px;
		padding-right: 10px;
	}

	.nynews-ul li .content .Pic {
		width: 40%;
	}

	.nynews-ul li .content .Info .tit {
		font-size: 16px;
		font-weight: normal;
	}

	.nynews-ul li .content .Info .key {
		display: none;
	}

	.nynews-ul li .content .Info .sub {
		font-size: 14px;
	}
}

@media(max-width: 500px) {
	.ny_news_list {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.nynewslist .ny_container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.nynews-ul .news_list .news_list_l a .news_list_l_t .tit {
		font-size: 16px;
	}

	.nynews-ul li .content .Info .tit {
		font-size: 14px;
	}

	.nynews-ul li .content .Info .sub {
		font-size: 12px;
	}
}

/*新闻详情*/
.shownews-top {
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 15px;
}

.shownews-top h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 26px;
	margin-bottom: 5px;
}

.shownews-time {
	text-align: center;
}

.shownews-time span {
	font-size: 14px;
	color: #a3afb7;
	margin-right: 10px;
}

.shownews-time span:last-child {
	margin-right: 0;
}

.shownews-con {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}

.shownews-con img {
	max-width: 100%;
	height: auto !important;
}

.shownews-page {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 20px;
}

.shownews-page>div[class^="col-"] {
	padding: 0 10px;
}

.shownews-page a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 15px;
	border: 1px solid #e4eaec;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	max-width: 100%;
}

.shownews-page a:hover {
	border-color: #e4eaec;
	background-color: #f3f7f9;
}

@media (max-width:767px) {
	.shownews-top {
		padding-top: 10px;
	}

	.shownews-top h1 {
		font-size: 20px;
	}

	.shownews-con {
		font-size: 14px !important;
		line-height: 1.6;
	}

	.shownews-page a {
		padding: 8px;
	}
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul {
	overflow: hidden;
}

.nyjoblist-ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.nyjoblist-ul li .nyjoblist-top {
	padding: 20px;
	position: relative;
	overflow: hidden;
}

.nyjoblist-ul li .nyjoblist-top h3 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.nyjoblist-ul li .nyjoblist-top span {
	padding-right: 20px;
	color: #999;
}

.nyjoblist-ul li .nyjoblist-top p {
	color: #666;
	margin: 10px 0;
}

.nyjoblist-ul li .nyjoblist-top>a {
	float: left;
	padding: 10px 25px;
	background: #dd1f1f;
	border-radius: 20px;
	color: #fff;
	margin-right: 10px;
}

.nyjoblist-ul li .nyjoblist-top>a+a {
	margin-right: 0;
}

.nyjoblist-ul li .nyjoblist-top>a:hover {
	background: #ffc531;
	color: #333;
}

@media (max-width:767px) {
	.nyjoblist-ul li .nyjoblist-top {
		padding: 10px;
	}
}

.showjob-left {
	padding-bottom: 30px;
}

.showjob-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 10px;
}

.showjob-top h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 30px;
}

.showjob-list {
	overflow: hidden;
	margin-bottom: 30px;
}

.showjob-list li {
	width: 50%;
	float: left;
	padding: 5px 10px;
	background: url(../images/dt-0.png) no-repeat left top 13px;
}

.showjob-list li span {
	float: left;
	margin-right: 10px;
	color: #999;
}

.showjob-con {
	line-height: 1.8;
	color: #222;
	word-wrap: break-word;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0;
}

.showjob-con img {
	max-width: 100%;
	height: auto !important;
}

.showjob-more {}

.showjob-page {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.showjob-page a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 15px;
	border: 1px solid #e4eaec;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	max-width: 100%;
}

.showjob-page a:hover {
	border-color: #e4eaec;
	background-color: #f3f7f9;
}

@media (max-width:767px) {
	.showjob-top h1 {
		font-size: 20px;
	}

	.showjob-top h2 {
		font-size: 16px;
	}

	.showjob-con {
		padding: 0;
		font-size: 14px !important;
	}

	.showjob-left {
		padding: 0;
	}

	.showjob-page>div[class^="col-"] {
		padding: 0 10px;
	}
}

/* 内页导航 */
#nynav {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.nyjc-crcrumbs {
	border-bottom: 1px solid #ddd;
	background: url(../images/page/location.png) left 6px no-repeat;
	padding-left: 20px;
	color: #808080;
	margin-bottom: 15px;
	line-height: 25px;
	padding-bottom: 10px;
	font-weight: 300;
}

.nyjc-crcrumbs em {
	font-weight: 300;
}

.nyjc-crcrumbs a {
	color: #808080;
}

.nyjc-crcrumbs a:hover {
	color: #dd1f1f;
}

.crumbs {
	padding-left: 20px;
	background: url(../images/page/location.png) left no-repeat;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	color: #444;
}

.crumbs a {
	color: #444;
}

.crumbs a:hover {
	color: #dd1f1f;
}

.nyjc-desc {
	padding: 20px;
	margin-bottom: 20px;
	background: #f6f6f6;
	font-weight: 300;
}

.nyjc-desc h1 {
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}

.nyjc-desc p {
	font-size: 14px;
	line-height: 1.8;
	color: #555;
}

/*产品详情*/
.showpro-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 20px;
}

.showpro-top h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 30px;
}

.showpro-top span {
	margin-right: 10px;
	font-size: 14px;
	color: #a3afb7;
}

.showpro-img {
	margin-bottom: 20px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
	width: 82px;
	height: 82px;
}

@media (max-width:1629px) {

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 75px;
		height: 75px;
	}
}

@media (max-width:1529px) {
	.sp-wrap {
		border: 4px solid #eee;
	}

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 70px;
		height: 70px;
	}
}

@media (max-width:1429px) {

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 66px;
		height: 66px;
	}
}

@media (max-width:1329px) {
	.sp-wrap {
		border: 6px solid #eee;
	}

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 70px;
		height: 70px;
	}
}

@media (max-width:1229px) {
	.sp-wrap {
		border: 5px solid #eee;
	}

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 68px;
		height: 68px;
	}
}

@media (max-width:1199px) {

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 76px;
		height: 76px;
	}
}

@media (max-width:991px) {
	.sp-wrap {
		border: 4px solid #eee;
	}

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 79px;
		height: 79px;
	}
}

@media (max-width:767px) {
	.showpro-top h1 {
		font-size: 20px;
	}

	.showpro-imgbox {
		padding: 0;
	}
}

#spotlight .footer {
	width: 100%;
	text-align: center !important;
}

.showpro-rem {
	float: left;
}

.showpro-rem>p {
	color: #dd1f1f;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 18px;
}

.showpro-rem ul {}

.showpro-rem ul li:nth-child(n+4) {
	display: none;
}

.showpro-rem ul li a {
	border: 1px solid #eee;
	display: block;
}

.showpro-rem ul li:hover a {
	border-color: #dd1f1f
}

/*产品参数*/
.showpro-p {
	margin-bottom: 20px;
}

.showpro-p h5 {
	color: #444;
	line-height: 25px;
	margin-bottom: 10px;
}

.showpro-p p {
	color: #666;
	line-height: 25px;
	margin-bottom: 10px;
	width: 50%;
	float: left;
	padding-right: 10px;
}

.nyproshow-info {
	line-height: 1.8;
	color: #666;
	margin-bottom: 20px;
}

.showpro-tel {
	overflow: hidden;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.showpro-telx {
	float: left;
	line-height: 40px;
}

.showpro-telx img {
	float: left;
	margin-right: 12px;
}

.showpro-telcon {
	float: left;
}

.showpro-telcon p {
	float: left;
	color: #666;
	margin-bottom: 0;
}

.showpro-telcon span {
	float: left;
	color: #333;
	font-size: 24px;
	font-family: arial;
}

.showpro-tel a {
	float: right;
	display: block;
	line-height: 40px;
	padding: 0 20px;
	background: #dd1f1f;
	color: #fff;
}

.showpro-tel a i {
	margin-right: 5px;
}

.showpro-tel a:hover {
	background: #dd1f1f;
}

.showpro-con {
	margin-top: 20px;
}

.showpro-con ul {
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
}

.showpro-con ul li {
	text-align: center;
	padding: 0 24px;
	font-size: 16px;
	background: #e6e6e6;
	color: #333;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.showpro-con ul li.on {
	background: #dd1f1f;
	color: #fff;
}

.showpro-con ul li:last-child {
	margin-right: 0;
}

.showpro-details {
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
}

.showpro-details .showpro-det {
	display: none;
	min-height: 200px;
}

.showpro-details .showpro-det strong {
	font-size: 18px;
}

.showpro-det>div {
	margin-bottom: 10px;
}

.showpro-det p {
	margin: 5px 0;
}

.showpro-det img {
	max-width: 100%;
	height: auto !important;
}

.showpro-det video {
	max-width: 100%;
	height: auto !important;
	background: #000;
}

@media (max-width:991px) {
	.showpro-right {
		margin-top: 20px;
	}
}

@media (max-width:767px) {
	.showpro-p>h1 {
		font-size: 20px;
	}

	.showpro-p p {
		line-height: 20px;
	}

	.showpro-details {
		font-size: 14px;
		line-height: 1.6;
	}

	.showpro-details .showpro-det strong {
		font-size: 16px;
	}
}

#nyprozylist .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	font-size: 0;
	text-align: center;
}

#nyprozylist .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: rgb(0 0 0 / 30%);
	margin-right: 6px;
	border-radius: 50%;
}

#nyprozylist .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

#nyprozylist .owl-dots .owl-dot.active {
	background: #000;
}

/*相关产品*/
.nyaboutpro {
	line-height: 40px;
	height: 41px;
	border-bottom: 1px #ccc solid;
}

.nyaboutpro>h3 {
	float: left;
	width: 150px;
	text-indent: 30px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #dd1f1f solid;
	color: #dd1f1f;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/nyaboutproico.png) no-repeat left;
}

#abprolist {
	margin: 20px 0;
}

#abprolist li {
	padding: 0 10px;
}

#abprolist li a {
	display: block;
}

#abprolist li a .abpro-img {
	padding: 2px;
	border: 1px solid #ccc;
}

#abprolist li a .abpro-img img {
	display: block;
	max-width: 100%;
}

#abprolist li a p {
	margin-top: 5px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	background: #ccc;
	padding: 0 10px;
	color: #333;
}

#abprolist li a:hover .abpro-img {
	border-color: #dd1f1f;
}

#abprolist li a:hover p {
	background: #dd1f1f;
	color: #fff;
}

.nyhpro {
	padding: 0 10px 30px;
}

.nyhotpro {
	line-height: 40px;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
	margin-bottom: 20px;
}

.nyhotpro>h3 {
	float: left;
	/* width: 150px; */
	text-indent: 30px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #dd1f1f solid;
	color: #dd1f1f;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/page/ny-objs.png) no-repeat left;
}

#nyhotprolist li a {
	display: block;
	position: relative;
}

.nyhotpro-img {
	overflow: hidden;
}

#nyhotprolist li a p {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	line-height: 36px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

#nyhotprolist li a:hover p {
	background: #dd1f1f;
}

@media only screen and (max-width:767px) {
	#nyhotprolist li a p {
		line-height: 30px;
		font-size: 14px;
	}
}

/* 标签 */
.pro_key {
	line-height: 35px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}

.pro_key a {
	font-size: 14px;
	background: #9e9c9c;
	padding: 2px 6px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.pro_key a:hover {
	background: #dd1f1f;
}

/* 分享按钮 */
.jiathis {
	padding-top: 10px;
	height: 35px;
	line-height: 30px;
	border-top: 1px dotted #ccc;
	text-align: right;
	position: relative;
	color: #666;
	margin-bottom: 20px;
}

.jiathis .jiathis_txt {
	float: left;
}

/* 上下页按钮 */
.ny-page {
	overflow: hidden;
	margin-bottom: 30px;
}

.ny-pagea {
	width: 50%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.ny-page a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 15px;
	border: 1px solid #e4eaec;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	max-width: 100%;
}

.ny-page a:hover {
	border-color: #e4eaec;
	background-color: #f3f7f9;
}

/* 搜索模块 */
.nysearch-ul {
	overflow: hidden;
}

.nysearch-ul li.nysearch-li {
	padding: 0 0 15px 0;
	margin-bottom: 25px;
	border-bottom: 1px dashed #333;
	overflow: hidden;
}

.nysearch-til>a {
	line-height: 14px;
	color: #fff;
	vertical-align: baseline;
	white-space: nowrap;
	display: inline-block;
	background: #dd1f1f;
	margin-right: 5px;
	position: relative;
	top: 0;
	padding: 4px 6px;
}

.nysearch-til>a .nysearch-arrow {
	position: absolute;
	width: 0;
	height: 0;
	vertical-align: top;
	top: 7px;
	right: -4px;
	border-left: 4px solid #000;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left-color: #dd1f1f;
}

.nysearch-til>a:hover {
	background: #333;
}

.nysearch-til>a:hover .nysearch-arrow {
	border-left-color: #333;
}

.nysearch-til>h2 {
	display: inline;
	font-size: 19px;
	margin: 0;
	font-weight: bold;
	position: relative;
	top: 1px;
	line-height: 25px;
}

.nysearch-con p.nysearch-desp {
	color: #666;
	font-size: 14px;
	line-height: 23px;
	margin: 5px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nysearch-date {
	color: #333;
	line-height: 20px;
	font-size: 12px;
}

.nysearch-date span {
	color: #999;
}

.nysearch-date p {
	float: left;
	margin: 0;
}

.nysearch-date i {
	margin-right: 5px;
}

.nysearch-con a.nysearch-more {
	position: relative;
	left: 0;
	color: #ffffff;
	font-size: 13px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #999;
	margin-top: 10px;
	display: block;
	border-radius: 20px;
	float: left;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.nysearch-con a.nysearch-more:hover {
	background: #dd1f1f;
	left: 10px;
}


/*联系我们*/
.product-inlist {
	background-color: #f6f6f6;
}

.contact_meg {
	float: right;
	width: 50%;
	height: 510px;
	z-index: 3;
	background: #f6f6f6;
}

.meg_con .title2 {
	font-size: 28px;
	color: #333333;
	max-width: 510px;
	margin-bottom: 24px;
	margin-top: 35px;
	font-weight: bold;
}

.meg_con .tel {
	padding: 13px 0;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	color: #333;
	max-width: 510px;
	font-size: 30px;
}

.meg_con .tel img {
	display: inline-block;
}

.meg_con .megs {
	margin-top: 20px;
	font-size: 15px;
	line-height: 36px;
}

.meg_con {
	width: 100%;
	z-index: 3;
	padding-left: 8%;
	padding-right: 4%;
	box-sizing: border-box;
}

.my-map {
	margin: 0 auto;
	width: 50%;
	height: 510px;
	float: left;
}

.amap-container {
	height: 100%;
}

@media only screen and (max-width:1199px) {
	.meg_con {
		width: 100%;
		position: unset;
		padding-left: 5%;
		box-sizing: border-box;
	}

	.meg_con .title2,
	.meg_con .tel {
		max-width: initial;
		width: 100%;
	}

	.contact_meg {
		width: 100%;
		float: none;
		height: auto;
		padding-bottom: 40px;
	}

	.my-map {
		margin: 0 auto;
		width: 100%;
		height: 400px;
		float: none;
	}
}

@media only screen and (max-width:991px) {
	.product-inlist>div {
		margin-bottom: 0 !important;
	}

	.product-inlist {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:768px) {
	.meg_con .title2 {
		margin-bottom: 16px;
		margin-top: 20px;
		font-size: 24px;
	}

	.meg_con .megs {
		font-size: 14px;
		line-height: 30px;
	}

	.meg_con .tel {
		padding: 10px 0;
		font-size: 20px;
	}

	.meg_con .tel img {
		width: 26px;
	}

	.meg_con .megs {
		margin-top: 10px;
	}

	.meg_con .tel img {
		width: 20px;
		margin-bottom: 0;
	}

	.meg_con .title2 {
		font-size: 22px;
	}

	.product-inlist {
		margin-top: 10px;
	}
}

/*翻页样式*/
.metpager_1 {
	text-align: center;
}

.metpager_2 {
	text-align: center;
}

.metpager_3 {
	text-align: center;
}

#flip {
	line-height: 25px;
}

.digg4 {
	padding: 3px;
	margin: 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.digg4 a,
.digg4 span.miy {
	margin: 2px;
	text-decoration: none;
}

.digg4 .disabledfy {
	font-family: Tahoma, Verdana;
}

.metpager_4 a,
.metpager_4 span.miy {
	border: 1px solid #aaaadd;
	padding: 2px 5px 2px 5px;
	color: #009;
}

.metpager_4 a:hover {
	border: 1px solid #009;
	color: #000;
}

.metpager_4 a:active {
	border: 1px solid #009;
	color: #000;
}

.metpager_4 span.current {
	border: 1px solid #009;
	background-color: #009;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #FFFFFF;
	text-decoration: none;
}

.metpager_4 span.disabled {
	border: 1px solid #eee;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ddd;
}

.metpager_5 a,
.metpager_5 span.miy {
	border: 1px solid #ccdbe4;
	padding: 2px 8px 2px 8px;
	color: #dd1f1f;
	display: inline-block;
}

.metpager_5 a:hover {
	border: 1px solid #dd1f1f;
	color: #fff;
	background-color: #dd1f1f;
}

.metpager_5 a:active {
	border: 1px solid #009;
	color: #000;
}

.metpager_5 span.current {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	color: #fff;
	background: #dd1f1f;
	border: 1px solid #dd1f1f;
	text-decoration: none;
	display: inline-block;
}

.metpager_5 span.disabled {
	border: 1px solid #ccdbe4;
	padding: 2px 8px 2px 8px;
	margin: 2px;
	color: #999;
	display: inline-block;
	font-weight: 300;
}

.metpager_6 {
	color: #ff6500;
}

.metpager_6 a,
.metpager_6 span.miy {
	border: 1px solid #ff9600;
	padding: 2px 7px 2px 7px;
	background-position: 50% bottom;
	color: #ff6500;
	background-image: url(../images/page/page6.jpg);
}

.metpager_6 a:hover {
	border: 1px solid #ff9600;
	color: #ff6500;
	background-color: #ffc794;
}

.metpager_6 a:active {
	border: 1px solid #ff9600;
	color: #ff6500;
	background-color: #ffc794;
}

.metpager_6 span.current {
	border: 1px solid #ff6500;
	padding: 2px 7px 2px 7px;
	margin: 2px;
	color: #ff6500;
	background-color: #ffbe94;
	text-decoration: none;
}

.metpager_6 span.disabled {
	border: 1px solid #ffe3c6;
	padding: 2px 7px 2px 7px;
	margin: 2px;
	color: #ffe3c6;
}

.metpager_7 a,
.metpager_7 span.miy {
	border: 1px solid #2c2c2c;
	padding: 2px 5px 2px 5px;
	background: url(../images/page/page7.gif) #2c2c2c;
	color: #fff;
}

.metpager_7 a:hover {
	border: 1px solid #aad83e;
	color: #fff;
	background: url(../images/page/page7_2.gif) #aad83e;
}

.metpager_7 a:active {
	border: 1px solid #aad83e;
	color: #fff;
	background: url(../images/page/page7_2.gif) #aad83e;
}

.metpager_7 span.current {
	border: 1px solid #aad83e;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #fff;
	background: url(../images/page/page7_2.gif) #aad83e;
	text-decoration: none;
}

.metpager_7 span.disabled {
	border: 1px solid #f3f3f3;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ccc;
}

.metpager_8 a,
.metpager_8 span.miy {
	border: 1px solid #ddd;
	padding: 2px 5px 2px 5px;
	color: #aaa;
}

.metpager_8 a:hover {
	border: 1px solid #a0a0a0;
}

.metpager_8 a:hover {
	border: 1px solid #a0a0a0;
}

.metpager_8 span.current {
	border: 1px solid #e0e0e0;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #aaa;
	background-color: #f0f0f0;
	text-decoration: none;
}

.metpager_8 span.disabled {
	border: 1px solid #f3f3f3;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ccc;
}

.metpager_9 a,
.metpager_9 span.miy {
	border: 1px solid #ddd;
	padding: 2px 5px 2px 5px;
	color: #88af3f;
}

.metpager_9 a:hover {
	border: 1px solid #85bd1e;
	color: #638425;
	background-color: #f1ffd6;
}

.metpager_9 a:hover {
	border: 1px solid #85bd1e;
	color: #638425;
	background-color: #f1ffd6;
}

.metpager_9 span.current {
	border: 1px solid #b2e05d;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #fff;
	background-color: #b2e05d;
	text-decoration: none;
}

.metpager_9 span.disabled {
	border: 1px solid #f3f3f3;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ccc;
}

@media (max-width:767px) {
	.digg4>span:nth-child(-n+2) {
		display: none;
	}
}