.mainBody{
	width: 100%;
    background: #FAFAFA;
	padding-bottom: 60px;
}
.main_img{
	width: 100%;
}
.main_con{
	margin-top: 114px;
	width: 100%;
	display: flex;
}
.main_con_nr{
	width: calc(100vw/1920*1005);
    background: #FFFFFF;
}
.main_con_img{
	width: calc(100vw/1920*915);
}
.main_con_img img{
   width: 100%;
   height: 754px;
}
.main_con_nrcon{
	margin-left: calc(100vw/1920*200);
}
.main_con_icon{
	margin-top:50px;
}
.main_con_i{
	margin-top:30px;
}
.main_con_line{
	width: 48px;
	height: 4px;
	border-radius: 11px;
	margin-bottom: 10px;
	margin-top: 30px;
}
.main_con_entile{
	height: 21px;
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #333333;
	line-height: 21px;
}
.main_con_cntile{
	height: 52px;
	font-size: 40px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #333333;
	line-height: 52px;
	letter-spacing: 12px;
}
.main_con_con{
	width: calc(100vw/1920*703);
	font-size: 20px;
	font-family: MicrosoftYaHei;
	color: #333333;
	letter-spacing: 5px;
}
.main_con_conn{
	 margin-top: 58px;
	 line-height: 40px;
}
.main_con_coni{
	margin-top: 14px;
	line-height: 30px;
}
.main_con_con div{
	margin-bottom: 10px;
}
.main_nav{
	display: flex;
	margin-top: 80px;
	justify-content: center;
}
.main_nav_list{
	width: calc(100vw/1920*356);
	height: 482px;
}
.nav_center{
	margin-left: 20px;
	margin-right: 20px;
}
.main_nav_icon{
	width: 140px;
	height: 140px;
    border-radius: 50%;
	margin:0 auto;
	z-index: 10;
	position: relative;
}
.main_nav_con{
	height: 442px;
	margin-top: -80px;
	background: #FFFFFF;
}
.main_nav_con_h{
	height: 140px;
}
.main_nav_con_title{
	width: 100%;
	text-align: center;
	height: 35px;
	font-size: 26px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #333333;
	line-height: 35px;
	letter-spacing: 10px;
}
.main_nav_con_line{
	width: 70px;
	height: 2px;
    margin: 19px auto 10px auto;
}
.main_nav_con_entile{
	width: 100%;
	text-align: center;
	height: 21px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #333333;
	line-height: 21px;
}
.main_nav_con_nr{
	width: 260px;
	height: 80px;
	font-size: 20px;
	font-family: MicrosoftYaHei;
	color: #333333;
	line-height: 40px;
	letter-spacing: 6px;
	text-align: center;
	margin: 25px auto 0px auto;
}
/*品牌颜色*/
.buding{
	background: #E18719;
}
.budingyanxuan{
	background: #6C4225;
}
.budingjingxuan{
	background: #530A13;
}
.baomihua{
	background: #126895;
}
.laiwang{
	background: #25496A;
}
.zhishang{
	background: #573058;
}
.zhishangzhenxuan{
	background: #AB8255;
}
.chunqiu{
	background: #B55647;
}
.Zchic{
	background: #503E36;
}
.mangou{
	background: #42A89E;
}
.EATA{
	background: #BCCADD;
}
.Highball{
	background: #322726;
}
.lamu{
	background: #893000;
}
/*导航栏*/
.navtop{
	position: absolute;
	top: 140px;
	left: 0px;
    background: #333333;
	width: 100%;
	height: 62px;
	line-height: 62px;
}
.navtop::before {
  content: '';
  position: absolute;
  top: -10px;
  left: calc(100vw/1920*1470);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
}
.border_t{
	margin-left: calc(100vw/1920*200);
	display: flex;
}
.border_t div{
	margin-right: 37px;
}
.boldsize a{
	font-size: 22px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
}

