@charset "utf-8";
html{
	font-size: calc(100vw/19.2);
}
input, button, textarea, select {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal;
    color: inherit;
    background: transparent;
	outline: none;
}
input, button {
    -webkit-appearance: none;
    border-radius: 0;
}
.mobile-header{
	display:none;
}
.comm-header{
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
    z-index: 99;
}
.mobile-nav-warp{
	display:none;
}
.comm-header:hover , .comm-header-hover{
	background:rgba(255, 255, 255, 0.8);;
	transition: all 0.3s linear;
}
.comm-header:hover .header-nav ul li a , .comm-header-hover .header-nav ul li a{
	transition: all 0.3s linear;
	color:#003728;
}
.comm-header-fixed{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
	background:rgba(255, 255, 255, 0.7);
	display: flex;
	padding:0px 2%;
	transition: all 0.3s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comm-header-fixed a{
	color:#003728 !important;
}
.comm-header-fixed .header-nav li{
	margin:0px 0px;
}
.comm-header-fixed .header-nav{
	height:70px;
	line-height:70px;
}
.header-logo{
	height:70px;
	line-height:70px;
	text-align:center;
	padding-top:15px;
	
}
.header-logo img{
	margin:0px auto;
}
.header-nav {
	margin:0px auto;
	height:50px;
	line-height:50px;
	position: relative;
}
.header-nav ul li{
	display:inline-block;
}
.header-nav ul{
	text-align:center;
}
.header-nav ul li{
	
}
.header-nav ul li a{
	padding:0px 20px;
	font-size:18px;
	color:#fff;
}
.header-nav ul li:hover .submenu{
	height:0.7rem;
	line-height:0.7rem;
	transition: all 0.4s;
	opacity: 1;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.comm-header-fixed .header-nav ul li:hover .submenu{
	border-top: none;
}

.header-nav::after{
	content:' ';
	display:block;
	clear:both;
}
.header-nav .submenu{
	height:0px;
	overflow:hidden;
	background:rgba(255, 255, 255, 0.7);
	width:100vw;
	position: fixed;
	left:0px;
	opacity: 0;
	
}
.header-nav .submenu dl{
	display:flex;
	justify-content: center;
}
.header-nav .submenu dl a{
	color:#333 !important;
}
.header-nav .submenu dl a:hover{
	text-decoration: underline;
}
.banner{
	margin-top:-121px;
}

.tsxxw{
	padding-top:.6rem;
	width:74%;
	margin:0px auto;
}
.tsxxw-tit{
	color:#222222;
	text-align:center;
	font-size:32px;
	margin-bottom:.6rem;
}

.tsxxw-items-list{
	margin:0px auto;
	display:flex;
}

.tsxxw-item{
	width: 17.142%;
	padding: 0 10px;
	transition: all 0.6s;
}
.tsxxw-item .img{
	height:5.8rem;
	border-radius: 10px;
    overflow: hidden;
	position: relative;
}
.tsxxw-item .img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.6;
    height: 100%;
    background: url(./hmbagz1.png) center bottom / 100% 40.68965517% no-repeat;
}
.tsxxw-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tsxxw-item.on{
	width:50%;
}
.tsxxw-item a{
	position: relative;
}
.tsxxw-item  .title{
    position: absolute;
    left: 0;
    bottom: 20px;
	color: #ffffff;
	padding:0px 20px;
	width:100%;
}
.tsxxw-item.on  .title{
	width:100%;
}
.tsxxw-item .f_tit{
	color:#ffffff;
	margin-bottom: 10px;
	font-size:18px;
}
.tsxxw-item .f_desc{
	color: #ffffff;
    opacity: 0.8;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.tsxxw-item  .f-more{
	color: #ffffff;
}
.tsxxw-item  .title-more{
	opacity:0;
}
.tsxxw-item.on .title-more{
	opacity:1;
}
.tsxxw-item.on .title-base{
	opacity:0;
}

.product-warp{
	padding-top:.6rem;
	width:74%;
	margin:0px auto;
}
.product-warp::after{
	content:' ';
	display:block;
	clear:both;
}
.product-tit{
	color:#222222;
	text-align:center;
	font-size:32px;
	margin-bottom:.6rem;
}
.product-warp .product-l {
	float:left;
	width:65%;

}
.product-warp .product-r{
	float:right;
	width:33%;
}
.product-warp .product-r .product-s-item{
	height:3.4rem;
	overflow:hidden;
}
.product-warp .product-r .product-s-img{
	width:100%;
	height:2.8rem;
}
.product-warp .product-r .product-s-item:first-child{
	margin-bottom:0.2rem;
}
.product-warp .product-r .product-s-title{
	font-size:18px;
	color:#003728;
	text-align:center;
	height:0.6rem;
	line-height:0.6rem;
	background:#70a193;
}
.product-warp .product-l .product-s-img{
	height:7rem;
	width:100%;
}
.product-warp .product-s-img{
	border-radius: 10px;
    overflow: hidden;
	cursor: pointer;
	transition: all 0.4s;
}

.product-warp .product-r  .product-s-img{
	border-radius: 10px 10px 0px 0px;
}
.product-warp .product-s-img img{
	width:100%;
	height:100%;
	object-fit: cover;
	
}
.product-warp .product-s-img:hover img{
	transform: scale(1.06);
}
.brand-warp{
	padding-top:.6rem;
	margin:0px auto;
}
.brand-warp::after{
	content:' ';
	display:block;
	clear:both;
}
.brand-tit{
	color:#222222;
	text-align:center;
	font-size:32px;
	margin-bottom:.6rem;
}
.brand-body{
	position: relative;
}
.brand-titles{
	position: absolute;
	z-index:2;
	top:2rem;
	padding-left:13%;
}
.brand-title-item{
	font-size:0.4rem;
	color:#fff;
	position: relative;
	opacity: 0.2;
	margin-bottom:0.2rem;
	cursor: pointer;
}
.brand-title-item:before{
	content: "";
    position: absolute;
    top: 0.75em;
    margin-top: -1px;
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff;
    right: 100%;
    margin-right: 0.4rem;
}
.brand-title-item.on{
	opacity: 1;
}
.brand-title-item.on:before{
	width: 100vw;
	transition: all 2s;
}
.brand-banner{
	position: relative;
	height:9.7rem;
}

.brand-banner img{
	width:100%;
	height:9.7rem;
	object-fit: cover;
	opacity: 0;
	position: absolute;
    top: 0px;
    left: 0px;
	z-index:-1;
}
.brand-banner img.on{
	z-index:1;
	transition: all 1s;
	opacity: 1;
	display:block;
}

.brand-title-btn{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:0.2rem 0.5rem;
    border-radius: 0.4rem;
    border: solid 1px #fff;
    transition: all 0.4s;
    color: #fff;
	top:6rem; 
	z-index:3;
	left:13%;
}
.brand-title-btn:hover{
	background:#fff;
	border-color: #ffffff;
    color: #333;
	cursor: pointer;
}
.footer-warp{
	padding-top:1rem;
	background-color: #fafafa;
}
.footer-warp-top{
	width:74%;
	margin:0px auto;
	height:auto;
	overflow:hidden;
	padding-bottom:1rem;
}
.footer-left{
	float:left;
	width:50%;
}
.footer-right{
	float:left;
	width:50%;
}
.footer-warp-end{
	width:74%;
	margin:0px auto;
	height:auto; 
	overflow:hidden; 
	padding: 0.28rem 0;

}

.footer-warp-end-left{
	float:left;
		color:#bbbbbb;
}
.footer-warp-end-left a{
color:#bbbbbb;
}
.footer-warp-end-right{
	float:right;
}
.footer-left .footer-l-desc{
	font-size: 0.24rem;
	margin-top:0.46rem;
	margin-bottom:0.46rem;
}

.footer-l-dy .form{
	display:flex;
	align-items: center;
    background-color: #ececec;
    max-width: 4rem;
	overflow: hidden;
    border-radius: 0.1rem;
}
.footer-l-dy input{
	color: #333333;
    width: calc(100% - 0.9rem);
    padding: 20px;
	height: 0.65rem;
}
.footer-l-dy button{
	width: 0.9rem;
    height: 0.65rem;
    color: #ffffff;
	background-color: #333333;
}
.footer-r-navs{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-r-navs .foot-nav a{
	color:#111;
	font-size:20px;
}
.footer-r-navs .foot-nav a:hover{
	color:#999999
}
.footer-r-navs .footer-submenu-item a{
	font-size:18px;
	color:#666666;
}
.footer-r-navs .footer-submenu-item a:hover{
	font-size:18px;
	color:#666666;
	text-decoration: underline;
	transition: all 2s;
}
.footer-r-navs .footer-submenu-item{
	    margin-bottom: 16px;
}
.footer-r-navs .footer-submenu{
	padding-top: 0.26rem;
}
.footer-warp .footer-warp-end{
	border-top: 1px solid rgba(34, 34, 34, 0.1);
}

.container{
	width:74%;
}

.productlist{
	overflow:hidden;
	}	
.productlist ul{
	width:102%;
	}	
.productlist ul li{
	width:23.7%;
	float:left;
	margin:7px 0;
	margin-right:1%;
	}	
.productlist ul li a{
	display: block;
    overflow: hidden;
    width: 100%;
}

.positionshow_bt {
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.positionshow_bt h2, .positionshow_bt h4 {
    border-bottom: 2px solid #003728;
    display: inline-block;
    font-size: 24px;
    padding: 10px 20px;
}

.showcontact_img img {
    width: 100%;
    float: left;
    display: block;
}

.products_show_r h1{
	font-size: 40px;
    padding: 20px 0;
    border: none;
    color: #333;
}

.products_show_r h2 {
    font-size: 30px;
    padding: 25px 0 20px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 30px;
}

.products_show_r p .product_lx {
    background: #003728;
}

.products_show_r p a {
    width: 160px;
    height: 40px;
    line-height: 28px;
    background: #70a193;
    color: #fff;
    display: block;
    float: left;
    padding: 8px 0 0 30px;
}

.products_show_r img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.products_show_r p img {
    margin-top: 3px;
}

.products_show_r {
    width: 45%;
    float: right;
    
}

@media (max-width: 991px) {
	.tsxxw{
		width:95%;
	}
    .tsxxw-items-list {
        flex-wrap: wrap;
        margin: 0;
    }
	.tsxxw-item{
		width:50%;
		padding-bottom:20px;
	}
	.tsxxw-item .f_desc{
		width:100%;
	}
	.tsxxw-item .title-more{
		opacity:1;
	}
	.tsxxw-item .title-base{
		opacity:0;
	}
	.tsxxw-item.on .title{
		width:auto;
	}

	.product-warp{
		width:90%;
	}
	.container{
	width:95%;
	}
}

@media (max-width: 767px) {
	.mobile-header{
		display:block;
		height:60px;
		background:#fff;
		display:flex;
		align-items:center;
		padding:0px 10px;
		position: fixed;
        z-index: 100;
		width:100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.mobile-header-after{
		display:block;
		height:60px;
		width:100vw;
	}
	.basemenubut {
		display: flex;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
		height: 100%;
		width: 24px;
		cursor: pointer;
	}
	.basemenubut span {
		display: block;
		width: 100%;
		height: 2px;
		margin-bottom: 6px;
		border-radius: 3px;
		background-color: #666;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.tsxxw-item .title{
		opacity:0;
	}
	.tsxxw-item.on .title{
		opacity:0;
	}
	.basemenubut2 span:nth-child(1) {
		transform: rotate(45deg);
		margin: 0;
		margin-top: 2px;
	}
	.basemenubut2 span:nth-child(2) {
		display: none;
	}
	.basemenubut2 span:nth-child(3) {
		transform: rotate(-45deg);
		margin: 0;
		margin-top: -2px;
	}
	.mobile-nav-warp{
		background: #fff;
        height: 100vh;
        width: 100%;
        position: fixed;
        z-index: 99;
		left:0px;
		top:0px;
		padding-top:60px;
		display:none;
		overflow: auto !important;
	}
	.mobile-nav-item{
		font-size: 18px;
		border-bottom: 1px solid #ddd;
		padding:16px 0px;
	}
	.nav-item-x{
		font-size: 18px;
		display:flex;
	}
	.nav-item-x svg{
		width:16px;
		height:16px;
	}
	.nav-item-x a,.nav-item-x span{
		flex:1;
	}
	
	.mobile-subnav-box{
		padding-left:20px;
		padding-top:10px;
		display:none;
	}
	.mobile-subnav-item{
		padding:4px 0px;
	}
	.mobile-subnav-item a{
		font-size:16px !important;
		color:#666;
	}
	.mobile-nav-item a{
		font-size: 18px;
	}
	.mobile-nav-warp-box{
		padding:10px 20px;
	}
	.mobile-logo{
		flex:1;
	}
	.swiper-button-next,.swiper-button-prev{
	width: 30px;
    height: 30px;

    border-radius: 15px;
	}
	.comm-header{
		display:none;
	}
	.banner{
		margin-top:0px;
	}
	.tsxxw{
		width:95%;
	}
    .tsxxw-items-list {
        flex-wrap: wrap;
        margin: 0;
    }
	.tsxxw-item{
		width:100%;
		padding-bottom:20px;
	}
	.tsxxw-item.on{
		width:100%;
	}
	.tsxxw-item .img{
		height:12rem;
	}
	.product-warp{
		width:90%;
	}
	.product-warp .product-l{
		width:100%;
	}
	.product-warp .product-l .product-s-img{
		height:14rem;
	}
	.product-warp .product-r{
		width:100%;
	}
	.product-warp .product-r .product-s-item{
		height:17rem;
	}
	.product-warp .product-r .product-s-img{
		height:14rem;
	}
	.product-warp .product-r .product-s-item:first-child{
		margin:20px 0px;
	}
	.product-warp .product-r .product-s-title{
		height:2.5rem;
		line-height:2.5rem;
	}
	.brand-titles{
		bottom:0.5rem;
		right:0.5rem;
		display:flex;
		top: auto;
	}

	.brand-title-item{
		margin-right:10px;
	}
	.brand-title-item.on:before{
		display:none
	}
	.brand-title-btn{
		position: absolute;
		left:5%;
		z-index:3;
	}
	.footer-warp-top{
		width:90%;
		padding-bottom:0.2rem;
	}
	.footer-left{
		width:100%;
		margin-bottom:20px;
	}
	.footer-l-dy .form{
		max-width:100%;
	}
	.footer-l-dy button{
		width: 2.9rem;
		height: 1.65rem;
	}
	.footer-left .footer-l-desc{
		font-size:0.6rem;
		margin:0.6rem 0px;
	}
	.footer-warp-end{
		width:90%;
	}
	.footer-warp-end-left{
		width:100%;
	}
	.footer-warp-end-right{
		width:100%;
		text-align:center;
	}
	.footer-submenu{
		display:none;
	}
	.footer-r-navs{
		flex-direction: column;
		padding-top:0.2rem;
	}
	.foot-nav{
		margin:0.3rem 0px;
		display:flex;
	}
	.foot-nav::after{
		content:'>';
		font-size:20px;
		color:#333;
		display:block;
	}
	.footer-r-navs a{
		flex:1;
		color:#333 !important;
		font-size:20px !important;
	}
	.footer-right{
		width:100%;
		display:none;
	}
	.banner_n{
		margin-top:0px !important;
	}
	.container{
		width:95% !important
	}
	.ny_nav{
		display: flex;
		flex-wrap: wrap;
	}
	.ny_nav a{
		width: calc(50% - 2.5px);
		margin-bottom:5px;
	}
	.ny_nav a:nth-child(2n){
		margin-left:5px;
	}
	.productlist ul li{
		width:100%;
		padding:0px;
	}
	.productlist ul{
		width:100%;
	}
	.showimg h4{
		display:none;
	}
	.showimg .my-4{
		display:none;
	}
	.showimg {
		width:100% 
	}
	.showimg .swiper-button-prev,.showimg .swiper-button-next{
		display:none;
	}
	.jianshu{
		width:100%;
		margin-top:10px;
	}
	.container .container {
		padding:0px;
		width:100% !important;
	}
	.products_show_r {
        width: 100%;
        padding-top: 10px;
    }
	.products_show_r h1 {
        font-size: 25px;
    }
	.products_show_r h2 {
        font-size: 25px;
    }
	.contact_xj{
		padding:25px 15px;
		}
	.contact_xj , .nr30 , #allmap , .nr20{
		width:100%;
		}
	.nr30{
		margin-bottom:15px;
		}
	.mian_bj{
		padding-bottom: 45px;
		}
	.showcontact_img img{
		width:100%;
		}
	.news_bt{
		font-size:20px;
		}
}
.banner_n{
	margin-top:-120px
}
.banner_n img{
	width:100%;
}








@media (min-width:1200px) and (max-width:1650px) {
	.container{
		width:1200px;
		}
	}












