html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
del,
dfn,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	border: none;
	font-family: "微软雅黑";
	color: #333;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: auto;
	padding: 0;
}
body {
	color: #333;
	background-color: #FFF;
}
p,
dl,
dt,
dd,
button,
form {
	word-break: break-all;
	word-wrap: break-word;
}
button { cursor: pointer; *cursor:hand;
}
img,
input,
button,
select,
textarea { vertical-align: middle; }
button { overflow: visible; }
ul,
li,
dl,
dt,
dd {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}
a { text-decoration: none; }
header,
footer,
section {
	margin: auto;
	position: relative;
	box-sizing: border-box;
}
section.page { width: 100%; }
section > .content {
	margin: 0 200px;
	box-sizing: border-box;
	position: relative;
}
.h-content {
	margin: 20px 0 0 0;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
a:hover { color: #C30; }
h3 { font-size: 1.125em; }
.scrollLoadingImg {
	background-image: url(images/loadingLogo.png);
	background-position: center center;
	background-repeat: no-repeat;
}
body {
	padding-top: 79px;
	font-size: 14px;
	line-height: 1.42857143;
}
/*头部*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #FFF;
	z-index: 90;
	box-shadow: 0px 1px 5px #aaa;
}
header.min { height: 80px; }
/*.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
}*/
header aside {
	position: absolute;
	top: 24px;
	right: 332px;
	height: 40px;
	width: 332px;
	width: 270px !important;
 *width:332px;
	padding-left: 30px;
	color: #6b6b6b;
	font: 300 26px/22px "微软雅黑", "microsoft yahei";
	letter-spacing: 0px;
	padding-top: 2px;
}
header aside img { margin-right: 10px; }
header aside span {
	font-size: 22px;
	color: #02a0ce;
	letter-spacing: 0.063em;
}
.logo a:link,
.logo a:visited {
	margin-top: 10px;
	display: block;
	width: 100%;
	height: 73px;
	line-height: 99em;
	overflow: hidden;
	-webkit-transition: margin-top .3s ease-in;
	-moz-transition: margin-top .3s ease-in;
	-ms-transition: margin-top .3s ease-in;
	-o-transition: margin-top .3s ease-in;
	transition: margin-top .3s ease-in;
}
header aside {
	left: 100%;
	margin-left: -246px;
}
.top {
	padding-left: 220px;
	box-sizing: border-box;
	width: 100%;
	background-color: #FFF;
	z-index: 999;
	overflow: hidden;
	height: 5.2rem;
	position: fixed;
	top: 0px;
	-webkit-box-shadow: 0 0 4px 2px #666;
	-moz-box-shadow: 0 0 4px 2px #666;
	box-shadow: 0 0 4px 2px #666;
	-ms-box-shadow: 0 0 4px 2px #666;
	-o-box-shadow: 0 0 4px 2px #666;
}
.top_box {
	font-size: 1.25em;
	padding-top: 0px;
	min-width: 1200px;
}
.topmenu {
	width: 70%;
	float: left;
	margin-left: 28%;
}
.topmenu li {
	display: inline;
	width: 14%;
	float: left
}
.topmenu a:link,
.topmenu a:visited {
	display: block;
	width: 100%;
	text-align: center;
	color: #6b6b6b;
	height: 75px;
	line-height: 80px;
	-webkit-transition: background-color 0.3s ease-in, height 0.3s ease-in;
	-moz-transition: background-color 0.3s ease-in, height 0.3s ease-in;
	-ms-transition: background-color 0.3s ease-in, height 0.3s ease-in;
	-o-transition: background-color 0.3s ease-in, height 0.3s ease-in;
	transition: background-color 0.3s ease-in, height 0.3s ease-in;
	border-bottom: 0 solid #FFF;
}
.topmenu a.nav-02:link,
.topmenu a.nav-02:visited { }
.topmenu a:hover {
	color: #444;
	border-bottom: 5px solid #EEE;
	text-decoration: none;
}
.topmenu .on:link,
.topmenu .on:visited,
.topmenu .on:hover {
	color: #08c285;
	border-bottom: 5px solid #08c285;
	text-decoration: none;
}
header.min {
	height: 100px;
	/*background:#fff;*/
	-webkit-transition: height .3s ease-in;
	-moz-transition: height .3s ease-in;
	-ms-transition: height .3s ease-in;
	-o-transition: height .3s ease-in;
	transition: height .3s ease-in;
}
header.min .topmenu { padding-top: 0; }
header.min .logo {
	height: 110px;
	top: 8px;
	float: left;
	display: block;
}
header.min .logo a:link,
header.min .logo a:visited { margin-top: 10px; }
header.min .topmenu a:link,
header.min .topmenu a:visited {
	height: 95px;
	line-height: 102px;
}
header.min aside { top: 30px; }
/*三个联系方式*/
.h-contact {
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 0;
	background: #6698b5;
}
.h-contact ul { margin-left: -0.3%; }
.h-contact ul li {
	width: 33%;
	float: left;
	font: 300 0.8em/1.75em 微软雅黑, "microsoft yahei";
	text-align: center;
	color: #fff;
	margin-left: 0.3%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	padding: 0;
}
.h-contact ul li p {
	font-size: 1.25em;
	color: #fff000;
}

/*login登录窗口*/
/*.login {
	width: 334px;
	height: 480px;
	top: 60px;
	right: 30px;
	position: absolute;
	background-image: url("images/loginBg.png");
	z-index: 2;
	color: #333;
	line-height: 36px;
	font-size: 14px;
	font-family: "微软雅黑";
	font-size: 14px;
	background: transparent;
	background-color: rgba(255,255,255,0.95);
}*/
.login h2 {
	font-size: 30px;
	padding: 30px 0px 20px 0px;
	text-align: center;
}
.login li {
	position: relative;
	margin-top: 20px;
}
.login li label {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 15px;
}
#typeName { cursor: pointer; }
.login .typeName { letter-spacing: 0.5em; }
.login .input {
	border: 0px none;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	border: 1px solid #ccc;
	text-indent: 5px;
	font-size: 14px;
}
/*.typeinput{background-image:url(../../images/icon_type.png); background-repeat:no-repeat; background-position: center left;}
.userinput{background-image:url(../../images/icon_user.png); background-repeat:no-repeat; background-position: center left;}
.passinput{background-image:url(../images/icon_pass.png); background-repeat:no-repeat; background-position: center left;}*/
.input,
.input_ok,
.input_err {
	border: 1px solid #CCC;
	cursor: text;
	line-height: 21px;
	height: 21px;
	padding: 0px 2px;
	margin-right: 3px;
	border-radius: 4px;
	background-repeat: no-repeat;
}
.inputyz { width: 90px !important; }
.login li .arrow {
	position: absolute;
	right: 5%;
	top: 45%;
	width: 0px;
	height: 0px;
	overflow: hidden;
	border-top: 5px solid #08c285;
	border-left: 5px solid #EFFAFE;
	border-right: 5px solid #EFFAFE;
	z-index: 3;
	transition: all 0.2s ease-in 0s;
}
.login li a { text-decoration: underline; }
i,
em,
cite { font-style: normal; }
/*ban*/
.typeList {
	position: absolute;
	width: 270px;
	top: 34px;
	z-index: 2;
	line-height: 25px;
	border-radius: 3px;
	border: 1px solid #A4E2F4;
	display: none;
	background-color: #00B5E9;
}
.typeList a:link,
.typeList a:visited {
	display: block;
	color: #FFF;
	text-align: left;
	padding: 0px 0px 0px 5px;
	letter-spacing: 0.5em;
	text-shadow: 0px 0px 0px #FFF;
	margin: 2px;
	border-radius: 3px;
}
.flexslider {
	margin: auto;
	height: 600px;
	overflow: hidden;
	background: none repeat scroll 0% 0% #FFF;
	border: 0px none;
	position: relative;
	border-radius: 0px;
	z-index: 1;
	padding: 2px;
}
.flexslider .slides {
	position: relative;
	z-index: 1;
	height: 600px;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0px;
	padding: 0px;
	list-style: outside none none;
}
.flexslider .slides > li { background-color: #E6F2F9; }
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .flex-control-nav { bottom: 10px; }
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
	z-index: 2;
}
.flex-control-nav li {
	margin: 0px 6px;
	display: inline-block;
}
.flexslider .flex-control-paging li a {
	width: 20px;
	height: 20px;
	border-radius: 40px;
}
.flex-control-paging li a {
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.9);
	border: 0px none;
	box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.2) inset;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) inset;
}
.login ul li .button {
	border: 0px none;
	font-size: 18px;
	letter-spacing: 0.2em;
	background: #08c285;
	border-radius: 4px;
	background-position: 0px -40px;
	color: #FFF;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
/*内容——产品服务*/
.clear {
	clear: both;
	height: 0;
}
.cont {
	margin: auto;
	background-color: #F5F5F5;
	padding-top: 20px;
}
.cont h2,
.al h2,
.pro_stst h2,
.h-content h2,
.callus h2,
.message h2,
.newscont h2 {
	line-height: 80px;
	font-size: 26px;
	font-weight: normal;
	width: 8em;
	margin: 0 auto;
	text-align: center;
}
.cont h2 i,
.al h2 i,
.pro_stst h2 i,
.h-content h2 i,
.callus h2 i,
.message h2 i,
.newscont h2 i {
	height: 2px;
	width: 36%;
	margin: 0 auto;
	background-color: #20c186;
	display: block;
}
.cont_box {
	width: 1200px;
	margin: auto;
}
.cont_box ul { width: 100%; }
.cont_box li {
	width: 320px;
	display: inline;
	float: left;
	margin: 40px;
	color: #333;
}
.cont_box li p,
.cont_box li h2 {
	text-align: center;
	font-size: 24px;
	line-height: 60px;
	width: 100%;
}
.cont_box li h2 p {
	width: 290px;
	height: 30px;
	background: none;
}
.cont_box li span {
	text-align: left;
	display: block;
	padding: 14px;
}
/*内容——案例*/
.al {
	width: 1200px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.al b {
	border-bottom: 1px dashed #ccc;
	height: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	clear: both !important;
}
.al .Example_words,
.al .Example_logo {
	margin-top: 20px;
	text-align: center;
}
.al .Example_words a {
	border-radius: 60px;
	border: 1px solid #ddd;
	text-align: center;
	padding: 20px 77px;
*padding:20px 72px;
	_padding: 20px 72px;
	margin: 10px;
*margin:10px;
	_margin: 10px;
	line-height: 80px;
	color: #333;
}
.al .Example_words a:hover { color: #08c285; }
.al .Example_logo img { margin: 6px 0px; }
.al .Example_logo a {
	text-align: center;
	line-height: 80px;
	margin: 10px;
	width: 218px;
	height: 80px;
	display: block;
	float: left;
}
.al .Example_logo a {
	border: 1px solid #ddd;
	color: #333;
}
.al .Example_logo a:hover {
	color: #08c285;
	border: 1px solid #08c285;
}
/*图片大小自动适应*/
body,
header { min-width: 1200px; }
.logo {
	width: 220px;
	margin-left: -220px;
	text-align: center;
	line-height: 80px;
	float: left;
	display: block;
}
.logo img {
	width: 80%;
	height: auto;
	vertical-align: middle;
}
.logo a:link,
.logo a:visited {
	margin-top: 0;
	display: inline-block;
	width: 100%;
	height: 72px;
	line-height: 72px;
	overflow: hidden;
}
nav {
	font-size: 1.15em;
	padding-top: 0px;
	overflow: hidden;
}
.adMain {
	height: 360px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	background: #fff;
	border: 0;
	border-bottom: 4px solid #FFF;
	position: relative;
	-webkit-border-radius: 0;
	border-radius: 0;/*
	box-shadow: 0 0 0 #FFF;
	-webkit-box-shadow: 0 0 0 #FFF;
	-moz-box-shadow: 0 0 0 #FFF;
	-o-box-shadow: 0 0 0 #FFF;*/
	z-index: 5;
}
.adMain .slides {
	position: relative;
	z-index: 1;
	height: 360px;
}
.adMain .slides > li { background-color: #F0FBFF; }
.adMain .slides > li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
}
.adMain .slides > li img {
	width: 100%;
	min-height: 100%;
}
.adMain .flex-control-paging li a {
	width: 1em;
	height: 1em;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #08c285;
	background: #FFF;
	background: rgba(255, 255, 255, 0.62);
	box-shadow: 1px 1px 1px #666;
}
.flex-control-paging li a:hover {
	background: #FFF;
	background: rgb(255, 255, 255, 0.9);
}
.flex-control-paging li a.flex-active {
	background: #08c285;
	background: rgba(8, 194, 133, 0.9);
}
.adMain .flex-control-nav { bottom: 2em; }
.ec-s-ad { position: relative; }
.login {
	width: 22%;
	min-height: 84%;
	_height: 520px;
	top: 8%;
	right: 2%;
	position: absolute;
	background-image: url("/v2/images/loginBg.png");
	color: #333;
	line-height: 36px;
	font-size: 14px;
	border: 1px solid #fff;
	background: transparent;
	background-color: rgba(255,255,255,0.95);
	background: #fff;
	filter: alpha(opacity=90);
	z-index: 6;
}
.login h2 {
	font-weight: normal;
	position: relative;
}
.login ul {
	margin: 0 0.5em;
	width: auto;
}
.login ul li {
	padding: 0.4em 0 0.4em 0em;
	margin: 0 auto;
	line-height: 2.4em;
	position: relative;
	width: 84%;
}
.login ul li .r {
	text-align: right;
	padding-right: 4%;
}
.login a:link,
.login a:visited {
	color: #666;
	text-decoration: none;
}
.login a:hover {
	color: #08c285;
	text-decoration: underline;
}
.login li {
	position: relative;
	margin-top: 20px;
}
.login li label {
	width: 86px;
	height: 15px;
	line-height: 42px;
	text-indent: 1em;
	color: #999;
	display: block;
	margin-top: 6px;
}
.login li label span {
	line-height: 40px;
	margin-top: 5px;
	display: block;
	position: relative;
	float: left;
	color: #999;
}
.login li label img {
	margin-top: 16px;
	float: left;
}
.login .input {
	line-height: 2.6em;
	height: 2.6em;
	width: 100%;
}
.inputyz { width: 55% !important; }
.codeImg {
	position: absolute;
	top: .3em;
	width: 26%;
	height: 2.2em;
	display: block;
	right: 2%;
}
.login ul li .button {
	height: 2.4em;
	line-height: 2.4em;
	width: 100%;
}
.typeList {
	position: absolute;
	width: 50%;
	top: 2.3em;
	padding: 0 2px;
	z-index: 2;
	border-radius: 0 0 3px 3px;
	border: 1px solid #CCC;
	display: none;
	background-color: #FEFEFE;
}
.typeList a:link,
.typeList a:visited {
	display: block;
	color: #666;
	text-align: left;
	padding: 0px 0px 0px 5px;
	letter-spacing: 0.5em;
	text-shadow: 0px 0px 0px #FFF;
	margin: 2px;
	border-radius: 3px;
}
.typeList a:hover {
	color: #08c285;
	text-decoration: none;
	background-color: #F0FBFF;
}
.hide { display: none; }
/*底部*/
.footbox {
	width: 100%;
	background-color: #f0f0f0;
}
.foot {
	max-width: 1200px;
	margin: 0 auto;
}
/*footer {
	padding: 40px 10% 220px;
	background: none repeat scroll 0% 0% #f5f5f5;
}*/
.f-right {
	font: 300 0.875em/1.75em 微软雅黑, "microsoft yahei";
	float: right;
	color: #666;
	margin-top: 20px;
}
.f-left,
.f-right { width: 50%; }
.f-right a:link,
.f-right a:visited {
	color: #999;
	font-size: 16px;
}
.f-right a {
	line-height: 24px;
	font-size: 16px;
}
.f-right a:hover { color: #0C3; }
.f-right p {
	margin-top: 20px;
	color: #999;
	line-height: 30px;
}
.f-left {
	text-align: left;
	float: left;
}
.f-left img .f-ad { margin-left: 1.25em; }
.f-left img {
	margin-left: 1.25em;
	margin-top: 0.625em;
	max-width: 180px;
	height: auto;
}
/*产品服务*/
.n-banner { width: 100%; /*margin-top:84px;*/ }
.n-nav {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	height: 58px;
	color: #666;
	font-size: 0.75em;
}
.n-banner img { width: 100%; }
.nav_tt {
	width: 100%;
	background: #efefef;
}
.nav_tt span {
	font-size: 24px;
	line-height: 60px;
	height: 60px;
	margin-left: 50px;
}
.h-content {
	padding-left: 52px;
	padding-right: 52px;
	margin: 20px 0px 0px;
	box-sizing: border-box;
	position: relative;
} 
.softMain {
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	border: 0px none;
	position: relative;
	border-radius: 0px;
	z-index: 5;
}
.softMain .slides {
	position: relative;
	z-index: 1;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0px;
	padding: 0px;
	list-style: outside none none;
}
.softMain .slides > li { background-color: #FFF; }
.softMain .slides > li a:link,
.softMain .slides > li a:visited {
	float: left;
	width: 30%;
	box-sizing: border-box;
	margin: 0px 1%;
	text-align: center;
	position: relative;
	background-color: #F8F8F8;
}
.softMain,
.softMain .slides,
.softMain .slides > li a { height: auto; }
.softMain .slides > li img {
	width: 98%;
	margin-top: 4px;
}
.softMain .slides > li h3 {
	padding: 0.5em;
	font-weight: normal;
	height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px;
}
.softMain { margin: 24px auto; }
.h-content h3 {
	color: #546F94;
	line-height: 2em;
	font-weight: normal;
	font-size: 1.125em;
	margin: 0.75em 0px 0.25em;
}
.softMain .slides > li p {
	text-align: left;
	padding: 0px 1em;
	height: 88px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #999;
	text-indent: 0px;
	font-family: "微软雅黑", "microsoft yahei";
}
.h-content p {
	font: 300 0.875em/1.75em 微软雅黑, "microsoft yahei";
	color: #666;
}
.softMain .slides > li input {
	display: block;
	padding: 0.5em 2em;
	line-height: 1.4em;
	margin: 0.75em auto 1.25em;
	border: 0px none;
	bottom: 1em;
	background-color: #08c285;
	font-family: 微软雅黑, "microsoft yahei";
	color: #FFF;
	font-size: 1em;
	cursor: pointer;
}
/*案例切换*/
.case_cent {
	width: 100%;
	text-align: center;
	position: relative;
}
.case_cent .cent {
	height: 280px;
	width: 31.4%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #EEE;
	position: relative;
	padding: 10px;
	position: relative;/*background-image:url(images/case_ems_logo.jpg); background-position:50% 50%; background-repeat:no-repeat;*/
}
.case_cent .cs {
	width: 400px;
	height: 280px;
	background: #FFF;
	top: 0px;
	position: absolute;
	opacity: 0;
	display: block;
	font-size: 12px;
	transition: 0.5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;/*background-color::rgba(255,255,255,0.8); opacity:0.8;filter:alpha(opacity=80);*/
}
.case_cent .cent:hover .cs {
	color: #444;
	opacity: 1;
}
.case_cent .cent p {
	text-align: center;
	display: block;
	font-size: 24px;
	color: #444;
	line-height: 60px;
}
.case_cent .cent img {
	vertical-align: middle;
	margin-top: 30px;
}
.case_cent .cs dl { margin-top: 30px; }
.case_cent .cs dt {
	font-size: 24px;
	color: #444;
	line-height: 60px;
}
.case_cent .cs dd {
	width: 86%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	text-indent: 2em;
	color: #555;
}
.case_cent .cs dd p {
	border-radius: 20px;
	line-height: 30px;
	width: 60%;
	margin: 20px auto;
	font-size: 16px;
	text-align: center;
	text-indent: 0em;
	color: #FFF;
	background-color: #0C9;
}
