[v-cloak] {
	display: none;
}

.floatLeft {
	float: left !important;
}

.floatRight {
	float: right !important;
}

.marginNone {
	margin: 0 !important;
}

.marginLeft0 {
	margin-left: 0 !important;
}

.marginRight0 {
	margin-right: 0 !important;
}

.marginTop0 {
	margin-top: 0 !important;
}

.marginBottom0 {
	margin-bottom: 0 !important;
}

.padding0 {
	padding: 0 !important;
}

.paddingLeft0 {
	padding-left: 0 !important;
}

.paddingRight0 {
	padding-right: 0 !important;
}

.paddingTop0 {
	padding-top: 0 !important;
}

.paddingBottom0 {
	padding-bottom: 0 !important;
}

.displayBlock {
	display: block !important;
}

.displayNone {
	display: none !important;
}

.textAlignCenter {
	text-align: center !important;
}

.textAlignLeft {
	text-align: left !important;
}

.textAlignRight {
	text-align: right !important;
}

.overflowHidden {
	overflow: hidden !important;
}

.clearFloat:after {
	clear: both;
	content: '.';
	width: 0px;
	height: 0px;
	display: block;
	overflow: hidden;
	visibility: hidden;
}

.border0 {
	border: 0 !important;
}

.borderTop0 {
	border-top: 0 !important;
}

.borderbottom0 {
	border-bottom: 0 !important;
}

.borderLeft0 {
	border-left: 0 !important;
}

.borderRight0 {
	border-right: 0 !important;
}

.positionR {
	position: relative;
}

.positionA {
	position: absolute;
}


body {
	position: relative;
	padding-top: 130px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.dot1row {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dot2row {
	width: 100%;
	overflow: hidden;
	/*å¿…é¡»ç»“åˆçš„å±žæ€§,å½“å†…å®¹æº¢å‡ºå…ƒç´ æ¡†æ—¶å‘ç”Ÿçš„äº‹æƒ…*/
	text-overflow: ellipsis;
	/*å¯ä»¥ç”¨æ¥å¤šè¡Œæ–‡æœ¬çš„æƒ…å†µä¸‹ï¼Œç”¨çœç•¥å·â€œâ€¦â€éšè—è¶…å‡ºèŒƒå›´çš„æ–‡æœ¬ ã€‚*/
	display: -webkit-box;
	/*å¿…é¡»ç»“åˆçš„å±žæ€§ ï¼Œå°†å¯¹è±¡ä½œä¸ºå¼¹æ€§ä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º ã€‚*/
	-webkit-line-clamp: 2;
	/*ç”¨æ¥é™åˆ¶åœ¨ä¸€ä¸ªå—å…ƒç´ æ˜¾ç¤ºçš„æ–‡æœ¬çš„è¡Œæ•°ã€‚*/
	-webkit-box-orient: vertical;
	/*å¿…é¡»ç»“åˆçš„å±žæ€§ ï¼Œè®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼ ã€‚*/
}

.dot3row {
	width: 100%;
	overflow: hidden;
	/*å¿…é¡»ç»“åˆçš„å±žæ€§,å½“å†…å®¹æº¢å‡ºå…ƒç´ æ¡†æ—¶å‘ç”Ÿçš„äº‹æƒ…*/
	text-overflow: ellipsis;
	/*å¯ä»¥ç”¨æ¥å¤šè¡Œæ–‡æœ¬çš„æƒ…å†µä¸‹ï¼Œç”¨çœç•¥å·â€œâ€¦â€éšè—è¶…å‡ºèŒƒå›´çš„æ–‡æœ¬ ã€‚*/
	display: -webkit-box;
	/*å¿…é¡»ç»“åˆçš„å±žæ€§ ï¼Œå°†å¯¹è±¡ä½œä¸ºå¼¹æ€§ä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º ã€‚*/
	-webkit-line-clamp: 3;
	/*ç”¨æ¥é™åˆ¶åœ¨ä¸€ä¸ªå—å…ƒç´ æ˜¾ç¤ºçš„æ–‡æœ¬çš„è¡Œæ•°ã€‚*/
	-webkit-box-orient: vertical;
	/*å¿…é¡»ç»“åˆçš„å±žæ€§ ï¼Œè®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼ ã€‚*/
}

.not-allowed {
	cursor: not-allowed !important;
	pointer-events: none;
}

/*alert---------------------start--------------*/
.webMask {
	display: none;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	filter: Alpha(opacity=0);
}

.webAlertBox {
	display: none;
	overflow: hidden;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1000;
	width: 300px;
	border-radius: 5px;
	margin: -80px 0 0 -150px;
	background: #FFF;
	text-align: center;
	opacity: 0;
	filter: Alpha(opacity=0);
}

.webAlertBox .title {
	overflow: hidden;
	padding: 10px 0;
	margin: 0 0 20px;
	background-color: #0065C8;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
}

.webAlertBox .message {
	overflow: hidden;
	padding: 0 40px;
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.webAlertBox .buttonWrap {
	width: 240px;
	margin: 0 auto;
	overflow: hidden;
}

.webAlertBox .button {
	width: 85px;
	/* height: 24px; */
	padding: 5px 10px;
	margin: 0 auto 20px;
	background-color: #0065C8;
	line-height: 24px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.webAlertBox .button1 {
	background-color: #47A9E2;
}

.webAlertBox .buttonWrap .button1 {
	float: right;
}

.webAlertBox .button2 {
	background-color: #CCC;
}

.webAlertBox .buttonWrap .button2 {
	float: left;
}

.webAlertBox .button:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/*alert------------------end--------------*/


/* å›ºå®šèƒŒæ™¯ */
.bg-fixed {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
}

/* header */
.section-header {
	width: 100%;
	height: auto;
	background-color: #0065C8;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 12;
}

.section-header .inner {
	width: 1180px;
	margin: 0 auto;
	height: 130px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	position: relative;
	z-index: 3;
}

.space-bule {
	width: 100%;
	height: 50px;
	background-color: #0065C8;
}

.section-header .inner .logo-box-left {
	position: absolute;
	top: 20px;
	left: 0;
	/* margin-top: 20px; */
}

.section-header .inner .logo-box-left a {
	display: block;
}

.section-header .inner .logo-box-left img {
	width: 163px;
}

.section-header .inner .right-info {
	display: flex;
	flex-direction: column;
}

.section-header .inner .right-info .top {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 19px;
	margin-bottom: 32px;
	justify-content: flex-end;
}

.section-header .inner .right-info .top .address {
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
	margin-right: 48px;
}

.section-header .inner .right-info .top .avatar {
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-right: 10px;
}

.section-header .inner .right-info .top .avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.section-header .inner .right-info .top .name {
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
}

.section-header .inner .right-info .box-nav {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: flex-end;
	color: #fff;
	font-size: 16px;
}

.section-header .inner .right-info .box-nav a {
	display: block;
	padding-bottom: 19px;
	position: relative;
	margin-right: 78px;
	width: 66px;
	text-align: center;
	color: #fff;
	opacity: 0.9;
}

.section-header .inner .right-info .box-nav a sup {
	position: absolute;
	left: 60px;
	bottom: calc(14px + 19px);
	display: block;
	width: 34px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background: #E34D59;
	border-radius: 10px;
}

.section-header .inner .right-info .box-nav a:last-child {
	margin-right: 0;
}

.section-header .inner .right-info .box-nav a.active {
	opacity: 1;
}

.section-header .inner .right-info .box-nav a.on {
	opacity: 1;
}

.section-header .inner .right-info .box-nav a.on::after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	z-index: 222;
	opacity: 1;
	border-radius: 2px;
}

.section-header .inner .right-info .box-nav a.active::after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	z-index: 222;
	opacity: 1;
	border-radius: 2px;
}

.nav-left {
	width: 180px;
	height: auto;
	border-radius: 6px;
	background: #fff;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 140px;
	left: 0;
	max-height: 420px;
	overflow-x: auto;
}

.nav-left .nav-con {
	width: 100%;
}

.nav-left .active {
	border-right: 5px solid #0065C8;
}

.nav-left a {
	display: block;
	width: 100%;
	height: 70px;
	width: 160px;
	margin: 0 auto;
	text-align: center;
	line-height: 70px;
	color: #000A1C;
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid #E7E7E7;
}

.nav-left a:last-child{
	border-bottom: none;
}

.nav-left .leftNav:hover {
	color: #0065C8;
}

.nav-left .active a {
	color: #0065C8;
}

.nav-left a.title {
	font-size: 20px;
	cursor: default;
	position: sticky;
	left: 0;
	top: 0;
	background-color: #fff;
	display: block;
	z-index: 2;
}

.nav-left .title .icon {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -10px;
}

.nav-left .nav-con:last-child a {
	border-bottom: 0;
}

.container-index {
	width: 1180px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: row;
	padding-left: 194px;
	position: relative;
	top: -40px;
	z-index: 2;
}


/* footer */
.section-footer {
	width: 100%;
	height: auto;
	background-color: #fff;
	padding-top: 40px;
	background: #fff;
	display: flex;
	flex-direction: column;
}

.section-footer .inner {
	width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.section-footer .inner .left {
	display: flex;
	flex-direction: column;
}

.section-footer .inner .left .logo-bottom {
	display: block;
	margin-bottom: 16px;
}

.section-footer .inner .left a img {
	width: 132px;
	height: 78px;
}

.section-footer .inner .left .tel {
	font-size: 20px;
	color: #191919;
	margin-bottom: 12px;
	line-height: 28px;
}

.section-footer .inner .left .email {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 14px;
	color: #191919;
	margin-bottom: 16px;
}

.section-footer .inner .left .email .icon {
	width: 16px;
	margin-right: 5px;
}

.section-footer .inner .left .link-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #191919;
	font-size: 14px;
}

.section-footer .inner .left .link-row a {
	color: #191919;
	font-size: 14px;
}

.section-footer .inner .right {
	position: relative;
	display: flex;
	flex-direction: row;
	padding-top: 21px;
}

.section-footer .inner .right .code-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 46px;
}

.section-footer .inner .right .code-box img {
	width: 102px;
	display: block;
	margin-bottom: 16px;
}

.section-footer .inner .right .code-box p {
	font-size: 10px;
	color: #191919;
	line-height: 17px;
	text-align: center;
	margin-bottom: 16px;
}

.section-footer .inner .right .code-box span{
	font-size: 10px;
	color: #666;
	text-align: center;
	line-height: 1.2;
	opacity: 0.6;
}

.section-footer .inner .right .right-text{
	position: absolute;
	text-align: center;
	font-size: 10px;
	color: #666;
	line-height: 17px;
	bottom: -10px;
	left: 50%;
    transform: translateX(-50%);
}

.section-footer .footer-bottom {
	width: 1180px;
	margin: 0 auto;
	padding: 16px 0;
	line-height: 22px;
	font-size: 12px;
	color: #666;
	opacity: 0.6;
	border-top: 1px solid #e5e5e5;
	margin-top: 32px;
}

/* å³ä¾§å›ºå®š */
.fixed-right {
	position: fixed;
	right: 0;
	top: 500px;
	display: flex;
	flex-direction: column;
	z-index: 50;
}

.fixed-right .box {
	width: 166px;
	margin-bottom: 11px;
	position: relative;
}

.fixed-right .box:hover {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.fixed-right .mp-box {
	background-color: #fff;
}

.fixed-right .box .part-hover {
	width: 100%;
	min-height: 64px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 16px;
	line-height: 64px;
	padding-left: 22px;
}

.fixed-right .box .part-hover .icon {
	width: 18px;
	height: 19px;
	display: block;
	margin-right: 8px;
}

.fixed-right .qa-box {
	background: #0065C8;
	color: #fff;
}

.fixed-right .box .code-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 21px;
	padding-bottom: 0;
	position: absolute;
	top: -145px;
	left: 0;
	background-color: #fff;
	display: none;
}

.fixed-right .box .code-box img {
	width: 122px;
}

.fixed-right .mp-box:hover .code-box {
	display: block;
}

.back-top {
	width: 48px;
	height: 48px;
	position: fixed;
	right: 52px;
	bottom: 52px;
	background: url(../img/back-top.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	display: none;
}

.back-top:hover {
	opacity: .8;
}

/* åˆ†é¡µ */
.page-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
	padding-top: 30px;
}

.page-container .total {
	font-size: 14px;
	color: #666;
}

.page-container .page-num {
	display: flex;
	flex-direction: row;
}

.page-container .page-num a {
	width: 32px;
	height: 32px;
	border-radius: 3px;
	font-size: 14px;
	color: #666;
	margin-left: 8px;
	text-align: center;
	line-height: 32px;
}

.page-container .page-num a.active {
	color: #fff !important;
	background-color: #0065C8 !important;
	border-color: #0065C8 !important;
}

.page-container .page-num .page {
	border: 1px solid #dcdcdc;
	background-color: #fff;
}

.page-container .page-num .page:hover {
	color: #fff;
	background-color: #0065C8;
	border-color: #0065C8;
}

.page-container .page-num .btn-prev-none {
	background: url(../img/page-none-prev.png) no-repeat;
	background-size: 100% 100%;
}

.page-container .page-num .btn-prev-active {
	background: url(../img/page-active-prev.png) no-repeat;
	background-size: 100% 100%;
}

.page-container .page-num .btn-next-none {
	background: url(../img/page-none-next.png) no-repeat;
	background-size: 100% 100%;
}

.page-container .page-num .btn-next-active {
	background: url(../img/page-active-next.png) no-repeat;
	background-size: 100% 100%;
}

.shortBody .section-footer {
	position: fixed;
	bottom: 0;
}

.right-container-common {
	width: 100%;
	height: auto;
	padding: 40px;
	background-color: #fff;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
}

.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 500;
	opacity: 0;
}

.video-popup .video-inner{
	position: relative;
	width: 60%;
}

.video-popup video {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.video-popup .close{
	position: absolute;
	width: 30px;
	height: 30px;
	right: -10px;
    top: -10px;
}

@media screen and (max-width: 751px) {
	.section-header .inner{
		height: 131px;
	}

	.space-bule {
		width: 1180px;
	}

	.section-footer{
		width: 1180px;
	}
}

img {
image-rendering:-moz-crisp-edges;
image-rendering:-o-crisp-edges;
image-rendering:-webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode:nearest-neighbor;
}