* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    width: 100% !important;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#pages {
    margin-top: 20px;
    clear: both;
}

#pages a,
#pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #4aa138;
    background-color: #4aa138;
}

.trans {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover,
.text-white a:hover {
    color: #4aa138;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
}

.font-bold {
    font-weight: bold;
}

.text-white,
.text-white a {
    color: #fff;
}

.word-break,.home-product-name,.product-name{
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(min-width:1439px) {
    .container {
        width: 1400px;
    }
}

@media(min-width:1600px) {
    .container {
        width: 1600px;
    }
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-30 {
    margin-top: 30px;
}

.padding-zero {
    padding: 0;
}

/* 
.nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
} */

.nav-bg .link {
    color: #fff !important;
}

.hide-catname {
    font-size: 32px;
}



.home-brand {
    font-size: 32px;
}

.top-language span {
    font-size: 16px;
    padding: 0 15px;
}

.home-about {
 /*    background-image: url(../../images/home-about-bg.jpg);
    background-repeat: no-repeat;
    background-position: center; */
    padding-top: 50px;
}

.container-about {
    position: relative;
}

.text-brand {
    color: #f08200;
}

.text-brand2 {
    color: #f08200;
}

.text-brand3 {
    color: #f08200;
}

.home-about-brand {
    font-size: 36px;
}

.home-brand-two {
    font-size: 24px;
}

.home-brand-two:after {
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f08200;
    display: inline-block;
}

.home-brand-three {
    font-size: 18px;
    padding-top: 10px;
}

.home-about-info {
    font-size: 16px;
    line-height: 1.75em;
    padding-top: 30px;
}

.home-about-btn a {
    background-color: #f08200;
    color: #fff;
    padding: 10px 30px;
}

.swiper-about {
    overflow: hidden;
    padding-bottom: 50px !important;
}

.swiper-pagination-about {
    text-align: left !important;
    padding-left: 15px;
    padding-top: 30px;
}

.button-about {
    padding-top: 15px;
}

.about-next {
    top: auto !important;
    bottom: 0 !important;
}

.about-prev {
    left: auto !important;
    right: 70px !important;
    top: auto !important;
    bottom: 0 !important;
}

.home-pro-nav {
    background-image: url(../../images/home-pro-bg.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 50px;
}

.nav-item-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    background-image: url(../../images/icon.png);
    background-repeat: no-repeat;
}

#pro-nav .home-nav-item:nth-of-type(1) .nav-item-icon {
    background-position: 0 0;
}

#pro-nav .home-nav-item:nth-of-type(2) .nav-item-icon {
    background-position: -70px 0;
}

#pro-nav .home-nav-item:nth-of-type(3) .nav-item-icon {
    background-position: -140px 0;
}

#pro-nav .home-nav-item:nth-of-type(4) .nav-item-icon {
    background-position: -210px 0;
}

#pro-nav {
    padding-top: 50px;
    width: 200px;
}

.home-nav-item {
    padding: 30px 0;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.home-pro-brand {
    font-size: 32px;
    padding-top: 15px;
}

.left-zero {
    padding-left: 0;
}



.home-pro-item {
    display: none;
}

.home-nav-item {
    cursor: pointer;
}

.pro-nav-active::after {
    content: " ";
    width: 50px;
    height: 4px;
    background-color: #f08200;
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 76px;
}

.pro-nav-active .nav-item-icon {
    background-position-y: -70px !important;
}

.pro-nav-active,
.pro-nav-active .text-center {
    color: #f08200;
}

.home-sou {
    background-image: url(../../images/sou-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.sou-btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 15px;
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

p {
    margin: 0;
}

.sou-btn-black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    z-index: 0;
    padding: 15px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sou-btn:hover .sou-btn-black {
    top: 0;
}

.sou-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 153, 68, .8);
    z-index: -1;
}

.home-partner {
    padding: 50px 0;
}


.home-news-right span {
    padding: 0 15px;
}

.home-news-right {
    font-size: 16px;
    line-height: 80px;
}

.home-news-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 260px;
}

.home-news-title {
    font-size: 18px;
    padding-top: 15px;

}

.home-news-des {
    color: #7e7e7e;
    padding-top: 10px;
    padding-bottom: 20px;
}

.footer {
    background-color: #313131;
    padding-top: 50px;
}

.footer-logo {
    padding-top: 50px;
}

.footer-nav-brand {
    font-size: 18px;
}

.footer-ul {
    line-height: 1.75em;
    padding-top: 10px;
}

.copyright {
    line-height: 40px;
    padding-top: 30px;
    padding-bottom: 10px;
    overflow: hidden;
}

.bread {
    background-color: #f5f5f5;
    padding: 15px 0;
}

.bread-btn {
    background-color: #1c86cf;
    padding: 10px 30px;
    margin-right: 30px;
    font-size: 16px;
    display: inline-block;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.Location {
    line-height: 42px;
    font-size: 16px;
}

.cat-about,
.cat-culture {
    padding: 50px 0;
}

.cat-culture {
    background-color: #f7f7f7;
    background-image: url(../../images/partner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}


.cat-pro-brand {
    font-size: 24px;
}

.cat-pro-i {
    padding: 8px 0;
}

.cat-pro-info {
    color: #535353;
    font-size: 16px;
    padding-top: 15px;
    line-height: 1.5em;
}

.cat-pro-item {
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 30px 15px;
    margin-bottom: 30px;
}

.cat-pro-i:hover {
    padding-left: 8px;
}

.margin-top-15 {
    margin-top: 15px;
}

/*PRODUCT*/

.cat-pro-title {
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.cat-info-add {
    color: #acacac;
    line-height: 1.75em;
}

.cat-pro-table tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}

.cat-news-img {
    height: 300px;
    background-position: center;
    background-size: cover;
}

.cat-news-title {
    font-size: 18px;
    padding-top: 15px;
}

.cat-news-item:hover .cat-news-arr img {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.cat-news-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.cat-news-i {
    background-color: #f7f7f7;
    padding: 15px;
    overflow: hidden;
}

.cat-news-time {
    line-height: 30px;
    color: #4aa138;
}

.cat-news-item:hover a {
    color: #4aa138;
}

.show-news-title {
    font-size: 24px;
}

.show-news-time {
    padding: 8px 0;
    color: #535353;
}

.show-news-info {
    font-size: 16px;
    line-height: 1.75em;
    padding-top: 15px;
}

.next {
    font-size: 16px;
}

.job-need {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.job-btn {
    background-color: #1c86cf;
    padding: 8px 30px;
    color: #fff;
    display: inline-block;
    margin: 30px 30px 0 0;
}

.job-btn:hover {
    color: #fff;
    background-color: #f08200;
}

.test-nium,
.test-brand {
    color: #acacac
}

.test-nium {
    font-size: 48px;
    font-family: fantasy;
}

.test-brand {
    font-size: 24px;
}

.test-info {
    font-size: 16px;
}

.cat-test-item {
    background-color: #f7f7f7;
    padding-top: 30px;
	padding-left:15px;
    overflow: hidden;
	margin-bottom:30px;
}

.map #container {
    height: 500px;
}

.info-title {
    background-color: #0089e1;
    color: #fff;
    padding: 5px 10px;
}

.info-content {
    font-size: 14px;
    line-height: 1.5em;
    padding: 5px 10px;
}

.partner-container,
.home-product-container,
.product-container,
.honor-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
	background-color:#fff;
}

.partner-container a,
.home-product-container a,
.product-container a,
.honor-container a {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.partner-container a img,
.home-product-container a img,
.product-container a img,
.honor-container a img {
    max-width: 100%;
    margin: 0 auto;
}

.home-product-container,
.home-product-container a {
    height: 180px;
}

.home-product-container a img {
    max-height: 170px;
}

.product-container,
.product-container a,
.honor-container,
.honor-container a{
    height: 200px;
}

.product-container a img,
.honor-container a img{
    max-height: 200px;
}


.partner-container,
.partner-container a {
    height: 150px;
}

.partner-container a img {
    max-height: 150px;
}

.product-name,
.honor-name,
.home-product-name {
    border: 1px solid #ddd;
    border-top: none;
    line-height: 40px;
    margin-bottom: 30px;
	padding:0 15px;
}
.sol-img{
	height:160px;
	background:#fff;
	overflow:hidden;
	border:1px solid #ddd;
}
.sol-img img{
	max-height:160px;
}
.sol-title{
	padding:10px 0;
}
.show-sol-info{
	font-size:16px;
	line-height:1.75em;
}
.bread{
	margin-bottom:30px;
}
.sol-title{
	border:1px solid #ddd;
	border-top:none;
	margin-bottom:30px;
}
.brand-more{
	font-size:14px;
}
.partner-container{
	margin-bottom:30px;
}
.bread-btn-active,.bread-btn:hover{
	background-color:#4aa138;
}
.bread-btn-active:hover,.bread-btn:hover{
	color:#fff !important;
}

.show-page{
	font-size:16px;
	line-height:1.75em;
}

.zc-b1,.zc-b{
	border:1px solid #ddd;
	padding:15px;
}
.zc-b{
	min-height:260px;
}
.zc-b1{
	margin-bottom:30px;
}
.l-pro-img{
	height:90px;
	background-color:#fff;
	border:1px solid #ddd;
	display: flex;
	overflow:hidden;
}
.cat-so-item{
	overflow:hidden;
	margin-bottom:30px;
	background-color:#f5f5f5;
	padding:15px 30px;
}
.cat-so-pic{
	background-color:#fff;
}
.cat-so-brand{
	padding-bottom:15px;	
}
.cat-so-ja{
	font-size:22px;
	padding:0 15px;
}
@media(min-width:1025px){
	.menue-nav li:last-child{
		margin-right:0 !important;
	}
}
.banner{
	position: relative;	
}
@media(max-width:768px){
	body{
		padding-bottom:60px;
	}
	.logo{
		max-height:60px;
	}
	.home-about-info{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 7;
	}
	.home-a-pic{
		margin-top:30px;
	}
	.margin-top-60{
		margin-top:30px;
	}
	.wiper-pagination-about{
		display:none;
	}
	.home-pro-nav{
		padding:30px 15px;
		background-image:none;
		background-color:#f08200;
		overflow:hidden;
	}
	#pro-nav{
		width:100%;
		padding-top:30px;
	}
	.pro-nav-active::after{
		content:none;
	}
	.home-nav-item{
		width:25%;
		float:left;
		padding:0;.
		font-size:14px;
	}
	.home-product-container, .home-product-container a{
		height:150px;
	}
	.home-product-container a img{
		height:140px;
	}
	.home-sou{
		padding:0;
		background-image:none;
		background-color:#f08200;
	}
	.home-about-brand,.home-brand-two{
		padding:0 15px;
	}
	.partner-container{
		margin-bottom:0;
	}
	.copyright{
		text-align:center;
	}
	.bread .col-sm-8{
		display:none;
	}
	.show-page{
		padding:0 15px;
	}
	.cat-pro-item .col-sm-8{
		padding:0;
	}
	.cat-pro-item .margin-top-15{
		overflow:hidden;
	}
	.l-pro-img img{
		max-height:90px;
	}
	.show-pro-info,.cat-pro-info{
		padding:0 15px;
	}
	.zc-b{
		margin-bottom:30px;
	}
	body{
		padding-top:60px;
	}
	.partner-container, .partner-container a{
		height:70px;
	}
	.partner-container a img{
		height:70px;
	}
}
.swiper-pagination-about span{
	margin:0 5px;
}
.footer-bottom{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	overflow:hidden;
	background-color:#f08200;
	z-index:9999;
}
.home-video{
	position: relative;
}
.home-video video{
	position: absolute;
    top: 0;
	left:0;
	max-height:100%;
}
.home-partner .container{
	overflow:hidden;
}

.sw1 .swiper-wrapper{
	margin-top:-60px;
	height:60px;
	line-height:60px;
	font-size:16px;
	color:#fff;
	background-color:rgba(239,129,0,.8)
}
.sw1{
	margin-top:-60px;
	cursor: pointer;
}
.sw1 .swiper-wrapper .swiper-slide{
	border-right:1px solid #fff;
}
.nav{
	position: fixed;
	width:100%;
	top:0;
	left:0;
	z-index:9999;
	background-color:#fff;
}
@media(min-width:768px){
	body{
		padding-top:86px;
	}
}
.home-a-video{
	position: relative;
}
.home-a-video video{
	position: absolute;
	top:0;
	left:0;
	height:auto;
	width:100%;
}
.culture-info{
	border:1px solid #ddd;
	padding:15px;
	margin-bottom:30px;
	border-top:none;
}
.culture-name{
	font-size:22px;
	border-bottom:1px solid #f5f5f5;
	padding-bottom:15px;
	margin-bottom:15px;
}
.culture-des{
	font-size:16px;
	color:#555;
}
.culture-container{
	border:1px solid #ddd;
	padding:5px;
}