.cfa-container{
  width: 100%;
  min-width: 1200px;
}
.cfa-container .top-banner{
  width: 100%;
  height: 724px;
  margin: 0 auto;
  background: url(./../images/banner-bg.png) no-repeat center;
  background-size: 1920px 724px;
}
.top-nav{
  width: 100%;
  margin: 0 auto;
  height: 80px;
  border-bottom: 1px solid rgba(255,255,255,.23);
}
.top-nav ._content{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.top-nav ._content ._logo{
  width: 110px;
}
.top-nav ._content ._nav-mian{
  display: flex;
  margin-left: 57px;
  align-items: center;
}
.top-nav ._content ._nav-mian a{
  font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
  margin-right: 30px;
}
.top-nav ._content ._nav-mian a:last-child{
  margin-right: 0;
}
.top-nav ._content ._btn-mian{
  display: flex;
  align-items: center;
  margin-left: 58px;
}
.top-nav ._content ._btn-mian ._btn1{
  width: 106px;
	height: 36px;
	background-color: #c6a37d;
	border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}
.top-nav ._content ._btn-mian ._btn2{
  box-sizing: border-box;
  width: 106px;
	height: 36px;
  border: solid 1px #c6a37d;
	border-radius: 18px;
  font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 18px;
}
._banner-content{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  
}
._banner-content ._left{
  padding-top: 48px;
}
._banner-content ._left ._txt1{
  font-family: SourceHanSansCN-Bold;
	font-size: 94px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 94px;
	letter-spacing: 0px;
	color: #c6a37d;
}
._banner-content ._left ._txt2{
  font-family: SourceHanSansCN-Bold;
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
  margin-top: 30px;
}
._banner-content ._left ._txt3{
  width: 516px;
	height: 54px;
	border: solid 1px #c6a37d;
  margin-top: 35px;
  font-family: SourceHanSansCN-Medium;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
._banner-content ._left ._chk-m{
  display: flex;
  margin-top: 46px;
}
._banner-content ._left ._chk-m ._item{
  display: flex;
  align-items: center;
  font-family: SourceHanSansCN-Regular;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
  margin-right: 28px;
}
._banner-content ._left ._chk-m ._item:last-child{
  margin-right: 0;
}
._banner-content ._left ._chk-m ._item img{
  margin-right: 8px;
}
._banner-content ._left ._btnb{
  width: 210px;
	height: 48px;
	background-color: #c6a37d;
	border-radius: 24px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}
._banner-content ._right{
  width: 324px;
	background-color: rgba(33,45,62,.62);
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(130deg, 
		rgba(255, 255, 255, 0.46) 0%, 
		#ffffff 100%);
	border-image-slice: 1;
  box-sizing: border-box;
  padding: 26px 0 ;
  padding-top: 24px;
}
._banner-content ._right ._unit{
  width: 284px;
  margin: 0 auto;
  margin-bottom: 4px;
}
._banner-content ._right ._unit:last-child{
  margin-bottom: 0;
}
._banner-content ._right ._unit ._name{
  font-family: SourceHanSansCN-Medium;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ffffff;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c6a37d;
  padding-bottom: 8px;
}
._banner-content ._right ._unit ._name ._line{
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #c6a37d;
  margin-right: 6px;
}
._banner-content ._right ._unit ._cont{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8px;
}
._banner-content ._right ._unit ._cont ._item{
  width: 88px;
	height: 28px;
	border: solid 1px #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  font-family: SourceHanSansCN-Light;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #ffffff;
}
._banner-content ._right ._unit ._cont ._item1{
  width: 186px;
  height: 28px;
}
._banner-content ._right ._unit ._cont ._item3{
  width: 100%;
  display: flex;
  border: solid 1px #c6a37d;
  height: 28px;
  margin-bottom: 8px;
}
._banner-content ._right ._unit ._cont ._item3:last-child{
  margin-bottom: 0;
}
._banner-content ._right ._unit ._cont ._item3 ._txt{
  width: 186px;
  font-family: SourceHanSansCN-Medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #ffffff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 30px;
}
._banner-content ._right ._unit ._cont ._item3 .__btn3{
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c6a37d;
  font-family: SourceHanSansCN-Medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #ffffff;
  position: relative;
  /* top: 1px; */
  height: 29px;
}
.floor2{
  width: 100%;
  padding: 84px 0;
}
._title{
  margin: 0 auto;
  text-align: center;
}
._title ._big{
  font-family: SourceHanSansCN-Bold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}
._title ._sm{
  font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #999999;
  margin-top: 14px;
}
.floor2 ._content{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
}
.floor2 ._content ._right{
  width: 430px;
}
.floor2 ._content ._left{
  width: 600px;
}
.floor2 ._content ._left ._txt{
  font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
}
.floor2 ._content ._left ._btn{
  width: 156px;
	height: 42px;
	border-radius: 21px;
	border: solid 2px #c6a37d;
  margin-top: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}
.floor3{
  width: 100%;
  background-color: #f6f6f6;
  padding: 113px 0;
}
.floor3 ._content{
  width: 1016px;
  margin: 0 auto;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
.floor3 ._content ._item{
  width: 254px;
  height: 552px;
  background-color: #ffffff;
	box-shadow: 0px 6px 22px 2px 
		rgba(230, 230, 230, 0.22);
}
.floor3 ._content ._item ._line{
  width: 2px;
	height: 94px;
	background-color: #c6a37d;
  margin: 0 auto;
}
.floor3 ._content ._item ._name{
  font-family: SourceHanSansCN-Bold;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #c6a37d;
  text-align: center;
  margin-top: 48px;
}
.floor3 ._content ._item ._txt{
  width: 200px;
  margin: 0 auto;
  height: 230px;
  font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
  margin-top: 30px;
}
.floor3 ._content ._item ._btn{
  width: 134px;
	height: 42px;
	border-radius: 21px;
	border: solid 2px #c6a37d;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSansCN-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
}
.floor3 ._content ._item1{
  margin-top: 48px;
  background: url(./../images/floor3-img1.png) no-repeat;
  background-size: 100% 100%;
}
.floor3 ._content ._item2 ._txt{
  color: #333333;
}
.floor3 ._content ._item2 ._btn {
  color: #333333;
}
.floor3 ._content ._item3{
  margin-top: 48px;
  background: url(./../images/floor3-img2.png) no-repeat;
  background-size: 100% 100%;
}
.floor4{
  width: 100%;
  padding: 113px 0;
}
.floor4 ._content{
  width: 1200px;
  margin: 0 auto;
  margin-top: 48px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 48px;
}
.floor4 ._content ._item{
  width: 375px;
  box-sizing: border-box;
  padding-top: 80px;
  border: solid 2px #f6f6f6;
  margin-bottom: 30px;
  text-align: center;
  height: 485px;
}
.floor4 ._content ._item img{
  width: 80px;
  margin: 0 auto;
}
.floor4 ._content ._item ._name{
  font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #000000;
}
.floor4 ._content ._item ._name p{
  font-size: 23px;
  margin-bottom: 6px;
}
.floor4 ._content ._item ._txt{
  width: 300px;
  margin: 0 auto;
  text-align: left;
  font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
  margin-top: 38px;
}
.floor4 .footer{
  width: 485px;
  margin: 0 auto;
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floor4 .footer ._btn1{
  width: 210px;
	height: 48px;
	background-color: #c6a37d;
	border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}
.floor4 .footer ._btn2{
  box-sizing: border-box;
  width: 210px;
	height: 48px;
	border: solid 2px #c6a37d;
	border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #000000;
}
.floor5{
  width: 100%;
  height: 815px;
  background: url(../images/floor5-bg.png) no-repeat center;
  background-size: 1920px 100%;
  box-sizing: border-box;
  padding: 112px 0;
}
.floor5 ._content{
  width: 1200px;
  margin: 0 auto;
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floor5 ._content ._item{
  width: 272px;
  background-color: #fff;
  height: 364px;
}
.floor5 ._content ._item>img{
  width: 100%;
}
.floor5 ._content ._item ._mian{
  width: 230px;
  margin: 0 auto;
  margin-top: 34px;
}
.floor5 ._content ._item ._mian ._name{
  font-family: SourceHanSansCN-Bold;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #000000;
}
.floor5 ._content ._item ._mian ._txt{
  font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
  margin-top: 20px;
}

.floor5 .footer{
  width: 485px;
  margin: 0 auto;
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floor5 .footer ._btn1{
  width: 210px;
	height: 48px;
	background-color: #c6a37d;
	border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}
.floor5 .footer ._btn2{
  box-sizing: border-box;
  width: 210px;
	height: 48px;
	border: solid 2px #c6a37d;
	border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #fff;
}
.floor6{
  width: 100%;
  background-color: #fafafa;
  padding: 113px 0;
}
.floor6 ._content{
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.floor6 ._content ._hint{
  width: 860px;
  margin: 0 auto;
  text-align: center;
}

.floor6 ._content ._body{
  width: 100%;
  margin-top: 38px;
}
.floor6 ._content ._body ._item{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 168px;
  margin-bottom: 32px;
  background-color: #fff;
  box-shadow: 0px 8px 22px 2px 
		rgba(238, 235, 235, 0.22);
}
.floor6 ._content ._body ._item>img{
  height: 100%;
  width: auto;
}
.floor6 ._content ._body ._item ._txt-msg{
  width: 940px;
  margin-right: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.floor6 ._content ._body ._item ._txt-msg ._name{
  font-family: SourceHanSansCN-Bold;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #000000;
}
.floor6 ._content ._body ._item ._txt-msg ._name span{
  font-family: SourceHanSansCN-Regular;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #999999;
}
.floor6 ._content ._body ._item ._txt-msg ._txt{
  font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
  margin-top: 10px;
}
.floor6 .floor6-btn{
  width: 210px;
	height: 48px;
	border-radius: 24px;
	border: solid 2px #c6a37d;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}
.floor7{
  width: 100%;
  padding: 113px 0 83px 0;
}
.floor7 ._content{
  width: 1200px;
  margin: 0 auto;
  margin-top: 54px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.floor7 ._content ._item{
  width: 256px;
	height: 258px;
	background-color: #ffffff;
	border: solid 1px #f2f1f1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.floor7 ._content ._item img{
  width: 58px;
  height: 58px;
}
.floor7 ._content ._item ._name{
  font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
  margin: 20px 0 25px 0;
}
.floor7 ._content ._item ._btn{
  width: 134px;
	height: 42px;
	border-radius: 21px;
	border: solid 2px #c6a37d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSansCN-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}
.floor8{
  width: 100%;
  padding: 113px 0;
  background: url(../images/floor8-bg.png) no-repeat center;
  background-size: 1920px 100%;
  height: 946px;
  box-sizing: border-box;
}
.floor8 ._content{
  width: 1200px;
  margin: 0 auto;
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floor8 ._content ._unit{
  width: 572px;
  height: 494px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.floor8 ._content ._unit ._item{
  width: 440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.floor8 ._content ._unit ._item img{
  width: 30px;
  height: 30px;
}
.floor8 ._content ._unit ._item ._txt{
  width: 276px;
  font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #333333;
}
.floor8 ._content ._unit ._item ._btn{
  width: 98px;
	height: 30px;
	border-radius: 16px;
	border: solid 2px #c6a37d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSansCN-Medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}
.floor8 .footer{
  width: 485px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floor8 .footer ._btn1{
  width: 210px;
	height: 48px;
	background-color: #c6a37d;
	border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}
.floor8 .footer ._btn2{
  box-sizing: border-box;
  width: 210px;
	height: 48px;
	border-radius: 24px;
	border: solid 2px #c6a37d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}
.floor9{
  width: 100%;
  padding: 113px 0 107px 0;
}
.floor9 ._content{
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floor9 ._content ._unit{
  width: 495px;
	height: 450px;
	background-color: #ffffff;
	border: solid 1px #f2f1f1;
  box-sizing: border-box;
}
.floor9 ._content ._unit>img{
  width: 100%;
  margin-bottom: 5px;
}
.floor9 ._content ._unit>._item{
  width: 430px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 22px;
}
.floor9 ._content ._unit>._item i{
  display: inline-block;
  width: 2px;
	height: 18px;
	background-color: #c6a37d;
}
.floor9 ._content ._unit>._item ._btn{
  box-sizing: border-box;
  width: 98px;
	height: 30px;
	border-radius: 16px;
	border: solid 2px #c6a37d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSansCN-Medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}
.floor9 ._content ._unit>._item ._txt{
  width: 310px;
  font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}
.cfa-container>.footer{
  width: 100%;
  height: 150px;
  background: url(../images/footer-bg.png) no-repeat center;
  background-size: 1920px 150px;
}

/*右侧浮窗*/
.fixed-contain {
	position: fixed;
	background: #FFF;
	width: 64px;
	box-shadow: rgba(0, 0, 0, .2) 0 0 8px;
	border-radius: 16px;
	padding-bottom: 12px;
	margin-top: -100px;
	top: 50%;
	right: 24px;
	z-index: 99999
  }
  
  .fixed-contain li {
	text-align: center;
	margin-top: 9px;
	cursor: pointer;
	position: relative
  }
  
  .fixed-contain li .box i {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/fixed-contain-icon.png) no-repeat
  }
  
  .fixed-contain li:nth-child(1) .box i {
	background-position: 0 0
  }
  
  .fixed-contain li:nth-child(2) .box i {
	background-position: -40px 0
  }
  
  .fixed-contain li:nth-child(3) .box i {
	background-position: -120px 0
  }
  
  .fixed-contain li:nth-child(4) .box i {
	background-position: -80px 0
  }
  
  .fixed-contain li .box span {
	display: block;
	font-size: 12px;
	color: #333;
	line-height: 18px
  }
  
  .fixed-contain li .tips {
	display: none;
	position: absolute;
	top: 50%;
	right: 80px;
	margin-top: -17px;
	background: #c6a37d;
	width: 185px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 3px
  }
  
  .fixed-contain li .weixin {
	background: #FFF;
	margin-top: -75px;
	width: 130px;
	height: 130px;
	padding: 10px;
	-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
  }
  
  .fixed-contain li .weixin img {
	width: 100%
  }
  
  .fixed-contain li:hover .weixin,
  .fixed-contain li:hover .tips {
	display: block;
	-webkit-animation: tipsShow .25s ease-in 1 forwards;
	-moz-animation: tipsShow .25s ease-in 1 forwards;
	-o-animation: tipsShow .25s ease-in 1 forwards;
	-ms-animation: tipsShow .25s ease-in 1 forwards;
	animation: tipsShow .25s ease-in 1 forwards
  }
  
  @-moz-keyframes tipsShow {
	0% {
	  opacity: .2;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	  filter: alpha(opacity=20);
	  right: 70px
	}
  
	to {
	  opacity: 1;
	  -ms-filter: none;
	  filter: none;
	  right: 80px
	}
  }
  
  @-webkit-keyframes tipsShow {
	0% {
	  opacity: .2;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	  filter: alpha(opacity=20);
	  right: 70px
	}
  
	to {
	  opacity: 1;
	  -ms-filter: none;
	  filter: none;
	  right: 80px
	}
  }
  
  @-o-keyframes tipsShow {
	0% {
	  opacity: .2;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	  filter: alpha(opacity=20);
	  right: 70px
	}
  
	to {
	  opacity: 1;
	  -ms-filter: none;
	  filter: none;
	  right: 80px
	}
  }
  
  @keyframes tipsShow {
	0% {
	  opacity: .2;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	  filter: alpha(opacity=20);
	  right: 70px
	}
  
	to {
	  opacity: 1;
	  -ms-filter: none;
	  filter: none;
	  right: 80px
	}
  }