::selection {
	background: #ef0003;
	color: #fff
}

::-moz-selection {
	background: #ef0003;
	color: #fff
}

::-webkit-selection {
	background: #ef0003;
	color: #fff
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
ol,
em,
i,
strong,
b,
u,
dd,
dt,
dl,
td,
table,
th,
tr,
a,
button,
input,
form {
	margin: 0;
	padding: 0
}

body,
html {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: "微软雅黑", Arial;
	background: #fff
}

@media all and (max-width: 860px) {

	body,
	html {
		font-size: 14px
	}
}

body {
	overflow-x: hidden
}

li,
ol {
	list-style: none
}

a,
u {
	color: inherit;
	text-decoration: none
}

img {
	border: 0
}

em {
	font-style: normal
}

button,
input[type='submit'] {
	border: 0;
	color: inherit;
	background: none;
	cursor: pointer;
	outline: none
}

button:active,
input:active[type='submit'] {
	outline: none
}

input[type="password"],
input[type="checkbox"],
input[type="file"],
input[type="radio"],
input[type="text"],
textarea,
select {
	color: inherit;
	outline: 0px;
	border: 0;
	background: #fff
}

select {
	vertical-align: middle;
	height: 22px
}

section,
article,
aside,
header,
footer,
hgroup,
figure,
figcaption,
main,
nav {
	display: block
}

.wrap {
	overflow: hidden;
	position: relative
}

.main {
	margin: auto;
	width: 1300px;
	box-sizing: border-box;
	position: relative
}

.main:after,
.clear:after,
#pageheaderTit div:after,
#pageMain.pageProList .page:after {
	content: '';
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
	overflow: hidden !important
}

@media all and (max-width: 1300px) {
	.main {
		width: 100%
	}
}

.dba a,
.dbem em,
.dbimg img,
.dbspan span,
.dbi i,
.dbb b,
.dbu u,
.dbstrong strong {
	display: block
}

.db *:not(script) {
	display: block
}

.fff {
	color: #fff
}

.fl {
	float: left
}

.fr {
	float: right
}

.tac {
	text-align: center
}

.dn {
	display: none !important
}

.vh {
	visibility: hidden
}

.imp {
	font-family: Impact
}

.askUs {
	padding-bottom: 80px;
	position: relative
}

.askUs::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.7);
	z-index: 1;
	width: 560px;
	height: 100%;
	margin: auto
}

.askUs ul {
	width: 450px;
	margin: auto;
	position: relative;
	overflow: initial !important;
	z-index: 2
}

.askUs h1.tit {
	text-align: center;
	margin-bottom: 35px;
	font-size: 36px
}

.askUs li {
	float: none !important;
	width: 100% !important
}

.askUs li.input {
	height: 60px
}

.askUs li.input span {
	line-height: 60px;
	display: inline-block;
	width: 100px;
	font-weight: 700
}

.askUs li.input input {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-indent: 0.5em;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #c4c4c4;
	margin-top: 10px;
	width: 337.5px;
	float: right
}

.askUs li.input input:focus {
	box-shadow: 0 0 15px 0 #11ce66;
	border: 3px solid #11ce66
}

.askUs li.input::after {
	content: '';
	display: block;
	clear: both
}

.askUs li.label {
	margin-top: 15px
}

.askUs li.label label {
	width: 33.3333%;
	display: block;
	float: left;
	position: relative;
	text-align: center;
	line-height: 2;
	cursor: pointer
}

.askUs li.label label:not(:last-child):before {
	content: '';
	height: 45%;
	top: 0;
	bottom: 0;
	position: absolute;
	right: 0;
	width: 1px;
	background: #000;
	margin: auto
}

.askUs li.label p {
	display: none
}

.askUs li.textarea {
	margin-bottom: 25px
}

.askUs li.textarea textarea {
	width: 100%;
	height: 160px;
	border: 1px solid #ccc;
	display: block;
	margin-top: 15px;
	line-height: 2;
	font-size: 16px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

.askUs li.ed {
	width: 50%;
	float: left
}

.askUs li.ed span {
	width: 80px;
	display: block;
	float: left
}

.askUs li.ed span img {
	width: 100%;
	height: 36px
}

.askUs li.ed input {
	float: left;
	height: 36px;
	width: 100px;
	margin-left: 5px;
	border: 1px solid #ccc;
	text-align: center
}

.askUs li.submit {
	width: 50%;
	height: 36px;
	text-align: center;
	color: #fff;
	background: #000;
	z-index: 1;
	position: relative;
	margin-top: 15px
}

.askUs li.submit::after {
	content: '';
	opacity: 1;
	width: 100%;
	top: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: absolute;
	left: 0;
	height: 100%;
	background: #11ce66;
	z-index: -1;
	visibility: visible;
	transform: scale(1)
}

.askUs li.submit:hover::after {
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1, 1.3)
}

.askUs li.submit input[type="submit"] {
	width: 100%;
	height: 100%;
	display: block
}

@media all and (max-width: 670px) {
	.askUs::before {
		width: 100%
	}

	.askUs ul {
		width: 95%
	}
}

@media all and (max-width: 360px) {
	.askUs li.input input {
		width: 98%
	}

	.askUs li.submit,
	.askUs li.ed {
		margin-bottom: 15px;
		float: none
	}
}

#underPhone {
	display: none
}

@media all and (max-width: 800px) {
	#underPhone {
		display: block;
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 99;
		width: 95%;
		margin: auto;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		background: linear-gradient(45deg, #ef0003, #ffae1e);
		color: #fff;
		text-align: center;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5)
	}

	#underPhone li {
		width: 33.3333%;
		box-sizing: border-box;
		float: left;
		line-height: 3.5
	}
}

@media (max-width: 800px) {
	.sm {
		display: block !important
	}

	.lg {
		display: none !important
	}
}

@media (min-width: 801px) {
	.sm {
		display: none !important
	}

	.lg {
		display: block !important
	}
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height: 90px
}

#header .logo {
	margin-top: -20px;
	margin-left: 65px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 896px) {
	#header { display: flex; }
	#header .logo { margin: auto 65px; }
	#header img#logo {
		content: url(./icon1.png);
		height: 60px;
	}
}
@media (max-width: 400px) {
	#header .logo {
		transform: scale(0.8) translateX(-45px)
	}
}

#header nav {
	overflow: hidden;
	line-height: 96px;
	color: #000;
	text-align: center;
	height: 100%;
	overflow: hidden;
	margin-right: 70px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	right: 0
}

#header nav a {
	float: left;
	width: 126px;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#header nav a span {
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#header nav a:hover span,
#header nav a.act span {
	top: -100px;
	display: inline-block
}

#header nav a:hover span span:nth-of-type(1),
#header nav a.act span span:nth-of-type(1) {
	transition-delay: .0125s
}

#header nav a:hover span span:nth-of-type(2),
#header nav a.act span span:nth-of-type(2) {
	transition-delay: .025s
}

#header nav a:hover span span:nth-of-type(3),
#header nav a.act span span:nth-of-type(3) {
	transition-delay: .0375s
}

#header nav a:hover span span:nth-of-type(4),
#header nav a.act span span:nth-of-type(4) {
	transition-delay: .05s
}

#header nav a:hover::before,
#header nav a.act::before {
	top: 0
}

#header nav a::before {
	content: attr(data-en);
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#header nav a:not(:last-child)::after {
	content: '/';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#header nav a span:nth-of-type(1) {
	transition-delay: .05s
}

#header nav a span:nth-of-type(2) {
	transition-delay: .0375s
}

#header nav a span:nth-of-type(3) {
	transition-delay: .025s
}

#header nav a span:nth-of-type(4) {
	transition-delay: .0125s
}

/* @media (max-width: 1260px) {
	#header nav {
		font-size: 14px
	}

	#header nav a {
		width: 100.8px
	}
}

@media (max-width: 1090px) {
	#header nav {
		overflow: hidden;
		visibility: hidden;
		right: -100%;
		position: absolute
	}
}

@media (max-width: 1024px) {
	#header {
		position: fixed
	}
} */

@media (max-width: 1500px) {
	#header nav {
		font-size: 14px !important;
	}

	#header nav a {
		width: 100.8px;
	}
}

@media (max-width: 1350px) {
	#header nav {
		overflow: hidden !important;
		visibility: hidden !important;
		right: -100% !important;
		position: absolute !important;
	}
}

@media (max-width: 1024px) {
	#header {
		position: fixed !important;
	}
}

#navBtn {
	width: 70px;
	background: #00427f;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: fixed;
	display: block;
	z-index: 1001;
	right: 0;
	top: 0;
	height: 90px
}

#navBtn::before,
#navBtn::after {
	content: '';
	position: absolute;
	display: block;
	width: 22px;
	right: 0;
	left: 0;
	margin: auto;
	height: 4px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	transform-origin: left
}

#navBtn::before {
	border-top: 4px solid currentcolor;
	border-bottom: 4px solid currentcolor;
	top: 35px
}

#navBtn::after {
	top: 51px;
	background: currentcolor
}

#navBtn.act {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	height: 70px
}

#navBtn.act::before {
	transform: rotateZ(45deg);
	border-bottom: 0;
	height: 0;
	width: 23px;
	top: 26px;
	left: 5px
}

#navBtn.act::after {
	transform: rotateZ(-45deg);
	width: 23px;
	top: 42px;
	left: 5px
}

@media (max-width: 1024px) {
	#navBtn {
		position: fixed
	}
}

@media (max-width: 500px) {
	#navBtn {
		transform: scale(0.8)
	}
}

#navShow {
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow: hidden;
	width: 0
}

#navShow ul {
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#navShow li {
	float: left;
	width: 14.2857142857%;
	box-sizing: border-box;
	position: relative;
	height: 100%;
	padding: 0 25px;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
	z-index: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#navShow li:hover,
#navShow li.act {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	z-index: 2
}

#navShow li:nth-of-type(1) {
	background: rgba(255, 255, 255, 0.55)
}

#navShow li:nth-of-type(1):hover,
#navShow li:nth-of-type(1).act {
	background: #fffffb
}

#navShow li:nth-of-type(2):hover,
#navShow li:nth-of-type(2).act {
	background: #fffffb
}

#navShow li:nth-of-type(3) {
	background: rgba(255, 255, 255, 0.55)
}

#navShow li:nth-of-type(3):hover,
#navShow li:nth-of-type(3).act {
	background: #fffffb
}

#navShow li:nth-of-type(4):hover,
#navShow li:nth-of-type(4).act {
	background: #fffffb
}

#navShow li:nth-of-type(5) {
	background: rgba(255, 255, 255, 0.55)
}

#navShow li:nth-of-type(5):hover,
#navShow li:nth-of-type(5).act {
	background: #fffffb
}

#navShow li:nth-of-type(6):hover,
#navShow li:nth-of-type(6).act {
	background: #fffffb
}

#navShow li:nth-of-type(7) {
	background: rgba(255, 255, 255, 0.55)
}

#navShow li:nth-of-type(7):hover,
#navShow li:nth-of-type(7).act {
	background: #fffffb
}

#navShow li::before {
	content: '';
	display: block;
	height: 32%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#navShow li a {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}

#navShow li>a {
	font-weight: 700;
	color: #ef0003;
	padding-bottom: 30px;
	position: relative;
	font-size: 20px;
	margin-bottom: 15px
}

#navShow li>a::before {
	content: attr(data-en);
	position: absolute;
	display: block;
	color: #9a9a9a;
	font-size: 12px;
	bottom: 0;
	left: 0;
	font-weight: 100
}

#navShow li>a::after {
	content: '';
	display: block;
	height: 2px;
	width: 2.5em;
	background: #ccc;
	position: absolute;
	bottom: 21px;
	left: 0
}

#navShow li>div {
	overflow: hidden;
	height: calc(100% - 35px - 60px - 33px)
}

#navShow li>div>div {
	overflow: auto;
	width: calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: -webkit-calc(100% + 10px);
	height: 100%
}

#navShow li>div a {
	color: #9a9a9a;
	font-size: 14px;
	line-height: 2
}

#navShow li>div a:hover,
#navShow li>div a.act {
	text-decoration: underline
}

#navShow li>div a.act {
	color: #ef0003
}

@media (max-width: 1200px) {
	#navShow li {
		width: 25%;
		height: 50%
	}

	#navShow li::before {
		height: 35px
	}

	#navShow li:nth-of-type(1) {
		background: rgba(255, 255, 255, 0.55)
	}

	#navShow li:nth-of-type(2) {
		background: none
	}

	#navShow li:nth-of-type(3) {
		background: rgba(255, 255, 255, 0.55)
	}

	#navShow li:nth-of-type(4) {
		background: none
	}

	#navShow li:nth-of-type(5) {
		background: none
	}

	#navShow li:nth-of-type(6) {
		background: rgba(255, 255, 255, 0.55)
	}

	#navShow li:nth-of-type(7) {
		background: none
	}
}

@media (max-width: 1024px) {
	#navShow {
		position: fixed;
	}
}

@media (max-width: 1024px) {
	#navShow {
		background: rgba(255,255,255,1);
	}
	#navShow ul {
		overflow: auto;
	}

	#navShow li {
		width: 50%;
		height: 20%;
		border: 0.5px solid rgba(0, 0, 0, 0.1)
	}

	#navShow li::before {
		height: 35px
	}

	#navShow li:nth-of-type(1) {
		background: none
	}

	#navShow li:nth-of-type(2) {
		background: rgba(255, 255, 255, 0.55)
	}

	#navShow li:nth-of-type(3) {
		background: rgba(255, 255, 255, 0.55)
	}

	#navShow li:nth-of-type(4) {
		background: none
	}

	#navShow li:nth-of-type(5) {
		background: none
	}

	#navShow li:nth-of-type(6) {
		background: rgba(255, 255, 255, 0.55)
	}

	#navShow li:nth-of-type(7) {
		background: rgba(255, 255, 255, 0.55)
	}
}

@media (max-width: 490px) {
	#navShow li {
		float: none;
		width: 100%;
		padding-bottom: 25px;
		height: auto;
		background: rgba(255, 255, 255, 0.55) !important
	}
}

#main {
	height: 100%
}

.section {
	box-sizing: border-box;
	overflow: hidden
}

.section:not(:nth-of-type(1)) .fp-tableCell {
	padding-top: 90px
}

@media (max-width: 1024px) {
	.section:not(:nth-of-type(1)) .fp-tableCell {
		padding-top: 0
	}
}

.fp-tableCell {
	height: 100% !important
}

#pageNub {
	position: fixed;
	bottom: 50px;
	right: 25px;
	z-index: 100;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 640px) {
	#pageNub {
		display: none
	}
}

#pageNub div {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	color: #00427f;
	font-size: 14px;
	line-height: 1.7;
	width: 65px;
	height: 80px;
	cursor: pointer
}

#pageNub nav {
	position: absolute;
	font-size: 14px;
	color: #ef0003;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 120px;
	line-height: 2
}

#pageNub nav a {
	position: relative;
	overflow: hidden
}

#pageNub nav a em {
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	float: right;
	margin-right: 7px;
	display: block
}

@media (min-width: 1024px) {
	#pageNub nav a:hover::before {
		background: #ef0003;
		height: 4px;
		width: 2.3em
	}

	#pageNub nav a:hover em {
		opacity: 1
	}
}

#pageNub nav a.act::before {
	background: #ef0003;
	height: 4px;
	width: 3em
}

#pageNub nav a.act em {
	opacity: 1
}

#pageNub nav a::before {
	content: '';
	width: 1.5em;
	margin: auto;
	background: rgba(239, 0, 3, 0.5);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: right;
	height: 3px;
	display: block;
	margin-top: 0.7em
}

@media (max-width: 1024px) {
	#pageNub nav a {
		right: -24px;
		font-size: 12px
	}

	#pageNub nav a em {
		margin-right: 0;
		clear: both;
		padding-bottom: 7px
	}

	#pageNub nav a::before {
		position: absolute;
		right: 0;
		bottom: 0
	}
}

@media (max-width: 525px) {
	#banner {
		padding-top: 90px
	}
}

#banner ul {
	position: relative;
	overflow: hidden;
	width: 500%
}

#banner li {
	width: 20%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left
}

#banner img {
	width: 100%;
	height: 100%
}

@media (min-height: 1000px) and (min-width: 1207px) {
	#banner img {
		width: auto
	}
}

@media (min-height: 1000px) and (min-width: 1207px) and (min-width: 1800px) {
	#banner img {
		width: 100%;
		height: auto
	}
}

@media (max-width: 1024px) {
	#banner img {
		height: auto
	}
}

#banner aside {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	height: 33.3333%;
	text-align: center;
	z-index: 9
}

#banner aside:hover div {
	bottom: 0
}

#banner aside div {
	position: absolute;
	bottom: -100%;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#banner aside span {
	width: 270px;
	display: inline-block;
	margin: 0 10px;
	padding-bottom: 25px;
	position: relative
}

#banner aside span::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (min-width: 1024px) {

	#banner aside span:hover img,
	#banner aside span.act img {
		border: 3px solid #ff9000;
		transform: scale(1.05)
	}

	#banner aside span:hover::after,
	#banner aside span.act::after {
		background: #ff9000
	}
}

@media (max-width: 1023px) {

	#banner aside span:active img,
	#banner aside span.act img {
		border: 3px solid #ff9000;
		transform: scale(1.05)
	}

	#banner aside span:active::after,
	#banner aside span.act::after {
		background: #ff9000
	}
}

#banner aside img {
	width: 100%;
	border: 3px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 1024px) {
	#banner aside {
		position: relative
	}

	#banner aside div {
		position: relative;
		bottom: 0
	}

	#banner aside span {
		width: 31%;
		margin: 15px 1%;
		padding-bottom: 0
	}

	#banner aside span::after {
		display: none
	}
}

#product {
	background: #fbfbfb
}

#product aside {
	background: url(../image/bg0.jpg) no-repeat center top;
	background-size: cover;
	width: 18.2291666667%;
	height: 100%;
	float: left;
	position: relative;
	user-select: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	overflow: hidden
}

#product .titleIndex {
	display: none
}

@media (max-width: 1300px) {
	#product .titleIndex {
		display: block;
		text-align: center;
		margin-top: 70px;
		color: #ef0003;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
}

@media (max-width: 1300px) and (max-width: 1440px) {
	#product .titleIndex {
		margin-top: 60px
	}
}

@media (max-width: 1300px) and (max-width: 1024px) {
	#product .titleIndex {
		margin-top: 50px
	}
}

@media (max-width: 1300px) and (max-width: 550px) {
	#product .titleIndex {
		margin-top: 20px
	}
}

@media (max-width: 1300px) {
	#product .titleIndex h3 {
		font-size: 32px;
		line-height: 1.8;
		position: relative;
		margin-bottom: 6px
	}

	#product .titleIndex h3::before {
		content: '';
		height: 1px;
		width: 690px;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		display: block;
		background: currentcolor
	}
}

#product aside hgroup {
	width: 150px;
	position: absolute;
	top: 100px;
	right: 0;
	left: 0;
	margin: auto
}

#product aside hgroup h3 {
	font-size: 32px;
	line-height: 1.5;
	color:#00427f;
}

#product aside hgroup em {
	font-size: 18px;
	color: #00427f;
	margin-bottom: 1.5em;
	display: block
}

#product aside hgroup p {
	font-size: 21px;
	color: #666;
	line-height: 1.7;
	font-weight: 100
}

#product aside hgroup::after {
	content: '';
	position: absolute;
	top: 120%;
	left: 0;
	width: 1px;
	background: #666;
	height: 100%
}

@media (max-width: 1300px) {
	#product aside {
		width: 0
	}
}

#product article {
	width: 81.7708333333%;
	float: right;
	height: 100%;
	position: relative;
	z-index: 1;
	padding-left: 100px;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#product article .aboutPic {
	max-width: 910px;
	height: 605px;
	background: url(../image/pic.png) no-repeat center;
	right: 0;
	bottom: 95px;
	display: block;
	position: absolute;
	z-index: -2;
	width: 100%;
	background-size: contain;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 1850px) {
	#product article .aboutPic {
		opacity: 0.1;
		background-position: bottom
	}
}

@media (max-width: 1515px) {
	#product article {
		padding-left: 50px
	}
}

@media (max-width: 1300px) {
	#product article {
		width: 100%
	}

	#product article .aboutPic {
		bottom: 0;
		height: 100%
	}
}

@media (max-width: 1060px) {
	#product article {
		float: none;
		width: 100%;
		margin: auto;
		padding: 0 15px
	}
}

@media (max-width: 1024px) {
	#product article {
		padding-bottom: 55px
	}
}

#product article nav {
	margin-top: 130px;
	line-height: 3.5;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
	padding-bottom: 6px
}

#product article nav::before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	background: #ededed;
	height: 4px;
	width: 100%;
	bottom: 6px;
	left: 0
}

#product article nav:after {
	content: '';
	display: block;
	height: 0;
	clear: both
}

@media (max-width: 1440px) {
	#product article nav {
		margin-top: 90px
	}
}

@media (max-width: 1060px) {
	#product article nav {
		margin-top: 20px
	}

	#product article nav::before,
	#product article nav:after {
		display: none
	}
}

#product article nav a {
	font-size: 18px;
	color: #222222;
	display: block;
	float: left;
	margin-right: 50px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}

#product article nav a.act,
#product article nav a:hover {
	color: #00427f
}

#product article nav a.act::after,
#product article nav a.act::before,
#product article nav a:hover::after,
#product article nav a:hover::before {
	opacity: 1
}

#product article nav a::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 6px;
	width: 100%;
	left: 0;
	background: #00427f;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#product article nav a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	bottom: -6px;
	right: 0;
	left: 0;
	margin: auto;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ef0003;
	position: absolute;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 1850px) {
	#product article nav a {
		font-size: 16px;
		margin-right: 25px
	}
}

@media (max-width: 1450px) {
	#product article nav a {
		font-size: 14px
	}
}

@media (max-width: 1060px) {
	#product article nav a {
		width: 48%;
		margin: 1%;
		border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		background: #ef0003;
		color: #fff;
		text-align: center
	}

	#product article nav a.act {
		color: #fff;
		background: #ff9000
	}

	#product article nav a::before,
	#product article nav a::after {
		display: none
	}
}

#product article ul {
	margin-top: 90px;
	overflow: hidden;
	/* width: 600px; */
	width: 850px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding-bottom: 35px
}

@media (max-width: 1440px) {
	#product article ul {
		margin-top: 20px
	}
}

#product article ul>div {
	overflow: hidden;
	width: 600%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	left: 0
}

@media (max-width: 1060px) {
	#product article ul {
		margin-top: 40px
	}
}

@media (max-width: 640px) {
	#product article ul {
		width: 100%
	}
}

#product article li {
	float: left;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 16.6666666667%
}

#product article li h3 {
	font-size: 30px;
	color: #212121;
	line-height: 2.5;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#product article li div a {
	color: #3d3d3d;
	line-height: 2.5;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block;
	width: 40%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-right: 5%
}

#product article li div a em {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#product article li div a:hover::before {
	width: 100%;
	visibility: visible
}

#product article li div a::before {
	content: attr(data-txt);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	border-bottom: 1px dashed #ef0003;
	visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
	white-space: nowrap;
	z-index: 2;
	color: #ef0003;
	width: 0;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}

@media (max-width: 520px) {
	#product article li h3 {
		font-size: 22px
	}
}

@media (max-width: 450px) {
	#product article li h3 {
		font-size: 18px
	}
}

#product article>span {
	width: 162px
}

#product article>span em {
	width: 14px;
	height: 3px;
	margin-right: 13px;
	background: #d2d2d2;
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#product article>span em.act {
	background: #ef0003
}

#product article>span em::before {
	content: '';
	width: 200%;
	height: 500%;
	top: -250%;
	left: -50%;
	position: absolute;
	display: block
}

#products {
	background: url(../image/bg1.jpg) no-repeat center top;
	background-size: cover;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 1024px) {
	#products {
		padding-bottom: 46px
	}
}

#products hgroup {
	margin-top: 70px;
	color: #ef0003;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 1440px) {
	#products hgroup {
		margin-top: 60px
	}
}

@media (max-width: 1024px) {
	#products hgroup {
		margin-top: 50px
	}
}

@media (max-width: 550px) {
	#products hgroup {
		margin-top: 40px
	}
}

#products hgroup h3 {
	font-size: 32px;
	line-height: 1.8;
	position: relative;
	margin-bottom: 6px
}

#products hgroup h3::before {
	content: '';
	height: 1px;
	width: 690px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	background: currentcolor
}

#products article {
	max-width: 1560px;
	position: relative;
	width: 100%;
	margin: auto;
	margin-top: 40px
}

#products article a {
	width: 325px;
	float: left;
	margin: 19px;
	box-sizing: border-box;
	padding: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block;
	position: relative
}

#products article a span {
	overflow: hidden;
	border-radius: 0deg;
	-moz-border-radius: 0deg;
	-webkit-border-radius: 0deg;
	display: block
}

#products article a img {
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block
}

#products article a:hover img {
	transform: scale(1.1)
}

#products article a:hover em {
	background: rgba(239, 0, 3, 0.8);
	color: #fff
}

#products article a em {
	text-align: center;
	font-size: inherit;
	background: #000;
	color: #fff;
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 3;
	left: 0;
	line-height: 2.5
}

@media (max-width: 550px) {
	#products article {
		margin-top: 30px
	}
}

#productRoll {
	max-width: 1400px;
	margin: auto;
	width: 90%;
	overflow: hidden
}

#products article>div>div {
	overflow: hidden
}

@media (max-width: 1024px) {
	#products article a {
		width: 250px
	}
}

@media (max-width: 680px) {
	#products article a {
		width: 150px
	}

	#products article a em {
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis
	}
}

#products aside {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 0;
	margin: auto
}

@media (max-width: 1024px) {
	#products aside {
		display: none
	}
}

#products aside span {
	display: block;
	width: 50px;
	height: 50px;
	background: #fff;
	margin-top: -25px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#products aside span:hover {
	background: #4d4d4d
}

#products aside span:hover::before {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff
}

#products aside span:first-child {
	float: left
}

#products aside span:first-child::before {
	transform: rotateZ(135deg);
	left: 10px
}

#products aside span:last-child {
	float: right
}

#products aside span:last-child::before {
	transform: rotateZ(-45deg);
	right: 10px
}

#products aside span::before {
	content: '';
	width: 17px;
	height: 17px;
	border-bottom: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#products footer {
	margin-top: 40px
}

#products footer a {
	width: 140px;
	line-height: 35px;
	display: inline-block
}

#products footer a:first-child {
	color: #fff;
	background: #ef0003
}

#products footer a:last-child {
	color: #595959;
	background: #fff
}

#about aside.fl {
	width: 40%;
	overflow: hidden
}

#about aside.fl img {
	height: 100%;
	display: block
}

#about article {
	width: 60%;
	float: right
}

#about article hgroup {
	margin-top: 7%;
	color: #ef0003;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-bottom: 40px
}

@media (max-width: 1024px) {
	#about article hgroup {
		margin-top: 70px
	}
}

@media (max-width: 550px) {
	#about article hgroup {
		margin-top: 50px
	}
}

#about article hgroup h3 {
	font-size: 32px;
	line-height: 1.8;
	position: relative;
	margin-bottom: 6px
}

#about article hgroup h3::before {
	content: '';
	height: 1px;
	width: 690px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	background: currentcolor
}

#about article hgroup+div {
	color: #656565;
	line-height: 32px;
	text-align: center;
	margin-bottom: 60px;
	max-width: 885px;
	width: 95%;
	margin: auto
}

#aboutRoll {
	position: relative;
	max-width: 835px;
	width: 95%;
	margin: auto;
	overflow: hidden
}

#aboutRoll a {
	width: 220px;
	float: left;
	margin: 15px;
	box-sizing: border-box;
	padding: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block;
	position: relative;
	height: 160px
}

#aboutRoll a span {
	overflow: hidden;
	height: 100%;
	border-radius: 0deg;
	-moz-border-radius: 0deg;
	-webkit-border-radius: 0deg;
	display: block
}

#aboutRoll a img {
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block
}

#aboutRoll a:hover img {
	transform: scale(1.1)
}

#aboutRoll a:hover em {
	opacity: 1
}

#aboutRoll a:hover em {
	background: rgba(0, 0, 0, 0.5);
	color: #fff
}

#aboutRoll a em {
	text-align: center;
	font-size: inherit;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 3;
	left: 0;
	height: 100%;
	line-height: 160px;
	opacity: 0
}

#aboutRoll>div {
	width: 85%;
	margin: auto;
	overflow: hidden
}

#aboutRoll>div div {
	width: 1540px;
	overflow: hidden
}

@media (max-width: 1440px) {
	#aboutRoll>div {
		width: 95%
	}
}

#aboutRoll aside {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 0;
	margin: auto;
	z-index: 9;
	width: 95%
}

#aboutRoll aside span {
	width: 32px;
	display: block;
	height: 32px;
	border-bottom: 3px solid #ccc;
	border-right: 3px solid #ccc;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	margin-top: -16px
}

#aboutRoll aside span:hover {
	border-bottom: 3px solid #ef0003;
	border-right: 3px solid #ef0003
}

#aboutRoll aside span:first-child {
	float: left;
	transform: rotateZ(135deg)
}

#aboutRoll aside span:last-child {
	float: right;
	transform: rotateZ(-45deg)
}

@media (max-width: 1440px) {
	#aboutRoll aside {
		display: none
	}
}

#about article ul {
	overflow: hidden;
	max-width: 750px;
	margin: auto;
	margin-top: 50px;
	width: 100%
}

@media (max-height: 800px) {
	#about article ul {
		display: none
	}
}

#about article ul li {
	width: 33.3333%;
	float: left
}

#about article ul h4 {
	font-size: 60px;
	color: #ef0003;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#about article ul h4::after {
	content: attr(data-txt);
	font-size: 18px;
	vertical-align: bottom;
	font-weight: 500
}

#about article ul p {
	color: #656565;
	line-height: 2
}

@media (max-width: 1366px) {
	#about aside.fl {
		position: absolute;
		z-index: 1;
		width: 100%;
		float: left
	}

	#about aside.fl img {
		height: auto;
		width: 100%
	}

	#about article {
		position: relative;
		z-index: 2;
		background: rgba(255, 255, 255, 0.85);
		float: none;
		width: 100%;
		overflow: hidden;
		height: 100%
	}

	#about article hgroup {
		margin-top: 2%;
		margin-bottom: 20px
	}

	#aboutRoll {
		margin-top: 15px;
		max-width: 925px
	}

	#aboutRoll>div {
		width: 85%
	}

	#aboutRoll aside {
		display: block
	}

	#aboutRoll aside span {
		border-bottom: 3px solid #ef0003;
		border-right: 3px solid #ef0003
	}

	#about article ul {
		display: block;
		margin-top: 0
	}
}

@media (max-width: 1024px) {
	#about article {
		padding-top: 45px;
		padding-bottom: 30px
	}
}

@media (max-width: 680px) {
	#aboutRoll>div {
		width: 95%
	}

	#aboutRoll aside {
		display: none
	}
}

@media (max-width: 520px) {
	#aboutRoll a {
		width: 160px
	}

	#about article ul li h4 {
		font-size: 26px
	}
}

/* #case .titleIndex {
	display: none
} */

@media (max-width: 1300px) {
	/* #case .titleIndex {
		display: block;
		text-align: center;
		margin-top: 70px;
		color: #ef0003;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	} */
}

@media (max-width: 1300px) and (max-width: 1440px) {
	/* #case .titleIndex {
		margin-top: 60px
	} */
}

@media (max-width: 1300px) and (max-width: 1024px) {
	/* #case .titleIndex {
		margin-top: 50px
	} */
}

@media (max-width: 1300px) and (max-width: 550px) {
	/* #case .titleIndex {
		margin-top: 0px
	} */
}

@media (max-width: 1300px) {
	/* #case .titleIndex h3 {
		font-size: 32px;
		line-height: 1.8;
		position: relative;
		margin-bottom: 6px;
		color: #ef0003
	}

	#case .titleIndex h3::before {
		content: '';
		height: 1px;
		width: 690px;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		display: block;
		background: currentcolor
	} */
}

/* #case article {
	height: 100%
}

#case ul {
	height: 91%
}

#case li {
	width: 33.33333%;
	float: left;
	height: 50%;
	color: #fff;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
 */
/* @media (max-width: 1024px) {
	#case li {
		height: auto
	}
} */

/* @media (max-width: 800px) {
	#case li {
		width: 50%
	}
} */
/* 
#case li div {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}

#case li p {
	margin-left: 30px
}

#case li p strong {
	color: #fff843;
	font-size: 55px;
	display: inline
}

#case li p span {
	position: static;
	display: inline;
	font-size: 20px;
	color: #f1f1f1
}

@media (max-width: 1024px) {
	#case li p {
		display: none
	}
}

#case hgroup {
	position: relative;
	z-index: 2;
	margin-top: 8%;
	margin-left: 30px;
	margin-bottom: 30px
}

#case hgroup em {
	font-size: 18px;
	color: #f1f1f1;
	line-height: 2
}

@media (max-width: 500px) {
	#case hgroup em {
		font-size: 14px
	}
}

@media (max-width: 500px) {
	#case hgroup {
		margin-left: 8px
	}
}

#case h3 {
	font-size: 32px;
	color: #f1f1f1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 1300px) {
	#case h3 {
		font-size: 22px
	}
}

@media (max-width: 900px) {
	#case h3 {
		font-size: 18px
	}
}

@media (max-width: 500px) {
	#case h3 {
		font-size: 16px
	}
}

#case a {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center
}

#case a.more {
	position: absolute;
	z-index: 3
}

#case a:hover div {
	transform: scale(1);
	opacity: 1
}

#case a div {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	transform: scale(1.1);
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}

#case a div::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	transform: scale(0.95)
}

#case a div strong {
	line-height: 1.7
}

#case em {
	font-weight: 200
}

#case h6 {
	position: absolute;
	height: 4em;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	font-size: 32px
}

#case h6::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 5px;
	width: 80px;
	background: #ef0003;
	margin: auto
}

@media (max-width: 1300px) {
	#case h6 {
		font-size: 22px
	}
}

@media (max-width: 900px) {
	#case h6 {
		font-size: 18px;
		padding-top: 10%
	}
}

#case span {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#case img {
	width: 100%;
	height: 100%
}

@media (max-width: 1366px) {
	#case img {
		width: auto
	}
}

@media (max-width: 1024px) {
	#case img {
		height: auto;
		width: 100%
	}
} */

#news {
	position: relative
}

#news::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	display: none;
	width: 25px;
	height: 25px;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	transform: rotateZ(-45deg);
	margin: auto
}

#news aside {
	float: left;
	width: 42.1875%;
	text-align: center
}

#news aside a {
	line-height: 40px;
	width: 185px;
	background: #002955;
	color: #fff;
	font-size: 14px;
	display: block;
	margin: auto;
	margin-top: 85px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	overflow: hidden
}

#news aside a:hover,
#news aside a.active {
	background: #ef0003
}

@media (max-width: 1024px) {
	#news aside {
		float: none;
		width: 100%
	}

	#news aside a {
		display: none
	}

	#news aside img {
		display: none
	}
	#news::before {
		content: '';
		display: none !important;
	}
}

#news hgroup {
	margin-top: 23%;
	color: #000;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-bottom: 60px
}

@media (max-width: 1024px) {
	#news hgroup {
		margin-top: 40px;
		margin-bottom: 10px
	}
}

@media (max-width: 550px) {
	#news hgroup {
		margin-top: 25px
	}
}

#news hgroup h3 {
	font-size: 32px;
	line-height: 1.8;
	position: relative;
	margin-bottom: 6px
}

#news hgroup h3::before {
	content: '';
	height: 1px;
	max-width: 690px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	background: currentcolor;
	width: 90%
}

#news article {
	float: right;
	width: 52.6041666667%;
	overflow-y: hidden;
	/* overflow-x: scroll; */
	height: 100%;
	position: relative
}

@media (max-width: 1024px) {
	#news article {
		float: none;
		width: 100%
	}
}

#news article a {
	width: 33.3333%;
	border-left: 2px solid #eee;
	height: 100%;
	float: left;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 25px;
	padding-top: 150px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 1024px) {
	#news article a {
		padding-bottom: 35px;
		padding-top: 15px;
		width: 250px;
		border: 0
	}

	#news article a:nth-of-type(2n) {
		background: #f1f1f1
	}

	#news article a:nth-of-type(2n-1) {
		background: #d4d4d4
	}
}

@media (max-width: 650px) {
	#news article a {
		width: 100%;
	}
}

#news article a:hover {
	color: #ef0003
}

#news article a:hover i {
	color: #ef0003
}

#news article a:hover em::before {
	background-position: center left
}

#news article b {
	font-size: 18px;
	display: block;
	font-weight: 500;
	padding-left: 10px;
	margin-left: -10px
}

@media (max-width: 650px) {
	#news article b {
		font-size: 14px
	}
}

#news article i {
	font-size: 76px;
	line-height: 1.5;
	display: block;
	font-style: normal;
	text-indent: 0;
	margin-left: -10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #e8e8e8
}

@media (max-width: 650px) {
	#news article i {
		font-size: 18px;
		display: inline;
		color: #000;
		font-size: 14px
	}

	#news article i::after {
		content: ' / '
	}
}

#news article strong {
	font-size: 18px;
	line-height: 3;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block
}

#news article span {
	margin-bottom: 15px
}

#news article img {
	width: 100%;
	margin-bottom: 10px
}

#news article em {
	color: #9a9a9a;
	line-height: 1.7;
	position: relative
}

#news article em::before {
	content: '';
	display: block;
	height: 15px;
	width: 55px;
	background: url(../image/icon4.png) no-repeat center right;
	position: absolute;
	bottom: -105px;
	left: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 1024px) {
	#news article em {
		color: #808080
	}
}

#news article>div {
	width: 1780px;
	overflow: hidden;
	height: 100%
}

@media (max-width: 1024px) {
	#news article>div {
		width: 1260px
	}
}

@media (max-width: 650px) {
	#news article>div {
		width: 1010px
	}
}

#underCase .titleIndex {
	display: none
}

@media (max-width: 1300px) {
	#underCase .titleIndex {
		display: block;
		text-align: center;
		margin-bottom: 20px;
		margin-top: 70px;
		color: #ef0003;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
}

@media (max-width: 1300px) and (max-width: 1440px) {
	#underCase .titleIndex {
		margin-top: 60px
	}
}

@media (max-width: 1300px) and (max-width: 1024px) {
	#underCase .titleIndex {
		margin-top: 50px
	}
}

@media (max-width: 1300px) and (max-width: 550px) {
	#underCase .titleIndex {
		margin-top: 40px
	}
}

@media (max-width: 1300px) {
	#underCase .titleIndex h3 {
		font-size: 32px;
		line-height: 1.8;
		position: relative;
		margin-bottom: 6px
	}

	#underCase .titleIndex h3::before {
		content: '';
		height: 1px;
		width: 690px;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		display: block;
		background: currentcolor
	}
}

#underCasePic {
	height: 64.8148148148%;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 1440px) {
	#underCasePic {
		height: 60%
	}
}

@media (max-width: 700px) {
	#underCasePic {
		margin-bottom: 20px
	}
}

#underCasePic img {
	width: 100%
}

#underCasePic hgroup {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding-bottom: 15px;
	color: #fff
}

#underCasePic hgroup h3 {
	font-weight: 500;
	font-size: 32px;
	line-height: 1.7
}

@media (max-width: 700px) {
	#underCasePic hgroup h3 {
		font-size: 22px;
		line-height: 1
	}
}

#underCaseList {
	width: 100%;
	max-width: 800px;
	margin: auto
}

#underCaseList li {
	display: inline-block;
	border: 7px solid transparent;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 24%;
	box-sizing: border-box
}

#underCaseList li:hover,
#underCaseList li.act {
	border: 7px solid #ef0003;
	transform: translateY(-7px)
}

#underCaseList li:hover::before,
#underCaseList li.act::before {
	border-bottom: 11px solid #ef0003
}

#underCaseList li::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 11px solid transparent;
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin: auto;
	top: -18px
}

@media (max-width: 700px) {
	#underCaseList {
		padding-top: 0;
		padding-bottom: 35px
	}

	#underCaseList li {
		width: 49%;
		margin-bottom: 7px
	}
}

#underCaseList img {
	width: 100%
}

#underCaseList em,
#underCaseList p {
	display: none
}

#bottom {
	height: 415px !important;
	background: #276ac3;
	color: #fff;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 800px) {
	#bottom {
		padding-bottom: 70px
	}
}

@media (max-width: 640px) {
	#bottom {
		height: auto !important
	}
}

#bottom .fp-tableCell {
	padding-top: 0
}

#bottom ul {
	overflow: hidden;
	margin-top: 50px;
	height: 336px
}

@media (max-width: 640px) {
	#bottom ul {
		height: auto
	}
}

#bottom li {
	float: left;
	position: relative;
	box-sizing: border-box;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#bottom li:not(:last-child)::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 95%;
	background: #353535;
	margin: auto
}

#bottom li:nth-of-type(1) {
	width: 139px;
	padding-left: 18px
}

@media (max-width: 1300px) {
	#bottom li:nth-of-type(1) {
		width: 25%
	}
}

#bottom li:nth-of-type(2) {
	width: 350px;
	padding-left: 65px
}

@media (max-width: 1300px) {
	#bottom li:nth-of-type(2) {
		width: 37.49995%
	}
}

#bottom li:nth-of-type(3) {
	width: 350px;
	padding-left: 40px
}

@media (max-width: 1300px) {
	#bottom li:nth-of-type(3) {
		width: 37.49995%
	}
}

#bottom li:nth-of-type(4) {
	width: 446px;
	padding-left: 50px;
	text-align: center
}

@media (max-width: 1300px) {
	#bottom li:nth-of-type(4) {
		display: none
	}
}

@media (max-width: 640px) {
	#bottom li {
		padding-bottom: 25px;
		float: none;
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(132, 132, 132, 0.2)
	}

	#bottom li:nth-of-type(1) {
		width: 100%;
		padding-left: 15px
	}

	#bottom li:nth-of-type(2) {
		width: 100%;
		padding-left: 15px
	}

	#bottom li:nth-of-type(3) {
		width: 100%;
		padding-left: 15px
	}
}

#bottom hgroup {
	margin-bottom: 22px
}

#bottom h3 {
	font-size: 18px;
	font-weight: 500
}

#bottom em {
	color: #fff;
	font-size: 1rem;
	margin-left: 6px
}

#bottom nav {
	color: #fff;
	line-height: 26px;
	font-size: 18px;
	line-height: 39px;
}
#bottom nav a {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}

#bottom nav a::before {
	content: attr(data-en);
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#bottom nav a span {
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	left: 0
}

#bottom nav a span:nth-of-type(1) {
	transition-delay: .1s
}

#bottom nav a span:nth-of-type(2) {
	transition-delay: .2s
}

#bottom nav a span:nth-of-type(3) {
	transition-delay: .3s
}

#bottom nav a span:nth-of-type(4) {
	transition-delay: .4s
}

#bottom nav a:hover {
	color: #fff
}

#bottom nav a:hover span {
	left: -6em
}

#bottom nav a:hover::before {
	left: 0;
	transition-delay: .4s
}

#bottom .qrnew {
	margin-top: 25px;
	float: left;
}

#bottom .qrnew img {
	vertical-align: middle;
	margin-right: 10px;
	border: 5px solid #fff
}

#bottom .qrnew::after {
	content: '扫一扫关注微信公众号';
	width: 3em;
	display: inline-block;
	vertical-align: middle
}
	.qr{display: none !important;}

#bottom footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 40px;
	text-align: center;
	background: #215aa6;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 800px) {
	#bottom footer {
		bottom: 46px
	}
	
	#bottom .main { margin-top: 0 !important;}
	#bottom li {
		float: left;
		margin: 0 !important;
		padding: 20px 0 !important;
		border-bottom: 1px solid #333;
	}
	#bottom li hgroup {
		margin: 0 !important;
		padding: 20px !important;
	}
	#bottom nav>a {
		font-size: 14px !important;
		float: left;
		margin: 0 10px;
	}
	#bottom nav>a::after {
		content: '';
		display: block;
		clear: both;
	}
	#bottom nav>p {
		font-size: 14px !important;
		margin: 0 10px;
	}
}

@media (max-width: 700px) {
	#bottom footer {
		display: none
	}
}

#pageheaderTit {
	overflow: visible;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-top: 90px
}

@media (max-width: 660px) {
	#pageheaderTit {
		margin-bottom: 0
	}
}

@media (max-width: 950px) {
	#pageheaderTit {
		margin-top: 90px
	}
}

#pageheaderTit header {
	overflow: hidden
}

#pageheaderTit img {
	width: 100%
}

@media (max-width: 1300px) {
	#pageheaderTit img {
		width: 140%;
		margin-left: -20%
	}
}

#pageheaderTit div {
	max-width: 1330px;
	margin: auto;
	position: relative;
	height: 140px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px
}

@media (max-width: 660px) {
	#pageheaderTit div {
		height: auto
	}
}

#pageheaderTit hgroup {
	background: #f1f1f1
}

#pageheaderTit aside {
	padding: 1.5em 0;
	position: relative
}

@media (max-width: 660px) {
	#pageheaderTit aside {
		float: none;
		width: 100%;
		overflow: hidden;
		padding: 0
	}
}

#pageheaderTit h3 {
	color: #000;
	font-size: 34px;
	line-height: 1.7;
	font-weight: 500;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 660px) {
	#pageheaderTit h3 {
		line-height: 2.7;
		float: left
	}
}

#pageheaderTit p {
	color: #707070;
	font-size: 14px;
	line-height: 30px
}

@media (max-width: 660px) {
	#pageheaderTit p {
		position: absolute;
		top: 0;
		bottom: 0;
		height: 0;
		line-height: 0;
		right: -5px;
		margin: auto
	}
}

#pageheaderTit p a {
	display: inline-block;
	margin-right: 15px;
	position: relative
}

#pageheaderTit p a:hover {
	text-decoration: underline
}

#pageheaderTit p a:not(:last-child)::after {
	content: '-';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	height: 0;
	line-height: 0;
	margin: auto
}

@media (max-width: 660px) {
	#pageheaderTit.pro nav {
		display: none
	}
}

#pageheaderTit nav {
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#pageheaderTit nav a {
	line-height: 140px;
	width: 120px;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: inline-block
}

#pageheaderTit nav a:hover,
#pageheaderTit nav a.act {
	background: #00427f;
	color: #fff
}

#pageheaderTit nav em {
	color: #9a9a9a;
	font-size: 22px;
	line-height: 140px
}

@media (max-width: 660px) {
	#pageheaderTit nav {
		display: none
	}
}

#pageMain {
	padding-bottom: 60px
}

#pageMain.pageAbout {
	color: #232323;
	line-height: 2
}

#pageMain.pageAbout h3.title {
	text-align: center;
	font-size: 30px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 5;
	margin-bottom: 1em;
	margin-top: .5em;
	letter-spacing: 3px;
	font-weight: 500;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height: 5em
}

@media (max-width: 800px) {
	#pageMain.pageAbout h3.title {
		visibility: hidden;
		opacity: 0;
		height: 0;
		overflow: hidden
	}
}

#pageMain.pageAbout .about {
	max-width: 1300px;
	margin: auto;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box
}

#pageMain.pageAbout .about img {
	width: 100%
}

#pageMain.pageProList {
	margin-top: 50px
}

#pageMain.pageProList .page {
	max-width: 1330px;
	margin: auto;
	width: 100%
}

#pageMain.pageProList a {
	width: 100%;
	display: block;
	float: left;
	margin: .3333333333%;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: space-between;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-bottom:55px;
}

@media (max-width: 600px) {
	#pageMain.pageProList a {
		width: 96%;
		margin: auto;
		float: none;
		margin-bottom: 15px
	}
}

#pageMain.pageProList a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	border: 1px solid #ef0003;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	box-sizing: border-box;
	z-index: 2
}

#pageMain.pageProList a:hover::before {
	opacity: 1
}

#pageMain.pageProList a:hover img {
	transform: scale(1.1)
}


/* 主营业务 */
.prolist_word { 
	width: 24% !important;
	padding: 10px 20px;
	box-sizing: border-box;
	margin: 10px 0 !important;
 }
.prolist_img {
	float: right;
	display: flex;
	justify-content:center;
	width: 74%;
	padding: auto 10px;
	box-sizing: border-box;
}
@media (max-width: 1024px) {
	.prolist_word { width: 100% !important; }
	.prolist_img {
		float: none;
		display: flex;
		justify-content:center;
		width: 100%;
		padding: auto 10px;
		box-sizing: border-box;
	}
}

span.word_biaoti::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 1px;
	opacity: 0;
	background-color: #111;
	transition: all .5s;
}
#pageMain.pageProList a:hover .word_biaoti::after {
	width: 130px;
	opacity:1;
}



#pageMain.pageProList a:nth-of-type(2) em {
	height: 1.5em
}

#pageMain.pageProList span {
	width: 100%;
	overflow: hidden
}

#pageMain.pageProList img {
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block
}

#pageMain.pageProList em {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10%;
	margin: auto;
	height: 0;
	width: 11em;
	line-height: 1.7;
	color: #276ac3;
	font-size: 24px;
	display: block;
	z-index: 2;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 1100px) {
	#pageMain.pageProList em {
		height: 2em
	}
}

@media (max-width: 800px) {
	#pageMain.pageProList em {
		font-size: 1.2rem
	}
}

@media (max-width: 600px) {
	#pageMain.pageProList em {
		top: initial;
		background: rgba(0, 0, 0, 0.5);
		line-height: 3;
		height: 3em;
		width: 100%;
		left: 0;
		text-indent: 1em;
		color: #fff;
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis
	}
}

#pageMain.pageProList em::before {
	content: '';
	background: #00427f;
	height: 2px;
	width: 50px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block;
	bottom: 15px;
	position: absolute;
	left: 57px
}
#pageMain.pageProList .page a:nth-of-type(4) em::before {
	content: '';
	background: #00427f;
	height: 2px;
	width: 50px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block;
	bottom: 15px;
	position: absolute;
	left: 57px
}
#pageMain.pageProList .page a:nth-of-type(2) em::before {
	content: '';
	background: #00427f;
	height: 2px;
	width: 50px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block;
	bottom: 33px;
	position: absolute;
	left: 57px
}


#pageMain.pageProList .page a:nth-of-type(3) em::before{
	content: '';
	background: #00427f;
	height: 2px;
	width: 50px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block;
	bottom: 7px;
	position: absolute;
	left: 57px
}


#pageMain #content {
	padding-bottom: 45px;
	max-width: 1300px;
	width: 100%;
	margin: auto;
	margin-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box
}

#pageMain #content h1.title {
	font-size: 32px;
	text-align: center;
	line-height: 2;
	color: #000;
	position: relative;
	margin-bottom: 21px;
	padding-bottom: 14px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 950px) {
	#pageMain #content h1.title {
		font-size: 28px;
		line-height: 1.7;
		padding-bottom: 26px
	}
}

@media (max-width: 540px) {
	#pageMain #content h1.title {
		font-size: 18px
	}
}

#pageMain #content h1.title::before {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	background: #ccc;
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto
}

#pageMain #content .content {
	line-height: 2
}

#pageMain #content .content img {
	max-width: 100%
}

@media (max-width: 950px) {
	#pageMain #content .content img {
		width: 95%;
		margin: auto
	}
}

#pageMain #content .content p span[style] strong {
	color: #ff0021 !important;
	font-size: 28px !important
}

#pageMain #content .content p span[style] strong::before {
	content: '';
	margin-right: 10px;
	width: 10px;
	height: 10px;
	background: currentcolor;
	display: inline-block;
	vertical-align: middle
}

#pageMain #content .content p strong span[style] {
	color: #ff0021 !important;
	font-size: 28px !important
}

#pageMain #content .content p strong span[style]::before {
	content: '';
	margin-right: 10px;
	width: 10px;
	height: 10px;
	background: currentcolor;
	display: inline-block;
	vertical-align: middle
}

#pageMain #content .content hr {
	height: 0;
	border: none;
	border-top: 5px solid #ffafaf;
	border-bottom: 5px solid #ebebeb;
	margin: 22px 0;
	display: block
}

#pageMain .pagelist {
	overflow: hidden
}

#pageMain .pagelist li {
	line-height: 2;
	float: left
}

#pageMain .pagelist li:last-child {
	float: right
}

[l-nub] {
	display: none
}

#showdata {
	margin-top: 30px
}

#showdata a {
	width: 23%;
	margin: 1%;
	overflow: hidden;
	float: left;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 900px) {
	#showdata a {
		width: 31%
	}
}

@media (max-width: 570px) {
	#showdata a {
		width: 48%
	}
}

#showdata a:hover img {
	transform: scale(1.1)
}

#showdata a:hover em {
	color: #ef0003
}

#showdata a:hover i {
	opacity: 1
}

#showdata a:hover i::before,
#showdata a:hover i::after {
	width: 100%
}

#showdata a:hover span::before,
#showdata a:hover span::after {
	height: 100%
}

#showdata i {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	background: rgba(239, 0, 3, 0.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%
}

#showdata i::before,
#showdata i::after {
	content: '';
	position: absolute;
	width: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: #ff1e21;
	height: 2px;
	z-index: 3
}

#showdata i::before {
	top: 0;
	left: 0
}

#showdata i::after {
	bottom: 0;
	right: 0
}

#showdata span {
	overflow: hidden;
	position: relative
}

#showdata span::before,
#showdata span::after {
	content: '';
	position: absolute;
	height: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: #ff1e21;
	width: 2px;
	z-index: 3
}

#showdata span::before {
	bottom: 0;
	left: 0
}

#showdata span::after {
	top: 0;
	right: 0
}

#showdata img {
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#showdata em {
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	line-height: 3;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}

#news_data {
	margin-top: 60px;
	padding-bottom: 60px
}

#news_data a {
	position: relative;
	margin-bottom: 40px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#news_data a::after {
	content: '';
	height: 0;
	overflow: hidden;
	clear: both;
	display: block
}

@media (max-width: 780px) {
	#news_data a {
		width: 97%;
		margin: auto;
		margin-bottom: 40px
	}

	#news_data a:active div,
	#news_data a:hover div {
		background: #ef0003
	}

	#news_data a:active strong,
	#news_data a:active p,
	#news_data a:active em,
	#news_data a:hover strong,
	#news_data a:hover p,
	#news_data a:hover em {
		color: #fff
	}
}

#news_data span {
	float: left;
	width: 280px;
	overflow: hidden;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative
}

@media (max-width: 780px) {
	#news_data span {
		width: 100%
	}
}

@media (min-width: 780px) {

	#news_data span:hover::before,
	#news_data span:hover::after {
		opacity: 1
	}

	#news_data span:hover img {
		transform: scale(1.1)
	}
}

#news_data span::before {
	content: '+';
	font-size: 130px;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 0;
	line-height: 0;
	margin: auto;
	text-align: center;
	z-index: 3;
	opacity: 0;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#news_data span::after {
	content: '';
		background: rgba(39, 106, 195, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#news_data img {
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#news_data div {
	width: 995px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px 35px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 300px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 1330px) {
	#news_data div {
		width: 69.2307692308%
	}
}

@media (max-width: 1000px) {
	#news_data div {
		width: 61.5384615385%
	}
}

@media (max-width: 780px) {
	#news_data div {
		width: 100%;
		left: 0;
		top: initial;
		height: auto;
		padding-bottom: 25px;
		background: rgba(255, 255, 255, 0.9);
		border-top: 1px solid #ccc;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1)
	}
}

@media (max-width: 620px) {
	#news_data div {
		position: relative;
		bottom: 0
	}
}

#news_data div:hover {
	background: #00427f;
}

#news_data div:hover strong {
	color: #fff
}

#news_data div:hover p {
	color: #fff
}

#news_data strong {
	font-size: 24px;
	color: #2e2e2e;
	font-weight: 500;
	line-height: 3;
	border-bottom: 1px solid #e9e9e9;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}

#news_data p {
	line-height: 1.7;
	color: #6d6d6d;
	margin-top: 15px
}

#pageMain.contact {
	padding-top: 60px;
	padding-bottom: 60px
}

#pageMain.contact ul {
	overflow: hidden;
	text-align: center
}

#pageMain.contact li {
	float: left;
	width: 33.3333%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 900px) {
	#pageMain.contact li {
		float: none;
		width: 100%;
		margin-bottom: 20px
	}
}

#pageMain.contact img {
	display: inline
}

#maps {
	width: 100%;
	height: 300px
}

#pageMain.pageProg {
	position: relative;
	padding-top: 25px
}

#pageMain.pageProg table td {
	display: block;
	float: left;
	width: 33.333%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	box-sizing: border-box;
	padding-left: 25px
}

@media (max-width: 600px) {
	#pageMain.pageProg table td {
		width: 50%
	}
}

#pageMain.pageProg img {
	width: 100%;
	display: block
}

#pageMain.pageProg ul {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 1300px;
	width: 100%;
	height: 100%;
	counter-reset: l;
	color: #fff;
	text-align: center
}

@media (max-width: 790px) {
	#pageMain.pageProg ul {
		position: relative;
		margin-top: 15px;
		text-align: left
	}
}

#pageMain.pageProg li {
	counter-increment: l;
	width: 105px;
	line-height: 30px;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	background: linear-gradient(to top, #2a5caa, #009ad6, #cf0023, #ff4b73);
	font-size: 14px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: absolute;
	z-index: 1;
	background-size: 60px 80px;
	background-position-y: -50px;
	cursor: pointer
}

@media (max-width: 790px) {
	#pageMain.pageProg li {
		position: static;
		background: #f5f5f5;
		color: #999;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		height: 46px;
		line-height: 46px;
		width: auto;
		border-bottom: 1px solid #c3c3c3;
		margin-bottom: 1px
	}

	#pageMain.pageProg li:hover,
	#pageMain.pageProg li:active {
		background: #ef0003;
		color: #fff
	}

	#pageMain.pageProg li:hover a::before,
	#pageMain.pageProg li:active a::before {
		color: #fff;
		border: 1px solid #fff
	}
}

#pageMain.pageProg li:hover {
	background-position-y: -10px
}

#pageMain.pageProg li:hover a:before {
	background-position-y: -10px
}

#pageMain.pageProg li.el1 {
	top: 70.4387990762%;
	left: 43.0769230769%
}

#pageMain.pageProg li.el2 {
	top: 58.8914549654%;
	left: 33.8461538462%
}

#pageMain.pageProg li.el3 {
	top: 36.9515011547%;
	left: 36.1538461538%
}

#pageMain.pageProg li.el4 {
	top: 43.8799076212%;
	left: 46.9230769231%
}

#pageMain.pageProg li.el5 {
	top: 15.0115473441%;
	left: 55.3846153846%
}

#pageMain.pageProg li.el6 {
	top: 51.9630484988%;
	left: 63.0769230769%
}

#pageMain.pageProg li.el7 {
	top: 55.4272517321%;
	left: 70.7692307692%
}

#pageMain.pageProg li.el8 {
	top: 19.6304849885%;
	left: 78.4615384615%
}

#pageMain.pageProg li.el9 {
	top: 28.8683602771%;
	left: 78.4615384615%
}

#pageMain.pageProg li.el10 {
	top: 26.558891455%;
	left: 70.7692307692%
}

#pageMain.pageProg li.el11 {
	top: 41.5704387991%;
	left: 63.0769230769%
}

@media (max-width: 790px) {
	#pageMain.pageProg a {
		padding-left: 50px;
		position: relative
	}
}

#pageMain.pageProg a::before {
	content: counter(l);
	position: absolute;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	left: -15px;
	top: -8px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: -1;
	background: linear-gradient(to top, #2a5caa, #009ad6, #cf0023, #ff4b73);
	background-size: 60px 120px;
	background-position-y: -73px
}

@media (max-width: 790px) {
	#pageMain.pageProg a::before {
		top: 0;
		left: 5px;
		width: 30px;
		height: 30px;
		bottom: 0;
		margin: auto;
		z-index: 2;
		right: auto;
		line-height: 30px;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		background: none;
		border: 1px solid #999
	}
}

#pageMain.pageProg table p {
	line-height: 2.4;
	position: relative
}

#pageMain.pageProg table span strong {
	margin-right: 7px
}

#pageMain.pageProg table strong span {
	margin-right: 7px
}

.pageContentOther a {
	width: 250px;
	float: left;
	margin: 0 10px;
	box-sizing: border-box;
	padding: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block;
	position: relative
}

.pageContentOther a span {
	overflow: hidden;
	border-radius: 0deg;
	-moz-border-radius: 0deg;
	-webkit-border-radius: 0deg;
	display: block
}

.pageContentOther a img {
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block
}

.pageContentOther a:hover img {
	transform: scale(1.1)
}

.pageContentOther a:hover em {
	background: #ef0003;
	color: #fff
}

.pageContentOther a em {
	text-align: center;
	font-size: inherit;
	background: #fff;
	color: #000;
	line-height: 2.5;
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.pageContentOther em {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.showPics {
	overflow: hidden;
	margin-bottom: 30px
}

.sdddd {
	float: left;
	margin-left: 20px;
}

.sdddd img {
	width: 110px;
	height: 110px;
	margin-top: 25px;
}

#bottom .sdddd::after {
	content: '扫一扫关注抖音';
	width: 3em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -100px;
}

/*# sourceMappingURL=style.css.map */
