/* 首页 */
/* PCBA 表格 左右布局 - 公用样式 工厂档案  / 合作方式 / 公司相册 / 服务介绍*/
.factory_files_table tr td{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 38px;
	font-size: 14px;
	color: #222;
}
.factory_files_table tr td:nth-child(odd){
	background: #F0F2F7;
	border-top: 1px solid #F0F2F7;
	border-bottom: 1px solid #fff;
	width: 200px;
	text-align: center;
    color: #666;
}
.factory_files_table tr td:nth-child(even){
	min-width: 518px;
}
.factory_files_table tr:last-child td:nth-child(odd){
	border-bottom: 1px solid #eee;
}
.factory_files_table tr td:last-child{
	border-right: 1px solid #eee;
}
/* PCBA 表格公用样式 工厂档案  / 合作方式 / 公司相册 end*/

/* ===========================PCBA工厂店铺 - 首页=============================== */
/* 暂无数据 */
.blank_page{
	background: none!important;;
	margin: 30px auto;
}
.PCBA_factory_store{
	background: #F6F6F6;
	width: 100%;
}

/* 轮播图 */
.PCBA_banner{
	width: 1500px;
	height: 490px;
	margin:20px auto;
	overflow: hidden;
}

.PCBA_banner .PCBA_banner_box {
	width: 100%;
	height:100%;
	overflow: hidden;
	position: relative;
}
.PCBA_banner .PCBA_banner_box .swiper-slide{
	margin-right: 3px;
	position: relative;
}
.PCBA_banner .PCBA_banner_box .swiper-slide:last-child{
	margin-right: 0;
}
.PCBA_banner .PCBA_banner_box .swiper-slide .choose_video_list_item_play{
	width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 193px;
    left: calc(50% - 11px);
}
.PCBA_banner .PCBA_banner_box .swiper-slide .choose_video_list_item_play .iconfont{
	color: #fff;
    font-size: 30px !important;
}

.PCBA_banner .PCBA_banner_box img{
	width: 100%;
	height: 100%;
}
.PCBA_banner .swiper-button-prev,
.PCBA_banner .swiper-button-next{
	background: rgba(0, 0, 0, 0.5);
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	position: absolute;
	border-radius: 50%;
}
.PCBA_banner .swiper-button-next::after{
    font-size: 20px;
}
.PCBA_banner .swiper-button-prev::after{
    font-size: 20px;
}

/* 公司相册 */


.PCBA_banner_item{
	width: 1436px;
	height: 358px;
}
.PCBA_banner_item .PCBA_banner_box {
	width: 100%;
	height:100%;
	overflow: hidden;
	position: relative;
}
.PCBA_banner_item .PCBA_banner_box .swiper-slide{
	margin-right: 3px;
}
.PCBA_banner_item .PCBA_banner_box .swiper-slide:last-child{
	margin-right: 0;
}
.PCBA_banner_item .PCBA_banner_box img{
	width: 100%;
	height: 100%;
}
.PCBA_banner_item .swiper-button-prev,
.PCBA_banner_item .swiper-button-next{
	background: rgba(0, 0, 0, 0.5);
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	position: absolute;
	border-radius: 50%;
}
.PCBA_banner_item .swiper-button-next::after{
    font-size: 20px;
}
.PCBA_banner_item .swiper-button-prev::after{
    font-size: 20px;
}


/* = 工厂档案 = */
.factory_files{
	background: #fff;
	border-radius: 5px;
	padding: 30px 32px 0 32px;
	box-sizing: border-box;
}
.factory_files h1{
	margin-bottom: 24px;
	font-size: 16px;
	color: #333;
	font-weight: 700;
}
.factory_files_list{
	margin-bottom: 24px;
	display: inline-block;
}

/* 资质证书 */
.PCBA_certificate{
	border: 1px solid #eee;
	margin-bottom: 44px;
	height: 246px;
	display: flex;
}
.PCBA_certificate span{
	background: #F0F2F7;
	width: 200px;
	display: flex;
	line-height: 22px;
}

.PCBA_certificate_list{
    box-sizing: border-box;
    width: 1146px;
    position: relative;
    overflow: hidden;
	margin-left: 46px;
	height: 245px;
}
.PCBA_certificate_list .myscrollbox{
    position: absolute;
    left: 0;
    top: 21px;
    overflow: scroll;
    z-index: 100;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.PCBA_certificate_list .myscrollbox ul{
	z-index: 100;
	display: flex;
}
.PCBA_certificate_list li{
	width: 136px;
	margin-right: 8px;
	display: inline-block;
}
.PCBA_certificate_list li img{
	width: 136px;
	height: 176px;
}
.PCBA_certificate_list li p{
	width: 136px;
	line-height: 17px;
	height: 17px;
	margin-top: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}
.PCBA_certificate_list li:last-child{
	margin-right: 0;
}

.PCBA_certificate_com{
	width: calc(100% - 200px);
}
.PCBA_certificate_com .PCBA_certificate_btn{
	position: absolute;
    top: 89px;
    color: #BEBEBE;
    width: 100%;
    height: 30px;
    left: 0;
    display: inline-block;
	z-index: 1001;
}
.PCBA_certificate_com .PCBA_certificate_btn i{
	position: absolute;
    font-size: 20px !important;
	cursor: pointer;
}
.PCBA_certificate_com .PCBA_certificate_btn .PCBA_certificate_left{
	left: 14px;
}
.PCBA_certificate_com .PCBA_certificate_btn .PCBA_certificate_right{
	right: 14px;
}


/* =公司相册= */

.company_album{
	margin-top: 16px;
	background: #fff;
	border-radius: 5px;
	padding: 30px 32px;
	box-sizing: border-box;
	margin-bottom: 36px;
}
.company_album h1{
	margin-bottom: 24px;
	font-size: 16px;
	color: #333;
	font-weight: 700;
}
.company_album .company_album_tab{
	height: 46px;
	display: flex;
	margin-bottom: 24px;
}
.company_album .company_album_tab li{
	color: #666;
	font-size: 14px;
	line-height: 46px;
	width: 60px;
	margin-right: 40px;
	cursor: pointer;
}
.company_album .company_album_tab li:hover,
.company_album .company_album_tab li.active{
	border-bottom: 2px solid #00A0E8;
	color: #000;
	font-weight: 700;
}

/*  公司相册 banner */
.company_album_tabCom .PCBA_banner_item,
.company_album_tabCom .PCBA_banner_item li{
	height: 358px;
}
.company_album_tabCom .PCBA_banner_item{
	margin-bottom: 24px;
}
/* 公司相册 - 产线配置 */
.Production_list .comment_receivec_tap{
	height: 31px;
    line-height: 30px;
}
.Production_list .comment_receivetapbox{
	width: 86px;
	height: 30px;
	line-height: 30px;
}
.Production_configuration{
	padding: 40px 30px 30px;
    width: 1436px;
    box-sizing: border-box;
    overflow: auto;
}
.Production_configuration_list li{
	margin-right: 77px;
}
.Production_configuration_list li:last-child{
	margin-right: 0;
}
.Production_configuration_list li img{
	width: 130px;
	height: 130px;
}
.Production_configuration_list li p{
	margin-top: 10px;
	height: 15px;
	font-size: 12px;
	color: #444;
	text-align: center;
	max-width: 120px;
	display: block!important;
}
.Production_configuration_list li span{
	position: relative;
    width: 24px;
    height: 24px;
    background: linear-gradient(to right, #FFEAC9, #ffffff);
    border-radius: 50%;
    display: inline-block;
    margin: 24px 0 0 55px;
	text-align: center;
	line-height: 24px;
}
.Production_configuration_list li span .iconfont{
	color: #EBC59D;
}
.Production_configuration_list li span::after{
	position: absolute;
    content: '------------------------------';
    left: 24px;
    top: 2px;
    width: 184px;
	color: #BE7A33;
}
.Production_configuration_list li:last-child span::after{
	content: '';
	width: 0px;
}

/* 产品展示 */
.Product_common{
	width: 100%;
    margin-top: 21px;
    display: inline-block;
}
.Produc_list{
    box-sizing: border-box;
    width: 1302px;
    position: relative;
    overflow: hidden;
    margin-left: 65px;
    height: 147px;
}
.Produc_list .myscrollbox{
    position: absolute;
    left: 0;
    top: 21px;
    overflow: scroll;
    z-index: 100;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.Produc_list .Produc_list_scrollbox ul{
	z-index: 100;
	display: flex;
}
.Produc_list li{
	width: 145px;
	margin-right: 20px;
	display: inline-block;
}
.Produc_list li img{
	width: 145px;
	height: 145px;
}
.Produc_list li:last-child{
	margin-right: 0;
}

.Product_common .Produc_list_btn{
	position: absolute;
    top: 60px;
    color: #BEBEBE;
    width: 100%;
    height: 30px;
    left: 0;
    display: inline-block;
	z-index: 1001;
}
.Product_common .Produc_list_btn i{
	position: absolute;
    font-size: 20px !important;
	cursor: pointer;
	width: 22px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	background: #EAEAEA;
}
.Product_common .Produc_list_btn .Produc_list_btn_left{
	left: 14px;
}
.Product_common .Produc_list_btn .Produc_list_btn_right{
	right: 14px;
}


/* ==================================服务介绍================================= */
.pcba_service_com {
    background: #fff;
    border-radius: 5px;
    padding: 20px 24px;
    box-sizing: border-box;
}
.pcba_service_list li{
	display: flex;
    margin-bottom: 4px;
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}
.pcba_service_list li span{
    font-weight: normal;
    padding: 0 20px 0 10px;
    line-height: 30px;
    height: 30px;
	margin:0 0 10px 10px;
    position: relative;
    display: inline-block;
    background: #E8FAF7;
    color: #2C9A9E;
}
.pcba_service_list li span::after{
    position: absolute;
    font-family:'iconfont';
    content: '\e729';
    font-size: 18px;
    right: 0;
    color: rgba(192, 242, 233, 0.9);
    top: 0;
}
.pcba_service_list li:last-child{
    margin-bottom: 0;
}
.pcba_service_list li:nth-child(2) span{
    background: #FEF8ED;
    color: #BC8136;
}
.pcba_service_list li:nth-child(2) span::after{
    color: rgba(255, 235, 206, 1);
}
.pcba_service_list li:last-child span{
    background: #FFF1EF;
    color: #C23C3C;
}
.pcba_service_list li:last-child span::after{
    color: rgba(255, 214, 208, 0.8);
}
.pcba_service_com h1{
	color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    line-height: 21px;
}
.pcba_service_com h1 span{
    font-size: 12px;
    color: #999999;
    cursor: pointer;
    font-weight: normal;
}
.process_capability_table{
    border: 1px solid #eee;
}
.process_capability_table thead tr{
    background: #F0F2F7;
    color: #666;
}
.process_capability_table tbody tr{
    border-top: 1px solid #eee;
    color: #222;
}
.process_capability_table thead tr th,
.process_capability_table tbody tr td{
    width: 50%;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
}
.process_capability_table thead tr th:first-child{
    border-right: 1px solid #fff;
}
.process_capability_table tbody tr td:first-child{
    border-right: 1px solid #eee;
}

/* ===============================企业档案============================== */
.sellershop_companyBox {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}
/* 公司简介 */
.companyIntroduction {
	line-height: 22px;
	font-size: 13px;
	width: 950px;
}
.companyIntroduction p{
	word-break: break-all;
    overflow-wrap: break-word;
}
.companyIntroductionImg {
	width: 480px;
	height: 270px;
	border-radius: 10px;
	object-fit: contain;
	margin-left: 30px;
}

.gap30 {
	gap: 30px;
}
/* 联系 */
.companyContactItem {
	height: 135px;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	gap: 10px;
	align-items: center;
	border: 1px solid transparent;
}
.companyContactItem:hover {
	border: 1px solid #FF8C00;
}
.companyContactItem .icon-a-Polygon {
	font-size: 75px;
	color: #FF8C00;
	margin-left: 30px;
	position: relative;
}
.companyContactItem .icon-a-CallSilentStroke, .icon-a-Vector5, .icon-a-Vector6 {
	position: absolute;
	left: 18px;
	top: 34px;
}

/* 查看更多弹框 */
.view_More_box_div{
	margin: 0 25px;
	max-height: 400px;
    overflow: auto;
}
.view_More_box{
	border: 1px solid #EEEEEE;
	position:relative;
}
.view_More_box thead tr{
	background: #F0F2F7;
	position:sticky;
	top: 0;
    z-index: 1;
	
}
.view_More_box tbody tr{
	border-top: 1px solid #eee;
}
.view_More_box thead tr th,
.view_More_box tbody tr td{
	border-right:1px solid #ddd;
	text-align: center;
}
.gcrl-table{
	background: #F0F2F7!important;
}