body{font-family: 'Alibaba_PuHuiTi_2.0_45_Light_45_Light';}
.banner{height: 600px;background: #06436f;}
.bannerView{width: 1200px;margin: auto;height:100%;position: relative;display: flex;align-items: center;justify-content: space-between;}
.bannerView img{height:400px;margin-right: 80px;}
.bannerL{height: 400px;width: 50%;}
.bannerL .bannerTit{font-size: 44px;color: #fff;font-family:'Alibaba_PuHuiTi_2.0_55_Regular_55_Regular';letter-spacing: 10px;margin-top: 40px;}
.bannerL .bannerTit .bannerTitTag{   
	font-size: 14px;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    letter-spacing: normal;
    padding: 5px;
    background: #af231c;
    color: #fff;
}
.bannerL .bannerCont{font-size: 16px;color: #fff;font-family: 'Alibaba_PuHuiTi_2.0_45_Light_45_Light';margin-top: 60px;letter-spacing: 5px;}
.reservation{padding: 8px 14px;border-radius: 10px;background: #fff;margin-top: 60px;cursor: pointer;font-size: 18px;font-family: 'Alibaba_PuHuiTi_2.0_55_Regular_55_Regular';display: inline-flex;align-items: center;}
.reservation i{font-size: 20px;margin-left: 5px;}

.card{width: 100%;height: 300px;background: #f4f3f3;}
.cardView{width: 1200px;display: flex;justify-content: space-between;margin: auto;align-items: center;height: 100%;}
.cardViewCa{width: 280px;position: relative;background: #fff;overflow: hidden;height: 157px;cursor: default;}
.cardViewCaTit{margin: 20px 30px;font-size: 16px;font-family: 'Alibaba_PuHuiTi_2.0_55_Regular_55_Regular';font-weight: bolder;letter-spacing: 2px;}
.cardViewCaCon{margin: 0 30px;font-size: 13px;height: 75px;margin-bottom: 20px;letter-spacing: 2px;position: relative;z-index: 100;}
.cardViewCaIcon{display: inline-block;height: 70px;width: 70px;background: url('../img/carLineUp/icon1.png');background-size: 100% 100%;position: absolute;right: 10px;bottom: -20px;}
.cardViewCa:hover{background: #af231c;color: #fff;}

.products{margin-top: 50px;font-family: 'Alibaba_PuHuiTi_2.0_55_Regular_55_Regular';}
.productsCard{width: 1200px;margin: auto;display: flex;justify-content: space-between;padding: 80px 0 80px 0;align-items: center;}
.productsL{width: 45%;}
.productsTit{font-size: 24px;margin-bottom: 35px;margin-top: 30px;}
.productsList{padding: 5px 10px;font-size: 20px;border: 1px solid #af231c;border-radius: 10px;margin-bottom: 35px;cursor: pointer;}
.productsList text{font-weight: bolder;}
.productsListSelect{background: #af231c;color: #fff;}
.productsR{width: 50%;}
.productsR .el-carousel__container{text-align: center;height: 360px;}
.productsR img{height: 360px}

.service{margin-top: 50px;}
.serviceView{width: 1200px;margin: auto;display: flex;justify-content: space-between;padding: 75px 0;}
.serviceCard{text-align: center;box-shadow: 0 0 8px #e9eef2;width: 22%;padding: 25px 0;color: #06436f;cursor: default;}
.serviceCard:hover{color: #af231c;}
.serviceCard img{width: 80%;margin-bottom: 40px;}
.serviceCard p{width: 80%;margin: auto;margin-bottom: 20px;font-size: 16px;letter-spacing: 2px;}
.serviceCard .serviceTit{font-family: 'Alibaba_PuHuiTi_2.0_55_Regular_55_Regular';font-size: 20px;letter-spacing: 2px;}