﻿/**全局css**/
*
{
	margin:0;
	padding:0;
}
body
{
	font-family:"微软雅黑";
}
a
{
	text-decoration: none;
}
li
{
	list-style:none;
}
img
{
	border:none;
}
/**logo**/
.logo
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.logo img
{
	width:100%;
	height:auto;
}
/**导航**/
.navbg
{
	width:100%;
	height:80px;
	overflow:hidden;
	background:#f0f0f0;
}
.nav
{
	width:100%;
	height:40px;
	box-sizing: border-box;
	border-bottom:1px solid #fff;

}
.nav ul 
{
	width:100%;
	height:40px;
	overflow:hidden;
	display:flex;
	margin:auto;
}
.nav ul li
{
	flex:1;
	border-right:1px solid #fff;
	height:40px;
}
.nav ul li a
{
	width:100%;
	height:40px;
	color:black;
	text-align:center;
	font-size:16px;
	display:block;
	line-height:39px;
}
.nav ul li:nth-child(3)
{
	border-right:none;
}
.nav ul li a.navhover
{
	color:white;
	background:#fd863b;
}
/**banner**/
.banner
{
	margin:0;
	padding:0;
}
.banner img
{
  width:100%;
  height:auto;
  display:block;
}
/**foot**/
.footbg
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#454645;
	margin-bottom:50px;
}
.footnav
{
   width:100%;
   height:auto;
   overflow:hidden;
   padding-top:20px;
   padding-bottom:20px;
   border-bottom:1px solid #5f605f;
}
.footnav ul
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align: center;
	font-size:0px;
}
.footnav ul li
{
	display:inline-block;
	font-size:15px;

}
.footnav ul li a
{
	display:block;
	color:#f7f7f7;
	font-size:15px;
	height:16px;
	line-height: 16px;
	padding-left:7px;
	padding-right:7px;
	box-sizing: border-box;
	border-right:1px solid #f7f7f7;
}
.footthi
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:20px;
	margin-top:20px;
}
.footthi p
{
	width:98%;
	margin:auto;
	overflow:hidden;
	color:#f7f7f7;
	text-align: center;
	font-size:12px;
	line-height:25px;
}
/**底部固定菜单**/
#footnavgu
{
    position: fixed;
    bottom: 0;
    left:0;
    width:100%;
    height:50px;
    background:#fd863b;
    z-index: 10;
}
#footnavgu ul li
{
    float:left;
    width:25%;
    height:50px;
    position: relative;

}
#footnavgu ul li a
{
    width:100%;
    height:50px;
    display: block;
}
#footnavgu ul li img
{
    display: block;
    margin:auto;
    width:25%;
    padding-top:5px;
}
#footnavgu ul li p
{
    font-size:12px;
    width:100%;
    text-align: center;
    color:white;
}
/**webchat**/
#wechat
{
	width:80%;
	height:auto;
	overflow:hidden;
	background:white;
	border-radius:10px;
	position: fixed;
	top:40%;
	margin-left:10%;
	z-index: 999;
	border:1px solid #ccc;
	opacity:0.9;
	display:none;

}
#wechat p.changan
{
	font-size:18px;
	height:30px;
	line-height:30px;
	text-align: center;
	color:#333;
	margin-top:10px;
	margin-bottom:10px;
	font-weight: bold;

}
#wechat p.haoma
{
	color:red;
	background:yellow;
	height:35px;
	font-size:16px;
	line-height:35px;
	text-align: center;
	font-weight: bold;
}
#wechat a.openwechat
{
	display:block;
	width:100%;
	height:35px;
	text-align: center;
	color:red;
	margin-top:5px;
	margin-bottom:5px;
	font-size:16px;
	line-height:30px;
}
#wechat a.closewd
{
	display:block;
	width:100%;
	height:30px;
	text-align: center;
	color:#333;
	margin-top:5px;
	margin-bottom:5px;
	font-size:16px;

}
/**首页**/
/**indsix**/
.indsix
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indsix dl
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-bottom:20px;
}
.indsix dl dt.indsixchtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:20px;
	text-align: center;
	height:30px;
	line-height:30px;
	font-weight:bold;
	padding-top:15px;
}
.indsix dl dt.indsixentit
{
	width:100%;
	text-align: center;
	font-family:"Arial";
	font-size:13px;
	padding-bottom:10px;
	color:#fd863b;
	text-transform: uppercase;
}
.indsix dl dd ul 
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;
}
.indsix dl dd ul li 
{
	display:inline-block;
	width:47%;
	margin-left:2%;
	background:white;
	margin-bottom:10px;
	background:#f1f1f1;
}
.indsix dl dd ul li a
{
	width:100%;
	height:auto;
	display:block;
}
.indsix dl dd ul li a img
{
	width:100%;
	height:auto;
	display:block;
}
.indsix dl dd ul li a p
{
	width:100%;
	height:30px;
	line-height:30px;
	color:white;
	background:#545454;
	font-size:15px;
	text-align: center;
}
.indsix dl dd div.more
{
	width:36%;
	height:30px;
	line-height:30px;
	font-size:15px;
	text-align:center;
	margin:auto;
	margin-top:20px;
	color:white;
	background:#fd863b;
	text-transform: uppercase;
}
.indsix dl dd div.more a
{
	color:white;
}
/**indsev**/
.indsev
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indsev dl
{
	width:95%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-bottom:20px;
}
.indsev dl dt.indsevchtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:20px;
	text-align: center;
	height:30px;
	line-height:30px;
	font-weight:bold;
	padding-top:15px;
}
.indsev dl dt.indseventit
{
	width:100%;
	text-align: center;
	font-family:"Arial";
	font-size:13px;
	padding-bottom:10px;
	color:#fd863b;
	text-transform: uppercase;
}
.indsev dl dd.indsevlist img
{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:10px;
}
.indsev dl dd.indsevlist ul li
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
	text-align: justify;
	font-size:14px;
}
.indsev dl dd.indsevlist ul li a
{
	color:#545454;
}
.indsev dl dd.indsevlist ul li a span
{
	float:right;
}
.indsev dl dd div.more
{
	width:36%;
	height:30px;
	line-height:30px;
	font-size:15px;
	text-align:center;
	margin:auto;
	margin-top:20px;
	margin-bottom:10px;
	color:white;
	background:#fd863b;
	text-transform: uppercase;
}
.indsev dl dd div.more a
{
	color:white;
}
/**indeig**/
.indeig
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:url('../images/indabubg.jpg') no-repeat;
	background-size: 100%;
}
.indeig dl
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-bottom:10px;
}
.indeig dl dt.indeigchtit
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:20px;
	text-align: center;
	height:30px;
	line-height:30px;
	font-weight:bold;
	padding-top:15px;
}
.indeig dl dt.indeigentit
{
	width:100%;
	text-align: center;
	font-family:"Arial";
	font-size:13px;
	padding-bottom:10px;
	color:#fd863b;
	text-transform: uppercase;
}
.indeig dl dd div.indabucont
{
	width:90%;
	margin:auto;
	background:white;
	box-shadow: 0px 0px 8px #888;
	box-sizing: border-box;
	padding:25px;
	margin-bottom:10px;
}
.indeig dl dd div.indabucont p
{

	font-size:15px;
	text-align: justify;
	line-height:25px;
	text-indent: 30px;
}

.indeig dl dd div.indabucont div.more
{
	width:36%;
	height:30px;
	line-height:30px;
	font-size:15px;
	text-align:center;
	margin:auto;
	margin-top:20px;
	color:white;
	background:#fd863b;
	text-transform: uppercase;
}
.indeig dl dd div.more a
{
	color:white;
}
.indeig dl dd div.indabupicarr
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indeig dl dd div.indabupicarr ul
{
	width:95%;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:0;
	margin-top:20px;
}
.indeig dl dd div.indabupicarr ul li
{
	display:inline-block;
	margin-left:2%;
	width:47%;
	margin-bottom:10px;

}
.indeig dl dd div.indabupicarr ul li img
{
	width:100%;
	height:auto;
	display:block;
}


/**内页导航**/
.insnav
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align: center;
	border-bottom:1px solid #ccc;
}
.insnav ul
{
	margin-top:20px;
	margin-bottom:20px;
}
.insnav ul li
{
	display:inline-block;
}
.insnav ul li a
{
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	background:#ececec;
	font-size:15px;
	color:#474747;
	margin-bottom:4px;
}
.insnav ul li a.on
{
	background:#fd863b;
	color:#fff;
}
.inscontent
{
	width:90%;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	text-align: justify;
}
.inscontent img
{
	width:100%;
	height:auto;
}
/**about.php**/
.indabupicarr
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indabupicarr ul
{
	width:95%;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:0;
	margin-top:10px;
	margin-bottom:30px;
}
.indabupicarr ul li
{
	display:inline-block;
	margin-left:2%;
	width:47%;
	margin-bottom:10px;

}
.indabupicarr ul li img
{
	width:100%;
	height:auto;
	display:block;
}

/**product.php**/
.insprolist
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insprolist dl
{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.insprolist dl ul 
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;

}
.insprolist dl ul li 
{
    display:inline-block;
    width:47%;
    margin-left:2%;
    margin-top:10px;
    margin-bottom:10px;
    vertical-align: top;
}
.insprolist dl ul li a
{
	display: block;
	width:100%;
	box-sizing: border-box;
	padding-top:10px;
	background:#f1f1f1;
}
.insprolist dl ul li a p
{
	width:100%;
	background:#545454;
	margin:auto;
	margin-top:10px;
	font-size:14px;
	color:#fff;
	text-align: center;
	box-sizing: border-box;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2%;
	padding-right:2%;

}
.insprolist dl ul li a img
{
	width:100%;
	height:auto;
	display:block;
}
/**分页**/
  .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: #fd863b;
  color: white;
}
.switch a.on {
  background: #fd863b;
  color: white;
}
/**内容页内容**/
.insxx
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insxx .insxxpic
{
	width:95%;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}
.insxx .insxxpic img
{
	width:100%;
	height:auto;
	display:block;
}
.insxx .insxxtit
{
	width:95%;
	font-size:16px;
	margin:auto;
	font-weight: bold;
	text-align:center;
	margin-top:10px;
}
.insxx .insxxtime
{
	width:95%;
	margin:auto;
	text-align:center;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
	color:#999;
}
.insxx .insxxcontent
{
	width:90%;
	margin:auto;
	text-align: justify;
	margin-bottom:20px;
	font-size:14px;
	line-height:25px;

}
.insxx .insxxcontent table
{
	width:100%;
}
.insxx .insxxcontent img
{
	width:100%;
	height:auto;
}
/**news.php**/
.insnewslist
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.insnewslist ul 
{
	width:95%;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.insnewslist ul li 
{
	width:100%;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	text-align:justify;
	font-size:14px;
}
.insnewslist ul li a
{
	color:#545454;
}
.insnewslist ul li a span
{
	float:right;
}
/**message.php**/
.message
{
	width:80%;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
.message input.messagenickname
{
	width:100%;
	height:40px;
	line-height:40px;
	text-indent: 15px;
	margin-bottom:10px;
	margin-top:10px;
	font-size:14px;
	border-radius: 5px;
	border:1px solid #fd863b;
	box-sizing: border-box;
}
.message input.messagecontact
{
	width:100%;
	height:40px;
	line-height:40px;
	text-indent: 15px;
	margin-bottom:10px;
	margin-top:10px;
	font-size:14px;
	border-radius: 5px;
	border:1px solid #fd863b;
	box-sizing: border-box;
}
.message .messagecontent
{
	width:100%;
	height:150px;
	line-height:40px;
	text-indent: 15px;
	margin-bottom:10px;
	margin-top:10px;
	font-size:14px;
	border-radius: 5px;
	border:1px solid #fd863b;
	box-sizing: border-box;
}
.message .messagesubmit
{
	width:100%;
	height:40px;
	background:#fd863b;
	color:white;
	border:1px solid #fd863b;
	border-radius: 5px;
	cursor:pointer;
	box-sizing: border-box;
}
.message .messagesubmit:hover
{
	opacity:0.8;
}