.container {
	padding-top: 32px;
}


/* 产品列表 */
.product-box {
	margin-top: 16px;
	margin-bottom: 16px;
    /*min-height: 500px;*/
    display: none;
}

.productlist-box{
    margin-top: 16px;
	margin-bottom: 16px;
   /* min-height: 1000px;*/
}

.newproductlist-box{
    margin-top: 16px;
	margin-bottom: 16px;
    min-height: 600px;
}

.product-list {
	width: 100%;
	min-height: 60px;
	display: flex;
	border-right: 1px solid #EBEEF5;
}

.product-list:first-child {
	background: #FAFBFC;
	color: #333333;
}

.product-list:first-child .product-item {
	color: #333333;
}

.product-list:not(:first-child) .product-item:first-child a {
	color: #024AB5;
}

.product-list:last-child {
	border-bottom: 1px solid #EBEEF5;
}

.product-item {
	width: calc(100% / 6);
	color: #606266;
	text-align: center;
	border-top: 1px solid #EBEEF5;
	border-left: 1px solid #EBEEF5;
	padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
.product-item p{
    color: #024AB5;
    cursor: pointer;
}

/* 产品搜索页面 */
.search-box {
	width: 100%;
	height: 172px;
	display: flex;
}

.search-left {
	flex: 0 0 35%;
	background: #024AB5;
	align-self: center;
	height: 100%;
	display: flex;
	align-items: center;
}

.search-left span {
	margin-left: 55%;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
}

.search-left-text {
	padding-left: 50%;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
}

.search-right {
	background: #262626;
	flex: 1;
	padding-left: 20px;
	display: flex;
	align-items: center;
}

.search-righ-box {
	flex-wrap: wrap;
}

.search-right input {
	font: initial;
	width: 100%;
	height: 38px;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #FFFFFF;
	background: transparent;
	padding-left: 12px;
	color:#666666;
}

.searchinput {
	flex: 0 0 24%;
	margin-right: calc(4% / 3);
	margin-bottom: 10px;
	
}

.searchinput:last-child {
	margin-right: auto;
}

.searchinput:nth-child(4) {
	margin-right: 0;
}

.search-btn-box {
	flex: 0 0 22%;
	background: #262626;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.search-btn {
	width: 98px;
	line-height: 38px;
	background: #0370CD;
	border-radius: 3px 3px 3px 3px;
	text-align: center;
	color: #FFFFFF !important;
	cursor: pointer;
}
.search-btns{
    background: #0370CD;
    border-color: #0370CD;
    width:100px;
    padding: 7px;
}
.s_button1:hover{
    background: #0370CD;
    border-color: #0370CD;
}
input::-webkit-input-placeholder {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
}

input::-moz-placeholder {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
}

input:-moz-placeholder {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
}

input:-ms-input-placeholder {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
}

.search-select {
	flex: 0 0 32%;
	margin-right: calc(4% / 2);
	margin-bottom: 10px;
}
.search-select:last-child{
    margin-right:0
}
.search-select select {
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: transparent;
	color: rgba(255, 255, 255, 0.3);
	border: 1px solid #FFFFFF;
	padding-left:10px;
}

.search-select select option {
	color: #000;
	opacity: .3;
	background: #FFFFFF;
}


.product_swiper {
	width: 100%;
	height: 520px;
	margin-top: 30px;
	margin-bottom:30px;
}

.product_swiper .swiper {
	width: 100%;
	height: 100%;
}

.product_swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.product_swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product_swiper .swiper-pagination-bullet-active {
	width: 40px !important;
	height: 12px !important;
	background: #024AB5 !important;
	border-radius: 6px 6px 6px 6px;
}

.product_swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #FFFFFF;
}

/* 产品列表 */
.product-list-left {
	width: 21.25%;
}

.product-list-top {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background-color: rgba(2, 74, 181, 1);
	margin-left: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: none;
	border-top-left-radius: 20px;
}

.product-list-top .e_text-3 {
	font_radio: 2;
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
	display-radio: 1;
}

.product-list-top .e_text-8 {
	font_radio: 2;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	display-radio: 1;
	line-height: 1;
	font-family: Arial;
	margin-top: 10px;
}

.product-list-top .e_line-4 {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: rgba(255, 255, 255, 1);
	max-width: 20px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

.plist-item-text {
	padding-left: 32px;
	padding-right: 20px;
	/* border-bottom: 1px solid #EBEEF5; */
	border-left: 1px solid rgba(47, 49, 139, 1);
	cursor: pointer;
}

.plist-item {
	flex: 1;
	/* height: 48px; */
	line-height: 48px;
	background: #F5F8FA;
	/* border-top: 1px solid rgba(245, 248, 250, 1); */

}

.plist-item img {
	width: 24px;
	height: 24px;
}

.plist-type-box {
	width: 100%;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #666666;
	border: 1px solid #EBEEF5;
	padding: 8px 16px;
	transition: all ease .3s;
	border-bottom: 1px solid rgba(245, 248, 250, 1);
}



.type-item {
	width: 100%;
	/*height: 44px;
	line-height: 44px;*/
	padding-left: 13%;
	cursor: pointer;
}



.type-itemall{
    font-weight: bold;
    padding-left: 16px;
}

.hide {
	display: none;
}

.product-list-right {
	width: 76.72%;
	margin-left: 2%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
}
.plist-brand{
    display: none;
}
.plist-type-box{
    display: none;
}

input:disabled{
    cursor: default;
    border-color: rgba(118, 118, 118, 0.3);
}
.type-erji{
    display: none;
    color: #666666;
}

.type-erji-active{
    color: rgba(2, 74, 181, 1);
}
.type-yiji-active{
    color: rgba(2, 74, 181, 1);
}
.yiji{
  display: flex;
  align-items: center;
  justify-content: space-between;
}


@media only screen and (max-width: 1024px) {
    .product_list_wrap{
        flex-direction: column;
    }
    .product-list-left{
        width: 100%;
    }
    .product-list-right{
        width: 100%;
    }
    .search-left{
        display: none;
    }
    .search-right input{
        padding-left:6px;
        padding-right: 6px;
    }
    .search-btn-box{
        justify-content: center;
    }
    .search-right{
        padding-left:10px;
    }
    .search-btn{
        width: 60px;
    }
}
