/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
display: none;
}
a {
	background: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.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: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
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; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
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; /* 1 */
	padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
li, ul, h1, h2, h3, h4, p, figure, dl,dt,dd{
	padding: 0;
	margin: 0;
}
/*--!!!!!!!!!!!!!!!!!!!!!!!!!以上全是CSS初始化样式，不用管它。。。。。。。。。。。。。。。。--*/


/*全局基础base style*/
body {
	font-size: 14px;
	font-family: "Microsoft YaHei", STHei, 华文黑体, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #525252;
}
@media all and (min-width: 1600px) {
body {
	
}
}
h1, h2, h3, h4, h5 {
	color: #333;
}

a:link, a:visited{ color: #6f6767; text-decoration:none;}
a:hover, a:active{ color:#0665b9; text-decoration: none;}

#footer a:link, #footer a:visited{ color:#d1d1d1; text-decoration:none;}
#footer a:hover, #footer a:active{ color:#FFF; text-decoration:none;}


ul {
	list-style: none;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
.clearfix {
*zoom:1;
}
/*gotop*/
.cbbfixed {
	position: fixed;
	right: 10px;
	transition: bottom ease .3s;
	bottom: -85px;
	z-index: 3;
	cursor: pointer;
}
.cbbfixed .cbbtn {
	width: 40px;
	height: 40px;
	display: block;
	background-color: #252837;
}
.cbbfixed .gotop {
	transition: background-color ease .3s;
	margin-top: 1px;
}
.cbbfixed .gotop .up-icon {
	float: left;
	margin: 14px 0 0 9px;
	width: 23px;
	height: 12px;
	background: url(/images/side-icon02.png);
}
.cbbfixed .gotop:hover {
	background-color: #00479d;
}
.cbbfixed .cweixin {
	background: #dadbdd;
}
.cbbfixed .cweixin div {
	background: url(/images/erwei.png);
	width: 194px;
	height: 199px;
	position: absolute;
	left: -194px;
	top: -115px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 100% 70%;
	-webkit-transform-origin: 100% 70%;
	transition: transform ease .3s, opacity ease .3s;
	-webkit-transition: all ease .3s;
	display: none\0;
 *display:none;
}
.cbbfixed .cweixin:hover div {
	display: block;
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
 *display:block;
}
.cbbfixed .cweixin .weixin-icon {
	float: left;
	margin: 12px 0 0 11px;
	width: 18px;
	height: 18px;
	background: url(/images/side-icon01.png);
}
/*end base style*/






/*首页style*/
/*header style*/
.wrapper {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	background-color: #fff;
}

.header {
	width: 100%;
	
}
.header-wrapper {
	width: 1024px;
	height:90px;
	margin: auto;
	position:relative;

}
.logo {
	overflow: hidden;
	width:600px;
	position:absolute;	
}
.logo img {
	float:left;
}

.search{
	position:absolute;
	top:30px;
	right:22px;
	width:210px;
	height:25px;
	}

/*
.icon {
	position: absolute;
	right: 0;
	top: 30px
}
.icon form {
	float: left;
}
.icon form input {
	border-radius: 15px;
	border: #efefef solid 1px;
	font-size: 12px;
	color: #aaa;
	display: none;
	width: 0px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.icon a {
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	transition: all 0.5s;
	background: url(/images/grayemail.png) no-repeat;
}
.icon a.search {
	margin-right: 10px;
	margin-left: 15px;
	background: url(/images/searchgray.png) no-repeat;
}
.icon a.search:hover {
	background: url(/images/search.png) no-repeat;
}
.icon a.share {
	margin-left: 10px;
	background: url(/images/grayshare.png) no-repeat;
}
.icon a:hover {
	-webkit-transform: rotate(360deg);
	background: url(/images/20150121011548326_easyicon_net_48.png) no-repeat;
}
.icon a.share:hover {
	background: url(/images/20150121011551164_easyicon_net_48.png) no-repeat;
}
*/
/*导航栏nav*/
#nav{
	width:100%;
	height:34px; 
	font-family:"微软雅黑"; 
	z-index: 99999;

}

#nav ul{
	width:1024px;
	height:37px; 
	line-height:34px;
	margin:0 auto;
	font-size:14px;
	/*background:url(/images/navli.jpg) no-repeat;*/
}

#nav ul li{
	width:122px;
	float:left;
	position: relative;
    z-index: 999;
	text-align:center;
	border-right:1px #dddddd solid;
}
#nav ul li:last-child {
	border:0;}

#nav ul .hover a{color:#fff; background:#004098;}

#nav ul li a{color:#000; position:relative; z-index:9999;width:122px; display:block; line-height:34px;}

#nav ul li a:hover{color:#fff;}

.secondary{
	width:366px;
	height:130px;
	position:absolute;
	top:34px; 
	left:0px;
	font-size:14px; 
	font-weight:500; 
	display:none;
	 background:#FFF;
	 filter:alpha(opacity=90); 
	 -moz-opacity:0.9;
	 -khtml-opacity: 0.9;
	 opacity: 0.9;
}

.n1{position:absolute; top:37px; left:-123px;}

.n2{position:absolute; top:37px; left:-246px;}

/*.secondary span{width:123px; height:37px; display:block;background:#004098;}*/

.secondary2{width:230px; display:table;float:left; padding-top:10px;}

.secondary2 h3{ 
     font-size:13px; 
	 color:#2974c3; 
	 text-align:left;
	 padding-left:19px;
	}

.secondary2 p{
	float:left;
	width:100px;
    font-size:13px;
}

#nav ul li .secondary p a{
	width:100px;
	line-height:24px; 
	display:block;
	text-align:center;
	color:#000; 
	position:relative; 
	z-index:999;
    background: url(/images/nav-icon.png) no-repeat 15px 9px;
}

#nav ul li .secondary p a:hover{
	color:#004098;
}

.img-li{
	width:116px;
	height:79px;
	float:left;
	padding-top:30px;}

.img-li img{
	display:block;
	 margin:0 auto;
	 width:116px;
}


/*main style*/
/*banner style*/
.banner {
	width: 100%;
	height: 450px;
	position: relative;
}
.banner-mask {
	position: absolute;
	width: 100%;
	height: 52px;
	bottom: 0;
	z-index: 1000;

}
/*轮播幻灯片DBtab*/
.DB_tab25 {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.DB_tab25 .DB_bgSet {
	position: relative;
}
.DB_tab25 .DB_bgSet li {
	position: absolute;
	width: 100%;
	height: 450px;
	display: none;
}
.DB_tab25 .DB_imgSet {
	position: absolute;
	width: 1024px;
	left: 50%;
	margin-left: -500px;
}
.DB_tab25 .DB_imgSet .DB_1_1 {
	position: absolute;
	left: 20px;
	top: 100px;
}
.DB_tab25 .DB_imgSet .DB_1_2 {
	position: absolute;
	left: 40px;
	top: 175px
}
.DB_tab25 .DB_imgSet .DB_1_3 {
	position: absolute;
	left: 40px;
	top: 200px
}
.DB_tab25 .DB_imgSet .DB_2_1 {
	position: absolute;
	left: -10px;
	top: 140px;
}
.DB_tab25 .DB_imgSet .DB_2_2 {
	position: absolute;
	left: 10px;
	top: 215px
}
.DB_tab25 .DB_imgSet .DB_2_3 {
	position: absolute;
	left: 10px;
	top: 240px
}
.DB_tab25 .DB_imgSet .DB_3_1 {
	position: absolute;
	left: 20px;
	top: 70px;
}
.DB_tab25 .DB_imgSet .DB_3_2 {
	position: absolute;
	left: 40px;
	top: 145px
}
.DB_tab25 .DB_imgSet .DB_3_3 {
	position: absolute;
	left: 40px;
	top: 175px
}
.DB_tab25 .DB_imgSet .DB_4_1 {
	position: absolute;
	left: 120px;
	top: 0px;
}
.DB_tab25 .DB_imgSet .DB_4_2 {
	position: absolute;
	left: 540px;
	top: 120px
}
.DB_tab25 .DB_imgSet .DB_4_3 {
	position: absolute;
	left: 690px;
	top: 150px
}
.DB_tab25 .DB_imgSet .DB_4_4 {
	position: absolute;
	left: 540px;
	top: 250px
}
.DB_tab25 .DB_imgSet .DB_4_5 {
	position: absolute;
	left: 770px;
	top: 0px
}
.DB_tab25 .DB_menuWrap {
	position: absolute;
	width: 988px;
	left: 50%;
	margin-left: -500px;
}
.DB_tab25 .DB_menuWrap .DB_menuSet {
	position: absolute;
	width: 100%;
	top: 420px;
	text-align: center;
	font-size: 0;
	border-radius: 20px;
	z-index: 2000;
}
.DB_tab25 .DB_menuWrap .DB_menuSet li {
	cursor: pointer;
	margin: 0 3px;
	display: inline;
}
.DB_tab25 .DB_prev {
	position: absolute;
	left: -100px;
	top: 200px;
	cursor: pointer;
	display: none
}
.DB_tab25 .DB_next {
	position: absolute;
	right: -100px;
	top: 200px;
	cursor: pointer;
	display: none
}
.prd-mask {
	position: absolute;
	z-index: 5000;
	left: 50%;
	margin-left: 270px;
	bottom: -50px;
}

/*contents style*/
.content {
	width: 1024px;
	margin: auto;
	overflow: hidden;
}
.section {
	width: 988px;
	margin-top: 45px;
}

/*产品轮播*/
.sectionalpha {
	margin-top: 50px;
	margin-bottom: 45px;
}
.sectionalpha .col-title {
	text-align: center;
}
.friend {
	height: 262px;
	margin: 0 auto;
	overflow: hidden;
	width: 988px;
	background: #efefef;
	border-radius: 10px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.mr_frbox {
	height: 180px;
}
.mr_frUl {
	float: left;
	height: 242px;
	width: 915px;
	margin-left: 12px;
	padding-top:20px;
	overflow:hidden;
}
.mr_frUl ul li {
	display: inline;
	float: left;/*height:389px;*/
	width: 223px;
	height: 205px;
	overflow: hidden;
	position: relative;
	padding: 4px;

}
.hidden-mask {
	position: absolute;
	width: 172px;
	height: 127px;
	top: 4px;
	background: #00479d;
	filter: alpha(opacity=0);
	z-index: 100;
	transition: opacity 0.3s;
	opacity: 0;
}
.mr_frUl ul li:hover .hidden-mask {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.hidden-mask a {
	position: absolute;
	color: #fff;
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	left: 16px;
	bottom: 0;
	transition: all 0.3s;
	font-weight: bold;
}
.mr_frUl ul li:hover .hidden-mask a {
    bottom: 32px;
}
.mr_frUl ul li > a {
	display: block;
	height: 172px;
	background: #fff;
	border-radius: 5px;
	color: #00479d;
}
.mr_frUl ul li a span {
	display: block;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	text-align: center;
	background:rgba(30,157,189,0.8);
	color:#FFF;
}

.mr_frUl ul li a img {/*display:block;*/
	width: 100%;
	vertical-align: bottom;
}
.mr_frBtnL {
	cursor: pointer;
	display: inline;
	float: left;
	height: 21px;
	margin: 116px 0 0 0;
	width: 21px;
}
.mr_frBtnR {
	float: right;
	margin-top:116px;
	cursor: pointer;
	width: 21px;
	height: 21px;
}

/*首页(产品滚动下方)简介、联系等*/

.col {
	float: left;
	width: 309px;
}

.col-news,.col-prd {
	margin-right: 30px;
}
.col-title  {
	font-size: 16px;
	margin-bottom: 15px;
}
.col-full { background: url(/images/line.png) repeat-x center;}
.col-title > div {
	width: 25%;
	margin: auto;
	background: #fff;
}
.col-title span {
	color: #00479d;
}
.col-cont {
	width: 309px;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	transition: box-shadow 0.3s;
}
.col-cont:hover {
	box-shadow: none;
}
.col-mask {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 10px;
	top: 0;
	left: 0;
	transition: all 0.5s;
}
.col-mask  img {
	border-radius: 10px;
}
.col-cont:hover .col-mask {
	opacity: 0;
    filter: alpha(opacity=0);
}
.flexslider2 {
	position: relative;
	height: 170px;
	overflow: hidden;
	background: url(/images/loading.gif) 50% no-repeat;
}
.flexslider2 .slides {
	position: relative;
	z-index: 1;
}
.flexslider2 .slides li {
	height: 170px;
	position: relative;
	border-radius: 10px;
	background-size: 309px 170px;
}
.flexslider2 .flex-control-nav {
	position: absolute;
	bottom: -10px;
	z-index: 2000;
	width: 100%;
	margin-left: -35px;
	text-align: center;
}
.flexslider2 .flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
   *display: inline;
	zoom: 1;
}
.flexslider2 .flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(/images/dot.png) right 0 no-repeat;
	cursor: pointer;
}
.flexslider2 .flex-control-nav .flex-active {
	background-position: 0 0;
}

.col-news .col-cont {
    width: 309px;
	height: 170px;
	overflow: hidden;	
}
.col-news .col-cont img {
	width: 309px;
	height: 170px;
	border-radius: 10px;
}
.aboutus-text {
    position: absolute;
	color: #fff;
	z-index: 1000;
	top: 15px;
	left: 18px;
	line-height: 22px;
	font-size: 12px;
	width: 90%;
	font-weight: bold;
}
.aboutus-text a { color: #fff;}
.col-contacts .col-cont {
	width: 309px;
	height: 170px;
	background: url(/images/contacts.jpg) no-repeat;
	overflow: hidden;
}
.contacts-list {
	margin-left: 58px;
	margin-top: 35px;
}
.contacts-list li {
	color: #00479d;
	margin-bottom: 17px;
}
.contacts-list li a { color: #00479d;}






/*section1：客户列表*/
.section1 {
	margin-bottom: 40px;
}
.section1 .col-title {
	text-align: center;
}
.clients-list {
	background-color: #efefef;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 10px;
}
.clients-list li {
	float: left;
	width: 12.5%;
	height: 80px;
	background: url(/images/googleplaygray.png) no-repeat center center;
	transition: background 1s;
}
.clients-list li:hover {
	background: url(/images/googleplay.png) no-repeat center center;
}
.clients-list li.two { background-image: url(/images/mocrosoftgray.png); }
.clients-list li.two:hover {background-image: url(/images/microsoft.png); }
.clients-list li.three { background-image: url(/images/googleplaygray.png); }
.clients-list li.three:hover {background-image: url(/images/googleplay.png); }
.clients-list li.four { background-image: url(/images/mocrosoftgray.png); }
.clients-list li.four:hover {background-image: url(/images/microsoft.png); }
.clients-list li.five { background-image: url(/images/googleplaygray.png); }
.clients-list li.five:hover {background-image: url(/images/googleplay.png); }
.clients-list li.six { background-image: url(/images/mocrosoftgray.png); }
.clients-list li.six:hover {background-image: url(/images/microsoft.png); }
.clients-list li.seven { background-image: url(/images/googleplaygray.png); }
.clients-list li.seven:hover {background-image: url(/images/googleplay.png); }
.clients-list li.eight { background-image: url(/images/mocrosoftgray.png); }
.clients-list li.eight:hover {background-image: url(/images/microsoft.png); }

/*footer style*/
.footer {
	clear: both;
	width: 100%;
	background:#5a6779;
	margin-top:50px;
	
}
.footer-wrapper {
	width:1024px;
	height:260px;
	padding-top:33px;
	margin:0 auto;
}

dl.sub1{
	float:left;
	margin-left:30px;
	padding-right:55px;
	height:165px;
	border-right:1px solid #778497;
	overflow:hidden;
}

dl.sub1 dt{
	color:#5ed3e1;
	font-size:13px;
	margin-bottom:10px;
}

dl.sub1 dd{
	font-size:12px;
	color:#d1d1d1;
	height:24px;
	line-height:24px;	
	
}




.copyright {
	font-size: 12px;
	color: #999;
	width: 100%;

	line-height:43px;
	background:#293240;
	margin: auto;
}
.copyright a {
	color: #999;
}
.copyright a:hover { text-decoration: underline;}
.p1 { float: left;}
.p2 { float: right;}


/*二级页面 style*/
/*二级页面 base style*/
/*banner-inner*/
.flexslider {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url(/images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	
}

.banner-inner{ width:100%; height:184px;}
/*这里是每个页面单独的banner.banner-inner-aboutus {
	background: #efefef url(../images/banner-inner.jpg) no-repeat center top; 
}
.banner-inner-products {
	background: #efefef url(../images/banner-inner2.jpg) no-repeat center top; 
}
.banner-inner-strength {
	background: #efefef url(../images/banner-inner3.jpg) no-repeat center top; 
}
.banner-inner-clients {
	background: #efefef url(../images/banner-inner4.jpg) no-repeat center top; 
}
.banner-inner-contacts {
	background: #efefef url(../images/banner-inner5.jpg) no-repeat center top; 
}
.banner-inner-message {
	background: #efefef url(../images/banner-inner6.jpg) no-repeat center top; 
}*/
.banner-inner-wrapper {
	position: relative;
	width: 988px;
	height: 220px;
	margin: auto;
}
.t1,.t2,.t3,.b1,.b2,.b3,.b4,.b5 {
	position: absolute;
}
.t1 {
	width: 305px;
	height: 37px;
	background: url(/images/banner-inner-text_03.png) no-repeat;
	right: 0;
	bottom: 120px;
	z-index: 10;
}
.t2 {
	width: 217px;
	height: 26px;
	background: url(/images/banner-inner-text_06.png) no-repeat;
	right: 88px;
	bottom: 84px;
	z-index: 10;
}
.t3 {
	width: 214px;
	height: 16px;
	background: url(/images/banner-inner-text_09.png) no-repeat;
	right: 89px;
	bottom: 58px;
	z-index: 10;
}
.b1 {
	width: 34px;
	height: 34px;
	background: url(/images/banner-inner-bubble_03.png) no-repeat;
	right: 260px ;
	top: 41px;
}
.b2 {
	width: 44px;
	height: 44px;
	background: url(/images/banner-inner-bubble_06.png) no-repeat;
	right: 250px;
	top: 68px;
}
.b3 {
	width: 70px;
	height: 70px;
	background: url(/images/banner-inner-bubble_09.png) no-repeat;
	right: 284px;
	top: 65px;
}
.b4 {
	width: 12px;
	height: 12px;
	background: url(/images/banner-inner-bubble_13.png) no-repeat;
	right: 236px;
	top: 89px;
}
.b5 {
	width: 20px;
	height: 20px;
	background: url(/images/banner-inner-bubble_16.png) no-repeat;
	right: 251px;
	top: 104px;
}




/*cont-inner*/
.cont-inner {
	width: 1024px;
	margin: auto;
	margin-top: 35px;
	margin-bottom: 50px;
}
/*sidebar*/
.sidebar {
	float: left;
	width: 200px;
	border-radius: 3px;
	border-bottom: none;
	box-shadow: #e3e3e3 0 0 10px;
	position: relative;
}
.sidebar span {
	color: #fff;
	font-size: 18px;
	display: block;
	height: 50px;
	line-height:50px;
	border-bottom: solid #e3e3e3 1px;
	background: #e3e3e3 url(../images/sidebarbg.jpg) no-repeat;
	text-indent: 20px;
	border-radius: 3px;
}
.sidebar > ul {
	margin-top: 18px;
}
.sidebar ul li {
	line-height: 35px;
	border-top: 1px dashed #e3e3e3;
}
.sidebar > ul > li > a {
	display: block;
	border-radius: 3px;
	text-indent: 30px;
	transition: background 0.3s;
	color: #00479d;
	font-size: 13px;
	position:relative;
	background: url(/images/triangle.png) no-repeat 8px; center;
}
.sidebar > ul > li > a:hover,
.sidebar > ul > li > a.active {
	background: #00479d;
	color: #fff;
	background: #00479d url(../images/triangle2.png) no-repeat 8px center;
}

.sidebar ul li > a.current{
	background:#00479d;
	color:#FFF;
	background: #00479d url(../images/triangle2.png) no-repeat 8px center;
}

.sidebar ul li ul {
	display:block;
}

.sidebar ul li ul li {
	padding-left:30px;
	width:auto;}
	
.sidebar ul li ul li a {
	display:block;
	padding:6px 5px;
	width:auto;
	line-height:18px !important;
	font-size:12px;
	color:#555555;
}



.sidebar ul.sub-nav li {
	padding-left: 15px;
	font-size: 12px;
	border: none;
}
.oufeng {
	position: absolute;
	top: -180px;
	left: 0;
	opacity: 0;
	z-index: 1000;
}

/*honor css*/
ul.products {
	margin-top: 20px;
	width:770px;
}
ul.products li {
	width: 200px;
	height:250px;
	float: left;
	text-align: center;
	font-size: 12px;
	margin-right: 45px;
	margin-bottom: 60px;
}
.kuang{
	display: block;
	margin-bottom: 6px;
	border-radius: 5px;
	overflow: hidden;
	border: #e3e3e3 solid 1px;
	cursor:pointer	
}

ul.products li img {
	transition: -webkit-transform 0.5s;
	transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	width:100%;
	height:250px;
}

ul.products li img:hover {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}	

/*page*/
.page {
	text-align: center;
	font-size: 12px;
	margin-top:35px;
}
.page a {
	border: #efefef solid 1px;
	padding: 3px 10px;
	border-radius: 5px;
	transition: all 0.3s;
}
.page a:hover,.page a.active {
	color: #fff;
	background-color: #00479d;
}
.page a.disabled {
	color: #bbb;
	background-color: #fff;
}
/*article*/
.article {
	position: relative;
	width: 770px;
	float: right;
}

.article p{ 
     color:#595959;
	 line-height:26px;
	 font-size:13px;
}


ul.article02{
	width:770px;
	margin-top:70px;
}

ul.article02 li{
	width:207px;
	height:163px;
	float:left;
	margin-left:40px;
	position:relative;
	box-shadow:0 3px 5px #FAFAFA;
}

.more{
	 position:absolute;
	 width:58px;
	 height:18px;
	 top:132px;
	 left:15px;
	 background:#FFF;
	 border-radius:3px;
	 box-shadow:0px 0px 6px #DFDFDF;
	 text-align:center;
	
}
	 
.more a{ 
      display:block;
	  font-size:12px;
	  color:#7f7f7f;
	  width:58px;
	  height:18px;
	  line-height:18px;
	  transition: background 0.5s;
	  border-radius:3px;
	  font-family: "宋体";
	  }	 
	  
.more a:hover{
	background:#004098;
	color:#FFF
	}	  
/*bread-crumb*/
.bread-crumb {
	width: 100%;
	position: relative;
	height: 42px;
	background: url(/images/line.png) repeat-x bottom;
	margin-bottom: 30px;
}
.bread-crumb:before {
	content: '';
	width: 3px;
	height: 20px;
	top: 5px;
	position: absolute;
	background: #00479d;
}
.pagetitle {
	font-size: 20px;
	color: #00479d;
	text-indent: 20px;
}
.pagetitle span {
	 color: #999;
	 font-size: 14px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-style:italic
}
.location {
	position: absolute;
    right: 0;
	top: 8px;
	font-size: 12px;
}






/*公司简介*/
/* tab公司简介图片滚动 */
.tab {
	width: 770px;
	height: 283px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.tab .tab_pic ul {
	height: 283px;
	width: 999em;
	position: relative;
}
.tab .tab_pic ul li {
	float: left;
}
.tab .tab_pic ul li img {
	vertical-align: bottom;
}
.tab .tab_pic ul li a {
	display: block;
}
.tab_pic {
	float: left;
	width: 420px;
	height: 283px;
	overflow: hidden;
	position: relative;
}
.tab_txt {
	float: right;
	width: 350px;
	height: 283px;
	overflow: hidden;
	position: relative;
	background: #faf9f9;
}
.tab .tab_pic .prev, .tab .tab_pic .next {
	display: block;
	width: 31px;
	height: 31px;
	float: right;
	margin: 0 0 0 1px;
	overflow: hidden;
	cursor: pointer;
	background: url(/images/tab_btn.png);
}
.tab .tab_pic .next {
	background-position: 31px 0px;
}
.tab .tab_txt ul {
	position: relative;
}
.tab .tab_txt ul li {
	width: 310px;
	height: 263px;
	padding: 20px;
	float: left;
}
.tab_san {
	display: block;
	width: 17px;
	height: 34px;
	position: absolute;
	top: 29px;
	right: 0;
}
.btn_bg {
	width: 420px;
	height: 33px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #000;
	display: block;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.btn_ct {
	width: 420px;
	height: 31px;
	padding: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.tab_txt h3 {
	color: #00479d;
}
.tab_txt p {
	font-size: 13px;
	line-height: 24px;
}
.tab_txt p span {
	font-weight: bold;
	color: #00479d;
	font-size: 18px;
}

.aboutus-list {
	margin-top: 40px;
}
.aboutus-list li {
	width: 33.3333%;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
}
.aboutus-list li i {
	display: block;
	width: 97px;
	height: 91px;
	float: left;
	background: url(/images/circle_03.jpg) no-repeat;
	color: #fff;
	font-size: 48px;
	line-height: 85px;
	text-indent: 15px;
	transition: all 0.4s;
	border-radius: 60px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
.aboutus-list li:hover i {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.aboutus-title {
	width: 150px;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}
.aboutus-title h3 { 
    color: #00479d;
	font-size: 22px;
}
.aboutus-title span {
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.aboutus-detail {
	clear: both;
	width: 80%;
	margin: auto;
	height: 150px;
	padding: 15px;
	background: #f7f7f7;
	border-radius: 10px;
	color: #00479d;
	line-height: 26px;
}

/*产品展示*/
.sec-prd {
	width: 770px;
	margin: auto;
	overflow: hidden;
}
.sec-prd ul {
	width: 835px;
}
.sec-prd ul li {
	position: relative;
	float: left;
	width: 232px;
	background-color: #fff;
	margin-right: 35px;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	margin-bottom: 35px;
}
.sec-prd-img {
	width: 100%;
	height: 171px;
	overflow: hidden;
	position: relative;
}
.sec-prd-img .hidden-text {
	width: 100%;
	position: absolute;
	bottom: -52px;
	padding: 8px 0;
	background-color: #fff;
	font-size: 12px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.sec-prd-img .hidden-text a {
	display: block;
	height: 36px;
	overflow: hidden;
	width: 90%;
	margin: auto;
	color: #777;
}
.sec-prd-img img {
	width: 100%;
	vertical-align: top;
	transition: -webkit-transform 0.5s;
	transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}
.sec-prd ul li:hover .sec-prd-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.sec-prd-name {
	padding: 12px 10px;
	text-align: center;
}
.sec-prd-name a {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #00479d;
}
/*@media all and (min-width:1240px) {
.sec-prd {
	width: 1200px;
}
.sec-prd ul {
	width: 1220px;
}
.sec-prd ul li {
	width: 284px;
}
.sec-prd-img {
	height: 211px;
}
.sec-prd-name {
	padding: 15px 20px;
}
}*/

/*工程案例*/
.case {
	width: 770px;
	margin: auto;
	overflow: hidden;
}
.case ul {
	width: 770px;
}

.pro-img{
	float:left;
	width:389px;
	height:279px;
	padding-left:35px;
}

.pro-text{
	float:left;
	width:235px;
	margin-top:20px;
	height:261px;
	background:#F2F5F6;
	margin-left:45px;
	border:1px solid #DCD9D9;
}

dl.case-name{
	font-size:12px;
	color:#033B6C;
	padding:22px 0 0 10px;
}

dl.case-name dd{
	height:30px;
	line-height:30px;
}

.detail{
	font-size:13px;
	line-height:24px;
	padding-top:30px;
	}
	

/*新闻中心*/
.article .new{width:750px; float:left;font-family: Arial, Helvetica, sans-serif "微软雅黑";}
.article .new ul{ width:750px; float:left;}
.article .new li{ background:url(/images/icon.gif) repeat-x bottom; width:745px; line-height:34px; float:left; padding-left:5px; color:#333; height:34px;}
.article .new li span{float:right; color:#999; font-weight:normal; font-size:11px; font-family:Arial, Helvetica, sans-serif; padding-right:5px;}
.article .new h1{ font-size:18px; font-family:'微软雅黑'; width:750px; float:left; border-bottom: solid 1px #E1E3E5; line-height:24px; color:#333; text-align:center}
.article .new h1 span{ color:#999; font-size:12px; font-weight:normal; text-align:center}
.article .new h2{ width:750px; float:left; line-height:22px; color:#333; padding-top:10px;font-weight:normal;}
.article .new h3{ border-top:solid 1px ##E1E3E5; padding-top:15px; line-height:22px; font-weight:normal; float:left; width:750px;}
	

/*联系方式*/
.contacts-list2 ul li .aboutus-detail {
	height: 212px;
}
.aboutus-detail a {
	color: #00479d;
}
.aboutus-detail a:hover {
	text-decoration: underline;
}


/*留言板*/
.article-message > p {
	margin-bottom: 30px;
	width: 90%;
	font-size: 13px;
}
.article-message form {
	margin-left: 20px;
}
.article-message form label {
	margin-bottom: 20px;
}
.article-message form label * {
	vertical-align: top;
}
.article-message form input,.article-message form textarea {
    margin-bottom: 10px;
	margin-left: 10px;
	border: #dbdbdb solid 1px;
	border-radius: 5px;
	transition: all 0.3s;
}
.article-message form input:focus,.article-message form textarea:focus {
	background: #f7f7f7;
}
.article-message form input { 
   padding-left: 5px;
   padding-top: 3px;
   padding-bottom: 3px;
   width: 300px;
}
.article-message form textarea {
	width: 400px;
	height: 150px;
}
.article-message form input[type="submit"] {
	width: 120px;
	text-align: center;
	border: none;
	margin-left: 75px;
	padding: 5px 0;
	color: #fff;
	background: #00479d;
	transition: all 0.3s;
}
.article-message form input[type="submit"]:hover {
	background: #0850a7;
}


/*产品优势*/
.strength {
	margin-bottom: 35px;
	word-break: break-all;
}
.str {
	margin-bottom: 10px;
}
.str i {
	display: block;
	width: 97px;
	height: 91px;
	float: left;
	background: url(/images/circle_03.jpg) no-repeat;
	color: #fff;
	font-size: 48px;
	line-height: 85px;
	text-indent: 15px;
	transition: all 0.5s;
	border-radius: 60px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
.strength:hover i {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.str-title {
	float: left;
	margin-top: 25px;
	margin-left: 20px;
}
.str-title h3 {
	font-size: 22px;
}
.str-title span {
	color: #aaa;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
.str1 {
	margin-bottom: 20px;
	line-height: 24px;
}
.str1 > span {
	display: block;
	color: #00479d;
	font-size: 16px;
	margin-bottom: 5px;
}
.str1 .blue {
	color: #00479d;
}
.str1 p,.str1 li {
	margin-bottom: 5px;
}
.str1 p img {
	float: right;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}


/*产品详情页*/
.prd-detail h1 {
	background: #00479d;
	color: #fff;
	padding:10px;
	font-size: 16px;
	border-radius: 10px;
	font-weight: normal;
}
.prd-detail-img {
	width: 100%;
	background: #efefef;
	height: 350px;
	text-align: center;
	margin-top: 30px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.prd-detail-img img {
	max-width: 100%;
	max-height: 100%;
	min-height: 350px;
	vertical-align: bottom;
}
.prd-detail-description {
	margin-top: 30px;
	line-height: 22px;
}
.prd-detail-description p {
	margin-bottom: 10px;
}
.prd-detail-description h2,.prd-detail-description h3 {
	color: #00479d;
	margin-bottom: 5px;
	font-size: 15px;
}



.title1 {
    width: 1000px;
    height: 65px;
    border-bottom: 1px solid #c9c9c9;
    margin: 0 auto;
}

.title1 h3{
	font-size:15px;
	color:#353940;
	padding-bottom:10px;
}

.title1 span{
	font-size:13px;
	 color:#8c8989;
	 padding-left:15px;
}

.detail{
	line-height:24px;
	padding:33px 15px 0 15px;
}

.share{
	padding-bottom:15px;
	margin-bottom:15px;
	padding-top:80px;
	padding-left:20px;
	border-bottom:1px dashed #929292;
}

.prev{
	line-height:25px;
	
	font-size:13px;
	}
	
.next{
	line-height:25px;
	
	font-size:13px;
	}	


/*人才招聘*/
.join-content {
    line-height: 22px;
    font-size: 12px;
    width: 755px;
    float: left;
    padding-top: 20px;
    color: #333333;
    font-family: '微软雅黑';
    padding-bottom: 25px;
}


.jobsText {
line-height:24px; font-size:12px;width:750px; float:left;
}
.jobsText H2 {
	BORDER-BOTTOM: #b5b5b5 1px dotted; POSITION: relative; LINE-HEIGHT: 20px; HEIGHT: 30px; COLOR: #BB040D; FONT-SIZE: 17px; FONT-WEIGHT: bold
}
.jobsText H2 SPAN {
	POSITION: absolute; FONT-FAMILY: Verdana, Geneva, sans-serif; COLOR: #b2b2b2; FONT-SIZE: 11px; RIGHT: 0px; FONT-WEIGHT: normal; font-family:'微软雅黑';
}
.jobsText H3 {
	COLOR: #000; FONT-SIZE: 12px; FONT-WEIGHT: bold; float:right; padding-right:20px; 
}
.jobsText H4 {
COLOR: #000; FONT-SIZE: 12px; FONT-WEIGHT: bold;
}
.jobsText H5 {
	MARGIN-TOP: 25px; COLOR: #000; FONT-SIZE: 14px
}
.jobsText H5.actInfo {
	MARGIN-TOP: 10px
}
.jobsText H6 {
	MARGIN-TOP: 10px; COLOR: #000; FONT-SIZE: 12px; FONT-WEIGHT: bold
}

.jobsText P {
	LINE-HEIGHT: 24px; font-weight:normal;color:#575757; 
}

.jobsText P {
	LINE-HEIGHT: 24px; font-weight:normal;color:#575757; 
}
.jobsText P a:link, .jobsText P a:visited {
	color:#575757;
	text-decoration:none;
}
.jobsText P a:hover, .jobsText P a:active {
	color:#ff0000;
	text-decoration:none;
}

.jobsText .hrefMail {
	MARGIN-TOP: 10px; FONT-FAMILY: Verdana, Geneva, sans-serif
}
.jobsList {
	WIDTH: 100%
}
.jobsList LI {
	PADDING-BOTTOM: 20px; PADDING-LEFT: 0px; WIDTH: 100%; PADDING-RIGHT: 0px; MARGIN-BOTTOM: 10px; FLOAT: left; BORDER-TOP: #b2b2b2 1px solid; PADDING-TOP: 10px
}
.jobsList LI.borNo {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-TOP: medium none; BORDER-RIGHT: medium none; color:#575757; width:750px;
}

dl.contactus{
	width:300px;
	height:120px;
	float:left;
	margin-right:60px;
	}
	
dl.contactus dt{
	font-size:15px;
	color:#115caf;
	padding-bottom:5px;	
}	


dl.contactus dd{
	line-height:22px;
	font-size:13px;
}	

/*企业文化*/
dl.culture{
	padding-left:24px;
	padding-top:20px;
	height:450px;
	}
	
	
dl.culture dt{
	color:#34a109;
	font-weight:bold;
	height:24px;
}

dl.culture dd{
	height:24px;
	color:#545454;
	font-size:12px;
	margin-bottom:25px;
}



<!--0.00033378601074219-->