﻿@charset "utf-8";

/* 
 * Project Name:盛和资源
 * 
 */

@font-face {
	font-family: 'BrownStd-Regular';
	src: url('../fonts/BrownStd-Regular1.woff2') format('woff2'), url('../fonts/BrownStd-Regular1.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'BrownStd-Light';
	src: url('../fonts/BrownStd-Light1.woff2') format('woff2'), url('../fonts/BrownStd-Light1.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #3d9911;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}*/

body {
	font: 14px/1.8 "PingFang SC", "SourceHanSansCN-Regular", "Microsoft YaHei UI", "Microsoft Yahei", sans-serif, "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
	margin: 0 auto;
	color: #333;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
}

input {
	outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

::-moz-selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

select {
	outline: none;
}

select::-ms-expand {
	display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:link,
a:visited {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.tx-c {
	text-align: center;
}

.fc {
	text-align: center;
}

.fr {
	text-align: right;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.db {
	display: block;
}

.wzbs {
	color: #fff !important;
}

.fixedImg {
	background-repeat: no-repeat;
	background-size: cover;
}

.imgw {
	width: 100%;
	display: block;
}

.eT {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.linkA {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/w0.png) no-repeat;
	z-index: 99;
}

.pageC a:link,
.pageC a:visited {
	color: #0061AE;
}

.pageC a:active,
.pageC a:hover {
	color: #333;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.pageC img {
	width: 100%;
	height: auto;
}

.pageC {
	overflow: hidden;
}

.pageC table {
	width: 100% !important;
}

.load-words.target span {
	opacity: 0;
	visibility: hidden;
}

.action.load-words span {
	visibility: visible;
	display: inline-block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: wordsRightFade;
	animation-name: wordsRightFade;
}

@-webkit-keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes wordsRightFade {
	0% {
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}
	100% {
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}
}

@keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden
	}
	100% {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}
}

.nimg.target {
	visibility: hidden;
}

.nimg.action {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w1612 {
	width: 84%;
	margin: 0 auto;
}


/* 头部  */

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1200;
	transition: 0.45s;
	background: rgba(0, 0, 0, 0.5);
}

.header.syactive {
	background: rgba(0, 0, 0, .5);
}

.header.active,
.header.mractive {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

.header.active .hlimg1,
.header.mractive .hlimg1 {
	display: none;
}

.header.active .hlimg2,
.header.mractive .hlimg2 {
	display: inline-block;
}

.header.active .ntoa,
.header.mractive .ntoa,
.header.active .nlicon,
.header.mractive .nlicon,
.header.active .nlyy,
.header.mractive .nlyy,
.header.active .yj-bot .yj-link,
.header.mractive .yj-bot .yj-link,
.header.active .nrsicon,
.header.mractive .nrsicon,
.header.active .hlgd strong,
.header.mractive .hlgd strong,
.header.active .hlgd em,
.header.mractive .hlgd em{
	color: #333333;
}

.header:hover .hlgd strong{
	color: #333333;
}
.header:hover .hlgd em{
	color: #333333;
}

.head-wrap {
	position: relative;
	padding: 0 2%;
}

.head-logo {
	position: absolute;
	top: 50%;
	left: 2%;
	transform: translateY(-50%);
}
.head-logo a{
	display: inline-block;
	vertical-align: middle;
}
.hlgd{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-left: 10px;
}
.hlgd em{
	display: block;
	font-style: bolder;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: bolder;
}
.hlgd strong{
	display: block;
	color: #fff;
	font-weight: lighter;
	padding-bottom: 2px;
}
.hlgd strong sup{
	font-size: 12px;
}
.head-logo img {
	vertical-align: middle;
	width: 100%;
}

.hlimg1 {
	display: inline-block;
}

.hlimg2 {
	display: none;
}

.header .nav {
	position: relative;
	float: right;
}

.nav-top {
	/* background-color: rgba(0, 0, 0, 0.2); */
	text-align: right;
	line-height: 1.5;
	/* margin-top: 14px; */
	/* padding-bottom: 30px; */
}

.ntoa,
.ntlg {
	display: inline-block;
	vertical-align: middle;
}

.ntoa {
	color: #fff;
	font-size: 14px;
}

.ntoa:hover {
	color: #003C88;
}

.ntlg {
	/* margin-left: 30px;
	padding-left: 20px;
	border-left: 1px solid #fff; */
	line-height: 1;
}

.nav-cd {
	line-height: 1.2;
	margin-top: 18px;
}

.nlicon {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
}

.nlyy {
	display: inline-block;
	vertical-align: middle;
	background: none;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
}

.nlyy option {
	color: #555;
}

.header .yj-bot {
	float: left;
}

.hwr {
	position: relative;
	float: right;
	padding-left: 20px;
    padding-top: 13px;
}

.nrsicon {
	display: block;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.search-down {
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
	height: 38px;
	line-height: 38px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.4s;
	transform: translateY(30px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

.search-down .text {
	box-sizing: border-box;
	float: right;
	width: 150px;
	height: 38px;
	line-height: 38px;
	color: #004E7B;
	background: #fff;
	outline: none;
	border: none;
	color: #333;
	font-size: 14px;
}

.search-down .sub {
	display: block;
	margin-left: 12px;
	float: left;
	color: #333333;
	font-size: 18px;
	background: none;
	border: none;
	outline: none;
	transition: 0.4s;
}

.hwr:hover .search-down {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	pointer-events: visible;
}

.header .yj-bot li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transition: 0.35s;
	text-align: center;
	z-index: 10;
	padding-bottom: 30px;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: 18px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	z-index: 3;
	padding: 0 25px;
	font-weight: bold;
}

.header .yj-bot li.active .yj-link {
	color: #003C88;
}

.header .nav li:hover .ej-list {
	transition: 0.45s;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ej-list.active {
	opacity: 1;
	visibility: visible;
}

.ej-list {
	position: fixed;
	z-index: 10;
	left: 0;
	width: 100%;
	top: 80px;
	transform: translateY(20px);
	background-color: rgba(207, 31, 31, 0.6);
	opacity: 0;
	visibility: hidden;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
	padding: 5px 0;
}

.el-link {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 8px 0;
}

.el-link:not(:first-child) {
	/* border-top: 1px solid #eee; */
}

.el-link:hover {
	color: #1C1C1C;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	display: none;
	cursor: pointer;
	z-index: 1300;
	transition: 0.35s;
	background-color: #fff;
	/* width: 100%; */
}

.menu-handler span {
	position: absolute;
	right: 20px;
	display: block;
	margin: 27.5px 0 0 17.5px;
	width: 20px;
	height: 2px;
	background-color: #333;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 2px;
	left: 0;
	background-color: #333;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.menu-handler span:before {
	top: -7px;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.menu-handler span:after {
	bottom: -7px;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.menu-handler.active span {
	height: 2px;
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.menu-handler.active span:after,
.menu-handler.active span:before {
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s;
}

.menu-handler.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-handler.active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-handler.active {
	top: 0;
}

.menuBox a:link,
.menuBox a:visited {
	color: #333333;
}

.menuMoblie .nav-link.active,
.menuMoblie .cur .nav-link,
.menuMoblie .nav-link:hover {
	background: #003C88;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover,
.menuMoblie .cur .nav-link {
	color: #fff;
}

.menuBox {
	border-top: 1px solid #e4e4e4;
	background-color: #fff;
	color: #333333;
	position: fixed;
	display: none;
	right: 0px;
	top: 55px;
	width: 100%;
	height: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	z-index: 1008;
	-webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
	margin: 0 0 100px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 16px;
	padding: 14px 5% 14px 10%;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie li {
	opacity: 0;
	visibility: hidden;
	transition: 0.55s;
	transform: scale(1.1) translateX(100px);
	border-bottom: 1px solid #e4e4e4;
}

.menuMoblie li:nth-child(1) {
	transition-delay: 0;
}

.menuMoblie li:nth-child(2) {
	transition-delay: 0.1s;
}

.menuMoblie li:nth-child(3) {
	transition-delay: 0.2s;
}

.menuMoblie li:nth-child(4) {
	transition-delay: 0.3s;
}

.menuMoblie li:nth-child(5) {
	transition-delay: 0.4s;
}

.menuMoblie li:nth-child(6) {
	transition-delay: 0.5s;
}

.menuMoblie li:nth-child(7) {
	transition-delay: 0.6s;
}

.menuMoblie li:nth-child(8) {
	transition-delay: 0.7s;
}

.menuMoblie li:nth-child(9) {
	transition-delay: 0.8s;
}

.menuMoblie .subnav {
	padding: 12px 5% 12px 10%;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
	/*padding: 0px 5% 0 10%;*/
}

.menuMoblie .subnav .item:active a,
.menuMoblie .subnav .item:hover a {
	/*background: #999;*/
	color: #003C88 !important;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 12px 0;
	line-height: 1.4;
	font-size: 14px;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.menuOpen .menuBox li {
	opacity: 1;
	visibility: visible;
	transform: scale(1) translateX(0);
}


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: #f1f1f1 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.5) translateX(10%);
		transform: scale(1.5) translateX(10%);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1.5) translateX(0);
		transform: scale(1) translateX(0);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.5) translateX(10%);
		transform: scale(1.5) translateX(10%);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
		transform: scale(1) translateX(0);
	}
}


/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pswp img {
	max-width: none
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(http://www.shengheholding.com/images/black_80.png) repeat;
	background: none rgba(0, 0, 0, .8);
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: #222
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline
}

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: 0;
	opacity: .9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button {
	background: url(../images/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
	.pswp--svg .pswp__button {
		background-image: url(../images/default-skin.svg);
	}
	.pswp__button--close {
		color: #fff
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-top: -24px;
	position: absolute;
	background: none #767676;
	color: #fff;
	display: block;
	font-family: "iconfont" !important;
	font-size: 14px;
	text-align: center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
	left: 2%
}

.pswp__button--arrow--right {
	right: 2%;
}

.pswp__button--arrow--left:before {
	content: "\e8d5";
}

.pswp__button--arrow--right:before {
	content: "\e8d4";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #57B12F;
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D
}

a.pswp__share--download:hover {
	background: #DDD
}

.pswp__counter {
	float: left;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: .75;
	padding: 0 10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption__center {
	text-align: center;
	max-width: 600px;
	font-size: 15px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #fff
}

.pswp__caption__center .xzy-zan {
	float: right;
	display: block
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(http://www.shengheholding.com/css/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@-webkit-keyframes bannerbuIn {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: scale(2);
	}
}

@keyframes bannerbuIn {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		transform: scale(2);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible
}

.pswp__caption,
.pswp__top-bar {
	/* background-color: rgba(0, 0, 0, .5) */
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	/* background-color: rgba(0, 0, 0, .3) */
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 1
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
	opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none
}

.pswp__element--disabled {
	display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0
}

.mtop {
	height: 80px;
}

.index-content {
	overflow: hidden;
}

.index-content.swiper-container {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.icontent {
	position: relative;
	z-index: 3;
	height: 100vh;
	overflow: hidden;
}

.index-content .swiper-slide {
	/* Center slide text vertically */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.in-bg {
	position: relative;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.isbg {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	object-fit: cover;
}

#swiper-container1 .swiper-slide {
	height: auto;
}

.footer-wrap {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: #FFFFFF;
}


/* banner */

.banner-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner .slick-dots {
	position: absolute;
	right: 77px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.banner .slick-dots li {
	position: relative;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	text-align: center;
	line-height: 9px;
	vertical-align: middle;
	background: #fff;
	margin: 25px 0;
	box-sizing: border-box;
}

.banner .slick-dots li:before {
	content: "";
	position: absolute;
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 1px;
	background: #003C88;
	transition: 0.85s;
}

.banner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #003C88;
}

.banner .slick-dots li.slick-active:before {
	width: 77px;
}

.item {
	position: relative;
	overflow: hidden;
}

.banner .pimg {
	position: relative;
	display: block;
	width: 100%;
	transition: transform 3.5s;
	-webkit-transition: transform 3.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.banner .slick-active .pimg {
	visibility: visible;
	/*transform: scale(1);
	-webkit-transform: scale(1);*/
	-webkit-animation: scaleUpDown1 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown1 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@keyframes scaleUpDown1 {
	from {
		-webkit-transform: scale(1.5) translateX(10%);
		transform: scale(1.5) translateX(10%);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1.5) translateX(0);
		transform: scale(1) translateX(0);
	}
}

.banner .slick-active .bicover {
	transform: translate(-50%, 0);
}

.bicover {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 100px);
	transition: 0.45s;
}

.bceng {
	display: block;
	font-family: 'BrownStd-Light';
	color: #003C88;
	font-size: 54px;
	text-transform: uppercase;
	line-height: 1;
}

.bct1 {
	display: block;
	color: #fff;
	font-size: 80px;
	line-height: 1.5;
}

.bct1 font {
	color: #003C88;
}

.bct2 {
	position: relative;
	color: #fff;
	font-size: 24px;
	margin-top: 15px;
	padding-bottom: 55px;
	line-height: 1.5;
}

.bct2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 23px;
	height: 6px;
	background: #003C88;
}


/* banner end */

.updown {
	position: absolute;
	left: 8%;
	bottom: 78px;
	width: 72px;
	text-align: center;
	animation: downtrans 1s infinite alternate;
}

.updown span {
	font-family: 'BrownStd-Light';
	display: block;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1;
}

.updown i {
	display: block;
	width: 72px;
	height: 72px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 72px;
	color: #fff;
	font-size: 18px;
	margin-top: 14px;
}

@keyframes downtrans {
	from {
		transform: translateY(15px);
	}
	to {
		transform: translateY(-15px);
	}
}

.tY50 {
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	padding: 10rem 0 ;
	/* height: 100%; */
}

.ib2bt {
	line-height: 75px;
}

.ib2bt .sybt {
	float: left;
}

.ib2bt .sybt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 3px;
	background: #003C88;
}

.ib2bt .ib2more {
	float: right;
}

.sybt {
	display: block;
	color: #333333;
	font-size: 30px;
}

.ib2more {
	display: block;
	color: #666666;
	font-size: 16px;
}

.ib2more:hover {
	color: #003C88;
}

.ib2flex {
	display: flex;
	margin-top: 60px;
}

.if2banner {
	position: relative;
	overflow: hidden;
	width: 72%;
}

.if2banner .slick-dots {
	position: absolute;
	left: 31%;
	text-align: center;
	bottom: 26px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.if2banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #fff;
	margin: 0 6px;
	box-sizing: border-box;
}

.if2banner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.if2banner .slick-dots li a:focus {
	outline: none;
}

.if2banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #fff;
}

.ib2item {
	position: relative;
	float: left;
	background: #003C88;
}

.ib2item:hover .ib2tp img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ib2tp {
	float: left;
	width: 65%;
	overflow: hidden;
}

.ib2tp img {
	display: block;
	width: 100%;
	height: 525px;
	object-fit: cover;
	transition: 0.45s;
}

.ib2wz {
	float: left;
	width: 35%;
	box-sizing: border-box;
	padding: 46px 32px 0 32px;
}

.iw2date {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

.iw2title {
	display: block;
	color: #fff;
	font-size: 28px;
	margin-top: 50px;
	font-weight: bold;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}

.iw2line {
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .49);
	margin: 30px 0;
}

.iw2ms {
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
	overflow: hidden;
}

.iw2xq {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 100px;
	font-weight: normal;
}

.if2type {
	width: 28%;
	background: #F8F8F8;
	box-sizing: border-box;
	padding: 40px 38px 0 38px;
}

.it2tab {
	border-bottom: 1px solid #CFCFCF;
}

.it2qh {
	position: relative;
	display: inline-block;
	color: #666666;
	font-size: 16px;
	padding-bottom: 19px;
	line-height: 1;
}

.it2qh:not(:first-child) {
	margin-left: 47px;
}

.it2qh:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #003C88;
	transition: 0.45s;
}

.it2qh:hover:before,
.it2qh.active:before {
	left: 0;
	width: 100%;
}

.it2cont {
	margin-top: 30px;
}

.ic2box {
	display: none;
}

.ic2box li:not(:first-child) {
	margin-top: 30px;
}

.ic2box li a {
	position: relative;
	display: block;
	color: #666666;
	font-size: 16px;
	line-height: 1.2;
	padding-left: 8px;
}

.ic2box li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	background: #666666;
	border-radius: 50%;
}

.ic2box li a:hover {
	color: #003C88;
}

.ib3left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
}

.il3bg {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 16% 100px 16%;
}

.il3bt {
	display: block;
	color: #003C88;
	font-size: 30px;
	padding-top: 20px;
	font-weight: bold;
}

.il3lable {
	display: block;
	color: #333333;
	font-size: 30px;
	line-height: 1.2;
	margin-top: 5px;
}

.il3ms {
	color: #000;
	font-size: 18px;
	margin-top: 50px;
}
.il3bg p{font-size:16px;line-height:30px;color:#333;margin-top:50px;font-weight:bold}
.ib4wz .il3ms {
	color: #fff;
	font-size: 18px;
	margin-top: 50px;
	max-width: 500px;
}

.il3brand {
	margin-top: 170px;
}

.il3brand a {
	display: inline-block;
	font-style: normal;
	color: #666666;
	font-size: 16px;
	margin-right: 36px;
	font-weight: bold;
}

.il3brand a:hover {
	color: #003C88;
}

.il3list {
    display: flex;
    justify-content: space-between;
	padding: 50px 16% 0 16%;
}

.il3list li {
	float: left;
}

.il3num {
	display: block;
	color: #003C88;
	font-size: 40px;
	line-height: 1;
	font-family: 'BrownStd-Light';
	font-weight: bold;
}
.il3num p{display:inline}
.il3txt {
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
}

.ib3right {
	position: absolute;
	width: 42%;
	right: 8%;
	bottom: 15%;
	z-index: 10;
}

.ir3banner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.ir3banner .slick-dots {
	position: absolute;
	left: 35%;
	bottom: 27px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.ir3banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	margin-right: 10px;
	box-sizing: border-box;
}

.ir3banner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ir3banner .slick-dots li a:focus {
	outline: none;
}

.ir3banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #003C88;
}

.ir3item {
	position: relative;
	float: left;
}

.ir3item:hover .ir3pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ir3pic {
	overflow: hidden;
}

.ir3pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ir3wz {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70%;
	background: rgba(0, 0, 0, .45);
	box-sizing: border-box;
	padding: 18px 5% 90px 5%;
}

.ir3t1 {
	display: block;
	color: #003C88;
	font-size: 16px;
}

.ir3t2 {
	color: #fff;
	font-size: 16px;
}

.ir3btn {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 72px;
	height: 33px;
	background: #003C88;
	text-align: center;
	line-height: 33px;
	color: #fff;
	font-size: 12px;
}

.ib4pics {
	position: relative;
	overflow: hidden;
}

.ip4item {
	position: relative;
	float: left;
}


/*.ip4item:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}*/

.ip4item img {
	display: block;
	width: 100%;
}

.ib4wz {
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
	z-index: 10;
}

.ib4wz .il3bt,
.ib4wz .il3lable {
	color: #fff;
}

.ib4wz .il3bt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 3px;
	background: #003C88;
}

.iw4xq {
	display: block;
	color: #fff;
	font-size: 16px !important;
	margin-top: 139px;
	text-shadow: 1px 2px #333;
	font-weight: bord;
}

.iw4xq:hover {
	color: #003C88;
	text-shadow: none;
}

.ib4tab {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 100vh;
}

.it4qh {
	position: relative;
	float: left;
	width: 50%;
	height: 50%;
	box-sizing: border-box;
	border-left: 1px solid rgba(255, 255, 255, .34);
	border-top: 1px solid rgba(255, 255, 255, .34);
	overflow: hidden;
}

.it4qh:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 60, 136, .2);
	background-position: -100% center;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 500ms, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 500ms, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.iq4cv {
	position: absolute;
	left: 53px;
	right: 53px;
	bottom: 50px;
	transition: 0.45s;
}

.iq4bt {
	position: relative;
	display: block;
	color: #fff;
	font-size: 26px;
	line-height: 1.5;
	padding-bottom: 30px;
	transform: translateY(130px);
	transition: 0.45s;
}

.iq4bt:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 39px;
	height: 1px;
	background: #fff;
}

.iq4ms {
	color: #fff;
	font-size: 14px;
	margin-top: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.iq4jt {
	position: absolute;
	right: 27px;
	bottom: 32px;
	color: #fff;
	font-size: 16px;
	z-index: 3;
	line-height: 1;
}

.iq4jt:before {
	content: "";
	position: absolute;
	right: -109px;
	bottom: -100px;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .49);
	z-index: -3;
}

.iq4ms,
.iq4bt:before,
.iq4jt {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
}

.it4qh.active .iq4bt {
	transform: translateY(0);
}

.it4qh.active .iq4ms,
.it4qh.active .iq4bt:before,
.it4qh.active .iq4jt {
	opacity: 1;
	visibility: visible;
}

.it4qh.active .iq4cv {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

.it4qh.active:before {
	opacity: 1;
	visibility: visible;
	background: rgba(0, 60, 136, .7);
}

.it4qh.active .iq4jt:before {
	webkit-animation: rotate1 6s linear infinite;
	-moz-animation: rotate1 6s linear infinite;
	-o-animation: rotate1 6s linear infinite;
	animation: rotate1 6s linear infinite;
}

@-webkit-keyframes rotate1 {
	50% {
		border-radius: 36%;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		border-radius: 45%;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes rotate1 {
	50% {
		border-radius: 36%;
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		border-radius: 45%;
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes rotate1 {
	50% {
		border-radius: 36%;
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		border-radius: 45%;
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate1 {
	50% {
		border-radius: 36%;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		border-radius: 45%;
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ib5ms {
	color: #333333;
	font-size: 18px;
	margin-top: 35px;
	width: 39%;
}

.ib5list {
	margin-top: 80px;
}

.ib5list li {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 85px 20px 62px 20px;
	position: relative;
	text-align: center;
}

.ib5list li:nth-child(1) {
	background: #12A79D;
}

.ib5list li:nth-child(2) {
	background: #C49B6D;
}

.ib5list li:nth-child(3) {
	background: #D85628;
}

.ib5list li i {
	display: block;
	color: #fff;
	font-size: 34px;
	line-height: 1;
	transition: 0.45s;
}

.ib5list li span {
	display: block;
	color: #fff;
	font-size: 24px;
}

.ib5list li:hover i {
	transform: translateY(-10px);
	text-shadow: 0 20px 40px rgba(255, 255, 255, 1);
}

.ib6left {
	position: relative;
	float: left;
	width: 50%;
}
.ib6left:before{
	content: "";
	position: absolute;
	right: 0;top: 0;
	bottom: 0;
	width: 50%;
	background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
}
.ib6left img {
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.ib6right {
	position: relative;
	float: left;
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 50px 8% 0 8%;
}

.ir6list li {
	float: left;
	width: 50%;
	margin-top: 20px;
}

.il6bt {
	display: block;
	color: #333333;
	font-size: 18px;
}

.il6xx {
	display: block;
	color: #666666;
	font-size: 16px;
	word-break: break-all;
}

.fwbot1 {
	padding: 40px 0;
}

.fb1l {
	float: left;
	width: 30%;
}

.fl1logo {
	margin-bottom: 20px;
}

.fl1xx {
	margin-top: 10px;
}

.fl1xx i {
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	text-align: center;
	line-height: 27px;
	border: 1px solid #707070;
	color: #666666;
	font-size: 16px;
}

.fl1xx font {
	display: inline-block;
	vertical-align: middle;
	width: 85%;
	margin-left: 12px;
	color: #666666;
	font-size: 16px;
}

.fb1r {
	display: flex;
	float: right;
	width: 68%;
}

.fb1r li {
	flex: 1;
}

.fr1yj {
	display: block;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}

.fr1ej {
	display: block;
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}

.fr1ej:hover {
	color: #003C88;
}

.fwbot2 {
	padding: 23px 0;
	border-top: 1px solid rgba(112, 112, 112, .35);
}

.fb2l {
	float: left;
}

.fb2r {
	float: right;
}

.fb2txt {
	display: block;
	color: #999999;
	font-size: 14px;
}

.fb2txt a {
	color: #999;
}

.inside-banner {
	position: relative;
	overflow: hidden;
}

.ibtp {
	overflow: hidden;
}

.ibtp img {
	display: block;
	width: 100%;
}

.ibbt {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 56%;
	transform: translate(-50%, 0);
	color: #fff;
	font-size: 60px;
	padding-left: 27px;
	font-weight: normal;
	line-height: 1.5;
	box-sizing: border-box;
}

.ibbt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .3);
}

@keyframes transY {
	from {
		top: 0;
	}
	to {
		top: 100%;
	}
}

.ibbt:after {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 3px;
	height: 150px;
	background: #FFFFFF;
	animation: transY 2s infinite forwards;
}

.about-bot1 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
	padding: 130px 0 540px 0;
	overflow: hidden;
}

.nygb1 {
	display: block;
	color: #333333;
	font-size: 32px;
	line-height: 1.5;
	font-weight: bold;
}

.ab1gd {
	display: block;
	color: #333333;
	font-size: 22px;
}

.ab1nr {
	width: 92%;
	text-align: justify;
	margin-top: 60px;
	font-size: 16px;
	color: #666666;
}

.about-bot2 {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	    background-color: #003C88;
}

.ab2nr {
	color: #666666;
	font-size: 16px;
	margin-top: 70px;
	text-align: justify;
}

.about-bot3 {
	padding: 180px 0 226px 0;
	overflow: hidden;
}

.ab3bt {
	line-height: 83px;
}

.ab3bt .nygb1 {
	float: left;
}

.ab3bt .ab3tab {
	float: right;
}

.at3qh {
	display: inline-block;
	color: #666666;
	font-size: 24px;
	margin-left: 60px;
}

.at3qh:hover,
.at3qh.active {
	color: #003C88;
}

.ab3cont {
	position: relative;
	margin: 110px 150px 0 150px;
	height: 396px;
}

.ab3lb.active {
	opacity: 1;
	visibility: visible;
}

.ab3lb {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 90px;
}

.ab3lb .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	background: rgba(0, 0, 0, .19);
	color: #fff;
}

.ab3lb .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.ab3lb .slick-prev:before {
	content: "\e909";
}

.ab3lb .slick-next:before {
	content: "\e600";
}

.ab3lb .slick-prev {
	left: 0;
}

.ab3lb .slick-next {
	right: 0;
}

.ab3lb .slick-arrow:hover {
	background: #003C88;
}

.al3item {
	position: relative;
	float: left;
	background: #F6F6F6;
	padding: 35px 25px 88px 25px;
	margin: 0 20px 17px 20px;
	border-top: 7px solid #003C88;
	box-sizing: border-box;
	cursor: pointer;
}

.al3item:hover .ai3btn {
	background: #003C88;
	color: #fff;
}

.ai3name {
	display: block;
	color: #333333;
	font-size: 30px;
	font-weight: normal;
}

.ai3zw {
	display: block;
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}

.ai3ms {
	color: #666666;
	font-size: 14px;
	margin-top: 30px;
	height: 126px;
	overflow: hidden;
}

.ai3btn {
	display: block;
	position: absolute;
	left: 0;
	bottom: -16.5px;
	font-style: normal;
	color: #666666;
	font-size: 12px;
	width: 72px;
	height: 33px;
	line-height: 33px;
	background: #FFFFFF;
	text-align: center;
	transition: 0.45s;
}

.wzbs {
	color: #fff;
}

.about-bot4 {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 220px 0 316px 0;
	overflow: hidden;
}

.ab4l {
	width: 21%;
}

.ab4list {
	margin-top: 112px;
}

.ab4list li {
	position: relative;
	margin-top: 28px;
	transition: 0.45s;
	cursor: pointer;
}

.al4bt {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	transition: 0.45s;
	line-height: 1.5;
}

.al4num {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	display: block;
	font-family: 'BrownStd-Regular';
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
	color: rgba(255, 255, 255, .16);
	font-size: 105px;
}


/*.ab4list li.active {
	margin-bottom: 60px;
}*/

.ab4list li.active .al4bt {
	font-size: 24px;
	padding-left: 40px;
	padding-bottom: 10px;
	font-weight: bold;
}

.ab4list li.active .al4bt:after {
	width: 100%;
}

.al4bt:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #fff;
	transition: 0.45s;
}

.al4bt:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: 0.45s;
}

.ab4list li.active .al4num,
.ab4list li.active .al4bt:before {
	opacity: 1;
	visibility: visible;
}

.ab4c {
	position: absolute;
	width: 623px;
	height: 623px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ac4lb {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 364px;
	margin: 0 auto;
	z-index: 10;
}

.al4item {
	position: relative;
	float: left;
	overflow: hidden;
	border-radius: 50%;
}

.al4item img {
	display: block;
	width: 100%;
}

.ac4zq {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: myfirst2 22s linear 0s infinite;
	animation: myfirst2 22s linear 0s infinite;
}

.az4dw1 {
	position: absolute;
	top: -10%;
	right: 23%;
	width: 123px;
}

.az4dw2 {
	position: absolute;
	top: 60%;
	right: 9%;
	width: 69px;
}

.az4dw3 {
	position: absolute;
	bottom: 9%;
	left: -3%;
	width: 123px;
}

.az4dw4 {
	position: absolute;
	top: 10%;
	left: 8%;
	width: 69px;
}

.ac4bg img {
	display: block;
	width: 100%;
	-webkit-animation: myfirst2 22s linear 0s infinite;
	animation: myfirst2 22s linear 0s infinite;
}

.az4tp img {
	display: block;
	width: 100%;
	-webkit-animation: myfirst3 22s linear 0s infinite;
	animation: myfirst3 22s linear 0s infinite;
}

@keyframes myfirst2 {
	from {
		transform-origin: center;
		transform: rotate(0deg);
	}
	to {
		transform-origin: center;
		transform: rotate(360deg);
	}
}

@keyframes myfirst3 {
	from {
		transform-origin: center;
		transform: rotate(0deg);
	}
	to {
		transform-origin: center;
		transform: rotate(-360deg);
	}
}

.ab4r {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 20%;
}

.ar4item {
	position: relative;
	float: left;
	text-align: right;
	color: #fff;
	font-size: 30px;
	font-weight: lighter;
}

.about-bot4 .w1400 {
	position: relative;
}

.about-bot5 {
	padding: 120px 0 135px 0;
}

.ab5jgt {
	text-align: center;
	margin-top: 90px;
}

.ab5jgt img {
	display: inline-block;
	max-width: 100%;
}

.about-bot6 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.ab6left {
	float: left;
	width: 49%;
}

.ab6cont {
	position: relative;
	overflow: hidden;
	margin-top: 90px;
	height: 400px;
}

.ac6item {
	float: left;
	position: relative;
	padding-left: 60px;
	color: #333333;
	font-size: 16px;
	box-sizing: border-box;
}

.ab6cont:before {
	content: "";
	position: absolute;
	left: 1px;
	top: 180px;
	width: 4px;
	height: 31px;
	background: rgba(0, 60, 136, 1);
	z-index: 1;
}

.ab6cont:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #999999;
}

.ac6item p:not(:first-child) {
	margin-top: 20px;
}

.ab6right {
	float: right;
	width: 25%;
	height: 650px;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	box-sizing: border-box;
	padding-right: 12px !important;
}

.ab6right .swiper-slide-active:hover {
	color: #003C88;
}

.ab6right .swiper-slide-active.ar6item span {
	color: rgba(0, 60, 136, 1);
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
}

.ab6right .swiper-slide-active.ar6item:before {
	opacity: 1;
	visibility: visible;
}

.ar6item {
	position: relative;
	text-align: right;
	cursor: pointer;
	padding-right: 12px;
}

/* .ar6item:before {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	content: "";
	position: absolute;
	top: 43%;
	right: 0;
	transform: translateY(-50%);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 12px solid #003C88;
} */

.ar6item span {
	display: block;
	font-family: 'BrownStd-Regular';
	color: #333333;
	font-size: 20px;
	transition: 0.45s;
	line-height: 120px;
}

.ab6right .swiper-button-prev:after {
	transform: rotate(180deg);
}

.ab6right .swiper-button-next:after {
	transform: rotate(90deg);
}

.ab6right .swiper-button-prev {
	top: 10px;
	left: calc(50% - 24px);
	/* right: 20px; */
	transform: rotate(90deg);
}

.ab6right .swiper-button-next {
	bottom: -10px;
	top: auto;
	left: calc(50% - 24px);
	/* right: 20px; */
	transform: rotate(90deg);
}

.ab6right .swiper-button-next,
.ab6right .swiper-button-prev {
	color: #003C88;
}

.ab6right .swiper-button-next:after,
.ab6right .swiper-button-prev:after {
	font-size: 28px;
	display: none;
}

.ld-tk.active {
	opacity: 1;
	visibility: visible;
}

.ld-tk {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .75);
	z-index: 9999;
}

.ltbot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 52%;
	background: #F6F6F6;
	border-top: 7px solid #003C88;
}

.lbnr {
	padding: 40px 75px 65px 75px;
}

.lnname {
	display: block;
	color: #333333;
	font-size: 30px;
}

.lnzw {
	display: block;
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}

.lndesc {
	color: #666666;
	font-size: 14px;
	margin-top: 30px;
}

.lbbt {
	position: relative;
	border-top: 1px solid rgba(112, 112, 112, .3);
	padding: 15px 75px;
}

.lbpn {
	display: block;
	color: #666666;
	font-size: 12px;
}

.lbprev {
	float: left;
}

.lbnext {
	float: right;
}

.lbreturn {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #333333;
	font-size: 14px;
}

.lbpn:hover,
.lbreturn:hover {
	color: #003C88;
}

.news-first {
	position: relative;
	padding: 117px 0 90px 0;
}

.news-first:hover .nfpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.news-first:hover .nftitle {
	color: #003C88;
}

.nfpic {
	float: left;
	width: 51%;
	overflow: hidden;
}

.nfpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.nfwz {
	float: left;
	width: 49%;
	box-sizing: border-box;
	padding-left: 79px;
}

.nfdate {
	display: block;
	font-family: 'BrownStd-Light';
	color: #003C88;
	font-size: 56px;
	line-height: 1;
}

.nfdate em {
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	writing-mode: tb;
	font-size: 18px;
}

.nftitle {
	display: block;
	color: #333333;
	font-size: 30px;
	margin-top: 50px;
	line-height: 1.5;
	height: 90px;
	overflow: hidden;
}

.nfdesc {
	color: #666666;
	font-size: 16px;
	margin-top: 30px;
	height: 86px;
	overflow: hidden;
}

.nfmore {
	display: block;
	color: #003C88;
	font-size: 16px;
	margin-top: 70px;
}

.news-list {
	background: #F6F6F6;
	padding: 30px 0 80px 0;
}

.nllb {
	margin-left: -3%;
}

.nllb li {
	position: relative;
	float: left;
	width: 30.333%;
	margin: 40px 0 0 3%;
	background: #fff;
}

.nllb li:hover .nlpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.nllb li:hover .nlwt1,.nllb li:hover .nbl {
	color: #003C88;
}

.nlpic {
	overflow: hidden;
}

.nlpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.nlwz {
	padding: 27px 33px 65px 33px;
}

.nlwt1 {
	display: block;
	color: #1B1B1B;
	font-size: 20px;
	line-height: 1.5;
}

.nlwt2 {
	color: #666666;
	font-size: 14px;
	margin-top: 20px;
	height: 50px;
	overflow: hidden;
}

.nlbt {
	border-top: 1px solid rgba(112, 112, 112, .2);
	padding: 20px 33px 35px 33px;
}

.nbtxt {
	display: block;
	color: #999999;
	font-size: 14px;
}

.nbl {
	float: left;
}

.nbr {
	float: right;
}

.pages-list {
	text-align: center;
	margin-top: 70px;
}

.pages-list a {
	display: inline-block;
	vertical-align: middle;
}

.plpn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	background: rgba(0, 0, 0, .19);
	color: #fff;
	font-size: 16px;
	margin: 0 25px;
}

.plpn:hover {
	background: #003C88;
}

.plnum {
	color: #999999;
	font-size: 18px;
	margin: 0 15px;
}

.plnum:hover,
.plnum.active {
	color: #003C88;
}

.news3-bg {
	background: #F6F6F6;
	margin-top: 104px;
	padding: 120px 0 188px 0;
}

.ns3title {
	color: #333333;
	font-size: 60px;
	text-align: center;
	font-weight: normal;
}

.ns3list {
	margin-top: 80px;
}

.ns3list li {
	position: relative;
	padding: 70px 0;
	border-bottom: 1px solid #DDDDDD;
	z-index: 3;
}

.ns3list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #003C88;
	transition: 0.45s;
	z-index: -3;
}

.ns3list li:hover:before {
	height: 100%;
}

.ns3list li:hover .nw3title,
.ns3list li:hover .nw3desc,
.ns3list li:hover .nl3jt {
	color: #fff;
}

.ns3list li:hover .nl3jt {
	background: rgba(255, 255, 255, .19);
}

.nl3date {
	font-family: 'BrownStd-Light';
	float: left;
	color: #003C88;
	font-size: 72px;
	line-height: 1;
	text-align: center;
	background: #F9F9F9;
	padding: 15px 25px;
}

.nl3date em {
	display: block;
	font-style: normal;
	font-size: 16px;
}

.nl3wz {
	float: left;
	width: 65%;
	margin-left: 11%;
}

.nw3title {
	display: block;
	color: #333333;
	font-size: 24px;
	line-height: 1;
}

.nw3desc {
	color: #666666;
	font-size: 16px;
	margin-top: 30px;
	height: 58px;
	overflow: hidden;
}

.nl3jt {
	float: right;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	background: rgba(0, 0, 0, .19);
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
}

.nd-bg {
	background: #F6F6F6;
	margin-top: 104px;
	padding: 44px 0 75px 0;
}

.ndbicon {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 17px;
	margin-right: 14px;
}

.ndbtxt {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	color: #999999;
	font-size: 14px;
}

.ndxq {
	margin-top: 120px;
}

.nxtitle {
	display: block;
	color: #1B1B1B;
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
}

.nxdate {
	font-family: 'BrownStd-Light';
	display: block;
	color: #999999;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

.nxnr {
	margin-top: 30px;
	padding: 65px 100px 0 100px;
	border-top: 1px solid rgba(112, 112, 112, .2);
	color: #666666;
	font-size: 14px;
}

.ndbt {
	margin-top: 110px;
	padding-top: 65px;
	border-top: 1px solid rgba(112, 112, 112, .2);
}

.ndbl {
	float: left;
}

.ndbr {
	float: right;
}

.ndbl font {
	float: right;
}

.ndbr font {
	float: left;
	text-align: right;
}

.ndbl,
.ndbr {
	width: 45%;
	color: #666666;
	font-size: 16px;
}

.ndbl font,
.ndbr font {
	display: block;
	width: 91%;
}

.ndbl i,
.ndbr i {
	display: block;
	font-size: 23px;
	line-height: 1.5;
}

.ndbl i {
	float: left;
}

.ndbr i {
	float: right;
}

.ndbl:hover,
.ndbr:hover {
	color: #003C88;
}

.pb1list .pl1item {
	padding: 80px 0;
}

.pb1list .pl1item:not(:first-child) {
	border-top: 1px solid rgba(112, 112, 112, .3);
}

.pwbot1 {
	padding: 119px 0 60px 0;
}

.pl1bt {
	display: block;
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
}

.pl1nr {
	color: #666666;
	font-size: 18px;
	margin-top: 30px;
}

.pl1yy {
	color: #666666;
	font-size: 24px;
	margin-top: 39px;
}

.pl1list {
	margin-top: 35px;
	margin-left: -1%;
}

.pl1list li {
	position: relative;
	float: left;
	width: 24%;
	margin-left: 1%;
}

.pl1list li:hover .pl1tp img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.pl1tp {
	position: relative;
	overflow: hidden;
}

.pl1tp:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 88px;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .85));
	z-index: 1;
}

.pl1tp img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.pl1title {
	position: absolute;
	left: 15px;
	bottom: 15px;
	right: 15px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	z-index: 5;
}

.pwbot2 {
	background: #F6F6F6;
	padding: 96px 0 235px 0;
}

.pb2pic {
	position: relative;
	float: left;
	width: 48%;
}

.pp2t1 {
	display: block;
	width: 100%;
}

.pp2t2 {
	display: block;
	position: absolute;
	width: 57%;
	top: 75%;
	right: -37%;
}

.pb2wz {
	float: left;
	width: 52%;
	box-sizing: border-box;
	padding: 70px 48px 0 84px;
}

.pw2bt {
	display: block;
	color: #333333;
	font-size: 36px;
	font-weight: normal;
}

.pw2ms {
	color: #666666;
	font-size: 18px;
	margin-top: 40px;
}

.pwbot3 {
	padding: 195px 0 260px 0;
}

.pb3left {
	float: left;
	width: 33%;
	margin-top: 70px;
}

.pb3right {
	float: right;
	width: 56%;
}

.pb3right img {
	display: block;
	width: 100%;
}

.products-wrap {
	border-bottom: 5px solid #003C88;
}

.iwbot1 {
	padding: 119px 0 63px 0;
}

.iw1map {
	position: relative;
	margin-top: 68px;
	width: 93%;
}

.im1bg {
	text-align: center;
}

.im1bg img {
	display: inline-block;
	width: 100%;
}

.imdw1 {
	position: absolute;
	top: 32%;
	right: 4.5%;
}

.imdw2 {
	position: absolute;
	top: 43.5%;
	right: 5.3%;
}

.imdw3 {
	position: absolute;
	top: 57.7%;
	right: 7.6%;
}

.imdw4 {
	position: absolute;
	right: 17%;
	bottom: 9%;
}

.imdw5 {
	position: absolute;
	bottom: 26.5%;
	left: 58%;
}

.imdw6 {
	position: absolute;
	top: 23%;
    left: 29.8%;
	text-align: center;
}

.imdw7 {
	position: absolute;
	left: 10.5%;
    top: 43.5%;
	text-align: center;
}

.id1txt {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.imdw1 .id1line,
.imdw2 .id1line,
.imdw3 .id1line,
.imdw5 .id1line {
	vertical-align: text-top;
}

.imdw1 .id1txt,
.imdw2 .id1txt,
.imdw3 .id1txt {
	vertical-align: super;
	margin-left: 5px;
}

.imdw1 .id1line,
.imdw2 .id1line,
.imdw3 .id1line,
.imdw1 .id1txt,
.imdw2 .id1txt,
.imdw3 .id1txt,
.imdw5 .id1line,
.imdw5 .id1txt {
	display: inline-block;
}

.imdw4 .id1line {
	margin-left: 40px;
}

.imdw5 .id1txt {
	vertical-align: text-top;
	margin-left: 8px;
}

.iwbot2 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.ib2top .nygb1 {
	float: left;
}

.it2right {
	float: right;
}

.itr2qh {
	display: inline-block;
	color: #666666;
	font-size: 20px;
}

.itr2qh.active {
	color: #003C88;
	border-bottom: 3px solid #003C88;
}

.itr2qh:not(:first-child) {
	margin-left: 50px;
}

.ib2top {
	line-height: 69px;
}

.ib2banner {
	position: relative;
	overflow: hidden;
	margin: 50px 150px 0 150px;
	padding: 0 105px;
}

.ib2banner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	background: rgba(0, 0, 0, .19);
	color: #fff;
}

.ib2banner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.ib2banner .slick-prev:before {
	content: "\e909";
}

.ib2banner .slick-next:before {
	content: "\e600";
}

.ib2banner .slick-prev {
	left: 0;
}

.ib2banner .slick-next {
	right: 0;
}

.ib2banner .slick-arrow:hover {
	background: #003C88;
}

.ibj2item {
	position: relative;
	float: left;
	margin-bottom: 75px;
}

.ii2pic {
	float: left;
	width: 61%;
}

.ii2pic img {
	display: block;
	width: 100%;
}

.ii2wz {
	position: absolute;
	right: 0;
	bottom: -75px;
	width: 46%;
	background: rgba(255, 255, 255, .9);
	box-sizing: border-box;
	padding: 74px 64px 120px 64px;
}

.iw2name {
	display: block;
	color: #333333;
	font-size: 36px;
	line-height: 1.5;
}

.iw2desc {
	color: #666666;
	font-size: 16px;
	margin-top: 40px;
}

.iwbot3 {
	padding: 120px 0;
}

.ib3top .nygb1 {
	float: left;
}

.nt3pn {
	float: right;
}

.nt3pn a {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .2);
	color: #fff;
	font-size: 16px;
	margin-left: 25px;
}

.nt3pn a:hover {
	background: #003C88;
}

.it3box {
	overflow: hidden;
	margin: 80px 0 0 250px;
}

.it3banner {
	position: relative;
	width: 470px;
}

.it3banner .slick-list {
	overflow: visible;
}

.ib3item {
	position: relative;
	float: left;
	margin-right: 40px;
	border: 1px solid #DDDDDD;
}

.ib3item:hover .ibi3pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ib3item:hover .iw3t1,
.ib3item:hover .iw3t3 {
	color: #003C88;
}

.ib3item:hover .ibi3wz:before {
	width: 100%;
}

.ibi3pic {
	overflow: hidden;
}

.ibi3pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ibi3wz {
	position: relative;
	padding: 25px;
}

.ibi3wz:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 5px;
	background: #003C88;
	transition: 0.45s;
}

.iw3t1 {
	display: block;
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
}

.iw3t2 {
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
	height: 58px;
	overflow: hidden;
}

.iw3t3 {
	display: block;
	color: #999999;
	font-size: 14px;
	margin-top: 40px;
}

.iwbot4 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0;
}

.ib4left {
	float: left;
}

.il4number {
	margin-top: 245px;
}

.in4sz {
	display: block;
	font-family: 'BrownStd-Light';
	color: #003C88;
	font-size: 70px;
	line-height: 1.5;
}

.in4sz sup {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #333333;
}

.in4txt {
	color: #333333;
	font-size: 18px;
}

.ib4right {
	float: right;
	width: 66%;
	color: #333333;
	font-size: 18px;
}

.iw1mbmap {
	display: none;
}

.dwbot1 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 119px 0 143px 0;
}

.db1top .nygb1 {
	float: left;
}

.dt1more {
	float: right;
	color: #666666;
	font-size: 16px;
}

.dt1more:hover {
	color: #003C88;
}

.db1list {
	margin-top: 30px;
	margin-left: -2%;
}

.db1list li {
	position: relative;
	float: left;
	width: 31.333%;
	margin-left: 2%;
	box-sizing: border-box;
	background: #fff;
	padding: 45px 35px 35px 35px;
	border-top: 4px solid #003C88;
	transition: 0.45s;
	margin-top: 30px;
}

.db1list li:hover,
.db3list li:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.dl1title {
	display: block;
	color: #333333;
	font-size: 24px;
	line-height: 1.5;
	height: 108px;
	overflow: hidden;
}

.dl1desc {
	color: #666666;
	font-size: 16px;
	margin-top: 30px;
	height: 86px;
	overflow: hidden;
}

.dl1date {
	display: block;
	font-family: 'BrownStd-Light';
	color: #999999;
	font-size: 14px;
	margin-top: 70px;
}

.dwbot2 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 119px 0 90px 0;
}

.db2banner {
	position: relative;
	overflow: hidden;
	margin: 60px 150px 0 150px;
	padding: 0 105px;
}

.db2banner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	background: rgba(0, 0, 0, .19);
	color: #fff;
}

.db2banner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.db2banner .slick-prev:before {
	content: "\e909";
}

.db2banner .slick-next:before {
	content: "\e600";
}

.db2banner .slick-prev {
	left: 0;
}

.db2banner .slick-next {
	right: 0;
}

.db2banner .slick-arrow:hover {
	background: #003C88;
}

.db2item {
	position: relative;
	float: left;
	background: rgba(255, 255, 255, .85);
}

.db2item:hover .di2pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.db2item:hover .di2title {
	color: #003C88;
}

.di2pic {
	float: left;
	width: 51%;
	overflow: hidden;
}

.di2pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.di2wz {
	float: left;
	width: 49%;
	box-sizing: border-box;
	padding: 80px 60px 0 70px;
}

.di2date {
	display: block;
	color: #999999;
	font-size: 16px;
}

.di2title {
	display: block;
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
	margin-top: 15px;
	height: 90px;
	overflow: hidden;
}

.di2desc {
	color: #333333;
	font-size: 16px;
	margin-top: 35px;
	height: 58px;
	overflow: hidden;
}

.di2more {
	display: block;
	color: #666666;
	font-size: 14px;
	margin-top: 65px;
}

.db1top {
	line-height: 69px;
}

.dwbot3 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 180px 0 138px 0;
}

.db3list {
	margin-left: -2%;
	margin-top: 24px;
}

.db3list li {
	position: relative;
	float: left;
	width: 48%;
	margin: 40px 0 0 2%;
	background: #fff;
	border-left: 5px solid #003C88;
	box-sizing: border-box;
	padding: 30px 60px 30px 40px;
	transition: 0.45s;
}

.dl3title {
	display: block;
	color: #333333;
	font-size: 24px;
	height: 72px;
	overflow: hidden;
	line-height: 1.5;
}

.dl3date {
	display: block;
	color: #999999;
	font-size: 16px;
	margin-top: 20px;
}

.ir-wrap {
	background: #F6F6F6;
	padding: 119px 0 100px 0;
}

.ir-wrap .w1400 {
	overflow: hidden;
}

.iwtop .nygb1 {
	float: left;
}

.itright {
	float: right;
	margin-top: 10px;
}

.itrselect {
	display: inline-block;
	vertical-align: middle;
	width: 310px;
	height: 50px;
	line-height: 50px;
	background-color: #fff !important;
	box-sizing: border-box;
	padding: 0 20px;
	margin-left: 16px;
	color: #666666;
	font-size: 16px;
	border: none;
	appearance: none;
	background: url(../images/dbx.png) 93% no-repeat;
	background-size: 9px 8px;
}

.itrselect option {
	font-size: 14px;
}

.itrbtn {
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
}

.itrbtn a {
	display: block;
	width: 124px;
	height: 50px;
	line-height: 50px;
	background: #003C88;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.iwlist {
	margin-top: 80px;
	border-top: 4px solid #333333;
	margin-left: -4%;
	padding-top: 26px;
}

.iwlist li {
	float: left;
	width: 46%;
	position: relative;
	padding: 30px 0;
	margin-left: 4%;
	border-bottom: 1px solid rgba(112, 112, 112, .3);
	transition: 0.45s all;
}

.iwlist li:hover {
	border-bottom: 1px solid rgba(0, 60, 136, .3);
}

.iwlist li:hover .iwlicon,
.iwlist li:hover .iwlt1,
.iwlist li:hover .iwlt2,
.iwlist li:hover .iwlload {
	color: #003C88;
}

.iwlicon {
	display: block;
	float: left;
	color: #999999;
	font-size: 23px;
	line-height: 1.5;
}

.iwlwz {
	float: left;
	margin-left: 30px;
	width: 73%;
}

.iwlt1 {
	display: block;
	color: #333333;
	font-size: 20px;
	height: 108px;
	overflow: hidden;
}

.iwlt2 {
	display: block;
	font-family: 'BrownStd-Light';
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}

.iwlload {
	float: right;
	color: #999999;
	font-size: 19px;
}

.iwts {
	color: #999999;
	font-size: 16px;
	margin-top: 50px;
}

.iwts a {
	color: #003C88;
}

.nctop {
	border-bottom: 4px solid #003C88;
}

.nctqh {
	display: block;
	float: left;
	padding: 10px 50px;
	line-height: 1.5;
	color: #333333;
	font-size: 24px;
	border: 1px solid #003C88;
	transition: 0.45s;
}

.nctqh:hover,
.nctqh.active {
	color: #fff;
	background: #003C88;
}

.nctlist {
	margin-top: 25px;
}

.nctlist li {
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid rgba(112, 112, 112, .3);
}

.ntlms {
	position: relative;
	float: left;
	width: 60%;
	color: #333333;
	font-size: 20px;
	padding-left: 54px;
	font-weight: bold;
	box-sizing: border-box;
}

.ntlms:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #999999;
}

.ntldate {
	display: block;
	float: right;
	color: #666666;
	font-size: 16px;
}

.rwbot1 {
	background: #F9F9F9;
	padding: 92px 0 118px 0;
}

.rb1pic {
	float: left;
	width: 55%;
}

.rb1pic img {
	display: block;
	width: 100%;
}

.rb1wz {
	float: left;
	width: 45%;
	box-sizing: border-box;
	padding: 0 0 0 55px;
}

.rb1list {
	margin-top: 85px;
}

.rb1list li {
	margin-top: 60px;
	cursor: pointer;
}

.rb1list li.active .rl1num {
	-webkit-text-stroke: 1px rgba(0, 60, 136, .5);
}

.rb1list li.active .rl1wz {
	margin-top: 0;
}

.rb1list li.active .rw1t1 {
	color: #003C88;
}

.rl1num {
	display: block;
	font-family: 'BrownStd-Regular';
	float: left;
	color: transparent;
	-webkit-text-fill-color: #F9F9F9;
	-webkit-text-stroke: 1px rgba(153, 153, 153, .3);
	font-size: 50px;
	line-height: 1;
}

.rl1wz {
	float: left;
	margin-left: 18px;
	width: 70%;
	transition: 0.45s;
}

.rw1t1 {
	display: block;
	color: #333333;
	font-size: 24px;
}

.rw1t2 {
	display: none;
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
}

.rwbot3 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 154px 0;
}

.rb3bot {
	display: flex;
	margin-top: 44px;
}

.rb3list {
	/* float: left; */
	width: 100%;
}

.rb3list li {
	position: relative;
	float: left;
	width: 31.333%;
	margin: 25px 2% 0 0;
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
}

.rl3title {
	position: relative;
	display: block;
	color: #333333;
	font-size: 28px;
	padding-bottom: 18px;
	line-height: 1.5;
}

.rl3title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 28px;
	height: 3px;
	background: #003C88;
}

.rl3nr {
	color: #666666;
	font-size: 14px;
	margin-top: 30px;
	height: 101px;
	overflow: hidden;
}

.rl3rs {
	color: #003C88;
	font-size: 16px;
	margin-top: 15px;
}

.rl3jh {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45px;
	height: 45px;
	background: #003C88;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
}

.rb3right {
	display: none;
	float: right;
	width: 32%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 25px;
	padding: 50px;
	box-sizing: border-box;
}

.rr3title {
	color: #FFFFFF;
	font-size: 36px;
	line-height: 1.5;
	font-weight: lighter;
}

.rr3title b {
	display: block;
}

.rr3dsf {
	margin-top: 42px;
}

.rd3link {
	display: block;
	color: rgba(255, 255, 255, .5);
	font-size: 18px;
	margin-top: 15px;
}

.rd3link i {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-left: 39px;
}

.rd3link:hover {
	color: #fff;
}

.rd3link:hover i {
	opacity: 1;
	visibility: visible;
}

.rr2txt {
	color: #fff;
	font-size: 16px;
	margin-top: 70px;
	font-weight: lighter;
	margin-bottom: 20px;
}

.rr3way {
	display: block;
	color: #fff;
	font-size: 16px;
}

.rr3way i {
	font-size: 15px;
	margin-right: 18px;
}

.srkk {
	width: 800px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 50px auto 0;
	overflow: hidden;
}

.srkenter {
	display: block;
	float: left;
	width: 90%;
	box-sizing: border-box;
	border: none;
	line-height: 60px;
	padding: 0 20px;
	color: #333;
	font-size: 16px;
}

.srkbtn {
	display: block;
	float: right;
	width: 10%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #003C88;
}

.srjg {
	color: #333;
	font-size: 36px;
	font-weight: normal;
	margin-top: 50px;
}

.srjg span {
	color: #003C88;
}

.srlist {
	margin-top: 30px;
}

.srlist li {
	position: relative;
	float: none;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}

.srltxt {
	float: left;
	width: 75%;
	color: #333333;
	font-size: 20px;
}

.srldate {
	display: block;
	float: right;
	color: #666;
	font-size: 18px;
}

.dl3pb {
	padding: 80px 0 138px 0;
}

.mb-al4ms {
	display: none;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 20px;
}

.uotop1 {
	position: fixed;
	right: 50px;
	bottom: 100px;
	z-index: 10;
	background: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
	color: #333;
	font-size: 18px;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.45s;
}

.uotop1:hover {
	color: #fff;
	background: #003C88;
}
.fwbot1{
	width: 100%;
}
.index-bot6 .footer-wrap{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.ib6bot1{
	width: 100%;
	height: 50%;
}
.ir6bt{
	font-size: 40px;
}
.rslable{
	color: #666666;
	font-size: 18px;
	margin-top: 50px;
}
.rslable strong{
	color:#333333;
}
.fs-select {
	position: relative;
	width: 290px;
	height: 45px;
	line-height: 45px;
	color: #666666;
	font-size: 14px;
	background-color: #fff !important;
	background: url(../images/dbx.png) 95% no-repeat;
	background-size: 9px 8px;
	box-sizing: border-box;
	padding: 0 20px;
	border: 1px solid #ccc;
	margin-top: 30px;
}

.fs-zk {
	display: none;
	width: 100%;
	height: 210px;
	overflow-y: scroll;
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
	z-index: 99;
	position: absolute;
	left: -1px;
	bottom: 100%;
	z-index: 99;
	box-sizing: border-box;
}
.fs-zk::-webkit-scrollbar {
	width: 5px;
	background: none;
}

.fs-zk::-webkit-scrollbar-thumb {
	width: 5px;
	background: #ccc;
}

.fs-zk::-webkit-scrollbar-corner {
	background: none;
}

.fs-zk::-webkit-scrollbar:horizontal {
	height: 9px;
}
.fs-zk a {
	display: block;
	color: #333;
	text-align: center;
	line-height: 1.5;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.fs-zk a:hover {
	color: #003C88;
}

.products-info {padding:60px 12% 60px 12%;display: flex;flex-wrap:wrap;justify-content: flex-start;align-items: center;}
.products-info .item{overflow:hidden;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);border-radius:10px 10px 40px 10px;width: 22%;margin: 1%;padding: 0 !important;}
.products-info .pic{overflow:hidden;}
.products-info .pic img{transition:all 1s;height: 350px;width:100%;object-fit: cover;}
.products-info .tit{display:flex;align-items:center;position:relative;margin-top:0px;height:100px;line-height:30px;overflow:hidden;width: 100%;border-bottom:#e7e7e7 solid 1px;padding-left:20px}
.products-info .tit h3{font-size:20px;}
.products-info .tit h3 a{color:#333;border-left: 4px solid #003C88;padding-left: 10px;}
.products-info .tit h3 a:hover{color:#003C88;}
.products-info .btn{display:flex;align-items:center;overflow:hidden;}
.products-info .btn a{display:block;padding:20px 0;line-height:24px;font-size:16px;color:#111;}
.products-info .btn a:hover{color:#003C88;}
.products-info .item:hover .pic img{transform:scale(1.1);}

@media(max-width:992px){
	.products-info {padding:20px 10px;display: flex;flex-wrap:wrap;justify-content: flex-start;align-items: center;}
	.products-info .item{padding: 0 !important;overflow:hidden;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);border-radius:10px 10px 40px 10px;width: calc(100% - 20px);margin: 20px;}
	.products-info .pic img{transition:all 1s;height: 250px;object-fit: cover;}
}


.solutions-info {padding:60px 8% 60px 8%;display: flex;flex-wrap:wrap;justify-content: flex-start;align-items: center;}
.solutions-info .item{overflow:hidden;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);border-radius:10px 10px 40px 10px;width: 30%;margin: 1.6%;}
.solutions-info .pic{overflow:hidden;}
.solutions-info .pic img{transition:all 1s;}
.solutions-info .tit{display:flex;align-items:center;justify-content: space-between;position:relative;margin-top:20px;height:100px;line-height:30px;overflow:hidden;width: 100%;padding-bottom: 20px;padding-left:10px;}
.solutions-info .tit .right {display: flex;justify-content: center;align-items: center;}
.solutions-info .tit .right .right-item {padding-right: 20px;}
.solutions-info .tit .bottom {color:#000;font-size: 1rem;font-weight: bold;}
.solutions-info .tit h3{font-size:20px;}
.solutions-info .tit a p{color:#333;font-size: 1rem;}
.solutions-info .tit h3 a:hover{color:#003C88;}
.solutions-info .btn{display:flex;align-items:center;overflow:hidden;}
.solutions-info .btn a{display:block;padding:20px 0;line-height:24px;font-size:16px;color:#111;}
.solutions-info .btn a:hover{color:#003C88;}
.solutions-info .item:hover .pic img{transform:scale(1.1);}

@media(max-width:992px){
	.solutions-info {padding:60px 10px;}
	.solutions-info .item{width: 100%;}
}
@media(max-width:1800px){
	.solutions-info .tit a p{color:#333;font-size: 0.75rem;}
}
@media(max-width:1200px){
	.solutions-info .tit a p{color:#333;font-size: 1.5rem;}
	.solutions-info .tit .bottom {color:#000;font-size: 1.5rem;font-weight: bold;}
}


.new-intro {padding:60px 8% 60px 8%;display: flex;flex-wrap:wrap;justify-content: flex-start;align-items: center;}
.new-intro .item{overflow:hidden;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);border-radius:20px;width: 30%;margin: 20px;}
.new-intro .pic{overflow:hidden;}
.new-intro .pic img{transition:all 1s;}
.new-intro .tit{display:flex;justify-content: flex-start;position:relative;margin-top:20px;min-height:100px;line-height:30px;overflow:hidden;width: 100%;padding-bottom: 20px;flex-direction: column;}

.new-intro .tit h3{font-size:20px;}
.new-intro .tit h3 a{color:#000;padding-left: 20px;font-weight: bold;}
.new-intro .tit h3 a:hover{color:#003C88;}
.new-intro .tit .middle {color:#666;font-size: 16px;padding-bottom: 20px;margin: 0 20px;border-bottom:#e7e7e7 solid 1px;}
.new-intro .bottom {color:#666;font-size: 16px;padding: 10px 30px 30px;display: flex;justify-content: space-between;align-items: center;}
.new-intro .btn{display:flex;align-items:center;overflow:hidden;}
.new-intro .btn a{display:block;padding:20px 0;line-height:24px;font-size:16px;color:#111;}
.new-intro .btn a:hover{color:#003C88;}
.new-intro .item:hover .pic img{transform:scale(1.1);}
@media(max-width:992px){
	.new-intro {
		padding: 60px 0;
	}
	.new-intro .item {
		width: 100%;
		margin: 10px;
	}
}


.news-detail {background-color: #e7e7e7;padding:30px 8% 60px 8%;display: flex;flex-wrap:wrap;justify-content: center;align-items: center;flex-direction: column;}
.news-detail .title {color: #000;font-weight: bold;font-size: 20px;}
.news-detail .time {color: #999;font-size: 14px;padding-top: 10px;}
.news-detail .content {color: #333;font-size: 16px;margin-top: 20px;background-color: #fff;padding: 40px 40px 100px;}
.news-detail .pagination {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.news-detail .pagination .name{
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.news-detail .pagination .name:hover{
	color: #003C88;
}

@media(max-width:992px){
	.news-detail {
		padding: 60px 0;
	}
	.news-detail .content {
		padding: 20px;
	}
}
﻿@charset "utf-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* 
    author:sdw;
    date:2021-09-06;
    Copyright:©sdw;
*/


:root{
--vi-color:#094594;/*--主色--*/
--vi-subcolor:#0dbfcf;/*--副色--*/
}

html{font-size:20px;}

@media(max-width:1920px){
html{font-size:16px;}
}

@media(max-width:1440px){
html{font-size:14px;}
}

@media(max-width:1200px){
html{font-size:10px;}
}

/*--font-face--*/
@font-face{
    font-family: "DIN Medium";
    src:url('../font/DIN Medium.eot');
    src:url('../font/DIN Medium.eot#iefix') format('embedded-opentype'),
      url('../font/DIN Medium1.ttf') format('truetype'),
     url("http://www.ajc-ele.com/font/DIN%20Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
/*--end font-face--*/

/*--public--*/
.wrapper{margin:0 auto;width:90rem;}
@media(max-width:1440px){
.wrapper{width:85.7rem;}
}
@media(max-width:1200px){
.wrapper{width:99.2rem;}
}
@media(max-width:992px){
#app{padding:6.25rem 0;overflow:hidden;}
.wrapper{width:100%;}
}
/*--end public--*/

/*--mheader--*/
.mask{display:none;position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);}
.mheader{display:none;position:fixed;z-index:9999;top:0;left:0;width:100%;height:6.25rem;background:#fff;border-bottom:#e5e5e5 solid 1px;}
.mheader .home-inner{position:relative;height:6.25rem;line-height:6.25rem;overflow:hidden;}
.mheader .home-inner .logo{float:left;width:53.33vw;height:6.25rem;display:flex;align-items:center;}
.mheader .home-inner .nav-btn{position:absolute;right:0;top:0;width:6.25rem;height:100%;color:#999;text-align:center;cursor:pointer;}
.mheader .home-inner .nav-btn i{font-size:1.875rem;color:#999;}
.mheader .home-inner .nav-btn i.icon-menu{display:block;}
.mheader .home-inner .nav-btn i.icon-close{display:none;}
.mheader .home-inner .nav-btn.active i.icon-menu{display:none;}
.mheader .home-inner .nav-btn.active i.icon-close{display:block;}
.mheader .inpage-inner{position:relative;height:6.25rem;line-height:6.25rem;overflow:hidden;}
.mheader .inpage-inner .back{position:absolute;left:0;top:0;width:6.25rem;height:100%;color:#999;text-align:center;cursor:pointer;}
.mheader .inpage-inner .back i{font-size:1.875rem;color:#999;}
.mheader .inpage-inner .tit{text-align:center;font-size:1.875rem;color:#333;}
.mheader .inpage-inner .nav-btn{position:absolute;right:0;top:0;width:6.25rem;height:100%;color:#999;text-align:center;cursor:pointer;}
.mheader .inpage-inner .nav-btn i{font-size:1.875rem;color:#999;}
.mheader .inpage-inner .nav-btn i.icon-menu{display:block;}
.mheader .inpage-inner .nav-btn i.icon-close{display:none;}
.mheader .inpage-inner .nav-btn.active i.icon-menu{display:none;}
.mheader .inpage-inner .nav-btn.active i.icon-close{display:block;}
.mheader .siderNav{display:none;position:absolute;top:100%;left:0;width:100%;height:calc(100vh - 6.25rem);overflow-y:auto;background:#fff;}
.mheader .siderNav li{overflow:hidden;border-top:#e8e8e8 solid 1px;}
.mheader .siderNav li>a{display:block;padding:1.625rem 2.5rem;font-size:1.75rem;color:#333;}
.mheader .siderNav li>a:before{display:block;float:right;font-family:"iconfont";content:"\e694";transition:all .5s;}
.mheader .siderNav li .drop{display:none;padding:1.25rem 2.5rem;overflow:hidden;background:#f5f5f5;border-top:#e8e8e8 solid 1px;}
.mheader .siderNav li .drop a{display:block;padding:1.25rem 0;font-size:1.75rem;color:#666;}
.mheader .siderNav li.active>a:before{color:#D43030;transform:rotate(90deg);}
@media(max-width:992px){
.mheader{display:block;}
}
/*--end mheader--*/

/*--footer-m--*/
.footer-m{display:none;padding:3.75rem 1.25rem;text-align:center;overflow:hidden;background:#1c1c1c;}
.footer-m .infos{position:relative;padding-bottom:1.5rem;overflow:hidden;}
.footer-m .infos:before,.footer-m .infos:after{display:block;position:absolute;bottom:0;height:1px;content:"";background:#fff;}
.footer-m .infos:before{z-index:1;left:0;width:100%;opacity:0.1;}
.footer-m .infos:after{z-index:2;left:50%;width:1.875rem;transform:translateX(-50%);}
.footer-m .infos span{display:block;font-size:1.25rem;color:#999;}
.footer-m .infos em{display:block;font-family:"DIN Medium";font-size:1.75rem;color:#D43030;}
.footer-m .infos h3{margin-top:0.5rem;font-size:1.75rem;color:#fff;}
.footer-m .copyright{padding-top:2rem;overflow:hidden;}
.footer-m .copyright p{font-size:1.5rem;line-height:1.75;color:#666;}
.footer-m .copyright p span{display:inline-block;margin:0 0.5rem;}
.footer-m .copyright p a{color:#666;}
@media(max-width:992px){
.footer-m{display:block;}
}
/*--end footer-m--*/

/*--serverBar--*/
.serverBar{display:none;position:fixed;z-index:999;top:50%;right:0;transform:translateY(-50%);}
.serverBar li{position:relative;margin-bottom:10px;}
.serverBar li a{display:block;padding:5px;width:50px;height:50px;text-align:center;color:#666 !important;background:#fff;border:#f0f0f0 solid 1px;}
.serverBar li a>i{display:block;font-size:18px;}
.serverBar li a>span{display:block;font-size:14px;}
.serverBar li:hover a{color:#fff !important;background:#D43030;border-color:rgba(255,255,255,0.1);}
.serverBar li .infos{display:none;position:absolute;right:60px;padding:10px;background:#fff;border:#f0f0f0 solid 1px;box-shadow:0 0 10px rgba(255,255,255,0.1);}
.serverBar li .tel{top:0;}
.serverBar li .tel dt{padding-bottom:6px;font-size:14px;color:#666;border-bottom:#f0f0f0 solid 1px;}
.serverBar li .tel dd{padding-top:6px;font-size:20px;font-family:"DIN Medium";color:#D43030;white-space:nowrap;}
.serverBar li .QRcode{bottom:0;overflow:hidden;}
.serverBar li .QRcode .item{overflow:hidden;}
.serverBar li .QRcode .item i{display:block;width:100px;}
.serverBar li .QRcode .item img{display:block;width:100%;}
.serverBar li .QRcode .item p{font-size:14px;color:#666;text-align:center;}
.serverBar li:hover .infos{display:block;}
@media(max-width:1200px){
.serverBar{display:none !important;}
}
/*--end serverBar--*/

/*--affixMenu--*/
.affixMenu{display:none;position:fixed;z-index:999;left:0;bottom:0;width:100%;background:#fff;}
.affixMenu ul{display:flex;}
.affixMenu li{position:relative;flex:none;text-align:center;}
.affixMenu li:nth-child(1),.affixMenu li:nth-child(2),.affixMenu li:nth-child(3){width:19%;}
.affixMenu li:nth-child(4){width:27%;background:#D43030;}
.affixMenu li:nth-child(5){width:16%;background:#212121;}
.affixMenu li a{display:block;padding:1rem 0;height:6.25rem;border-right:rgba(0,0,0,0.1) solid 1px;}
.affixMenu li:last-child a{border-right:none;}
.affixMenu li i{font-size:1.75rem;color:#999;}
.affixMenu li span{display:block;margin-top:0.3125rem;font-size:1.5rem;color:#666;line-height:1;}
.affixMenu li:nth-child(4) i,.affixMenu li:nth-child(5) i{color:#fff;}
.affixMenu li:nth-child(4) span,.affixMenu li:nth-child(5) span{color:#fff;}
.affixMenu li:nth-child(4) a{display:flex;width:100%;height:100%;align-items:center;justify-content:center;}
.affixMenu li:nth-child(4) span{margin-top:0;margin-left:0.3125rem;}
@media(max-width:1200px){
.affixMenu{display:block;}   
}
/*--end affixMenu--*/

/* 
    author:sdw;
    date:2022-04-26;
    Copyright:©sdw;
*/

/*--header--*/
.header{position:fixed;z-index:999;top:0;left:0;width:100%;height:60px;}
.header .logoBox{position:absolute;left:0;top:0;padding:0 15px;width:400px;height:100px;overflow:hidden;background:#D43030;border-bottom-right-radius:50px;}
.header .logoBox img{filter: contrast(0) brightness(2);}
.header .navBox{display:flex;justify-content:flex-end;padding:0 50px;width:100%;height:90px;align-items:center;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.header .navBox .nav{}
.header .navBox .nav ul{display:flex;}
.header .navBox .nav li{position:relative;margin-right:40px;height:90px;line-height:90px;}
.header .navBox .nav li:after{display:block;position:absolute;left:50%;bottom:0;margin-left:-20px;width:40px;height:4px;content:"";background:#D43030;transform:scaleX(0);transition:all .5s;}
.header .navBox .nav li>a{display:block;font-size:20px;color:#333;}
.header .navBox .nav li.cur:after,.header .navBox .nav li:hover:after{transform:scaleX(1);}
.header .navBox .nav li.cur>a,.header .navBox .nav li:hover>a{color:#D43030;}
.header .navBox .tel{padding-left:30px;min-height:25px;line-height:25px;overflow:hidden;background:url(../images/Common/tel.png) no-repeat 0 center;}
.header .navBox .tel em{display:block;font-family:"DIN Medium";font-size:18px;color:#D43030;}
@media(max-width:1440px){
.header .navBox .nav li{margin-right:30px;}
}
@media(max-width:1200px){
.header{display:none;}   
}
/*--end header--*/

/*--dropDown--*/
.dropDown{display:none;position:absolute;z-index:999;left:0;top:100%;min-width:150px;background:#D43030;}
.dropDown a{display:block;padding:10px 22px;line-height:40px;font-size:16px;color:#fff;white-space:nowrap;border-top:rgba(0,0,0,0.1) solid 1px;}
.dropDown a:before{display:inline-block;margin-right:10px;content:"-";}
.dropDown a:hover{background:var(--vi-subcolor);}
/*--end dropDown--*/

/*--footer--*/
.footer{padding:60px 0 20px;overflow:hidden;background:#D43030;}
.ft-menu{overflow:hidden;}
.ft-menu h3{line-height:30px;font-size:18px;color:#fff;}
.ft-menu ul{display:flex;margin-top:20px;}
.ft-menu ul li{position:relative;margin-right:40px;padding-right:41px;line-height:25px;font-size:18px;}
.ft-menu ul li:after{display:block;position:absolute;right:0;top:2px;bottom:2px;width:1px;content:"";background:#fff;opacity:.1;}
.ft-menu ul li a{color:#83a5d2;}
.ft-menu ul li a:hover{color:#fff;}
.ft-infos{padding-bottom:40px;overflow:hidden;}
.ft-infos .address{float:left;padding-top:45px;width:500px;}
.ft-infos .address-menu{overflow:hidden;}
.ft-infos .address-menu li{float:left;margin-right:24px;font-size:18px;color:#83a5d2;cursor:pointer;}
.ft-infos .address-menu li.cur{color:#fff;}
.ft-infos .address-main{margin-top:20px;overflow:hidden;}
.ft-infos .address-main .item{display:none;}
.ft-infos .address-main .item p{margin-bottom:5px;font-size:16px;color:#83a5d2;}
.ft-infos .address-main .item p em{font-family:"DIN Medium";}
.ft-infos .tel{float:left;padding-top:70px;width:400px;text-align:center;overflow:hidden;}
.ft-infos .tel em{display:inline-block;padding:0 32px;min-height:32px;font:bold 24px/32px "DIN Medium";color:#fff;background:url(../images/Common/ft_tel.png) no-repeat 0 center;}
.ft-infos .tel span{display:block;font-size:16px;color:#fff;}
.ft-infos .QRcode{float:right;padding-top: 20px;}
.ft-infos .QRcode .item{float:left;margin-right:20px;padding:15px;width:145px;border:rgba(255,255,255,.1) solid 1px;}
.ft-infos .QRcode .item:last-child{margin-right:0;}
.ft-infos .QRcode .item i{display:block;}
.ft-infos .QRcode .item span{display:block;margin-top:10px;font-size:16px;color:#83a5d2;text-align:center;}
.ft-bottom{padding:20px 0;overflow:hidden;border-top:rgba(255,255,255,.1) solid 1px;}
.ft-bottom .copyright{overflow:hidden;}
.ft-bottom .copyright .fl span{display:inline-block;margin-right:20px;font-size:14px;color:#83a5d2;}
.ft-bottom .copyright .fl span a{color:#83a5d2;}
.ft-bottom .copyright .fl span a:hover{color:#fff;}
.ft-bottom .copyright .fr a{display:block;font-size:14px;font-family:"DIN Medium";color:#83a5d2;text-transform:uppercase;}
.ft-bottom .copyright .fr a:before{font-family:"iconfont";content:"\e695";}
.ft-bottom .flinks{margin-top:10px;font-size:14px;overflow:hidden;}
.ft-bottom .flinks .addlink{display:block;float:right;color:#83a5d2;}
.ft-bottom .flinks .addlink:hover{color:#fff;}
.ft-bottom .flinks dl{display:block;overflow:hidden;}
.ft-bottom .flinks dt{float:left;color:#83a5d2;}
.ft-bottom .flinks dd{padding-left:32px;overflow:hidden;}
.ft-bottom .flinks dd a{display:inline-block;margin-right:32px;color:#83a5d2;}
.ft-bottom .flinks dd a:hover{color:#fff;}
@media(max-width:1600px){
.footer{padding:40px 0 10px;}
.ft-infos .tel{width:360px;}
}
@media(max-width:1200px){
.footer{display:none;}   
}
/*--end footer--*/

/*from inpage.css*/
/*--wrap-title--*/
.wrap-title{margin-bottom:50px;text-align:center;overflow:hidden;animation:fadeInDown 1s;}
.wrap-title h2{font-size:42px;color:#333;}
.wrap-title h2 a{color:#333;}
.wrap-title p{font-size:18px;color:#666;text-transform:uppercase;}
@media(max-width:1200px){
.wrap-title{margin-bottom:25px;}
.wrap-title h2{font-size:24px;}
.wrap-title p{font-size:14px;}
}
/*--end wrap-title--*/

/*--products--*/
.products{padding:80px 0;overflow:hidden;}
.products-list{display:flex;flex-wrap:wrap;margin:-25px;overflow:hidden;}
.products-list .item{display:block;margin:25px;width:calc(100% / 3 - 50px);overflow:hidden;border:#eee solid 1px;transition:all 1s;animation:fadeInUp 1s;}
.products-list .pic{padding:0% 0;overflow:hidden;background:#0c63d4;}
.products-list .pic img{display:block;margin:0 auto;width:auto;max-width:100%;}
.products-list .text{padding:20px;text-align:center;overflow:hidden;}
.products-list .text h3{font-size:20px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .5s;}
.products-list .text p{margin:10px 0 10px;height:96px;line-height:32px;font-size:16px;color:#777;overflow:hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp:3;-webkit-box-orient: vertical;}
.products-list .text i{display:block;font-size:22px;color:#aaa;font-size:22px;transition:all .5s;}
.products-list .item:hover{box-shadow:0 0 10px rgba(0,0,0,0.1);}
.products-list .item:hover .text h3,.products-list .item:hover .text i{color:#D43030;}
@media(max-width:1200px){
.products{padding:40px 10px;}
.products-list{margin:-5px;}
.products-list .item{margin:5px;width:calc(50% - 10px);background:#fff;}
.products-list .text{padding:10px;}
.products-list .text h3{font-size:16px;}
.products-list .text p,.products-list .text i{display:none;}  
}
/*--end products--*/

/*--brand-infos--*/
.brand-infos{margin-bottom:60px;overflow:hidden;}
.brand-infos .inner{padding:56px 0;overflow:hidden;background:#fafafa;border-radius:5px;}
.brand-infos .pic{float:left;width:321px;background:#D43030;}
.brand-infos .pic img{display:block;width:100%;}
.brand-infos .text{padding:0 75px;overflow:hidden;border-left:#e1e1e1 solid 0px;}
.brand-infos .text h2{height:50px;line-height:50px;font-size:24px;color:#333;overflow:hidden;}
.brand-infos .text p{margin-top:20px;line-height:28px;font-size:16px;color:#999;overflow:hidden;}
@media(max-width:1200px){
.brand-infos{margin-bottom:20px;}
.brand-infos .inner{padding:0;}
.brand-infos .pic{float:none;width:100%;}
.brand-infos .pic img{margin:0 auto;width:auto;max-width:100%;}
.brand-infos .text{padding:20px;border-left:none;border-top:#e1e1e1 solid 1px;}
.brand-infos .text h2{height:auto;line-height:1.5;font-size:18px;}
.brand-infos .text p{margin-top:10px;line-height:1.25;font-size:14px;}
}
/*--end brand-infos--*/

/* --t-intro-type02-- */
.t-intro-type02{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;font-family:"微软雅黑";}
.t-intro-type02 .pic{width:600px;overflow:hidden;}
.t-intro-type02 .pic img{display:block;width:100%;}
.t-intro-type02 .text{position:relative;width:calc(100% - 680px);padding-top:20px;overflow:hidden;}
.t-intro-type02 .text .hd{overflow:hidden;}
.t-intro-type02 .text .hd h3{font-size:32px;color:#21589f;font-weight:bold;}
.t-intro-type02 .text .hd p{font-size:16px;color:#999;}
.t-intro-type02 .text .bd{padding-top:20px;overflow:hidden;}
.t-intro-type02 .text .bd p{font-size:16px;line-height:1.75;color:#333;}
.t-intro-type02 .text .datas{position:absolute;bottom:40px;left:0;width:100%;display:flex;flex-wrap:wrap;}
.t-intro-type02 .text .datas .item{margin-right:20px;width:80px;text-align:center;}
.t-intro-type02 .text .datas .item span{display:block;margin:0 auto;width:60px;border-radius:50%;}
.t-intro-type02 .text .datas .item span img{display:block;width:100%;border-radius:50%;}
.t-intro-type02 .text .datas .item p{margin-top:10px;font-size:14px;color:#666;}
@media(max-width:1200px){
.t-intro-type02 .pic{width:100%;}
.t-intro-type02 .text{width:100%;padding-top:20px;}
.t-intro-type02 .text .hd h3{font-size:20px;}
.t-intro-type02 .text .hd p{font-size:14px;}
.t-intro-type02 .text .bd p{font-size:14px;}
.t-intro-type02 .text .datas{position:static;padding-top:20px;}
.t-intro-type02 .text .datas .item{width:25%;margin:0;}
.t-intro-type02 .text .datas .item span{width:45px;height:45px;}
}
/* --end t-intro-type02-- */

/* --t-title-type02-- */
.t-title-type02{position:relative;text-align:center;padding-bottom:35px;padding-top:80px;}
.t-title-type02 h2{position:relative;z-index:1;font-size:34px;color:#333;font-family:"微软雅黑";font-weight:bold;}
.t-title-type02 p{font-size:16px;color:#999;font-family:"微软雅黑";}
@media(max-width:1400px){
.t-title-type02 h2{font-size:24px;font-family:"微软雅黑";font-weight:bold;}
.t-title-type02 p{font-size:14px;font-family:"微软雅黑";}
}
/* --end t-title-type02-- */

/*--t-adv-type05--*/
.t-adv-type05-list{display:flex;flex-wrap:wrap;justify-content:space-between;margin:-20px;font-family:"微软雅黑";}
.t-adv-type05-list .item{margin:20px;padding:60px;overflow:hidden;width:calc(100% / 2 - 40px);text-align:center;overflow:hidden;background:#f6f6f6;border-radius:5px;transition:all 1s;}
.t-adv-type05-list .pic{margin:0 auto 40px;width:60px;height:60px;}
.t-adv-type05-list .pic img{display:block;width:100%;}
.t-adv-type05-list .text{padding-top:40px;line-height:1.5;overflow:hidden;border-top:#e5e5e5 solid 1px;}
.t-adv-type05-list .text h3{font-size:24px;font-weight:400;color:#000;}
.t-adv-type05-list .text p{margin-top:10px;font-size:16px;}
@media(max-width:1200px){
.t-adv-type05-list .item{margin:10px;padding:40px;width:100%;}
.t-adv-type05-list .pic{margin-bottom:20px;width:30px;height:30px;}
.t-adv-type05-list .text{padding-top:20px;}
.t-adv-type05-list .text h3{font-size:20px;}
.t-adv-type05-list .text p{font-size:14px;}
}
/*--end t-adv-type05--*/


/*--mxcp--*/
.mxcp{padding:80px 0;overflow:hidden;}
.mxcp-list{display:flex;flex-wrap:wrap;margin:-25px;}
.mxcp-list .item{margin:25px;padding:25px 30px 0;width:calc(100% / 4 - 50px);overflow:hidden;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);border-radius: 10px 40px 10px 10px;}
.mxcp-list .pic{overflow:hidden;}
.mxcp-list .pic img{transition:all 1s;}
.mxcp-list .tit{display:flex;align-items:center;position:relative;margin-top:50px;height:75px;line-height:30px;overflow:hidden;}
.mxcp-list .tit:before{display:block;position:absolute;left:0;top:0;width:30px;height:2px;content:"";background:#D43030;}
.mxcp-list .tit h3{font-size:20px;}
.mxcp-list .tit h3 a{color:#333;}
.mxcp-list .tit h3 a:hover{color:#D43030;}
.mxcp-list .btn{display:flex;align-items:center;overflow:hidden;border-top:#e7e7e7 solid 1px;}
.mxcp-list .btn a{display:block;padding:20px 0;line-height:24px;font-size:16px;color:#111;}
.mxcp-list .btn a:hover{color:#D43030;}
.mxcp-list .btn:after{display:block;margin-left:10px;width:15px;height:15px;content:"";background:url(../images/Index/icon_zx.png) no-repeat center / 100%;}
.mxcp-list .item:hover .pic img{transform:scale(1.1);}
@media(max-width:1200px){
.mxcp{padding:40px 10px;}
.mxcp-list{margin:-5px;}
.mxcp-list .item{margin:5px;padding:15px 10px 0;width:calc(50% - 10px);border:#f0f0f0 solid 1px;box-shadow:none;}
.mxcp-list .tit{margin-top:20px;}
.mxcp-list .tit h3{font-size:16px;}
.mxcp-list .btn a{padding:15px 0;line-height:20px;font-size:14px;}
}
/*--end mxcp--*/


.company-intro{padding:80px 0;overflow:hidden;background:#fff;}
.company-culture{padding:80px 0;overflow:hidden;background:#f0f0f0;}
.company-adv{padding:80px 0;overflow:hidden;background:#fff;}
.company-culture .list{display:flex;flex-wrap:wrap;margin:-20px;overflow:hidden;}
.company-culture .list .item{position:relative;float:left;margin:20px;padding:100px 20px;width:calc(33.33% - 40px);height:330px;text-align:center;color:#fff;overflow:hidden;background:#333;}
.company-culture .list .item:after{display:block;position:absolute;left:0;top:0;width:100%;height:100%;content:"";background:rgba(0,0,0,0.5);}
.company-culture .list .item h3{position:relative;z-index:3;padding-bottom:20px;font-size:28px;font-weight:bold;overflow:hidden;}
.company-culture .list .item h3:before,.company-culture .list .item h3:after{display:block;position:absolute;bottom:0;height:1px;content:"";background:#fff;}
.company-culture .list .item h3:before{left:0;width:100%;opacity:0.1;}
.company-culture .list .item h3:after{left:50%;width:30px;height:2px;transform:translateX(-50%);}
.company-culture .list .item p{position:relative;z-index:3;margin:20px 0;height:75px;line-height:25px;font-size:18px;}
.company-culture .list .item i{display:block;position:relative;z-index:3;margin:0 auto;width:40px;height:40px;background:url(http://www.ajc-ele.com/images/Template/culture_icon.png) no-repeat 0 0 / 100%;}
.company-culture .list .item i.icon-dw{background-position:0 -80px;}
.company-culture .list .item i.icon-sm{background-position:0 0;}
.company-culture .list .item i.icon-ln{background-position:0 -120px;}
.company-culture .list .item i.icon-yj{background-position:0 -40px;}
.company-culture .list .item:nth-child(1){background:url(../images/Template/culture_01.jpg) no-repeat center / cover;}
.company-culture .list .item:nth-child(2){background:url(../images/Template/culture_02.jpg) no-repeat center / cover;}
.company-culture .list .item:nth-child(3){background:url(../images/Template/culture_03.jpg) no-repeat center / cover;}
.company-culture .list .item:nth-child(4){background:url(../images/Template/culture_04.jpg) no-repeat center / cover;}
@media(max-width:1200px){
.company-intro,.company-culture,.company-adv{padding:40px 10px;}
.company-culture .list{margin:-10px;}
.company-culture .list .item{margin:10px;padding: 50px 10px;width:calc(100% - 20px);height:240px;}
.company-culture .list .item h3{padding-bottom:10px;font-size:20px;}
.company-culture .list .item p{margin:10px 0;height:88px;line-height:22px;font-size:14px;}
}
/*--end cx-culture-01--*/

/*form Index.css*/
/*--banner--*/
.banner{position:relative;z-index:1;clear:both;overflow:hidden;}
.banner .swiper-slide{overflow:hidden;}
.banner .swiper-slide a{display:block;height:100vh;background-repeat:no-repeat;background-size:cover;background-position:center;transform:scale(1.1);transition:transform 2s linear;}
.banner .swiper-slide a img{display:none;}
.banner .swiper-prev,.banner .swiper-next{position:absolute;z-index:9;top:50%;width:36px;line-height:36px;text-align:center;cursor:pointer;color:#fff;transform:translateY(-50%);}
.banner .swiper-prev i,.banner .swiper-next i{display:block;font-size:30px;}
.banner .swiper-prev{left:50px;}
.banner .swiper-next{right:50px;}
.banner .swiper-prev:hover,.banner .swiper-next:hover{color:#fff;border-color:#003C88;background:#003C88;}
.banner .swiper-pager{position:absolute;z-index:9;left:0;bottom:65px;width:100%;text-align:center;}
.banner .swiper-pager span{margin:0 8px !important;width:40px;height:4px;background:#fff;opacity:.3;border-radius:0;}
.banner .swiper-pager span.swiper-pagination-bullet-active{opacity:1;}
.banner .swiper-slide-active a{transform:scale(1);}
@media(max-width:1200px){
.banner .swiper-prev,.banner .swiper-next{display:none;}
.banner .swiper-slide a{height:auto;}
.banner .swiper-slide a img{display:block;}
.banner .swiper-pager{bottom:20px;}
.banner .swiper-pager span{margin:0 5px !important;width:8px;height:8px;}
}
/*--end banner--*/

/*--aboutus--*/
.aboutus{overflow:hidden;background:url(../images/aboutus_bg.jpg) no-repeat center / cover;}
.aboutus .wrapper{margin-top: 80px;margin-bottom: 40px;}
.aboutus .inner{height:640px;overflow:hidden;}
.aboutus .text{float:left;padding-right:3rem;width:36.5rem;}
.aboutus .text .box-title{position:relative;padding-top:20px;overflow:hidden;}
.aboutus .text .box-title h2{line-height:1.25;font-size:32px;color:#003c88;font-weight:600}
.aboutus .text .box-title h2 a{color:#003c88;font-weight: bold;}
.aboutus .text .box-title h2 a:hover{color:#540014;}
.aboutus .text .box-title p{margin-top:8px;font-size:21px;line-height:1.5;color:#111;font-weight: bold;}
.aboutus .text .summary{margin-top:15px;}
.aboutus .text .summary p{font-size:16px;line-height:30px;color:#333;margin-top:50px;font-weight:bold}
.aboutus .text .btnBox{overflow:hidden;}
.aboutus .text .btnBox a{display:block;float:left;margin-right:60px;text-align:center;}
.aboutus .text .btnBox i{display:block;margin:0 auto 10px;width:30px;height:30px;}
.aboutus .text .btnBox span{display:block;font-size:18px;line-height:1.5;color:#333;}
.aboutus .pic{float:right;width:53.5rem;overflow:hidden;height:100%}
.aboutus .pic img{display:block;transition:all 1s;height:100% !important;object: cover;}
.aboutus .pic a:hover img{transform:scale(1.1);}
.aboutus .datas{position:absolute;top:800px;width:73rem;height:160px;overflow:hidden;background:rgba(0,0,0,0.5);border-top-right-radius:50px;transform:translateY(100%);transition:all 1s .5s;}
.aboutus .datas .item{float:left;padding:45px 0 45px 90px;width:25%;height:160px;color:#fff;}
.aboutus .datas .item-1,.aboutus .datas .item-2{background:#003c88;}
.aboutus .datas .item dt{display:flex;align-items:top;height:45px;line-height:45px;}
.aboutus .datas .item dt em{font-size:42px;font-family:'BrownStd-Light';font-weight:bold;}
.aboutus .datas .item dt sup{margin-left:5px;font-size:20px;line-height:1.5;}
.aboutus .datas .item dd{font-size:18px;color:#fff;}
.aboutus.active .text{transform:translateX(0);}
.aboutus.active .datas{transform:translateY(0);}
@media(max-width:1440px){
.aboutus .inner{height:548px;}
.aboutus .text{width:460px;}
.aboutus .text .summary{height:120px;}
.aboutus .text .summary p{-webkit-line-clamp: 3;}
.aboutus .datas{width:960px;top: 0px}
.aboutus .pic{width:720px;}    
}
@media(max-width:1200px){
.aboutus .wrapper{margin-top: 0px;margin-bottom: 0px;}
.aboutus .inner{top:0;padding:40px 20px;height:auto;transform:translateY(0);}
.aboutus .text{float:none;padding-right:0;width:100%;transform:translateX(0);}
.aboutus .text .box-title:before{width:30px;height:2px;}
.aboutus .text .box-title h2{font-size:24px;}
.aboutus .text .box-title p{margin-top:5px;font-size:14px;}
.aboutus .text .summary{margin-top:20px;height:auto;}
.aboutus .text .summary p{font-size:14px;line-height:1.5;}
.aboutus .text .btnBox{margin-top:20px;}
.aboutus .text .btnBox a{margin-right:20px;}
.aboutus .text .btnBox span{font-size:14px;}
.aboutus .pic{margin-top:20px;float:none;width:100%;}
.aboutus .datas{position:relative;margin-top:20px;width:100%;height:auto;background:none;border-radius:0;transform:translateY(0);}
.aboutus .datas:before,.aboutus .datas:after{display:block;position:absolute;content:"";background:rgba(255,255,255,0.1);}
.aboutus .datas:before{left:0;top:50%;width:100%;height:1px;}
.aboutus .datas:after{left:50%;top:0;width:1px;height:100%;}
.aboutus .datas .item{padding:20px;width:50%;height:auto;background:#003c88;}
.aboutus .datas .item dt em{font-size:30px;}
.aboutus .datas .item dt sup{font-size:16px;}
.aboutus .datas .item dd{font-size:14px;}
}
/*--end aboutus--*/

/*--brand--*/
.brand{position: relative;overflow:hidden;background:url(../images/brand_bg.jpg) no-repeat center / cover;}
.brand .inner{position:absolute;top:50%;left:50%;width:320px;text-align:center;transform:translate(-50%,-50%);opacity:0;transition:all 1s .5s;}
.brand .inner h2{line-height:1.25;font-size:42px;color:#fff;}
.brand .inner h2 a{color:#fff;}
.brand .inner h2 a:hover{color:var(--vi-subcolor);}
.brand .inner h2:after{display:block;margin:15px auto;width:50px;height:3px;content:"";background:#fff;}
.brand .inner p{font-size:18px;line-height:30px;color:#fff;}
.brand.active .inner{opacity:1;}
@media(max-width:1200px){
.brand{height:120vw;background-image:url(../images/brand_m_bg.jpg);background-size:100%;}
.brand .inner{width:54vw;opacity:1;}
.brand .inner h2{font-size:24px;}
.brand .inner h2:after{margin-top:10px;width:30px;height:2px;}
.brand .inner p{font-size:14px;line-height:1.5;}
}
/*--end brand--*/

/*--product--*/
.product{overflow:hidden;background:url(../images/product_bg.jpg) no-repeat center / cover;padding: 60px 8% 60px 8%;}
.product .inner{position:relative;top:50%;transform:translateY(-50%);}
.product .box-title{position:relative;overflow:hidden;}
.product .box-title:before{display:block;position:absolute;left:0;top:0;width:50px;height:3px;content:"";background:#003C88;}
.product .box-title h2{line-height:1.25;font-size:42px;color:#111;}
.product .box-title h2 a{color:#111;}
.product .box-title h2 a:hover{color:#003C88;}
.product .box-title p{margin-top:8px;font-size:18px;line-height:1.5;color:#999;text-transform:uppercase;}
.product-hd{position:absolute;top:40px;right:0;width:174px;height:51px;overflow:hidden;display:flex;justify-content:space-between;}
.product-hd .prev,.product-hd .next{width:69px;height:51px;cursor:pointer;background-size:100%;background-repeat:no-repeat;filter:contrast(0) opacity(0.5);transition:all .5s;}
.product-hd .prev{background-image:url(../images/prev.png);}
.product-hd .next{background-image:url(../images/next.png);}
.product-hd .prev:hover,.product-hd .next:hover{filter:none;}
.product-slide{margin:45px -15px 0;padding:15px;overflow:hidden;opacity:1;transform:translateY(0);transition:all 1s .5s;}
.product-slide .item{padding:15px 15px 0;overflow:hidden;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);border-radius:10px 10px 40px 10px;}
.product-slide .pic{overflow:hidden;}
.product-slide .pic img{transition:all 1s;}
.product-slide .tit{display:flex;align-items:center;position:relative;height:100px;line-height:30px;overflow:hidden;width: 100%;border-bottom:#e7e7e7 solid 1px;padding-bottom: 20px;}
/* .product-slide .tit:before{display:block;position:absolute;left:0;top:0;width:30px;height:2px;content:"";background:#003C88;} */
.product-slide .tit h3{font-size:20px;}
.product-slide .tit h3 a{color:#333;border-left: 4px solid #003C88;padding-left: 10px;}
.product-slide .tit h3 a:hover{color:#003C88;}
.product-slide .btn{display:flex;align-items:center;overflow:hidden;}
.product-slide .btn a{display:block;padding:20px 0;line-height:24px;font-size:16px;color:#111;}
.product-slide .btn a:hover{color:#003C88;}
/* .product-slide .btn:after{display:block;margin-left:10px;width:15px;height:15px;content:"";background:url(../images/icon_zx.png) no-repeat center / 100%;} */
.product.active .product-slide{opacity:1;transform:translateY(0);}
.product-slide .item:hover .pic img{transform:scale(1.1);}
@media(max-width:1200px){
.product{padding:40px 20px;}
.product .inner{position:static;transform:translateY(0);}
.product .box-title:before{width:30px;height:2px;}
.product .box-title h2{font-size:24px;}
.product .box-title p{margin-top:5px;font-size:14px;}
.product-hd{display:none;}
.product-slide{margin:25px 0 0;padding:0;opacity:1;transform:translateY(0);}
.product-slide .item{padding:30px 20px 0;border:#f0f0f0 solid 1px;box-shadow:none;}
.product-slide .tit{margin-top:20px;}
.product-slide .tit h3{font-size:16px;}
.product-slide .btn a{padding:15px 0;line-height:20px;font-size:14px;}
.product-slide .swiper-wrapper{display: flex;}
.product-slide .swiper-wrapper .swiper-slide{width: 100% !important;}
}
/*--end product--*/

/*--certify--*/
.certify{overflow:hidden;background:url(../images/certify_bg.jpg) no-repeat center / cover;}
.certify .inner{position:relative;top:50%;transform:translateY(-50%);}
.certify .box-title{position:relative;padding-top:20px;overflow:hidden;}
.certify .box-title:before{display:block;position:absolute;left:0;top:0;width:50px;height:3px;content:"";background:#003C88;}
.certify .box-title h2{line-height:1.25;font-size:42px;color:#fff;}
.certify .box-title h2 a{color:#fff;}
.certify .box-title h2 a:hover{color:#003C88;}
.certify .box-title p{margin-top:8px;font-size:18px;line-height:1.5;color:#fff;text-transform:uppercase;}
.certify-slide .title{ width: 100%; display: flex;justify-content: center;align-items: center;font-size: 24px; color: #fff; font-weight: bold;}
.certify-slide{position:relative;margin-top:60px;height:auto;background: rgba(0, 60, 136, 0.7);margin-left: -40px;padding: 40px;border-radius: 10px;}
.certify-slide .swiper-container{overflow:hidden;}
.certify-slide .item{padding:10px 0;width:350px;overflow:hidden;background:#fff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,0.1);transform: scale(0.6);margin: 0 -60px;}
.certify-slide .item.swiper-slide-active{padding:0;transform: scale(0.8);margin: 0 -60px;z-index:999}
.certify-slide .pic{overflow:hidden;}
.certify-slide .tit{display:none;margin:0 30px;height:60px;line-height:60px;text-align:center;overflow:hidden;border-top:#e5e5e5 solid 1px;}
.certify-slide .tit a{font-size:18px;color:#666;}
.certify-slide .item.swiper-slide-active .tit{display:none;}
.certify-slide .swiper-prev,.certify-slide .swiper-next{position:absolute;z-index:33;top:50%;width:69px;height:51px;cursor:pointer;background-size:100%;background-repeat:no-repeat;transform:translateY(-50%);filter:contrast(0) brightness(2);transition:all .5s;}
.certify-slide .swiper-prev{left: 20px;;background-image:url(../images/prev.png);}
.certify-slide .swiper-next{right:20px;background-image:url(../images/next.png);}
.certify-slide .swiper-prev:hover,.certify-slide .swiper-next:hover{filter:none;}
.certify.active .certify-slide{transform:translateY(0);}
@media(max-width:1200px){
.certify{padding:40px 20px;}
.certify .inner{position:static;transform:translateY(0);}
.certify .box-title:before{width:30px;height:2px;}
.certify .box-title h2{font-size:24px;}
.certify .box-title p{margin-top:5px;font-size:14px;}
.certify-slide{margin-top:20px;height:auto;transform:translateY(0);width: 100vw;margin-left: 0px;padding: 10px;}
/* .certify-slide .item{width:200px;} */
.certify-slide .swiper-prev,.certify-slide .swiper-next{display:none;}
.certify-slide .item{width:200px;overflow:hidden;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);transform: scale(0.6);margin: 0 20px;}
.certify-slide .item.swiper-slide-active{padding:0;transform: scale(0.9);margin: 0 20px;}
}
/*--end certify--*/

/*--adv--*/
.adv{overflow:hidden;background-size:cover;background-position:center;transition:background 2s;}
.adv .inner{position:relative;top:50%;height:640px;transform:translateY(-50%);}
.adv .box-title{position:relative;padding-top:20px;overflow:hidden;}
.adv .box-title:before{display:block;position:absolute;left:0;top:0;width:50px;height:3px;content:"";background:#fff;}
.adv .box-title h2{line-height:1.25;font-size:42px;color:#fff;}
.adv .box-title h2 a{color:#fff;}
.adv .box-title h2 a:hover{color:var(--vi-subcolor);}
.adv .box-title p{margin-top:8px;font-size:18px;line-height:1.5;color:#fff;text-transform:uppercase;}
.adv-summary{margin-top:50px;max-width: 800px;}
.adv-summary p{display:none;font-size:18px;line-height:1.5;color:#fff;}
.adv-list{display:flex;flex-wrap:wrap;justify-content:space-between;position:absolute;left:0;bottom:0;width:100%;}
.adv-list .item{padding:35px 40px;width:calc(25% - 6px);height:220px;cursor:pointer;overflow:hidden;background:rgba(255,255,255,.7);border-radius:8px;transition:background .5s;transform:translateY(100%);}
.adv-list .item .hd{overflow:hidden;}
.adv-list .item .hd i{display:block;float:right;width:40px;height:40px;}
.adv-list .item .hd h3{font-size:28px;line-height:1.25;color:#111;}
.adv-list .item .bd{padding-top:15px;overflow:hidden;}
.adv-list .item .bd p{font-size:18px;color:#666;}
.adv-list .item.cur{background:linear-gradient(135deg, rgba(9,69,148,0.9), 80%, rgba(13,191,207,0.9));}
.adv-list .item.cur .hd i{filter:contrast(0) brightness(2);}
.adv-list .item.cur .hd h3{color:#fff;}
.adv-list .item.cur .bd p{color:#fff;}
.adv-list .item:nth-child(1){transition:transform 1s .5s;}
.adv-list .item:nth-child(2){transition:transform 1s .75s;}
.adv-list .item:nth-child(3){transition:transform 1s 1s;}
.adv-list .item:nth-child(4){transition:transform 1s 1.25s;}
.adv.active .adv-list .item{transform:translateY(0);}
@media(max-width:1200px){
.adv{padding:40px 20px;}
.adv .inner{position:static;height:auto;transform:translateY(0);}
.adv .box-title:before{width:30px;height:2px;}
.adv .box-title h2{font-size:24px;}
.adv .box-title p{margin-top:5px;font-size:14px;}
.adv-list{position:static;margin-top:20px;}
.adv-list .item{margin-bottom:6px;padding:15px 20px;width:calc(50% - 3px);height:180px;transform:translateY(0);}
.adv-list .item .hd i{width:20px;height:20px;}
.adv-list .item .hd h3{font-size:20px;}
.adv-list .item .bd{padding-top:10px;}
.adv-list .item .bd p{font-size:14px;}
}
/*--end adv--*/

/*--news--*/
.news{overflow:hidden;background:url(../images/news_bg.jpg) no-repeat center / cover;}
.news .inner{position:relative;top:50%;transform:translateY(-50%);}
.news .box-title{position:relative;padding-top:20px;overflow:hidden;}
.news .box-title:before{display:block;position:absolute;left:0;top:0;width:50px;height:3px;content:"";background:#003C88;}
.news .box-title h2{line-height:1.25;font-size:42px;color:#111;}
.news .box-title h2 a{color:#111;}
.news .box-title h2 a:hover{color:#003C88;}
.news .box-title p{margin-top:8px;font-size:18px;line-height:1.5;color:#666;text-transform:uppercase;}
.news-tab{position:relative;}
.news-menu{height:60px;line-height:60px;}
.news-menu ul{display:flex;justify-content:flex-end;margin-top:-60px;}
.news-menu li{margin-left:38px;font-size:18px;color:#666;}
.news-menu li a{display:block;color:#666;}
.news-menu li a:hover{color:#003C88;}
.news-slide{margin-top:38px;overflow:hidden;transform:translateY(100%);transition:all 1s .5s;}
.news-slide .item{display:block;overflow:hidden;background:#fff;border-radius:10px;}
.news-slide .pic{overflow:hidden;}
.news-slide .pic img{display:block;width:100%;transition:all 1s;}
.news-slide .text{padding:22px 40px 35px;overflow:hidden;}
.news-slide .text em{display:block;font:14px/24px "DIN Medium";color:#ccc;}
.news-slide .text h3{margin-top:10px;line-height:26px;font-size:18px;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-slide .text p{margin-top:12px;height:75px;line-height:25px;font-size:16px;color:#666;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis;}
.news-slide .text i{display:block;margin-top:40px;font-size:24px;color:#ccc;}
.news-slide .item:hover .pic img{transform:scale(1.1);}
.news-slide .item:hover .text h3{color:#003C88;}
.news-slide .item:hover .text i{color:#003C88;}
.news.active .news-slide{transform:translateY(0);}
@media(max-width:1200px){
.news{padding:40px 20px;}
.news .inner{position:static;height:auto;transform:translateY(0);}
.news .box-title:before{width:30px;height:2px;}
.news .box-title h2{font-size:24px;}
.news .box-title p{margin-top:5px;font-size:14px;}
.news-menu ul{margin-top:0;justify-content:start;}
.news-menu li{margin-left:0;margin-right:20px;font-size:16px;}
.news-slide{margin-top:20px;transform:translateY(0);}
.news-slide .text{padding:15px 20px 20px;}
.news-slide .text h3{font-size:16px;}
.news-slide .text p{margin-top:10px;height:40px;line-height:20px;font-size:14px;-webkit-line-clamp:2;}
.news-slide .text i{margin-top:20px;}
}
/*--end news--*/

/*--indexForm--*/
.indexForm{padding:120px 0;height:490px;overflow:hidden;background:#fff;}
.indexForm .box-title{position:relative;padding-top:20px;overflow:hidden;}
.indexForm .box-title:before{display:block;position:absolute;left:0;top:0;width:50px;height:3px;content:"";background:#003C88;}
.indexForm .box-title h2{line-height:1.25;font-size:42px;color:#111;}
.indexForm .box-title p{margin-top:8px;font-size:18px;line-height:1.5;color:#666;text-transform:uppercase;}
.indexForm-box{margin-top:40px;transform:translateY(100%);transition:all 1s .5s;} 
.indexForm-box ul{display:flex;justify-content:space-between;}
.indexForm-box li{flex:none;}
.indexForm-box li input{padding:10px 25px;width:100%;height:60px;font-size:18px;border:#eee solid 1px;border-radius:8px;box-shadow:0 10px 20px rgba(0,0,0,0.1);}
.indexForm-box li a{display:block;line-height:60px;font-size:18px;color:#fff;text-align:center;background:#003C88;border-radius:8px;}
.indexForm-box li p{padding-left:32px;margin-top:16px;font-size:16px;color:#999;}
.indexForm-box li.ipt01{width:27.14%;}
.indexForm-box li.ipt02{width:16.42%;}
.indexForm-box li.ipt03{width:26.42%;}
.indexForm-box li.btn01{width:25.72%;}
.section.active .indexForm-box{transform:translateY(0);}
@media(max-width:1600px){
.indexForm{padding:80px 0;height:auto;}
}
@media(max-width:1200px){
.indexForm{padding:40px 20px;height:auto;}
.indexForm .box-title{padding-top:15px;}
.indexForm .box-title:before{width:30px;height:2px;}
.indexForm .box-title h2{font-size:24px;}
.indexForm .box-title p{margin-top:5px;font-size:14px;}
.indexForm-box{margin-top:20px;transform:translateY(0);}
.indexForm-box ul{display:block;}
.indexForm-box li{margin-bottom:10px;width:100% !important;}
.indexForm-box li input{padding:10px 15px;height:45px;font-size:14px;}
.indexForm-box li p{padding-left:0;}
.indexForm-box li a{margin-top:20px;line-height:45px;font-size:14px;}
}
/*--end indexForm--*/

/*--fullMenu--*/
#fp-nav{display:none !important;}
#fullMenu{display:none;position:fixed;z-index:999;top:50%;right:20px;width:110px;transform:translateY(-50%);}
#fullMenu li{margin-bottom:15px;}
#fullMenu li[data-menuanchor="banner"]{display:none;}
#fullMenu li a{display:block;position:relative;padding-left:40px;height:24px;line-height:24px;font-size:14px;color:#003C88;}
#fullMenu li a:before{display:block;position:absolute;top:0;left:0;width:24px;height:24px;content:"";border:#003C88 solid 1px;border-radius:50%;transform:scale(0);opacity:0;transition:all .5s;}
#fullMenu li a:after{display:block;position:absolute;top:50%;left:9px;margin-top:-3px;width:6px;height:6px;content:"";border-radius:50%;background:#003C88;opacity:.5;}
#fullMenu li a span{display:none;}
#fullMenu li.active a:before{transform:scale(1);opacity:1;}
#fullMenu li.active a:after{opacity:1;}
#fullMenu li.active a span{display:block;}
#fullMenu.white li a{color:#fff;}
#fullMenu.white li a:before{border-color:#fff;}
#fullMenu.white li a:after{background:#fff;}
@media(max-width:1600px){
#fullMenu{right:10px;width:24px;}	
#fullMenu li.active a span{display:none;}
}
/*--end fullMenu--*/

/*from template.css*/
.main{overflow:hidden;background:#fff;}
.main .siderBar{width:16.25rem;}
.main .siderCont{width:67.5rem;}
.flex{display:flex;flex-wrap:wrap;}
[flex-align="start"]{justify-content:flex-start;}
[flex-align="center"]{justify-content:center;}
[flex-align="end"]{justify-content:flex-end;}
[flex-align="justify"]{justify-content:space-between;}
@media(max-width:1200px){
.main{background:#f6f6f6;}
.main .siderBar{display:none;}
.main .siderCont{width:100%;}  
.sm-hidden{display:none;}
}
/*--end layout--*/

/*--banner--*/
.banner{position:relative;width:100%;clear:both;overflow:hidden;background:#e5e5e5;}
.banner .pic{overflow:hidden;}
.banner .pic img{position:relative;left:50%;width:1920px;transform:translateX(-50%);}
.banner .text{position:absolute;z-index:2;top:50%;width:100%;text-align:center;color:#fff;transform:translateY(-50%);}
.banner .text em{display:block;margin-bottom:0.5rem;font-size:0.75rem;font-family:"DIN Medium";animation:fadeInUp 1s;}
.banner .text h1{font-size:2.625rem;line-height:1.25;animation:fadeInUp 1.5s;}
.banner[data-color="white"] .text{color:#fff;}
.banner[data-color="black"] .text{color:#000;}
@media(max-width:1200px){
}
/*--end banner--*/

/*--menus-wrap--*/
.menus-wrap{line-height:6rem;overflow:hidden;background:#fff;}
.menus-wrap .inner{position:relative;display:flex;justify-content:space-between;}
.menus-wrap .inner:after{display:block;position:absolute;left:0;bottom:0;width:100%;height:1px;content:"";background:#e5e5e5;}
.menus-list{width:62.5rem;overflow:hidden;}
.menus-list li{position:relative;margin-right:3rem;width:auto;font-size:1.25rem;color:#999;}
.menus-list li:after{display:block;position:absolute;left:50%;bottom:0;margin-left:-0.875rem;width:1.75rem;height:3px;content:"";background:#D43030;transform:scaleX(0);transition:all .5s;}
.menus-list li:last-child{margin-right:0;}
.menus-list li a{display:block;color:#999;}
.menus-list li:hover:after,.menus-list li.cur:after{transform:scaleX(1);}
.menus-list li:hover a,.menus-list li.cur a{color:#000;}
@media(max-width:992px){
.menus-wrap{margin-bottom:1.25rem;line-height:5.625rem;}
.menus-wrap .inner:after{display:none;}
.menus-list{width:100%;}
.menus-wrap .crumbs-list{display:none;}
.menus-list li{margin:0;font-size:1.5rem;}
.menus-list li a{padding:0 2rem;}
}
/*--end menus-wrap--*/

/*--crumbs-wrap--*/
.crumbs-wrap{padding:1.5rem 0;line-height:1.625rem;overflow:hidden;}
.crumbs-wrap.gray{background:#f6f6f6;}
.crumbs-wrap .inner{display:flex;justify-content:space-between;overflow:hidden;}
.crumbs-list:before{display:inline-block;margin-right:1rem;font-family:"iconfont";content:"\e626";color:#999;}
.crumbs-list a{display:inline-block;font-size:1rem;color:#999;}
.crumbs-list a:after{display:inline-block;margin:0 1rem;font-family:"iconfont";content:"\e67c";color:#999;}
.crumbs-list a:last-child:after{display:none;}
.crumbs-list a:hover{color:#D43030;}
.crumbs-back{overflow:hidden;}
.crumbs-back a{display:block;font-size:1rem;color:#999;}
.crumbs-back a:before{display:inline-block;margin-right:0.625rem;font-family:"iconfont";content:"\e67d";}
.crumbs-back a:hover{color:#D43030;}
@media(max-width:1200px){
.crumbs-wrap{display:none;}  
}
/*--end crumbs-wrap--*/

/*--m-inpage-menu--*/
.m-inpage-menu{display:none;position:relative;z-index:100;margin-bottom:1.25rem;padding:0 1.25rem;background:#fff;}
.m-inpage-menu .slide-box{position:relative;z-index:999;padding:1.125rem 0;}
.m-inpage-menu .slide-box li{position:relative;width:auto;}
.m-inpage-menu .slide-box li:after{display:none;position:absolute;z-index:-1;top:0;left:0;width:100%;height:calc(100% + 1.25rem);content:"";background:#fff;border-radius:5px 5px 0 0;box-shadow:0 -5px 6px rgba(0,0,0,0.1);}
.m-inpage-menu .slide-box li a{display:block;position:relative;padding:0 1.25rem;line-height:3.75rem;font-size:1.5rem;color:#333;background:#f6f6f6;border-radius:5px;}
.m-inpage-menu .slide-box li.cur a{color:#fff;background:#D43030;}
.m-inpage-menu .slide-box li[data-drop] a:before{display:block;float:right;margin-left:1rem;font-family:"iconfont";content:"\e692";color:#dcdcdc;transition:all .5s;}
.m-inpage-menu .slide-box li[data-drop].active:after{display:block;}
.m-inpage-menu .slide-box li[data-drop].active a:before{transform:rotateX(-180deg);}
.m-inpage-menu .slide-box li[data-drop].active a{color:#333;background:transparent;}
.m-inpage-menu .dropBox{display:none;position:absolute;z-index:998;top:100%;left:1.25rem;right:1.25rem;padding:1.25rem;overflow:hidden;background:#fff;border-radius:5px;box-shadow:0 0 1rem rgba(0,0,0,0.1);}
.m-inpage-menu .drop-item{display:none;float:left;padding:1.25rem 0 1.25rem 1.25rem;width:15.875rem;overflow:hidden;background:#f6f6f6;border-radius:5px;}
.m-inpage-menu .drop-item ul{height:50vh;overflow:auto;}
.m-inpage-menu .drop-item li{margin-bottom:10px;height:3.75rem;}
.m-inpage-menu .drop-item li:last-child{margin-bottom:0;}
.m-inpage-menu .drop-item li dt{position:relative;height:3.75rem;line-height:3.75rem;font-size:1.5rem;}
.m-inpage-menu .drop-item li dt:before{display:block;position:absolute;left:0;top:50%;margin-top:-1rem;width:3px;height:2rem;content:"";background:#D43030;transform:scaleY(0);transition:all .5s;}
.m-inpage-menu .drop-item li dt a{display:block;padding:0 1.625rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.m-inpage-menu .drop-item li dd{display:none;position:absolute;right:1.25rem;top:1.25rem;bottom:1.25rem;padding:1.25rem;width:calc(100% - 18rem);height:50vh;overflow:auto;}
.m-inpage-menu .drop-item li dd a{display:block;position:relative;margin-bottom:10px;padding:0 1.625rem;color:#666;height:3.75rem;line-height:3.75rem;font-size:1.5rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.m-inpage-menu .drop-item li dd a:hover{color:#333;}
.m-inpage-menu .drop-item li.active dt{background:#fff;border-radius:5px 0 0 5px;}
.m-inpage-menu .drop-item li.active dt:before{transform:scaleY(1);}
.m-inpage-menu .drop-item li.active dt a{color:#333;}
.m-inpage-menu .drop-item li.active dd{display:block;}
@media(max-width:992px){
.m-inpage-menu{display:block;}
}
/*--end m-inpage-menu--*/

/*--addMore--*/
.addMore{display:none;text-align:center;overflow:hidden;}
.addMore a{display:block;line-height:5rem;font-size:1.5rem;color:#999;background:#f6f6f6;border-radius:5px;}
@media(max-width:992px){
.addMore{display:block;}
}
/*--end addMore--*/

/*--pager--*/
.pager{clear:both;display:flex;margin-top:3.25rem;line-height:3.125rem;overflow:hidden;}
.pager-num{display:flex;overflow:hidden;}
.pager-num a{display:block;margin-right:0.625rem;width:3.125rem;text-align:center;font-size:1.125rem;font-family:"DIN Medium";color:#666;background:#f6f6f6;border-radius:5px;}
.pager-num a:last-child{margin-right:0;}
.pager-num a:hover,.pager-num a.cur{color:#fff;background:#D43030;transition:all .5s;}
.pager-arrow{display:flex;margin-left:2.5rem;overflow:hidden;}
.pager-arrow a{display:block;margin-left:0.625rem;width:3.125rem;text-align:center;font-size:1.125rem;font-family:"DIN Medium";color:#666;background:#f6f6f6;border-radius:5px;}
.pager-arrow a:hover{color:#fff;background:#D43030;transition:all .5s;}
@media(max-width:992px){
.pager{display:none;}
}
/*--end pager--*/

/*--sideBar--*/
.sider-menu .hd{padding:0 1.25rem;line-height:2.8125rem;overflow:hidden;}
.sider-menu .hd h2{line-height:inherit;font-size:1.25rem;color:#333;}
.sider-menu .hd h2 a{color:#333;}
.sider-menu .bd{margin-top:0rem;}
.sider-menu .bd dl{margin-bottom:1.25rem;overflow:hidden;background:#f6f6f6;border-radius:5px;}
.sider-menu .bd dl:last-child{margin-bottom:0;}
.sider-menu .bd dt{padding:0 1.25rem;height:3.75rem;line-height:3.75rem;font-size:1.25rem;}
.sider-menu .bd dt a{display:block;position:relative;color:#333;}
.sider-menu .bd dt a:before{display:block;float:right;font-family:"iconfont";content:"\e694";color:#ccc;transition:transform .5s;}
.sider-menu .bd dl[data-drop] dt a:after{display:block;position:absolute;left:0;bottom:0;width:100%;height:1px;content:"";background:#e5e5e5;opacity:0;}
.sider-menu .bd dl[data-drop] dt a:before{content:"\e692";}
.sider-menu .bd dd{display:none;padding:1.25rem;overflow:hidden;}
.sider-menu .bd dd li{margin-bottom:1px;height:3.125rem;line-height:3.125rem;font-size:1rem;}
.sider-menu .bd dd li a{display:block;padding:0 1.25rem;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:5px;}
.sider-menu .bd dd li a:before{display:block;float:right;font-family:"iconfont";content:"\e694";color:#fff;}
.sider-menu .bd dl.cur,.sider-menu .bd dl:hover{background:#D43030;box-shadow:0 0 1.25rem rgba(0,0,0,0.1);}
.sider-menu .bd dl[data-drop].cur dt a:before{transform:rotate(-180deg);}
.sider-menu .bd dl[data-drop].cur dt a:after,.sider-menu .bd dl[data-drop]:hover dt a:after{opacity:1;}
.sider-menu .bd dl.cur dd{display:block;}
.sider-menu .bd dl.cur dt a,.sider-menu .bd dl:hover dt a{color:#fff;}
.sider-menu .bd dd li a:hover,.sider-menu .bd dd li.cur a{color:#fff;background:#D43030;transition:all .5s;}

.sider-infos{margin-top:2.5rem;padding:1.5rem;text-align:center;overflow:hidden;background:#fff;border-radius:5px;box-shadow:0 0 1.25rem rgba(0,0,0,0.1);}
.sider-infos i{display:block;margin:0 auto;width:140px;}
.sider-infos span{display:block;line-height:30px;font-size:1rem;color:#666;}
.sider-infos em{display:block;margin-top:0.5rem;font-family:"DIN Medium";font-size:1.25rem;line-height:1.5rem;color:#333;}
.sider-news{margin-top:2.5rem;padding:0 1.25rem;overflow:hidden;background:#fff;border-radius:5px;box-shadow:0 0 1.25rem rgba(0,0,0,0.1);}
.sider-news .hd{line-height:3.75rem;overflow:hidden;border-bottom:#e5e5e5 solid 1px;}
.sider-news .hd h2{line-height:inherit;font-size:1.25rem;color:#333;}
.sider-news .hd h2 a{color:#333;}
.sider-news .bd{padding:0.625rem 0;overflow:hidden;}
.sider-news .bd li{line-height:2rem;font-size:1rem;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sider-news .bd li a{color:#999;}
.sider-news .bd li a:hover{color:#D43030;}

.sider-tags{margin-top:2.5rem;padding:0 1.25rem;overflow:hidden;background:#fff;border-radius:5px;box-shadow:0 0 1.25rem rgba(0,0,0,0.1);}
.sider-tags .hd{line-height:3.75rem;overflow:hidden;border-bottom:#e5e5e5 solid 1px;}
.sider-tags .hd h2{line-height:inherit;font-size:1.25rem;color:#333;}
.sider-tags .hd h2 a{color:#333;}
.sider-tags .bd{padding:0.625rem 0;overflow:hidden;}
.sider-tags .bd ul{display:flex;flex-wrap:wrap;margin:-0.4rem;padding:0.4rem 0;overflow:hidden;}
.sider-tags .bd li{float:left;margin:0.4rem;width:calc(50% - 0.8rem);flex:none;line-height:2.5rem;font-size:0.875rem;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sider-tags .bd li a{display:block;padding:0 0.75rem;color:#999;background:#f6f6f6;border-radius:5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sider-tags .bd li a:hover{color:#fff;background:#D43030;}

.sider-back{height:3.75rem;line-height:3.75rem;overflow:hidden;border-radius:5px;}
.sider-back a{display:block;padding:0 1.25rem;font-size:1.25rem;color:#fff;background:#D43030;border-radius:5px;}
.sider-back a:before{display:block;float:right;font-family:"iconfont";content:"\e624";}
.sider-back a:hover{background:#000;}
/*--sideBar--*/

/*--subNav--*/
.subNav{margin-top:1rem;margin-bottom:2rem;padding:0 10px;height:3.75rem;line-height:3.75rem;overflow:hidden;background:#f6f6f6;border-radius:5px;}
.subNav ul{display:flex;}
.subNav li{position:relative;float:left;width:auto;font-size:1rem;}
.subNav li:after{display:block;position:absolute;left:50%;bottom:0;margin-left:-0.875rem;width:1.75rem;height:3px;content:"";background:#D43030;transform:scale(0,1);}
.subNav li a{display:block;padding:0 1rem;color:#999;}
.subNav li.cur:after,.subNav li:hover:after{transform:scale(1);transition:all .5s;}
.subNav li.cur a,.subNav li:hover a{color:#000;}
@media(max-width:992px){
.subNav{display:none;}
}
/*--end subNav--*/

/*--product-wrap--*/
.product-wrap{padding-bottom:5rem;background:#fff;}
.product-wrap .inner{display:flex;justify-content:space-between;}

.product-main .hd{display:flex;justify-content:space-between;margin-bottom:1rem;height:2.8125rem;line-height:2.8125rem;}
.product-main .hd h2{position:relative;padding-left:1.25rem;line-height:inherit;font-size:1.25rem;color:#333;}
.product-main .hd h2:before{display:block;position:absolute;left:0;top:50%;width:0.25rem;height:1.25rem;content:"";background:#D43030;border-radius:2px;transform:translateY(-50%);}
.product-main .hd ul{display:flex;width:10rem;justify-content:flex-end;}
.product-main .hd li{position:relative;margin-left:1rem;width:2rem;}
.product-main .hd li i{display:block;color:#ccc;font-size:1.5em;}
.product-main .hd li[data-rel="search"] .pop{display:none;position:absolute;right:calc(100% + 1.25rem);top:50%;padding:0.625rem;width:19.5rem;height:3.75rem;border-radius:5px;background:#fff;box-shadow:0 0 1.25rem rgba(0,0,0,0.1);transform:translateY(-50%);}
.product-main .hd li[data-rel="search"] .pop:after{display:block;position:absolute;z-index:2;right:-0.25rem;top:50%;margin-top:-0.25rem;width:0.5rem;height:0.5rem;content:"";background:#fff;transform:rotate(-45deg);}
.product-main .hd li[data-rel="search"] .pop input{display:block;float:left;padding:0 1rem;width:calc(100% - 4.375rem);height:2.5rem;font-size:1rem;border:none;outline:none;}
.product-main .hd li[data-rel="search"] .pop button{display:block;width:4.375rem;height:2.5rem;font-size:1rem;color:#fff;cursor:pointer;background:#D43030;border:none;outline:none;border-radius:5px;}
.product-main .hd li[data-rel="search"] .pop button:hover{background:#000;}
.product-main .hd li:hover i,.product-main .hd li.cur i{color:#333;}

.product-main .hd .m-search{display:none;width:80%;overflow:hidden;}
.product-main .hd .m-search{position:relative;overflow:hidden;border:#e8e8e8 solid 1px;border-radius:5px;}
.product-main .hd .m-search input{display:block;padding:1rem 1.25rem;height:5rem;width:100%;font-size:1.5rem;border:none;outline:none;}
.product-main .hd .m-search input::-webkit-input-placeholder{color:#999;}
.product-main .hd .m-search button{display:block;position:absolute;right:0;top:0;width:5rem;height:100%;cursor:pointer;border:none;outline:none;background:transparent;}
.product-main .hd .m-search button i{font-size:2rem;color:#ccc;}

.product-list[data-mode="grid"]{display:flex;flex-wrap:wrap;margin:-1rem;overflow:hidden;}
.product-list[data-mode="grid"] .item{margin:1rem;width:calc(100% / 3 - 2rem);text-align:center;overflow:hidden;border-radius:5px;transition:all 1s;animation:fadeInUp 1s;}
.product-list[data-mode="grid"] .pic{overflow:hidden;border-radius:5px;}
.product-list[data-mode="grid"] .pic img{display:block;width:100%;transition:transform 1s;filter:contrast(0.95);}
.product-list[data-mode="grid"] .text{padding:0.625rem;overflow:hidden;}
.product-list[data-mode="grid"] .text h3{line-height:2rem;font-size:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.product-list[data-mode="grid"] .text h3 a{color:#333;}
.product-list[data-mode="grid"] .text p{display:none;}
.product-list[data-mode="grid"] .text span{display:none;}
.product-list[data-mode="grid"] .item:hover{background:#D43030;}
.product-list[data-mode="grid"] .item:hover .pic img{transform:scale(1.1);}
.product-list[data-mode="grid"] .item:hover .text h3{color:#fff;}
.product-list[data-mode="card"]{}
.product-list[data-mode="card"] .item{margin-bottom:2.5rem;overflow:hidden;transition:all .5s;animation:fadeInUp 1s;}
.product-list[data-mode="card"] .pic{float:left;width:21.25rem;overflow:hidden;border-radius:5px;}
.product-list[data-mode="card"] .pic img{display:block;width:100%;transition:transform 1s;filter:contrast(0.95);}
.product-list[data-mode="card"] .pic:hover img{transform:scale(1.1);}
.product-list[data-mode="card"] .text{padding:1.75rem 2.75rem;overflow:hidden;}
.product-list[data-mode="card"] .text h3{line-height:2rem;font-size:1.25rem;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.product-list[data-mode="card"] .text h3 a{color:#333;}
.product-list[data-mode="card"] .text h3 a:hover{color:#D43030;}
.product-list[data-mode="card"] .text p{margin-top:0.75rem;height:7rem;line-height:1.75rem;font-size:1rem;color:#999;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.product-list[data-mode="card"] .text p a{color:#999;}
.product-list[data-mode="card"] .text span.read{display:block;margin-top:2.5rem;font-size:1rem;}
.product-list[data-mode="card"] .text span.read a{color:#999;}
.product-list[data-mode="card"] .text span.read a:after{display:inline-block;margin-left:0.625rem;font-family:"iconfont";content:"\e694";}
.product-list[data-mode="card"] .text span.read a:hover{color:#D43030;}
.product-list .item:hover{box-shadow:0 0 2rem rgba(0,0,0,0.15);}
@media(max-width:992px){
.product-wrap{padding:1.875rem;}
.product-main .hd{height:5rem;line-height:5rem;}
.product-main .hd h2{display:none;}
.product-main .hd ul{justify-content:flex-start;}
.product-main .hd ul li{margin-left:0;margin-right:1rem;padding:0 0.5rem;width:auto;}
.product-main .hd ul li[data-rel="search"]{display:none;}
.product-main .hd .m-search{display:block;}
.product-list[data-mode="grid"]{margin:-0.625rem;padding:1.875rem 0;}
.product-list[data-mode="grid"] .item{margin:0.625rem;width:calc(50% - 1.25rem);}
.product-list[data-mode="grid"] .text{padding:1rem 0.625rem;}
.product-list[data-mode="grid"] .text h3{font-size:1.5rem;}
.product-list[data-mode="card"]{padding:1.875rem 0;}
.product-list[data-mode="card"] .item{margin-bottom:2.5rem;}
.product-list[data-mode="card"] .pic{width:40%;}
.product-list[data-mode="card"] .text{padding:0 0 0 1.875rem;}
.product-list[data-mode="card"] .text h3{font-size:1.5rem;}
.product-list[data-mode="card"] .text p{height:6rem;line-height:2rem;font-size:1.5rem;}
.product-list[data-mode="card"] .text span.read{display:none;}
.product-list .item:hover{box-shadow:none;}
}
/*--end product-wrap--*/

/*--product-show-intro--*/
.product-show{overflow:hidden;}
.product-show-intro{padding:1rem 0;overflow:hidden;background:#e5e5e5;}
.product-show-intro .content{background-color: #fff;padding: 60px 0;}
.product-show-intro .products-info-title{padding: 40px 12% 0 12%;font-size:20px;line-height:2rem;color:#000;font-weight: bold;}
.product-show-intro .inner{display:flex;flex-wrap:wrap;justify-content:space-between;background:#fff;}
.product-show-intro .slideBox{position:relative;width:50%;overflow:hidden;border-radius:3px;}
.product-show-intro .slideBox li{overflow:hidden;}
.product-show-intro .slideBox li img{display:block;width:100%;transition:all 2s cubic-bezier(0.165, 0.84, 0.44, 1);filter:contrast(.95);}
.product-show-intro .slideBox li:hover img{transform:scale(1.1);}
.product-show-intro .slideBox .prev,.product-show-intro .slideBox .next{position:absolute;z-index:9;top:50%;width:3.75rem;height:3.75rem;line-height:3.75rem;text-align:center;color:#fff;cursor:pointer;background:rgba(0,0,0,0.5);border-radius:5px;transform:translateY(-50%);}
.product-show-intro .slideBox .prev{left:1.75rem;}
.product-show-intro .slideBox .next{right:1.75rem;}
.product-show-intro .slideBox .prev:hover,.product-show-intro .slideBox .next:hover{background:#D43030;}
.product-show-intro .slideBox .swiper-pager{position:absolute;z-index:9;left:0;bottom:2rem;width:100%;text-align:center;}
.product-show-intro .slideBox .swiper-pager span{margin:0 .5rem;background:#fff;opacity:1;}
.product-show-intro .slideBox .swiper-pager span.swiper-pagination-bullet-active{background:#D43030;}
.product-show-intro .text{position:relative;width:44%;overflow:hidden;}
.product-show-intro .text h1{padding-bottom:1.75rem;font-size:32px;line-height:1;color:#000;font-weight: bold;}
.product-show-intro .text h3{padding-bottom:1.75rem;font-size:20px;line-height:1;color:#000;font-weight: bold;border-bottom:#e5e5e5 solid 1px;padding-top: 10px;}
.product-show-intro .text .summary{margin:30px 0;max-height:14rem;overflow:auto;}
.product-show-intro .text .summary p{font-size:1rem;line-height:1.75rem;color:#666;}
.product-show-intro .text .contact {padding: 20px 0;display: flex;justify-content: space-between;align-items: center;}
.product-show-intro .text .contact .btn {border: 1px solid #e5e5e5;font-size:20px;line-height:1.75rem;color:#666;padding: 5px 20px;border-radius: 30px;}
.product-show-intro .text .contact .btn:hover {background: #000;color: #fff;cursor: pointer;}
.product-show-intro .text .contact .label{font-size:20px;line-height:1.75rem;color:#666;}
.product-show-intro .text .contact .number{font-size:20px;line-height:2rem;color:#000;padding-left: 30px;font-weight: bold;padding-bottom: 2px;}
.product-show-intro .text .change-product{display: flex;justify-content: space-between;align-items: center;padding: 0 -10px;position: absolute;bottom: 0;width: 100%;}
.product-show-intro .text .change-product .name{font-size:16px;line-height:1.75rem;color:#666;display: flex;}
.product-show-intro .text .change-product .name :hover{font-size:16px;line-height:1.75rem;color:#000;cursor: pointer;}
.product-show-intro .text .btnBox{position:absolute;left:0;bottom:0;width:100%;height:3.75rem;}
.product-show-intro .text .btnBox li{position:relative;float:left;margin-right:1.25rem;width:15rem;height:3.75rem;line-height:3.75rem;text-align:center;font-size:1.25rem;color:#fff;}
.product-show-intro .text .btnBox li:nth-child(1) a{display:block;color:#fff;background:#D43030;border-radius:5px;}
.product-show-intro .text .btnBox li:nth-child(2) a{display:block;color:#fff;background:#999;border-radius:5px;}
.product-show-intro .text .btnBox li:nth-child(2) a:hover{background:#000;}
.product-show-intro .text .btnBox li .pop{display:none;position:absolute;left:0;bottom:calc(100% + 2rem);padding:2rem;width:100%;background:#fff;box-shadow:0 0 2rem rgba(0,0,0,0.1);}
.product-show-intro .text .btnBox li .pop:after{display:block;position:absolute;z-index:3;left:50%;bottom:-0.625rem;margin-left:-0.625rem;width:1.25rem;height:1.25rem;content:"";background:#fff;transform:rotate(-45deg);}
.product-show-intro .text .btnBox li:hover .pop{display:block;}
@media(max-width:992px){
.product-show-intro{padding:0;}
.product-show-intro .content{padding: 60px 0 0 0;}
.product-show-intro .slideBox{width:100%;border-radius:0;}
.product-show-intro .slideBox .prev,.product-show-intro .slideBox .next{display:none;}
.product-show-intro .text{padding:1.875rem 1.25rem 2.5rem;width:100%;}
.product-show-intro .text h1{padding-bottom:1.875rem;font-size:1.875rem;line-height:1.25;}
.product-show-intro .text .summary{height:auto;min-height:12rem;margin: 10px 0;}
.product-show-intro .text .summary p{font-size:1.5rem;line-height:1.75;}
.product-show-intro .text .btnBox{position:static;margin-top:3rem;}
.product-show-intro .text .btnBox ul{display:flex;justify-content:space-between;}
.product-show-intro .text .btnBox li{margin:0;width:49%;height:5rem;line-height:5rem;font-size:1.5rem;}
.product-show-intro .slideBox .swiper-wrapper{display: flex;}
.product-show-intro .text .contact {padding: 20px 0;flex-direction: column;justify-content: center;}
.product-show-intro .text .contact .btn{margin-top: 20px;padding: 10px 20px;margin-bottom: 30px;border: 1px solid #333;color: #333;}
}
/*--end product-show-intro--*/

/*--solution-show-intro-*/
.solution-show{overflow:hidden;}
.solution-show-intro {overflow:hidden;background:#e5e5e5;}
.solution-show-intro .content{width: 100%;background-color: #fff;padding: 0 0 40px;}
.solution-show-intro .content .info{display: flex;justify-content: space-between;margin: 0 12% 50px 12%;background-color: #e5e5e5;padding: 20px 40px 30px;border-radius: 5px;}
.solution-show-intro .content .info h2{padding-bottom:1rem;font-size:20px;line-height:1;color:#000;font-weight: bold;border-bottom:#000 solid 1px;width: 300px;}
.solution-show-intro .content .info h3{padding-top:1.75rem;font-size:16px;line-height:1;color:#666;}
.solution-show-intro .products-info-title{padding: 20px 12% 0 12%;font-size:20px;line-height:2rem;color:#000;font-weight: bold;}
.solution-show-intro .inner{display:flex;flex-wrap:wrap;justify-content:space-between;background:#fff;}
.solution-show-intro .slideBox{position:relative;width:50%;overflow:hidden;border-radius:3px;}
.solution-show-intro .slideBox li{overflow:hidden;}
.solution-show-intro .slideBox li img{display:block;width:100%;transition:all 2s cubic-bezier(0.165, 0.84, 0.44, 1);filter:contrast(.95);}
.solution-show-intro .slideBox li:hover img{transform:scale(1.1);}
.solution-show-intro .slideBox .prev,.solution-show-intro .slideBox .next{position:absolute;z-index:9;top:50%;width:3.75rem;height:3.75rem;line-height:3.75rem;text-align:center;color:#fff;cursor:pointer;background:rgba(0,0,0,0.5);border-radius:5px;transform:translateY(-50%);}
.solution-show-intro .slideBox .prev{left:1.75rem;}
.solution-show-intro .slideBox .next{right:1.75rem;}
.solution-show-intro .slideBox .prev:hover,.solution-show-intro .slideBox .next:hover{background:#D43030;}
.solution-show-intro .slideBox .swiper-pager{position:absolute;z-index:9;left:0;bottom:2rem;width:100%;text-align:center;}
.solution-show-intro .slideBox .swiper-pager span{margin:0 .5rem;background:#fff;opacity:1;}
.solution-show-intro .slideBox .swiper-pager span.swiper-pagination-bullet-active{background:#D43030;}
.solution-show-intro .text{position:relative;width:44%;overflow:hidden;display: flex;justify-content: space-between;flex-direction: column;}
.solution-show-intro .text h1{padding-bottom:1.75rem;font-size:32px;line-height:1;color:#000;font-weight: bold;}
.solution-show-intro .text h3{padding-bottom:1.75rem;font-size:20px;line-height:1;color:#000;font-weight: bold;border-bottom:#e5e5e5 solid 1px;padding-top: 10px;}
.solution-show-intro .text .summary{margin:30px 0;max-height:14rem;overflow:auto;}
.solution-show-intro .text .summary p{font-size:1rem;line-height:1.75rem;color:#666;}
.solution-show-intro .text .contact {padding: 20px 0;display: flex;justify-content: space-between;align-items: center;}
.solution-show-intro .text .contact .btn {border: 1px solid #e5e5e5;font-size:20px;line-height:1.75rem;color:#666;padding: 5px 20px;border-radius: 30px;}
.solution-show-intro .text .contact .btn:hover {background: #000;color: #fff;cursor: pointer;}
.solution-show-intro .text .contact .label{font-size:20px;line-height:1.75rem;color:#666;}
.solution-show-intro .text .contact .number{font-size:20px;line-height:2rem;color:#000;padding-left: 30px;font-weight: bold;padding-bottom: 2px;}
.solution-show-intro .text .change-product{display: flex;justify-content: space-between;align-items: center;padding: 0 -10px;}
.solution-show-intro .text .change-product .name{font-size:16px;line-height:1.75rem;color:#666;display: flex;}
.solution-show-intro .text .change-product .name :hover{font-size:16px;line-height:1.75rem;color:#000;cursor: pointer;}
.solution-show-intro .text .btnBox{position:absolute;left:0;bottom:0;width:100%;height:3.75rem;}
.solution-show-intro .text .btnBox li{position:relative;float:left;margin-right:1.25rem;width:15rem;height:3.75rem;line-height:3.75rem;text-align:center;font-size:1.25rem;color:#fff;}
.solution-show-intro .text .btnBox li:nth-child(1) a{display:block;color:#fff;background:#D43030;border-radius:5px;}
.solution-show-intro .text .btnBox li:nth-child(2) a{display:block;color:#fff;background:#999;border-radius:5px;}
.solution-show-intro .text .btnBox li:nth-child(2) a:hover{background:#000;}
.solution-show-intro .text .btnBox li .pop{display:none;position:absolute;left:0;bottom:calc(100% + 2rem);padding:2rem;width:100%;background:#fff;box-shadow:0 0 2rem rgba(0,0,0,0.1);}
.solution-show-intro .text .btnBox li .pop:after{display:block;position:absolute;z-index:3;left:50%;bottom:-0.625rem;margin-left:-0.625rem;width:1.25rem;height:1.25rem;content:"";background:#fff;transform:rotate(-45deg);}
.solution-show-intro .text .btnBox li:hover .pop{display:block;}
.solution-show-intro .content .info .item{display:block;}
@media(max-width:992px){
.solution-show-intro{padding:0;}
.solution-show-intro .slideBox{width:100%;border-radius:0;}
.solution-show-intro .slideBox .prev,.solution-show-intro .slideBox .next{display:none;}
.solution-show-intro .text{padding:1.875rem 1.25rem 2.5rem;width:100%;}
.solution-show-intro .text h1{padding-bottom:1.875rem;font-size:1.875rem;line-height:1.25;}
.solution-show-intro .text .summary{height:auto;min-height:12rem;}
.solution-show-intro .text .summary p{font-size:1.5rem;line-height:1.75;}
.solution-show-intro .text .btnBox{position:static;margin-top:3rem;}
.solution-show-intro .text .btnBox ul{display:flex;justify-content:space-between;}
.solution-show-intro .text .btnBox li{margin:0;width:49%;height:5rem;line-height:5rem;font-size:1.5rem;}
.solution-show-intro .content .info {
    display: flex;
    flex-direction: column;
}
.solution-show-intro .content{padding: 0;}
.solution-show-intro .content .info h2{
    width: 50%;
    border: none;
    padding-bottom: 0;
}
.solution-show-intro .content .info h3{
    width: 100%;
    border: none;
    padding: 0;
}
.solution-show-intro .content .info{margin: 10px;padding: 10px 20px;}
.solution-show-intro .content .info .item{display:flex;padding: 10px;}
.solution-show-intro .swiper-wrapper{display:flex;}
.solution-show-intro .products-info-title{padding: 10px 1.25rem 0;}
.solution-show-intro .solutions-info{padding: 20px 10px 40px;}

}
/*--end solution-show-intro-*/

/*--product-show-edit--*/
.product-show-edit{display:none;padding:5rem 0;overflow:hidden;background:#f6f6f6;}
.product-show-edit .hd{overflow:hidden;}
.product-show-edit .hd h2{font-size:2.625rem;color:#333;line-height:1.25;}
.product-show-edit .hd em{font-family:"DIN Medium";font-size:2.625rem;color:#ccc;text-transform:uppercase;line-height:1.25;}
.product-show-edit .bd{padding-top:3.75rem;overflow:hidden;}
.product-show-edit .bd p{font-size:1.25rem;color:#333;line-height:1.75;}
.product-show-edit .bd p img{display:inline-block;width:auto;max-width:100%;}
@media(max-width:992px){
.product-show-edit{margin-top:1.25rem;padding:3.75rem 1.25rem;background:#fff;}
.product-show-edit .hd h2{font-size:1.875rem;}
.product-show-edit .hd em{font-size:1.875rem;}
.product-show-edit .bd{padding-top:2.5rem;}
.product-show-edit .bd p{font-size:1.5rem;}
}
/*--end product-show-edit--*/

/*--product-show-form--*/
.product-show-form{padding-top:5rem;overflow:hidden;background:#fff;}
.product-show-form .hd{overflow:hidden;}
.product-show-form .hd h2{font-size:2.625rem;color:#333;line-height:1.25;}
.product-show-form .hd p{margin-top:1rem;font-size:1rem;line-height:1.25;color:#999;}
.product-show-form .bd{margin-top:3.75rem;}
.product-show-form .bd .iptBox{display:flex;flex-wrap:wrap;justify-content:space-between;}
.product-show-form .bd .iptBox input{padding:1.25rem 2.5rem;width:26.875rem;height:4.375rem;font-size:1.25rem;background:#f6f6f6;border:none;border-radius:5px;outline:none;transition:all 1s;}
.product-show-form .bd .iptBox input::-webkit-input-placeholder{color:#999;}
.product-show-form .bd .iptBox input:hover{background:#fff;box-shadow:0 0 2rem rgba(0,0,0,0.1);}
.product-show-form .bd .txtBox{margin-top:3.125rem;}
.product-show-form .bd .txtBox textarea{display:block;padding:1.25rem 2.5rem;width:100%;height:10rem;font-size:1.25rem;background:#f6f6f6;border:none;border-radius:5px;outline:none;resize:none;transition:all 1s;}
.product-show-form .bd .txtBox textarea::-webkit-input-placeholder{color:#999;}
.product-show-form .bd .txtBox textarea:hover{background:#fff;box-shadow:0 0 2rem rgba(0,0,0,0.1);}
.product-show-form .bd .btnBox{margin-top:3.125rem;overflow:hidden;}
.product-show-form .bd .btnBox a{display:block;float:right;width:26.875rem;height:4.375rem;line-height:4.375rem;font-size:1.25rem;color:#fff;text-align:center;background:#D43030;border-radius:5px;}
@media(max-width:992px){
.product-show-form{margin-top:1.25rem;padding:3.75rem 1.25rem;}
.product-show-form .hd h2{font-size:1.875rem;}
.product-show-form .hd p{font-size:1.5rem;}
.product-show-form .bd{margin-top:2.25rem;}
.product-show-form .bd .iptBox input{margin-bottom:1.25rem;padding:1.5rem 1.875rem;width:100%;font-size:1.5rem;}
.product-show-form .bd .txtBox{margin-top:0;}
.product-show-form .bd .txtBox textarea{padding:1.5rem 1.875rem;width:100%;height:10rem;font-size:1.5rem;}
.product-show-form .bd .btnBox{margin-top:1.25rem;}
.product-show-form .bd .btnBox a{float:none;width:100%;height:5rem;line-height:5rem;font-size:1.5rem;}
}
/*--end product-show-form--*/

/*--case-show--*/
.case-show{overflow:hidden;}
@media(max-width:992px){
.case-show{padding-bottom:2.5rem;background:#fff;}
}
/*--end case-show--*/

/*--relate-product--*/
.relate-product{padding-top:1.875rem;overflow:hidden;background:#fff;}
.relate-product .hd{overflow:hidden;}
.relate-product .hd h2{font-size:2.625rem;color:#333;line-height:1.25;}
.relate-product .hd h2 a{color:#333;}
.relate-product .hd h2 a:hover{color:#D43030;}
.relate-product .hd p{margin-top:1rem;font-size:1rem;line-height:1.25;color:#999;}
.relate-product .list{display:flex;flex-wrap:wrap;margin:-1rem;padding:3.125rem 0;}
.relate-product .item{margin:1rem;width:calc(100% / 4 - 2rem);text-align:center;overflow:hidden;border-radius:5px;transition:all 1s;}
.relate-product .pic{overflow:hidden;border-radius:5px;}
.relate-product .pic img{display:block;width:100%;transition:transform 1s;filter:contrast(0.95);}
.relate-product .text{padding:0.625rem;overflow:hidden;}
.relate-product .text h3{line-height:2rem;font-size:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.relate-product .text h3 a{color:#333;}
.relate-product .text p{display:none;}
.relate-product .text span{display:none;}
.relate-product .item:hover{background:#D43030;transform:translateY(-1rem);box-shadow:0 0 1rem rgba(0,0,0,0.1);}
.relate-product .item:hover .pic img{transform:scale(1.1);}
.relate-product .item:hover .text h3 a{color:#fff;}
@media(max-width:992px){
.relate-product{padding:0 1.25rem;}
.relate-product .hd h2{font-size:1.875rem;}
.relate-product .list{margin:-0.625rem;padding:1.875rem 0;}
.relate-product .item{margin:0.625rem;width:calc(100% / 2 - 1.25rem);}
.relate-product .item:nth-child(3),.relate-product .item:nth-child(4){display:none;}
.relate-product .text{padding:1rem 0.625rem;}
.relate-product .text h3{font-size:1.5rem;}
}
/*--relate-product--*/

/*--relate-news--*/
.relate-news{overflow:hidden;background:#fff;}
.relate-news .list{display:flex;flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;}
.relate-news .item{display:block;margin-bottom:2rem;padding:1.625rem 0;width:calc(50% - 2.125rem);border-top:#e5e5e5 solid 1px;}
.relate-news .item em{display:block;font-family:"DIN Medium";font-size:1rem;line-height:1.5rem;color:#ccc;}
.relate-news .item em:before{display:inline-block;margin-right:0.5rem;font-family:"iconfont";content:"\e610";}
.relate-news .item h3{margin-top:5px;line-height:1.75rem;font-size:1.25rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.relate-news .item:hover h3{color:#D43030;}
@media(max-width:992px){
.relate-news{padding:0 1.25rem;}
.relate-news .item{width:100%;}
.relate-news .item:nth-child(3),.relate-news .item:nth-child(4){display:none;}
.relate-news .item em{font-size:1.5rem;}
.relate-news .item h3{font-size:1.5rem}
}
/*--end relate-news--*/

/*--news-wrap--*/
.news-wrap{padding-bottom:5rem;background:#fff;}
.news-main .hd{display:flex;justify-content:space-between;margin-bottom:1rem;height:2.8125rem;line-height:2.8125rem;}
.news-main .hd h2{position:relative;padding-left:1.25rem;line-height:inherit;font-size:1.25rem;color:#333;}
.news-main .hd h2:before{display:block;position:absolute;left:0;top:50%;width:0.25rem;height:1.25rem;content:"";background:#D43030;border-radius:2px;transform:translateY(-50%);}
.news-list .item{display:flex;flex-wrap:wrap;justify-content:space-between;flex-direction:row-reverse;padding:2.5rem 0;overflow:hidden;animation:fadeInUp 1s ease-out;border-radius:5px;transition:all .5s;}
.news-list .pic{width:20.25rem;overflow:hidden;border-radius:5px;}
.news-list .pic img{display:block;width:100%;transition:all 1s;}
.news-list .text{position:relative;width:38.125rem;transition:all 1s;}
.news-list .text h3{line-height:2rem;font-size:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-list .text h3 a{color:#333;}
.news-list .text h3 a:hover{color:#D43030;}
.news-list .text p{margin:0.75rem 0;line-height:1.75;font-size:1rem;color:#999;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.news-list .text p a{color:#999;}
.news-list .text .btmBox{position:absolute;left:0;bottom:0;width:100%;line-height:1.75;font-size:1rem;color:#999;overflow:hidden;}
.news-list .text .btmBox li{float:left;}
.news-list .text .btmBox li.read{margin-right:2.5rem;overflow:hidden;}
.news-list .text .btmBox li.read a{display:inline-block;color:#999;}
.news-list .text .btmBox li.read a:after{display:inline-block;margin-left:1rem;font-family:"iconfont";content:"\e694";}
.news-list .text .btmBox li.read a:hover{color:#D43030;}
.news-list .text .btmBox li.time{float:right;font-family:"DIN Medium";}
.news-list .text .btmBox li.tag{width:20rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-list .text .btmBox li.tag a{display:inline-block;padding:0 0.375rem;color:#999;}
.news-list .text .btmBox li.tag a:hover{color:#D43030;}
.news-list .item:hover{box-shadow:0 0 2rem rgba(0,0,0,0.15);}
.news-list .item:hover .pic img{transform:scale(1.1);}
.news-list .item:hover .text{transform:translateX(2.5rem);}
@media(max-width:992px){
.news-wrap{padding:0;}
.news-main .hd{display:none;}
.news-list{background:#f6f6f6;overflow:hidden;}
.news-list .item{margin-top:1.25rem;padding:2.5rem 1.25rem;background:#fff;border-radius:0;}
.news-list .item:first-child{margin-top:0;}
.news-list .pic{width:40%;}
.news-list .text{width:54%;}
.news-list .text h3{font-size:1.75rem;white-space:unset;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.news-list .text p{display:none;}
.news-list .text .btmBox{font-size:1.5rem;}
.news-wrap .addMore{padding:1.25rem;}
.news-wrap .news-list .text .btmBox li.tag{display:none;}
.news-list .item:hover{box-shadow:unset;}
.news-list .item:hover .text{transform:translateX(0);}
}
/*--end news-wrap--*/

/*--news-show--*/
.news-show{padding:5rem 0;overflow:hidden;background:#fff;}
.news-article .hd{overflow:hidden;}
.news-article .hd h1{font-weight:400;font-size:2.625rem;line-height:1.25;color:#333;}
.news-article .hd .meta{margin-top:1rem;line-height:1.5;overflow:hidden;}
.news-article .hd .meta span{display:inline-block;margin-right:2rem;font-size:1rem;color:#999;}
.news-article .hd .meta span a{display:inline-block;margin-right:1rem;color:#999;}
.news-article .hd .meta span a:hover{text-decoration:underline;color:#333;}
.news-article .hd .meta span:last-child,.news-article .hd .meta span:last-child a:last-child{margin-right:0;}
.news-article .bd{margin-top:2.875rem;overflow:hidden;}
.news-article .bd .summary{padding:1.5rem 2.5rem 2.875rem;line-height:1.5;overflow:hidden;background:#f6f6f6;border-radius:5px;}
.news-article .bd .summary h4{font-weight:400;font-size:2.625rem;color:#666;}
.news-article .bd .summary p{margin-top:0.75rem;font-size:1rem;color:#666;}
.news-article .bd .cont{padding:2.5rem 0;overflow:hidden;}
.news-article .bd .cont p{font-size:1.25rem;color:#333;line-height:1.75;}
.news-article .bd .cont p img{display:inline-block;width:auto;max-width:100%;}
@media(max-width:992px){
.news-show{padding:2.5rem 1.25rem;}
.news-article .hd h1{font-size:2rem;}
.news-article .hd .meta span{font-size:1.5rem;}
.news-article .bd{margin-top:1.5rem;}
.news-article .bd .summary{padding:2rem 2.5rem;}
.news-article .bd .summary h4{font-size:2rem;}
.news-article .bd .summary p{font-size:1.5rem;}
.news-article .bd .cont p{font-size:1.5rem;color:#666;text-indent:0 !important;}
}
/*--end news-show--*/

/*--article-pager--*/
.article-pager{clear:both;width:100%;height:5.625rem;line-height:5.625rem;}
.article-pager .inner{display:flex;justify-content:space-between;border-bottom:#e5e5e5 solid 1px;}
.article-pager .prev,.article-pager .next{width:25rem}
.article-pager .prev a,.article-pager .next a{display:block;position:relative;font-size:1rem;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.article-pager .prev a{padding-left:2.25rem;}
.article-pager .prev a:before{display:block;position:absolute;left:0;top:0;font-family:"iconfont";content:"\e693";}
.article-pager .next a{padding-right:2.25rem;text-align:right;}
.article-pager .next a:before{display:block;position:absolute;right:0;top:0;font-family:"iconfont";content:"\e694";}
.article-pager .back{width:8.75rem;text-align:center;}
.article-pager .back a{display:block;font-size:1rem;color:#999;}
.article-pager .back a:before{display:inline-block;margin-right:1rem;font-family:"iconfont";content:"\e613";opacity:0.6;}
.article-pager .prev:hover a,.article-pager .next:hover a{color:#D43030;}
.article-pager .back:hover a{color:#fff;background:#D43030;transition:all .5s;}
@media(max-width:992px){
.article-pager .inner{border-top:#e5e5e5 solid 1px;}
.article-pager .prev,.article-pager .next{display:none;}
.article-pager .back{width:100%;}
.article-pager .back a{font-size:1.5rem;}
}
/*--end article-pager--*/

/*--case-wrap--*/
.case-wrap{padding-bottom:5rem;background:#fff;}
.case-main .hd{display:flex;justify-content:space-between;height:2.8125rem;line-height:2.8125rem;}
.case-main .hd h2{position:relative;padding-left:1.25rem;line-height:inherit;font-size:1.25rem;color:#333;}
.case-main .hd h2:before{display:block;position:absolute;left:0;top:50%;width:0.25rem;height:1.25rem;content:"";background:#D43030;border-radius:2px;transform:translateY(-50%);}
.case-main .bd{}
.case-list .item{display:flex;margin-top:2.5rem;width:100%;overflow:hidden;border-radius:5px;transition:all 1s;animation:fadeInUp 1s ease-out;}
.case-list .pic{flex:none;width:28.125rem;overflow:hidden;border-radius:5px;}
.case-list .pic img{display:block;width:100%;transition:all 1s;}
.case-list .text{position:relative;padding:2.25rem 3.125rem;overflow:hidden;}
.case-list .text h3{line-height:2rem;font-size:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.case-list .text h3 a{color:#333;}
.case-list .text h3 a:hover{color:#D43030;}
.case-list .text p{margin:0.875rem 0;font-size:1rem;color:#999;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.case-list .text p a{color:#999;}
.case-list .text .btnBox{position:absolute;left:3.125rem;bottom:2.25rem;}
.case-list .text .btnBox a{display:inline-block;font-size:1rem;color:#999;}
.case-list .text .btnBox a:after{display:inline-block;margin-left:0.75rem;font-family:"iconfont";content:"\e694";}
.case-list .text .btnBox a:hover{color:#D43030;}
.case-list .item:hover{box-shadow:0 0 2rem rgba(0,0,0,0.15);}
@media(max-width:992px){
.case-wrap{padding:1.25rem;overflow:hidden;}
.case-main .hd{display:none;}
.case-list .item{margin-top:0;margin-bottom:2.5rem;}
.case-list .pic{width:40%;}
.case-list .text{width:60%;padding:0 0 0 2rem;}
.case-list .text h3{margin-bottom:1rem;line-height:1.25;font-size:1.5rem;}
.case-list .text p{margin:0;font-size:1.5rem;line-height:1.5;}
.case-list .text .btnBox{display:none;}
.case-list .item:hover{box-shadow:none;}
}
/*--end case-wrap--*/

/*--faq-wrap--*/
.faq-wrap{padding-bottom:5rem;background:#fff;}
.faq-list{padding:1rem;overflow:hidden;}
.faq-list .item{margin-bottom:1.25rem;overflow:hidden;}
.faq-list .item h3{margin-bottom:0.625rem;font-size:1.25rem;line-height:1.75;color:#333;}
.faq-list .item p{font-size:0.9375rem;line-height:1.75;color:#999;}
@media(max-width:992px){
.faq-wrap{padding:0;}
.faq-list{background:#f6f6f6;overflow:hidden;}
}
/*--end news-wrap--*/

/*--edit-article--*/
.edit-article{padding:5rem 0;overflow:hidden;background:#fff;}
.edit-article #content{overflow:hidden;}
.edit-article #content p{font-size:1rem;line-height:1.75;color:#666;}
.edit-article #content img{display:inline-block;max-width:100%;width:auto;}
@media(max-width:992px){
.edit-article{padding:3.75rem 1.25rem;}
.edit-article #content p{font-size:1.5rem;}
}
/*--end edit-article--*/

/*--culture--*/
.culture{padding:5rem 0;overflow:hidden;background:#fff;}
.culture-list{margin:-1.25rem;display:flex;flex-wrap:wrap;justify-content:space-between;}
.culture-list .item{margin:1.25rem;padding:5rem 6.25rem;width:calc(100% / 2 - 2.5rem);text-align:center;overflow:hidden;background:#f6f6f6;border-radius:5px;transition:all 1s;}
.culture-list .item i{display:block;margin:0 auto 2.25rem;width:3.75rem;height:3.75rem;overflow:hidden;}
.culture-list .item i img{display:block;width:100%;}
.culture-list .item h3{padding-top:2.25rem;font-size:2.625rem;color:#000;border-top:#e5e5e5 solid 1px;}
.culture-list .item p{margin-top:0.5rem;font-size:1.25rem;color:#333;}
.culture-list .item:hover{background:#fff;box-shadow:0 0 2rem rgba(0,0,0,0.15);}
@media(max-width:992px){
.culture{padding:2.5rem 1.25rem;}
.culture-list{margin:-1rem 0;}
.culture-list .item{margin:1rem 0;padding:4.5rem;width:100%;}
}
/*--end culture--*/

/*--evolution--*/
.evolution{padding:5rem 0;overflow:hidden;background:#fff;}
.evolution-list{display:flex;flex-wrap:wrap;padding:5rem 0;overflow:hidden;background:url(../images/Template/evolution_list.png) repeat-y center 0;}
.evolution-list .item{position:relative;width:50%;animation:fadeInUp 1.25s ease-in-out;}
.evolution-list .item:after{display:block;position:absolute;top:1rem;width:18px;height:18px;content:"";border:#D43030 solid 5px;border-radius:50%;animation:zoomIn 2s infinite}
.evolution-list .text{overflow:hidden;}
.evolution-list .text em{display:block;line-height:3.125rem;font-size:2.25rem;font-family:"DIN Medium";color:#D43030;}
.evolution-list .text p{margin-top:0.75rem;line-height:1.75;font-size:1rem;color:#666;}
.evolution-list .pic{margin-top:3.25rem;overflow:hidden;border-radius:5px;}
.evolution-list .pic img{display:block;width:100%;transition:all 1s;}
.evolution-list .item:hover .pic img{transform:scale(1.1);}
@media(min-width:992px){
.evolution-list .item:nth-child(odd){padding-right:13.125rem;}
.evolution-list .item:nth-child(even){padding-left:13.125rem;margin-top:11.25rem;}
.evolution-list .item:nth-child(odd):after{right:0;margin-right:-9px;}
.evolution-list .item:nth-child(even):after{left:0;margin-left:-9px;}
}
@media(max-width:992px){
.evolution{padding:2.5rem 1.25rem;}
.evolution-list{display:block;padding:2rem 0;background:url(../images/Template/evolution_list.png) repeat-y 1.25rem 0;}
.evolution-list .item{margin-bottom:5rem;padding-left:4.5rem;width:100%;}
.evolution-list .item:after{top:0.75rem;left:1.25rem;margin-left:-7px;}
.evolution-list .text em{line-height:2.875rem;font-size:2.25rem;}
.evolution-list .text p{margin-top:1rem;font-size:1.5rem;line-height:1.5;}
.evolution-list .pic{margin-top:1.5rem;}
.evolution-list .pic img{width:auto;max-width:100%;}
}
/*--end evolution--*/

/*--base--*/
.base{padding:5rem 0;overflow:hidden;background:#fff;}
.base-top{display:flex;flex-wrap:wrap;margin-bottom:5.625rem;overflow:hidden;background:#f6f6f6;border-radius:5px;}
.base-top .datas{padding:3.125rem 0 3.125rem 6.25rem;width:25rem;overflow:hidden;}
.base-top .datas .item{padding:2.25rem 0;height:9.375rem;}
.base-top .datas .item dt{height:3rem;line-height:3rem;overflow:hidden;}
.base-top .datas .item dt em{font-family:"DIN Medium";font-size:2.625rem;color:#000;}
.base-top .datas .item dt sup{display:inline-block;width:1.5rem;height:1.5rem;line-height:1.5rem;font-size:0.875rem;color:#fff;text-align:center;vertical-align:top;background:#D43030;border-radius:50%;}
.base-top .datas .item dd{font-size:1.25rem;color:#666;}
.base-top .slideBox{position:relative;width:calc(100% - 25rem);overflow:hidden;border-radius:5px;}
.base-top .slideBox li{overflow:hidden;}
.base-top .slideBox li img{display:block;transition:all 1s;}
.base-top .slideBox li:hover img{transform:scale(1.1);}
.base-top .slideBox .swiper-pager{position:absolute;z-index:9;bottom:2.5rem;left:0;width:100%;text-align:center;}
.base-top .slideBox .swiper-pager span{margin:0 10px;width:9px;height:9px;background:#fff;opacity:1;}
.base-top .slideBox .swiper-pager span.swiper-pagination-bullet-active{background:#D43030;}

.base-list{display:flex;flex-wrap:wrap;margin:0 -3rem;overflow:hidden;}
.base-list .item{margin:1.5625rem 3rem;width:calc(100% / 3 - 6rem);overflow:hidden;transition:all 1s;border-radius:5px;}
.base-list .pic{overflow:hidden;border-radius:5px;}
.base-list .pic img{display:block;width:100%;transition:all 1s;}
.base-list .text{padding:1rem;text-align:center;overflow:hidden;}
.base-list .text h3{font-size:1.25rem;color:#333;}
.base-list .item:hover{box-shadow:0 0 2rem rgba(0,0,0,0.15);transform:translateY(-1rem);}
.base-list .item:hover .pic img{transform:scale(1.1);}

@media(max-width:992px){
.base{padding:3.125rem 1.25rem;}
.base-top{margin-bottom:2.5rem;background:#fff;}
.base-top .datas{display:flex;padding:0;width:100%;justify-content:space-between;}
.base-top .datas .item{padding:0 1rem;height:auto;}
.base-top .datas .item dt sup{width:2rem;height:2rem;line-height:2rem;font-size:1.25rem;}
.base-top .datas .item dd{font-size:1.5rem;}
.base-top .slideBox{margin-top:3.125rem;width:100%;}

.base-list{margin:-0.625rem;padding-bottom:2.5rem;}
.base-list .item{margin:0.625rem;width:calc(50% - 1.25rem);}
.base-list .item:hover{box-shadow:none;transform:translateY(0);}
}
/*--end base--*/

/*--team--*/
.team{padding:5rem 0;overflow:hidden;background:#fff;}
.team-list{display:flex;flex-wrap:wrap;justify-content:space-between;margin:-2.5rem;}
.team-list .item{display:flex;flex-wrap:wrap;justify-content:space-between;margin:2.5rem;width:calc(100% / 2 - 5rem);overflow:hidden;}
.team-list .pic{width:20rem;overflow:hidden;border-radius:5px;}
.team-list .pic img{display:block;width:100%;transition:all 1s;}
.team-list .text{position:relative;padding:4rem 0;width:18rem;overflow:hidden;}
.team-list .text:after{display:block;position:absolute;left:0;bottom:4rem;width:2.5rem;height:2px;content:"";background:#e5e5e5;}
.team-list .text h3{line-height:1.5;font-size:1.25rem;color:#000;}
.team-list .text p{margin-top:0.75rem;height:10.5rem;line-height:1.75rem;font-size:1rem;color:#999;overflow:hidden;}
.team-list .item:hover .pic img{transform:scale(1.1);}
@media(max-width:992px){
.team{padding:3.125rem 1.25rem;}
.team-list{margin:0;}
.team-list .item{margin:0 0 2.5rem;width:100%;}
.team-list .pic{width:45%;min-width:150px;}
.team-list .text{padding:2rem 0 2.5rem;width:50%;}
.team-list .text:after{bottom:2.5rem;}
.team-list .text h3{font-size:1.5rem;}
.team-list .text p{height:12rem;line-height:2rem;font-size:1.5rem;overflow:hidden;}
}
/*--end team--*/

/*--honor--*/
.honor{padding:5rem 0;overflow:hidden;background:#fff;}
.honor-list{display:flex;flex-wrap:wrap;margin:-1.375rem -2.5rem;}
.honor-list .item{flex:none;margin:1.375rem 2.5rem;width:calc(100% / 4 - 5rem);overflow:hidden;transition:all 1s;border-radius:5px;}
.honor-list .pic{overflow:hidden;border-radius:5px;}
.honor-list .pic img{display:block;width:100%;transition:all 1s;    filter: contrast(0.95);}
.honor-list .text{padding:1rem;text-align:center;overflow:hidden;}
.honor-list .text h3{font-weight:400;font-size:1rem;line-height:1.5;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} 
.honor-list .item:hover{box-shadow:0 0 1rem rgba(0,0,0,0.1);transform:translateY(-1rem);}
@media(max-width:992px){
.honor{padding:3.125rem 1.25rem;}
.honor-list{margin:-1.25rem -0.625rem 1.25rem;}
.honor-list .item{margin:1.25rem 0.625rem;width:calc(50% - 1.25rem);border-radius:0;}
.honor-list .pic{border-radius:0;}
.honor-list .text h3{font-size:1.5rem;}
.honor-list .item:hover{box-shadow:none;transform:translateY(0);}
}
/*--end honor--*/

/*--partner--*/
.partner{padding:5rem 0;overflow:hidden;background:#fff;}
.partner-list{display:flex;flex-wrap:wrap;margin:-1.5625rem;}
.partner-list .item{flex:none;margin:1.5625rem;width:calc(100% / 4 - 3.125rem);}
.partner-list .pic{overflow:hidden;border:#f0f0f0 solid 1px;border-radius:5px;transition:all 1s;}
.partner-list .pic img{display:block;width:100%;transition:all 1s;}
.partner-list .text{padding:1rem;text-align:center;overflow:hidden;}
.partner-list .text h3{font-weight:400;font-size:1rem;line-height:1.5;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} 
.partner-list .item:hover .pic{box-shadow:0 0 2rem rgba(0,0,0,0.1);}
.partner-list .item:hover .text h3{color:#D43030;}
@media(max-width:992px){
.partner{padding:3.125rem 1.25rem;}
.partner-list{margin:-1.25rem -0.625rem 1.25rem;}
.partner-list .item{margin:1.25rem 0.625rem;width:calc(50% - 1.25rem);border-radius:0;}
.partner-list .pic{border-radius:0;}
.partner-list .text h3{font-size:1.5rem;}
}
/*--end partner--*/

/*--videos--*/
.videos{padding:5rem 0;overflow:hidden;background:#fff;}
.videos-list{display:flex;flex-wrap:wrap;margin:-1.375rem -2.5rem;}
.videos-list .item{flex:none;margin:1.375rem 2.5rem;width:calc(100% / 3 - 5rem);overflow:hidden;transition:all 1s;border-radius:5px;}
.videos-list .pic{overflow:hidden;border-radius:5px;}
.videos-list .pic a{display:block;position:relative;}
.videos-list .pic a:after{display:flex;position:absolute;left:0;top:0;width:100%;height:100%;align-items:center;justify-content:center;font-family:"iconfont";font-size:3.875rem;color:#fff;content:"\e768";background:rgba(0,0,0,0.5);}
.videos-list .pic img{display:block;width:100%;transition:all 1s;}
.videos-list .text{padding:1rem;text-align:center;overflow:hidden;}
.videos-list .text h3{font-weight:400;font-size:1rem;line-height:1.5;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} 
.videos-list .item:hover{background:#D43030;box-shadow:0 0 1rem rgba(0,0,0,0.1);transform:translateY(-1rem);}
.videos-list .item:hover .pic img{transform:scale(1.1);}
.videos-list .item:hover .text *{color:#fff;}
@media(max-width:992px){
.videos{padding:3.125rem 1.25rem;}
.videos-list{margin:0;}
.videos-list .item{margin:0 0 1.25rem;width:100%;}
.videos-list .text h3{font-size:1.5rem;}
.videos-list .item:hover{box-shadow:none;transform:translateY(0);}
}
/*--end videos--*/

/*--download--*/
.download{padding:5rem 0;overflow:hidden;background:#fff;}
.download-list{overflow:hidden;}
.download-list .item{margin-bottom:0.625rem;padding:1.25rem 2rem;line-height:2rem;font-size:1rem;cursor:pointer;overflow:hidden;background:#f6f6f6;border-radius:5px;transition:all .5s;}
.download-list .tit{position:relative;float:left;padding-left:1.75rem;width:20rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.download-list .tit:before{display:block;position:absolute;left:0;top:50%;width:11px;height:11px;content:"";background:#fff;border:#D43030 solid 3px;border-radius:50%;transform:translateY(-50%);}
.download-list .time{float:right;margin-right:4rem;font-family:"DIN Medium";color:#999;}
.download-list .action{float:right;}
.download-list .action a{display:block;color:#666;}
.download-list .action a:before{display:block;float:right;margin-left:1rem;font-size:1.5rem;font-family:"iconfont";content:"\e608";}
.download-list .item:hover{background:#D43030;}
.download-list .item:hover *{color:#fff;}
@media(max-width:992px){
.download{padding:3.125rem 1.25rem;}
.download-list .item{margin-bottom:1.25rem;font-size:1.5rem;}
.download-list .time{display:none;margin-right:1rem;}
}
/*--end download--*/

/*--contact--*/
.contact{padding:5rem 0;overflow:hidden;background:#fff;}
.contact-inner{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:5rem;overflow:hidden;}
.contact-inner .text{position:relative;width:37.5rem;overflow:hidden;}
.contact-inner .text .infos{overflow:hidden;}
.contact-inner .text .infos h2{margin-bottom:1.875rem;font-size:2.625rem;color:#333;}
.contact-inner .text .infos p{font-size:1.25rem;line-height:1.5;font-family:"DIN Medium";color:#666;}
.contact-inner .text .QRcode{position:absolute;left:0;bottom:0;width:100%;overflow:hidden;}
.contact-inner .text .QRcode .item{float:left;margin-right:1.25rem;padding:0.5rem;width:8.125rem;text-align:center;border:#e5e5e5 solid 1px;border-radius:5px;}
.contact-inner .text .QRcode .item span{display:block;margin-top:0.5rem;font-size:1rem;color:#666;}
.contact-inner .pic{width:43.75rem;overflow:hidden;border:#f0f0f0 solid 1px;border-radius:5px;animation:fadeInRight 1s;}
.contact-inner .pic img{display:block;width:100%;transition:all 1s;}
.contact-inner .pic>p{position:relative;top:50%;left:50%;width:690px;height:460px;transform:translate(-50%,-50%);}
.contact-form{padding-top:5rem;overflow:hidden;background:#fff;border-top:#e5e5e5 solid 1px;}
.contact-form .hd{overflow:hidden;}
.contact-form .hd h2{font-size:2.625rem;color:#333;line-height:1.25;}
.contact-form .hd p{margin-top:1rem;font-size:1rem;line-height:1.25;color:#999;}
.contact-form .bd{margin-top:3.75rem;}
.contact-form .bd .iptBox{display:flex;flex-wrap:wrap;justify-content:space-between;}
.contact-form .bd .iptBox input{padding:1.25rem 2.5rem;width:26.875rem;height:4.375rem;font-size:1.25rem;background:#f6f6f6;border:none;border-radius:5px;outline:none;transition:all 1s;}
.contact-form .bd .iptBox input::-webkit-input-placeholder{color:#999;}
.contact-form .bd .iptBox input:hover{background:#fff;box-shadow:0 0 2rem rgba(0,0,0,0.1);}
.contact-form .bd .txtBox{margin-top:3.125rem;}
.contact-form .bd .txtBox textarea{display:block;padding:1.25rem 2.5rem;width:100%;height:10rem;font-size:1.25rem;background:#f6f6f6;border:none;outline:none;resize:none;transition:all 1s;}
.contact-form .bd .txtBox textarea::-webkit-input-placeholder{color:#999;}
.contact-form .bd .txtBox textarea:hover{background:#fff;box-shadow:0 0 2rem rgba(0,0,0,0.1);}
.contact-form .bd .btnBox{margin-top:3.125rem;overflow:hidden;}
.contact-form .bd .btnBox a{display:block;float:right;width:26.875rem;height:4.375rem;line-height:4.375rem;font-size:1.25rem;color:#fff;text-align:center;background:#D43030;border-radius:5px;}
@media(max-width:992px){
.contact{padding:3.125rem 1.25rem;}
.contact-inne{padding-bottom:3.125rem;}
.contact-inner .text{width:100%;}
.contact-inner .text .infos h2{font-size:2rem;}
.contact-inner .text .infos p{font-size:1.5rem;}
.contact-inner .text .QRcode{position:static;margin-top:2.5rem;}
.contact-inner .text .QRcode .item{width:12rem;}
.contact-inner .pic{margin-top:3.125rem;width:100%;animation:fadeInUp 1s;}
.contact-form{padding-top:0;border-top:none;}
.contact-form .hd h2{font-size:1.875rem;}
.contact-form .hd p{font-size:1.5rem;}
.contact-form .bd{margin-top:2.25rem;}
.contact-form .bd .iptBox input{margin-bottom:1.25rem;padding:1.5rem 1.875rem;width:100%;font-size:1.5rem;}
.contact-form .bd .txtBox{margin-top:0;}
.contact-form .bd .txtBox textarea{padding:1.5rem 1.875rem;width:100%;height:10rem;font-size:1.5rem;}
.contact-form .bd .btnBox{margin-top:1.25rem;}
.contact-form .bd .btnBox a{float:none;width:100%;height:5rem;line-height:5rem;font-size:1.5rem;}
}
/*--end contact--*/

/*--jobs--*/
.jobs{overflow:hidden;background:#fff;}
.jobs-welfare{display:flex;flex-wrap:wrap;justify-content:space-between;padding:5rem 0;border-bottom:#f0f0f0 solid 1px;}
.jobs-welfare .item{flex:none;padding:2.75rem 2.5rem 4rem;width:20rem;text-align:center;overflow:hidden;background:#fff;border-radius:5px;transition:all .5s;}
.jobs-welfare .item i{display:block;position:relative;margin:0 auto;width:4rem;height:4rem;}
.jobs-welfare .item h3{margin-top:1.125rem;line-height:2.25rem;font-size:1.25rem;color:#333;}
.jobs-welfare .item p{margin-top:1.625rem;font-size:1rem;line-height:1.75;color:#666;}
.jobs-welfare .item:hover{box-shadow:0 0 2rem rgba(0,0,0,0.15);}
.jobs-cont{padding:5rem 0;overflow:hidden;}
.jobs-cont .box-title{margin-bottom:2.75rem;text-align:center;animation:fadeInDown 1s;}
.jobs-cont .box-title h2{font-size:2.625rem;}
.jobs-cont .inner{overflow:hidden;}

.jobs-menu{float:left;width:20rem;}
.jobs-menu li{margin-bottom:0.625rem;padding:0 1.5rem;line-height:3.75rem;font-size:1.25rem;color:#333;cursor:pointer;background:#f6f6f6;border-radius:5px;}
.jobs-menu li:before{display:block;float:right;font-family:"iconfont";content:"\e694";}
.jobs-menu li.cur,.jobs-menu li:hover{color:#fff;background:#D43030;transition:all .5s;}
.jobs-main{float:right;width:65rem;}
.jobs-main .item{display:none;padding:3.25rem 3.75rem 4.375rem;overflow:hidden;background:#f6f6f6;border-radius:5px;}
.jobs-main .item .hd{padding-bottom:2.5rem;overflow:hidden;border-bottom:#e4e4e4 solid 1px;}
.jobs-main .item .hd h3{display:inline-block;font-size:1.75rem;color:#000;}
.jobs-main .item .hd em{display:inline-block;margin-left:1.5rem;font-size:1rem;color:#999;font-family:"DIN Medium";}
.jobs-main .item .hd p{margin-top:0.8rem;font-size:1.25rem;color:#666;}
.jobs-main .item .bd{overflow:hidden;}
.jobs-main .item .bd h4{margin-top:2.25rem;margin-bottom:1rem;font-size:1.25rem;color:#333;}
.jobs-main .item .bd h4 a{font-family:"Arial,DIN Medium";color:#333;}
.jobs-main .item .bd p{margin-bottom:0.75rem;font-size:1rem;line-height:1.5;color:#666;}
@media(max-width:992px){
.jobs{padding:3.125rem 1.25rem;}
.jobs-welfare{padding:0.625rem 0 3.75rem;}
.jobs-welfare .item{padding:0;width:25%;}
.jobs-welfare .item h3{font-size:1.5rem;}
.jobs-welfare .item p{display:none;}
.jobs-welfare .item:hover{box-shadow:none;}
.jobs-cont{padding:2.5rem 0 0;}
.jobs-cont .box-title h2{font-size:1.875rem;}

.jobs-menu{float:none;width:100%;}
.jobs-menu li{margin-bottom:0;width:auto;font-size:1.5rem;}
.jobs-menu li:before{display:none;}
.jobs-main{float:none;margin-top:1.25rem;width:100%;}
.jobs-main .item{padding:2.5rem;}
.jobs-main .item .hd{padding-bottom:2.5rem;}
.jobs-main .item .hd h3{font-size:1.875rem;}
.jobs-main .item .hd em{font-size:1.5rem;}
.jobs-main .item .hd p{margin-top:0.5rem;font-size:1.5rem;}
.jobs-main .item .bd h4{font-size:1.5rem;}
.jobs-main .item .bd p{font-size:1.5rem;}
}
/*--end jobs--*/

/*--cx-msgForm--*/
.cx-msgForm{padding:4.375rem 0;overflow:hidden;background:#fff;}
.cx-msgForm-hd{padding-bottom:2.875rem;overflow:hidden;border-bottom:#e5e5e5 solid 1px;}
.cx-msgForm-hd h2{font-size:2.625rem;color:#333;}
.cx-msgForm-hd p{margin-top:0.75rem;font-size:1rem;color:#999;}
.cx-msgForm-bd{padding-top:2.875rem;}
.cx-msgForm-bd .item{display:flex;flex-wrap:wrap;justify-content:space-between;}
.cx-msgForm-bd .item .label{width:11.25rem;font-size:1.25rem;color:#333;overflow:hidden;}
.cx-msgForm-bd .item .box{width:calc(100% - 11.25rem);}
.cx-msgForm-bd .item-radio,.cx-msgForm-bd .item-checkbox{margin-bottom:1.25rem;line-height:2rem;}
.cx-msgForm-bd .item-radio li,.cx-msgForm-bd .item-checkbox li{position:relative;float:left;padding-left:1.75rem;width:10rem;cursor:pointer;}
.cx-msgForm-bd .item-radio li:before,.cx-msgForm-bd .item-checkbox li:before{display:block;position:absolute;left:0;top:50%;width:20px;height:20px;line-height:20px;text-align:center;content:"";background:#f6f6f6;border:#e6e6e6 solid 1px;border-radius:5px;transform:translateY(-50%);}
.cx-msgForm-bd .item-radio li.active:before,.cx-msgForm-bd .item-checkbox li.active:before{background:#D43030 url(../images/Template/tick.png) no-repeat center;}
.cx-msgForm-bd .item-checkbox span{display:inline-block;padding:0 0.75rem;font-size:1rem;color:#999;user-select:none;border:#ccc solid 1px;border-radius:5px;}
.cx-msgForm-bd .item-select{margin-bottom:2.375rem;line-height:4.375rem;}
.cx-msgForm-bd .item-select ul{display:flex;flex-wrap:wrap;margin:0 -1.25rem;}
.cx-msgForm-bd .item-select li{position:relative;margin:0 1.25rem;width:calc(100% / 3 - 2.5rem);height:4.375rem;cursor:pointer;}
.cx-msgForm-bd .item-select li:after{display:block;position:absolute;right:2rem;top:0;line-height:4.375rem;font-family:"iconfont";font-size:1.5rem;content:"\e692";color:#cfcfcf;transition:all .5s;}
.cx-msgForm-bd .item-select li input{display:block;padding:1.25rem 2rem;width:100%;height:4.375rem;font-size:1.25rem;color:#999;cursor:pointer;border:none;outline:none;background:#f6f6f6;border-radius:5px;}
.cx-msgForm-bd .item-select li .drop{display:none;position:absolute;z-index:9;top:calc(100% + 1rem);left:0;width:100%;height:12rem;overflow:auto;background:#fff;box-shadow:0 0 1rem rgba(0,0,0,0.1);border-radius:5px;}
.cx-msgForm-bd .item-select li .drop a{display:block;padding:0.5rem 2rem;font-size:1.25rem;line-height:1.75;color:#666;}
.cx-msgForm-bd .item-select li .drop a:hover{color:#fff;background:#D43030;}
.cx-msgForm-bd .item-select li .drop::-webkit-scrollbar{width:2px;background:#ccc;}
.cx-msgForm-bd .item-select li .drop::-webkit-scrollbar-thumb{background:#D43030;}
.cx-msgForm-bd .item-select li.active:after{transform:rotateX(180deg);}
.cx-msgForm-bd .item-select li.active input{color:#333;background:#fff;box-shadow:0 0 1rem rgba(0,0,0,0.1);}
.cx-msgForm-bd .item-select li.active .drop{display:block;}
.cx-msgForm-bd .item-ipt{margin-bottom:2.375rem;line-height:4.375rem;}
.cx-msgForm-bd .item-ipt ul{display:flex;flex-wrap:wrap;margin:0 -1.25rem;}
.cx-msgForm-bd .item-ipt li{position:relative;margin:0 1.25rem;width:calc(100% / 3 - 2.5rem);height:4.375rem;cursor:pointer;}
.cx-msgForm-bd .item-ipt input{display:block;padding:1.25rem 2rem;width:100%;height:4.375rem;font-size:1.25rem;line-height:1.75;color:#999;border:none;outline:none;background:#f6f6f6;border-radius:5px;}
.cx-msgForm-bd .item-ipt textarea{display:block;margin-top:1.375rem;padding:1.25rem 2rem;width:100%;height:13.75rem;font-size:1.25rem;line-height:1.75;color:#999;border:none;outline:none;resize:none;background:#f6f6f6;border-radius:5px;}
.cx-msgForm-bd .item-ipt input:hover,.cx-msgForm-bd .item-ipt textarea:hover{color:#333;background:#fff;box-shadow:0 0 1rem rgba(0,0,0,0.1);transition:all .25s;} 
.cx-msgForm-bd .item-btn{overflow:hidden;}
.cx-msgForm-bd .item-btn a.submit{display:block;margin-top:0.75rem;width:23.75rem;line-height:4.375rem;font-size:1.25rem;text-align:center;color:#fff;background:#D43030;border-radius:5px;}
@media(max-width:992px){
.cx-msgForm{padding:3.125rem 1.25rem;}
.cx-msgForm-hd{padding-bottom:3.125rem;border-bottom:none;}
.cx-msgForm-hd h2{display:none;}
.cx-msgForm-hd p{margin-top:0;font-size:1.5rem;}
.cx-msgForm-bd{padding-top:0;}
.cx-msgForm-bd .item .label{width:100%;font-size:1.5rem;}
.cx-msgForm-bd .item .box{padding-top:1.25rem;width:100%;}
.cx-msgForm-bd .item-radio,.cx-msgForm-bd .item-checkbox{margin-bottom:2rem;line-height:3rem;}
.cx-msgForm-bd .item-radio li,.cx-msgForm-bd .item-checkbox li{position:relative;float:left;margin-bottom:0.5rem;padding-left:30px;width:160px;cursor:pointer;}
.cx-msgForm-bd .item-select ul{margin:0 -0.625rem;}
.cx-msgForm-bd .item-select li{margin:0 0.625rem;width:calc(100% / 3 - 1.25rem);cursor:pointer;}
.cx-msgForm-bd .item-select li input{font-size:1.5rem;height:5rem;}
.cx-msgForm-bd .item-select li .drop a{font-size:1.5rem;}
.cx-msgForm-bd .item-ipt{margin-bottom:1.25rem;}
.cx-msgForm-bd .item-ipt li{margin-bottom:1.25rem;width:100%;height:auto;}
.cx-msgForm-bd .item-ipt input{font-size:1.5rem;height:5rem;}
.cx-msgForm-bd .item-ipt textarea{margin-top:0;font-size:1.5rem;}
.cx-msgForm-bd .item-btn a.submit{margin-top:0;width:100%;line-height:5rem;font-size:1.5rem;}
}
/*--end cx-msgForm--*/

/*--cx-tags-gather--*/
.cx-tags-gather{padding:4.375rem 0;overflow:hidden;background:#fff;}
.cx-tags-gather .hd{overflow:hidden;}
.cx-tags-gather .hd h2{font-size:2.625rem;color:#333;}
.cx-tags-gather .bd{padding-top:2rem;overflow:hidden;}
.cx-tags-gather .bd ul{margin:-0.3125rem;overflow:hidden;}
.cx-tags-gather .bd li{float:left;margin:0.3125rem;line-height:2.5rem;font-size:1rem;}
.cx-tags-gather .bd li a{display:block;padding:0 0.75rem;color:#999;background:#f6f6f6;border-radius:5px;transition:all .5s;}
.cx-tags-gather .bd li a:hover{color:#fff;background:#D43030;}
@media(max-width:992px){
.cx-tags-gather{padding:3.125rem 1.25rem;}
.cx-tags-gather .hd{display:none;}
.cx-tags-gather .bd{padding-top:0;}
.cx-tags-gather .bd ul{margin:-0.625rem;}
.cx-tags-gather .bd li{margin:0.625rem;font-size:1.5rem;line-height:1.5;}
.cx-tags-gather .bd li a{padding:0.75rem 1rem;}
}
/*--end cx-tags--*/

/*--cx-tag-news--*/
.cx-tag-news{padding:5rem 0;overflow:hidden;background:#fff;}
.cx-tag-news .tips{font-size:2.625rem;color:#333;}
.cx-tag-news .tips h1{display:inline-block;padding:0 0.625rem;font-size:2.625rem;color:#D43030;}
.cx-tag-news .news-main .bd{padding-top:2.5rem;}
@media(max-width:992px){
.cx-tag-news{padding:3.125rem 1.25rem;}
.cx-tag-news .tips,.cx-tag-news .tips h1{font-size:1.875rem;text-align:center;}
.cx-tag-news .news-list{background:#fff;}
.cx-tag-news .news-list .item{margin-top:0;padding:1.875rem 0;}
.cx-tag-news .news-list .btmBox li{display:none;}
.cx-tag-news .news-list .btmBox li.tag{display:block;}
}
/*--end cx-tag-news--*/

/*--cx-search-all--*/
.cx-search-all{padding:5rem 0;overflow:hidden;background:#f6f6f6;}
.cx-search-all .form{position:relative;margin:0 auto;width:46.25rem;height:4.375rem;background:#fff;box-shadow:0 1rem 2rem rgba(0,0,0,0.1);border-radius:5px;}
.cx-search-all .form input{display:block;padding:0 1.875rem;width:100%;height:4.375rem;font-size:1.25rem;border:none;outline:none;background:transparent;}
.cx-search-all .form button{display:block;position:absolute;right:0.625rem;top:50%;width:3rem;height:3rem;line-height:3rem;text-align:center;color:#fff;cursor:pointer;border:none;outline:none;background:#D43030;border-radius:5px;transform:translateY(-50%);}
.cx-search-all .form button i{display:block;font-size:1.5rem;}
.cx-search-tips{margin-top:3.75rem;font-size:2.625rem;color:#999;text-align:center;}
.cx-search-tips h1{display:inline-block;padding:0 0.625rem;font-size:2.625rem;color:#D43030;}
.cx-search-list{margin-top:3.125rem;}
.cx-search-list .item{display:flex;flex-wrap:wrap;justify-content:space-between;flex-direction:row-reverse;padding:2.5rem 0;overflow:hidden;animation:fadeInUp 1s ease-out;border-radius:5px;transition:all .5s;}
.cx-search-list .pic{width:20.25rem;overflow:hidden;border-radius:5px;}
.cx-search-list .pic img{display:block;width:100%;transition:all 1s;}
.cx-search-list .text{position:relative;width:38.125rem;transition:all 1s;}
.cx-search-list .text h3{line-height:2rem;font-size:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.cx-search-list .text h3 a{color:#333;}
.cx-search-list .text h3 a:hover{color:#D43030;}
.cx-search-list .text p{margin:0.75rem 0;line-height:1.75;font-size:1rem;color:#999;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.cx-search-list .text p a{color:#999;}
.cx-search-list .text>span{position:absolute;left:0;bottom:0;width:100%;line-height:1.75;font-size:1rem;color:#999;overflow:hidden;}
.cx-search-list .text>span a:after{display:inline-block;margin-left:1rem;font-family:"iconfont";content:"\e694";}
.cx-search-list .text>span a:hover{color:#D43030;}
.cx-search-list .item:hover{box-shadow:0 0 2rem rgba(0,0,0,0.15);}
.cx-search-list .item:hover .pic img{transform:scale(1.1);}
.cx-search-list .item:hover .text{transform:translateX(2.5rem);}
@media(max-width:992px){
.cx-search-all{padding:3.125rem 1.25rem;}
.cx-search-all .form{width:100%;height:5rem;}
.cx-search-all .form input{height:5rem;font-size:1.5rem;}
.cx-search-tips{margin-top:2.5rem;font-size:1.875rem;}
.cx-search-tips h1{font-size:1.875rem;}
.cx-search-list .item{margin-bottom:3.75rem;padding:0;}
.cx-search-list .pic{width:40%;}
.cx-search-list .text{width:54%;}
.cx-search-list .text h3{font-size:1.75rem;white-space:unset;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.cx-search-list .text p{display:none;}
.cx-search-list .text>span{font-size:1.5rem;}
.cx-search-list .item:hover{box-shadow:unset;}
.cx-search-list .item:hover .text{transform:translateX(0);}
.cx-search-all .addMore a{background:#eaeaea;}
}
/*--end cx-search-all--*/

/*--cx-siteMap--*/
.cx-siteMap{padding:5rem 0;overflow:hidden;background:#fff;}
.cx-siteMap .hd{padding-bottom:2.5rem;overflow:hidden;border-bottom:#e5e5e5 solid 1px;}
.cx-siteMap .hd li{float:left;font-size:2.625rem;margin-right:3.75rem;}
.cx-siteMap .hd li a{color:#ccc;}
.cx-siteMap .hd li.cur a,.cx-siteMap .hd li:hover a{color:#333;}
.cx-siteMap .bd{overflow:hidden;}
.cx-siteMap .bd .item{padding:2.5rem 0;overflow:hidden;border-bottom:#e5e5e5 solid 1px;}
.cx-siteMap .bd .item h3{font-size:1.25rem;}
.cx-siteMap .bd .item h3 a{color:#333;}
.cx-siteMap .bd .item ul{padding-top:1rem;overflow:hidden;}
.cx-siteMap .bd .item li{float:left;margin-right:2.75rem;font-size:1rem;line-height:2;}
.cx-siteMap .bd .item li a{color:#999;}
.cx-siteMap .bd .item li a:hover{color:#000;}
@media(max-width:992px){
.cx-siteMap{padding:3.125rem 1.25rem;}
.cx-siteMap .hd{padding-bottom:2rem;}
.cx-siteMap .hd li{margin-right:2.875rem;font-size:1.875rem;}
.cx-siteMap .bd .item h3{font-size:1.5rem;}
.cx-siteMap .bd .item li{font-size:1.5rem;}
}
/*--end cx-siteMap--*/

/*--cx-applyLinks--*/
.cx-applyLinks{padding:5rem 0;overflow:hidden;background:#fff;}
.cx-applyLinks .hd{overflow:hidden;}
.cx-applyLinks .hd h2{font-size:2.625rem;color:#333;}
.cx-applyLinks .hd p{margin-top:0.75rem;font-size:1rem;color:#999;}
.cx-applyLinks .bd{padding-top:3.5rem;}
.cx-applyLinks .bd .iptBox{display:flex;flex-wrap:wrap;justify-content:space-between;}
.cx-applyLinks .bd .iptBox input{padding:1.25rem 2rem;width:30.7%;font-size:1.25rem;color:#333;border:none;background:#f6f6f6;outline:none;border-radius:5px;transition:all .5s;}
.cx-applyLinks .bd .iptBox input::-webkit-input-placeholder{color:#999;}
.cx-applyLinks .bd .iptBox input:hover{background:#fff;box-shadow:0 0 2rem rgba(0,0,0,0.1);}
.cx-applyLinks .bd .txtBox{margin-top:3.125rem;}
.cx-applyLinks .bd .txtBox textarea{padding:1.25rem 2rem;width:100%;height:10rem;font-size:1.25rem;color:#333;border:none;background:#f6f6f6;outline:none;resize:none;border-radius:5px;transition:all .5s;}
.cx-applyLinks .bd .txtBox textarea::-webkit-input-placeholder{color:#999;}
.cx-applyLinks .bd .txtBox textarea:hover{background:#fff;box-shadow:0 0 2rem rgba(0,0,0,0.1);}
.cx-applyLinks .bd .btnBox{margin-top:3.125rem;text-align:right;}
.cx-applyLinks .bd .btnBox a{display:inline-block;padding:1.25rem 2rem;width:26.875rem;font-size:1.25rem;color:#fff;text-align:center;background:#D43030;border-radius:5px;}
@media(max-width:992px){
.cx-applyLinks{padding:3.125rem 1.25rem;}
.cx-applyLinks .hd h2{display:none;}
.cx-applyLinks .hd p{margin-top:0;font-size:1.5rem;}
.cx-applyLinks .bd{padding-top:1.5rem;}
.cx-applyLinks .bd .iptBox input{margin-bottom:1.25rem;width:100%;font-size:1.5rem;}
.cx-applyLinks .bd .txtBox{margin-top:0;}
.cx-applyLinks .bd .btnBox{margin-top:1.25rem;}
.cx-applyLinks .bd .btnBox a{display:block;width:100%;font-size:1.5rem;}
}
/*--end cx-applyLinks--*/

/*--cx-error-404--*/
.cx-error-404{padding:10rem 0;overflow:hidden;background:#f6f6f6;}
.cx-error-404 .inner{text-align:center;overflow:hidden;}
.cx-error-404 .tit{font-size:2.625rem;line-height:1.75;color:#999;}
.cx-error-404 .pic{overflow:hidden;}
.cx-error-404 .pic img{margin:0 auto;width:auto;max-width:100%;}
.cx-error-404 .tips{padding-top:1.25rem;}
.cx-error-404 .tips p{font-size:1.25rem;line-height:1.75;color:#999;}
.cx-error-404 .tips ul{display:flex;justify-content:center;padding:1.25rem;}
.cx-error-404 .tips li{margin:0 0.625rem;width:11.25rem;height:3.75rem;line-height:3.75rem;font-size:1em;}
.cx-error-404 .tips li a{display:block;border-radius:5px;box-shadow:0 0 1rem rgba(0,0,0,0.05);transition:all .5s;}
.cx-error-404 .tips li a:hover{color:#fff;background:#D43030;}
@media(max-width:992px){
.cx-error-404{padding:10rem 1.25rem;}
.cx-error-404 .tit{font-size:1.875rem;}
.cx-error-404 .pic img{width:50%;}
.cx-error-404 .tips{padding-top:4.5rem;}
.cx-error-404 .tips p{font-size:1.5rem;}
.cx-error-404 .tips li{margin:0 0.625rem;width:14.375rem;height:5rem;line-height:5rem;font-size:1.5em;}
}
/*--end cx-error-404--*/

/*--cx-error-close--*/
.cx-error-close{position:relative;width:100vw;height:100vh;}
.cx-error-close .inner{position:fixed;z-index:9;top:50%;left:50%;padding:4.625rem 1.25rem;width:40rem;text-align:center;background:#f6f6f6;border-radius:5px;transform:translate(-50%,-50%);}
.cx-error-close .inner h2{margin-bottom:0.75rem;font-size:2.625rem;color:#333;}
.cx-error-close .inner p{font-size:1.25rem;line-height:1.5;color:#999;}
.cx-error-close .inner p em{font-family:"DIN Medium";color:#000;}
.cx-error-close .inner a{display:block;margin:3.375rem auto 0;width:8.125rem;height:3.75rem;line-height:3.75rem;font-size:1.25rem;color:#fff;background:#D43030;border-radius:5px;}
.cx-error-close .inner a:hover{background:#000;}
@media(max-width:992px){
.cx-error-close .inner{width:85%;}
.cx-error-close .inner h2{font-size:2.625rem;}
.cx-error-close .inner p{font-size:1.5rem;}
.cx-error-close .inner a{font-size:1.5rem;}
}
/*--end cx-error-close--*/

/*暂无数据*/
#nodata, .nodata {padding:80px 80px 80px 150px;border:solid 1px #eee;margin:10px 0;background: url(../images/Template/nodata.gif) no-repeat 20px 20px; background-color: #fff; width:100%;}

/*from responsive.css */
﻿@media screen and (min-width: 1200px) {
	.transXT50.target {
		transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
		opacity: 0;
		visibility: hidden;
		transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	.transYT50.target {
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		opacity: 0;
		visibility: hidden;
		transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	.transYT501.target {
		transform: translateY(80px);
		-webkit-transform: translateY(80px);
		opacity: 0;
		visibility: hidden;
		transition: transform 450ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 450ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	.transYT502.target {
		transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		opacity: 0;
		visibility: hidden;
		transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	.transXT501.target {
		transform: translateX(50px);
		-webkit-transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
		transition: transform 600ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 600ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	.transXf.target {
		transform: translateX(-50px);
		-webkit-transform: translateX(-50px);
		opacity: 0;
		visibility: hidden;
		transition: transform 600ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 600ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	.action.transYT50,
	.action.transYT501,
	.action.transYT502 {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	.action.transXT50,
	.action.transXT501,
	.action.transXf {
		opacity: 1;
		visibility: visible;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}

	.action.idys1 {
		transition-delay: 0.15s;
	}

	.action.idys2 {
		transition-delay: 0.25s;
	}

	.action.idys3 {
		transition-delay: 0.35s;
	}

	.action.idys4 {
		transition-delay: 0.45s;
	}

	.action.idys5 {
		transition-delay: 0.55s;
	}

	.action.idys6 {
		transition-delay: 0.65s;
	}

	.action.idys7 {
		transition-delay: 0.75s;
	}

	.loadscale.target {
		opacity: 0;
		visibility: hidden;
		transform: translate(30px, 0) scale(.75);
		transition: 0.75s all ease;
	}

	.action.loadscale {
		opacity: 1;
		visibility: visible;
		transform: translate(0, 0) scale(1);
		transition: 0.65s all ease;
	}

	.wzload.target {
		opacity: 0;
		visibility: hidden;
		transition: 0.8s all ease-out;
	}

	.action.wzload {
		opacity: 1;
		visibility: visible;
		transition: 0.8s all ease-out;
	}

	.sytrans.target {
		opacity: 0;
		visibility: hidden;
		transform: rotateY(45deg);
		transition: 0.8s all ease-out;
	}

	.action.sytrans {
		opacity: 1;
		visibility: visible;
		transform: rotateY(0);
		transition: 0.8s all ease-out;
	}

	.wzjz.target {
		opacity: 0;
		visibility: hidden;
		letter-spacing: 8px;
		transition: 1.2s all ease-out;
	}

	.action.wzjz {
		opacity: 1;
		visibility: visible;
		letter-spacing: normal;
		transition: 1.2s all ease-out;
	}

	.ovt {
		overflow: hidden;
	}

	.ovt font {
		display: block;
	}

	.loadbg {
		position: relative;
	}

	.loadbg.target:before {
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, .5);
		transition: 1s ease-out;
		z-index: 11;
	}

	.action.loadbg:before {
		bottom: 0;
		height: 0;
	}

	.ib3left,
	.ib2bt,
	.ib5ty {
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		opacity: 0;
		visibility: hidden;
		transition: transform 700ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 700ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	.ib3right,
	.ib2flex,
	.iw4ty,
	.ib5list {
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
		opacity: 0;
		visibility: hidden;
		transition: transform 700ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 700ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	.it4qh {
		transform: scaleY(0);
		opacity: 0;
		visibility: hidden;
		transition: transform 700ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 700ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	#swiper-container1 .swiper-slide-active .it4qh {
		opacity: 1;
		visibility: visible;
		transform: scaleY(1);
	}

	#swiper-container1 .swiper-slide-active .ib3left,
	#swiper-container1 .swiper-slide-active .ib3right,
	#swiper-container1 .swiper-slide-active .ib2bt,
	#swiper-container1 .swiper-slide-active .ib2flex,
	#swiper-container1 .swiper-slide-active .iw4ty,
	#swiper-container1 .swiper-slide-active .ib5ty,
	#swiper-container1 .swiper-slide-active .ib5list {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	.imgd.target {
		opacity: 0;
		visibility: hidden;
		transform: scale(0);
		transition: transform 700ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 700ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	.action.imgd {
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}
}

@media screen and (max-width: 1600px) {
	.imdw4 {
		right: 18%;
		bottom: 8.5%;
	}

	.srjg {
		font-size: 32px;
	}

	.srltxt {
		font-size: 18px;
	}

	.srldate {
		font-size: 16px;
	}

	.rb3list li {
		padding: 25px;
	}

	.rb1list li {
		margin-top: 40px;
	}

	.rb1list {
		margin-top: 60px;
	}

	.rslable {
		margin-top: 40px;
	}

	.rw1t1 {
		font-size: 20px;
	}

	.rl1num {
		font-size: 45px;
	}

	.rw1t2,
	.rl3rs,
	.rr2txt,
	.rr3way,
	.rr3way i {
		font-size: 14px;
	}

	.rl3title {
		font-size: 24px;
	}

	.rr3title {
		font-size: 32px;
	}

	.rb3right {
		padding: 40px;
	}

	.rd3link {
		font-size: 16px;
	}

	.header .yj-bot .yj-link {
		font-size: 16px;
		padding: 0 20px;
	}

	.el-link {
		font-size: 13px;
	}

	.bceng {
		font-size: 36px;
	}

	.bct1 {
		font-size: 60px;
	}

	.bct2 {
		font-size: 20px;
	}

	.updown span {
		font-size: 12px;
	}

	.updown i {
		width: 62px;
		height: 62px;
		line-height: 62px;
	}

	.updown {
		width: 62px;
	}

	.sybt {
		font-size: 40px;
	}

	.ib2more {
		font-size: 14px;
	}

	.ib2bt {
		line-height: 72px;
	}

	.it2qh:not(:first-child) {
		margin-left: 30px;
	}

	.il3bt {
		font-size: 26px;
	}

	.il3lable {
		font-size: 40px;
	}

	.ir6bt {
		font-size: 30px;
	}

	.ir6list li {
		margin-top: 40px;
	}

	.il3ms,
	.ib5ms {
		font-size: 16px;
	}

	.il3brand a,
	.il3txt,
	.iw4xq {
		font-size: 14px;
	}

	.il3num {
		font-size: 60px;
	}

	.il3bg {
		padding: 100px 150px;
	}

	.iq4bt {
		font-size: 20px;
	}

	.ib5list li span {
		font-size: 20px;
	}

	.il6bt {
		font-size: 16px;
	}

	.il6xx {
		font-size: 14px;
	}

	.ib6right {
		padding: 50px 8% 0 6%;
	}

	.fl1xx font {
		font-size: 14px;
	}

	.fl1xx i {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
	}

	.fr1yj {
		font-size: 16px;
	}

	.fr1ej {
		font-size: 12px;
	}

	.fwbot1 {
		padding: 30px 0 60px 0;
	}

	.fr1ej {
		margin-top: 6px;
	}

	.fb2txt {
		font-size: 12px;
	}

	.fwbot2 {
		padding: 20px 0 30px 0;
	}

	.iw2date {
		font-size: 14px;
	}

	.iw2title {
		font-size: 18px;
		height: 65px;
		margin-top: 40px;
	}

	.iw2ms {
		font-size: 14px;
		display:-webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp:4;
		height: 66px;
		overflow: hidden;
	}

	.ic2box li a {
		font-size: 14px;
	}

	.iw2line {
		margin: 25px 0;
	}

	.iw2xq {
		margin-top: 70px;
	}

	.ic2box li:not(:first-child) {
		margin-top: 22px;
	}

	.ib2tp img {
		height: 438px;
	}

	.w1400 {
		width: 1166px;
	}

	.ibbt {
		font-size: 50px;
	}

	.nygb1 {
		font-size: 36px;
	}

	.ab1gd {
		font-size: 18px;
	}

	.ab1nr {
		font-size: 14px;
	}

	.about-bot1 {
		padding: 100px 0 510px 0;
	}

	.ab2nr {
		margin-top: 50px;
		font-size: 14px;
	}

	.ab1nr {
		margin-top: 40px;
	}

	.about-bot3 {
		padding: 100px 0 146px 0;
	}

	.at3qh {
		font-size: 20px;
	}

	.ab3bt {
		line-height: 65px;
	}

	.ai3name {
		font-size: 24px;
	}

	.ab3cont {
		margin: 110px 125px 0 125px;
	}

	.ab3lb {
		padding: 0 70px;
	}

	.al4bt {
		font-size: 16px;
	}

	.ab4list li.active .al4bt {
		font-size: 22px;
	}

	.al4num {
		font-size: 90px;
	}

	.ab4c {
		width: 523px;
		height: 523px;
	}

	.ac4lb {
		width: 264px;
	}

	.ar4item {
		font-size: 24px;
	}

	.az4dw1,
	.az4dw3 {
		width: 100px;
	}

	.az4dw2,
	.az4dw4 {
		width: 49px;
	}

	.ac6item {
		font-size: 14px;
	}

	.ar6item span {
		font-size: 18px;
		height: 100px;
		line-height: 200px;
	}

	.ab6right .slick-current.ar6item span {
		font-size: 120px;
	}

	.lnname {
		font-size: 26px;
	}

	.nfdate {
		font-size: 50px;
	}

	.nfdate em {
		font-size: 16px;
	}

	.nftitle {
		font-size: 26px;
		height: 78px;
		margin-top: 30px;
	}

	.nfdesc {
		font-size: 14px;
		height: 76px;
	}

	.nfmore {
		margin-top: 50px;
		font-size: 14px;
	}

	.nlwz {
		padding: 20px 25px 55px 25px;
	}

	.nlbt {
		padding: 15px 25px 25px 25px;
	}

	.ns3title {
		font-size: 40px;
	}

	.nl3date {
		font-size: 62px;
	}

	.nl3date em {
		font-size: 14px;
	}

	.nw3title {
		font-size: 22px;
	}

	.nw3desc {
		font-size: 14px;
		height: 50px;
	}

	.nl3jt {
		width: 55px;
		height: 55px;
		line-height: 55px;
		font-size: 14px;
	}

	.nxtitle {
		font-size: 26px;
	}

	.nxdate {
		font-size: 14px;
	}

	.ndxq {
		margin-top: 80px;
	}

	.ndbl,
	.ndbr {
		font-size: 14px;
	}

	.pl1bt {
		font-size: 24px;
	}

	.pl1nr {
		font-size: 16px;
	}

	.pl1yy {
		font-size: 20px;
	}

	.pl1title {
		font-size: 14px;
	}

	.pw2bt {
		font-size: 30px;
	}

	.pw2ms {
		font-size: 16px;
	}

	.itr2qh {
		font-size: 16px;
	}

	.ib2top {
		line-height: 54px;
	}

	.it3box {
		margin: 80px 0 0 217px;
	}

	.ib2banner,
	.db2banner {
		margin: 50px 115px 0 115px;
	}

	.iw2name {
		font-size: 24px;
	}

	.iw2desc {
		font-size: 14px;
	}

	.nt3pn a,
	.ib2banner .slick-arrow,
	.db2banner .slick-arrow {
		width: 55px;
		height: 55px;
		line-height: 55px;
	}

	.nt3pn a,
	.ib2banner .slick-arrow:before,
	.db2banner .slick-arrow:before {
		font-size: 14px;
	}

	.iw3t1 {
		font-size: 18px;
	}

	.iw3t2 {
		font-size: 14px;
		height: 50px;
	}

	.in4sz {
		font-size: 55px;
	}

	.in4sz sup,
	.in4txt {
		font-size: 16px;
	}

	.ib4right {
		font-size: 14px;
	}

	.imdw1 {
		top: 31%;
		right: 1.5%;
	}

	.id1txt {
		font-size: 16px;
	}

	.imdw2 {
		top: 42.5%;
		right: 2.5%;
	}

	.imdw3 {
		top: 57.2%;
		right: 5.2%;
	}

	.db1top {
		line-height: 54px;
	}

	.dl1title {
		font-size: 20px;
		height: 90px;
	}

	.dl1desc {
		font-size: 14px;
		height: 76px;
	}

	.di2wz {
		padding: 50px 50px 0 50px;
	}

	.di2date {
		font-size: 14px;
	}

	.di2title {
		font-size: 24px;
		height: 72px;
	}

	.di2desc {
		font-size: 14px;
		height: 50px;
		margin-top: 20px;
	}

	.di2more {
		margin-top: 50px;
	}

	.dwbot3 {
		padding: 120px 0 100px 0;
	}

	.dl3title {
		font-size: 20px;
		height: 60px;
	}

	.dl3date {
		font-size: 14px;
	}

	.itright {
		margin-top: 2px;
	}

	.itrselect {
		width: 180px;
		font-size: 14px;
	}

	.itrbtn a {
		width: 100px;
		font-size: 14px;
	}

	.iwlicon {
		font-size: 20px;
	}

	.iwlt1 {
		font-size: 18px;
		height: 97px;
	}

	.iwlload {
		font-size: 16px;
	}

	.iwts {
		font-size: 14px;
	}

	.nctqh {
		font-size: 20px;
	}

	.ntlms {
		font-size: 18px;
	}

	.ntldate {
		font-size: 14px;
	}

	.ntlms:before {
		width: 8px;
		height: 8px;
	}

	.hlgd em {
		font-size: 12px;
	}

	.hlgd strong {
		font-size: 22px;
	}
}

@media screen and (max-width: 1550px) {
	.ir6bt {
		font-size: 28px;
	}

	.ir3t2 {
		font-size: 14px;
	}

	.il3brand {
		margin-top: 50px;
	}

	.sybt,
	.il3lable {
		font-size: 34px;
	}

	.ib2bt {
		line-height: 65px;
	}

	.bceng {
		font-size: 32px;
	}

	.bct1 {
		font-size: 50px;
	}

	.bct2 {
		font-size: 18px;
	}

	.il3bt {
		font-size: 24px;
	}

	.ir3wz {
		padding: 15px 5% 60px 5%;
	}

	.il3ms,
	.ib5ms {
		font-size: 14px;
	}

	.w1400 {
		width: 1129px;
	}

	.ibbt {
		font-size: 40px;
	}

	.nygb1 {
		font-size: 32px;
	}

	.ab6right .slick-current.ar6item span {
		font-size: 100px;
	}

	.pb1list .pl1item {
		padding: 60px 0;
	}

	.pw2bt {
		font-size: 26px;
	}

	.pw2ms,
	.pl1nr {
		font-size: 14px;
	}

	.pwbot2 {
		padding: 80px 0 150px 0;
	}

	.pb2wz {
		padding: 60px 48px 0 60px;
	}

	.pw2ms {
		margin-top: 30px;
	}

	.pwbot3 {
		padding: 150px 0;
	}

	.imdw1 {
		right: 1%;
	}

	.imdw2 {
		top: 42.7%;
		right: 1.8%;
	}

	.imdw3 {
		top: 57%;
		right: 4.5%;
	}

	.rb1list li {
		margin-top: 30px;
	}

	.rb1list {
		margin-top: 40px;
	}

	.rslable {
		margin-top: 30px;
		font-size: 15px;
	}

	.rl1num {
		font-size: 40px;
	}

	.iejlink {
		font-size: 14px;
		padding: 0 40px;
	}
	.ab6right .swiper-slide-active.ar6item span{
		font-size: 120px;
	}
}

@media screen and (max-width: 1440px) {
	.imdw4 {
		bottom: 7.5%;
	}

	.imdw6 {
		left: 28.8%;
	}

	.imdw7 {
		left: 9.5%;
		top: 43%;
	}

	.db1top {
		line-height: 48px;
	}

	.rl3title {
		font-size: 20px;
	}

	.rr3title {
		font-size: 28px;
	}

	.rb1list li {
		margin-top: 30px;
	}

	.rw1t1 {
		font-size: 18px;
	}

	.sybt,
	.il3lable {
		font-size: 32px;
	}

	.il3bg {
		padding: 80px 16%;
	}

	.il3num {
		font-size: 50px;
	}

	.iq4bt,
	.ib5list li span {
		font-size: 18px;
	}

	.ib5list li {
		padding: 75px 20px 52px 20px;
	}

	.it2qh:not(:first-child) {
		margin-left: 25px;
	}

	.it2qh {
		font-size: 15px;
	}

	.w1400 {
		width: 1049px;
	}

	.ab3cont {
		margin: 110px 105px 0 105px;
	}

	.nfdate {
		font-size: 40px;
	}

	.nfdate em {
		font-size: 14px;
	}

	.nftitle {
		font-size: 22px;
		height: 66px;
		margin-top: 20px;
	}

	.nlwt1 {
		font-size: 18px;
	}

	.imdw1 {
		top: 30%;
		right: -0.5%;
	}

	.imdw2 {
		top: 41.6%;
		right: 0;
	}

	.imdw3 {
		top: 56.5%;
		right: 3%;
	}

	.ii2wz {
		padding: 60px 50px 80px 50px;
	}

	.ib2top {
		line-height: 48px;
	}

	.ib2banner,
	.db2banner {
		margin: 50px 90px 0 90px;
	}

	.it3box {
		margin: 80px 0 0 195px;
	}

	.ib3top .nygb1 {
		margin-top: 5px;
	}
}

@media screen and (max-width: 1370px) {
	.header .yj-bot .yj-link {
		padding: 0 15px;
	}

	.it2qh:not(:first-child) {
		margin-left: 15px;
	}

	.if2type {
		padding: 40px 30px 0 30px;
	}

	.il3bg {
		padding: 60px 16%;
	}

	.ir6list li {
		margin-top: 30px;
	}

	.ib2banner,
	.db2banner {
		margin: 50px 60px 0 60px;
	}

	.it3box {
		margin: 80px 0 0 160px;
	}

	.fr1yj {
		font-size: 14px;
	}

	.sybt,
	.il3lable,
	.bceng {
		font-size: 28px;
	}

	.bct1 {
		font-size: 40px;
	}

	.il3bt {
		font-size: 22px;
	}

	.fl1xx {
		margin-top: 5px;
	}

	.fwbot1 {
		padding: 20px 0;
	}
}

@media screen and (max-width: 1280px) {
	.header .yj-bot .yj-link {
		padding: 0 12px;
	}

	.ib6right {
		padding: 40px 8% 0 6%;
	}

	.ir6list li {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1200px) {

	.menu-handler {
		display: flex;
		width: 100%;
	}
	.menuBox {
		display: block;
	}

	.header .yj-bot {
		display: none;
	}

	.head-wrap {
		padding: 0 5%;
	}

	.header {
		position: fixed;
		height: 55px;
		line-height: 55px;
		background: #fff;
		border-bottom: 1px solid #eee;
	}

	/*#swiper-container1 .swiper-slide:last-child {
		height: auto !important;
	}*/
	.index-content.swiper-container,
	#swiper-container1 .swiper-slide {
		height: auto;
	}

	.banner-wrap {
		 margin-top: 55px; 
	}

	.head-logo img {
		width: 120px;
	}

	.hlimg1 {
		display: none;
	}

	.hlimg2 {
		display: inline-block;
	}

	.nrsicon,
	.ntoa,
	.nlicon,
	.nlyy {
		color: #333;
	}

	.nav-cd {
		margin-top: 0;
	}

	.nav-top {
		display: none;
	}

	.hwr {
		padding-bottom: 0;
		line-height: 55px;
		margin-right: 35px;
	}

	.head-logo {
		left: 5%;
	}

	.mbtop {
		margin: 20px 0 20px 10%;
	}

	.bceng {
		font-size: 16px;
	}

	.bct1 {
		font-size: 20px;
	}

	.bct2 {
		font-size: 14px;
		margin-top: 10px;
		padding-bottom: 20px;
	}

	.bct2:before {
		width: 20px;
		height: 3px;
	}

	.w1612 {
		width: 90%;
	}

	.updown {
		display: none;
	}

	.bicover {
		top: 50%;
	}

	.banner .slick-dots li {
		width: 8px;
		height: 8px;
		margin: 15px 0;
	}

	.banner .slick-dots {
		right: auto;
		left: 0;
		width: 100%;
		bottom: 10px;
		top: auto;
		transform: translateY(0);
		text-align: center;
	}

	.banner .slick-dots li {
		display: inline-block;
		margin: 0 5px;
	}

	.banner .slick-dots li:before {
		display: none;
	}

	.banner .slick-dots li.slick-active:before {
		width: 30px;
	}

	.in-bg {
		height: auto;
	}

	.tY50 {
		position: static;
		transform: translate(0, 0);
	}

	.index-content .swiper-wrapper,
	.index-content .swiper-slide {
		display: block;
	}

	.banner .slick-active .bicover {
		transform: translate(-50%, -50%);
	}

	.sybt,
	.il3lable {
		font-size: 20px;
	}

	.ib2more {
		font-size: 12px;
	}

	.ib2bt {
		line-height: 36px;
	}

	.ib2bot {
		padding: 15px 0;
		margin-top: 20px;
	}

	.ib2flex {
		display: block;
		margin-top: 20px;
	}

	.if2banner {
		width: 100%;
	}

	.if2type {
		padding: 20px 15px;
		width: 100%;
	}

	.if2banner .slick-dots li {
		width: 8px;
		height: 8px;
	}

	.if2banner .slick-dots {
		bottom: 15px;
	}

	.ib2wz {
		padding: 15px;
	}

	.iw2title {
		margin-top: 10px;
	}

	.iw2title {
		font-size: 16px;
		height: 58px;
	}

	.iw2line {
		margin: 10px 0;
	}

	.iw2xq {
		font-size: 12px;
		margin-top: 15px;
	}

	.ib2tp img {
		height: auto;
	}

	.iw2date {
		font-size: 12px;
	}

	.it2qh {
		padding-bottom: 15px;
	}

	.it2qh:before {
		height: 2px;
	}

	.ic2box li:not(:first-child) {
		margin-top: 15px;
	}

	.it2cont {
		margin-top: 20px;
	}

	.ib4wz {
		left: 5%;
		top: 50px;
		padding-right: 5%;
		transform: translateY(0);
	}

	.il3bt {
		font-size: 16px;
	}

	.iw4xq {
		margin-top: 20px;
		font-size: 12px;
	}

	.ib4tab {
		top: auto;
		left: 0;
		width: 100%;
		height: auto;
	}

	.iq4cv {
		position: static;
		transform: translateY(0);
	}

	.it4qh {
		padding: 30px 5%;
	}

	.iq4bt {
		font-size: 16px;
		transform: translateY(0);
		padding-bottom: 15px;
	}

	.iq4ms,
	.iq4bt:before,
	.iq4jt,
	.it4qh.active .iq4jt:before {
		opacity: 1;
		visibility: visible;
	}

	.iq4jt:before {
		opacity: 0;
		visibility: hidden;
	}

	.iq4ms {
		display: none;
	}

	.it4qh.active .iq4cv {
		transform: translateY(0);
	}

	.iq4bt:before {
		width: 30px;
	}

	.iq4jt {
		right: 15px;
		bottom: 15px;
		font-size: 14px;
	}

	.iq4jt:before {
		width: 100px;
		height: 100px;
		right: -65px;
		bottom: -65px;
	}

	.ib5bot {
		padding: 40px 0;
	}

	.ib5ms {
		margin-top: 20px;
		width: 100%;
	}

	.ib5list {
		margin-top: 20px;
	}

	.ib5list li {
		width: 33.333%;
		padding: 20px;
	}

	.ib5list li i {
		font-size: 24px;
	}

	.ib5list li span {
		font-size: 14px;
	}

	.ib6left,
	.ib6right {
		float: none;
		width: 100%;
	}

	.ib6left img,
	.ib6right {
		height: auto;
	}

	.ib6right {
		padding: 20px 5%;
	}

	.ir6list li {
		width: 100%;
		margin-top: 12px;
		border-bottom: 1px solid #eee;
		padding-bottom: 12px;
	}

	.il6bt {
		font-size: 15px;
	}

	.il6xx {
		font-size: 13px;
	}

	.fwbot1 {
		padding: 20px 0;
	}

	.fl1logo img {
		width: 120px;
	}

	.fb1l {
		float: none;
		width: 100%;
	}

	.fl1logo {
		margin-bottom: 20px;
	}

	.fl1xx {
		margin-top: 10px;
	}

	.fb1r {
		display: none;
	}

	.fwbot2 {
		padding: 10px 0;
	}

	.fb2l,
	.fb2r {
		float: none;
	}

	.fl1xx font {
		margin-left: 8px;
	}

	.fl1xx i {
		width: 21px;
		height: 21px;
		line-height: 21px;
	}

	.w1400 {
		width: 90%;
	}

	.ibbt {
		font-size: 22px;
		padding-left: 15px;
	}

	.ibbt:after {
		width: 2px;
		height: 30px;
	}

	.inside-banner {
		margin-top: 55px;
	}

	.about-bot1 {
		padding: 40px 0 150px 0;
		background-size: contain;
	}

	.nygb1 {
		font-size: 20px;
	}

	.rslable {
		font-size: 14px;
		margin-top: 15px;
	}

	.ab1gd {
		font-size: 16px;
	}

	.ab1nr {
		margin-top: 20px;
		width: 100%;
	}


	.about-bot3,
	.about-bot5,
	.about-bot6 {
		padding: 40px 0;
	}
	.about-bot6 .swiper-wrapper {
		display: flex;
	}
	.about-bot6 .ab6cont {
		min-height: 200px;
	}
	.about-bot6 .ab6cont::before {
		top: 180px;
	}

	.about-bot4 {
		padding: 40px 0 60px 0;
	}

	.ab2nr {
		margin-top: 20px;
	}

	.at3qh {
		font-size: 14px;
		margin-left: 15px;
	}

	.ab3bt {
		line-height: 32px;
	}

	.ab3cont {
		margin: 30px 2% 0 2%;
	}

	.ab3lb .slick-arrow {
		width: 38px;
		height: 38px;
		line-height: 38px;
	}

	.ab3lb .slick-arrow:before {
		font-size: 12px;
	}

	.al3item {
		padding: 15px 15px 35px 15px;
		border-top: 3px solid #003C88;
		margin: 0 10px 17px 10px;
	}

	.ai3name.ai3name {
		font-size: 16px;
	}

	.ai3zw {
		font-size: 14px;
		margin-top: 0;
	}

	.ai3ms {
		margin-top: 15px;
	}

	.ab3lb {
		padding: 0 35px;
	}

	.ab4list {
		margin-top: 30px;
	}

	.ab4l {
		width: 100%;
	}

	.ab4c {
		position: relative;
		top: auto;
		transform: translate(-50%, 0);
		margin-top: 50px;
	}

	.ab4r {
		/*position: static;
		transform: translateY(0);
		width: 100%;
		margin-top: 20px;*/
		display: none;
	}

	.ar4item {
		text-align: center;
		font-size: 16px;
	}

	.ab4list li {
		margin-top: 20px;
	}

	.ab4list li.active .al4bt {
		font-size: 16px;
		padding-left: 20px;
		padding-bottom: 0;
	}

	.al4bt {
		font-size: 14px;
	}

	.al4bt:before {
		width: 9px;
		height: 9px;
	}

	.al4num {
		font-size: 40px;
	}

	.ab4c {
		width: 323px;
		height: 323px;
	}

	.ac4lb {
		width: 150px;
	}

	.az4dw1,
	.az4dw3 {
		width: 60px;
	}

	.az4dw2,
	.az4dw4 {
		width: 35px;
	}

	.ab5jgt {
		margin-top: 20px;
	}

	.ab6left {
		float: none;
		width: 100%;
	}

	.ac6item {
		padding-left: 20px;
	}

	.ab6cont {
		margin-top: 30px;
	}

	.ab6right {
		float: none;
		width: 100%;
		height: auto;
		margin-top: 30px;
		padding: 0 20px;
	}

	.ar6item span {
		font-size: 14px;
		height: auto;
		line-height: 2;
	}

	.ab6right .swiper-slide-active.ar6item span {
		font-size: 24px;
	}

	.ar6item:before {
		bottom: 0;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 8px solid #003C88;
	}

	.ar6item {
		text-align: center;
		padding-right: 0;
		padding-bottom: 8px;
	}

	.lbnr {
		padding: 20px;
	}

	.ltbot {
		width: 90%;
	}

	.lnname {
		font-size: 20px;
	}

	.lnzw {
		font-size: 14px;
		margin-top: 5px;
	}

	.lndesc {
		margin-top: 20px;
	}

	.lbbt {
		padding: 10px 20px;
	}

	.news-first {
		padding: 40px 0;
	}

	.nfwz {
		padding-left: 50px;
	}

	.nfdate {
		font-size: 30px;
	}

	.nfdate em {
		font-size: 12px;
	}

	.nftitle {
		font-size: 18px;
		height: 54px;
		margin-top: 10px;
	}

	.nfdesc {
		margin-top: 15px;
	}

	.nfmore {
		margin-top: 15px;
	}

	.nllb li {
		margin: 20px 0 0 3%;
	}

	.nlwz {
		padding: 15px;
	}

	.nlwt1 {
		font-size: 16px;
	}

	.nlwt2 {
		margin-top: 10px;
	}

	.nlbt {
		padding: 10px 15px;
	}

	.nbtxt {
		font-size: 12px;
	}

	.news-list {
		padding: 10px 0 40px 0;
	}

	.pages-list {
		margin-top: 30px;
	}

	.plpn {
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 12px;
		margin: 0 5px;
	}

	.plnum {
		font-size: 14px;
		margin: 0 5px;
	}

	.news3-bg {
		margin-top: 55px;
		padding: 40px 0;
	}

	.ns3title {
		font-size: 20px;
	}

	.ns3list {
		margin-top: 20px;
	}

	.ns3list li {
		padding: 15px 0;
	}

	.nl3date {
		font-size: 30px;
		padding: 10px 15px;
	}

	.nl3date em {
		font-size: 12px;
	}

	.nl3wz {
		margin-left: 2%;
	}

	.nw3title {
		font-size: 16px;
	}

	.nw3desc {
		margin-top: 10px;
	}

	.nl3jt {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		margin-top: 15px;
	}

	.nd-bg {
		margin-top: 55px;
		padding: 20px 0 40px 0;
	}

	.ndbicon {
		font-size: 14px;
		margin-right: 5px;
	}

	.ndbtxt {
		font-size: 12px;
		margin-right: 5px;
	}

	.ndxq {
		margin-top: 30px;
	}

	.nxtitle {
		font-size: 20px;
	}

	.nxdate {
		margin-top: 10px;
	}

	.nxnr {
		margin-top: 15px;
		padding: 15px 0 0 0;
	}

	.ndbt {
		margin-top: 15px;
		padding-top: 15px;
	}

	.ndbl i,
	.ndbr i {
		font-size: 18px;
	}

	.pwbot1 {
		padding: 40px 0;
	}

	.pb1list .pl1item {
		padding: 20px 0;
	}

	.pl1bt {
		font-size: 16px;
	}

	.pl1nr {
		margin-top: 10px;
	}

	.pl1yy {
		font-size: 15px;
		margin-top: 15px;
	}

	.pl1list {
		margin-top: 15px;
	}

	.pl1tp:before {
		height: 50px;
	}

	.pl1title {
		left: 10px;
		right: 10px;
		bottom: 10px;
	}

	.pwbot2 {
		padding: 40px 0;
	}

	.pb2pic {
		float: none;
		width: 73%;
	}

	.pb2wz {
		padding: 0;
		margin-top: 60px;
		width: 100%;
	}

	.pw2bt {
		font-size: 18px;
	}

	.pw2ms {
		margin-top: 10px;
	}

	.pwbot3 {
		padding: 40px 0;
	}

	.pb3left,
	.pb3right {
		float: none;
		width: 100%;
	}

	.pb3left {
		margin-top: 20px;
	}

	.iwbot1 {
		padding: 40px 0;
	}

	.id1txt {
		font-size: 12px;
	}

	.iw1map {
		display: none;
	}

	.iw1mbmap {
		display: block;
		margin-top: 20px;
	}

	.iw1mbmap img {
		display: block;
		width: 100%;
	}

	.iwbot2 {
		padding: 40px 0;
	}

	.itr2qh {
		font-size: 13px;
	}

	.itr2qh:not(:first-child) {
		margin-left: 10px;
	}

	.ib2top .nygb1 {
		float: none;
	}

	.it2right {
		float: none;
		margin-top: 20px;
	}

	.ib2top {
		line-height: 1.5;
	}

	.itr2qh.active {
		border-bottom: 2px solid #003C88;
	}

	.ib2banner {
		margin: 20px 5% 0 5%;
		padding: 0;
	}

	.ib2banner .slick-arrow {
		top: 28%;
	}

	.nt3pn a,
	.ib2banner .slick-arrow,
	.db2banner .slick-arrow {
		width: 38px;
		height: 38px;
		line-height: 38px;
	}

	.nt3pn a,
	.ib2banner .slick-arrow:before,
	.db2banner .slick-arrow:before {
		font-size: 12px;
	}

	.ii2wz {
		padding: 15px;
	}

	.iw2name {
		font-size: 16px;
	}

	.iw2desc {
		margin-top: 10px;
	}

	.ii2pic {
		float: none;
		width: 100%;
	}

	.ii2wz {
		position: static;
		width: 100%;
	}

	.ibj2item {
		margin-bottom: 0;
	}

	.iwbot3 {
		padding: 40px 0;
	}

	.nt3pn a {
		margin-left: 10px;
	}

	.it3box {
		margin: 20px 0 0 5%;
	}

	.ibi3wz {
		padding: 15px;
	}

	.iw3t1 {
		font-size: 16px;
	}

	.iw3t3 {
		font-size: 12px;
		margin-top: 10px;
	}

	.ib3item {
		margin-right: 15px;
	}

	.iwbot4 {
		padding: 40px 0;
	}

	.ib4left {
		float: none;
	}

	.il4number {
		margin-top: 20px;
	}

	.in4sz {
		font-size: 30px;
	}

	.in4sz sup,
	.in4txt {
		font-size: 14px;
	}

	.ib4right {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.dwbot1 {
		padding: 40px 0;
	}

	.db1top {
		line-height: 27px;
	}

	.dt1more {
		font-size: 13px;
	}

	.db1list {
		margin-top: 20px;
	}

	.db1list li {
		padding: 15px;
		border-top: 2px solid #003C88;
	}

	.dl1title {
		font-size: 16px;
		height: 48px;
	}

	.dl1desc {
		margin-top: 10px;
	}

	.dl1date {
		margin-top: 15px;
	}

	.dwbot2 {
		padding: 45px 0;
	}

	.db2banner {
		padding: 0;
		margin: 20px 5% 0 5%;
	}

	.db2banner .slick-arrow {
		top: 28%;
	}

	.di2pic,
	.di2wz {
		float: none;
		width: 100%;
	}

	.di2wz {
		padding: 15px;
	}

	.di2date {
		font-size: 13px;
	}

	.di2title {
		font-size: 16px;
		height: 48px;
		margin-top: 10px;
	}

	.di2desc {
		margin-top: 10px;
	}

	.di2more {
		margin-top: 15px;
		font-size: 12px;
	}

	.dwbot3 {
		padding: 40px 0;
	}

	.db3list li {
		margin: 15px 0 0 2%;
		border-left: 2px solid #003C88;
		padding: 15px;
	}

	.dl3title {
		font-size: 16px;
		height: 48px;
	}

	.dl3date {
		font-size: 12px;
		margin-top: 10px;
	}

	.ir-wrap {
		padding: 40px 0;
	}

	.iwtop .nygb1 {
		float: none;
	}

	.itright {
		float: none;
		margin-top: 10px;
	}

	.itrselect {
		width: 100px;
		height: 35px;
		line-height: 35px;
		margin-left: 0;
		margin-right: 10px;
		padding: 0 10px;
		font-size: 13px;
		background: url(../images/dbx.png) 91% no-repeat;
		background-size: 7px 6px;
	}

	.itrbtn a {
		width: 70px;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
	}

	.itrbtn {
		margin-left: 0;
	}

	.iwlist {
		margin-top: 20px;
		padding-top: 15px;
		border-top: 2px solid #333333;
	}

	.iwlist li {
		padding: 10px 0;
	}

	.iwlicon {
		font-size: 16px;
	}

	.iwlwz {
		margin-left: 15px;
	}

	.iwlt1 {
		font-size: 16px;
		height: 86px;
	}

	.iwlt2 {
		font-size: 12px;
		margin-top: 5px;
	}

	.iwlload {
		font-size: 14px;
	}

	.iwts {
		font-size: 12px;
		margin-top: 15px;
	}

	.nctqh {
		padding: 5px 15px;
		font-size: 14px;
	}

	.nctop {
		border-bottom: 2px solid #003C88;
	}

	.nctlist li {
		padding: 10px 0;
	}

	.ntlms {
		font-size: 16px;
		padding-left: 20px;
	}

	.ntlms:before {
		width: 6px;
		height: 6px;
	}

	.ntldate {
		font-size: 12px;
	}

	.nctlist {
		margin-top: 15px;
	}

	.rwbot1 {
		padding: 40px 0;
	}

	.rb1list {
		margin-top: 20px;
	}

	.rl1num {
		font-size: 30px;
	}

	.rw1t1 {
		font-size: 14px;
	}

	.rw1t2 {
		margin-top: 10px;
	}

	.rb1pic,
	.rb1wz {
		float: none;
		width: 100%;
	}

	.rb1wz {
		padding: 0;
		margin-top: 20px;
	}

	.rl1wz {
		margin-left: 10px;
		width: 80%;
	}

	.rb1list li {
		margin-top: 20px;
	}

	.rwbot3 {
		padding: 40px 0;
	}

	.rb3bot {
		display: block;
		margin-top: 0;
	}

	.rb3list {
		float: none;
		width: 100%;
	}

	.rb3list li {
		padding: 15px;
	}

	.rl3title {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.rl3title:before {
		width: 25px;
		height: 2px;
	}

	.rl3nr {
		margin-top: 15px;
	}

	.rb3right {
		float: none;
		width: 100%;
		padding: 15px;
	}

	.rr3title {
		font-size: 20px;
	}

	.rr3dsf {
		margin-top: 15px;
	}

	.rd3link {
		font-size: 14px;
		margin-top: 10px;
	}

	.rd3link i {
		font-size: 14px;
	}

	.rr2txt {
		margin: 15px 0;
	}

	.rr3way i {
		font-size: 12px;
		margin-right: 10px;
	}

	.srkk {
		width: 100%;
		height: 45px;
		line-height: 45px;
		margin: 20px auto 0;
	}

	.srkenter {
		line-height: 45px;
		font-size: 14px;
	}

	.srjg {
		font-size: 22px;
		margin-top: 20px;
	}

	.srlist li {
		padding: 10px 0;
	}

	.srltxt {
		font-size: 14px;
	}

	.srldate {
		font-size: 12px;
	}

	.srlist {
		margin-top: 10px;
	}

	.dl3pb {
		padding: 10px 0 40px 0;
	}

	.ab6right .slick-arrow {
		right: auto;
		top: 5px;
	}

	.ab6right .slick-prev {
		left: 5px !important;
		transform: rotate(-90deg) translateY(-50%);
	}

	.ab6right .slick-next {
		right: 0 !important;
		bottom: auto;
		transform: rotate(-90deg) translateY(-50%);
	}

	.ab6right .slick-arrow:before {
		font-size: 22px;
	}

	.ib3left,
	.ib3right {
		position: static;
		width: 100%;
	}

	.ib3right {
		margin-top: 30px;
	}

	.il3bg {
		padding: 20px;
	}

	.il3ms {
		margin-top: 30px;
	}

	.il3brand a {
		margin-right: 15px;
	}

	.il3brand {
		margin-top: 20px;
	}

	.il3list {
		padding: 30px 5% 0 5%;
	}

	.il3num {
		font-size: 30px;
	}

	.ir3t1 {
		font-size: 12px;
	}

	.ir3t2 {
		font-size: 14px;
		height: 101px;
		overflow: hidden;
	}

	.ir3btn {
		width: 55px;
		height: 25px;
		line-height: 25px;
	}

	.ir3wz {
		position: static;
		width: 100%;
		padding: 10px 3% 20px 3%;
	}

	.ir3banner .slick-dots {
		left: 50%;
		transform: translateX(-50%);
		bottom: auto;
		top: 50%;
	}

	.mb-al4ms {
		display: block;
		opacity: 0;
		visibility: hidden;
	}

	.ab4list li.active .mb-al4ms {
		opacity: 1;
		visibility: visible;
	}

	.ab4list li {
		position: relative;
		height: 21px;
		overflow: hidden;
		transition: 0.45s;
	}

	.ab4list li.active {
		height: auto;
		padding-bottom: 10px;
	}

	.al4bt:after {
		display: none;
	}

	.ab4list li:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		height: 1px;
		background: #fff;
		transition: 0.45s;
	}

	.ab4list li.active:before {
		width: 100%;
	}

	.in-bg {
		object-fit: none;
		background-size: cover;
	}

	.ab6right .swiper-button-next:after,
	.ab6right .swiper-button-prev:after {
		font-size: 20px;
	}

	.ab6right .swiper-button-prev {
		left: 0;
		right: auto;
		transform: rotate(0deg);
		width: 20px;
		height: 50px;
		background-size: 10px 10px;
	}

	.ab6right .swiper-button-next {
		bottom: auto;
		right: 0;
		left: auto;
		top: 10px;
		transform: rotate(0deg);
		width: 20px;
		height: 50px;
		background-size: 10px 10px;
	}

	.uotop {
		display: none;
	}

	.hlgd em,
	.hlgd strong {
		color: #333;
	}

	.hlgd strong {
		font-size: 16px;
	}

	.nrsicon {
		font-size: 20px;
		margin-top: 1px;
	}

	.hlgd {
		vertical-align: sub;
	}

	.index-bot6 .footer-wrap {
		position: relative;
	}

	.inside-ej .w1400 {
		width: 100%;
		float: none;
		height: auto;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}

	.iejlink {
		display: inline-block;
		float: none;
		height: 38px;
		line-height: 38px;
		font-size: 13px;
		padding: 0 25px;
	}
}

@media screen and (max-width: 860px) {
	.ab3cont {
		height: 265px;
	}

	.nfpic,
	.nfwz {
		float: none;
		width: 100%;
	}

	.nfwz {
		padding: 20px 0 0 0;
	}

	.nllb li {
		width: 47%;
	}

	.pl1list li {
		width: 49%;
		margin-top: 10px;
	}

	.pl1list {
		margin-top: 5px;
	}

	.db1list li {
		width: 98%;
		margin-top: 15px;
	}

	.db1list {
		margin-top: 5px;
	}

	.db3list li {
		width: 98%;
	}

	.iwlist li {
		width: 96%;
	}

	.iwlt1 {
		height: auto;
	}
}

@media screen and (max-width: 750px) {
	.ip4item img {
		height: 500px;
		object-fit: cover;
	}
}

@media screen and (max-width: 640px) {

	.ib2wz,
	.ib2tp {
		float: none;
		width: 100%;
	}

	.if2banner .slick-dots {
		bottom: 10px;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.ib2wz {
		padding: 15px 15px 30px 15px;
	}

	.ab4c {
		width: 263px;
		height: 263px;
	}

	.ac4lb {
		width: 140px;
	}

	.az4dw1,
	.az4dw3 {
		width: 50px;
	}

	.az4dw2,
	.az4dw4 {
		width: 30px;
	}

	.ndbl font,
	.ndbr font {
		width: 85%;
	}

	.it3banner {
		width: 300px;
	}

	.ntlms {
		float: none;
		width: 100%;
	}

	.ntldate {
		float: none;
		margin-left: 20px;
	}

	.rl1wz {
		margin-top: 0;
	}

	.rb3list li {
		width: 100%;
		margin: 15px 0 0 0;
	}

	.about-bot4 {
		background-position: right;
	}

	.fs-select {
		width: 100%;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
	}
}

@media screen and (max-width: 480px) {
	.banner .pimg {
		height: 270px;
		object-fit: cover;
	}

	.ibtp img {
		height: 188px;
		object-fit: cover;
	}
}
/*from css.css */
﻿@charset "UTF-8";

.container,
.head_main,
.wrap,
.index-container {
  width: 100%;
  /*height: 80vh;*/
  display: flex;
}
.index-content .banner .text h1 {
                text-shadow: 1px 2px #666;
            }
.index-container .ine-nav .clearfix {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .index-container {
    display: block;
  }
  .index-container .ine-nav .title{
    display: none;
  }
  .index-container .ine-nav {
    width: 100%;
    height: 50px;
  }
  .index-container .ine-nav .clearfix{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}


@media (min-width: 768px) {
  .wrap,
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .wrap,
  .container,
  .head_main,
  .index-container {
    /* width: 1360px; */
    /* width: 970px; */
  }
}

@media (min-width: 1260px) {
  .wrap,
  .container,
  .head_main,
  .index-container {
    /* width: 1370px; */
    /* width: 1230px; */
  }
}

@media (min-width: 1460px) {
  .container,
  .head_main,
  .index-container {
   /* width: 1430px; */
   /* width: 1550px; */
  }
}

@media (min-width: 1920px) {
  .index-container {
    /* width: 1600px; */
  }
}

.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.header.white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
}

.header:hover {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
}

/*===============下拉==============*/

.header .logo {
  padding: 25px 0;
  float: left;
}

.header .logo img {
  max-height: 50px;
}

.logo-blue {
  display: none;
}

.navbar {
  float: left;
  margin-left: 12%;
}

.navbar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.category-item {
  float: left;
  padding: 0 20px;
}

.category-item-single {
  position: relative;
}

.category-a {
  padding: 0 10px;
  display: block;
  font-size: 18px;
  line-height: 100px;
  color: #fff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}

.category-a.on,
.category-a:hover {
  color: #fff;
}

.category-a::after {
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.category-item.active .category-a::after,
.category-item:hover .category-a::after {
  width: 100%;
}

.category-item.active .category-a,
.category-item:hover .category-a {
  color: #fff;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1100;
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid #dae1e6;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  height: auto;
  display: none;
  overflow: hidden;
  width: 100%;
  left: 0;
  margin-top: 0;
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}

.category-item:hover .dropdown-menu {
  opacity: 1;
  display: block;
  visibility: visible;
}

.nav-box {
  display: none;
}

.nav-box.on {
  display: block;
}

.navso-menu ul {
  padding: 26px 0 36px;
  margin: 0 -20px;
}

.navso-menu li {
  float: left;
  padding: 20px 0;
  width: 14.285%;
  padding: 0 20px;
}

.navso-list {
  display: block;
  width: 100%;
}

.navso-pic {
  display: block;
  width: 100%;
  overflow: hidden;
}

.navso-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.navso-list p {
  text-align: center;
  font-size: 16px;
  color: #444;
  line-height: 28px;
  margin-top: 9px;
}

.navso-menu li:last-child {
  margin-right: 0;
}

.navso-menu li:hover img {
  transform: scale(1.05);
}

.navso-menu li:hover p {
  color: #00437d;
}

/*.single {
position: absolute;
top: 100%;
z-index: 10;
max-height: 0;
opacity: 0;
background-color: rgba(255,255,255,1);
-webkit-transition: all .36s ease;
-o-transition: all .36s ease;
width: 180px;
padding: 10px 20px;
transform: translateX(-50%);
left: 50%;
transition: all .36s ease;
height: auto;
overflow: hidden;
margin-top: 0;
-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}

.category-item:hover .single {
max-height: 450px;
opacity: 1;
}

.single a {
font-size: 16px;
border-bottom: solid 1px #f2f2f2;
display: block;
line-height: 40px;
color: #666666;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.single a:hover {
color: #00437d;
}

.single li:last-child a {
border-bottom: none;
}

.category-item:hover .dropdown-menu.full-screen {
display: block;
visibility: visible;
}*/

/*.dropdown-menu.single {
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
transform: translate(-50%,0);
z-index: 1100;
background: rgba(255,255,255,1);
margin-top: 0;
max-height: 0;
opacity: 0;
overflow: hidden;
-webkit-transition: max-height .5s;
-o-transition: max-height .5s;
transition: max-height .5s;
border: none;
color: #303233;
box-shadow: 0 0 10px rgba(0,0,0,0.15);
height: auto;
padding: 0;
display: block;
}*/

.dropdown-menu.single ul {
  padding: 0px 0;
}

.dropdown-menu.single li {
  display: block;
  font-size: 16px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.dropdown-menu.single li:last-child {
  border-bottom: 0;
}

.dropdown-menu.single li > a {
  padding: 22px 50px;
  padding-left: 50px;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  color: #333;
  line-height: 1;
  height: auto;
  background: 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-menu.single li > i {
  display: block;
  font-size: 16px;
  color: #4d4d4d;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -8px;
}

.dropdown-menu.single li:hover a {
  color: #fff;
  background: #69c133;
}

.dropdown-menu.single li:hover i {
  color: #0e48a7;
}

.category-item:hover .dropdown-menu.single {
  max-height: 450px;
  opacity: 1;
}

.nav-search {
  cursor: pointer;
  float: right;
  height: 100px;
  width: 40px;
  position: relative;
  background: url(../img/nav-search.png) no-repeat right center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-box {
  position: absolute;
  right: -8px;
  top: 100px;
  font-size: 0;
  width: 320px;
  height: 0;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  overflow: hidden;
}

.nav-search:hover .search-box {
  opacity: 1;
  height: 52px;
  padding-top: 6px;
}

.search-box .search {
  border: solid 1px #dbdbdb;
  width: 260px;
  height: 46px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 0 15px;
  color: #666;
}

.search-box .butt {
  width: 60px;
  height: 46px;
  background: #003C88 url(../img/nav-search.png) no-repeat center;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-box .butt:hover {
  background-color: #064479;
}

.head-store {
  float: right;
  width: 120px;
  height: 100px;
  position: relative;
  display: none;
}

.store-text {
  display: block;
  line-height: 100px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding-left: 20px;
  background: #00437d url(../img/store.png) no-repeat left 15px center;
}

.store-list {
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  z-index: 10;
  background: #fff;
  padding: 0px 0;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.store-list a {
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.head-store:hover .store-list {
  opacity: 1;
  visibility: visible;
}

.store-list a:hover {
  color: #003C88;
}

.language {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-size: bold;
}
  .language select {
    color: #fff;
    cursor: pointer;
  }
 .language option{
    line-height: 20px;
    cursor: pointer;
  }
  .header.on .language select,.header:hover .language select{ color: #000;}
.language-text {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 25px;
}

.language-text i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  margin-left: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

.language-text a {
  color: #fff;
}

.header.on a:hover {
  color: #003C88;
}

.header.on a {
  color: #666666;
}

.language-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  background: #fff;
  padding: 0px 0;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.language-list a {
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.language:hover .language-text {
  color: #003C88;
}

.language:hover .language-text i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: none;
}

.language:hover .language-list {
  opacity: 1;
  visibility: visible;
}

.language-list a:hover {
  color: #fff;
  background: #003C88;
}

.header.white .category-a,
.header:hover .category-a,
.header:hover .language-text a {
  color: #666666;
}

.header.white .category-a.on,
.header:hover .category-a:hover,
.header.white .category-a.on,
.header:hover .category-a:hover {
  color: #003C88;
}

.header.white .category-a::after,
.header:hover .category-a::after {
  background: #003C88;
}

.header.white .logo-blue,
.header:hover .logo-blue {
  display: block;
}

.header.white .logo-white,
.header:hover .logo-white {
  display: none;
}

.header.white .nav-search,
.header:hover .nav-search {
  background-image: url(../img/search.png);
}

.header.white .language-text,
.header:hover .language-text {
  color: #666;
}

.header.on {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
}

.header.on .category-a {
  color: #666666;
}

.header.on .active .category-a {
  color: #003C88;
}

.header.on .category-a.on,
.header.on .category-a.on {
  color: #003C88;
}

.header.on .category-a::after {
  background: #003C88;
}

.header.on .logo-blue {
  display: block;
}

.header.on .logo-white {
  display: none;
}

.header.on .nav-search {
  background-image: url(../img/search.png);
}

.header.on .language-text {
  color: #666;
}

/*app-头部*/

.header-app {
  background: white;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 500;
  -webkit-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.header-app.open-menu {
  height: 100%;
  background: #fff;
  -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.navbar-app {
  position: relative;
  -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  height: 60px;
  text-align: center;
}

.header-app .logo {
  float: left;
  height: 32px;
  vertical-align: middle;
  padding: 0px 15px;
  margin: 14px 0;
}

.header-app .logo img {
  height: 100%;
}

.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 22px 15px;
  display: inline-block;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96),
    opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1),
    -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-togger .icon_bar {
  width: 24px;
  height: 2px;
  background-color: #003C88;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  padding: 30px 15px;
}

.nav-list li {
  border-bottom: 1px solid #cfcfcf;
  opacity: 0;
  pointer-events: none;
}

.nav-list li.open {
  /* border-bottom: none; */
}

.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
  transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s,
    transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s,
    -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 0.03s,
    transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s,
    -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s;
}

.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s,
    transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s,
    -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 0.05s,
    transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s,
    -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s;
}

.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s,
    transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s,
    -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 0.07s,
    transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s,
    -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s;
}

.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s,
    transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s,
    -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.09s,
    transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s,
    -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s;
}

.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  transition: opacity 0.22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.07s,
    transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s,
    -webkit-transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s,
    transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s,
    -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}

.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  transition: opacity 0.20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.05s,
    transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s,
    -webkit-transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity 0.36577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s,
    transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s,
    -webkit-transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}

.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: opacity 0.18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s,
    transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s,
    -webkit-transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity 0.37577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s,
    transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s,
    -webkit-transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}

.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: opacity 0.15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.01s,
    transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s,
    -webkit-transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity 0.38577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.17s,
    transform 0.40582s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s,
    -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;
}

.cate-item {
  position: relative;
}

.cate-item a {
  font-size: 16px;
  line-height: 48px;
  margin-right: 60px;
  display: block;
  color: #444;
}

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
  color: #003C88;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #003C88;
}

.category-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.category-tig::before,
.category-tig::after {
  content: "";
  background: #888;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.category-tig::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}

.category-tig::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}

.nav-list li.open .category-tig::after {
  opacity: 0;
}

.nav-list li.open .category-tig::before {
  background: #003C88;
}

.category-cont {
  display: none;
}

.nav-list li.open .category-cont {
  display: block;
  border-top: solid 1px #cfcfcf;
  border-bottom: solid 1px #cfcfcf;
}

.category-pad {
  padding: 0 15px;
}

.category-cont a {
  line-height: 40px;
  border-bottom: 1px solid #cfcfcf;
  display: block;
  color: #666;
}

.category-pad a.active {
  color: #003C88;
}

.app-lanu {
  text-align: center;
  padding: 20px 0;
}

.app-lanu a {
  display: inline-block;
  padding: 0 10px;
  line-height: 24px;
  color: #666;
}

.app-lanu a.active {
  color: white;
  background: #003C88;
  border-radius: 30px;
}

/*.app-store {
float: right;
background: #00437d;
height: 60px;
line-height: 60px;
width: 60px;
text-align: center;
color: white;
font-size: 24px !important;
}*/

.app-search {
  height: 40px;
  background: white;
  border: solid 1px #dbdbdb;
  margin-bottom: 10px;
}

.app-search .text {
  padding: 0 15px;
  font-size: 14px;
  color: #666;
  width: 80%;
  float: left;
  border: none;
  background: none;
  height: 100%;
}

.app-search .submit {
  width: 40px;
  float: right;
  border: none;
  background: url(../img/add-search.png) no-repeat center;
  height: 100%;
}

.banner img {
  display: block;
  width: 100%;
}

.banner img.app-banner {
  display: none;
}

.banner-font {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner-font h3 {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s 0.5s;
  font-size: 60px;
  color: white;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 20px;
}

.banner-font h4 {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s 0.7s;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 40px;
}

.banner .swiper-slide-active .banner-font h3,
.banner .swiper-slide-active .banner-font h4 {
  opacity: 1;
  transform: translateY(0);
}

.banner .swiper-pagination {
  bottom: 110px !important;
  padding: 0 60px;
  display: flex;
    justify-content: center;
}

.banner .swiper-pagination-bullet {
  float: left;
  width: 10px;
  height: 10px;
  background: white;
  opacity: 0.4;
  margin-right: 7px !important;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
}

.banner .swiper-slide-active img {
  visibility: visible !important;
  -webkit-animation: scaleUpDown 5s forwards
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*pc-底部*/

.foot-bot {
  background: #003C88;
}
.foot-bot .container {
  display: block;
  width: 100%;
}

.foot-bot dl {
  float: left;
  width: 175px;
}
.foot-bot dt {
  margin-bottom: 20px;
}
.foot-bot dt a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 18px;
  display: inline;
  position: relative;
  padding-bottom: 5px;
  font-weight: 800;
}
.foot-bot dt a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: #000;
}
.foot-bot dt a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 50%;
  height: 3px;
  background-color: #fff;
}
.foot-bot dd a {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  display: block;
  padding: 5px 0;
}

.footb-top {
  padding: 50px 30px;
  border-bottom: solid 1px #e6e6e6;
  display: flex;
  justify-content: space-around;
}

@media (max-width:992px) {
  .footb-top {
    display: block;
  }
}

.foot-left {
  float: left;
  width: 30%;
}

.foot-left h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 23px;
  font-weight: 800;
}

.foot-left h4 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
  line-height: 16px;
}

.foot-left h5 {
  margin-bottom: 15px;
  font-size: 26px;
  color: #fff;
  line-height: 24px;
  font-family: "din";
}

.foot-left p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.foot-a a {
  float: left;
  margin-right: 28px;
}

.foot-right {
  float: right;
  margin: 0px 5px;
  text-align: center;
}

.foot-right p {
  margin-top: 10px;
  line-height: 17.5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.foot-right h3 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
.foot-right h4 {
  background: #003C88;
  border-radius: 20px;
  /*padding: 5px 10px;*/
  margin-top: 10px;
}
.foot-right h4 a {
  color: #fff;
  font-size: 16px;
}
.foot-right h4:hover {
  background: #003692;
}
.footb-bot {
  padding: 17.5px 30px;
  overflow: hidden;
}

.footb-bot p {
  text-align: right;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}

.footb-bot p a {
  color: #fff;
}

.foot-top a:hover,
.footb-bot p a:hover,
.foot-bot dt a:hover,
.foot-bot dd a:hover {
  color: #000;
}

.footer-icon {
  padding: 10px 0;
  border-bottom: solid 1px #e6e6e6;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.footer-icon img {
  display: inline;
  margin: 0 10px;
  height: 30px;
}

/*app-底部*/

.foot-app {
  width: 100%;
  display: none;
}

.footer-menu {
  background: #e6e6e6;
}

.foot-pad {
  padding: 0 15px;
}

.footer-tit {
  position: relative;
  border-bottom: 1px solid #c7c7c7;
}

.footer-item:last-child .footer-tit {
  border-bottom: none;
}

.open .footer-tit a {
  color: #003C88;
}

.footer-tit a {
  font-size: 16px;
  color: #333;
  line-height: 48px;
  margin-right: 48px;
  display: block;
}

.footer-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 20px;
  height: 48px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 2;
}

.footer-tig::before,
.footer-tig::after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  left: 50%;
}

.footer-tig::before {
  width: 18px;
  height: 2px;
  margin-left: -8px;
}

.footer-tig::after {
  width: 2px;
  height: 18px;
  margin-top: -8px;
}

.footer-item.open .footer-tig::after {
  opacity: 0;
}

.footer-item.open .footer-tig::before {
  background: #003C88;
}

.footer-cont {
  display: none;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-top: 0;
  padding: 0 15px;
}

.footer-cont a {
  text-transform: uppercase;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.3);
  display: block;
  font-size: 14px;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.1);
}

.footer-cont a:last-child {
  border: none;
}

.footer-item.open .footer-cont a.active {
  color: #003C88;
}

.footer-bot {
  background: #f6f6f6;
  padding: 0 15px;
}

.footer-top {
  padding: 30px 0;
}

.footer-left {
  float: left;
  width: 100%;
}

.footer-left h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  margin-bottom: 12px;
}

.footer-left h4 {
  font-size: 14px;
  color: #888;
  margin-bottom: 12px;
  line-height: 14px;
  padding-left: 7px;
  border-left: solid 2px #003C88;
}

.footer-left h5 {
  margin-bottom: 6px;
  font-size: 22px;
  color: #333;
  line-height: 20px;
  font-family: "din";
}

.footer-left p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.footer-right {
  float: right;
}

.footer-right img {
  display: block;
}

.footer-right p {
  margin-top: 10px;
  line-height: 17.5px;
  color: #666666;
  font-size: 12px;
  text-align: center;
}

.footer-share {
  padding: 25px 0px;
  overflow: hidden;
}

.footer-share p {
  line-height: 22px;
  font-size: 14px;
  color: #929292;
}

.footer-share p a {
  color: #929292;
}

.footer-share .bshare-custom.icon-medium {
  float: none;
  text-align: center;
  margin-bottom: 10px;
}

.bshare-custom.icon-medium a {
  width: 40px;
  height: 40px !important;
  border-radius: 50%;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 38px;
  color: #003C88;
  background: none !important;
  padding-left: 0 !important;
  font-size: 22px;
  margin-right: 0;
  margin-left: 19px;
}

.bshare-custom.icon-medium a:hover {
  text-decoration: none;
  color: white;
  background: #003C88 !important;
  border-color: #003C88;
}

.bshare-custom.icon-medium a {
  display: inline-block;
  margin: 0 5px;
  width: 32px;
  height: 32px !important;
  line-height: 30px;
  font-size: 18px !important;
}

@media (max-width: 1900px) {
  .category-item {
    padding: 0px 10px;
  }

  .navbar {
    margin-left: 5%;
  }
}

@media (max-width: 1459px) {
  .navbar {
    margin-left: 5%;
  }

  .category-item {
    padding: 0 10px;
  }

  .category-a {
    padding: 0;
    font-size: 17px;
  }

  .foot-top a {
    padding: 0 37px;
  }
}

@media (max-width: 1329px) {
  .foot-mid {
    margin-left: 30px;
  }

  .foot-bot dl {
    width: 100px;
  }
}

@media (max-width: 1259px) {
  .pir-right p {
    padding-right: 0;
    height: auto;
  }

  .header .logo {
    width: 150px;
    padding: 31.5px 0;
  }

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

  .navbar {
    margin-left: 15px;
  }

  .category-a {
    font-size: 16px;
  }

  .category-item {
    padding: 0 4px;
  }

  .nav-search {
    width: 30px;
  }

  .head-store {
    width: 100px;
    background-position: left 8px center;
  }

  .language {
    width: 60px;
  }

  .language-text {
    padding-left: 10px;
  }

  .language-text i {
    margin-left: 0px;
  }

  .foot-top a {
    padding: 0 19px;
  }
}

@media (max-width: 1023px) {
  .header {
    display: none !important;
  }

  .header-app,
  .foot-app {
    display: block;
  }

  .banner {
    /* margin-top: 60px; */
  }

  .banner .swiper-pagination {
    padding: 0 15px;
    bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .footer-right {
    width: 50%;
    padding: 5.5%;
  }

  .footer-right img {
    width: 100%;
  }

  .banner-font {
    transform: translateY(-65%);
    display: none;
  }

  .banner-font h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .banner-font h4 {
    font-size: 16px;
    line-height: 1;
  }

  .banner img.app-banner {
    display: block;
  }

  .banner img.pc-banner {
    display: none;
  }
  .footlist:before, .footlist:after {
    clear: both;
    content: " ";
    display: table;
}
  .foot-bot dl {
    width: 100%;
}
.foot-bot dt{margin-bottom: 0;}
.foot-bot dl{float: unset;}
.foot-bot dl .info{display: none;}
.foot-bot dt a{width: 100%;display: block; border-bottom: 1px solid #fff;margin-bottom:0;padding: 20px 20px 20px 0 ;}
.foot-bot dl:first-child dt a{border-top: 1px solid #fff;}
.foot-bot dt a::before,.foot-bot dt a::after{ left:unset;width: 15px;
  height: 2px;right: 0;transition: all 0.5s;}
  .foot-bot dt a::before{bottom: 35px;transform: rotate(45deg);}
  .foot-bot dt a::after{bottom: 25px;transform: rotate(-45deg);    background-color: #fff;}
  .foot-bot dl.open dt a{border-bottom: 1px solid transparent;}
  .foot-bot dl.open .info{border-bottom: 1px solid #fff;padding:0 2% 3% 2%;}
  .foot-bot dl.open dt a::before{transform: rotate(-45deg);bottom: 30px}
  .foot-bot dl.open dt a::after{transform: rotate(45deg);bottom: 30px}
  .foot-bot dd a{padding: 10px 0;}
.foot-left{float: unset;width: 100%;margin: 10% 0;}
.foot-right{float: unset;width: 100%;}




}


/*============首页====================*/

/*新品速递*/

.index-tit {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

.index-one {
  padding-top: 77px;
}

.index-one ul {
  margin: 24px -7.5px 0;
}

.index-one li {
  width: 33.333333%;
  float: left;
  padding: 0 7.5px;
  transition: all 0.5s;
}

.ino-li.ino1 {
  background: #eeefef;
  background-size: cover;
}

.ino-li.ino2 {
  background: #eeefef;
  background-size: cover;
}

.ino-li.ino3 {
  background: #eeefef;
  background-size: cover;
}

.ino-li {
  display: block;
  width: 100%;
  position: relative;
}

.ino-pic {
  overflow: hidden;
}

.ino-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.ino-dec {
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
}

.index-one li:hover .ino-dec {
  color: #0d569e;
}

.ino-li:hover img {
  transform: scale(1.05);
}

/*VIDEO*/
.indexvideo {
  top: -90px;
  background: url(../img/index_video.jpg) no-repeat fixed center/cover;
  position: relative;
}
.int-video {
  margin: 160px 0 80px 0;
}
.int-left {
  float: left;
  width: 63%;
}

.index-two .index-tit {
  text-align: left;
}

.int-box {
  margin: 55px 0;
  position: relative;
}

.int-pic {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.int-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.int-pic:hover img {
  transform: scale(1.05);
  cursor: pointer;
}

.int-font {
  padding: 0 80px 0 50px;
  border-right: solid 1px #e6e6e6;
  overflow-y: auto;
  position: absolute;
  height: 85%;
  top: 7.5%;
  width: 65%;
  right: 0;
}

.int-font h3 {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  margin: 10px 0 22px;
}

.int-font p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.int-font::-webkit-scrollbar {
  width: 3px;
  background-color: #dcdbdb;
}

.int-font::-webkit-scrollbar-thumb {
  background-color: #003C88;
  border-radius: 10px;
}

.int-right {
  width: 37%;
  float: right;
  padding-left: 75px;
}

.int-swiper {
  position: relative;
  padding: 67px 58px 0;
  background: url(../img/int-bg2.png) no-repeat center;
  width: 379px;
  height: 379px;
  background-size: cover;
}

.int-swiper h3 {
  margin-bottom: 37px;
  font-size: 22px;
  color: white;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}

.int-swiper .swiper-slide {
  height: 105px;
  display: table;
}

.int-swiper p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.9);
}

.int-swiper .int-prev,
.int-swiper .int-next {
  font-size: 20px;
  font-weight: bold;
  background: none;
  width: 34px;
  height: 34px;
  color: white;
  text-align: center;
  opacity: 0.6;
  line-height: 34px;
  top: auto;
  margin-top: 0;
  bottom: 69px;
}

.int-swiper .int-prev {
  left: 156px;
}

.int-swiper .int-next {
  right: 156px;
}

.int-swiper .int-prev:hover,
.int-swiper .int-next:hover {
  opacity: 1;
}

/*首页产品*/
.index-ipro {
  background: url(../img/index_pro.jpg) no-repeat fixed center/cover;
  margin-top: -90px;
  position: relative;
}

.index-tit {
  color: #333;
  margin-top: 65px;
}
.index-tit p {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px
}
.index-pt {
  color:#fff
}
.index-tit h3 {
  font-size: 40px;
  margin-bottom: -10px;
  font-weight: bold;
}
.index-tit h4 {
  text-align: center;
  display: flex;
  justify-content: center;
}
.index-tit h4 span {
  height: 12px;
  width: 200px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    /*#ffffff,*/
    rgba(0, 0, 0, 0) 100%
  );
  display: block;
}
.inv-ipro {
  float: right;
  width: 100%;
}

.ipro-box {
  margin: 40px 0 120px 0;
}

.ipro-pic {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.ipro-swiper .swiper-container {
  padding-bottom: 60px;
}

.ipro-pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.ipro-dec {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -300px;
  background-image: linear-gradient(
    to right,
    rgb(41 68 148),
    rgb(47 16 187 / 84%)
  );
  font-size: 24px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ipro-dec h3 {
  font-size: 25px;
  text-align: center;
  padding: 0 2%;
}
.ipro-dec p {
  font-size: 24px;
  font-weight: 200;
}
.ipro-list:hover .ipro-dec {
  bottom: 0;
}

.ipro-list:hover .ipro-pic img {
  opacity: 0.8;
  transform: scale(1.05);
}

.ipro-list:hover .ipro-pic img {
  opacity: 0.8;
  transform: scale(1.05);
}

.inf-wrapper-ipro .swiper-pagination {
  bottom: -50px !important;
  position: relative;
}

.inf-wrapper-ipro .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 8px;
  border-radius: 0%;
}

/*首页应用*/

.index-app {
  background: url(../img/index_app.jpg) no-repeat fixed center/cover;
}

.appli {
  background: #f1f1f1;
  padding: 50px 0 77px;
}

.appli-box {
  margin-top: 40px;
  overflow: hidden;
  padding-bottom: 100px;
}

.appli-li {
  padding: 0 15px;
  width: 25%;
  float: left;
  margin-bottom: 22px;
}

.appli-list {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.appli-pic {
  width: 100%;
  overflow: hidden;
  max-height: 66.67%;
}

.appli-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.appli-font {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: white;
  line-height: 55px;
  text-align: center;
  font-size: 19px;
  background: linear-gradient(to right, rgb(57 74 154), rgb(57 74 154 / 84%));
}

.appli-list:hover img {
  transform: scale(1.05);
}
/*首页why*/

.index-why {
  /*background: url(../img/logo_bg.png) no-repeat left top / auto;*/
  margin: -50px 0 0 0;
}
.index-why .why-tit {
  margin: 0 auto;
  text-align: center;
  width: 600px;
}
.index-why .why-tit .tit-img {
  float: left;
}
.index-why .why-tit .tit-img img {
  width: 140px;
}
.index-why .why-tit .tit-txt {
  float: left;
  padding-left: 157px;
}
.index-why .why-tit .tit-txt h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 80px;
}
.index-why .why-tit .tit-txt p {
  font-size: 18px;
  font-weight: 300;
  line-height: 15px;
  color:#979797
}
.index-why .why-info {
  padding:55px 15px 0 15px;
}
.index-why .why-info li {
  float: left;
  width: 21.25%;
  margin-right: 5%;
  text-align: center;
  display: flex;
  align-items: center;
  height: 337px;
  justify-content: center;
  flex-direction: column;
}
.index-why .why-info li h3{font-size: 35px;font-weight: bold;color: #fff;display: block;}
.index-why .why-info li p{font-size: 20px;font-weight: 300;color: #fff;display: block;margin: 10% 20%;line-height: 40px;}
.index-why .why-info li:last-child{margin-right: 0;border-radius: 0 0 50px 0;}
.index-why .why-info li:first-child{border-radius:50px 0 0 0 ;}

.why-us .whyus-tit {
  margin: 115px 0 1px 0;
  text-align: center;
}
.why-us .whyus-tit h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
  padding-bottom: 11px;
}
.why-us .whyus-tit p {
  font-size: 18px;
  font-weight: 300;
  line-height: 45px;
  color: #979797;
}
.why-us .whyus-tit img {margin-top: 25px;}
.ine-swiper.on {
  left: 0;
}

/**顶部数据**/

.index-two {
  padding: 50px 60px;

}

.index-two li {
  width: 25%;
  padding: 0 45px;
  float: left;
}

.index-two li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 68px;
  background: #e4e4e4;
  right: 0;
  top: 9px;
}

.index-two li:first-child {
  padding-left: 0;
}

.index-two li:last-child {
  padding-right: 0;
}

.index-two li:last-child::after {
  display: none;
}

.topnum {
  background: #ffffff;
  margin-top: -100px;
  z-index: 3;
  position: relative;
  box-shadow: 2px 0 20px rgba(0, 97, 174, 0.1);
  -webkit-box-shadow: 2px 0 20px rgba(0, 97, 174, 0.1);
}

.int-num {
  transition: all 0.5s;
  cursor: pointer;
  font-size: 50px;
  text-align: center;
  color: #003C88;
  line-height: 46px;
  font-family: "helve";
  display: flex;
  justify-content: center;
}
.int-num .timer{width: max-content;float: left;}
.int-num .icon{width:15px;float: left;position: relative; margin-left: 5px;}
.int-num span {
  font-size: 62px;
}

.int-num i {
  font-size: 34px;
  font-style: normal;
}

.index-two li p {
  margin-top: 3px;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  text-align: center;
}

.index-two li:hover .int-num {
  transform: translateY(-10px);
}

.int-num .plus,
.int-num .m {
  position: absolute;
  left: 0;
  bottom: 50%;
  font-size: 20px;
  color: #003C88;
}
.int-num .m {
  bottom: auto;
  top: 20%;
  color: #666;
}

/*产品中心 解决方案*/

.index-three {
  padding: 30px 0 0 0;
}

.ine-nav {
  width: 40%;
  background-color: #003C88;
  margin: 0px;
  text-align: center;
  font-size: 0;
  height: 100%;
}
.ine-nav .title{
  padding: 20px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.ine-nav li {
  display: inline-block;
}
.ine-nav a {
  margin: 0 auto;

  font-size: 20px;
  color: #fff;
  line-height: 60px;
  display: block;
  width: 100%;
  position: relative;
}
.ine-nav .on a::after,
.ine-nav li:hover a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  background-color: inherit;
}
.ine-nav a .ba {
  z-index: 1;
  position: relative;
  padding: 0 10px;
}
.ine-nav a .bb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ine-nav .on a .bb,
.ine-nav li:hover a .bb {
  background:rgba(0, 0, 0, .7);
}
.ine-nav a.on {
  color: #fff;
}

.ine-big {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  overflow: hidden;
}

.ine-swiper {
  transition: all 1s;
  position: absolute;
  width: 100%;
  left: 100%;
}
.ine-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media(max-width:1200px) {
  .ine-box img {
    width: 100%;
    height: auto;
  }
}
.ivideo{ position: relative;cursor: pointer;}
.ivideo::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5) url(../img/pause.png) no-repeat center;
}
/*首页客户*/
/*.index-map {
  background: url(../img/index-map.jpg) no-repeat center top / auto;
}*/
.index-map .index-tit h3 {
  color: #000;
}
.index-map .index-tit p {
  color: #979797;
}
.index-map .client {
  margin: 50px;
}
.client ul li {
  float: left;
  width: 16.66%;
  padding: 20px 10px;
  position: relative;
}
.client ul li img {
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.client ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: 2px 0 20px rgba(0, 97, 174, 0.1);
  z-index: 1;
}

/*新闻中心*/
.inews-tit h3 {
  font-size: 35px;
  font-weight: 800;
  z-index: 1;
  position: relative;
}
.inews-tit {
  /*position: relative;*/
  
  width: 100%;
  text-align: center;
}
/*.inews-tit::after {*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: -30px;*/
/*  width: 60px;*/
/*  height: 6px;*/
/*  content: "";*/
/*  background: #003C88;*/
/*}*/
.inews-tit i {
  position: absolute;
  top: -20px;
  left: 136px;
  color: #ebebeb;
  font-size: 40px;
  z-index: 0;
}
.inews-tit i b {
  font-size: 55px;
}
.inews-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.inews-nav .inews-page {
  font-size: 18px;
  background: #c4c4c4;
  padding: 10px 20px;
  margin-right: 20px;
  float: left;
  border-radius: 30px;
}

.inews-nav .inews-page a {
  color: #003C88;
}
.inews-nav .on {
  background: #003C88;
}
.inews-nav .on a {
  color: #fff;
}
.inews-list {
  width: 25%;
  float: left;
  padding-right: 15px;
}
.inews-list:last-child {
  padding-right: 0;
}
.inews-container .on {
  left: 0;
}
.inews-container {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
}

.inews-slide {
  transition: all 1s;
  position: absolute;
  width: 100%;
  left: 100%;
}

.inews-slide .on {
  left: 0;
}
.inf-nav {
  padding: 27px 0 54px;
  text-align: center;
}

.inf-nav a {
  display: inline-block;
  font-size: 18px;
  color: #36383c;
  line-height: 36px;
  border-bottom: solid 4px transparent;
  margin: 0 22px;
}

.inf-nav a.on {
  border-color: #003C88;
  color: #003C88;
}

.inf-list {
  display: block;
  width: 100%;
}

.inf-pic {
  width: 100%;
  overflow: hidden;
}

.inf-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.inf-font {
  transition: all 0.5s;
  padding: 30px 23px 42px;
  position: relative;
  z-index: 3;
  margin: -20px 10px 0;
  background: white;
  box-shadow: 0px 5px 15px rgba(0, 85, 157, 0.05);
}

.inf-font h3 {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.inf-font span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  font-family: arial;
}

.inf-font p {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  margin: 16px 0 43px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inf-more {
  transition: all 0.5s;
  width: 24px;
  height: 24px;
  background: url(../img/inf-more.png) no-repeat center;
}

.inf-list:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}

.inf-list:hover .inf-font {
  transform: translateY(-10px);
  background: #003C88;
}

.inf-list:hover .inf-font h3,
.inf-list:hover .inf-font span,
.inf-list:hover .inf-font p {
  color: #fff;
}

.inf-list:hover .inf-more {
  transform: translateX(10px);
  background-image: url(../img/inf-moreh.png);
}

.inf-swiper .swiper-container {
  padding-bottom: 65px;
}

.inf-swiper .swiper-pagination {
  bottom: 0 !important;
}

.inf-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #c9c9c9;
  margin: 0 8px !important;
}

.inf-swiper .swiper-pagination-bullet-active {
  background: #003C88;
}

.inf-swiper {
  display: none;
}

.inf-swiper.on {
  display: block;
}

@media (max-width: 767px){
  .why-us .whyus-tit{margin: 0 auto;}
.why-us .whyus-tit h3{    font-size: 25px;line-height: 60px;padding: 0;}
  .why-us .whyus-tit p{font-size: 14px;line-height: 20px;text-align: left;padding-top: 2%;}
  
.index-tit h3 {
    font-size: 25px;}
  .index-why{margin: 0 auto;}
  .index-why .why-tit{width: 70%;}
  .index-why .why-tit .tit-img{ width: 20%;}
  .index-why .why-tit .tit-img img{width: 100%;}
  .index-why .why-tit .tit-txt{ width: 99%;padding-left: 0;}
  .index-why .why-tit .tit-txt h3 {
    font-size: 25px;
    line-height: 25px;
}
.index-why .why-tit .tit-txt p {
  font-size: 12px;
  line-height: 30px;
}
.index-why .why-info{padding: 0;}
.index-why .why-info li {
  width: 48%;
  margin: 5% 0;
}
.index-why .why-info li:nth-child(2n+1){margin-right: 4%;}
.index-why .why-info li{height: auto;padding: 10% 0;}
.index-why .why-info li h3{font-size: 25px;}
.index-why .why-info li p{font-size: 18px;line-height: 22px;margin: 10%;}
.index-map .client{margin: 0 0 20px 0;}
.client ul li {
  width: 33.33% !important;
  padding: 1% !important;
}
.inews-tit h3{font-size: 30px;}
.inews-tit i{display: none;}
.inews-tit::after{    bottom: -10px;}
.inews-nav .inews-page{font-size: 16px;padding: 8px 10px;}
.inews-nav .inews-page:last-child{margin-right: 0;}
.inews-list{width: 100%;float: unset;
  padding-right:0;margin-bottom: 30px;}
 .inews-list::after {
    clear: both;
    content: " ";
    display: table;
}
  .inews-list .inf-pic{width: 35%;float: left;}
  .inews-list .inf-font{width: 65%;float: left;margin: 0 auto;}
  .inews-list .inf-font p{margin-bottom: 0;}
  .inf-more{display: none;}
  .inews-container{height: 804px;}

}
/*案例中心*/

.index-five {
  padding: 76px 0;
}

.inv-nav {
  padding: 27px 0px 54px;
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
}

.inv-nav .swiper-slide {
  width: auto;
  display: inline-block;
}

.inv-nav a {
  display: block;
  font-size: 18px;
  color: #36383c;
  line-height: 36px;
  border-bottom: solid 4px transparent;
}

.inv-nav .swiper-pagination-bullet-active a {
  border-color: #003C88;
  color: #003C88;
}

.inv-box {
  margin: -5px;
  position: relative;
}

.inv-left {
  width: 33.3333333%;
  float: left;
  padding: 5px;
}

.inv-list {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.inv-list:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.inv-apic {
  width: 100%;
  overflow: hidden;
}

.inv-apic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.inv-right {
  width: 33.3333333%;
  float: right;
  padding: 5px;
}

.inv-mid {
  position: absolute;
  width: 33.3333333%;
  height: 100%;
  top: 0;
  left: 33.3333333%;
}

.inv-top {
  padding: 5px;
  height: 50%;
}

.inv-bpic {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.inv-bpic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.inv-dec {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: -80px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  color: white;
  text-align: center;
  line-height: 80px;
}

.inv-list:hover .inv-dec {
  bottom: 0;
}

.inv-list:hover .inv-apic img {
  opacity: 0.8;
  transform: scale(1.05);
}

.inv-list:hover .inv-bpic img {
  opacity: 0.8;
  transform: scale(1.05);
}

.inv-nav .solutions-page {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 22px;
  background: transparent;
  border-radius: 0;
  vertical-align: top;
  opacity: 1;
}

/*合作伙伴*/

.index-six {
  padding-bottom: 27px;
}

.inx-pic {
  display: block;
  width: 100%;
  overflow: hidden;
}

.inx-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.inx-swiper {
  padding: 56px 95px 0;
  position: relative;
}

.inx-swiper .inx-prev {
  color: #a2a2a3;
  font-size: 30px;
  font-weight: bold;
  background: none;
  left: 0;
  line-height: 44px;
}

.inx-swiper .inx-next {
  color: #a2a2a3;
  font-size: 30px;
  font-weight: bold;
  background: none;
  right: 0;
  line-height: 44px;
}

.inx-swiper .swiper-container {
  padding-bottom: 53px;
}

.inx-swiper .swiper-pagination {
  bottom: 0 !important;
}

.inx-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #c9c9c9;
  margin: 0 8px !important;
}

.inx-swiper .swiper-pagination-bullet-active {
  background: #003C88;
}

.inx-swiper .inx-prev:hover,
.inx-swiper .inx-next:hover {
  color: #003C88;
}

.inx-swiper .inx-pic {
  transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
}

.inx-swiper .swiper-container:hover .inx-pic {
  opacity: 0.5;
  transform: scale(0.9);
}

.inx-swiper .swiper-container .inx-pic:hover {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0ms, 0ms;
}

.inx-swiper .inx-pic:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}

@media (max-width: 1680px) {
  .index-two li {
    padding: 0 49px;
  }
}

@media (max-width: 1459px) {
  .int-font {
    padding: 0 50px;
  }

  .index-two li {
    padding: 0 29px;
  }

  .ine-ltit {
    bottom: 40px;
  }

  .inf-font p {
    margin-bottom: 30px;
  }

  .inf-font {
    padding: 23px 23px 30px;
  }

  .inv-dec {
    height: 60px;
    line-height: 60px;
    bottom: -60px;
  }
}

@media (max-width: 1259px) {


  .int-font {
    width: 60%;
    padding: 0 30px;
  }

  .int-right {
    padding-left: 30px;
  }

  .int-swiper {
    width: 310px;
    height: 310px;
    padding: 50px 40px 0;
  }

  .int-swiper h3 {
    margin-bottom: 30px;
  }

  .int-swiper .swiper-slide {
    height: 86px;
  }

  .int-swiper .int-prev,
  .int-swiper .int-next {
    bottom: 55px;
  }

  .int-swiper .int-prev {
    left: 120px;
  }

  .int-swiper .int-next {
    right: 120px;
  }

  .index-two li:first-child .int-num .plus,
  .index-two li:first-child .int-num .m {
    margin-left: 105px;
  }

  .index-two li::after {
    display: none;
  }

  .ino-dec {
    font-size: 16px;
    bottom: 5px;
  }

  .ine-rtit {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }

  .ine-ltit h3 {
    font-size: 16px;
  }

  .ine-ltit p {
    font-size: 14px;
  }

  .ine-ltit span {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding-left: 25px;
    background-position: right 20px center;
    margin-top: 0;
    background-size: 7px;
  }

  .ine-ltit {
    bottom: 25px;
  }
}

@media (max-width: 991px) {
  .int-left,
  .int-right {
    width: 50%;
  }

  .int-right {
    margin-top: 95px;
  }

  .int-font {
    width: 200%;
    position: static;
  }
  .int-video {
    margin: 120px 0 40px 0;
  }
  .int-pic {
    height: 100%;
  }

  .int-font h3 {
    margin: 20px 0 10px;
  }

  .ine-ltit span {
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    background-position: right 40px center;
    font-size: 15px;
  }

  .ine-rtit {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .inv-nav a {
    margin: 0 7px;
  }

  .inx-swiper {
    padding: 56px 60px 0;
  }
}

@media (max-width: 767px) {
  .index-one {
    padding-top: 40px;
  }

  .index-one li {
    width: 100%;
    margin-bottom: 20px;
  }

  .index-tit {
    font-size: 26px;
    line-height: 30px;
  }

  .ino-dec {
    font-size: 16px;
    bottom: 15px;
  }

  .index-two {
    padding: 10px 0;
    background: none;
  }

  .int-left,
  .int-right {
    width: 100%;
  }

  .index-two .index-tit {
    text-align: center;
  }

  .int-box {
    margin: 35px 0;
  }

  .int-font {
    width: 100%;
    padding: 0;
    border-right: none;
  }

  .int-font p {
    font-size: 14px;
    line-height: 24px;
  }

  .int-font h3 {
    font-size: 20px;
  }

  .int-right {
    margin-top: 0;
    padding-left: 0;
  }
  .topnum {
    margin-top: -20px;
    padding: 5px;
  }

  .index-two li {
    width: 25%;
    padding: 0;
  }

  .index-two li::after {
    display: none;
  }

  .int-num {
    font-size: 30px;
    line-height: normal;
  }

  .int-num .timer {
    font-size: 18px;
  }

  .int-num i {
    font-size: 20px;
  }

  .index-two li p {
    font-size: 12px;
    line-height: normal;
  }
  .int-num .icon{margin-left: 0;}
  .int-num .plus,
  .int-num .m {
    bottom: 65%;
    font-size: 12px;
    margin-left: 2px;
  }
  .index-two li:first-child .int-num .plus,
  .index-two li:first-child .int-num .m {
    margin-left: 2px;
  }

  .int-num .m {
    top: 25%;
  }

  .int-swiper {
    margin: 0 auto;
  }

  .index-three {
    padding: 0px 0 25px;
  }
  .ine-nav li{height: 100%;padding-bottom: 5%;}
  .ine-nav a {
    font-size: 12px;
    line-height: 50px;
  }
  .ine-nav .on a::after, .ine-nav li:hover a::after{       bottom: -10px;
    margin-left: -20px; border-top: 10px solid #294494c7;}
  .ine-left,
  .ine-bot {
    width: 100%;
    padding: 10px 7.5px;
  }

  .ine-right {
    width: 100%;
    position: static;
  }

  .ine-list {
    width: 100%;
    padding: 10px 7.5px;
  }

  .ine-top {
    padding: 0;
  }

  .ine-rc img {
    width: 100%;
  }

  .ine-rtit {
    font-size: 16px;
  }

  .index-four {
    padding: 20px 0 40px;
  }

  .inf-nav {
    padding: 10px 0 25px;
  }

  .inv-nav {
    padding: 15px 0 5px;
    margin-bottom: 15px;
  }

  .inf-nav a,
  .inv-nav a {
    font-size: 16px;
  }

  .inf-swiper .swiper-container {
    padding-bottom: 45px;
  }

  .inf-font p {
    margin-bottom: 20px;
  }

  .inf-font h3 {
    font-size: 18px;
  }

  .index-five {
    padding: 40px 0 40px;
  }

  .inv-left,
  .inv-mid,
  .inv-right {
    width: 100%;
    float: none;
    padding: 10px 5px;
  }

  .inv-mid {
    position: static;
    padding: 0;
  }

  .inv-top {
    padding: 10px 5px;
  }

  .inx-swiper {
    padding: 15px 0 0;
  }

  .inx-swiper .inx-prev,
  .inx-swiper .inx-next {
    display: none;
  }

  .inx-swiper .swiper-container {
    padding-bottom: 30px;
  }

  .index-six {
    padding-bottom: 45px;
  }

  .ine-ltit span {
    display: none;
  }

  .ine-ltit h3 {
    font-size: 16px;
    line-height: 24px;
    transform: translateY(0);
  }

  .ine-ltit p {
    font-size: 13px;
    line-height: 20px;
    transform: translateY(0);
  }

  .ine-ltit {
    bottom: 25px;
  }

  .inv-dec {
    bottom: 0;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .ine-swiper {
    position: static;
    display: none;
  }

  .ine-swiper.on {
    display: block;
  }

  .ine-big {
    height: auto;
  }
  .inf-wrapper-ipro .swiper-pagination .swiper-pagination-bullet{width: 8px;border-radius:8px}
.ipro-box {
  margin: 40px 0 20px 0;
}

}

/*==============内页================*/

.ny-banner {
  position: relative;
}

.ny-banner img {
  display: block;
  width: 100%;
}

.ny-banner img.ny-app {
  display: none;
}

.ny-font {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 21px;
}

.ny-font .ny-tit {
  font-size: 42px;
  color: white;
  font-weight: bold;
  line-height: 1;
}

.ny-font .ny-dec {
  font-size: 20px;
  color: white;
  line-height: 32px;
  margin-top: 12px;
}

.crumb {
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
}

.crumb p,
.crumb p a {
  color: white;
  font-size: 14px;
  line-height: 48px;
}

.second-nav {
  position: absolute;
  z-index: 99;
  width: 100%;
  background: rgba(0, 0, 0, .25);
  margin-top: -50px;
}
.second-nav .wrap{
  margin: 0 10%;
}

.second-menu a {
  position: relative;
  display: inline-block;
  padding: 5px 20px 10px;
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  border-top: 6px solid transparent;
}

.second-menu a::after {
  /* position: absolute;
  content: "";
  background: #ebebeb;
  width: 1px;
  height: 30px;
  top: 10px;
  right: 0; */
}
.second-menu a:first-child::after {
  display: none;
}

.second-menu a:last-child::after {
  display: none;
}

.second-menu a.on,
.second-menu a:hover {
  color: #fff;
  background: #003C88;
}

.inner-tit {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 1259px) {
  .second-menu a {
    padding: 0 20px;
  }
}

/*招商加盟*/

.join {
  background: #f1f1f1;
}

.sjoin-one {
  padding: 40px 0 80px;
  background: #f1f1f1;
}

.sjo-slide img {
  display: block;
  width: 100%;
}

.sjo-slide {
  position: relative;
}

.sjo-font {
  padding: 120px 90px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sjo-font p {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}

.sjo-nav {
  background: white;
  overflow: hidden;
}

.sjo-pagination {
  overflow: hidden;
}

.sjo-nav .sjo-page {
  position: relative;
  opacity: 1;
  height: auto;
  border-radius: 0;
  background: none;
  float: left;
  width: 33.3333333%;
  padding: 22px 0 17px;
  border-bottom: solid 1px #fff;
}

.sjo-nav .sjo-page::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 68px;
  top: 20px;
  right: 0;
  background: #dbdbdb;
}

.sjo-nav .sjo-page:last-child::after {
  display: none;
}

.sjo-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
}

.sjo-icon img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.sjo-page h3 {
  font-weight: bold;
  font-size: 18px;
  color: #444;
  text-align: center;
  line-height: 20px;
  margin-top: 8px;
}

.sjo-nav .sjo-page.swiper-pagination-bullet-active .sjo-icon img {
  transform: translateY(-40px);
}

.sjo-nav .sjo-page.swiper-pagination-bullet-active h3 {
  color: #e9541a;
}

.sjo-nav .sjo-page.swiper-pagination-bullet-active {
  border-bottom: solid 3px #e9541a;
}

.sjoin-two {
  padding: 80px 0 75px;
  background: white;
}

.sjoin-two ul {
  margin-top: 57px;
}

.sjoin-two li {
  width: 20%;
  float: left;
  text-align: center;
}

.sjt-icon {
  width: 91px;
  height: 91px;
  border-radius: 50%;
  background: #003C88;
  margin: 0 auto;
}

.sjt-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.sjoin-two li p {
  padding: 0 15px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-top: 35px;
}

.sjoin-two li:hover .sjt-icon {
  -webkit-animation: doudong 1.5s ease;
  animation: doudong 1.5s ease;
}

@-webkit-keyframes doudong {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  40% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  80% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes doudong {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  40% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  80% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.sjoin-three {
  padding-top: 78px;
  padding-bottom: 45px;
}

.sjoin-three ul {
  margin: 50px -15px 0;
}

.sjoin-three li {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 33px;
}

.sje-num {
  font-weight: bold;
  padding-left: 30px;
  font-size: 60px;
  line-height: 48px;
  font-family: arial;
  color: #d1d1d1;
  position: relative;
  z-index: 4;
}

.sje-font {
  background: white;
  position: relative;
  padding: 29px 30px;
  margin-top: -11px;
}

.sje-font p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  color: #555;
  line-height: 24px;
  height: 48px;
}

.sje-font::after {
  bottom: -20px;
  left: 35px;
  transition: all 1.5s;
  position: absolute;
  z-index: 3;
  content: "";
  width: 0;
  height: 0;
  border-bottom: solid 10px transparent;
  border-left: solid 7px transparent;
  border-top: solid 10px white;
  border-right: solid 7px transparent;
}

.sje-pic {
  width: 100%;
  overflow: hidden;
}

.sje-pic img {
  width: 100%;
  display: block;
  transition: all 0.4s;
}

.sjoin-three li:hover img {
  transform: scale(1.05);
}

.sjoin-three li:hover .sje-font::after {
  left: 50%;
}

.sjf {
  margin-top: 45px;
  padding: 30px 0 25px;
  background: url(../img/sjf-bg.jpg) no-repeat center;
  background-size: cover;
}

.sjf ul {
  padding: 0 105px;
}

.sjf li {
  width: 25%;
  float: left;
  padding: 40px 0;
}

.sjf-icon {
  position: relative;
  width: 133px;
  height: 100px;
  padding: 0 16.5px;
  background: white;
  border-radius: 10px;
  margin: 0 auto;
}

.sjf-icon img {
  display: block;
  height: 100%;
}

.sjf-icon::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 114px;
  right: -114px;
  background: url(../img/sjf-after.png) no-repeat center;
}

.sjf li h3 {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
}

.sjf li:nth-child(4n) .sjf-icon::after {
  display: none;
}

.sjoin-five {
  padding: 78px 0 80px;
}

.sjv {
  background: white;
  padding: 42px 0 79px;
}

.sjv-form {
  width: 600px;
  margin: 0 auto;
  margin-top: 45px;
}

.sjv-text {
  height: 56px;
  border: solid 1px #e5e5e5;
  margin-bottom: 10px;
}

.sjv-text input {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: #888;
  line-height: 54px;
  border: none;
  background: none;
}

.sjv-area {
  height: 116px;
  border: solid 1px #e5e5e5;
  margin-bottom: 30px;
}

.sjv-area textarea {
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  color: #888;
  border: none;
  background: none;
  resize: none;
}

.sjv-form button {
  transition: all 0.5s;
  cursor: pointer;
  display: block;
  color: white;
  width: 138px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #003C88;
  margin: 0 auto;
  border: none;
  outline: none;
}

.sjv-form button:hover {
  background: #e9541a;
}

@media (max-width: 1259px) {
  .sjf ul {
    padding: 0;
  }

  .sjf-icon::after {
    width: 102px;
    right: -102px;
  }

  .ny-banner img.ny-pc {
    display: none;
  }

  .ny-banner img.ny-app {
    display: block;
  }
}

@media (max-width: 991px) {
  .sjo-font {
    padding: 60px 40px;
  }

  .sjf-icon::after {
    width: 47px;
    right: -47px;
    background-size: contain;
  }

  .second-menu a {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .ny-font {
    margin-top: -10px;
  }

  .ny-banner {
    margin-top: 60px;
  }

  .ny-font .ny-tit {
    font-size: 30px;
  }

  .crumb p,
  .crumb p a {
    line-height: 20px;
  }

  .ny-font .ny-dec {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
  }

  .sjoin-one {
    padding-bottom: 40px;
  }

  .sjo-nav .sjo-page {
    padding: 10px 0;
  }

  .sjo-icon {
    width: 35px;
    height: 35px;
  }

  .sjo-page h3 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 3px;
  }

  .sjo-nav .sjo-page.swiper-pagination-bullet-active .sjo-icon img {
    transform: translateY(-35px);
  }

  .sjo-font {
    padding: 20px 15px;
    margin-right: 10px;
    overflow-y: auto;
    width: 100%;
    position: static;
    background: white;
  }

  .sjo-font::-webkit-scrollbar {
    width: 2px;
    background-color: #fff;
  }

  .sjo-font::-webkit-scrollbar-thumb {
    background-color: #e9541a;
    border-radius: 10px;
  }

  .sjo-font p {
    font-size: 13px;
    line-height: 22px;
    color: #666;
  }

  .sjo-nav .sjo-page::after {
    height: 40px;
  }

  .inner-tit {
    font-size: 22px;
    line-height: 26px;
  }

  .sjoin-two {
    padding: 40px 0 30px;
  }

  .sjoin-two ul {
    margin-top: 25px;
  }

  .sjoin-two li {
    width: 100%;
    float: none;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .sjt-icon {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
  }

  .sjoin-two li p {
    margin-left: 65px;
    margin-top: 0;
    text-align: left;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .sjoin-three {
    padding: 40px 0 20px;
  }

  .sjoin-three li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 20px;
  }

  .sjoin-three ul {
    margin: 25px -5px 0;
  }

  .sje-font p {
    line-height: 22px;
    height: auto;
    -webkit-line-clamp: initial;
    font-size: 14px;
  }

  .sje-font {
    padding: 15px;
  }

  .sje-num {
    font-size: 40px;
    line-height: 30px;
    padding-left: 15px;
  }

  .sjf {
    margin-top: 25px;
    padding: 30px 0;
  }

  .sjf li {
    padding: 10px 0;
  }

  .sjf-icon {
    width: 70px;
    height: 50px;
    padding: 0 10px;
  }

  .sjf li h3 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 3px;
  }

  .sjf-icon::after {
    display: none;
  }

  .sjoin-five {
    padding: 40px 0;
    background: white;
  }

  .sjv {
    padding: 0;
  }

  .sjv-form {
    width: 100%;
    margin-top: 25px;
  }

  .sjv-text {
    height: 40px;
  }

  .sjv-text input {
    padding: 0 10px;
  }

  .sjv-form button {
    width: 130px;
    height: 35px;
    line-height: 35px;
  }

  .sjv-area {
    margin-bottom: 20px;
  }
}

/*===========投资者关系===========*/

.nei_anchor {
  padding: 15px 0;
  text-align: center;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  font-size: 0;
  width: 100%;
  z-index: 1001;
  background: #fff;
  box-shadow: 0px 0px 8px 0px #d6d6d6;
}

.nei_anchor span {
  margin: 0 8px;
  text-align: center;
  height: 40px;
  width: 136px;
  line-height: 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.nei_anchor span a {
  text-transform: uppercase;
  font-family: arial;
  height: 40px;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.nei_anchor span a:after {
  content: "";
  width: 1px;
  height: 17px;
  background: #dadada;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nei_anchor span:last-child a:after {
  display: none;
}

.nei_anchor span:hover a,
.nei_anchor span.on a {
  font-weight: bold;
  color: #003C88;
}

.invest {
  background: #f1f1f1;
  padding-bottom: 80px;
}

.sinv-one {
  padding: 40px 0 60px;
}

.sio {
  background: white;
}

.sio-left {
  padding: 57px 40px 53px;
  width: 50%;
  float: left;
  background: url(../img/sio-left.png) no-repeat center;
  background-size: cover;
}

.sio-left h3 {
  margin-bottom: 20px;
  padding-bottom: 11px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  font-size: 26px;
  color: white;
  line-height: 36px;
  font-weight: bold;
}

.sio-dec {
  overflow: hidden;
}

.sio-dec span {
  float: left;
  width: 23%;
  color: white;
  font-size: 14px;
  line-height: 36px;
}

.sio-dec p {
  margin-left: 23%;
  color: white;
  font-size: 14px;
  line-height: 36px;
}

.sio-right {
  padding: 57px 40px 0px;
  width: 50%;
  float: left;
}

.sio-right h3 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}

.sio-font {
  border: solid 1px #eeeeee;
  width: 420px;
}

.sio-top {
  padding: 16px 20px 14px;
  border-bottom: solid 1px #eee;
}

.sio-name,
.sio-hq {
  overflow: hidden;
}

.sio-name h4 {
  float: left;
  font-size: 22px;
  color: #333;
  line-height: 36px;
}

.sio-name h5 {
  margin-left: 88px;
  float: left;
  font-size: 26px;
  color: #0f870f;
  line-height: 36px;
  font-family: arial;
}

.sio-name h6 {
  margin-left: 20px;
  float: left;
  font-size: 14px;
  color: #0f870f;
  line-height: 36px;
  font-family: arial;
}

.sio-hq p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  float: left;
  margin-right: 30px;
}

.sio-hq span {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  float: left;
  font-family: arial;
}

.sio-bot {
  padding: 19px 20px;
}

.sio-bot li {
  float: left;
  min-width: 112px;
  font-size: 14px;
  color: #666;
  line-height: 36px;
}

.sio-bot li i {
  font-style: normal;
  color: #0f870f;
}

.sio-bot li b {
  font-weight: normal;
  color: #e10101;
}

.sinv-two {
  padding-bottom: 80px;
}

.sit-nav {
  overflow: hidden;
  border-bottom: solid 2px #e9541a;
  background: white;
}

.sit-nav a {
  position: relative;
  display: block;
  width: 33.33333333%;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 58px;
  font-weight: bold;
}

.sit-nav a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  top: 14.5px;
  right: 0;
  background: #d7d7d7;
}

.sit-nav a:last-child::after {
  display: none;
}

.sit-nav a span {
  padding-left: 32px;
  display: inline-block;
  line-height: 58px;
}

.sit-nav a.sit-a1 span {
  background: url(../img/sit-a1.png) no-repeat left center;
}

.sit-nav a.sit-a2 span {
  background: url(../img/sit-a2.png) no-repeat left center;
}

.sit-nav a.sit-a3 span {
  background: url(../img/sit-a3.png) no-repeat left center;
}

.sit-nav a.on {
  background: #e9541a;
  color: white;
}

.sit-nav a.on::after {
  display: none;
}

.sit-nav a.on.sit-a1 span {
  background-image: url(../img/sit-a1h.png);
}

.sit-nav a.on.sit-a2 span {
  background-image: url(../img/sit-a2h.png);
}

.sit-nav a.on.sit-a3 span {
  background-image: url(../img/sit-a3h.png);
}

.sit-big {
  margin-bottom: 41px;
}

.sit-box {
  display: none;
  padding: 38px 30px 41px;
  background: white;
  overflow: hidden;
}

.sit-box.on {
  display: block;
}

.sit-li {
  width: 50%;
  padding: 0 10px;
  float: left;
}

.sit-list {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 30px;
  border: solid 1px #eeeeee;
}

.sit-pic {
  width: 89px;
  height: 91px;
  overflow: hidden;
  float: left;
  background: #f3f3f3;
}

.sit-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.sit-font {
  margin-left: 114px;
  padding-top: 15px;
}

.sit-font h3 {
  color: #444;
  font-size: 18px;
  line-height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sit-font span {
  display: block;
  color: #888;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sit-list:hover .sit-font h3 {
  color: #e9541a;
}


.sie-nav {
  overflow: hidden;
  border-bottom: solid 2px #e9541a;
  background: white;
}

.sie-nav .sie-page {
  height: auto;
  border-radius: 0;
  background: none;
  opacity: 1;
  position: relative;
  display: block;
  width: 25%;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 58px;
  font-weight: bold;
}

.sie-nav .sie-page::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  top: 14.5px;
  right: 0;
  background: #d7d7d7;
}

.sie-nav .sie-page:last-child::after {
  display: none;
}

.sie-nav .sie-page.swiper-pagination-bullet-active {
  background: #e9541a;
  color: white;
}

.sie-nav .sie-page.swiper-pagination-bullet-active::after {
  display: none;
}

.sie-swiper {
  background: white;
  padding: 46px 40px 69px;
}

.sie-swiper li {
  margin-bottom: 50px;
  float: left;
  width: 50%;
}

.sie-swiper li.li-big {
  width: 100%;
}

.sie-swiper li.li-hide {
  display: none;
}

.sie-pic {
  float: left;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  overflow: hidden;
}

.sie-pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.sie-font {
  margin-left: 170px;
  height: 138px;
}

.sie-font .sie-name {
  line-height: 36px;
  color: #333;
  font-size: 18px;
}

.sie-font .sie-dec {
  line-height: 28px;
  color: #666;
  line-height: 28px;
}

.sie-more {
  transition: all 0.5s;
  width: 158px;
  height: 43px;
  overflow: hidden;
  background: #b2b2b2;
}

.sie-more a {
  display: block;
  height: 100%;
  text-align: center;
  line-height: 43px;
  color: white;
  font-size: 14px;
}

.sie-more a i {
  padding-left: 5px;
  font-size: 12px;
}

.sie-more:hover {
  background: #e9541a;
}

.sinv-four {
  margin-top: 40px;
  padding: 40px 40px 60px;
  background: white;
}

.sif-tit {
  font-size: 26px;
  line-height: 36px;
  color: #333;
  font-weight: bold;
  margin-bottom: 22px;
}

.sif-list {
  float: left;
  width: 33.3333333%;
  padding: 0 10px;
}

.sif-li {
  margin: 0 -10px 10px;
}

.sif-li input {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #eaeaea;
  font-size: 16px;
  color: #888;
  padding: 0 13px;
}

.sif-big {
  float: left;
  width: 100%;
  padding: 0 10px;
}

.sif-area textarea {
  display: block;
  width: 100%;
  height: 127px;
  border: solid 1px #eaeaea;
  font-size: 16px;
  color: #888;
  padding: 10px 13px;
  resize: none;
}

.sif-sub input {
  width: 158px;
  height: 43px;
  background: #003C88;
  font-size: 14px;
  color: white;
  border: none;
  outline: none;
}

.sif-sub {
  margin-top: 33px;
}

.sif-sub input:hover {
  background: #e9541a;
}

@media (max-width: 1259px) {
  .sio-font {
    width: 390px;
  }

  .sie-pic {
    width: 120px;
    height: 120px;
  }

  .sie-font {
    margin-left: 140px;
    height: 120px;
  }
}

@media (max-width: 991px) {
  .sio-left {
    width: 100%;
  }

  .sio-right {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 30px;
  }

  .sio-font {
    width: 100%;
  }

  .sit-box {
    padding: 38px 20px 40px;
  }

  .sit-list {
    padding: 20px;
  }

  .sit-pic {
    width: 80px;
    height: 81px;
  }

  .sit-font {
    margin-left: 100px;
    padding-top: 12px;
  }
}

@media (max-width: 767px) {
  .sinv-one {
    padding: 40px 0;
  }

  .second-menu {
    padding: 8px 0;
  }

  .second-menu a {
    padding: 0 15px;
    font-size: 14px;
  }

  .nei_anchor {
    display: none !important;
  }

  .sio-left {
    padding: 30px 20px;
  }

  .sio-left h3,
  .sio-right h3,
  .sif-tit {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }

  .sio-dec span,
  .sio-dec p {
    line-height: 30px;
  }

  .sio-dec span {
    width: 30%;
  }

  .sio-dec p {
    margin-left: 30%;
  }

  .sio-right {
    padding: 30px 20px;
  }

  .sio-top {
    padding: 15px;
  }

  .sio-name h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .sio-name h5 {
    font-size: 20px;
    line-height: 26px;
    margin-left: 30px;
  }

  .sio-name h6 {
    font-size: 14px;
    line-height: 26px;
    margin-left: 15px;
  }

  .sio-hq {
    margin-top: 5px;
  }

  .sio-bot {
    padding: 15px;
  }

  .sio-bot li {
    line-height: 26px;
    font-size: 13px;
  }

  .sit-nav a {
    font-size: 12px;
    line-height: 40px;
  }

  .sit-nav a span {
    padding-left: 20px;
    line-height: 40px;
  }

  .sit-nav a.sit-a1 span,
  .sit-nav a.sit-a2 span,
  .sit-nav a.sit-a3 span {
    background-size: 15px;
  }

  .sit-box {
    padding: 30px 15px 20px;
  }

  .sit-li {
    width: 100%;
    padding: 0;
  }

  .sit-list {
    padding: 10px;
    margin-bottom: 10px;
  }

  .sit-pic {
    width: 60px;
    height: 61px;
  }

  .sit-font {
    margin-left: 75px;
    padding-top: 7px;
  }

  .sit-font h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .sit-font span {
    font-size: 12px;
  }

  .sit-big {
    margin-bottom: 25px;
  }

  .pagee a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .sinv-two {
    padding-bottom: 40px;
  }

  .sie-nav .sie-page {
    font-size: 12px;
    line-height: 38px;
  }

  .sie-nav .sie-page::after {
    top: 9.5px;
  }

  .sie-swiper {
    padding: 30px 15px 40px;
  }

  .sie-swiper li {
    width: 100%;
    margin-bottom: 15px;
  }

  .sie-pic {
    width: 90px;
    height: 90px;
  }

  .sie-font {
    height: 90px;
    margin-left: 100px;
  }

  .sie-font .sie-name {
    font-size: 14px;
    line-height: 26px;
  }

  .sie-font .sie-dec {
    font-size: 12px;
    line-height: 20px;
  }

  .sie-more {
    width: 130px;
    height: 35px;
  }

  .sie-more a {
    line-height: 35px;
    font-size: 13px;
  }

  .sinv-four {
    padding: 28px 15px 40px;
  }

  .sif-list,
  .sif-big {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .sif-li {
    margin: 0;
  }

  .sif-li input {
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }

  .sif-area textarea {
    height: 100px;
    font-size: 14px;
    padding: 8px 10px;
  }

  .sif-sub input {
    width: 130px;
    height: 35px;
    font-size: 13px;
  }

  .sif-sub {
    margin-top: 25px;
  }
}

/*========成功案例===========*/

.appli-float {
  float: left;
  margin-right: 10px;
}

.appli-item {
  position: relative;
}

.appli-top {
  width: 170px;
  height: 46px;
  background: white;
  border: solid 1px #e9541a;
  padding: 0 24px 0 33px;
}

.appli-category {
  float: left;
  display: block;
  font-size: 16px;
  line-height: 44px;
  color: #e9541a;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}

.appli-tig {
  float: right;
  line-height: 44px;
  color: #e9541a;
}

.appli-item:hover .appli-top {
  background: #e9541a;
}

.appli-item:hover .appli-category,
.appli-item:hover .appli-tig {
  color: #fff;
}

.appli-dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0%;
  z-index: 1100;
  background: rgba(255, 255, 255, 1);
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  border: none;
  color: #303233;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: auto;
  padding: 0;
  display: block;
}

.appli-pad a {
  display: block;
  border-bottom: solid 1px #eee;
  padding: 13px 30px;
  line-height: 24px;
  font-size: 16px;
}

.appli-item:hover .appli-dropdown {
  max-height: 450px;
  opacity: 1;
}

.appli-pad a:hover {
  color: #e9541a;
}

@media (max-width: 767px) {
  .appli-box {
    margin: 30px -7.5px 0;
    padding-bottom: 15px;
  }

  .appli-li {
    width: 50%;
    padding: 0 7.5px;
    margin-bottom: 15px;
  }

  .appli-nav {
    margin: 0 -7.5px;
  }

  .appli-float {
    margin-right: 0;
    padding: 0 7.5px;
    width: 50%;
  }

  .appli-top {
    width: 100%;
    height: 40px;
    padding: 0 20px;
  }

  .appli-category,
  .appli-tig {
    line-height: 38px;
  }

  .appli-pad a {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 20px;
  }

  .appli {
    padding: 40px 0 45px;
  }

  .appli-font {
    line-height: 40px;
    font-size: 15px;
    padding: 0 15px;
  }
}

/*========成功案例详情===========*/

.appinfo {
  padding: 60px 0;
  background: #f1f1f1;
}

.ainfo h1 {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}

.ainfo {
}

.ainfo p {
}

.ainfo p span {
  font-family: "微软雅黑" !important;
  font-size: 16px !important;
}

.appli-dec {
  margin-bottom: 35px;
  font-family: arial;
  font-size: 14px;
  color: #888;
  line-height: 40px;
  text-align: center;
}

.appli-dec span {
  padding-left: 22px;
  display: inline-block;
  margin: 0 9px;
}

.appli-dec span.appli-time {
  background: url(../img/appli-time.png) no-repeat left center;
}

.appli-dec span.appli-look {
  background: url(../img/appli-look.png) no-repeat left center;
}

.appli-dec span.appli-zan {
  background: url(../img/appli-zan.png) no-repeat left center;
}

.ainfo p {
  color: #666;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
}

.info-page {
  float: left;
  overflow: hidden;
}

.info-page a {
  transition: all 0.5s;
  display: block;
  margin-right: 10px;
  font-size: 16px;
  float: left;
  border: solid 1px #006fc1;
  line-height: 40px;
  color: #006fc1;
}

.info-page a i {
  font-weight: bolder;
  padding: 0 10px;
  font-size: 16px !important;
}

.info-page a.info-prev {
  padding: 0 40px 0 30px;
}

.info-page a.info-next {
  padding: 0 30px 0 40px;
}

.info-page a:hover {
  color: white;
  background: #006fc1;
}

.info-share {
  float: right;
}

.info-share span {
  float: left;
  line-height: 40px;
  color: #666;
  font-size: 14px;
}

.info-share .bshare-custom a {
  margin-left: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  float: left;
  padding-left: 0;
}

.info-share .bshare-custom {
  float: left;
  padding: 4px 0;
  margin-left: 8px;
}

.info-share .bshare-custom a.bshare-sinaminiblog {
  background: url(../img/info-wb.png) no-repeat center;
}

.info-share .bshare-custom a.bshare-weixin {
  background: url(../img/info-wx.png) no-repeat center;
}

.info-share .bshare-custom a.bshare-qqim {
  background: url(../img/info-qq.png) no-repeat center;
}

.info-share .bshare-custom a.bshare-qzone {
  background: url(../img/info-qz.png) no-repeat center;
}

.asolution {
  padding-top: 55px;
}

.asolution h3 {
  font-size: 26px;
  line-height: 36px;
  color: #333;
  font-weight: bold;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .ainfo p img {
    display: block;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .appinfo {
    padding: 40px 0;
  }

  .ainfo h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .appli-dec {
    margin-bottom: 10px;
  }

  .ainfo p {
    line-height: 24px;
  }

  .info-page,
  .info-share {
    float: none;
  }

  .info-page a.info-prev {
    padding: 0 20px 0 10px;
  }

  .info-page a i {
    padding: 0 5px;
  }

  .info-page a.info-next {
    padding: 0 10px 0 20px;
  }

  .info-share {
    margin-top: 10px;
  }

  .asolution {
    padding-top: 30px;
  }

  .asolution h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .info-page a {
    line-height: 34px;
  }
}

/*============解决方案===================*/

.solution {
  padding: 60px 0 65px;
  background: #f1f1f1;
}

.solu-box {
  margin: 0 -7.5px;
  overflow: hidden;
}

.solu-li {
  padding: 0 7.5px;
  width: 33.33333333%;
  float: left;
  margin-bottom: 15px;
}

.solu-list {
  display: block;
  width: 100%;
}

.solu-pic {
  width: 100%;
  overflow: hidden;
}

.solu-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.solu-font {
  padding: 33px 25px 24px;
  background: #f7f7f7;
}

.solu-font h4 {
  transition: all 0.5s;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.solu-font p {
  font-size: 14px;
  line-height: 24px;
  color: #888;
  height: 48px;
  margin: 9px 0 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.solu-font span {
  transition: all 0.5s;
  display: inline-block;
  padding-left: 33px;
  font-size: 16px;
  color: #333;
  background: url(../img/solu-more.png) no-repeat left center;
  transition: all 0.5s;
  line-height: 40px;
}

.solu-list:hover img {
  transform: scale(1.05);
}

.solu-list:hover .solu-font h4 {
  color: #003C88;
}

.solu-list:hover .solu-font span {
  color: #003C88;
  transform: translateX(10px);
}

@media (max-width: 767px) {
  .solu-li {
    width: 50%;
  }

  .solu-font {
    padding: 20px 15px;
  }

  .solu-font h4 {
    font-size: 17px;
    line-height: 20px;
  }

  .solu-font p {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
  }

  .solu-font span {
    line-height: 24px;
    font-size: 13px;
    background-size: 20px;
    padding-left: 25px;
  }

  .solution {
    padding: 40px 0;
  }
}

/*============解决方案详情===================*/

.sinfo-one {
  padding: 60px 0 64px;
  background: #f1f1f1;
}

.sinfo-one h1 {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}

.sinfo-one p {
  font-size: 14px;
  color: #777;
  line-height: 26px;
  text-align: center;
}

.sinfo-one .appli-dec {
  margin-bottom: 30px;
}

.sso-box {
  background: white;
  padding: 68px 50px;
  overflow: hidden;
  margin-top: 36px;
}

.sso-left {
  float: left;
  width: 60%;
}

.sso-left img {
  display: block;
  width: 100%;
}

.sso-right {
  padding-left: 35px;
  float: left;
  width: 40%;
  padding-top: 73px;
}

.sso-right p {
  font-size: 14px;
  color: #777;
  line-height: 26px;
  text-align: left;
}

.sinfo-two {
  padding: 57px 0 68px;
  background: url(../img/sst-bg.jpg) no-repeat center;
  background-size: cover;
}

.sst-tit {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.sst-dec {
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  margin: 8px 0 40px;
  text-align: center;
}

.sst-swiper {
  position: relative;
  padding-bottom: 77px;
}

.sst-top {
  transition: all 0.5s;
  border-right: solid 1px #fdfdfd;
  padding: 47px 0 34px;
  background: rgba(255, 255, 255, 0.9);
}

.sst-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
}

.sst-icon img {
  transition: all 0.5s;
  display: block;
  width: 100%;
}

.sst-top h3 {
  transition: all 0.5s;
  text-align: center;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  margin-top: 14px;
}

.sst-bot {
  transition: all 0.5s;
  border-right: solid 1px rgba(106, 119, 150, 0.24);
  height: 164px;
  padding-top: 26px;
  background: rgba(106, 119, 150, 0.3);
}

.sst-bot p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.sst-swiper .swiper-slide:hover .sst-top {
  background: #e9541a;
}

.sst-swiper .swiper-slide:hover .sst-icon img {
  transform: translateY(-80px);
}

.sst-swiper .swiper-slide:hover .sst-top h3 {
  color: white;
}

.sst-swiper .swiper-slide:hover .sst-bot {
  background: #fff;
}

.sst-swiper .swiper-slide:hover .sst-bot p {
  color: #666666;
}

.sst-swiper .swiper-pagination {
  bottom: 2.5px;
  width: 100%;
}

.sst-swiper .swiper-pagination-bullet {
  margin: 0 4px;
  width: 11px;
  height: 11px;
  opacity: 1;
  border: solid 1px rgba(255, 255, 255, 0.6);
  background: none;
}

.sst-swiper .swiper-pagination-bullet-active {
  background: #e9541a;
  border-color: #e9541a;
}

.sst-swiper .swiper-button-next.swiper-button-disabled,
.sst-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.sst-swiper .sst-prev,
.sst-swiper .sst-next {
  z-index: 33;
  background: none;
  top: auto;
  margin-top: 0;
  bottom: 0;
  color: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
}

.sst-swiper .sst-prev {
  left: 44%;
}

.sst-swiper .sst-next {
  right: 44%;
}

.sinfo-three {
  padding-top: 53px;
  background: #f1f1f1;
  padding-bottom: 20px;
}

.sinfo-tit {
  font-size: 26px;
  color: #333;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 23px;
}

.sinfo-four {
  background: #f1f1f1;
  padding-bottom: 80px;
  padding-top: 25px;
}

@media (max-width: 1259px) {
  .sst-top h3 {
    font-size: 20px;
  }

  .sso-right {
    padding-left: 0;
    padding-top: 0;
  }

  .sso-box {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .sst-top h3 {
    font-size: 16px;
  }

  .sst-bot p {
    font-size: 14px;
  }

  .sst-top {
    padding: 25px 0;
  }

  .sst-bot {
    height: 130px;
  }
}

@media (max-width: 767px) {
  .sinfo-one {
    padding: 40px 0;
  }

  .sinfo-one h1,
  .sinfo-tit,
  .sst-tit {
    font-size: 24px;
    line-height: 30px;
  }

  .sinfo-one .appli-dec {
    margin-bottom: 10px;
  }

  .sinfo-one p {
    line-height: 22px;
  }

  .sso-box {
    margin-top: 20px;
  }

  .sso-box {
    padding: 0;
  }

  .sso-left,
  .sso-right {
    float: none;
    width: 100%;
  }

  .sso-right {
    padding: 15px 15px 20px;
  }

  .sst-icon {
    width: 50px;
    height: 50px;
  }

  .sst-swiper .swiper-slide:hover .sst-icon img {
    transform: translateY(-50px);
  }

  .sst-top h3 {
    font-size: 14px;
    margin-top: 5px;
  }

  .sst-top {
    padding: 15px 0;
  }

  .sinfo-two {
    padding: 40px 0;
  }

  .sst-dec {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 25px;
  }

  .sst-bot {
    height: 110px;
  }

  .sst-swiper {
    padding-bottom: 50px;
  }

  .sst-swiper .sst-next {
    right: 34%;
  }

  .sst-swiper .sst-prev {
    left: 34%;
  }

  .sinfo-three {
    padding-top: 40px;
  }
}

/*=============产品列表================*/

.pro-box {
  margin: 0 -11px;
  overflow: hidden;
}

.pro-li {
  width: 33.333333%;
  float: left;
  padding: 0 11px;
  margin-bottom: 22px;
}

.pro-list {
  display: block;
  width: 100%;
  background: white;
}

.pro-pic {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #f1f1f1;
}

.pro-pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.pro-font {
  transition: all 0.5s;
  padding: 18px 20px;
  background: url(../img/pro-more.png) no-repeat right 35px center;
}

.pro-font h3 {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  margin-right: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pro-font p {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  margin-right: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pro-list:hover img {
  transform: scale(1.05);
}

.pro-list:hover .pro-font h3 {
  color: #003C88;
}

.pro-list:hover .pro-font {
  background-position: right 20px center;
  background-image: url(../img/pro-moreh.png);
}

@media (max-width: 767px) {
  .pro-box {
    margin: 0 -7.5px;
  }

  .pro-li {
    width: 50%;
    padding: 0 7.5px;
    margin-bottom: 15px;
  }

  .pro-font {
    padding: 10px 13px;
    background-size: 20px;
    background-position: right 13px center;
  }

  .pro-font h3 {
    margin-right: 25%;
  }
}

/*============关于我们===================*/

/*========产品列表===============*/
.top {
  margin-top: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top .topSearch {
  width: 900px;
  margin: 0 auto;
}
.topSearch .searchIn {
  display: inline-block;
  float: left;
  height: 50px;
  width: calc(100% - 150px);
  font-size: 18px;
  padding: 0 20px;
  background: #fff;
  vertical-align: top;
  border-radius: 30px 0 0 30px;
}
.topSearch .searchBtn {
  background: #003C88;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  border-radius: 0 30px 30px 0;
  height: 50px;
  width: 150px;
  cursor: pointer;
}

.pro {
  background: #f1f1f1;
  padding-top: 60px;
}

.center-box {
  margin: 0 -8px;
  overflow: hidden;
  padding-bottom: 24px;
}

.center-li {
  width: 25%;
  float: left;
  padding: 0 8px;
  margin-bottom: 16px;
}
.center-li:hover {
  box-shadow: 20px 0 20px rgba(0, 97, 174, 0.1);
}
.center-list {
  display: block;
  width: 100%;
  background: white;
}

.center-pic {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #f1f1f1;
}

.center-pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.center-font {
  transition: all 0.5s;
  padding: 18px 20px;
  background: url(../img/pro-more.png) no-repeat right 35px center;
}

.center-font h3 {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  margin-right: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.center-font p {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  margin-right: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.center-list:hover img {
  transform: scale(1.05);
}

.center-list:hover .center-font h3 {
  color: #003C88;
}

.center-list:hover .center-font {
  background-position: right 20px center;
  background-image: url(../img/pro-moreh.png);
}

.app-menu {
  height: 45px;
  background: #fff;
  display: none;
}

.app-parent {
  height: 100%;
  position: relative;
}

.app-item {
  position: relative;
  height: 45px;
  padding: 0 15px;
}

.app-cate {
  line-height: 45px;
  float: left;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.app-tig {
  position: absolute;
  width: 20px;
  height: 45px;
  top: 0;
  right: 15px;
  background: url(../img/pro-dowm.png) no-repeat center;
}

.app-parent .pro-menu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 33;
}

.app-parent.open .app-tig {
  transform: rotate(90deg);
}

.app-parent.open .app-item {
  border-bottom: solid 1px #eee;
}

.app-menu .pro-menu {
  padding: 0 6px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.app-menu .pro-item1 {
  position: relative;
  height: 41px;
  line-height: 40px;
  border-bottom: solid 1px #eeeeee;
  padding: 0 10px;
}

.app-menu .pro-cate1 {
  display: block;
  margin-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #222;
}

.app-menu .pro-tig1 {
  position: absolute;
  right: 20px;
  top: 0;
  transition: all 0.5s;
  width: 20px;
  height: 40px;
  background: url(../img/pro-dowm.png) no-repeat center;
}

.app-menu .pro-item2 {
  position: relative;
  height: 41px;
  line-height: 40px;
  border-bottom: solid 1px #eeeeee;
  padding: 0 10px;
}

.app-menu .pro-cate2 {
  display: block;
  margin-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #555;
  padding-left: 16px;
  background: url(../img/pro-cate2.png) no-repeat left center;
}

.app-menu .pro-tig2 {
  position: absolute;
  right: 20px;
  top: 0;
  transition: all 0.5s;
  width: 20px;
  height: 40px;
  background: url(../img/pro-dowm.png) no-repeat center;
}

.app-menu .pro-slide2 {
  border-bottom: solid 1px #eeeeee;
}

.app-menu .pro-pad {
  padding: 7px 25px 4px;
}

.app-menu .pro-pad a {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
}

.app-menu .pro-slide1,
.app-menu .pro-slide2 {
  display: none;
}

.app-menu .pro-parent1.open .pro-cate1,
.app-menu .pro-cate1:hover {
  color: #e9541a;
  font-weight: bold;
}

.app-menu .pro-parent1.open .pro-tig1,
.app-menu .pro-parent2.open .pro-tig2 {
  transform: rotate(90deg);
}

.app-menu .pro-parent2.open .pro-cate2 {
  color: #e9541a;
}

.app-menu .pro-pad a.on,
.pro-pad a:hover,
.pro-cate2:hover {
  color: #e9541a;
}

.app-menu .pro-parent1.open .pro-slide1,
.app-menu .pro-parent2.open .pro-slide2 {
  display: block;
}

.app-menu .pro-parent1:last-child .pro-item1 {
  border-bottom: none;
}

@media (max-width: 1259px) {
  .pro-right {
    width: 640px;
  }
}

@media (max-width: 991px) {
  .app-menu {
    display: block;
  }

  .pro-nav {
    display: none;
  }

  .pro-left,
  .pro-right {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .pro{padding: 20px 0;}
  .product {
    padding: 40px 0 50px;
  }

  .pro-search {
    height: 40px;
  }

  .pro-search .text,
  .pro-search .submit {
    height: 38px;
  }

  .pro-search .text {
    width: 80%;
  }

  .center-box {
    margin: 0 -7.5px;
    padding-bottom: 10px;
  }

  .center-li {
    padding: 0 7.5px;
    margin-bottom: 15px;
    width: 50%;
  }

  .center-font {
    padding: 10px 13px;
    background-size: 20px;
    background-position: right 13px center;
  }

  .center-font h3 {
    margin-right: 25%;
  }
  .top .topSearch {width: 90%;}
  .topSearch .searchBtn{width: 25%;}
  .topSearch .searchIn{width: 75%;}

}

/*=============产品内页==============*/

.proinfo {
  background: url(../img/pro-info.jpg) no-repeat center top / auto;
}
.proinfo-box {
  margin: 0px;
}
.proi-right {
  float: right;
  width: 900px;
  background: white;
  padding: 30px 20px 80px;
}

.pir-left {
    display: flex;
    width: 100%;
    float: right;
}

.jqzoom {
  border: solid 1px #eee;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.jqzoom img {
  width: 100%;
}

.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 368px;
  height: 368px;
  background: #ffffff;
  display: none;
  text-align: center;
  overflow: hidden;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}

.spec-preview {
  width: 50rem;
}

.spec-scroll {
    height: 400px;
    width: 100px;
  position: relative;
  text-align: center;
}

.spec-scroll .prev {
  left: 0px;
  text-align: left;
}

.spec-scroll .next {
  right: 0px;
  text-align: right;
}

.spec-scroll .prev,
.spec-scroll .next {
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  transform: rotate(90deg);
}

.spec-scroll .prev:hover,
.spec-scroll .next:hover {
  color: #003C88;
}

.spec-scroll .items {
  width: 100px;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
}

.spec-scroll .items ul {
    display: grid;
  position: absolute;
}

.spec-scroll .items ul li {
  width: 100%;
  width: 88px;
  text-align: center;
  float: left;
  margin-right: 10px;
}

.spec-scroll .items ul li img {
  border: 1px solid #eee;
  width: 100%;
  height: 100%;
}

.spec-scroll .items ul li.hover img {
  border: 1px solid #003C88;
}

.spec-scroll .items ul li p {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
}

.proinfo .pir-right {
  float: right;
  float: left;
}

.proinfo .pir-right h3 {
  font-size: 40px;
  color: #333;
  line-height: 56px;
  font-weight: bold;
  border-left: 8px solid #ffffff;
  padding: 30px 0 30px 30px;
  margin: 50px 0 20px 0;
}

.proinfo .pir-right p {
  margin-bottom: 9px;
  font-size: 24px;
  color: #666;
  line-height: 34px;
  min-height: 150px;
}

.protop-list li {
  height: 35px;
  width: 150px;
  border: 1px solid #929292;
  text-align: center;
  font-size: 20px;
  color: #000;
  line-height: 35px;
  float: left;
  cursor: pointer;
}
.protop-list li:first-child {
  border-radius: 20px 0 0 20px;
  border-right: transparent;
}
.protop-list li:last-child {
  border-radius: 0 20px 20px 0;
  border-right: transparent;
}
.protop-list li.on {
  border: 1px solid transparent;
  background: #003C88;
  color: #fff;
}

.protop-info {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100px;
}

.protop-info .protop-warp {
  position: absolute;
  width: 100%;
  left: 100%;
  transition: all 1s;
}
.pir-right h5 {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}

.protop-info .on {
  left: 0;
}
.protop-info .protop-warp p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  padding-top: 50px;
}
.pir-more {
  transition: all 0.4s;
  color: white;
  margin: 28px 0 35px;
  font-size: 16px;
  width: 219px;
  display: block;
  background: #003C88;
  padding: 17px 32px;
  line-height: 22px;
}
.bot-tit h4 {
  height: 35px;
  width: 80%;
  font-size: 20px;
  font-weight: 800;
  line-height: 35px;
  background: linear-gradient(to right, #294791, #fff);
  padding-left: 30px;
  color: #fff;
  border-radius: 35px 0 0 35px;
}
.bot-info {
  margin: 30px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.bot-info table{width: 60%;margin: 0 20%;}
  .bot-info table,.bot-info table tr,.bot-info table td{border-collapse: collapse;

    border: 1px solid rgb(143, 143, 143);}
.pir-more i {
  float: right;
}

.pir-right .info-share {
  float: none;
}

.pir-more:hover {
  background: #e9541a;
}

.pir-bot {
  margin-top: 80px;
}

.pir-nav {
  height: 46px;
  background: #f1f1f1;
  overflow-x: auto;
  white-space: nowrap;
}

.pir-nav a {
  padding: 0 28px;
  display: inline-block;
  position: relative;
  color: #333;
  font-size: 18px;
  line-height: 46px;
}

.pir-nav a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  right: 0;
  top: 14px;
  background: #dcdcdc;
}

.pir-nav a.on {
  color: white;
  background: #003C88;
}

.pir-nav a.on::after {
  display: none;
}

.pir-box h3 {
  margin-bottom: 24px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
}

.pir-box {
  padding: 37px 10px 0;
  display: none;
}

.pir-box.on {
  display: block;
}

.pir-list {
  overflow: hidden;
  margin-bottom: 11px;
}

.pir-icon {
  /* width: 54px; */
  line-height: 54px;
  float: left;
  overflow: hidden;
}

.pir-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.pir-list p {
  margin-left: 45px;
  font-size: 16px;
  color: #666;
  line-height: 26px; /* padding-top: 13px; */
}

.pir-ttn {
  transition: all 0.4s;
  border: solid 1px #dcdcdc;
  margin-right: 10px;
  float: left;
  color: #666;
  font-size: 16px;
  width: 170px;
  display: block;
  background: #fff;
  padding: 12px 32px;
  line-height: 22px;
}

.pir-ttn i {
  float: right;
}

.pir-ttn:hover {
  background: #e9541a;
  border: solid 1px #e9541a;
  color: white;
}

.pir-btn {
  margin-top: 40px;
}

.pir-swiper {
  display: none;
  position: relative;
  border: solid 1px #eee;
}

.pir-pic img {
  display: block;
  width: 100%;
}

.pir-swiper .swiper-pagination {
  width: 100%;
  bottom: 15px;
}

.pir-swiper .swiper-pagination-bullet {
  opacity: 1;
  background: #d9d9d9;
  margin: 0 5px;
}

.pir-swiper .swiper-pagination-bullet-active {
  background: #003C88;
}

@media (max-width: 1259px) {
  .proi-right {
    width: 640px;
  }

  .pir-left,
  .pir-right {
    float: none;
    width: 100%;
  }

  .pir-right {
    margin-top: 30px;
  }

  .zoomdiv,
  .jqZoomPup {
    display: none !important;
  }

  .spec-scroll .items {
    width: 500px;
    margin-left: 52px;
  }
}

@media (max-width: 991px) {
  .proi-right {
    width: 100%;
  }

  .spec-scroll .items {
    width: 600px;
    margin-left: 42px;
  }
}

@media (max-width: 767px) {
  .pir-swiper {
    display: block;
  }
  .proinfo-box{margin: 0;}
  .pir-left {
    display: none;
  }

  .proi-right {
    padding: 35px 15px 40px;
  }

  .pir-right h3 {
    font-size: 20px;
    line-height: 28px;
  }
.bot-info img{width: 100%;}
.bot-info table{width: 100%;margin: 0;}
  .pir-right p {
    line-height: 22px;
  }

  .pir-more {
    margin: 20px 0 10px;
    padding: 7px 20px;
    width: 130px;
    font-size: 14px;
  }

  .pir-more i {
    font-size: 14px;
  }

  .pir-bot {
    margin-top: 40px;
  }

  .pir-nav {
    height: 40px;
  }

  .pir-nav a {
    padding: 0 15px;
    font-size: 14px;
    line-height: 40px;
  }

  .pir-box {
    padding: 20px 0 0;
  }

  .pir-box h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .pir-icon {
    width: 40px;
    height: 40px;
  }

  .pir-list p {
    margin-left: 50px;
    font-size: 14px;
    line-height: 22px;
    padding-top: 3px;
  }

  .pir-ttn {
    padding: 7px 20px;
    width: 130px;
    font-size: 14px;
  }

  .pir-btn {
    margin-top: 25px;
  }
}

/*===========应用=============*/
.indu-box {
  margin: 80px 0;
}
.indu-left {
  float: left;
  width: 15%;
  margin-right: 5%;
}
.indu-left ul li{color: #e7e7e7;text-align: right;position: relative;padding: 0 20px 60px 0;
  font-size: 16px;
  font-weight: 300;}
.indu-left ul li::after {
  position: absolute;
  content: '';
  width: 15.3px;
  height: 70px;
  top: 3PX;
  right: 0;
  background:url(../img/i-li-2.png) no-repeat center top /auto 100%;
}
.indu-left ul li.on a,.indu-left ul li:hover a{color: #003C88;}
.indu-left ul li.on::after,.indu-left ul li:hover::after{background:url(../img/i-li-1.png) no-repeat center top /auto 100%;;}
.indu-right {
  float: left;
  width: 80%;
}
.indu-right .appli-li {
  width: 100%;
  margin: 0 auto;
  float: none;
}

.appli-txt p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
}
.indu-right .indu-map {
  background: url(../img/index-map.jpg) no-repeat center top / auto 100%;
  margin-top: 50px;
}
.indu-right .indu-map .index-tit {
  margin-top: 10px;
}
.indu-right .client h3,
.indu-right .client p {
  color: #000;
}
.client ul li.inwork {
  width: 33.33%;
}
.client ul li.inwork:hover img {
  transform: scale(1.01);
}
.probox{margin-top: 20px;}
.probox .center-li{width: 33.33%;}
@media (max-width: 1023px){
  .indu-box{margin: 20px 0;}
  .indu-left{display: none;}
  .indu-right{float: unset;width: 100%;}
  .client ul li{width: 25%;padding:  10px;}
  .probox .center-li{width: 50%;}
  .index-tit{margin-top: 20px;}
}

/*===========新闻=============*/
.news-cont {
  margin: 30px 0;
}
.news-cont .wrap{
  width: 100%;
  margin: 0 8%;
}
.news-cont .pagee {
  margin-top: 30px;
}

/*===========关于=============*/
.about-box {
  padding-top: 80px;
  background: url(../img/about-us.jpg) no-repeat center top / auto;
}
.about-us {
  margin-bottom:100px;
}
.about-tit {
  margin-bottom: 30px;
}
.about-tit h2 {
  font-size: 40px;
  font-weight: bold;
  color: #29449400;
  /*font-style: oblique;*/
}
.about-tit h3 {
  font-size: 35px;
  font-weight: bold;
  color: #030303;
  line-height: 70px;.about-us p
}
.about-tit img {
  width: 40px;
}
.about-cont {
  position: relative;
}
.about-cont .about-cl {
  float: left;
  width: 65%;
  margin-right: 5%;
}
.about-us p {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  text-indent: 2em;
}
.about-cont .about-cr {
  right: 0;
  width: 30%;
  position: absolute;
  top: -100px;
}
.about-cont .about-cr img {
  margin-bottom: 50px;
  width: 100%;
}

.about-one ul {
  padding: 31px 0;
}

.about-one li {
  width: 33.3333333%;
  float: left;
  padding: 20px 0;
}

.abo-icon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
}

.abo-icon img {
  display: block;
  width: 100%;
}

.abo-font {
  padding-left: 20px;
  margin-left: 87px;
  border-left: solid 1px #d4d4d4;
}

.abo-font h3 {
  height: 60px;
  color: #003C88;
  overflow: hidden;
  font-size: 50px;
  font-family: "heb";
  line-height: 46px;
}

.abo-font h3 span {
  font-size: 62px;
}

.abo-font p {
  font-size: 18px;
  color: #666;
  line-height: 20px;
  text-indent: 0;
}
.about-idea li {
  border-bottom: solid 1px #e6e6e6;
  height: 200px;
  display: flex;
  align-items: center;
}
.about-idea li:first-child {
  border-top: solid 1px #e6e6e6;
}
.about-idea li img,
.about-idea li p {
  float: left;
  line-height: 35px;
  text-indent: 0;
}
.about-idea li img {
  width: 5%;
  line-height: 150px;
}
.about-idea li p {
  width: 95%;
  padding-left: 5%;
}
@media (max-width: 1023px){
  .about-tit h2{font-size: 30px;}
  .about-tit h3{font-size: 22px;line-height: 30px;}
  .about-tit img {
    width: 20px;
}
.about-us p{    font-size: 18px;
  line-height: 35px;}
  .about-cont .about-cl{width: 100%;}
  .about-cont .about-cr{position: unset;width: 100%;}
  .about-cont .about-cr img{margin: 20px 0 0 0;}
  .about-box{padding-top:20px}
  .about-us{margin-bottom:20px ;}

  .about-one li {
    width: 70%;margin: 0 15%;}
    .about-idea li {display: block;height:max-content;text-align: center;padding: 20px 0;}
    .about-idea li img{width: 20%;padding-bottom: 20px;}
    .about-idea li img, .about-idea li p{float: unset;}
    .about-idea li p{text-align: left;}
}

/*===========历史=============*/
.history-box {
  margin: 80px 0;
}
.history-box .about-tit h2{font-size: 30px;}
.history-info img {
  width: 100%;
}
.about-tit p {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 20px;
}
.history-pro {
  margin-bottom: 50px;
}
.history-pro li {
  width: 25%;
  background: center center / cover;
  height: 700px;
  float: left;
}
.history-pro li .cont {
  background-color: #0000008c;
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history-pro li .cont .txt {
  color: #fff;
  width: 100%;
}
.history-pro li .cont .txt h4 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.history-pro li .cont .txt h5 {
  font-size: 24px;
  font-weight: 200;
  text-align: center;
  padding: 5% 15%;
}
.history-pro li .cont .txt p {
  display: none;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
  padding: 0 15%;
}
.history-pro li:hover .cont {
  transition: all 0.5s;
  background-color: #294494cf;
  height: 350px;
  margin-top: 350px;
}
.history-pro li:hover .cont .txt p {
  display: block;
}
.protwo-box {
  overflow-x: scroll;
  width: 100%;
  padding-bottom: 20px;
}
.protwo-box ul {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}
.protwo-box ul li {
  margin-right: 30px;
  height: 400px;
  width: 400px;
  padding: 30px;
}
.protwo-box ul li:nth-child(2n + 1) {
  background-color: #f6fafb;
}
.protwo-box ul li:nth-child(2n + 2) {
  background-color: #e8ebec;
}
.protwo-box ul li h3 {font-size: 40px;font-weight: bold;padding-bottom: 20px;border-bottom:1px solid #c9c9c9;}
.protwo-box ul li p{margin-top: 20px;font-size: 20px;font-weight: 300;line-height: 30px;}
.scrollbar::-webkit-scrollbar {
  height: 5px !important;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: #f5f5f5 !important;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #294494cf !important;
  border-radius: 20px !important;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #0032c9cf !important;
  cursor: pointer !important;
}

.about-video{margin-top: 50px;}
.avi-mp{cursor: pointer;}
.avi-img{display: flex;
  align-items: center;
  justify-content: center;    position: relative; }
  .avi-img .img-box{max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    overflow: hidden;  display: flex;
    align-items: center;
    justify-content: center;}
    .avi-img .img-box  img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: all .5s;
    }
    .avi-mp:hover img {
      transform: scale(1.05);
      }
    .avi-img::after {position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,0.5) url(../img/pause.png) no-repeat center;}
    .avi-lg{margin-bottom: 20px;}
    .avi-list{padding-bottom: 60px;}
.avi-lg .avi-img{width: 100%; height: 500px;}

.avi-tit h3{text-align: center;font-size: 25px;/*font-weight: bold;*/}
/*Timeline002170 */
.Timeline002170{padding: 1% 0 3%;overflow-x: hidden;}
.Timeline002170 .auto{width: 95%;margin: 0 auto;}
.Timeline002170 .owl-item{width:200px;}
.Timeline002170 .owl-item .item{height:376px;background:url(../img/Timeline002170-bg.png) no-repeat 0 133px; background-size:100% auto; }
.Timeline002170 .item dl{ height:100%;background:url(../img/Timeline002170-icon1.png) no-repeat 0 8px; padding-left:30px;}
.Timeline002170 .odd-item dl{ padding-top:270px;}
@media(min-width:376px){
.Timeline002170 .odd-item dl{background-image:url(../img/Timeline002170-icon2.png); background-position:0 124px; padding-left:0;}
}
.Timeline002170 .item dt{font-size: 28px;color: #333;margin-bottom: 10px;font-family: 'DIN';font-weight: bold;} 
.Timeline002170 .item dd{ height:112px; color:#666; line-height:28px; font-size:16px; overflow:hidden;}
.Timeline002170 .owl-nav div{ position:absolute; width:28px; height:28px; top:50%; margin-top:-14px; background:url(../img/Timeline002170-btn.png) no-repeat left bottom; overflow:hidden; line-height:1000px; z-index:100;}
.Timeline002170 .owl-nav .owl-prev{ left:0;}
.Timeline002170 .owl-nav .owl-prev.disabled{ background-position:left top;}
.Timeline002170 .owl-nav .owl-next{ right:0; background-position: right bottom;}
.Timeline002170 .owl-nav .owl-next.disabled{background-position: right top;}
.Timeline002170 .owl-nav div.disabled{ cursor:default;}
@media(min-width:1201px){
/* .Timeline002170 .owl-carousel::before,
.Timeline002170 .owl-carousel::after{ position:absolute; content:''; height:100%; background:url(../img/Timeline002170-bg3.png) no-repeat 0 135px; width:100%; top:5px;}
.Timeline002170 .owl-carousel::before{ left:-75px;}
.Timeline002170 .owl-carousel::after{ right:-114px; width:114px; background-image:url(../img/Timeline002170-bg4.png);} */
.Timeline002170 .owl-nav .owl-prev{ left:-30px;}
.Timeline002170 .owl-nav .owl-next{ right:-30px;}
}
@media(max-width:1440px){
	.Timeline002170 .auto_1440 { width: 90%;}
	.Timeline002170 .owl-carousel::before, .Timeline002170 .owl-carousel::after {top:0;}
}
@media(max-width:1200px){
.Timeline002170 .owl-carousel{ padding:0 30px;}
}
@media(max-width:480px){

	.Timeline002170 .owl-item .item{height: auto;}
	.Timeline002170 .odd-item dl{padding-left: 30px;}
	.Timeline002170 .odd-item dl{padding-top: 120px;}
}

.owl-carousel,
.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.no-js .owl-carousel,
.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
@media (max-width: 1023px){
  .history-pro li{width: 100%;height: 400px;}
    .history-pro li .cont{height: 400px;}
    .history-pro li:hover .cont{height: 200px;
      margin-top: 200px;}
}

/*===========荣誉=============*/
.honor-box .appli-font{line-height: 45px;    background: linear-gradient(to right, rgb(57 74 154), rgb(57 74 154 / 82%));}

.honor-box {
  width: 84%;

}
/*===========联系我们=============*/

.contact-box{
  padding: 80px 0;
  background: url(../img/contact.jpg) no-repeat center top / auto;
}
.contact-us {
  padding: 40px 8%;
}
.contact-us .tab-list {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.contact-us .tab-list .tab{
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding-right: 20px;
}
.contact-us .tab-list .tab:hover{
  cursor: pointer;
  color: #003C88;
  font-size: 20px;
  font-weight: bold;
}
.contact-us .tab-list .active{
  color: #003C88;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1023px){
  .contact-us {
    padding: 60px 0;
  }
  .contact-us .tab-list {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px;
  }
  .contact-us .tab-list .tab{
    padding-right: 0;
  }
}

#map_cont{width: 100%;height: 600px;}
.imap-box .iml{float: left;}
.imap-box .iml img {max-height: 80px;}
.imap-box .imr{padding-left: 20px;float: left;}
.imap-box .imr h3{font-size: 20px;font-weight: bold;}
.imap-box .imr h4{font-size: 16px;font-weight: bold;padding: 0px 8px;background-color:#003C88 ; width: 100px;border-radius: 15px;color: #fff;margin: 3px 0;text-align: center;}
.map-box{position: relative;}
.map-block{position: absolute;    
  width: 400px;
  height: 500px;
  right: 5%;
  bottom: 80px;
  border-radius: 0 100px 0 100px;
  background: rgba(0, 60, 136, 0.8);
  text-align: center;z-index: 99;}
  .map-block h3{font-size: 32px;font-weight: bold;line-height: 80px;text-align: center;border-radius:0 100px 0 0;color: #fff;padding-top: 20px;padding-bottom: 10px;}
  .map-block img {width: 20px;height: 100%;margin-right: 10px;margin-top: 12px;line-height: 80px;}
  .map-block .item {display: flex;justify-content: flex-start;padding-left: 30px;padding-right: 20px;margin-top:10px}
  .map-block h4{font-size: 20px;font-weight: bold;color: #fff;text-align:left;align-self: flex-end;}
  .map-block h5{font-size: 16px;font-weight: bold;color: #fff;width: 100%;}
  .map-block h6{font-size: 16px;font-weight: normal;color: #fff;width: 100%;}
  .contact-mess{margin:50px  0;}
  .mess-box .lcontact-three{float: left;width: 70%;}
  .mess-box .qrcode{float: left;width: 30%;text-align: center;}
  .mess-box .qrcode h3{margin:  0 20px 30px 20px; background: linear-gradient(to left,#003C88, #003C88); height: 60px;font-size: 24px;font-weight: bold;line-height: 60px;color: #fff;
  }
  .mess-box .qrcode img{width: 40%;margin: 20px;}
  #china-map {
    width: 100%;
    height: 1000px;
    margin: auto;
  }
  #china-map .imap-box .imr h4{width: 170px;}
  @media (max-width: 767px){
    .map-block {
      position:unset;
      width: 100%;
      margin-bottom: 5%;
    }
    .contact-box{padding: 20px 0;}
    .map-block,.map-block h3{
      border-radius: 50px 50px 0 0;}
      .map-block{height: 100%;padding-bottom: 3%;}
      #map_cont{height: 400px;}
      .mess-box .lcontact-three,.mess-box .qrcode{float: unset;width: 100%;}
      #china-map{height: 400px;}
      #china-map div{left: 0 !important;}
      .imap-box .iml{width: 20%;}
      .imap-box .iml img{width: 100%;}
      .imap-box .imr{width: 80%;}
      .imap-box .imr h3{font-size: 15px;}
      .imap-box .imr h4{font-size: 12px;}
      .imap-box .imr p{font-size: 12px;  line-height: 16px;   white-space: normal;}
      
  }
/*===========服务=============*/

.ser-cont{margin: 80px 0;}
.ser-box ul {margin:60px 0}
.ser-box ul li{margin-bottom: 100px;background-color: #f7f7f7;position: relative;height: 300px;width: 100%;overflow: hidden;display: flex;align-items: center;}
.ser-box ul li:nth-child(2n + 1) .img,.ser-box ul li:nth-child(2n + 2) .txt{position: absolute;left: 0;}
.ser-box ul li:nth-child(2n + 1) .txt,.ser-box ul li:nth-child(2n + 2) .img{position: absolute;right: 0;}
.ser-box ul li:last-child{margin-bottom: 0;}
.ser-box ul li .txt{width: 60%;padding: 0 20px;}
.ser-box ul li .txt h3{font-size: 30px;font-weight: bold;line-height:60px}
.ser-box ul li .txt p{font-size: 20px;font-weight: 300;line-height: 30px;}
.ser-box ul li .img img{height: 300px;width: auto;}
@media (max-width: 1023px){
  .ser-cont {
  margin: 20px 0;
}
.ser-box ul li{margin-bottom:30px}
.ser-box ul li .txt{width: 100%;padding: 20px;background-color: #000000bf;height: 300px;color: #fff;}
.ser-box ul li .txt p{font-size: 18px;}

}
/*===========加入我们=============*/

.add {
  padding: 40px 0 93px;
  background: #f1f1f1;
}

.add-one {
  margin-bottom: 60px;
}

.add-one li {
  width: 50%;
  float: left;
  position: relative;
}

.ado-pic {
  width: 100%;
  overflow: hidden;
}

.ado-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.add-one li:hover img {
  transform: scale(1.05);
}

.ado-font {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
}

.ado-font h3 {
  margin-bottom: 25px;
  color: white;
  font-size: 24px;
  line-height: 30px;
}

.ado-font p {
  font-size: 14px;
  color: white;
  line-height: 26px;
  height: 104px;
  overflow-y: auto;
  padding-right: 10px;
}

.ado-font p::-webkit-scrollbar {
  width: 3px;
  background: url(../img/scroll.jpg) repeat-y center;
}

.ado-font p::-webkit-scrollbar-thumb {
  background: url(../img/scrollh.jpg) repeat-y center;
  border-radius: 10px;
}

.ado-pic1 {
  float: left;
  width: 50%;
  overflow: hidden;
}

.ado-pic1 img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.ado-font1 {
  transition: all 0.5s;
  padding: 100px 38px 0;
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
  top: 0;
  background: white;
}

.ado-font1 h3 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #333;
  line-height: 30px;
}

.ado-font1 p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 104px;
  overflow-y: auto;
  padding-right: 10px;
}

.ado-font1 p::-webkit-scrollbar {
  width: 3px;
  background: url(../img/scroll.jpg) repeat-y center;
}

.ado-font1 p::-webkit-scrollbar-thumb {
  background: url(../img/scrollh.jpg) repeat-y center;
  border-radius: 10px;
}

.ado-font2 {
  background: url(../img/ado-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 38px 0;
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
  top: 0;
}

.ado-font2 h3 {
  transition: all 0.5s;
  margin-bottom: 25px;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}

.ado-font2 p {
  transition: all 0.5s;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  height: 104px;
  overflow-y: auto;
  padding-right: 10px;
}

.ado-font2 p::-webkit-scrollbar {
  width: 3px;
  background: url(../img/scroll.jpg) repeat-y center;
}

.ado-font2 p::-webkit-scrollbar-thumb {
  background: url(../img/scrollh.jpg) repeat-y center;
  border-radius: 10px;
}

.add-one li:hover .ado-font,
.add-one li:hover .ado-font1,
.add-one li:hover .ado-font2 h3,
.add-one li:hover .ado-font2 p {
  margin-top: -10px;
}

.add-search {
  height: 50px;
  background: white;
  margin-bottom: 20px;
}

.add-search .text {
  padding: 0 20px;
  font-size: 16px;
  color: #bebebe;
  width: 80%;
  float: left;
  border: none;
  background: none;
  height: 100%;
}

.add-search .submit {
  width: 58px;
  float: right;
  border: none;
  background: url(../img/add-search.png) no-repeat center;
  height: 100%;
}

.add-sele {
  margin: 0 -6px;
}

.sele-list {
  width: 25%;
  float: left;
  padding: 0 6px;
}

.sele-list select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: white url(../img/sele-list.png) no-repeat right 20px center;
  border: solid 1px #dcdcdc;
  height: 46px;
  padding: 0 15px;
  font-size: 16px;
  color: #666666;
}

.sele-list:nth-child(n + 3) select option:first-child {
  display: none;
}

.add-form {
  margin-bottom: 40px;
}

.join-s {
  padding-bottom: 10px;
}

.job-item {
  margin-bottom: 19px;
  background: white;
}

.job-item.job-hide {
  display: none;
}

.job-item.open .job-le:after {
  opacity: 0;
}

.job-hea {
  width: 100%;
  cursor: pointer;
  padding: 30px;
  overflow: hidden;
}

.job-le {
  float: right;
  width: 46px;
  height: 46px;
  position: relative;
  border: solid 1px #388fcf;
  border-radius: 50%;
  margin-top: 3.5px;
}

.job-le:before {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
  background: #006fc1;
}

.job-le:after {
  content: "";
  height: 16px;
  width: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -8px;
  background: #006fc1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.job-ri {
  float: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.job-z {
  display: block;
  font-size: 22px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 15px;
}

.job-d {
  display: block;
  color: #666;
  font-size: 16px;
  line-height: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.job-d span {
  padding: 0 15px;
  display: inline-block;
  line-height: 30px;
}

.job-d span:first-child {
  padding-left: 0;
  border-right: solid 1px #c5c5c5;
}

.job-cont {
  display: none;
}

.job-pad {
  padding: 35px 38px 50px;
}

.job-b {
  position: relative;
}

.job-c-z {
  float: left;
  width: 50%;
}

.job-c-z p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

.job-c-z li {
  color: #666;
  font-size: 14px;
  line-height: 28px;
}

.btn-send {
  display: block;
  padding-left: 34px;
  background: url(../img/btn.png) no-repeat left center;
  margin-top: 18px;
  line-height: 26px;
  font-size: 16px;
  color: #006fc1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-send:hover {
  color: #e9541a;
  background-image: url(../img/btnh.png);
}

.job-item.open .job-hea {
  border-bottom: solid 1px #e1e1e1;
}

.job-pad h4 {
  font-size: 16px;
  color: #444;
  line-height: 28px;
  margin-bottom: 7px;
}

.job-pad p {
  font-size: 14px;
  color: #777;
  line-height: 28px;
}

.job-pad p span {
  color: #e9541a;
}

@media (max-width: 1259px) {
  .ado-font1,
  .ado-font2 {
    padding: 40px 30px 0;
  }
}

@media (max-width: 991px) {
  .add-one li {
    width: 100%;
  }

  .ado-font1,
  .ado-font2 {
    padding: 110px 30px 0;
  }
}

@media (max-width: 767px) {
  .ado-font {
    padding: 0 20px;
  }

  .ado-font h3,
  .ado-font1 h3,
  .ado-font2 h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .ado-font p,
  .ado-font1 p,
  .ado-font2 p {
    font-size: 13px;
    line-height: 20px;
  }

  .ado-font1,
  .ado-font2 {
    padding: 20px;
  }

  .add-one {
    margin-bottom: 40px;
  }

  .add-search {
    height: 40px;
  }

  .add-search .text {
    padding: 0 10px;
    font-size: 14px;
  }

  .sele-list {
    width: 50%;
    margin-bottom: 12px;
  }

  .add-form {
    margin-bottom: 20px;
  }

  .sele-list select {
    font-size: 14px;
  }

  .job-hea {
    padding: 15px;
  }

  .job-le {
    width: 35px;
    height: 35px;
  }

  .job-le:before {
    width: 14px;
    height: 1px;
    margin-left: -7px;
    margin-top: -0.5px;
  }

  .job-le:after {
    width: 1px;
    height: 14px;
    margin-left: -0.5px;
    margin-top: -7px;
  }

  .job-z {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .job-d {
    font-size: 14px;
    line-height: 14px;
  }

  .job-pad {
    padding: 15px 15px 40px;
  }

  .job-pad p {
    line-height: 22px;
  }

  .btn-send {
    font-size: 14px;
    background-size: 15px;
    padding-left: 20px;
    margin-top: 10px;
  }

  .job-item {
    margin-bottom: 15px;
  }

  .join-s {
    padding-bottom: 15px;
  }

  .add {
    padding-bottom: 50px;
  }
}

/*===============lzl==========================*/

/*===========常见问题===========*/

.problem {
  background: #f1f1f1;
  padding: 34px 0 80px;
}

.problem-box {
  background: #fff;
  padding: 45px 40px 75px 100px;
}

.lproblem-box {
  margin-bottom: 20px;
}

.lproblem-box h3 {
  font-size: 18px;
  line-height: 26px;
  color: #333;
  transition: ease 0.5s;
}

.lproblem-box p {
  font-size: 14px;
  line-height: 26px;
  color: #777;
}

.lproblem-box .block {
  background: #eeeeee;
  position: relative;
  padding: 17px 20px;
  border-radius: 6px 6px 6px 0;
}

.lproblem-box .hide {
  position: relative;
  padding: 30px 0 20px;
}

.lproblem-box .hide::before {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  background: url(../img/lfaq-a.png) no-repeat center left;
  top: 30px;
  left: -70px;
}

.lproblem-box .block::before {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  background: url(../img/lfaq-q.png) no-repeat center left;
  bottom: 0%;
  left: -70px;
}

.lproblem-box .block::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: url(../img/lfaq-do.jpg) no-repeat center left;
  bottom: 0;
  left: -5px;
}

.lproblem-box .block.active h3,
.lproblem-box .block:hover h3 {
  color: #003C88;
}

.lproblem-box .hide.active::before {
  display: block;
}

@media (max-width: 1023px) {
  .problem {
    padding: 34px 0 50px;
  }

  .lproblem-box p {
    text-align: justify;
  }

  .problem-box {
    padding: 45px 20px 15px 100px;
  }
}

@media (max-width: 767px) {
  .problem-box {
    padding: 30px 15px 15px 60px;
  }

  .lproblem-box .block::before,
  .lproblem-box .hide::before {
    left: -45px;
  }

  .lproblem-box .block::before,
  .lproblem-box .hide::before {
    background-size: cover;
    width: 35px;
    height: 35px;
  }

  .lproblem-box h3 {
    font-size: 15px;
  }

  .lproblem-box .block {
    padding: 10px 13px;
  }

  .lproblem-box .hide {
    padding: 15px 0 0;
  }

  .lproblem-box p {
    font-size: 13px;
    line-height: 22px;
  }

  .lproblem-box .hide::before {
    top: 20px;
  }

  .problem {
    padding: 40px 0 50px;
  }
}

/*===========服务团队支持 ===========*/

.service {
  background: #f1f1f1;
  padding: 40px 0 80px;
}

.lservice {
  background: #fff;
  padding: 50px 36px 80px 40px;
}

.lservice-tit {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 35px;
}

.lservice-tit h3 {
  font-size: 20px;
  line-height: 30px;
  color: #003C88;
  font-weight: bold;
}

.lservice-tit h4 {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  margin-top: 5px;
}

.lservice p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
  width: 95.3%;
}

.lservice img {
  width: 100%;
  height: 100%;
}

.lservice-img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.lservice-img1 {
  float: left;
  margin-right: 30px;
  width: 41.5%;
}

.lservice-img1:last-child {
  margin-right: 0;
}

.lservice-contact {
  margin-top: 20px;
}

.lservice-contact h3 {
  font-size: 20px;
  line-height: 30px;
  color: #003C88;
  font-weight: bold;
}

.lservice-contact h4 {
  font-size: 20px;
  line-height: 24px;
  color: #e9541a;
  margin-top: 10px;
}

.lservice-contact a {
  display: inline-block;
  color: #e9541a;
}

.lservice-contact p:last-child {
  color: #e9541a;
  margin-top: 5px;
}

.lservice-contact p {
  margin-top: 10px;
}

@media (max-width: 1023px) {
  .lservice p {
    width: 100%;
    text-align: justify;
  }

  .service {
    padding: 40px 0 50px;
  }

  .lservice {
    padding: 50px 36px 40px 40px;
  }
}

@media (max-width: 767px) {
  .lservice-img1 {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }

  .lservice-img1:last-child {
    margin-bottom: 0;
  }

  .lservice {
    padding: 30px 15px 30px;
  }

  .lservice-tit {
    padding-bottom: 10px;
  }

  .lservice-tit h3,
  .lservice-contact h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .lservice-tit h4 {
    font-size: 16px;
  }

  .lservice p {
    line-height: 22px;
  }

  .lservice-img {
    margin: 15px 0;
  }

  .lservice-contact {
    margin-top: 15px;
  }
}

@media (max-width: 320px) {
  .lservice-tit h4 {
    font-size: 16px;
  }
}

/*===========战略合作伙伴 ===========*/

.partner {
  background: #f1f1f1;
  padding: 40px 0 75px;
}

.lpartner {
  background: #fff;
  padding: 50px 35px 40px 40px;
}

.lpartner-tit {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 35px;
}

.lpartner-tit h3 {
  font-size: 20px;
  line-height: 30px;
  color: #003C88;
  font-weight: bold;
}

.lpartner-tit h4 {
  font-size: 16px;
  line-height: 24px;
  color: #888;
  margin-top: 5px;
}

.lpartner p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
  width: 98%;
}

.lpartner-one {
}

.lpartner-one h2 {
  font-size: 20px;
  line-height: 30px;
  color: #003C88;
  font-weight: bold;
  margin: 20px 0;
}

.lpartner-one ul {
  margin: 0 -10px;
}

.lpartner-one li {
  float: left;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 25%;
}

.lpartner-one li img {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  border: 1px solid #e5e5e5;
}

@media (max-width: 1025px) {
  .lpartner p {
    width: 100%;
    text-align: justify;
  }
}

@media (max-width: 767px) {
  .partner {
    padding: 40px 0 50px;
  }

  .lpartner {
    padding: 30px 15px 30px 15px;
  }

  .lpartner-tit {
    padding-bottom: 10px;
  }

  .lpartner-tit h3,
  .lpartner-one h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .lpartner-tit h4 {
    font-size: 14px;
    line-height: 22px;
  }

  .lpartner p {
    line-height: 22px;
  }

  .lpartner-one h2 {
    margin: 20px 0 15px;
  }

  .lpartner-one ul {
    margin: 0 -5px;
  }

  .lpartner-one li {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 50%;
  }
}

/*===========售后服务 ===========*/

.after-sale {
  background: #f1f1f1;
  padding: 40px 0 80px;
}

.lafter-sale {
  background: #fff;
  padding: 55px 35px 55px 40px;
}

.lafter-sale-tit {
  margin-bottom: 35px;
}

.lafter-sale-tit h3 {
  margin-bottom: 15px;
}

.lafter-sale-tit p {
  font-size: 14px;
  line-height: 24px;
  color: #666 !important;
}

.lafter-sale p {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  width: 90%;
}

.lafter-sale h3 {
  font-size: 20px;
  line-height: 30px;
  color: #003C88;
  font-weight: bold;
}

.lafter-sale h4 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}

.lsale-one {
  margin-top: 20px;
}

.lsale-one ul {
  margin-top: 20px;
}

.lsale-one table {
  margin: 15px 0;
}

.lsale-one li {
  float: left;
  width: 18.7%;
  background: #2e7cbe;
  margin-right: 20px;
  padding: 12px 25px;
}

.lsale-one li:last-child {
  margin-right: 0;
  background: #70b3eb;
}

.lsale-one li:nth-child(2) {
  background: #529bd8;
}

.lsale-one tr {
  border: 1px solid #e5e5e5;
}

.lsale-one tr:first-child {
  background: #f6f6f6;
}

.lsale-one th {
  border: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  text-align: left;
  padding: 0 28px;
}

.lsale-one td {
  border: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 50px;
  color: #666;
  padding: 0 28px;
}

.lsale-one td:first-child {
  text-align: center;
}

.lsale-one h5 {
  font-size: 16px;
  color: #fff;
}

.lsale-one h5 span {
  display: inline-block;
  font-size: 50px;
  color: #fff;
  font-family: "helve";
}

.lsale-one li p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
}

@media (max-width: 1025px) {
  .lafter-sale p {
    width: 100%;
    text-align: justify;
  }

  .lsale-one li {
    width: 25.7%;
    padding: 12px 20px;
  }
}

@media (max-width: 768px) {
  .lsale-one li {
    width: 30.7%;
  }
}

@media (max-width: 767px) {
  .after-sale {
    padding: 40px 0 50px;
  }

  .lafter-sale {
    padding: 30px 15px 50px 15px;
  }

  .lsale-one li {
    width: 100%;
    margin-bottom: 10px;
  }

  .lsale-one h5 {
    float: left;
  }

  .lsale-one li p {
    float: right;
    width: 60%;
    line-height: 55px;
  }

  .lsale-one-table {
    overflow-x: auto;
  }

  .lafter-sale-tit {
    margin-bottom: 15px;
  }

  .lafter-sale h3 {
    font-size: 17px;
    line-height: 24px;
  }

  .lafter-sale-tit h3 {
    margin-bottom: 10px;
  }

  .lafter-sale p {
    line-height: 22px;
  }

  .lsale-one {
    margin-top: 10px;
  }

  .lafter-sale h4 {
    font-size: 15px;
  }

  .lsale-one h5 span {
    font-size: 40px;
  }

  .lsale-one li p {
    line-height: 44px;
  }

  .lsale-one th {
    line-height: 20px;
    padding: 10px;
    font-size: 14px;
  }

  .lsale-one th:first-child {
    width: 50px;
  }

  .lsale-one td {
    line-height: 20px;
    padding: 15px 10px;
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  .lsale-one li p {
    float: none;
    width: 100%;
    line-height: 24px;
  }

  .lsale-one h5 {
    float: none;
  }

  .lsale-one h5 span {
    font-size: 40px;
  }
}

/*===========营销网络 ===========*/

.network {
  background: #f1f1f1;
  padding: 60px 0 70px;
}

.lnetwork-box {
  margin-top: 80px;
}

.lnetwork-menu {
  text-align: center;
}

.lnetwork-menu a {
  display: inline-block;
  font-size: 18px;
  line-height: 46px;
  color: #333;
  background: #fff;
  padding: 0 30px;
  transition: ease 0.5s;
}

.lnetwork-menu a:hover,
.lnetwork-menu a.on {
  background: #003C88;
  color: #fff;
}

.lnetwork-left {
  float: left;
  width: 37.25%;
}

.lnetwork-left h3 {
  font-size: 26px;
  line-height: 32px;
  color: #3d3d3d;
}

.lnetwork-left p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 10px;
  width: 90.9%;
}

.lnetwork-left ul {
  margin-top: 50px;
}

.lnetwork-left li {
  float: left;
  margin-right: 60px;
  text-align: center;
}

.lnetwork-left li:last-child {
  margin-right: 0;
}

.lnetwork-left h2 {
  font-size: 50px;
  color: #003C88;
  font-family: "helve";
}

.lnetwork-left h2 span {
  display: inline-block;
  font-size: 62px;
}

.lnetwork-left h4 {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.lnetwork-right {
  float: right;
  overflow: hidden;
  width: 62.75%;
}

.lnetwork-right img {
  width: 100%;
  height: 100%;
}

.lnetwork-box.none {
  display: none;
}

@media (max-width: 1025px) {
  .lnetwork-left p {
    width: 100%;
    text-align: justify;
  }
}

@media (max-width: 991px) {
  .lnetwork-left li {
    margin-right: 17px;
  }
}

@media (max-width: 767px) {
  .network {
    padding: 40px 0px;
  }

  .lnetwork-left,
  .lnetwork-right {
    width: 100%;
  }

  .lnetwork-menu a {
    line-height: 36px;
    font-size: 14px;
    margin: 0 3px;
  }

  .lnetwork-box {
    margin-top: 30px;
  }

  .lnetwork-left h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .lnetwork-left p {
    line-height: 22px;
  }

  .lnetwork-left ul {
    margin-top: 20px;
  }

  .lnetwork-left h2 span {
    font-size: 40px;
  }

  .lnetwork-left h2 {
    font-size: 30px;
  }

  .lnetwork-right {
    margin-top: 20px;
  }

  .lnetwork-left li {
    width: 50%;
    margin-right: 0;
  }
}

/*===========下载中心 ===========*/

.download {
  background: #f1f1f1;
  padding: 40px 0 80px;
}

.ldownload {
}

.ldownload-search {
  position: relative;
  background: white;
  margin-bottom: 30px;
}

.ldownload-search input {
  width: 80%;
  background: #fff;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #bebebe;
}

.ldownload-search button {
  width: 58px;
  float: right;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.ldownload-search i {
  font-size: 17px;
  color: #666369;
  font-weight: bold;
  cursor: pointer;
}

.ldownload ul {
  margin: 0 -10px;
}

.ldownload li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  transition: ease 0.5s;
  padding: 0 10px;
}

.ldownload li a {
  border: 1px solid transparent;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  background: #fff;
  position: relative;
}

.ldownload li .img {
  border: 1px solid #eeeeee;
  float: left;
  padding: 16px 20px;
}

.ldownload li .img img {
  display: block;
  width: 100%;
}

.ldownload li .text {
  float: left;
  width: 70%;
  height: 90px;
  display: table;
  margin-left: 18px;
}

.ldownload li h3 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ldownload li p {
  font-size: 14px;
  line-height: 28px;
  color: #888;
  margin-top: 5px;
}

.ldownload li span {
  position: absolute;
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background: #003C88 url(../img/ldownload-icon.png) no-repeat center left 23px;
  bottom: 0;
  right: 0;
  padding-left: 50px;
  transition: ease 0.5s;
  opacity: 0;
}

.ldownload-text {
  display: table-cell;
  vertical-align: middle;
}

.ldownload li:hover a {
  border-color: #003C88;
}

.ldownload li:hover span {
  opacity: 1;
}

.ldownload .pagee {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .ldownload li a {
    padding: 20px;
  }

  .ldownload li .img {
    padding: 12px 15px;
  }

  .ldownload li .text {
    width: 69%;
  }

  .ldownload li h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .ldownload li {
    width: 100%;
  }

  .ldownload li h3 {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }

  .ldownload li p {
    font-size: 12px;
    line-height: 20px;
  }

  .ldownload li a {
    padding: 15px;
  }

  .ldownload li .text {
    height: auto;
  }

  .ldownload li .img {
    padding: 10px;
  }

  .ldownload-search input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }

  .ldownload-search button {
    line-height: 40px;
    height: 40px;
  }

  .ldownload-search {
    margin-bottom: 25px;
  }

  .ldownload li {
    margin-bottom: 15px;
  }

  .ldownload .pagee {
    margin-top: 15px;
  }

  .download {
    padding-bottom: 50px;
  }
}

/*===========新闻中心 ===========*/

.news {
  background: #f1f1f1;
  padding: 45px 0 80px;
}

.lnews {
}

.lnews-one {
}

.lnews-one a {
  display: block;
}

.lnews-one-le {
  float: left;
  background: #fff;
  width: 61.46%;
  padding: 60px 40px 30px;
}

.lnews-one-ri {
  float: right;
  overflow: hidden;
  width: 36.91%;
}

.lnews-one-tit {
  font-size: 28px;
  line-height: 42px;
  color: #00437d;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.lnews-one-le p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.lnews-one-ri img {
  width: 100%;
  height: 100%;
  transition: ease 0.5s;
}

.lnews-one:hover .lnews-one-ri img {
  transform: scale(1.04);
}

.lnews-one-span {
  margin-top: 80px;
}

.lnews-one-span span {
  display: inline-block;
  font-size: 14px;
  color: #888;
  margin-right: 20px;
}

.lnews-one-span span:last-child {
  margin-right: 0;
}

.lnews-one-span .lspan-tim {
  background: url(../img/lspan-tim.png) no-repeat center left;
  padding-left: 20px;
}

.lnews-one-span .lspan-num {
  background: url(../img/lspan-num.png) no-repeat center left;
  padding-left: 22px;
}

.lnews-one-span .lspan-zan {
  background: url(../img/lspan-zan.png) no-repeat center left;
  padding-left: 20px;
  display: none;
}

.lnews ul {
  background: #fff;
  margin-top: 20px;
  padding: 30px 40px;
}

.lnews li {
  position: relative;
  padding: 30px 0;
}

.lnews li::before {
  content: "";
  position: absolute;
  width: 75.4%;
  height: 1px;
  border-bottom: 1px dashed #d8d8d8;
  bottom: 0;
  left: 0;
}

.lnews li:last-child::before {
  display: none;
}

.lnews li a {
  display: block;
}

.lnews li .img {
  float: left;
  width: 21.9%;
  overflow: hidden;
}

.lnews li .img img {
  width: 100%;
  transition: ease 0.5s;
}

.lnews li:hover .img img {
  transform: scale(1.04);
}

.lnews li .text {
  float: right;
  width: 75.7%;
  padding-top: 10px;
  padding-right: 40px;
}

.lnews li h3 {
  font-size: 18px;
  line-height: 26px;
  color: #4a4a4a;
  font-weight: bold;
  transition: ease 0.5s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.lnews li:hover h3 {
  color: #003C88;
}

.lnews li p {
  font-size: 14px;
  line-height: 24px;
  color: #9b9b9b;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.lnews li .lnews-one-span {
  margin-top: 50px;
}

.lnews .pagee {
  margin-top: 40px;
}

@media (max-width: 1260px) {
  .lnews-one-span {
    margin-top: 44px;
  }

  .lnews-one-le {
    padding: 30px 40px;
  }

  .lnews li .text {
    padding-top: 5px;
  }

  .lnews li p {
    margin-top: 5px;
  }

  .lnews li .lnews-one-span {
    margin-top: 30px;
  }
}

@media (max-width: 1025px) {
  .lnews li h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .lnews li p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }

  .lnews li .lnews-one-span {
    margin-top: 12px;
  }

  .lnews li .text {
    padding-top: 0;
  }

  .lnews ul {
    padding: 10px 30px;
  }

  .lnews-one-tit {
    font-size: 20px;
    line-height: 28px;
  }

  .lnews-one-le p {
    margin-top: 14px;
  }

  .news {
    padding: 45px 0 50px;
  }

  .lnews-one-span {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .lnews-one-tit {
    font-size: 20px;
    line-height: 28px;
  }

  .lnews-one-le p {
    margin-top: 11px;
  }

  .lnews-one-le {
    padding: 20px 30px;
  }

  .lnews-one-span {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 40px 0 50px;
  }

  .lnews-one-le {
    padding: 20px 15px;
    float: none;
    width: 100%;
  }

  .lnews-one-ri {
    float: none;
    width: 100%;
    margin-top: 10px;
  }

  .lnews ul {
    padding: 10px 15px;
  }

  .lnews li .img,
  .lnews li .text {
    float: none;
    width: 100%;
  }

  .lnews li .text {
    padding: 10px 0;
    margin-top: 2px;
  }

  .lnews li::before {
    width: 100%;
  }

  .lnews li {
    padding: 20px 0 10px;
  }

  .lnews-one-tit {
    font-size: 16px;
    line-height: 26px;
  }

  .lnews-one-span {
    margin-top: 10px;
  }

  .lnews .pagee {
    margin-top: 30px;
  }
}

@media (max-width: 320px) {
  .lnews-one-span span {
    margin-right: 14px;
  }
}

/*===========新闻中心-详情 ===========*/

.new-xq {
  background: #f1f1f1;
  padding: 30px 0 70px;
}

.lnew-xq {
}

.lnew-xq-le {
  float: left;
  background: #ffffff;
  width: 70%;
  padding: 45px 40px 80px;
}

.lnew-xq-ri {
  float: right;
  background: #fff;
  width: 28.3%;
  padding: 20px 20px 15px 15px;
}

.lnew-xq-tit {
  font-size: 26px;
  line-height: 36px;
  color: #444;
}

.lnew-xq-fx {
  margin: 16px 0 40px;
  width: 89%;
}

.lnew-xq-le .lnews-one-span {
  float: left;
  margin-top: 0px;
  line-height: 32px;
}

.lnew-xq-le .img {
  margin: 20px 0;
}

.lnew-xq-le .bshare-custom {
  float: right;
}

.lnew-xq-le .bshare-custom p {
  float: left;
  margin-top: 0;
  line-height: 32px;
}

.lnew-xq .bshare-custom a {
  display: inline-block;
  transition: ease 0.5s;
  margin-right: 5px;
  text-decoration: none !important;
  font-size: 16px !important;
  line-height: 32px !important;
  text-decoration: none !important;
  padding-left: 0 !important;
  background: none !important;
  color: #fff !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  text-align: center;
  width: 32px !important;
  height: 32px !important;
}

.lnew-xq .bshare-custom a:last-child {
  margin-right: 0;
}

.lnew-xq .bshare-custom .bshare-qqim {
  background: #3e91ee !important;
}

.lnew-xq .bshare-custom .bshare-share {
  color: #9e9e9e !important;
}

.lnew-xq .bshare-custom .bshare-sinaminiblog {
  background: #da3c3c !important;
}

.lnew-xq .bshare-custom .bshare-weixin {
  background: #21ba41 !important;
}

.lnew-xq .bshare-custom .bshare-qzone {
  background: #f4c50b !important;
}

.lnew-xq-le p {
  font-size: 14px;
  line-height: 26px;
  color: #777;
  margin-top: 20px;
}

.lnew-xq-le p.lsj {
  width: 90%;
}

.lnew-xq .img img {
  width: 100%;
  transition: ease 0.5s;
}

.lnew-xq-ri ul {
}

.lnew-xq-ri li {
  border-bottom: 1px dashed #d8d8d8;
  padding: 15px 0;
}

.lnew-xq-ri li:last-child {
  border: none;
}

.lnew-xq-ri li a {
  display: block;
}

.lnew-xq-ri .img {
  float: right;
  width: 36%;
  overflow: hidden;
}

.lnew-xq-ri-tit {
  font-size: 18px;
  line-height: 32px;
  color: #003C88;
  font-weight: bold;
  background: url(../img/ltjian.png) no-repeat center left;
  padding-left: 33px;
}

.lnew-xq-ri .text {
  float: left;
  width: 55.88%;
}

.lnew-xq-ri h2 {
  font-size: 14px;
  line-height: 22px;
  color: #4a4a4a;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: ease 0.5s;
}

.lnew-xq-ri li:hover h2 {
  color: #003C88;
}

.lnew-xq-ri li:hover .img img {
  transform: scale(1.04);
}

.lnew-xq-page {
  margin-top: 50px;
}

.lnew-xq-page a {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #006fc1;
  border: 1px solid #006fc1;
  text-align: center;
  margin-right: 5px;
}

.lnew-xq-page a:last-child {
  margin-right: 0;
}

.lnew-xq-page i {
  display: inline-block;
  color: #006fc1;
  font-weight: bold;
}

.lnew-xq-page i.icon-left {
  margin-right: 5px;
}

.lnew-xq-page i.icon-right {
  margin-left: 5px;
}

.bsBox {
  height: 256px !important;
  width: 232px !important;
}

.lnew-xq-ri .lnews-one-span {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .lnew-xq-le,
  .lnew-xq-ri {
    width: 100%;
  }

  .lnew-xq-ri {
    margin-top: 30px;
    padding: 45px 40px 80px;
  }

  .lnew-xq-ri .text {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .lnew-xq-le {
    padding: 30px 15px 40px;
  }

  .lnew-xq-tit {
    font-size: 20px;
    line-height: 24px;
  }

  .lnew-xq-le .bshare-custom,
  .lnew-xq-le .lnews-one-span {
    float: none;
  }

  .lnew-xq-fx {
    width: 100%;
    margin-bottom: 20px;
  }

  .lnew-xq-le p.lsj {
    width: 100%;
    word-break: break-all;
    line-height: 22px;
  }

  .lnew-xq-le p {
    line-height: 22px;
    margin-top: 13px;
    text-align: justify;
  }

  .lnew-xq-ri {
    margin-top: 20px;
    padding: 20px 15px;
  }

  .lnew-xq-ri .text {
    padding-top: 0;
  }

  .lnews-one-span span {
    font-size: 12px;
  }

  .lnew-xq-ri .lnews-one-span {
    line-height: 16px;
  }

  .new-xq {
    padding: 40px 0 50px;
  }
}

/*============联系我们 ===========*/

.contact {
  background: #f1f1f1;
}

.lcontact {
  padding: 50px 0 128px;
}

.lcontact-one {
  background: white;
  padding: 44px 40px 0;
}

.lcontact-one-tit {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ebebeb;
}

.lcontact-one ul {
  padding: 47px 0 32px;
}

.lcontact-one li {
  float: left;
  margin-right: 110px;
}

.lcontact-one li h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
}

.lcontact-one li span {
  display: block;
  line-height: 29px;
  color: #e9541a;
  font-size: 20px;
  font-family: "heb";
}

.lcontact-one li p,
.lcontact-one li p a {
  font-size: 16px;
  color: #666;
  line-height: 29px;
}

.lcontact-two {
  margin: 40px -10px;
  overflow: hidden;
}

.lct-li {
  padding: 0 10px;
  width: 50%;
  float: left;
}

.lct-list {
  width: 100%;
  position: relative;
}

.lct-img {
  width: 100%;
  overflow: hidden;
}

.lct-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.lct-font {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 40px 20px;
}

.lct-font h4 {
  font-weight: bold;
  font-size: 18px;
  color: white;
  line-height: 36px;
}

.lct-font p {
  font-size: 16px;
  color: white;
  line-height: 26px;
}

.lct-list:hover img {
  transform: scale(1.04);
}

.lcontact-three {
  padding: 40px 40px 54px;
}

.lcontact-three-tit {
  margin-bottom: 22px;
  font-size: 26px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}

.lmessage-input {
  margin: 0 -10px;
}

.lmessage-input p {
  width: 33.3333333%;
  float: left;
  padding: 0 10px;
}

.lmessage-input .text {
  width: 100%;
  border: solid 1px #eaeaea;
  font-size: 16px;
  color: #888;
  padding: 0 15px;
  line-height: 48px;
}

.lcontact-three .txt {
  height: 187px;
  width: 100%;
  border: solid 1px #eaeaea;
  font-size: 16px;
  color: #888;
  padding: 10px 15px;
  margin-top: 20px;
  resize: none;
}

.lmessage-submit {
  transition: all 0.5s;
  cursor: pointer;
  width: 158px;
  height: 43px;
  background: #003C88;
  color: white;
  border: none;
  font-size: 14px;
  margin-top: 25px;
}

.lmessage-submit:hover {
  background: #e9541a;
}

@media (max-width: 991px) {
  .lcontact-one li {
    margin-right: 58px;
  }
}

@media (max-width: 767px) {
  .lcontact-one {
    padding: 20px 15px 0;
  }

  .lcontact-one-tit {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
  }

  .lcontact-one ul {
    padding: 15px 0;
  }

  .lcontact-one li {
    margin-right: 0;
    float: none;
    overflow: hidden;
    margin-bottom: 5px;
  }

  .lcontact-one li h3 {
    float: left;
    font-size: 15px;
    line-height: 24px;
  }

  .lcontact-one li span,
  .lcontact-one li p {
    line-height: 24px;
    float: left;
    font-size: 15px;
    margin-left: 20px;
  }

  .lcontact-one li p,
  .lcontact-one li p a {
    line-height: 24px;
    font-size: 14px;
  }

  .lct-li {
    width: 100%;
    margin-bottom: 20px;
  }

  .lcontact-two {
    margin: 30px -10px 10px;
  }

  .lcontact-three {
    padding: 25px 15px 35px;
  }

  .lcontact-three-tit {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .lmessage-input p {
    width: 100%;
  }

  .lmessage-input .text {
    line-height: 38px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .lcontact-three .txt {
    margin-top: 0;
    font-size: 14px;
    height: 150px;
  }

  .lmessage-submit {
    width: 120px;
    height: 36px;
    margin-top: 15px;
  }

  .lcontact {
    padding: 40px 0 50px;
  }

  .lct-font {
    padding: 0 15px 10px;
  }

  .lct-font h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .lct-font p {
    font-size: 14px;
    line-height: 22px;
  }
}

/*pc-kefu*/

.kf-shqi {
  width: 100%;
  height: 40px;
}

.kf-shqi .m-icon:hover {
  opacity: 1;
}

.gr_kefu.show .m-icon {
  transform: rotate(0);
}

.gr_kefu {
  position: fixed;
  width: 50px;
  height: 154px;
  right: 0;
  top: 50%;
  margin-top: -77px;
  z-index: 100;
}

.gr_kefu ul li {
  width: 50px;
  height: 50px;
  position: relative;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 50px;
}

.gr_kefu ul li .sidebox {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  color: #fff;
  background: #1c86f3;
  overflow: hidden;
  opacity: 0.7;
}

.gr_kefu ul li.kf2 .sidebox {
  overflow: visible;
}

.gr_kefu ul li .sidebox:hover {
  opacity: 1;
}

.gr_kefu ul li .sidebox3 {
  font-size: 16px;
}

.gr_kefu .kf-icon {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 26px;
  text-align: center;
  line-height: 50px;
}

.gr_kefu .kf_wx {
  position: absolute;
  top: 0;
  left: -140px;
  width: 140px;
  display: none;
  background: #fff;
  border: 1px solid #dadada;
  padding: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  display: none;
}

.gr_kefu .kf_wx img {
  display: block;
  width: 110px;
  height: 110px;
  margin-bottom: 5px;
  float: none;
}

.gr_kefu .qq {
  height: 0;
  position: relative;
  z-index: 2;
}

.gr_kefu .qq .sidebox {
  border: 1px solid #78be21;
  height: auto;
  border-radius: 5px 0 0 5px;
  width: 140px;
  background: #fff;
  opacity: 1;
  bottom: -50px;
  top: auto;
  text-align: center;
  padding-bottom: 5px;
  right: -150px;
}

.gr_kefu .qq h5 {
  height: 35px;
  line-height: 35px;
  background: #78be21;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 10px;
}

.gr_kefu .qq h5 i {
  float: right;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 5;
}

.gr_kefu .qq h5 i:hover {
  transform: rotate(90deg);
}

.gr_kefu .qq a {
  display: block;
  height: 32px;
  line-height: 32px;
  border-radius: 18px;
  border: 1px solid #78be21;
  margin: 5px 15px;
}

.gr_kefu span {
  float: left;
}

.kf-shqi .m-icon {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #018fd7 url(../img/kf-close.png) no-repeat center;
  background-size: 15px;
  opacity: 0.7;
  cursor: pointer;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.kf2 .kf-icon {
  background: url(../img/kf-wx.png) no-repeat center;
  background-size: 27px;
}

.kf3 .kf-icon {
  background: url(../img/kf-phone.png) no-repeat center;
  background-size: 27px;
}

.kf4 .kf-icon {
  background: url(../img/kf-email.png) no-repeat center;
  background-size: 27px;
}

.kf-gotop .kf-icon {
  background: url(../img/kf-top.png) no-repeat center;
  background-size: 25px;
}

/*app-客服*/

.gotop {
  float: left;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  text-align: center;
  color: white;
  margin: 0 1px;
}

.kefu {
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 33;
  display: none;
}

.kefu a {
  display: none;
  float: left;
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 24px;
  margin: 0px 1px;
}

.kefu a i,
.gotop i {
  font-size: 20px;
}

.kf-act {
  float: left;
  position: relative;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0px 1px;
}

.kf-act::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background: white;
  left: 17.5px;
  top: 24px;
}

.kf-act::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 15px;
  background: white;
  top: 17.5px;
  left: 24px;
}

.kefu.on .kf-act::before {
  display: none;
}

@media (max-width: 991px) {
  .kefu {
    display: block;
  }

  .gr_kefu {
    display: none !important;
  }
}

a.zz {
  display: none;
}

.section.appli {
  overflow: visible !important;
}

.foot-top {
  display: none;
}

/*招聘*/
.tishi {
  padding: 100px 0px 100px 30px;
}

.tishi p {
  font-size: 16px;
}

.tishi img {
  width: 32px;
  margin-right: 5px;
}

.hts:hover {
  font-weight: bold;
  color: #006fc1;
}

.zwsq input {
  background: #003C88 url(../img/zwsq.png) no-repeat left 10px center;
  color: white;
  padding: 5px 10px;
  margin-bottom: 15px;
  border-radius: 2px;
  background-size: 16px;
  padding-left: 30px;
  margin-left: 30px;
}

#msg_wy_zc {
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0%;
  /* line-height: 2rem; */
  width: 100%;
  z-index: 1000;
  background: #00000082;
}

.zc_p {
  color: #fff;
  height: 100px;
  display: inline-block;
  /* padding: 0rem 3rem; */
  border-radius: 5px;
  margin-top: 20%;
  background: #fff;
  padding: 2px 2px;
  color: #333;
  width: 100%;
  height: 200px;
  max-width: 500px;
}

.zc_p .p1 {
  text-align: left;
  background-color: #00437d;
  border-bottom: 1px solid #bfbfbf;
  color: white;
  padding: 0px 5px;
  line-height: 30px;
}

.zc_p .p2 {
  color: #888;
  height: 174px;
  margin: 0 10px;
  text-align: left;
  /* text-indent: 2em; */
  font-size: 14px;
  text-align: center;
}

.zc_p .p2 p {
  line-height: 41px;
  font-size: 16px;
}

.zc_p .p2 input {
  border: 1px solid #777;
  height: 30px;
  width: 50%;
  border-radius: 2px;
  padding-left: 5px;
}

.zc_p .p2 img {
  vertical-align: bottom;
  margin-right: 10px;
}

.zc_btn {
  border-color: #00437d;
  background-color: #00437d;
  color: #fff;
  height: 35px;
  line-height: 34px;
  margin: 5px 5px 0;
  padding: 0 23px;
  border: 1px solid #dedede;
  border-radius: 2px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
}

#msg_wy_update {
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0%;
  line-height: 2rem;
  width: 100%;
  z-index: 1000;
  background: #00000082;
}

#msg_wy_update .zc_p {
  color: #fff;
  height: 100px;
  display: inline-block;
  /* padding: 0rem 3rem; */
  border-radius: 5px;
  margin-top: 20%;
  background: #fff;
  padding: 2px 2px;
  color: #333;
  width: 300px;
  height: 200px;
}

.jdt {
  background: #d1d1d1;
  color: white;
  width: 90%;
  margin: 0px 5%;
  margin-top: 5%;
  line-height: 24px;
  font-size: 14px;
  color: white;
  position: relative;
}

.jdt span {
  position: absolute;
  right: 40%;
  top: 2%;
}

.jdt2 {
  background: #ed4241;
  width: 0%;
  height: 24px;
}

.zwsqdiv {
  line-height: 60px;
  font-size: 18px;
  font-weight: bolder;
}

.updatefile {
  width: 60%;
  margin: auto;
  position: relative;
}

.updatefile input {
  position: absolute;
  left: 27%;
  top: 20%;
  opacity: 0;
}

p #mesg {
  margin-top: 15px;
}

.dropdown-wrap {
  width: 940px;
  margin: 0 auto;
}

.single dl {
  padding: 30px 0;
  overflow: hidden;
}

.single dt {
  float: left;
  width: 35%;
}

.single dt a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  padding-left: 20px;
  position: relative;
}

.single dt a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
  border-left: solid 6px #aaa;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.single dd {
  width: 30%;
  float: left;
  overflow: hidden;
}

.single dd img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.single dt a:hover {
  color: #003C88;
}

.single dd:hover img {
  transform: scale(1.05);
}

.navli-menu ul {
  padding: 26px 0 36px;
  text-align: center;
}

.navli-menu li {
  display: inline-block;
  width: 11.6%;
  margin: 0 20px;
}

.navli-list {
  display: block;
  width: 100%;
}

.navli-pic {
  display: block;
  width: 100%;
  overflow: hidden;
}

.navli-pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.navli-list p {
  text-align: center;
  font-size: 16px;
  color: #444;
  line-height: 28px;
  margin-top: 9px;
}

.navli-menu li:last-child {
  margin-right: 0;
}

.navli-menu li:hover img {
  transform: scale(1.05);
}

.navli-menu li:hover p {
  color: #00437d;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.new-xq img {
  max-width: 100%;
}

.app-store {
  float: right;
  width: 60px;
  height: 60px;
  position: relative;
  display: none;
}

.app-text {
  display: block;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #00437d;
  font-size: 24px !important;
}

.app-list {
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  z-index: 10;
  background: #fff;
  padding: 0px 0;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.app-list a {
  border-bottom: solid 1px #dbdbdb;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.app-store:hover .app-list {
  opacity: 1;
  visibility: visible;
}

.app-list a:hover {
  color: #003C88;
}
/*2019-12-27
.abo-left{width: 50%;float: left;position: relative;overflow: hidden;background: black;}
.int-pic{width: 35%;float: left;position: relative;overflow: hidden;background: black;}
.abo-left img,int-pic img{display: block;width: 100%;opacity: 0;}
.abo-left video,.int-pic video{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: black;}
.abo-right{padding: 83px 20px 89px 45px; width: 50%;position: absolute;height: 100%;background: white;top: 0;right: 0;}
#end2019-12-27*/

/*video alert*/
.msg-box-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.5);
}

.msg-box {
  width: 850px;
  height: 522px;
  padding: 50px;
  background-color: #f3f3f3;
  position: absolute;
  left: 50%;
  margin-left: -430px;
  top: 0;
  margin-top: -262px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.msg-box .close-box {
  width: 38px;
  height: 38px;
  font-size: 30px;
  color: #666;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.msg-box .close-box:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  .msg-box {
    width: 94%;
    left: 3%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .msg-box {
    height: 230px;
    padding: 15px;
  }

  .msg-box .close-box {
    width: 20px;
    height: 20px;
    right: 0;
    line-height: 20px;
    top: 0;
    text-align: center;
    font-size: 20px;
  }
}



.lnew-xq-le p,
.lnew-xq-le p span {
  font-size: 14px;
  line-height: 26px;
  color: #777;
  margin-top: 20px;
  font-family: "微软雅黑" !important;
}

/*20201116*/
.dowcatlist {
}

.dowcatlist2 {
  display: flow-root;
  min-height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}

.dowcatlist2 p {
  float: left;
  font-size: 16px;
  margin: 0px 15px;
  color: #666;
  border: 1px solid white;
  padding: 0px 20px;
  background-color: white;
  border-radius: 40px;
  margin-bottom: 20px;
  line-height: 40px;
}

.dowcatlist2 .on {
  color: #00437d;
  font-weight: bold;
}

.dowcatlist2 p:hover {
  background-color: #00437d;
  /* font-weight: bold; */
  color: white;
}

@media (max-width: 767px) {
  .dowcatlist2 p {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 10px;
    margin: 0px 10px;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
}

.ssjg {
  text-align: left;
  margin-bottom: 20px;
}

.ssjg p {
  line-height: 36px;
}

.ssjg span {
  font-size: 16px;
}

.ssjg span img {
  width: 20px;
  margin-right: 8px;
}

#pagecatids {
  color: #003C88;
}

/** 顶部电话 **/
.head-phone {
  float: right;
  display: flex;
  align-items: center;
  height: 100px;
}

.pro_kb {
  max-height: 260px;
  overflow-y: auto;
}

.pro_kb h3 {
  font-size: 20px;
  display: none;
}

.pro_kb p {
  height: auto;
  margin-bottom: 5px;
}

.pro_kb p,
.pro_kb span {
  /* display: inline-block; */
  font-size: 14px !important;
  line-height: 24px !important;
}

.pro_kb br {
  display: none;
}

.pro_kb::-webkit-scrollbar {
  width: 3px;
  background: url(../img/scroll.jpg) repeat-y center;
}

.pro_kb::-webkit-scrollbar-thumb {
  background: url(../img/scrollh.jpg) repeat-y center;
  border-radius: 10px;
}

.pir-box {
  min-height: 300px;
}

.pir-box img {
  max-width: 100%;
}

.pro-xgcp {
  border-top: 1px solid #9e9e9e47;
  margin-top: 5%;
  padding-top: 4%;
}

.pro-xgcp h3 {
  font-size: 26px;
  line-height: 46px;
  /* text-align: center; */
  margin-bottom: 30px;
}

.center-font h3 {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  margin-right: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pro-xgcp .center-li {
  width: 25%;
  /* padding: 0; */
}

.pro-xgcp .center-li .center-list {
  /* border: 1px solid red; */
}

@media (max-width: 767px) {
  .pro-xgcp .center-li {
    padding: 0 7.5px;
    margin-bottom: 15px;
    width: 100%;
  }

  .pro-xgcp h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .center-font h3 {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin-right: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

.pro-vide {
  width: 100%;
  border: 8px solid rgb(0 85 157);
  border-radius: 8px;
}

.yzms {
  margin-top: 25px;
  display: flow-root;
}

.yzms input {
  float: left;
}

.yzms .yzm-01 {
  margin-right: 5%;
  max-width: 300px;
  width: 100%;
  border: solid 1px #eaeaea;
  font-size: 16px;
  color: #888;
  padding: 0 15px;
  line-height: 48px;
}

.yzms .yzm-02 {
  width: 40%;
  border: none;
  font-size: 36px;
  color: #003C88;
  font-weight: bold;
  max-width: 200px;
  cursor: pointer;
}

@media (max-width: 760px) {
  .yzms .yzm-01 {
    line-height: 38px;
    font-size: 14px;
    margin-bottom: 15px;
    width: 60%;
  }

  .yzms .yzm-02 {
    width: 35%;
    font-size: 28px;
  }
}
.pagee {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0; /* Add margin for spacing */
    }

    .pagination {
        list-style: none;
        display: flex;
        gap: 10px; /* Adjust the gap as needed */
    }

    .pagination li {
        display: inline-block;
    }

    .pagination li a,
    .pagination li span {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #ccc;
        text-decoration: none;
        color: #333;
    }

    .pagination li.active span {
        background-color: #2c4196;
        color: #fff;
        border-color: #2c4196;
    }
/*from index-20240311 */
﻿
/*-- 首页banner start --*/
.index_banner{position: relative;}
.indexbanner_dot{position: absolute;left: 50%;transform: translateX(-50%);bottom: 40px;z-index:10;}

.indexbanner_dot .swiper-pagination-bullet {
  z-index:10;position: relative;border-radius: 0;opacity: 1;width: 60px;height: 4px;background: rgba(255,255,255,0.5) ;margin: 0 5px;
}

.indexbanner_dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {display: block;content: "";position: absolute;top: 0;left: 0;width:100%;bottom: 0;transition: width 4s !important;background:#d0141b;}

.indexbanner_dot .swiper-pagination-bullet::before {display: block;content: "";position: absolute;top: 0;left: 0;bottom: 0;width:0;}

.indexbanner_swiper .swiper_box{position: relative;}
.indexbanner_swiper {height: 740px;}
.indexbanner_swiper video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;}
.indexbanner_swiper .swiper_box{height: 100%;}
.indexbanner_swiper .swiper_box .imgbox{display: none;}
.indexbanner_swiper .swiper_box {transition: all 3s;transform: scale(1.1);}
.indexbanner_swiper .swiper-slide-active .swiper_box {transform: scale(1);}
.indexbanner_swiper .swiper-slide{overflow: hidden;}
.index_banner .swipertext{color: #fff;font-weight: bold;font-size:60px;position: absolute;top: 47%;transform: translateY(-50%);left: 9.375%;line-height: 1;font-family: 'gilroy-bold';letter-spacing: 10px;}

/*-- 首页banner end --*/

/* 新产品列表 start */
.newindex_product{padding: 60px 0;}
.newProduct_list{display: flex;flex-wrap: wrap;}
.newProduct_list .item{margin-right: 30px;margin-bottom: 30px;width: calc(33.3333% - 20px);border-radius: 20px;overflow: hidden;}
.newProduct_list .item:nth-child(3n){margin-right: 0;}
.newProduct_list .item a{display: block;position: relative;}
.newProduct_list .item .name{position: absolute;top: 50%;left: 0;right: 0;transform: translateY(-50%);text-align: center;padding: 0 10px;color: #fff;font-size: 22px;z-index: 10;}
.newProduct_list .item a::after{display: block;content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-image: linear-gradient(to right, #36b6b3 , rgba(54, 182, 179,0.4));opacity: 0;transition: all 0.4s;}
.newProduct_list .item:hover a::after{opacity: 1;}
.newProduct_list .item:hover .imgbox img{transform: scale(1.1);}
.newMore_btn{width: 155px;height: 46px;}
.newindex_product .newMore_btn{margin-top: 0 !important;}
/* 新产品列表 end */






/* 首页产品表 start */
.enindex_product{padding-top: 90px;background: #f1f3f5;}
.enindexPro_content{position: relative;}
.enindexPro_content .enprobox{position: relative;}
.enindexPro_content .enprobox .enpro_text{position: absolute;z-index: 10;color: #fff;top: 0;left: 0;right: 0;bottom: 0;text-align: center;padding: 100px 15px;}
.enindexPro_content .enprobox .enpro_text .ep_title{font-size: 48px;font-weight: bold;height: 144px;}
.enindexPro_content .enprobox .enpro_text .ep_desc{font-size: 18px;line-height: 26px;margin: 40px 0;}
.enindexPro_content .enprobox .enpro_text .ep_attr a{color: #fff;line-height: 1;}
.enindexPro_content .enprobox .enpro_text .ep_attr span{color: #fff;margin: 0 30px;opacity: 0.4;}
.enindexPro_content .eppro_links{margin: 120px auto 0 auto;line-height: 1;padding: 20px 0;width: 175px;border-radius: 30px;background: #fff;color: #24c4b7;opacity: 0;position: absolute;top: 60%;left: 50%;transform: translate(-50%,-50%);margin-top: 0 !important;}
.enindexPro_content .eppro_links i{color: #24c4b7;margin-left: 8px;font-size: 18px;}
.enindexPro_content .eppro_links span{font-weight: bold;}
.enindexPro_content .eppro_links:hover{background: #24c4b7;color: #fff;}
.enindexPro_content .eppro_links:hover i{color: #fff;}
.enindexPro_content .probgbox{background: url(../webimages/probg.png) center no-repeat;background-size: cover;position: absolute;top: 0;left: 0;right: 0;bottom: 0;opacity: 0;}
.enindexPro_content .swiper-slide:hover .probgbox{opacity: 1;}
.enindexPro_content .swiper-slide:hover .eppro_links{opacity: 1;}
.eninPro_btn{position: absolute;top: 50%;transform: translateY(-50%);width: 80px;height: 80px;z-index: 20;background: rgba(0,0,0,0.2);}
.eninPro_btn i{font-size: 28px;color: #fff;}
.eninPro_prev{left: 0;}
.eninPro_next{right: 0;}
.eninPro_btn:hover{background: #195bd3;}
/* 首页产品表 end */






/* 响应处理 */
@media (min-width: 1921px) {
    .indexbanner_swiper video{width: 120%;}
}
@media (max-width: 1600px) {
    .enindexPro_content .enprobox .enpro_text .ep_title{font-size: 36px;}
}
@media (max-width: 1440px) {
    .enindexPro_content .enprobox .enpro_text .ep_title{font-size: 32px;letter-spacing: 0;}
    .enindexPro_content .enprobox .enpro_text .ep_desc{font-size: 16px;}
    .enindexPro_content .enprobox .enpro_text .ep_desc br{display: none;}
    .eninPro_btn i{font-size: 20px;}
    .eninPro_btn{width: 60px;height: 60px;}
    .index_banner .swipertext{font-size: 50px;}
    .newProduct_list .item .name{font-size: 18px;}
    .newNews_content .nw_box .tit{font-size: 20px;letter-spacing: 0;}
}

@media (max-width: 1260px) {
   
    .index_news .title{font-size: 22px;line-height: 30px;}
    .index_english .indexentext{font-size: 36px;line-height: 46px;display: block;}
    .index_english::after{display: none;}
    .index_english{background: #f1f3f5;height: auto;padding: 60px 0;}
    
}
@media (max-width:1024px) {
    .enindexPro_content .enprobox .enpro_text .ep_attr span{margin: 0 15px;}
    .index_banner .swipertext{font-size: 40px;}
}
@media (max-width: 992px) {
    .indexbanner_swiper .swiper_box{background: none;}
    .indexbanner_swiper .swiper_box .imgbox{display: block;}
    .indexbanner_swiper{height: auto;}
    .enindexPro_content .enprobox .enpro_text .ep_title{font-size: 22px;}
    .index_news .title br{display: none;}
    .enindex_product{padding-top: 20px;}
    .enindexPro_content .enprobox .enpro_text .ep_title{height: auto;}
    .newProduct_list .item{width: calc(50% - 15px);margin-right: 30px !important;}
    .newProduct_list .item:nth-child(2n){margin-right: 0 !important;}
}

@media (max-width: 768px) {
    .indexbanner_dot{bottom: 10px;}
    .indexbanner_dot span{height: 2px;width: 10px;}
    .indexbanner_dot .swiper-pagination-bullet-active{width: 15px;background: #fff;}
    .index_english{padding: 60px 0;}
    .index_english .indexentext{font-size: 24px;line-height: 36px;}
    .index_news .title{font-size: 16px;line-height: 24px;}
    .innew_content_three .tt_title{font-size: 16px;line-height: 24px;}
    .innew_content .item{padding: 30px 20px;}
    .ppmore{margin-top: 10px;}
    .innew_content_three .item a{padding: 30px 20px;}
    .innew_content_two .item a .left{padding: 15px 20px;}
    .ftcenter_content .item .ftc_icon img{height: 52px;width: auto;}
    .ftcenter_content .item .ftc_title{font-size: 16px;}
    .ft_navbox{display: block;text-align: center;}
    .ftlinkicon_list{justify-content: center;}
    .ft_navbox .right{margin-top: 15px;}
    .ft_copy{display: block;text-align: center;padding: 15px 0;}
    .index_mobileproduct{display: block;}
    .index_product{display: none;}
    .inp_list{margin-top: 20px;}
    .innew_content_two .miaoshu p{font-size: 14px;}
    .enindexPro_content .enprobox .enpro_text{padding: 50px 15px;}
    .index_banner .swipertext{font-size: 32px;left: 15px;}
    
}

@media (max-width: 580px) {
    .index_english,.index_news{padding: 30px 0;}
    .index_english .indexentext{font-size: 20px;line-height: 28px;}
    .innew_content .item{width: 100% !important;margin-right: 0;margin-bottom: 15px;}
    .innew_content_two{margin-top: 0;}
    .innew_content .item{padding: 40px 20px;}
    .innew_content_two .item a .left{width: 100%;}
    .innew_content_two .item a .right{width: 100%;}
    .innew_content_three .item{width: 100% !important;margin-right: 0;margin-top: 15px;}
    .innew_content_three{margin-top: 0;}
    .index_shengyin{padding: 40px 0;}
    
    .ftcenter_content .item .ftc_title{margin: 15px 0;font-size: 14px;}
    .ftcenter_content .item .ftc_more{font-size: 12px;}
    .ftcenter_content .item{padding: 25px 0;}
    .ft_nav{padding: 25px 0;}
    .index_mobileproduct .proswboxbox .ph_title{font-size: 20px;}
    .index_mobileproduct .proswboxbox .ph_subtitle{font-size: 14px;}
    .inp_list li{padding: 0 15px;margin-top: 10px;}
    .inp_list{margin-top: 10px;}
    .index_mobileproduct .proswboxbox{height: 250px;}
    .eninPro_btn{width: 45px;height: 45px;}
    .eninPro_btn i{font-size: 16px;}
    .innew_content .itemtext,.ithreebox{right: 15px;left: 15px;}
    .ftcenter_content .item .ftc_title{font-size: 12px;}
    .innew_content_two .item a,.innew_content .item{border-radius: 10px;}
    .index_banner .swipertext{font-size: 22px;line-height: 1.2;letter-spacing: 0;}
    .newProduct_list .item{width: 100%;margin-right: 0 !important;margin-bottom: 15px;border-radius: 10px;}
    .newProduct_list .item .name{font-size: 18px;}
    .newindex_product .container1440,.newindex_news .container1440{margin: 0 20px;}
    
}




.newNews_content .swiper-slide{padding-bottom: 0 !important;}
@media (max-width: 580px) {
    .newMore_btn{margin-top: 20px !important;}
}
/*from lyout-20240301.css */
﻿
/*--公共部分 样式重置--*/
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; cursor: pointer; }

html, body, h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; }

p { margin: 0px; padding: 0px; }

body, button, input, select, textarea { font: 14px/1.5 'Microsoft YaHei', 'PingFang SC', sans-serif,Arial; color: #333; }

img { border: 0px; vertical-align: middle; }

table { border-collapse: collapse; border-spacing: 0; }

table th, table td { border: 1px solid #ccc; }

*, :after, :before { -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; }

a { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration: none; color: #333; outline: none; cursor: pointer; }

a:hover { background-repeat: no-repeat; text-decoration: none; }

a, input[type="button"], button, label, input[type="submit"], input[type="reset"] { cursor: pointer; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input, textarea, select { outline: none; }

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea { outline-style: none; -webkit-appearance: none; resize: none; border: none; -webkit-border-radius: 0; border-radius: 0; }

textarea { overflow: auto; vertical-align: top; }

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important; }

.bd_weixin_popup, .content-box { -webkit-box-sizing: content-box; box-sizing: content-box; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { *zoom: 1; }

.removeStyle { margin: 0px; padding: 0px; list-style: none; }

.removeStyle li { list-style: none; margin: 0px; padding: 0px; }

.removeStyle dd { list-style: none; margin: 0px; padding: 0px; }

.removeStyle dt { list-style: none; margin: 0px; padding: 0px; }

/* 字体图标 */
.iconfont { color: inherit; font-size: inherit; display: inline-block; -webkit-font-smoothing: antialiased; /* 文字抗锯齿 */ -moz-osx-font-smoothing: grayscale; /* 文字抗锯齿 */ }

.fl { float: left; }

.fr { float: right; }

.show { display: block !important; }

.hide { display: none !important; }

/* swiper插件样式 start */
/** Swiper 3.4.2 Most modern mobile touch slider and framework with hardware accelerated transitions http://www.idangero.us/swiper/ Copyright 2017, Vladimir Kharlampidi The iDangero.us http://www.idangero.us/ Licensed under MIT Released on: March 10, 2017 */
.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; }

.swiper-container-no-flexbox .swiper-slide { float: left; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-transition-property: -webkit-transform,height; -webkit-transition-property: height,-webkit-transform; transition-property: height,-webkit-transform; transition-property: transform,height; transition-property: transform,height,-webkit-transform; }

.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

.swiper-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y; }

.swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 64px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 64px; background-position: center; background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s; transition: .3s; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 0; width: 100%; }

.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; -webkit-border-radius: 100%; border-radius: 100%; background: #000; opacity: .2; }

button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -moz-appearance: none; -ms-appearance: none; -webkit-appearance: none; appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet { background: #fff; }

.swiper-pagination-bullet-active { opacity: 1; background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active { background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active { background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0, -50%, 0); -ms-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 5px 0; display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px; }

.swiper-pagination-progress { background: rgba(0, 0, 0, 0.25); position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress { width: 100%; height: 4px; left: 0; top: 0; }

.swiper-container-vertical > .swiper-pagination-progress { width: 4px; height: 100%; left: 0; top: 0; }

.swiper-pagination-progress.swiper-pagination-white { background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar { background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar { background: #000; }

.swiper-container-3d { -webkit-perspective: 1200px; -o-perspective: 1200px; perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper { -ms-perspective: 1200px; }

.swiper-container-cube, .swiper-container-flip { overflow: visible; }

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.swiper-container-cube .swiper-slide { visibility: hidden; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; }

.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #000; opacity: .6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; object-fit: contain; }

.swiper-scrollbar { -webkit-border-radius: 10px; border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }

.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }

.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); -webkit-border-radius: 10px; border-radius: 10px; left: 0; top: 0; }

.swiper-scrollbar-cursor-drag { cursor: move; }

.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after { display: block; content: ""; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; background-size: 100%; background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

/* swiper插件样式 end */
/* 视频弹窗样式 start */
.PopupVideoBox { position: fixed; z-index: 9999; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: none; }

.PopupVideo { position: absolute; left: 50%; width: 100%; top: 50%; max-width: 920px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding: 0px 25px; }

.PopupVideo video { width: 100%; }

.PopupVideo iframe { width: 100%; height: 460px; }

.closeVideo { position: absolute; right: 25px; top: -25px; width: 22px; height: 22px; cursor: pointer; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.closeVideo::after { content: ''; display: block; position: absolute; width: 2px; height: 100%; background: #fff; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.closeVideo::before { content: ''; display: block; position: absolute; width: 100%; height: 2px; background: #fff; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

/* 视频弹窗样式 end */
/* 分享插件 start */
.bd_weixin_popup_bg { position: absolute; left: -400px; top: -400px; width: 260px; height: 320px; border: 0; padding: 0; margin: 0; opacity: 0; filter: alpha(opacity=0); z-index: 11000; }

.bd_weixin_popup { position: absolute; left: -400px; top: -400px; padding: 10px; width: 240px; height: 300px; background: #fff; border: solid 1px #d8d8d8; z-index: 11001; font-size: 12px; }

.bd_weixin_popup .bd_weixin_popup_head { font-size: 12px; font-weight: bold; text-align: left; line-height: 16px; height: 16px; position: relative; color: #000; }

.bd_weixin_popup .bd_weixin_popup_head .bd_weixin_popup_close { width: 16px; height: 16px; position: absolute; right: 0; top: 0; color: #999; text-decoration: none; font-size: 16px; }

.bd_weixin_popup .bd_weixin_popup_head .bd_weixin_popup_close:hover { text-decoration: none; }

.bd_weixin_popup .bd_weixin_popup_main { padding: 15px 10px; min-height: 150px; _height: 150px; }

.bd_weixin_popup .bd_weixin_popup_foot { font-size: 12px; text-align: left; line-height: 22px; color: #666; }

.bdshare-button-style0-16 .bds_qzone { background-position: 0 -52px; }

.bdshare-button-style0-16 .bds_tsina { background-position: 0 -104px; }

.bdshare-button-style0-16 .bds_renren { background-position: 0 -208px; }

.bdshare-button-style0-16 .bds_tqq { background-position: 0 -260px; }

.bdshare-button-style0-16 .bds_kaixin001 { background-position: 0 -312px; }

.bdshare-button-style0-16 .bds_tqf { background-position: 0 -364px; }

.bdshare-button-style0-16 .bds_hi { background-position: 0 -416px; }

.bdshare-button-style0-16 .bds_douban { background-position: 0 -468px; }

.bdshare-button-style0-16 .bds_tsohu { background-position: 0 -520px; }

.bdshare-button-style0-16 .bds_tieba { background-position: 0 -728px; }

.bdshare-button-style0-16 .bds_hx { background-position: 0 -988px; }

.bdshare-button-style0-16 .bds_fx { background-position: 0 -1040px; }

.bdshare-button-style0-16 .bds_ty { background-position: 0 -1196px; }

.bdshare-button-style0-16 .bds_fbook { background-position: 0 -1352px; }

.bdshare-button-style0-16 .bds_twi { background-position: 0 -1404px; }

.bdshare-button-style0-16 .bds_linkedin { background-position: 0 -1664px; }

.bdshare-button-style0-16 .bds_meilishuo { background-position: 0 -1716px; }

.bdshare-button-style0-16 .bds_mogujie { background-position: 0 -1768px; }

.bdshare-button-style0-16 .bds_diandian { background-position: 0 -1820px; }

.bdshare-button-style0-16 .bds_huaban { background-position: 0 -1872px; }

.bdshare-button-style0-16 .bds_duitang { background-position: 0 -2028px; }

.bdshare-button-style0-16 .bds_youdao { background-position: 0 -2080px; }

.bdshare-button-style0-16 .bds_wealink { background-position: 0 -2184px; }

.bdshare-button-style0-16 .bds_copy { background-position: 0 -2288px; }

.bdshare-button-style0-16 .bds_mail { background-position: 0 -2340px; }

.bdshare-button-style0-16 .bds_print { background-position: 0 -2392px; }

.bdshare-button-style0-16 .bds_mshare { background-position: 0 -2444px; }

.bdshare-button-style0-16 .bds_sqq { background-position: 0 -2652px; }

.bdshare-button-style0-16 .bds_sdo { background-position: 0 -2704px; }

.bdshare-button-style0-16 .bds_qingbiji { background-position: 0 -2756px; }

.bdshare-button-style0-16 .bds_people { background-position: 0 -2808px; }

.bdshare-button-style0-16 .bds_xinhua { background-position: 0 -2912px; }

.bdshare-button-style0-16 .bds_yaolan { background-position: 0 -2964px; }

.bdshare-button-style0-16 .bds_thx { background-position: 0 -2496px; }

.bdshare-button-style0-16 .bds_bdhome { background-position: 0 -156px; }

.bdshare-button-style0-16 .bds_bdxc { background-position: 0 -2548px; }

.bdshare-button-style0-16 .bds_bdysc { background-position: 0 -3068px; }

.bdshare-button-style0-16 .bds_isohu { background-position: 0 -3016px; }

.bdshare-button-style0-16 .bds_more { background-position: 0 0; }

.bdshare-button-style0-16 .bds_ibaidu { background-position: 0 -3120px; }

.bdshare-button-style0-16 .bds_weixin { background-position: 0 -1612px; }

.bdshare-button-style0-16 .bds_iguba { background-position: 0 -1300px; }

.bdshare-button-style0-16 { zoom: 1; }

.bdshare-button-style0-16:after { content: "."; visibility: hidden; display: block; height: 0; clear: both; }

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more { float: left; font-size: 12px; padding-left: 17px; line-height: 16px; height: 16px; background-image: url(../images/icons_0_16-d754dcc0.png.png); background-repeat: no-repeat; cursor: pointer; margin: 6px 6px 6px 0; }

.bdshare-button-style0-16 a:hover { color: #333; opacity: .8; filter: alpha(opacity=80); }

.bdshare-button-style0-16 .bds_more { color: #333; float: left; }

.bdshare-button-style0-16 .bds_count { color: #333; background: url(../images/sc-a970ff04.png.png) no-repeat 0 -30px; width: 42px; height: 16px; padding: 0; margin: 6px 0 0; text-align: center; }

.bdshare-button-style0-16 .bds_count:hover { background-position: -42px -30px; }

.bdshare-button-style0-16 .bds_button_image { float: left; cursor: pointer; margin: 6px 6px 0 0; height: auto; padding: 0; }

.bdshare-button-style0-16 .bdshare_button_count { background: url(../images/sc-a970ff04.png.png) no-repeat 0 0; width: 44px; height: 24px; line-height: 24px; }

.bdshare-button-style0-16 .bdshare_button_count:hover { background-position: -44px 0; }

.bds_tfh, .bds_baidu, .bds_qq, .bds_msn, .bds_sohu, .bds_qy, .bds_leho, .bds_ifeng, .bds_ff, .bds_tuita, .bds_ms, .bds_deli, .bds_s51, .bds_t163, .bds_share189, .bds_xg, .bds_s139 { display: none; }

/* 分享插件 end */
.flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.flex_column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.flex_wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex_row_center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.flex_row_start { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }

.flex_row_end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.flex_row_justify { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.flex_column_center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.flex_column_start { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.flex_column_end { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.flex1 { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.flex_rank_1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }

.flex_rank_2 { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }

.picture_scale { position: relative; overflow: hidden; }

.picture_scale:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

/* 背景图 */
.background_img { background-size: cover; background-repeat: no-repeat; background-position: center center; }

/* 图片居中 */
.picture_container { position: relative; overflow: hidden; background: none; }

.picture_container img { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; -webkit-transition: all .3s linear; transition: all .3s linear; }



/* 提示弹窗 */
.tips_popup { display: block; position: fixed; z-index: 999; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.7); }

.tips_popup .mask { width: 100%; height: 100%; text-align: center; }

.tips_popup .mask .box { display: inline-block; padding: 70px 50px; background-image: url(../webimages/tips_bg.png); -webkit-border-radius: 20px; border-radius: 20px; background-size: cover; max-width: 580px; }

.tips_popup .mask .box .title { color: #fff; font-size: 24px; margin-bottom: 25px; }

.tips_popup.alertPopup .mask .box { padding: 50px 50px; }

.tips_popup .mask .box .abstract .abstract_text { font-size: 24px; line-height: 1.1; color: #ffffff; }

.tips_popup .mask .box .icon { margin-right: 20px; }

.tips_popup .mask .box .icon img { width: 45px; }

.tips_popup .abstract_text { max-width: 420px; }

.alert_btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.alert_btn .determine_btn, .alert_btn .cancelbb_btn { color: #727070; width: 130px; height: 45px; -webkit-border-radius: 5px; border-radius: 5px; line-height: 45px; text-align: center; -webkit-border-radius: 22px; border-radius: 22px; }

.alert_btn .determine_btn { background: #fff; color: #13a19e; }

.alert_btn .cancelbb_btn { margin-left: 10px; border: 2px solid rgba(255, 255, 255, 0.3); color: #fff; }

.tips_popup .abstract { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

@media (max-width: 768px) { .tips_popup .mask .box { padding: 30px 15px; -webkit-border-radius: 10px; border-radius: 10px; }
  .tips_popup .mask .box .icon img { width: 30px; min-width: 30px; }
  .tips_popup .mask .box .icon { margin-right: 10px; }
  .tips_popup .mask .box .abstract .abstract_text { font-size: 16px; letter-spacing: 0; width: -webkit-calc(100% - 40px); width: calc(100% - 40px); }
  .tips_popup .mask .box .title { font-size: 16px; }
  .tips_popup .mask .box .title { margin-bottom: 20px; }
  .alert_btn .determine_btn, .alert_btn .cancelbb_btn { width: 125px; height: 40px; line-height: 40px; font-size: 14px; }
  .tips_popup.alertPopup .mask .box { padding: 30px 15px; } }


/*-- 公用分类样式 start --*/
.common_nav { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 40px; }

.common_nav .item { -webkit-transition: all 0.4s; transition: all 0.4s; width: 240px; height: 60px; line-height: 60px; text-align: center; color: #828282; font-size: 18px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; background-color: #fff; }

.common_nav .item:last-child { border-right: 1px solid #e5e5e5; -webkit-border-radius: 0 10px 10px 0; border-radius: 0 10px 10px 0; }

.common_nav .item:first-child { -webkit-border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px; }

.common_nav .item.active, .common_nav .item:hover { background: #003C88; border-color: #003C88; color: #fff; }

/*-- 公用分类样式 end --*/
@media (max-width: 768px) { .common_nav .item { width: 33.3333%; font-size: 16px; }
  .common_nav { margin-bottom: 20px; } }

@media (max-width: 520px) { .common_nav .item { font-size: 12px; height: 50px; line-height: 50px; } }



.select2-container { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; }

.select2-container .select2-selection--single { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: block; height: 28px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear { position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }

.select2-container .select2-selection--multiple { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-search--inline { float: left; }

.select2-container .select2-search--inline .select2-search__field { -webkit-box-sizing: border-box; box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-dropdown { background-color: white; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; }

.select2-results { display: block; }

.select2-results__options { list-style: none; margin: 0; padding: 0; }

.select2-results__option { padding: 6px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-results__option[aria-selected] { cursor: pointer; }

.select2-container--open .select2-dropdown { left: 0; }

.select2-container--open .select2-dropdown--above { border-bottom: none; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below { border-top: none; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; }

.select2-search--dropdown { display: block; padding: 4px; }

.select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide { display: none; }

.select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity=0); }

.select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; -webkit-clip-path: inset(50%) !important; clip-path: inset(50%) !important; height: 1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; white-space: nowrap !important; }

.select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered { -webkit-box-sizing: border-box; box-sizing: border-box; list-style: none; margin: 0; padding: 0 5px; width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder { color: #999; margin-top: 5px; float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #999; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple { border: solid black 1px; outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] { padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] { color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] { background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5897fb; color: white; }

.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic .select2-selection--single { background-color: #f7f7f7; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; outline: 0; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee)); background-image: linear-gradient(to bottom, #fff 50%, #eee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: #ddd; border: none; border-left: 1px solid #aaa; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc)); background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border: none; border-right: 1px solid #aaa; -webkit-border-radius: 0; border-radius: 0; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; left: 1px; right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: transparent; border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee)); background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff)); background-image: linear-gradient(to bottom, #eee 50%, #fff 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple { background-color: white; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; cursor: text; outline: 0; }

.select2-container--classic .select2-selection--multiple:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: #888; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field { outline: 0; -webkit-box-shadow: none; box-shadow: none; }

.select2-container--classic .select2-dropdown { background-color: #fff; border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above { border-bottom: none; }

.select2-container--classic .select2-dropdown--below { border-top: none; }

.select2-container--classic .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] { padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] { color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: #3875d7; color: #fff; }

.select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown { border-color: #5897fb; }

@font-face { font-family: 'POLYARegular'; src: url("fonts/POLYARegular.otf"); }

.clearfloat::after { display: block; content: ""; clear: both; }

body { overflow-x: hidden; cursor: default; }

body, html, button, input, textarea, select { font-family: 'gilroy-medium'; }

button { border: none; }

.donghua { -webkit-transition: all 0.4s; transition: all 0.4s; }

.imgscale { overflow: hidden; }

.imgscale:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.imgscale img { -webkit-transition: all 0.4s; transition: all 0.4s; width: 100%; }

.dot1 { width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.dot2 { -webkit-line-clamp: 2; }

.dot3 { -webkit-line-clamp: 3; }

.dot4 { -webkit-line-clamp: 4; }

.dot2, .dot3, .dot4 { display: -webkit-box; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; -webkit-box-orient: vertical; }

img { max-width: 100%; }

.imgbox { overflow: hidden; }

.imgbox img { width: 100%; -webkit-transition: all 0.4s; transition: all 0.4s; }

.imgscale:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.donghua { -webkit-transition: all 0.4s; transition: all 0.4s; }

.bgimg { background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important; }

ul { margin: 0; padding-left: 0; }

li:not([data-slate-node*="element"]) { list-style: none; }

.editorHtml ul, .editorHtml ol, .tongDesc ul, .tongDesc ol { padding-left: 20px; }

.flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex_center { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex_between { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.container1200 { width: 1200px; margin: 0 auto; }

.container1370 { width: 1370px; margin: 0 auto; }

.container1440 { width: 1440px; margin: 0 auto; }

.container1570 { width: 1570px; margin: 0 auto; }

.index_title { text-align: center; margin-bottom: 30px; }

.index_title h2 { font-size: 40px; line-height: 1; font-family: 'gilroy-bold'; letter-spacing: 5px; }

/*-- header start --*/
.header { color: #fff; position: fixed; left: 0; right: 0; top: 0; z-index: 999; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; height: 60px; padding:0 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.header .header_logo .img2 { display: none; }

.header .header_logo { display: flex;justify-content: center;align-items: center;}

.header .header_logo a { display: block; }

.head_navlist { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.head_navlist li > a { display: block; font-size: 16px; line-height: 40px; margin: 0 40px; color: #fff; font-weight: bold; text-transform: uppercase; }

.head_navlist li span { display: none; cursor: pointer; position: absolute; right: 15px; width: 40%; height: 40px; top: 10px; }

.head_navlist li span::after { position: absolute; top: 50%; right: 0; width: 8px; height: 8px; border-top: 2px solid #666; border-right: 2px solid #666; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); -webkit-transition: all 0.5s; transition: all 0.5s; content: ""; }

.head_navlist li span.cur::after { -webkit-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); }

.head_navlist li .sub_zinav { position: absolute; top: 100%; background-color: #fff; left: 50%; -webkit-transform: translate(-50%, 10px); -ms-transform: translate(-50%, 10px); transform: translate(-50%, 10px); min-width: 170px; background: #fff; pointer-events: none; opacity: 0; }

.head_navlist li > a { font-family: 'gilroy-bold'; }

.sub_zinav a { display: block; text-align: center; padding: 12px 0; }

.header_right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; height: 100%; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.header_icon i { font-size: 20px; color: #fff; }

.header_icon:nth-child(2) i { font-size: 24px; margin-left: 0; }

.header_icon:nth-child(3) i { font-size: 28px; }

.search_form { position: absolute; top: 100%; right: 10%; -webkit-transition: max-height, 0.5s; transition: max-height, 0.5s; min-width: 380px; height: 45px; background-color: #fff; display: none; }

.search_form input { height: 100%; width: 100%; padding: 0 5px 0 22px; background: #ffffff; border: none; color: #333; z-index: 9; border: 1px solid #eee; border-right: none; }

.search_form .searchbtn { position: absolute; bottom: 0; right: 0; width: 15%; margin: 0; padding: 0; text-transform: uppercase; color: #ffffff; background: #003C88; border: none; cursor: pointer; z-index: 11; height: 100%; }

.search_form .searchbtn i { font-size: 24px; }

.search_form .all_title { color: #333 !important; font-size: 14px; font-weight: normal; white-space: nowrap; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 100%; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; cursor: pointer; }

.search_form .all_title i { font-size: 14px; margin-left: 10px; }

.search_form .search_fenlei { background-color: #eee; position: relative; height: 100%; padding: 0 15px; }

.search_form .all_menu { display: none; position: absolute; top: 100%; left: 0; min-width: 200px; background-color: #eee; z-index: 100; }

.search_form .all_menu .amenu { display: block; color: #333 !important; font-size: 14px; padding: 6px 15px; border-top: 1px solid #d9d9d9; cursor: pointer; position: relative; padding-left: 35px; }

.search_form .all_menu .amenu:hover { background: #003C88; color: #fff !important; }

.search_form .all_menu .amenu::after { width: 18px; height: 20px; overflow: hidden; display: block; content: ""; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 10px; }

.search_form .all_menu .amenu.cate1::after { background: url(../webimages/cate01.png) no-repeat scroll 0 0; }

.search_form .all_menu .amenu.cate2::after { background: url(../webimages/cate02.png) no-repeat scroll 0 0; }

.search_form .all_menu .amenu.cate3::after { background: url(../webimages/cate03.png) no-repeat scroll 0 0; }

.search_form .all_menu .amenu.cate4::after { background: url(../webimages/cate04.png) no-repeat scroll 0 0; }

.search_form .all_menu .amenu.cate5::after { background: url(../webimages/cate05.png) no-repeat scroll 0 0; }

.search_form .all_menu .amenu.cate6::after { background: url(../webimages/cate06.png) no-repeat scroll 0 0; }

.search_form .all_menu .amenu.cate7::after { background: url(../webimages/cate07.png) no-repeat scroll 0 0; }

.search_form .all_title .all_icon { width: 18px; height: 20px; overflow: hidden; background: url(../webimages/cate01.png) no-repeat scroll 0 0; }

.search_form .all_menu .amenu:hover:after { background-position: 0 -20px; }

.search_form .search_fenlei:hover .all_menu { display: block; }

.search_formboxbbox { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 100%; }

.hicon_language a { position: relative; }

.hicon_language span { padding: 0 2px; }

.hicon_language .triangle_down { position: absolute; top: 40%; right: 0; width: 0; height: 0; border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 3px solid #fff; }

.hicon_search { padding-right: 30px; position: relative; }

.hicon_search::after { position: absolute; display: block; content: ""; width: 1px; height: 30px; background: rgba(255, 255, 255, 0.1); top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; }

.hicon_language a { color: rgba(255, 255, 255, 0.5); font-size: 14px; }

.hicon_language span { color: rgba(255, 255, 255, 0.5); }

.header_icon .active { color: #fff; }

.hicon_language { padding: 0 25px; height: 100%; }

.headrboxbox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 100%; }

.pc_navbtn { display: block !important; }

.headnav_content { height: 100%; margin-left: 10px; }

.iconuser i { color: #65b1f1; }

.iconuser { padding: 0 20px; }

.header.header_active, .header:hover { background: #fff; color: #333; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.header.header_active .header_logo .img1, .header:hover .header_logo .img1 { display: none; }

.header.header_active .header_logo .img2, .header:hover .header_logo .img2 { display: block; }

.header.header_active .head_navlist li > a, .header:hover .head_navlist li > a { color: #333; }

.header.header_active .header_icon i, .header:hover .header_icon i { color: #333; }

.header.header_active .hicon_language .triangle_down, .header:hover .hicon_language .triangle_down { border-top: 3px solid #333; }

.header.header_active .navmenu_box span, .header:hover .navmenu_box span { background: #333; }

.header.header_active .hicon_language option, .header:hover .hicon_language option, .header:hover .hicon_language span { color: #333; }

.header.header_active .hicon_search::after, .header:hover .hicon_search::after { background: #eee; }

.header.header_active .hicon_language, .header.header_active .headnav_content, .header:hover .hicon_language, .header:hover .headnav_content { border-color: #eee; }

.header.header_active .hicon_language .active, .header:hover .hicon_language .active { color: #003C88; }

.login_header { background: none !important; position: absolute !important; }

.login_header .developers_logo .img1 { display: block !important; }

.login_header .developers_logo .img2 { display: none !important; }

.login_header .devename { color: #fff !important; }

.login_header .devename::after { background: rgba(255, 255, 255, 0.5) !important; }

/*-- header end --*/
.newSubNav_content { color: #fff; width: 100vw; max-width: 100%; margin: 0 auto; }

.newSubNav_content .newSubNav_name { font-size: 16px; font-family: 'gilroy-bold'; padding: 25px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.newSubNav_list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.newSubNav_list .proNav_ul a { font-size: 16px; color: rgba(255, 255, 255); text-align: left; padding: 5px 0; padding-right: 10px; }

.newSubNav_list .proNav_ul { padding-top: 40px; padding-bottom: 80px; }

.newSubNav_list .proNav_ul:nth-child(1) { min-width: 150px; max-width: 220px; }

.newSubNav_list .proNav_ul:nth-child(2) { width: 310px; border-left: 1px solid rgba(255, 255, 255, 0.2); }

.newSubNav_list .proNav_ul:nth-child(3) { width: 340px; border-left: 1px solid rgba(255, 255, 255, 0.2); }

.newSubNav_list .proNav_ul:not(:first-child) a { padding-left: 40px; padding-right: 20px; position: relative; }

.newSubNav_list .proNav_ul:not(:first-child) a::after { display: none; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; content: ""; width: 0; height: 0; border-top: 4.5px solid transparent; border-left: 5px solid #003C88; border-bottom: 4.5px solid transparent; }

.newSubNav_list .proNav_ul:not(:first-child) a.active::after, .newSubNav_list .proNav_ul:not(:first-child) a:hover::after { display: block; }

.newSubNav_list .proNav_ul:not(:first-child) a.active, .newSubNav_list .proNav_ul:not(:first-child) a:hover { color: #003C88; }

.newSubNav_list .proNav_ul:last-child { border-right: none; }

.proNav_ul1 a:hover, .proNav_ul1 a.active { color: #000; }

.proNav_ul .p_item, .proNav_ul .p_two_item { display: none; }

.proNav_ul2, .proNav_ul3 { display: none; }

.alternate_container .alternateMain1:nth-child(odd) { background: #fff; }

.alternate_container .alternateMain1:nth-child(odd) .bgBox { background: #fafafa !important; }

.alternate_container .alternateMain1:nth-child(even) { background: #f1f3f5; }

.alternate_container .alternateMain1:nth-child(even) .bgBox { background: #fff !important; }

.alternate_container .alternateMain2:nth-child(odd) { background: #f1f3f5; }

.alternate_container .alternateMain2:nth-child(odd) .bgBox { background: #fff !important; }

.alternate_container .alternateMain2:nth-child(even) { background: #fff; }

.alternate_container .alternateMain2:nth-child(even) .bgBox { background: #fafafa !important; }

.sensorIntro { padding: 30px 0px; text-align: center; background-repeat: no-repeat; background-size: cover; background-position: center; background-attachment: fixed; }

.bgColor { background: #f1f3f5; }

.sensorIntroTwo { padding: 60px 0px; }

.sensorIntro h3 { font-size: 24px; color: #000000; font-family: 'gilroy-bold'; }

.sensorIntro .desc { font-size: 16px; line-height: 28px; color: #03060d; opacity: 0.7; padding-top: 15px; text-align: left; }

.page_title { padding-top: 60px; padding-bottom: 25px; text-align: center; }

.page_title .pt_tit { font-size: 30px; font-family: 'gilroy-bold'; line-height: 1; }

.fingerprint_links { height: 45px; line-height: 45px; width: 150px; text-align: center; background: #003C88; -webkit-border-radius: 24px; border-radius: 24px; font-size: 16px; color: #fff; display: block; margin-top: 35px; }

/*-- 手机端导航按钮 start--*/
.headnav_content { display: none; }

.navmenu_box { display: none; width: 20px; height: 30px; position: relative; cursor: pointer; z-index: 1003; }

.navmenu_box span { display: block; height: 2px; background: #fff; position: absolute; width: 20px; -webkit-transition: all .3s ease; transition: all .3s ease; left: 0; }

.navmenu_box span:nth-child(1) { top: 8px; }

.navmenu_box span:nth-child(2) { top: 50%; }

.navmenu_box span:nth-child(3) { bottom: 6px; }

.closeNavbtn span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 15px; }

.closeNavbtn span:nth-child(2) { display: none; }

.closeNavbtn span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 15px; }

/*-- 手机端导航按钮 end--*/
/*-- 倾听你的声音 start --*/
.index_shengyin { padding: 65px 0; position: relative; overflow: hidden; }

.index_shengyin .shengyin_box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.index_shengyin .shengyin_box .indexsy_title { font-size: 36px; color: #fff; }

.index_shengyin .shengyin_box .indexsy_link { width: 175px; height: 60px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; font-size: 20px; border: 2px solid #fff; -webkit-border-radius: 30px; border-radius: 30px; color: #fff; -webkit-transition: all 0.4s; transition: all 0.4s; }

.index_shengyin .shengyin_box .indexsy_link:hover { background: #003C88; border-color: #003C88; }

.index_shengyin video { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; -webkit-transition: all 0.4s; transition: all 0.4s; }

/*-- 倾听你的声音 end --*/
/*-- footer start--*/
.ftcenter_content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.ftcenter_content .item { width: 33.3333%; text-align: center; padding: 40px 0; }

.ftcenter_content .item .itembox { position: relative; display: block; }

.ftcenter_content .item:nth-child(3n) .itembox::after { display: none; }

.ftcenter_content .item .itembox::after { display: block; content: ""; top: 0; right: 0; height: 90%; width: 1px; background: #e3e4e5; position: absolute; margin-top: 2%; }

.ftcenter_content .item .ftc_icon .img2 { display: none; }

.ftcenter_content .item .ftc_icon img { margin: 0 auto; width: 62px; }

.ftcenter_content .item .ftc_title { font-weight: bold; font-size: 24px; margin-bottom: 20px; line-height: 1; margin-top: 20px; }

.ftcenter_content .item .ftc_more { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #9a9b9b; font-weight: bold; }

.ftcenter_content .item .ftc_more img { margin-left: 10px; }

.ftcenter_content .item .ftc_more .img2 { display: none; }

.ftcenter_content .item .itembox:hover .ftc_more .img2, .ftcenter_content .item .itembox:hover .ftc_icon .img2 { display: block; }

.ftcenter_content .item .itembox:hover .ftc_more .img1, .ftcenter_content .item .itembox:hover .ftc_icon .img1 { display: none; }

.ftcenter_content .item .itembox:hover .ftc_more { color: #1685ec; }

.ftcenter_content .item .itembox:hover .ftc_title { color: #1685ec; }

.ft_nav { border-top: 1px solid #e3e4e5; border-bottom: 1px solid #e3e4e5; padding-top: 32px; padding-bottom: 35px; }

.ft_navbox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.ft_navbox .ft_navul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.ft_navbox .ft_navul li { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.ft_navbox .ft_navul li p { font-size: 16px; color: rgba(0, 0, 0, 0.8); margin-right: 20px; font-weight: bold; }

.ft_navbox .ft_navul li .ft_subnav a { display: block; font-size: 15px; color: rgba(0, 0, 0, 0.4); margin-bottom: 5px; }

.ft_navbox .ft_navul li .ft_subnav a:hover { color: #003C88; }

.ft_navbox .center { width: 630px; }

.ft_navbox .right p { font-size: 16px; color: rgba(0, 0, 0, 0.8); margin-bottom: 10px; font-weight: bold; }

.ft_navbox .left img { width: 110px; }

.ftlinkicon_list .item .icon { cursor: pointer; -webkit-border-radius: 50%; border-radius: 50%; width: 40px; height: 40px; border: 1px solid #d9d9d9; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.ftlinkicon_list .item .icon i { color: #a7a7a7; font-size: 18px; }

.ftlinkicon_list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.ftlinkicon_list .item { margin-right: 10px; position: relative; }

.ftlinkicon_list .item:last-child { margin-right: 0; }

.ftlinkicon_list .item:hover .icon i { color: #fff; }

.ftlinkicon_list .item:nth-child(1):hover .icon { background: #00b600; border-color: #00b600; }

.ftlinkicon_list .item:nth-child(2):hover .icon { background: #f30f3a; border-color: #f30f3a; }

.ftlinkicon_list .item:nth-child(3):hover .icon { background: #0A66C2; border-color: #0A66C2; }

.ftlinkicon_list .item:nth-child(4):hover .icon { background: #1278f3; border-color: #1278f3; }

.ftlinkicon_list .item:nth-child(5):hover .icon { background: #000000; border-color: #000000; }

.ft_copy { padding: 30px 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.ft_copy .ftcopy_text { font-size: 13px; color: #b8b8b9; }

.ft_copy .ftcopy_text a, .ftcopy_list a, .ftcopy_list span { color: #b8b8b9; font-size: 14px; }

.ftcopy_list span { margin: 0 2px; }

/*-- footer end--*/
.weixinCode { display: none; background: #fff; position: fixed; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); left: 50%; border: 1px solid #eee; padding: 15px; z-index: 199999; }

.weixinCode .weixinbox_content h2 { font-weight: normal; font-size: 18px; }

.weixinCode .weixinbox_content img { width: 225px; margin: 10px auto; }

.weixinCode .weixinbox_content p { font-size: 14px; }

.weixinCode .weixinbox_content { position: relative; }

.weixinCode .weixinbox_content .weiixn_close { position: absolute; top: 0; right: 0; cursor: pointer; }

.weixinCode .weixinbox_content .weiixn_close i { font-size: 18px; }

/*-- pc端导航 start--*/
.body_active .header { border-color: #eee; }

.full-main-nav { background: #fff; display: block; position: fixed; left: 0; top: 0; z-index: -1; opacity: 0; -webkit-transition: all ease .5s; transition: all ease .5s; width: 100%; height: 100%; }

.full-navbg { position: relative; z-index: 3; height: 100%; overflow: hidden; background-repeat: no-repeat; background-position: center center; background-size: cover; }

.nav-swiper { position: relative; z-index: 3; height: 100%; overflow: visible; }

.full-main-nav.active { z-index: 51; opacity: 1; }

.full-main-nav.active li { top: 0; opacity: 1; }

.nav-swiper li a { font-weight: normal; }

.nav-swiper li:nth-child(1) { -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }

.nav-swiper li { position: relative; top: 0; opacity: 1; -webkit-transition-duration: 0.5s, 0.5s, 0.5s; transition-duration: 0.5s, 0.5s, 0.5s; -webkit-transition-property: opacity, top; transition-property: opacity, top; width: 16.66666%; border-right: 1px solid #f0f0f0; background-color: #ffffff; }

.nav-swiper li a { -webkit-transition: all ease .3s; transition: all ease .3s; }

.nav-swiper li > a { display: block; width: 100%; height: 100%; }

.full-text { position: absolute; left: 0; top: 20%; width: 100%; }

.nav-swiper li .id { -webkit-transition: all ease .5s; transition: all ease .5s; font-size: 56px; line-height: 56px; color: #f6f6f6; font-family: DINEng; text-align: center; }

.nav-swiper li .id::before { content: ''; display: block; width: 1px; height: 62px; background-color: #195bd3; margin: 0 auto 25px; opacity: 0; }

.nav-swiper li .title { -webkit-transition: all ease .5s; transition: all ease .5s; text-align: center; font-size: 18px; color: #545454; line-height: 28px; margin: 30px 0 29px; }

.nav-swiper li .subnav p { margin-bottom: 10px; line-height: 1.5; }

.header_box.header_bg { background: #fff !important; }

.nav-swiper li .subnav { -webkit-transition: all ease .5s; transition: all ease .5s; font-size: 14px; line-height: 28px; opacity: 1; text-align: center; margin-top: 40px; }

.nav-swiper li .subnav a { color: #9a9a9a; position: relative; z-index: 11; }

.nav-swiper li:hover { background: none; }

.nav-swiper li:hover a { opacity: 1; }

.nav-swiper li .subnav a:hover { color: #195bd3; }

.nav-swiper li:hover .id::before { opacity: 1; }

.nav-swiper li:hover .id, .nav-swiper li:hover .title, .nav-swiper li:hover .subnav { opacity: 1; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); }

/*-- pc端导航 end--*/
/* 用户登录后 start */
.h_member_info { position: relative; }

.member_info_avatr { width: 30px; height: 30px; -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; cursor: pointer; }

.member_info_avatr img { width: 100%; height: 100%; }

.userinfo_downbox { display: none; z-index: 100; width: 280px; -webkit-border-radius: 25px; border-radius: 25px; background: #fff; border: 1px solid #cfcfcf; position: absolute; top: 50px; right: -60px; padding: 40px 10px 50px 10px; }

.userinfo_downbox::after { position: absolute; display: block; content: ""; width: 12px; height: 12px; border: 1px solid #cfcfcf; top: -7px; right: 68px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); border-left: none; border-bottom: none; background: #fff; }

.userinfo_downbox .ud_atavr_box { width: 60px; height: 60px; -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; cursor: pointer; margin: 0 auto; }

.userinfo_downbox .ud_atavr_box img { width: 100%; height: 100%; }

.h_user_name { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.h_user_name .h_u_name { font-size: 20px; text-align: center; font-family: 'gilroy-bold'; }

.h_user_name .downicon { margin-top: 8px; margin-left: 5px; }

.h_user_name .downicon .di_describe { min-width: 160px; max-width: 200px; right: -45px; left: initial; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); }

.h_user_name .downicon .di_describe::after { right: 45px; left: initial; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); }

.h_user_subname { font-size: 16px; color: #bbbbbb; text-align: center; }

.userinfo_downbox .ud_button { margin-top: 20px; }

.userinfo_downbox .ud_button a { display: block; background: #f1f3f5; -webkit-border-radius: 20px; border-radius: 20px; height: 42px; line-height: 42px; text-align: center; color: #828282; width: 200px; margin: 0 auto 10px auto; max-width: 100%; -webkit-transition: all 0.4s; transition: all 0.4s; }

.userinfo_downbox .ud_button a:hover { background: #003C88; color: #fff; }

.userinfo_downbox .ud_button a:last-child { margin-bottom: 0; }

.deve_user:hover .userinfo_downbox { display: block; }

.header_icon:hover .userinfo_downbox { display: block; }

.websit_user { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 100%; }

.websit_user .userinfo_downbox { right: -30px; }

.websit_user .userinfo_downbox::after { right: 38px; }

.deve_message { position: relative; }

.deve_message .deveMessage_num { position: absolute; top: -8px; left: 12px; font-size: 12px; color: #fff; line-height: 1; background: #ff5a00; padding: 4px; -webkit-border-radius: 20px; border-radius: 20px; }

.deve_naozhong { position: relative; }

.member_messagedown { display: none; color: #fff; position: absolute; top: 100%; width: 280px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: rgba(0, 0, 0, 0.6); padding: 30px; font-size: 16px; border: 1px solid rgba(255, 255, 255, 0.6); z-index: 100; }

.member_messagedown::after { display: block; content: ""; position: absolute; top: -7px; left: 50%; -webkit-transform: translateX(-50%) rotate(45deg); -ms-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); width: 13px; height: 13px; border: 1px solid #cfcfcf; border-right: none; border-bottom: none; }

.member_messagedown .mark_title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.member_messagedown .mark_ms_List { margin-top: 8px; border-top: 1px solid rgba(255, 255, 255, 0.3); padding-top: 10px; }

.mark_ms_List a { color: #fff; display: block; line-height: 1.3; padding: 5px 0; display: -webkit-box; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.mark_ms_List a:hover { color: #003C88; }

.view_message { display: block; height: 40px; line-height: 40px; text-align: center; -webkit-border-radius: 20px; border-radius: 20px; background: rgba(255, 255, 255, 0.2); color: #fff; margin-top: 18px; -webkit-transition: all 0.4s; transition: all 0.4s; }

.view_message:hover { background: #003C88; }

.no_message p { line-height: 21px; padding: 0 10px; }

.deve_naozhong:hover .member_messagedown { display: block; }

/* 用户登录后 end */
/*-- 内页banner start --*/
.sub_banner { position: relative; }

.mobile_show { display: none; }

.sub_content { position: absolute; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); left: 50%; top: 50%; color: #fff; }

.sub_content .subcont { text-align: center; padding-top: 50px; }

.sub_content h2 { font-size: 44px; line-height: 1; font-weight: normal; letter-spacing: 5px; }

.crumbs { border-bottom: 1px solid #dbdbdb; }

.crumbs_home i { font-size: 20px; }

.crumbs_content .crumbs_home a { width: 65px; height: 65px; border-left: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; }

.crumbs_list { width: -webkit-calc(100% - 65px); width: calc(100% - 65px); -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.crumbs_list .crumbs_item { width: 260px; height: 65px; padding: 0 30px; border-right: 1px solid #dbdbdb; position: relative; }

.crumbs_list .crumbs_item a { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 100%; font-size: 16px; color: #828282; position: relative; }

.crumbs_list .crumbs_item a img { width: 13px; height: 8px; }

.crumbs_list .crumbs_item a i { font-size: 20px; }

.crumbs_list .crumbs_item ul { position: absolute; top: 100%; left: 0; right: 0; background: #fff; z-index: 1000; display: none; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.crumbs_list .crumbs_item ul a { display: block; padding: 15px 15px 15px 30px; font-size: 14px; }

.crumbs_list .crumbs_item ul a:hover { background: #003C88; color: #fff; }

/*-- 内页banner end --*/
.tong_title sup { font-size: 0.7em; }

.tong_title { text-align: center; margin-bottom: 20px; }

.tong_title h2 { font-size: 30px; font-weight: normal; font-family: 'gilroy-bold'; }

.tong_title p { font-size: 16px; line-height: 22px; padding-top: 15px; }

.tong_pagination { text-align: center; margin-top: 15px; display: none; }

.tong_pagination span { margin: 0 3px; background: #b5b5b5; }

.tong_pagination span.swiper-pagination-bullet-active { background: #003C88; }

.read_more { width: 120px; height: 40px; -webkit-border-radius: 30px; border-radius: 30px; border: 1px solid #b2b2b2; margin-top: 35px; }

.read_more i { margin-left: 8px; }

.read_more:hover { background: #003C88; border-color: #003C88; color: #fff; -webkit-box-shadow: 0 3px 10px rgba(55, 187, 184, 0.6); box-shadow: 0 3px 10px rgba(55, 187, 184, 0.6); }

.viewMore { width: 150px; height: 45px; -webkit-border-radius: 30px; border-radius: 30px; border: 1px solid #d8d8d8; font-size: 14px; color: #828282; margin: 40px auto 0 auto; }

.viewMore i { font-size: 12px; margin-left: 10px; }

.viewMore:hover { background: #003C88; border-color: #003C88; color: #fff; -webkit-box-shadow: 0 3px 10px rgba(55, 187, 184, 0.6); box-shadow: 0 3px 10px rgba(55, 187, 184, 0.6); }

.viewMore_line { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.viewMore_line .viewMore { margin-right: 20px !important; }

.viewMore_line .viewMore:last-child { margin-right: 0 !important; }

.heightAuto { height: auto !important; }

/* 开发者社区头部 start*/
.developers_header { height: 75px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 0 40px; position: fixed; top: 0; left: 0; right: 0; z-index: 999; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.developers_header .developers_logo .img2 { display: none; }

.developers_header .developers_logo img { height: 24px; }

.developers_header .developers_logo { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.developers_header .devename { font-size: 24px; color: #fff; margin-left: 20px; padding-left: 20px; position: relative; }

.developers_header .devename::after { display: block; content: ""; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 2px; height: 20px; background: rgba(255, 255, 255, 0.5); }

.devehead_navlist { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; line-height: 75px; color: #fff; }

.devehead_navlist li { position: relative; }

.devehead_navlist li > a { color: #fff; text-transform: uppercase; font-size: 18px; font-weight: bold; padding: 0 20px; }

.deveheader_nav li > span { display: none; cursor: pointer; position: absolute; right: 15px; width: 20%; height: 40px; top: 10px; }

.developers_right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.developers_icon { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; cursor: pointer; }

.developers_icon i { color: #fff; }

.searchbtn i { color: #fff !important; font-size: 20px !important; }

.deve_search { padding-left: 20px; padding-right: 15px; cursor: pointer; }

.deve_naozhong, .deve_user { padding: 0 15px; }

.deve_language { position: relative; border: none !important; padding-left: 0 !important; padding-right: 0 !important; }

.developers_header .devename img { height: 23px; }

.deve_search i { font-size: 20px; }

.deve_search::after { display: none !important; }

.deve_user i { font-size: 20px; }

.deve_language i { font-size: 26px; margin-right: 6px; }

.deve_naozhong .nimg2 { display: none; }

.deve_naozhong img { width: 20px; }

.deve_language .triangle_down { width: 0; height: 0; border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 3px solid #fff; }

.developers_header .head_navlist li > a { line-height: 75px; }

.deheader_active, .developers_header:hover { background: #fff; }

.deheader_active .developers_logo .img2, .developers_header:hover .developers_logo .img2 { display: block; }

.deheader_active .developers_logo .img1, .developers_header:hover .developers_logo .img1 { display: none; }

.deheader_active .deve_naozhong .nimg2, .developers_header:hover .deve_naozhong .nimg2 { display: block; }

.deheader_active .deve_naozhong .nimg1, .developers_header:hover .deve_naozhong .nimg1 { display: none; }

.deheader_active .devename, .developers_header:hover .devename { color: #333; }

.deheader_active .devename::after, .developers_header:hover .devename::after { background: #eee; }

.deheader_active .developers_icon i, .developers_header:hover .developers_icon i { color: #333; }

.deheader_active .navmenu_box span, .developers_header:hover .navmenu_box span { background: #333; }

.deheader_active .deve_language .triangle_down, .developers_header:hover .deve_language .triangle_down { border-top: 3px solid #333; }

.deheader_active .head_navlist li > a, .developers_header:hover .head_navlist li > a { color: #333; }

.deveheader_nav ul li > a { text-transform: none; }

.deheader_active .deve_language .active, .developers_header:hover .deve_language .active { color: #003C88; }

.deheader_active .deve_language span, .developers_header:hover .deve_language span { color: #333; }

.header_active .hicon_language span { color: #333; }

.deheader_active .hicon_language a, .developers_header:hover .hicon_language a { color: #333; }

.welcome_down { position: relative; }

.welcome_down .welcome_icon { position: absolute; top: 0; left: 0; width: 38px; }

.welcome_down .welcome_text { padding-left: 50px; font-size: 15px; line-height: 21px; }

/* 开发者社区头部 end*/
/* 底部Cookie提醒 start*/
.cookie_remind { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); color: #fff; z-index: 10000; }

.cookie_remind_content { position: relative; padding: 60px 0; }

.cookie_remind_desc { font-size: 18px; text-align: center; }

.cookie_link { text-align: center; margin-top: 15px; }

.cookie_link a { display: inline-block; height: 35px; line-height: 35px; color: #fff; -webkit-border-radius: 23px; border-radius: 23px; background: #003C88; font-size: 18px; padding: 0 50px; }

.cookie_link a i { font-size: 14px; }

.close_cookie { -webkit-border-radius: 50%; border-radius: 50%; position: absolute; top: 30px; right: 0; width: 32px; height: 32px; line-height: 32px; text-align: center; border: 2px solid rgba(255, 255, 255, 0.3); cursor: pointer; }

.close_cookie i { font-size: 14px; }

/* 底部Cookie提醒 end*/
/* 错误页 start */
.error_text h1 { font-size: 100px; line-height: 1; color: #003C88; font-family: 'gilroy-bold'; }

.error_text h2 { font-size: 30px; line-height: 1.1; }

.error_text p { font-size: 18px; color: #828282; margin-top: 16px; }

/* 错误页 end */
/*-- 首页新闻 start --*/
.newsTont_bg { background: #f0f1f1; }

.newindex_news { padding-top: 60px; padding-bottom: 30px; }

.newNews_content .swiper-slide { padding-bottom: 30px; }

.newNews_content .nw_box { display: block; -webkit-border-radius: 20px; border-radius: 20px; overflow: hidden; background: #fff; -webkit-transition: all 0.4s; transition: all 0.4s; }

.newNews_content .nw_box .nw_text { padding: 30px; -webkit-border-radius: 0 0 20px 20px; border-radius: 0 0 20px 20px; border: 1px solid #eee; }

.newNews_content .nw_box .date { font-size: 16px; color: #828282; margin-bottom: 8px; }

.newNews_content .nw_box .tit { font-size: 18px; line-height: 26px; height: 52px; letter-spacing: -0.2px; }

.newNews_content .learMore { font-family: 'gilroy-bold'; margin-top: 20px; color: #999999; }

.newNews_content .learMore i { font-family: none; margin-left: 20px; }

.newNews_content .nw_box:hover .imgbox img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

.newNews_content .nw_box:hover .learMore { color: #003C88; }

.newNews_content .nw_box:hover { -webkit-box-shadow: 0px 5px 20px rgba(12, 2, 0, 0.1); box-shadow: 0px 5px 20px rgba(12, 2, 0, 0.1); }

/*-- 首页新闻 end --*/
/*-- 公共页面新闻 start --*/
.subNew_main { padding: 60px 0; }

.subNew_content .subNew_title { font-size: 42px; font-family: 'gilroy-bold'; line-height: 1; text-align: center; }

.subNew_swiper { padding-top: 30px; padding-bottom: 15px; }

.subNew_swiper .subNew_box { -webkit-border-radius: 20px; border-radius: 20px; overflow: hidden; display: block; -webkit-transition: all .8s ease; transition: all .8s ease; border: 1px solid #eaeced; }

.subNew_swiper .subNew_box:hover { -webkit-box-shadow: 0px 5px 20px rgba(12, 2, 0, 0.1); box-shadow: 0px 5px 20px rgba(12, 2, 0, 0.1); }

.subNew_swiper .subNew_box .n_text { background: #fff; padding: 40px; }

.subNew_swiper .subNew_box .n_text .tit { font-size: 18px; line-height: 26px; height: 78px; word-break: break-word; }

.subNew_swiper .subNew_box .n_text .date { font-size: 14px; color: #828282; margin-top: 25px; }

.subNew_swiper .subNew_box:hover .imgbox img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

/*-- 公共页面新闻 end --*/
.crumbs_list .crumbs_item a { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

input[type="password"] { font-size: 20px; letter-spacing: 5px; }

input[type="password"]::-webkit-input-placeholder { font-size: 16px; letter-spacing: 0; line-height: 1; }

input[type="password"]::-moz-placeholder { font-size: 16px; letter-spacing: 0; line-height: 1; }

input[type="password"]:-ms-input-placeholder { font-size: 16px; letter-spacing: 0; line-height: 1; }

input[type="password"]::placeholder { font-size: 16px; letter-spacing: 0; line-height: 1; }

/* -- 公共弹窗 start --*/
.popup { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 10000; display: none; }

.popup .popup_alert { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; }

.popup .popup_content { background: #fff; -webkit-border-radius: 30px; border-radius: 30px; position: relative; position: relative; max-width: 90%; }

.popup .close_btn { z-index: 10; line-height: 48px; text-align: center; cursor: pointer; position: absolute; top: -22px; right: 40px; width: 48px; height: 48px; background: #333333; color: #fff; -webkit-border-radius: 50%; border-radius: 50%; }

.popup .close_btn i { font-size: 16px; }

.borderTop::after { display: block; content: ""; height: 2px; background: #003C88; position: absolute; top: 0; left: 50px; right: 50px; }

.popup_title { font-size: 26px; text-align: center; font-family: 'gilroy-bold'; }

/* -- 公共弹窗 end --*/
/* IE浏览器提醒 弹窗 start */
.internet_popup { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); z-index: 1000000; }

.internet_popup_content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.intpoput_content { background: #fff; -webkit-border-radius: 30px; border-radius: 30px; width: 1200px; max-width: 90%; padding: 70px 0 80px 0; text-align: center; margin-top: 17vh; position: relative; }

.intpoput_content .intpoput_title { font-size: 34px; font-family: 'gilroy-bold'; margin-bottom: 10px; }

.intpoput_content .intpoput_subtitle { font-size: 16px; line-height: 22px; color: #828282; }

.internet_list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-align: center; margin-top: 45px; }

.internet_list .item { display: block; margin: 0 25px; -webkit-transition: all 0.4s; transition: all 0.4s; }

.internet_list .item:hover { -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }

.internet_list .item .box { -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; border: 1px solid #e7e7e7; padding: 15px; -webkit-box-sizing: content-box; box-sizing: content-box; }

.internet_list .item .box img { width: 65px; height: 65px; }

.internet_list .item .name { font-size: 16px; color: #828282; margin-top: 5px; }

.continue_browsing { margin-top: 55px; text-align: center; }

.continue_browsing .btn { display: inline-block; padding: 0 70px; background: #003C88; font-size: 18px; color: #fff; -webkit-border-radius: 33px; border-radius: 33px; height: 65px; line-height: 65px; cursor: pointer; }

.continue_browsing .btn i { margin-left: 15px; }

.internet_warning { position: absolute; top: -40px; right: 100px; width: 60px; height: 60px; background: #ff1b2d; -webkit-border-radius: 50%; border-radius: 50%; line-height: 55px; text-align: center; }

/* IE浏览器提醒 弹窗 end */
.noSubBanner { height: 90px; }

.crumbs_two { padding-top: 15px; }

.crumbs_two .crumbsTwo_box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.crumbs_two .crumbsTwo_box span { margin: 0 10px; }

.crumbs_two .crumbsTwo_box a, .crumbs_two .crumbsTwo_box span { color: #a5a5a5; }

.crumbs_two .crumbsTwo_box a.active { color: #333; }

.mobile_navcontent { display: none; }

.q_residence, .q_automobile { position: relative; }

/* 响应处理 */
@media (max-width: 1600px) { .container1570 { width: auto; margin: 0 15px; }
  .header .header_logo { width: auto; }
  .head_navlist li > a { margin: 0 15px; }
  .sensorIntro h3 { font-size: 30px; } }

@media (max-width: 1500px) { .container1440 { width: auto; margin: 0 15px; } }

@media (max-width: 1440px) { .head_navlist li > a { margin: 0 30px; }
  .hicon_search { padding-right: 20px; }
  .hicon_language { padding: 0 20px; }
  .index_title h2 { font-size: 36px; letter-spacing: 2px; }
  .container1370 { width: auto; margin: 0 15px; } }

@media (min-width: 1260px) { .head_navlist li:hover .sub_zinav { pointer-events: initial; opacity: 1; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }
  .head_navlist li .sub_zinav { width: 200000%; color: #fff; background: rgba(0, 60, 136, 0.8); }
  .subNavBox { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .sub_zinavcontent { max-width: 100vw; margin: 0 auto; text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .sub_zinavcontent .sub_zinavList { padding: 55px 45px; text-align: left; -webkit-transition: all 0.4s; transition: all 0.4s; }
  .sub_zinavcontent .sub_zinavList h2 { margin-bottom: 6px; }
  .sub_zinavcontent .sub_zinavList h2 a { color: #fff; opacity: 1; font-family: 'gilroy-bold'; }
  .sub_zinavcontent .sub_zinavList a { color: #fff; opacity: 0.6; font-size: 16px; padding: 6px 0; text-align: left; }
  .sub_zinavcontent .sub_zinavList a:hover { opacity: 1; color: #d1000e; }
  .head_navlist > li > a { position: relative; }
  .head_navlist > li:hover > a { color: rgb(0, 60, 136) !important; }
  .head_navlist > li > a::after { position: absolute; display: block; content: ""; left: 50%; width: 0; top: 0; height: 4px; background: #003c88; -webkit-transition: all 0.4s; transition: all 0.4s; }
  .head_navlist > li:hover > a::after { width: 100%; margin-left: -50%; }
  .head_navlist li .sub_zinav { -webkit-transition: all 0.3s; transition: all 0.3s; }
  .index_shengyin .shengyin_box .indexsy_title { font-size: 30px; }
  .index_shengyin .shengyin_box .indexsy_link { border-width: 1px; font-size: 16px; } }

@media (max-width: 1176px) { .newNews_content .nw_box .nw_text { padding: 25px; }
  .newNews_content .nw_box .tit { font-size: 18px; }
  .newSubNav_content .newSubNav_name, .newSubNav_list { padding-left: 0 !important; }
  .newSubNav_content { color: #333; padding-left: 15px; }
  .newSubNav_content .newSubNav_name { padding: 10px 0; line-height: 1; display: none !important; }
  .newSubNav_list .proNav_ul { width: 100% !important; padding: 0; }
  .newSubNav_list .proNav_ul a { font-size: 14px; color: #666; line-height: 1.2; }
  .newSubNav_list .proNav_ul:not(:first-child) { display: none !important; }
  .sensorIntro .desc { font-size: 14px; padding-top: 15px; }
  .developers_header { height: 60px; padding: 0 15px; }
  .developers_header .devename { font-size: 18px; }
  .pc_navbtn { display: none !important; }
  .header { padding-left: 15px; height: 60px; padding-right: 15px; }
  .header_icon:nth-child(2) i { margin-left: 0 !important; }
  .container1200 { width: auto; margin: 0 15px; }
  .navmenu_box { display: block; }
  .headnav_content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .header_nav { position: fixed; top: 60px; left: 0; right: 0; background: #fff; bottom: 0; display: none; }
  .head_navlist { display: block; }
  .head_navlist li { display: block; float: none; line-height: 60px; padding: 0 15px; border-bottom: 1px solid #f7f7f7; position: relative; }
  .head_navlist li > a { color: #333; line-height: 55px; margin: 0; }
  .head_navlist li .sub_zinav { position: static; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); opacity: 1; display: none; }
  .sub_zinav a { color: #333; padding: 0; text-align: left; padding-left: 15px; line-height: 40px; }
  .head_navlist li span { display: block; }
  .ft_navbox .center { width: 520px; display: none; }
  .ftcenter_content .item .ftc_title { font-size: 18px; }
  .sub_content h2 { font-size: 35px; }
  .crumbs_list .crumbs_item { width: 200px; height: 50px; padding: 0 15px; }
  .crumbs_list .crumbs_item a { font-size: 14px; line-height: 14px; }
  .crumbs_content .crumbs_home a { width: 50px; height: 50px; }
  .crumbs_list .crumbs_item a img { width: 10px; height: auto; }
  .tong_title h2 { font-size: 24px; }
  .crumbs_list .crumbs_item ul a { padding: 10px 15px; font-size: 12px; }
  .full-main-nav { display: none; }
  .developers_icon .navmenu_box { margin-left: 15px; margin-top: 0; }
  .sub_zinavList h2 { font-size: 16px; }
  .sub_zinavList a { line-height: 30px; }
  .sub_zinavList h2 a { font-family: 'gilroy-bold'; line-height: 40px; }
  .sub_zinavList_down { padding-left: 20px; display: none; }
  .sub_zinavList { position: relative; }
  .sub_zinavcontent span { top: 0 !important; right: 0 !important; }
  .head_navlist li .sub_zinav { z-index: 100; pointer-events: initial; }
  .noSubBanner { height: 60px; }
  .newSubNav_list .proNav_ul { min-width: initial !important; max-width: initial !important; }
  .header_nav { display: none !important; }
  .mobile_navcontent { overflow-y: auto; z-index: 10000; position: fixed; top: 60px; left: 0; right: 0; background: #fff; bottom: 0; padding: 10px 15px 20px 15px; }
  .mobile_navcontent a { display: block; padding: 6px 0; }
  .mobile_navcontent li { position: relative; }
  .mobile_navcontent li span { position: absolute; right: 0; width: 40%; height: 40px; top: 6px; }
  .mobile_navcontent li span::after { position: absolute; top: 50%; right: 0; width: 8px; height: 8px; border-top: 2px solid #666; border-right: 2px solid #666; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); -webkit-transition: all 0.5s; transition: all 0.5s; content: ""; }
  .mobsub_zinav { display: none; }
  .mobile_navcontent li span.cur::after { -webkit-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); }
  .mobile_navcontent > ul > li > a { font-size: 16px; padding: 15px 0; }
  .mobile_navcontent > ul > li { border-bottom: 1px solid #ebebeb; }
  .mobsub_zinav ul { padding-left: 15px; padding-bottom: 10px; }
  .mobsub_zinav li span { top: 1px; height: 33px; }
  .mobsub_zinav > ul > li > a { opacity: 0.8; }
  .mobsub_zinav > ul > li > a { opacity: 0.8; } }

@media (max-width: 1024px) { .index_title { margin-bottom: 20px; }
  .index_title h2 { font-size: 30px; }
  .subNew_swiper .subNew_box .n_text { padding: 25px; }
  .popup_title { font-size: 22px; line-height: 1.2; }
  .sensorIntro h3 { font-size: 26px; } }

@media (max-width: 768px) { body { padding-top: 60px; }
  .noSubBanner { height: 0; }
  .sensorIntro h3 br { display: none; }
  .sub_content .subcont { padding-top: 0; }
  .sub_content h2 { font-size: 26px; }
  .index_title h2 { font-size: 26px; }
  .pc_show { display: none; }
  .mobile_show { display: block; height: 200px; }
  .header_icon:nth-child(2) i, .header_icon:nth-child(3) i { margin-left: 5px; }
  .search_form { left: 15px; right: 15px; width: -webkit-calc(100% - 30px); width: calc(100% - 30px); }
  .header_right { position: static; }
  .header { background: #fff; color: #333; }
  .header .header_logo .img1 { display: none; }
  .header .header_logo .img2 { display: block; }
  .header .head_navlist li > a { color: #333; }
  .header .header_icon i { color: #333; }
  .header .hicon_language .triangle_down { border-top: 3px solid #333; }
  .header .navmenu_box span { background: #333; }
  .header .header_logo a { width: 100px; }
  .hicon_search::after { display: none; }
  .headnav_content, .hicon_language { border: none; }
  .crumbs .container1200 { margin: 0; }
  .crumbs_list .crumbs_item a { font-size: 12px; }
  .crumbs_list .crumbs_item a img { width: 8px; }
  .crumbs_list .crumbs_item { padding: 0 10px; }
  .crumbs_list { width: -webkit-calc(100% - 50px); width: calc(100% - 50px); }
  .crumbs_list .crumbs_item a span { width: -webkit-calc(100% - 10px); width: calc(100% - 10px); }
  .crumbs_list .crumbs_item ul a { padding: 6px 10px; }
  .tong_title h2 { font-size: 24px; line-height: 1; }
  .tong_title p { font-size: 16px; margin-top: 6px; }
  .sub_content .subcont { width: 100%; text-align: center; margin: 0; padding: 0 15px; }
  .sub_content { width: 100%; }
  .tong_pagination { display: block; }
  .ft_copy { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .ft_copy .ftcopy_text, .ftcopy_list { width: 100%; }
  .header_icon .active { color: #003C88; }
  .deve_language .triangle_down { border-top: 3px solid #333; }
  .developers_header { background: #fff; }
  .developers_header .developers_logo .img2 { display: block !important; }
  .developers_header .developers_logo .img1 { display: none !important; }
  .developers_header .deve_naozhong .nimg2 { display: block; }
  .developers_header .deve_naozhong .nimg1 { display: none; }
  .developers_header .devename { color: #333; }
  .developers_header .devename::after { background: #eee; }
  .developers_header .developers_icon i { color: #333; }
  .developers_header .navmenu_box span { background: #333; }
  .developers_header .head_navlist li > a { line-height: 55px; }
  .ft_navbox .left, .ft_navbox .right p { display: none; }
  .ft_navbox { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .ft_copy .ftcopy_text, .ftcopy_list { text-align: center; }
  .subNew_main { padding: 40px 0; }
  .subNew_content .subNew_title { font-size: 22px; }
  .subNew_swiper .subNew_box .n_text .tit { font-size: 16px; line-height: 24px; height: 72px; }
  .subNew_swiper .subNew_box .n_text .date { margin-top: 15px; }
  .hicon_language a, .hicon_language span { color: #333; }
  .header .hicon_language .active { color: #003C88; }
  .hicon_language { padding-left: 0; }
  .navmenu_box { margin-top: -4px; }
  .sensorIntro { padding: 30px 0px; }
  .sensorIntro h3 { font-size: 22px; }
  .member_messagedown { padding: 15px; }
  .welcome_down .welcome_icon { width: 25px; }
  .welcome_down .welcome_text { padding-left: 30px; font-size: 12px; line-height: 20px; }
  .view_message, .mark_ms_List a { font-size: 12px; }
  .member_messagedown .mark_title { font-size: 14px; }
  .no_message p { font-size: 14px; }
  .member_messagedown { top: 50px; }
  .userinfo_downbox { padding: 20px 15px; }
  .h_user_name .h_u_name { font-size: 16px; }
  .userinfo_downbox .ud_atavr_box { width: 45px; height: 45px; }
  .h_user_subname, .userinfo_downbox .ud_button a { font-size: 12px; }
  .userinfo_downbox { width: 260px; }
  .h_user_name .downicon { margin-top: 4px; }
  .headnav_content { margin-left: 0; }
  .height90 { height: 0 !important; }
  .newNews_content .swiper-slide { padding-bottom: 0; }
  .newindex_news, .newindex_product { padding: 30px 0 !important; }
  .error_text h1 { font-size: 46px; }
  .error_text h2 { font-size: 24px; }
  .error_text p { font-size: 16px; }
  .crumbs_two .crumbsTwo_box { font-size: 12px; }
  .sensorIntro { padding-top: 20px; } }

@media (max-width: 580px) { input[type="password"] { font-size: 14px; }
  .w-e-bar-item { padding: 0 !important; }
  .read_more { font-size: 12px !important; width: 125px !important; height: 40px !important; }
  .sensorIntro .desc br { display: none; }
  .sensorIntro h3 { font-size: 18px; }
  .sensorIntro h3 br { display: none; }
  .sensorIntro .desc { padding-top: 5px; }
  .subNew_swiper { padding-top: 20px; padding-bottom: 0; }
  .tong_title h2 { font-size: 18px; }
  .index_title h2 { font-size: 20px; }
  .ft_copy .ftcopy_text { font-size: 12px; }
  .ft_copy .ftcopy_text a, .ftcopy_list a, .ftcopy_list span { font-size: 12px; }
  .hicon_language, .headnav_content, .iconuser { padding: 0 10px; }
  .hicon_search { padding-right: 10px; }
  .iconuser { padding-left: 0 !important; }
  .header_icon i { font-size: 16px; }
  .header_icon:nth-child(3) i { font-size: 22px; }
  .sub_content h2 { font-size: 22px; }
  .mobile_show { height: 180px; }
  .tong_title p { font-size: 14px; }
  .index_shengyin .shengyin_box .indexsy_title { font-size: 20px; }
  .index_shengyin .shengyin_box .indexsy_link { font-size: 16px; width: 160px; height: 50px; }
  .index_shengyin { padding: 50px 0; }
  .deve_naozhong, .deve_user { padding: 0 5px; }
  .deve_language { margin-left: 5px; }
  .deve_search i { font-size: 18px; }
  .search_form { min-width: inherit; }
  .subcont img { max-width: 60%; }
  .popup .close_btn { width: 30px; height: 30px; line-height: 30px; right: 20px; top: -15px; }
  .popup .close_btn i { font-size: 12px; }
  .popup .popup_content { -webkit-border-radius: 15px; border-radius: 15px; }
  .popup_title { font-size: 16px; line-height: 1.2; }
  .cookie_remind_desc { font-size: 14px; }
  .cookie_link a { font-size: 14px; padding: 0 20px; }
  .close_cookie i { font-size: 12px; }
  .close_cookie { width: 35px; height: 35px; border-width: 1px; top: 5px; line-height: 35px; }
  .cookie_remind_content { padding: 40px 0 20px 0; }
  .cookie_link a i { font-size: 12px; }
  .crumbs_home i { font-size: 14px; }
  .newNews_content .nw_box .tit { font-size: 16px; line-height: 22px; }
  .newNews_content .learMore { margin-top: 10px; }
  .newNews_content .nw_box .date { font-size: 14px; }
  .deve_message .deveMessage_num { font-size: 8px; } }

.layui-box .layui-laypage-prev, .layui-box .layui-laypage-next, .layui-box .layui-laypage-last, .layui-box .layui-laypage-first { -webkit-border-radius: 50% !important; border-radius: 50% !important; }

.layui-laypage a, .layui-laypage span { background: none; border: none; }

.layui-box a, .layui-box .layui-laypage-curr { -webkit-border-radius: 50% !important; border-radius: 50% !important; }

.layui-box { text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.layui-box em { font-style: normal; }

.layui-box .layui-laypage-spr { width: 42px; height: 42px; display: block; line-height: 34px; text-align: center; -webkit-border-radius: 50%; border-radius: 50%; font-size: 16px; color: #777; margin: 0 10px; -webkit-transition: all .5s; transition: all .5s; -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; -webkit-box-sizing: border-box; box-sizing: border-box; }

.layui-box a, .layui-box .layui-laypage-curr { width: 42px; height: 42px; display: block; line-height: 42px; text-align: center; -webkit-border-radius: 50%; border-radius: 50%; font-size: 16px; color: #777; margin: 0 10px; -webkit-transition: all .5s; transition: all .5s; -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; -webkit-box-sizing: border-box; box-sizing: border-box; }

.layui-box a .layui-laypage-em, .layui-box .layui-laypage-curr .layui-laypage-em { width: auto; height: auto; background: none; }

.layui-box a:hover, .layui-box .layui-laypage-curr:hover { color: #fff; background-color: #003C88; }

.layui-box .layui-laypage-spr { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }

.layui-box .layui-laypage-curr { color: #fff; border: solid 1px #003C88; background-color: #003C88; }

.layui-box .layui-laypage-prev, .layui-box .layui-laypage-next, .layui-box .layui-laypage-last, .layui-box .layui-laypage-first { font-size: 11px; font-weight: bold; color: #777; line-height: 42px; margin: 0 10px; }

.layui-box .layui-laypage-next { margin-left: 17px; }

.layui-box .layui-laypage-prev { margin-right: 17px; }

.layui-box .layui-laypage-last { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3; }

.layui-box .layui-laypage-first { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }

.layui-box a, .layui-box .layui-laypage-curr { font-size: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 520px) { .layui-box .layui-laypage-prev, .layui-box .layui-laypage-next, .layui-box .layui-laypage-last, .layui-box .layui-laypage-first { line-height: 35px; margin: 0 2px; }
  .layui-box a, .layui-box .layui-laypage-curr { font-size: 14px; }
  .layui-box .layui-laypage-spr { width: 35px; height: 35px; line-height: 35px; font-size: 14px; }
  .layui-box a, .layui-box .layui-laypage-curr { width: 35px; height: 35px; line-height: 35px; margin: 0 2px; }
  .layui-laypage a, .layui-laypage span { padding: 0; }
  .layui-box { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .layui-box .layui-laypage-spr { margin: 0 2px; } }

/* 详情页切换 */
.q_switch .line { padding: 25px 40px; font-size: 16px; color: #333333; -webkit-transition: all 0.5s; transition: all 0.5s; background-color: #fff; }

.q_switch .line .tag { padding-right: 35px; position: relative; font-family: 'gilroy-bold'; }

.q_switch .line .tag::after { content: ' '; position: absolute; right: 0; width: 0; height: 0; border: 5px solid; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); -webkit-transition: all 0.5s; transition: all 0.5s; }

.q_switch .line.prev { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }

.q_switch .line.prev .tag::after { top: -webkit-calc(50% - 2px); top: calc(50% - 2px); border-color: transparent transparent #333333 transparent; }

.q_switch .line.next { border-bottom: 1px solid #e5e5e5; }

.q_switch .line.next .tag::after { top: -webkit-calc(50% + 2px); top: calc(50% + 2px); border-color: #333333 transparent transparent transparent; }

.q_switch .line .name { width: 72.72727%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-left: 45px; padding-left: 54px; position: relative; }

.q_switch .line .name::after { content: ' '; position: absolute; left: 0; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 1px; height: 30px; background-color: #d8d8d8; opacity: 0.5; }

.q_switch .line .time { color: #828282; font-size: 16px; -webkit-box-flex: 1; -webkit-flex: auto; -ms-flex: auto; flex: auto; text-align: right; }

.q_switch .line:hover { color: #003C88; }

.q_switch .line:hover .time { color: #003C88; }

.q_switch .line:hover.prev .tag::after { border-color: transparent transparent #003C88 transparent; }

.q_switch .line:hover.next .tag::after { border-color: #003C88 transparent transparent transparent; }

/* 详情页返回列表按钮 */
.q_details_back { display: block; font-family: 'gilroy-bold'; font-size: 16px; line-height: 54px; color: #333333; text-align: center; width: 180px; -webkit-border-radius: 27px; border-radius: 27px; margin: 0 auto; border: solid 1px rgba(0, 0, 0, 0.3); }

.q_details_back .iconfont { margin-left: 13px; }

@media (max-width: 1200px) { .q_switch .line { padding: 15px 30px; }
  .q_switch .line .name { width: 65%; margin-left: 35px; padding-left: 44px; } }

@media (max-width: 768px) { .q_switch .line .name { width: -webkit-calc(100% - 83px); width: calc(100% - 83px); margin-left: 15px; padding-left: 24px; }
  .q_switch .line .time { display: none; } }

@media (max-width: 640px) { .q_switch .line { padding: 10px; font-size: 14px; }
  .q_switch .line .tag { padding-right: 25px; }
  .q_switch .line .name { margin-left: 10px; padding-left: 15px; }
  .q_news_details .q_details_back { line-height: 45px; } }

/* 内页公用部分 */
#videoddd { max-width: 100%; height: auto !important; }

.details_txt video { max-width: 100%; height: auto !important; }

.mtop75 { margin-top: 75px; }

.mtop10 { margin-top: 10px; }

.mtop20 { margin-top: 20px; }

.downicon { position: relative; width: 16px; height: 16px; -webkit-border-radius: 50%; border-radius: 50%; background: #adb0b3; text-align: center; cursor: pointer; min-width: 16px; }

.downicon .di_icon { height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.downicon .di_icon > img { margin-top: 1px; margin-left: -0.5px; }

.downicon .di_describe { white-space: nowrap; max-width: 400px; z-index: 10; display: none; position: absolute; top: 28px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: rgba(0, 0, 0, 0.76); color: #fff; padding: 10px 15px; -webkit-border-radius: 10px; border-radius: 10px; }

.downicon .di_describe::after { display: block; content: ""; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: -8px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; -webkit-border-radius: 2px; border-radius: 2px; border-bottom: 8px solid rgba(0, 0, 0, 0.76); }

.downicon:hover .di_describe { display: block; }

.downicon:hover { background: #ff5a00; }

.downicon.goodixEmployee:hover { background: #004894; }

.w-e-bar { background: #f1f1f1 !important; }

.wang_editor { border: 1px solid #dee0e2; margin-bottom: 10px; cursor: auto; }

#editor-container { height: 145px; }

.wang_height { max-height: 400px; overflow-y: auto; }

.upload_file { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.upload_file input { display: none; }

.uploadBtn { cursor: pointer; padding: 14px 25px; background: #fff; -webkit-border-radius: 10px; border-radius: 10px; font-size: 15px; display: inline-block; margin-bottom: 10px; margin-right: 10px; }

.uploadBtn span { color: #999999; }

.uploadFile_list li { -webkit-border-radius: 10px; border-radius: 10px; color: #fff; padding: 14px 16px; background: #c3c3c3; margin-right: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 10px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.uploadFile_list li em { cursor: pointer; width: 25px; height: 25px; -webkit-border-radius: 50%; border-radius: 50%; background: #fff; display: block; margin-left: 16px; position: relative; }

.uploadFile_list li em::after { position: absolute; display: block; content: ""; width: 9px; height: 9px; background: url(https://www.goodix.com/zh/webimages/uploadclose.png) center no-repeat; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); left: 50%; }

.fileUploaded_list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.fileUploaded_list .fubox { -webkit-border-radius: 10px; border-radius: 10px; padding: 8px 10px; margin-right: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: 10px; border: 1px solid #e4dfdf; font-size: 12px; }

.fileUploaded_list .fubox i { margin-left: 5px; font-weight: bold; cursor: pointer; }

.fileUploaded_list .fubox.fileDel i { font-size: 12px; color: red; padding-top: 2px; }

/* 无消息时样式 */
.development_no_mes { text-align: center; padding-top: 130px; padding-bottom: 100px; }

.development_no_mes h2 { font-size: 48px; font-family: 'gilroy-light'; margin-bottom: 20px; }

.vulner_list .swiper-wrapper { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.vulner_list .swiper-slide { width: auto; }

.q_details_back { -webkit-transition: all 0.4s; transition: all 0.4s; }

.q_details_back i { display: none; }

.q_details_back:hover { background: #003C88; border-color: #003C88; color: #fff; }

.key_font_color { color: #f40909  !important; }

.noDeveloperBanner { height: 75px; }

.developers_header { -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.activityImg_list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.activityImg_list .item { width: -webkit-calc(50% - 15px); width: calc(50% - 15px); margin-bottom: 30px; margin-right: 30px; }

.activityImg_list .item:nth-child(2n) { margin-right: 0; }

.activity_main { padding-bottom: 60px; margin-top: -30px; }

.activityImg_desc { font-size: 30px; text-align: center; }

.layui-laypage { margin-bottom: 0 !important; margin-top: 25px; }

.alternate_container.alterMtop { margin-bottom: 60px; }

@media (max-width: 1260px) { .mtop75 { margin-top: 60px; }
  .noDeveloperBanner { height: 60px; } }

@media (max-width: 768px) { .newNews_content .nw_box .tit { height: auto; }
  .mtop75 { margin-top: 0; }
  .development_no_mes h2 { font-size: 22px !important; }
  .development_no_mes { padding-top: 50px !important; padding-bottom: 20px !important; }
  .development_no_mes img { max-width: 60%; }
  .tong_title { margin-bottom: 20px; }
  .index_shengyin video { top: 50%; }
  .newNews_content .nw_box .tit { font-size: 16px !important; line-height: 1.5 !important; }
  .activity_main { margin-top: 0; }
  .activityImg_desc { font-size: 20px; }
  .activity_main { padding-bottom: 30px; }
  .sensorIntroTwo { padding-top: 30px; }
  .noDeveloperBanner { display: none; }
  .developers_icon .deve_naozhong, .developers_icon .deve_user, .developers_icon .hicon_language { display: none; }
  .mobileicon_content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-top: 20px; }
  .mobileicon_content .deve_naozhong .nimg1 { display: none !important; }
  .mobileicon_content .deve_naozhong .nimg2 { display: block !important; }
  .mobileicon_content .deve_user { margin: 0 30px; } }

@media (max-width: 580px) { .downicon .di_describe { font-size: 12px; padding: 10px; }
  .uploadBtn { font-size: 12px; padding: 8px 10px; }
  .uploadFile_list li { font-size: 12px; padding: 8px 10px; }
  .uploadFile_list li em { width: 20px; height: 20px; }
  .index_shengyin .shengyin_box .indexsy_title { font-size: 16px; }
  .index_shengyin .shengyin_box .indexsy_link { width: auto; height: 40px; padding: 0 20px; font-size: 14px; }
  .fileUploaded_list .fubox { font-size: 12px; padding: 5px 10px; }
  .uploadFile_list li em::after { width: 6px; height: 6px; }
  .uploadFile_list li em { width: 15px; height: 15px; margin-left: 6px; }
  .tong_title { margin-bottom: 10px; }
  .headnav_content { padding-right: 0 !important; }
  .activityImg_list .item { width: 100%; margin-right: 0; margin-bottom: 15px; } }

.icon_dianzan1 { color: #ffd05c; }

.icon_shoucang1 { color: #ff7744; }

.icon_shoucang1 { color: #ff7744; }

.icon_xihuan2 { color: #f71b1b; }

.submit-info button { width: 150px !important; height: 50px !important; font-size: 16px !important; letter-spacing: 5px !important; }

.white-bg { background: #fff !important; }

.white-bg .bgBox { background: #fafafa !important; }

.gray-bg { background: #f1f3f5 !important; }

.gray-bg .bgBox { background: #fff !important; }

.capacitance_content .Overview dd img { max-height: 400px; margin: 0 auto; }

.fingerprintList { padding-top: 100px !important; }

.fingerprintList dl { padding-bottom: 60 !important; }

.innovative_main { background: #000000; padding-bottom: 80px; }

.innovative_list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.innovative_list .item { padding: 40px; -webkit-border-radius: 15px; border-radius: 15px; color: #fff; background-color: rgba(255, 255, 255, 0.1); }

.innovativeTwo_list .item { margin-right: 50px; width: -webkit-calc(50% - 25px); width: calc(50% - 25px); }

.innovativeTwo_list .item:nth-child(2n) { margin-right: 0; }

.innovativeThree_list .item { margin-right: 30px; width: -webkit-calc(33.3333% - 60px / 3); width: calc(33.3333% - 60px / 3); }

.innovativeThree_list .item:nth-child(3n) { margin-right: 0; }

.innovative_list .item .innov_title { font-size: 26px; line-height: 1.3; margin-bottom: 20px; }

.innovative_list .item .innov_desc { font-size: 16px; line-height: 1.4; opacity: 0.8; }

.innov_Overview { font-size: 14px; line-height: 1.3; opacity: 0.8; margin-top: 20px; }

.innovative_list .item .innov_Overview p { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 15px; }

.innovative_list .item .innov_Overview p i { background: #39bbb8; width: 7px; height: 7px; -webkit-border-radius: 50%; border-radius: 50%; margin-right: 8px; margin-top: 6px; min-width: 7px; }

.applicationNav .block .txt { display: none !important; }

.app_active .title { color: #003C88 !important; }

.SmartphoneBox { position: relative; }

@-webkit-keyframes downani { 0% { -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% { -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes downani { 0% { -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% { -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

.twodown_cont { display: none !important;position: absolute; left: 50%; bottom: 40px; margin-left: -15px; -webkit-animation: downani 1s linear infinite; animation: downani 1s linear infinite; }

.twodown_cont img { width: 30px; }

@media (max-width: 1260px) { .innovative_list .item .innov_title { font-size: 22px; } }

@media (max-width: 768px) { .fingerprintList { padding-top: 60px !important; }
  .innovative_list .item { width: 100% !important; margin-right: 0 !important; margin-bottom: 20px; }
  .innovative_main { padding-bottom: 60px; padding-top: 30px; }
  .member_messagedown { display: none !important; }
  .mobileicon_content .member_messagedown { display: none !important; }
  .mobileicon_content .userinfo_downbox { right: auto; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
  .mobileicon_content .userinfo_downbox::after { right: auto; left: 50%; -webkit-transform: translateX(-50%) rotate(-45deg); -ms-transform: translateX(-50%) rotate(-45deg); transform: translateX(-50%) rotate(-45deg); }
  .userinfo_downbox .ud_button a { padding: 0 !important; } }

@media (max-width: 580px) { .fingerprintList { padding-top: 30px !important; }
  .innovative_list .item { padding: 20px 15px; }
  .innovative_list .item .innov_title { font-size: 18px; }
  .innovative_list .item .innov_desc { font-size: 14px; }
  .innov_Overview { font-size: 12px; }
  .innovative_list .item .innov_title { margin-bottom: 15px; }
  .innovative_list .item .innov_Overview p i { margin-top: 2px; }
  .innovative_main { padding-bottom: 30px; }
  .fingerprint_links { font-size: 14px; height: 45px; line-height: 45px; width: 130px; }
  .layui-box a, .layui-box .layui-laypage-curr, .layui-box .layui-laypage-spr { font-size: 12px; width: 30px; height: 30px; line-height: 30px !important; }
  .SmartphoneBox .twodown_cont { bottom: 20px; }
  .layui-laypage { margin-top: 15px; }
  .developers_header .devename img { height: auto !important; }
  .developers_header .devename { margin-left: 10px; padding-left: 10px; }
  .developers_header .developers_logo img { height: 20px; } }

@media (min-width: 1260px) { .header_right { width: 235px; } }

.proMulti_links > .read_more { border-color: #9aa4bd !important; }

.proMulti_content .user_link a { background: none !important; border: 1px solid #9aa4bd !important; color: #333 !important; -webkit-transition: all 0.4s; transition: all 0.4s; }

.proMulti_links > .read_more:hover, .proMulti_content .user_link a:hover { background: #9aa4bd !important; -webkit-box-shadow: none !important; box-shadow: none !important; color: #fff !important; }

.overviewThree_table table th, .documen_table table th, .viewPro_teble table th, .productCategories_table table th, .reference_table table th { background: #9aa4bd !important; border-color: #c0c6d6  !important; }

.overviewThree_table::-webkit-scrollbar-thumb, .viewPro_teble::-webkit-scrollbar-thumb, .productCategories_table::-webkit-scrollbar-thumb, .reference_table::-webkit-scrollbar-thumb { background: #9aa4bd !important; }
.ppbtnbox img { box-shadow: none !important;}

.cookie_remind_content { padding: 40px 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-right: 80px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }


.cookie_link a { padding: 0 25px; }


.cookie_remind_desc { text-align: left; width: -webkit-calc(100% - 170px); width: calc(100% - 170px); }


.tips_popup .mask .box, .tips_popup.alertPopup .mask .box { padding: 40px 30px; }


.tips_popup .mask .box .abstract .abstract_text, .tips_popup .mask .box .title { font-size: 18px; }


.tips_popup .mask .box .icon img { width: 35px; }


.alert_btn .determine_btn, .alert_btn .cancelbb_btn { font-size: 14px; width: 120px; height: 40px; line-height: 40px; }


.cookie_remind_desc a { color: #003C88; text-decoration: underline; }


.close_cookie { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }


.formtags_list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 14px; color: #828282; }


.formtags_list .item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-right: 25px; cursor: pointer; margin-top: 10px; }


.formtags_list .item:last-child { margin-right: 0; }


.formtags_list .item i { position: relative; width: 14px; height: 14px; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #a6a5aa; margin-right: 10px; display: block; }


.formtags_list .item i::after { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #003C88; width: 6px; height: 6px; display: none; content: ""; -webkit-border-radius: 50%; border-radius: 50%; }


.formtags_list .item.active i::after { display: block; }


.formtags_list .item.active i { border-color: #003C88; }


.formtags_list .item.active { color: #333; }


.tagInput { height: 0; visibility: hidden; }


.formtags_text { text-align: left; width: 100%; }


.formtags_text span { color: #fe0e0e; }


.cookie_link { margin-top: 0; }


.formtags_en_list .item { margin-right: 0 !important; min-width: -webkit-calc(100% / 7); min-width: calc(100% / 7); padding-right: 10px; }


@media (max-width: 768px) { .cookie_remind_content { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .cookie_remind_desc { width: 100%; }
  .cookie_link a { height: 35px; line-height: 35px; }
  .cookie_remind_content { padding: 15px 30px 15px 0; }
  .close_cookie { top: 15%; } 
    .index-bot5 { height: 70vh; }
}

