
.section{
	background: #f8f8f8;
	padding-top: 30px;
    padding-bottom: 40px;
}
/*面包屑CSS*/
.mbx{
	font-size: 0;
	margin-bottom: 20px;
}
.mbx p{
	font-size: 12px;
	color: #333333;
}
.mbx p a{
	font-size: 12px;
	color: #333333;
}
/*面包屑CSS*/

/*公告搜索CSS*/
.gonggao{
	margin-bottom: 30px;
}
.gonggao>div{
	border: 1px solid #57bece;
	background: #fff;
	padding: 0 20px;
	height:60px;
}
.gonggao .fl{
	width: 50%;
}
.gonggao .fl .box{
	
}
.gonggao .fl .t_news{ 
	height:24px;
	overflow:hidden; 
	position:relative;
	margin-top: 17px;
}
.gonggao .fl .t_news b{ 
	line-height:0; 
	display:inline-block;
}
.gonggao .fl .t_news b img{ 
	display: inline-block;
	vertical-align: middle;
}
.gonggao .fl .t_news b span{ 
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.gonggao .fl .news_li,
.gonggao .fl .swap{ 
	line-height:24px; 
	display:inline-block; 
	position:absolute; 
	top:0; 
	left:80px;
}
.gonggao .fl .news_li a,.swap a{
	font-size: 12px;
	color: #333333;
}
.gonggao .fl .swap{
	top:24px;
}
.gonggao .fr{	
	font-size: 0;
	margin-top: 10px;
}
.gonggao .fr form{
	width: 380px;
}
.gonggao .fr form input{
	display: inline-block;
	vertical-align: top;
}
.gonggao .fr form input[type=text]{
	width: 340px;
	height: 40px;
	border: 1px solid #cccccc;
	border-right: none;
	padding-left: 15px;
	font-size: 12px;
	color: #999999;
}
.gonggao .fr form input[type=submit]{
	width: 40px;
	height: 40px;
	border: 1px solid #cccccc;
	border-left: none;
	font-size: 0;
	cursor: pointer;
	background: #fff url(../image/search.png) no-repeat center;
}
/*公告搜索CSS*/

/*产品分类CSS*/
.product{
	font-size: 0;
	padding-bottom: 20px;
}
.product ul{
	font-size: 0;
	padding: 20px;
}
.product ul li{
	display: inline-block;
	width: 197px;
	margin-right: 20px;
	background: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.product ul li:nth-child(4n){
	margin-right: 0;
}
.product ul li:nth-child(9),
.product ul li:nth-child(10),
.product ul li:nth-child(11),
.product ul li:nth-child(12){
	margin-bottom: 0;
}
.product ul li a{
	display: block;
	border: 1px solid #dddddd;
	padding: 10px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.product ul li a p{
	width: 177px;
	height: 177px;
	overflow: hidden;
	position: relative;
}
.product ul li a p img{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.product ul li a h3{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	height:50px;
	padding:5px 10px;
	line-height: 20px;
	margin-top: 10px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.product ul li a.cur{
	border: 1px solid #57bece;
}
.product ul li a.cur h3{
	background: #57bece;
	color: #fff;
}
/*产品分类CSS*/


/*产品分类CSS*/
.case{
	margin-bottom: 40px;
	font-size: 0;
}
.case .left{
	display: inline-block;
	vertical-align: top;
	width: 270px;
}
.case .left .case-top {
    background: #57bece;
    height: 50px;
    font-size: 0;
    line-height: 50px;
    padding-left: 20px;
}
.case .left .case-top p{
	font-size: 18px;
	color: #ffffff;
}
.case .left .case-middle {
    background: #fff;
    border: 1px solid #dddddd;
    border-top: none;
    padding: 20px;
}
.case .left .case-middle ul{
	margin-bottom: 30px;
}
.case .left .case-middle ul>li{
	
}
.case .left .case-middle ul>li>a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px dashed #adadad;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}
.case .left .case-middle ul>li>a.cur,
.case .left .case-middle ul>li>a:hover{
	color: #57bece;
}
.case .left .case-middle>div{
	font-size: 0;
	position: relative;
}
.case .left .case-middle>div>img{
	width: 100%;
	border: 1px solid #dddddd;
}
.case .left .case-middle>div>a{
	position: absolute;
	font-size: 12px;
	color: #000000;
	display: inline-block;
	right: 30px;
	bottom: 20px;
	text-decoration: underline;
}

.case .right{
	display: inline-block;
	vertical-align: top;
	width: 890px;
	margin-left: 40px;
	border: 1px solid #dddddd;
	background: #fff;
}
.case .right .biaoti{
	border-bottom: 1px solid #dddddd;
}
.case .right .biaoti h2{
	font-size: 18px;
	color: #333333;
	height: 50px;
	line-height: 50px;
	padding-left: 25px;	
}
.case .right .case-ul{
	padding: 20px;
}
.case .right .case-ul>li{
	display: inline-block;
	vertical-align: top;
	width: 197px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.case .right .case-ul>li:nth-child(4n){
	margin-right: 0;
}
.case .right .case-ul>li>a{
	display: block;
	text-align: center;
}
.case .right .case-ul>li>a>p{
	border: 1px solid #dddddd;
	width: 197px;
	height: 197px;
	position: relative;
	overflow: hidden;
}
.case .right .case-ul>li>a>p>img{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.case .right .case-ul>li>a>h3{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case .right .news-ul{
	padding: 20px 25px;
}
.case .right .news-ul li{
	border-bottom: 1px dashed #bcbcbc;
}
.case .right .news-ul li a{
	font-size: 14px;
	color: #666;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}
.case .right .news-ul li time{
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}
.case .right .contact{
	min-height: 600px;
	font-size: 14px;
	line-height: 2;
	padding: 20px 25px;
	color: #333;
}
/*列表页码*/
/*分页*/
.pagination-wrapper{ 
  	margin: 40px 0 20px 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.pagination li{
	display: inline-block;
	vertical-align: top;
}
.pagination li a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	margin-right: 8px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #57bece; 
  	color: #57bece; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f7f7f7;
} 
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a:hover{ 
  	background:#57bece; 
	color:#fff; 
	border-color: #57bece;
} 
.pagination li.active a { 
  	background:#57bece; 
	color:#fff; 
	border-color: #57bece;
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}
/*分页*/

/*.pagination-wrapper{ 
	margin: 20px 0;
	text-align: center;
} 
.pagination{ 
	text-align: center; 
	font-size: 0;
} 
.pagination>a{ 
	display: inline-block;
	height: 32px; 
	line-height: 32px; 
	margin-right: 8px; 
	padding: 0 12px; 
	font-size: 14px; 
	border: 1px solid #57bece; 
	color: #57bece; 
	text-decoration: none; 
	border-radius: 0;
	box-sizing: border-box;
} 
.pagination>a:hover{ 
	background:#57bece; 
	color:#fff; 
	border-color: #57bece;
} 
.pagination>a.current { 
	background: #57bece; 
	color: #fff;
	border-color: #57bece;
} 
.pagination>.pageinfo{
	display: inline-block;
	height: 32px; 
	line-height: 32px; 
	padding: 0 12px; 
	font-size: 14px; 
	border: 1px solid #57bece; 
	color: #57bece; 
	box-sizing: border-box;
}*/
/*列表页码*/


.pinfo-title {
  padding-bottom: 40px;
  padding-top: 20px;
  border-bottom: 2px solid #dddddd;
  overflow: hidden;
}
.info-slide {
  width: 500px;
  overflow: hidden;
  float: left;
}
.info-slide .hd {
  width: 70px;
  float: left;
}
.info-slide .hd li {
  width: 70px;
  height: 70px;
  border: 1px solid #e5e5e5;
  margin-top: 12px;
}
.info-slide .hd li.on {
  border-color: #0091d6;
}
.info-slide .hd li:first-child {
  margin-top: 0;
}
.info-slide .hd li img {
  width: 100%;
  height: 100%;
}
.info-slide .bd {
  width: 400px;
  float: right;
}
.info-slide .bd li {
  width: 100%;
  height: 398px;
  border: 1px solid #e5e5e5;
}
.info-slide .bd li img {
  width: 100%;
  height: 100%;
}
.title-main {
  width: 640px;
  height: 398px;
  float: right;
}
.title-main > b {
  display: block;
  font-size: 28px;
  line-height: 40px;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.title-con {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.title-con p {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}
.title-hot {  
  	font-size: 0;
  	padding-top: 20px;
}
.title-hot a{
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #000000;
}

.lx{
	margin-top: 30px;
	height: 90px;
	background: url(../image/3.png) no-repeat left top;
	background-size: cover;
	padding-left: 203px;
	border: 1px solid #dddddd;
	padding-top: 20px;
	margin-bottom: 30px;
}
.lx h3{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-right: 70px;
}
.lx .imga{
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
.lx p{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #555555;
	height: 40px;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 17px;
	border-right: 1px solid #cccccc;
}
.lx b{
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 20px;
	font-weight: normal;
	color: #cd0707;
}

.pinfo-main{
	font-size: 0;
}
.pinfo-main>div{
	display: inline-block;
	vertical-align: top;
}
.pinfo-main>.main-left{
	width: 230px;
	border: 1px solid #bfbfbf;
	background: #fff;
}
.pinfo-main>.main-left>h2{
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #e6e6e6;
	color: #333333;
	font-weight: normal;
	font-size: 16px;
}
.pinfo-main>.main-left>ul{
	font-size: 0;
}
.pinfo-main>.main-left>ul>li{	
	text-align: center;
}
.pinfo-main>.main-left>ul>li>a{
	display: block;
	padding: 10px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.pinfo-main>.main-left>ul>li>a>p{
	margin-top: 13px;
}
.pinfo-main>.main-left>ul>li>a>p>img{
	width: 180px;
	height: 180px;
}
.pinfo-main>.main-left>ul>li>a>h3{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding:5px 10px;
	margin-top: 15px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.pinfo-main>.main-left>ul li a.cur h3{
	background: #57bece;
	color: #fff;
}

.pinfo-main>.single-right{
	margin-left: 30px;
	width: 940px;
	border: 1px solid #bfbfbf;
	background: #fff;
}
.pinfo-main>.single-right>h2{
	border-bottom: 3px solid #57bece;
}
.pinfo-main>.single-right>h2>a{
	display: inline-block;
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #57bece;
}
.pinfo-main>.single-right>.xq{
	min-height: 600px;
	font-size: 14px;
	line-height: 2;
	padding: 20px 25px;
	color: #333;
}
.xq .table{overflow-x: scroll;}
.xq .table table{border-collapse:collapse;width:100%;border-collapse:collapse;border:1px solid #83c0c0;}
.xq .table table tr th{padding:5px 10px;background:#bedede;white-space:nowrap;}
.xq .table table tr td{padding:5px 10px;font-size:12px;white-space:nowrap;}
.xq .table table tr:nth-of-type(2n) td{background:#e1f0f0;}

.about_lr {
	height: auto;
	margin: 0px auto;
	line-height: 2;
	padding: 20px 25px;
	overflow: hidden;
}
.about_lr h2 {
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}
.about_lr_p {
	border-top: 1px dashed #d7d7d7;
	padding: 0px;
	line-height: 26px;
	color: #696969;
	font-size: 14px;
	border-bottom: 1px dashed #d7d7d7;
	padding-bottom: 20px;
	margin-bottom: 20px;
	min-height: 400px;
}

.about_lr .pre, .about_lr .next {
	width: 49.5%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
}
.about_lr .pre a, .about_lr .next a {
	color: #333;
}
.about_lr .pre {
	text-align: left;
}
.about_lr .next {
	text-align: right;
}

/*在线留言*/
.form-div {
  	padding-top: 30px;
  	padding-bottom: 30px;
  	width: 100%;
  	min-height: 400px;
}
#mes-form {
  	width: 100%;
  	text-align: center;
}
#mes-form ul {
  	overflow: hidden;
}
#mes-form li {
  	border: 1px solid #d8d8d8;
  	float: left;
  	width: 370px;
  	margin: 0 20px 20px 20px;
  	font-size: 0;
  	vertical-align: bottom;
	  box-sizing: border-box;
}
#mes-form li label {
  	display: inline-block;
  	width: 10%;
  	text-align: center;
  	font-size: 14px;
  	line-height: 38px;
  	color: #ED1B24;
  	vertical-align: middle;
}
#mes-form li:last-child {
  	width: 810px;
}
#mes-form input {
  	border: 0;
  	outline: none;
}
#mes-form input[type=text],
#mes-form input[type=email] {
  	font-size: 14px;
  	line-height: normal;
  	display: inline-block;
  	vertical-align: middle;
  	width: 90%;
  	padding-left: 10px;
}
#mes-form textarea {
  	display: inline-block;
  	width: 100%;
  	height: 150px;
  	border: 0;
  	padding: 10px;
  	font-size: 14px;
  	line-height: 20px;
  	text-align: left;
  	resize: none;
}
#mes-form #sub-btn {
  	font-size: 16px;
  	line-height: 30px;
  	padding: 10px 60px;
  	background-color: #57bece;
  	color: #ffffff;
  	cursor: pointer;
}

/*分页*/
.pagination-wrapper{ 
  	margin: 40px 0 20px 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.pglist{
	vertical-align: top;
	text-align: center;
	padding-top: 20px;
}
.pglist a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	margin-right: 8px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dfdfdf; 
  	color: #999; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f7f7f7;
} 
.pglist:last-child{
	margin-right: 0;
}
.pglist a:hover{ 
  	background:#57bece; 
  	color:#fff; 
  	border-color: #57bece;
} 
.pglist .curpage { 
  	background: #57bece; 
  	color: #fff;
  	border-color: #57bece;
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}
/*分页*/