.pos_a {
  position: absolute;
}
.pos_r {
  position: relative;
}
.display {
  display: flex;
}
.colorWhite{
  color: white;
}
.backWhite{
  background-color: white;
}
.width83 {
  width: 83%;
}
.justCenter {
  justify-content: center;
}
.alignCenter {
  align-items: center;
}
.margin-t40{
  margin-top: 40px;
}
.padding_lr25{
  padding: 0 25%;
}
.alignEnd {
  align-items: end;
}
.justSpe {
  justify-content: space-between;
}
.fullHeight {
  height: 100vh;
}
.zindex100 {
  z-index: 100;
}
.zindex98 {
  z-index: 98;
}
.margin-r10 {
  margin-right: 10px;
}
.width50 {
  width: 50%;
}
.height50 {
  height: 50px;
}
.top20 {
  top: 20px;
}
.top23 {
  top: 23px;
}
.width100 {
  width: 100%;
}
.fontsize20{
  font-size: 20px;
}
.fontsize22 {
  font-size: 22px;
}
.elementCenter {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fullWidth {
  width: 100vw;
}
.top25 {
  top: 25px;
}
.right0 {
  right: 0;
}
.left0 {
  left: 0;
}
.margin-l10 {
  margin-left: 10px;
}
.margin-b10 {
  margin-bottom: 10px;
}
.margin-b15 {
  margin-bottom: 15px;
}
.fontsize14 {
  font-size: 14px;
}
.mouseenter{
	cursor: pointer;
}
.line_cow{
	height: 100%;
	width: 2px;
	background-color: #999999;
}
.mouseenter:hover{
	color: #BA0511;
}
.bottomBtn:hover{
	border:1px solid #BA0511;
}
.fontsize24{
	font-size: 24px;
}
.confirmBtn{
	border: none;
	background-color: #222222;
	color: white;
	width: 100%;
	padding: 10px 0 ;
}
.confirmBtn:hover{
	background-color: #BA0511;
	cursor: pointer;
}
.padding-r60{
	padding-right: 60px;
}
.bottonLine{
	    width: 22px;
	    height: 2px;
	    background: #222222;
		margin: 30px auto;
}
.fontwegiht {
  font-weight: bold;
}
.publicTextColor {
  color: #999999;
}
.bottomBtn{
	    background-color: rgba(255,255,255,0);
	    border: 1px solid #999999;
	    color: #999999;
	    padding: 8px 7px;
}
.back_White {
  background-color: white;
}
.margin-b20 {
  margin-bottom: 20px;
}
.margin-r40{
	margin-right: 40px;
}
.margin-r20{
	margin-right: 20px;
}
.publicBack{
  background-color: rgb(245,249,250);
}
.margin-t20 {
  margin-top: 20px;
}
.margin-t30 {
  margin-top: 30px;
}
.overHidden {
  overflow: hidden;
}
.fontsize18 {
  font-size: 18px;
}
.fontweight {
  font-weight: bold;
}
.color_white {
  color: white;
}
.textCenter {
  text-align: center;
}
.logoLocation {
  top: 80px;
  left: 50%;
  transform: translateX(-40%);
}
.textH1Location {
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}
.textH3Location {
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.colorRed{
color: 	#BA0511;
}
.padding-lr40{
	padding: 0 40px;
}
.height70{
	height: 70px;
}
.padding_lr20{
	padding: 0 20px;
}
body{
	margin: 0;
}
 .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
	
	a{
	 list-style: none;
	}
	li{
	 list-style: none;
	}
	.lunbo{
	 width: 100%;
	}
	.content{
	 width: 100%;
	 height: 455px;
	 position: relative;
	}
	#item{
	 width: 100%;
	 height: 100%;
	  padding: 0;
	  margin: 0;
	}
	.item{
	 position: absolute;
	 opacity: 0;
	 transition: all 1s;
	  
	}
	.item.active{
	 opacity:1;
	}
	img{
	 width: 100%;
	}
	#btn-left{
	 width: 30px;
	 height: 69px;
	 font-size: 30px;
	 color: white;
	 background-color:rgba(0,0,0,0.4);
	 line-height: 69px;
	 padding-left:5px;
	 z-index: 10;/*始终显示在图片的上层*/
	 position: absolute;
	 left: 0;
	 top: 50%;
	 transform: translateY(-60%);/*使按钮向上偏移居中对齐*/
	 cursor: pointer;
	 opacity: 0;/*平时隐藏*/
	}
	.lunbo:hover #btn-left{
	 /*鼠标滑入，显示图标*/
	 opacity: 1;
	}
	 .height460{
		 height: 460px;
	 }
	#btn-right{
	 width: 26px;
	 height: 69px;
	 font-size: 30px;
	 color: white;
	 background-color:rgba(0,0,0,0.4);
	 line-height: 69px;
	 padding-left: 5px;
	 z-index: 10;
	 position: absolute;
	 right: 0;
	 top: 50%;
	 cursor: pointer;
	 opacity: 0;
	 transform: translateY(-60%);
	}
	.lunbo:hover #btn-right{
	 opacity: 1;
	}
	.textcolor{
		color:#777777
	}
	#circle{
		margin: 0;
		    padding: 0;
	 height: 20px;
	 display: flex;
	 position: absolute;
	 bottom: 0px;
right: 50%;
	 transform: translateX(50%);
	}
	.circle{
	 width: 10px;
	 height: 10px;
	 border-radius: 10px;
	 border: 2px solid white;
	 background: rgba(0,0,0,0.4);
	 cursor: pointer;
	 margin: 5px;
	}
	.white{
	 background-color: #FFFFFF;
	}
	.container{
		    width: 1370px;
			margin: 0 auto;
	}
	.fontsize13{
		font-size: 13px;
	}
	.textLeft{
		text-align: left;
	}
	.margin-tb30{
		margin: 30px 0;
	}
	.line{
		width: 100%;
		height: 1px;
		background-color: #999999;
	}
	.colorG{
		color: #6e7375;
	}
	.cancelTop{
		margin-top: 0;
	}
	.padding-tb40{
		padding: 40px 0;
	}
	.padding-lr60{
		padding: 0 60px;
	}
	.width25{
		width: 25%;
	}
	.width75{
		width: 75%;
	}
	.padding-tb30{
		padding: 30px 0; 
	}
	.backG{
		background-color: rgb(244,244,244);
	}
	.padding-tb20{
		padding: 20px 0 ;
	}
	.padding-t20{
		padding-top: 20px;
	}
	.text-ellipsis{
		overflow:hidden;
		  white-space: nowrap;
		  text-overflow: ellipsis;
	}