/*常用*/
ul,li{ padding:0;margin:0;list-style:none}
.ellipsis-1{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.tr{
	text-align: right;
}
.fsx{
	font-size: 16px;
	font-weight: 100;
}
.f-16{
	font-size: 16px;
}
.f-26{
	font-size: 26px;
}
.f-b{
	font-weight: bold;
}
.border-bottom{
	border-bottom: 1px solid #ccc;
}
.border-top{
	border-top: 1px solid #ccc;
}
/*导航*/
.header-logo{
	margin-top: 7rem;
	text-decoration: none;
	list-style: none;
}
.m_nav_item{
	position: relative;
	z-index: 3;
}
.nav-down{
	width: 8rem;
	background: #FFFFFF;
	color: #000000;
	position: absolute;
	top: 3rem;
	left: -1rem;
	text-decoration: none;
	list-style: none;
	border-radius: 5px;
	font-size: 12px;
	display: none;
	font-weight: 600;
}
@media only screen and (max-width: 600px) {
	.nav-down{
		width: 90%;
		margin: 15px auto 0;
		position: initial;
		font-size: 13px;
		font-family: 'Open Sans', sans-serif;
		color: #696969;
	}
}
@media only screen and (max-width: 1190px) {
	.Logos{
		display: none!important;
	}
}
 

@media only screen and (max-width: 600px) {
	#nav-downs{
		display: block!important;
		width: 60%;
	}
}
@media only screen and (max-width: 600px) {
	#nav-down{
		display: none!important;
	}
}
@media only screen and (min-width: 600px) {
	.languageSwichEn{
		display: none!important;
		left: 40px;
		top: 50px;
		z-index: 4;
	}
}
@media only screen and (max-width: 600px) {
	.languageSwichEn{
		position: absolute;
		left: 40px;
		top: 30px;
		z-index: 1;
		
	}
}
.languageSwichEn > a{
	text-decoration: none;
		color: #FFFFFF;
}
.menu__item :hover > .nav-down {
	display: block;
}
.nav-down > a >li{
	text-align: center;
	color: #000000;
	font-size: 12px;
	padding: 10px 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #F5F5F5;
}
.meun-active > .nav-down{
	display: block;
}
.navItem-avitve{
	background-color: #000000;
	color: #FFFFFF!important;
}
.navItem-actives{
	background: #FFFFFF;
	color: #000000;
}
/*文章列表*/
.new-list-box{
	width: 100%;
	min-height: 500px;
	padding: 1rem 0 5rem 0;
	box-sizing: border-box;
	background-color: rgba(242, 242, 242,1);
}
.newTitle{
	padding: 30px 2rem;
	font-size: 30px;
    padding-top: 0px;
    font-weight: bold;
    font-family: SimSun;
}
.newlist-content{
	background-color: #FFFFFF;
	min-height: 400px;
}
.new-item{
	margin: 2rem 0;
	box-sizing: border-box;
}
.new-text{
	font-size: 14px;
}
.new-item-img{
	display: block;
	width: 100%;
	/*height: 8rem;*/
}
/*产品中心*/
.product-box{
	padding: 4rem 0;
}
.product-content{
	background-color: #FFFFFF;
}
.product-item{
	max-height: 397px;
}

/*产品列表*/
.list-box{
	padding: 4rem 0;
}
.list-item{
	/*padding-top:6rem ;*/
	border: 1px solid #ccc;
	margin: 2rem 1.5rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1460px) {
	.list-item{
	margin: 2rem 1rem;
	/*height: 230px;*/
	width: 	13.5rem;
	height: 12.8rem;
}
}
.img-boxBg{
	width: 100%;
	min-height: 15rem;
}
.img-details{
	display: block;
	width: 100%;
	height: 100%;
}
.details-title{
	color: #000000;
}
.imgs-box{
	width: 100%;
	height: 10rem;
}
.pro-img{
	display: block;
	width: 100%;
}
/*产品详情*/
.details-box{
	padding: 4rem 0;
}
.swiper-container{
	width: 100%;
	height: 300px;
}.
.pro-imgs{
	display: block;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width:375px )and (min-width:320px ) {
	.gallery-top{
		height: 250px!important;
	}
}
@media only screen and (max-width:375px ) and (min-width:320px ) {
	.gallery-thumbs{
		height: 80px!important;
	}
}
.swiper-container {
      width: 100%;
      height: auto!important;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .gallery-top {
      height: 300px;
      width: 100%;
    }
    .gallery-thumbs {
      height: 110px;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
/*参数box*/
.parameter-boxs{
	background-color: #FFFFFF!important;
}
.parameter-item{
	padding: 10px 0;
}
@media only screen and (max-width: 375px){
	.parameter-title{
		font-size: 14px;
	}
}

/*产品详情信息部分  图文部分*/
.product-info{
	margin-top: 40px;
}
.info-title{
	padding: 40px 0;
}
.info-bg{
	padding-top: 5rem;
}

/*手机端和移动端*/
@media only screen and (max-width:600px ) {
	#m_nav_container{
		display: none;
	}
}
@media only screen and (min-width:600px ) {
	#m_nav_container{
		z-index: 2;
        display: block;
	}
}
/*.swiper-item{
	width: 100%;
}
.swiper-item div {
	width: 100%;
	height: 100%;
}*/
.fileList{
	padding: 0.5rem 0;
}
.btns{
	margin-bottom: 0.5rem;
}

/*文件下载列表*/
.file-text{
	padding:  4rem 0;
	
}
.downBtn{
	color: red;
}
.product-bg{
	width: 100%;
	min-height: 233.3px;
}
.framePhoto-1{
	padding: 18px 30px!important;
}

.framePhoto-2{
	padding: 23px 25px!important;
}
