﻿arset "utf-8";
body {
	font-family: "Microsoft Yahei", Arial, sans-serif;
	color: #555;
	background: #fff;
	margin: 0 auto;
	overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
 display:none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0; max-width:100%;
}
svg:not(:root) {
	overflow: hidden;
}
/*figure {
	margin: 1em 40px;
}*/
.nomp { margin:0; padding:0; }
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border:0;
 padding:0;
}
input {
	line-height: normal;
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 height:auto;
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
 -webkit-appearance:none;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/*! reset.css */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
}
iframe {
	display: block;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
}
input:required {
 border:none;
 box-shadow:none;
}
input:invalid {
 background-color:transparent;
 box-shadow:none;
}
:focus {
	-moz-outline-style: none;
	outline: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.hide {
	display: none!important;
}
.show {
	display: block!important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ovh {
	overflow: hidden;
}
.table {
	display: table;
}
.table-cell {
	display: table-cell;
}
a {
	color: #555;
	cursor: pointer;
	/*-moz-transition:all .15s ease-out;
	-webkit-transition:all .15s ease-out;
	-o-transition:all .15s ease-out;
	transition:all .15s ease-out;*/
	text-decoration: none;
}
.hidden {
	overflow-y: hidden;
}
.mac-hidden {
	overflow: hidden;
}
.uppc {
	text-transform: uppercase;
}
.h100 {
	height: 100%;
	position: relative;
}
.fa-file-pdf {
  color: #c41126;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.flex-middle {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.flex-center {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.fx1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.content {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.header {
	height: 80px;
	width: 100%;background: rgba(255,255,255,0.9);border-bottom: 1px #ddd solid;
}
.naver {
	height: 80px;
	margin-left: 52px;
}
.naver li {
	float: left;
	position: relative;
}
.naver li.active a {
	color:#155690;
}


.naver li>a {
	display: block;
	padding: 0 25px;
	line-height: 80px;
	height: 80px;
	font-size: 18px;
	color: #202020;
}
.naver li:hover>a {
	color: #0064a7;
	background: #f5f5f5;
}
.sub-nav {
	position: absolute;
	top: 80px;
	display: none;
	padding: 12px 20px 30px 0;
	height: 280px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5/* url(../images/subnav_bg_15.jpg) no-repeat right 0*/;
	z-index: 9;
	box-shadow: 0 4px 4px rgba(0,0,0,.2);
}
.sub-nav.bg2 {
	/*background-image: url(../images/subnav_bg_03.jpg);*/
}
.sub-nav.bg3 {
	/*background-image: url(../images/subnav_bg3_03.jpg);*/
	width: 560px;
}
.sub-nav.bg4 {
	/*background-image: url(../images/subnav_bg_16.jpg);*/
}
.sub-nav.bg3 dd {
	float: left;
	width: 50%
}
.sub-nav a {
	display: block;
	line-height: 28px;
	height: 28px;
	padding: 0 35px 0 45px;
	white-space: nowrap;
	font-size: 14px; color:#202020;
	background: url(../images/sub_nav_arr_15.png) no-repeat 35px center;
}
.sub-nav dd {
	padding: 3px 0;
}
/*.naver li:hover .sub-nav {
	display: block;
}*/
.sub-nav a:hover {
	color: #0064a7;
}


.h-business {
	/* background: #fff; */
	padding: 50px 0px 0px 0px;
}
.h-business h2 {
	color: #155690;
	font-size: 2em;
	margin: 0 0 50px;
	text-align: center;
	font-weight: bold;
}
.h-business h2::after {
	background: #DFDFDF none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0px auto 0;
}
.h-business h2 div::after {
	background: #155690 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 2px;
	margin: 13px auto 0 auto;
	width: 220px;
}

.protitlelist tr:nth-child(2n+1) { background:#f1faff; }
.protitlelist tr:hover { background:#e1eef5; }


.logo img { height:50px; }

.footer {
	background: #145690;
}
.footer,  .footer a {
	color: #fff;
}
.footer .auto {
	max-width: 1600px;
	width: 94%;
}
.footer .copyright {
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
	line-height: 30px;
}
.footer .copyright .fr {
	overflow: hidden;
}
.footer .copyright .fr a {
	float: left;
	height: 30px;
}
.footer .copyright .fr a.knet {
	background: url("../images/knet.png") no-repeat center center;
	width: 84px;
}
.footer .copyright .fr a.wlzxnet {
	background: url("../images/wlzxnet.png") no-repeat left center;
	padding-left: 37px;
	margin-right: 37px;
}
.footer .b_link {
	margin-bottom: 26px;
	line-height: 24px;
}
.footer .b_link .fr {
	position: relative;
	padding-left: 70px;
}
.footer .b_link .fr span {
	position: absolute;
	left: 0;
	top: 0;
}
.footer .b_link .fr a {
	margin-left: 25px;
	display: inline-block;
}
.footer .b_link .fl a {
	display: inline-block;
}
.footer .b_link .fl a:not(:last-child):after {
	margin: 0 20px;
	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	vertical-align: middle;
	background: rgba(255,255,255,0.2);
}
.footer .code {
	max-width: 320px;
	margin: 0 auto;
}
.footer .code li {
	float: left;
	width: 43.75%;
	text-align: center;
}
.footer .code li:nth-child(1n) {
	float: right;
}
.footer .code li aside {
	color: rgba(255,255,255,0.5);
	margin-top: 10px;
}
.footer .code li img {
	border-radius: 4px;
	display: block;
	width: 100%;
}
.footer .b_nav {
	padding: 4.875% 0 4% 0;
}
.footer .b_nav .tit {
	font-family: 'SourceHanSansCN-Bold';
	font-size: 16px;
}
.footer .b_nav nav dd {
	line-height: 24px;
}
.footer .b_nav nav dd a {
	color: rgba(255,255,255,0.6);
}
.footer .b_nav nav dd a:hover {
	color: #fff;
}
.footer .contact .call {
	font-size: 24px;
	font-family: 'IMPACT';
}
.footer .contact p {
	margin-top: 10px;
	opacity: 0.6;
	-webkit-opacity: 0.6;
	line-height: 30px;
}
.footer .text {
	text-align: center;
}
.footer .b_nav nav .item:first-child dl dd:first-child {
	display: none!important;
}





/* Common style */
.row figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
/*	width: 48%;
*/	height: auto;
/*	background: #3085a3;
*/	text-align: center;
	cursor: pointer;
}

.row figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
/*	opacity: 0.8;
*/}

.row figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.row figure figcaption::before,
.row figure figcaption::after {
	pointer-events: none;
}

.row figure figcaption,
.row figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
/*	background: #18a367;
*/}

figure.effect-layla img {
/*	height: 390px;
*/}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption:hover {
	background:rgba(25,89,146,0.7)
}


figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	/*padding-top: 26%;*/
	padding-top: 99%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}


figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 1.1;
	
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
	
/*	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
*/}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2
{
	padding-top:15px;
}



/*---------------*/
/***** Sarah *****/
/*---------------*/

.swiper-slide figure {
	position: relative;
	float: left;
	overflow: hidden;
/*	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
*//*	background: #3085a3;
*/	text-align: center;
/*	cursor: pointer;
*/}

.swiper-slide figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
/*	opacity: 0.8;
*/}

.swiper-slide figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-slide figure figcaption::before,
.swiper-slide figure figcaption::after {
	pointer-events: none;
}

.swiper-slide figure figcaption,
.swiper-slide figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.swiper-slide figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.swiper-slide figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.swiper-slide figure h2 span {
	font-weight: 800;
}

.swiper-slide figure h2,
.swiper-slide figure p {
	margin: 0;
}

.swiper-slide figure p {
	/*letter-spacing: 1px;
	font-size: 68.5%;*/
	margin-top:0; margin-bottom:5px;
}






figure.effect-sarah {
/*	background: #42b078;
*/}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
/*	opacity: 0.4;
*/	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left; background:linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 70%);
}
figure.effect-sarah figcaption a { color:#fff; }
figure.effect-sarah h2 a { color:#fff; }
figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0; margin-bottom:15px; text-align:center; font-size:30px; font-weight:bold;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
}

 @media(min-width:768px) {
figure.effect-sarah h2::after {

	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);

}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
/*	padding: 1em 0;
*/	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0); font-size:16px;
}

 }



figure.effect-sarah:hover p {
	opacity: 1;
}








/*  应用  */



.happlist img {
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.happlist img:hover {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}


.h-business ul {
	padding-left: 50px;
}
.h-business li {
	float: left;
	margin-right: 60px;
	padding-bottom: 22%;
	position: relative;
	width: 280px;
	margin-bottom: 60px;
	overflow:hidden;
}
.h-business li:nth-child(4) {
	margin-right: 0;
}
.h-business li:nth-child(8) {
	margin-right: 0;
}
.h-business li a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.h-business li figure, .h-business li div {
	left: 0;
	position: absolute;
	width: 100%;
}
.h-business li figure {
	height: 250px;
	top: 0;
	transition: top 0.3s ease 0s;
}
.h-business li div {
	background-color: #E4E4E4;
	bottom: 0;
	height: 48%;
	padding: 0 5%;
	transition: all 0.3s ease 0s;
}
.h-business li div::before {
	bottom: 10px;
	content: "";
	height: 24px;
	left: 50%;
	margin-left: -12px;
	position: absolute;
	width: 24px;
}
.h-business li aside {
	background-color: #fff;
	border-radius: 50%;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 52%;
	transition: all 0.3s ease 0s;
	width: 100px;
	z-index: 10;
}
.h-business li aside img {
	display: block;
	height: 100%;
	width: 100%;
}
.h-business li aside img.hover {
	display: none;
}
.h-business li h5 {
	color: #333;
	font-size: 16px;
	margin: 0 0 15px;
	padding-top: 28%;
	text-align: center;
}
.h-business li h5:hover {
	color: #fff;
}
.h-business li p {
	color: #999;
	height: 72px;
	line-height: 24px;
	margin: 0;
	overflow: hidden;
	text-align: center;
}
.h-business li:hover div {
	background: #155690;
	color: #fff;
}
.h-business li div p {
	color: #fff;
}
.h-business li:hover figure {
	top: -3%;
}
.h-business li:hover div {
	bottom: -3%;
	height: 54%;
}
.h-business li:hover div::before {
	background: rgba(0, 0, 0, 0) url("/UploadFiles/Product/ico/business-more.png") no-repeat scroll 0 0;
	color: #fff;
}
.h-business li:hover aside {
	background: #155690;
	top: 50%;
}
.h-business li:hover aside img {
	display: none;
}
.h-business li:hover aside img.hover {
	display: block;
}














/*   */
.bg-app {  background:#ecf4fb; }


.bg-adv {  }
.bg-adv h3 { font-size:24px; font-weight:bold; }

.bg-about { background:#e2effa; }
.bg-about h3 { font-size:24px; font-weight:bold; }



.happlist:hover {
	-webkit-transform: translate3d(0,-3px,0);
	transform: translate3d(0,-3px,0);
}

.hprofile h2 { font-size:24px; line-height:40px; }


.company_top ul li {
	display: block;
	float: left;
	width: 25%;
/*	padding-top: 132px;
*/	box-sizing: border-box;
}
.company_top ul li h1 {
    font-size: 30px;
    font-weight: 600;
    color: #165790;
    line-height: 40px;
    text-align: center;
}
.company_top ul li h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
    margin: 5px 0;
}
.company_top ul li p {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 24px;
    text-align: center;
}
.company_top ul li p i {
	font-size:40px; color:#c0071d; margin-bottom:15px;
}


.picMarquee-left{ overflow:hidden; position:relative;   }
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }

.picMarquee-left .bd{ padding:10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;   }
.picMarquee-left .bd ul li .pic{ text-align:center; overflow:hidden }
.picMarquee-left .bd ul li .pic img{ width:220px; height:120px; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }


.swiper-father { position:relative; }

.Adv-title { text-align:center; font-size:24px; margin-top:25px; margin-bottom:55px; }
.advlist li { list-style:none; list-style-position:inside; }
.Advantage-d:hover {
	animation: headShake;
	animation-duration: 4s;
		}

.advlist h6 { font-size:24px; font-weight:bold; color:#155690; margin-bottom:15px; }
.Advantage-d { margin-bottom:25px;}
.cont { min-height:100px; margin-bottom:10px;}

.qclist img:hover {
	animation: wobble;
	animation-duration: 2s;
	}
.picList img:hover {
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
	}

.bg-about img:hover {
	animation: heartBeat;
	animation-duration: 2s;
	}
/*.advball img:hover {
	animation: shakeX;
	animation-duration: 2s;
	}
*/


.bgmenu { position:relative; }
.menu-text-1 { position:absolute; left:10%; top:20%; color:#fff; }
.menu-text-1 h3 { font-size:30px; font-weight:bold; margin-bottom:30px; }
.menu-text-1 h2 { font-size:50px; font-weight:bold;}
/*
.bgmenu img:Hover {
	animation: wobble;
	animation-duration: 2s;
	}
*/

.product_nav{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.product_nav li{
  margin-left: 20px;
  font-size: 16px;
  position: relative;
  color: #888889;
}
.product_nav li::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: scaleX(0);
    transform-origin: right bottom;
    transition: transform .5s ease-in-out;
  }

.product_nav li:hover::after {
    transform: scaleX(1);
    transform-origin: left bottom;
  }
.product_nav .active::after{
  transform: scaleX(1);
  transform-origin: left bottom;
}
.product_nav li a:link {
  color: #888889;
}

.product_nav li a:visited {
  color: #888889;
}

.product_nav li a:hover {
  color: #000;
  text-decoration:none;
}

.product_nav li a:active {
  color: #888889;
}
.product_nav .active a:link {
  color: #000;
}

.product_nav .active a:visited {
  color: #000;
}

.product_nav .active a:hover {
  color: #000;
}

.product_nav .active a:active {
  color: #000;
}
.pro_nav{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro_nav a{
  padding: 5px;
  display: block;
  color: #888889;
}
.pro_nav .page-num-current{
  color: #000;
}

.pagecon h3, .pagecon h4 { font-weight:bold; }
.pagecon p { line-height:36px; }
.pagecon .col-sm-6 { position:relative;}
.pagecon .box {top:30%; left:20%; }
.pagecon .box h4 {
font-size: 24px;
	
	}

.pagecon .box h4::after {
	background: #155690 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 2px;
	margin: 13px auto 0 0;
	width: 30px;
}

.pagecon img:hover {
	animation: headShake;
	animation-duration: 2s;
	
}

.qclist h3 {font-weight:bold; color:#155690; font-size:24px; margin-bottom:15px;}

.accdesc { font-size:14px; line-height:30px; text-indent: 18px; color:#333 }
#accordionFlushExample button { font-size:20px; font-weight:bold; }


.mt-10 { margin-top: 6rem !important;}
.mb-10 { margin-bottom: 6rem !important;}

.m-title {
	font-size: 48px;
	color: #155690;
	font-weight: bold;
}
.m-title::after {
	background: #333 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	width: 60px;
	position: relative;
	margin: 30px auto 10px auto;
}
.mtake-title {
	font-size: 40px;
	color: #155690;
	font-weight: bold;
}
.mtake-sub-title {
	font-size: 27px;
	color: #000;
	font-weight: bold;
}
.mtake-sub-title::after {
	background: #333 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	width: 60px;
	position: relative;
	margin: 30px auto 10px auto;
}
.classlist { position:relative; }
.classlist h3 a { font-size:20px; font-weight:bold; color:#165791;  }

.promore { position:absolute; bottom:8px; right:8px; }

.mprolist:hover {
	animation: headShake;
	animation-duration: 2s;
	
	}

.pad2 { padding:2rem !important;}


.protitlelist .sticky-top { top: 80px; z-index: 10; }
.protitlelist th { background:#ddeff9;}
.protitlelist th, .protitlelist td { padding:2px; text-align:center; }



.newslist {
}
.newslist li {
	margin: 10px 0;
	padding-left: 35px;
	position: relative;
}
.newslist li time {
	background: rgba(0, 0, 0, 0) url("../images/PicList002256-date.jpg") no-repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	height: 63px;
	left: 0;
	margin-top: -31px;
	overflow: hidden;
	padding: 12px 0 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 62px;
}
.newslist li time span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
.newslist li .txt {
	border: 1px solid #e6e6e6;
	overflow: hidden;
	padding: 25px 20px 16px 50px;
	text-align: left;
}
.newslist li .txt .pic {
	display: block;
	float: right;
	margin-bottom: 0;
	margin-left: 10px;
}
.newslist li .txt .pic img {
	/* height: 115px; */
	width: 180px;
}

.newslist li .txt .pic img:hover {
	animation: headShake;
	animation-duration: 2s;
}

.newslist li .txt h3 {
	font-size: 14px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.newslist li .txt h3 a {
	color: #155690;
	font-weight: bold;
	font-size:16px;
}
.newslist li .txt .more:hover, .newslist li .txt h3 a:hover {
	color: #155690;
}
.newslist li .txt p {
	color: #6f6f6f;
	font-size: 14px;
	height: 48px;
	line-height: 24px;
	margin: 10px 0;
	overflow: hidden;
}
.newslist li .txt .more {
	background: rgba(0, 0, 0, 0) url("../images/PicList002256-more.jpg") no-repeat scroll right center;
	color: #a9a9a9;
	font-family: Arial;
	padding-right: 20px;
	text-transform: uppercase;
}

.detail .title {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 2em;
}
.detail .title h2 {
	font-size: 1.5em;
}
.detail .back {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px #ccc dashed;
	padding-top: 1em;
	padding-bottom: 2em;
}
.prenext {
	color: #888;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.prenext a {
	color: #888;
}
.prenext a:hover {
	color: #1356be;
}

.appsublist a .news-detailbtn {
	width: 100%;
	text-align: center;
	background: #f6f6f6;
	display: block;
	padding: 3% 0;
	transition: all 0.3s
}
.appsublist a:hover .news-detailbtn {
	background: #5bade1;
	color: #fff;
}
.appsublist .newsdesc {
	margin-bottom: 10px;
}

.bg-adv { background:url(/UploadSysFiles/Images/strengths_bg.jpg) center center no-repeat; }



 @media(min-width:641px) {

body {
	min-width: 1100px;
	/* max-width: 1920px; */
}
	 
	 
.footer .b_nav nav .item {
	float: left;
/*	max-width: 120px;
*/}
.footer .b_nav .tit {
	padding-bottom: 24px;
}
.footer .b_nav nav .item dl {
	display: block!important;
}

#hproclass .col-sm-3 { width:23%; }

.pmr61 { margin-right:21px; }
#ftpro { width:180px; }
#mbshow { display:none; }
#pcshow { display:block; }

.header .logo {
	padding-top: 13px;
}


.row figure {
	margin: 10px 1%;
	max-width: 480px;
	max-height: 360px;
}

.text-endm { text-align: right;}

#camera_wrap_1 { display:block; }
.mySwiper2 { display:none; }
.pagecon .box { position:absolute; top:30%; left:20%; }





}


 @media(min-width:1025px) {
.footer .b_link > div {
	max-width: 48%;
}
.footer .code {
	width: 20%;
}
.footer .b_nav nav {
	width: 45%;
}
.footer .contact {
	width: 35%;
	padding: 0 0% 0 5%;
}

}

 @media(min-width:1200px) {
.container { min-width:98%; }
.menu-text-1 h2 { font-size:30px; font-weight:bold;}
.pro-ico-1 { font-size:20px; font-weight:bold;}
.menu-text-1 { left:5%; }


 }


 @media(min-width:1440px) {
.container { min-width:1200px; }
.row figure {
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
}
.pmr61 { margin-right:51px; }
.naver li>a {
	padding: 0 35px;
}
.menu-text-1 h2 { font-size:50px; font-weight:bold;}
.pro-ico-1 { font-size:50px; font-weight:bold;}
.menu-text-1 { left:10%; }

 }


@media screen and (min-width: 1600px) {
.container { min-width:1400px; }







}







 @media(max-width:1024px) {
.footer .contact,  .footer .code .tit {
	text-align: center;
}
.footer .contact {
	padding: 20px 0;
}
.footer .code li:nth-child(1n) {
	float: none;
	margin: 0 auto
}


}





 @media(max-width:640px) {
#mbshow { display:block; }
#pcshow { display:none; }
.footer .b_nav nav .item {
	margin: 0!important;
	border-bottom: 1px solid rgba(255,255,255,0.1); float:left;
}
.footer .b_nav nav .item dl {
	display: none;
	padding-bottom: 20px;
}
.footer .b_nav .tit {
	padding: 20px 0;
}
.footer .b_nav nav .tit {
	position: relative;
	z-index: 1;
	padding-right: 20px;
}
.footer .b_nav nav .tit i {
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	transition: 0.3s;
}
.footer .b_nav nav .tit i.on {
	transform: rotate(45deg);
}
.footer .b_nav nav .tit i:before,  .footer .b_nav nav .tit i:after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
}
.footer .b_nav nav .tit i:before {
	width: 50%;
	height: 2px;
}
.footer .b_nav nav .tit i:after {
	width: 2px;
	height: 50%;
}
.footer .b_nav nav dd {
	padding: 5px 0;
}
.footer .code {
	max-width: 280px;
}
.footer .code li img {
	width: 80%;
	margin: 0 auto;
}
.footer .code li:nth-child(1n) {
	width: 100%;
	float: none;
	text-align: center;
}
.footer .code li:nth-child(1n) img {
	width: 120px;
}
.footer .text, .footer .contact p {
	line-height: 22px;
}

.col-xs-9 { width:75%; }
.col-xs-3 { width:25%; }
.header { height:60px;}
.header .logo { margin-top:0; }
#hproclass .col-xs-6 { width:48%; }
figure.effect-layla figcaption {
	padding: 1.2em;
}

.text-endm { text-align:left; }
.company_top ul li h1 { font-size:20px; } 
.company_top ul li h3 { font-size:14px; line-height:25px; }

#camera_wrap_2 { display:none; }
.mySwiper2 { display:block; }

.footer .code { display:none; }
.footer .contact { text-align:left; }

.menu-text-1 h3 { font-size:14px; }
.menu-text-1 h2 { font-size:18px; }
.product_nav { margin-top:10px; }
.product_nav li { margin-bottom:20px; }


.menu-text-1 {
  position: absolute;
  left: 5%;
  top: 10%;
  color: #fff;
}


}



.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#165690;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(/UploadSysFiles/Images/Online/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(/UploadSysFiles/Images/Online/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(/UploadSysFiles/Images/Online/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(/UploadSysFiles/Images/Online/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(/UploadSysFiles/Images/Online/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(/UploadSysFiles/Images/Online/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(/UploadSysFiles/Images/Online/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}


 @media(min-width:1921px) {

.bgmenu img { width:100%; }

}