@media screen and (min-width: 1551px) {
	.wrap.type-full {
		padding-left: 55px;
		padding-right: 55px;
	}
}

@media screen and (min-width: 1201px) {
	body {
		padding-top: 80px;
	}

	.wrap {
		max-width: 1470px;
	}

	.wrap.type-full {
		max-width: 1810px;
	}
}

@media screen and (min-width: 1562px) {
	.wrap {
		max-width: 1540px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 1200px) {
	.wrap {
		max-width: 1024px;
	}
}

@media screen and (max-width: 1024px) {
	.wrap {
		max-width: 992px;
	}
}

@media screen and (max-width: 992px) {
	.wrap {
		max-width: 768px;
	}
}

@media screen and (max-width: 768px) {
	.wrap {
		max-width: 100%;
	}
}

.bg0 {
	background-color: #ffffff;
}

.bg1 {
	background-color: #101010;
}

.bg2 {
	background-color: #1c1c1c;
}

.bg3 {
	background-color: #f8f8f8;
}

.bg4 {
	background-color: #f6f6f6;
}

.bg5 {
	background-color: #f3f4f8;
}

.bg6 {
	background-image: linear-gradient(#efefed, #ffffff);
}

.bsBox {
	margin-left: 0 !important;
	margin-top: 0 !important;
	transform: translate(-50%, -50%);
	box-sizing: content-box;
	max-width: 90%;
}

.bsBox * {
	box-sizing: content-box;
}

.bsBox .bsTop {
	max-width: 100%;
}

.bsBox #bsMorePanel {
	max-width: 100%;
}

.bsBox .bFind-wrapper-top {
	display: flex !important;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(0, 0, 0, 0.5);
}

/***动画***/
@keyframes anname1 {
	from {
		transform: translateY(-20%);
	}

	to {
		transform: translateY(20%);
	}
}

@-webkit-keyframes anname1 {

	/*Safari and Chrome*/
	from {
		transform: translateY(-20%);
	}

	to {
		transform: translateY(20%);
	}
}

/***箭头***/
.jt-a-css {
	position: relative;
}

.jt-a-css.left,
.jt-a-css.right {
	display: block;
	border-radius: 50%;
	background: #f8f8f8 no-repeat center;
	transition: all 0.3s;
}

.jt-a-css.left:hover,
.jt-a-css.right:hover {
	background-color: #f5bb00;
}

.jt-a-css.left {
	background-image: url(../images/icon_jt_1_1_1.png);
}

.jt-a-css.left:hover {
	background-image: url(../images/icon_jt_1_1_3.png);
}

.jt-a-css.right {
	background-image: url(../images/icon_jt_1_2_1.png);
}

.jt-a-css.right:hover {
	background-image: url(../images/icon_jt_1_2_3.png);
}

.jt-a {
	width: 46px;
	height: 46px;
	position: relative;
}

.jt-a.left,
.jt-a.right {
	display: block;
	border-radius: 50%;
	background: #f8f8f8 no-repeat center;
	transition: all 0.3s;
}

.jt-a.left:hover,
.jt-a.right:hover {
	background-color: #f5bb00;
}

.jt-a.left {
	background-image: url(../images/icon_jt_1_1_1.png);
}

.jt-a.left:hover {
	background-image: url(../images/icon_jt_1_1_3.png);
}

.jt-a.right {
	background-image: url(../images/icon_jt_1_2_1.png);
}

.jt-a.right:hover {
	background-image: url(../images/icon_jt_1_2_3.png);
}

@media (max-width: 992px) {
	.jt-a {
		width: 36px;
		height: 36px;
	}
}

.jt-c-css {
	position: relative;
}

.jt-c-css::before,
.jt-c-css::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 2px;
	background: rgba(51, 51, 51, 0.6);
	transition: all 0.3s;
}

.jt-c-css::before {
	transform: translate(-85%, 0) rotate(45deg);
}

.jt-c-css::after {
	transform: translate(-15%, 0) rotate(-45deg);
}

.jt-c-on-css::before {
	transform: translate(-85%, 0) rotate(-45deg);
}

.jt-c-on-css::after {
	transform: translate(-15%, 0) rotate(45deg);
}

.jt-c-on-css.on::before {
	transform: translate(-85%, 0) rotate(-45deg);
}

.jt-c-on-css.on::after {
	transform: translate(-15%, 0) rotate(45deg);
}

.jt-c {
	width: 22px;
	height: 10px;
	position: relative;
}

.jt-c::before,
.jt-c::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 2px;
	background: rgba(51, 51, 51, 0.6);
	transition: all 0.3s;
}

.jt-c::before {
	transform: translate(-85%, 0) rotate(45deg);
}

.jt-c::after {
	transform: translate(-15%, 0) rotate(-45deg);
}

.jt-c-on.on .jt-c::before {
	transform: translate(-85%, 0) rotate(-45deg);
}

.jt-c-on.on .jt-c::after {
	transform: translate(-15%, 0) rotate(45deg);
}

.jt-c-on.on .jt-c.on::before {
	transform: translate(-85%, 0) rotate(-45deg);
}

.jt-c-on.on .jt-c.on::after {
	transform: translate(-15%, 0) rotate(45deg);
}

.swiper-points {
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.swiper-points span {
	margin: 0 4px;
	border-radius: 0;
	height: 4px;
	width: 22px;
	background-color: #0677a9;
	opacity: 0.2;
	transition: all 0.3s;
}

.swiper-points .swiper-pagination-bullet-active {
	opacity: 1;
	width: 44px;
}

@media (max-width: 1200px) {
	.swiper-points span {
		margin: 0 3px;
		height: 3px;
		width: 10px;
	}

	.swiper-points .swiper-pagination-bullet-active {
		width: 20px;
	}
}

/**头部导航**/
#header {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 99;
	border-bottom: 1px solid #ebebeb;
	background: #ffffff;
	transition: all 0.3s ease-in;
}

#header .logo-box {
	transition: all 0.3s;
}

#header .logo-box img {
	width: auto;
	transition: all 0.3s;
}

#header .menu {
	vertical-align: middle;
}

#header .menu .menu-box {
	display: flex;
}

#header .menu .menu-son {
	transition: all 0.3s;
}

#header .menu .menu-title {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	transition: all 0.3s;
}

#header .right-box .phone-menu {
	margin-left: 30px;
}

.phone-menu {
	display: none;
	position: relative;
	order: 2;
	border-radius: 5px;
	height: 32px;
	width: 36px;
	flex-wrap: wrap;
	background: #0397dd;
}

.phone-menu .phone-menu-i {
	display: block;
	position: absolute;
	left: 15%;
	top: 50%;
	margin-top: -1.5px;
	border-radius: 1.5px;
	width: 70%;
	height: 3px;
	background: #fff;
	opacity: 1;
	transform: rotate(0);
	transition: all 0.3s;
}

.phone-menu .phone-menu-i.i1 {
	margin-top: -9.5px;
}

.phone-menu .phone-menu-i.i3 {
	margin-top: 6.5px;
}

.menu-show .phone-menu .phone-menu-i.i1 {
	margin-top: -1.5px;
	transform: rotate(45deg);
}

.menu-show .phone-menu .phone-menu-i.i2 {
	opacity: 0;
}

.menu-show .phone-menu .phone-menu-i.i3 {
	margin-top: -1.5px;
	transform: rotate(-45deg);
}

.small-header #header {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1201px) {
	#header .logo-box img {
		height: 60px;
	}

	#header .menu {
		margin-right: 15px;
		text-align: center;
	}

	#header .menu .menu-box {
		margin: 0 auto;
		width: auto;
	}

	#header .menu .menu-title {
		position: relative;
		font-size: 16px;
		line-height: 80px;
	}

	#header .menu .menu-title::after {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 0;
		height: 2px;
		background: #0397dd;
		opacity: 0.7;
		transition: all 0.3s;
	}

	#header .menu .pc-hide {
		display: none !important;
	}

	#header .menu-son {
		display: flex;
		position: relative;
		align-items: center;
		margin: 0 5px;
	}

	#header .menu-son.on .menu-title,
	#header .menu-son:hover .menu-title {
		color: #0397dd;
	}

	#header .menu-son.on .menu-title::after,
	#header .menu-son:hover .menu-title::after {
		left: 0;
		width: 100%;
	}

	#header .menu-son .menu-lib-btn {
		display: none;
	}

	#header .menu-son:hover .lib-box {
		margin-top: 0;
		opacity: 1;
		pointer-events: auto;
	}

	#header .lib-box {
		display: block !important;
		position: absolute;
		top: 100%;
		left: 50%;
		margin-top: -10px;
		transform: translateX(-50%);
		width: 230px;
		opacity: 0;
		text-align: center;
		pointer-events: none;
		transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
	}

	#header .menu-lib-title {
		display: block;
		/*white-space: nowrap;*/
	}

	#header .menu-lib-title .a {
		display: block;
		border-top: 1px solid #ddd;
		padding: 14px 5px;
		font-size: 16px;
		color: #333;
		background-color: #fff;
	}

	#header .menu-lib-title .a:hover {
		border-bottom: none;
		color: #fff;
		background-color: #666;
	}

	#header .search-form-a {
		position: relative;
		z-index: 9999;
		width: 265px;
		height: auto;
		opacity: 1;
		pointer-events: auto;
	}

	#header .search-form-a .exit {
		display: none;
	}
}

@media (min-width: 1201px) and (min-width: 1400px) {
	#header .menu {
		margin-right: 25px;
	}

	#header .menu .menu-title {
		font-size: 20px;
	}

	#header .menu-son {
		margin: 0 10px;
	}
}

@media (min-width: 1201px) and (min-width: 1600px) {
	#header .logo-box img {
		height: 60px;
	}

	#header .menu {
		margin-right: 40px;
	}

	#header .menu-son {
		margin: 0 20px;
	}

	#header .search-form-a {
		width: 285px;
	}
}

@media (max-width: 1200px) {
	#header {
		position: sticky;
		top: 0;
	}

	#header .logo-box {
		height: 56px;
	}

	#header .logo-box img {
		height: 44px;
	}

	#header .right-box .menu {
		display: flex;
		flex-wrap: wrap;
		position: fixed;
		flex-flow: column;
		top: 56px;
		left: 0;
		height: calc(100% - 56px);
		width: 100%;
		padding: 0;
		background: #fafafa;
		overflow-y: auto;
		pointer-events: none;
		opacity: 0;
		z-index: -1;
		transform: scale(0.99) translateY(5%);
		transition: transform 0.2s ease-in-out, opacity 0.3s, height 0.3s, top 0.3s;
	}

	#header .right-box .menu-box {
		margin: 0 auto;
		max-width: 100%;
		width: 1024px;
		padding: 0 15px;
		flex-wrap: wrap;
	}

	#header .right-box .menu-son {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}

	#header .right-box .menu-son .menu-title {
		display: flex;
		position: relative;
		border-bottom: 1px solid #eee;
		height: auto;
		width: 100%;
		padding: 5px 10px;
		justify-content: space-between;
		align-items: center;
		font-size: 16px;
		line-height: 38px;
		color: #555555;
	}

	#header .right-box .menu-son .menu-title .menu-lib-btn {
		animation: anname1 0.8s infinite linear alternate;
		height: 100%;
	}

	#header .right-box .menu-lib {
		display: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		width: 100%;
		padding: 7px 0;
		background: rgba(0, 0, 0, 0.05);
	}

	#header .right-box .menu-lib .menu-lib-title {
		display: block;
		width: 100%;
	}

	#header .right-box .menu-lib .menu-lib-title .a {
		display: block;
		padding: 5px 25px;
		font-size: 14px;
		color: rgba(0, 0, 0, 0.7);
	}

	#header .right-box .phone-menu {
		display: block;
	}

	.menu-show #header .right-box .menu {
		pointer-events: auto;
		z-index: 999;
		opacity: 1;
		transform: scale(1) translateY(0);
		background: #fafafa;
	}
}

@media (max-width: 1024px) {
	#header .right-box .menu-box {
		width: 992px;
	}
}

@media (max-width: 992px) {
	#header .right-box .menu-box {
		width: 768px;
	}
}

@media (max-width: 768px) {
	#header .logo-box {
		height: 46px;
	}

	#header .logo-box img {
		height: 38px;
	}

	#header .right-box .menu {
		top: 46px;
		height: calc(100% - 46px);
	}

	#header .right-box .phone-menu {
		width: 32px;
		height: 28px;
		margin-left: 15px;
	}

	#header .right-box .phone-menu .phone-menu-i.i1 {
		margin-top: -7.5px;
	}

	#header .right-box .phone-menu .phone-menu-i.i3 {
		margin-top: 4.5px;
	}

	.menu-show #header .right-box .phone-menu .phone-menu-i {
		margin-top: -1.5px;
	}
}

.search-form-a {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 0;
	z-index: -1;
	border-radius: 4px;
	width: 100%;
	height: 100%;
	pointer-events: none;
	align-items: center;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	background-color: rgba(232, 238, 238, 0.8);
}

.search-form-a .form-box {
	display: flex;
	width: 100%;
	padding: 45px 40px;
}

.search-form-a .form {
	display: flex;
	position: relative;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid transparent;
	width: 1200px;
	max-width: 100%;
	font-size: 0;
}

.search-form-a .form .key {
	display: inline-flex;
	position: relative;
	border-radius: 4px;
	width: 100%;
	height: 40px;
	padding: 0 16px;
	font-size: 16px;
	line-height: 40px;
	color: #333;
	background: transparent;
}

.search-form-a .form .submit {
	display: inline-flex;
	flex-shrink: 0;
	border-radius: 4px;
	height: 40px;
	width: 50px;
	padding: 0;
	background: transparent url(../images/icon_search_1.png) no-repeat center;
	cursor: pointer;
}

.search-form-a .form .submit:hover {
	background-image: url(../images/icon_search_2.png);
}

.search-form-a .exit {
	display: flex;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 0 none;
	cursor: pointer;
}

.search-form-a .exit::after,
.search-form-a .exit::before {
	display: none;
}

.search-show .search-form-a {
	pointer-events: auto;
	opacity: 1;
	z-index: 9999;
}

.footer {
	padding-top: 80px;
	padding-bottom: 80px;
	font-size: 16px;
	color: rgba(192, 196, 204, 0.8);
	background: url(../images/fot_bg.jpg) no-repeat center / 100% 100%;
	overflow: hidden;
}

.footer a {
	color: rgba(192, 196, 204, 0.8);
}

.footer a:hover {
	color: #ffffff;
}

.footer .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	color: #ffffff;
}

.footer .logos {
	list-style: 28px;
}

.footer .logos .supervisor img {
	margin-top: 55px;
	margin-bottom: 35px;
}

.footer .contact {
	margin-left: 9.375%;
	width: 650px;
	line-height: 32px;
}

.footer .contact .title {
	margin-bottom: 10px;
}

.footer .contact .words {
	margin-top: 20px;
}

.footer .contact .words-p {
	display: flex;
	justify-content: space-between;
}

.footer .contact .words-p .word-name {
	width: 170px;
	flex-shrink: 0;
	margin-left: 15px;
}

.footer .share-box {
	margin-top: 10px;
	margin-bottom: 30px;
}

@media (max-width: 1440px) {
	.footer .contact {
		margin-left: 5%;
		width: 620px;
	}
}

@media (max-width: 1200px) {
	.footer {
		padding: 30px 0 25px;
		font-size: 14px;
	}

	.footer .wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.footer .title {
		font-size: 16px;
	}

	.footer .contact {
		order: 0;
		margin-left: 0;
		width: 100%;
		line-height: 24px;
	}

	.footer .contact .title {
		margin-bottom: 0;
	}

	.footer .contact .words {
		margin-top: 10px;
	}

	.footer .logos {
		order: 1;
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}

	.footer .logos .logo {
		width: 150px;
		height: auto !important;
	}

	.footer .logos .supervisor img {
		margin: 15px 0 10px;
		width: 45px;
		height: auto !important;
	}

	.footer .code-block {
		order: 2;
		width: 100%;
		padding-top: 15px;
	}

	.footer .code-block .code {
		width: 100px;
		height: auto !important;
	}

	.footer .share-box {
		margin-bottom: 10px;
	}
}

/***分享***/
.share-block-a {
	font-size: 0;
}

.share-block-a .btn {
	display: inline-block;
	position: relative;
	height: 27px;
	width: 27px;
	vertical-align: middle;
	background: no-repeat center / contain;
}

.share-block-a .btn+.btn {
	margin-left: 14px;
}

.share-block-a .wechat {
	background-image: url(../images/icon3_4_1.png);
}

.share-block-a .sina {
	background-image: url(../images/icon3_1_1.png);
}

.share-block-a .mail {
	background-image: url(../images/icon3_2_1.png);
}

.share-block-a .phone {
	background-image: url(../images/icon3_3_1.png);
}

.share-box .btn:hover .code-box {
	margin-bottom: 0;
	opacity: 1;
	pointer-events: auto;
}

.share-box .code-box {
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-left: -66px;
	margin-bottom: -10px;
	width: 122px;
	padding: 6px;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	pointer-events: none;
	transition: margin 0.3s, opacity 0.3s;
}

.share-box .code-box img {
	display: block;
	max-width: 100%;
	height: auto !important;
}

@media (max-width: 992px) {
	.share-block-a .a {
		width: 22px;
		height: 22px;
	}
}

.nav-right {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 9;
	box-shadow: -5px 5px 40px 0px rgba(144, 144, 144, 0.18);
}

.nav-right .li {
	text-align: center;
}

.nav-right .li:first-child .btn {
	border-top-left-radius: 2px;
}

.nav-right .li:last-child .btn {
	border-bottom-left-radius: 2px;
}

.nav-right .btn {
	display: block;
	position: relative;
	border: 0 none;
	border-radius: 0;
	width: 90px;
	padding: 17px 10px 16px;
	background: #ffffff;
	color: #6a6a6a;
}

.nav-right .btn .icon {
	display: inline-block;
	position: relative;
	margin-bottom: 7px;
	width: auto;
	vertical-align: top;
}

.nav-right .btn .icon img {
	display: block;
	opacity: 0;
}

.nav-right .btn .icon .i {
	opacity: 1;
}

.nav-right .btn .icon .i_h {
	position: absolute;
	left: 0;
	top: 0;
}

.nav-right .btn:hover {
	background: #0397dd;
	color: #ffffff;
}

.nav-right .btn:hover .icon img {
	opacity: 1;
}

.nav-right .btn:hover .icon .i {
	opacity: 0;
}

.nav-right .btn:hover .hover-tank {
	margin-right: 0;
	opacity: 1;
	pointer-events: auto;
}

.nav-right .word {
	color: #666666;
}

.nav-right .txt {
	font-size: 16px;
	line-height: 20px;
}

.nav-right .number {
	display: flex;
	position: absolute;
	top: 0;
	right: 100%;
	min-height: 100%;
	padding: 10px 30px 10px 50px;
	align-items: center;
	word-break: keep-all;
	white-space: nowrap;
	font-size: 28px;
	color: #ffffff;
	background: #0397dd;
}

.nav-right .code-box {
	position: absolute;
	right: 100%;
	top: 50%;
	padding: 3px;
	background: #ffffff;
	line-height: 18px;
}

.nav-right .hover-tank {
	margin-right: -15px;
	transition: opacity 0.3s, margin 0.3s;
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 1200px) {
	.nav-right {
		display: none;
	}
}

/**首页**/
/**banner**/
.index-banner {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.index-banner .box {
	display: block;
}

.index-banner .box img {
	height: calc(100vh - 80px);
	object-fit: cover;
}

.index-banner .swiper-points {
	position: absolute;
	left: 0;
	bottom: 4.5%;
	z-index: 4;
	width: 100%;
}

.swiper-btns .btn {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #ffffff no-repeat center / 7px auto;
	transition: all 0.3s;
}

.swiper-btns .btn.prev {
	background-image: url(../images/jt_1_1_1.png);
}

.swiper-btns .btn.prev:hover {
	background-image: url(../images/jt_1_1_2.png);
}

.swiper-btns .btn.next {
	margin-left: 12px;
	background-image: url(../images/jt_1_2_1.png);
}

.swiper-btns .btn.next:hover {
	background-image: url(../images/jt_1_2_2.png);
}

.swiper-btns .btn:hover {
	background-color: #2976d2;
}

@media (max-width: 1200px) {
	.index-banner .box img {
		height: auto;
	}
}

@media (max-width: 768px) {
	.index-banner .box img {
		display: block;
		width: 100%;
		height: auto;
		/*object-fit: cover;*/
	}

	.index-banner .swiper-btns {
		bottom: 15px;
	}

	.index-banner .swiper-btns .wrap {
		justify-content: space-between;
	}

	.swiper-btns .btn {
		width: 30px;
		height: 30px;
		background-size: 5px auto;
	}
}

.more-box-a {
	font-size: 0;
	line-height: 0;
}

.more-box-a .btn {
	padding: 0 25px;
	font-size: 16px;
	line-height: 52px;
	color: #fff;
	background-color: #0397dd;
}

.more-box-a .btn::after {
	content: '';
	display: block;
	margin-left: 50px;
	transform: translateX(0);
	width: 10px;
	height: 2px;
	background-color: #ffffff;
	transition: all 0.3s;
}

.more-box-a .btn:hover {
	background-color: #1153af;
}

.more-box-a .btn:hover::after {
	transform: translateX(5px);
}

.more-box-b {
	font-size: 0;
	line-height: 0;
}

.more-box-b .btn {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -1px;
	color: #2b2b2b;
}

.more-box-b .btn::before {
	content: '';
	display: block;
	margin-right: 6px;
	width: 15px;
	height: 15px;
	background: url(../images/icon2.png) no-repeat center / contain;
	transform: rotate(0deg) scale(1);
	transition: all 0.3s;
}

.more-box-b .btn:hover {
	color: #1153af;
}

.more-box-b .btn:hover::before {
	transform: rotate(90deg) scale(0.8);
}

.more-box-c {
	font-size: 0;
	line-height: 0;
}

.more-box-c .btn {
	display: flex;
	border: solid 1px #7f7f7f;
	padding: 0 15px;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 38px;
	letter-spacing: -1px;
	color: #ffffff;
}

.more-box-c .btn::after {
	content: '';
	display: block;
	margin-left: 0;
	width: 8px;
	height: 15px;
	background: url(../images/icon_jt_1_1.png) no-repeat center / contain;
	transition: all 0.3s;
}

.more-box-c .btn:hover {
	border: solid 1px #0397dd;
	font-size: 16px;
	background-color: #0397dd;
}

.more-box-c .btn:hover::after {
	margin-left: 45px;
	background-image: url(../images/icon_jt_1_2.png);
}

.auto-title {
	position: relative;
}

.auto-title .title-img {
	display: block;
	height: auto !important;
	max-width: 100%;
}

.auto-title .title-h1 {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 40px;
	line-height: 1.2em;
	color: #090d13;
}

.auto-title-a {
	padding-top: 95px;
	padding-bottom: 50px;
}

.auto-title-a .auto-title-h1 {
	font-weight: 600;
	font-size: 42px;
	line-height: 1.4em;
	color: #333333;
}

.auto-title-a .auto-des-b {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.4em;
	color: #666666;
}

@media (max-width: 1200px) {
	.auto-title .title-img {
		zoom: 0.6;
	}

	.auto-title .title-h1 {
		font-size: 26px;
	}

	.auto-title-a {
		padding-top: 45px;
		padding-bottom: 30px;
	}

	.auto-title-a .auto-title-h1 {
		font-size: 36px;
	}

	.auto-title-a .auto-des-b {
		margin-top: 10px;
		font-size: 15px;
	}

	.more-box-a .btn {
		padding: 0 20px;
		font-size: 14px;
		line-height: 38px;
	}

	.more-box-a .btn::after {
		margin-left: 30px;
	}

	.more-box-a .btn:hover {
		background-color: #1153af;
	}

	.more-box-a .btn:hover::after {
		transform: translateX(5px);
	}

	.more-box-b .btn {
		font-size: 14px;
		line-height: 22px;
	}

	.more-box-b .btn::before {
		width: 12px;
		height: 12px;
	}

	.more-box-c .btn {
		padding: 0 10px;
		line-height: 30px;
	}

	.more-box-c .btn::after {
		width: 6px;
		height: 12px;
	}

	.more-box-c .btn:hover {
		font-size: 14px;
	}

	.more-box-c .btn:hover::after {
		margin-left: 25px;
	}
}

@media (max-width: 992px) {
	.auto-title-a {
		padding-top: 35px;
		padding-bottom: 20px;
	}

	.auto-title-a .auto-title-h1 {
		font-size: 26px;
	}

	.auto-title-a .auto-des-b {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.auto-title .title-img {
		zoom: 0.5;
	}

	.auto-title .title-h1 {
		font-size: 20px;
	}

	.auto-title-a .auto-title-h1 {
		font-size: 20px;
	}
}

.video-auto-a {
	position: relative;
}

.video-auto-a img {
	display: block;
	position: static;
	width: 100%;
	height: auto;
}

.video-auto-a .video-play {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
}

.video-auto-a .video-play .icon {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: #ffffff no-repeat center / contain;
	transition: all 0.3s;
}

.video-auto-a .video-play .icon::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -7px;
	border-left: 13px solid #f5bb00;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	transition: all 0.3s;
}

.video-auto-a .video-play:hover {
	background: rgba(0, 0, 0, 0.5);
}

.video-auto-a .video-play:hover .icon {
	background-color: #f5bb00;
}

.video-auto-a .video-play:hover .icon::before {
	border-left-color: #ffffff;
}

@media (max-width: 992px) {
	.video-auto-a .video-play .icon {
		width: 40px;
		height: 40px;
	}

	.video-auto-a .video-play .icon::before {
		margin-left: -3px;
		margin-top: -6px;
		border-left-width: 10px;
		border-top-width: 6px;
		border-bottom-width: 6px;
	}
}

.index-block-a {
	background: url(../images/bg1.jpg) no-repeat center / 100% 100%;
	overflow: hidden;
}

.index-block-a .index-block-a-title {
	padding-top: 40px;
}

.index-block-a .flex-box {
	padding-top: 25px;
	padding-bottom: 73px;
}

.index-block-a .left-box {
	flex-shrink: 0;
	width: 365px;
}

.index-block-a .left-box .des {
	margin-top: 15px;
	margin-bottom: 30px;
	width: 340px;
	max-width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #555555;
}

.index-block-a .left-box .list {
	width: 340px;
	max-width: 100%;
}

.index-block-a .left-box .list .list-li {
	position: relative;
	width: 100%;
	padding: 15px 28px;
	font-size: 20px;
	line-height: 26px;
	color: #0397dd;
	background: transparent;
}

.index-block-a .left-box .list .list-li.on {
	color: #fff;
	background-image: linear-gradient(-28deg, #0397dd 0%, #2e4aa5 100%), linear-gradient(#0397dd, #0397dd);
	background-blend-mode: normal, normal;
}

.index-block-a .left-box .list .list-li.on .jt-c {
	display: block;
}

.index-block-a .left-box .list .list-li .jt-c {
	display: none;
	position: absolute;
	right: 10px;
	top: 0;
	height: 100%;
	transform: rotate(-90deg);
}

.index-block-a .left-box .list .list-li .jt-c::before,
.index-block-a .left-box .list .list-li .jt-c::after {
	background: #fff;
}

.index-block-a .right-box {
	width: calc(100% - 365px - 6.598%);
}

@media (max-width: 1470px) {
	.index-block-a img {
		max-width: 100%;
	}

	.index-block-a .left-box {
		width: 300px;
	}

	.index-block-a .left-box .list .list-li {
		padding: 12px 25px;
	}

	.index-block-a .right-box {
		width: calc(96% - 300px);
	}
}

@media (max-width: 1200px) {
	.index-block-a .index-block-a-title {
		padding-top: 30px;
	}

	.index-block-a .flex-box {
		padding-top: 5px;
		padding-bottom: 45px;
	}

	.index-block-a .left-box {
		width: 100%;
	}

	.index-block-a .left-box .des {
		margin: 10px 0 20px;
		width: 100%;
	}

	.index-block-a .left-box .list {
		display: none;
		width: 100%;
	}

	.index-block-a .left-box .list .list-li {
		width: auto;
		padding: 8px 15px;
		font-size: 14px;
		line-height: 20px;
	}

	.index-block-a .right-box {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.index-block-a .flex-box {
		padding-bottom: 30px;
	}

	.index-block-a .left-box .des {
		margin: 10px 0 15px;
	}
}

.index-block-b {
	background: url(../images/bg2.jpg) no-repeat right center / 100% 100%;
	padding-top: 115px;
}

.index-block-b .wid {
	width: 590px;
	max-width: 60%;
}

.index-block-b .des {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 35px;
	color: #0397dd;
}

.index-block-b .cont {
	margin-bottom: 45px;
	font-size: 18px;
	line-height: 32px;
	color: #6a6c72;
}

.index-block-b .more-box-a {
	display: inline-block;
	vertical-align: top;
}

.index-block-b .flex-block {
	position: relative;
	z-index: 2;
	transform: translateY(50%);
	padding: 20px 0;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 5px 10px 84px 3px rgba(0, 0, 0, 0.08);
}

.index-block-b .flex-block .li {
	position: relative;
	width: 25%;
	padding: 20px 2%;
	transform: translateY(0);
	transition: all 0.3s;
}

.index-block-b .flex-block .li:hover {
	transform: translateY(-3px);
}

.index-block-b .flex-block .li+.li::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 80px;
	background: #f2f3f8;
}

.index-block-b .flex-block .num {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 36px;
	color: #0397dd;
}

.index-block-b .flex-block .num .num-val {
	font-size: 50px;
	font-weight: 600;
	letter-spacing: -4px;
	color: #0397dd;
}

.index-block-b .flex-block .num .ico {
	margin-left: 3px;
	font-size: 20px;
}

.index-block-b .flex-block .txt {
	margin-top: 15px;
	font-size: 16px;
	line-height: 26px;
	color: #6a6c72;
}

@media (max-width: 1200px) {
	.index-block-b {
		padding-top: 45px;
	}

	.index-block-b .des {
		margin-top: 15px;
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 26px;
	}

	.index-block-b .cont {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 26px;
	}

	.index-block-b .flex-block {
		padding: 15px 0;
	}

	.index-block-b .flex-block .li {
		padding: 15px 2%;
	}

	.index-block-b .flex-block .li .num {
		line-height: 28px;
	}

	.index-block-b .flex-block .li .num .num-val {
		font-size: 30px;
		letter-spacing: 0;
	}

	.index-block-b .flex-block .li .txt {
		margin-top: 5px;
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 768px) {
	.index-block-b {
		padding-top: 35px;
		padding-bottom: 35px;
		background-size: 200% 100%;
		background-position: right bottom;
		background: transparent;
	}

	.index-block-b .wid {
		width: 100%;
		max-width: 100%;
	}

	.index-block-b .des {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 24px;
	}

	.index-block-b .cont {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 24px;
	}

	.index-block-b .flex-block {
		transform: translateY(0);
		margin-top: 15px;
		padding: 0;
	}

	.index-block-b .flex-block .li {
		width: 100%;
		padding: 25px 2%;
	}

	.index-block-b .flex-block .li+.li {
		border-top: 1px solid #eee;
	}

	.index-block-b .flex-block .li .num {
		line-height: 28px;
	}

	.index-block-b .flex-block .li .num .num-val {
		font-size: 28px;
	}

	.index-block-b .flex-block .li .txt {
		margin-top: 5px;
		font-size: 14px;
		line-height: 24px;
	}
}

.index-block-c {
	padding: 175px 0 95px;
	background: #f5f6fb;
	overflow: hidden;
}

.index-block-c .title-box::after {
	content: "";
	display: block;
	margin-top: 28px;
	width: 100%;
	height: 2px;
	background-color: #0397dd;
	opacity: 0.5;
}

.index-block-c .title-box .more-box-b {
	flex-shrink: 0;
}

.index-block-c .swiper-box {
	margin: 0 -15px;
}

.index-block-c .swiper-box .swiper-container {
	padding-top: 80px;
}

.index-block-c .swiper-box .box {
	display: block;
	margin: 0 15px;
	padding: 10px 10px 0;
	background: #ffffff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0);
	transform: translateY(0);
	transition: all 0.3s;
}

.index-block-c .swiper-box .box:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transform: translateY(-20px);
}

.index-block-c .swiper-box .box:hover .title {
	color: #0397dd;
}

.index-block-c .swiper-box .box:hover .more-box-c .btn {
	border: solid 1px #0397dd;
	font-size: 16px;
	background-color: #0397dd;
}

.index-block-c .swiper-box .box:hover .more-box-c .btn::after {
	margin-left: 45px;
	background-image: url(../images/icon_jt_1_2.png);
}

.index-block-c .swiper-box .img-box::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 92.87%;
}

.index-block-c .swiper-box .cont {
	padding: 30px 30px 35px;
}

.index-block-c .swiper-box .title {
	font-size: 24px;
	line-height: 34px;
	color: #000000;
}

.index-block-c .swiper-box .des {
	margin-top: 7px;
	margin-bottom: 30px;
	-webkit-line-clamp: 3;
	font-size: 18px;
	line-height: 28px;
	color: #2b2b2b;
	opacity: 0.8;
}

@media (max-width: 1200px) {
	.index-block-c {
		padding: 95px 0 45px;
	}

	.index-block-c .title-box::after {
		margin-top: 15px;
	}

	.index-block-c .swiper-box {
		margin: 0 -8px;
	}

	.index-block-c .swiper-box .swiper-container {
		padding-top: 35px;
	}

	.index-block-c .swiper-box .box {
		margin: 0 8px;
	}

	.index-block-c .swiper-box .box:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		transform: translateY(-10px);
	}

	.index-block-c .swiper-box .box:hover .more-box-c .btn {
		font-size: 14px;
	}

	.index-block-c .swiper-box .box:hover .more-box-c .btn::after {
		margin-left: 25px;
	}

	.index-block-c .swiper-box .cont {
		padding: 20px 20px;
	}

	.index-block-c .swiper-box .title {
		font-size: 20px;
		line-height: 28px;
	}

	.index-block-c .swiper-box .des {
		margin-top: 5px;
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-width: 768px) {
	.index-block-c {
		padding: 35px 0;
	}

	.index-block-c .title-box::after {
		margin-top: 15px;
	}

	.index-block-c .swiper-box {
		margin: 0 -5px;
	}

	.index-block-c .swiper-box .swiper-container {
		padding-top: 20px;
	}

	.index-block-c .swiper-box .box {
		margin: 0 5px;
	}

	.index-block-c .swiper-box .cont {
		padding: 15px;
	}

	.index-block-c .swiper-box .title {
		font-size: 16px;
		line-height: 24px;
	}

	.index-block-c .swiper-box .des {
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 20px;
	}
}

.index-block-d {
	padding-top: 45px;
	background: url(../images/bg3.jpg) no-repeat right center / 100% 100%;
	overflow: hidden;
}

.index-block-d .title-box::after {
	content: "";
	display: block;
	margin-top: 28px;
	width: 100%;
	height: 2px;
	background-color: #0397dd;
	opacity: 0.5;
}

.index-block-d .title-box .more-box-b {
	flex-shrink: 0;
}

.index-block-d .flex-box {
	padding-top: 60px;
	padding-bottom: 95px;
}

.index-block-d .left-box {
	width: 215px;
	text-align: center;
	background-color: #fff;
}

.index-block-d .left-box .ul {
	padding: 20px 0;
}

.index-block-d .left-box .ul .li {
	padding: 7px 0;
}

.index-block-d .left-box .ul .title {
	display: block;
	padding: 13px 25px;
	font-size: 20px;
	line-height: 24px;
	color: #6a6c72;
}

.index-block-d .left-box .ul .title.on {
	color: #ffffff;
	background-color: #0397dd;
}

.index-block-d .right-box {
	width: calc(100% - 215px - 4.1%);
}

.index-block-d .right-box .list2 {
	display: flex;
	min-height: 100%;
}

.index-block-d .right-box .ul {
	min-height: 100%;
}

@media (max-width: 1200px) {
	.index-block-d .title-box::after {
		margin-top: 15px;
	}

	.index-block-d .flex-box {
		padding-top: 20px;
		padding-bottom: 45px;
	}

	.index-block-d .left-box {
		display: none;
		width: 100%;
	}

	.index-block-d .left-box .ul {
		padding: 0;
	}

	.index-block-d .left-box .ul .li {
		display: inline-block;
		vertical-align: top;
		width: auto;
		padding: 0;
	}

	.index-block-d .left-box .ul .title {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 20px;
	}

	.index-block-d .right-box {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.index-block-d {
		padding-top: 35px;
	}

	.index-block-d .flex-box {
		padding-top: 20px;
		padding-bottom: 35px;
	}
}

.index-block-e {
	padding-top: 45px;
	overflow: hidden;
}

.index-block-e .title-box::after {
	content: "";
	display: block;
	margin-top: 28px;
	width: 100%;
	height: 2px;
	background-color: #0397dd;
	opacity: 0.5;
}

.index-block-e .title-box .more-box-b {
	flex-shrink: 0;
}

.index-block-e .swiper-box {
	padding-top: 50px;
	margin-left: -15px;
	margin-right: -15px;
}

.index-block-e .swiper-box .swiper-container {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.index-block-e .swiper-box .img-box {
	width: 47.23%;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.index-block-e .swiper-box .img-box::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 75%;
}

.index-block-e .swiper-box .img-box::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #ffffff;
	width: 100%;
	height: 100%;
}

.index-block-e .swiper-box .img-box img {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	left: 10px;
	top: 10px;
}

.index-block-e .swiper-box .img-box:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.index-block-e .swiper-box .cont {
	width: 50%;
}

.index-block-e .swiper-box .title {
	font-size: 24px;
	line-height: 31px;
	color: #0397dd;
}

.index-block-e .swiper-box .time {
	display: flex;
	margin: 20px 0 22px;
	align-items: center;
	font-size: 18px;
	line-height: 24px;
	color: rgba(8, 60, 133, 0.5);
}

.index-block-e .swiper-box .time::before {
	content: "";
	display: block;
	margin-right: 7px;
	width: 14px;
	height: 14px;
	background: url(../images/icon4.png) no-repeat center / contain;
}

.index-block-e .swiper-box .des {
	-webkit-line-clamp: 6;
	font-size: 18px;
	line-height: 28px;
	color: #6a6c72;
	opacity: 0.8;
}

.index-block-e .swiper-box .more-box-a {
	display: inline-block;
	margin-top: 55px;
	vertical-align: top;
}

.index-block-e .swiper-box .swiper-points {
	padding-top: 28px;
	text-align: left;
}

.index-block-e .swiper-box .swiper-points span {
	background: #0397dd;
}

.index-block-e .swiper-box .swiper-points span:first-child {
	margin-left: 0;
}

.index-block-e .list3 {
	padding-top: 25px;
	padding-bottom: 95px;
}

@media (max-width: 1200px) {
	.index-block-e {
		padding-top: 45px;
	}

	.index-block-e .title-box::after {
		margin-top: 15px;
	}

	.index-block-e .swiper-box {
		padding-top: 25px;
	}

	.index-block-e .swiper-box .cont {
		width: 50%;
	}

	.index-block-e .swiper-box .title {
		font-size: 18px;
		line-height: 26px;
	}

	.index-block-e .swiper-box .time {
		margin: 15px 0 15px;
		font-size: 14px;
		line-height: 22px;
	}

	.index-block-e .swiper-box .time::before {
		margin-right: 5px;
		width: 12px;
		height: 12px;
	}

	.index-block-e .swiper-box .des {
		-webkit-line-clamp: 4;
		font-size: 14px;
		line-height: 24px;
	}

	.index-block-e .swiper-box .more-box-a {
		margin-top: 15px;
	}

	.index-block-e .swiper-box .swiper-points {
		padding-top: 15px;
	}

	.index-block-e .list3 {
		padding-top: 15px;
		padding-bottom: 35px;
	}
}

@media (max-width: 768px) {
	.index-block-e {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.index-block-e .swiper-box {
		padding-top: 20px;
	}

	.index-block-e .swiper-box .img-box {
		width: 100%;
	}

	.index-block-e .swiper-box .cont {
		width: 100%;
		padding-top: 15px;
	}

	.index-block-e .swiper-box .title {
		font-size: 16px;
		line-height: 22px;
	}

	.index-block-e .swiper-box .time {
		margin: 10px 0 5px;
	}

	.index-block-e .swiper-box .des {
		-webkit-line-clamp: 3;
		font-size: 14px;
		line-height: 24px;
	}

	.index-block-e .swiper-box .more-box-a {
		display: none;
	}

	.index-block-e .list3 {
		display: none;
	}
}

/**内页banner**/
.auto-banner {
	position: relative;
	overflow: hidden;
}

.auto-banner .cont {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #ffffff;
}

.auto-banner .cont .title {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.4em;
	color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1480px) {
	.auto-banner .cont .title {
		font-size: 36px;
	}
}

@media (max-width: 1200px) {
	.auto-banner .cont .title {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	.auto-banner {
		height: 160px;
	}

	.auto-banner .img {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		height: 100%;
		width: auto;
		max-width: 999999px;
	}
}

/**产品列表**/
.product-block-a {
	padding: 52px 0 35px;
	background: url(../images/bg.jpg) no-repeat center / 100% 100%;
}

.product-block-a .left-block {
	width: 365px;
	flex-shrink: 0;
}

.product-block-a .left-block .info {
	padding: 25px 39px 45px;
}

.product-block-a .left-block .info .h2 {
	margin-bottom: 22px;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.4em;
	color: #090d13;
}

.product-block-a .left-block .info .des {
	font-size: 14px;
	line-height: 24px;
	color: #444444;
}

.product-block-a .left-block .list .li .tit {
	display: block;
	border-top: 1px solid rgba(221, 221, 221, 0.6);
	padding: 27px 39px;
	font-size: 20px;
	color: #444444;
	background: #ffffff;
}

.product-block-a .left-block .list .li .tit:hover {
	background: #f1f1f1;
}

.product-block-a .left-block .list .li.on .tit {
	color: #ffffff;
	background: #0397dd;
}

.product-block-a .right-box {
	width: calc(100% - 365px - 6.598%);
}

@media (max-width: 1480px) {

	/**产品列表**/
	.product-block-a .left-block {
		width: 300px;
	}

	.product-block-a .left-block .info {
		padding: 29px 35px 30px;
	}

	.product-block-a .left-block .info .h2 {
		margin-bottom: 15px;
		font-size: 32px;
	}

	.product-block-a .left-block .list .li .tit {
		padding: 22px 35px;
		font-size: 16px;
	}

	.product-block-a .right-box {
		width: calc(96% - 300px);
	}
}

@media (min-width: 1201px) {

	/**产品列表**/
	.product-block-a .left-block .list {
		display: block !important;
	}
}

@media (max-width: 1200px) {

	/**产品列表**/
	.product-block-a {
		padding: 30px 0 0;
	}

	.product-block-a .left-block {
		position: relative;
		z-index: 2;
		width: 100%;
		margin-bottom: 20px;
	}

	.product-block-a .left-block .info {
		padding: 0;
	}

	.product-block-a .left-block .info .info-cont {
		padding: 10px 15px;
	}

	.product-block-a .left-block .info .h2 {
		margin-bottom: 0;
		font-size: 20px;
	}

	.product-block-a .left-block .info .des {
		display: none;
		margin-top: 5px;
	}

	.product-block-a .left-block .info .type-btn {
		display: flex;
		flex-shrink: 0;
		width: 40px;
		animation: anname1 0.8s infinite linear alternate;
	}

	.product-block-a .left-block .info .type-btn::before {
		content: "";
		transform: rotate(90deg);
		width: 8px;
		height: 15px;
		background: url(../images/icon_jt_1_3.png) no-repeat center / contain;
		transition: all 0.3s;
	}

	.product-block-a .left-block.on .info .type-btn::before {
		content: "";
		transform: rotate(-90deg);
	}

	.product-block-a .left-block .list {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
	}

	.product-block-a .left-block .list .li .tit {
		padding: 10px 15px;
		font-size: 14px;
		line-height: 22px;
	}

	.product-block-a .right-box {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 768px) {

	/**产品列表**/
	.product-block-a {
		padding-top: 15px;
	}

	.product-block-a .left-block {
		margin-bottom: 15px;
	}

	.product-block-a .left-block .info .h2 {
		font-size: 18px;
	}
}

/**公共模块**/
.auto-block-iframe .postion-box {
	position: relative;
	top: -40px;
}

.auto-block-iframe .left-box {
	width: 68.75%;
}

.auto-block-iframe .right-box {
	width: 31.25%;
	background: #f5f7fa;
}

.auto-block-iframe .cont-block {
	margin-right: 4.5%;
}

.auto-block-iframe .pad-bet {
	padding-left: 50px;
	padding-right: 50px;
}

.auto-block-iframe .pad-bet2 {
	padding-left: 35px;
	padding-right: 35px;
}

.type-menu {
	border-bottom: 3px solid #efefed;
}

.type-menu a {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	line-height: 84px;
	color: #666666;
}

.type-menu a+a {
	margin-left: 30px;
}

.type-menu a::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 3px;
	background-color: #1492ff;
	transition: all 0.3s;
}

.type-menu a.on,
.type-menu a:hover {
	color: #1492ff;
}

.type-menu a.on::after {
	width: 100%;
}

.type-menu-a .a-box {
	margin: 0 -8px;
	padding: 30px 0;
}

.type-menu-a .a-box .a {
	margin: 5px 8px;
	border: solid 1px #dddddd;
	min-width: 136px;
	padding: 13px 15px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: #ffffff;
	transition: all 0.3s;
}

.type-menu-a .a-box .a:hover {
	color: #0397dd;
	border-color: #0397dd;
}

.type-menu-a .a-box .a.on {
	color: #fff;
	border-color: #0397dd;
	background-color: #0397dd;
}

/**面包屑地址**/
.website-map {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	/*   background: #f8f8f8; */
}

.website-map.line {
	border-bottom: 1px solid #eeeeee;
}

.website-map.m-bot {
	margin-bottom: 54px;
}

.website-map .cont {
	padding: 23px 0;
}

.website-map .cont.line {
	border-bottom: 2px solid #666666;
}

.website-map .cont.line2 {
	border-bottom: 1px solid #e4e3e3;
}

.website-map a {
	white-space: nowrap;
	color: #666666;
}

.website-map a:hover {
	color: #2f90cd;
}

.website-map span {
	white-space: nowrap;
}

.website-map .tit img {
	width: 14px;
	margin-right: 4px;
}

@media (max-width: 1380px) {

	/**公共模块**/
	.auto-block-iframe .pad-bet {
		padding-left: 35px;
		padding-right: 35px;
	}

	.auto-block-iframe .pad-bet2 {
		padding-left: 25px;
		padding-right: 25px;
	}

	.type-menu a {
		font-size: 15px;
		line-height: 74px;
	}

	.type-menu a+a {
		margin-left: 25px;
	}

	/**面包屑地址**/
	.website-map {
		font-size: 15px;
	}

	.website-map .home {
		padding-left: 20px;
	}

	.website-map .jt {
		margin: 0 10px;
	}
}

@media (max-width: 1200px) {

	/**公共模块**/
	.auto-block-iframe {
		padding-bottom: 5px;
	}

	.auto-block-iframe .postion-box {
		top: -30px;
	}

	.auto-block-iframe .pad-bet {
		padding-left: 25px;
		padding-right: 25px;
	}

	.auto-block-iframe .pad-bet2 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.type-menu a {
		font-size: 14px;
		line-height: 56px;
	}

	.type-menu a+a {
		margin-left: 20px;
	}

	.type-menu-a .a-box {
		padding: 25px 0;
	}

	.type-menu-a .a-box .a {
		min-width: 100px;
		padding: 10px 15px;
	}

	/**面包屑地址**/
	.website-map {
		font-size: 14px;
	}

	.website-map.m-bot {
		margin-bottom: 35px;
	}

	.website-map .cont {
		padding: 20px 0;
	}
}

@media (max-width: 992px) {

	/**公共模块**/
	.auto-block-iframe {
		padding-bottom: 0;
	}

	.auto-block-iframe .postion-box {
		top: -20px;
	}

	.auto-block-iframe .pad-bet {
		padding-left: 15px;
		padding-right: 15px;
	}

	.auto-block-iframe .pad-bet2 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.auto-block-iframe .left-box {
		width: 100%;
	}

	.auto-block-iframe .right-box {
		width: 100%;
	}

	.auto-block-iframe .box-b {
		order: -1;
	}

	.auto-block-iframe .cont-block {
		margin-right: 0;
	}

	.type-menu a {
		line-height: 42px;
	}

	.type-menu a+a {
		margin-left: 15px;
	}

	/**面包屑地址**/
	.website-map.m-bot {
		margin-bottom: 25px;
	}

	.website-map .cont {
		padding: 15px 0;
	}
}

@media (max-width: 768px) {
	.news-list .list2 {
		margin: 0 -15px;
	}

	.type-menu-a .a-box {
		padding: 20px 0;
	}

	.type-menu-a .a-box .a-box {
		margin: 0 -5px;
	}

	.type-menu-a .a-box .a {
		margin: 5px;
		min-width: 90px;
		padding: 8px 15px;
		font-size: 14px;
	}
}

@media (max-width: 370px) {

	/**面包屑地址**/
	.website-map {
		font-size: 13px;
	}

	.type-menu a {
		font-size: 13px;
	}

	.type-menu a+a {
		margin-left: 10px;
	}
}

/**详情**/
.info-block-a {
	padding-top: 55px;
}

.info-block-a .h1 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4em;
	color: #000000;
}

.info-block-a .time {
	margin-top: 15px;
	margin-bottom: 18px;
	font-family: Montserrat-Regular;
	font-size: 24px;
	line-height: 28px;
	color: #dad9d6;
}

.info-block-a .cont {
	position: relative;
	border-top: 4px solid #f1f1ef;
	border-bottom: 4px solid #f1f1ef;
	padding-top: 17px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 28px;
	color: #000000;
}

.info-block-a .cont img {
	max-width: 100%;
	height: auto !important;
}

.info-block-a .cont::before,
.info-block-a .cont::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 16%;
	height: 4px;
	background-color: #1492ff;
}

.info-block-a .cont::before {
	top: -4px;
}

.info-block-a .cont::after {
	bottom: -4px;
}

.info-block-a .share-box {
	margin-top: 12px;
}

/**详情页上一篇下一篇**/
.info-page {
	margin-top: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 30px;
	color: #2e9aff;
	background: #dfeffc;
	transition: all 0.3s;
}

.info-page a {
	color: #2e9aff;
}

.info-page a:hover {
	color: #097bde;
}

.info-page p {
	max-width: 48%;
}

@media (max-width: 1380px) {

	/**详情**/
	.info-block-a {
		padding-top: 45px;
	}

	.info-block-a .h1 {
		font-size: 24px;
	}

	.info-block-a .time {
		margin-top: 12px;
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 24px;
	}

	.info-block-a .cont {
		padding-top: 12px;
		line-height: 26px;
	}

	.info-block-a .share-box {
		margin-top: 10px;
	}

	/**详情页上一篇下一篇**/
	.info-page {
		margin-top: 30px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

@media (max-width: 1200px) {

	/**详情**/
	.info-block-a {
		padding-top: 30px;
	}

	.info-block-a .h1 {
		font-size: 22px;
	}

	.info-block-a .time {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 20px;
	}

	.info-block-a .cont {
		line-height: 24px;
	}

	/**详情页上一篇下一篇**/
	.info-page {
		margin-top: 25px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 992px) {

	/**详情**/
	.info-block-a {
		padding-top: 25px;
	}

	.info-block-a .h1 {
		font-size: 20px;
	}

	.info-block-a .time {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 16px;
	}

	/**详情页上一篇下一篇**/
	.info-page {
		line-height: 26px;
	}

	.info-page p {
		width: 100%;
		max-width: 100%;
	}
}

/**列表翻页**/
.page-btn-box {
	padding: 60px 0 65px;
	text-align: center;
}

.page-btn-box .page-btn,
.page-num-current,
.page-num {
	margin: 2.5px 10px;
	border: 1px solid #f1f1f1;
	min-width: 48px;
	padding: 0 10px;
	font-size: 18px;
	line-height: 48px;
	color: #7f7f7f;
	background: #ffffff;
	transition: all 0.3s;
}

.page-btn-box .page-btn:hover,
.page-num-current {
	border-color: #f1f1f1;
	background: #f1f1f1;
}

.page-btn-box .page-btn.on,
.page-num-current {
	color: #fff;
	border-color: #0397dd;
	background: #0397dd;
}

.page-btn-box .page-btn.prev,
.page-btn-box .page-btn.next {
	padding: 0 25px;
}

@media (max-width: 1470px) {
	.page-btn-box {
		padding: 45px 0;
	}
}

@media (max-width: 1200px) {
	.page-btn-box {
		padding: 35px 0;
		text-align: center;
		justify-content: center;
	}

	.page-btn-box .page-btn {
		margin: 2px 5px;
		min-width: 34px;
		font-size: 15px;
		line-height: 38px;
	}

	.page-btn-box .page-btn.prev,
	.page-btn-box .page-btn.next {
		padding: 0 15px;
	}
}

@media (max-width: 992px) {
	.page-btn-box {
		padding: 25px 0 30px;
	}

	.page-btn-box .page-btn {
		margin: 2px;
		min-width: 30px;
		padding: 0 15px;
		font-size: 14px;
		line-height: 34px;
	}
}

/**关于我们**/
.about-block-a {
	padding-top: 55px;
	padding-bottom: 55px;
}

.about-block-a .en {
	font-family: Montserrat-Regular;
	font-size: 30px;
	line-height: 36px;
	color: #1492ff;
}

.about-block-a .cn {
	font-size: 32px;
	line-height: 36px;
	color: #000000;
}

.about-block-a .cont {
	margin-top: 30px;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}

.about-block-b {
	padding-top: 30px;
}

.about-block-b img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.about-block-d {
	padding: 50px 60px 55px;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background: #fefefe;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
}

.about-block-d .en {
	margin-bottom: 2px;
	text-transform: uppercase;
	font-family: Montserrat-Regular;
	font-size: 30px;
	line-height: 36px;
	color: #1492ff;
}

.about-block-d .cn {
	font-size: 32px;
	line-height: 36px;
	color: #000000;
}

.about-block-d .list {
	padding-top: 50px;
}

.about-block-d .list .li {
	padding: 8px 0;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
}

.about-block-d .list .li img {
	margin-right: 12px;
	flex-shrink: 0;
}

.about-block-d .list .li:nth-child(2n+1) {
	width: 40%;
}

.about-block-d .list .li:nth-child(2n+2) {
	width: 60%;
}

.about-block-d .about-left {
	width: 65%;
}

.about-block-d .about-right {
	text-align: right;
	flex-shrink: 0;
}

.about-block-d .about-right .code-block {
	display: inline-block;
	vertical-align: top;
}

.about-block-d .about-right .code-block img {
	display: block;
	margin: 5px 0 10px;
}

@media (max-width: 1380px) {

	/**关于我们**/
	.about-block-a {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.about-block-a .en {
		font-size: 28px;
		line-height: 32px;
	}

	.about-block-a .cn {
		font-size: 30px;
		line-height: 34px;
	}

	.about-block-a .cont {
		margin-top: 25px;
		font-size: 15px;
		line-height: 28px;
	}

	.about-block-b {
		padding-top: 25px;
	}

	.about-block-d {
		padding: 40px 50px 45px;
	}

	.about-block-d .en {
		margin-bottom: 0;
		font-size: 28px;
		line-height: 32px;
	}

	.about-block-d .cn {
		font-size: 30px;
		line-height: 34px;
	}

	.about-block-d .list {
		padding-top: 40px;
	}

	.about-block-d .list .li {
		padding: 6px 0;
		font-size: 15px;
	}

	.about-block-d .list .li img {
		margin-right: 10px;
	}
}

@media (max-width: 1200px) {

	/**关于我们**/
	.about-block-a {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.about-block-a .en {
		font-size: 24px;
		line-height: 28px;
	}

	.about-block-a .cn {
		font-size: 26px;
		line-height: 28px;
	}

	.about-block-a .cont {
		margin-top: 20px;
		font-size: 14px;
		line-height: 26px;
	}

	.about-block-b {
		padding-top: 20px;
	}

	.about-block-d {
		padding: 30px 35px 35px;
	}

	.about-block-d .en {
		font-size: 24px;
		line-height: 28px;
	}

	.about-block-d .cn {
		font-size: 26px;
		line-height: 28px;
	}

	.about-block-d .list {
		padding-top: 30px;
	}

	.about-block-d .list .li {
		padding: 4px 0;
		font-size: 14px;
	}
}

@media (max-width: 992px) {

	/**关于我们**/
	.about-block-a {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.about-block-a .en {
		font-size: 18px;
		line-height: 24px;
	}

	.about-block-a .cn {
		font-size: 18px;
		line-height: 24px;
	}

	.about-block-a .cont {
		margin-top: 15px;
		line-height: 24px;
	}

	.about-block-b {
		padding-top: 20px;
	}

	.about-block-d {
		padding: 30px 15px 30px;
		font-size: 14px;
	}

	.about-block-d .en {
		font-size: 18px;
		line-height: 24px;
	}

	.about-block-d .cn {
		font-size: 18px;
		line-height: 24px;
	}

	.about-block-d .list {
		padding-top: 10px;
	}

	.about-block-d .list .li {
		width: 100% !important;
		padding: 3px 0;
		font-size: 14px;
	}

	.about-block-d .list .li img {
		margin-right: 8px;
		margin-top: 3px;
		height: 14px;
		width: 14px;
	}

	.about-block-d .about-left {
		width: 100%;
	}

	.about-block-d .about-right {
		padding-top: 10px;
		text-align: left;
	}

	.about-block-d .about-right .code-block img {
		margin-bottom: 5px;
		width: 100px;
		height: 100px;
	}
}

/**网站地图**/
.site-map {
	padding-bottom: 35px;
}

.site-map .title {
	margin: 35px 0 20px;
	font-size: 26px;
	color: #444;
	line-height: 1.2em;
}

.site-map .ul .li {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

.site-map .ul .li-type {
	font-size: 20px;
	line-height: 1.4em;
}

.site-map .ul .aBox {
	margin: -5px -8px;
	padding-top: 10px;
}

.site-map .ul .aBox .div {
	display: inline-block;
	padding: 5px 8px;
	font-size: 14px;
}

.site-map .ul .aBox a:hover {
	color: #0092d5;
}

@media (max-width: 1200px) {
	.site-map {
		padding-bottom: 25px;
	}

	.site-map .title {
		margin: 30px 0 15px;
		font-size: 20px;
	}

	.site-map .ul .li {
		padding: 10px 0;
	}

	.site-map .ul .li-type {
		font-size: 16px;
	}

	.site-map .ul .aBox {
		margin: -3px -5px;
	}

	.site-map .ul .aBox .div {
		padding: 3px 5px;
	}
}

@media (max-width: 1200px) {
	.site-map {
		padding-bottom: 25px;
	}

	.site-map .title {
		margin: 25px 0 0px;
		font-size: 18px;
	}
}

/**滚动条**/
.mCSB_container {
	margin-right: 0;
}

.mCustomScrollBox .mCSB_scrollTools {
	position: absolute;
	z-index: 2;
	width: 4px;
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgba(0, 0, 0, 0.5);
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
	.mCustomScrollBox .mCSB_scrollTools {
		margin: 8px 0;
		position: relative;
		width: 100%;
	}

	.mCSB_horizontal.mCSB_inside>.mCSB_container {
		margin-bottom: 0;
	}
}
