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

body {
	font-family: arial;
}

img {
	max-width: 100%;
}

input {
	outline: none;
}

a {
	text-decoration: none;
	color: rgb(8, 172, 238);
}

a {
	color: rgb(0, 0, 0);
}


li {
	list-style: none;
	line-height: 20px;
}

h3 {
	font-size: 24px;
	color: #000;
}

h4 {
	font-size: 18px;
	color: #000;
}

h1 {
	font-size: 30px;
}

.wd1400 {
	max-width: 1400px;
	margin: 0 auto;
}




.header_main {
	width: 100%;
	z-index: 100;
	position: absolute;
	padding: 20px 0px;
}

.header_content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.hdcenter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


.header_main .logo {
	display: block;
}

.header_main .logo img {
	height: 60px;
	display: block;
}


.header_main .menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header_main .menu ul li {
	text-align: center;
	padding: 0 20px;
}

.header_main .menu ul li a {
	color: white;
}





.langage-box {
	width: 133px;
	height: 36px;
	line-height: 36px;
	position: relative;
	color: #333;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.language-btn {
	display: block;
	padding-left: 0;
	border: white 1px solid;
	padding: 0px 20px;
	border-radius: 15px;
	color: white;
	background: url(../images/down-arrows.png) right 15px center no-repeat;
	font-size: 14px;
	position: relative;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}


.langage-box .lang_z {
	position: absolute;
	width: 100%;
	background: #fff;
	border-radius: 3px;
	display: none;
	height: auto;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
	z-index: 99;
}

.langage-box .lang_z dd a {
	display: block;
	border-bottom: 1px solid #dbdbdb;
	line-height: 35px;
	font-size: 14px;
	color: #545454;
	text-align: center;
}








/* 插入视频 */
.importvideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.importvideo:after {
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    position: absolute;
/* 	min-height: 1080px; */
}


.importvideo video {
/* 	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%); */
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.addindex{
	overflow: hidden;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	color: white;
	font-size: 35px!important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: white;
}





/* 手机端导航开始 */

@media (max-width: 1000px) {
	.header_main {
		display: none;
	}


	.mobile_fade {
		overflow: hidden;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 999;
	}

	.mobile_fade .box {
		width: 100%;
		height: calc(100vh - 1rem);
		position: absolute;
		left: 0;
		top: -100vh;
		background: #fff;
	}

	.mobile_fade .box ul {
		overflow: auto;
		height: 100%;
		padding: 0 0.84rem;
	}

	.mobile_fade .box ul li {
		overflow: hidden;
		border-bottom: 1px solid #f1f1f1;
		width: 100%;
	}

	.mobile_fade .box ul li span {
		height: 3.5rem;
		display: flex;
		font-size: 0.8rem;
		color: #000;
		align-items: center;
		justify-content: space-between;
	}

	.mobile_fade .box ul li span a {
		font-size: 0.8rem;
		color: #000;
		height: 100%;
		display: flex;
		align-items: center;
		width: 90%;
		text-decoration: none;
	}

	.mobile_fade .box ul li span img {
		width: 2.3rem;
		transition: all .2s;
	}

	.mobile_fade .box ul li div {
		overflow: hidden;
		width: 100%;
		display: none;
	}

	.mobile_fade .box ul li div a {
		display: flex;
		align-items: center;
		font-size: 0.7rem;
		color: #333;
		height: 2.8rem;
		text-decoration: none;
	}

	/* 箭头旋转90度，即由原来的向右箭头变成向下箭头 */
	.mobile_fade .box ul li span.on img {
		transform: rotate(90deg);
	}

	.mobile_fade .box ul li span img {
		width: 2.3rem;
		transition: all .2s;
	}

	.mobilemenulogo .mobileheader {
		width: 100%;
		height: 110px;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
	}

	.mobilemenulogo .mobileheader {
		height: 4rem;
		padding: 0 1.05rem;
		box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
	}

	.mobilemenulogo .mobileheader .logo {
		height: 1.4rem;
	}

	.menu {
		display: block;
		width: 1.75rem;
	}


	.mobile_fade .box {
		top: -100vh;
	}
}

/* 手机端导航结束 */



.jianju {
	margin: 80px auto;
}

.box1 {
	text-align: center;
}

.box1 h3 {
	font-size: 30px;
	padding-bottom: 15px;
}

.box1 p {
	color: #666666;
	font-size: 16px;
	line-height: 25px;
}

.wd900 {
	max-width: 900px;
	margin: 0 auto;
}

.box1content {
	margin-bottom: 50px;
}

hr {
	border: whitesmoke 1px solid;
}

.boxlist {
	margin-top: 40px;
}

.boxlist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.boxlist ul li {
	text-align: center;
	width: 25%;
}

.boxlist ul li p {
	font-size: 24px;
	font-weight: bold;
	padding-top: 20px;
	text-transform: uppercase;
}



.foot {
	background: #0f0f0f;
	color: white;
}

.foot a {
	color: white;
}

.ftop {
	padding: 60px 0;
}

.ftop ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.ftop ul li:nth-child(1),
.ftop ul li:nth-child(2),
.ftop ul li:nth-child(3) {
	width: 18%;
}

.ftop ul li:nth-child(4) {
	width: 10%;
}

.ftop ul li:nth-child(5) {
	width: 36%;
}

.ftop h3 {
	font-size: 14px;
	padding-bottom: 15px;
}

.ftop p {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}

p.p12 {
	font-size: 12px;
}

hr.hr1 {
	border: #303030 1px solid;
}

.fbot {
	text-align: center;
	padding: 30px 0px;
	font-size: 12px;
}



/* about.html */
.banner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.banner img {
	width: 1920px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
	max-width: fit-content;
}

.banner_wz {
	text-transform: uppercase;
	position: absolute;
	top: 40%;
}

.banner_wz h2 {
	font-size: 90px;
}

.banner_wz p {
	font-size: 14px;
}

.about {
	margin-bottom: 150px;
}

.menubox {
	text-align: right;
	color: #8a8a8a;
	margin-top: 30px;
	margin-bottom: 18px;
}

.menubox a {
	font-size: 14px;
	color: #8a8a8a;
}

.menubox span {
	padding: 0 8px;
}



.box1 h2 {
	font-size: 48px;
	padding-bottom: 15px;
}

.wd1180 {
	max-width: 1180px;
	margin: 0 auto;
}
.wd1450 {
 	max-width: 1400px;
	margin: 0 auto;   
}

.aboutpic {
	margin-top: 185px;
	position: relative;
}

.aboutpic ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.aboutpic ul li {
	width: 24%;
}

.aboutpic ul li img {
	width: 100%;
	height: 222px;
}

.aboutpic ul li:nth-child(2) {
	margin-top: -50px;
}

.aboutpic ul li:nth-child(7) {
	margin-top: 50px;
}

.aboutpic ul li:nth-child(2) img {
	height: 222px;
}


.aboutname {
	border: white 15px solid;
	position: absolute;
	background: white;
	top: 28%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: #000;
	max-width: 340px;
}

.aboutbox {
	border: #000 1px solid;
	padding: 45px 0px;
}

.aboutbox p {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}


/* contact.html */
.contact {
	margin: 100px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cleft,
.cright {
	width: 48%;
}

.cleft {
	border-bottom: #000 10px solid;
	padding-bottom: 20px;
	border-top: #000 10px solid;
	padding-top: 20px;
}

.cleft h2 {
	font-size: 28px;
	padding: 30px 0px;
}

.cleftlist {
	color: #666666;
	margin: 40px 0;
	font-size: 20px;
	line-height: 30px;
}

.cleftlist img {
	vertical-align: middle;
	width: 20px;
}

.cleftlist span {
	font-weight: bold;
	padding-left: 15px;
}

.cright img {
	width: 100%;
}



.biao {
	background: #f5f5f5;
	padding: 80px 0px;
}

.biaobox h2 {
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	color: #1c1c1c;
	padding-bottom: 15px;
}

.biaobox p {
	text-align: center;
	color: #1c1c1c;
	font-size: 24px;
}

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

form.myform ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

form.myform ul li {
	width: 48%;
	margin-bottom: 20px;
}

form.myform ul li:last-child {
	width: 100%;
}

input#dr_title,
input#dr_email,
input#dr_phone,
input#dr_corporate,
textarea,
select {
	width: 100%;
	height: 66px;
	line-height: 66px;
	border-radius: 10px;
	text-indent: 1em;
	border: 1px solid #ccc;
	border: none;
	outline: none;
	color: #666666;
	font-size: 16px;
}

select {
	width: 110px;
	margin-right: 10px;
	text-align: center;
}

textarea {
	height: 120px;
}

.btn {
	text-align: right;
}

input#tijiao {
	background: #d32d26;
	color: white;
	font-size: 16px;
	border: none;
	height: 60px;
	line-height: 60px;
	width: 500px;
	max-width: 60%;
	border-radius: 15px;
}


/* brand.html */
.brand {
	background: url(../images/brandbj.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 60px 0;
}

/* news.html */
.news {
	margin: 80px auto;
}

.newslist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.riqi {
	width: 75px;
	border: #000 3px solid;
	height: 100%;
	text-align: center;
	padding: 10px 0;
}

.riqi h2 {
	font-size: 24px;
}

.riqi p {
	font-size: 16px;
	font-weight: bold;
}

hr.rqhr {
	border: #000 1px solid;
	width: 90%;
	margin: 8px auto;
}

.newscon {
	width: -webkit-calc(100% - 550px);
	width: -moz-calc(100% - 550px);
	width: calc(100% - 550px);
}

.newscon h3 {
	padding-bottom: 20px;
	font-size: 24px;
}

.newscon p {
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}

a.detailmore {
	background: #000;
	color: white;
	font-size: 14px;
	display: inline-block;
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
}

a.detailmore span {
	padding-left: 20px;
}

.newspic {
	width: 400px;
}

.newspic img {
	width: 100%;
}

.more {
	margin-top: 120px;
	background: #000;
	height: 80px;
	line-height: 80px;
	text-align: center;
}

.more a {
	color: white;
	font-size: 24px;
	width: 100%;
	height: 80px;
	display: inline-block;
}


/* newsdetail.html */
.newsdetail h3 {
	font-size: 24px;
	padding-bottom: 20px;
}

.newsdetail h4 {
	font-size: 16px;
	color: #242424;
	padding-bottom: 20px;
}

.newsdetail p {
	color: #666666;
	padding-bottom: 15px;
	line-height: 25px;
	font-size: 14px;
}

.detailpic {
	margin: 20px 0;
}

.detailpic img {
	width: 700px;
}

/* products.html */
.menu.headblack ul li a {
	color: #000;
}

.langage-box.headblack1 a {
	color: #000;
	border: #000 1px solid;
}
.langage-box.headblack1 .language-btn{
	background: url(../images/down-arrows-b.png) right 15px center no-repeat;
}

.lang_z.fp-slide a {
	border: #cfc7c7 1px solid;
}

.prohead {
	position: relative;
}

.products {
	max-width: 1700px;
	margin: 38px auto;
	margin-bottom: 200px;
	padding: 0 2%;
}

.protop a {
	font-size: 18px;
	padding-right: 40px;
	font-weight: bold;
}

a.current {
	color: #d4312a;
}

.prolist {
	margin-top: 38px;
}

.prolist ul {
	display: flex;
	flex-wrap: wrap;
}

.prolist ul li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.prolist ul li:nth-child(4n) {
	margin-right: 0%;
}

.propic {
	margin-bottom: 20px;
}

.prolist h3 {
	font-size: 20px;
	padding-bottom: 10px;
	text-transform:capitalize;
}

.prolist h4 {
	font-size: 14px;
}

.prolist p {
	font-size: 14px;
	color: #8a8a8a;
}



/* productdetail.html */
.prodetail {
	margin: 80px auto;
	margin-bottom: 200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.prodetailleft{
	width: 36%;
}

.prodetailright {
	width: 56%;
	padding-top:5%;
}

.prodetailleft img {
	width: 100%;
}


.prodetailright {
	position: relative;
}

.prodetailright h3 {
	padding: 20px 0px 10px 0px;
	text-transform:capitalize;
}
.prodetailright h4{
    	padding: 10px 0px 10px 0px;
    	font-size: 24px;
}

.prodetailright p {
	font-size: 14px;
}

.prodetailhr {
	margin: 60px auto;
}

.prodetailright ul li {
	list-style: disc;
	margin-left: 20px;
	line-height: 25px;
}

.more.prodetailmore {
	position: absolute;
	width: 100%;
	bottom: 20px;
	height: 55px;
	line-height: 55px;
}

.more.prodetailmore a {
	font-size: 14px;
}

.pdetail ul li {
	width: 24%;
	margin-right: 1%;
}

.pdetail ul li:nth-child(4n) {
	margin-right: 0%;
}

/*分页*/
#pages {
    text-align: center;
}

#pages li {
    display: inline-block;
}

#pages li a,
#pages li span {
    height: 42px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #666;
    margin: 0 6px;
	padding:0 15px;
    background: #fff;
}

#pages li.active a,
#pages li span.current,
#pages li a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}


/* 手机端开始 */
@media (max-width: 1000px) {
	.box1 {
		padding: 0 2%;
	}

	.boxlist ul li {
		width: 50%;
		margin-bottom: 20px;
	}
	.boxlist ul li img{
		width: 50%;
	}
	.boxlist ul li p{
		font-size: 16px;
	}

	.foot {
		padding: 0 2%;
	}

	.ftop {
		padding: 30px 0;
	}

	.foot ul li {
		margin-bottom: 30px;
		width: 46% !important;
	}

	.ftop ul li:nth-child(4) {
		display: none;
	}


	.banner {
		max-height: 80vh;
	}


	.banner_wz h2 {
		font-size: 50px;
	}

	.banner_wz,
	.menubox,
	.products {
		padding: 0 2%;
	}
	.banner_wz{
		top:48%;
	}

	.box1 h2 {
		font-size: 27px;
	}

	.jianju {
		margin: 40px auto;
	}

	.about {
		margin-bottom: 70px;
	}

	.aboutpic {
		margin-top: 135px;
	}

	.aboutpic ul li img {
		height: 70px;
	}

	.aboutpic ul li:nth-child(2) img {
		height: 70px;
	}
	
	.aboutpic ul li:nth-child(2) {
	    margin-top: -15px;
	}
	
	.aboutpic ul li:nth-child(7) {
	    margin-top: 50px;
	}

	.aboutbox {
		padding: 8px 0px;
	}
	
	.aboutname {
	    border: white 5px solid;
	    top: 28%;
	    max-width: 200px;
	}
	
	.aboutbox p {
	    font-size: 14px;
	    line-height: 20px;
	}


	.box1.brand {
		padding: 30px 2%;
	}




	.protop a {
		font-size: 13px;
		padding-right: 15px;
	}

	.prolist ul li {
		width: 48%;
		margin-right: 4%;
	}

	.prolist ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.prolist ul li:nth-child(2n) {
		margin-right: 0%;
	}

	.propic {
		margin-bottom: 20px;
	}

	h3,.prodetailright h4 {
		font-size: 16px;
	}

	.prolist h3 {
		font-size: 16px;
	}

	.more {
		margin-top: 60px;
		height: 45px;
		line-height: 45px;
	}

	.more a {
		font-size: 16px;
		height: 45px;
	}

	.products {
		margin: 38px auto;
		margin-bottom: 80px;
	}

	.prodetail {
		margin-top: 40px;
		padding: 0 2%;
		margin-bottom: 10px;
	}

	.prodetailleft,
	.prodetailright {
		width: 100%;
	}

	.prodetailhr {
		margin: 30px auto;
	}

	.more.prodetailmore {
		position: relative;
	}

	h1 {
		font-size: 21px;
	}



	.news {
		padding: 0 2%;
	}

	.riqi,
	.newscon,
	.newspic {
		width: 100%;
	}

	.riqi {
		display: none;
	}

	.newscon h3 {
		padding-bottom: 10px;
		font-size: 18px;
	}

	.newscon p {
		font-size: 14px;
		line-height: 20px;
	}

	a.detailmore {
		margin-top: 10px;
		margin-bottom: 10px;
	}







	.contact {
		padding: 0 2%;
		margin-bottom: 40px;
		margin-top: 20px;
	}

	.cleft,
	.cright {
		width: 100%;
	}

	.cleft h2 {
		font-size: 18px;
		padding: 10px 0px;
	}

	.cleftlist {
		margin: 20px 0;
		font-size: 14px;
		line-height: 25px;
	}

	.biao {
		padding: 40px 2%;
	}

	.biaobox h2 {
		font-size: 24px;
	}

	.biaobox p {
		font-size: 16px;
	}

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

	form.myform ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	input#yourname,
	input#youremail,
	input#yourphone,
	input#crporatename,
	textarea,
	select {
		height: 40px;
		line-height: 40px;
		border-radius: 6px;
		font-size: 14px;
	}

	textarea {
		height: 80px;
	}

	input#tijiao {
		height: 45px;
		line-height: 45px;
		border-radius: 9px;
	}
	
	.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
		font-size: 20px!important;
	}
	
	.addindex{
		margin-top: 10vh;
	}

}




@media (min-width: 1000px) {

	.mobile_fade,
	.mobilemenulogo {
		display: none !important;
	}
}