/* 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;
	background: #fff7ff;
}



/* 网站公共头部区域 */
.p-header {
	position: relative;
	z-index: 9999;
	width: 100%;
	height: 135px;
	background: #edeeee;
}
.p-header .topBar {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #E4E4E4;
}
.p-header .topBar p {
	float: left;
	line-height: 35px;
	font-size: 12px;
	color: #020202；
}
.p-header .topBar .right {
	float: right;
	height: 35px;
}
.p-header .topBar .right .tag {
	float: left;
}
.p-header .topBar .right .tag a {
	float: left;
	display: block;
	font-size: 12px;
	color: #010101;
	margin: 0 6px;
	line-height: 35px;
}
.p-header .topBar .right .tel {
	float: left;
}
.p-header .topBar .right .tel span {
	float: left;
	font-size: 12px;
	color: #010101;
	margin-left: 12px;
	line-height: 35px;
}
.p-header .topBar .right .tel p {
	float: left;
	font-size: 14px;
	color: #ff0000;
	line-height: 35px;
}
.p-header .topBar .right .tel p em {
	font-size: 18px;
}
.p-header .menuBox {
	width: 1200px;
	height: 100px;
}
.p-header .menuBox h1 {
	float: left;
	width: 275px;
	height: 100px;
}
.p-header .menuBox h1 img {
	display: block;
	width: 340px;
	height: 100px;
}
.p-header .menuBox .menuList {
	float: right;
	height: 80px;
	margin-top: 20px;
}
.p-header .menuBox .menuList li {
	float: left;
}
.p-header .menuBox .menuList li a {
	display: block;
	height: 40px;
	padding: 5px 5px 0;
	margin: 0 10px;
	font-size: 18px;
	color: #020202;
	line-height: 40px;
}
.p-header .menuBox .menuList li.on a {
	color: #3BBCA4;
	border-bottom: 1px solid #3BBCA4;
}



/*首页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-banner .search {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	width: 540px;
	height: 68px;
	margin-left: -270px;
	margin-top: -34px;
}
.i-banner .search .srBox {
	width: 100%;
	height: 36px;
}
.i-banner .search .srBox form {
	width: 100%;
	height: 36px;
}
.i-banner .search .srBox .keyword {
	float: left;
	width: 430px;
	height: 36px;
	padding-left: 36px;
	background: #fff url(../images/search-bg.png) left center no-repeat;
	border: 0;
}
.i-banner .search .srBox .btn {
	float: right;
	width: 70px;
	height: 36px;
	background: #EC6844;
	cursor: pointer;
	border: none;
	font-size: 16px;
	color: #fff;
}
.i-banner .search .tag {
	width: 540px;
	height: 22px;
	background: #57565A;
	margin-top: 6px;
}
.i-banner .search .tag * {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}
.i-banner .search .tag span {
	margin: 0 5px;
}

/* 热点推荐 */
.i-re-tui {
	width: 100%;
	height: 50px;
	background: #C9C9C9;
}
.i-re-tui .tag {
	float: left;
}
.i-re-tui .tag * {
	float: left;
	display: block;
	height: 50px;
	font-size: 15px;
	color: #212121;
	line-height: 50px;
	margin: 0 6px;
}
.i-re-tui .tag .new {
	color: #fe0404;
}
.i-re-tui .tag .hot {
	background: url(../images/i-re-tui-hot.png) 100% 6px no-repeat;
}
.i-re-tui .lianxi {
	float: right;
}
.i-re-tui .lianxi p {
	float: left;
	line-height: 50px;
}
.i-re-tui .lianxi .wx {
	float: left;
}
.i-re-tui .lianxi .wx span {
	float: left;
	display: block;
	margin-left: 26px;
	line-height: 50px;
}
.i-re-tui .lianxi .icon {
	position: relative;
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	margin: 13px 10px;
}
.i-re-tui .lianxi .icon .ewm {
	display: none;
	position: absolute;
	z-index: 999;
	left: -50px;
	top: 30px;
	width: 120px;
}





.i-smTit {
	width: 1200px;
	height: 70px;
	padding-top: 20px;
}
.i-smTit h4 {
	width: 100%;
	font-size: 22px;
	color: #020202;
	line-height: 35px;
	text-align: center;
	font-family: 微软雅黑;
}
.i-smTit p {
	font-size: 14px;
	color: #020202;
	line-height: 35px;
	text-align: center;
}




/* 网站公共底部区域 */
.p-footer {
	width: 100%;
	height: 350px;
	background: #6f6e6e;
}
.p-footer .topCon {
	width: 100%;
	height: 260px;
	padding-top: 50px;
	overflow: hidden;
}
.p-footer .topCon .item1 {
	float: left;
	width: 528px;
	margin-top: -10px;
}
.p-footer .topCon .item1 dl {
	float: left;
	width: 132px;
}
.p-footer .topCon .item1 dt {
	width: 100%;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
.p-footer .topCon .item1 dd {
	width: 100%;
}
.p-footer .topCon .item1 dd a {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 25px;
	font-size: 13px;
	color: #fff;
}
.p-footer .topCon .item2 {
	float: left;
	width: 375px;
}
.p-footer .topCon .item2 .ewm {
	position: relative;
	float: left;
	width: 200px;
	height: 225px;
	/*background: url(../images/p-footer-ewmBg.png) no-repeat;*/
}
.p-footer .topCon .item2 .ewm img {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 160px;
	height: 160px;
}
.p-footer .topCon .item2 .tag {
	float: left;
	padding-top: 10px;
}
.p-footer .topCon .item2 .tag > a {
	display: block;
	margin: 24px 0;
	font-size: 16px;
	color: #fff;
	text-indent: 5px;
}
.p-footer .topCon .item2 .tag p {
	width: 120px;
	overflow: hidden;
	margin-bottom: 10px;
}
.p-footer .topCon .item2 .tag p img {
	float: left;
	display: block;
	height: 22px;
	margin: 6px 5px;
}
.p-footer .topCon .item2 .tag p span {
	float: left;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}
.p-footer .topCon .item3 {
	float: right;
	width: 260px;
}
.p-footer .topCon .item3 p {
	width: 100%;
	line-height: 24px;
	margin: 10px 0;
	font-size: 14px;
	color: #fff;
}
.p-footer .topCon .item3 b {
	font-size: 18px;
	font-weight: 400;
}
.p-footer .topCon .item3 p .num {
	color: #fff;
	font-size: 16px;
}
.p-footer .topCon .item3 p .num em {
	font-size: 18px;
}
.p-footer .copyRight {
	width: 100%;
	height: 40px;
	background: #313131;
}
.p-footer .copyRight .wrap {
	text-align: center;
}
.p-footer .copyRight .wrap p {
	display: inline-block;
	font-size: 14px;
	color: #38bca4;
	line-height: 40px;
	margin: 0 30px;
}
.p-footer .copyRight .wrap .icp {
	padding-left: 24px;
	background: url(../images/p-footer-icpBg.png) left center no-repeat;
}
 
.p-footer .copyRight .wrap p a{
	color: #38bca4;
}
.p-footer .copyRight .wrap p a:hover{
	color: #fff;
}

/* newsList */
.pg-newsList {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}
.pg-pos {
	width: 1200px;
	height: 26px;
	background: #fff;
}
.pg-pos p {
	font-size: 13px;
	color: #000;
	padding-left: 26px;
	background: url(../images/pg-pos-bg.png) left center no-repeat;
	line-height: 26px;
}
.pg-newsList .newsCon {
	width: 1200px;
	overflow: hidden;
	margin-top: 20px;
}
.pg-newsList .leftCon {
	float: left;
	width: 880px;
	background: #fff;
	overflow: hidden;
}
.pg-newsList .leftCon .tui {
	width: 100%;
} 
.pg-newsList .leftCon .tui .pic {
	display: block;
	width: 880px;
	height: 280px;
} 
.pg-newsList .leftCon .tui .pic img {
	display: block;
	width: 880px;
	height: 280px;
}
.pg-newsList .leftCon .tui .info {
	width: 846px;
	margin: 0 auto;
	border-bottom: 1px solid #c9c9c9;
	padding: 10px 0;
} 
.pg-newsList .leftCon .tui .info .tit {
	display: block;
	font-size: 15px;
	color: #000;
	line-height: 25px;
} 
.pg-newsList .leftCon .tui .info .tit p {
	width: 100%;
	font-size: 12px;
	color: #6e6e6e;
	line-height: 16px;
	height: 48px;
	overflow: hidden;
} 
.pg-newsList .leftCon .list {
	width: 100%;
	overflow: hidden;
} 
.pg-newsList .leftCon .list ul {
	width: 846px;
	padding: 0 12px;
	overflow: hidden;
} 
.pg-newsList .leftCon .list li {
	word-spacing: 100%;
	height: 145px;
	padding: 20px 0;
	border-bottom: 1px solid #BFBFBF;
} 
.pg-newsList .leftCon .list li .pic {
	float: left;
	display: block;
	width: 246px;
	height: 156px;
} 
.pg-newsList .leftCon .list li .pic img {
	display: block;
	width: 246px;
	height: 156px;
}
.pg-newsList .leftCon .list li .info {
	float: left;
	width: 536px;
	margin-left: 20px;
} 
.pg-newsList .leftCon .list li .info .tit {
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 15px;
	color: #676767;
	font-weight: 600;
} 
.pg-newsList .leftCon .list li:hover .info .tit{
	text-decoration:none;
	color: #3BBCA4;
}
.pg-newsList .leftCon .list li .info p {
	width: 100%;
	height: 80px;
	font-size: 13px;
	color: #6e6e6e;
	line-height: 25px;
	overflow: hidden;
	text-indent: 2em;
} 
.pg-newsList .leftCon .list li .info .t-m {
	width: 100%;
	height: 22px;
	margin-top: 15px;
} 
.pg-newsList .leftCon .list li .info .more {
	float: left;
	display: block;
	width: 87px;
	height: 22px;
	background: #3BBCA4;
	font-size: 12px;
	color: #131212;
	line-height: 22px;
	text-align: center;
} 
.pg-newsList .leftCon .list li .info .t-m span {
	float: right;
} 	
.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;
	margin: 0 5px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	background: #C9C9C9;
}
.pg-group a:hover,
.pg-group .selfpage {
	background: #3BBCA4;
	color: #fff;
}

.pg-newsList .rightCon {
	float: right;
	width: 300px;
	background: #fff;
	overflow: hidden;
} 
.pg-newsList .rightCon > div {
	width: 280px;
	padding: 0 20px;
	overflow: hidden;
}
.pg-newsList .rightCon .item1 .tit {
	width: 100%;
	height: 26px;
	padding: 10px 0 5px;
	border-bottom: 1px solid #BFBFBF;
}
.pg-newsList .rightCon .item1 .tit h4 {
	padding-left: 40px;
	background: url(../images/pg-news-list-icon1.png) left center no-repeat;
	font-size: 20px;
}
.pg-newsList .rightCon .item1 ul {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 30px;
}
.pg-newsList .rightCon .item1 ul li {
	width: 90%;
	height: 30px;
}
.pg-newsList .rightCon .item1 ul li a {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	text-indent: 5px;
}
.pg-newsList .rightCon .item1 ul li.on a{
	background: #3BBCA4;
}
.pg-newsList .rightCon .item1 ul li a:hover {
	background: #C9C9C9;
}
.pg-newsList .rightCon .item2 {
	width: 100%;
}
.pg-newsList .rightCon .item2 .tit {
	position: relative;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #CCCCCC;
}
.pg-newsList .rightCon .item2 .tit h4 {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
}
.pg-newsList .rightCon .item2 .tit .line {
	position: absolute;
	left: 0;
	top: 30px;
	display: block;
	width: 40px;
	height: 2px;
	background: #3BBCA4;
}
.pg-newsList .rightCon .item2 ul {
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
}
.pg-newsList .rightCon .item2 ul li {
	width: 100%;
	height: 23px;
	margin-top: 10px;
}
.pg-newsList .rightCon .item2 ul li .icon {
	float: left;
	display: block;
	width: 30px;
	height: 16px;
	background: url(../images/pg-news-list-r-list-icon1.png) no-repeat;
	text-indent: 7px;
	line-height: 16px;
}
.pg-newsList .rightCon .item2 ul li a {
	float: left;
	width: 240px;
	overflow: hidden;
	height: 16px;
	font-size: 12px;
	color: #000;
	margin-left: 12px;
}
.pg-newsList .rightCon .item2 ul li.df .icon {
	background: url(../images/pg-news-list-r-list-icon2.png) no-repeat;
}




.pg-newsList .rightCon .item3 {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.pg-newsList .rightCon .item3 .tit {
	position: relative;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #CCCCCC;
}
.pg-newsList .rightCon .item3 .tit h4 {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
}
.pg-newsList .rightCon .item3 .tit .line {
	position: absolute;
	left: 0;
	top: 30px;
	display: block;
	width: 40px;
	height: 2px;
	background: #3BBCA4;
}
.pg-newsList .rightCon .item3 .list {
	width: 100%;
	margin: 15px 0;
}
.pg-newsList .rightCon .item3 .list ul {
	width: 100%;
	overflow: hidden;
}
.pg-newsList .rightCon .item3 .list ul li {
	width: 100%;
	height: 44px;
	padding: 10px 0;
	border-bottom: 1px dashed #e0e0e0;
}
.pg-newsList .rightCon .item3 .list ul li .pic {
	float: left;
	display: block;
	width: 62px;
	height: 44px;
}
.pg-newsList .rightCon .item3 .list ul li .pic img {
	display: block;
	width: 62px;
	height: 44px;
}
.pg-newsList .rightCon .item3 .list ul li .t {
	display: block;
	float: left;
	width: 175px;
	margin-left: 20px;
}
.pg-newsList .rightCon .xiangMu {
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 30px;
}
.pg-newsList .rightCon .xiangMu .tit {
	position: relative;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #CCCCCC;
}
.pg-newsList .rightCon .xiangMu .tit h4 {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
}
.pg-newsList .rightCon .xiangMu .tit h4 span {
	font-size: 12px;
}
.pg-newsList .rightCon .xiangMu .tit .line {
	position: absolute;
	left: 0;
	top: 30px;
	display: block;
	width: 40px;
	height: 2px;
	background: #3BBCA4;
}
.pg-newsList .rightCon .xiangMu .xmBd {
	width: 100%;
	overflow: hidden;
}
.pg-newsList .rightCon .xiangMu .xmBd .info {
	width: 100%;
	margin-top: 15px;
}
.pg-newsList .rightCon .xiangMu .xmBd .info p {
	font-size: 15px;
	color: #f91010;
	line-height: 30px;
}
.pg-newsList .rightCon .xiangMu .xmBd .info p span {
	color: #000000;
}
.pg-newsList .rightCon .xiangMu .xmBd .tag {
	width: 100%;
	margin: 12px 0;
	height: 30px;
}
.pg-newsList .rightCon .xiangMu .xmBd .tag a {
	float: left;
	display: block;
	width: 106px;
	height: 30px;
	background: #FFF100;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	text-align: center;
	line-height: 30px;
	margin-right: 14px;
}
.pg-newsList .rightCon .xiangMu .xmBd .more {
	width: 100%;
	margin-top: 20px;
}
.pg-newsList .rightCon .xiangMu .xmBd .more a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #3BBCA4;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.pg-newsList .rightCon .zixun {
	width: 100%;
	padding: 30px 0;
	background: #E5E5E5;
	overflow: hidden;
}
.pg-newsList .rightCon .zixun .box {
	width: 260px;
	margin: 0 auto;
}
.pg-newsList .rightCon .zixun ul {
	width: 110%;
	overflow: hidden;
}
.pg-newsList .rightCon .zixun li {
	float: left;
	width: 52px;
	margin-right: 42px;
}
.pg-newsList .rightCon .zixun li img {
	display: block;
	width: 52px;
	height: 52px;
}
.pg-newsList .rightCon .zixun li span {
	display: block;
	font-size: 12px;
	color: #000;
	line-height: 30px;
}
.pg-newsList .rightCon .zixun .share {
	width: 100%;
	overflow: hidden;
	height: 30px;
	margin: 10px 0;
	line-height: 30px;
}
.pg-newsList .rightCon .zixun .share .box {
	width: 100%;
	height: 30px;
}
.pg-newsList .rightCon .zixun .share h4 {
	float: left;
	margin-right: 12px;
}
.pg-newsList .rightCon .zixun .share .jiathis_style_32x32 {
	float: left;
}
.pg-newsList .rightCon .zixun .share * {
	float: left;
	line-height: 28px;
}
.pg-newsList .rightCon .zixun .share span {
	text-indent: -9999px;
	padding-left: 15px!important;
}
.pg-newsList .rightCon .zixun .share img {
	display: block;
	width: 24px !important;
	height: 24px !important;
}
.jiathis_style_32x32 .jtico_weixin {
	background: url(../images/pro-share-weixin.png) right center no-repeat !important;
	background-position: 0 0 !important;
}
.jiathis_style_32x32 .jtico_cqq {
	background: url(../images/pro-share-qq.png) right center no-repeat !important;
	background-position: 0 0 !important;
}
.jiathis_style_32x32 .jtico_tsina {
	background: url(../images/pro-share-xl.png) right center no-repeat !important;
	background-position: 0 0 !important;
}
.pg-newsList .rightCon .zixun .sm {
	width: 100%;
}
.pg-newsList .rightCon .zixun .sm h4 {
	font-size: 18px;
	color: #f60b0b;
	line-height: 30px;
}
.pg-newsList .rightCon .zixun .sm p {
	font-size: 12px;
	color: #040404;
	line-height: 20px;
}

.pg-newsList .rightCon .case {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 30px;
}
.pg-newsList .rightCon .case .tit {
	position: relative;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #CCCCCC;
}
.pg-newsList .rightCon .case .tit h4 {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
}
.pg-newsList .rightCon .case .tit .line {
	position: absolute;
	left: 0;
	top: 30px;
	display: block;
	width: 40px;
	height: 2px;
	background: #3BBCA4;
}
.pg-newsList .rightCon .case .csBd {
	width: 100%;
	overflow: hidden;
}
.pg-newsList .rightCon .case .csBd ul {
	width: 100%;
	overflow: hidden;
}
.pg-newsList .rightCon .case .csBd ul li {
	width: 292px;
	margin-top: 20px;
}
.pg-newsList .rightCon .case .csBd ul li img {
	display: block;
	width: 292px;
	height: 219px;
}
.pg-newsList .rightCon .case .csBd ul li .info {
	width: 100%;
	height: 22px;
	margin: 10px 0;
}
.pg-newsList .rightCon .case .csBd ul li .info span {
	float: left;
}
.pg-newsList .rightCon .case .csBd ul li .info .more {
	float: right;
	display: block;
	width: 88px;
	height: 20px;
	border: 1px solid #D2D2D2;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
}





/* 详情页 */
.pg-detail .leftCon {
	width: 800px;
	padding: 0 25px;
}
.pg-detail .leftCon .dlCon {
	width: 100%;
}
.pg-detail .leftCon .dlCon .dHd {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #C9C9C9;
}
.pg-detail .leftCon .dlCon .dHd h4 {
	font-size: 18px;
	color: #000;
	line-height: 40px;
}
.pg-detail .leftCon .dlCon .dHd p {
	font-size: 13px;
	color: #666464;
	line-height: 30px;
}
.pg-detail .leftCon .dlCon .dBd {
	padding: 20px 0;
}
.pg-detail .leftCon .dlCon .dBd p {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
}
.pg-detail .leftCon .dlCon .dBd img {
	display: block;
	max-width: 800px;
	margin: 0 auto;
}
.p-n-group {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #C9C9C9;
	margin-top: 40px;
	padding-bottom: 50px;
}
.p-n-group > div {
	width: 100%;
	height: 40px;
}
.p-n-group > div * {
	font-size: 14px;
	line-height: 40px;
	color: #333;
}











/* 案例列表 */
.pg-anliList {
	width: 100%;
	overflow: hidden;
	font-family: "宋体";
}
.pg-anliList .anliTit {
	width: 100%;
	height: 120px;
	background: #EDEEEE;
	padding: 30px 0;
}
.pg-anliList .anliTit .t {
	text-align: center;
}
.pg-anliList .anliTit .t h3 {
	font-size: 25px;
	color: #010101;
	line-height: 30px;
}
.pg-anliList .anliTit .t p {
	font-size: 13px;
	color: #000;
	line-height: 20px;
}
.pg-anliList .anliTit .nav {
	width: 100%;
	height: 36px;
	margin-top: 28px;
}
.pg-anliList .anliTit .nav ul {
	width: 100%;
	height: 36px;
	text-align: center;
}
.pg-anliList .anliTit .nav li {
	display: inline-block;
	padding: 0 26px;
	height: 34px;
	border: 1px solid #BFBFBF;
	border-radius: 15px;
}
.pg-anliList .anliTit .nav li a {
	display: block;
	font-size: 16px;
	color: #000000;
	line-height: 34px;
}
.pg-anliList .anliTit .nav li.on {
	background: #3BBCA4;
}
.pg-anliList .anliTit .nav li.on a span {
	color: #fff;
}
.pg-anliList .anliTit .nav li a img {
	float: left;
	display: block;
}
.pg-anliList .anliTit .nav li a span {
	float: left;
	display: block;
	font-size: 16px;
	color: #000000;
	line-height: 34px;
	margin-left: 6px;
}
.pg-anliList .anliCon {
	width: 100%;
	overflow: hidden;
	background: #DAD8D8;
	padding: 30px 0;
}
.pg-anliList .anliCon ul {
	width: 110%;
	overflow: hidden;
}
.pg-anliList .anliCon .anliLst1 li {
	/*float: left;
	width: 275px;
	margin-right: 30px;
	margin-bottom: 30px;
	overflow: hidden;*/
	position: relative;
    float: left;
    width: 370px;
    height: 280px;
    background: url(../images/webItmCs-itm-bg.jpg) no-repeat;
    margin-right: 35px;
}
.pg-anliList .anliCon .anliLst1 li .thumb{
	position: absolute;
    left: 47px;
    top: 14px;
    display: block;
    width: 278px;
    height: 167px;
}
.pg-anliList .anliCon .anliLst1 li .tit{
	position: absolute;
    left: 0px;
    bottom: 14px;
    width: 100%;
    height: 50px;
    padding: 0;
}

.pg-anliList .anliCon .anliLst1 li .thumb a {
	display: block;
	background: #fff;
}	
.pg-anliList .anliCon .anliLst1 li .thumb a img {
	display: block;
	width: 275px;
	height: 251px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.pg-anliList .anliCon .anliLst1 li .tit a:hover img {
	transform: scale(1.04,1.04);
	-webkit-transform: scale(1.04,1.04);
	-moz-transform: scale(1.04,1.04);
	-ms-transform: scale(1.04,1.04);
	-o-transform: scale(1.04,1.04);
}
.pg-anliList .anliCon .anliLst1 li .tit a p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #000;
	text-indent: 6px;
	overflow: hidden;
}




/* 公司简介 */
.pg-about {
	width: 100%;
	overflow: hidden;
}
.pg-about .wrap {
	width: 1160px;
	background: #E5E5E5;
	padding: 30px 20px;	
}
.pg-about .wrap .pg-pos {
	background: #E5E5E5;
}
.pg-about .at-nav {
	width: 100%;
	height: 32px;
	padding: 14px 0;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	margin-top: 20px;
}
.pg-about .at-nav a {
	float: left;
	display: block;
	width: 100px;
	height: 30px;
	border: 1px solid #D2D2D2;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	background: #fff;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
}
.pg-about .at-nav a:hover,
.pg-about .at-nav a.on {
	background: #3BBCA4;
	color: #fff;
}
.pg-about .atCon {
	width: 100%;
}
.pg-about .atCon > h3 {
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #000;
	padding-top: 20px;
}
.pg-about .atCon .con {
	width: 100%;
}
.pg-about .atCon .con p {
	width: 100%;
	font-size: 13px;
	color: #5f5f5f;
	line-height: 26px;
}
.pg-about .atCon .con img {
	display: block;
	max-width: 1160px;
	margin: 8px auto;
}







/*客服*/
.qqkefu{
	position: fixed;
    bottom:40%;
    _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:#3bbca4;
	}
.qqkefu ul li.top{
	color:#1c1c1c;
	font-weight:800;
	text-align:center;
	background:#3bbca4 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: #3bbca4;
}
.qqkefu ul li b{
	width:53px;
	height:47px;
	display:block;
	overflow:hidden;
	float:left;
}
#zx{width: 53px;}
.qqkefu ul li b.e{
	background:url(../images/czx6.png) no-repeat center center;
}
.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.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;
}











