@charset "utf-8";

.header,
.container,
.menu {
	margin: 0 auto
}

.header {
	height: 100px;
	padding: 25px 0
}

.logo {
	float: left
}

.logo-txt {
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
	float: left
}

.logo-txt p {
	line-height: 1.3
}

.search,
.lang {
	float: right
}

.search {
	position: relative
}

.search input.keys {
	border: 1px solid #ddd;
	border-radius: 4px;
	width: 300px;
	height: 46px;
	padding: 0 15px
}

.search .sea {
	border: 0;
	position: absolute;
	right: 15px;
	top: 1px;
	background-color: #fff;
	line-height: 44px
}

.lang {
	line-height: 46px;
	margin-right: 30px;
	font-size:14px;
}

.lang a {
	display: inline-block;
	padding: 0 12px;
	position: relative
}

.lang a::after {
	position: absolute;
	display: inline-block;
	content: "";
	right: -1px;
	top: 16px;
	width: 1px;
	height: 16px;
	background-color: #ddd
}

.lang a:last-child:after {
	display: none
}

.wrap {
	background-color: #00a040;
	height: 60px
}

.menu>ul>li {
	line-height: 60px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	width: 15%;
	float: left;
	text-align: center;
	position: relative
}

.menu>ul>li:hover {
	background-color: #038b39
}

.menu>ul>li a {
	color: #fff;
	display: block
}

.menu>ul>li.current {
	background-color: #038b39
}

.menu .child {
	position: absolute;
	width: 577px;
	top: 60px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 30px 40px 40px 40px;
	text-align: left;
	z-index: 10;
	left: 0;
	margin-left: -180px;
	display: none
}

.menu .child h2 {
	font-size: 18px;
	border-bottom: 1px solid #00a040;
	margin-top: 0
}

.menu .child h2 i {
	color: #00a040;
	font-size: 16px;
	margin-right: 15px
}

.menu .child>div {
	margin-top: 20px
}

.menu .child>div li {
	width: 50%;
	float: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 50px
}

.menu .child>div li i {
	color: #00a040;
	font-size: 14px;
	margin-right: 15px
}

.menu .child>div li a:hover {
	color: #00a040
}

.p-lg {
	padding-top: 100px;
	padding-bottom: 100px
}

.probg {
	background: url(../images/probg.png) center center no-repeat;
	background-size: cover
}

.z-title {
	text-align: center
}

.z-title p {
	font-size: 60px;
	font-family: "din";
	text-transform: uppercase
}

.pro-class {
	background-color: #00a040;
	margin-top: 80px
}

.pro-class>ul>li {
	width: 12.5%;
	float: left;
	color: #fff;
	text-align: center;
	padding: 25px 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	position: relative
}

.pro-class>ul>li p {
	height: 30px
}

.pro-class>ul>li b {
	font-size: 18px;
	margin-top: 10px
}

.pro-class>ul>li.current:after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	vertical-align: middle;
	border-top: 10px solid #00a040;
	border-left: 10px dashed transparent;
	border-right: 10px dashed transparent
}

.prolist {
	margin-top: 40px
}

.prolist>ul {
	margin-left: -10px;
	margin-right: -10px
}

.prolist>ul>li {
	width: 25%;
	float: left;
	padding: 10px
}

.pro-style {
	background-color: #fff
}

.pro-style img {
	width: 100%
}

.pro-style .pic {
	position: relative;
	display: block
}

.pro-style .pic p {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	background-color: rgba(0, 160, 64, 0.8);
	height: 30px;
	border-radius: 30px;
	line-height: 30px;
	padding: 0 15px
}

.pro-style .pic p a {
	color: #fff
}

.pro-style .txt {
	position: relative;
	height: 75px;
	line-height: 75px;
	text-align: center
}

.pro-style .txt a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	z-index: 1
}

.pro-style .txt::before {
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #00a040;
	content: "";
	display: inline-block;
	transition: all .4s;
	z-index: 0
}

.pro-style:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.pro-style:hover .txt a {
	color: #fff
}

.pro-style:hover .txt::before {
	height: 100%
}

.more-pro {
	text-align: center;
	margin-top: 80px
}

.more-pro a {
	display: inline-block;
	background-color: #00a040;
	color: #fff;
	padding: 20px 50px;
	font-size: 18px;
	font-weight: bold
}

.more-pro a i {
	margin-left: 20px
}

.hot-news {
	width: 48%;
	float: left;
	position: relative;
	margin-top: 80px
}

.hot-news img {
	width: 100%;
	height: 447px;
	object-fit: cover
}

.hot-news .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px 20px;
	color: #fff
}

.hot-news .txt a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #fff;
	font-weight: bold
}

.hot-news .txt p {
	font-size: 14px;
	margin-top: 10px
}

.index-newslist {
	background-color: #f6f6f7;
	width: 48%;
	float: right;
	padding: 15px 30px;
	margin-top: 80px
}

.index-newslist>ul>li {
	border-bottom: 1px solid #ddd;
	height: 52px;
	line-height: 50px
}

.index-newslist>ul>li a {
	display: inline-block;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	float: left;
	padding-left: 20px
}

.index-newslist>ul>li a::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #7fc1a3;
	border-radius: 5px;
	top: 22px;
	left: 0
}

.index-newslist>ul>li span {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #999
}

.index-newslist>ul>li:last-child {
	border: 0
}

.getsales {
	margin-top: 120px;
	text-align: center;
	padding-bottom: 50px
}

.getsales h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px
}

.getsales a {
	height: 46px;
	border-radius: 46px;
	background-color: #00a040;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 40px;
	color: #fff;
	line-height: 46px;
	font-weight: bold
}

.getsales a:hover {
	font-weight: bold;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.index-service {
	margin-top: 30px;
	position: relative;
	z-index: 10
}

.index-service>ul {
	margin-left: -15px;
	margin-right: -15px
}

.index-service>ul>li {
	width: 33.3333%;
	float: left;
	padding: 15px
}

.index-service>ul>li>div {
	border-bottom: 4px solid #fff
}

.index-service>ul>li .pic img {
	width: 100%
}

.index-service>ul>li .txt {
	padding: 25px 50px;
	background-color: #fff
}

.index-service>ul>li .txt span {
	display: block;
	position: relative;
	width: 59px;
	height: 59px;
	background: url(../images/serbg1.png);
	float: left
}

.index-service>ul>li .txt .sbg2 {
	background: url(../images/serbg2.png)
}

.index-service>ul>li .txt .sbg3 {
	background: url(../images/serbg3.png)
}

.index-service>ul>li .txt p {
	margin-left: 80px;
	color: #999
}

.index-service>ul>li .txt p b {
	display: block;
	font-size: 20px;
	color: #000
}

.index-service>ul>li:hover>div {
	border-bottom: 4px solid #00a040
}

.index-service>ul>li:hover .txt span {
	background: url(../images/serbg1-1.png)
}

.index-service>ul>li:hover .txt .sbg2 {
	background: url(../images/serbg2-1.png)
}

.index-service>ul>li:hover .txt .sbg3 {
	background: url(../images/serbg3-1.png)
}

.footer {
	background-color: #3b3b3b;
	padding-top: 180px;
	color: #fff;
	margin-top: -223px
}

.footer .info-txt p {
	font-size: 36px
}

.footer .info-txt h2 {
	font-size: 28px;
	padding-bottom: 20px;
	position: relative
}

.footer .info-txt h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	content: "";
	height: 3px;
	width: 50px;
	border-radius: 3px;
	background-color: #fff
}

.footer .foot-menu {
	padding: 50px 0
}

.footer .foot-menu>ul>li {
	display: inline-block;
	width: 20%;
	line-height: 2;
	float: left
}

.footer .foot-menu>ul>li h3 a {
	color: #fff;
	font-size: 18px
}

.footer .foot-menu>ul>li a {
	color: rgba(255, 255, 255, 0.7)
}

.footer .foot-menu>ul>li a:hover {
	color: #fff
}

.footer .foot-menu>ul>li p {
	font-size: 14px
}

.foot-company {
	display: inline-block;
	float: left
}

.foot-company p {
	font-size: 20px;
	font-weight: bold
}

.foot-company .en {
	font-size: 12px
}

.foot-company .other-contact {
	margin-top: 20px
}

.foot-company .other-contact div {
	display: inline-block;
	margin-right: 10px
}

.foot-nav {
	display: inline-block;
	float: right
}

.foot-nav>ul>li {
	display: inline-block;
	float: right;
	margin-right: 100px
}

.foot-nav>ul>li h3 {
	font-size: 18px;
	color: #fff
}

.foot-nav>ul>li p {
	font-size: 14px;
	margin-top: 10px
}

.foot-nav>ul>li p a {
	color: rgba(255, 255, 255, 0.7)
}

.foot-nav>ul>li:first-child {
	margin-right: 0
}

.foot-nav .iso {
	margin-top: 30px;
	text-align: right
}

.copy {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	color: rgba(255, 255, 255, 0.45);
	font-size: 12px;
	margin-top: 30px
}

.copy p {
	display: inline-block
}

.slider {
	height: calc(100% - 160px)
}

.slider .index-slider,
.slider .carousel-inner,
.slider .item {
	height: 100%
}

.slider .item a {
	display: block;
	height: 100%
}

.page-slider {
	height: 500px
}

.page-side {
	width: 270px;
	float: left
}

.page-pt {
	padding-top: 30px
}

.p-name {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	position: relative
}

.p-name span {
	font-weight: bold;
	color: #848484;
	text-transform: uppercase
}

.p-name h1 {
	font-size: 26px;
	font-weight: bold;
	color: #00a040
}

.p-name:after {
	position: absolute;
	right: 0;
	bottom: -2px;
	display: inline-block;
	width: 20px;
	height: 3px;
	content: "";
	background-color: #e9e9e9;
	z-index: 1
}

.page-nav {
	margin-top: 30px;
	border-top: 1px solid #e8e8e8
}

.page-nav>ul>li>a {
	width: 100%;
	height: 67px;
	border: 1px solid #e8e8e8;
	border-top: none;
	display: block;
	background: url(../images/about_15.jpg) no-repeat 32px center;
	line-height: 67px;
	padding-left: 55px;
	font-weight: bold;
	font-size: 16px
}

.page-nav>ul>li>a:hover,
.page-nav>ul>li .on {
	background: url(../images/about_12.jpg) no-repeat #00a040 32px center;
	color: #fff;
	border: 1px solid #00a040;
	border: none
}

.page-nav .child {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 15px 30px;
	padding-left: 55px;
	font-size: 14px
}

.page-nav .child a {
	display: block;
	padding: 8px 0;
	position: relative;
	padding-left: 15px
}

.page-nav .child a::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #00a040;
	left: 0;
	top: 15px
}

.leftbot {
	margin-top: 30px
}

.leftbot .line {
	width: 100%;
	height: 15px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
	overflow: hidden;
	font-size: 0
}

.leftbot h3 {
	font-size: 16px;
	color: #848484
}

.leftbot .tel,
.leftbot .fax,
.leftbot .email {
	padding-left: 60px;
	background: url(../images/about_18.png) no-repeat left center;
	color: #7f7f7f;
	min-height: 46px;
	font-size: 14px
}

.leftbot .fax {
	background: url(../images/about_20.png) no-repeat left center;
	line-height: 46px
}

.leftbot .tel {
	line-height: 46px
}

.leftbot .email {
	background: url(../images/about_22.png) no-repeat left center
}

.page-main {
	width: calc(100% - 340px);
	float: right;
	padding-top: 70px
}

.loc {
	border-bottom: 3px solid #00a040;
	color: #999;
	font-size: 14px;
	padding-bottom: 20px
}

.loc a {
	color: #999
}

.loc a:hover {
	color: #00a040
}

.loc p {
	padding-left: 10px;
	line-height: 1;
	border-left: 3px solid #00a040
}

.content {
	padding-top: 30px;
	line-height: 1.8
}

.content p,
.content div {
	margin-bottom: 26px
}

.content img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.footer-page {
	margin-top: 0;
	padding-top: 60px
}

.news-list>ul>li {
	padding: 10px 0
}

.news-list>ul>li i {
	font-size: 14px;
	color: #00a040;
	margin-right: 10px
}

.news-list>ul>li a,
.news-list>ul>li span,
.news-list>ul>li img {
	display: inline-block
}

.news-list>ul>li img {
	margin-left: 20px
}

.news-list>ul>li span {
	float: right
}

.listpage {
	text-align: center
}

.listpage span,
.listpage a {
	display: inline-block;
	font-family: "din";
	font-size: 18px;
	padding: 8px 20px;
	border: 1px solid #eee;
	margin: 0 5px 0 5px;
	background-color: #fff
}

.listpage span {
	color: #999
}

.yw-list>ul {
	margin-left: -15px;
	margin-right: -15px
}

.yw-list>ul>Li {
	width: 33.3333%;
	float: left;
	padding: 0 15px
}

.yw-list>ul>Li p a {
	display: block;
	padding: 20px 0;
	background-color: #00a040;
	color: #fff;
	text-align: center
}

.pro-head2 {
	background-color: #fff;
	width: 100%;
	padding: 25px 30px
}

.pro-class2>ul>li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 10px
}

.pro-class2>ul>li a {
	background-color: #88bc3c;
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	position: relative
}

.pro-class2>ul>li.current a::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	vertical-align: middle;
	border-top: 10px solid #88bc3c;
	border-left: 10px dashed transparent;
	border-right: 10px dashed transparent;
	bottom: -10px;
	left: 50%;
	margin-left: -5px
}

.pro-class2>ul>li.current a.blue:after {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	vertical-align: middle;
	border-top: 10px solid #8498ca;
	border-left: 10px dashed transparent;
	border-right: 10px dashed transparent
}

.pro-class2>ul>li.current a.orange:after {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	vertical-align: middle;
	border-top: 10px solid #e0904d;
	border-left: 10px dashed transparent;
	border-right: 10px dashed transparent
}

.pro-class2>ul>li.current a.red:after {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	vertical-align: middle;
	border-top: 10px solid #e07b85;
	border-left: 10px dashed transparent;
	border-right: 10px dashed transparent
}

.pro-keys {
	padding: 10px
}

.pro-keys>ul>li {
	display: inline-block;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 10px
}

.pro-keys>ul>li a {
	display: block
}

.sale-nav {
	background-color: #fff;
	padding: 30px 30px 40px 30px
}

.sale-nav>ul>li {
	display: inline-block;
	margin-right: 20px;
	margin-top: 15px
}

.sale-nav>ul>li a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: bold
}

.sale-nav>ul>li.current a {
	background-color: #00a040;
	color: #fff;
	border-radius: 45px
}

.sale-table {
	font-size: 18px;
	width: 100%
}

.sale-table th,
.sale-table td {
	padding: 20px 30px
}

.sale-table th {
	background-color: #00a040;
	color: #fff;
	font-weight: bold
}

.sale-table td {
	background-color: #fff;
	border-bottom: 1px solid #eee
}

.sale-table tr:nth-child(odd) td {
	background-color: #fafafa
}

.p-md {
	padding-top: 50px;
	padding-bottom: 80px
}

.contact-box h2 {
	font-size: 24px
}

.contace-list {
	margin-top: 50px
}

.contace-list>ul>li {
	width: 33.3333%;
	float: left;
	text-align: center
}

.contace-list>ul>li .pic {
	height: 50px
}

.news-title {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	padding-top: 20px
}

.news-title h1 {
	font-size: 22px
}

.news-title p {
	font-size: 14px;
	color: #999
}

.cl-message {
	background-color: #fff
}

.cl-message .cl-form {
	width: 100%;
	float: left
}

.cl-message .cl-form li {
	margin-bottom: 15px
}

.cl-message .cl-form .clinput,
.cl-message .cl-form .ly-input {
	width: 100%;
	padding: 20px;
	border: 1px solid #ddd
}

.cl-message .cl-form .ly-input {
	height: 120px
}

.cl-message .cl-form .cl-sub {
	background-color: #00a040;
	color: #fff;
	width: 100%;
	padding: 20px 0;
	border: 0
}

.r-pop {
	position: fixed;
	bottom: 50%;
	margin-bottom: -136px;
	right: 10px;
	width: 68px;
	z-index: 201;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.r-pop li {
	height: 68px;
	color: #fff;
	text-align: center;
	position: relative;
	background-color: #00a040;
	margin-bottom: 1px
}

.r-pop li p {
	height: 68px;
	width: 68px;
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 10;
	line-height: 68px
}

.r-pop li p i {
	display: block;
	font-size: 28px
}

.r-pop li a {
	color: #fff;
	display: block;
	height: 68px
}

.r-pop li a:hover {
	color: #fff
}

.r-pop li div {
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all .3s ease;
	display: none;
	width: 150px
}

.r-pop li.to-top {
	background-color: inherit
}

.r-pop li.to-top:hover {
	background-color: inherit
}

.r-pop li .pop-sys {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	border: 1px solid #eee;
	width: 150px;
	height: auto;
	padding: 10px;
	font-size: 12px;
	color: #999
}

.r-pop li .pop-sys span {
	display: inline-block;
	margin-top: 5px
}

.r-pop li .pop-sys img {
	width: 120px
}

.r-pop li:hover {
	background-color: #038b39
}

.r-pop li:hover .pop-tel {
	right: 69px;
	background-color: #038b39;
	height: 67px;
	line-height: 68px;
	font-size: 16px;
	display: block;
	z-index: 2
}

.r-pop li:hover .pop-sys {
	display: block;
	right: 69px
}

.l-pop {
	position: fixed;
	bottom: 50%;
	margin-bottom: -95px;
	border: 1px solid #e2e2e2;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	background-color: #f5f5f5;
	border-radius: 3px;
	left: 0;
	text-align: center;
	width: 120px;
	z-index: 999
}

.l-pop p {
	margin-top: 15px;
	padding-bottom: 10px;
	text-align: center
}

.l-pop p span {
	background-color: #00306e;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	padding: 4px 15px;
	font-size: 14px
}

.l-pop a {
	display: block
}

.l-pop a:hover p span {
	background-color: #44c3f3
}

#open {
	display: none
}
.gys-list>ul>li {
	width: 25%;
	float: left;
	padding: 10px;
	margin-top: 15px
}

.gys-list>ul>li>div {
	text-align: center
}

.gys-list>ul>li>div .pic {
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 10px
}

.gys-list>ul>li>div img {
	height: 60px;
	max-width: 100%
}