.nypos {
	width: 20rem;
	height: 3.5rem;
	background: url(../images/posBg.png) center center repeat-x;
	background-size: cover;
	position: absolute;
	left: 50%;
	margin-left: -10rem;
	margin-top: -3.5rem;
}

.nypos .nyposcon {
	padding: 0.625rem 0.625rem 0;
	color: #666;
	display: none;
}

.nypos .nyposcon a.home {
	width: 0.625rem;
	height: 0.625rem;
	background: url(../images/nypos.png) no-repeat;
	background-size: 0.625rem;
	vertical-align: middle;
	margin: -0.15rem 0 0;
	display: inline-block;
}

.nypos .nyposcon a {
	font-size: 0.75rem;
	color: #333;
	padding: 0 0.25rem;
}

.nypos .nyposcon a:hover {
	color: #E60012;
}


.nypos .innernav {
	padding: 0.625rem 0px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}

.nypos .innernav a {
	width: 25%;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.875rem;
	color: #666;
	text-align: center;
	position: relative;
}

.nypos .innernav a::before {
	content: "";
	width: 0.03125rem;
	height: 0.46875rem;
	background: #c2c2c2;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.21875rem;
}

.nypos .innernav a:last-child::before {
	display: none;
}

.nypos .innernav a:hover {
	border-bottom: #E60012 solid 0.1rem;
	color: #333;
}

.nypos .innernav a.on {
	border-bottom: #E60012 solid 0.1rem;
	color: #333;
}

.nytit {
	position: relative;
	padding: 0 0.625rem;
}

.nytit b {
	font-size: 7rem;
	color: #f3f5f7;
	font-family: arial;
	position: absolute;
	left: 1.5625rem;
	top: -1.25rem;
	z-index: 1;
}

.nytit .tbox {
	position: relative;
	z-index: 2;
}

.nytit .tbox h1 {
	font-size: 1.25rem;
	color: #E60012;
	position: relative;
	padding: 1.0625rem 0 0.46875rem;
	font-weight: normal;
}

.nytit .tbox h1::before {
	content: "";
	width: 4.8rem;
	height: 0.25rem;
	background: #E60012;
	position: absolute;
	left: 0;
	bottom: 0;
}

.nytit .tbox p {
	font-size: 0.875rem;
	color: #666;
	padding: 0.3125rem 0 0;
	letter-spacing: 0.15rem;
}

.nyabout {
	padding: 1.875rem 0 0;
}

.nyabout .nyabout-txt .nytit {
	position: inherit;
	left: auto;
	top: auto;
}

.nyabout .nyabout-txt .nyabout-txtcon {
	padding: 1.875rem 0.625rem 0;
}

.nyabout .nyabout-txt .nyabout-txtcon p {
	font-size: 0.75rem;
	line-height: 1.8;
	margin-bottom: 0.625rem;
}

.nyabout .nyabout-pic {
	padding: 1.875rem 0 0;
	text-align: center;
	display: none;
}

.nyabout .nyabout-pic img {
	display: inline-block;
	max-width: 100%;
}

.nyabout .nyabout-slide {
	padding: 1.875rem 0 1.875rem;
}

.nyabout .nyabout-slide .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
}

.nyabout .nyabout-slide .swiper-slide img {
	width: 100%;
}

.nyabout .nyabout-slide .swiper-button-prev {
	width: 1.875rem;
	height: 1.875rem;
	background: url(../images/bleft.png) #000 no-repeat;
	background-size: cover;
	opacity: 0.5;
	margin-top: -2.25rem;
	left: 0.625rem;
	border-radius: 1.875rem;
}

.nyabout .nyabout-slide .swiper-button-prev:hover {
	opacity: 0.9;
}

.nyabout .nyabout-slide .swiper-button-next {
	width: 1.875rem;
	height: 1.875rem;
	background: url(../images/bright.png) #000 no-repeat;
	background-size: cover;
	opacity: 0.5;
	margin-top: -2.25rem;
	right: 0.625rem;
	border-radius: 1.875rem;
}

.nyabout .nyabout-slide .swiper-button-next:hover {
	opacity: 0.9;
}

.nyabout .nyabout-slide .swiper-wrapper {
	padding: 0 0 2.5rem 0;
}

.nyabout .nyabout-slide .swiper-pagination {
	color: #e0e0e0;
}

.nyabout .nyabout-slide .swiper-pagination .swiper-pagination-current {
	color: #d0d0d0;
}

.nyabout .nyabout-slide .swiper-pagination .swiper-pagination-total {
	color: #999999;
}

.nyhonor {
	padding: 0.5rem 0 1rem;
}

.nyhonor .nyhonor-pic ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 1.5rem 0.625rem;
	overflow: hidden;
	white-space: nowrap;
	overflow-x: scroll;
}

.nyhonor .nyhonor-pic ul li {
	width: 11.875rem;
	margin-right: 0.9375rem;
}

.nyhonor .nyhonor-pic ul li a {
	display: block;
}

.nyhonor .nyhonor-pic ul li h2 {
	width: 11.875rem;
	height: 8.75rem;
	box-shadow: 0 0 20px #bbb;
	overflow: hidden;
}

.nyhonor .nyhonor-pic ul li h2 img {
	width: 11.875rem;
	height: 8.75rem;
}

.nyhonor .nyhonor-pic ul li p {
	line-height: 1.875rem;
	font-size: 0.75rem;
	text-align: center;
	color: #333;
}

.nyhonor .nyhonor-pic ul li:nth-child(3n) {
	margin-right: 0;
}

.nyhonor .nyhonor-pic ul li:hover h2 img {
	transform: scale(1.2);
}

.nyhonor .nyhonor-pic ul li:hover p {
	color: #E60012;
}

.nyhonor .nyhonor-list {
	padding: 0px 0.625rem 0;
}

.nyhonor .nyhonor-list li {
	float: left;
	width: 9.0625rem;
	margin-right: 0.625rem;
	margin-bottom: 1.5625rem;
}

.nyhonor .nyhonor-list li h2 {
	width: 9.0625rem;
	height: 12.78125rem;
	overflow: hidden;
}

.nyhonor .nyhonor-list li h2 img {
	width: 9.0625rem;
	height: 12.78125rem;
}

.nyhonor .nyhonor-list li p {
	padding: 0.5rem 0.3125rem 0;
	font-size: 0.75rem;
	text-align: center;
	line-height: 1.5;
}

.nyhonor .nyhonor-list li:nth-child(2n) {
	margin-right: 0;
}

.nyhonor .nyhonor-list li:hover h2 img {
	transform: scale(0.9);
}

.nycourse {
	padding: 4rem 0 2rem;
	background: url(../images/courseBg.jpg) center bottom no-repeat;
	background-size: cover;
}

.nycourse .lcLeft {
	width: 1.25rem;
	height: 1.25rem;
	background: url(../images/bleft.png) no-repeat #E60012;
	background-size: cover;
	position: absolute;
	top: -2rem;
	left: 0.625rem;
	border-radius: 60px;
}

.nycourse .lcRight {
	width: 1.25rem;
	height: 1.25rem;
	background: url(../images/bright.png) no-repeat #E60012;
	background-size: cover;
	position: absolute;
	top: -2rem;
	right: 0.625rem;
	border-radius: 60px;
}

.nycourse .nycourse_swiper {
	background: url(../images/courseico.png) center 3.5rem no-repeat;
	background-size: 100% auto;
}

.nycourse .swiper-slide .nyc-box {
	width: 9.0625rem;
	margin: 0 auto;
}

.nycourse .swiper-slide h2 {
	font-size: 2rem;
	color: #333;
	font-weight: normal;
}

.nycourse .swiper-slide h3 {
	font-size: 0.75rem;
	color: #666;
	padding: 2.34375rem 0 0;
	font-weight: normal;
}

.nycourse .swiper-slide .txt {
	padding: 1.5625rem 0 0;
}

.nycourse .swiper-slide .txt .tcon {
	background: #fff;
	padding: 0.9375rem 0.3125rem 0.3125rem;
}

.nycourse .swiper-slide .txt .tcon p {
	font-size: 0.75rem;
	color: #666;
	line-height: 1.5;
	margin-bottom: 0.3125rem;
}

.nycourse .swiper-slide:hover h3 {
	color: #E60012;
}

.nycourse .swiper-slide:hover .txt .tcon {
	background: #b01b1b;
}

.nycourse .swiper-slide:hover .txt .tcon p {
	color: #fff;
}

.nyshiming {
	padding: 1.875rem 0.625rem 3rem;
	background: url(../images/smBg.jpg) center bottom no-repeat;
	background-size: cover;
}

.nyshiming .nysmcon img {
	width: 100% !important;
	height: auto !important;
}

.nypos2 {
	position: inherit;
	margin-top: 0;
	height: auto;
}

.nypos2 .nyposcon {
	padding: 0.5625rem 0.625rem 0;
	border-bottom: #d7d7d7 solid 0.03125rem;
	height: 1.875rem;
	line-height: 1.875rem;
}

.nypBg {
	background: url(../images/productBg.jpg) center bottom no-repeat;
	background-size: cover;
}

.nyproduct {
	padding: 1.25rem 0 0;
}

.nyproduct .nypro-l {
	width: 100%;
	padding: 0 0.625rem;
	box-sizing: border-box;
}

.nyproduct .nypro-l h1 {
	font-size: 0.9rem;
	padding-bottom: 0.625rem;
	font-weight: normal;
	border-bottom: #dcdcdc solid 0.03125rem;
	position: relative;
}

.nyproduct .nypro-l h1::before {
	content: '';
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/xl.png) right center no-repeat;
	background-size: 0.75rem;
	position: absolute;
	right: 0.625rem;
	top: 0.25rem;
}

.nyproduct .nypro-l h1.on::before {
	content: '';
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/xlon.png) right center no-repeat;
	background-size: 0.75rem;
	position: absolute;
	right: 0.625rem;
	top: 0.25rem;
}

.nyproduct .nypro-l .nypro-lsort {
	padding-top: 0.625rem;
	display: none;
}

.nyproduct .nypro-l .nypro-lsort .sbox {
	padding-left: 0.9375rem;
}

.nyproduct .nypro-l .nypro-lsort .sbox h2 {
	font-size: 0.75rem;
	color: #333;
	font-weight: normal;
	line-height: 2rem;
	position: relative;
	cursor: pointer;
}

.nyproduct .nypro-l .nypro-lsort .sbox h2::before {
	content: "";
	width: 0;
	height: 0;
	border: transparent solid 0.25rem;
	border-left: #666 solid 0.25rem;
	position: absolute;
	left: -0.9375rem;
	top: 0.75rem;
}

.nyproduct .nypro-l .nypro-lsort .sbox h2:hover {
	color: #E60012;
}

.nyproduct .nypro-l .nypro-lsort .sbox ul {
	display: none;
}

.nyproduct .nypro-l .nypro-lsort .sbox ul li a {
	color: #333;
	font-size: 0.75rem;
	line-height: 2rem;
}

.nyproduct .nypro-l .nypro-lsort .sbox ul li a:hover {
	color: #E60012;
}

.nyproduct .nypro-l .nypro-lsort .sbox.on h2 {
	color: #E60012;
}

.nyproduct .nypro-l .nypro-lsort .sbox.on h2::before {
	content: "";
	width: 0;
	height: 0;
	border: transparent solid 0.25rem;
	border-top: #666 solid 0.25rem;
	position: absolute;
	left: -0.9375rem;
	top: 0.75rem;
}

.nyproduct .nypro-l .nypro-lsort .sbox.on ul {
	display: block;
}

.nyproduct .nypro-l .nypro-lsort .sbox.on .cur a {
	color: #E60012;
}

.nyproduct .nypro-r {
	width: 100%;
	padding-top: 0.9375rem;
	position: relative;
}

.nyproduct .nypro-r .nypro-list {
	padding: 0 0.625rem;
}

.nyproduct .nypro-r .nypro-list li {
	float: left;
	width: 9.0625rem;
	margin-right: 0.625rem;
	margin-bottom: 1.85rem;
}

.nyproduct .nypro-r .nypro-list li a {
	display: block;
	height: 7.46875rem;
	position: relative;
}

.nyproduct .nypro-r .nypro-list li .pic {
	width: 9.0625rem;
	height: 7.46875rem;
	overflow: hidden;
}

.nyproduct .nypro-r .nypro-list li .pic img {
	width: 9.0625rem;
	height: 7.46875rem;
}

.nyproduct .nypro-r .nypro-list li .txt {
	border-radius: 0.625rem;
	height: 1.875rem;
	transition: all 0.5s;
	background: #fff;
	width: 8.4375rem;
	box-shadow: 0 0 10px #bbb;
	position: absolute;
	left: 50%;
	margin-left: -4.21875rem;
	bottom: -0.9375rem;
}

.nyproduct .nypro-r .nypro-list li .txt h2 {
	text-align: center;
	color: #333;
	font-size: 0.75rem;
	line-height: 1.875rem;
	font-weight: normal;
}

.nyproduct .nypro-r .nypro-list li .txt P {
	display: none;
}

.nyproduct .nypro-r .nypro-list li .txt h3 {
	display: none;
}

.nyproduct .nypro-r .nypro-list li .txt h4 {
	display: none;
}

.nyproduct .nypro-r .nypro-list li:nth-child(2n) {
	margin-right: 0;
}

.nyproduct .nypro-r .nypro-list li:hover .txt {
	height: 1.875rem;
	background: rgba(186, 36, 43, 0.9);
	box-shadow: 0 0 0px #666;
	overflow: hidden;
}

.nyproduct .nypro-r .nypro-list li:hover .txt h2 {
	color: #fff;
	font-size: 0.75rem;
	line-height: 1.875rem;
	padding-top: 0;
}

.nyproduct .nypro-r .nypro-list li:hover .txt p {
	font-size: 12px;
	display: block;
	color: #fff;
	text-align: center;
	padding: 3px 0 0;
}

.nyproduct .nypro-r .nypro-list li:hover .txt h3 {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 16px;
	padding-top: 20px;
	font-weight: normal;
}

.nyproduct .nypro-r .nypro-list li:hover .txt h3 i {
	width: 18px;
	height: 18px;
	background: url(../images/proico1.png) no-repeat;
	vertical-align: middle;
	display: inline-block;
	margin: -3px 10px 0 0;
}

.nyproduct .nypro-r .nypro-list li:hover .txt h4 {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 16px;
	padding-top: 15px;
	font-weight: normal;
	position: relative;
}

.nyproduct .nypro-r .nypro-list li:hover .txt h4 i {
	width: 18px;
	height: 18px;
	background: url(../images/proico2.png) no-repeat;
	vertical-align: middle;
	display: inline-block;
	margin: -3px 10px 0 0;
}

.nyproduct .nypro-r .nypro-list li:hover .txt h4::before {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/proico3.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: -35px;
}

.nyproduct .nypro-r .nypdet-gg {
	position: absolute;
	top: 18rem;
	width: 18.75rem;
	left: 0.625rem;
}

.nyproduct .nypro-r .nypdet-gg ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	background: #ededed;
}

.nyproduct .nypro-r .nypdet-gg li {
	height: 1.875rem;
	line-height: 1.875rem;
	font-size: 0.75rem;
	color: #333;
	text-align: center;
}

.nyproduct .nypro-r .nypdet-gg li:nth-child(odd) {
	background: #E60012;
	color: #fff;
	width: 5.125rem;
}

.nyproduct .nypro-r .nypdet-gg li:nth-child(even) {
	width: 13.625rem;
}

.nyproduct .nypro-r .nypdet-pic {
	padding: 0.5rem 0.625rem 0;
}

.nyproduct .nypro-r .nypdet-pic .left_ {
	float: left;
	width: 18.75rem;
}

.nyproduct .nypro-r .nypdet-pic .left_ .pic {
	width: 18.75rem;
	height: 15.4375rem;
	box-shadow: 0 0 10px #ccc;
}

.nyproduct .nypro-r .nypdet-pic .left_ .pic img {
	width: 18.75rem;
	height: 15.4375rem;
}

.nyproduct .nypro-r .nypdet-pic .left_ .zsdl {
	height: 1.875rem;
	display: block;
	background: #dcdcdc;
	text-align: center;
	line-height: 1.875rem;
	font-size: 0.75rem;
	color: #333;
}

.nyproduct .nypro-r .nypdet-pic .left_ .zsdl i {
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/dlico.png) no-repeat;
	background-size: 0.75rem;
	vertical-align: middle;
	display: inline-block;
	margin: -0.15rem 0 0 0.5rem;
}

.nyproduct .nypro-r .nypdet-pic .left_ .zsdl:hover {
	background: #E60012;
	color: #fff;
}

.nyproduct .nypro-r .nypdet-pic .left_ .zsdl:hover i {
	background: url(../images/dlicoon.png) no-repeat;
	background-size: 0.75rem;
}

.nyproduct .nypro-r .nypdet-pic .right_ {
	float: right;
	width: 18.75rem;
	padding-top: 4.5rem;
}

.nyproduct .nypro-r .nypdet-pic .right_ .rbox {
	margin-bottom: 0.9375rem;
}

.nyproduct .nypro-r .nypdet-pic .right_ .rbox h2 {
	font-size: 1rem;
	color: #E60012;
	font-weight: normal;
}

.nyproduct .nypro-r .nypdet-pic .right_ .rbox h2 i {
	width: 0.875rem;
	height: 0.875rem;
	vertical-align: middle;
	display: inline-block;
	margin: -0.15rem 0.5rem 0 0;
}

.nyproduct .nypro-r .nypdet-pic .right_ .rbox h2 i.ico1 {
	background: url(../images/product1on.png) no-repeat;
	background-size: 0.875rem;
}

.nyproduct .nypro-r .nypdet-pic .right_ .rbox h2 i.ico2 {
	background: url(../images/product2on.png) no-repeat;
	background-size: 0.875rem;
}

.nyproduct .nypro-r .nypdet-pic .right_ .rbox .txt {
	padding: 0.625rem 0 0;
}

.nyproduct .nypro-r .nypdet-pic .right_ .rbox .txt p {
	font-size: 0.75rem;
	line-height: 1.8;
	color: #666;
}

.nyproduct .nypro-r .nypdet-pic .right_ .rbox .numbox {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-start;
}

.nyproduct .nypro-r .nypdet-pic .right_ .rbox .numbox .num {
	padding: 0;
	position: relative;
	display: flex;
	display: -webkit-flex;
	margin-right: 0.9375rem;
}

.nyproduct .nypro-r .nypdet-pic .right_ .rbox .numbox .num input {
	width: 1.875rem;
	height: 1.6875rem;
	border: #f0f0f0 solid 0.03125rem;
	line-height: 1.6875rem;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.75rem;
}

.nyproduct .nypro-r .nypdet-pic .right_ .rbox .numbox .num a.btn-reduce {
	width: 1.875rem;
	height: 1.6875rem;
	color: #666;
	display: inline-block;
	line-height: 1.6875rem;
	border: #f0f0f0 solid 0.03125rem;
	border-right: 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.75rem;
}

.nyproduct .nypro-r .nypdet-pic .right_ .rbox .numbox .num a.btn-add {
	width: 1.875rem;
	height: 1.6875rem;
	color: #666;
	display: inline-block;
	line-height: 1.6875rem;
	border: #f0f0f0 solid 0.03125rem;
	border-left: 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.75rem;
}

.nyproduct .nypro-r .nypdet-pic .right_ .rbox .numbox .addcart {
	width: 6.25rem;
	height: 2.25rem;
	background: #E60012;
	text-align: center;
	line-height: 2.25rem;
	color: #fff;
	font-size: 0.75rem;
}

.nyproduct .nypro-r .nypdet-pic .right_ .rbox .numbox .addcart a {
	width: 6.25rem;
	height: 2.25rem;
	color: #fff;
	display: block;
}

.nyproduct .nypro-r .det-tit {
	height: 2.25rem;
	background: #ededed;
}

.nyproduct .nypro-r .det-tit span {
	display: inline-block;
	height: 2.25rem;
	width: 6rem;
	color: #fff;
	font-size: 0.875rem;
	text-align: center;
	line-height: 2.25rem;
	background: #E60012;
}

.nyproduct .nypro-r .det-tit.detTab span {
	display: inline-block;
	cursor: pointer;
	height: 2.25rem;
	width: 6rem;
	font-size: 0.875rem;
	text-align: center;
	line-height: 2.25rem;
	background: transparent;
	color: #333;
}


.nyproduct .nypro-r .det-tit span.active {
	background: #E60012;
	color: #fff;
}

.nyproduct .nypro-r .content .nypdet-con {
	display: none;
}

.nyproduct .nypro-r .content .nypdet-con.active {
	display: block;
}



.nyproduct .nypro-r .nypdet-box {
	padding: 1.5625rem 0 0;
}

.nyproduct .nypro-r .nypdet-con {
	padding: 0.9375rem 0.625rem;
}

.nyproduct .nypro-r .nypdet-con p {
	font-size: 0.75rem;
	color: #333;
	margin-bottom: 0.625rem;
}

.nyproduct .nypro-r .nypdet-con img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 0.625rem;
}

.nyproduct .nypro-r .nypdet-vcon {
	padding: 0.9375rem 0 0;
}

.nyproduct .nypro-r .nypdet-vcon iframe {
	width: 100% !important;
	height: 12rem !important;
}

.relatedpro {
	padding: 1.875rem 0;
}

.relatedpro .rtit {
	border-top: #e5e5e5 dashed 0.03125rem;
	padding-top: 1.875rem;
}

.relatedpro .rtit h1 {
	font-size: 1rem;
	text-align: center;
	color: #333;
}

.relatedpro .rtit p {
	text-align: center;
	font-size: 0.625rem;
	color: #999999;
	padding: 0.3125rem 0 0;
}

.relatedpro .cont {
	padding: 1.5625rem 0.625rem 0;
}

.relatedpro .cont .relatedpro-con .swiper-wrapper {
	padding-bottom: 1.875rem;
}

.relatedpro .cont .relatedpro-con .swiper-button-prev {
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/pleft.png) #999999 center center no-repeat;
	background-size: 60%;
	left: 0;
	margin-top: -1.5625rem;
}

.relatedpro .cont .relatedpro-con .swiper-button-next {
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/pright.png) #999999 center center no-repeat;
	background-size: 60%;
	right: 0;
	margin-top: -1.5625rem;
}

.relatedpro .cont .relatedpro-con li {
	float: left;
	width: 370px;
	margin-right: 32px;
}

.relatedpro .cont .relatedpro-con li a {
	display: block;
	height: 15.46875rem;
	position: relative;
}

.relatedpro .cont .relatedpro-con li .pic {
	width: 18.75rem;
	height: 15.46875rem;
	overflow: hidden;
	margin: 0 auto;
}

.relatedpro .cont .relatedpro-con li .pic img {
	width: 18.75rem;
	height: 15.46875rem;
}

.relatedpro .cont .relatedpro-con li .txt {
	border-radius: 0.625rem;
	height: 1.875rem;
	transition: all 0.5s;
	background: #fff;
	width: 15.625rem;
	box-shadow: 0 0 10px #bbb;
	position: absolute;
	left: 50%;
	margin-left: -7.8125rem;
	bottom: -0.9375rem;
}

.relatedpro .cont .relatedpro-con li .txt h2 {
	text-align: center;
	color: #333;
	font-size: 0.75rem;
	line-height: 1.875rem;
	font-weight: normal;
}

.relatedpro .cont .relatedpro-con li .txt P {
	display: none;
}

.relatedpro .cont .relatedpro-con li .txt h3 {
	display: none;
}

.relatedpro .cont .relatedpro-con li .txt h4 {
	display: none;
}

.relatedpro .cont .relatedpro-con li:nth-child(3n) {
	margin-right: 0;
}

.relatedpro .cont .relatedpro-con li:hover .txt {
	height: 1.875rem;
	background: rgba(186, 36, 43, 0.9);
	box-shadow: 0 0 0px #666;
	overflow: hidden;
}

.relatedpro .cont .relatedpro-con li:hover .txt h2 {
	color: #fff;
	font-size: 0.75rem;
	line-height: 1.875rem;
	padding-top: 0;
}

.relatedpro .cont .relatedpro-con li:hover .txt p {
	font-size: 12px;
	display: block;
	color: #fff;
	text-align: center;
	padding: 3px 0 0;
}

.relatedpro .cont .relatedpro-con li:hover .txt h3 {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 16px;
	padding-top: 20px;
	font-weight: normal;
}

.relatedpro .cont .relatedpro-con li:hover .txt h3 i {
	width: 18px;
	height: 18px;
	background: url(../images/proico1.png) no-repeat;
	vertical-align: middle;
	display: inline-block;
	margin: -3px 10px 0 0;
}

.relatedpro .cont .relatedpro-con li:hover .txt h4 {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 16px;
	padding-top: 15px;
	font-weight: normal;
	position: relative;
}

.relatedpro .cont .relatedpro-con li:hover .txt h4 i {
	width: 18px;
	height: 18px;
	background: url(../images/proico2.png) no-repeat;
	vertical-align: middle;
	display: inline-block;
	margin: -3px 10px 0 0;
}

.relatedpro .cont .relatedpro-con li:hover .txt h4::before {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/proico3.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: -35px;
}

.nycart {
	padding: 1.5625rem 0 3rem;
}

.nycart .tit {
	font-size: 1.25rem;
	margin-bottom: 1.09375rem;
	padding: 0 0.3125rem;
}

.nycart .nycart-con li.th {
	background: #fafafa;
	height: 1.875rem;
	display: flex;
	display: -webkit-flex;
}

.nycart .nycart-con li.th div {
	line-height: 1.5;
	text-align: center;
	color: #6c6c6c;
	font-size: 0.625rem;
}

.nycart .nycart-con li.th .td1 {
	width: 38%;
}

.nycart .nycart-con li.th .td2 {
	width: 15%;
}

.nycart .nycart-con li.th .td3 {
	width: 19%;
}

.nycart .nycart-con li.th .td4 {
	width: 15%;
}

.nycart .nycart-con li.th .td5 {
	width: 13%;
}

.nycart .nycart-con li.td {
	padding: 0.625rem 0;
	height: 1.875rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	border-bottom: #f2f2f2 solid 0.03125rem;
}

.nycart .nycart-con li.td div {
	line-height: 1.5;
	text-align: center;
	color: #333333;
	font-size: 0.625rem;
}

.nycart .nycart-con li.td .td1 {
	width: 8%;
}

.nycart .nycart-con li.td .td2 {
	width: 30%;
}

.nycart .nycart-con li.td .td3 {
	width: 15%;
}

.nycart .nycart-con li.td .td4 {
	width: 19%;
}

.nycart .nycart-con li.td .td5 {
	width: 15%;
}

.nycart .nycart-con li.td .td6 {
	width: 13%;
}

.nycart .nycart-con li.td .td2 p {
	line-height: 1.5;
}

.nycart .nycart-con li.td .ckb {
	width: 0.75rem;
	height: 0.75rem;
	vertical-align: middle;
	display: inline-block;
}

.nycart .nycart-con li.td .num {
	width: 3.125rem;
	height: 1.875rem;
	border: #cccccc solid 0.03125rem;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}

.nycart .nycart-con li.td .num input {
	width: 1.25rem;
	height: 1.875rem;
	text-align: center;
	line-height: 1.875rem;
	border: none;
	background: none;
	font-size: 0.625rem;
}

.nycart .nycart-con li.td .num .btn-add {
	width: 0.9375rem;
	height: 1.875rem;
	font-size: 0.625rem;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.65rem;
}

.nycart .nycart-con li.td .num .btn-reduce {
	width: 0.9375rem;
	height: 1.875rem;
	font-size: 0.625rem;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1.65rem;
}

.nycart .nycart-con li.td .del {
	width: 0.65625rem;
	height: 0.65625rem;
	background: url(../images/del.png) no-repeat;
	background-size: 0.65625rem;
	display: inline-block;
}

.nycart .nycart-con .total {
	padding: 1.25rem 0.625rem 0;
	position: relative;
}

.nycart .nycart-con .total p {
	padding-right: 6.5rem;
	text-align: right;
	font-size: 0.75rem;
	color: #333;
	text-transform: uppercase;
	line-height: 1.875rem;
}

.nycart .nycart-con .total .nextBtn {
	width: 6rem;
	height: 1.875rem;
	background: #E60012;
	font-size: 0.75rem;
	color: #fff;
	text-align: center;
	line-height: 1.875rem;
	position: absolute;
	right: 0.625rem;
	top: 1.25rem;
}

.nypay {
	padding: 1.875rem 0 0;
}

.nypay .nypay-price {
	line-height: 1.875rem;
	background: #fff;
	padding: 0 0;
	z-index: 2;
	position: sticky;
	position: -webkit-sticky;
	top: 3.75rem;
}

.nypay .nypay-price .clearfix {
	padding: 0 0.625rem;
	border-top: #ccc solid 0.03125rem;
	border-bottom: #ccc solid 0.03125rem;
}

.nypay .nypay-price div {
	color: #333;
	font-size: 0.875rem;
}

.nypay .nypay-price .red {
	color: #E60012;
}

.nypay .nypay-addr {
	padding: 0 0.625rem;
}

.nypay .nypay-addr .nypay-addrcon {
	padding: 0 0 0.625rem;
	border-bottom: #e5e5e5 solid 0.03125rem;
}

.nypay .nypay-addr .nypay-addrcon h1 {
	line-height: 3.5rem;
	font-size: 1rem;
	color: #464646;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0.3125rem;
}

.nypay .nypay-addr .nypay-addrcon ul li {
	float: left;
	height: 1.875rem;
	width: 18.75rem;
	margin-bottom: 0.625rem;
	margin-right: 0;
	border: #ccc solid 0.03125rem;
	box-sizing: border-box;
	position: relative;
}

.nypay .nypay-addr .nypay-addrcon ul li input {
	height: 1.875rem;
	width: 100%;
	background: none;
	border: none;
	font-size: 0.75rem;
	color: #333;
	text-indent: 0.625rem;
	text-transform: uppercase;
}

.nypay .nypay-addr .nypay-addrcon ul li:nth-child(3),
.nypay .nypay-addr .nypay-addrcon ul li:nth-child(4),
.nypay .nypay-addr .nypay-addrcon ul li:nth-child(5),
.nypay .nypay-addr .nypay-addrcon ul li:nth-child(6) {
	width: 100%;
	margin-right: 0px;
}

.nypay .nypay-addr .nypay-addrcon ul li:nth-child(2),
.nypay .nypay-addr .nypay-addrcon ul li:nth-child(8) {
	margin-right: 0px;
}

.nypay .nypay-addr .nypay-addrcon ul li.error {
	border: #E60012 solid 0.03125rem;
}

.nypay .nypay-addr .nypay-addrcon ul li.error input {
	color: #E60012;
}

.nypay .nypay-addr .nypay-addrcon ul li.error::before {
	content: "";
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/errorico.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0.625rem;
	top: 0.5rem;
}

.nypay .nypay-method {
	padding: 0 0.625rem;
}

.nypay .nypay-method .nypay-methodcon {
	padding: 0 0 0.625rem;
	border-bottom: #e5e5e5 solid 0.03125rem;
}

.nypay .nypay-method .nypay-methodcon h1 {
	line-height: 3.5rem;
	font-size: 1rem;
	color: #464646;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0.3125rem;
}

.nypay .nypay-method .nypay-methodcon ul li {
	float: left;
	height: 1.875rem;
	width: 18.75rem;
	margin-bottom: 0.625rem;
	margin-right: 0;
	border: #ccc solid 0.03125rem;
	box-sizing: border-box;
}

.nypay .nypay-method .nypay-methodcon ul li a {
	height: 1.875rem;
	width: 100%;
	line-height: 1.875rem;
	display: block;
	font-size: 0.75rem;
	color: #999;
	text-align: center;
	text-transform: uppercase;
}

.nypay .nypay-method .nypay-methodcon ul li .meico1 {
	width: 1.25rem;
	height: 1.25rem;
	background: url(../images/pay1.png) no-repeat;
	background-size: 1.25rem;
	vertical-align: middle;
	display: inline-block;
	margin: -0.15rem 0.3125rem 0 0;
}

.nypay .nypay-method .nypay-methodcon ul li:nth-child(2n) {
	margin-right: 0;
}

.nypay .nypay-method .nypay-methodcon ul li.on {
	border: #E60012 solid 0.03125rem;
}

.nypay .nypay-btn {
	padding: 1.875rem 0.625rem 2.8125rem;
	text-align: center;
}

.nypay .nypay-btn .cobtn {
	width: 80%;
	height: 1.875rem;
	background: #E60012;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.875rem;
	display: inline-block;
	color: #fff;
	font-size: 0.75rem;
}

.nyasservice {
	padding: 1.875rem 0 0;
}

.nyasservice .nyasservice-txt .nytit {
	position: inherit;
	left: auto;
	top: auto;
}

.nyasservice .nyasservice-txt .nyasservice-txtcon {
	padding: 1.875rem 0.625rem 0;
}

.nyasservice .nyasservice-txt .nyasservice-txtcon h4 {
	font-size: 1rem;
	margin-bottom: 0.625rem;
	color: #333;
	font-weight: normal;
}

.nyasservice .nyasservice-txt .nyasservice-txtcon p {
	font-size: 0.75rem;
	color: #999;
	margin-bottom: 0.625rem;
}

.nyasservice .nyasservice-txt .nyasservice-txtcon h5 {
	font-size: 1.5rem;
	font-weight: normal;
	color: #E60012;
	margin-bottom: 0.625rem;
}

.nyasservice .nyasservice-txt .nyasservice-txtcon h6 {
	font-size: 1rem;
	font-weight: normal;
	color: #E60012;
	margin-bottom: 0.625rem;
}

.nyasservice .nyasservice-pic {
	padding: 1.5625rem 0 3rem;
}

.nyasservice .nyasservice-pic .nyascon p {
	font-size: 0.75rem;
	line-height: 1.8;
	margin-bottom: 0.625rem;
}

.nyasservice .nyasservice-pic .nyascon img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 0.625rem;
}

.nyass-faq {
	padding: 1.875rem 0 0;
}

.nyass-faq .nyass-faqcon li {
	padding-left: 2.5rem;
	padding-right: 0.625rem;
	position: relative;
	margin-bottom: 1.25rem;
}

.nyass-faq .nyass-faqcon li h2 {
	line-height: 1.25rem;
	font-size: 0.8125rem;
	word-break: break-all;
	cursor: pointer;
	color: #333;
	font-weight: normal;
	position: relative;
	padding-right: 2rem;
}

.nyass-faq .nyass-faqcon li h2::before {
	content: "";
	width: 0.625rem;
	height: 0.625rem;
	background: url(../images/jiaico.png) no-repeat;
	background-size: 0.625rem;
	position: absolute;
	right: 0;
	top: 0.45rem;
}

.nyass-faq .nyass-faqcon li em {
	width: 1.25rem;
	height: 1.25rem;
	font-size: 0.75rem;
	border-radius: 1.25rem;
	text-align: center;
	line-height: 1.25rem;
	position: absolute;
	left: 0.625rem;
	top: 0rem;
}

.nyass-faq .nyass-faqcon li .txt {
	background: #f7f7f7;
	padding: 0.625rem 0.625rem;
	display: none;
}

.nyass-faq .nyass-faqcon li .txt p {
	font-size: 0.75rem;
	line-height: 1.8;
	color: #999999;
	word-break: break-all;
}

.nyass-faq .nyass-faqcon li.on em {
	background: #E60012;
	color: #fff;
}

.nyass-faq .nyass-faqcon li.on h2::before {
	content: "";
	width: 0.625rem;
	height: 0.625rem;
	background: url(../images/jianico.png) no-repeat;
	background-size: 0.625rem;
	position: absolute;
	right: 0;
	top: 0.45rem;
}

.nyass-faq .nyass-faqcon li.on .txt {
	display: block;
	margin-top: 0.625rem;
}

.nyass-search {
	width: 18.75rem;
	height: 1.875rem;
	position: inherit;
	right: auto;
	top: auto;
	border: #c5c5c5 solid 0.03125rem;
	border-radius: 0.25rem;
}

.nyass-search input {
	width: 18.75rem;
	height: 1.875rem;
	border: none;
	background: none;
	text-indent: 0.9375rem;
	font-size: 0.75rem;
}

.nyass-search input.sbtn {
	width: 3.5rem;
	height: 1.875rem;
	background: url(../images/searico.png) center center no-repeat;
	background-size: 40%;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.nyass-dl {
	padding: 1.875rem 0 0;
}

.nyass-dl .nyass-dlcon {
	margin-bottom: 0.625rem;
}

.nyass-dl .nyass-dlcon li {
	border-bottom: #c5c5c5 solid 1px;
	height: 2.5rem;
	position: relative;
	padding: 0 6rem 0 2.5rem;
}

.nyass-dl .nyass-dlcon li em {
	width: 1.25rem;
	height: 2.5rem;
	font-size: 0.75rem;
	border-radius: 2.5rem;
	text-align: center;
	line-height: 2.5rem;
	position: absolute;
	left: 0.625rem;
	top: 0;
}

.nyass-dl .nyass-dlcon li p {
	line-height: 2.5rem;
	font-size: 0.75rem;
	color: #333;
	padding-right: 0;
}

.nyass-dl .nyass-dlcon li p a {
	line-height: 2.5rem;
	font-size: 0.75rem;
	color: #333;
	display: block;
}

.nyass-dl .nyass-dlcon li .dlbtn {
	position: absolute;
	right: 0.625rem;
	top: 0;
	line-height: 2.5rem;
	font-size: 0.75rem;
	color: #333;
}

.nyass-dl .nyass-dlcon li .dlbtn i {
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/dlico2.png) no-repeat;
	background-size: 0.75rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.25rem 0 0 0.3125rem;
}

.nyass-dl .nyass-dlcon li:hover em {
	background: #E60012;
	color: #fff;
}

.nyass-dl .nyass-dlcon li:hover p {
	color: #E60012;
}

.nyass-dl .nyass-dlcon li:hover a {
	color: #E60012;
}

.nynews {
	padding: 1.875rem 0.625rem 0;
}

.nynews .nynews-con li {
	width: 100%;
	height: 5.625rem;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	margin-bottom: 0.5rem;
	float: inherit;
}

.nynews .nynews-con li a {
	padding: 1.875rem 1.5625rem 0px 4.53125rem;
	display: block;
	height: 5.625rem;
	box-sizing: border-box;
	position: relative;
}

.nynews .nynews-con li h2 {
	font-size: 0.75rem;
	font-weight: normal;
	color: #333;
}

.nynews .nynews-con li p {
	font-size: 0.625rem;
	color: #666;
	padding: 0.3125rem 0 0;
}

.nynews .nynews-con li span {
	width: auto;
	position: absolute;
	left: 0.625rem;
	top: 1.25rem;
	text-align: center;
	color: #999;
}

.nynews .nynews-con li span b {
	font-size: 1.5rem;
	font-weight: normal;
	text-align: center;
	display: block;
	color: #666;
}

.nynews .nynews-con li:first-child {
	width: 100%;
	float: inherit;
	height: auto;
}

.nynews .nynews-con li:first-child a {
	width: 18.75rem;
	padding: 0;
	height: 16.71875rem;
}

.nynews .nynews-con li:first-child .pic {
	width: 18.75rem;
	height: 13.4375rem;
	overflow: hidden;
}

.nynews .nynews-con li:first-child .pic img {
	width: 18.75rem;
	height: 13.4375rem;
}

.nynews .nynews-con li:first-child .txt {
	height: 3.125rem;
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px #ddd;
}

.nynews .nynews-con li:first-child .txt p {
	line-height: 3.125rem;
	padding: 0 5.625rem 0 1.25rem;
	font-size: 0.75rem;
	color: #333;
}

.nynews .nynews-con li:first-child .txt em {
	position: absolute;
	right: 0.625rem;
	top: 0;
	line-height: 3.125rem;
	font-size: 0.75rem;
}

.nynews .nynews-con li:first-child:Hover .pic img {
	transform: scale(1.2);
}

.nynews .nynews-con li:first-child:Hover .txt {
	background: #b01b1b;
}

.nynews .nynews-con li:first-child:Hover .txt p {
	color: #fff;
}

.nynews .nynews-con li:first-child:Hover .txt em {
	color: #fff;
}

.nynews .nynews-con li:hover {
	background: #b01b1b;
}

.nynews .nynews-con li:hover h2 {
	color: #fff;
}

.nynews .nynews-con li:hover p {
	color: #fff;
}

.nynews .nynews-con li:hover span {
	color: #fff;
}

.nynews .nynews-con li:hover span b {
	color: #fff;
}

.nyarticle {
	padding: 1.875rem 0 5rem;
}

.nyarticle .nyarticle-top h1 {
	font-size: 1rem;
	text-align: center;
}

.nyarticle .nyarticle-top p {
	text-align: center;
	padding: 0.78125rem 0 0;
}

.nyarticle .nyarticle-top p span {
	margin: 0 0.3125rem;
	font-size: 0.625rem;
	color: #333;
}

.nyarticle .nyarticle-con {
	padding: 1.875rem 0.625rem 0;
}

.nyarticle .nyarticle-con p {
	font-size: 0.75rem;
	color: #666;
	line-height: 1.8;
	margin-bottom: 0.9375rem;
}

.nyarticle .nyarticle-con img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 0.9375rem;
}

.nyarticle .nyarticle-page {
	padding: 0.9375rem 0.625rem 0;
	position: relative;
}

.nyarticle .nyarticle-page a {
	line-height: 1.25rem;
	color: #333;
	font-size: 0.75rem;
	position: relative;
	width: 7.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nyarticle .nyarticle-page a.fl {
	padding-left: 1.5625rem;
}

.nyarticle .nyarticle-page a.fl::before {
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	background: url(../images/pleft.png) center center #999999 no-repeat;
	background-size: 60%;
	position: absolute;
	left: 0;
	top: 0;
}

.nyarticle .nyarticle-page a.fl:hover {
	color: #E60012;
}

.nyarticle .nyarticle-page a.fl:hover::before {
	background: url(../images/pleft.png) center center #E60012 no-repeat;
	background-size: 60%;
}

.nyarticle .nyarticle-page a.fr {
	padding-right: 1.5625rem;
	text-align: right;
}

.nyarticle .nyarticle-page a.fr::before {
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	background: url(../images/pright.png) center center #999999 no-repeat;
	background-size: 60%;
	position: absolute;
	right: 0;
	top: 0;
}

.nyarticle .nyarticle-page a.fr:hover {
	color: #E60012;
}

.nyarticle .nyarticle-page a.fr:hover::before {
	background: url(../images/pright.png) center center #E60012 no-repeat;
	background-size: 60%;
}

.nyarticle .nyarticle-page a.backico {
	width: 5rem;
	height: 1.25rem;
	position: absolute;
	left: 50%;
	margin-left: -2.5rem;
	top: 3rem;
}

.nyarticle .nyarticle-page a.backico i {
	width: 0.78125rem;
	height: 0.78125rem;
	background: url(../images/backico.png) no-repeat;
	background-size: 0.78125rem;
	vertical-align: middle;
	display: inline-block;
	margin: -0.15rem 0.3125rem 0 0;
}

.nyarticle .nyarticle-page a.backico:hover {
	color: #E60012;
}

.nycontact {
	padding: 1.875rem 0 0;
}

.nycontact .nycontact-txt .nytit {
	position: inherit;
	left: auto;
	top: auto;
}

.nycontact .nycontact-txt .nycontact-txtcon {
	padding: 1.875rem 0.625rem 0;
}

.nycontact .nycontact-txt .nycontact-txtcon ul {
	width: 100%;
	float: left;
}

.nycontact .nycontact-txt .nycontact-txtcon ul li {
	margin-bottom: 0.625rem;
	position: relative;
}

.nycontact .nycontact-txt .nycontact-txtcon ul li em {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0.75rem;
	color: #333;
	line-height: 1rem;
}

.nycontact .nycontact-txt .nycontact-txtcon ul li p {
	line-height: 1rem;
	font-size: 0.75rem;
	color: #333;
	padding-left: 4rem;
}

.nycontact .nycontact-map {
	padding: 1.875rem 0 0;
}

.nycontact .nycontact-map .mapTxt {
	display: none;
	width: 360px;
	height: 460px;
	background: #fff;
	position: absolute;
	right: 18px;
	top: 125px;
	z-index: 2;
}

.nycontact .nycontact-map .mapTxt ul {
	padding: 30px 0 0;
}

.nycontact .nycontact-map .mapTxt ul li {
	border-bottom: #f7f7f7 solid 1px;
	padding: 30px 50px 30px;
}

.nycontact .nycontact-map .mapTxt ul li h2 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

.nycontact .nycontact-map .mapTxt ul li h2 img {
	width: 19px;
	height: 19px;
	vertical-align: middle;
	display: inline-block;
	margin: -3px 10px 0 0;
}

.nycontact .nycontact-map .mapTxt ul li p {
	font-size: 16px;
	padding: 18px 0 0;
}

.nycontact .nycontact-map .mapTxt ul li:last-child {
	border-bottom: none;
}

.nycontact .nycontact-map #map {
	min-height: 350px !important;
}

.nylmsg {
	padding: 1.875rem 0 2rem;
}

.nylmsg .nylmsg-txt .nytit {
	position: inherit;
	left: auto;
	top: auto;
}

.nylmsg .nylmsg-con {
	padding: 1.875rem 0.625rem 0;
	width: 18.75rem;
}

.nylmsg .nylmsg-con li {
	float: left;
	width: 18.75rem;
	margin-right: 0;
	margin-bottom: 0.625rem;
}

.nylmsg .nylmsg-con li h2 {
	font-size: 0.75rem;
	font-weight: normal;
	color: #333;
	line-height: 1.5625rem;
}

.nylmsg .nylmsg-con li p {
	padding: 0.3125rem 0 0;
	position: relative;
	display: block;
}

.nylmsg .nylmsg-con li input {
	background: #f1f1f1;
	border: 0;
	height: 2.1875rem;
	width: 100%;
	text-indent: 1.875rem;
	font-size: 0.75rem;
}

.nylmsg .nylmsg-con li input.sbtn {
	float: right;
	width: 6.25rem;
	height: 2.1875rem;
	background: #E60012;
	color: #fff;
	text-align: center;
	line-height: 2.1875rem;
	text-indent: 0;
	cursor: pointer;
}

.nylmsg .nylmsg-con li textarea {
	background: #f1f1f1;
	border: 0;
	height: 6rem;
	width: 18.75rem;
	padding: 0.78125rem 1.875rem;
	font-size: 0.75rem;
	box-sizing: border-box;
	font-family: "microsoft yahei";
}

.nylmsg .nylmsg-con li:nth-child(2n) {
	margin-right: 0;
}


.nylmsg .nylmsg-con li:nth-child(1) p::before {
	content: "";
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/form1.png) no-repeat;
	background-size: 0.75rem;
	position: absolute;
	left: 0.625rem;
	top: 1.03125rem;
}

.nylmsg .nylmsg-con li:nth-child(2) p::before {
	content: "";
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/form2.png) no-repeat;
	background-size: 0.75rem;
	position: absolute;
	left: 0.625rem;
	top: 1.03125rem;
}

.nylmsg .nylmsg-con li:nth-child(3) p::before {
	content: "";
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/form3.png) no-repeat;
	background-size: 0.75rem;
	position: absolute;
	left: 0.625rem;
	top: 1.03125rem;
}

.nylmsg .nylmsg-con li:nth-child(4) p::before {
	content: "";
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/form4.png) no-repeat;
	background-size: 0.75rem;
	position: absolute;
	left: 0.625rem;
	top: 1.03125rem;
}

.nylmsg .nylmsg-con li:nth-child(5) p::before {
	content: "";
	width: 0.75rem;
	height: 0.75rem;
	background: url(../images/form5.png) no-repeat;
	background-size: 0.75rem;
	position: absolute;
	left: 0.625rem;
	top: 1.03125rem;
}