﻿@media screen and (max-width:1200px)
{
body 
{	
	min-width:auto;
}
/**pc手机版显示隐藏**/
.m_hide
{
    display:none;
}
.pc_hide
{
    display:block;
}
/**pc手机版显示隐藏 end**/
/**网页首页banner**/
.banner a.bannerlink .wenzi .bannertit
{
	width:100%;
	box-sizing:border-box;
	padding:0px 6%;
	font-size:18px;
	line-height:25px;
	margin-top:35%;
}
.banner a.bannerlink .wenzi .bannercontent
{
	box-sizing:border-box;
	padding:0px 6%;
	font-size:16px;
	line-height:22px;
	max-width:100%;
	margin-top:20px;
}
.banner a.bannerlink img
{
	height:100vh;
	object-fit:cover;
}
.banner .bannernav
{
	padding:0px 6%;
	bottom:40px;
	box-sizing:border-box;
}
.banner .bannernav .grid
{
	width:48.5%;
	margin-right:3%;
}
.banner .bannernav .grid .link
{
	font-size:14px;
}
.banner:hover .bannerarr
{
	opacity:0;
}
/**网页首页banner end**/
/**网站内页banner**/
.inside_banner
{
	margin-top:0px;
}
.inside_banner a .pic img
{
	min-height:200px;
	object-fit:cover;
}
.inside_banner a .wenzi .bannertit
{
	font-size:22px;
	line-height:25px;
	box-sizing: border-box;
	padding:0px 6%;
}
.inside_banner a .wenzi .bannercontent
{
	font-size:16px;
	line-height:22px;
	box-sizing: border-box;
	padding:0px 6%;
	text-shadow:1px 1px 1px #333;
}
/**网站内页banner end**/
/**锚点**/
.maodian
{
	height:60px;
	margin-top:-60px;
}
/**锚点 end**/
/**手机版顶部**/
.mhead
{
    width:100%;
    height:60px;
    padding:15px 6%;
    box-sizing: border-box;
    position:fixed;
    top:0px;
    left:0px;
    z-index:1000;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.mhead.mheadbgblack
{
	background:#000;
}
.mhead.mheadbgnone
{
	background:none;
}
.mhead .logo
{
    height:100%;
}
.mhead .logo .link
{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    height:100%;
}
.mhead .logo .link .image
{
    display:block;
    height:100%;
	max-height:24px;
}
.mhead .right
{
    display:flex;
    height:100%;
}
.mhead .right .tbnav
{
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
.mhead .right .tbnav .grid
{
	width:20px;
	height:100%;
	margin-right:15px;	
}
.mhead .right .tbnav .grid .link
{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
}
.mhead .right .tbnav .grid .link .pic
{
	width:100%;
	height:auto;
}
.mhead .right .tbnav .grid .link .pic .image
{
	width:100%;
	height:auto;
}
.mhead .right .mnavbtn
{
    width:25px;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    position:relative;
}
.mhead .right .sanline
{
    width:100%;
    height:20px;
    display:flex;
    flex-wrap:wrap;
    align-content:space-between;
}
.mhead .right .sanline .line
{
    width:100%;
    height:2px;
    background:#fff;
}
.mhead .right .navclose
{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    line-height:30px;
    font-size:40px;
    text-align:center;
    display:none;
	color:#fff;
}
.mhead .searchbg
{
	width:100%;
	height:auto;
	background:#727272;
	padding:15px 0px;
	position:fixed;
	top:60px;
	left:0px;
	z-index:1000;
	display:none;
}
.mhead .searchbg .headsearch
{
	width:88%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #fff;
}
.mhead .searchbg .headsearch .input
{
	width:calc(100% - 35px);
}
.mhead .searchbg .headsearch .input input
{
	width:100%;
	height:100%;
	font-size:15px;
	color:#fff;
	background:none;
	border:none;
	outline:none;
}
.mhead .searchbg .headsearch .input input::-webkit-input-placeholder
{
	color:#fff;
}
.mhead .searchbg .headsearch .headsearchbtn
{
	width:35px;
	height:35px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.mhead .searchbg .headsearch .headsearchbtn .image
{
	width:20px;
	height:auto;
}
.headsupport
{
	height:60px;
}
/**手机版顶部 end**/
/**手机版导航**/
.mnavbg
{
    position:fixed;
    width:100%;
    height:calc(100vh - 60px);
    top:60px;
    left:0px;
    z-index:100;
    background:#f0f0f0;
    display:none;    
}
.mnavbg .mnav
{
    width:100%;
    height:100%;
    padding:30px 6%;
    box-sizing:border-box;
    padding-bottom:calc(30px + env(safe-area-inset-bottom));
    overflow-y:auto;  
}
.mnavbg .mnav ul
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.mnavbg .mnav ul li
{
    width:100%;
    height:auto;
    overflow:hidden;
    border-bottom:1px solid #eee;
}
.mnavbg .mnav ul li a
{
    display:block;
    width:100%;
    height:auto;
    font-size:16px;
    line-height:25px;
    padding-top:5px;
    padding-bottom:5px;
}
.mnavbg .mnav ul li .nextnavtit
{
    position:relative;
    box-sizing:border-box;
    padding-right:20px;
    width:100%;
    height:auto;
    font-size:16px;
    line-height:25px;
    padding-top:5px;
    padding-bottom:5px;
}
.mnavbg .mnav ul li .nextnavtit .arr
{
    width:20px;
    height:100%;
    position:absolute;
    right:0px;
    background:#fff;
    z-index:10;
    top:0px;
    background:url('../images/rightarr.png') no-repeat center center;
    background-size:10px 10px;
}
.mnavbg .mnav ul li .nextnav
{
    width:100%;
    height:auto;
    padding-left:15px;
    box-sizing:border-box;
    display:none;
}
/**手机版导航 end**/
/**网站底部**/
.footbg
{
	box-sizing:border-box;
	padding:50px 6%;
	padding-bottom:calc(50px + env(safe-area-inset-bottom));
}
.footbg .foot
{
	width:100%;
	max-width:100%;
	min-width:auto;
}
.footbg .foot .fir .fleft
{
	width:100%;
	padding-right:0px;
}
.footbg .foot .fir .fleft .flogo
{
	width:100%;
	height:auto;
}
.footbg .foot .fir .fleft .flogo .link
{
	display:block;
	width:100%;
	max-width:156px;
	margin:auto;
}
.footbg .foot .fir .fright
{
	width:100%;
}
.footbg .foot .fir .fright .grid1
{
	width:100%;
}
.footbg .foot .fir .fright .grid2
{
	width:100%;
}
.footbg .foot .fir .fright .grid .gtit
{
	font-size:18px;
	padding-top:25px;
	padding-bottom:15px;
	margin-bottom:15px;
}
.footbg .foot .fir .fright .grid .footnav .fgrid
{
	width:48%;
	margin-right:4%;
}
.footbg .foot .fir .fright .grid .footnav .fgrid:nth-child(2n)
{
	margin-right:0;
}
.footbg .foot .fir .fright .grid .footnav .fgrid:nth-last-child(-n+2)
{
	margin-bottom:0px;
}
.footbg .foot .fir .fright .grid .footnav .fgrid .link
{
	font-size:16px;
}
.footbg .foot .fir .fright .grid .next .footsendtit
{
	font-size:16px;
	line-height:25px;
}
.footbg .foot .fir .fright .grid .next .shejiaoptit
{
	font-size:18px;
	padding-top:25px;
	padding-bottom:15px;
	margin-bottom:15px;
}
.footbg .foot .fir .fright .grid .next .shejiaop .sgrid
{
	width:22px;
}
.footbg .foot .fir .fright .grid .next .shejiaop .sgrid:first-child .link .twocode
{
	left:0%;
}
.footbg .foot .sec
{
	margin-top:15px;
}
/**网站底部 end**/
/**整体**/
.webblockbg
{
    padding:40px 6%;
    box-sizing:border-box;
}
.webblockbg .webblock
{
    min-width:auto;
    max-width:100%;
    width:100%;
}
.weblistblockbg
{
	padding-top:0px;
}
/**整体 end**/
/**网站首页**/
/**首页标题**/
.indbigtit
{
	font-size:20px;
	margin-bottom:40px;
}
/**首页标题 end**/
/**首页描述**/
.indbigdes
{
	line-height:25px;
	margin-bottom:30px;
}
/**首页描述 end**/
/**首页1-Built On Manufacturing Strength-**/
.indblockbg1 .ind1list .list
{
	padding:40px 6%;
}
.indblockbg1 .ind1list .list .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
}
.indblockbg1 .ind1list .list .grid:nth-last-child(-n+3)
{
	margin-bottom:30px;
}
.indblockbg1 .ind1list .list .grid:nth-last-child(-n+2)
{
	margin-bottom:0px;
}	
.indblockbg1 .ind1list .list .grid:nth-child(3n)
{
	margin-right:4%;
}
.indblockbg1 .ind1list .list .grid:nth-child(2n)
{
	margin-right:0;
}
.indblockbg1 .ind1list .list .grid .tit
{
	font-weight:600;
	font-size:20px;
	margin-bottom:10px;
}
.indblockbg1 .ind1list .list .grid .cont
{
	font-size:15px;
	line-height:20px;
}
.indblockbg1 .ind1list .list .grid .cont p
{
	font-size:15px;
	line-height:20px;
}
/**首页1-Built On Manufacturing Strength end-**/
/**首页2-WHY CLIENTS CHOOSE US-**/
.indblockbg2
{
	padding:0px;
}
.indblockbg2 .ind2list
{
	padding:30px 6%;
	display:flex;
	justify-content:flex-end;
}
.indblockbg2 .ind2list .list
{
	width:auto;
}
.indblockbg2 .ind2list .list .grid
{
	margin-bottom:5px;
}
.indblockbg2 .ind2list .list .grid .tit
{
	font-size:16px;
	line-height:25px;
	text-shadow:1px 1px 1px #333;
}
/**首页2-WHY CLIENTS CHOOSE US end-**/
/**首页3-Spaces We Serve**/
.indblockbg3
{
	padding-bottom:20px;
}
.indblockbg3 .ind3list .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:25px;
}
.indblockbg3 .ind3list .grid:nth-child(3n)
{
	margin-right:4%;
}
.indblockbg3 .ind3list .grid:nth-child(2n)
{
	margin-right:0;
}
.indblockbg3 .ind3list .grid a.link .tit
{
	line-height:25px;
	text-decoration:none;
	margin-top:10px;
}
/**首页3-Spaces We Serve end**/
/**首页4-A Seamless Sourcing Experience**/
.indblockbg4 .indbigtit
{
	margin-bottom:40px;
}
.mexperience
{
	position:relative;
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.mexperience .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.mexperience .grid:nth-child(2n)
{
	margin-right:0px;
}
.mexperience .grid .kuang
{
	width:100%;
	height:100px;
	display:flex;
	background:linear-gradient(125deg,#f6f6f6,#dedddf);
	border-radius:10px;
	border:1px solid #c8c5c2;
	display:flex;
	flex-wrap:wrap;
	align-content:flex-start;
	justify-content:space-between;
	box-sizing:border-box;
	padding:15px;
	box-shadow:2px 2px 4px #ccc;
}
.mexperience .grid .kuang .num
{
	font-size:20px;
	font-weight:600;
	width:100%;
	line-height:1;
	margin-bottom:10px;
}
.mexperience .grid .kuang .tit
{
	width:100%;
	font-size:16px;
	line-height:22px;
}
/**首页4-A Seamless Sourcing Experience end**/
/**首页5-Inside Our Manufacturing Network**/
.indblockbg5
{
	padding-top:0px;
}
.indblockbg5 .indbigtit
{
	margin-bottom:15px;
}
.indblockbg5 .indbigdes
{
	max-width:100%;
	margin-bottom:30px;
}
/**首页5-Inside Our Manufacturing Network end**/
/**首页6-The Chance Meet Trade Program**/
.indblockbg6
{
	padding-top:0px;
}
.startvip .wenzi
{
	box-sizing:border-box;
	padding:30px 6%;
}
.startvip .wenzi .bannertit
{
	font-size:19px;
	line-height:25px;
}
.startvip .wenzi .bannercontent
{
	font-size:16px;
	line-height:22px;
}
.startvip .wenzi .btn
{
	padding-top:20px;
}
.startvip .wenzi .btn .grid
{
	width:180px;
	margin-right:15px;
}
.startvip .wenzi .btn .grid .link
{
	font-size:15px;
	height:34px;
	line-height:32px;
}
/**首页6-The Chance Meet Trade Program end**/
/**网站首页 end**/
/**栏目信息**/
.cateinfo
{
	margin-bottom:15px;
}
.cateinfo .catename
{
	font-size:20px;
}
/**栏目信息 end**/
/**当前位置**/
.pathblock
{
    width:88%;
	max-width:100%;
	min-width:auto;
}
.pathblock .path
{
    padding-top:15px;
    padding-bottom:15px;
}
/**当前位置 end**/
/**关于我们**/
/**About Us**/
.aboutbg1::after
{
	height:100%;
}
.about1
{
	flex-direction:column-reverse;
}
.about1 .pic
{
	width:100%;
}
.about1 .cont
{
	width:100%;
	padding-left:0;
	padding-right:0;
	margin-bottom:20px;
}
/**About Us end**/
/**about2 **/
.aboutbigtit
{
	font-size:20px;
	line-height:25px;
	margin-bottom:20px;
}
.aboutbigtit p
{
	font-size:20px;
	line-height:25px;
}
.aboutbg2
{
	padding-top:30px;
}
.about2wenzi
{
	padding-left:0;
	padding-right:0;
	margin-bottom:30px;
}
.about2wenzi .cont
{
	width:100%;
}
.about2bannerbg
{
	padding-left:0;
}
.about2bannerbg .about2banner
{
	width:100%;
}
.about2bannerbg .about2banner .swiper-slide .link .wenzi
{
	width:100%;
	position:absolute;
	bottom:40px;
	padding-left:30px;
	padding-right:30px;
	box-sizing:border-box;
}
.about2bannerbg .about2banner .swiper-slide .link .wenzi .tit
{
	font-size:25px;
}
.about2bannerbg .about2banner .swiper-slide .link .wenzi .extit
{
	line-height:25px;
}
.about2bannerbg .about2banner .arrlist
{
	padding-right:0%;
	margin-bottom:20px;
}
/**about2 end**/
/**about3**/
.aboutbg3
{
	padding:0px;
}
.aboutbg3 .topwenzi .wenzi
{
	padding-top:10%;
	padding-bottom:10%;
	position:relative;
}
.aboutbg3 .topwenzi .wenzi .tit
{
	font-size:20px;
	line-height:25px;
}
.aboutbg3 .about3listbg
{
	padding:30px 6%;
}
.aboutbg3 .about3listbg .about3list
{
	padding-left:0;
	padding-right:0;
}
.aboutbg3 .about3listbg .about3list .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}
.aboutbg3 .about3listbg .about3list .grid:last-child
{
	margin-bottom:0px;
}
.aboutbg3 .about3listbg .about3list .grid .link .wenzi
{
	padding:25px;
}
.aboutbg3 .about3listbg .about3list .grid .link .wenzi .tit
{
	font-size:20px;
	line-height:25px;
}
.aboutbg3 .about3listbg .about3list .grid .link .wenzi .cont
{
	line-height:25px;
}
.aboutbg3 .about3listbg .about3list .grid .link .wenzi .cont p
{
	line-height:25px;
}
/**about3 end**/
/**about4**/
.about4wenzi
{
	padding-left:0;
	padding-right:0;
}
.about4wenzi .cont
{
	width:100%;
	margin-bottom:30px;
}
/**about4 end**/
/**aboutbg5**/
.aboutbg5
{
	padding:0px;
}
/**aboutbg5 end**/
/**关于我们 end**/
/**vip**/
/**vip1**/
.vip1wenzi
{
	padding-left:0;
	padding-right:0;
	margin-bottom:30px;
}
.vip1wenzi .cont
{
	width:100%;
}
.vip1bannerbg
{
	padding-left:0%;
}
.vip1bannerbg .vip1banner
{
	width:100%;
}
.vip1bannerbg .vip1banner .swiper-slide .link .up .wenzi
{
	bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
.vip1bannerbg .vip1banner .swiper-slide .link .up .wenzi .num
{
	font-size:25px;
}
.vip1bannerbg .vip1banner .swiper-slide .link .up .wenzi .tit
{
	line-height:25px;
}
.vip1bannerbg .vip1banner .swiper-slide .link .down
{
	padding:0px;
	padding-top:25px;
}
.vip1bannerbg .vip1banner .swiper-slide .link .down .cont1
{
	padding-top:20px;
}
.vip1bannerbg .vip1banner .arrlist
{
	padding-right:0%;
	margin-bottom:20px;
}
/**vip1 end**/
/**vip2**/
.vip2list
{
	max-width:100%;
}
.vip2list .grid .wenzi
{
	padding:30px 6%;
}
.vip2list .grid .wenzi .tit
{
	font-size:25px;
}
.vip2list .grid .wenzi .des
{
	margin-bottom:25px;
}
.vip2list .grid .wenzi .btn .link
{
	width:120px;
	font-size:15px;
	height:36px;
	line-height:34px;
}
.tobuyblockbg .tobuyblock .contblock
{
	width:88%;
	padding:25px 15px;
}
.tobuyblockbg .tobuyblock .contblock .close
{
	font-size:30px;
	line-height:30px;
}
.tobuyblockbg .tobuyblock .contblock .cont
{
	margin-top:15px;
}
/**vip2 end**/
/**vip end**/
/**产品中心**/
/**产品搜索**/
.pronavsearch
{
	height:auto;
	display:block;
	margin-bottom:0px;
    margin-top:0px;
}
.pronavsearch .grid
{
	width:100%;
    margin-right:0px;
	margin-bottom:20px;
}
.pronavsearch .grid .text
{
	color:#333;
	font-size:15px;
	line-height:38px;
}
/**产品搜索 end**/
/**产品列表**/
.productlistbg
{
	padding-top:30px;
}
.prolist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
/* .prolist .grid:nth-child(3n)
{
	margin-right:4%;
} */
.prolist .grid:nth-child(2n)
{
	margin-right:0px;
}
.prolist .grid .link .time
{
	margin-top:15px;
}
.prolist .grid .link .title
{
	font-size:16px;
	line-height:25px;
	margin-top:5px;
	margin-bottom:5px;
}
.prolist .grid .link .des
{
	display:none;
}
.prolist .grid .link .btn
{
	display:none;
}
/**产品列表 end**/
/**产品中心 end**/
/**产品详情**/
.proshowfir
{
    margin-bottom:15px;  
}
.proshowfir .picarr
{
    width:100%;
    margin-bottom:20px;
}
.proshowfir .prorightcont
{
    width:100%;
    padding:0px;
}
.proshowfir .prorightcont .protitle
{
    font-size:20px;
    margin-bottom: 20px;
}
.protjtitle
{
    font-size:20px;
    margin-bottom:20px;
}
.productviewblockbg2
{
	padding-top:0px;
}
/**产品详情 end**/
/**上一篇下一篇**/
.prevnext
{
	margin-top:15px;
}
.prevnext .grid
{
	width:100%;
}
.prevnext .grid:nth-child(2n)
{
	text-align:left;
}
/**上一篇下一篇 end**/
/**案例列表**/
.caselist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.caselist .grid:nth-child(3n)
{
	margin-right:4%;
}
.caselist .grid:nth-child(2n)
{
	margin-right:0px;
}
.caselist .grid .link .time
{
	margin-top:15px;
}
.caselist .grid .link .title
{
	font-size:16px;
	line-height:25px;
	margin-top:5px;
	margin-bottom:5px;
}
.caselist .grid .link .des
{
	display:none;
}
.caselist .grid .link .btn
{
	display:none;
}
/**案例列表 end**/
/**案例展示**/
.caseviewbg1
{
    padding:30px 6%;
    box-sizing:border-box;
}
.caseShowBlock .picarr
{
	margin-top:15px;
}
.caseShowBlock .picarr .bpic
{
	width:100%;
}
.caseShowBlock .picarr .proview_big_picarr .outpic
{
	width:100%;
	height:auto;
	padding-bottom:66.66%;
	position:relative;
}
.caseShowBlock .picarr .proview_big_picarr .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
}
.caseShowBlock .picarr .smallblock
{

	margin-top:15px;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr
{
	width:calc(100% - 60px);

}

.caseShowBlock .picarr .smallblock .btn
{
	width:30px;

}
.caseShowBlock .videob
{
	margin-top:15px;
}
/**案例展示 end**/
/**问与答**/
.fqlist
{
	max-width:100%;
}
.fqlist .bigtit
{
	font-size:20px;
	line-height:25px;
	margin-bottom:25px;
}
.fqlist .list .grid
{
	padding:15px;
}
.fqlist .list .grid .wen .wenzi
{
	width:calc(100% - 20px);
	font-size:18px;
	line-height:25px;
}
.fqlist .list .grid .wen .tb
{
	width:15px;
	margin-top:7px;
}
.fqlist .list .grid .da
{
	margin-top:20px;
}
/**问与答 end**/
/**联系我们**/
.contactbg1 .contactfir
{
	max-width:100%;
}
.contactbg1 .contactfir .pic
{
	width:100%;
}
.contactbg1 .contactfir .pinpaiming
{
	font-size:24px;
	line-height:28px;
}
.contactbg1 .contactfir .left
{
	width:100%;
	padding:0;
	margin-bottom:25px;
}
.contactbg1 .contactfir .info .igrid
{
	font-size:16px;
	line-height:25px;
}
.contactbg2 .msgbgblock
{
	max-width:100%;
}
.contactbg2 .msgbgblock .aboutbigtit
{
	margin-bottom:20px;
}
.contactbg2 .msgbgblock .cont
{
	width:100%;
	margin-bottom:30px;
}
.contactbg2 .msg .first .left
{
	width:100%;
}
.contactbg2 .msg .first .mgrid
{
	margin-bottom:25px;
}
.contactbg2 .msg .first .mgrid:last-child
{
	margin-bottom:25px;
}
.contactbg2 .msg .first .right
{
	width:100%;
}
.contactbg2 .msg .first .right .textarea
{
	width:100%;
	height:150px;
}
.contactbg2 .msg .first .right .textarea::-webkit-input-placeholder
{
	font-size:16px;
	color:#8f8f8e;
}
.contactbg2 .msg .submit
{
	width:150px;
	height:34px;
	text-align:center;
	line-height:34px;
	font-size:15px;
	margin-top:25px;
}
/**联系我们 end**/
/**全屏视频**/
.fullscreenvideobg .closebtn
{
	width:50px;
	height:50px;
	font-size:45px;
	line-height:50px;
}
.fullscreenvideobg .videoblock
{
	width:88%;
	height:88%;
}
/**全屏视频 end**/
/**视频列表**/
.videolist .grid
{
	width:100%;
	margin-right:0%;
	margin-bottom:20px;
}
/**视频列表 end**/
/**发布时间**/
.create_time
{
	margin-bottom:15px;
}
/**发布时间 end**/
/**内容页内容**/
.insidecontent
{
	font-size:16px;
	line-height:25px;
}
.insidecontent p
{
	font-size:16px;
	line-height:25px;
}
/**内容页内容 end**/
/**分页**/
.Pagination__Nav
{
	margin-bottom:0px;
}
/**分页 end**/
}