* {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: '微软雅黑';
	/* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
}

ol,
ul,
li,
dl,
dt,
dd,
form,
p,
h1,
h2,
h3,
h4,
h5,
img {
	margin: 0px;
	padding: 0px;
}

ol,
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}

a {
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
}

input,
fieldset {
	outline: 0;
	resize: none;
	border: none;
	_border: 0;
	margin: 0;
	padding: 0;
}

select {
	border: 0;
}

input {
	margin: 0;
	padding: 0;
	border: none;
}

table,
table td {
	border-collapse: collapse;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

.div1200 {
	width: 1200px;
	margin: 0px auto;
}

h1 {
	font-size: 40px;
	color: #333333;
	font-weight: 400;
}

h4 {
	font-size: 24px;
	color: #1f1f1f;
	font-weight: 400;
}

h5 {
	font-size: 14.92px;
	color: #bfe8b0;
	font-family: AdobeHeiTiStd;
	letter-spacing: 5px;
}

input[type=text] {
	text-indent: 10px;
}

textarea {
	padding: 10px;
}

/* index */
/* header */
.header {
	min-width: 1200px;
}

.header .swiper-slide img {
	width: 100%;
}

.index-top {
	/* position: absolute; */
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(27, 27, 27, 0.4);
	z-index: 9;
	width: 100%;
	height: 159px;
}

.header-navbar {
	text-align: right;
	margin-top: 45px;
}

.logo {
	background: rgb(0, 155, 76);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	overflow: hidden;
	margin-left: 48px;
}

.header-nav {
	margin-top: 29px;
}

.header-nav li {
	background: rgb(0, 155, 76);
	float: left;
	width: 127px;
	height: 39px;
	border-bottom: 1px solid #004d26;
	margin-left: 3px;
	border-radius: 4px;
}

.header-nav li a {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 39px;
}

.header-nav li a.header-nav-on {
	background: rgb(153, 153, 153);
	border-bottom: 1px solid #4e4c4d;
	border-radius: 4px;
}

.header-nav li a:hover {
	background: rgb(153, 153, 153);
	border-bottom: 1px solid #4e4c4d;
	border-radius: 4px;
}

/* content */
.index-typenav {
	margin-top: 75px;
	margin-bottom: 100px;
}

.index-typenav li {
	float: left;
	width: 25%;
}

.index-typenav li a {
	display: block;
	text-align: center;
	font-size: 24px;
	color: #666666;
	padding-top: 132px;
}

.index-typenav li:nth-child(1) a {
	background: url(../img/index-content-typenav_03.png) no-repeat;
	background-position: 50% 5px;
}

.index-typenav li:nth-child(2) a {
	background: url(../img/index-content-typenav_05.png) no-repeat;
	background-position: 50% 5px;
}

.index-typenav li:nth-child(3) a {
	background: url(../img/index-content-typenav_07.png) no-repeat;
	background-position: 50% 5px;
}

.index-typenav li:nth-child(4) a {
	background: url(../img/index-content-typenav_09.png) no-repeat;
	background-position: 50% 5px;
}

.index-title {
	text-align: center;
	background: url(../img/index-title-bg_03.png) no-repeat;
	background-position: 53% 28px;
}

.product-list {
	margin-top: 86px;
}

.product-list li {
	float: left;
	width: 176px;
	margin-bottom: 44px;
}

.product-list li:not(:nth-child(6n)) {
	margin-right: 28.8px;
}

.product-list a {
	display: block;
	color: #000000;
	/* font-size: 24px; */
	font-size: 22px;
	font-weight: 600;
	font-family: AdobeHeiTiStd;
	text-align: center;
}

.product-img {
	width: 176px;
	height: 176px;
	overflow: hidden;
	margin-bottom: 35px;
	box-shadow: -5px 5px 5px 2px #d6d4d5;
}

.product-img img {
	display: block;
	width: 100%;
	box-shadow: -5px 6px 4px 1px #d6d4d5;
	transition: all 0.6s;
}

.product-img img:hover {
	transform: scale(1.2);
}

.product-use h1 {
	text-align: center;
}

.use-case li {
	width: 334px !important;
	height: 327px !important;
}

.product-use {
	position: relative;
}

.product-use h1 {
	margin-top: 63px;
	margin-bottom: 61px;
}

.product-use .swiper-container {
	width: 1038px;
	z-index: 0;
	overflow:hidden;
}

.case-img {
	width: 322px;
	height: 322px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: -3px 2px 3px 3px #c9c7c8;
	position: relative;
}

.case-img .text-mask {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	display: none;
}

.case-img .text-mask p {
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	color: #FFFFFF;
	background: rgba(102, 102, 102, 0.58);
}

.case-img:hover .text-mask {
	display: block;
}

.product-use .swiper-button-prev {
	top: 60%;
	outline: none;
	width: 32px;
	height: 35px;
	background: url(../img/index-content-use-pic_10.png) no-repeat;
	z-index: 0;
}

.product-use .swiper-button-next {
	top: 60%;
	outline: none;
	width: 32px;
	height: 35px;
	background: url(../img/index-content-use-pic_13.png) no-repeat;
	z-index: 0;
}

.product-case {
	margin-bottom: 73px;
}

.product-case .index-title {
	margin: 111px 0 53px;
}

.case-list li {
	float: left;
}

.case-list p {
	font-size: 24px;
	color: #000000;
	margin-top: 12px;
	text-align: center;
	font-family: AdobeHeiTiStd;
}

.case-list li:nth-child(3n-1) {
	margin: 0 13px;
}

.case-list-img {
	width: 391px;
}

.case-list-img img {
	width: 100%;
}

/* footer */
.footer {
	min-width: 1200px;
}

.footer-top {
	background: url(../img/index-footer-bg_12.png) no-repeat;
	padding: 47px 0 27px;
	position: relative;
}

.footer-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 40, 40, 0.7);
}

.footer-title span {
	display: inline-block;
	border-bottom: 1px solid #FFFFFF;
	font-size: 30px;
	color: #FFFFFF;
	padding-bottom: 10px;
	position: relative;
	z-index: 9;
}

.footer-top-left form {
	margin-top: 45px;
	position: relative;
	z-index: 0;
}

.footer-top-left input[type=text] {
	width: 365px;
	height: 30px;
	margin-bottom: 11px;
}

.footer-top-left label {
	font-size: 20px;
	color: #FFFFFF;
	display: inline-block;
	width: 117px;
	margin-right: 15px;
}

.footer-top-left fieldset:nth-child(1) label::before {
	content: url(../img/index-footer-pic_03.png);
	display: inline-block;
	width: 20px;
	margin-right: 16px;
	vertical-align: middle;
}

.footer-top-left fieldset:nth-child(2) label::before {
	content: url(../img/index-footer-pic_07.png);
	display: inline-block;
	width: 20px;
	margin-right: 16px;
	vertical-align: middle;
}

.footer-top-left fieldset:nth-child(3) label::before {
	content: url(../img/index-footer-pic_10.png);
	display: inline-block;
	width: 20px;
	margin-right: 16px;
	vertical-align: middle;
}

.footer-top-left fieldset:nth-child(4) label::before {
	content: url(../img/index-footer-pic_13.png);
	display: inline-block;
	width: 20px;
	margin-right: 16px;
	vertical-align: middle;
}

.footer-top-left fieldset:nth-child(5) label::before {
	content: url(../img/index-footer-pic_15.png);
	display: inline-block;
	width: 20px;
	margin-right: 16px;
	vertical-align: middle;
}

.footer-top-left fieldset:nth-child(5) label {
	vertical-align: top;
}

.footer-top-left fieldset:nth-child(5) textarea {
	outline: none;
	border: 0;
	width: 345px;
	height: 108px;
	resize: none;
}

.btn-group {
	width: 243px;
	margin-left: 40%;
}

.btn-group input {
	width: 104px;
	height: 41px;
	font-size: 20px;
	color: #333333;
	background: rgb(255, 255, 255);
	border-radius: 5px;
	font-weight: 600;
	margin: 7.5px;
	cursor: pointer;
}

.btn-group input:hover,
.btn-group input:focus {
	background: rgb(0, 155, 76);
	color: #FFFFFF;
}

.p-group {
	margin-top: 43px;
}

.p-group p {
	position: relative;
	z-index: 9;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 25px;
}

.p-group p:nth-child(2)::before {
	content: url(../img/index-footer-r-pic_03.png);
	display: inline-block;
	width: 20px;
	margin-right: 16px;
	vertical-align: middle;
}

.p-group p:nth-child(1)::before {
	content: url(../img/index-footer-pic_07.png);
	display: inline-block;
	width: 20px;
	margin-right: 16px;
	vertical-align: middle;
}

.p-group p:nth-child(3)::before {
	content: url(../img/index-footer-pic_10.png);
	display: inline-block;
	width: 20px;
	margin-right: 16px;
	vertical-align: middle;
}

.p-group p:nth-child(4)::before {
	content: url(../img/index-footer-r-pic_11.png);
	display: inline-block;
	width: 20px;
	margin-right: 16px;
	vertical-align: middle;
}

.p-group p:nth-child(5)::before {
	content: url(../img/index-footer-r-pic_14.png);
	display: inline-block;
	width: 20px;
	margin-right: 16px;
	vertical-align: middle;
}

.footer-bottom {
	background: rgb(23, 23, 23);
}

.footer-bottom p {
	color: #FFFFFF;
	height: 48px;
	line-height: 48px;
}

/* ny */
.ny-product-center {
	margin-bottom: 47px;
}

.ny-title {
	padding: 49px 0 5px;
}

.ny-title h4::before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border: 2px solid #1ea761;
	border-radius: 50%;
	margin-right: 7px;
}

.ny-pro-list li {
	float: left;
	padding-top: 37px;
	border-top: 1px solid #cccccc;
}

.ny-pro-list li:nth-child(3n-1) {
	padding: 37px 19px 0;
}

.ny-pro-list p {
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin: 13px 0 40px;
}

.ny-pro-img {
	width: 387px;
	height: 273px;
	overflow: hidden;
}

.ny-pro-img img {
	width: 100%;
	transition: all 0.6s;
}

.ny-pro-img img:hover {
	transform: scale(1.2);
}


/* ny1 */
.ny1-text {
	text-align: center;
	margin: 47px 0 66px;
}

.ny1-text h1 {
	margin-bottom: 35px;
}

.ny1-text p {
	font-size: 26px;
	color: #333333;
	line-height: 48px;
}

.ny1-img {
	margin-bottom: 65px;
}

.ny1-img li {
	float: left;
	width: 590px;
}

.ny1-img li:first-child {
	margin-right: 20px;
}

/* ny2 */
.ny-title2 {
	padding: 49px 0 5px;
	border-bottom: 1px solid #CCCCCC;
}

.news-list {
	width: 661px;
}

.news-list li {
	padding-bottom: 26px;
	border-bottom: 1px solid #cccccc;
}

.news-list li:not(:last-child) {
	margin-bottom: 30px;
}

.news-list li:last-child {
	margin-bottom: 21px;
}

.ny2-content {
	margin: 48px 0 60px;
}

.news-date p:first-child {
	font-size: 30px;
	color: #009b4c;
}

.news-date p:last-child {
	font-size: 12px;
	color: #009b4c;
}

.news-mess {
	width: 583px;
}

.news-mess a:first-child {
	color: #009b4c;
}

.news-mess a:last-child p {
	margin-top: 21px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.news-mess a:last-child p:hover {
	color: #009b4c;
}

.page {
	position: relative;
	text-align: center;

}

.page-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.page-btn div {
	float: left;
	margin: 0 2.5px;
	cursor: pointer;
}

.page-btn .number p {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #cccccc;
}

.page-btn .prev p,
.page-btn .next p {
	width: 57px;
	height: 24px;
	border: 1px solid #cccccc;
	background: rgb(204, 204, 204);
	font-size: 14px;
	line-height: 24px;
}

.page-btn .prev p:active,
.page-btn .next p:active {
	background: rgb(0, 155, 76);
	color: #FFFFFF;
}

.num-on {
	color: #009b4c;
}

/* ny3 */
.ny3-content {
	margin-bottom: 75px;
}

.ny3-content h1 {
	text-align: center;
	color: #e72627;
	margin: 62px 0 30px;
}

.ny3-content p {
	font-size: 26px;
	color: #333333;
	text-align: center;
	line-height: 52px;
}

.ny3-content-left,
.ny3-content-right {
	width: 600px;
}

.ny3-content-main {
	margin-bottom: 77px;
}

.ny3-content-title p {
	font-size: 32px;
	color: #666666;
	padding-bottom: 7px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 55px;
}

.ny3-content-left label {
	font-size: 28px;
	color: #666666;
	display: inline-block;
	width: 162px;
	margin-right: 15px;
}

.ny3-content-left fieldset:nth-child(1) label::before {
	content: url(../img/ny3-content-pic_03.png);
	display: inline-block;
	width: 35px;
	margin-right: 14px;
	vertical-align: middle;
}

.ny3-content-left fieldset:nth-child(2) label::before {
	content: url(../img/ny3-content-pic_07.png);
	display: inline-block;
	width: 35px;
	margin-right: 14px;
	vertical-align: middle;
}

.ny3-content-left fieldset:nth-child(3) label::before {
	content: url(../img/ny3-content-pic_11.png);
	display: inline-block;
	width: 35px;
	margin-right: 14px;
	vertical-align: middle;
}

.ny3-content-left fieldset:nth-child(4) label::before {
	content: url(../img/ny3-content-pic_14.png);
	display: inline-block;
	width: 35px;
	margin-right: 14px;
	vertical-align: middle;
}

.ny3-content-left fieldset:nth-child(5) label::before {
	content: url(../img/ny3-content-pic_17.png);
	display: inline-block;
	width: 35px;
	margin-right: 14px;
	vertical-align: middle;
}

.ny3-content-left fieldset:nth-child(5) label {
	vertical-align: top;
}

.ny3-content-left input[type=text] {
	background: rgb(205, 205, 205);
	width: 365px;
	height: 39px;
}

.ny3-content-left textarea {
	width: 345px;
	height: 159px;
	border: 0;
	outline: none;
	background: rgb(205, 205, 205);
	resize: none;
}

.ny3-content-left fieldset:not(:nth-last-child(2)) {
	margin-bottom: 12px;
}

.nbtn-group input {
	background: rgb(205, 205, 205);
}

.ny3-p-group p {
	font-size: 28px;
	color: #666666;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 7px;
	margin-bottom: 13px;
}

.ny3-p-group p:nth-child(1)::before {
	content: url(../img/ny3-content-pic_04.png);
	display: inline-block;
	width: 35px;
	margin-left: 62px;
	margin-right: 18px;
	vertical-align: middle;
}

.ny3-p-group p:nth-child(2)::before {
	content: url(../img/ny3-content-pic_07.png);
	display: inline-block;
	width: 35px;
	margin-left: 62px;
	margin-right: 18px;
	vertical-align: middle;
}

.ny3-p-group p:nth-child(3)::before {
	content: url(../img/ny3-content-pic_11.png);
	display: inline-block;
	width: 35px;
	margin-left: 62px;
	margin-right: 18px;
	vertical-align: middle;
}

.ny3-p-group p:nth-child(4)::before {
	content: url(../img/ny3-content-pic_031.png);
	display: inline-block;
	width: 35px;
	margin-left: 62px;
	margin-right: 18px;
	vertical-align: middle;
}

.ny3-right-img {
	margin-top: 14px;
}

.address {
	margin-bottom: 95px;
}

/* ny4 */
.ny4-content .pro-name {
	color: #1f1f1f;
	font-size: 30px;
	height: 33px;
	line-height: 33px;
	text-indent: 16px;
	border-left: 7px solid #1b1b1b;
	margin: 55px 0 39px;
}

.ny4-content .title-group p {
	font-size: 28px;
	color: #FFFFFF;
	background: url(../img/ny4-content-pic_03.png) no-repeat;
	height: 57px;
	line-height: 42px;
	text-indent: 36px;
}

.scope .title-group {
	margin-bottom: 24px;
}

.scope-text {
	padding-left: 35px;
}

.scope-text p {
	font-size: 24px;
	color: #333333;
	line-height: 40px;
}

.pw630 {
	width: 630px;
}

.scope-img {
	margin-top: -34px;
}

.dura .title-group {
	margin: 63px 0 35px;
}

.dura-title {
	font-size: 24px;
	color: #1F1F1F;
}

.dura-title::before {
	content: url(../img/ny4-content-pic_11.png);
	margin-right: 18px;
}

.dura-group span {
	display: block;
	font-size: 18px;
	color: #1F1F1F;
	padding-left: 41px;
	margin: 13px 0 27px;
}

.para-img {
	margin-bottom: 51px;
}

.info-timg {
	background: url(../img/ny4-content-bg-pic_03.png) no-repeat center rgb(32, 69, 149);
	padding: 67px 56px 98px;
}

.info-timg .timg-title {
	font-size: 28px;
	color: #FFFFFF;
	font-weight: 400;
}

.info-timg p:not(.timg-title) {
	font-size: 24px;
	color: #FFFFFF;
}

.info-timg p:nth-child(2) {
	margin: 15px 0 40px;
}

.info-timg p:not(:first-child) {
	line-height: 42px;
}

.info-timg img {
	margin-top: 35px;
}

.pro-info li:not(:last-child) {
	margin-bottom: 24px;
}

.pro-info li:last-child {
	margin-bottom: 136px;
}

.info-img {
	border: 14px solid #dfdfdd;
	border-radius: 23px;
}

.info-text {
	margin-top: 14px;
	width: 640px;
	height: 243px;
	background: rgb(242, 242, 242);
	padding: 66px 27px 0 68px;
	overflow: hidden;
}

.info-text span {
	font-size: 24px;
	color: #333333;
}

.info-text p {
	font-size: 18px;
	color: #333333;
	line-height: 41px;
	margin-top: 17px;
}
