@charset "utf-8";
/* CSS Document */
html, body {
	min-height: 100%;
}

body {
	font-family: Futura-regular;
	font-size:14px;
	color:#000000;
	margin:0;
	padding:0;	
}

*{
	box-sizing: border-box;
	font-family: 'Futura-regular'; 
	
}

h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	margin: 0;
}
p{
	margin: 0
}

ul,ol,li{
	list-style: none;
	list-style-type:none;
    margin:0;
	padding:0;
}
button{
    outline:none;
}
img { 
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #232323;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
	    border: #c1c1c1;
}

input, textarea {
	outline: none;
	border: none;
}
input::-webkit-input-placeholder {
	color:#fff; 
} 

input:-moz-placeholder { 
	color:#fff; 
} 

input::-moz-placeholder {
	color:#fff; 
} 

input:-ms-input-placeholder {
	color:#fff; 
} 

textarea {
	resize: none;
	overflow: auto;
}
.imageContainer.ne{
	padding: 0!important
}
.clear_fixed, .clearfix, .clear{
	clear: both
}

/*滑动*/
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    display: none!important;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center;
    width: 80%;
    margin: 0 10%;
	position: absolute;
    bottom: -30px;
	display: none
}
.bx-wrapper{
	position: relative;
	margin: auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #387d35!important;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #387d35;
}
body .bx-wrapper .bx-controls-direction a {
    background: url(../images/large_right.png) no-Repeat 0 -40px;
    width: 40px;
    height: 40px;
    transform: rotate( 
180deg
 );
}
body .bx-wrapper .bx-controls-direction .bx-prev{
	left: 0px;
}
body .bx-wrapper .bx-controls-direction .bx-next {
    background: url(../images/large_right.png) no-Repeat 0 -40px;
    transform: rotate( 
360deg
 );
	right: 0px;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 24px;
    height: 37px;
     text-indent: -9999px; 
    z-index: 99;
    font-size: 0px;
}

.index-banner{
	position: relative;
}
.index-banner>img{
	width: 100%;
	margin-top: -25px;
}
.index-banner-text{
	position: absolute;
	left: 14%;
	top: 30%;
	z-index: 9
}
.index-catelogy-six-over img{
	width: 100%;
	transition: 0.5s;
	height: 100%;
}
.index-catelogy-six-over{
	overflow: hidden;
	transition: 0.5s;
}
.index-catelogy-six-box:hover img{
	transform: scale(1.05);
	transition: 0.5s;
}
.index-banner-text h1{
	font-size: 36px;
	font-weight: bold;
	color: #d38291;
	margin-bottom: 60px;
}
.index-banner-text p {
    font-size: 20px;
    color: #fff;
    width: 70%;
    line-height: 30px;
}

.index-products-catelogy {
    margin: 60px auto;
    max-width: 1340px;
}
.index-products-huadong-all {
    margin: 70px auto;
}
.index-products-catelogy-title{
	text-align: center;
	margin-bottom: 40px;
}
.index-products-catelogy-title h2,.index-why-choose-title h2,.index-clients-all h2,.index-news-four-all h2{
	font-size: 36px;
	font-weight: bold;
	color: #232323;
	margin-bottom: 20px;
	text-align: center;
}
.index-products-catelogy-title p,.index-why-choose-title p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.index-catelogy-six-all {
    display: flex;
    flex-flow: wrap;
    margin-top: 20px;
}
.index-catelogy-six-box {
    width: 32%;
    margin-right: 2%;
    position: relative;
	transition: all .5s;
	background: #fff;
}
.index-catelogy-six-box:nth-child(3n) {
    margin-right: 0;
}
.index-catelogy-text h2{
	font-size: 18px;
	color: #232323;
	transition: 0.5s;
	text-align: center;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index-products-recommendation {
    text-align: center;
}
.index-catelogy-six-box:hover{
	-webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}

/*
.index-catelogy-six-box .index-catelogy-text {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    transition: all .5s;
} 

*/
/*
.index-catelogy-text>a{
	display: inline-block;
	width: 100%;
}
*/
.index-catelogy-a{
	display: inline-block;
	width: 116px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	background: #d38291;
	display: none
}
.index-oem-all {
    width: 100%;
    background-image: url(../images/oem.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    background-position: center;
    overflow: hidden;
	position: relative;
	height: 500px;
	display: flex
}
.index-oem-all-text {
    margin: auto;
    max-width: 1050px;
    background: #ffffff90;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
}
.index-oem-all-text h2{
	font-size: 36px;
	font-weight: bold;
	color: #d38291;
	margin-bottom: 20px;
}
.index-oem-all-text p{
	font-size: 16px;
	color: #666;
	line-height: 25px;
}
.index-oem-all-text a{
	display: inline-block;
	width: 210px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	border: 1px solid #d38291;
	color: #d38291;
	margin-top: 20px;
	transition: 0.5s
}
.index-oem-all-text a:hover{
	transition: 0.5s;
	background: #d38291;
	color: #fff;
}
.index-why-choose-text {
    max-width: 1340px;
    margin: auto;
}
.index-why-choose {
    margin: 80px auto;
    background: #fafaf3;
}
.index-why-choose-title {
    text-align: center;
	padding-top: 40px;
}
.index-why-choose-text {
    padding: 40px 0;
}
.index-why-choose-left {
    float: left;
    width: 50%;
}
.index-why-choose-right>img{
	width: 100%
}
.index-why-choose-right {
    float: right;
    width: 48%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-why-choose-right-icon {
    position: absolute;
	cursor: pointer
}
.index-about-a{
	display: inline-block;
	text-align: center;
	background: #d38291;
	color: #fff;
	font-size: 14px;
	width: 235px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
}
.index-icon-title {
    display: flex;
	margin-bottom: 10px;
}
.index-icon-title h3{
	margin-left: 20px;
	font-size: 18px;
	color: #d38291;
	font-weight: bold
}
.index-why-choose-left-three>p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.index-why-choose-left-three{
	margin-bottom: 30px;
}
.index-clients-all {
    margin: auto;
    max-width: 1340px;
}
.index-clients-all img {
    width: 100%;
}
.index-news-four-all{
	margin: 80px auto;
	max-width: 1340px;
}
.index-news-flex{
	display: flex
}
.index-news-all-box>img{
	width: 100%;
}
.index-news-all-box {
    width: 23.5%;
    margin-right: 2%;
}
.index-news-all-box:nth-child(4) {
    margin-right: 0;
}
.index-news-all-box h3{
	font-size: 14px;
	color: #333;
	margin: 10px 0 20px 0;
	overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
    word-break: break-all;
}
.index-news-all-box a{
	color: #d38291;
	display: inline-block;
	font-size: 14px;
}



/*foot*/
.foot-mm {
    background: #202020;
}
.foot-all-mm {
    max-width: 1340px;
    margin: auto;
    padding: 50px 0 0px 0;
}
.foot-content {
    width: 21%;
    float: left;
}
.foot-bottom p{
	text-align: center;
}
.foot-bottom{
	line-height: 60px;
	margin: auto;
	max-width: 1340px;
}
.foot-content h2{
	color: #fff;
	font-size: 20px;
    margin-bottom: 20px;	
	letter-spacing: 1px;
}
.foot-content h2{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.foot-content form {
    height: 40px;  
    line-height: 35px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-right: 0px;
    border: 1px solid #4084c5;
	display: none
}
.foot-content form input {
    line-height: 36px;
    background: #1b1b1b;
    width: 70%;
	padding-left: 10px;
	color: #232323;
}
.foot-content form input:focus {
    background: #fff;
}
.foot-content form button {
    display: inline-block;
    float: right;
    width: 30%;
    text-align: center;
    background: #4084c5;
    line-height: 35px;
    height: 100%;
    border: 0px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
	transition: all .5s;
}
.foot-content form button:hover {
	background: #A48B78;
}
.index-top-search::placeholder{
	font-size: 14px;
	color: #999
}
.foot-content.foot-content-contact ul{
	width: 80%;
}
.foot-content.foot-content-contact ul li {
    margin-bottom: 5px;
    display: flex;
    line-height: 35px;  
} 	 
 	 
.foot-content ul li span {
    margin-right: 10px;
}
.foot-content ul li {
    margin-bottom: 0;
    font-size: 14px;
    color: #999;
    line-height: 35px;
}
.foot-content ul li a {
    font-size: 14px;
    color: #999;
}
.foot-content ul li a:hover{
	color: #4084c5;
}
.foot-follow {
    margin-top: 10%;
	display: none
}
.foot-bottom p a {
    margin: 0 10px;
}
.foot-bottom p, .foot-bottom p a {
    font-size: 14px;
    color: #fff;
}
.foot-follow li a .fa{
	font-size: 30px;
}
.foot-follow li {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
}
.foot-content.zz{
	width: 26%;
	margin-right: 8%;
}
.foot-content.foot-content-contact {
    width: 24%;
}


/*about*/
.about-box-all {
    margin: 40px auto;
    max-width: 1340px; 
}
.about-who-we-all{
	position: relative;
}
.about-who-we-left {
    float: left;
    width: 50%;
}
.about-who-we-right {
    box-shadow: 0px 2px 5px 0px #00000010;
    float: right;
    width: 660px;
    position: absolute;
    top: 15%;
    height: 313px;
    left: 46%;
    background: #fff;
	padding: 40px;
}
.about-who-we-right h4{
	font-size: 16px;
	color: #d38291;
	margin-bottom: 15px;
	
}
.about-who-we-right h2{
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.we-line{
	display: inline-block;
	height: 1px;
	width: 60px;
	background: #000;
}
.about-who-we-right p{
	font-size: 14px;
	line-height: 25px;
	color: #999;
	margin-top: 15px;
	margin-bottom: 0px;
}
.about-our-left-right {
    margin: 80px auto;
}
.about-our-left{
	float: left;
	width: 50%;
}
.about-our-right{
	width: 48%;
	float: right
}
.about-our-right img{
	width: 100%;
}
.about-our-left-title h3{
	color: #d38291;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.about-our-left-title p{
	font-size: 16px;
	color: #666
}
.about-our-left-four-all {
    margin-top: 40px;
    display: flex;
    flex-flow: wrap;
}
.about-our-left-box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.about-our-left-box:nth-child(2n) {
    margin-right: 0
}
.about-our-left-box h4{
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
	font-weight: bold
}
.about-our-left-box p{
	font-size: 14px;
	color: #999;
	line-height: 20px;
}
.about-management>h2{
	font-size: 36px;
	color: #d38292;
    text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}
.about-management-text {
    background: #fff;
    box-shadow: 2px 2px 8px 1px #00000015;
    padding: 50px;
}
.about-management-text>p {
    font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.about-management-zuanshi{
	display: flex;
	margin-top: 20px; 
}
.about-management-box>img{
	margin-bottom: 10px;
}
.about-management-box {
    width: 22.5%;
    margin-right: 3%;
    text-align: center;
}
.about-management-box:nth-child(4) {
    margin-right: 0;
} 
    

/*oem*/
.oem-all {
    margin:40px auto;
    max-width: 1340px;
}
.oem-box-all-top>h2,.oem-box-all-bottom>h2 {
    font-size: 36px;
    color: #d38292;
    text-align: center;
    width: 45%;
    margin: auto;
    font-weight: bold;
	margin-bottom: 20px;
}
.oem-box-all-top>p,.oem-box-all-bottom>p {
    font-size: 14px;
    text-align: center;
    width: 60%;
    margin: auto;
    color: #666;
    line-height: 20px;
    margin-bottom: 40px;
}
.oem-box-four-all {
    display: flex;
}
.oem-box-four{
	text-align: center;
}
.oem-box-four span img{
	margin-bottom: 40px;
}
.oem-box-four-text>h4 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 30px;
}
.oem-box-four-text>p{
	font-size: 14px;
	color: #999;
	line-height: 20px;
}
.oem-box-four {
    width: 22.75%;
    margin-right: 3%;
}
.oem-box-four:nth-child(4) {
    margin-right: 0;
}
.oem-box-all-bottom{
	margin: 80px auto;
}
.oem-bottom-three-top img {
    width: 100%;
}
.oem-box-all-bottom-box {
    display: flex;
}
.oem-bottom-three {
    width: 40%;
    position: relative;
    overflow: hidden;
}
.oem-bottom-three.contact{
	width: 20%;
}
.oem-bottom-ab {
    position: absolute;
    bottom: 5%;
	left: 5%;
}
.oem-box-four-text>h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}
.oem-bottom-ab>h4{
	font-size: 18px;
	font-weight: bold;
	color: #444;
}
.oem-bottom-three-top {
    position: relative;
}
.oem-bottom-three-text {
    position: absolute;
    bottom: -100%;
    height: 100%;
    width: 100%;
    background: #fff;
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    padding: 5%;
    justify-content: center;
    align-items: center;
	transition: 0.5s;
}
.oem-bottom-three-text>p{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-bottom: 20px;
}
.oem-bottom-three:hover .oem-bottom-three-text {
    bottom: 0;
    transition: 0.5s;
}
.oem-bottom-three.contact {
    width: 20%;
    background: #d38292;
    align-items: center;
    display: flex;
    justify-content: center;
}
.oem-bottom-three.contact p{
	font-size: 18px;
	color: #fff;
}
.oem-bottom-three.contact i{
	font-size: 40px;
	color: #fff;
	margin-bottom: 20px
}
.about-management-factory {
    display: flex;
    justify-content: center;
    margin-top: 40px;
	display: none
}
.about-management-factory-img{
	width: 22.5%;
	margin-right: 3%;
}
.about-management-factory-img:nth-child(4){
	margin-right: 0
}
.about-management-factory-img>img {
    width: 100%;
}

.products-nr .hy-p-d-c-l-c-b .bx-wrapper {
    margin: auto;
    max-width: 87%!important;
}
.index-why-choose-title p {
    margin-bottom: 5px;
}
.about-who-we-left img {
    width: 100%;
}
.index-products-recommendation img{width: 100%;}
.index-products-recommendation h4{
	font-size: 16px;
	margin-top: 10px;
}
.content-content-nav-bottom ul li .imageContainer{
	height: 100%!important;
}
.new-products-table-all {
    border-bottom: 1px solid #ccc; 
    line-height: 60px;
    padding: 0 20px;
    cursor: pointer;
	display: flex
}
.new-products-table-all span {
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 14px;
    width: 30%;
    line-height: 40px;
}
.new-products-table-all p {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 40px;
    text-transform: capitalize;
	width: 70%
}
.new-products-table-all::after {
    content: "";
    display: block;
    clear: both;
}
.hy-p-d-c-l-c .bx-wrapper .bx-controls-direction a{
	background: url(../images/large_right_.svg) no-Repeat 0 0px!important;
	width: 40px!important;
	height: 40px!important;
	filter: invert(1);
}
.small_img .bx-viewport{height: auto!important;}
.index-products-catelogy-title p {
    width: 60%;
    margin: auto;
    line-height: 1.5; 
}
.cla-map img{width: 100%;}
.products-top-p ul li div{
	/* height: 100%!important; */
}
.hy-p-c-r-nr-top ul li div{
	height: 100%!important;
}


@media screen and (max-width: 1440px){
	.foot-all-mm,.index-products-catelogy,.oem-all,.about-box-all,.index-why-choose-text,.corr{
		max-width: 94%; 
	}
	
}
@media screen and (max-width: 1200px){
	.index-oem-all-text{
		max-width: 94%;
	}
}

@media screen and (max-width: 1024px){
	.foot-follow li{
		width: 30px;
		height: 30px;
	}
	.foot-content h2{
		font-size: 16px;
	}
	.index-catelogy-six-box{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.index-catelogy-six-box:nth-child(3n){
		margin-right: 2%;
	}
	.index-catelogy-six-box:nth-child(2n){
		margin-right: 0!important;
	}
	.oem-box-four-all,.oem-box-all-bottom-box{
		flex-flow: wrap
	}
	.oem-box-four{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 4%;
	}
	.oem-box-four:nth-child(2n){
		margin-right: 0!important;
	}
	.about-who-we-right{
		position: relative;
		left: 0;
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.about-who-we-left {
    float: left;
    width: 100%;
}
	.about-our-left {
    float: left;
    width: 100%;
}
	.about-our-right{
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	.oem-bottom-three{
		width: 100%
	}
	.oem-bottom-three.contact{
		width: 100%;
		height: 300px;
	}
	.foot-content h2 {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
	.foot-content.zz,.foot-content.foot-content-contact,.foot-content.foot-content-contact ul,.foot-content {
    width: 100%;
} 

	.foot-content form{
		width: 100%;
	}
	.hy-p-c-r-an{display: block}
	.index-products-catelogy-title h2, .index-why-choose-title h2, .index-clients-all h2, .index-news-four-all h2,.index-banner .index-banner-text h2,.index-oem-all-text h2,.about-management>h2,.oem-box-all-top>h2, .oem-box-all-bottom>h2{
		font-size: 24px;
	}
	.oem-box-all-top>h2, .oem-box-all-bottom>h2,.oem-box-all-top>p, .oem-box-all-bottom>p{
		width: 94%;
	}
	.index-products-catelogy-title p, .index-why-choose-title p,.index-oem-all-text p,.oem-box-all-top>p, .oem-box-all-bottom>p{
		font-size: 14px;
	}

	.index-banner .index-banner-text h2{
		margin-bottom: 10px;
	}
	.index-banner-text {
    position: absolute;
    left: 14%;
    top: 5%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
		width: 95%;
		margin: auto;
		display: none
}
	.index-banner .index-banner-text span {
    display: inline-block;
    width: 120px;
    line-height: 35px;
    height: 35px;
    color: #fff;
    background: #d38291;
    transition: 0.5s;
    margin-top: 5%;
    text-align: center;
}
	.index-banner-text p{font-size: 16px;}
	
	.index-why-choose-left{
		margin-bottom: 20px
	}
.index-why-choose-left,.index-why-choose-right{
    width: 100%;
}
	.oem-box-four{
		width: 100%;
		margin-right: 0!important;
		
	}
	.about-our-left-box{
		width: 100%;
	}
	.about-management-text{
		padding: 20px;
	}
	.about-management-factory{
		flex-flow: wrap;
	}
	.about-management-factory-img{
		width: 100%;
		margin-bottom: 2%;
		margin-right: 0!important;
	}
	.mm-products-cateloge{
		width: 100%;
		margin-right: 0!important;
	}
	
} 
@media screen and (max-width: 450px){
	.index-banner{
		margin-top: 0
	}
	.index-products-catelogy,.about-our-left-right,.about-box-all{
		margin: 40px auto
	}
/*
	.index-nav-left a img{
		margin-top: 15px;
	}
*/
	.hd-new-arrival>h2{width: 94%;margin: auto;}
}
