@charset "utf-8";
/* vue style */

[v-cloak] {
	display: none;
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity .5s
}

body{
  margin: 0;
}

/** 设置默认字体 **/

body,
button,
input,
select,
textarea
/* for ie */

	{
	font: 14px/1.5 "microsoft yahei", Arial, Helvetica, \5b8b\4f53, sans-serif;
}

/** 重置文本格式元素 **/

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* 清除浮动 */

.clearfix:after,
.clear:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}

.clearfix,
.clear {
	*zoom: 1;
}

a:hover {
	text-decoration: none;
}

.bym-wrapper {
	width: 1200px;
	margin: 0 auto;
}

/* 去除 ul dl 样式 */

.bym-not-list {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.bym-not-list dd {
	margin-left: 0;
}

/*  分页样式 */

.bym-pagination {
	margin: 30px auto;
	list-style: none;
	padding-left: 0;
	text-align: center;
}

.bym-pagination li {
	height: 32px;
	text-align: center;
	line-height: 32px;
	width: 32px;
	display: inline-block;
	margin: 0 5px;
}

.bym-pagination li a {
	display: block;
	border: 1px solid #f56631;
	border-radius: 4px;
	color: #f56631;
	transition: all .5s;
}

.bym-pagination li a.disable {
	border: 1px solid #cccccc;
	color: #cccccc;
}

.bym-pagination li a.disable:hover {
	background: transparent;
	color: #cccccc;
	cursor: not-allowed;
}

.bym-pagination li a:hover,
.bym-pagination li a.active {
	background: #f56631;
	color: #ffffff;
}

.bym-pagination .prev,
.bym-pagination .next {
	width: 74px;
}

/* 分页样式 end */

/*  
  primarycolor: #2d3e50;
  color: #f56631;
*/

/*头部*/

.header {
	min-width: 1200px;
	background-color: rgba(255, 255, 255, 0.60);;
	height: 80px;
	position: fixed;
	z-index: 99999;
	width: 100%;
	white-space: nowrap;
}

.header .logo {
	float: left;
	height: 42px;
	width: 146px;
	/** margin: 18px 0; */
	margin: 12px 0;
}

.header .logo img {
	width: 100%;
}

.header ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	white-space: nowrap;
}

.header .header-nav-item {
	display: inline-block;
	padding: 20px 0;
}

.header .header-nav,
.header .login {
	font-size: 20px;
}

.header .header-nav {
	display: inline-block;
	/* margin-left: 20px; */
    width: 1040px;
}

.header .login {
	position: absolute;
	margin-left: 1260px;
}

.header .header-nav-item>a {
	color: #132a88;
	display: inline-block;
	margin-left: 20px;
	font-size: 20px;
	line-height: 38px;
	height: 40px;
	padding: 0 20px;
    font-weight: 600;
}

.header .header-nav-item>a:hover {
	background: rgba(0, 0, 0, .3);
	border-radius: 20px;
}

.header .header-nav-item>a.active {
	color: #f59433;
	background: rgba(0, 0, 0, .3);
	border-radius: 20px;
}

.header .header-nav-item>a:hover {
	color: #f59433;
}

.header .login a {
	margin-left: 1em;
}

/*搜索框样式*/
.search-box {
	float: right;
	padding: 18px 0;
	display: none;
}

.search-box > input {
	width: 400px;
	height: 42px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 10px;
	border: none;
	border-radius: 20px;
	outline: none;
	vertical-align: bottom;
	font-size: 18px;
	color: #fff;
	background: rgba(0, 0, 0, .3);
}

.search-box > input::placeholder {
	color: #fff;
}

.search-box > a{
	display: inline-block;
	width: 100px;
	height: 42px;
	line-height: 42px;
	color: #132a88;
	background-color: transparent;
	text-align: center;
	font-size: 20px;
	transition: all 0.3s 0s ease;
    font-weight: 600;
}

.search-box > a:hover {
	color: #f56631;
	background: rgba(0, 0, 0, .3);
	border-radius: 20px;
}
/*搜索框样式 END*/

/* .header a { color: #ffffff; }
.header a:hover {  color: #f56631; } */

/*  下拉样式 */

.header-plane {
	position: absolute;
	left: 50%;
	top: 80px;
	width: 950px;
	height: 466px;
	margin-left: -350px;
	transition: .4s transform;
	-moz-transition: .4s transform; 
	-webkit-transition: .4s transform; 
	-ms-transition: .4s transform;
	-o-transition: .4s transform;
	background: rgba(40, 40, 48, .9);
	transform: scaleY(0);
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
}

.header-plane.active{
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
}

.header-plane-list{
	width: 20%;
	box-sizing: border-box;
	border-right: 2px solid #ffffff;
	float: left;
	height: 420px;
	margin-top: 14px;
	padding-left: 20px;
}

.header-plane-list:last-child{
  	border-right: 1px solid transparent;
}

.header-plane-list-title{
	color: #ffffff;
	font-size: 16px;
	line-height: 48px;
}

.header-plane-list-item{
	font-size: 13px;
	line-height: 37px;
}

.header-plane-list-item > a{
  	color: #999999;
}

.header-plane-list-item > a:hover{
  	color: #f56631;
}

.header-plane.active {
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
}

.header-plane-list {
	width: 20%;
	box-sizing: border-box;
	border-right: 2px solid #ffffff;
	float: left;
	height: 420px;
	margin-top: 14px;
	padding: 0 20px;
}

.header-plane-list:last-child {
	border-right: 1px solid transparent;
}

.header-plane-list-title {
	color: #ffffff;
	font-size: 16px;
	line-height: 48px;
}

.header-plane-list-item {
	font-size: 13px;
	line-height: 37px;
}

.had_more {	
	font-size: 10px;
	text-align: right;
}

.header-plane-list-item>a,.had_more > a {
	color: #999999;
}

.header-plane-list-item>a:hover,.had_more > a:hover{
	color: #f56631;
}






/*页脚*/
.footer {
	min-width: 1200px;
	background-color: #364154;
	color: #ffffff;
	padding-bottom: 0;
}

.footer a {
	color: #999999;
}

.footer a:hover {
	color: #f56631;
}

.footer-header {
	height: 140px;
}

.footer-header-slogan {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	width: 50%;
	line-height: 140px;
	float: left;
	text-align: left;
	padding-left: 54px;
}

.footer-header-qrcode {
	width: 280px;
	float: right;
	margin-top: 18px;
}

.footer-header-qrcode-item {
	width: 86px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-left: 40px;
}

.footer-header-qrcode-item img {
	width: 100%;
}

.footer-header-qrcode .item-desc {
	font-size: 12px;
	margin: 0;
	line-height: 3em;
	color: #ffffff;
}

.footer-header-qrcode .item-desc img {
	width: 100%;
}

.footer .footer-content {
	position: relative;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 36px 24px 48px 54px;
}

.footer .footer-content-item {
	width: 172px;
	float: left;
	text-align: left;
	line-height: 26px;
}

.footer .footer-content-item-technology {
	width: 200px;
}

.footer .footer-content-item-case {
	width: 140px;
}

.footer .footer-content-item-video {
	width: 154px;
}

.footer .footer-content-item-news {
	width: 140px;
}

.footer .footer-content-item dt {
	width: 100%;
	float: left;
	font-size: 16px;
	padding-bottom: 12px;
}

.footer .footer-content-item dd {
	font-size: 12px;
	line-height: 28px;
}

.footer .footer-content-item:last-child{
  float: right;
  width: 215px;
  font-size: 0;
}

.footer .footer-content-item:last-child dd {
	font-size: 24px;
	color: #999999;
}

.footer-copyright {
	line-height: 100px;
	text-align: center;
	color: #7283a1;
}

.footer-copyright-number {
	margin-left: 96px;
}

/*qq客服样式*/

.link {
	color: #333;
	font-size: 14px;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-top: 15px;
}

.link span {
	float: left;
}

.link a {
	display: table-cell;
	float: left;
	height: 35px;
	vertical-align: middle;
	color: #333;
	padding: 10px;
}

.link img {
	max-height: 35px;
	padding-bottom: 5px;
	max-width: 117px;
}

.footer {
	text-align: center;
	padding-top: 0;
}

.footer .mg {
	border-top: 1px solid #fff;
	padding-top: 10px;
}

.footer .middle {
	float: none;
	width: auto;
}

.float0831 .btnCtn {
	TOP: 44px;
	LEFT: 2px;
}

.float0831 .btnOpen {
	TOP: 44px;
	LEFT: 1px;
}

.float0831 {
	TOP: 50%;
	margin-top: -230px;
}

/*qq客服样式 END*/

/*  返回顶部和客服 */

.aside-box {
	display: none;
	position: fixed;
	right: 0;
	width: 66px;
	cursor: pointer;
	z-index: 999;
	top: 50%;
	height: 350px;
	margin-top: -225px;
}

.aside-box-item {
	width: 66px;
	height: 66px;
	margin-bottom: 4px;
	cursor: pointer;
}

.aside-box-item a {
	display: block;
	height: 100%;
	width: 100%;
}

.aside-box-item-slide {
	display: block;
	width: 210px;
	height: 100%;
	transition: transform .2s ease-in;
}

.aside-box-item-slide:hover {
	transform: translateX(-144px);
}

.aside-box-item.video a {
	background-image: url("http://gz.bcebos.com/panx-website/images/common/video_sidebar_btn_normal.png");
}

.aside-box-item.video a:hover {
	background-image: url("http://gz.bcebos.com/panx-website/images/common/video_sidebar_btn_highlight.png");
}

.aside-box-item.wechat {
	position: relative;
}

.aside-box-item.wechat a {
	background-image: url("http://gz.bcebos.com/panx-website/images/common/wechat_sidebar_btn_normal.png");
	transition: all .2s ease-in;
}

.aside-box-item.wechat a:hover {
	background-image: url("http://gz.bcebos.com/panx-website/images/common/wechat_sidebar_btn_highlight.png");
}

.aside-box-item.wechat .item-rqcode {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	width: 124px;
	margin-right: 80px;
	margin-top: -62px;
}

.aside-box-item.wechat .item-rqcode img {
	width: 100%;
}

.aside-box-item.wechat:hover .item-rqcode {
	display: block;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 70px;
	margin-top: -35px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.swiper-pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 5px;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 20px;
	cursor: pointer;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	position: relative;
	top: -30px;
	background-image: url("http://bym-website.gz.bcebos.com/assets/home/point_banner_btn_nor.png");
	background-repeat: no-repeat;
}

.swiper-visible-switch {
	opacity: 1;
}

.swiper-active-switch {
	background-image: url("http://gz.bcebos.com/panx-website/images/common/point_banner_btn_sec.png");
	background-repeat: no-repeat;
}

/*加载的动画*/
@keyframes wave {
	from, 20%, 40%, 60%, 80%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		transform: scale3d(.97, .97, .97);
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}


/* SEO 内容由 blade 输出，隐藏 */
.seo-hidden {
    display: none;
}