* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 微软雅黑;
}

a {
	text-decoration: none;
	color: #434343;
}

ol,
ul,
li {
	list-style: none;
}

input {
	outline: none;
}

input[type=search]::-webkit-search-cancel-button {
	display: none;
}

img {
	display: block;
}

h3 {
	font-size: 30px;
	color: #009A44;
}

h4 {
	font-size: 24px;
	color: #ffffff;
}

h5 {
	font-size: 20px;
	color: #009a44;
}

h6 {
	font-size: 18px;
	color: #009a44;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.container1200 {
	width: 1200px;
	margin: 0 auto;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}


/* index */
.header {
	position: relative;
}

.logo,
.nav {
	height: 100px;
}

.logo img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.navbar {
	/* position: relative;
	top: 56%;
	transform: translateY(-50%); */
	/* position: relative; */
	margin-top: 3.7%;
}

.navbar>li {
	float: left;
	height: 36px;
	line-height: 36px;
}

.navbar>li:not(:last-child) {
	margin: 0 22px;
}

.navitem a {
	display: block;
}

.down-menu {
	position: absolute;
	z-index: 99;
	background: rgb(255, 255, 255);
	top: 100%;
	box-shadow: 0 0 3px 2px rgba(112, 112, 112, 0.35);
	width: 93%;
	left: 50%;
	transform: translateX(-50%);
	padding: 22px 11px 0px 11px;
	display: none;
}

.down-menu>li {
	float: left;
	margin: 0 11px 20px;
	width: 257px;
}

.down-menu>li img {
	width: 100%;
}

.down-src {
	/* float: left; */
	display: flex;
	margin-right: 44px;
	flex-flow: row wrap;
}

.down-src li {
	flex: 0 0 110%;
}

.down-bottom p {
	color: #009A44;
}

.down-src a {
	display: inline;
	color: #434343;
	font-size: 14px;
}

.down-src a::before {
	content: '·';
	margin-right: 3px;
}

.down-src a:hover {
	display: inline;
	color: #009A44;
	border-bottom: 1px solid #009A44;
}

..down-src a:hover::before {
	color: #009A44;
}

.search-wrap,
.search {
	position: relative;
}

.search input {
	width: 225px;
	height: 36px;
	border: 1px solid #d2d2d2;
	border-radius: 16px;
	text-indent: 10px;
	padding-right: 16%;
}

.search img {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 7%;
}

.language {
	text-align: right;
	position: absolute;
	top: -40px;
	right: 0;
}

.language a {
	display: inline-block;
	font-size: 12px;
	color: #898989;
	height: 20px;
	line-height: 20px;
}

.cn::before {
	content: url(../img/index-header_cn.png);
	display: inline-block;
	height: 20px;
	margin-right: 6px;
	vertical-align: top;
}

.en::before {
	content: url(../img/index-header_en.png);
	display: inline-block;
	height: 20px;
	margin-left: 15px;
	margin-right: 6px;
	vertical-align: top;
}

.navitem>a:hover {
	color: #009A44;
	border-bottom: 2px solid #009A44;
}

a.nav-active {
	color: #009a44;
	border-bottom: 2px solid #009a44;
}

a.lang-active {
	color: #ff1e00;
}



/* .display */
.display li {
	float: left;
	border: 1px solid #bfbfbf;
	margin-bottom: 31px;
}

.display li:not(:last-child) {
	margin-right: 20px;
}

.display-img {
	overflow: hidden;
	width: 283px;
}

.display-img img {
	width: 100%;
	transition: all 0.6s;
}

.display-img img:hover {
	transform: scale(1.2);
}

.display-text {
	height: 45px;
	text-align: center;
	background-color: rgb(0, 154, 68);
}

.display-text p {
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	color: #FFFFFF;
}

/* banner and consultation */
.banner {
	width: 794px;
}

.banner img {
	width: 100%;
}

.consultation {
	width: 381px;
}

.consultation .main a:hover {
	color: #009A44;
}

.title h5 {
	border-left: 3px solid #009a44;
	text-indent: 10px;
}

.title a {
	font-size: 14px;
	color: #535353;
}

.title a:hover{
	color: #009A44;
	border-bottom: 1px solid #009A44;
}

.main {
	border: 1px solid #e5e5e5;
	margin-top: 23px;
}

.main img {
	width: 100%;
}

.main a:nth-child(2) {
	margin-top: 10px;
}

.main a {
	display: block;
	font-size: 14px;
	color: #434343;
	height: 34px;
	line-height: 34px;
}

.main a::before {
	content: '·';
	margin-right: 5px;
	margin-left: 10px;
}

.bann-cons {
	margin-bottom: 31px;
}

.other li {
	float: left;
	width: 381px;
	margin-bottom: 31px;
}

.other>ul>li:not(:last-child) {
	margin-right: 28px;
}

.smul {
	margin-top: 22px;
}

.smul>li {
	width: 120px;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.smul img {
	width: 100%;
}

.smul>li:hover {
	border: 1px solid #009a44;
}

.smul>li:nth-child(3n-1) {
	margin: 0 7px;
}

/* footer */
.footer {
	border-top: 2px solid #009a44;
	background-color: rgb(51, 51, 51);
	padding-top: 42px;
	min-width: 1200px;
}

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

.footer-nav>li>p {
	font-size: 18px;
	color: #FFFFFF;
	width: 108px;
	margin-bottom: 18px;
}

.footer-smul li {
	margin-bottom: 13px;
	width: 155px;
}

.footer-smul li>a {
	font-size: 14px;
	color: #DDDDDD;
}

.footer-smul li>a:hover {
	color: #009a44;
}

.footer-smul li>p {
	font-size: 16px;
	color: #FFFFFF;
}

.footer-top {
	padding-bottom: 49px;
	border-bottom: 1px solid #535353;
}

.footer-bottom {
	border-top: 1px solid #1b1b1b;
	text-align: center;
}

.footer-bottom p {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #dddddd;
}

.footer .phone::before {
	content: url(../img/index-footer-pic_13.png);
	display: inline-block;
	width: 25px;
	margin-right: 15px;
	text-align: center;
	vertical-align: middle;
}

.footer .email::before {
	content: url(../img/index-footer-pic_17.png);
	display: inline-block;
	width: 25px;
	margin-right: 15px;
	text-align: center;
	vertical-align: middle;
}

.footer .address::before {
	content: url(../img/index-footer-pic_21.png);
	display: inline-block;
	width: 25px;
	margin-right: 15px;
	text-align: center;
	vertical-align: middle;
}

.footer .qr {
	width: 142px;
}

.footer .qr img {
	width: 100%;
}

.footer .qr p {
	text-align: center;
	font-size: 12px;
	color: #009a44;
	margin-top: 16px;
}


/* ny1 */
.top-img img {
	width: 100%;
}

.bread-nav li {
	float: left;
	height: 54px;
	line-height: 54px;
	margin-bottom: 10px;
}

.bread-nav li a {
	font-size: 14px;
	color: #707070;
}

.bread-nav li:first-child::before {
	content: '您所在的位置 : ';
	font-size: 14px;
	color: #707070;
}

.bread-nav li:not(:last-child)::after {
	content: '>';
	margin: 0 6px;
	font-size: 14px;
	color: #707070;
}

.bread-nav li a.bread-active {
	color: #009A44;
}

/* sider */
.sider {
	width: 272px;
	text-indent: 25px;
}

.left-title {
	background-color: rgb(0, 154, 68);
}

.left-title h4 {
	height: 62px;
	line-height: 62px;
}

.sider-nav ul {
	border: 1px solid #009A44;
}

.sider-nav li:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}

.sider-nav a {
	display: block;
	height: 59px;
	line-height: 59px;
	background: url(../img/ny1-sider-active-off_06.png) no-repeat;
	background-position: 90.5% center;
}

a.sider-active {
	color: #009A44;
	background: url(../img/ny1-sider-active-on_03.png) no-repeat;
	background-position: 90.5% center;
}

.company {
	width: 879px;
}

.company:not(:first-child) {
	display: none;
}

.right-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
}

.right-main>p {
	color: #434343;
	margin-bottom: 12px;
	line-height: 32px;
	padding-right: 33px;
}

.main-img {
	color: #e60012;
	font-size: 14px;
	margin: 30px 0 59px;
	width: 737px;
	padding-left: 33px;
}

/* ny2 */
.pro-name span {
	font-size: 18px;
	color: #313131;
}

.pro-name h3 {
	display: inline-block;
}

.info-left {
	padding-left: 20px;
}

.pro-banner {
	position: relative;
}

.pro-banner .gallery-top {
	width: 370px;
	margin-top: 35px;
}

.pro-banner .gallery-top {
	border: 1px solid #d2d2d2;
}

.pro-banner .swiper-button-next {
	outline: none;
	top: 84.1%;
	right: 0;
	width: 10px;
	height: 74px;
	background: url(../img/ny2-proban-next_03.png) no-repeat rgb(191, 191, 191) center;
}

.pro-banner .swiper-button-next:active {
	background: url(../img/ny2-proban-next_03.png) no-repeat rgb(0, 154, 68) center;
}

.pro-banner .swiper-button-prev {
	outline: none;
	top: 84.1%;
	left: 0;
	width: 10px;
	height: 74px;
	background: url(../img/ny2-proban-prev_03.png) no-repeat rgb(191, 191, 191) center;
}

.pro-banner .swiper-button-prev:active {
	background: url(../img/ny2-proban-prev_03.png) no-repeat rgb(0, 154, 68) center;
}

.pro-banner .gallery-thumbs {
	margin-top: 8px;
	width: 343px;
}

.pro-banner .gallery-thumbs .swiper-slide {
	border: 1px solid #d2d2d2;
	width: 109px !important;
}

.pro-banner .gallery-thumbs .swiper-slide-thumb-active {
	border: 1px solid #009A44;
}

.pro-banner img,
.info-mess img {
	width: 100%;
}

.info-title h6 {
	height: 40px;
	line-height: 56px;
}

.info-mess {
	margin-top: 35px;
	padding: 14px;
	border: 1px solid #e5e5e5;
	width: 739px;
}

.other-pro {
	border: 1px solid #e5e5e5;
	padding: 24px 0 35px 20px;
	margin: 50px 0;
}

.other-title {
	margin-bottom: 31px;
}

.other-pro h4 {
	color: #434343;
	font-weight: 400;
}

.other-pro li {
	float: left;
	width: 209px;
	margin-right: 24px;
}

.other-pro li a {
	display: block;
	overflow: hidden;
	border: 1px solid #d2d2d2;
}

.other-pro li a:hover {
	border: 1px solid #009A44;
}

.other-pro img {
	width: 100%;
	transition: all 0.6s;
}

.other-pro img:hover {
	transform: scale(1.2);
}

/* ny3 */
.ny3-company {
	width: 890px;
}

.support-main {
	margin-top: 5px;
	margin-bottom: 80px;
}

.support-main li::after {
	content: '';
	display: block;
	clear: both;
}

.support-main li:not(:last-child) {
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.support-main>ul>li:first-child {
	margin-top: 5px;
}

.support-img {
	width: 214px;
	border: 1px solid #e5e5e5;
}

.support-img img {
	width: 100%;
}

.support-text {
	width: 656px;
}

.support-text .date,
.support-text .text {
	font-size: 14px;
	color: #666666;
}

.support-text .title18 {
	color: #313131;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
}

.support-text .text {
	line-height: 25px;
}

.support-text h6:hover {
	color: #009A44;
}

input.unde {
	margin-top: 15px;
	border: 1px solid #009A44;
	background-color: rgb(255, 255, 255);
	width: 90px;
	height: 28px;
	color: #009A44;
	font-size: 14px;
	border-radius: 3px;
}

.unde:hover {
	background: rgb(1, 168, 78);
	color: #FFFFFF;

}

/* ny4 */
.ny4-product {
	margin-bottom: 59px;
}

.ny4-product li::after {
	content: '';
	display: block;
	clear: both;
}

.ny4-product li {
	background: rgb(247, 247, 247);
	padding: 18px 28px 18px 20px;
}

.ny4-product li:not(:last-child) {
	margin-bottom: 18px;
}

.product-img {
	width: 378px;
}

.product-img img {
	width: 100%;
}

.product-text {
	width: 740px;
}

.product-text h4 {
	display: inline-block;
	color: #313131;
	height: 48px;
	line-height: 48px;
}

.product-text span {
	display: inline-block;
	font-size: 24px;
	border-bottom: 2px solid #009A44;
	padding-bottom: 7px;
}

.product-text p {
	margin: 34px 0;
	color: #535353;
	line-height: 28px;
}

.ny4-product li:hover .product-text h4 {
	color: #009A44;
}

/* ny5 */
.ny5-pro-dis {
	width: 888px;
	margin-bottom: 39px;
}

.ny5-pro-dis li {
	float: left;
	width: 285px;
	text-align: center;
}

.dis-img {
	overflow: hidden;
}

.dis-img img {
	width: 100%;
	transition: all 0.6s;
}

.dis-img img:hover {
	transform: scale(1.2);
}

.ny5-pro-dis li:nth-child(3n-1) {
	margin: 0 16px;
}

.ny5-pro-dis div {
	border: 1px solid #d2d2d2;
	margin-bottom: 14px;
	height: 190px;
}

.ny5-pro-dis a {
	display: block;
	color: #313131;
	margin-bottom: 32px;
}

.ny5-pro-dis a:hover {
	color: #009A44;
}

.ny5-pro-dis a:hover div {
	border: 1px solid #009A44;
}

/* ny6 */
.video {
	position: relative;
	width: 737px;
}

.video img:nth-child(2) {
	margin: 0;
	width: 100%;
}

.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.pause {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
