@charset "utf-8";
/* CSS Document */
body {
	max-width:1440px;
	margin:0px auto;
	font-family:"Microsoft YaHei";
	font-size:14px;
	color:#363636;
}
a:link{color:#363636; cursor:pointer; text-decoration:none;}
a:visited{color:#363636; text-decoration:none;}
a:hover{color:#0b0827; text-decoration:none;}
a:active{color:#363636; text-decoration:none;}
.clear {clear:both;}
.fl{float:left}
.fr{float:right}
.trans {
	transition:all .3s ease;
	-o-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}

/*header*/
.header-wrap {
	width:100%;
	height:560px;
	position:relative;
}

.header-top-wrap {
	width:100%;
	height:30px;
	border-bottom:1px solid #c3e1ef;
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:9999;
	margin:0 auto;
}

.header-top {
	width:1100px;
	margin:0 auto;
	text-align:right;
}

.header-top a {
	margin-left:22px;
	line-height:30px;
	color:#02416b;
}

.header {
	width:1100px;
	height:66px;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	top:31px;
	z-index:9999;
}

.header .logo {
	margin-top:9px;
}

.header .header-r {
	float:right;
	width:760px;
	overflow:hidden;
	padding-top:20px;
	text-align:right;
}

.header-r img.search {
	float:right;
	margin-top:6px;
}

/*nav*/
.nav {
	float:right;
	padding-right:24px;
	font-size:0;
	white-space:nowrap;
}

.nav a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-left:52px;
	font-size:16px;
	line-height:28px;
	color:#171615;
	transition:all .3s ease;
	-o-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}

.nav a:hover {
	color:#69a0e0;
}

.nav a.on {
	color:#69a0e0;
}

/*banner*/
.banner {
	width:100%;
	height:560px;
	overflow:hidden;
	position:relative;
}

.b-bd li {
	width:100%;
	height:560px;
	background-position:center top;
	background-repeat:no-repeat;
}

.b-hd {
	width:100%;
	position:absolute;
	bottom:4px;
	font-size:0;
	text-align:center;
}

.b-hd li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:60px;
	height:30px;
	margin:0 10px;
	cursor:pointer;
}

.b-hd li span {
	display:block;
	width:60px;
	height:5px;
	background-color:#fff;
}

.b-hd li.on span {
	background-color:#78bdce;
}

.b-btn {
	width:86px;
	height:120px;
	position:absolute;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
}

.b-btn.b-prev {
	background:url(../images/slide_left.png) center center no-repeat;
	left:3%;
}

.b-btn.b-next {
	background:url(../images/slide_right.png) center center no-repeat;
	right:3%;
}

/*product*/
.con-product {
	width:1100px;
	margin:0 auto;
	padding:49px 0 57px;
}

.con-title {
	text-align:center;
}

.con-title h2 {
	font-weight:bold;
	font-size:32px;
	color:#3b3b3b;
}

.con-title i {
	display:block;
	width:35px;
	height:2px;
	margin:0 auto;
	margin-top:11px;
	background-color:#3b3b3b;
}

.con-product ul {
	padding-top:41px;
	overflow:hidden;
}

.con-product ul li {
	float:left;
	width:350px;
	padding-left:24px;
}

.con-product ul li img {
	border:1px solid #d0d0d0;
}

.con-product ul li p {
	padding-top:22px;
	font-size:16px;
	text-align:center;
	color:#2d3e52;
}

.con-product ul li a:hover img {
	border-color:#1363b8;
}

.con-product ul li a:hover p {
	color:#1363b8;
}

/*about*/
.con-about-wrap {
	width:100%;
	padding:18px 0 54px;
	background-color:#f8f9f9;
	border-top:1px solid #edebeb;
}

.con-about {
	width:1100px;
	margin:0 auto;
	overflow:hidden;
}

.con-about .con-about-r {
	float:right;
	width:510px;
}

.con-about-r img {
	padding-top:24px;
}

.con-about .con-about-l {
	padding-top:20px;
}

.con-about-l h2 {
	font-weight:bold;
	font-size:32px;
	line-height:40px;
	color:#076db1;
}

.con-about-l .text {
	width:524px;
	padding:28px 0;
	line-height:28px;
	color:#1e1e1e;
}

.con-about-l .more {
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding-left:33px;
	background:url(../images/about-trigon.png) left center no-repeat;
	font-size:12px;
	line-height:18px;
	color:#666;
}

.con-about-l .more:hover {
	color:#0b0827;
}

.con-about-l .about-nav {
	padding-top:55px;
}

.about-nav .about-nav-item {
	float:left;
	width:85px;
	padding-right:60px;
}

.about-nav-item .icon {
	width:85px;
	height:75px;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
}

.about-nav-item .icon i {
	display:block;
	width:48px;
	height:1px;
	position:absolute;
	bottom:3px;
	left:0;
	right:0;
	margin:0 auto;
	background-color:#d7d7d7;
}

.about-nav-item .icon > img {
	position:absolute;
	left:0;
	top:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity:0;
	filter:alpha(opacity=0);
}

.about-nav-item.an-item-idea .icon {
	background-image:url(../images/idea-icon.png);
}

.about-nav-item.an-item-history .icon {
	background-image:url(../images/history-icon.png);
}

.about-nav-item.an-item-cer .icon {
	background-image:url(../images/cer-icon.png);
}

.about-nav-item.an-item-device .icon {
	background-image:url(../images/device-icon.png);
}

.about-nav-item.an-item-idea:hover .icon {
	background-image:url(../images/idea-icon-hover.png);
}

.about-nav-item.an-item-history:hover .icon {
	background-image:url(../images/history-icon-hover.png);
}

.about-nav-item.an-item-cer:hover .icon {
	background-image:url(../images/cer-icon-hover.png);
}

.about-nav-item.an-item-device:hover .icon {
	background-image:url(../images/device-icon-hover.png);
}

.about-nav-item p {
	padding-top:14px;
	font:12px/1 "宋体";
	text-align:center;
	color:#666;
}

.about-nav-item:hover img {
	-webkit-opacity:1;
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
}

.about-nav-item:hover p {
	font-weight:bold;
	color:#1363b8;
}

.about-nav-item:hover .icon i {
	display:none;
}

/*f-contact*/
.f-contact-wrap {
	width:100%;
	height:170px;
	background-color:#dfeaee;
}

.f-contact {
	width:1100px;
	margin:0 auto;
}

.f-contact .fc-item {
	float:left;
	width:25%;
	padding-top:60px;
	text-align:center;
}

.fc-item img {
	padding-right:16px;
}

.fc-item .fc-item-r {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	padding-left:23px;
	background:url(../images/fc-sx.jpg) left 3px no-repeat;
	text-align:left;
}

.fc-item-r h4 {
	color:#1765b9;
}

.fc-item-r p {
	padding-top:7px;
	font-size:12px;
	line-height:24px;
	color:#2d3e52;
}

/*bq*/
.bq {
	width:100%;
	height:30px;
	background-color:#2d3e52;
	font:12px/30px "宋体";
	text-align:center;
	color:#8e9ba9;
}

.bq a {
	color:#8a8989;
}

.bq a:hover {
	color:white;
}

.bq .cnzz {
	padding-left:12px;
	position:relative;
	top:-1px;
	vertical-align:middle;
}

/*inpage*/
.inbanner {
	width:100%;
	height:167px;
	background:url(../images/inbanner.jpg) center top no-repeat;
	position:relative;
	padding-top:73px;
}

.inbanner .logo {
	display:block;
	margin:0 auto;
}

.inbanner .inpage-nav {
	padding-top:40px;
	text-align:center;
	font-size:0;
	white-space:nowrap;
}

.inpage-nav a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 26px;
	border-bottom:1px solid hidden;
	font-size:16px;
	line-height:24px;
	color:#171615;
}

.inpage-nav a:hover {
	border-bottom:1px solid #076db1;
	color:#076db1;
}

.inpage-nav a.on {
	border-bottom:1px solid #076db1;
	color:#076db1;
}

.sec-nav-box {
	width:100%;
	height:40px;
}

.sec-nav-wrap {
	width:100%;
	height:40px;
	background-color:#076db1;
}

.sec-nav-wrap.on {
	position:fixed;
	top:0;
	z-index:9999;
}

.sec-nav {
	width:1100px;
	margin:0 auto;
	position:relative;
}

.sec-nav > ul > li {
	float:left;
}

.sec-nav > ul > li > a {
	display:block;
	width:120px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
}

.sec-nav ul li .subnav {
	display:none;
	position:absolute;
	left:0;
	top:40px;
	width:100%;
	height:40px;
	background-color:#4b95cb;
}

.subnav a {
	padding:0 30px;
	font-size:14px;
	line-height:40px;
	color:#fff;
}

.sec-nav a:hover {
	background-color:#4b95cb;
}

.sec-nav a.on {
	background-color:#4b95cb;
}

.incontent {
	width:1100px;
	margin:0 auto;
	padding-bottom:50px;
}

/*product*/
.incon-product {
	padding-top:53px;
}

.incon-title {
	font-weight:bold;
	font-size:32px;
	text-align:center;
	color:#3b3b3b;
}

.incon-title span {
	font-weight:bold;
	padding:0 11px;
}

.incon-product ul li {
	padding-top:44px;
}

.incon-product ul li p {
	padding-top:14px;
	line-height:32px;
}

/*productDe*/
.incon-productDe {
	padding-top:58px;
}

.incon-productDe .proDe-top {
	overflow:hidden;
}

.proDe-top .proDe-top-l {
	float:left;
	width:548px;
	height:375px;
	border:1px solid #d0d0d0;
}

.proDe-top .proDe-top-r {
	padding-left:585px;
}

.proDe-top-r h1 {
	font-weight:bold;
	font-size:24px;
	line-height:32px;
	color:#1363b8;
}

.proDe-top-r p {
	padding:18px 0 25px;
	line-height:24px;
	color:#3c3c3c;
}

.proDe-top-r span.hotline {
	font-weight:bold;
	font-size:18px;
	color:#f10000;
}

.proDe-top-r ul {
	padding-top:59px;
}

.proDe-top-r ul li a, .proDe-top-r ul li span {
	display:block;
	width:100px;
	height:30px;
	margin-top:6px;
	background:url(../images/pro-btn.jpg);
	line-height:30px;
	text-align:center;
	color:#fff;
}

.proDe-top-r ul li a:hover {
	background-image:url(../images/pro-btn-hover.jpg);
}

.incon-productDe .proDe-detail {
	padding-top:42px;
}

.proDe-detail .title {
	padding-left:28px;
	height:30px;
	background-color:#2d3e52;
	line-height:30px;
	color:#fff;
}

.proDe-detail .text {
	padding-top:34px;
	line-height:24px;
	color:#3c3c3c;
}

/*news*/
.incon-news {
	padding-top:53px;
}

.incon-news .news-top {
	padding-top:65px;
	overflow:hidden;
	position:relative;
}

.news-top .news-top-l {
	float:left;
}

.news-top .news-top-r {
	padding-left:392px;
}

.news-top-r h3 {
	padding:4px 0 21px;
}

.news-top-r h3 a {
	font-size:16px;
	line-height:22px;
	color:#000;
}

.news-top-r h3 a:hover {
	color:#076db1;
}

.news-top-r span.date {
	font:14px/1 Arial, Helvetica, sans-serif;
	color:#485056;
}

.news-top-r p {
	padding-top:18px;
	line-height:24px;
	color:#3d3d3d;
}

.news-top .news-top-hd {
	position:absolute;
	bottom:11px;
	left:394px;
}

.news-top-hd ul li {
	float:left;
	padding-bottom:5px;
	margin-left:6px;
}

.news-top-hd ul li span {
	display:block;
	width:8px;
	height:8px;
	background:url(../images/news-dot.jpg);
}

.news-top-hd ul li.on span {
	background:url(../images/news-dot-on.jpg);
}

.news-list {
	padding-top:28px;
}

.news-list .news-item {
	padding:32px 0 25px;
	border-bottom:1px solid #e5e5e5;
}

.news-item p.date {
	font:14px/1 Arial, Helvetica, sans-serif;
	color:#485056;
}

.news-item p.date span {
	padding-right:11px;
}

.news-item h3 {
	padding-top:22px;
}

.news-item h3 a {
	font-size:16px;
	color:#000;
}

.news-item h3 a:hover {
	color:#076db1;
}

.news-item p {
	padding-top:17px;
	line-height:24px;
	color:#3d3d3d;
}

/*newsDe*/
.incon-newsDe {
	padding-top:58px;
}

.incon-newsDe h1 {
	font-weight:bold;
	font-size:28px;
	text-align:center;
	color:#3b3b3b;
}

.incon-newsDe .page-detail {
	padding:25px 0;
	text-align:center;
}

.page-detail span {
	padding:0 10px;
	font-size:12px;
	line-height:16px;
	color:#7f7f7f;
}

.share-wrap {
	width:100%;
	height:18px;
	background:url(../images/share-hx.png) center center no-repeat;
}

.share-wrap .share {
	width:127px;
	height:18px;
	margin:0 auto;
	padding-left:50px;
	overflow:hidden;
	background:url(../images/share-cricle.png) 17px center no-repeat;
}

.incon-newsDe .text {
	padding:32px 0 80px;
	line-height:24px;
}

.fp {
	line-height:24px;
}

/*contact*/
.incon-contact {
	padding-top:53px;
}

.incon-contact .incontact-list {
	padding:82px 0 65px;
	font-size:0;
	text-align:center;
	white-space:nowrap;
}

.incontact-list li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:268px;
	vertical-align:top;
}

.incontact-list li .ct-top {
	width:122px;
	height:36px;
	margin:0 auto;
	padding-top:86px;
	font-size:14px;
	text-align:center;
	color:#1765b9;
}

.ct-top.tel {
	background:url(../../images/intel.png);
}

.ct-top.email {
	background:url(../../images/inemail.png);
}

.ct-top.fax {
	background:url(../../images/infax.png);
}

.ct-top.address {
	background:url(../../images/inaddress.png);
}

.incontact-list li p {
	padding-top:22px;
	font-size:14px;
	line-height:24px;
	color:#2d3e52;
}

.incon-contact .incon-message-wrap {
	width:100%;
	padding:58px 0 78px;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	background-color:#fcfcfc;
	overflow:hidden;
}

.incon-message-wrap .incon-message {
	width:1100px;
	margin:0 auto;
}

.incon-message .incon-message-l {
	float:left;
}

.incon-message-l h2 {
	padding-left:7px;
	font-weight:bold;
	font-size:32px;
	color:#3b3b3b;
}

.incon-message-l .map {
	width:670px;
	height:410px;
	padding-top:40px;
}

.incon-message .incon-message-r {
	padding-left:738px;
}

.incon-message-r p {
	line-height:22px;
	color:#282828;
}

.incon-message-r ul {
	padding-top:3px;
}

.incon-message-r ul li {
	padding:27px 0 10px;
	overflow:hidden;
	border-bottom:1px solid #817e7e;
}

.incon-message-r ul li input[type="text"] {
	float:left;
	width:362px;
	height:26px;
	padding:0;
	border:none;
	outline:none;
	background:none;
	background-color:transparent;
	line-height:26px;
	color:#000;
}

.incon-message-r ul li textarea {
	float:left;
	width:362px;
	height:80px;
	padding:0;
	border:none;
	outline:none;
	background:none;
	background-color:transparent;
	line-height:26px;
	color:#000;
}

.incon-message-r ul input[type="submit"] {
	width:180px;
	height:35px;
	margin-top:33px;
	border:none;
	background-color:#076db1;
	font-size:16px;
	line-height:35px;
	text-align:center;
	color:#fff;
	cursor:pointer;
}

/*about*/
.incon-about {
	width:1100px;
	margin:0 auto;
	padding-top:53px;
}

.incon-about .a-box {
	padding-top:41px;
}

.a-box .text {
	padding:28px 0 52px;
	line-height:32px;
	text-align:center;
	color:#1e1e1e;
}

.incon-idea-wrap {
	width:100%;
	height:320px;
	background:url(../images/idea-back.jpg) center top no-repeat;
}

.incon-idea {
	width:1100px;
	margin:0 auto;
	padding-top:67px;
}

.incon-idea h3 {
	float:left;
	padding-left:92px;
	font-weight:bold;
	font-size:32px;
	line-height:43px;
	color:#076db1;
}

.incon-idea p {
	float:left;
	padding-left:38px;
	font-size:16px;
	line-height:30px;
	color:#3b3b3b;
}

.incon-history {
	width:1100px;
	margin:0 auto;
	padding:64px 0 100px;
}

.incon-history .text {
	padding-top:116px;
}

.incon-certificate {
	width:100%;
	padding:50px 0 55px;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	background-color:#fcfcfc;
}

.incon-certificate .cer-bd {
	width:1100px;
	margin:0 auto;
	padding-top:58px;
	overflow:hidden;
}

.cer-bd li {
	float:left;
	padding-right:33px;
}

.cer-bd li p {
	font-weight:bold;
	font-size:16px;
	line-height:30px;
	text-align:center;
}

.incon-device {
	width:1100px;
	margin:0 auto;
	padding:53px 0 50px;
}

.incon-device .device-bd {
	padding-top:60px;
	overflow:hidden;
}

.device-bd li {
	float:left;
	padding-right:20px;
}

.device-bd li img {
	padding:1px;
	border:1px solid #bcbcbc;
}

.device-bd li p {
	padding-top:18px;
	font-size:16px;
	text-align:center;
	color:#2d3e52;
}

.fy {
	padding-top:50px;
	text-align:center;
	font-size:0;
}

.fy span, .fy a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 6px;
	padding:0 5px;
	border:1px solid #076db1;
	font-size:14px;
	line-height:20px;
}

.fy span.current {
	border-color:#076db1;
	background-color:#076db1;
	color:white;
}

.anchor {
	width:100%;
	height:0;
	padding-top:40px;
	margin-top:-70px;
}

/*scrollUp*/
#scrollUp{width:38px; height:38px; position:absolute; right:2%; bottom:6%; z-index:999; background:url(../images/top.png)}

/*side-qq*/
.side-qq {
	width:127px;
	height:265px;
	margin-top:-130px;
	background:url(../images/side-qq.png) center top no-repeat;
	position:fixed;
	right:-100px;
	top:30%;
	z-index:9999;
}

.side-qq .side-qq-l {
	float:left;
	width:27px;
	padding-top:57px;
}

.side-qq .side-qq-l a {
	display:block;
	width:27px;
	height:119px;
}

.side-qq .side-qq-r {
	float:left;
	width:100px;
	padding-top:25px;
}

.side-qq-r h4 {
	font-size:14px;
	text-align:center;
	color:#d90303;
}

.side-qq-r ul {
	padding-top:18px;
}

.side-qq-r ul li {
	width:89px;
	height:77px;
	margin:0 auto;
	padding-top:21px;
	border-bottom:1px solid #d2d2d2;
	text-align:center;
}

.side-qq-r ul li p {
	padding-top:13px;
	font:12px/1 "宋体";
	color:#0a0a0a;
}





