﻿::selection {
	background: #0c80e3;
	color: #fff
}

::-moz-selection {
	background: #0c80e3;
	color: #fff
}

::-webkit-selection {
	background: #0c80e3;
	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: 1200px;
	box-sizing: border-box;
	position: relative
}

.main:after,.clear:after,#pageMain:after {
	content: '';
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
	overflow: hidden !important
}

@media all and (max-width: 1200px) {
	.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
}

.imp {
	font-family: Impact
}

.askUs {
	border-top: 2px solid #ccc;
	padding-top: 25px;
	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, #0c80e3, #ffa21e);
		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
	}
}

#pageheaderTit {
	overflow: hidden;
	position: relative
}

#pageheaderTit img {
	width: 100%
}

#pageheaderTit figcaption {
	position: absolute;
	height: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	left: 0
}

#pageheaderTit h4 {
	font-size: 46px;
	color: #fff
}

#pageheaderTit div {
	color: #e0e0e0;
	font-size: 18px;
	line-height: 3;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media (max-width: 1230px) {
	#pageheaderTit figcaption {
		padding-left: 30px
	}
}

@media (max-width: 960px) {
	#pageheaderTit img {
		width: 160%
	}

	#pageheaderTit figcaption {
		bottom: 60%
	}
}

@media (max-width: 550px) {
	#pageheaderTit div {
		opacity: 0
	}

	#pageheaderTit h4 {
		font-size: 30px;
		margin-top: 15px
	}
}

#pageMain {
	margin-top: 25px;
	padding-bottom: 120px;
	overflow: hidden
}

#pageLists {
	width: 250px;
	float: left
}

#pageLists h3 {
	height: 52px;
	line-height: 52px;
	background: #0c80e3;
	font-size: 16px;
	color: #fff;
	padding-left: 35px;
	margin-bottom: 1px
}

#pageLists ul,#pageLists .contact {
	border-top: 1px solid #cdcdcd;
	background: #f2f2f2
}

#pageLists .contact {
	line-height: 1.7;
	padding: 25px 15px;
	box-sizing: border-box;
	color: #686666
}

#pageLists a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 34px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #686666;
	border-bottom: 1px solid #cdcdcd;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}

#pageLists a::before {
	content: '';
	width: 7px;
	height: 7px;
	display: block;
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentcolor;
	margin: auto;
	transform: rotateZ(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5em
}

#pageLists a:hover,#pageLists a.act {
	background-color: #dddddd;
	color: #0c80e3
}

@media (max-width: 1200px) {
	#pageLists li div {
		display: none
	}
}

.m {
	float: right;
	width: 915px;
	line-height: 1.8
}

@media (max-width: 760px) {
	.m img {
		width: 100%
	}
}

h1.tit {
	font-size: 32px;
	color: #363c48;
	letter-spacing: 3px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	height: 65px;
	margin-bottom: 28px
}

@media (max-width: 720px) {
	h1.tit {
		font-size: 28px
	}
}

h1.tit em {
	font-size: 16px;
	font-weight: 500;
	float: right;
	color: rgba(0,0,0,0.7);
	line-height: 70px
}

h1.tit a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

h1.tit a:hover {
	text-decoration: underline;
	color: #ed1941
}

h1.title {
	text-align: center;
	font-size: 36px;
	color: #0c80e3;
	margin-bottom: 25px
}

@media (max-width: 960px) {
	h1.title {
		font-size: 22px
	}
}

.sf {
	background: rgba(240,240,240,0.6);
	padding: 10px 0;
	width: 98%;
	margin: auto;
	margin-bottom: 15px;
	display: none
}

.sf [type="text"] {
	margin-left: 20px;
	width: 400px;
	margin-right: 10px;
	line-height: 36px;
	height: 36px;
	color: #6e6e6e;
	text-indent: 1em;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

.sf .submit {
	background: #0c80e3;
	color: #fff;
	width: 150px;
	line-height: 36px;
	height: 36px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 17px
}

.sf .submit:hover {
	background: #ff8400
}

#showdata a {
	width: 31%;
	margin: 1%;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: hidden;
	float: left;
	position: relative
}

#showdata a img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 100%
}

#showdata a em {
	position: absolute;
	bottom: 0;
	color: #fff;
	background: rgba(0,0,0,0.5);
	width: 100%;
	line-height: 46px;
	text-indent: 2.8em;
	-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
}

#showdata a em:after {
	content: '';
	width: 12px;
	height: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	margin: auto;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff
}

#showdata a:hover img {
	transform: scale(1.1)
}

#showdata a:hover em {
	background: #000
}

.page_list {
	text-align: center;
	width: 95%;
	margin: auto;
	overflow: hidden;
	margin-top: 20px
}

.page_list b {
	float: left
}

.page_list span {
	float: right;
	margin-left: 15px
}

@media (max-width: 960px) {
	.page_list .page_list_span1 {
		display: block
	}
}

.pagelist {
	margin-top: 20px;
	overflow: hidden
}

.pagelist li {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 50%;
	float: left;
	text-align: center
}

#news_data a {
	background: #f5f5f5;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	box-sizing: border-box;
	padding: 15px;
	border-bottom: 1px solid #d8d8d8
}

#news_data a:hover {
	background: #0c80e3;
	color: #fff
}

#pageMain.contact article {
	padding-bottom: 60px;
	line-height: 2
}

#pageMain.contact .fl {
	float: none
}

#pageMain.contact #maps {
	width: 100%;
	height: 350px;
	border: 1px solid #ccc;
	float: none
}

#pageMain.contact ul {
	overflow: hidden;
	text-align: center
}

#pageMain.contact img {
	margin: auto
}

#pageMain.contact li {
	float: left;
	width: 33.3333%
}

@media (max-width: 710px) {
	#pageMain.contact li {
		width: 100%;
		float: none;
		margin-bottom: 20px
	}
}

@media (max-width: 1280px) {
	#pageMain.contact .fl {
		float: none;
		width: 90%;
		margin: auto
	}

	#pageMain.contact #maps {
		float: none;
		width: 90%;
		margin: auto;
		margin-top: 15px
	}
}

@media (max-width: 1200px) {
	#content {
		box-sizing: border-box;
		padding: 15px
	}
}

@media (max-width: 1200px) {
	.pageAbout #pageLists,.pageNews #pageLists {
		display: none
	}

	.aboutMain {
		width: 98%;
		float: none;
		margin: auto
	}

	.pageProduct#pageMain {
		margin-top: 10px
	}

	.pageProduct #pageLists {
		width: 100%;
		text-align: center
	}

	.pageProduct #pageLists li {
		width: 23%;
		float: left;
		margin: 1%
	}

	.pageProduct #pageLists a {
		padding-left: 0
	}

	.pageProduct #pageLists [contact] {
		display: none
	}

	.pageProduct form.sf {
		display: none
	}

	.pageProduct .productMain {
		width: 98%;
		margin: auto
	}

	.pageProduct #showdata a {
		width: 48%
	}

	.newsMain {
		width: 98%;
		margin: auto;
		float: none
	}
}

@media (max-width: 780px) {
	#news_data a {
		width: 100%;
		float: none
	}

	.pageProduct #pageLists li {
		width: 31.3333%
	}
}

@media (max-width: 480px) {
	.pageProduct #pageLists li {
		width: 31.3333%
	}

	.pageProduct #pageLists li a::before {
		display: none
	}
}

.pageContentOther {
	margin-top: 25px;
	overflow: hidden
}

.pageContentOther h3 {
	background: #f5f5f5;
	line-height: 2;
	font-size: 20px;
	text-indent: 1.5em;
	position: relative
}

.pageContentOther h3::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 70%;
	width: 4px;
	background: #ff8400;
	display: block;
	margin: auto
}

.pageContentOther .sl a {
	width: 290px;
	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 .sl a span {
	overflow: hidden;
	border-radius: 0deg;
	-moz-border-radius: 0deg;
	-webkit-border-radius: 0deg;
	display: block
}

.pageContentOther .sl 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 .sl a:hover img {
	transform: scale(1.1)
}

.pageContentOther .sl a:hover em {
	background: #0c80e3;
	color: #fff
}

.pageContentOther .sl 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 .sl div {
	padding-top: 20px;
	padding-bottom: 20px
}

.pageContentOther .sl a {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden
}

.pageContentOther .sl a:hover {
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.5)
}

@media (max-width: 750px) {
	.pageContentOther .sl a {
		width: 200px
	}
}

#banner {
	position: relative;
	width: 100%;
	overflow: hidden
}

#banner ul {
	position: relative;
	width: 400%
}

#banner li {
	float: left;
	width: 25%;
	overflow: hidden
}

#banner img {
	width: 100%
}

#banner div {
	position: absolute;
	bottom: 5%;
	right: 0;
	left: 0;
	margin: auto;
	height: 10px;
	width: 80px
}

#banner span {
	display: block;
	margin-right: 10px;
	border: 3px solid #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	float: left
}

#banner span.act {
	background: #0c80e3
}

@media (max-width: 750px) {
	#banner img {
		width: 162.5%;
		margin-left: -31.25%
	}

	#banner div {
		display: none
	}
}

@media (max-width: 1200px) {
	.sm {
		display: block !important
	}

	.lg {
		display: none !important
	}
}

@media (min-width: 1201px) {
	.sm {
		display: none !important
	}

	.lg {
		display: block !important
	}
}

#header header {
	background: #1a1a1a;
	color: #fff;
	line-height: 40px
}

#header .imp {
	font-size: 130%
}

#header article {
	padding: 20px 0
}

#header article .logo a {
	padding-right: 15px;
	position: relative;
	zoom: 1
}

#header article .logo a,#header article .logo span {
	vertical-align: middle
}

#header .fr>img {
	float: left;
	cursor: pointer
}

#header .fr span {
	float: right;
	margin-left: 10px
}

#header .fr a {
	display: block;
	margin-bottom: 10px
}

#header nav {
	border-top: 1px solid #000;
	padding: 7px 0;
	line-height: 35px;
	text-align: center
}

#header nav a {
	width: 11.5%;
	margin: 0 .5%;
	display: block;
	float: left
}

#header nav a:hover,#header nav a.act {
	background: #0c80e3;
	color: #fff
}

@media (max-width: 1200px) {
	#header header {
		display: none
	}

	#header .fr>img {
		display: none;
	}

	#header .fr a {
		width: 50%;
		display: block;
		float: left;
	}

	#header .fr span {
		float: none;
		width: 100%;
		overflow: hidden;
		display: block;
	}

	#header .fr {
		overflow: hidden;
		float: none;
		width: 100%;
		text-align: center;
	}

	#header nav {
		box-sizing: border-box
	}

	#header nav a {
		width: 25%;
		margin: 0
	}

	#header .logo {
		float: none;
		text-align: center
	}

	#header .logo span {
		display: none
	}
}

#search {
	background: #0c80e3;
	color: #fff;
	height: 60px
}

#search .fl {
	line-height: 60px;
	font-weight: 700
}

#search a {
	margin-right: 5px;
	font-weight: 500
}

#search form {
	float: right
}

#search input[type="text"] {
	width: 230px;
	height: 28px;
	line-height: 28px;
	margin-top: 15px;
	background: url(../img/icon1.png) no-repeat 10px center,#fff;
	color: #b1b0b0;
	text-indent: 40px;
	position: relative;
	display: inline-block;
	border-radius: 5px 0 0 5px
}

#search input[type="text"]::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 100%
}

#search input[type="submit"] {
	width: 50px;
	line-height: 28px;
	background: #ffd800;
	margin-left: -5px;
	color: #000;
	border-radius: 0 5px 5px 0
}

@media (max-width: 1200px) {
	#search {
		height: auto;
		padding: 15px;
		box-sizing: border-box
	}

	#search .fl {
		line-height: 1.7
	}

	#search form {
		float: none;
		width: 280px;
		margin: auto
	}
}

#product hgroup,#tec hgroup,#news hgroup {
	background: url(../img/bg.png) no-repeat center;
	text-align: center;
	overflow: hidden
}

#product hgroup h3,#tec hgroup h3,#news hgroup h3 {
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 60px;
	font-size: 30px;
	font-weight: 500;
	position: relative;
	width: 280px
}

#product hgroup h3::before,#tec hgroup h3::before,#news hgroup h3::before,#product hgroup h3:after,#tec hgroup h3:after,#news hgroup h3:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #000;
	display: block
}

#product hgroup h3::before,#tec hgroup h3::before,#news hgroup h3::before {
	top: 0;
	left: -35px
}

#product hgroup h3::after,#tec hgroup h3::after,#news hgroup h3::after {
	bottom: 0;
	right: -35px
}

#product hgroup span,#tec hgroup span,#news hgroup span {
	color: #0c80e3;
	font-weight: 700
}

#product hgroup p,#tec hgroup p,#news hgroup p {
	color: #9c9c9c;
	line-height: 1.7;
	font-size: 14px
}

#product {
	padding-bottom: 50px
}

#product header {
	background: #f7f7f7;
	padding-bottom: 50px;
	padding-top: 30px
}

@media (max-width: 1200px) {
	#product header {
		padding-bottom: 25px
	}
}

#product nav {
	margin-top: 45px
}

#product nav a {
	width: 156px;
	text-align: center;
	float: left;
	display: block;
	margin: 0 7.7142857143px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#product nav a:hover span {
	border: 9px solid #ff8400
}

#product nav span {
	width: 138px;
	border: 9px solid #dcdcdc;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	height: 138px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#product nav img {
	height: 100%;
	display: block
}

#product nav em {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-top: 22px;
	display: block
}

@media (max-width: 1200px) {
	#product nav {
		padding: 0 20px;
		box-sizing: border-box;
		margin: 0;
		margin-top: 20px
	}

	#product nav a {
		width: 31%;
		margin: 1%;
		background: #0c80e3;
		color: #fff;
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		line-height: 2.5
	}

	#product nav em {
		margin-top: 0;
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis
	}

	#product nav span {
		display: none
	}
}

#product article {
	text-align: center;
	margin-top: 40px;
	height: 625px
}

@media (max-width: 1200px) {
	#product article {
		height: auto;
		padding-bottom: 25px
	}
}

#product article a {
	display: block;
	float: left;
	width: 248px;
	padding: 16px;
	margin: 9px;
	border: 1px solid #ccc;
	position: relative;
	overflow: hidden;

}



#product article a img{
height: 186px;
object-fit: contain;
width: 248px;

}
#product article a::before {
	content: '了解详情';
	border: 1px solid #fff;
	width: 98px;
	height: 28px;
	line-height: 28px;
	display: block;
	position: absolute;
	top: 30%;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 3;
	margin: auto;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#product article a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url(../img/icon2.png) no-repeat center 35%,rgba(12,128,227,0.5);
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#product article a:hover::before,#product article a:hover::after {
	opacity: 1
}

@media (max-width: 1200px) {
	#product article a {
		width: 46%;
		margin: 2%;
		box-sizing: border-box
	}
}

#product article span {
	width: 100%;
	overflow: hidden;
	display: block
}

#product article img {
	width: 100%;
	display: block
}

#product article em {
	font-size: 18px;
	display: block;
	margin-top: 0.5em;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 1rem
}

#about {
	background: url(../img/bg1.jpg) no-repeat center top;
	padding-top: 55px;
	padding-bottom: 50px
}

@media (max-width: 1200px) {
	#about {
		background-position: bottom
	}
}

#about .fl {
	max-width: 570px;
	width: 100%
}

#about .fl embed {
	max-width: 570px;
	width: 100% !important
}

@media (max-width: 1200px) {
	#about .fl {
		float: none;
		margin: auto
	}

	#about .fl iframe {
		width: 100% !important
	}
}

#about .fr {
	width: 615px
}

#about .fr a {
	margin-right: 3px
}

#about .fr a:last-child {
	margin-right: 0
}

@media (max-width: 1200px) {
	#about .fr {
		width: 100%
	}

	#about .fr a {
		width: 100%
	}

	#about .fr img {
		width: 100%
	}
}

#about .about {
	background: url(../img/bg4.png) no-repeat center top;
	box-sizing: border-box;
	padding-top: 60px;
	padding-left: 130px;
	text-indent: 2em;
	color: #fff;
	line-height: 24px;
	margin-bottom: 3px;
	padding-right: 30px;
	padding-bottom: 25px
}

@media (max-width: 1200px) {
	#about .about {
		background-position: left top;
		padding: 0;
		padding-top: 75px;
		padding-bottom: 15px
	}
}

#about .sl {
	font-size: 20px;
	margin-top: 22px
}

#about .sl a {
	width: 250px;
	float: left;
	margin: 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;
	height: 170px
}

#about .sl a span {
	overflow: hidden;
	height: 100%;
	border-radius: 0deg;
	-moz-border-radius: 0deg;
	-webkit-border-radius: 0deg;
	display: block
}

#about .sl 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
}

#about .sl a:hover img {
	transform: scale(1.1)
}

#about .sl a:hover em {
	opacity: 1
}

#about .sl a:hover em {
	background: rgba(12,128,227,0.5);
	color: #fff
}

#about .sl a em {
	text-align: center;
	font-size: inherit;
	background: rgba(12,128,227,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: 170px;
	opacity: 0
}

#about .sl div div div {
	float: left;
	overflow: hidden;
	width: 250px;
	margin-right: 15px;
	height: 170px
}

#about .sl img {
	width: 100%
}

#focus_Box {
	position: relative;
	max-width: 1300px;
	height: 540px;
	margin: 0 auto;
	width: 100%
}

#focus_Box ul {
	position: relative;
	max-width: 1300px;
	height: 440px;
	width: 98%;
	margin: auto
}

#focus_Box li {
	z-index: 0;
	position: absolute;
	width: 0px;
	height: 0px;
	top: 146px;
	cursor: pointer;
	left: 377px;
	border: 5px solid #fff
}

#focus_Box img {
	width: 100%;
	height: 100%;
	vertical-align: top
}

#focus_Box .prev,#focus_Box .next {
	display: block;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	width: 52px;
	height: 90px;
	top: 131px
}

#tec {
	padding-bottom: 50px
}

@media (max-width: 1200px) {
	#tec {
		display: none
	}
}

#tec hgroup {
	margin-top: 40px;
	margin-bottom: 40px
}

#case {
	background: url(../img/bg5.jpg) no-repeat center top;
	color: #fff;
	overflow: hidden;
	padding-bottom: 30px
}

#case hgroup {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: lr-tb;
	writing-mode: vertical-lr;
	padding-top: 25px;
	float: left
}

@media (max-width: 1200px) {
	#case hgroup {
		-webkit-writing-mode: initial;
		-ms-writing-mode: "";
		writing-mode: initial;
		margin-top: 0;
		float: none
	}
}

#case hgroup h3 {
	font-size: 30px;
	line-height: 2;
	border-right: 1px solid #fff;
	font-weight: 500;
	text-align: center;
	padding-top: 45px;
	margin-top: 15px
}

#case hgroup h3 span {
	font-weight: 700
}

#case hgroup p {
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin-left: 15px
}

#case aside {
	float: right;
	width: 290px;
	overflow: hidden;
	margin-top: 23px;
	height: 350px;
	border: 1px solid #fff
}

@media (max-width: 1200px) {
	#case aside {
		display: none
	}
}

#case aside img {
	height: 100%;
	display: block
}

#case aside a {
	display: block;
	height: 100%
}

#case aside span {
	height: 100px
}

#case article {
	width: 720px;
	float: left;
	margin-left: 33px;
	margin-top: 15px
}

#case article a {
	width: 222px;
	float: left;
	margin: 8px;
	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;
	border: 1px solid #fff;
	height: 170px
}

#case article a span {
	overflow: hidden;
	height: 100%;
	border-radius: 0deg;
	-moz-border-radius: 0deg;
	-webkit-border-radius: 0deg;
	display: block
}

#case 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
}

#case article a:hover img {
	transform: scale(1.1)
}

#case article a:hover em {
	opacity: 1
}

#case article a:hover em {
	background: rgba(12,128,227,0.5);
	color: #fff
}

#case article a em {
	text-align: center;
	font-size: inherit;
	background: rgba(12,128,227,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: 170px;
	opacity: 0
}

@media (max-width: 1200px) {
	#case article {
		width: 100%;
		float: none;
		margin-left: 0
	}

	#case article a {
		width: 46%;
		margin: 2%;
		height: auto
	}

	#case article em {
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		font-size: 1rem
	}
}

#news {
	padding-top: 30px;
	padding-bottom: 70px
}

#news hgroup {
	margin-bottom: 50px
}

#news .fl {
	width: 50%
}

@media (max-width: 1200px) {
	#news .fl {
		width: 100%;
		float: none
	}

	#news .fl a b {
		display: none
	}

	#news .fl a div {
		width: 100%
	}
}

#news .fl span {
	display: none
}

#news .fl a {
	display: block;
	margin-bottom: 13px;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
	background: #f0f0f0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#news .fl a:hover {
	background: #ff8400;
	color: #fff
}

#news .fl a:hover b {
	color: #fff
}

#news .fl a:hover em {
	color: #fff
}

#news .fl b {
	display: block;
	float: left;
	width: 85px;
	height: 55px;
	border-right: 1px solid currentColor;
	font-size: 24px;
	font-weight: 500;
	color: #434343;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-align: center;
	padding-right: 15px
}

#news .fl i {
	display: block;
	font-size: 14px;
	text-indent: 2em;
	font-style: normal
}

#news .fl div {
	width: 440px;
	float: right
}

#news .fl strong {
	font-size: 18px;
	font-weight: 500;
	display: block
}

#news .fl em {
	display: block;
	color: #959595
}

#news aside {
	float: right;
	width: 48%
}

@media (max-width: 1200px) {
	#news aside {
		display: none
	}
}

#news aside a {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background: #f0f0f0;
	display: block;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#news aside a:hover {
	background: #ff8400;
	color: #fff
}

#news aside a:hover b {
	color: #fff
}

#news aside a:hover em {
	color: #fff
}

#news aside span {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	height: 276px
}

#news aside img {
	width: 100%;
	display: block
}

#news aside b {
	display: block;
	float: left;
	width: 85px;
	height: 55px;
	border-right: 1px solid currentColor;
	font-size: 24px;
	font-weight: 500;
	color: #434343;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-align: center;
	padding-right: 15px
}

#news aside i {
	display: block;
	font-size: 14px;
	text-indent: 2em;
	font-style: normal
}

#news aside div {
	width: 395px;
	float: right
}

#news aside strong {
	font-size: 18px;
	font-weight: 500;
	display: block
}

#news aside em {
	display: block;
	color: #959595
}

#footer {
	background: url(../img/bg6.jpg) no-repeat center top;
	padding-top: 40px;
	background-size: cover
}

#footer h3 {
	font-weight: 500;
	font-size: 24px;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px
}

#footer h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 40px;
	background: #1151a1;
	display: block
}

#footer ul {
	overflow: hidden;
	padding-bottom: 30px
}

#footer li {
	float: left
}

#footer li:nth-of-type(1) {
	width: 400px
}

#footer li:nth-of-type(2) {
	width: 550px;
	margin-left: 60px
}

#footer li:nth-of-type(3) {
	float: right
}

#footer li img {
	border: 3px solid #fff
}

#footer li div {
	line-height: 1.7
}

#footer li a {
	width: 98px;
	height: 35px;
	border: 1px solid rgba(255,255,255,0.8);
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px
}

#footer li a:hover,#footer li a.act {
	font-weight: 700;
	float: left
}

@media (max-width: 1200px) {
	#footer li:nth-of-type(1) {
		width: 100%;
		float: none;
		margin-left: 0;
		box-sizing: border-box;
		padding: 15px
	}

	#footer li:nth-of-type(2) {
		width: 100%;
		float: none;
		margin-left: 0;
		box-sizing: border-box;
		padding: 15px
	}

	#footer li:nth-of-type(3) {
		width: 100%;
		float: none;
		margin-left: 0;
		box-sizing: border-box;
		padding: 15px
	}
}

#footer #qr::after {
	content: '扫一扫  进入手机站';
	text-align: center;
	margin-top: 20px;
	display: block
}

@media (max-width: 1200px) {
	#footer #qr {
		display: none
	}
}

#footer footer {
	background: #000;
	line-height: 40px
}


#footer footer p{text-align: center;}
#footer footer p a{display: inline-block; margin-left: 10px;}
/*# sourceMappingURL=style.css.map */

