body {
	/*overflow-x: hidden;*/
}

* {
	font-family: Arial,'微软雅黑';
}

.container {
	/*width: 1200px !important;*/
	max-width: 100% !important;
	/*min-width: 1200px !important;*/
}

.ace-settings-container div:last-child {
	margin-right: 25px;
}

.ace-settings-container {
	top: 100px;
}

.page-content {
    padding-bottom: 68px;
    }

select:disabled,
input:disabled {
	background: #F5F5F5;
	!important
}

#loadSpan {
	display: block;
	text-align: center;
	font-size: 18px;
}

#modalFrame {
	display: none;
}

.demo {
	display: none;
}

.footer{
    background: rgba(0, 0, 0, 0.78);
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#contactMe{
    position: absolute;
    right: 30px;
    top: 46px;
    text-align: right;
    z-index:20;
}

#contactMe img.sm{
	width:38px;
	height:38px;
}

#contactMe div{
	cursor:pointer;
}

#contactMe img.lg{
	width:145px;
	height:145px;
}

#contactMe div:hover + img.lg{
	display: block;
}

.xrbtn{
	cursor: pointer;
}
/* --------------------以上是原有的样式 --------------*/


/* --------------------公共样式开始 小叶2020-04-17周五整理------------------------- */


/*--------------banner 标题样式------------------*/
.banner-title{
	/*background:rgba(179,8,16,1); */
	padding:0 21px 0 21px;
	position: absolute;
	bottom:0;
	/*left:0;*/
	width:100vw;
	color:white;
	font-family:Arial,Source Han Sans CN;
}
.banner-title .banner-content{
	opacity:0.7;
	
}
.banner-title .banner-content-title{
	font-size: 14px;
	font-weight: bold;
	margin-bottom:20px;
	text-align: left;
}
.banner-title .banner-content-stitle{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-bottom:20px;
}
.banner-title .more{
	font-size:12px;
	text-align: right;
	margin-bottom:20px;
	font-weight: bold;
}

.banner-more{
	text-align: right;
	margin-right: 20px;
	font-size:12px;
	margin-bottom: 22px;
}

.banner-stitle{
	font-size:12px;
	float: left;
}

.banner{
	padding-bottom:20px;
}
.banner-item{
	margin-top: 20px;
}
.banner-item img{
	width: 100%;
	height: calc(100vw * 0.49);
}

.banner-info{
	margin-top: -64px;		
	font-family:Arial,Source Han Sans CN;
	font-weight:bold;
	color:rgba(255,255,255,1);
    position: absolute;
    width: 100%;
    padding-left:19px;
    padding-right:20px;
}

.clear{
	width: 11px;
	height: 11px;
	margin-top: -3px;
}

/* ------------------轮播图边框尺寸样式  start------------------ */
.swiper-container{
	/* width:395px; */width:100%;
	height:auto;
	overflow: hidden;
}
.swiper-wrapper {
	height: auto !important;
	overflow: hidden;
}
.swiper-slide {
	width:100%;
	color: #fff;
	font-size: 36px;
	/*background-color: blue;*/
	/* height:500px; */
	height: auto!important;
}
.swiper-slide .swiper-slide-visible .swiper-slide-active {
	overflow: hidden;
	height: auto !important;
}
.swiper-slide img{
	width:100%;
	height:auto;
}

.target {
		height: 100%;
		overflow: hidden;
		position: relative;
}

.target img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%；
}


/* -----------------产品列表样式开始------------------- */
.list{
/* 	display: flex; */
	justify-content : space-between;
	flex-wrap: wrap;
	margin-top: 20px
}

.list-item{
	position: relative;top:10px;border: 0px solid red;
}
.list-item font{
    position: absolute;
    left: 19px;
    bottom: 20px;
    font-size: 15px;
    font-family: Arial,Source Han Sans CN;
    font-weight: bold;
    color: rgba(255,255,255,1);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

.list-item .img{
	float: left;
	width: 40%;
}
.list-item img{
	width: 100%
}
.list-item .title{
	width: 60%;
	float: left;
}
.list-item .title{
	color:#4e4e4e;
	margin-top:5px;
}
.list-item .title .country{
	font-size: 10px;
	padding: 0 5% 0 5%;
	margin-top: 2%;
}
.list-item .title .address{
	font-size: 17px;
	padding: 0 5% 0 5%;
	margin-top:2%;
	font-weight: bold;
}
.list-item .title .more{
	font-size: 10px;
	color: #E01B37;
	padding: 0 5% 0 5%;
	margin-top: 10%;
}

/* -----------搜索框样式开始------------ */
.search-box{
	margin-top: 20px;
	display: flex;
	justify-content : space-between;
	flex-wrap: wrap;
	padding: 0 20px;
}
.search-item{
	background: #fff;
	width: 43%;
	padding:0 5px 0px 5px;
	line-height: 30px;		
	border: 1px solid rgba(225,225,225,1);
	border-radius: 3px;
	padding-left: 10px;
	width:158px;
	background:rgba(255,255,255,1);
}


.search-item input{
	border:none;
	width: 75%;
	outline: none;
	padding-left: 5px;
}
.search-item{
	float: left
}
.search-item i{
	color:#A0A09F
}
.search{
	width: 10px;
	height: 12px;
	margin-top: -3px;
}

.search-more-find {
	width: 89.4%;
	height: 34px;
	margin-left: 5.3%;
	background-color: #fff;
	border:1px solid rgba(225,225,225,1);
}
.search-more-find a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 12px;
	font-family: Arial,FZLanTingHei-M-GBK;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 32px;
}
.search-more-find a i {
	display: inline-block;
	width: 10px;
	height: 100%;
	background: url('../../public/home/images/moreFind-icon1.png') center center no-repeat;
	background-size: 100%;
	margin-right: 10px;
}
.search-more-find a span {
	vertical-align: top;
	display: inline-block;
}

/* -------------找到爱格样式---------- */

.supply {
	margin-top: 12px;
	justify-content: space-between;background-color: white;
	flex-wrap: wrap;
	display: flex;
	height: 140px;
}

.supply .supply-topline {
	color: #FFFEFF;
	width: 35%;
}

.supply .supply-topline img {
	/*height: 100%;
	width: 100%;*/
	width: 134px;
	height: 85px;
}

.supply .supply-img {
	width: 35%;
}

.supply .supply-img img {
	max-height: 75px;
	width: 100%;
}

.supply .supply-info {
	padding-left: 5%;
	font-size: 12px;
	font-family: Arial,Source Han Sans CN;
	font-weight: bold;
	color: rgba(142, 142, 142, 1);
	width: 65%;
	margin-top: auto;
	margin-bottom: auto;
}


/* ---------------------搜索供应商样式---------------------------- */

/*方法一、修改源生*/
.selectdiv {
	width: 45%;
	border: solid 1px #ddd;
	position: relative;
	left: 4%;
}

.selectdiv1 {
	width: 45%;
	border: solid 1px #ddd;
	position: relative;
	left: 50%;
	top: -36px;
}

.select-box {
	box-sizing: border-box;
	vertical-align: middle;
	width: 100%;
	display: inline-block;
	background-color: #fff;
	height: 34px;
}

.select {
	border: solid 1px #ddd;
	box-sizing: border-box;
	/*清除默认的select选择框样式*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	font-weight: normal;
	width: 100%;
	white-space: nowrap
}

.select-box .select {
	border: none;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 20px 0 30px;
	line-height: 32px;
}

.select-box.inline,
.select-box.inline .select {
	width: auto
}

.select-box,
.select-box.size-M {
	padding: 4px 10px
}

.select,
.size-M .select {
	font-size: 14px
}

.select-box.size-MINI {
	padding: 0px 5px
}

.size-MINI .select {
	font-size: 12px
}

.select-box.size-S {
	padding: 3px 5px
}

.size-S .select {
	font-size: 12px
}

.select-box.size-L {
	padding: 8px 5px
}

.size-L .select {
	font-size: 16px
}

.select-box.size-XL {
	padding: 10px 5px
}

.size-XL .select {
	font-size: 18px
}

.content {
	height: 100%;
}

.pp {
	text-align: left;
	width: 100%;
	margin-left: 7%;
	font-size: 14px;
	font-family: Arial,Source Han Sans CN;
	font-weight: bold;
	color: rgba(142, 142, 142, 1);
	line-height: 20px;

}

.divcontent {
	border: 0px solid red;
	position: relative;
	top: 40%;
	background-color: #fff;
	margin: 0 5%;
}

.divpp {
	border: 0px solid black;
	margin-top: 20px;
	padding-bottom: 10px;
}

.dimage {
	text-align: center;
	width: 100%;
}

.dimage img {
	width: 100%;
}
.select-box-icon {
	width: 11px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 9;
}

.select-box-icon-l {
	left: 12px;
	background: url('../../public/home/images/moreFind-icon1.png') center center no-repeat;
	background-size: 100%;
}

.select-box-icon-r {
	right: 12px;
	background: url('../../public/home/images/moreFind-icon2.png') center center no-repeat;
	background-size: 100%;
}

.mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	z-index: 99;
	display: none;
}

.mask-container {
	width: 62%;
	height: auto;
	margin-left: 19%;
	background-color: #fff;
	text-align: center;
	z-index: 100;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-bottom:27px;
}

.mask-container h5 {
	height: 70px;
	line-height: 70px;
	background: rgba(225, 225, 225, 1);
	font-size: 18px;
	font-family: Arial,FZLanTingHei-M-GBK;
	color: rgba(7, 7, 7, 1);
	margin: 0;
}

.mask-container h6 {
	font-size: 15px;
	font-family: Arial,FZLanTingHei-M-GBK;
	color: rgba(132, 132, 132, 1);
	line-height: 21px;
	padding: 20px 0;
	margin: 0;
}

.mask-container span {
	display: block;
	width: 86%;
	margin-left: 7%;
	height: 40px;
	line-height: 40px;
	background: rgba(211, 11, 44, 1);
	font-size: 15px;
	font-family: Arial,Source Han Sans CN;
	color: #fff;
}

/* -------------------所获奖项---------------------- */


.prizeYear{
	padding-left:20px;
	padding-right:20px;

}
.prizeYear:nth-child(n+2){
	padding-top:20px;
}
.prizeYear span{
	margin-top:20px;
	font-size:12px;
	font-family:Arial,Source Han Sans CN;
	font-weight:bold;
	color:rgba(102,102,102,1);
}
.prize-item{
	margin-top:13px;
	/* height:130px; */
	background-color: white;
	overflow: auto;
	padding:20px;
	display: flex;
	align-items: center;
}
.prize-item img{
	width:38%;
	float:left;
	height:70%;
}
.prize-item div{
	width: 62%;
    float: left;
    overflow: hidden;
    font-size: 12px;
    font-size: 12px;
    font-family: Arial,Source Han Sans CN;
    font-weight: bold;
    color: rgba(102,102,102,1);
    padding: 15px;
    text-overflow: ellipsis;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
    height: auto;
}

/* ---------------Q&A样式------------ */

.item{
	margin-top:15px;
	background: #fff
}
.item img{
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 20px;

}
.item .main{
	line-height: 40px;
    padding-left: 15px;
    color:rgb(134,134,134);
}
.main img{
	width: 16px;
	height: 16px;
	margin-top: 10px;
}
.item .sub{
	display: none;
	padding-bottom: 20px;
    border-top: 1px solid rgb(234,234,234)
}
.sub-item{
	margin-top: 20px;
	padding:0 15px 0 15px;
	color:rgb(118,118,118);
	font-size: 14px;
	letter-spacing: 1px
	white-space:normal; 
	word-break:break-all;
}
.question{
	margin-bottom: 5px;
}



/* --------------------公共样式结束 小叶2020-04-17周五整理------------------------- */

/* ----------------------新页面样式------------------------- */

/* ------------------------地板安装------------------------- */

/*列表数据*/	
	.content-title{
		padding-top: 20px;
		display: flex;
		height: 40px;
		font-weight: bold;
	}
	.content-title img{
		width: 17px;
		height: 17px;	
		margin-top: 4px;	
	}
	.content-title .title{	
		font-size:17px;
		font-family:Arial,Source Han Sans CN;
		font-weight:bold;
		color:rgba(29,29,27,1);
		margin-left:13px;
	}
	
	.sub_container {
		width: 100%;
		height: 110px;
		background-color: #fff;
	}

	.rich-text{
		width:100%;
		
		overflow-x: hidden; word-wrap:break-word; word-break:normal; 
		height:auto;  background-color: white;
		/*background-color: white;*/
	}


	.text-content{
		width:96%;margin-left:2%;
		height:auto;
		font-size:16px;
		font-family:Arial,Source Han Sans CN;
		font-weight:bold;
		color:rgba(102,102,102,1);}

	.text-content1{
		width:96%;margin-left:2%;
		height:auto;
		font-size:14px;
		font-family:Arial,Source Han Sans CN;
		font-weight:bold;
		color:rgba(102,102,102,1);
		line-height:25px;margin-top: 10px;
	}
	.text-title1{
		margin-top: 20px;
		width:246px;
		height:29px;
		font-size:16px;
		font-family:Arial,Source Han Sans CN;font-weight:bold;
		color:rgba(102,102,102,1);}


/* ----------------------应用程序App-------------------- */
.margin_left {
		margin-left: 60px
	}
	.hook_class {
		color: red;
		font-size: 15px;
	}

.font-content-type {
	font-family: Arial,Source Han Sans CN;
	font-size: 12px;
}

.font-detail-type {
	font-family: Arial,Source Han Sans CN;
	font-size: 12px;
}














