@charset "utf-8";

@font-face {
  font-family: 'buxcommon';  /* project id 1079342 */
  src: url('//at.alicdn.com/t/font_1079342_3nq62robyhh.eot');
  src: url('//at.alicdn.com/t/font_1079342_3nq62robyhh.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1079342_3nq62robyhh.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1079342_3nq62robyhh.woff') format('woff'),
  url('//at.alicdn.com/t/font_1079342_3nq62robyhh.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1079342_3nq62robyhh.svg#buxcommon') format('svg');
}
.bux-iconfont{
	font-family:"buxcommon" !important;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:0.2px;
	-moz-osx-font-smoothing:grayscale;
}


/*动画Start*/
@keyframes hello {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes byebye {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes bux-loading-icon{
	0% {
		transform: rotate(0deg);
	}
    100% {
		transform: rotate(360deg);
	}
}
@keyframes bux-loading-icon-ring{
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 130, 200;
		stroke-dashoffset: -50;
	}
	100% {
		stroke-dasharray: 130, 200;
		stroke-dashoffset: -130;
	}
}
.hello{
	animation:hello 0.5s;
	-webkit-animation:hello 0.5s;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
}
.byebye{
	animation:byebye 0.5s;
	-webkit-animation:byebye 0.5s;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
}
/*动画End*/


/*全局样式Start*/
*{
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
html{
	width:100%;
	min-width: 1280px;
	-webkit-user-select:none;
	user-select:none;
	background-color: #fcfcfe
}
body{
	width:100%;
	min-width: 1280px;
	font-size:16rem;
	margin:0px;
	background-size:100% 100%;
	font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei";
	color:#24273D;
	position:relative;
	-webkit-user-select:none;
	user-select:none
}
a{
	text-decoration:none;
	color:inherit
}
a:visited{
	color:inherit
}
a img{
	border:none
}
input, select, textarea{
	font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei";
	box-sizing:content-box;
	text-align:center;
	color:#fff;
	-webkit-appearance: none;
}
option{
	text-align:center
}
img{
	display: block
}
ul{
	list-style:none
}
video{
	object-fit:fill !important
}
table{
	border-collapse:separate;
	border-spacing:0px;
	width:100%
}
td{
	padding:0;
	display:inline-table;
	vertical-align:middle
}
.main{
	max-width: 1280px;
	margin: 0 auto;
	position: relative
}
.clear{
	clear: both
}
.displaynone{
	display:none
}
[v-cloak]{
	display: none;
}
/*全局样式End*/

.bux-IEBrowser-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top:0;
	z-index: 999998;
	background-color: #ffffff;
	filter:alpha(opacity=80)
}
.bux-IEBrowser{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top:0;
	z-index: 999999;
	color: #333;
	display: table
}
.bux-IEBrowser-box{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
	font-size: 18rem;
}
.bux-IEBrowser-box b{
	color: #0089e2
}
.bux-loading{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top:0;
	z-index: 899998;
	background-color: rgba(255,255,255,0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #0089e2;
	font-size: 22rem;
}
.bux-loading-icon{
	width: 80px;
	height: 80px;
	animation: bux-loading-icon 2s linear infinite;
	stroke: #19c58c;
}
.bux-loading-icon-ring{
    stroke-width: 3;
    fill: none;
	animation: bux-loading-icon-ring 2s linear infinite;
	stroke: #19c58c;
}
.bux-loading-erroricon{
	width: 80px;
	height: 80px;
}
.bux-loading-title{
	font-size: 22rem;
	line-height: 1;
	padding-top: 1%;
	text-align: center
}
.bux-loading-hidden{
	animation:byebye 0.4s;
	-webkit-animation:byebye 0.4s;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
}
.bux-header{
	width: 100%
}
.bux-topline{
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	color: #333;
	background-color: #FFF
}
.bux-logobox{
	width: 220px;
	height: 55px;
	overflow: hidden;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 80;
	cursor: pointer
}
.bux-logoicon{
	width: 220px;
	height: 44px;
	background: url("../img/bux-nav-logo.png") no-repeat;
	background-size: auto 100%;
	background-position: 0 5.5px;
}
.bux-navicon-menu{
	display: none;
}
.bux-blackbg{
	display: none;
}
.bux-nav{
	width: 100%;
	min-height: 55px;
	text-align: center;
}
.bux-nav::after{
	content: '';
	clear: both
}
.bux-nav-box{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
    justify-content: flex-end;
}
.bux-navicon-close{
	display: none;
}
.bux-nav-item{
	width: 26.5%;
	min-width: 80px;
	max-width: 130px;
	min-height: 55px;
	line-height: 55px;
	position: relative;
	border-radius: 0 0 0.3em 0.3em;
}
.bux-navtab-linebox{
	width: 70%;
	position: absolute;
	left: 15%;
	bottom: 2px;
	z-index: 100;
}
.bux-navtab-hoverline{
	width: 0;
	height: 4px;
	margin: auto;
	transition: width 0.2s ease-out;
	background-color: #19c58c
}
.bux-nav-item:hover .bux-navtab-hoverline{
	width: 100%;
}

.bux-nav-item-box{
	width: 100%;
}
.bux-navtab-first{
	width: 100%;
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 95;
	cursor: pointer;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.bux-nav-item:hover .bux-navtab-first{
	color: #0089e2;
}
.bux-navtab-second{
	width: 100%;
	height: 0px;
	color: #333;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	background-color: #f3f3f6;
	border-radius: 0 0 0.3em 0.3em;
	padding-top: 55px;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.bux-navtab-second:before{
	content:"";
	width: 100%;
	height: 55px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
}
.bux-nav-item:hover .bux-navtab-second{
	opacity: 1;
}
.bux-navtab-second-item{
	width: 100%;
	height: 22px;
	line-height: 22px;
	padding: 9px 0;
	cursor: pointer;
}
.bux-navtab-second-item:hover{
	background-color: #19c58c;
	color: #fff;
}
.bux-holder {
    width: 100%;
    height: 55px;
}

.bux-content{
	width: 100%;
	min-height: 1000px;
}
.bux-1280px{
	width: 100%;
	max-width: 1280px;
	margin: auto;
}
.bux-1920px{
	width: 100%;
	max-width: 1920px;
	margin: auto;
}
.bux-fullwidth{
	width: 100%;
}
.bux-footer-box{
	width:100%;
	background-color:#ababab;
	color: #ffffff;
	padding:30px 0;
	margin-top: 70px;
}
.bux-footer{
	width: 1280px;
	margin: auto
}
.bux-footer-links{
	float: left;
    width: 445px;
    margin-left: 15px;
}
.bux-footer p{
	margin: 0;
	padding: 0
}
.bux-footer-links ul{
	margin: 0;
	padding: 0;
}
.bux-footer-links ul li{
	float: left;
    width: 135px;
    padding-right: 10px;
}
.bux-footer-links h2{
	display: block;
    font-size: 14rem;
    color: #ffffff;
    font-weight: 400;
}
.bux-footer-links a{
	display: block;
    margin-top: 10px;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	cursor: pointer
}
.bux-footer-links a:hover{
	color: #fff
}
.bux-footer-wechatcode{
	text-align: center;
    float: left;
    padding: 0 100px;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
	box-sizing: border-box
}
.bux-footer-wechatcode h3{
	margin: 10px auto 15px auto;
    font-size: 16rem;
    color: #ffffff;
    text-align: center;
}
.bux-footer-wechatcode span{
	margin-right: 20px;
    text-align: center;
}
.bux-footer-wechatcode img{
	width: 120px;
    height: 120px;
	display: inline-block
}
.bux-footer-wechatcode p{
	margin: 10px 0 15px;
    font-size: 14rem;
    color: #ffffff;
    text-align: center;
}
.bux-footer-connect{
	width: 360px;
    margin-left: 90px;
    float: left;
}
.bux-footer-connect-tel{
	display: block;
    margin-bottom: 20px;
    padding: 10px 0 15px 0;
    font-size: 36rem;
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    cursor: default;
}
.bux-footer-connect-telicon{
	margin: 5px 15px 0 10px;
    float: left;
	background: url("../img/bux-nav-icon.png") no-repeat;
	background-size: 50px 55px;
	background-position: 0% 0%;
    width: 50px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
}
.bux-footer-connect-telinfo p{
	font-size: 14rem;
    color: #ffffff;
    margin: 0;
}
.bux-footer-connect-telinfo b{
	line-height: 40px;
    font-size: 30rem;
    color: #ffffff;
    font-weight: 400;
}
.bux-footer-connect-address{
	display: block;
    padding-bottom: 10px;
    font-size: 36rem;
    cursor: default;
}
.bux-footer-connect-address p{
	margin-bottom: 5px;
    font-size: 16rem;
	padding: 5px 0;
    color: #ffffff;
}
.bux-connectbtn-box{
	width: 50px;
	right: 10px;
	bottom: 10%;
	position: fixed;
	z-index: 17;
}
.bux-connectbtn{
	width: 100%;
}
.bux-connectbtn-item{
	width: 100%;
	padding: 50%;
	box-sizing: border-box;
	background-color: #19c58c;
	cursor: pointer;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 2px 9px rgba(25,197,140,0.65)
}
.bux-connectbtn-item-img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat
}
.bux-connectbtn-line{
	width: 100%;
	height: 1px;
	background-color: #555566
}