﻿/**全局css**/
* {
	margin: 0;
	padding: 0;
	word-break:break-word;
}
body {
	font-family: "微软雅黑";
	background: white;
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
}
p {
	color: #333;
}
li {
	list-style: none;
}
img {
	border: none;
	display:block;
}
.clear {
	clear: both;
}
.height10
{
	width:100%;
	height:10px;
}
.height15
{
	width:100%;
	height:15px;
}
/**全局css**/
/**banner**/
.banner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-bottom:-1px;
}
.banner .hd {
	width: 100%;
	height: 11px;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	text-align: center;
}
.banner .hd ul {
	display: inline-block;
	height: 5px;
	padding: 3px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0;
	vertical-align: top;
}
.banner .hd ul li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
}
.banner .hd ul .on {
	background: #c72b30;
}
.banner .bd {
	position: relative;
	z-index: 0;
}
.banner .bd li a {
	display:block;
	height:auto;
	overflow:hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
.banner .bd li img {
	width: 100%;
	height: auto;
	display:block;
}
/**banner end**/
/**logo**/
.head
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	background:white;
}
.head .navhome
{
	width:16%;
	height:auto;
	overflow:hidden;
	float:left;
}
.head .navhome img
{
	width:100%;
	height:auto;
}
.head .logo
{
	width:68%;
	height:auto;
	float:left;
	overflow:hidden;
}
.head .logo img
{
	width:100%;
	height:auto;
}
.head .navbtn
{
	float:left;
	overflow:hidden;
	width:16%;
}
.head .navbtn img
{
	width:100%;
	height:auto;

}
/**logo end**/
/**底部**/
.footfir
{
	width:100%;
	height:auto;
	padding:4%;
	box-sizing:border-box;
	overflow:hidden;
	background:url('../images/02-1bcgk_11.png') no-repeat center center;
	background-size:cover;
}
.footfir .footlogo
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.footfir .footlogo img
{
	width:80%;
	height:auto;
}
.footfir .footinfo
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.footfir .footinfo .dizhi
{
	width:100%;
	background:url('../../images/foot_add.png') no-repeat left top;
	height:auto;
	font-size:15px;
	overflow:hidden;
	line-height:25px;
	padding-left:20px;
	box-sizing: border-box;
	line-height:25px;
}
.footfir .footinfo .qita
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.footfir .footinfo .qita .l
{
	width:calc(100% - 90px);
	float:left;
	overflow:hidden;
}
.footfir .footinfo .qita .l .info
{
	width:100%;
	height:auto;
	font-size:15px;
	overflow:hidden;
	line-height:25px;
	padding-left:20px;
	box-sizing: border-box;
	line-height:25px;
	margin-top:10px;
}
.footfir .footinfo .qita .l .tel
{
	background:url('../../images/foot_tel.png') no-repeat left center;
}
.footfir .footinfo .qita .l .fax
{
	background:url('../../images/foot_fax.png') no-repeat left center;
}
.footfir .footinfo .qita .l .web
{
	background:url('../../images/foot_web.png') no-repeat left center;
}
.footfir .footinfo .qita .r
{
	width:80px;
	float:right;
	overflow:hidden;
}
.footfir .footinfo .qita .r .twocode
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.footfir .footinfo .qita .r .twocode .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.footfir .footinfo .qita .r .twocode .pic img
{
	width:100%;
	height:auto;
}
.footfir .footinfo .qita .r .twocode .tit
{
	font-size:15px;
	line-height:30px;
	overflow:hidden;
	text-align:center;
}
.footsec
{
	width:100%;
	height:auto;
	padding:4%;
	overflow:hidden;
	background:#bebdbd;
	box-sizing: border-box;
}
.footsec p
{
	font-size:15px;
	color:white;
	line-height:25px;
	overflow:hidden;
}
.footsec p a
{
	color:white;
}
.footding
{
	width:100%;
	height:50px;
	overflow:hidden;
}
/**底部 end**/
/**网站底部固定菜单**/
#footnavgu
{
    position: fixed;
    bottom: 0;
    left:0;
    width:100%;
    height:50px;
    background:#c72b30;
    z-index: 10;
}
#footnavgu ul li
{
    float:left;
    width:33.33%;
    height:50px;
    position: relative;

}
#footnavgu ul li a
{
    width:100%;
    height:50px;
    display: block;
}
#footnavgu ul li img
{
    display: block;
    margin:auto;
    width:22px;
    padding-top:5px;
}
#footnavgu ul li p
{
    font-size:12px;
    width:100%;
    text-align: center;
    color:white;
}
/**网站底部固定菜单 end**/
/**内页banner**/
.insbanner
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insbanner img
{
	width:100%;
	height:auto;
}
/**内页banner end**/
/**内页**/
/**内页菜单**/
.insabunav
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:0px;
	padding:15px;
	box-sizing:border-box;
	padding-bottom:0px;
}
.insabunav ul 
{
	font-size:0px;
	overflow:hidden;
	text-align:left;
}
.insabunav ul li
{
	display:inline-block;
	overflow:hidden;
	min-width:calc(25% - 7.5px);
	overflow:hidden;
	margin-right:7.5px;
	margin-bottom:10px;
	vertical-align: top;
}
.insabunav ul li:nth-child(4n)
{
	margin-right:0px;
}
.insabunav ul li a
{
	display:block;
	font-size:15px;
	overflow:hidden;
	cursor: pointer;
	width:100%;
	box-sizing: border-box;
	padding:5px 5px;
	text-align:center;
}
.insabunav ul li.hover a
{
	color:white;
	background:#c72b30;
}
/**内页菜单 end**/
/**展示页内容**/
.insxxbigtit
{
	font-size:20px;
	color:#c72b30;
	overflow:hidden;
	line-height:20px;
	font-weight:bold;
	text-align: center;
	margin-bottom:10px;
}
.insxxtit
{
	font-size:18px;
	color:#000;
	overflow:hidden;
	line-height:20px;
	text-align: center;
	margin-bottom:10px;
}
.insxx {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding:4%;
}
.insxxpic {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.insxxpic img {
  width: 100%;
  height: auto;
  display: block;
}
.insxxtitle {
  width: 100%;
  font-size: 16px;
  margin: auto;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom:10px;
}
.insxxtime {
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #999;
}
.inscontent {
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  color: #333;
  word-break: break-word;
}
.inscontent p {
  word-break: break-word;
  font-size: 14px;
  line-height: 25px;
  color: #333;
}
.inscontent table {
  width: 100%;
}
.inscontent img {
  height: auto;
  display:inline-block;
  vertical-align: middle;
  width:auto;
  max-width:100% !important;
}
.inscontent video
{
	display: block;
	max-width:100% !important;
}
/**展示页内容 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: 3px;
  padding: 3px;
  background: #f2f2f2;
  color: #333;
  text-decoration: none;
  box-sizing: content-box;
}
.switch a:hover {
  background: #c72b30;
  color: white;
}
.switch a.on {
  background: #c72b30;
  color: white;
}
/**分页 end**/
/**内页栏目标题**/
.inslmtit
{
	width:100%;
	height:48px;
	overflow:hidden;
	position: relative;
}
.inslmtit .entit
{
	font-size:30px;
	color:#ebebeb;
	line-height:40px;
	text-align:center;
	overflow:hidden;
	text-transform:uppercase;
}
.inslmtit .cntit
{
	font-size:20px;
	text-align:center;
	position:absolute;
	bottom:0px;
	z-index:10;
	width:100%;
}
/**内页栏目标题 end**/
/**内页菜单**/
.insnav
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:4%;
	box-sizing: border-box;
}
.insnav ul
{
	font-size:0px;
	overflow:hidden;
	text-align:center;
}
.insnav ul li
{
	display: inline-block;
	vertical-align: top;
	overflow:hidden;
}
.insnav ul li a
{
	display:block;
	overflow:hidden;
	font-size:15px;
	line-height:20px;
	padding:10px;
	overflow:hidden; 
}
.insnav ul li a.hover
{
	background:#c72b30;
	color:#fff;
}
/**内页菜单 end**/