﻿body {
	font-family: "Arial";
	color: #333;
	font-size: 14px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	background: #f1f2f4;
	line-height: 1.5;
	margin: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

input,
textarea {
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
}

select,
button,
input,
textarea {
	border: none;
	outline: none;
	-webkit-tap-highlight-color: #000000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
em, cite, address, i {
    font-style: normal;
}
.mt-80
{
    margin-top:80px !important;
}
/*英文子站首页 start*/

.bannerblank {
	width: 100%;
	height:auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.bannerimg
{
    /*width: 100%;
    height: 100%;*/
    object-fit: cover;
	margin-top: -50px;
}
.bannerinfo
{
    top: 0px;
    position: absolute;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bannertitle {
	font-size: 54px;
	color: #0154b2;
	font-weight: bold;
	line-height: 70px;
	padding-top: 150px;
	text-align: center;
	width:900px;
	text-align:center;
}

.bannerbtn {
	width: 480px;
	height: 60px;
	border-radius: 30px;
	background: #0068dd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 12px;
	box-shadow: 1px 1px 4px 1px rgba(1, 95, 202, 0.46);
}
 .online_regisetr_btn
    {
        background:#009eff;
    }
    .online_regisetr_btn.hasjoinbtn
    {background:#99d8ff;
        }
.bannerinfolist {
	width: 1200px;
	height: 100px;
	background: #027de5e0;
	color: #fff;
	border-bottom: 4px solid #015fca; 
	padding: 30px 28px;
	box-sizing: border-box;
	text-align: left; 
	position:absolute;
	bottom:-80px;
}

.bannerinfolist h3 {
	font-size: 22px;
	color: #fff;
	text-align: center;
	text-shadow: 0.1em 0.1em #005eae;
}

.headercatalog {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}

.headercatalog img {
	width: 20px;
	height: 20px;
	display: flex;
	margin-right: 6px;
}
.headercataloglist
{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.headercataloglist ul {
	display: flex;
    margin-top: 5px;
    align-items: center;

    width:100%;

    flex-wrap: wrap; /* 添加这一行实现换行 */
}
.headercataloglist ul li
{	
    list-style: none;
}
.headercataloglist ul li a{
	margin-right: 20px;
	font-size: 16px;
	color: #fff;
	white-space:nowrap;
}
.catalogmore
{
    color: #fff;
}

.parttitle {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	padding: 50px 0px 20px 0px;
}

.parttitlemore {
	width: 100px;
	height: 30px;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	border: 1px solid #666;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0px;
}

.bottombgblank {
	width: 1200px;
    height: auto;
    min-height:80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    color: #fff;
    margin: 60px 0px;
    line-height: 1.5;
    background: linear-gradient(45deg, #043a96, #002460);
    position: relative;
    padding: 30px 0px;
}

.bottom_bg_icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.latest_products_flex {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	justify-content:flex-start;
}

.latestproductitem {
	width: 232px;
	height: 282px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: 0px 1px 16px 4px rgba(28, 21, 10, 0.06);
	margin-right:10px;
}
.latestproductitem:nth-child(5n)
{
    margin-right:0px;
}

.latestproductitle {
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.latestproductimg {
	width: 212px;
	height: 212px;
	display: flex;
	margin:0 auto;
	margin-bottom: 10px;
}

.latestproductimg img {
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: cover;
}


/*英文子站首页 end*/


/*英文子站列表页 start*/




/*列表 start*/

.main_blank {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 90px;
}


/*列表头部*/

.titlebarflex {
	display: flex;
	align-items: center;
	padding-bottom: 16px;
	padding-top: 30px;
	line-height: 1;
	justify-content: space-between;
}

.titlebarflex .title
{
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.titlebarflex ul {
	display: flex;
	align-items: center;
}

.titlebarflex ul li {
	list-style: none;
	position: relative;
	margin-right: 20px;
}

.titlebarflex ul li:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	transform: rotate(45deg);
	top: 6px;
	right: -10px;
}

.titlebarflex ul li:last-child:after {
	display: none;
}

.titlebarflex ul li a {
	font-size: 16px;
	color: #666;
	text-decoration: none;
}

.countdesc {
	font-size: 14px;
	color: #999;
}

.countdesc span {
	color: #009EFF;
	font-weight: bold;
}


/*列表内容*/

.suppliers_list_flex {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	justify-content: flex-start;
}

.suppliers_list_item {
	width: 388px;
	height: 428px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 15px 10px;
	box-shadow: 0px 1px 16px 4px rgba(28, 21, 10, 0.06);
	margin-bottom: 18px;
	margin-right: 18px;
}

.suppliers_list_item:nth-child(3n) {
	margin-right: 0px;
}

.suppliers_listhead {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.itemlogoimg {
	width: 50px;
	height: 50px;
	display: flex;
	margin-right: 10px;
}

.itemlogoimg img {
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}

.suppliers_listhead .itemlogoinfo .listtitle {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	line-height: 1;
	margin-bottom: 5px;
	text-decoration: none;
	width: 308px;
}

.suppliers_listhead .itemlogoinfo .listtitle:hover {
	color: #217fe7;
}

.flexcenter {
	display: flex;
	align-items: center;
}

.itemlogoinfo .inquirybtn {
	width: 120px;
	height: 30px;
	background: #009eff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}

.itemlogoinfo .inquirybtn img {
	width: 12px;
	height: 12px;
	display: flex;
	margin-right: 4px;
}

.itemlogoinfo .chatnow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 30px;
	line-height: 1;
	text-decoration: none;
	font-size: 14px;
	color: #217fe7;
}

.itemlogoinfo .chatnow img {
	width: 12px;
	height: 12px;
	display: flex;
	margin-right: 4px;
}

.suppliers_listbanner {
	margin-top: 10px;
	position: relative;
	width: 368px;
	height: 207px;
	overflow: hidden;
}

.suppliers_listbanner img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}

.suppliers_listmask {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
}

.suppliers_listmask img {
	cursor: pointer;
	width: 34px;
	height: 34px;
}

.suppliers_listproduct {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.suppliers_listproduct a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 116px;
	height: 116px;
	overflow: hidden;
	border: 1px solid #eee;
	box-sizing: border-box;
	margin-right: 10px;
}
.suppliers_listproduct a:last-child
{ 
	margin-right: 0px;
}
.suppliers_listproduct a img {
	width: 100%;
	max-height: 100%;
	height: auto;
}


/*列表底部分页*/

.pagebarflex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
}

.pagebarflex table tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pagealist {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.pagebarflex #pageLeft a {
	font-size: 16px;
	color: #333;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin: 0 5px;
	box-sizing: border-box;
	padding: 6px 10px;
	line-height: 1;
}

.pagebarflex #pageLeft a:hover {
	background: #369df5;
	border-color: #369df5;
	color: #fff;
}

#b_pageNow,
#b_pageIndex {
	background: #369df5;
	border-color: #369df5;
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 16px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin: 0 5px;
	box-sizing: border-box;
	font-weight: normal;
}

.pagea:first-child:hover {
	background: #ddd;
	border-color: #ddd;
}

.pagea:last-child:hover {
	background: #fff;
	border-color: #ddd;
}

.pagegoto {
	display: flex;
	align-items: center;
	justify-content: center;
}

#pageRight {
	font-size: 16px;
	color: #666;
	display: flex;
	align-items: center;
	line-height: 1;
	justify-content: flex-end;
}

#txtPageGo {
	font-size: 16px;
	color: #666;
	width: 60px;
	height: 30px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #fff;
	box-sizing: border-box;
	margin-left: 8px;
}

#btnGo {
	width: 60px;
	border: none;
	height: 30px;
	background: #369DF5;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	cursor: pointer;
}

#pageLeft {
	display: flex;
	align-items: center;
}

#b_totalPage {
	display: none;
}

#b_pre,
#b_Next {
	font-size: 16px;
	color: #333;
	border-radius: 4px;
	background: #ddd;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin: 0 5px;
	box-sizing: border-box;
	padding: 6px 10px;
	line-height: 1;
	font-weight: normal;
}


/*列表 end*/


/*底部*/

.footer_pc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-top: 1px solid #ddd;
	background: #f0f0f0;
	height: 116px;
	font-size: 14px;
	color: #333;
	line-height: 26px;
}


/*英文子站列表页 end*/


/*介绍页 start*/

.aboutusdesc {
	font-size: 18px;
	color: #333;
	line-height: 40px;
	background:#fff;
	padding:30px 28px;
}

/*侧边栏*/
.sidebar .sidebar_scrolltop{
	position: fixed;
	right: 0px;
	bottom: 100px;
	display:none;
    cursor:pointer;
}
.sidebar_scrolltop:hover  .sidebar_img_blue
{
    display:block
}
.sidebar_scrolltop  .sidebar_img_blue
{
    display:none;
}
.sidebar_scrolltop:hover  .sidebar_img_default
{
    display:none;
}

/**报名参展相关**/
.substationtxt {width: 90%;}
a.substationbtn {padding: 6px 22px;
    background-color: #009eff;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    width: auto;
    box-sizing: border-box;
    display: flex;
    text-align: center;
    justify-content: center;
    line-height: 1;}
a.substationbtn.hasjoinbtn {opacity:0.4;}
.substationbottom {display:flex;align-items:flex-end;justify-content:space-between;padding:0 15px}
.activemask {background: #000;filter: alpha(opacity=10);opacity: .3;left: 0px;top: 0px;position: fixed;height: 100%;width: 100%;overflow: hidden;z-index: 1000; display:none;}
.ensuredialog {width:400px;height:auto;min-height:533px;background-color:#ffffff;overflow:hidden;position:fixed;top:50%;left:50%;transform: translateX(-50%) translateY(-50%);z-index: 10000;margin: 0 auto;box-sizing: border-box;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;flex-direction: column;padding: 32px 24px;display:none;text-align:center;}
.dialogtitle {font-size: 18px;color: #000000;}
.dialogtitle_line {width: 32px;height: 2px;border-top:solid 1px #009eff;margin:0 auto;margin-top:6px;}
.dialogdesc {font-size: 14px;color: #999999;margin-top:32px;}
.baseinfoblank {display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;border-bottom: 1px solid #eee;padding-bottom:20px;padding-top:12px;width:100%;}
.baseinfotitle {font-size: 14px;line-height: 20px;color: #666666;margin-top:16px;}
.baseinfodesc {	font-size: 14px;line-height: 20px;color: #333333;font-weight:bold;margin-top:4px;}
.dialogregist {font-size: 14px;line-height: 20px;color: #009eff;padding:24px 0px 20px 0px;display:flex;align-items:center;justify-content:center;}
.registarrow {width: 6px;height: 10px;margin-left: 6px;}
.dialogbtnbar{display: flex;align-items: center;justify-content: space-between;width:100%;}
.dialogbtnwhite {width: 164px;height: 40px;border-radius:6px;border:solid 1px #999999;display:inline-block;font-size:16px;color:#333333;line-height:40px;text-align:center;float:left;}
.dialogbtncolor {width: 164px;height: 40px;background-color: #009eff;border-radius: 6px;font-size: 16px;color: #fff;line-height: 40px;text-align:center;float:right;}
.close {position: absolute;right: 24px;top: 16px;width: 18px;height: 18px;}
.close:before,.close:after {position: absolute;left: 8px;content: ' ';height: 16px;width: 2px;background-color: #333;}
.close:before {transform: rotate(45deg);}
.close:after {transform: rotate(-45deg);}
a.registinfo {font-size: 14px;line-height: 20px;color: #009eff;}
a.registinfo:after {content: "";width: 8px;height: 8px;display: inline-block;border-top: 1px solid #009eff;border-right: 1px solid #009eff;transform: rotate(45deg);}
.successtitle{font-size: 18px;color: #333;font-weight: bold;padding-top: 20px;}
.successdesc{font-size: 14px;color: #999;}
.dissuccessimg{margin-top: 60px;}
.setbottombtn{width: 352px;position: absolute;bottom: 32px;left:24px;}

/*移动端适配 start*/

 

/*440分辨率以下（小于479px）*/

@media only screen and (max-width: 479px) 
{ 
	/*移动端头部*/
	.header_pc,
	.header_move {
		display: none;
	}
	.body_scroll .header_move
    {
	    display: none;
    }
	.menu-container {
		position: absolute;
		background: #fff;
		z-index: 99;
		width: 100%;
		height: 100%;
		top: 50px;
		visibility: hidden;
	}  
	.menu-loginflex {
		display: flex;
		align-items: center;
	} 
	.m_searchblank {
		background: #fff;
		padding: 0 15px;
		box-sizing: border-box;
		background: #fff;
		padding: 0 15px;
		box-sizing: border-box;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.m_searchbar {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 32px;
		border-radius: 4px;
		box-sizing: border-box; 
	    overflow: hidden;
	}
	.m_searchbar button
	{ 
	    width: 57px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #009eff;
     }
	.m_searchinput {
		width: 100%;
		height: 32px;
		border: 1px solid #ddd;
		border-radius: 4px 0 0 4px;
		border-right: none;
	}
	.m_searchbar img {
		width: 15px;
		height: 15px;
		display: flex;
	}
	/*中间部分调整*/
	.bannertitle
	{
	    font-size: 20px !important;
        width: 80%;
        line-height: 1.2;
        padding-top: 50px !important;
         overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
	}
	.bannerbtn
	{
	    width: 251px;
        height: 30px;
        font-size: 14px;
    }
   
    .bannerinfolist {
        width: 90%;
        height: auto;
        margin-top: 40px;
        margin-bottom: 0px;
        padding: 10px 15px;
        z-index: 1;
    }
    .bannerinfolist h3
    {
        font-size:16px;  
    }
    .headercatalog
    {
        display:none;
        margin-top: 5px;
        font-size: 14px;
    }
    .headercataloglist
    {
        flex-direction: column;
        align-items: flex-start;
    }
    .headercataloglist ul{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        height:75px;
    }
    .bannerinfo 
    {
        width: 100%;
    }
    .bannerimg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%,-50%);
    }
    .bannerblank
    { 
        height: 251px !important;
        width: 100%;
     }
	.main_blank {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.parttitlemore {
		position: relative;
		margin-top: 18px;
	}
	.parttitle {
		box-sizing: border-box;
		flex-direction: column;
		padding: 40px 15px 30px 15px;
		text-align: center;
	}
	.suppliers_list_flex {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.suppliers_list_item {
		width: 100%;
		height: auto;
		margin-right: 0px;
	}
	.itemlogoinfo {
		flex: 1;
		width:70px;
	}
	.suppliers_listhead .itemlogoinfo .listtitle {
		width: 100%;
	}
	.suppliers_listbanner {
		width: 100%;
	}
	.suppliers_listproduct a {
		width: 80px;
		height: 80px;
	}
	.latest_products_flex {
		width: 100%;
		box-sizing: border-box;
		padding: 0px 15px;
	}
	.latestproductitem {
		width: 100%;
		margin-bottom: 18px;
		margin-right: 0px;
	}
	.latestproductimg {
		width: 100%; 
	}
	
	.bottombgblank {
		width: 100%; 
		height: 140px;
		padding: 0px 15px;
		box-sizing: border-box;
		margin: 20px 0px;
	}
	/*底部适配*/
	.footer_pc {
		width: 100%;
		padding: 30px 15px;
		box-sizing: border-box;
		height: auto;
	}
	
	/*子站介绍页*/
	.aboutusdesc
	{
	    padding: 15px;
	}
	.aboutusdesc img
    {
        width: 100%;
        height: auto;    
    }    
    .titlebarflex
    {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
        flex-wrap: wrap;
    }
    .countdesc
    {
        margin-top: 10px;
    }
   
}
@media only screen and (max-width: 768px) 
{
        .ensuredialog
    { width: 90%; }
    .dialogbtnwhite
    {max-width: 100px;
    width: auto;
    padding: 0px 30px;        }
    .dialogbtncolor{max-width: 100px;
    width: auto;
    padding: 0px 30px;}
    
    .setbottombtn{padding: 0px 30px;
    max-width: 160px;
    left: 25%;
    margin: 0 auto;
    bottom: 32px;
    width: 30%;}
}
/*当页面宽度大于768px小于960px ipad*/
@media screen and (min-width:768px) and (max-width:960px) {
	.bannertitle{
		width: 100%;
	    box-sizing: border-box;
	    padding: 50px 30px;
	}
	.bannerinfo{
        width: 100%;
    }
	.bannerinfolist{
		width: 80%;
        height: auto;
        margin-top: 80px;
	}
	.headercataloglist ul{flex:1;flex-wrap: wrap;}
	.main_blank{
		width: 100%;
	    box-sizing: border-box;
	    padding: 0px 30px;
	}
	.suppliers_list_flex{
		width: 100%;
		justify-content: space-between;
	}
	.suppliers_list_item{
		width: 49%;
	}
	.suppliers_list_item{
		margin-right: 0px;
	}
	.suppliers_listbanner{
		width: 100%;
	}
	.suppliers_listproduct{
		    justify-content: space-around;
	}
	.suppliers_listproduct a{
		margin-right: 0px;
		width: 30%;
	}
	.latest_products_flex{
		width: 100%;
	}
	.latestproductitem{
		margin-bottom: 10px;
	}
	.bottombgblank{
		width: 100%;
	}
    .latestproductitem{
	    width: 31%;
        margin-right: 15px;
	}
	.latestproductimg{
		width: 100%;
	}
	.latestproductitem:nth-child(3n){
		margin-right: 0px;
	}
}
/*当页面宽度大于960px小于1200px ipad pro*/
@media screen and (min-width:960px) and (max-width:1200px) {
	.bannertitle{
		width: 100%;
	    box-sizing: border-box;
	    padding: 50px 30px;
	}
	.bannerinfo{
        width: 100%;
    }
	.bannerinfolist{
		width: 80%;
        height: auto;
        margin-top: 80px;
	}
	.headercataloglist ul{flex:1;flex-wrap: wrap;}
	.main_blank{
		width: 100%;
	    box-sizing: border-box;
	    padding: 0px 30px;
	}
	.suppliers_list_flex{
		width: 100%;
		justify-content: space-between;
	}
	.suppliers_list_item{
		width: 49%;
	}
	.suppliers_list_item{
		margin-right: 0px;
	}
	.suppliers_listbanner{
		width: 100%;
	}
	.suppliers_listproduct{
		    justify-content: space-around;
	}
	.suppliers_listproduct a{
		margin-right: 0px;
		width: 30%;
	}
	.latest_products_flex{
		width: 100%;
	}
	.latestproductitem{
		margin-bottom: 10px;
	}
	.bottombgblank{
		width: 100%;
	}
	.latestproductitem{
	    width: 31%;
        margin-right: 15px;
	}
	.latestproductimg{
		width: 100%;
	}
	.latestproductitem:nth-child(3n){
		margin-right: 0px;
	}
}