/* 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; }
.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%;
	height: 160px;
}
.p-header .logo {
	width: 100%;
	height: 100px;
}
.p-header .logo h1 {
	float: left;
	width: 720px;
	height: 100px;
	margin-left: 40px;
}
.p-header .logo h1 img {
	display: block;
	
	height: 100px;
}
.p-header .logo .tel {
	float: right;
}
.p-header .logo .tel p {
	padding-left: 60px;
	background: url(../images/p-header-telBg.png) left no-repeat;
	font-size: 16px;
	color: #4aa835;
	line-height: 25px;
	margin-top: 25px;
}
.p-header .menuBox {
	width: 100%;
	height: 60px;
	background: #3483BD;
}
.p-header .menuBox ul {
	width: 100%;
	height: 60px;
	text-align: center;
}
.p-header .menuBox ul li {
	display: inline-block;
	height: 60px;
	background: url(../images/p-header-menuBg.png) right center no-repeat;
	padding-right: 3px;
}
.p-header .menuBox ul li:last-child {
	background: none;
}
.p-header .menuBox ul li a {
	display: block;
	padding: 0 35px;
	font-size: 17px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	margin-left: -4px;
}
.p-header .menuBox ul li.on a,
.p-header .menuBox ul li a:hover {
	background: #4CA938;
}

/*首页banner*/
.i-banner {
	position:relative;
	width:100%;
	height:600px;
	overflow:hidden;
}
.i-banner ul {
	width:100%;
	height:100%;
}
.i-banner ul li {
	width:100%;
	height:600px;
}
.i-banner .flexslider {
	position:relative;
	height:600px;
}
.i-banner .flex-control-nav {
	bottom:20px;
	z-index:999;
}
/* 本站关键词 */
.i-keyWord {
	width: 100%;
	height: 54px;
}
.i-keyWord h4 {
	float: left;
	height: 32px;
	margin: 13px 10px 13px 5px;
	padding: 0 4px;
	background: #438CF1;
	font-size: 15px;
	color: #fff;
	line-height: 32px;
}
.i-keyWord span {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 60px;
	margin: 0 6px;
}
/*首页服务*/
.i-fuwu {
	width: 100%;
	height: 670px;
	padding: 24px;
	background: #EFF0F0;
	margin-left: -20px;
}
.i-fuwu .leftCon {
	float: left;
	width: 240px;
	height: 670px;
	background: #3483BD;
}
.i-fuwu .leftCon .fwHd {
	width: 100%;
	height: 132px;
	background: url(../images/i-fuwu-pic01.jpg) no-repeat;
	text-align: center;
}
.i-fuwu .leftCon .fwHd h4 {
	width: 100%;
	line-height: 50px;
	line-height: 50px;
	padding-top: 30px;
	font-size: 26px;
	color: #fff;
}
.i-fuwu .leftCon .fwHd span  {
	display: block;
	width: 100%;
	line-height: 24px;
	font-size: 20px;
	color: #fff;
}
.i-fuwu .leftCon .fwCate  {
	width: 100%;
}
.i-fuwu .leftCon .fwCate ul  {
	width: 100%;
}
.i-fuwu .leftCon .fwCate ul li  {
	width: 203px;
	height: 38px;
	background: url(../images/i-fuwu-pic02.jpg) no-repeat;
	margin: 10px auto;
}
.i-fuwu .leftCon .fwCate ul li a  {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	text-indent: 40px;
}
.i-fuwu .rightCon {
	float: right;
	width: 924px;
	height: 670px;
	background: #BFBFBF;
}
.i-fuwu .rightCon .list {
	width: 100%;
	overflow: hidden;
}
.i-fuwu .rightCon .list ul {
	width: 110%;
}
.i-fuwu .rightCon .list ul li {
	float: left;
	width: 294px;
	height: 212px;
	margin: 9px 0 0 10px;
	overflow: hidden;
}
.i-fuwu .rightCon .list ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.i-fuwu .rightCon .list ul li img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 294px;
	height: 212px;
}
.i-fuwu .rightCon .list ul li a .info {
	position: absolute;
	left: 0;
	top: 212px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.i-fuwu .rightCon .list ul li a .info h4 {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	line-height: 50px;
}
.i-fuwu .rightCon .list ul li a .info p {
	width: 90%;
	height: 44px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 22px;
	margin: 0 auto;
}
.i-fuwu .rightCon .list ul li a .info .more {
	display: block;
	width: 100px;
	height: 24px;
	border: 1px solid #fff;
	margin: 20px auto;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.i-fuwu .rightCon .list ul li a:hover .info {
	top: 0;
}
.i-fuwu .rightCon .list ul li a:hover .info .more {
	background: #fff;
	color: #333;
}
.i-fuwu .rightCon .list ul li a .info .more:hover {
	background: #3483BD;
	color: #fff;
	border: 1px solid #3483BD;
}

.i-smTit {
	width: 100%;
	height: 84px;
	padding-top: 20px;
}
.i-smTit .box {
	position: relative;
	width: 100%;
	height: 50px;
}
.i-smTit .box .line {
	position: absolute;
	top: 48%;
	width: 400px;
	height: 1px;
	background: #D9D9D9;
}
.i-smTit .box .line1 {
	left: 1px;
}
.i-smTit .box .line2 {
	right: 1px;
}
.i-smTit .box .tit {
	position: absolute;
	left: 50%;
	top: 0;
	width: 380px;
	margin-left: -165px;
	text-align: center;
}
.i-smTit .box .tit .ch {
	
	font-size: 26px;
	color: #333;
	line-height: 50px;
}
.i-smTit .box .tit .en {
	float: left;
	font-size: 26px;
	color: #F56565;
	line-height: 50px;
}
.i-smTit > p {
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #010101;
}
/*首页服务模式*/
.i-fwMoShi {
	width: 100%;
	overflow: hidden;
}
.i-fwMoShi .fw-lc {
	width: 100%;
	height: 130px;
	padding: 40px 0;
}
.i-fwMoShi .fw-lc ul {
	width: 1100px;
	height: 130px;
	background: url(../images/i-fwMoShi-lcBg.jpg) no-repeat;
	margin: 0 auto;
}
.i-fwMoShi .fw-lc ul li {
	float: left;
	width: 183px;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 130px;
}
.i-fwMoShi .picList {
	width: 100%;
	overflow: hidden;
}
.i-fwMoShi .picList ul {
	width: 110%;
}
.i-fwMoShi .picList ul li {
	float: left;
	width: 257px;
	height: 298px;
	border: 1px solid #eff0f0;
	margin-right: 54px;
	text-align: center;
}
.i-fwMoShi .picList ul li img {
	display: block;
	width: 257px;
	height: 170px;
}
.i-fwMoShi .picList ul li h5 {
	font-size: 18px;
	color: #000;
	line-height: 40px;
	font-weight: 400;
}
.i-fwMoShi .picList ul li p {
	width: 92%;
	height: 72px;
	margin: 0 auto;
	font-size: 13px;
	color: #333;
	text-indent: 2em;
	text-align: left;
	line-height: 22px;
}

/*首页公司简介*/
.i-about {
	width: 100%;
	height: 500px;
	background: url(../images/i-aboutBg.jpg) no-repeat;
	overflow: hidden;
	margin: 30px 0;
}
.i-about .wrap {
	padding: 70px 0;
}
.i-about .top {
	width: 100%;
	height: 290px;
	overflow: hidden;
}
.i-about .leftPic {
	float: left;
	width: 413px;
	height: 290px;
	overflow: hidden;
}
.i-about .leftPic img {
	display: block;
	width: 450px;
}
.i-about .rightCon {
	float: left;
	width: 740px;
	margin-left: 40px;
	height: 290px;
	overflow: hidden;
}
.i-about .rightCon h3 {
	font-size: 32px;
	color: #333;
	line-height: 50px;
}
.i-about .rightCon p {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	text-indent: 2em;
}
.i-about .rightCon p span {
	color: #f80404;
}
.i-about .rightCon p a {
	float: right;
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.i-about .rightCon p a:hover {
	color: #f80404;
}
.i-about .tel {
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 26px;
	color: #000000;
	padding-top: 20px;
}
.i-about .tel span {
	color: #f80404;
	font-size: 28px;
}
.i-about .tel em {
	color: #f80404;
}


/*工程设备*/
.i-sebei {
	width: 100%;
	overflow: hidden;
}
.i-sebei .sebBd {
	width: 1198px;
	height: 212px;
	padding: 40px 0;
	border: 1px solid #C9C9C9;
}
.i-sebei .sebBd .list {
	position: relative;
	width: 100%;
	height: 212px;
}
.i-sebei .sebBd .list .hd {
	position: absolute;
	top: 40%;
	width: 100%;
	height: 66px;
}
.i-sebei .sebBd .list .hd a {
	position: absolute;
	top: 0;
	display: block;
	width: 18px;
	height: 66px;
	background: #D6EBF8;
	font-size: 18px;
	text-align: center;
	line-height: 66px;
}
.i-sebei .sebBd .list .hd .prev {
	right: 0;
}
.i-sebei .sebBd .list .hd .next {
	left: 0;
}
.i-sebei .sebBd .list .bd {
	position: absolute;
	left: 50%;
	margin-left: -574px;
	width: 1148px;
	overflow: hidden;
}
.i-sebei .sebBd .list .bd ul {
	width: 110%;
}
.i-sebei .sebBd .list .bd li {
	float: left;
	width: 268px;
	height: 212px;
	border: 1px solid #DCDCDC;
	margin-right: 20px;
}
.i-sebei .sebBd .list .bd li img {
	display: block;
	width: 268px;
	height: 212px;
}

/*首页新闻中心*/
.i-news {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}
.i-news .nHd {
	width: 100%;
	height: 44px;
	background: #3483BD;
	margin-bottom: 20px;
}
.i-news .nHd h4 {
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 44px;
	text-indent: 12px;
}
.i-news .nHd .more {
	float: right;
	font-size: 15px;
	color: #fff;
	line-height: 44px;
	margin-right: 10px;
}
.i-news .leftCon {
	float: left;
	width: 500px;
}
.i-news .leftCon .hot {
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
}
.i-news .leftCon .pic {
	float: left;
	display: block;
	width: 230px;
	height: 150px;
}
.i-news .leftCon .pic img {
	display: block;
	width: 230px;
	height: 150px;
}
.i-news .leftCon .info {
	float: right;
	width: 255px;
}
.i-news .leftCon .info .tit {
	display:block;
	height: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 40px;
	font-size: 16px;
	color: #000;
}
.i-news .leftCon .info p {
	width: 100%;
	height: 66px;
	line-height: 22px;
	/*overflow: hidden;*/
	font-size: 12px;
	color: 666;
}
.i-news .leftCon ul {
	width: 100%;
}
.i-news .leftCon ul li {
	width: 100%;
	height: 26px;
	margin-bottom: 16px;
}
.i-news .leftCon ul li .num {
	float: left;
	display: block;
	width: 55px;
	height: 26px;
	background: #FACD89;
	text-align: center;
	line-height: 26px;
	text-align: center;
}
.i-news .leftCon ul li .tit {
	float: left;
	width: 312px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #333;
	line-height: 26px;
	margin-left: 10px;
	position: relative;
	left: 0;
	transiton: all 0.6s;
	-webkit-transiton: all 0.6s;
	-moz-transiton: all 0.6s;
	-ms-transiton: all 0.6s;
	-o-transiton: all 0.6s;
}
.i-news .leftCon ul li .time {
	float: right;
	font-size: 14px;
	color: #333;
	line-height: 26px;
}
.i-news .leftCon ul li:hover .tit {
	left: 12px;
}

.i-news .rightCon {
	float: right;
	width: 646px;
}
.i-news .rightCon ul {
	width: 100%;
}
.i-news .rightCon ul li {
	width: 100%;
	height: 26px;
	margin-bottom: 16px;
}
.i-news .rightCon ul li .num {
	float: left;
	display: block;
	width: 55px;
	height: 26px;
	background: #FACD89;
	text-align: center;
	line-height: 26px;
	text-align: center;
}
.i-news .rightCon ul li .tit {
	float: left;
	width: 440px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #333;
	line-height: 26px;
	margin-left: 10px;
	position: relative;
	left: 0;
	transiton: all 0.6s;
	-webkit-transiton: all 0.6s;
	-moz-transiton: all 0.6s;
	-ms-transiton: all 0.6s;
	-o-transiton: all 0.6s;
}
.i-news .rightCon ul li .time {
	float: right;
	font-size: 14px;
	color: #333;
	line-height: 26px;
}
.i-news .rightCon ul li:hover .tit {
	left: 12px;
}

/*网站公共底部区域*/
.p-footer {
	width: 100%;
	height: 200px;
	padding-top: 40px;
	background: #5A5A5A;
	margin-top: 20px;
}
.p-footer .topCon {
	width: 100%;
	height: 200px;
}
.p-footer .topCon .logo {
	float: left;
	display: block;
	width: 250px;
	height: 200px;
}
.p-footer .topCon .logo img {
	display: block;
	width: 160px;
	height: 160px;
	margin: 0 auto;
}
.p-footer .topCon .info {
	float: left;
	height: 160px;
	padding: 0 100px;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
}
.p-footer .topCon .info p {
	font-size: 16px;
	color: #fff;
	font-weight: "楷体";
	line-height: 40px;
}
.p-footer .topCon .ewm {
	float: right;
	width: 180px;
	margin-right: 100px;
}
.p-footer .topCon .ewm img {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
}
.p-footer .topCon .ewm span {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: "楷体";
	line-height: 40px;	
	text-align: center;
}
.p-footer .copyRight {
	width: 100%;
	height: 30px;
	background: #020202;
	text-align: center;
}
.p-footer .copyRight * {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.pg-minBanner{
	width: 100%;
	height: 250px;
	margin-bottom: 40px;
}

/*
*
*内页样式
*
*/
.smLeftBar {
	float: left;
	width: 280px;
	overflow: hidden;
}
.smLeftBar .cate {
	width: 100%;
}
.smLeftBar .cate h3 {
	width: 100%;
	height: 78px;
	background: #3483BD;
	line-height: 78px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.smLeftBar .cate .list {
	display: block;
	width: 100%;
	background: #EEEEEE;
}
.smLeftBar .cate .list li > a {
	display: block;
	width: 100%;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-bottom: 1px solid #CBE0E2;
	font-size: 18px;
	color: #333;
	background: #cdcdcd;
	text-indent: -1em;
}
.smLeftBar .cate .list li .sub {
	display: none;
	width: 100%;
}
.smLeftBar .cate .list li.on .sub {
	display:block;
}
.smLeftBar .cate .list li .sub a {
	display: block;
	width: 100%;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-bottom: 1px solid #CBE0E2;
	font-size: 15px;
	color: #333;
}
.smLeftBar .cate .list .on{
	background: #d6ebf8;
}

.smLeftBar .nList {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.smLeftBar .nList > h4 {
	width: 100%;
	height: 50px;
	background: #3483BD;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.smLeftBar .nList ul {
	width: 100%;
}
.smLeftBar .nList ul li {
	width: 100%;
	height: 53px;
	margin-top: 5px;
}
.smLeftBar .nList ul li a img {
	float: left;
	display: block;
	width: 73px;
	height: 53px;
	padding-right: 7px;
}
.smLeftBar .nList ul li a {
	display: block;
	width: 100%;
	height: 53px;
	background: #E5E5E5 url(../images/smLeftBar-pic02.png) right bottom no-repeat;
	line-height: 26px;
	font-size: 14px;
	color: #333;
}
.smLeftBar .nList ul li a:hover {
	background: #3483BD;
	color: #fff;
}
.smLeftBar .ltContact {
	width: 100%;
	margin-top: 20px;
}
.smLeftBar .ltContact h4 {	
	width: 100%;
	height: 50px;
	background: #3483BD;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.smLeftBar .ltContact .box {
	width: 276px;
	border: 2px solid #3483BD;
}
.smLeftBar .ltContact p {
	width: 90%;
	height: 40px;
	margin: 0 auto;
	font-size: 15px;
	color: #020202;
	line-height: 40px;
}
.smLeftBar .ltContact .tel {
	margin-top: 10px;
	color: #FD0202;
}
.smLeftBar .ltContact .tel img {
	margin-right: 10px;
}
.smLeftBar .ltContact .email {
	/*font-family: "黑体";*/
	color: #000;
	/*font-weight: bold;*/
}
.smLeftBar .ltContact .address {
	height: 60px;
	line-height: 30px;
}
.smRightCon {
	float: right;
	width: 870px;
	margin-right: 20px;
}
.smRightCon .pg-pos {
	width: 870px;
	height: 40px;
	border: 1px solid #3483BD;
	margin-bottom: 24px;
}
.smRightCon .pg-pos h3 {
	float: left;
	font-size: 22px;
	color: #333;
	line-height: 40px;
	margin-left: 10px;
}
.smRightCon .pg-pos p {
	float: right;
	padding-left: 35px;
	background: url(../images/pg-posBg.png) left center no-repeat;
	line-height: 40px;
	margin-right: 10px;
}
.smRightCon .detail {
	width: 92%;
	min-height: 700px;
	padding: 20px 4%;
	background: #ececec;
}
.smRightCon .detail .dtHd {
	width: 100%;
	text-align: center;
}
.smRightCon .detail .dtHd h5 {
	width: 100%;
	line-height: 50px;
	font-size: 22px;
	color: #333;
	font-weight: 400;
}
.smRightCon .detail .dtHd p {
	font-size: 13px;
	color: #030303;
	line-height: 24px;
}
.smRightCon .detail .desc {
	width: 96%;
	padding: 12px;
	border: 1px solid #7D7D7D;
	margin: 16px auto;
}
.smRightCon .detail .desc p {
	font-size: 14px;
	color: #333;
}
.smRightCon .detail .con {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.smRightCon .detail .con p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.smRightCon .detail .con img {
	display: block;
	max-width: 800px;
	margin: 0 auto;
}
.pg-newsList .rightCon {
	width: 870px;
}
.pg-newsList .rightCon .list {
	width: 100%;
}
.pg-newsList .rightCon ul {
	width: 100%;
	overflow: hidden;
}
.pg-newsList .rightCon li {
	width: 100%;
	height: 135px;
	background: #EFF0F0;
	margin-bottom: 16px;
}
.pg-newsList .rightCon li .pic {
	float: left;
	display: block;
	width: 200px;
	height: 135px;
}
.pg-newsList .rightCon li .pic img {
	display: block;
	width: 200px;
	height: 135px;
}
.pg-newsList .rightCon li .info {
	float: left;
	width: 620px;
	padding-left: 20px;
}
.pg-newsList .rightCon li .info .tit-time {
	width: 100%;
	height: 66px;
}
.pg-newsList .rightCon li .info .tit-time a {
	float: left;
	display: block;
	max-width: 478px;
	height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #333;
	line-height: 66px;
}
.pg-newsList .rightCon li .info .tit-time em {
	float: right;
	font-size: 15px;
	color: #5d5b5b;
	line-height: 66px;
	margin-right: 12px;
}
.pg-newsList .rightCon li .info > p {
	width: 100%;
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	color: #797676;
}
.pg-newsList .rightCon li .info > p .more {
	float: right;
	font-size: 15px;
	color: #5d5b5b;
}
.pg-newsList .rightCon li:hover {
	background: #d6d6d6;
}
.pg-group {
	width: 100%;
	height: 30px;
	text-align: center;
	padding: 30px 0;
}
.pg-group * {
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	border: 1px solid #333;
	margin: 0 5px;
}
.pg-group a:hover,
.pg-group .selfpage {
	background: #3483BD;
	color: #fff;
	border: 1px solid #3483BD;
}
.pg-picList .rightCon {
	width: 870px;
}
.pg-picList .rightCon .pg-pos {
	width: 868px;
}
.pg-picList .rightCon .list {
	width: 100%;
	overflow: hidden;
}
.pg-picList .rightCon ul {
	width: 110%;
	overflow: hidden;
}
.pg-picList .rightCon li {
	float: left;
	width: 420px;
	height: 184px;
	background: #EFF0F0;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 8px;
}
.pg-picList .rightCon li .pic {
	float: left;
	display: block;
	width: 215px;
	height: 184px;
}
.pg-picList .rightCon li .pic img {
	display: block;
	
	height: 184px;
}
.pg-picList .rightCon li .info {
	float: right;
	width: 200px;
}
.pg-picList .rightCon li .info .tit {
	display: block;
	width: 100%;
	height: 34px;
	border-bottom: 1px solid #BFBFBF;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pg-picList .rightCon li .info p {
	width: 93%;
	height: 90px;
	overflow: hidden;
	text-indent: 2em;
	display: block;
	font-size: 13px;
	color: #3483BD;
	line-height: 30px;
	padding: 6px 5px;
}
.pg-picList .rightCon li .info .more {
	display: block;
	width: 112px;
	height: 30px;
	background: #3483BD;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin: 10px auto;
}
.pg-picList .rightCon li .info .more:hover{
	background: #12507d;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.pro-list {
	float: right;
	width: 870px;
	margin-right: 20px;
}
.pro-list ul {
	width: 870px;
	overflow: hidden;
}
.pro-list .ite1 {
	float: left;
	width: 264px;
	background: #EFF0F0;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 8px;
}
.pro-list .pro-img img {
	width: 260px;
	height: 180px;
}
.pro-list .pro-tit {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.pro-list .pro-more {
	display: block;
	width: 90px;
	height: 28px;
	margin: 5px auto;
	background: #3483bd;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 28px;
}
.pro-list .pro-more:hover {
	background: #1589de;
}



/*客服*/
.qqkefu{
	position: fixed;
    bottom:25%;
    _position: absolute;
   	_top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
	right:0;
	width:53px
	}
.qqkefu ul li{
	height:47px;
	margin-bottom:1px;
	float:right;
	background:#757575;
	line-height:47px;
	font-size:14px;
	cursor:pointer;
	opacity: 0.9;
	position:relative
}
.qqkefu ul li a{
	color:#fff;display: block;
	}
.qqkefu ul li.qq_cza{
	overflow:hidden
	}
.qqkefu ul li:hover{
	background:#3483bd;
	}
.qqkefu ul li.top{
	color:#1c1c1c;
	font-weight:800;
	text-align:center;
	background:#3483bd url(../images/top_icon.png) no-repeat center;
	position:relative;
	width:53px;
	cursor:pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.qqkefu ul li.top:hover {
	background-color: #3483bd;
}
.qqkefu ul li b{
	width:53px;
	height:47px;
	display:block;
	overflow:hidden;
	float:left;
}
#zx{width: 53px;}
.qqkefu ul li b.a{
	background:url(../images/czx4.png) no-repeat center center;
}
.qqkefu ul li b.b{
	background:url(../images/czx3.png) no-repeat center center;
}
.qqkefu ul li b.e{
	background:url(../images/skype.png) no-repeat center center;
}
.qqkefu ul li b.sj{
	background:url(../images/sj.png) no-repeat center center;
}
.qqkefu ul li b.d {
	background:url(../images/bdsq.png) no-repeat center center;
}
.qqkefu ul li b.c{
	background:url(../images/czx5.png) no-repeat center center;
}
.qqkefu ul li b.lxb{
	background:url(../images/phone0.png) no-repeat center center;
}
.erweima{
	height: 150px;
	position: absolute;
	top: -105px;
	left: -134px;
	background: #FFF;
	border: 1px solid #CCC;
	float: right;
	cursor: default !important;
	display:none;
	}
.erweima p{
	line-height: 20px;
	color: #000;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 130px;
	}
.erweima p img{
	width: 110px;
	height: 110px;
	margin: 10px 10px 0px 10px;
}
/*网站地图*/
#ul_sitemap{margin: 10px 0px 30px 30px;}
#ul_sitemap li{list-style: none; line-height: 26px;}
#ul_sitemap li a{color: #7d7d7d;}
li.small_li_sitemap{clear: both;padding-left: 12px;}
li.small_li2_sitemap{float: left; padding-left: 20px;}