body {
	font-family: "Microsoft YaHei", "Arial";
	max-width: 1920px;
	font-weight: normal;
 --color: #666;
	margin: 0 auto;
	background: #e7e9f2;
}
.ui.container {
	padding: 0 15px;
	position: relative;
	width:1250px;
}
.body-overflow-box {
	position: relative;
	left: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.container {
	width: 1530px;
}
.images-box {
	overflow: hidden;
	position: relative;
}
.images-box img {
	transition: 1s ease;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
}
.images-box:hover img {
	transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
	-webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
	-moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
	-ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
	-o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
	overflow: hidden;
	position: relative;
}
.scroll-box ul {
	width: 9999px;
}
.scroll-box ul li {
	float: left;
}
h1, h2, h3, h4, h5 {
	font-weight: 500;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui.container {
	padding: 0 15px;
	position: relative;
}
.ui.container > .item {
	padding-left: 0;
	padding-right: 0;
}
.ui.menu {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: none;
	margin: 0;
	box-shadow: 0 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 0 #fff;
	-moz-box-shadow: 0 0 0 0 #fff;
	-ms-box-shadow: 0 0 0 0 #fff;
	-o-box-shadow: 0 0 0 0 #fff;
	min-height: auto;
	background: none;
}
.ui.header:first-child {
	margin-top: 0;
}
.ui.header {
	margin: 0;
	font-weight: 500;
}
.item {
	border-left: none!important;
	border-right: none!important;
}
.item:before, .item:after {
	display: none!important;
}
header {
	width: 100%;
	float: left;
}
footer {
	width: 100%;
	float: left;
}
.inner-banner {
	width: 100%;
	float: left;
}
#header {
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
#header .h-top .language-choose {
	position: relative;
	line-height: 72px;
	height: 72px;
}
#header .h-top .language-choose span {
	height: 72px;
	display: block;
	cursor: pointer;
	color: #fff;
}
#header .h-top .language-choose .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 140px;
	background: #000;
	text-align: left;
	z-index: 101;
}
#header .h-top .language-choose .sub-menu li {
	line-height: normal;
}
#header .h-top .language-choose .sub-menu li a {
	font-size: 15px;
	color: #fff;
	display: block;
	padding: 10px 18px;
}
#header .h-top .language-choose .sub-menu li em {
	padding-left: 20px;
}
#header .h-top .language-choose .sub-menu li:hover {
	background: #222;
}
#header .menu-box {
	padding: 0;
	line-height: 72px;
	height: 72px;
	position: relative;
	width: 60%;
	float: right;
}
#header .menu-box .menu {
	text-align: center;
}
#header .menu-box .menu > li {
	display: inline-block;
	position: relative;
	text-transform: capitalize;
	vertical-align: top;
}
#header .menu-box .menu > li > a {
	color: #fff;
	display: block;
	position: relative;
}
#header .h-menu .menu-box .menu > li > a {
	color: #000;
}
#header .menu-box .menu > li:hover > a {
	color: #000;
}
#header .menu-box .menu > li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 240px;
	background: #000;
	text-align: left;
	z-index: 101;
	display: none;
}
#header .menu-box .menu > li .sub-menu li {
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	line-height: normal;
}
#header .menu-box .menu > li .sub-menu li a {
	font-size: 15px;
	color: #fff;
	display: block;
	padding: 10px 18px;
}
#header .menu-box .menu > li .sub-menu li:hover {
	background: #009b4a;
}
#header .menu-box .menu > li .sub-menu li:hover a {
	color: #fff;
}
#header .h-menu {float:right; position:relative;
}
#header .h-menu .i-product {
	width: 100%;
	float: left;
}
#header .h-menu .i-product .menu-box {
	height: 59px;
	line-height: 59px;
	width: 100%;
	margin-left: 0;
}
#header .h-menu .i-search {
	height: 50px;
	border-left: 1px solid #ecebe9;
	width: 15%;
	float: right;
	padding-left: 1%; background-color:#fff;width:300px;
	position: absolute;
	right: 0; position:absolute;top:100%;display:none;
}
.h-menu-1{line-height: 72px;
  height: 72px;}
.h-menu-1 img{vertical-align: middle;}

#header .h-menu .i-search form {
	height: 30px;
	line-height: 30px;
	position: relative;
}
#header .h-menu .i-search form input {
	width: 100%;
	background: none;
	border: none;
	border-bottom: 1px solid #f5f5f4;
	outline: none;
	padding: 12px 10px;
	font-size: 15px;
	color: #000;
}
#header .h-menu .i-search form input[type="submit"] {
	width: 22px;
	height: 22px;
	padding: 0;
	border: none;
	background: url(../images/search-black-icon.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 5px;
	top: 18px;
	z-index: 2;
}
#header .nav {
	background: #009b4a url(../images/web-headbg.jpg) no-repeat center center fixed !important;
	background-size: auto;
	background-size: cover !important;
	position: relative;
}
#header .nav .navcenter{width:1200px;margin:auto;}

#header .nav .logo img {
	margin-top: 5px;
}
#header .nav .fr p {
	line-height: 72px;
	;
	color: #fff;
}
#header .nav .fr p .fa {
	font-size: 18px;
	margin: 0 8px;
}
#header.h-header {
	position: fixed;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#index-body {
	width: 100%;
	float: left;
}
 @-webkit-keyframes ks {
 from {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
 10% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 80% {
 -webkit-transform: scale(1.5);
 -moz-transform: scale(1.5);
 -ms-transform: scale(1.5);
 -o-transform: scale(1.5);
 transform: scale(1.5);
 opacity: 0.3;
}
to {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}
}
@-o-keyframes ks {
 from {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
 10% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 80% {
 -webkit-transform: scale(1.5);
 -moz-transform: scale(1.5);
 -ms-transform: scale(1.5);
 -o-transform: scale(1.5);
 transform: scale(1.5);
 opacity: 0.3;
}
to {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}
}
@-moz-keyframes ks {
 from {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
 10% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 80% {
 -webkit-transform: scale(1.5);
 -moz-transform: scale(1.5);
 -ms-transform: scale(1.5);
 -o-transform: scale(1.5);
 transform: scale(1.5);
 opacity: 0.3;
}
to {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}
}
@keyframes ks {
 from {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
 10% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 80% {
 -webkit-transform: scale(1.5);
 -moz-transform: scale(1.5);
 -ms-transform: scale(1.5);
 -o-transform: scale(1.5);
 transform: scale(1.5);
 opacity: 0.3;
}
to {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}
}
svg {
	max-height: 30px;
	width: auto;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	fill: #000;
}
svg text {
	fill: #000;
}
svg:hover {
	fill: #000;
}
svg g.en {
	display: block;
}
svg g.cn {
	display: none;
}
@media screen and (max-width: 1630px) {
.container {
	width: 1400px;
}
#header .menu-box .menu > li {
	margin: 0 15px;
}
#header .nav .fr p .fa {
	font-size: 15px;
	margin: 0 4px;
}
#index-body .i-why .column h3 {
	font-size: 30px;
}
}
@media screen and (max-width: 1450px) {
#header .menu-box .menu>li>a {

}
div#header .menu-box.fl .menu-menu-container li a {

}
div#header .menu-box.fl .menu-menu-container li .sub-menu a {
	padding: 10px 18px !important;
}
#header .nav .fr p {
	margin-left: 0px;
}
}
@media screen and (max-width: 1400px) {
.container {
	width: 1200px;
}
#header .menu-box {
	width: 64%;
}
#header .menu-box {
	text-align: left;
}
#header .menu-box .menu > li {
	margin: 0 8px;
}
#header .menu-box .menu>li>a {
	font-size: 15px!important;
}
#header .h-menu .i-product .menu-box.fl li a {
	padding: 0 6px!important;
}
}
 @media screen and (max-width: 1200px) {
.container {
	width: 970px;
}
#header .h-menu .i-product .menu-box.fl li a {
	font-size: 14px;
	padding: 0 4px!important;
}
}
@media screen and (max-width: 1000px) {
.container {
	width: 700px;
}
#footer .footer-top h2 {
	font-size: 14px;
	margin-bottom: 10px;
}
}
 @media screen and (max-width: 700px) {
.container {
	width: 100%;
}
table {
/*	display: block;*/
	width: 100%;
	overflow-x: scroll;
}
}
 @media screen and (max-width: 500px) {
#banner .banner-list ul li .grid-box .column:nth-child(1), #banner .banner-list ul li .grid-box .column:nth-child(2) {
	padding: 0 3% 20px;
	width: 100%;
}
#banner .banner-list ul li .grid-box .column h2 {
	font-size: 20px;
}
#banner .banner-list ul li .grid-box .column a.more {
	font-size: 14px;
}
#index-body .i-about .grid-box .column:nth-child(2) a.more {
	font-size: 16px;
}
#index-body .i-news {
	padding: 30px 0;
}
#index-body .i-news .news-list ul li .column:nth-child(2) h2 {
	font-size: 18px;
}
}
 @media screen and (max-width: 1000px) {
#footer .footer-top .grid-box .column ul li {
	font-size: 14px;
}
}
#header .h-menu .i-search form input[type=submit] {
	width: 18px;
	height: 18px;
	top: 5px;
}
#header .h-menu .i-search form input {
	padding: 0px 10px;
	margin-top: 10px;
	font-size: 14px;
	color: #000;
}
#header .menu-box .menu>li>a {
	font-size: 16px;
	padding: 0 20px;
	z-index: 1;
}
#header .menu-box .menu>li:after {
	position: absolute;
	content: "";
	width: 0px;
	height: 100%;
	background: #000;
	left: 0;
	top: 0;
	transition: .5s;
}
#header .menu-box .menu>li:hover:after {
	width: 100%;
}
#header .menu-box .menu>li:hover a {
	color: #fff;
}
#banner {
	width: 100%;
	margin: 0 auto;
	float: left;
}
#banner .banner-list ul li .grid-box .column h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
#banner .banner-list ul li .grid-box .column h2 {
	font-size: 68px;
	font-weight: bold;
}
#banner .banner-list ul li .grid-box .column p {
	line-height: 30px;
	width: 70%;
	font-size: 14px;
	font-weight: 700;
}
#banner a.contact.zuob {
	letter-spacing: 4px;
	left: 0;
	font-size: 10px;
	font-weight: 600;
}
 @media screen and (max-width: 1630px) {
div#header .menu-box.fl .menu-menu-container li {
	margin: 0;
}
div#header .menu-box.fl .menu-menu-container li a {
	padding: 0px 10px;
	z-index: 1;
}
div#header .menu-box.fl .menu-menu-container li .sub-menu a {
	padding: 10px 18px;
}
#header .h-menu .i-product .menu-box.fl li {
	margin: 0;
}
#header .h-menu .i-product .menu-box.fl li a {
	padding: 0 18px;
}
}
 @media(max-width:1300px) {
#header .menu-box {
	width: 60%;
}
}
 @media(max-width:1170px) {
#header .menu-box {
	width: 58%;
}
}
#footer {
	background: #009b4a;
	background-size: cover;
	width: 100%;
	float: left;
}
#footer .footer-top {
	padding: 60px 0 55px; text-align:center;
}
#footer .footer-top .box {
	margin: -10px;
}
#footer .footer-top .box .slide {
	padding: 10px;
	vertical-align: middle;
}
#footer .footer-top .box .slide .logo {
	display: block;
}
#footer .footer-top .box .slide h6 {
	font-size: 22px;
	line-height: 1.2;
	margin: 30px 0;
	font-weight: bold;
	color: #fff;
}
#footer .footer-top .box .slide .text {
	font-size: 16px;
	line-height: 30px;
	max-width: 660px;
	color: rgba(255,255,255,.7);
}
#footer .footer-top .box .slide .text span {
	font-size: 100%;
}
#footer .footer-top .box .slide .list {
	font-size: 24px;
	line-height: 2.5;
	font-weight: bold;
	text-align: center;
}
#footer .footer-top .box .slide .list li {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
#footer .footer-top .box .slide .list li a {
	color: rgba(255,255,255,.7);
}
#footer .footer-top .box .slide .list li a:hover {
	color: rgba(255,255,255,1);
}
#footer .footer-top .box .slide .list li ul, #footer .footer-top .box .slide .list li:first-child {
}
#footer .footer-top .box .slide .list li:hover {
	color: #009b4a;
}
#footer .footer-top .box .slide:nth-child(1) {
	width: 26%;
}
#footer .footer-top .box .slide:nth-child(2) {
	width: 22%;
	border-left: 1px solid rgba(255,255,255,.2);
	border-right: 1px solid rgba(255,255,255,.2);
	padding-top: 2%;
	padding-bottom: 2%;
}
#footer .footer-top .box .slide:nth-child(3) {
	width: 22%;
	border-right: 1px solid rgba(255,255,255,.2);
	padding-top: 2%;
	padding-bottom: 2%;
}
#footer .footer-top .box .slide:nth-child(4) {
	width: 20%;
	text-align: right;
}
#footer .footer-top .box .slide:nth-child(4) .txt-right {
	display: inline-block;
	text-align: center;
}
#footer .footer-top .box .slide:nth-child(4) h6 {
	margin: 0;
}
#footer .footer-top .box .slide:nth-child(4) #ewm {
	width: 135px;
	border: 4px solid white;
	margin: 10px auto;
	display: block;
}
#footer .footer-top .box .slide:nth-child(4) .share {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 10%;
}
#footer .footer-top .box .slide:nth-child(4) .share a {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;margin-left:5px;margin-right:5px;
}
#footer .footer-bottom {
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.2);
	font-size: 14px;
	color: rgba(255,255,255,.5);
}
#footer .footer-bottom p {
	display: inline-block;
}
#footer .footer-bottom svg {
	max-height: 26px;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	fill: black;
	margin-top: -0.2em;
}
#footer .footer-bottom svg:hover {
	fill: #009b4a;
}
#footer .footer-bottom a {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
#footer .footer-bottom a:hover {
	color: #009b4a;
}
#fixed {
	position: fixed;
	right: 2%;
	bottom: 2%;
	z-index: 22;
}
#fixed a {
	display: block;
	max-width: 60px;
	margin: 20px 0;
	cursor: pointer;
	cursor: hand;
	overflow: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
#fixed a.top {
	height: 60px;
}
#fixed.top a.top {
	height: 0;
}
#header .menu-box .menu > li:nth-child(2) .sub-menu li:nth-child(1){display:none;}
#header .menu-box .menu > li:nth-child(3) .sub-menu li:nth-child(1){display:none;}

 @media screen and (max-width: 1750px) {
.ui.container {
	width: 80%;
}
#header .nav .ui.menu .menu-box ul.menu > li,  #header .nav .ui.menu .box .yuy span {
	font-size: 16px;
}
#header .nav .ui.menu .logo {
	margin-left: 3%;
}
#header .nav .ui.menu .logo img {
	max-height: 50px;
}
#header .nav .ui.menu .h-search img {
	max-height: 24px;
}
#header .nav .ui.menu a.btn {
	font-size: 14px;
}
#header .nav {
	line-height: 80px;
	height: 80px;
}
#banner li .content p {
	font-size: 24px;
}
#banner li .content h2 {
	font-size: 52px;
}
#banner li .content a.more {
	line-height: 40px;
	height: 40px;
	padding: 0 25px;
	font-size: 16px;
}
#banner .slick-arrow {
	width: 44px;
	height: 44px;
}
#index-body .init-1 .list ul li .img-box .text h6,  #index-body .init-4 .list ul li h6,  #footer .footer-top .box .slide h6,  #footer .footer-top .box .slide .list {
	font-size: 24px;
}
#footer .footer-top {
	padding: 60px 0;
}
#footer .footer-top .box .slide .logo img {
	max-height: 70px;
}
#footer .footer-top .box .slide .text {
	font-size: 16px;
}
#fixed a {
	max-width: 40px;
}
#fixed a.top {
	height: 40px;
}
#footer .footer-bottom {
	font-size: 14px;
}
#footer .footer-bottom svg {
	max-height: 24px;
}
}
@media screen and (max-width: 1450px) {
.ui.container {

}
}
 @media screen and (max-width: 1000px) {
.ui.container {

}
#index-body .init-3 .box .right .text, #index-body .init-5 .left .list ul li, #index-body .init-4 .list ul li .text, #footer .footer-top .box .slide .text, #header .nav .ui.menu .menu-box ul.menu>li, #header .nav .ui.menu .box .yuy span {
	font-size: 14px;
	line-height: 30px;
}
.footnde {
	display: none!important;
}
.yincang {
	display: none;
}
#footer .footer-top .box .slide {
	display: none;
}
#footer .footer-top .box .slide:nth-child(1) {
	width: 100%;
	display: block;
}
#footer .footer-top .box .slide h6 {
	margin: 15px 0;
}
#footer .footer-top {
	padding: 25px 0;
}
}
 @media screen and (max-width: 700px) {
.ui.container {
	width: 100%;
}
} 
@media screen and (max-width:1260px) {
 .ui.container {
    width: 95%;
  }}

@media screen and (max-width:800px) {
 .ui.container {
    width: 95%;
  }}