@charset "utf-8";

@font-face {
  font-family: 'SourceHanSansSC-Regular';
  src:  url('../fonts/SourceHanSansSC-Regular.eot?qzka6g');
  src:  url('../fonts/SourceHanSansSC-Regular.eot?qzka6g#iefix') format('embedded-opentype'),
    url('../fonts/SourceHanSansSC-Regular.ttf?qzka6g') format('truetype'),
    url('../fonts/SourceHanSansSC-Regular.woff?qzka6g') format('woff'),
    url('../fonts/SourceHanSansSC-Regular.svg?qzka6g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*fonts*/

body {
	background-color: #FFFFFF;
	font-family: SourceHanSansSC-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

a {
	display: block;
	cursor: pointer;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

.clear {
	clear: both;
}

/*common*/

.header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 1310px;
	height: 90px;
	background-color: transparent;
	border-bottom: 1px solid rgba(255,255,255,.58);
	transition: all ease-out 1s 0s;
	-webkit-transition: all ease-out 1s 0s;
	-moz-transition: all ease-out 1s 0s;
	-o-transition: all ease-out 1s 0s;
}

.header.active {
	border: none;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.22);
}

.headerBao {
	width: 1310px;
	margin: 0 auto;
	height: 100%;
}

a.logo {
	float: left;
	width: 98px;
	height: 100%;
	background: url(../img/logo1.png) center no-repeat;
	background-size: 100% auto;
	transition: all ease-out 1s 0s;
	-webkit-transition: all ease-out 1s 0s;
	-moz-transition: all ease-out 1s 0s;
	-o-transition: all ease-out 1s 0s;
}

.header.active a.logo {
	background: url(../img/logo2.png) center no-repeat;
	background-size: 100% auto;
}

.navPhpne {
	float: right;
	height: 100%;
	line-height: 90px;
	display: flex;
    align-items: center;
}

.header.active .navPhpne {
	color: #7b0018;
}

.navPhpne>span {
	display: block;
	float: left;
	width: 22px;
	margin-right: 10px;
	height: 100%;
	background: url(../img/navPhoneHui.png) center no-repeat;
	background-size: 100% auto;
	transition: all ease-out 1s 0s;
	-webkit-transition: all ease-out 1s 0s;
	-moz-transition: all ease-out 1s 0s;
	-o-transition: all ease-out 1s 0s;
}

.header.active .navPhpne>span {
	background-image: url(../img/navPhone.png);
}

.navBarBao {
	float: left;
	width: 980px;
	height: 100%;
	text-align: center;
}

.navBarBao>ul {
	height: 100%;
	display: inline-block;
}

.navBarBao>ul>li {
	display: inline-block;
	position: relative;
}

.navBarBao>ul>li>a {
	font-family: SourceHanSansSC-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 90px;
	letter-spacing: 0.5px;
	color: #ffffff;
	text-align: left;
	margin: 0 23px;
	border-bottom: 2px solid transparent;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
	position: relative;
}

.header.active .navBarBao>ul>li>a {
	color: #6e6e6e;
}

.header.active .navBarBao>ul>li:hover>a {
	color: #7b0018;
}

.header.active .navBarBao>ul>li.active>a {
	color: #7b0018;
}

/*.navBarBao>ul>li.active>a {
	border-color: #FFFFFF;
}

.navBarBao>ul>li:hover>a {
	border-color: #FFFFFF;
}*/

@keyframes bottomAfter {
	from{
		width: 0;
	}
	to{
		width: 100%;
	}
}

@-webkit-keyframes bottomAfter {
	from{
		width: 0;
	}
	to{
		width: 100%;
	}
}

@-moz-keyframes bottomAfter {
	from{
		width: 0;
	}
	to{
		width: 100%;
	}
}

@-ms-keyframes bottomAfter {
	from{
		width: 0;
	}
	to{
		width: 100%;
	}
}

.navBarBao>ul>li:hover>a:after {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: 0;
	height: 2px;
	background-color: #FFFFFF;
	animation: bottomAfter .6s 1 forwards;
	-webkit-animation: bottomAfter .6s 1 forwards;
	-moz-animation: bottomAfter .6s 1 forwards;
	-ms-animation: bottomAfter .6s 1 forwards;
	transition: all ease-out 1s 0s;
	-webkit-transition: all ease-out 1s 0s;
	-moz-transition: all ease-out 1s 0s;
	-o-transition: all ease-out 1s 0s;
}

.navBarBao>ul>li.active>a:after {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
}

.navBarBao>ul>li.active:hover>a:after {
	animation: none;
}

.header.active .navBarBao>ul>li:hover>a:after {
	background-color: #7b0018;
}

.header.active .navBarBao>ul>li.active>a:after {
	background-color: #7b0018;
}

.navBarTwo {
	display: none;
	position: absolute;
	width: 100%;
	background-color: rgba(0,0,0,.3);
	transition: background-color ease-out 1s 0s;
	-webkit-transition: background-color ease-out 1s 0s;
	-moz-transition: background-color ease-out 1s 0s;
	-o-transition: background-color ease-out 1s 0s;
}

.header.active .navBarTwo {
	background-color: #FFFFFF;
	margin-top: -2px;
	/*border: 1px solid #ccc;*/
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.22);
}

.navBarTwo>ul>li>a {
	font-family: SourceHanSansSC-Regular;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0;
	color: #ffffff;
	text-align: center;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.header.active .navBarTwo>ul>li>a {
	color: #6e6e6e;
}

.navBarTwo>ul>li>a:hover {
	font-size: 14px;
	background-color: rgba(0,0,0,.3);
}

.header.active .navBarTwo>ul>li>a:hover {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7b0018;
}

/*header*/

.inbannar {
	position: relative;
	z-index: 3;
	min-width: 1310px;
	height: 100vh;
	overflow: hidden;
}

.inbanWen {
	position: fixed;
	z-index: 3333;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 1310px;
	height: 100%;
	box-sizing: border-box;
	padding-top: 298px;
}

.inbanWen h1 {
	font-family: SourceHanSansSC-Regular;
	font-size: 60px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 4.8px;
	line-height: 80px;
	color: #ffffff;
	text-align: center;
	padding-bottom: 39px;
	margin-bottom: 38px;
	position: relative;
}

.inbanWen h1:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	margin: 0 auto;
	content: "";
	width: 59px;
	margin-left: -30px;
	height: 5px;
	background-color: #ffffff;
}

.inbanWen h3 {
	font-family: SourceHanSansSC-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 1.4px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}

.inbanWen p {
	font-family: SourceHanSansSC-Regular;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0.7px;
	color: #ffffff;
	opacity: 0.8;
	text-align: center;
	margin-bottom: 30px;
}

a.inBanA {
	width: 238px;
	margin: 0 auto;
	height: 71px;
	background: url(../img/chakanBg.png) center no-repeat;
	background-size: cover;
	font-family: SourceHanSansSC-Regular;
	font-size: 18.41px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 71px;
	letter-spacing: 1.8px;
	color: #ffffff;
	text-align: center;
}

.inbanBtn {
	position: absolute;
	bottom: 53px;
	left: 50%;
	margin-left: -19px;
	width: 37px;
	margin: 0 auto;
	height: auto;
}

.inbanBtn .shubiao {
	width: 100%;
	height: 51px;
	background: url(../img/shubiao.png) center no-repeat;
	background-size: cover;
	margin-bottom: 12px;
}

@keyframes shuTiao {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
	50% {
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
	}
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}

.inbanBtn .jian {
	width: 100%;
	height: 23px;
	background: url(../img/inbannarJian.png) center no-repeat;
	background-size: auto 100%;
	animation: shuTiao 1.6s linear infinite;
	-webkit-animation: shuTiao 1.6s linear infinite;
	-moz-animation: shuTiao 1.6s linear infinite;
	-ms-animation: shuTiao 1.6s linear infinite;
}

.inbannar>.swiper-container {
	position: fixed;
	z-index: 333;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 1310px;
	height: auto;
}

.lunbo {
	height: 100vh;
	background: url(../img/lunbo.jpg) center no-repeat;
	background-size: cover;
}

.inMain {
	position: relative;
	z-index: 33;
	min-width: 1310px;
	height: auto;
}

/*inbannar*/

.rong {
	position: relative;
	z-index: 33;
	width: 100%;
	min-width: 1310px;
}

.rong>.ron {
	width: 1200px;
	margin: 0 auto;
}

.intit {
	width: 54px;
	height: 182px;
	background: url(../img/intit.png) center no-repeat;
	background-size: cover;
	overflow: hidden;
	box-sizing: border-box;
	padding: 40px 3px;
	font-family: SourceHanSansSC-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 4px;
	color: #ffffff;
	text-align: center;
	writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.chakanA {
	width: 211px;
	margin: 0 auto;
	height: 63px;
	background: url(../img/chakanBg.png) center no-repeat;
	background-size: cover;
	font-family: SourceHanSansSC-Regular;
	font-size: 18.41px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 63px;
	letter-spacing: 0.5px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.chakanA:hover {
	color: #00705a;
}

.inbuTit {
	text-align: center;
}

.inbuTit h3 {
	font-family: SourceHanSansSC-Regular;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0.8px;
	color: #101010;
}

.inbuTit.white h3 {
	color: #ffffff;
}

.inbuTit p {
	font-family: SourceHanSansSC-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 4px;
	color: #101010;
}

.inbuTit.white p {
	color: #ffffff;
}

/*incommon*/

.inFooter {
	background-color: #5c5c5c;
	padding-top: 30px;
	padding-bottom: 55px;
	overflow: hidden;
}

.inFooter .left {
	float: left;
	width: 537px;
	height: auto;
}

.inFootTit {
	height: 51px;
	padding-bottom: 2px;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
}

.inFootTit h3 {
	float: left;
	width: 300px;
	height: 100%;
	font-family: SourceHanSansSC-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 1.8px;
	color: #ffffff;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inFootTit .storeF {
	float: right;
	width: 150px;
	height: 100%;
	font-family: SourceHanSansSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 1.4px;
	color: #ffffff;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.inFootTit .storeF:hover {
	color: #ababac;
}

.inFooterLeftRon {
	overflow: hidden;
}

.inFooterLeftRon .LeftRR {
	float: left;
	width: calc((100% - 10px) / 2);
	padding-bottom: 18px;
	font-family: SourceHanSansSC-Regular;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1.2px;
	color: #cacaca;
	text-align: left;
}

.inFooterLeftRon .LeftRR a {
	font-family: SourceHanSansSC-Regular;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1.2px;
	color: #cacaca;
	text-align: left;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.inFooterLeftRon .LeftRR a:first-child {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1.4px;
}

.inFooterLeftRon .LeftRR a:hover {
	color: #ababac;
}

.inFooter .right {
	float: right;
	width: 500px;
	height: auto;
	box-sizing: border-box;
	padding-right: 79px;
	padding-top: 101px;
}

.inFooter .erweima {
	float: left;
	width: 120px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}

.inFooter .erweima:nth-child(3n) {
	margin-right: 0;
}

.inFooter .erweima .img {
	width: 100px;
	margin: 0 auto;
	height: 100px;
	overflow: hidden;
}

.inFooter .erweima .img img {
	width: 100%;
}

.inFooter .erweima .wen {
	font-family: SourceHanSansSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1.4px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.buWei {
	margin-top: 12px;
	box-sizing: border-box;
	padding-left: 10px;
	font-family: SourceHanSansSC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 1.6px;
	color: #ffffff;
	text-align: left;
}

/*inFooter*/

.fix {
	min-width: 1310px;
	height: 508px;
	background: url(../img/fixAbout.jpg) center no-repeat;
	background-size: cover;
}

.fix .ron {
	width: 1310px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 200px;
}

.fix .ron h3 {
	font-family: SourceHanSansSC-Regular;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0.8px;
	color: #fefefe;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-bottom: 13px;
	position: relative;
	text-shadow: -2px 3px 3px rgba(0,0,0,.6);
}

.fix .ron h3:after {
	position: absolute;
	z-index: 33;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	display: block;
	content: "";
	width: 40px;
	height: 3px;
	background-color: #ffffff;
	
}

.fix .ron p {
	font-family: SourceHanSansSC-Regular;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0.8px;
	color: #fefefe;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-shadow: -2px 3px 3px rgba(0,0,0,.6);
}

.fTit {
	position: absolute;
	z-index: 33;
	top: 133px;
	left: -250px;
	width: 250px;
	box-sizing: border-box;
	padding-right: 60px;
	text-align: right;
}

.fTitA {
	display: inline-block;
	height: auto;
	overflow: hidden;
	font-family: SourceHanSansSC-Regular;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #404040;
	text-align: right;
	padding: 30px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.fTitA.active {
	color: #7b0018;
}

.fTitA:hover {
	color: #7b0018;
}

.fTitA>span {
	display: block;
	float: left;
	width: 3px;
	margin-right: 14px;
	height: 30px;
	background-color: #7b0018;
	opacity: 0;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.fTitA.active>span {
	opacity: 1;
}

.fTitA:hover>span {
	opacity: 1;
}

@media only screen and (max-width: 1699px) {
	.fTit {
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.fTitA {
		padding-right: 20px;
	}
}

.fBuTit {
	position: absolute;
	z-index: 333;
	text-align: right;
	font-size: 0;
	right: 1200px;
	top: 34px;
	width: 360px;
	height: 24px;
	overflow: hidden;
}

@media only screen and (max-width: 1919px) {
	.fBuTit {
		display: none;
	}
}

.fBuTitA {
	height: 100%;
	overflow: hidden;
	padding-right: 18px;
	max-width: 125px;
	display: inline-block;
	font-family: SourceHanSansSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0.4px;
	color: #fefefe;
	text-align: left;
	box-shadow: 0px 16px 27.2px 0.8px rgba(0, 0, 0, 0.1);
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.fBuTitA:hover {
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
}

.fBuTitA>span {
	float: left;
	width: 6px;
	margin-right: 18px;
	height: 24px;
	background: url(../img/htmlF.png) center no-repeat;
	background-size: 100% auto;
}

.fBuTitA:first-child>span {
	float: left;
	width: 14px;
	margin-right: 18px;
	height: 24px;
	background: url(../img/indexF.png) center no-repeat;
	background-size: 100% auto;
}

.fBuTitle {
	position: absolute;
	z-index: 333;
	top: -30px;
	left: 0;
	width: 1200px;
	height: 60px;
	text-align: center;
	font-size: 0;
}

.fBuTitleBao {
	display: inline-block;
	text-align: center;
	width: auto;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 30px;
	box-shadow: 2px 3.5px 12.5px 0.5px rgba(0, 0, 0, 0.08);
}

.fBuTitleBao>li {
	display: inline-block;
	width: auto;
	height: 100%;
}

.fBuTitleBao>li>a {
	display: inline-block;
	height: 100%;
	overflow: hidden;
	padding: 0 70px;
	background-color: #FFFFFF;
	font-family: SourceHanSansSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 1.4px;
	color: #646464;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-right: 2px solid #ececec;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.fBuTitleBao>li:last-child>a {
	border: 0;
}

.fBuTitleBao>li>a.active {
	color: #ffffff;
	background-color: #7b0018;
}

.fBuTitleBao>li>a:hover {
	color: #ffffff;
	background-color: #7b0018;
}

.fBuTitleA:last-child {
	border-right: 0;
}

.abRong.zhanwei {
	padding: 0;
}

.abRong.zhanwei>.ron {
	padding: 0;
	min-height: 0;
}

/*fcommon*/

.page {
	text-align: center;
}

.page>a {
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #e6e6e6;
	font-family: SourceHanSansSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0.4px;
	color: #979993;
	text-align: center;
	margin: 0 3px;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.page>a:hover {
	color: #ffffff;
	background-color: #7b0018;
	border-color: #7b0018;
}

.page>a.page-num-current {
	color: #ffffff;
	background-color: #7b0018;
	border-color: #7b0018;
}

.page .M-box11 {
	display: inline-block;
	text-align: center;
}

.page .M-box11>a {
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #e6e6e6;
	font-family: SourceHanSansSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0.4px;
	color: #979993;
	text-align: center;
	margin: 0 3px;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.page .M-box11>a:hover {
	color: #ffffff;
	background-color: #7b0018;
	border-color: #7b0018;
}

.page .M-box11>span {
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	background-color: #7b0018;
	border-radius: 3px;
	border: solid 1px #7b0018;
	font-family: SourceHanSansSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0.4px;
	color: #ffffff;
	text-align: center;
	margin: 0 3px;
}

/*page*/

.floatRong {
	position: fixed;
	z-index: 9998;
	right: 0;
	top: 50%;
	margin-top: -120px;
	background-color: #FFFFFF;
}

.floatRongA {
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	padding: 3.5px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.floatRongA .img {
	margin-top: 10px;
	width: 100%;
	height: 31px;
	background: url(../img/flo.png) center no-repeat;
	background-size: auto 100%;
}

.floatRongA p {
	font-family: SourceHanSansSC-Regular;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0.3px;
	color: #209a8c;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*float*/