/* @font-face {
    font-family: 'PFL';  
    src: url('../css/font/PingFang Light.TTF');       
  } */

*, ::before, ::after {margin: 0;padding: 0;box-sizing: border-box;-webkit-box-sizing: border-box;-webkit-tap-highlight-color: transparent;}
body,html{width: 100%;height: 100%;font-size: 14px; color: #333;font-family:Tahoma, Geneva, sans-serif;}
ul, ol ,li {list-style: none; margin: 0}
a {text-decoration: none;background: transparent;color: #333;}
input, textarea {outline: none;resize: none;}
img { vertical-align: middle;border-style: none;}
.clearfix::before, .clearfix::after{content: "";display: table; clear: both; } 
.fl{float: left;}
.fr{float: right;}
/*public*/
.header{
    width: 100%;
    transition: .6s;
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 0 2.6vw;
    height:86px;
    background:rgba(255,255,255,1);
    box-shadow:0px 6px 30px 0px rgba(0,0,0,0.06);
}
.newsBody img,.newsBody input[type="image"]{ max-width:100% !important; width:100% !important; height:auto !important}

.nav{transition: .6s;}
.nav ul,.idxFunc{
    display: inline-block;
    vertical-align: middle;
}
.nav li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.56vw;
    height: 86px;
}
.nav li a{
    display: block;
    width: 5.4vw;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size:16px;
    color:#606060;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s;
    border-radius:21px;
    overflow: hidden;
}
.nav li a:hover,.nav li a.active{
    background:rgba(229,1,19,1);
    border-radius:21px;
    color: #ffffff;
}
.searchView{margin-right: 12px;}
.searchView label{position: relative;}
.searchView input[type="text"]{
	text-transform:capitalize;
    width:174px;
    background:rgba(244,244,244,1);
    border-radius:21px;
    border: 0;
    padding: 11px 13px 10px 18px;
}
.searchView input[type="text"]::placeholder{
    font-size:12px;
    font-weight:400;
    color:rgba(163,163,163,1);
}  
.searchView input[type="text"]::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
    font-size:12px;
    font-weight:400;
    color:rgba(163,163,163,1);
}
.searchView input[type="text"]:-moz-placeholder{    /* Firefox版本4-18 */
	font-size:12px;
    font-weight:400;
    color:rgba(163,163,163,1);
}              
.searchView input[type="text"]::-moz-placeholder{    /* Firefox版本19+ */
	font-size:12px;
    font-weight:400;
    color:rgba(163,163,163,1);
}              
.searchView input[type="text"]:-ms-input-placeholder{   /* IE浏览器 */
	font-size:12px;
    font-weight:400;
    color:rgba(163,163,163,1);
} 
.searchBtn{
    width: 17px;
    height: 17px;
    background-image: url(../images/search.png);
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
} 
.idxFunc{
    display: flex;
    align-items: center;
}
.funcBtn{
    width:42px;
    height:42px;
    line-height: 42px;
    text-align: center;
    background:rgba(244,244,244,1);
    border-radius:21px;
    position: relative;
}
.idxbanner img{width: 100%;}
.idxbanner .swiper-button-prev,.idxbanner .swiper-button-next{
    color: #ffffff;
    width: 5.2vw;
    height: 5.2vw;
    line-height: 5.2vw;
    text-align: center;
    background: #E5E7E9;
    border-radius: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}
.idxbanner .swiper-button-prev{left: 42px;}
.idxbanner .swiper-button-next{right: 42px;}
.idxbanner .swiper-pagination-bullet{transition: .6s;}
.idxbanner .swiper-pagination-bullet-active{
    width: 32px;
    background: #E50113;
    border-radius: 100px;  
}
.idxbannerCon{
    position: absolute;
    top: 50%;
    left: 12vw;
    transform: translateY(-50%);
}
.idxbannerTitle{
    font-size:4.2vw;
    font-weight:600;
    color:rgba(0,0,0,1);
    line-height:6vw;
    margin-bottom: 16px;
}
.idxbannerTxt{
    font-size:20px;
    color:rgba(153,153,153,1);
    line-height:37px;
    text-transform: uppercase;
}

.idxNumber{
    padding: 3vw 0 4.4vw 0;
    overflow: hidden;
    position: relative;
}
.idxTitleEn{
    font-size:36px;
    color:rgba(51,51,51,1);
    margin-bottom: 20px;
    text-align: center;
}
.idxTitleEn::after{
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 18px;
    height: 18px;
    background: #E50113;
    border-radius: 5px;
}
.idxTitle{
    font-size:32px;
    font-weight:400;
    color:rgba(37,37,37,1);
    text-align: center;
}
.idxNumItem{
    text-align: center;
    margin-bottom: 30px;
}
.idxNumList{margin-top: 3.2vw;}
.idxNumIcon{margin-bottom: 3.6vw;}
.idxNumIcon img{max-width: 100%;}
.idxNumCon>div{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight:600;
    color:rgba(51,51,51,1);
}
.idxNumCon>div em{ font-size:22px; font-style:normal}
.idxNumCon>div div:first-child{
    font-size: 32px;
    line-height: 30px;
}
.idxNumCon .number{
    vertical-align: middle;
    font-size:56px;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:64px;
}
.idxNumTitle{
    font-size:20px;
    color:rgba(229,1,19,1);
    margin: 12px 0 18px;
}
.idxNumTxt{
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,0.5);
    line-height:32px;    
}
.idxNumLayer{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.rightFloat{
    position: fixed;
    top: 50%;
    right: -44px;
    transform: translateY(-50%);
    z-index: 998;
}
.rightFloatView{position: relative;}
.floatList{
    position: absolute;
    top: 84px;
    left: 39%;
    z-index: 99;
}
.floatItem{
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}
.floatItem img{margin-bottom: 6px;}
.floatItemTitle{
    font-size:12px;
    font-weight:400;
    color:rgba(51,51,51,0.5);
}
.idxTheme{
    background: url(../images/idxthemebg.jpg);
    padding:3.2vw 0;
}
.idxTheme .idxTitleEn,.idxTheme .idxTitle{color: #ffffff;}
.idxThemeItem img{max-width: 100%;}
.idxThemeList{
	padding:0 7.5%;
    display: flex;
}
.MBidxThemeList{display: none;}
.idxThemeItem:nth-of-type(2){margin-top: 53px;}
.idxThemeItem a{
    display: block;
    position: relative;
}
.idxThemeCon{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
}
.idxThemeConTitle{
    font-size:14px;
    font-weight:400;
    color:rgba(58,58,58,0.5);
}
.idxThemeTitle{
    font-size:28px;
    color:rgba(255,255,255,1);
    text-align: center;
    line-height: 64px;
    margin-bottom: 10px;
}
.idxThemeTitle span{
    font-size: 30px;
    color: #E50113;
}
.idxThemeTxt{
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
    text-align: center;
}
.idxPro{
    padding: 3.1vw 0 3.3vw;
    position: relative;
}
.idxProNav{margin-top: 2vw;}
.idxProNav ul{padding: 0 5vw ;}
.idxProNav ul li{
    display: inline-block;
    vertical-align: middle;
	text-transform: capitalize;
    width:100px;
    height:34px;
    line-height: 34px;
    text-align: center;
    font-size:14px;
    color:rgba(163,163,163,1);
    letter-spacing:1px;
    cursor: pointer;
    transition: .6s;
}
.idxProNav ul li:hover{
    background: #E50113;
    border-radius:21px;
    color: #ffffff;
}
.idxProNav ul li.active{
    background: #E50113;
    border-radius:21px;
    color: #ffffff;
}
.idxProItem{text-align: center;cursor: pointer;}
.idxProPic{overflow: hidden;}
.idxProPic img{width: 100%; transition: .6s;}
.idxProItem a:hover .idxProPic img{
    transform: scale(1.1);
}
.idxProCon{
    padding: 16px  17px 24px 17px;
    transition: .3s;
}
.idxProName{
    font-size:16px;
    color:rgba(49,49,49,1);
    line-height:26px;
}
.idxProTxt{
    font-size:13px;
    color:rgba(147,147,147,1);
    line-height:21px;
    margin: 5px 0 18px;
}
.idxProTag{
    line-height: 21px;
    border:1px solid rgba(0,0,0,0.1);
    margin: auto;
    opacity: 0;
    transition: .6s;
}
.idxProTag img{width: 24px;}
.idxProTag span{vertical-align: middle;}
.idxProTag span:first-child{
    font-size:14px;
    color:rgba(57,56,53,1);
    line-height: 0;
}
.idxProTag span:last-child{
		display:block;
    font-size:12px;
    color:rgba(141,141,141,1);
}
.idxProItem{margin-bottom: 20px;}
.idxProItem a{
    display: block;
    transition: .6s;
}
.idxProItem a:hover .idxProCon{background: #ffffff;}
.idxProItem a:hover .idxProTag{opacity: 1;}
.idxProItem a:hover{
    background:rgba(255,255,255,1);
    box-shadow:0px 8px 40px 0px rgba(0,0,0,0.1);
    border-radius:5px;
    transform: translateY(-5px);
}
.idxProList{
    margin: 32px 0 1.5vw;
    display: none;
    position: relative;
    z-index: 99;
}
.idxProList.current{display: block;}
.idxMore{
    display: block;
    width:238px;
    height:51px;
    line-height: 51px;
    text-align: center;
    background:rgba(229,1,19,1);
    border-radius:26px;
    font-size:18px;
    color:rgba(255,255,255,1);
    margin: auto;
    transition: .6s;
}
.idxMore:hover{
    box-shadow:0px 0px 36px 0px rgba(255,0,0,0.4);
}
.idxProLayer{
    position: absolute;
    top: 0;
    right: 0;
}
.idxField{
    background: url(../images/hero.jpg);
    padding:3.5vw 0;
}
.idxField .swiper-wrapper{align-items: center;}

.idxField .swiper-slide img {
    width: 100%;
}
.idxFieldSwiper{
    margin: 3vw 0 2.5vw;
    overflow: hidden;
}
.idxField .idxTitleEn,.idxField .idxTitle{color: #ffffff;}
.idxFieldSwiperCtrl{
    text-align: center;
}
.idxField .swiper-button-prev,.idxField .swiper-button-next{
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-top:0;
    color:#ffffff;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    color: #E50113!important;
}
.idxField .swiper-button-next:after,.idxField  .swiper-button-prev:after{
    font-size: 38px;
}
.ctrlCenterBtn{
    display: inline-block;
    vertical-align: middle;
    width: 92px;
    height: 39px;
    line-height: 39px;
    background: #ffffff;
    text-align: center;
    border-radius: 100px;
    margin: 0 37px ;
    cursor: pointer;
}
/* .ctrlCenterBtn:hover{background: #E50113;} */
.idxBottomArea{
    padding-top:3.4vw;
    position: relative;
    overflow: hidden;
}
.idxBottomSwiper{
    width: 83.4%;
    margin-left: auto;
   
}
.swiperBox{
    background:rgba(255,247,244,1);
    border-radius:100px 0px 0px 24px;
    padding: 0 3.2vw 4vw 5.1vw;
}
.idxBottomSwiper .swiper-slide{padding-top: 80px;}
.swiperBoxPic img{
    max-width: 100%;
    margin-top: -80px;
    position: relative;
}
.swiperBoxCon{
    width: 21%;
    margin-top: 5.1vw;
    overflow: hidden;
}
.swiperBoxPic{width: 78%;}
.swiperBoxTitle{
    font-size:1vw;
    color:rgba(228,9,14,1);
    line-height:32px;
}
.swiperBoxName{
    font-size:2vw;
	text-transform:capitalize;
    color:rgba(58,58,58,1);
    margin: 8px 0 1.5vw;
}
.swiperBoxTxt{
    font-size:14px;
	line-height: 22px;
    color:rgba(86,86,86,1);
    line-height:23px
}
.idxEvent{margin-top:3vw;}
.idxBottomSwiper .swiper-button-prev,.idxBottomSwiper .swiper-button-next{
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-top:0;
    color:#000000;
    width: auto;
    height: auto;
}
.idxBottomSwiperCtrl .swiper-pagination{
    position: static;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0 27px;
    font-size:24px;
    color:rgba(51,51,51,1);
}
.idxBottomSwiperCtrl{
    position: absolute;
    bottom: 13%;
    left: 5.1vw;
    z-index: 100;
}
.idxBottomSwiper .swiper-button-next:after,.idxBottomSwiper  .swiper-button-prev:after{
    font-size: 20px;
}
.idxEventSwiper .swiper-slide img{max-width: 100%;}
.idxEventSwiper .swiper-slide a{
    display: block;
    transition: .6s;
}
.idxEventSwiper .swiper-slide a:hover{
    transform: scale(1.1);
}
.idxEventBox{
    position: absolute;
    top: 0;
    left: 30px;
}
.idxEventSwiper .swiper-slide  .idxEventBox img{
    width: 90%;
}
.idxEventSwiper .swiper-pagination-bullet-active{background: #E50113;}
.idxEventSwiper .swiper-wrapper{padding-bottom: 70px;padding-top: 30px;}
.idxEventName{
    text-align: center;
    font-size:18px;
    color:rgba(51,51,51,1);
    margin: 25px 0 13px;
}
.idxEventGet{
    width:70px;
    height:70px;
    background:rgba(255,225,227,1);
    box-shadow:0px 18px 26px 0px rgba(0,24,52,0.08);
    text-align: center;
    line-height: 70px;
    font-size:18px;
    color:rgba(51,51,51,1);
    position: absolute;
    bottom: -78px;
    right: 25px;
    border-radius: 50%;
}
.idxEventXx{padding: 0 43px;}
.idxEventXx img{width: auto!important;}
.idxEventGet:hover{
    background: #E50113;
    color: #ffffff;
}
.idxEventSwiper{margin-top:3vw;}
.idxBrand{
    padding:0 0 3.5vw
    position: relative;
}
.idxBrand .idxTitle span{
    color: #E50113;
}
.idxBrandView{
    background: #ffffff;
    padding-top: 53px;
}
.footer{text-align: center;}
.footerNav ul,.footerBtn,.footerNav ul li,.footerBtn>div{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    
}
.wxf{
    position: absolute;
    bottom: 23px;
    left: 0;
    opacity: 0;
    transition: .6s;
}
.wxBtn:hover .wxf{opacity: 1;}
.wxBtn{margin-right: 35px;cursor: pointer;}
.footerNav{margin: 3.5vw 0 33px;}
.footerPic{width: 100%;}
.copyright{
    font-size:13px;
    color:rgba(133,140,152,1);
    margin-bottom: 33px;
    line-height: 30px;
}
.footerNav ul li{margin-right: 30px;}
.footerNav ul li a{
    font-size:14px;
    color:rgba(56,65,120,1);
}
.footerNav ul li a:hover{
    color: #E50113;
}
.footerBtn,.lauBtn a{
    font-size:14px;
    color:rgba(65,72,134,1);
}
.lauBtn a:hover{color: #e50113;}
.idxBrandList{
    padding:30px;
    width: 100%;
}
.idxBrandList .swiper-pagination{position: static;display: none;}
.idxBrandList .swiper-pagination-bullet-active{background: #e50113;}
.idxBrandList .swiper-wrapper{
    padding: 20px 0;
}
.idxBrandList .swiper-slide{
    width:200px;
}
.idxBrandList .swiper-slide a{
    display: block;
    width:200px;
    height:100px;
    text-align: center;
    line-height: 100px;
    transition: .6s;
    overflow: hidden;
}
.idxBrandList .swiper-slide a img{max-width: 100%;transition: .6s; width:50%}
.idxBrandList .swiper-slide a:hover{
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 30px 0px rgba(0,0,0,0.1);
} 
.idxBrandList .swiper-slide a:hover img{transform: scale(1.1);}
.subbanner{position: relative;}
.subbanner img{width: 100%;}
.subbgCon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
	color:#fff;
}
.subbgTitle{
    font-size:51px;
	text-transform:uppercase;
    margin-bottom: 10px;
    text-align: center;
}
.subbgLocation a,.subbgLocation{
    font-size:14px;
    color:#fff;
    line-height:23px;
    letter-spacing:1px;
    text-align: center;
}
.subbgBtn img{
    width: 80px!important;
    position: absolute;
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
    cursor: pointer;
    margin-left: 0!important;
}
.abjsPic{text-align: center;}
.abjsPic img{max-width: 100%;}
.abjs{padding: 5.5vw 0 5.1vw;}
.abjsCon{padding: 23px;}
.abjsLogo img{    width: 86%;}
.abjsTitle{
    font-size:26px;
    color:rgba(66,66,66,1);
    line-height:30px;
    margin: 2.7vw 0;
}
.abjsTxt{
    font-size:16px;
    color:rgba(113,113,113,1);
    line-height:26px;
}
.abAdress{
    padding: 5vw 0;
    background: #FAFBFC;
}
.abdzMinTitle{
    font-size:16px;
    color:rgba(58,58,58,1);
    letter-spacing:1px;
}
.abdzTitle{
    font-size:38px;
    font-weight:600;
    color:rgba(66,66,66,1);
    margin: 5px 0 20px;
}
.abdzTxt{
    font-size:16px;
    color:rgba(157,157,157,1);
    line-height:26px;
}

.ablc{
    padding: 4.5vw 0 4.3vw;
}
.ablcTitleEn{
    font-size:30px;
	margin-bottom:2.5%;
    color:rgba(76,76,76,1);
    letter-spacing:3px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.ablcTitle{
    font-size:34px;
    font-weight:600;
    color:rgba(96,96,96,1);
    text-align: center;
    margin: 15px 0 5vw;
}
.ablcItem>div{
    display: inline-block;
    vertical-align: top;
}
.ablcItem .ablcItemCon{margin-bottom: 30px;text-align: right;padding-top: 27px;}
.ablcItem:nth-of-type(2n){text-align: right;}
.ablcItem:nth-of-type(2n) .ablcItemCon{text-align: left;}
.ablcItem:nth-of-type(2n) .ablcItemYear{margin-right: 30px;}
.ablcItem:last-child{
    background: #fff;
    position: relative;
    z-index: 1;
}
.ablcItemYear{
    width: 82px;
    height: 82px;
    line-height: 82px;
    border: 1px solid #E5E5E5;
    text-align: center;
    border-radius: 50%;
    color: #000000;
    position: relative;
    z-index: 3!important;
    background: #ffffff!important;
    margin-left: 30px;
    transition: .6s;
}
.ablcItemYear.active,.ablcItemYear:hover{
    box-shadow:0px 0px 36px 0px rgba(255,0,0,0.4);
    background: #E50113!important;
    color: #ffffff;
    border: 0;
}
.ablcList::after,.ablcList-Mb::after{
    content: "";
    width: 1px;
    height: 100%;
    background: #E5E5E5;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ablcList{
    display: block;
    position: relative;
}
.ablcList-Mb{
    display: none;
    position: relative;
}

.ablcItemTitle{
    font-size:24px;
    color:rgba(66,66,66,1);
    margin-bottom: 15px;
}
.ablcItemTxt{
    width: 400px;
    font-size:14px;
    color:rgba(157,157,157,1);
    line-height: 24px;
}
.abPic{
    padding: 7vw 0 7.5vw;
}
.abPic .ablcTitleEn,.abPic .ablcTitle{text-align: left;}
.abPic .ablcTitle>span:last-child{
    font-size:12px;
    color:rgba(58,58,58,1);
    line-height: 52px;
}
.abPiccView img{max-width: 100%;}
.contactTop{
    margin-top: 86px;
    padding: 3.5vw 0 3vw ;
}
.contactTitleEn{
	margin-bottom:2.5%;
    font-size:30px;
	font-weight:bold;
    color:rgba(86,86,86,1);
    letter-spacing:3px;
    text-transform: uppercase;
}
.contactTitle{
    font-size:51px;
    font-weight:600;
    color:rgba(66,66,66,1);
    margin: 15px 0;
	display:none;
}
.contactTitle::after{
    width:18px;
    height:18px;
    background:rgba(229,1,19,1);
    border-radius:3px;
    display: inline-block;
    vertical-align: baseline;
}
.contactTxt{
    font-size:15px;
    color:rgba(125,125,125,1);
    line-height:24px;
}
.zsjmView{
    padding: 3.9vw 0 3vw;
    overflow: hidden;
}
.zsjmTitle{
    font-size:34px;
    font-weight:600;
    color:rgba(42,42,42,1);
}

.point::after{
    content: '';
    width:18px;
    height:18px;
    background:rgba(229,1,19,1);
    border-radius:3px;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 17px;
}
.pointBottom::after{
    vertical-align: bottom;
}
.zsjmTxt{
    font-size:15px;
    font-weight:500;
    color:rgba(152,152,152,1);
    line-height:26px;
    margin: 15px 0 18px;
}
.zsjmTxt li{
    list-style: inside;
}
.zsjmPhone{
    font-size:18px;
    font-weight:600;
    color:rgba(54,54,54,1);
}
.zsjmPhone span{vertical-align: middle;}
.zsjmPhone::before{
    content: '';
    width:12px;
    height:12px;
    background:rgba(229,1,19,1);
    border-radius:3px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 15px;
}
.zsjmBody{
    font-size:14px;
    color:rgba(136,136,136,1);
    line-height:26px;
}
.zsjmBody p{
    font-size:20px;
    color:rgba(42,42,42,1);
    margin-bottom: 15px;
}
.zsjmBody li{list-style: inside;}
.addressTxt{
    font-size:14px;
    color:rgba(125,125,125,1);
    line-height:26px;
}
.addressView{
    background: #FAFBFC;
    padding: 4.1vw 0 2.5vw;
    overflow: hidden;
}
.addressTitle{
    font-size:16px;
    color:rgba(58,58,58,1);
    letter-spacing:1px;

}
.addressBigTitle{
    font-size:34px;
    font-weight:600;
    color:rgba(66,66,66,1);
    margin: 5px 0 27px;
	text-transform:capitalize
}
.addressView img{max-width: 100%;}
.addressView .row{align-items: center;}
.contactView{
    padding: 6.5vw 0 3.8vw;
    margin-bottom: 5vw;
}
.formDiv{
    display: inline-block;
    vertical-align: middle;
    width: 49.2%;
    margin-right: 1%;
    margin-bottom: 29px;
}
.formDiv:nth-of-type(2n){
    margin-right: 0;
}
.formDiv input{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding-left: 34px;
    border: 1px solid rgba(5,5,5,0.1);
}
.formDiv label{
    position: relative;
    display: block;
}
.formImg{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.formName{
    font-size:14px;
    color:rgba(51,51,51,1);
    margin-bottom: 9px;
}
.formBody textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(5,5,5,0.1);
}
.formMsg{
    font-size:16px;
    color:rgba(157,157,157,1);
    margin: 14px 0 4px;
}
.formSubmit{
    display: block;
    width:196px;
height:48px;
background:rgba(53,204,98,1);
line-height: 48px;
text-align: center;
font-size:14px;
color:rgba(255,255,255,1);
letter-spacing:1px;
border: 0;
margin-left: auto;
}
.subTop{
    padding: 5.1vw 0 4.2vw;
    margin-top: 86px;
}
.subTopTitleEN{
    font-size:16px;
    color:rgba(86,86,86,1);
    letter-spacing:3px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.subTopTitle{
    font-size:40px;
    font-weight:600;
    color:rgba(76,76,76,1);
    line-height:61px;
    text-align: center;
}
.subNav ul {
    width:100%;
    background:rgba(249,249,249,1);
    text-align: center;
}
.subNav ul li{
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    height: 53px;
    line-height: 53px;
    margin-right: 5vw;
    position: relative;
}
.subNav ul li.active{
    background: #ffffff;
    box-shadow: 0 -4px 20px rgba(0,0,0,.1);
}
.subNav ul li:hover{
    background: #ffffff;
    box-shadow: 0 -4px 20px rgba(0,0,0,.1);
}
.subNav ul li.active a{
    font-weight: 600;
}
.subNav ul li.active::after{
    content: '';
    width: 30px;
    height: 3px;
    background: #E50113;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.subNav ul li:hover::after{
    content: '';
    width: 30px;
    height: 3px;
    background: #E50113;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.subNav ul li:hover a{
    font-weight: 600;
}
.subNav ul li a{
    font-size:16px;
    color:rgba(61,61,61,1);
    padding-bottom: 12px;
}
.subNav ul li:last-child{margin-right: 0;}
.cateNav{margin: 4vw 0 3.5vw;}
.cateNav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:  0 6vw;
}
.cateNav ul li{
    flex-basis: auto;
}
.cateNav ul li a{
    width:100px;
    height:34px;
    line-height: 34px;
    text-align: center;
    display: block;
    font-size:14px;
    color:rgba(173,173,173,1);
	text-transform:capitalize;
}
.brandNav ul li a{
    width: auto;
    padding: 0 1vw;
}
.cateNav ul li a.active,.cateNav ul li a:hover{
    
    background:rgba(229,1,19,1);
    border-radius:21px;
    color: #ffffff;
}

.brandItem{margin-bottom: 3vw;}
.brandItem a:hover .brandItemPic img{
    transform: scale(1.1);
}
.brandItemPic{
    width:100%;
    height:150px;
    line-height: 150px;
    border:1px solid rgba(0,0,0,0.1);
    text-align: center;
    overflow: hidden;
}
.brandItemName{
    text-align:center;
    font-size:16px;
    font-weight:500;
    color:rgba(55,55,55,1);
    margin: 18px 0 10px;
}
.brandItemTxt{
    font-size:13px;
    font-weight:400;
    color:rgba(157,157,157,1);
    text-align:center;
    line-height: 20px;
}
.brandItemPic img{max-width: 100%;transition: .6s;}
.brandList{
    padding-bottom: 4.6vw;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 4.1vw;
}
.pages{
    text-align: center;
    margin-bottom: 10vw;
}
.pagesNum{
    display: inline-block;
    vertical-align: middle;
   
    margin: 0 2.5vw;
}
.pagesNum a{
    font-size:14px;
    color:rgba(51,51,51,1);
    margin-right: 25px;
    transition: .6s;
    padding:0  6px 4px 6px;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}
.pagesNum a:hover{
    color: #E50113;
    border-bottom: 2px solid #E50113;
}
.pagesNum a.current{
    color: #E50113;
    border-bottom: 2px solid #E50113;
}
.pagesNum a:last-child{margin-right: 0;}
.subDetail{
    margin-top: 86px;
    padding: 4.5vw 0 0 0;
    text-align: center;
}
.brandDView{padding: 0 5.6vw;}
.brandTag{
    font-size:16px;
    color:rgba(102,102,102,1);
    letter-spacing:1px;
}
.brandTag span{
    display: inline-block;
    vertical-align: middle;
}
.brandTag span::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666666;
    margin: 0 8px;
}
.brandTag span:last-child::after{display: none;}
.brandTitle{
    font-size:38px;
    font-weight:600;
    color:rgba(51,51,51,1);
    margin: 47px 0 17px;
}
.brandTxt{
    font-size:16px;
    color:rgba(102,102,102,1);
    line-height:36px;
    text-align: left;
    margin: 3vw 0 2.1vw;
}
.brandDSwiper .swiper-slide img{
    width: 100%;
}
.brandDSwiper{
    position: relative;
    padding-bottom: 3.1vw;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 3vw;
}
.brandDSwiper .swiper-pagination{
    position: static;
    width: auto;
}
.brandDSwiperCtrl{
    font-size:14px;
    font-family:Montserrat-Regular,Montserrat;
    color:rgba(102,102,102,1);
    margin-top: 35px;
}
.brandDSwiperCtrl>div{
    display: inline-block;
    vertical-align: middle;
}
.brandDSwiper .swiper-button-next, .brandDSwiper  .swiper-button-prev{
    border: 1px solid #CDCDCD;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    margin-top: 0;
    color: #232323;
    transform: translateY(-50%);
}
.brandDSwiper .swiper-button-next{right:0;}
.brandDSwiper .swiper-button-prev{left: 0;}
.brandDSwiper .swiper-button-next:after,.brandDSwiper .swiper-button-prev:after{
    font-size: 28px;

}
.brandDList{
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 3vw;
}
.brandDList .idxProTag{line-height: 26px;}
.brandDCtrl{
    display: flex;
    margin-bottom: 8vw;
}
.brandDCtrl a:nth-of-type(2){flex: 1;text-align: center;}
.t{padding: 0;}
.subCon{
    padding-top: 6vw;
    text-align: left;

}
.newsDetailCon{
    padding-bottom: 5.5vw;
    margin-bottom: 2.5vw;
    border-bottom: 1px solid #E5E5E5;
}
.FuncLeft a{
    display: inline-block;
    vertical-align: middle;
    width:75px;
    height:30px;
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.1);
    line-height: 30px;
    text-align: center;
    font-size:12px;
    color:rgba(102,102,102,1);
}
.FuncRight a{
    display: inline-block;
    vertical-align: middle;
    font-size:14px;
    font-family:Helvetica;
    color:rgba(102,102,102,1);
    margin-right: 20px;
    line-height: 30px;
    cursor: pointer;
    position: relative;
}
.funcShare:hover .shareBox{opacity: 1;}
.shareBox{
    position: absolute;
    bottom: 38px;
    right: 0;
    width: 300px;
    padding: 8px;
    background: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    border: 1px solid #f5f5f5;
    opacity: 0;
    transition: .6s;
}
.FuncRight a span{vertical-align: middle;}
.newsDetailFunc{margin: 3vw 0 2.7vw;position: relative;}
.newsBody{
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:26px;
}
.newsBody img{max-width: 100%;}
.newsDetailTitle{
    font-size:32px;
    font-weight:600;
    color:rgba(51,51,51,1);
    margin-bottom: 12px;
}
.newsCon{
    padding: 35px 40px;
}
.newsTitle{
    font-size:21px;
    font-weight:600;
    color:rgba(58,58,58,1);
    margin-bottom: 10px;
}
.newsTxt {
    font-size:16px;
    font-family:Helvetica;
    color:rgba(102,102,102,1);
    line-height:26px;
}
.newsLine{
    width:100%;
    height:1px;
    background:rgba(0,0,0,0.1);
    margin: 2.4vw 0 20px;
}
.newsTime {
    font-size:14px;
    color:rgba(96,96,96,1);
    letter-spacing:1px;
}
.newsTime span:last-child{
    color: #D2D2D2;
}
.newsItemPic{overflow: hidden;}
.newsItemPic img{width: 100%;transition: .6s;}
.newsItem a{display: block;transition: .6s;}
.newsItem a:hover{box-shadow:0px 10px 35px 0px rgba(0,0,0,0.1);}
.newsItem a:hover .newsItemPic img{transform: scale(1.1);}
.newsList{
    padding: 3.5vw 0 29px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 4vw;
    text-align: left;
}
.newsItem{margin-bottom: 3vw;}
.searchRes{
    font-size:21px;
    font-weight:400;
    color:#4C4C4C;
    text-align: left;
}
.searchRes span{
   color: #E4090E; 
}
.subbgNameEn{
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,1);
    letter-spacing:3px;
    margin-bottom: 15px;
}
.subbgName{
    font-size:40px;
    text-transform: uppercase;
    font-weight:600;
    color:rgba(255,255,255,1);
}
.serveTop{padding: 6.5vw 0;}
.serveTopItem{
    display: flex;
    margin-bottom: 5vw;
}
.serveTopItem:nth-of-type(2) .serveTopCon{
    margin-left: 0;
    margin-right: -72px;
    position: relative;
}
.serveTopCon{
    background: #ffffff;
    /* padding: 4vw 26px 69px 3.6vw ; */
    box-shadow:0px 10px 50px 0px rgba(0,0,0,0.1);
    margin-top: 80px;
    margin-left: -72px;
    width:710px;
    height:392px;
    text-align: left;
    position: relative;
}
.serveCenter{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 3vw;
}
.serveTopPic img{max-width: 100%;}
.serveTopTitle{
    font-size:34px;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-bottom: 15px;
	text-transform: capitalize
}
.serveTopTxt{
    font-size:14px;
    color:rgba(102,102,102,1);
    line-height:26px;
}
.serveFood{
    padding: 7.6vw 0;
    background: #FAFBFC;
    text-align: left;
}
.serveFood .swiper-slide{font-size: 0;}
.serveFood .swiper-slide img{
    max-width: 100%;
    margin-right: 1.6vw;
    margin-bottom: 30px;
}
.serveFood .swiper-slide img:nth-of-type(4n){margin-right: 0;}
.serveFood .swiper-pagination{
    position: static;
}
.serveFoodTitle{
    font-size:34px;
    font-weight:600;
    color:rgba(51,51,51,1);
    margin-bottom: 11px;
	text-transform:capitalize
}
.serveFoodTxt{
    font-size:14px;
    color:rgba(153,153,153,1);
    line-height:29px;
    margin: 11px 0 4vw;
}
.serveFood .swiper-button-prev,.serveFood .swiper-button-next{
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-top:0;
    color:#232323;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #232323;
    border-radius: 8px;
    margin-left: 20px;
}
.serveFood .swiper-button-next:after,.serveFood  .swiper-button-prev:after{
    font-size: 20px;
}
.serveFood .swiper-pagination-bullet{
    width:30px;
    height:2px;
    background:rgba(0,0,0,0.2);
    border-radius: 10px;
    opacity: 1;
}
.serveMb{display: none;}
.serveFood .swiper-pagination-bullet-active{
    background: #333333;
}
.serveBottom{
    width: 100%;
    display: flex;
    padding: 7vw 0;
    text-align: center;
}
.serveBottomView{padding: 0 12vw;position: relative;}
.serveBottomView:first-child::after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background:rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    right: 0;
}
.serveBottomView:first-child::before{
    content: '&';
    display: block;
    position: absolute;
    top: 50%;
    right: -7px;
    background: #ffffff;
    padding: 20px 0;
    z-index: 99;
    transform: translateY(-50%);
    font-weight: 600;
}
.serveBottomTitle{
    font-size:34px;
    font-weight:600;
    color:rgba(51,51,51,1);
}
.serveBottomTxt{
    font-size:14px;
    color:rgba(102,102,102,1);
    line-height:26px;
    margin: 20px 0 40px;
}
.serveBottomGo{
    display: block;
    width:177px;
    height:48px;
    font-size:12px;
	overflow:hidden;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:48px;
    letter-spacing:1px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 8px;
    margin: auto;
}
.serveBottomGo:hover{
    background: #35CC62;
    color: #ffffff;
}
.MBidxThemeList .swiper-pagination{position: static;}
.MBidxThemeList .swiper-pagination-bullet-active{background: #E50113;}
.MBidxThemeList .swiper-slide{
    text-align: center;
    position: relative;
}
.MBidxThemeList .swiper-slide img{max-width: 100%;}
.showView{
    width:72%;
    background:rgba(255,255,255,1);
    border-radius:24px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    z-index: 1002;
    padding: 50px 8.7vw ;
}
.goView{
    width:60%;
    background:rgba(255,255,255,1);
    border-radius:24px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    z-index: 1002;
    padding: 34px 14px  26px 14px;
}
.viewMark{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}
.showView .swiper-button-next, .showView .swiper-button-prev{
    color: #000000;
    width: 78px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    border-radius: 50%;
    background: #F9F9F9;
}
.showView .swiper-button-next{    right: -36px;}
.showView .swiper-button-prev{left: -36px;}
.showView  .swiper-button-next:after,.showView  .swiper-button-prev:after{
    font-size: 20px;
}
.ts{position: relative;}
.showBtn{
    width:205px;
    height:46px;
    background:rgba(229,1,19,1);
    box-shadow:0px 0px 26px 0px rgba(255,0,0,0.27);
    border-radius:23px;
    line-height: 46px;
    text-align: center;
    margin:30px auto 0 auto;
    font-size:18px;
    color:rgba(255,255,255,1);
    cursor: pointer;
}
.gallery-thumbs .swiper-slide img{width: 100%;}
.gallery-thumbs .swiper-slide{
    cursor: pointer;
    opacity: .6;
}
.gallery-thumbs .swiper-slide:hover{opacity: 1;}
.gallery-thumbs .swiper-slide-thumb-active{opacity: 1;}
.gallery-top .swiper-slide img{width: 100%;}
.gallery-top{margin-bottom: 20px;}
.showViewCon{text-align: center;}
.showViewTitle{
    font-size:38px;
    font-weight:600;
    color:rgba(51,51,51,1);
}
.showViewTxt{
    font-size:19px;
    color:rgba(153,153,153,1);
    line-height:29px;
    margin: 10px 0 20px;
}
.showClose{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2%;    
    right: 3%;
    cursor: pointer;
}
.goViewTitle{
    font-size:22px;
    font-weight:600;
    color:rgba(51,51,51,1);
    margin-bottom: 15px;
    text-align: center;
}
.goViewTxt{
    font-size:14px;
    color:rgba(153,153,153,1);
    text-align: center;
}
.goArea{
    padding: 3.1vw 2.1vw 3.6vw 2.1vw;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 17px 0 25px;
}
.goItemPic{text-align: center;}
.goItemPic img{max-width: 100%;}
.goArea .formDiv{
    width: 100%;
}
.goAreaView{align-items: center;}
.goItemTitle{
    font-size:16px;
    font-weight:600;
    color:rgba(55,55,55,1);
    margin-bottom: 8px;
}
.goItemTxt{
    font-size:13px;
    color:rgba(113,113,113,1);
    line-height: 21px;
}
.goBtn{text-align: center;}
.goBtn>button{
    display: inline-block;
    vertical-align: middle;
    width: 205px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 100px;
    border: 0;
}
.sendBtn{
    background: #E50113;
    color: #ffffff;
    margin-left: 22px;
    transition: .6s;
}
.sendBtn:hover{
    transform: translateY(-5px);
    box-shadow:0px 0px 36px 0px rgba(255,0,0,0.4);
}
.mbBar{display: none;}
.pcFunc{display: none;}

.mb_subnav{display: none;}
.flogo img{max-width: 100%;}
/*.idxFloat{
    display: none;
    right: -60px;
    opacity: 0;
}*/
.idxFloat{
    right: -44px !important;
    opacity: 1 !important;
    display: block !important;
}


/*--------------menu---------------*/
.navMark{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}
.pusher{height: 100%;}
.subpusher{padding-top: 78px;}
.pusher,.subpusher{
    
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.pusher.menuOpen,.subpusher.menuOpen{
    transform: translateX(26%);
    -webkit-transform: translateX(26%);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.nav.menuOpen{left: 0;}
.menu{
    cursor: pointer;
    position: relative;
    z-index: 999999;
    transition: .6s;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}
.menu>span {
position: relative;
display: inline-block;
width: 24px;
height: 3px;
background-color: #000000;
border-radius: 2px;
vertical-align: middle;
-webkit-transition-duration: .3s, .3s;
-moz-transition-duration: .3s, .3s;
-ms-transition-duration: .3s, .3s;
-o-transition-duration: .3s, .3s;
transition-duration: .3s, .3s;
-webkit-transition-delay: .3s, 0s;
-moz-transition-delay: .3s, 0s;
-ms-transition-delay: .3s, 0s;
-o-transition-delay: .3s, 0s;
transition-delay: .3s, 0s;
margin-top: -2px;
z-index: 9999;
}

.menu>span:after,  .menu>span:before {
content: "";
position: absolute;
display: inline-block;
width: 24px;
height: 3px;
left: 0;
border-radius: 2px;
background-color:#000000;
-webkit-transition-duration: .3s, .3s;
-moz-transition-duration: .3s, .3s;
-ms-transition-duration: .3s, .3s;
-o-transition-duration: .3s, .3s;
transition-duration: .3s, .3s;
-webkit-transition-delay: .3s, 0s;
-moz-transition-delay: .3s, 0s;
-ms-transition-delay: .3s, 0s;
-o-transition-delay: .3s, 0s;
transition-delay: .3s, 0s;
}
.menu>span:before {
top: 5px;
-webkit-transition-property: top, transform;
-moz-transition-property: top, transform;
-ms-transition-property: top, transform;
-o-transition-property: top, transform;
transition-property: top, transform;
}
.menu>span:after {
bottom: 5px;
-webkit-transition-property: bottom, transform;
-moz-transition-property: bottom, transform;
-ms-transition-property: bottom, transform;
-o-transition-property: bottom, transform;
transition-property: bottom, transform;
}
.menu.active>span {
    width: 24px;
background-color: transparent;
-webkit-transition-delay: 0s, 0s;
-moz-transition-delay: 0s, 0s;
-ms-transition-delay: 0s, 0s;
-o-transition-delay: 0s, 0s;
transition-delay: 0s, 0s;
}

.menu.active>span:after{
bottom: 0;
-webkit-transition-delay: 0s, .3s;
-moz-transition-delay: 0s, .3s;
-ms-transition-delay: 0s, .3s;
-o-transition-delay: 0s, .3s;
transition-delay: 0s, .3s;
}
.menu.active>span:before{
top: 0;
-webkit-transition-delay: 0s, .3s;
-moz-transition-delay: 0s, .3s;
-ms-transition-delay: 0s, .3s;
-o-transition-delay: 0s, .3s;
transition-delay: 0s, .3s;
}

.menu.active>span:before {
top: 0;
background: #000000;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.menu.active>span:after {
bottom: 0;
background: #000000;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.menu.active{background: transparent;}
.pcFunc{
    width: 318px;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #fff;
    padding:70px  40px 25px 40px;
    min-width: 150px;
    z-index: 9998;
    display: none;
    opacity: 0;
    /* border-radius: 10px; */
    /* box-shadow: 0 0 10px 1px rgba(221, 221, 221, 0.5);    */
    box-shadow:0px 0px 50px 0px rgba(0,0,0,0.1);
    border-radius:8px;
}
.pcFuncLogo{text-align: right;}
.pcFuncNav{
    padding: 50px 0 29px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 15px;

}
.pcFuncNav ul li{
    text-align: right;
    line-height:40px;
}
.pcFuncNav ul li a{
    font-size:14px;
    color:#606060;
    letter-spacing:1px;
}
.pcFuncNav ul li a:hover{color: #E50113;}
.pcFuncNav ul li a:hover span{color: #E50113;}
.pcFuncNav ul li a span{
    color: #A3A3A3;
    text-transform: uppercase;
    margin-right: 4px;
}
.wxpic{text-align: right;}
.wxpic img{max-width: 100%;margin-bottom: 21px;}
.wxpicName{color: #cccccc;margin-bottom: 10px;}
.lau{margin-bottom: 24px;}
.lauTitle{
    font-size:12px;
    color:rgba(173,173,173,1);
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.lauTitle span{
    display: inline-block;
    transform: rotateZ(90deg);
}
.lauCon{
font-size:12px;
color:rgba(58,58,58,1);
text-align: right;
    line-height: normal;
    margin-bottom: 10px;
}
.lauCon a:hover{color: #E50113;}
.lauCon span{
    margin: 0 8px;
}
.pcFuncCopyRight{
    font-size:12px;
    color:rgba(102,102,102,1);
    line-height:20px;
    text-align: right;
}
.o{display: none;}
/*--------------menu end---------------*/


/*@media*/ 
@media (min-width: 768px){
    .idxField .swiper-slide img{
        cursor: pointer; 
        transform: scale(0.8);
        transition: .6s;
    }
    .idxField .swiper-slide-active img{ transform: scale(1); }


}
@media (min-width:1200px){
    .idxTheme .container{max-width:1250px;}
    .idxPro .container{max-width: 1054px;}
    .idxEventSwiper .container{max-width: 1130px;}
    .idxBrand .container{max-width: 1470px;}
    .newsViewCon .container{max-width: 1058px;}
    .ablc .container{max-width: 980px;}
}
@media (max-width:1252px){
    .serveFood .swiper-slide{text-align: center;}
    .serveFood .swiper-slide img{margin-right: 3px;}
}
@media (max-width:1200px){
    .menu{
        display: block;
        background: none;
    }
    .funcBtn:hover{background: none;}
    .nav{
        display: none;
        background-color: #ffffff;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 9999;
        padding: 0;
        padding-top: 60px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .nav li{
        display: block;
        margin-right: 0!important;
        margin-left: 0!important;
        text-align: left;
        line-height: normal;
        padding: 0 15px; 
        height: auto;
        margin-bottom: 10px;
    }
    .nav li a{
        width: auto;
        position: static;
        transform:none;
        height: 45px;
        line-height: 45px;
    }
    .nav ul, .idxFunc{ display: block;}
    .swiperBox{    padding: 0px 3.2vw 40px 3.1vw;}
    .idxEventSwiper .swiper-slide .idxEventBox img{    width: 75%;}
    .idxEventName{
        margin: 15px 0 13px;
        text-align: left;
        padding-left: 30px;
        font-size: 22px;
    }
    .idxBottomSwiperCtrl .swiper-pagination{font-size: 14px;}
    .idxNumLayer{display: none;}
    .logo img{width: 60%;}
    .header{height:50px;}
    .idxbanner .swiper-button-prev, .idxbanner .swiper-button-next{display: none;}
    .idxbanner{margin-top: 50px;}
    .idxProCon{background: #ffffff;}
    .idxProTag{opacity: 1;}
    .abjsTitle{font-size: 24px;}
    .subDetail{margin-top: 50px;}
    .searchView{text-align: center;}
    .idxFunc{
        position: absolute;
        top: 7px;
        left: 15px;
        width: 70%;
    }
    .searchView input[type="text"] {
        width: 100%;
    }
}
@media (max-width:1199px){
	.shareBox{display:none}
    .serveTopItem{display: block;}
    .serveTopCon{
        margin-top: 0; 
        margin-left: 0; 
        margin: auto;
    }

    .serveTopItem:nth-of-type(2) .serveTopCon{
        margin-top: 0; 
     margin-left: 0; 
     margin: auto;
    }
    .goItemCon{text-align: center;}
    .ablcList{display: none;}
    .ablcList-Mb{display: block;}
    .ablcItem:last-child{background: none;}
    .ablcItem>div{display: block;}
    .ablcItemYear{margin: auto;}
    .ablcItem:nth-of-type(2n) .ablcItemYear{margin-right: auto;}
    .ablcItemTitle{text-align: center;}
    .ablcItemTxt{
        width: 300px;
        margin: auto;
    }
    .ablcItem:last-child .ablcItemCon{
        background: #ffffff;
        position: relative;
        z-index: 1;
    }
    .serveFood .swiper-slide img{margin-right: 1.8vw;}
    .serveFood .swiper-slide img:nth-of-type(4n){margin-right: 1.8vw;}
    .brandDView {
        padding: 0;
    }
    .ablcItem .ablcItemCon{
        background: #ffffff;
        position: relative;
        z-index: 9;
        margin-top: 30px;
        box-shadow:0px 2px 30px 0px rgba(0,0,0,0.1);
        padding-bottom: 30px;
    }
}
@media (max-width:1024px){
    .swiperBoxPic img,.swiperBoxCon{margin-top:0;}
    .swiperBoxCon,.swiperBoxPic{
        float: none;
        margin: 24px auto;
        width: 100%;
        text-align: center;

    }
    .idxBottomSwiper{
        margin: auto;
    }
    .swiperBox{border-radius:  24px;}
    .idxProNav ul{
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        position: relative;
        z-index: 99;
    }
    .swiperBoxTitle{
        font-size: 20px;
    }
    .swiperBoxName{font-size: 24px;}
    .swiperBoxTxt{
        font-size: 16px;
        line-height: 28px;
    }
    .newsCon{padding: 35px 10px;}
    .showView,.goView{width: 90%;}
    .cateNav ul{overflow-x: scroll;}
    .idxBrandList{padding: 20px 30px;}
    .idxBottomSwiperCtrl{
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .serveMb{display: block;}
    .servePc{display: none;}
    .serveMb .swiper-slide img{margin-right: 0;margin-bottom: 0;}
    .idxBottomSwiper .swiper-slide {
        padding-top: 0;
    }
}
@media (max-width:992px){
    .idxEventSwiper .swiper-slide{text-align: center;}
    .idxEventSwiper .swiper-slide .idxEventBox img{width: auto;}
    .idxEventBox{
        left: 46%;
        transform: translateX(-50%);
    }
    .idxEventGet{
        bottom: -34%;
        right: 0px;
    }
    .idxbannerTxt{font-size: 15px;}
    .idxThemeTxt{    font-size: 16px;}
    .idxThemeTitle{    font-size: 24px;line-height:normal;}
    .idxThemeList{display: none;}
    .MBidxThemeList{
        display: block;
        padding: 40px 0;
    }
    .abjsCon{padding: 23px 0;}
    .zsjmViewTop,.addressViewTop{margin-bottom: 30px;}
    .serveTopCon{width: 100%;height: auto;}
    .serveCenter{
            top: 0; 
            left: 0; 
            transform: none;
            padding: 40px 15px;
    }
    .serveFood .swiper-slide img{margin-right: 5px;}
    .serveFood .swiper-slide img:nth-of-type(4n){margin-right: 5px;}
    .idxEvent {
        margin-top: 40px;
    }
}
@media  (max-width:768px){
    .idxField{
        padding-left: 15px;
        padding-right: 15px;
    }
    .idxFieldSwiper{margin: 50px 0;}
    .brandDSwiper .swiper-button-next, .brandDSwiper  .swiper-button-prev{display: none;}

}
@media  (max-width:767px){
    .pcFunc{
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
    .idxTitleEn{font-size: 26px;}
    .idxTitle{font-size: 20px;}
    .rightFloat{display: none!important;}
    .idxPro,.idxNumber,.idxTheme,.idxField,.idxBrand {padding: 44px 0;} 
    .abjs,.abAdress,.ablc,.abPic {padding: 44px 0;} 
    .zsjmView,.addressView,.contactView {padding: 44px 0;} 
    .serveTop,.serveFood,.serveBottom{padding: 44px 0;}
    .idxField{
        padding: 44px 0;
    }
    .footerNav ul{display: none;}
    .idxBottomSwiper {
        width: 100%;
        padding: 0 15px;
    }
    .idxbannerCon{
        left: 15px;
    }
    .idxbannerTxt{
        line-height: 20px;
    }
    .point::after{
        width: 12px;
        height: 12px;
        margin-left: 10px;
    }
    .ablcTitle{font-size: 24px;}
    .subbgTitle{font-size: 22px;}
    .subbgBtn img{    width: 30px!important;}
    .subNav ul{
        white-space: nowrap;
        overflow-x: scroll;
    }

    .brandDList{margin-bottom: 40px;}
    .brandTitle{
        margin: 14px 0 20px;
        font-size: 21px;
    }
    .formDiv{width: 100%;}
    .contactTitle{
        font-size: 30px;
    }
    .serveBottom{display: block;}
    .serveBottomView{padding: 30px 15px;}
    .serveFood .swiper-button-prev,.serveFood .swiper-button-next{display: none;}
    .formDiv{    margin-bottom: 10px;}
    .formDiv input{
        height: 34px;
        line-height: 34px;
    }
    .goItemPic img{    
        max-width: 60%;
        margin-bottom: 10px;
    }
    .goBtn>button{
        height: 34px;
        line-height: 34px;
    }
    .goView{padding: 14px;}
    .goArea{    margin: 15px 0 15px;}
    .sendBtn{margin-left: 0;margin-top: 10px;}
    .showViewTitle{
        font-size: 24px;
    }
    .showViewTxt{
        font-size: 14px;
        line-height: 24px;
    }
    .showView{padding: 50px 15px;}
    .showView .swiper-button-next, .showView .swiper-button-prev{display: none;}
    .mbBar{
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 998;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #ffffff;
        padding: 8px 15px;
        box-shadow: 0px -6px 30px 0px rgba(0,0,0,0.06);
    }
    .mbBarItem{
        flex-basis: auto;
        text-align: center;
    }
    .mbBarItemName{
        margin-top: 8px;
        font-size: 12px;
    }
    .FuncLeft,.FuncRight{
        float: none;
       
    }
    .FuncLeft a{margin-bottom: 8px;}
    .FuncRight{ text-align: center;}
    .FuncLeft{margin-bottom: 15px;}
    .newsDetailTitle{font-size: 26px;}

    .mb_subnav{
        display: block;
		text-transform:capitalize;
        padding: 10px 0;
        border-bottom: 1px solid #cccccc;
        border-top: 1px solid #cccccc;
        margin: 30px 0;
        position: relative;
        z-index: 99;
    }
    .cateNav ul,.idxProNav ul{
        display: block;
        width: 100%;
        height: 200vh;
        background: #ffffff;
        position: absolute;
        top: auto;
        left: 0;
        z-index: 999;
        display: none;
        margin-top: -30px;
        padding-top: 30px;
    }
    .idxProNav ul li{display: block;width: 100%;}
    .cateNav ul li{margin-bottom: 10px;}
    .mb_subnav_img{
        display: inline-block;
        background-size: cover;
        width: 16px;
        height: 16px;
    }
    .subNav ul li{
        padding: 0 1vw;
        width: auto;
    }
    .serveBottomView:first-child::before,.serveBottomView:first-child::after{display: none;}
    .idxEventSwiper .swiper-wrapper{    padding-bottom: 10px; padding-top: 6px;}
    .abPic .ablcTitle>span:last-child{width: 100%;text-align: center;}
    .serveFood .swiper-slide img{margin-bottom: 10px;}
    .serveFoodTitle{font-size: 24px;}
    .serveFoodTxt{
        margin: 20px 0;
        font-size: 14px;
        line-height: 22px;
    }
    .serveTopTxt{
        font-size: 14px;
        line-height: 28px;
    }
    .serveTopTitle{font-size: 26px;}
    .subTop{margin-top: 64px;}
    .idxBottomSwiper .swiper-slide{margin-top: 20px;}
    .idxBottomArea{padding-top: 40px ;}
    .footer{    padding: 20px 0 73px;}
    .idxBrandList .swiper-pagination{display: block;}

    .idxFieldSwiper .swiper-slide{width: 60%!important;transition: .6s;}
    .idxFieldSwiper .swiper-slide-active{transform: scale(1.2);}
    .idxBrandList .swiper-slide{width: 55%!important;transition: .6s;}
    .idxBrandList .swiper-slide a{
            width: auto;
            height: auto;
            padding: 0 10px;
            line-height: 120px;
        }
    .idxBrandList .swiper-slide-active{
            background:rgba(255,255,255,1);
    box-shadow:0px 2px 30px 0px rgba(0,0,0,0.1);
        }

       
}
@media  (max-width:640px){
    .idxThemeTxt {
        font-size: 14px;
        line-height: 30px;
    }
    .idxThemeTitle{    font-size: 17px;}
    .idxNumCon .number{
        font-size: 36px;
    }
    .idxNumCon>div div:first-child {
        font-size: 40px;
        line-height: 23px;
    }
    .idxbannerTitle{   
         margin-bottom: 10px;
        font-size: 18px;
        line-height: 30px;
    }
    .idxProCon{    padding: 16px 0 24px 0;}
    .subTopTitle{    
        font-size: 24px;
        line-height: 34px;
    }
    .brandTag{font-size: 14px;}
    .brandTag span{margin-bottom: 8px;}
    .subbgNameEn{
        font-size: 14px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    .subbgName{font-size: 18px;}
    .newsTitle{
        font-size: 15px;
        line-height: 26px;
    }
    .newsTxt{
        font-size: 13px;
        line-height: 22px;
    }
    .shareBox{    
        right: 0;
    }
    .idxEventXx{
        padding: 0px 23px;
        text-align: left;
    }  
    .subNav ul li a{font-size: 15px;}
    .newsCon {
        padding: 18px 5px;
    }
    .newsDetailCon{margin-bottom: 30px;}
    .zsjmTxt{
        font-size: 16px;
        line-height: 32px;
    }
    .zsjmTitle{font-size: 26px;}
    .zsjmBody{
        font-size: 16px;
        line-height: 30px;
    }
    .addressBigTitle{font-size: 26px;}
    .addressTxt {
        font-size: 15px;
        line-height: 30px;
    }
    .formMsg{margin: 20px 0;}
    .footerNav{margin: 24px 0;}
    .contactTxt{
        font-size: 16px;
        line-height: 30px;
    }
    .idxbannerTxt {
        line-height: 20px;
        font-size: 10px;
    }
    .idxNumIcon img{width: 65px;}
    .idxField .swiper-button-prev,.idxField .swiper-button-next{height: auto;}
    .idxField .swiper-button-next:after,.idxField  .swiper-button-prev:after{font-size: 24px;}
    .ctrlCenterBtn{
        height: 30px;
        line-height: 30px;
    }
    .flogo img{
            max-width: 80%;
    }
    .copyright{margin-bottom: 10px;}
    .abjsTitle {
        font-size: 16px;
        line-height: 30px;
        margin: 20px 0;
    }
    .abjsTxt{font-size: 13px;}
    .abjsLogo img {
        width: 70%;
    }
    .abdzTitle{font-size: 24px;}
    .abdzTxt{font-size: 13px;}
    .ablcItemTitle{font-size: 18px;    margin-bottom: 10px;}
    .subNav ul li{    padding: 0 18px;}
    .FuncRight{
        position: absolute;
        bottom: 20px;
        right: 0;
    }
   
}
@media (max-width: 520px){
    .zsjmPhone{    font-size: 15px;}
    .newsTime{font-size: 12px;}
    .logo {
        width: 87%;
    }
    .idxEventGet{bottom: -21%;}
    .idxEventBox{    width: 70%;}

    .pagesNum{margin: 24px 10px;}
    .pagesNum a{margin-right: 6px;}
    .idxField .swiper-wrapper{padding: 30px 0;}
}
@media (max-width: 480px){
.swiper-slide,.subbanner{ overflow:hidden;}	
.idxbanner img,.subbanner img{width:150%; margin-left:-25%;}
.idxTitleEn,.zsjmTitle,.contactTitle,.addressBigTitle,.serveTopTitle{ font-size:22px;}
.idxTitle{ font-size:18px;}
.idxNumCon .number,.serveBottomTitle{ font-size:26px;}
.idxNumCon>div{ font-size:12px;}
.idxNumCon>div em{ font-size:16px;}
.idxNumCon>div div:first-child{ font-size:22px;}
.searchRes{ padding:5% 0;}
.idxNumTitle,.searchRes{ font-size:16px;}
.idxField .swiper-slide img{ width:80%; margin:0 auto;}
.idxFieldSwiper{ text-align:center;}
.swiperBoxTxt,.brandTxt,.idxNumTxt,.contactTxt,.zsjmTxt,.zsjmBody,.addressTxt,.newsTitle,.newsBody,.serveTopTxt,.serveBottomTxt{ font-size:14px; line-height:25px}
.idxEventName{ font-size:18px;}
.formSubmit{ float:left; clear:both;}
.formMsg{ font-size:13px;}
.point::after{ width:8px; height:8px;}
.idxTitleEn::after{ width:10px; height:10px;border-radius:3px;}
.idxTitleEn{ font-weight:bold}
.FuncLeft{ width:80%;}

.ablcTitleEn,.contactTitleEn{ font-size:22px;}
.ablcTitle{ font-size:16px;}
.abPic .ablcTitle>span:last-child{ line-height:20px; text-align:left;}
.subTopTitle{ font-size:18px;}

}

@media (max-width: 360px){
    
    
    .goItemPic img{    
        max-width: 50%;
    }

}
@media (max-width: 350px){
    .logo{width: 86%;}
    .subNav ul li{
        padding: 0 12px;
    }
    .brandTag span::after{
        margin: 0 5px;
    }
    .FuncLeft a{
        width: 69px;
    }
    .shareBox {
        right: -25px;
    }
    .pagesNum{margin: 24px 15px;}
}