﻿*{margin: 0px;padding: 0px;}
body{min-width:1100px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1200px;
	margin:0 auto;
	overflow:hidden;
}
.head{
	width: 100%;
	height:140px;
	overflow: hidden;
}
.top{
	width: 100%;
	height: 30px;
	border-top: 5px solid #133f86;
}
.top p{
	font-size: 13px;
	color:#000000;
	line-height: 30px;
	float: left;
}
.top ul{
	float: right;
	background: #133f86;
	padding-left: 5px;
	padding-right: 5px;
	border-radius:0 0 5px 5px;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	position: relative;
}
.top ul li a{
	font-size: 13px;
	color:#fff;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top:9px;
	right: 0;
	background: #fff;
}
.top ul li:last-child:after{
	width: 0;
}
.head .main{
	display: flex;
	align-items:center;
	height: 140px;
	justify-content: space-between;
}
.nav{
	width: 100%;
	height: 50px;
	background:#133f86;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.nav ul li{
	float: left;
	width: 100%;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover,.nav ul li.m_hover{
	background:url(../images/hover.png)no-repeat;
}
.nav ul li:hover a{
	color:#133f86;
}
.banner{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
	padding-bottom: 53px;
	background: url(../images/bg02.png)no-repeat center bottom;
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:50%;
 margin-left: -100px;
 bottom:60px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:5px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#1868ca; 
  
}
.banner .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}
.product{
	 width: 100%;
	 height: auto;
	 overflow: hidden;
	 margin-top: 30px;
}
.product .title{
	width: 100%;
}
.product .title p{
	width: 100%;
	color:#083a79;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}
.product .title p:after{
	content: "";
	width: 96px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	height: 1px;
	margin-left: -48px;
	background: #133f86;
}
.product .title span{
	display: block;
	color:#999999;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}
.product .list{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.product .list ul{
	margin-left: -5px;
}
.product .list ul li{
	float: left;
	width: 193px;
	height: 38px;
	border: 1px solid #dcdcdc;
	text-align: center;
	margin-left: 5px;
	line-height: 38px;
}
.product .list ul li a{
	color:#555555;
	font-size: 16px;
}
.product .list ul li:hover{
	background: #083a79;
}
.product .list ul li:hover a{
	color:#fff;
}
.product .pic{
	width: 1200px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product .pic ul {
	margin-left: -20px;
}
.product .pic ul li{
	width: 282px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
.product .pic ul li div{
	width: 282px;
	height: 209px;
	overflow: hidden;
	background: url(../images/bg01.png)no-repeat center;
}
.product .pic ul li img{
	display: block;
	width: 272px;
	height: 190px;
	margin: 5px;
}
.product .pic ul li p{
	text-align: center;
	line-height: 30px;
	color:#555555;
	font-size: 14px;
}
.adv{
	width: 100%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	padding-bottom: 50px;
}
.adv .title{
	margin-top: 50px;
}
.adv .item{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	margin-top: 20px;
}
.adv .item .pic{
	float: right;
}
.adv .item ul {
	width: 650px;
	height: auto;
	float: left;
	overflow: hidden;
}
.adv .item ul li{
	width: 100%;
	height: 133px;
	background: url(../images/icon01.png)no-repeat left center;
	margin-bottom: 70px;
}
.adv .item ul li .tit{
	width: 560px;
	float: right;
	background: url(../images/tit04.png) repeat-x left bottom;
	height: 60px;
	line-height: 60px;
}
.adv .item ul li .tit p{
	color:#083a79;
	font-size: 24px;
	float: left;
}
.adv .item ul li .info{
	float: right;
	width: 560px;
	height: auto;
	overflow: hidden;
}
.adv .item ul li .tit  span{
	display: block;
	color:#cccccc;
	font-size: 12px;
	float: left;
	margin-left: 10px;
}
.adv .item ul li  .info p{
	color:#555555;
	font-size: 15px;
	line-height: 24px;
}
.adv .item:nth-child(3) ul{
	float: right;
}
.adv .item:nth-child(3) .pic{
	float: left;
}
.section{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	position: relative;
}
.section:after{
	content: "";
	width: 1px;
	height:623px;
	position: absolute;
	left: 50%;
	margin-left: 210px;
	background: #dcdcdc;
}
.about{
	width: 780px;
	height: auto;
	float: left;
	overflow: hidden;
}
.about .title{
	width: 100%;
	height: 37px;
	border-bottom: 1px solid #e5e5e5;
}
.about .title div{
	display: flex;
	width: 200px;
	justify-content: center;
	align-items: center;
	height: 37px;
	float: left;
	background: url(../images/tit05.png)no-repeat center;
}
.about .title p{
	color:#fff;
	font-size: 15px;
}
.about .title span{
	display: block;
	color:#fff;
	font-size: 12px;
}
.about .title  a{
	display: block;
	float: right;
	margin-top: 15px;
}
.about .pic{
	width: 320px;
	height: 262px;
	background: url(../images/bg03.png)no-repeat center;
	overflow: hidden;
	margin-top: 15px;
	float: left;
}
.about .pic img{
	display: block;
	width: 316px;
	height: 245px;
	margin:2px;
}
.about  .info{
	float: right;
	width: 440px;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.about  .info .text{
	width: 100%;
	height: 220px;
}
.about  .info p{
	color:#333333;
	font-size: 14px;
	line-height: 22px;
	text-indent: 1em;
}
.about  .info span{
	display: block;
	color:#333333;
	font-size: 14px;
}
.about  .info  b{
	color:#154696;
}
.cases{
	float: right;
	width: 363px;
	height: auto;
	overflow: hidden;
}
.cases .title{
	width: 100%;
	height: 37px;
	border-bottom: 1px solid #e5e5e5;
}
.cases .title div{
	display: flex;
	width: 200px;
	justify-content: center;
	align-items: center;
	height: 37px;
	float: left;
	background: url(../images/tit05.png)no-repeat center;
}
.cases .title p{
	color:#fff;
	font-size: 15px;
}
.cases .title span{
	display: block;
	color:#fff;
	font-size: 12px;
}
.cases .title  a{
	display: block;
	float: right;
	margin-top: 15px;
}
.cases ul{
	width: 363px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.cases ul li{
	width: 363px;
	height: auto;
	overflow: hidden;
 	margin-top: 5px;
	 
}
.cases ul li img{
	display: block;
	width: 359px;
	height: 240px;
	border: 2px solid #e5e5e5;;
	height: auto;
}
.cases ul li p{
	width: 100%;
	height: 30px;
	text-align: center;
	color:#333333;
	line-height: 30px;
}
.store{
	width: 780px;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	float: left;
}
.store .title{
	width: 100%;
	height: 37px;
	border-bottom: 1px solid #e5e5e5;
}
.store .title div{
	display: flex;
	width: 200px;
	justify-content: center;
	align-items: center;
	height: 37px;
	float: left;
	background: url(../images/tit05.png)no-repeat center;
}
.store .title p{
	color:#fff;
	font-size: 15px;
}
.store .title span{
	display: block;
	color:#fff;
	font-size: 12px;
}
.store .title  a{
	display: block;
	float: right;
	margin-top: 15px;
}
.store ul {
	margin-left: -12px;
	margin-top: 10px;
}
.store ul li{
	float: left;
	width: 252px;
	height: auto;
	overflow: hidden;
	margin-left: 12px;
}
.store ul li img{
	display: block;
	width: 248px;
	height: 176px;
	border: 2px solid #e5e5e5;
}
.store ul li p{
	text-align: center;
	color:#333333;
	font-size: 14px;
	line-height: 30px;

}
.section02{
	width: 100%;
	height:350px;
	overflow: hidden;
	margin-bottom: 10px;
	background: #f5f5f5;
	border-top: 5px solid #083a79;
}
.news{
	width: 780px;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	float: left;
}
.news .title{
	width: 100%;
	height: 37px;
	border-bottom: 1px solid #e5e5e5;
}
.news .title div{
	display: flex;
	width: 200px;
	justify-content: center;
	align-items: center;
	height: 37px;
	float: left;
	background: url(../images/tit05.png)no-repeat center;
}
.news .title p{
	color:#fff;
	font-size: 15px;
}
.news .title span{
	display: block;
	color:#fff;
	font-size: 12px;
}
.news .title  a{
	display: block;
	float: right;
	margin-top: 15px;
}
.news .on{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.news .on .pic{
	float: left;
	width: 200px;
	height: 130px;
}
.news .on img{
	display: block;
	width: 200px;
	height: 110px;

}
.news .on .info{
	float: right;
	width: 560px;
	height: auto;
	overflow: hidden;
}
.news .on .info h4{
	width: 100%;
	color:#333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: normal;
}
.news .on .info h4:hover{
	color:#083a79;
	text-decoration: underline;
}
.news .on .info  span{
	display: block;
	color:#999999;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news .on .info  p{
	color:#999999;
	font-size: 13px;
	line-height: 19px;
}
.news  ul{
	margin-top: 5px;
}
.news  ul li{
	width: 350px;
	height: auto;
	overflow: hidden;
	float: left;
	line-height: 35px;
	border-bottom: 1px dashed #e5e5e5;
	position: relative;
}
.news  ul li:after{
	content: "●";
	color:#999999;
	position: absolute;
	left: 0;
	top: 0;

}
.news  ul li a{
	color:#333333;
	font-size: 15px;
	margin-left: 10px;
	display: block;
	float: left;
	width: 240px;
}
.news  ul li  span{
	display: block;
	float: right;
}
.news  ul li:nth-child(2n){
	float: right;
}
.qs{
	width: 363px;
	height:auto;
	overflow: hidden;
	float: right;
	margin-top: 50px;
}
.qs .title{
	width: 100%;
	height: 37px;
	border-bottom: 1px solid #e5e5e5;
}
.qs .title div{
	display: flex;
	width: 200px;
	justify-content: center;
	align-items: center;
	height: 37px;
	float: left;
	background: url(../images/tit05.png)no-repeat center;
}
.qs .title p{
	color:#fff;
	font-size: 15px;
}
.qs .title span{
	display: block;
	color:#fff;
	font-size: 12px;
}
.qs .title  a{
	display: block;
	float: right;
	margin-top: 15px;
}
.qs ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.qs ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 10px;
	margin-top: 15px;
}
.qs ul li .tit{
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #e5e5e5;
	width: 100%;
	line-height: 30px;
}
.qs ul .tit span{
	display: block;
	color:#333333;
	width: 20px;
	height: 20px;
	background: #cccccc;
	text-align: center;
	line-height: 20px;
	border-radius: 3px;
	float: left;
	margin-top:5px;
}
.qs ul .tit p{
	float: left;
	display: block;
	margin-left: 10px;
	color:#555555;
	width: 330px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.qs ul  .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.qs ul  .info span{
	display: block;
	color:#fff;
	width: 20px;
	height: 20px;
	background: #083a79;
	text-align: center;
	line-height: 20px;
	border-radius: 3px;
	float: left;
	margin-top:5px;
}
.qs ul  .info p{
	float: left;
	display: block;
	margin-left: 10px;
	color:#555555;
	width: 330px;
 	height: auto;
 	overflow: hidden;
 	line-height: 20px;
 	font-size: 14px;
}
.partner{
	width: 1200px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.partner .tit{
	width: 100%;
	position: relative;
	height:30px;
	line-height: 30px;
	overflow: hidden;
}
.partner .tit p{
	color:#083a79;
	font-size: 16px;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	z-index: 100;
	width: 230px;
	text-align: center;
	margin:0 auto;
	display: block;
	text-align: center;
}
.partner .tit:after{
	content: "";
	width: 100%;
	height: 1px;
	background: #dcdcdc;
	top: 50%;
	left: 0;
	position: absolute;
	margin-top: -1px;
}
.partner  ul{
	margin-top: 15px;
}
.partner  ul li{
	float: left;
	width: 230px;
	height: 98px;
	border: 1px solid #dcdcdc;
	margin-left: 10px;
}
.partner  ul {
	margin-left: -10px;
}
.partner  ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 98px;
}
.partner  ul li img{
	display: block;
	width: 186px;
	height: 49px;
}
.links{
	width: 100%;
	height: 80px;
	margin-top: 30px;
	background: url(../images/bg04.png)no-repeat center;
}
.links .tit {
	width: 200px;
	background: url(../images/tit06.png)no-repeat left center;
	height: 80px;
	overflow: hidden;
	float: left;
}
.links .tit p{
	color:#0c57b3;
	margin-left: 90px;
	font-size: 16px;
	margin-top: 45px;
}
.links ul{
	width: 840px;
	height: 60px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
.links ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	line-height: 30px;
}

.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	background: #999999;
	right: 0;
}
.links ul li a{
	color:#999999;
	font-size: 14px;
}
.gotop{
	width: 80px;
	height: 80px;
	background: url(../images/gotop.png)no-repeat center;
	float: right;
	color:#fff;
}
.gotop p{
	margin-top:50px;
	text-align: center;
	font-size: 14px;
}
.footer{
	width: 100%;
	height: 260px;
	background: #222222;
	float:left;
}
.footer .name{
	float: left;
	width: 220px;
	height: 210px;
	border-right: 1px solid #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
}
.footer .info{
	float: left;
	margin-left: 40px;
	margin-top: 28px;
	height: 210px;
	display: flex;
	align-items: center;
}
.footer .info a{
	color:#666666;
}
.footer .info p{
	color:#666666;
	font-size: 14px;
	line-height: 24px;
}
.footer .ewm{
	float: right;
	width: 160px;
	height: 160px;
	margin-top: 50px;
}
.footer .ewm img{
	display: block;
	width: 160px;
	height: 160px;
}

.crumbs{
	width: 1200px;
	margin:0 auto;
	height: 30px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dcdcdc;
	margin-top: 10px;
}	
.crumbs img{
	float: left;
	display: block;
}
.crumbs p{
	float: left;
	color:#333333;
	font-size: 13px;
	margin-left: 5px;
}
.crumbs  a{
	color:#333333;
	font-size: 13px;
	padding-right: 3.in-newspx;
	position: relative;
}
.crumbs  a:hover{
	color:#d7261c;
	font-size: 13px;
	padding-right: 3.in-newspx;
	position: relative;
}
}
.crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.in-left{
	width: 295px;
	float: left;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom:20px;
}
.in-left .list{
	width: 289px;
	/*height: 1155px;*/
	border:3px solid #133f86;
	background: #fff;
	margin-top: 30px;
	padding-bottom:20px;
}
.in-left .list .tit{
	width: 100%;
	height: 65px;
	background: #133f86;
}
.in-left .list .tit p{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 65px;
}
.in-left .list h4{
	width: 275px;
	margin:0 auto;
	height: 40px;
	background: #133f86 url(../images/icon05.png)no-repeat 180px center;
	text-indent: 65px;
	line-height: 40px;
	font-size: 16px;
	margin-top: 7px;
}
.in-left .list h4 a{
	color:#fff;
	font-weight: normal;
	background:  
}
.in-left .list ul{
	width: 275px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	padding-bottom: 30px;
}
.in-left .list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	line-height:30px;
}
.in-left .list ul li a{
	color:#000000;
	font-size: 14px;
}
.in-left .list ul li:hover{
	color:#2973cc;
}
.in-left .in-cont {
	width: 289px;
	height:374px;
	overflow: hidden;
	border:3px solid #133f86;
	margin-top: 10px;
}
.in-left .in-cont .tit{
	width: 100%;
	height: 65px;
	line-height: 65px;
	background: #133f86;
}
.in-left .in-cont  .tit p{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.in-left .in-cont  img{
	display: block;
	margin:0 auto;
	margin-top: 10px;
}
.in-left .info{
	width: 275px;
	margin:0 auto;
	margin-top: 10px;
}
.in-left .info p{
	color:#000000;
	font-size: 16px;
	font-weight: bold;
}
.in-left .info span{
	display: block;
	color:#555555;
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
}
.in-right {
	float: right;
	width: 895px;
	height: auto;
	margin-top: 30px;
}
.in-right .tit{
	width: 100%;
	height: 61px;
	border-bottom: 3px solid #215da6;
	background: #133f86;
}
.in-right  .tit p{
	color:#fff;
	font-size: 18px;
	margin-left: 20px;
	line-height: 65px;
	font-weight: bold;
}
.in-right .pic{
	float: right;
	width: 895px;
	height: auto;
	overflow: hidden;
}
.in-right .pic ul{
	margin-left: -20px;
	margin-top: 10px;
}
.in-right .pic ul li{
	float: left;
	width: 283px;
	border: 1px solid #dcdcdc;
	margin-left: 20px;
	margin-bottom: 20px;
}
.in-right .pic ul li img{
	display: block;
	width: 262px;
	height: 183px;
	margin:0 auto;
	border: 1px solid #dcdcdc;
	margin-top: 8px;
}
.in-right .pic ul li p{
	color:#333333;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
}
.in-news{
	width: 1198px;
	height: 238px;
	border: 1px solid #dcdcdc;
	margin:0 auto;
	overflow: hidden;
	background: #eeeeee;
	margin-top: 10px;
	margin-bottom:30px;
}
.in-news .tit{
	width: 1165px;
	margin:0 auto;
	height:40px;
	margin-top: 5px;
	border-bottom: 1px solid #dcdcdc;
}
.in-news .tit p{
	height: 22px;
	border-left: 5px solid #133f86;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	color:#133f86;
	line-height: 22px;
	padding-left: 5px;
	margin-top: 10px;
	float: left;

}
.in-news .tit  a{
	float: right;
	color:#666666;
	font-size: 12px;
	margin-top:15px;
}
.in-news ul{
	width: 1165px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.in-news ul li{
	width: 500px;
	height: 33px;
	line-height: 33px;
	position: relative;
	float: left;
}
.in-news ul li:after{
	content: "●";
	color:#666666;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
}
.in-news ul li a{
	color:#555555;
	font-weight: bold;
	font-size: 15px;
	margin-left: 15px;
	width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in-news ul li span{
	display: block;
	float: right;
}
.in-news ul li:nth-child(2n){
	float: right;
}
.in-right .contact{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-right .contact .img{
	width: 895px;
	margin:0 auto;
	margin-top: 10px;
	height: auto;
	overflow: hidden;
}
.in-right .contact .img img{
	display: block;
}
.in-right .contact .sg{
	width: 855px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	border-bottom: 1px dashed #dcdcdc;
	margin-top: 10px;
}
.in-right .contact .sg p{
	color:#333333;
	font-size: 15px;
	line-height: 30px;
}
.in-right .contact  ul {
	width: 855px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.in-right .contact  ul  li{
	width: 100%;
	height: 76px;
	overflow: hidden;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #dcdcdc;
}
.in-right .contact  ul  li img{
	display: block;
	width: 52px;
	height: 51px;
	float: left;
}
.in-right .contact  ul  li p{
	color:#333333;
	font-size: 18px;
	margin-left: 20px;
}
.in-right .in-about{
	width: 100%;
	height: auto;
	overflow:hidden;
}
.in-right .in-about .img{
	margin-top: 10px;
}
.in-right .in-about .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.in-right .in-about .info p {
	color:#333333;
	font-size: 15px;
	line-height: 30px;
	text-indent: 1em;
}
.in-right .in-about .info a {
	color:#333333;
	font-size: 15px;
	line-height: 30px;
	text-indent: 1em;
}
.in-right .in-about .info a:hover{
	color:#d7261c;
	font-size: 15px;
	line-height: 30px;
	text-indent: 1em;
}
.in-right .in-about ul{
	margin-left: -5px;
}
.in-right .in-about ul li{
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}
.in-right .in-about ul li img{
	display: block;
	width: 295px;
	height: 215px;
}
.in-right .in-about ul li p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.in-right .news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-right .news-list ul li{
	width: 873px;
	height: 98px;
	border: 1px solid #dcdcdc;
	margin-top: 10px;
}
.in-right .news-list ul li img{
	display: block;
	width: 120px;
	height: 80px;
	float: left;
	margin:9px;
}
.in-right .news-list ul li .info{
	width: 715px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.in-right .news-list ul li .info h4{
	color:#000000;
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	margin-top: 7px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in-right .news-list ul li .info span{
	display: block;
	color:#666666;
	margin-top: 5px;
	font-size: 12px;
}
.in-right .news-list ul li .info  p{
	width: 100%;
	color:#666666;
	margin-top: 5px;
	font-size: 13px;
}
.in-right .news-list ul li:hover h4{
	color:#2973cc;
	text-decoration: underline;
}

/*分页*/
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:12px;text-align:center; margin-top:10px; margin-bottom:10px;color:#333;}
.xlr_pages ul{ width:100%; margin:0px auto; height:24px;text-align:center;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px;}
.thisclass{ background:#133f86; color:#fff;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#333; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#333; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#d7261c; text-decoration:none;}
.info h5{ line-height:40px; font-size:16px; text-align:center;}
.info .p_c{line-height:30px; font-size:13px; text-align:center;}
.productimg img{ text-align:center; margin:0px auto;}