* {
	margin: 0;
	padding: 0;
}



@font-face {
	src: url(""), url("") format("embedded-opentype")
}

div>.jz_header_container {
	position: static
}

div>.jz_header_container>.jz_header_content {
	position: static
}

div>.jz_banner {
	position: static
}

.fk-index-body {
	color: #333;
	font-family: 微软雅黑;
	min-width: 1200px;

}

.index_arrow {
	width: 82px;
	height: 82px;
	border-radius: 50%;

	position: absolute;
	left: 0;
	top: 200px;
	cursor: pointer
}

.anim {
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1
}

.anim:before {
	position: relative;
	content: "";
	display: block;
	margin-top: 100%
}

.anim:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%
}

.hoverable .anim {
	-moz-animation: anim-out .75s;
	-webkit-animation: anim-out .75s;
	animation: anim-out .75s
}

.hoverable .anim:after {
	-moz-animation: anim-out-pseudo .75s;
	-webkit-animation: anim-out-pseudo .75s;
	animation: anim-out-pseudo .75s
}

.hoverable .anim,
.hoverable .anim:after {
	animation-iteration-count: infinite;
	animation-duration: 1.3s
}

@-webkit-keyframes anim-in {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-moz-keyframes anim-in {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-ms-keyframes anim-in {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@keyframes anim-in {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-webkit-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@-moz-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@-ms-keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@keyframes anim-in-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@-webkit-keyframes anim-out {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-moz-keyframes anim-out {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-ms-keyframes anim-out {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@keyframes anim-out {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-webkit-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@-moz-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@-ms-keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

@keyframes anim-out-pseudo {
	0% {
		background: rgba(0, 0, 0, 0.25)
	}

	100% {
		background: transparent
	}
}

.jz_header_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1111
}

.noTransition {
	transition: none !important
}

.jz_banner {
	width: 100%;
	margin-top: 70px;
}

.jz_banner_ul {
	width: 500%;
	min-width: 1200px;
	position: absolute;
	left: 0;
	height: 700px;
	background: #3e83fa;
	z-index: 1;
	transition: left .3s
}

.jz_banner_li {
	position: relative;
	width: 20%;
	height: 100%;
	float: left;
	min-width: 1200px
}

.jz_banner_link {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}

.jz_banner_img {
	display: block;
	width: 1920px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -960px
}

.jz_banner_btn {
	position: absolute;
	right: 50%;
	width: 240px;
	height: 60px;
	line-height: 60px
}

.jz_banner_btn1,
.jz_banner_btn5 {
	margin-right: 235px;
	top: 550px
}

.jz_anim_btn {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 21px;
	color: #fff;
	text-align: center;
	border: 0;
	border-radius: 35px;
	overflow: hidden;
	background: -moz-linear-gradient(214deg, #4456fd, #1eacf6);
	background: -o-linear-gradient(214deg, #4456fd, #1eacf6);
	background: linear-gradient(-124deg, #4456fd, #1eacf6);
	-webkit-box-shadow: 0 0 13px 6px rgba(34, 129, 247, 0.13);
	-moz-box-shadow: 0 0 13px 6px rgba(34, 129, 247, 0.13);
	box-shadow: 0 0 13px 6px rgba(34, 129, 247, 0.13);
	-moz-transition: all .1s;
	-o-transition: all .1s;
	-webkit-transition: all .1s;
	transition: all .1s;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d
}

.jz_banner_btn3 {
	width: 200px;
	height: 48px;
	line-height: 48px;
	margin-right: -100px;
	top: 272px
}

.jz_banner_btn3 .jz_anim_btn {
	background: 0;
	border: 1px solid #fff;
	color: #fff
}

.jz_banner_btn4 {
	width: 220px;
	height: 50px;
	line-height: 50px;
	margin-right: 380px;
	top: 480px
}

.jz_banner_btn4 .jz_anim_btn {
	background: #fff;
	color: #8a67fc;
	border: 0
}

.jz_banner_btn5 {
	width: 181px;
	height: 55px;
	line-height: 55px;
	margin-right: 419px;
	top: 430px
}

.jz_banner_btn5 .jz_anim_btn {
	background: #fff;
	color: #5022dd;
	border: 0
}

.banner_pointer_wrap {
	position: absolute;
	width: 100%;
	top: 674px;
	height: 20px;
	text-align: center;
	z-index: 1
}

.banne_pointer {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 16px;
	margin-left: 16px;
	cursor: pointer;
	transform-origin: center center;
	transition: width .3s
}

.jz_banner .banne_pointer:first-child {
	margin-left: 0
}

.banne_pointer-active {
	width: 20px;
	background: #fff
}

.jz_num_ul {
	position: relative;
	z-index: 2;
	background: #fff;
	font-family: HelveticaNeueLTPro, 微软雅黑;
	text-align: center;
	z-index: 3;
	box-shadow: 0 6px 16px 0 rgb(102 102 102 / 9%)
}

.jz_num_li {
	float: none;
	display: inline-block;
	width: 228px;
	margin: 51px 0;
	border-left: 1px solid #ebebeb;
	padding-top: 12px
}

.jz_num-siteServ {
	border-left: 0;
	text-align: left
}

.jz_num-safeRun,
.jz_num-cover {
	width: 377px
}

.jz_num-day {
	width: 208px;
	text-align: right
}

.jz_num {
	font-size: 40px;
	line-height: 1
}

.jz_num_char {
	font-size: 14px;
	margin-left: 10px;
	vertical-align: top
}

.jz_num_desc {
	font-size: 16px;
	padding-top: 30px
}

.jz_index_main {
	position: relative;
	z-index: 2;
	height: 900px;
	background: #fff;
	text-align: center;
	padding-top: 75px
}

.jz_main_title {
	line-height: 1;
	font-size: 40px;
	color: #000;
	font-weight: 300
}

.jz_main_subDesc {
	margin-top: 15px;
	line-height: 1;
	font-size: 16px;
	color: #999
}

.jz_main_ul {
	width: 1200px;
	margin: 0 auto;
	font-family: 微软雅黑;
	margin-top: 60px;
	overflow: hidden;
}

.jz_main_li {
	position: relative;
	float: left;
	width: 236px;
	height: 250px;
	margin: 0 32px 13px 32px;
	text-align: center;
}



.jz_main_li_fk {
	position: absolute;
	top: 190px;
	left: 0;
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1;
	transition: opacity .3s
}

.button--nina {
	box-sizing: border-box;
	background: transparent;
	overflow: hidden;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}

.button--nina::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s
}

.button--nina:hover {
	background: #2f82ff;
	color: #fff
}

.jz_tab_nav {
	text-align: center;
	margin: 55px auto 0;
	width: 1200px;
	position: relative
}

.jz_tab_nav_item {
	display: inline-block;
	color: #333;
	margin-left: 70px;
	font-size: 18px;
	line-height: 45px;
	cursor: pointer
}

.tab_select_line {
	position: absolute;
	bottom: 0;
	width: 72px;
	height: 2px;
	background-color: #2f82ff;
	transition: all .3s;
	left: 0
}

.tabFocus {
	border-bottom: solid 2px #2f82ff;
	color: #2f82ff
}

.jz_tab_nav .first {
	margin-left: 0
}

.jz_tab--current {
	color: #2f82ff
}

.jz_index_model {
	position: relative;
	z-index: 2;
	background: #f5f8fc;
	text-align: center;
	padding-top: 65px;
}

.jz_index_model .jz_tab_nav {
	border-bottom: 1px solid #e4e5e9
}

.jz_index_model .jz_tab_nav_item {
	margin-left: 173px
}

.jz_index_model .jz_tab_nav .jz_tab_nav_content {
	width: 696px;
	padding-bottom: 13px
}

.jz_index_model .jz_tab_nav_item:first-child {
	margin-left: 0
}

.jz_tab_nav .jz_tab_nav_content {
	width: 500px;
	display: inline-block;
	position: relative
}

.model_content {
	position: relative;
	padding-top: 89px;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	transition: height .3s;
	box-sizing: border-box;
	height: 552px
}

.model_content_list {
	width: 300%;
	position: relative;
	left: 0;
	transition: left .3s
}

.model_business {
	width: 1200px;
	height: 497px;
	float: left;
	overflow: hidden;
	padding: 0 50px;
	box-sizing: border-box;
	position: relative;
	display: none;
}

.xs {
	display: block;
}

.model_business_mobi {
	height: 1056px;
	padding: 0;
	overflow: visible
}

.jz_index_model .tab_select_line {
	width: 108px
}

.business_pc_ul {
	position: absolute;
	left: 50px;
	top: 0;
	padding-top: 10px
}

.business_pc_ul .model_pc_item:first-child {
	display: block
}

.model_pc_item {
	position: absolute;
	left: 0;
	top: 0;
	width: 420px;
	height: 340px;
	background: #fff;
	border-radius: 8px;
	display: none;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15)
}

.jz_index_model .index_arrow_linaer {
	height: 120px;
	width: 520px;
	background: linear-gradient(270deg, #2778fb 9.5%, transparent 0, transparent 90.5%, #58a1ff 0);
	position: absolute;
	top: 50%;
	margin-top: -60px
}

.model_item_link {
	display: inline-block;
	width: 100%;
	height: 280px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #f0f0f0
}

.model_item_img {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	transform: translateY(0);
	border-radius: 4px
}

.model_item_name {
	font-size: 15px;
	color: #333;
	margin-top: 12px;
	transition: all .1s
}

.model_item_wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	opacity: 0;
	transition: all .3s
}

.model_pc_item:hover .model_item_wrap {
	opacity: 1
}

.model_pc_item:hover .model_item_name {
	opacity: 0
}

.model_item_regBtn {
	vertical-align: middle;
	display: inline-block;
	width: 116px;
	height: 34px;
	line-height: 34px;
	margin-right: 16px;
	font-size: 14px;
	background: #fd6040;
	color: #fff;
	border-radius: 23px
}

.model_item_regBtn:hover {
	background: #fd705b
}

.model_item_prevBtn {
	vertical-align: middle;
	display: inline-block;
	width: 116px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	background: #2f82ff;
	border-radius: 23px;
	color: #fff
}

.model_item_prevBtn:hover {
	background: #2b89fb
}

.model_mobi_item {
	width: 220px;
	height: 430px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	background: #fff;
	box-shadow: 6px 15px 38px 0 rgb(31 58 98 / 18%);
	border-radius: 10px
}

.modle_mobi_pre {
	height: 388px;
	position: relative;
	overflow: hidden
}

.model_mobi_link {
	display: inline-block;
	width: 200px;
	height: 378px;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #f0f0f0
}

.model_mobi_img {
	width: 100%;
	height: auto;
	min-height: 100%
}

.model_mobi_mask {
	width: 200px;
	height: 378px;
	position: absolute;
	top: 11px;
	left: 11px;
	overflow: hidden;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	border-radius: 4px;
	transition: opacity .3s
}

.model_mobi_qrCode {
	position: absolute;
	width: 110px;
	height: 110px;
	left: 50%;
	margin-left: -63px;
	top: -151px;
	border: 8px solid #fff;
	border-radius: 3px;
	opacity: 0;
	transition: all .3s
}

.model_mobi_preBtn {
	position: absolute;
	top: 220px;
	display: inline-block;
	left: 109px;
	width: 63px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	background: #2f82ff;
	border-radius: 23px;
	color: #fff;
	opacity: 0;
	transition: opacity .3s;
	cursor: pointer
}

.model_mobi_regBtn {
	position: absolute;
	top: 220px;
	left: 50%;
	margin-left: -73px;
	display: inline-block;
	width: 76px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	background: #fd6040;
	color: #fff;
	border-radius: 23px;
	opacity: 0;
	transition: opacity .3s
}

.model_mobi_name {
	font-size: 15px;
	text-align: center;
	height: 40px;
	margin: 0 auto;
	width: 90%;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.model_mobi_regBtn:hover {
	background: #fd705b
}

.model_mobi_preBtn:hover {
	background: #2b89fb
}

.modle_mobi_pre:hover .model_mobi_mask {
	opacity: 1
}

.modle_mobi_pre:hover .model_mobi_qrCode {
	opacity: 1;
	top: 75px;
	image-rendering: pixelated
}

.modle_mobi_pre:hover .model_mobi_preBtn {
	opacity: 1
}

.modle_mobi_pre:hover .model_mobi_regBtn {
	opacity: 1
}

.model_arrow_right,
.model_arrow_left {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
	
	transition: none
}

.model_arrow_right {
	left: auto;
	right: 0;
	background-position: -314px -1520px
}

.jz_index_helper {
	position: relative;
	z-index: 1;
	background: #fff
}

.jz_index_helper .jz_main_title {
	padding-top: 97px;
	text-align: center
}

.jz_index_helper .jz_tab_nav {
	width: 582px
}

.helper_list {
	width: 400%;
	position: relative;
	left: 0;
	height: 100%;
	transition: left .3s
}

.helper_news_ul {
	width: 1200px;
	float: left;
	margin-top: 90px;
	height: 100%
}

.f-helpItem {
	width: 476px;
	float: left;
	margin: 0 50px 60px 73px
}

.f-helpItem .f-time {
	text-align: right;
	float: left;
	margin-right: 30px
}

.f-helpItem .f-hot {
	display: inline-block;
	*display: inline;
	_zoom: 1;
	width: 25px;
	height: 25px;
	
	vertical-align: middle;
	margin-right: 10px
}

.f-helpItem .f-txt {
	vertical-align: middle
}

.f-helpItem .f-info {
	float: left
}

.f-helpItem .f-time-md,
.f-helpItem .f-info-title {
	font-size: 25px;
	line-height: 1;
	font-weight: normal;
	height: 36px;
	overflow: hidden
}

.f-helpItem .f-info-title {
	font-size: 18px;
	width: 355px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.f-helpItem .f-info-title .f-a {
	color: #333
}

.f-helpItem .f-info-title .f-a:hover {
	color: #2f82ff
}

.f-helpItem .f-time {
	width: 80px;
	margin-left: 0
}

.f-helpItem .f-time-y,
.f-helpItem .f-info-intro {
	font-size: 14px;
	color: #999;
	margin: 0;
	line-height: 1.8;
	height: 50px;
	overflow: hidden
}

.f-helpItem .f-info {
	width: 355px;
	text-align: left
}

.f-index-helper .f-helpItem .f-a {
	font-size: 18px;
	width: 355px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	font-weight: normal;
	height: 33px;
	overflow: hidden;
	color: #333;
	display: inline-block
}

.f-wzjsItem {
	position: relative;
	width: 200px;
	margin: 0 0 40px 93px;
	text-align: left
}

.f-wzjsItem a {
	color: #333;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400
}

.f-wzjsItem:hover a {
	color: #4975e5
}

.f-wzjsItem .f-tips-icon {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	color: #333;
	background: #fff;
	text-align: center
}

.f-wzjsItem:nth-of-type(1) span.f-tips-icon {
	background: rgba(58, 132, 248, 1);
	color: #fff;
	border: 0
}

.f-wzjsItem:nth-of-type(2) span.f-tips-icon {
	background: rgba(98, 157, 249, 1);
	color: #fff;
	border: 0
}

.f-wzjsItem:nth-of-type(3) span.f-tips-icon {
	background: #e8f1fe;
	color: #3583fb;
	border: 0
}

.f-wzjsItem:nth-of-type(4) span.f-tips-icon {
	background: #e8f1fe;
	color: #3583fb;
	border: 0
}

.jz_index_guest {
	position: relative;
	padding-top: 97px;
	z-index: 1;
	background: #fff;
	text-align: center
}

.guest_content {
	width: 780px;
	margin: 0 auto;
	overflow: hidden
}

.guest_content_list {
	width: 300%;
	position: relative;
	left: 0;
	transition: left .3s
}

.guest_item {
	width: 740px;
	float: left;
	padding: 40px 20px 0
}

.guest_show_warp {
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1)
}

.guest_content_top {
	height: 45px;
	line-height: 45px;
	text-indent: 20px;
	background: #f9f9f9;
	text-align: left
}

.guest_circle {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 8px;
	background: #ddd;
	border-radius: 50%
}

.guest_image {
	display: inline-block;
	height: 380px;
	width: 740px
}

.guest_title {
	font-size: 18px;
	line-height: 1;
	color: #333;
	padding-top: 60px;
	padding-bottom: 42px;
	text-align: center
}

.guest_desc {
	font-size: 14px;
	line-height: 1.8;
	color: #999;
	height: 67px;
	margin-top: -5px;
	text-align: center
}

.guest_bg {
	height: 276px;
	position: absolute;
	left: 0;
	top: 302px;
	width: 100%;
	z-index: -1;
	
}

.guest_arrow_right {
	left: 50%;
	margin-left: 432px;
	top: 382px;
	background-position: -116px -754px
}

.guest_arrow_right:hover {
	background-position: -116px -873px
}

.guest_arrow_left {
	left: 50%;
	top: 382px;
	margin-left: -512px;
	background-position: 0 -754px
}

.guest_arrow_left:hover {
	background-position: 0 -873px
}

.jz_index_honor {
	position: relative;
	height: 860px;
	z-index: 1;
	background: #f5f8fc;
	padding-top: 74px;
	text-align: center;
	box-sizing: border-box
}

.jz_index_honor .jz_tab_nav {
	width: 664px;
	font-size: 0;
	text-align: center;
	padding-bottom: 8px;
	margin-top: 44px
}

.jz_index_honor .jz_tab_nav_item {
	margin-left: 213px
}

.jz_index_honor .jz_tab_nav_item.first {
	margin: 0
}

.honor_content {
	position: relative;
	width: 1100px;
	overflow: hidden;
	margin: 70px auto 0
}

.honor_content_list {
	width: 300%;
	position: relative;
	left: 0;
	transition: left .3s
}

.honor_item {
	width: 1100px;
	float: left
}

.honor_text_ul {
	margin-left: 20px;
	width: 300px;
	text-align: left;
	display: inline-block;
	vertical-align: middle
}

.honor_slider_wrap {
	width: 580px;
	height: 512px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	left: 48px
}

.honor_slider {
	width: 400%;
	position: relative;
	left: 0;
	transition: left .3s
}

.item_text {
	list-style: disc;
	width: 300px;
	padding: 15px 0;
	cursor: pointer;
	float: none;
	font-size: 18px;
	color: #2b2b2b
}

.content_item_select {
	color: #4b76e2
}

.honor_slider_item {
	width: 580px;
	float: left
}

.slider_text {
	font-size: 18px;
	margin-top: 20px;
	text-align: center
}


.jz_index_honor .slider_img {
	position: relative;
	width: 322px;
	height: 440px;
	display: inline-block;
	text-align: center
}



.jz_index_honor .zoom_img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 57px;
	height: 57px;
	margin: auto;
	display: none;
	
	cursor: pointer
}

.jz_index_honor .slider_img:hover .zoom_img {
	display: block
}

.jz_index_honor .index_arrow {
	position: absolute;
	top: 50%;
	bottom: 0;
	margin-top: -13px;
	width: 15px;
	height: 27px;
	cursor: pointer;
	background-image: url(404.png);
	z-index: 1
}

.jz_index_honor .index_arrow_left {
	background-position: -34px -1020px;
	left: 0
}

.jz_index_honor .index_arrow_right {
	background-position: -148px -1020px;
	right: 0;
	left: auto
}

.jz_honor_imgShow {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	z-index: 99999
}

.jz_honor_imgShow .close_icon {
	position: absolute;
	top: 46px;
	right: 46px;
	width: 25px;
	height: 25px;
	
	cursor: pointer
}

.jz_honor_imgShow img {
	max-width: 100%;
	max-height: calc(100% - 80px);
	margin: 40px auto;
	position: absolute;
	left: 0;
	right: 0
}

.jz_footer {
	position: relative;
	z-index: 1;
	background: #282828;
	color: #5d5d5d;
	padding: 25px 0 15px
}

.jz_footer a {
	color: #5d5d5d
}

.jz_footer .footer_wx_icon {
	width: 50px;
	height: 50px
}

.footer_title {
	width: 100%;
	min-width: 980px;
	max-width: 1200px;
	color: #949494;
	font-size: 16px;
	line-height: 1;
	padding-top: 5px;
	margin: 0 auto
}

.preview-mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: .6;
	z-index: 999
}

.preview-container {
	width: 1030px;
	margin: auto;
	position: fixed;
	top: 15%;
	left: 0;
	right: 0;
	z-index: 999
}

.preview-container .preview-content {
	height: 706px;
	font-size: 0;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden
}

.preview-container .sub-content {
	width: 50%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	box-shadow: -2px 0 3px rgba(0, 0, 0, 0.04)
}

.preview-container .p-left {
	background-color: #f4f4f4
}

.preview-container .fk_frame_wrap {
	position: relative;
	width: 375px;
	height: 631px;
	margin: 37.5px auto 0;
	box-shadow: 0 1px 2px rgba(150, 150, 150, 0.3)
}

.preview-container .fk_frame_wrap_mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #eee
}

.preview-container .p-frame {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block
}

.preview-container .p-right .wrapper {
	width: 242px;
	margin: 142px auto 0
}

.preview-container .qrcode-wrapper {
	margin-bottom: 40px;
	text-align: center;
	border: 1px solid #e6e7ec;
	width: 242px;
	height: 284px;
	box-sizing: border-box;
	padding-top: 20px;
	border-radius: 4px
}

.preview-container .qr-code {
	width: 200px;
	height: 200px
}

.preview-container .qrcode-tip {
	color: #666;
	font-size: 13px;
	padding: 10px 0;
	display: inline-block;
	padding-top: 30px;
	font-size: 14px;
	color: #666;
	line-height: 1
}

.preview-container .cancel-btn {
	float: right
}

.preview-container .close-btn {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 20px;
	right: 20px;
	
	cursor: pointer;
	-webkit-transition: transform .15s;
	-o-transition: transform .15s;
	transition: transform .15s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

.preview-container .close-btn:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.preview-container .toggle-btn {
	width: 76px;
	height: 76px;
	line-height: 76px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: rgba(0, 0, 0, 0.055);
	text-align: center;
	cursor: pointer;
	transition: background .3s ease
}

.preview-container .toggle-btn:hover {
	background: rgba(0, 0, 0, 0.3)
}

.preview-container .toggle-btn:after {
	content: "";
	width: 19px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px auto 0
}

.preview-container .left-btn:after {
	margin-left: -3px;
	
}

.preview-container .right-btn:after {
	margin-right: -4px;
	
}

.preview-container .right-btn {
	right: 0;
	margin-right: -156px
}

.preview-container .left-btn {
	margin-left: -156px
}

.preview-container .jz-btn-global-oper {
	margin: 0 auto;
	display: block;
	width: 140px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	padding: 0;
	border-radius: 20px;
	cursor: pointer;
	border: 1px solid #fd6040;
	font-size: 13px;
	font-family: 微软雅黑;
	background-color: #fd6040
}

.preview-container .jz-btn-global-oper:focus {
	outline: 0
}

.preview-container .jz-btn-global-oper:active {
	border-color: #4a67d1;
	background-color: #4a67d1
}

.jz_index_introduce {
	background: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.jz_index_introduce .jz_tab_nav {
	margin-top: 74px;
	padding-bottom: 8px
}

.introduce_content {
	width: 1200px;
	height: 270px;
	margin: 60px auto 122px;
	color: #666;
	font-size: 15px;
	line-height: 2;
	box-shadow: 0 0 15px 0 rgba(47, 48, 57, 0.13);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	transition: height .3s;
	
}

.introduce_content::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 139px;
	height: 135px;
	border-bottom-right-radius: 100%;
	background: #f4f8fe
}

.jz_index_introduce .tab_select_line {
	left: 391.438px;
	width: 72px;
	overflow: hidden
}

.introduce_content_list {
	position: relative;
	left: 0;
	width: 300%;
	overflow: hidden;
	transition: left .3s
}

.introduceItem {
	width: 1080px;
	padding: 48px 60px 57px;
	float: left
}

.introduceItem dl {
	font-size: 0;
	margin-bottom: 10px
}

.introduceItem dt {
	position: relative;
	display: inline-block;
	width: 120px;
	box-sizing: border-box;
	padding-left: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	vertical-align: top
}

.introduceItem dt::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 12px;
	width: 7px;
	height: 7px;
	background: #4975e5;
	border-radius: 50%
}

.introduceItem dd {
	display: inline-block;
	font-size: 15px;
	width: 960px;
	vertical-align: top
}

.jz_banner--text {
	position: absolute;
	top: 275px;
	font-size: 16px;
	color: #fff;
	right: 50%;
	margin-right: 190px
}

.jz_banner--text p {
	position: relative;
	min-width: 385px
}

.jz_banner--text p:not(:last-child) {
	margin-bottom: 17px
}

.jz_banner--text p::after {
	position: absolute;
	top: 50%;
	left: -20px;
	background-color: #fff;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	content: ''
}

.jz_banner_design_btn {
	width: 145px;
	height: 48px;
	line-height: 48px;
	margin-right: 452px
}

.jz_banner_design_btn .jz_anim_btn {
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1b82ff;
	border-radius: 6px;
	font-size: 16px
}

.model_business_content {
	width: 545px;
	height: 340px;
	position: relative
}

.model_trade_wrap {
	width: 540px;
	position: absolute;
	right: 0;
	top: 16px;
	text-align: left
}

.model_trade_title {
	font-size: 26px;
	color: #3e4552;
	margin-bottom: 10px
}

.model_trade_subtitle {
	font-size: 14px;
	color: #8a8b99;
	margin-bottom: 33px;
	display: inline-block
}

.model_trade_link {
	text-decoration: none;
	color: #666;
	font-size: 13px;
	display: block
}

.model_trade_list {
	display: inline-block;
	margin-bottom: 17px
}

.model_trade_item {
	width: 158px;
	height: 36px;
	border: 1px solid #e4e5e9;
	border-radius: 15px;
	text-align: center;
	line-height: 34px;
	display: inline-block;
	margin: 0 8px 8px 0;
	box-sizing: border-box;
	cursor: pointer;
	transition: border-color .3s, color .3s, background-color .3s
}

.model_trade_item:hover {
	border-color: #2184ff;
	background-color: rgba(33, 132, 255, 0.02)
}

.model_trade_item:hover .model_trade_link {
	color: #2184ff
}

.jz_index_model .jz_main_btn {
	width: 130px;
	height: 40px;
	border: 1px solid #2f82ff;
	border-radius: 20px;
	line-height: 40px;
	background: transparent;
	text-align: center;
	font-size: 14px;
	margin: 0
}

.jz_index_model .jz_main_btn:hover {
	background: #2f82ff
}

.jz_main_btn {
	position: relative;
	display: inline-block;
	width: 184px;
	height: 54px;
	border: 1px solid #2f82ff;
	color: #2f82ff;
	border-radius: 40px;
	text-align: center;
	line-height: 54px;
	font-size: 16px;
	margin-bottom: 77px;
	margin-top: 20px;
}

.model_business_mobi .index_arrow_linaer {
	width: 320px;
	background: linear-gradient(270deg, #2778fb 15.5%, transparent 0, transparent 84.5%, #58a1ff 0)
}

.model_business_mobi .model_business_content {
	width: 320px;
	left: 175px;
	top: -48px;
	height: 430px
}

.business_mobi_ul {
	position: absolute;
	left: 50px;
	top: 0;
	padding-top: 10px
}

.business_mobi_ul .model_mobi_item:first-child {
	display: list-item
}

.jz_index_helper {
	overflow: hidden
}

.jz_index_helper .jz_tab_nav {
	width: 344px
}

.jz_index_helper .jz_tab_nav_item {
	margin-left: 100px
}

.jz_index_helper .jz_tab_nav_item:first-child {
	margin-left: 0
}

.jz_index_helper .jz_helper_title {
	font-size: 30px;
	color: #333;
	padding-bottom: 20px;
	font-weight: 300
}

.jz_index_helper .jz_tab--current {
	color: #2f82ff
}

.jz_index_helper .tab_select_line {
	width: 122px
}

.helper_content {
	width: 1260px;
	margin: 0 auto;
	position: relative;
	position: relative;
	margin: 0 auto;
	height: 740px;
	overflow: hidden
}

.helper_content_target {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: left .3s
}

.helper_content_item {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%
}

.helper_content .helper_content_item:last-child {
	left: 100%
}

.helper_news {
	margin-top: 40px
}

.helper_news_item {
	position: relative;
	display: inline-block;
	margin-top: 40px;
	margin-left: 30px;
	width: 575px;
	height: 170px;
	background: #fff;
	box-shadow: 0 2px 18px 2px rgb(217 223 231 / 60%);
	border-radius: 8px;
	transition: box-shadow .65s cubic-bezier(.19, 1, .22, 1);
	padding: 28px 30px;
	text-decoration: none;
	box-sizing: border-box
}

.helper_news_item:hover {
	box-shadow: 0 4px 20px 5px rgb(217 223 231 / 80%)
}

.helper_news_header {
	width: 100%;
	height: 30px;
	white-space: nowrap;
	position: relative
}

.helper_news_content {
	width: 465px;
	float: right;
	margin-top: 8px;
	line-height: 25px;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.helper_news_index {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #2f82ff;
	box-shadow: 0 6px 12px 0 rgb(43 123 255 / 30%);
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 16px
}

.helper_news_title {
	display: inline-block;
	max-width: 370px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle
}

.helper_news_time {
	color: #666;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.helper_news_item:nth-child(even) {
	margin-left: 50px
}

.helper_center {
	overflow: hidden
}

.helper_center_news_target {
	width: 100%;
	height: 100%;
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 90px;
	transition: left .3s
}

.helper_center_news_target .helper_content_item {
	position: static;
	white-space: normal;
	display: inline-block;
	overflow: hidden
}

.helper_center_navwrap {
	position: relative;
	margin: 40px auto 0;
	width: 600px;
	background-color: #f5f6fa;
	border-radius: 20px
}

.helper_center_nav {
	width: 100%;
	height: 40px;
	line-height: 40px
}

.helper_center_nav_item {
	position: relative;
	width: 120px;
	height: 100%;
	cursor: pointer
}

.helper_nav_link {
	color: #333;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #999;
	font-size: 13px;
	text-align: center;
	transition: color .3s;
	z-index: 2
}

.helper_nav_link:hover,
.helper_center_nav_item.jz_tab--current .helper_nav_link {
	color: #2f82ff
}

.helper_center_navicon {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 100%;
	background: #fff;
	box-shadow: 0 2px 15px 0 rgb(68 93 127 / 10%);
	border-radius: 20px;
	transition: left .65s cubic-bezier(.19, 1, .22, 1)
}

.helper_center .helper_news {
	margin-top: 0
}

.honor_nav_split {
	border-top: 1px solid #e4e5e9;
	width: 1200px;
	margin: 0 auto
}

.jz_index_hot {
	width: 100%;
	background: #f5f6f7;
	position: relative;
	padding: 50px 0
}

.jz_index_hot .jz_tab_nav {
	width: 310px;
	padding-bottom: 8px;
	margin-top: 0
}

.jz_index_hot .jz_tab_nav_item {
	margin-left: 162px
}

.jz_index_hot .first {
	margin-left: 0
}

.jz_index_hotcontent {
	width: 1200px;
	margin: 0 auto;
	height: 290px;
	position: relative;
	overflow: hidden
}

.jz_index_hottarget {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: left .3s;
	white-space: nowrap;
	font-size: 0;
	padding-top: 45px
}

.jz_index_hottab {
	width: 100%;
	height: 100%;
	display: inline-block;
	font-size: 13px
}

.jz_hot_li {
	background: #fff;
	display: inline-block;
	height: 33px;
	border: 1px solid #eee;
	border-radius: 17px;
	text-align: center;
	line-height: 2.5;
	padding: 0 16px;
	margin: 0 10px 20px 0;
	box-sizing: border-box
}

.jz_index_hotlink {
	color: #666
}

.jz_hot_li:hover {
	background: #e8f1ff;
	border: 1px solid #2f82ff
}

.jz_hot_li:hover .jz_index_hotlink {
	color: #2f82ff
}


ul li {
	list-style: none;
}

a {
	text-decoration: none;
}




.jz_index_main .container {
	position: relative;
	z-index: 2;
	height: 360px;

	padding: 0 125px;
}

.jz_index_main .container .content {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.jz_index_main .content .wrap {
	min-width: 282px;
	height: 360px;
	margin-right: 24px;
	background: #fff;
	box-shadow: 0 2px 20px 0 rgb(89 135 212 / 20%);
	border-radius: 4px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

.jz_index_main .content .wrap>.title {
	height: 18px;
	padding: 25px 26px;
	background: url(../image/introduce-bg.jpg) no-repeat 50% 50%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.itemContainer {
	padding: 20px 22px 28px 22px;
}

.flex {
	display: flex;
}

.item {
	text-align: left;
	line-height: 30px;
	text-indent: 2em;
}

.mySwipers {
	width: 420px !important;
	height: 320px !important;
}

.color-btn {
	color: #fff !important;
	background: #2f82ff;
	height: 120px !important;
	width: 50px !important;
	position: absolute;
	top: 40% !important;
}

.mySwiperss {
	width: 200px !important;
	height: 430px !important;
	border: 10px #fff solid;
}
.mySwipersss {
	width: 200px !important;
	height: 430px !important;
	border: 10px #fff solid;
}
.pad-anli {
	padding: 10px;
	
}

.sl-content {
	display: none;
}

.xs-content {
	display: block;
	position: relative;
	margin-top: -30px;
}

.gs-jianjie {
	width: 540px;
	padding: 20px;
	position: relative;
}

.gs-jianjie h1 {
	text-align: left;
	padding: 30px 0;
}

.gs-jianjie aside {
	text-align: left;
	font-size: 16px;
	line-height: 32px;
}

.gs-jianjieimg {
	width: 450px;
	position: absolute;
	right: 0;
	top: 60px;
	text-align: left;
}


.content {
	overflow: hidden;
	width: 1200px;
	margin: 70px auto;
	position: relative;
}

.content .list {
	margin: 0 -70px;
}

.content .list .items {
	margin: 0 70px;
	float: left;
	width: 530px;
	height: 150px;
	text-align: left;
	vertical-align: top;
	position: relative;
}

.content .list .items .link {
	display: block;
}

.content .list .items .date-wrap {
	float: left;
	margin-right: 20px;
	width: 54px;
	height: 54px;
	border: solid 1px #2598ed;
	color: #2598ed;
	font-size: 20px;
	text-align: center;
}

.content .list .items .date-wrap:hover {
	float: left;
	margin-right: 20px;
	width: 54px;
	height: 54px;
	border: solid 1px #2598ed;
	color: #fff;
	background-color: #2598ed;
	font-size: 20px;
	text-align: center;
}

.content .list .items .date-wrap .day {
	padding-top: 10px;
}

.content .list .items .date-wrap .year-month {
	font-size: 12px;
	color: #9bccf7;
}

.content .list .items .title {
	line-height: 16px;
	padding-bottom: 22px;
	font-size: 16px;
	font-family: '微软雅黑';
	color: #000;
	width: 400px;
	white-space: nowrap;
	word-break: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content .list .items .desc {
	max-height: 72px;
	width: 400px;
	font-family: '微软雅黑';
	font-size: 14px;
	line-height: 24px;
	color: #b0b0b0;
	margin-bottom: 50px;
	overflow: hidden;
}

.content .list .items .date-wrap {
	float: left;
	margin-right: 20px;
	width: 54px;
	height: 54px;
	border: solid 1px #2598ed;
	color: #2598ed;
	font-size: 20px;
	text-align: center;
}

.ff__dark {
	overflow: hidden;
	height: 150px;
	background-color: #282828;
	border-top: none;
	color: #fff;
	;
	position: relative;
	z-index: 1;
}

.ff--content {
	width: 100%;
	text-align: center;
	min-width: 980px;
	max-width: 1200px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.ff--content p{
	line-height: 35px;
	font-size: 16px;
}
.lunbo {
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.fk_modelV2_container {
	margin-left: -48px;
	padding-top: 32px;
	width: 110%;
	overflow: hidden;
}


.jz_mv_wrapper--header {
	height: 70px;
	line-height: 70px;
}

.jz_container {
	margin: 0 auto;
	min-width: 1200px;
	max-width: 1200px;
}

.jz_mv_w_header--nav a,
.jz_mv_w_header--nav span {
	color: #999;
	font-size: 14px;
}

.jz_mv_w_header--nav a {
	display: inline-block;
}

.jz_mv_wrapper--recommend {
	overflow: hidden;
	padding-bottom: 88px;
}

.jz_mv_w_recommend--left {
	text-align: center;
	padding-top: 51px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.jz_mv_w_recommend--right,
.jz_mv_w_recommend--left {
	background: rgba(255, 255, 255, 1);
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.jz_mv_w_recommend--left {
	width: 829px;
	
	float: left;
}

.jz_mv_w_recommend--right {
	width: 350px;
	
	float: right;
}

.jz_mv_w_recommend--right,
.jz_mv_w_recommend--left {
	background: rgba(255, 255, 255, 1);
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.jz_recommend--header {
	line-height: 17px;
	position: relative;
	padding: 20px 0 20px 25px;
}

.jz_recommend--header .f-txt {
	display: inline-block;
	padding-left: 16px;
	font-size: 18px;
	height: 18px;
	line-height: 18px;
	font-weight: normal;
}

.jz_recommend--header::after {
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -7.5px;
	content: '';
	width: 3px;
	height: 15px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #3583fb;
}

.jz_recommend_list--model {
	padding-top: 20px;
	padding-left: 25px;
}

.jz_recommend_item--model {
	float: left;
	margin-right: 10px;
	margin-bottom: 32px;
}

.jz_recommend_item--model a {
	padding: 7px 14px;
	color: #666;
	font-size: 13px;
	border: 1px solid rgba(238, 238, 238, 1);
	-moz-border-radius: 20px;
	border-radius: 20px;
}


.ytable-cell {
	padding: 3vw 0;
}

.ytable-cell {
	display: table-cell;
	vertical-align: middle;
}

.pic .inner {
	width: 100%;
	position: relative;
}

.pic time {
	bottom: 5px;
	text-align: right;
	position: absolute;
	right: 0;
	background: rgba(0, 92, 185, 0.64);
	color: #fff;
	padding: 26px 50px 26px 26px;
}

.pic time span {
	display: block;
	margin-bottom: 5px;
	font-family: 'DIN-Medium';
	font-size: 72px;
	line-height: 0.8em;
}

.pic time span:before {
	display: inline-block;
	height: 2px;
	background: #fff;
	content: '';
	width: 16px;
	vertical-align: bottom;
	margin-right: 5px;
}

.info {
	background: url(../image/RighInfo000623_bg.jpg) no-repeat right top #fff;
	background-size: contain;
}

.ytable-cell {
	padding: 3vw 0;
}

.info .inner {
	padding-left: 10%;
	padding-right: 8.548%;
}

.title {
	margin-bottom: 2vw;
}

.title .cn {
	font-size: 28px;
	color: #111;
	padding-bottom: 10px;
	font-weight: bold;
}

.title:after {
	display: block;
	content: '';
	width: 20px;
	height: 2px;
	background: #005dbd;
	margin-top: 1vw;
}

.p-info {
	font-size: 15px;
	line-height: 28px;
	color: #666;
}

.p-info p {
	margin: 0 0 1.5vw 0;
}

.service_advantage_title {
	font-size: 35px;
	padding: 4.17vw 0;
	text-align: center;
	line-height: 1.1;
}

.culture {
	width: 99.7%;
	display: flex;
	
	justify-content: space-between;
	margin: 0 auto 50px auto;
}

.culture_list {
	width: 19.43vw;
	background: #FFFFFF;
	box-shadow: 0px 2px 2px 2px #f3f3f3;
	display: flex;
	align-items: center;
	flex-direction: column;
	border-bottom: solid 7px #2f82ff;
	padding-top: 1.56vw;
	min-height: 20.05vw;
	box-sizing: border-box;
}

.culture_list img {
	width: 5.83vw;
}

.culture_list span {
	font-size: 26px;
	margin-top: 1.56vw;
}

.culture_list p {
	padding: 1.56vw;
	font-size: var(--font-s-18);
	text-align: center;
	line-height: 1.6;
}



#lightbox_mask {
	display: none;
	position: fixed;
	z-index: 10002;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
}

#lightbox_popup {
	display: none;
	position: fixed;
	z-index: 10003;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#lightbox_popup .pic-view {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	text-align: center;
}

#lightbox_popup .pic-view .pic {
	max-width: 100%;
	max-height: 100%;
	border: 5px solid #fff;
	border-radius: 3px;
}

#lightbox_popup .btn-view {}

#lightbox_popup .btn-view .btn {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
	border-radius: 32px;
	background-color: #000;
	opacity: .4;
	color: #fff;

	transition: all .3s;
}

#lightbox_popup .btn-view .btn:hover {
	opacity: 1;
	transform: scale(1.4);
}

#lightbox_popup .btn-view .btn-prev {
	left: 10px;
	top: 48%;
}

#lightbox_popup .btn-view .btn-next {
	right: 10px;
	top: 48%;
}

#lightbox_popup .btn-view .btn-close {
	right: 10px;
	top: 10px;
}

#lightbox_popup .caption-view {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 38px;
	background-color: rgba(0, 0, 0, .7);
	text-align: center;
}

#lightbox_popup .caption-view p {
	line-height: 38px;
	color: #fff;
}

.lightbox-pic {
	width: 200px;
}
.lightboxss-pic {
	width: 200px;
}

.card {
    padding: 45px;
    background: #fff;
}
.breadcrumb {
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
	height: 12px;
	line-height: 12px;
}

.breadcrumb .link {
    color: #2f82ff;
}
.breadcrumb .separator {
    vertical-align: top;
}
.breadcrumb .separator {
    color: #333;
}
.spacer-line {
    display: block;
    width: 100%;
    height: 1px;
    background: url(../image/news_line.png);
}
.list-wrap>.itemBox {
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    padding: 19px 0;
    position: relative;
}
.list-wrap .item {
    display: inline-block;
    width: 749px;
    height: 100%;
}
.titless {
    line-height: 1.5;
}
.ellipsis {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.titless a {
    font-size: 16px;
    color: #000;
}
.desc {
    width: 100%;
    margin-top: 8px;
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.desc .text {
    display: inline-block;
    width: 100%;
    height: 22px;
    word-break: break-all;
}
.desc .more {
    color: #4381fd;
}
.pagination {
    text-align: right;
    margin-top: 45px;
}

.pagination__item.is-active {
    cursor: default;
}
.pagination__item.is-active {
    background-color: #4381fd;
    border-color: #4381fd;
    color: #fff;
}
.pagination__item {
    padding: 8px 10.5px;
    margin: 0 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    border: 1px solid #dadada;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 12px;
    color: #535353;
    background: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.qt-li{
	    font-size: 16px;
	    color: #333;
}
.qt-li a{
line-height: 60px;
    font-size: 16px;
    color: #333;
    width: 300px;
    display: inline-block;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 55px;
	}
	

.sidebar .sidebar-nav {
    padding: 30px 30px;
}
.sidebar .sidebar-nav>.itemss {
    
    padding: 12px 20px 12px 20px !important;
    color: #666;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.sidebar .sidebar-nav>.itemss:before {
    content: " ";
    width: 4px;
    display: block;
    top: 45%;
    left: 0;
    height: 20px;
    margin-top: -7.5px;
    background-color: transparent;
    position: absolute;
    z-index: 2;
}
.sidebar .sidebar-nav>.itemss.active:before {
    background-color: #2f82ff;
}
.sidebar .sidebar-nav>.itemss.active, .sidebar .sidebar-nav>.itemss:hover {
    color: #2f82ff;
}
.sidebar .sidebar-nav>.itemss+.itemss {
    margin-top: 30px;
}
.sidebar>.cards+.cards {
    margin-top: 25px;
}
.card-pad{
	padding: 20px;
}
.sidebar>.cards {
    background: #fff;
}
.sidebar>.cards>.itemss {
    padding: 8px;
}
.sidebar>.cards>.itemss .icon.icon-contact {
    background-position: -62px -10px;
}
.sidebar>.cards>.itemss .icon {
    float: left;
    width: 32px;
    height: 30px;
    background: url(../image/icon_sprites.png) no-repeat;
}
.sidebar>.cards>.itemss .text {
    margin-left: 42px;
    overflow: hidden;
    color: #000;
}
.sidebar>.cards>.itemss .text>.desc.phone {
    font-weight: 700;
	color: #000;
}
.sidebar>.cards>.itemss .text>.desc {
    font-size: 14px;
    margin-top: 4px;
}

.demand_title{
	font-size: 18px;
	color: #404040;
	line-height: 24px;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 5px;
	font-weight: 700;
}
.pad-no{
	margin-top: 0 !important;
}
.zp-p p{
	line-height: 35px;
	font-size: 16px;
}
.lx-title{
	text-align: center;
}
.ewm-img{
	display: table;
	    margin: 0 auto;
}
.model_intro_text {
    width: 90%;
    font-size: 16px;
    color: #666;
	margin: 0 auto;
    line-height: 32px;
	text-align: left;
	text-indent: 2em;
}
.article-content {
    padding-top: 30px;
    padding-bottom: 50px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
	text-align: left;
	font-size: 16px;
}