/* CSS Document */
body {
	font-family: '微软雅黑';
	margin: 0;
	padding: 0;
}
/*顶部电话开始*/
.top_contact {
	float: right;
	margin-top: 20px;
}
.erweima {
	width: 95px;
	height: 95px;
	text-align: center;
	float: left;
	margin-top: -10px;
	margin-right: 35px;
}.erweima span {	font: 12px '微软雅黑';


	color: #000;
}
.dianhua {
	float: right;
	overflow: hidden;
}
.dianhua .mtel {
	position: relative;
	top: 8px;
}
.dianhua .no {
	float: right;
	width: 180px;
	height: 60px;
	text-align: center;
	position: relative;
	top: 6px;
}
.dianhua .no span {
	font-size: 22px;
	color: #EF0081;
	font-family: "microsoft yahei", "微软雅黑";
}
/*导航开始*/
.navgrp {
	position: relative;
	z-index: 99999999;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: #3994d2;
}
/*导航颜色*/
.nav {
	height: 100%;
	line-height: 60px;
	width: 1100px;
	height: 100%;
	text-align: center;
	margin: 0 auto;
}
.nav li {
	width: 135px;
	float: left;
	position: relative;
	z-index: 999;
}
.nav li a {
	font-size: 16px;
	display: block;
	color: #fff;
}
.nav li a:hover {
	color: #fff;
	background: #205a81;
}
/*nav划过颜色改变*/
.nav li ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background: #3994d2;
}
/*nav下拉颜色改变*/
.nav li:hover ul {
	display: block;
}
.nav li ul li {
	height: 40px;
	line-height: 40px;
	float: none;
	border-bottom: 1px dashed #ddd;
}
.nav li ul li a {
	display: block;
}
.nav li ul li a:hover {
	color: #fff;
}
.nav .current .older {
	color: #fff;
	background: #205a81;
}
/*导航选中颜色*/
/* 导航结束 */
/*轮播图开始*/
.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(/skin/images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	background: url(/skin/images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 500px;
	display: block;
}
/*内页banner图片控制*/
.conbanner{
	width:100%;
	height:450px;
	margin:0 auto;
	margin-top:-2px;
	}
/*展示图开始开始*/
.showcon {
	margin: 0 auto;
	width: 100%;
	height: 230px;
}
.showcon ul {
	padding-top: 20px;
	width: 1180px;
	margin: 0 auto;
}
.ptitle {
	width: 24px;
	height: 200px;
	float: left;
	text-align: center;
	margin-right: 12px;
}
.ptitle span {
	display: block;
	font-size: 24px;
}
.showcon ul li {
	width: 280px;
	height: 200px;
	float: left;
	background: #fdfdfd;
	margin-right: 6px;
	text-align: center;
}
.showcon ul li span {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
	line-height:22px;
	color: #444;
	padding-top: 5px;
}
/*案例展示开始*/
.casebox {
	width: 1180px;
	height: 668px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	overflow: hidden;
}
.lcase {
	width: 200px;
	height: 662px;
	float: left;
}
.lcasecon {
	width: 100%;
	height: 28px;
	margin-bottom: 5px;
	border-radius: 5px;
	text-align: center;
}
.lcasecon a {
	display: block;
	width: 100%;
	height: 100%;
	background: #444;
	border-radius: 5px;
}
.lcasecon span {
	line-height: 28px;
	color: #fff;
}
.lcasecon a:hover {
	background: #3994d2 !important;
	font-size: 15px !important;
}
.contactus {
	width: 200px;
	height: 424px;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #ccc;
}
.contactus .spa1 {
	width: 90px;
	height: 45px;
	display: inline-block;
	background: #3994d2;
	color: #fff;
	font-size: 17px;
	line-height: 45px;
	text-align: center;
}
.contactus .spa2 {
	width: 110px;
	height: 45px;
	display: inline-block;
	background: #444;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
}
.spa3 {
	width: 120px;
	height: 20px;
	display: block;
	background: #fff;
	color: #3994d2;
	text-align: center;
	margin-left: 40px;
	position: relative;
	top: 10px;
}
.condianhua {
	width: 198px;
	height: 40px;
	border: 1px solid #3994d2;
	text-align: center;
	line-height: 40px;
}
.condianhua span {
	color: #3994d2;
	font-size: 20px;
	font-weight: bold;
}
.detail {
	width: 200px;
	margin-top: 5px;
}
.detail span {
	display: block;
	padding-left: 10px;
	color: #444;
	margin-bottom: 3px;
	font-size: 13px;
	text-align: left;
}
.weixin {
	margin-top: 6px;
	width: 100%;
	height: 223px;
	text-align: center;
	border-top: 1px dashed #ccc;
}
.weixin span {
	color: #3994d2;
	font-size: 15px;
}
.caselx {
	position: absolute;
	left: 225px;
	height: 667px;
	width: 2px;
	background: #5d5857;
	top: 0;
}
/*右侧开始*/
.rcase1, .rcase2, .rcase3, .rcase4, .rcase5, .rcase6, .rcase7 {
	width: 930px;
	height: 668px;
	float: right;
	background: #fafafa;
	padding-left: 13px;
	display: none;
}
.caselist {
	width: 300px;
	height: 320px;
	float: left;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.caselist span {
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}
.ctitle {
	width: 284px;
	height: 20px;
	overflow:hidden;
	line-height: 22px;
	margin-bottom: 12px;
	color: #B60005;
	font-size: 14px;
	margin-top: 10px;
}
.casecon {
	display: inline-block;
}
.kefuqq {
	position: absolute;
}
.gshy {
	position: relative;
	top: 10px;
	width: 1180px;
	height: 430px;
	margin: 0 auto;
}
.jianjie, .hydt {
	width: 580px;
	height: 427px;
	float: left;
}
.jianjiebox, .dtnews {
	width: 100%;
	height: 330px;
	margin-top: 20px;
	text-align: left;
	border-radius: 5px;
}
.jianjieimg {
	float: left;
	padding-right:20px;
	margin-bottom: 8px;
}
.jianjiecon {
	line-height:28px;
	text-indent:2em;
	display: block;
	letter-spacing: 0px;
}
.hydt {
	float: right;
}
.dtnews {
	letter-spacing: 1px;
	background: #fdfdfd;
}
.topnews {
	width: 100%;
	height: 102px;
}
.newsimg {
	float: left;
	margin-right: 10px;
}
.newstitle {
	display: block;
	color: #B60005;
	font-size: 16px;
	margin-bottom: 2px;
}
.newsdetail {
	color: #B60005;
	position: relative;
	left: -6px;
}
.newslist {
	clear: both;
	margin-top: 8px;
	width: 100%;
	height: 190px;
}
.newslist span {
	width: 548px;
	height: 40px;
	display: block;
	line-height: 40px;
	background: url(/skin/images/newsicon.jpg) no-repeat 0 13px;
	padding-left: 20px;
	border-bottom: 1px dashed #ccc;
	overflow:hidden;
}

.newslist span .txt{
	width: 446px;
	float:left;
	overflow:hidden;
}
.newslist span .tim{
	width: 100px;
	float:left;
	overflow:hidden;
}

/*荣誉客户开始*/
.kehu {
	clear: both;
	width: 1180px;
	height: 140px;
	margin: 0 auto;
	background: #fdfdfd;
	overflow: hidden;
	margin-top: 18px;
}
.kehu img {
	border: 1px solid #ccc;
	margin-right: 9px;
	margin-bottom: 10px;
	position: relative;
	left: 9px;
}
.youlinks {
	width: 1180px;
	min-height: 90px;
	margin: 0 auto;
	position: relative;
	top: 16px;
}
.linkstitle {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #3994d2;
}
.linkstitle span {
	display: inline-height;
	line-height: 35px;
	font-size: 18px;
	margin-left: 2px;
}
.linkstitle img {
	position: relative;
	top: 3px;
}
.linkscon {
	display: block;
	padding-top: 15px;margin-bottom: 15px;;
}
.linkscon a {
	margin-right: 8px;
	color: #323232;
}
/*底部开始*/
.footer {
	width: 100%;
	height: 185px;
	margin: 0 auto;
	margin-top: 18px;
	background: #444;
	text-align: center;
	font-size: 13px;
}
.footer table {
	margin: 0 auto;
}
.footerfont {
	font-size: 15px;
	color: #fff;
	position: relative;
	top: 13px;
}
.footerfont a {
	font-weight: bold;
	color: #fff;
}
/*内页左侧联系我们*/
.lcontactus {
	width: 100%;
	height: 490px;
	margin-top: 5px;
	text-align: center;
	border: 1px solid #eaeaea;
	border-radius: 5px;
}
.lcontactus .lspa1 {
	width: 110px;
	height: 45px;
	display: inline-block;
	background: #3994d2;
	color: #fff;
	font-size: 17px;
	line-height: 45px;
	text-align: center;
}
.lcontactus .lspa2 {
	width: 130px;
	height: 45px;
	display: inline-block;
	background: #444;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
}
.lspa3 {
	width: 120px;
	height: 20px;
	display: block;
	background: #FCFCFC;
	color: #3994d2;
	text-align: center;
	margin-left: 60px;
	position: relative;
	top: 10px;
}
.lcondianhua {
	width: 239px;
	height: 45px;
	border: 1px solid #3994d2;
	text-align: center;
	line-height: 45px;
}
.lcondianhua span {
	color: #3994d2;
	font-size: 20px;
	font-weight: bold;
}
.ldetail {
	width: 240px;
	margin-top: 5px;
}
.ldetail span {
	display: block;
	padding-left: 10px;
	color: #444;
	margin-bottom: 3px;
	font-size: 14px;
	text-align: left;
	height: 25px;
}
.lweixin {
	margin-top: 6px;
	width: 100%;
	height: 223px;
	text-align: center;
	border-top: 1px dashed #ccc;
}
.lweixin span {
	display: block;
	padding-top: 5px;
	margin-bottom: 5px;
	color: #3994d2;
	font-size: 16px;
}
/*内页左侧百科知识*/
.baike {
	width: 100%;
	height: 355px;
	border: 1px solid #ececec;
	border-radius: 5px;
}
.baikename {
	margin-top: 2px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #3994d2;
	display: block;
}
.baike img{
	float: left;
    margin-top: 9px;
    margin-left: 4px;
	}
.baike a {
	display: block;
	width: 222px;
	height: 30px;
	line-height: 30px;
	border: 1px dashed #ececec;
	padding-left: 18px;
	color: #444;
	letter-spacing: 1px;
}
/*文章页面相关推荐*/
.tarticle {
	margin-top: 10px;
	width: 900px;
	height: 295px;
}
.tarticle .tname {
	display: block;
	width: 900px;
	height: 40px;
	background: #3994d2;
	font-size: 19px;
	line-height: 40px;
	color: #fff;
	border-radius: 5px;
	padding-left: 5px;
}
.tlist {
	margin-top: 20px;
	width: 294px;
	height: 240px;
	background: #fff;
	display: inline-block;
	margin-left: 1px;
}
.tlist span {
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
}
/*织梦分页样式*/
.pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 28px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 26px;
	line-height: 26x;
	padding: 0 12px;
	font-size: 14px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #033363;
}
.pagination li.thisclass {
	background: #09f;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #09f;
	color: #fff;
	cursor: default;
}
/*list_case.htm样式*/
.caselistshow {
	width: 290px;
	height: 305px;
	float: left;
	text-align: center;
	margin-right: 9px;
	margin-bottom: 20px;
	background: #fcfcfc;
	border-radius: 5px;
	overflow: hidden;
	padding-left: 3px;
}
.caselistshow span {
	display: block;
	text-align: left;
	padding-left: 5px;
}
.ctitleshow {
	display: block;
	text-align: left;
	padding-left: 5px;
	color: #B60053;
	font-size: 16px;
	padding-right: 5px;
	height: 40px;
	line-height: 40px; overflow: hidden
}
.caseconshow {
	display: inline-block;
	text-align: left;
}
.kefuqqshow {
	float: right;
	position: absolute;
	display: inline-block;
}
.kefuqqshow img {
	position: absolute;
	top: -19px;
	t: 128px;
	right: -125px;
}
/*新版分页样式*/
.navfenyee {
	clear:both;
	text-align: center;
	position:relative;
	top:8px;
	margin-bottom: 10px;
	z-index:999;
}
.navfenyee li {
	display: inline;
	border: 1px solid #aaa;
    padding: 0px 8px;
    padding-bottom: 1px;
    margin-right: 3px;
}
.navfenyee .thisclass{
	font-size:16px;
	color:red;
	border-color:red;
	}
/*内页客户展示*/
.showkehu{
	width:132px;
	height:60px;
	float:left;
	margin-right:17px;
	margin-bottom:25px;
	}