/* CSS Document */

@charset "utf-8";
	* {
	margin:0;
	padding:0;
}
body {
	font:14px/1.5 "Microsoft Yahei";
	color:#333;
	cursor:default;
}
img {
	border:0px;
	vertical-align:top;
}
ul,ol {
	list-style-type:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input,textarea,select {
	font:14px/1 "Microsoft Yahei";
	color:#555;
	outline:0;
}
textarea {
	resize:none;
	overflow:auto;
}
input[type='checkbox'],input[type='radio'] {
	vertical-align:-2px;
	margin-right:5px;
}
h1,h2,h3,h4,h5,h6,font {
	font-size:14px;
}
a {
	color:#333;
	text-decoration:none;
	cursor:pointer;
}
a:hover,a:active {
	color:#e0272c;
}
em {
	font-style:normal;
}
h3,h4 {
	font-weight:400;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color:#e5e5e5;
}
input:-moz-placeholder,textarea:-moz-placeholder {
	color:#e5e5e5;
}
input::-moz-placeholder,textarea::-moz-placeholder {
	color:#e5e5e5;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color:#e5e5e5;
}
.clearfix:after {
	content:"";
	clear:both;
	font-size:0px;
	line-height:0px;
	display:block;
	width:100%;
	height:1px;
}
.hidden {
	display:none;
}
.center {
	text-align:center;
}
.p-fl {
	float:left;
}
.p-fr {
	float:right;
}
.autocut {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-break:break-all;
}
.ease {
	-webkit-transition:all ease 300ms;
	-moz-transition:all ease 300ms;
	-ms-transition:all ease 300ms;
	-o-transition:all ease 300ms;
	transition:all ease 300ms;
}
a {
	-webkit-transition:all ease 300ms;
	-moz-transition:all ease 300ms;
	-ms-transition:all ease 300ms;
	-o-transition:all ease 300ms;
	transition:all ease 300ms;
}
.noease,.noease * {
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.wrap {
	width:1200px;
	margin:0 auto;
	position:relative;
}
body {
	max-width:100%;
	overflow-x:hidden;
}
/* 网站公共头部区域 */
.p-header {
	position: relative;
	z-index: 9999;
	width: 100%;
	background: #fff;
}
.p-header .topCon {
	width: 100%;
	height: 26px;
	background: #ededed;
}
.p-header .topCon p {
	font-size: 14px;
	color: #363636;
	line-height: 26px;
}
.p-header .topCon .tel span {
	padding-left: 30px;
	background: url(../images/p-header-tel-bg.png) left center no-repeat;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	font-weight: bold;
}
.p-header .logoBox {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.p-header .logoBox h1 {
	float: left;
}
.p-header .logoBox h1 img {
	display: block;
	height: 150px;
}
.p-header .logoBox .tel {
	float: right;
	height: 60px;
	display: inline-block;
	padding-left: 60px;
	background: url(../images/p-header-telBg.png) left center no-repeat;
	margin-top: 38px;
}
.p-header .logoBox .tel span {
	display: block;
	font-size: 24px;
	color: #045390;
	line-height: 60px;
	font-weight: bold;
}
.p-header .menuBox {
	width: 100%;
	height: 60px;
	background: #045390;
}
.p-header .menuBox h1 {
	float: left;
	width: 133px;
}
.p-header .menuBox h1 img {
	display: block;
	height: 60px;
}
.p-header .menuBox .menu {
	float: left;
}
.p-header .menuBox .menu ul {
	width: 110%;
}
.p-header .menuBox .menu ul li {
	float: left;
	width: 156px;
}
.p-header .menuBox .menu ul li a {
	display: block;
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
}
.p-header .menuBox .menu ul li.on a,
.p-header .menuBox .menu ul li a:hover {
	/*background: url(../images/p-header-menuLi-bg.jpg) no-repeat;*/
	color: #c4d70d;
	font-weight: bold;
	background: #045390;
}
/*首页banner*/

.i-banner {
	position:relative;
	width:100%;
	height:650px;
	overflow:hidden;
}
.i-banner .flexslider ul {
	width:100%;
	height:100%;
}
.i-banner .flexslider ul li {
	width:100%;
	height:650px;
}
.i-banner .flexslider {
	position:relative;
	height:650px;
}
.i-banner .flex-control-nav {
	bottom:20px;
	z-index:999;
}
.flex-control-paging li a {
	width:20px !important;
	height:20px !important;
	background:url(../images/flex-control-nav-bg.png) 0 0 no-repeat !important;
}
.flex-control-paging li a.flex-active {
	background-position:0 -20px !important;
}
/*首页关键词*/

.i-keyWord {
	width:100%;
	height:34px;
	padding:30px 0;
	overflow:hidden;
}
.i-keyWord .tag span {
	float:left;
	font-size:14px;
	color:#242424;
	line-height:34px;
}
.i-keyWord .tag a {
	float:left;
	font-size:14px;
	color:#242424;
	line-height:34px;
	margin-right:18px;
}
.i-keyWord .tag a:hover {
	color:#0c59c3;
	text-decoration:underline;
}
.i-keyWord .search {
	width:224px;
	height:32px;
	border:1px solid #d4d4d4;
}
.i-keyWord .search input {
	border:none;
	background:none;
}
.i-keyWord .search input[type="text"] {
	float:left;
	width:184px;
	height:32px;
	text-indent:12px;
	border-right:1px solid #d4d4d4;
	line-height:32px;
}
.i-keyWord .search input[type="submit"] {
	float:right;
	width:39px;
	height:32px;
	background:#0c59c3 url(../images/search-btn-bg.png) no-repeat;
	cursor:pointer;
	text-indent:-9999px;
}
/*首页优势*/

.i-youshi {
	width:100%;
	height:803px;
	background:url(../images/i-you-bg.jpg) center top no-repeat;
	overflow:hidden;
}
.i-youshi .tit {
	width:940px;
	margin:0 auto;
}
.i-youshi .tit h4 {
	font-size:30px;
	color:#fff;
	line-height:60px;
	padding-top:40px;
	text-align:center;
	margin-left:-65px;
}
.i-youshi .tit p {
	font-size:14px;
	color:#fff;
	line-height:24px;
	margin-top:50px;
}
.i-youshi .list {
	width:110%;
	height:430px;
	margin-top:100px;
}
.i-youshi .list dl {
	float:left;
	width:274px;
	margin-right:34px;
}
.i-youshi .list dl dt {
	font-size:30px;
	color:#1d6caf;
	font-weight:bold;
	line-height:80px;
	text-align:center;
	margin-top: 10px;
}
.i-youshi .list dl dd {
	width:80%;
	margin:0 auto;
	font-size:14px;
	color:#636363;
	line-height:28px;
}
/*首页加盟*/

.i-jiameng {
	width:100%;
	height:520px;
	background:#fafafa;
	padding:30px 0;
}
.i-jiameng .wrap {
	position:relative;
	width:1200px;
	height:520px;
}
.i-jiameng .wrap .bg {
	position:absolute;
	bottom:-80px;
	left:120px;
}
.i-jiameng .wrap .tit {
	width:100%;
	text-align:center;
}
.i-jiameng .wrap .tit h3 {
	font-size:36px;
	color:#222;
	line-height:80px;
	text-align:center;
	font-weight:bold;
}
.i-jiameng .wrap .tit h3 span {
	color:#1d6caf;
}
.i-jiameng .wrap .con {
	width:92%;
	margin:30px auto 0;
}
.i-jiameng .wrap .con .left {
	width:460px;
}
.i-jiameng .wrap .con .left h3 {
	font-size:36px;
	color:#222;
	line-height:120px;
	font-weight:bold;
}
.i-jiameng .wrap .con .left h3 span {
	color:#1d6caf;
}
.i-jiameng .wrap .con .left p {
	font-size:18px;
	color:#aba9aa;
	line-height:30px;
}
.i-jiameng .wrap .con .left p span {
	color:#1d6caf;
}
.i-jiameng .wrap .con .left .tel {
	margin-top:20px;
	padding-left:55px;
	background:url(../images/i-jiameng-tel-bg.png) left center no-repeat;
}
.i-jiameng .wrap .con .left .tel p {
	font-size:16px;
	color:#525252;
	margin-left:6px;
}
.i-jiameng .wrap .con .left .tel b {
	font-size:26px;
	color:#1d6caf;
	line-height:30px;
}
.i-jiameng .wrap .con .right {
	width:526px;
}
.i-jiameng .wrap .con .right form {
	width:100%;
}
.i-jiameng .wrap .con .right form p {
	width:522px;
	height:50px;
	border:2px solid #1f6cad;
	margin-bottom:24px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
}
.i-jiameng .wrap .con .right form p input {
	border:0;
	background:0;
	height:50px;
	width:470px;
	float:right;
	padding-left:50px;
}
.i-jiameng .wrap .con .right form p input.name {
	background:url(../images/i-jiameng-icon01.png) left center no-repeat;
}
.i-jiameng .wrap .con .right form p input.tel {
	background:url(../images/i-jiameng-icon02.png) left center no-repeat;
}
.i-jiameng .wrap .con .right form p input.content {
	background:url(../images/i-jiameng-icon03.png) left center no-repeat;
}
.i-jiameng .wrap .con .right form p input[type="submit"] {
	display:block;
	width:100%;
	height:50px;
	background:#1f6cad;
	text-align:center;
	line-height:50px;
	font-size:14px;
	color:#fff;
	padding:0;
	cursor:pointer;
}
/*产品中心*/

.i-product {
	width:100%;
	overflow:hidden;
	margin-top:80px;
}
.i-product .tit {
	width:1200px;
	text-align:center;
}
.i-product .tit h3 {
	font-size:36px;
	color:#222;
	line-height:80px;
	font-weight:bold;
}
.i-product .tit p {
	font-size:18px;
	color:#666;
	line-height:30px;
}
.i-product .tit .nav {
	display:inline-block;
	text-align:center;
	border-right:0;
	margin-top:20px;
}
.i-product .tit .nav a {
	display:inline-block;
	width:160px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	border:1px solid #d1d1d1;
	background: #1f6cad;
	margin: 0 20px;
}
.i-product .tit .nav a:hover {
	background:#1f6cad;
	color:#fff;
}
.i-product .bigPic {
	position:relative;
	width:100%;
	height:521px;
	margin-top:30px;
}
.i-product .bigPic .left {
	width:694px;
}
.i-product .bigPic .left img {
	display:block;
	width:694px;
	height:521px;
}
.i-product .bigPic .right {
	width:462px;
}
.i-product .bigPic .right p {
	font-size:18px;
	color:#2a2929;
	line-height:30px;
}
.i-product .bigPic .right h3 {
	font-size:36px;
	color:#1d6caf;
	line-height:60px;
	font-weight:bold;
}
.i-product .bigPic .right .iconBox {
	width:100%;
	margin-top:30px;
}
.i-product .bigPic .right .iconBox ul {
	width:100%;
}
.i-product .bigPic .right .iconBox ul li {
	float:left;
	margin-right:14px;
}
.i-product .bigPic .right .iconBox ul li img {
	display:block;
	width:50px;
	height:50px;
	padding:8px;
	border:1px solid #c8c8c8;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
}
.i-product .bigPic .right .iconBox ul li span {
	display:block;
	font-size:14px;
	color:#565656;
	text-align:center;
	line-height:30px;
}
.i-product .bigPic .ad {
	position:absolute;
	right:0;
	bottom:50px;
	width:350px;
	height:220px;
	padding:0px 100px;
	background:#1f6cad;
}
.i-product .bigPic .ad h3 {
	font-size:24px;
	color:#f8fafc;
	line-height:80px;
}
.i-product .bigPic .ad .line {
	display:block;
	width:100px;
	height:1px;
	background:#ffffff;
}
.i-product .bigPic .ad p {
	font-size:14px;
	color:#f8fafc;
	line-height:24px;
	margin-top:30px;
}
.i-product .pcList {
	width:100%;
	padding-bottom:80px;
	background:#f0f0f0;
	margin-top:16px;
}
.i-product .pcList .list {
	position:relative;
	width:1360px;
	margin:0 auto;
}
.i-product .pcList .wrap {
	width:1360px;
}
.i-product .pcList .list .hd {
	position:absolute;
	left:0;
	top:90px;
	width:100%;
}
.i-product .pcList .list .hd a {
	position:absolute;
	display:block;
	width:80px;
	height:40px;
}
.i-product .pcList .list .hd a.prev {
	left:0;
	background:url(../images/i-product-p-n-bg.png) 0 0 no-repeat;
}
.i-product .pcList .list .hd a.next {
	right:0;
	background:url(../images/i-product-p-n-bg.png) -80px 0 no-repeat;
}
.i-product .pcList .list .bd {
	width:1200px;
	margin:0 auto;
}
.i-product .pcList .list .bd .picList {
	width:100%;
}
.i-product .pcList .list .bd .picList li {
	float:left;
	width:289px;
	border:1px solid #d1d1d1;
	margin-right:12px;
}
.i-product .pcList .list .bd .picList li a {
	display:block;
	width:100%;
	height:100%;
}
.i-product .pcList .list .bd .picList li a img {
	display:block;
	width:289px;
	height:215px;
}
/*代理商*/

.i-dls {
	width:100%;
	overflow:hidden;
	padding:40px 0;
}
.i-dls .tit {
	width:100%;
	text-align:center;
}
.i-dls .tit h3 {
	font-size:30px;
	color:#212020;
	line-height:60px;
	font-weight:bold;
}
.i-dls .tit p {
	font-size:18px;
	color:#424141;
}
.i-dls .con {
	width:1360px;
	margin-left:-80px;
}
.i-dls .con .list {
	position:relative;
	width:1360px;
}
.i-dls .con .list .hd {
	position:absolute;
	left:0;
	top:105px;
	width:1360px;
	height:40px;
}
.i-dls .con .list .hd a {
	position:absolute;
	display:block;
	width:80px;
	height:40px;
}
.i-dls .con .list .hd a.next {
	right:0;
	background:url(../images/i-product-p-n-bg.png) -80px 0 no-repeat;
}
.i-dls .con .list .hd a.prev {
	left:0;
	background:url(../images/i-product-p-n-bg.png) 0px 0 no-repeat;
}
.i-dls .con .list .bd {
	width:1200px;
	margin:30px auto;
}
.i-dls .con .list .bd .picList {
	width:100%;
}
.i-dls .con .list .bd .picList li {
	float:left;
	width:245px;
	border:1px solid #e4e4e4;
	margin:0 12px;
	padding:20px 15px;
}
.i-dls .con .list .bd .picList li img {
	display:block;
	width:218px;
	height:164px;
	margin:0 auto;
}
.i-dls .con .list .bd .picList li h5 {
	width:100%;
	height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:16px;
	color:#424141;
	line-height:30px;
	margin-top:12px;
	text-align: center;
}
.i-dls .con .list .bd .picList li .t {
	font-size:16px;
	color:#575757;
	line-height:30px;
}
.i-dls .con .list .bd .picList li p {
	font-size:14px;
	color:#575757;
	line-height:22px;
	margin-top:20px;
	max-height:66px;
	overflow:hidden;
}
/*公司简介*/

.i-about {
	width:100%;
	height:632px;
	background:url(../images/i-about-bg.jpg) center top no-repeat;
}
.i-about .left {
	width:520px;
	padding:38px;
	margin-top:80px;
}
.i-about .left iframe {
	width:520px;
	height:380px;
}
.i-about .left .t {
	text-align:center;
	margin-top:30px;
}
.i-about .left .t h3 {
	font-size:32px;
	color:#1d6caf;
	line-height:40px;
	font-weight:bold;
}
.i-about .left .t p {
	font-size:12px;
	color:#6a6a6a;
	line-height:20px;
}
.i-about .right {
	float:left;
	width:500px;
	margin-top:80px;
	margin-left:60px;
}
.i-about .right .line {
	display:block;
	width:180px;
	height:3px;
	background:#1f6cad;
}
.i-about .right h4 {
	font-size:24px;
	color:#208ce7;
	line-height:80px;
	font-weight:bold;
}
.i-about .right span {
	font-size:16px;
	color:#bebebe;
	line-height:24px;
}
.i-about .right p {
	font-size:16px;
	color:#bebebe;
	line-height:26px;
	margin-top:20px;
}
.i-about .right .more {
	margin-top:50px;
}
.i-about .right .more a {
	float:left;
	display:block;
	width:152px;
	height:40px;
	border:2px solid #238ce5;
	font-size:16px;
	color:#fff;
	line-height:40px;
	text-align:center;
}
.i-about .right .more .a1 {
	color:#208ce7;
}
.i-about .right .more .a2 {
	color:#fff;
	background:#238ce5;
}
/*荣誉证书*/

.p-rongYu {
	width:100%;
	overflow:hidden;
}
.p-rongYu .tit {
	padding:30px 0;
	text-align:center;
	margin-top:20px;
}
.p-rongYu .tit h3 {
	font-size:36px;
	color:#222;
	line-height:60px;
	font-weight:bold;
}
.p-rongYu .tit h3 span {
	color:#1d6caf;
}
.p-rongYu .bd {
	width:100%;
	height:400px;
	background:#fafafa;
}
.p-rongYu .bd img {
	display:block;
	margin:0 auto;
}
/*新闻中心*/

.i-news {
	width:100%;
	margin:50px 0;
	overflow:hidden;
}
.i-news .leftCon {
	width:690px;
	overflow:hidden;
}
.i-news .leftCon > .tit {
	position:relative;
	width:100%;
	height:60px;
	border-bottom:1px solid #d1d1d1;
	margin-bottom:30px;
}
.i-news .leftCon > .tit h3 {
	float:left;
	width:80%;
	font-size:24px;
	color:#3b3b3b;
	font-weight:400;
	line-height:60px;
}
.i-news .leftCon > .tit h3 b {
	color:#1d6caf;
}
.i-news .leftCon > .tit .more {
	float:right;
	font-size:14px;
	color:#333;
	line-height:60px;
}
.i-news .leftCon > .tit .line {
	position:absolute;
	left:0;
	bottom:-1px;
	width:102px;
	height:1px;
	background:#1d6fac;
}
.i-news .leftCon .hot {
	width:100%;
	overflow:hidden;
	padding-bottom:40px;
}
.i-news .leftCon .hot .pic {
	float:left;
	width:260px;
	height:148px;
}
.i-news .leftCon .hot .pic img {
	display:block;
	width:260px;
	height:148px;
}
.i-news .leftCon .hot .info {
	float:right;
	width:400px;
}
.i-news .leftCon .hot .info .t {
	font-size:16px;
	color:#1d6caf;
	line-height:30px;
}
.i-news .leftCon .hot .info p {
	font-size:14px;
	color:#666;
	line-height:24px;
	width:100%;
	height:48px;
	overflow:hidden;
	margin:10px 0;
}
.i-news .leftCon .hot .info .more {
	display:block;
	width:130px;
	height:38px;
	text-align:center;
	line-height:38px;
	border:2px solid #1f6cad;
	font-size:14px;
	color:#1f6cad;
}
.i-news .leftCon .list {
	width:100%;
	border-top:1px solid #d1d1d1;
	padding-top:20px;
}
.i-news .leftCon .list li {
	width:100%;
	height:32px;
	overflow:hidden;
}
.i-news .leftCon .list li a {
	display:block;
}
.i-news .leftCon .list li a .icon {
	float:left;
	display:block;
	width:10px;
	height:3px;
	background:#545454;
	margin:15px;
	margin-left:0;
}
.i-news .leftCon .list li a span {
	float:left;
	display:block;
	width:500px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:14px;
	color:#5d5c5c;
	line-height:32px;
}
.i-news .leftCon .list li a .time {
	float:right;
	font-size:14px;
	color:#5d5c5c;
	line-height:32px;
}
.i-news .rightCon {
	width:460px;
}
.i-news .rightCon > .tit {
	position:relative;
	width:100%;
	height:60px;
	border-bottom:1px solid #d1d1d1;
	margin-bottom:30px;
}
.i-news .rightCon > .tit h3 {
	float:left;
	width:80%;
	font-size:24px;
	color:#1d6caf;
	font-weight:bold;
	line-height:60px;
}
.i-news .rightCon > .tit h3 b {
	color:#1d6caf;
}
.i-news .rightCon > .tit .more {
	float:right;
	font-size:14px;
	color:#333;
	line-height:60px;
}
.i-news .rightCon > .tit .line {
	position:absolute;
	left:0;
	bottom:-1px;
	width:102px;
	height:1px;
	background:#1d6fac;
}
.i-news .rightCon .list {
	width:100%;
}
.i-news .rightCon .list ul {
	width:100%;
}
.i-news .rightCon .list ul li {
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
.i-news .rightCon .list ul li .wen {
	width:100%;
	overflow:hidden;
}
.i-news .rightCon .list ul li .wen span {
	float:left;
	display:block;
	width:22px;
	height:22px;
	text-align:center;
	line-height:26px;
	font-size:16px;
	color:#fff;
	background:#1f6cad;
}
.i-news .rightCon .list ul li .wen a {
	margin-left:10px;
	font-size:14px;
	color:#212121;
}
.i-news .rightCon .list ul li .da {
	width:100%;
	overflow:hidden;
	margin-top:16px;
}
.i-news .rightCon .list ul li .da span {
	float:left;
	display:block;
	width:22px;
	height:22px;
	text-align:center;
	line-height:26px;
	font-size:16px;
	color:#fff;
	background:#4c4847;
	margin-top:4px;
}
.i-news .rightCon .list ul li .da p {
	font-size:14px;
	color:#595959;
	padding-left:10px;
	line-height:26px;
	max-height:52px;
	overflow:hidden;
}
/*友情链接*/

.i-fdLink {
	width:100%;
	height:60px;
	background:#f0f0f0;
	line-height:60px;
	overflow:hidden;
}
.i-fdLink span {
	font-size:14px;
	color:#333;
	line-height:60px;
	margin-right:12px;
	font-weight:bold;
}
.i-fdLink a {
	font-size:14px;
	color:#333;
	line-height:60px;
	margin-right:16px;
}
/*公共底部*/

.p-footer {
	width:100%;
	overflow:hidden;
}
.p-footer .topCon {
	width:100%;
	height:320px;
	overflow:hidden;
}
.p-footer .topCon {
	width:100%;
	overflow: hidden;
	background:#1f6cad;
}
.p-footer .topCon .menu {
	width:1100;
	height:70px;
	margin: 0 auto;
	padding-top: 30px;
	border-bottom:1px solid #57acf3;
}
.p-footer .topCon .menu ul {
	width:110%;
}
.p-footer .topCon .menu ul li {
	float:left;
}
.p-footer .topCon .menu ul li a {
	display:block;
	margin-right:98px;
	font-size:16px;
	color:#fff;
	line-height:70px;
}
.p-footer .topCon .info {
	width:100%;
	padding-top:35px;
}
.p-footer .topCon .info .leftLogo {
	float: left;
	width: 240px;
	margin-right: 40px;
	padding-top: 10px;
}
.p-footer .topCon .info .leftLogo img {
	display: block;
	margin-top: 10px;
}
.p-footer .topCon .info .tel {
	float:left;
	width:650px;
	padding-top: 10px;
}
.p-footer .topCon .info .tel p {
	font-size:14px;
	color:#fff;
	line-height:30px;
}
.p-footer .topCon .info .ewm {
	float:right;
}
.p-footer .topCon .info .ewm img {
	display:block;
	width:150px;
	height:150px;
}
.p-footer .topCon .info .ewm span {
	display:block;
	width:100%;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:12px;
	color:#fff;
}
.p-footer .bottomCon {
	width:100%;
	height:50px;
	background:#135d9d;
	overflow:hidden;
	text-align: center;
}
.p-footer .bottomCon p,.p-footer .bottomCon a {
	display: inline-block;
	font-size:14px;
	color:#fff;
	line-height:50px;
}
/*产品列表*/

.pg-pos {
	width:1200px;
	padding:15px 0;
	overflow:hidden;
	border-bottom:1px solid #d1d1d1;
	margin:0px auto 30px;
}
.pg-pos > div {
	height:20px;
	border-left:10px solid #045390;
}
.pg-pos > div p {
	font-size:14px;
	color:#3a3a3a;
	text-indent:10px;
	line-height:20px;
}
.smLeftCon {
	float:left;
	width:240px;
}
.smLeftCon .cate {
	width:100%;
	overflow:hidden;
}
.smLeftCon .cate .tit {
	width:100%;
	height:75px;
	background:#045390;
	text-align:center;
	border-bottom:2px solid #fff;
}
.smLeftCon .cate .tit h3,.smLeftCon .cate .tit h3 a {
	display:inline-block;
	font-size:24px;
	color:#fefefe;
	line-height:75px;
	font-weight:400;
}
.smLeftCon .cate .tit span {
	display:inline-block;
	font-size:12px;
	color:#fefefe;
	line-height:75px;
	font-weight:400;
	text-transform:uppercase;
}
.smLeftCon .cate .list {
	width:100%;
}
.smLeftCon .cate .list dl {
	width:100%;
}
.smLeftCon .cate .list dl dt {
	width:100%;
	margin-top:5px;
}
.smLeftCon .cate .list dl dt a {
	display:block;
	width:100%;
	height:52px;
	text-indent:30px;
	font-size:14px;
	color:#fff;
	line-height:52px;
	background:#0e69af url(../images/smLeftCon-icon01.png) 90% center no-repeat;
}
.smLeftCon .cate .list dl dd {
	width:100%;
}
.smLeftCon .cate .list dl dd a {
	display:block;
	width:100%;
	height:50px;
	text-indent:30px;
	font-size:14px;
	color:#333;
	margin-top:2px;
	line-height:50px;
	background:#ebebeb url(../images/smLeftCon-icon02.png) 90% center no-repeat;
}
.smLeftCon .cate .list dl dd a:hover {
	text-indent:40px;
}
.smLeftCon .contact {
	width:100%;
	margin-top:60px;
}
.smLeftCon .contact .tit {
	width:100%;
	height:75px;
	background:#045390;
}
.smLeftCon .contact .tit h3 {
	text-align:center;
	font-size:24px;
	color:#fff;
	text-align:center;
	line-height:75px;
}
.smLeftCon .contact .con {
	width:218px;
	padding:10px;
	border:1px solid #e4e4e4;
}
.smLeftCon .contact .con p {
	font-size:14px;
	color:#545454;
	line-height:24px;
}
.pg-proList {
	width:100%;
	overflow:hidden;
	padding-bottom:50px;
}
.pg-proList .rightCon {
	float:right;
	width:930px;
}
.pg-proList .rightCon .list {
	width:100%;
}
.pg-proList .rightCon .list li {
	width:888px;
	padding:20px;
	border:1px solid #dbdbdb;
	margin-bottom:20px;
	overflow:hidden;
}
.pg-proList .rightCon .list li .pic {
	float:left;
	width:338px;
	height:210px;
	border:1px solid #dbdbdb;
}
.pg-proList .rightCon .list li .pic img {
	display:block;
	width:338px;
	height:210px;
}
.pg-proList .rightCon .list li .info {
	float:right;
	width:510px;
}
.pg-proList .rightCon .list li .info .t {
	font-size:18px;
	color:#333;
	line-height:60px;
}
.pg-proList .rightCon .list li .info p {
	font-size:14px;
	color:#666;
	width:100%;
	height:48px;
	line-height:24px;
	overflow:hidden;
}
.pg-proList .rightCon .list li .info .more {
	float:right;
	display:block;
	width:130px;
	height:35px;
	border:3px solid #dbdbdb;
	text-align:center;
	line-height:35px;
	font-size:14px;
	color:#333;
	margin-top:30px;
}
.pg-proList .rightCon .list li:hover {
	border-color:#045390;
}
.pg-proList .rightCon .list li:hover .info .more {
	border-color:#045390;
	background:#045390;
	color:#fff;
}
/*产品详情*/

.pg-proDetail {
	width:100%;
	overflow:hidden;
}
.pg-proDetail .itemTop {
	width:1158px;
	padding:20px;
	border:1px solid #d1d1d1;
	overflow:hidden;
}
.pg-proDetail .itemTop .thumb {
	float:left;
	width:472px;
}
.pg-proDetail .itemTop .thumb img {
	display:block;
	width:472px;
}
.pg-proDetail .itemTop .info {
	float:left;
	width:600px;
	margin-left:40px;
}
.pg-proDetail .itemTop .info h3 {
	font-size:24px;
	color:#454545;
	line-height:50px;
}
.pg-proDetail .itemTop .info .desc {
	width:100%;
	margin-top:10px;
}
.pg-proDetail .itemTop .info .desc p {
	font-size:14px;
	color:#666;
	line-height:24px;
}
.pg-proDetail .itemTop .info .more {
	width:100%;
	border-top:2px solid #d1d1d1;
	margin-top:20px;
}
.pg-proDetail .itemTop .info .more .tel {
	float:left;
	width:210px;
	margin-top:15px;
	padding-left:55px;
	background:url(../images/i-jiameng-tel-bg.png) left center no-repeat;
}
.pg-proDetail .itemTop .info .more .tel p {
	font-size:16px;
	color:#525252;
	margin-left:6px;
}
.pg-proDetail .itemTop .info .more .tel b {
	font-size:26px;
	color:#1d6caf;
	line-height:30px;
}
.pg-proDetail .itemTop .info .more > a {
	float:right;
	display:block;
	width:128px;
	height:40px;
	background:#0b64aa;
	text-align:center;
	line-height:40px;
	font-size:14px;
	color:#fff;
	margin-top:30px;
}
.pg-proDetail .itemTop .info .more > a:hover {
	background:#095088;
}
.pg-proDetail .itemDesc {
	width:1200px;
	margin-top:30px;
	padding-bottom:50px;
}
.pg-proDetail .itemDesc .tit {
	width:100%;
	height:50px;
	border-bottom:1px solid #d1d1d1;
}
.pg-proDetail .itemDesc .tit h3 {
	padding-left:30px;
	background:url(../images/pg-proDetail-itemDesc-icon.jpg) left center no-repeat;
	line-height:50px;
	font-size:24px;
	color:#3c3c3c;
}
.pg-proDetail .itemDesc .tit h3 span {
	font-size:14px;
	text-transform:uppercase;
}
.pg-proDetail .itemDesc .con {
	width:1200px;
	margin-top:30px;
	overflow:hidden;
}
.pg-proDetail .itemDesc .con p {
	font-size:14px;
	color:#333;
	line-height:24px;
}
.pg-proDetail .itemDesc .con p img {
	display:block;
	margin:0 auto;
}
.pg-proDetail .itemDesc .con img {
	max-width:1200px;
	margin:6px 0;
}
.pg-proDetail .at-tit {
	width:70%;
	margin:30px auto 0;
	border-bottom:1px dashed #ccc;
	text-align:center;
}
.pg-proDetail .at-tit h3 {
	font-size:20px;
	color:#333;
	line-height:40px;
}
.pg-proDetail .at-tit p {
	font-size:14px;
	color:#666;
	line-height:50px;
}
.gounp-p-n {
	width:100%;
	overflow:hidden;
	padding:30px 0;
	border-top:1px solid #ccc;
	margin-top:30px;
}
.gounp-p-n > div * {
	font-size:16px;
	color:#333;
	line-height:20px;
}
.gounp-p-n > div a:hover {
	text-decoration:underline;
}
/*公司简介*/

.pg-about {
	width:100%;
	overflow:hidden;
	margin-bottom:50px;
}
.pg-about .nav {
	width:1200px;
}
.pg-about .nav a {
	float:left;
	display:block;
	width:24%;
	height:64px;
	line-height:64px;
	font-size:16px;
	color:#333;
	text-indent:100px;
	border-right:1px dashed #d1d1d1;
}
.pg-about .nav a:last-child {
	border-right:0;
}
.pg-about .nav a:hover,.pg-about .nav a.on {
	background:url(../images/pg-about-tit01.jpg) left center no-repeat;
	color:#fff;
}
.pg-about .at-con {
	position:relative;
	width:1200px;
	height:499px;
	margin-top:80px;
}
.pg-about .at-con .item1 {
	position:absolute;
	left:0;
	top:0;
	width:275px;
	height:499px;
}
.pg-about .at-con .item1 img {
	display:block;
	width:275px;
	height:499px;
}
.pg-about .at-con .item2 {
	position:absolute;
	left:220px;
	top:38px;
	width:396px;
	height:426px;
}
.pg-about .at-con .item2 img {
	display:block;
	width:396px;
	height:426px;
}
.pg-about .at-con .item3 {
	position:absolute;
	right:0;
	top:0;
	width:550px;
	height:100%;
}
.pg-about .at-con .item3 h3 {
	display:inline-block;
	width:100px;
	height:40px;
	font-size:24px;
	color:#0564ac;
	font-weight:bold;
	border-bottom:1px solid #0564ac;
	line-height:40px;
	margin-bottom:30px;
}
.pg-about .at-con .item3 p {
	font-size:14px;
	color:#5e5e5e;
	line-height:24px;
	text-indent:2em;
}
.pg-about .at-contact {
	width:1200px;
	overflow:hidden;
	margin-top:40px;
}
.pg-about .at-contact .leftCon {
	width:350px;
}
.pg-about .at-contact .leftCon p {
	width:100%;
	border-bottom:1px dashed #d1d1d1;
	line-height:30px;
	padding: 20px 0;
}
.pg-about .at-contact .leftCon p h5 {
	font-size:16px;
	color:#0564ac;
}
.pg-about .at-contact .leftCon p b {
	font-size:16px;
	color:#7a7a7a;
}
.pg-about .at-contact .rightMap {
	width:800px;
}
.pg-about .at-contact .rightMap iframe {
	display:block;
	width:800px;
	height:510px;
}
/*留言*/

.pg-liuyan {
	width:100%;
	overflow:hidden;
}
.pg-liuyan .ly-tit {
	width:1200px;
	height:60px;
	border-bottom:1px solid #e4e4e4;
}
.pg-liuyan .ly-tit h3 {
	width:184px;
	height:60px;
	background:#0b64aa;
	text-align:center;
	line-height:60px;
	font-size:16px;
	color:#fff;
}
.pg-liuyan .ly-bd {
	width:1200px;
	height:530px;
	border-bottom:1px solid #e4e4e4;
	background:url(../images/pg-liuyan-bg.jpg) center bottom no-repeat;
	margin-bottom:30px;
}
.pg-liuyan .ly-bd form {
	width:1200px;
	padding-top:80px;
}
.pg-liuyan .ly-bd form p {
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.pg-liuyan .ly-bd form p em {
	display:inline-block;
	font-size:14px;
	color:#f00;
	font-weight:bold;
	vertical-align:top;
}
.pg-liuyan .ly-bd form p span {
	display:inline-block;
	width:100px;
	text-align:right;
	font-size:16px;
	color:#434343;
	font-weight:bold;
	vertical-align:top;
}
.pg-liuyan .ly-bd form p input {
	display:inline-block;
	width:423px;
	height:44px;
	border:1px solid #d1d1d1;
	text-indent:12px;
	line-height:44px;
}
.pg-liuyan .ly-bd form p textarea {
	display:inline-block;
	width:423px;
	height:140px;
	border:1px solid #d1d1d1;
	text-indent:12px;
	line-height:44px;
}
.pg-liuyan .ly-bd form .btn {
	width:100%;
	text-align:center;
}
.pg-liuyan .ly-bd form .btn input {
	display:inline-block;
	width:110px;
	height:46px;
	background:#a4a4a4;
	color:#fff;
	margin:0 10px;
	border:0;
	cursor:pointer;
	font-weight:bold;
}
.pg-liuyan .ly-bd form .btn input[type="submit"] {
	background:#0b64aa;
	margin-left:100px;
}
/*客户见证*/

.pg-kehu {
	width:100%;
	overflow:hidden;
	padding-bottom:50px;
}
.pg-kehu .rightCon {
	width:930px;
	overflow:hidden;
}
.pg-kehu .rightCon .list {
	position:relative;
	left:-15px;
	width:110%;
	overflow:hidden;
}
.pg-kehu .rightCon .list li {
	float:left;
	width:435px;
	padding:10px;
	border:1px solid #d1d1d1;
	margin-left:15px;
	margin-bottom:20px;
}
.pg-kehu .rightCon .list li .pic,.pg-kehu .rightCon .list li .pic img {
	display:block;
	width:435px;
	height:252px;
}
.pg-kehu .rightCon .list li .tit {
	display:block;
	width:100%;
	height:40px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:40px;
	font-size:18px;
	color:#005391
}
.pg-kehu .rightCon .list li p {
	font-size:14px;
	color:#4f4f4f;
	line-height:24px;
}
.pg-kehu .rightCon .list li p a {
	color:#005391;
}
.pg-group {
	width:100%;
	margin-top:40px;
	text-align:center;
	overflow:hidden;
}
.pg-group * {
	display:inline-block;
	padding:0 12px;
	margin:5px;
	height:32px;
	line-height:32px;
	font-size:14px;
	color:#333;
	border:1px solid #ccc;
}
.pg-group a:hover {
	background:#005391;
	color:#fff;
}




/*招商加盟*/
.pg-jiaMeng {
	width: 100%;
	overflow: hidden;
}
.pg-jiaMeng .itemSj {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}
.pg-jiaMeng .itemSj .leftCon {
	width: 530px;
}
.pg-jiaMeng .itemSj .leftCon h4 {
	font-size: 24px;
	color: #2f2f2f;
	line-height: 40px;
}
.pg-jiaMeng .itemSj .leftCon h3 {
	font-size: 30px;
	color: #005391;
	line-height: 36px;
	font-weight: bold;
}
.pg-jiaMeng .itemSj .leftCon .desc {
	width: 95%;
	font-size: 14px;
	color: #2f2f2f;
	line-height: 22px;
	padding-top: 20px;
	border-top: 1px solid #c8c8c8;
	margin-top: 20px;
}
.pg-jiaMeng .itemSj .leftCon .tel {
	display: block;
	font-size: 22px;
	color: #005391;
	font-weight: bold;
	margin-top: 12px;
}
.pg-jiaMeng .itemSj .leftCon .more {
	display: block;
	margin-top: 30px;
}
.pg-jiaMeng .itemYouShi {
	width: 100%;
	height: 1825px;
	background: url(../images/pg-jiaMeng-itemYouShi-bg.jpg) repeat;
}
.pg-jiaMeng .itemYouShi .itm1 {
	width: 100%;
	overflow: hidden;
}
.pg-jiaMeng .itemYouShi .itm1 img {
	display: block;
	margin: 0 auto;
}
.pg-jiaMeng .itemYouShi .itm2 {
	width: 920px;
	height: 320px;
	background: #ffffff;
	padding: 30px;
	margin: 0 auto;
	border: 1px solid #d1d1d1;
}
.pg-jiaMeng .itemYouShi .itm2 ul {
	width: 100%;
}	
.pg-jiaMeng .itemYouShi .itm2 ul li {
	float: left;
	width: 49%;
	height: 310px;
}
.pg-jiaMeng .itemYouShi .itm2 ul li img {
	display: block;
	margin: 20px auto;
}
.pg-jiaMeng .itemYouShi .itm2 ul li p {
	width: 366px;
	margin: 20px auto;
	font-size: 16px;
	color: #535353;
	line-height: 24px;
}	
.pg-jiaMeng .itemYouShi .itm3 {
	width: 1200px;
	margin-top: 40px;
	overflow: hidden;
}
.pg-jiaMeng .itemYouShi .itm3 .tit {
	width: 100%;
	margin: 40px auto;
}
.pg-jiaMeng .itemYouShi .itm3 .tit img {
	display: block;
	margin: 0 auto;
}
.pg-jiaMeng .itemYouShi .itm3 .list {
	width: 1200px;
	overflow: hidden;
}
.pg-jiaMeng .itemYouShi .itm3 .list ul {
	width: 110%;
}
.pg-jiaMeng .itemYouShi .itm3 .list ul li {
	float: left;
	width: 282px;
	margin-right: 20px;
}
.pg-jiaMeng .itemYouShi .itm3 .list ul li img {
	display: block;
	width: 282px;
	height: 282px;
}
.pg-jiaMeng .itemYouShi .itm3 .list ul li span {
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #373737;
	font-weight: bold;
}
.pg-jiaMeng .itemGgao {
	width: 100%;
	overflow: hidden;
	background: #f3f3f3;
	padding: 40px 0;
}
.pg-jiaMeng .itemGgao .leftCon {
	width: 300px;
}
.pg-jiaMeng .itemGgao .leftCon h3 {
	font-size: 36px;
	color: #2f2f2f;
}
.pg-jiaMeng .itemGgao .leftCon h3 span {
	font-weight: bold;
	color: #0564ac;
}
.pg-jiaMeng .itemGgao .leftCon p {
	font-size: 16px;
	color: #5f5f5f;
	line-height: 26px;
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}
.pg-jiaMeng .itemGgao .leftCon .tel {
	font-size: 22px;
	color: #005391;
	font-weight: bold;
}
.pg-jiaMeng .itemGgao .leftCon .more {
	display: block;
	margin-top: 30px;
}
.pg-jiaMeng .itemGgao .rightCon {
	float: right;
	width: 900px;
}
.pg-jiaMeng .itemGgao .rightCon ul {
	width: 100%;
}
.pg-jiaMeng .itemGgao .rightCon ul li {
	float: left;
	width: 242px;
	margin-left: 50px;
}
.pg-jiaMeng .itemGgao .rightCon ul li .pic {
	display: block;
	padding: 6px;
	background: #fff;
	border: 1px solid #dddcdc;
}
.pg-jiaMeng .itemGgao .rightCon ul li .pic img {
	display: block;
	width: 227px;
	height: 263px;
}
.pg-jiaMeng .itemGgao .rightCon ul li .info {
	width: 100%;
	margin-top: 24px;
}
.pg-jiaMeng .itemGgao .rightCon ul li .info h4 {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
}
.pg-jiaMeng .itemGgao .rightCon ul li .info p {
	font-size: 16px;
	color: #242424;
	line-height: 26px;
}





/*产品中心*/
.pg-chanPin .rightCon {
	width: 930px;
	overflow: hidden;
	padding-bottom: 30px;
}
.pg-chanPin .rightCon .list {
	width: 110%;
	overflow: hidden;
}
.pg-chanPin .rightCon .list li {
	float: left;
	width: 290px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.pg-chanPin .rightCon .list li .pic {
	display: block;
}
.pg-chanPin .rightCon .list li .pic img {
	display: block;
	width: 288px;
	height: 220px;
	border: 1px solid #dbdbdb;
}
.pg-chanPin .rightCon .list li .info {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.pg-chanPin .rightCon .list li .info .tit {
	display: block;
	font-size: 18px;
	color: #383838;
	line-height: 40px;
	margin-top: 10px;
}
.pg-chanPin .rightCon .list li .info p {
	width: 100%;
	height: 60px;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	color: #383838;
	text-align: left;
	width: 230px;
	margin: 10px auto;
}
.pg-chanPin .rightCon .list li .info .more {
	display: block;
	width: 128px;
	height: 34px;
	border: 3px solid #dbdbdb;
	margin: 12px auto;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	color: #5b5b5b;
}
.pg-chanPin .rightCon .list li .info .more:hover {
	background: #0e69af;
	color: #fff;
	border-color: #0e69af;
}

/*新闻中心*/
.pg-xinwen {
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
.pg-xinwen .rightCon {
	float: right;
	width: 930px;
}
.pg-xinwen .rightCon .list {
	width: 100%;
}
.pg-xinwen .rightCon .list li {
	width: 850px;
	height: 120px;
	padding: 20px 40px;
	background: #f6f5f5;
	margin-bottom: 20px;
	overflow: hidden;
}
.pg-xinwen .rightCon .list li .time {
	float: left;
	width: 70px;
	text-align: center;
	margin-top: 10px;
}
.pg-xinwen .rightCon .list li .time span {
	display: block;
	font-size: 24px;
	color: #2c5fb1;
	line-height: 40px;
	border-bottom: 1px solid #0e69af;
}
.pg-xinwen .rightCon .list li .time em {
	display: block;
	font-size: 18px;
	color: #646464;
	line-height: 30px;
}
.pg-xinwen .rightCon .list li .info {
	float: right;
	width: 720px;
}
.pg-xinwen .rightCon .list li .info .t {
	display: block;
	font-size: 16px;
	color: #383838;
	font-weight: bold;
	line-height: 26px;
}
.pg-xinwen .rightCon .list li .info p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	color: #383838;
	text-align: left;
	margin: 10px auto;
}
.pg-xinwen .rightCon .list li .info .more {
	float: right;
	display: block;
	width: 128px;
	height: 34px;
	border: 3px solid #dbdbdb;
	margin: 0px auto;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	color: #5b5b5b;
}
.pg-xinwen .rightCon .list li .info .more:hover {
	background: #0e69af;
	color: #fff;
	border-color: #0e69af;	
	border-color: #dbdbdb;
}
.pg-xinwen .rightCon .list li:hover {
	background: #0e69af;
}
.pg-xinwen .rightCon .list li:hover * {
	color: #fff !important;
}


.page_bar {
    width: 100%;
    margin: 30px 0;
    text-align: center;
}
.page_bar * {
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    border: 1px solid #eee;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin: 3px;
}
.page_bar .selfpage {
    background: #045390;
    color: #fff;
    border-color: #045390;
}




