.header {
	position:fixed;
	left:0;
	right:0;
	z-index:99;
	top:0;
	background:#003f95;
}
.header .wrap {
	height:4.2rem;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.layout {
	padding-top:4.2rem;
	overflow:hidden;
}
.wrap {
	max-width:62.5rem;
	margin:0 auto;
}
.header .logo img {
	height:2.4rem;
	display:block;
}
.naver h3 a {
	font-size:1rem;
	line-height:4.1rem;
	display:block;
	color:#fff;
	padding: 0 0.8rem;
	border-bottom: 3px solid #003e93;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.naver li.on h3 a,
.naver h3 a:hover{
	border-color: #fff
}
.naver li {
	margin-left:0.6rem;
	position:relative;
}
.naver li dl {
	position:absolute;
	left:-0.5rem;
	right:-0.5rem;
	top:100%;
	background:#003f95;
	text-align:center;
	padding:0.3rem 0;
	display:none;
}
.naver li dd a {
	font-size:0.8rem;
	color:#fff;
	line-height:2.4;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
}
.naver,.naver ul {
	display:flex;
	align-items:center;
}
.naver .ph a {
	display:block;
	padding-left:1.9rem;
	background:url(../images/uico1.png) no-repeat left center/1.3rem auto;
	font-size:1rem;
	color:#ffffff;
	margin-left:3.4rem;
}
.banner {
	position:relative;
	overflow:hidden;
	height:31.3rem;
}
.banner .spans {
	position:absolute;
	left:0;
	right:0;
	bottom:2.1rem;
	z-index:11;
	text-align:center;
}
.banner .spans span {
	width:0.5rem;
	height:0.5rem;
	border-radius:50%;
	background:#a5a5a5;
	margin:0 0.9rem !important;
	position:relative;
	opacity:1;
}
.banner .spans span.swiper-pagination-bullet-active:before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:-0.4rem;
	border-radius:50%;
	border:1px solid #a5a5a5;
}
.habout {
	background:#f4f4f4;
	padding:4.7rem 0;
}
.habout .wrap {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.tit h2 {
	font-size:3.8rem;
	color:#e6e6e6;
	line-height:1.2;
	text-transform:uppercase;
	font-family:'sour';
	font-style:oblique;
}
.tit h3 {
	font-size:2.1rem;
	color:#232323;
	line-height:1.2;
}
.habout .text {
	width:34.4rem;
	position:relative;
	padding-bottom:10.2rem;
	z-index:2;
}
.habout .text p {
	font-size:1rem;
	color:#232323;
	margin-top:1.8rem;
	line-height:2.4;
	text-align:justify;
	text-justify:distribute-all-lines;
	/*ie6-8*/
	text-align-last:left;
	/* ie9*/
	-moz-text-align-last:left;
	/*ff*/
	-webkit-text-align-last:left;
	/*chrome 20+*/;
}
.habout .pic {
	width:23.4rem;
}
.habout .pic li {
	height:18.2rem;
	margin-bottom:1.8rem;
	overflow:hidden;
}
.habout .pic li img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.habout .text ul {
	position:absolute;
	left:0;
	bottom:0;
	z-index:11;
	width:46.9rem;
	background:#fff;
	display:flex;
}
.habout .text li {
	width:100%;
	text-align:center;
	line-height:8.2rem;
	font-size:1.6rem;
	color:#113a8f;
	position:relative;
}
.habout .text li:before {
	content:"";
	position:absolute;
	right:0;
	top:1.8rem;
	bottom:1.8rem;
	z-index:1;
	width:0.1rem;
	background:#dedede;
}
.habout .text li:last-child:before {
	display:none;
}
.habout .text li:hover {
	background:#003f95;
	color:#fff;
}
.habout .text li:hover:before {
	display:none;
}
.hproduct {
	padding:4.7rem 0 0;
}
.hproduct .hd a {
	display:flex;
	justify-content:space-between;
}
.hproduct .hd .icon {
	width:2.1rem;
	height:2.1rem;
	background:url(../images/uico4.png) no-repeat center/contain;
	margin-top:1.7rem;
}
.hproduct .bd {
	background:#050713;
}
.hproduct .bd ul {
	display:flex;
	justify-content:space-between;
	margin-top:2.9rem;
}
.hproduct .bd li {
	width:20%;
	text-align:center;
}
.hproduct .bd li a {
	transition:all 0s;
	-ms-transition:all 0s;
	/* IE 9*/
	-moz-transition:all 0s;
	/* Firefox*/
	-webkit-transition:all 0s;
	/* Safari 和 Chrome*/
	-o-transition:all 0s;
	background-color:#003e93 !important;
}
.hproduct .bd li a:hover {
	background-size:0 !important;
}
.hproduct .bd li a {
	padding:4.7rem 1rem 8.3rem;
	display:block;
	position:relative;
	height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.hproduct .bd li .icon img {
	height:3.8rem;
	width:4.6rem;
	display:block;
	margin:0 auto 1.3rem;
	object-fit:contain;
}
.hproduct .bd li h3 {
	font-size:1.4rem;
	color:#fff;
	line-height:1.2;
}
.hproduct .bd li h4 {
	font-size:0.8rem;
	color:#fff;
	line-height:1.2;
	text-transform:uppercase;
	margin-top:0.3rem;
	opacity:0.8;
}
.hproduct .bd .bt {
	width:7rem;
	line-height:1.8rem;
	border-radius:2.6rem;
	border:1px solid #fff;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:4.2rem;
	z-index:1;
	margin:0 auto;
	font-size:0.8rem;
	color:#fff;
}
.hnews {
	padding:4.7rem 0;
}
.hnews .hd .wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.hnews .hd ul {
	display:flex;
}
.hnews .hd li a {
	font-size:1rem;
	color:#232323;
	line-height:2;
	display:flex;
	align-items:center;
}
.hnews .hd li {
	margin-left:1.9rem;
}
.hnews .hd li.hmore i {
	width:1.6rem;
	height:0.1rem;
	background:#232323;
	display:block;
	margin:0 0.5rem 0 1.8rem;
}
.hnews .hd li a:hover,.hnews .hd li.on a {
	color:#003f95;
}
.hnews .hd li a:hover i,.hnews .hd li.on a i {
	background:#003f95;
}
.newslist {
	margin-top:4.2rem;
}
.newslist a {
	display:block;
	padding:1.7rem 0;
}
.newslist a .wrap {
	display:flex;
	justify-content:space-between;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding-right:10.9rem;
	position:relative;
}
.newslist a .pic {
	width:15.6rem;
	height:10.4rem;
	overflow:hidden;
}
.newslist a .pic img {
	width:100%;
	display:block;
	object-fit:cover;
	height:100%;
}
.newslist a .text {
	width:33.9rem;
}
.newslist a .text h4 {
	font-size:1.3rem;
	color:#3a3634;
	line-height:1.6;
}
.newslist a .text h6 {
	font-size:0.7rem;
	color:#141414;
	padding-left:1rem;
	background:url(../images/uico12.png) no-repeat left center/0.7rem auto;
	margin:0.5rem 0 0.8rem;
}
.newslist a .text p {
	font-size:0.8rem;
	color:#444444;
	line-height:2;
}
.newslist a .bt {
	width:6.4rem;
	position:absolute;
	right:0;
	line-height:2.1rem;
	top:50%;
	margin-top:-1rem;
	border:1px solid #606060;
	border-radius:2.6rem;
	text-align:center;
}
.newslist a .bt i {
	font-size:0.8rem;
	color:#606060;
	padding-right:1.6rem;
	background:url(../images/uico11.png) no-repeat right center/1rem auto;
}
.newslist a:hover .bt i {
	background:url(../images/uico10.png) no-repeat right center/1rem auto;
	color:#fff;
}
.newslist a:hover .bt {
	background:#003f95;
	border-color:#003f95;
}
.newslist a:hover {
	background:#f4f4f4;
}
.footer {
	background:#303538;
}
.footer .hd .wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:5.7rem;
}
.footer .hd {
	border-bottom:0.1rem solid #494e50;
}
.footer .hd .logo img {
	height:2.8rem;
	display:block;
}
.footer .nav ul {
	display:flex;
	align-items:center;
}
.footer .nav li a {
	font-size:1rem;
	color:#ffffff;
	line-height:2;
}
.footer .nav li {
	margin-left:1.6rem;
}
.footer .bd {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:2.1rem 0;
	position:relative;
	z-index:2;
}
.footer .bd .txt {
	width:24rem;
	font-size:0.9rem;
	color:#d6d7d7;
	line-height:2;
}
.footer .bd ul {
	display:flex;
	align-items:center;
}
.footer .bd ul li {
	width:2.4rem;
	height:2.4rem;
	position:relative;
	margin:0 1rem;
}
.footer .bd ul li img {
	width:100%;
	display:block;
}
.footer .bd ul li .weix {
	position:absolute;
	left:-2.6rem;
	right:-2.6rem;
	bottom:100%;
	padding-bottom:0.5rem;
	z-index:1;
	display:none;
}
.footer .bd ul li:hover .weix {
	display:block;
}
.footer .bd .search {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:16.7rem;
	height:2.1rem;
	border:1px solid #b1b3b4;
	border-radius:2.6rem;
}
.footer .bd .search .txt1 {
	width:13.5rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:1.6rem;
	font-size:0.8rem;
	color:#fff;
	border:none;
	background:none;
}
.footer .bd .search .btn {
	width:3.1rem;
	height:2.1rem;
	background:url(../images/uico17.png) no-repeat center;
	cursor:pointer;
	border:none;
}
.footer .bd .search .btn:hover {
	background:url(../images/uico17-1.png) no-repeat center;
}
.footer .copyright {
	border-top:0.1rem solid #494e50;
	padding:1rem 0;
	text-align:center;
}
.footer .copyright a {
	font-size:0.9rem;
	color:#d6d7d7;
	line-height:1.6;
}
.aban {
	height:29.7rem;
}
.aban .wrap {
	height:100%;
	display:flex;
	align-items:self-end;
	padding-bottom:3.6rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.aban .tit h2,.aban .tit h3 {
	color:#fff;
	margin:0.8rem 0;
}
.about {
	background:#f4f4f4;
	padding-bottom:4.7rem;
}
.about .bd .pic {
	margin-top:2.6rem;
}
.flexwrap .wrap {
	display:flex;
	justify-content:space-between;
}
.flexwrap {
	padding:4.4rem 0;
}
.flexwrap .ltab {
	width:14.3rem;
}
.flexwrap .rts {
	width:46.4rem;
}
.ltab h3 {
	font-size:1.6rem;
	color:#ffffff;
	line-height:3.3rem;
	background:#003f95;
	padding:0 1.6rem;
}
.ltab .item1 li a {
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:0.1rem solid #d5d5d5;
	padding:0.9rem 0;
}
.ltab .item1 li {
	padding:0 1.6rem;
}
.ltab .item1 li .icon {
	width:2.5rem;
	height:2.5rem;
	overflow:hidden;
}
.ltab .item1 li .icon img {
	width:100%;
	height:100%;
	display:block;
	object-fit:contain;
}
.ltab .item1 li h5 {
	font-size:1rem;
	color:#3c3c3c;
	width:calc(100% - 3.1rem);
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.ltab .item1 {
	padding:0.8rem 0;
	margin-bottom:1rem;
}
.ltab .item2 {
	border:1px solid #cacaca;
}
.ltab .item2 ul {
	padding:0.8rem 0;
}
.ltab .item2 li a {
	padding:0.8rem 1.6rem;
	display:flex;
	justify-content:space-between;
}
.ltab .item2 li .pic {
	width:3.1rem;
	height:3.1rem;
	overflow:hidden;
}
.ltab .item2 li .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.ltab .item2 li .txt {
	width:calc(100% - 4rem);
}
.ltab .item2 li .txt h5 {
	font-size:1rem;
	color:#393939;
	line-height:1.4;
}
.ltab .item2 li .txt h6 {
	font-size:0.6rem;
	color:#003f95;
	line-height:1.4;
	margin-top:0.3rem;
}
.prduct ul {
	display:flex;
	flex-wrap:wrap;
}
.prduct li {
	width:calc((100% - 2.5rem)/3);
	margin:0 1.2rem 1.5rem 0;
}
.prduct li:nth-child(3n) {
	margin-right:0;
}
.prduct li a {
	display:block;
	border:1px solid #cacaca;
}
.prduct li a .pic {
	height:14.6rem;
	overflow:hidden;
}
.prduct li a .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.prduct li .txt {
	padding:1rem 0.8rem;
}
.prduct li .txt h4 {
	font-size:1rem;
	color:#003f95;
	line-height:1.6;
	font-weight:bold;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.prduct li .txt p {
	font-size:0.8rem;
	color:#444444;
	line-height:2;
	margin:0.3rem 0 0.8rem;
	overflow:hidden;
	height:4em;
}
.prduct li .txt h6 {
	font-size:0.6rem;
	color:#fff;
	line-height:1.3rem;
	width:4.1rem;
	border-radius:2.6rem;
	background:#003e93;
	text-align:center;
}
.pages ul {
	display:flex;
	margin:3.1rem 0;
	align-items:center;
}
.pages li {
	font-size:0.8rem;
	color:#3a3634;
	margin-right:0.8rem;
	line-height:1.3rem;
}
.pages li a {
	padding:0 0.5rem;
	line-height:1.3rem;
	display:block;
	font-size:0.8rem;
	border:1px solid #3a3634;
	border-radius:2.6rem;
	color:#3a3634;
}
.pages li .lsele {
	width:2.9rem;
	border:1px solid #3a3634;
	border-radius:2.6rem;
	font-size:0.8rem;
	color:#3a3634;
	padding-left:0.5rem;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/uar.png) no-repeat right 0.5rem center;
}
.aban .flex {
	display:flex;
	justify-content:space-between;
	align-items:self-end;
	width:100%;
}
.aban .flex ul {
	display:flex;
	align-items:center;
}
.aban .flex a {
	font-size:1rem;
	color:#fff;
	line-height:2;
	display:block;
	margin-left:1.7rem;
}
.aban .flex li.on a,.aban .flex a:hover {
	color:#00b4ff;
}
.news {
	padding-bottom:2.1rem;
}
.pages.cent ul {
	justify-content:center;
}
.porductdel .hd {
	display:flex;
	justify-content:space-between;
}
.porductdel .hd .pic {
	width:24rem;
	height:24rem;
	border:1px solid #cacaca;
	padding:0.8rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.porductdel .hd .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.porductdel .hd .pic .ovs {
	height:100%;
}
.porductdel .hd .text {
	width:20.3rem;
}
.porductdel .hd .text h1 {
	font-size:1.3rem;
	color:#ffffff;
	background:url(../images/tico6.png) no-repeat center;
	line-height:2.3rem;
	padding-left:1.6rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.porductdel .hd .text p {
	font-size:0.8rem;
	color:#444444;
	line-height:1.7;
	margin:1rem 0 1.6rem;
}
.porductdel .hd .text a {
	font-size:0.8rem;
	color:#fff;
	width:5.2rem;
	line-height:1.6rem;
	border-radius:2.6rem;
	background:#003f95;
	display:block;
	text-align:center;
}
.porductdel .bd {
	padding:1.6rem 0;
	font-size:0.7rem;
	color:#767676;
	line-height:1.7;
}
.porductdel .bd img {
	width:100%;
	display:block;
}
.newsdel {
	padding:4.2rem 0;
}
.newsdel .wrap {
	display:flex;
	justify-content:space-between;
}
.newsdel .nlt {
	width:44.8rem;
}
.newsdel .nrt {
	width:14.6rem;
}
.newsdel .nlt .hd {
	text-align:center;
}
.newsdel .nlt .hd h1 {
	font-size:1.6rem;
	color:#000000;
	line-height:1.7;
}
.newsdel .nlt .hd h6 {
	font-size:0.7rem;
	color:#7e7e7e;
	line-height:1.6;
	display:flex;
	justify-content:center;
	margin-top:0.5rem;
	padding-bottom:1.6rem;
	border-bottom:0.1rem dashed #dcdcdc;
}
.newsdel .nlt .hd h6 i {
	display:flex;
	align-items:center;
	margin:0 1rem;
}
.newsdel .nlt .hd h6 img {
	height:0.8rem;
	display:block;
	margin-right:0.3rem;
}
.newsdel .nlt .bd {
	padding:2.1rem 0;
	font-size:0.7rem;
	color:#767676;
	line-height:1.7;
}
.newsdel .nlt .bd img {
	width:100%;
	display:block;
}
.nebtn {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.nebtn a {
	display:block;
	width:33.33%;
	line-height:2.6rem;
}
.nebtn a.fh {
	width:auto;
	padding-left:1rem;
	font-size:0.9rem;
	color:#333333;
	line-height:2;
	background:url(../images/nico3.png) no-repeat left center;
	display:block;
}
.nebtn a.prev,.nebtn a.next {
	font-size:0.8rem;
	color:#767676;
	display:block;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 1rem;
}
.nebtn a.prev {
	background:url(../images/pr1.png) no-repeat left center;
	border-right:0.1rem solid #acacac;
}
.nebtn a.next {
	background:url(../images/pr2.png) no-repeat right center;
	border-left:0.1rem solid #acacac;
	text-align:right;
}
.newsdel .nrt h3 {
	font-size:1.3rem;
	color:#626262;
	line-height:2.4;
	border-bottom:0.1rem solid #e5e5e5;
}
.newsdel .nrt {
	margin-top:2.9rem;
}
.newsdel .nrt  ul {
	margin-top:1.6rem;
	overflow:hidden;
}
.newsdel .nrt li {
	margin-top:0.7rem;
}
.newsdel .nrt li a {
	display:block;
}
.newsdel .nrt .pic {
	height:9rem;
	overflow:hidden;
}
.newsdel .nrt .pic img {
	width:100%;
	display:block;
	height:100%;
	object-fit:cover;
}
.newsdel .nrt h4 {
	font-size:0.9rem;
	color:#2f2f2f;
	line-height:1.6;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-top:0.3rem;
}
.newsdel .nrt h6 {
	font-size:0.7rem;
	color:#646464;
	line-height:2;
	padding-left:0.8rem;
	background:url(../images/tico7.png) no-repeat left center;
}
.contact {
	padding:3.6rem 0;
}
.contact .hd ul {
	display:flex;
	flex-wrap:wrap;
}
.contact .hd li {
	width:calc((100% - 2.2rem)/3);
	margin:0 1rem 1rem 0;
	padding:1.6rem 1rem;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	background:#f4f4f4;
}
.contact .hd li:nth-child(3n) {
	margin-right:0;
}
.contact .hd li img {
	width:2rem;
	height:2rem;
	display:block;
	margin:0 auto;
	object-fit:contain;
}
.contact .hd h4 {
	font-size:1.1rem;
	color:#414141;
	line-height:1.6;
	margin:0.5rem 0 1rem;
}
.contact .hd i {
	display:block;
	margin:0 auto;
	width:2.1rem;
	height:0.1rem;
	background-color:#898989;
}
.contact .hd p {
	font-size:0.7rem;
	color:#3e3e3e;
	margin-top:1rem;
	line-height:1.6;
}
.contact .map img {
	display:block;
	margin-top:1rem;
	width:100%;
}
.join {
	padding:3.6rem 0;
}
.join .hd {
	display:flex;
	justify-content:space-between;
}
.join .hd .text {
	width:33.9rem;
	font-size:1.1rem;
	color:#232323;
	line-height:2;
}
.join .hd .pic {
	width:25.3rem;
	overflow:hidden;
}
.join .hd .pic img {
	width:100%;
	display:block;
}
.join .bd {
	margin-top:3.1rem;
}
.join .bd .tit h2 {
	color:#e6e6e6;
}
.jlist ul {
	border-top:0.1rem solid #d6d6d6;
	margin-top:2.1rem;
}
.jlist li {
	padding:0.9rem 0;
	border-bottom:0.1rem solid #d6d6d6;
}
.jlist li h4 {
	font-size:1.3rem;
	color:#323232;
	line-height:1.7;
}
.jlist li p {
	font-size:0.8rem;
	color:#686868;
	line-height:1.7;
	margin:0.8rem 0;
	height: 8.5em;
	overflow: hidden;
}
.jlist li.on p {
	height: auto;
}
.jlist li h6 {
	font-size:0.7rem;
	color:#003f95;
	line-height:1.6;
}


.ltab .item1 li a:hover .icon img,
.ltab .item1 li.on .icon img{
	transform:translateY(-100%);
}
.nebtn a:hover,
.newsdel .nrt:hover h4,
.jlist li a:hover h4,
.newslist a:hover .text h4,
.ltab .item2 li a:hover .txt h5,
.ltab .item1 li a:hover  h5,
.ltab .item1 li.on h5{
	color: #003f95;
}
.prduct li a:hover .pic img,
.newsdel .nrt a:hover .pic img,
.newslist a:hover .pic img,
.ltab .item2 li a:hover .pic img{
	transform:scale(1.1);
	-ms-transform:scale(1.1);  /* IE 9 */
	-moz-transform:scale(1.1);     /* Firefox */
	-webkit-transform:scale(1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1); 
}
.prduct li a .pic img,
.newsdel .nrt .pic img,
.newslist a .pic img,
.ltab .item2 li .pic img{
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.hproduct .hd .icon:hover{
	background: url(../images/uico4-1.png) no-repeat center / contain;
}
.prduct li a:hover{
	border-color: #003f95
}


.contact .hd li{
	position: relative;
	top: 0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.contact .hd li:hover{
	top: -8px;
	box-shadow: 0 0 8px 0 rgba(80,80,80,0.2);
}