/*top头顶*/
header{
	background: url(/Public/home/img/banner.jpg) no-repeat center;
}
.bg-back{
	width: 100%;
    background-size: cover;
    color: #fff;
	padding: 1% 4%;
	height: auto;
}
[data-am-widget=tabs] .am-tabs-nav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.am-tabs-default .am-tabs-nav {
    line-height: normal;
    background-color: #fff;
    border-bottom:1px solid #808080;
}
.am-tabs-default .am-tabs-nav a {
	font-size: 3.6rem;
    color: #808080;
    line-height:normal;
    padding: 2% 0;
}
.am-tabs-default .am-tabs-nav>.am-active a {

	font-size: 3.6rem;
    color: #32A2FB;
    background: #fff;
    display: inline-block;
    height: 100%;
    border-bottom: 2px solid #32A2FB;
}
.bg-back .am-u-lg-3,.bg-back .am-u-lg-5,.bg-back .am-u-lg-12{
	padding:0;
	margin: 0; 
}
.bg_EgTitle{
	font-size: 3rem;
	font-weight: bolder;
}
.content_box{
	width: 80%;
	height: auto;
	margin: 5% auto;
}
.am-tabs-bd {
     border: none; 
}
.brand-content{
	width: 100%;
}
.brand_box{
	margin-top:5%; 
}
.brand_list{
	padding: 5% 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px dashed #808080;
}
.am-gallery-default .am-gallery-desc {
    color: #999;
    font-size: 1.5rem;
    margin-top: 1em;
}

.brand_list_cont{
	width: 50%;
	text-align: center;
}
.brand_list_cont img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.list_introduce{
	width: 70%;
	text-align: left;
	color: #808080;
	font-size: 1.6rem;
}
.list_title{
	text-align: left;
	width: 100%;
	font-size: 2.6rem;
	color: #808080;
	padding-top: 5%;
}
.list_system{
	text-align: left;
	width: 100%;
	font-size: 1.6rem;
	color: #808080;
}
.rigth_t{
	margin-right:0; 
	text-align: right;
}
.float_t{
	float: right;
}
.baozheng{
	width: 80%;
	height: auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.baozheng2{
	width: 70%;
}
.baozheng span{
	color: #808080;
	display: flex;
	align-items: center;
	margin-right:4%; 
}
.sgreen{
	color: #68DF79;
	font-size: 2.5rem;
}
.brand_list_question{
	border-bottom: 1px dashed #808080;
	padding-bottom: 5%;
}
.chat_box{
	margin: 6% 0;
	display: flex;
	align-items: center;
}
.chat_img{
	margin-right:5%; 
}
.chat_text{
	width: auto;
	padding: 2% 3%;
	font-size: 1.4rem;
	background: #fff;
	color: #808080;
	position: relative;
	background: url('../img/chat.png')no-repeat left;
	background-size:100% 100%; 
}

.chat_box p{
	margin: 0;
}
.list_Img{
	width: 100%;
	height: auto;
	margin-top: 5%;
	text-align: center;
}
.list_Img img{
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.brand_list_text{
	width: 35%;
}
.brand_list_img{
	width: 60%;
}
.brand_list_question .am-gallery{
	margin:2% 0; 
}
.brand_list_question .am-gallery-item{
	text-align: center;
}
.brand_list_question .am-gallery-item img{
	width: 30%;
}
@media screen and (max-width: 1024px){
	.brand_list {
	    flex-direction: column;
	}
	.brand_list_cont,.list_title,.list_system,.list_introduce,.brand_list_text ,.brand_list_img{
		text-align: center;
	    width: 100%;
	}
	.baozheng{
		width: 100%;
		
	}
	.float_t{
		clear: right;
	}
}
@media screen and (max-width: 768px){
	.bg-title{
		font-size: 2.2rem;
	}
	.brand-title{
		font-size: 2rem;
	}
}
@media screen and (max-width: 640px){
	.bg-back{
		padding-top: 20%;
		padding-bottom: 5%;
	}
	.bg-title {
	    font-size: 1.8rem;
	    position: relative;
	    padding-bottom: 0rem; 
	    margin-bottom: 0rem; 
	}
	.content_box {
    	width: 100%;
	    height: auto;
	    margin: 5% auto;
	}
	.bg-back p{
		margin: 0;
		font-size: 1.3rem;
	}
	.am-tabs-default .am-tabs-nav>.am-active a {
	    font-size: 2.2rem;
	    color: #32A2FB;
	    background: #fff;
	}
	.am-tabs-default .am-tabs-nav a {
	    font-size: 2rem;
	    color: #808080;
	    line-height: normal;
	}
	.list_title {
		font-size: 2.2rem;
	}
	.list_introduce {
		font-size: 1.2rem;
	}
	.baozheng{
		font-size: 1.2rem;
	}
	.sgreen {
	    color: #68DF79;
	    font-size: 1.5rem;
	}
	.brand_list_question .am-gallery-item img {
	    width: 40%;
	}
	.am-gallery-default .am-gallery-desc {
	    color: #999;
	    font-size: 1.4rem;
	    margin-top:2%; 
	}
}