﻿/**网站全局css**/
* 
{
	margin: 0;
	padding: 0;
}
body 
{
	min-width: 1200px;
	font-family: "微软雅黑";
	color: #333;
	background: white;
	max-width:1920px;
	margin:auto;
	overflow-x: hidden;
	-webkit-overflow-x: hidden;
}
p 
{
	color: #333;
}
a 
{
	text-decoration: none;
	color: #333;
}
li 
{
	list-style: none;
}
img 
{
	border: none;
	display:block;
}
.clear 
{
	clear: both;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
/**网站全局css end**/
/**head.php**/
.headbg
{
	background:white;
	width:100%;
	height:90px;
}
.head
{
	width:1200px;
	height:90px;
	margin:auto;
}
.head .logo
{
	float:left;
	width:435px;
	height:auto;
	overflow:hidden;
}
.head .logo a
{
	display:block;
}
.head .logo img
{
	width:435px;
	height:88px;
	padding-top:1px;
}

.head .r
{
	float:left;
	width:765px;
	height:90px;
}
.head .r .zbbtn
{
	width:120px;
	height:50px;
	overflow:hidden;
	float:left;
	margin-top:20px;
	margin-left:10px;
}
.head .r .zbbtn a
{
	display: block;
	width:100%;
	height:100%;
	overflow:hidden;
	color:white;
	text-align: center;
	line-height:50px;
	font-size:18px;
	transition: 1s;
	border-radius:5px;
	background:#f68b1f;
}
.head .r .zbbtn a:hover
{
	background:rgba(246,139,31,0.8);
}
/**head.php end**/
/**nav**/
.nav
{
	height:90px;
	margin-left:25px;
	float:left;
}
.nav ul
{
	height:90px;
}
.nav ul li 
{
	float:left;
	height:90px;
	position:relative;
}
.nav ul li a.yijia
{
	display:block;
	overflow:hidden;
	text-align: center;
	font-size:18px;
	line-height:90px;
	color:#333;
	width:100px;
	transition: 1s;
}
.nav ul li a.yijia:hover
{
	color:#f68b1f;
}
.nav ul li a.hover
{
	color:#f68b1f;
}
/**nav end**/
/**banner.php**/
.banner {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.banner .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  bottom:20px;
  z-index: 1;
  width:100%;
}
.banner .hd ul {
  overflow: hidden;
  text-align: center;
  width:100%;
  height:auto;
  font-size:0;
  zoom:1;
}
.banner .hd ul li {
  display:inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  vertical-align: middle;
  font-size:0;
  border: 1px solid #f68b1f;
  margin-left:10px;
  margin-right:10px;
}
.banner .hd ul li.on {

   background:#f68b1f;
}
.banner .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.banner .bd li {
  zoom: 1;
  vertical-align: middle;
  width:100%;
  height:500px;
}
.banner .bd li a
{
	display:block;
	width:100%;
	height:100%;
}
/**banner.php end**/
/**内页banner**/
.insbanner
{
	width:100%;
	height:300px;
	overflow:hidden;
}
/**内页banner end**/
/**foot.php**/
.footfirbg
{
	width:100%;
	height:40px;
	background:#333;
	overflow:hidden;
}
.footfir
{
	width:1200px;
	height:auto;
	overflow:hidden;
	padding-top:10px;
	margin:auto;
}
.footfir ul
{
	font-size:0px;
	text-align: center;
}
.footfir ul li
{
	display: inline-block;
	height:18px;
	vertical-align: top;
	overflow:hidden;
}
.footfir ul li a
{
	display:block;
	font-size:14px;
	color:white;
	line-height:18px;
	border-right:1px solid #fff;
	padding-left:18px;
	padding-right:18px;
}
.footfir ul li:last-child a
{
	border-right:0px;
}
.footsecbg
{
	width:100%;
	height:auto;
	background:#383838;
	overflow:hidden;
	padding-top:30px;
	padding-bottom:30px;
}
.footsec
{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.footsec .footinfo
{
	float:left;
	overflow:hidden;
	width:1050px;
	height:auto;
}
.footsec .footinfo p
{
	font-size:14px;
	color:white;
	overflow:hidden;
	line-height:40px;
}
.footsec .twocode
{
	width:120px;
	float:right;
	overflow:hidden;
}
.footsec .twocode .pic
{
	width:120px;
	height:auto;
}
.footsec .twocode img
{
	width:120px;
	height:120px;
}
/**foot.php end**/
/**index.php**/
/**标题**/
.indbigtitbg
{
	width:100%;
	height:80px;
	overflow:hidden;
}
.indbigtit 
{
	width:1200px;
	height:80px;
	margin:auto;
}
.indbigtit .cntit
{
	margin-left:535px;
	float:left;
	height:80px;
	line-height:80px;
	font-size:32px;
	font-weight:bold;
	position: relative;
}
.indbigtit .cntit .xian
{
	position: absolute;
	background:url('../images/indtitbg.png') no-repeat right center;
	top:0;
	z-index: 10;
	left:;
	height:80px;
	width:1000px;
	left:-1020px;
}

.indbigtit .entit
{
	margin-left:20px;
	float:left;
	overflow:hidden;
	height:80px;
	line-height:85px;
	font-size:36px;
	text-transform: uppercase;
	color:#e5e5e5;
	font-family: 'Arial';
	font-weight:bold;
}
/**标题 end**/
/**网站首页第一部分服务**/
.indfirbg
{
	width:100%;
	height:auto;
	padding-top:50px;
	padding-bottom:50px;
	background:url('../images/01index/003_bg.jpg') no-repeat center center;
	background-size:cover;
}
.indfirbg .indfuwu
{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:30px;
}
.indfirbg .indfuwu .xiang
{
	width:380px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}
.indfirbg .indfuwu .xiang a
{
	  display: block;
	  overflow:hidden;
}
.indfirbg .indfuwu .xiang a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indfirbg .indfuwu .xiang a .pic img
{
	width:380px;
	height:220px;
}
.indfirbg .indfuwu .xiang a .tit
{
	font-size:16px;
	text-align:center;
	line-height:20px;
	overflow:hidden;
	margin-top:15px;
}
/**网站首页第一部分服务 end**/
/**网站首页第二部分招标公告**/
.indsecbg
{
	width:100%;
	height:auto;
	background:url('../images/01index/010_bg.jpg') no-repeat center bottom;
	overflow:hidden;
	padding-top:50px;
}
.indsecbg .indseckuang
{
	width:1200px;
	margin:auto;
	margin-top:30px;
	overflow:hidden;
	border:1px solid #e6e6e6;
	background:white;
}
.zhaobiaolist
{
	width:100%;
	height:auto;
	box-sizing: border-box;
	padding:15px;
	overflow:hidden;
}
.zhaobiaolist .xiang
{
	width:100%;
	height:auto;
	border-bottom:1px dashed #eee;
	overflow:hidden;
}
.zhaobiaolist .xiang a
{
	display:block;
	width:100%;
	height:auto;
	padding-top:15px;
	padding-bottom:15px;
	overflow:hidden;
}
.zhaobiaolist .xiang .l
{
	float:left;
	overflow:hidden;
	width:825px;
	overflow:hidden;
}
.zhaobiaolist .xiang .l .tit
{
	font-size:16px;
	text-align:left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	line-height:20px;
	transition: 1s;
}
.zhaobiaolist .xiang:hover .l .tit
{
	color:#f68b1f;
}
.zhaobiaolist .xiang .l .ren
{
	color:#999;
	font-size:14px;
	line-height:20px;
	overflow:hidden;
	margin-top:14px;
	transition: 1s;
}
.zhaobiaolist .xiang:hover .l .ren
{
	color:#f68b1f;
}
.zhaobiaolist .xiang .m
{
	width:100px;
	float:left;
	overflow:hidden;
}
.zhaobiaolist .xiang .m .fb
{
	width:100%;
	line-height:20px;
	color:#999;
	text-align:center;
	font-size:14px;
}
.zhaobiaolist .xiang .m .time
{
	width:100%;
	line-height:20px;
	color:#999;
	margin-top:14px;
	text-align:center;
	font-size:14px;
}
.zhaobiaolist .xiang .r
{
	width:90px;
	height:auto;
	overflow:hidden;
	float:right;
}
.zhaobiaolist .xiang .r .more
{
	width:100%;
	height:40px;
	border:1px solid #f68b1f;
	text-align: center;
	font-size:14px;
	line-height:38px;
	color:#f68b1f;
	box-sizing: border-box;
}
/**网站首页第二部分招标公告 end**/
/**网站首页第三部分案例**/
.indthibg
{
	width:100%;
	height:auto;
	background:url('../images/01index/011_bg.jpg') no-repeat center bottom;
	overflow:hidden;
	padding-top:50px;
	padding-bottom:50px;
	background-size:cover;
}
.indthibg .indcase
{
	width:1200px;
	margin:auto;
	overflow:hidden;
	margin-top:30px;
}
.indthibg .indcase .l
{
	width:590px;
	height:450px;
	overflow:hidden;
	float:left;
}
.indthibg .indcase .l a
{
	display: block;
	overflow:hidden;
	position:relative;
}
.indthibg .indcase .l a .pic
{
	width:100%;
	height:100%;
	overflow:hidden;
}
.indthibg .indcase .l a .pic img
{
	width:100%;
	height:auto;
}
.indthibg .indcase .l a .tit
{
	width:100%;
	height:30px;
	line-height:30px;
	text-align: center;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	font-size:16px;
	color:white;
	background:rgba(0,0,0,0.4);
	position: absolute;
	bottom:0;
	left:0;
	z-index:10;

}
.indthibg .indcase .l a:hover .tit
{
	display: none;
}
.indthibg .indcase .l a .desbg
{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.8);
	z-index: 20;
	top:0;
	left:0;
	padding:30px;
	box-sizing: border-box;
	display:none;
}
.indthibg .indcase .l a:hover .desbg
{
	display: block;
}
.indthibg .indcase .l a .desbg .destit
{
	font-size:16px;
	text-align:left;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;

}
.indthibg .indcase .l a .desbg .des
{
	font-size:14px;
	color:#666;
	overflow:hidden;
	line-height:30px;

}
.indthibg .indcase .r
{
	width:590px;
	height:auto;
	overflow:hidden;
	float:right;
}
.indthibg .indcase .r .xiang
{
	width:285px;
	height:auto;
	overflow:hidden;
	margin-right:20px;
	float:left;
	margin-bottom:30px;
}
.indthibg .indcase .r .xiang a
{
	display: block;
	overflow:hidden;
	position: relative;
}
.indthibg .indcase .r .xiang a .pic
{
	width:285px;
	height:210px;
}
.indthibg .indcase .r .xiang a .pic img
{
	width:100%;
	height:210px;
}
.indthibg .indcase .r .xiang a .tit
{
	width:100%;
	height:30px;
	line-height:30px;
	text-align: center;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	font-size:16px;
	color:white;
	background:rgba(0,0,0,0.4);
	position: absolute;
	bottom:0;
	left:0;
	z-index:10;
	box-sizing: border-box;
	padding-left:5px;
	padding-right:5px;

}
.indthibg .indcase .r .xiang a:hover .tit
{
	display: none;
}
.indthibg .indcase .r .xiang a .desbg
{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.8);
	z-index: 20;
	top:0;
	left:0;
	padding:30px 15px;
	box-sizing: border-box;
	display:none;
}
.indthibg .indcase .r .xiang a:hover .desbg
{
	display: block;
}
.indthibg .indcase .r .xiang a .desbg .destit
{
	font-size:16px;
	text-align:left;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;

}
.indthibg .indcase .r .xiang a .desbg .des
{
	font-size:14px;
	color:#666;
	overflow:hidden;
	line-height:30px;
	margin-top:10px;

}
/**网站首页第三部分案例 end**/
/**网站首页第四部分关于我们**/
.indfoubg
{
	width:100%;
	height:auto;
	background:url('../images/01index/017_bg.jpg') no-repeat center bottom;
	background-size:cover;
	overflow:hidden;
	padding-top:50px;	
}
.indfoubg .indbigtit .cntit .xian
{
	background:url('../images/indtitbg1.png') no-repeat center bottom;
}
.indfoubg .indbigtit .cntit
{
	color:white;
}
.indfoubg .indbigtit .entit
{
	color:white;
}
.indfoubg .indabu
{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:30px;
}
.indfoubg .indabu .pic
{
	width:600px;
	float:left;
	overflow:hidden;
}
.indfoubg .indabu .pic img
{
	width:100%;
	height:346px;
}
.indfoubg .indabu .r
{
	width:600px;
	height:346px;
	background:white;
	float:left;
	padding:30px;
	box-sizing: border-box;
}
.indfoubg .indabu .r .cont
{
	width:100%;
	height:auto;
	overflow:hidden;
	
	
}
.indfoubg .indabu .r .cont .indabucont
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indfoubg .indabu .r .cont .indabucont img
{
	margin:auto;
	width:435px;
	height:88px;
	margin-bottom:15px;
}
.indfoubg .indabu .r .cont .indabucont p
{
	font-size:14px;
	line-height:28px;
	text-indent:30px;
	overflow:hidden;
}
.indfoubg .indabu .r .more
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:14px;
	margin-top:15px;
}
.indfoubg .indabu .r .more a
{
	color:#f68b1f;
}
/**网站首页第四部分关于我们 end**/
/**网站首页第五部分友情链接**/
.indfifbg
{
	width:100%;
	height:auto;
	background-size:cover;
	overflow:hidden;
	padding-top:50px;	
	padding-bottom:50px;
}
.indflink
{
	width:1200px;
	height:auto;
	margin:auto;
	margin-top:30px;
}
.indflink .xiang
{
	width:285px;
	height:auto;
	overflow:hidden;
	margin-right:20px;
	margin-bottom:30px;
	float:left;
	border:1px solid #e6e6e6;
	box-sizing: border-box;
	box-shadow: 0px 5px 10px #f8f9f9;
	height:60px;
	transition: 1s;
}
.indflink .xiang a
{
	width:100%;
	height:100%;
	display: block;
	overflow:hidden;
	font-size:14px;
	line-height:58px;
	text-align:center;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 1s;
}
.indflink .xiang:hover a
{
	color:#f68b1f;
}
.indflink .xiang:hover
{
	border:1px solid #f68b1f;
}
/**网站首页第五部分友情链接 end**/
/**index.php end**/
/**内页菜单**/
.insnavbg
{
	width:100%;
	height:auto;
	box-shadow: 0px 2px 5px #ddd;
}
.insnav
{
	width:1200px;
	height:auto;
	margin:auto;
	position: relative;
}
.insnav ul 
{
	font-size:0px;
	overflow:hidden;
}
.insnav ul li
{
	display:inline-block;
	overflow:hidden;
}
.insnav ul li a.yijia
{
	display:block;
	font-size:16px;
	overflow:hidden;
	transition:1s;
	line-height:25px;
	padding:15px 30px;
	text-align:center;
}
.insnav ul li:hover a.yijia
{
	color:#fff;
	background:#f68b1f;
}
.insnav ul li a.hover
{
	color:#fff;
	background:#f68b1f;
}
/**内页菜单 end**/
/**内容页内容**/
.insxx
{
  width:1200px;
  height:auto;
  overflow:hidden;
  margin:auto;
  margin-top:40px;
  margin-bottom:40px;
}
/**左侧菜单**/
.insleftnav
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insleftnav .bigtit
{
	width:100%;
	height:60px;
	background:#f68b1f;
	font-size:20px;
	color:white;
	text-align: center;
	line-height:60px;
	font-weight:bold;
}
.insleftnav ul
{
	width:100%;
	height:auto;
	border:1px solid #ddd;
	box-sizing:border-box;
}
.insleftnav ul li
{
	width:100%;
	height:auto;
	overflow:hidden;
	
}
.insleftnav ul li a.yijia
{
	display: block;
	width:100%;
	height:auto;
	padding:10px 15px;
	box-sizing: border-box;
	font-size:16px;
	line-height:20px;
	cursor: pointer;
	border-bottom:1px dashed #ddd;
	color:black;
	text-align:center;
	font-weight:bold;
	background:#f9f9f9;
}
.insleftnav ul li a.hover
{
	color:#f68b1f;
}
.insleftnav ul li .erjikuang
{
	width:100%;
	height:auto;
	overflow:hidden;
	display: none;
	border-bottom:1px solid #ddd;
}
.insleftnav ul li:hover .erjikuang
{
	display: block;
}
.insleftnav ul li .erjikuang dl
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insleftnav ul li .erjikuang dl dd
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px dashed #ddd;
}
.insleftnav ul li .erjikuang dl dd a.erjia
{
	display: block;
	width:100%;
	height:auto;
	padding:10px 15px;
	box-sizing: border-box;
	font-size:15px;
	line-height:20px;
	color:#666;
	text-align:center;

}
.insleftnav ul li .erjikuang dl dd a.hover1
{
	color:#f68b1f;
}
.insleftnav ul li .erjikuang dl dd:hover a.erjia
{
	color:#f68b1f;
}
/**左侧菜单 end**/
/**内页所在的位置 **/
.inssite
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:14px;
	overflow:hidden;
	line-height:30px;
	margin-top:10px;
	margin-bottom:20px;
	background:url('../images/02-1history_05.png') no-repeat left center;
	box-sizing: border-box;
	padding-left:30px;
}
.inssite a
{
	color:#333;
	transition:1s;
}
.inssite a:hover
{
	color:#f68b1f;
}
/**内页所在的位置 end**/
.insxxtitle
{
  text-align: center;
  font-size:16px;
  font-weight:bold;
  padding-top:10px;
  padding-bottom:10px;
  color:#333;
}
.insxxtime
{
  text-align: center;
  font-size:14px;
  padding-bottom:10px;
  color:#333;
}
.insxxcontent
{
  font-size:15px;
  color:#333;
  line-height:25px;
  color:#333;
  min-height:300px;
}
.insxxcontent img
{
   display:inline-block;
   max-width:100%;
   vertical-align:middle;
}
.insxxcontent p
{
  font-size:15px;
  color:#333;
  line-height:25px;
  color:#333;
}
.insxxpic
{
  height:auto;
  overflow:hidden;
  padding-bottom:10px;
  padding-top:10px;
}
.insxxpic img
{
  display:block;
  margin:auto;
  max-width:100%;

}
.insxxxx
{
  font-size:24px;
  height:30px;
  line-height:30px;
  font-weight:bold;
  margin-bottom:20px;
  margin-top:20px;
  overflow:hidden;
}
/**内容页内容 end**/
/**about.php**/
.insabufir
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insabutit
{
	font-size:32px;
	font-weight:bold;
	text-align: center;
	overflow:hidden;
	line-height:50px;
	font-weight:bold;
	margin-bottom:30px;
}
.insabufircont
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insabufircont .l
{
	width:550px;
	height:auto;
	overflow:hidden;
	float:left;
}
.insabufircont .l img
{
	width:100%;
	height:auto;

}
.insabufircont .r
{
	font-size:14px;
	line-height:30px;
	overflow:hidden;
	width:620px;
	float:right;
	padding-top:35px;
}
.insabufircont .r p
{
	font-size:14px;
	line-height:30px;
	text-indent:28px;
}
.insabusec
{
	margin-top:50px;
	overflow:hidden;
}
.insabuseccont
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insabuseccont .l
{
	width:600px;
	height:auto;
	overflow:hidden;
	float:left;
}
.insabuseccont .r
{
	width:600px;
	height:auto;
	overflow:hidden;
	float:left;
}
.insabuseccont .pic
{
	width:100%;
	height:auto;
}
.insabuseccont .pic img
{
	width:600px;
	height:415px;
}
.insabuseccont .wenzi
{
	width:100%;
	height:auto;
}
.insabuseccont .wenzi .kuang
{
	float:left;
	width:50%;
	height:320px;
}
.insabuseccont .wenzi .kuang .tit
{
	font-size:28px;
	color:white;
	box-sizing: border-box;
	padding-top:45px;
	padding-left:40px;
	overflow:hidden;
}
.insabuseccont .wenzi .kuang .tit span
{
	font-size:44px;
	font-weight:bold;
	line-height:50px;
	float:left;
}
.insabuseccont .wenzi .kuang .tit p
{
	font-size:28px;
	color:white;
	margin-left:10px;
	float:left;
	line-height:55px;
}
.insabuseccont .wenzi .kuang .biaoyu
{
	font-size:24px;
	color:white;
	line-height:45px;
	box-sizing: border-box;
	padding:10px;
	margin-top:20px;
	text-align: center;
}
/**about.php end**/
/**分页**/
.switch {
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  font-size:14px;
  box-sizing: content-box;
}
.switch a {
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  margin: 5px;
  padding: 5px;
  background: #f2f2f2;
  color: #333;
  text-decoration: none;
  box-sizing: content-box;
}
.switch a:hover {
  background: #f68b1f;
  color: white;
}
.switch a.on {
  background: #f68b1f;
  color: white;
}
/**分页 end**/
/**新闻**/
.insnewsnav
{
	width:1200px;
	height:auto;
	overflow:hidden;
	background:url('../images/03news/newsnavbg.png') repeat-y center center;
	margin:auto;
	margin-top:45px;
}
.insnewsnav ul
{
	font-size:0px;
	overflow:hidden;
	text-align: center;
}
.insnewsnav ul li
{
	display: inline-block;
	vertical-align: middle;

}
.insnewsnav ul li a
{
	display: block;
	height:63px;
	font-size:18px;
	line-height:63px;
	padding-left:30px;
	padding-right:30px;
}
.insnewsnav ul li:hover a
{
	color:#f68b1f;
	background:url('../images/03news/024_active.png') no-repeat left center;
}
.insnewsnav ul li a.hover
{
	color:#f68b1f;
	background:url('../images/03news/024_active.png') no-repeat left center;
}
.insnewslist .fir
{
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
	overflow:hidden;
}
.insnewslist .fir .pic
{
	width:250px;
	height:auto;
	float:left;
}
.insnewslist .fir .pic img
{
	width:250px;
	height:180px;
}
.insnewslist .fir .r
{
	float:right;
	width:900px;
}
.insnewslist .wenzi
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insnewslist .wenzi .tit
{
	font-size:16px;
	line-height:20px;
	color:#333;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap;
	transition: 1s;
}
.insnewslist a:hover .wenzi .tit
{
	color:#f68b1f;
}
.insnewslist .wenzi .des
{
	font-size:14px;
	line-height:25px;
	color:#666;
	margin-top:12px;
	transition: 1s;
}
.insnewslist a:hover .wenzi .des
{
	color:#f68b1f;
}
.insnewslist .wenzi .tm
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.insnewslist .wenzi .tm .time
{
	float:left;
	color:#999;
	line-height:40px;
	overflow:hidden;
	font-size:14px;
}
.insnewslist .wenzi .tm .more
{
	float:right;
	width:90px;
	height:40px;
	border:1px solid #f68b1f;
	text-align: center;
	font-size:14px;
	line-height:38px;
	color:#f68b1f;
	box-sizing: border-box;
}
.insnewslist a
{
	display: block;
	overflow:hidden;
}
.newslist .xiang
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.newslist .xiang a
{
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
	overflow:hidden;

}
/**新闻 end**/
/**case.php**/
.inscaselist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.inscaselist .xiang
{
	width:285px;
	height:auto;
	overflow:hidden;
	margin-right:20px;
	float:left;
	margin-bottom:20px;
}
.inscaselist .xiang a
{
	display: block;
	overflow:hidden;
	position: relative;
}
.inscaselist .xiang a .pic
{
	width:285px;
	height:210px;
}
.inscaselist .xiang a .pic img
{
	width:100%;
	height:210px;
}
.inscaselist .xiang a .tit
{
	width:100%;
	height:30px;
	line-height:30px;
	text-align: center;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	font-size:16px;
	color:white;
	background:rgba(0,0,0,0.4);
	position: absolute;
	bottom:0;
	left:0;
	z-index:10;
	box-sizing: border-box;
	padding-left:5px;
	padding-right:5px;

}
.inscaselist .xiang a:hover .tit
{
	display: none;
}
.inscaselist .xiang a .desbg
{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.8);
	z-index: 20;
	top:0;
	left:0;
	padding:30px 15px;
	box-sizing: border-box;
	display:none;
}
.inscaselist .xiang a:hover .desbg
{
	display: block;
}
.inscaselist .xiang a .desbg .destit
{
	font-size:16px;
	text-align:left;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;

}
.inscaselist .xiang a .desbg .des
{
	font-size:14px;
	color:#666;
	overflow:hidden;
	line-height:30px;
	margin-top:10px;

}
/**case.php end**/
/**message.php**/
.messagezt
{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:40px auto;

}
.messagezt .message
{
	width:600px;
	height:auto;
	float:left;
}
.messagezt .message dl
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.messagezt .message dl dt
{
	font-size:15px;
	height:38px;
	line-height:38px;
	overflow:hidden;
}
.messagezt .message dl dd
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.messagezt .message dl dd input
{
	width:100%;
	height:30px;
	border:1px solid #ddd;
	outline: none;
	padding-left:10px;
	padding-right:10px;
	box-sizing: border-box;
	border-radius: 3px;
}
.messagezt .message dl dd textarea
{
	width:100%;
	height:80px;
	border:1px solid #ddd;
	outline: none;
	padding:10px;
	box-sizing: border-box;
	border-radius: 3px;
}
.messagezt .message .submit
{
	width:130px;
	height:30px;
	margin-top:20px;
	overflow:hidden;
}
.messagezt .message .submit input
{
	width:130px;
	height:30px;
	background:#f68b1f;
	color:white;
	border-radius: 5px;
	border:none;
	cursor: pointer;
	transition:1s;
}
.messagezt .message .submit input:hover
{
	opacity: 0.8;
	
}
.messagezt .pic
{
	width:540px;
	height:371px;
	float:right;
	overflow:hidden;
}
.messagezt .pic img
{
	width:538px;
	height:369px;
	border:1px solid #eee;
}
/**message.php end**/
/**contact.php**/
.inscontact
{
	width:1200px;
	background:white;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
	box-sizing: border-box;
	overflow:hidden;
}
.inscontact .map
{
	width:560px;
	height:362px;
	overflow:hidden;
	float:left;
}
.inscontact .info
{
	width:480px;
	float:right;
	height:auto;
	overflow:hidden;
	margin-right:80px;
}
.inscontact .info .gstit
{
	margin-bottom: 20px;
    color: #333333;
    font-size: 22px;
    overflow:hidden;
    margin-top:30px;
}
.inscontact .info p
{
	font-size:15px;
	overflow:hidden;
	color:#666;
	line-height:30px;
}
.inscontact .info .cttwocode
{
	width:122px;
	height:auto;
	overflow:hidden;
	margin-top:15px;
}
.inscontact .info .cttwocode img
{
	width:120px;
	height:120px;
	border:1px solid #ccc;
}
.inscontact .info .cttwocode .ss
{
	font-size:15px;
	height:30px;
	line-height: 30px;
	text-align: center;
	color:#666;
}
/**contact.php end**/