@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2013-10-25 14:41:25
 * @version $Id$
 */

/** top  image **/

.top_area{
	background: #eee;
	padding-top: 5px;
	padding-bottom: 5px;
}
.top_area .center_img >img{
	display: block;
	width: 140px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
/**  分隔符  产品展示***/
.pd_title{
	height: 40px;
	font-size: 16px;
	background-image:url(./../img/common/common_title_bg.png);
	background-repeat: repeat;
}
.pd_title .title_text{
	font-size: 16px;
	font-weight: 100;
	line-height: 40px;
	margin-left: 20px;
	color: white;
}
.pd_title .goto{
	width: 60px;
	height: 40px;
	background-image: url(./../img/common/btn_goto_bg.png);
	float: right;
}

.pd_box{
	margin-top: 5px;
	line-height: 30px;
	font-weight:bold;
	font-size: 14px;
	color: #818181;
}
.pd_box .box{
	width: 45%;
	float: left;
	margin-bottom: 5px;
	background: #f8f8f8;
	border: 1px  solid #d0d0ce;
	padding: 5px 5px 0px 5px;
}
.pd_box .box a{
	color: #676769;
}
.pd_box .box:nth-child(2n){
	float: right;
}
.pd_box .box .pic_outer .pic_box > img{
	width: 100%;
	height: 100px;
}
.pd_box p{
	line-height: 10px;
}
.pd_box a:hover{
	text-decoration:none;
}
.price{
	color: red;
}
/**  分隔符 公司动态***/
.ac_title{
	height: 40px;
	background-image:url(./../img/common/common_title_bg.png);
}

.ac_title .title_text{
	font-size: 16px;
	font-weight: 100;
	line-height: 40px;
	margin-left: 20px;
	color: white;
}
.ac_title .goto{
	width: 60px;
	height: 40px;
	background-image: url(./../img/common/btn_goto_bg.png);
	float: right;
}

.ac_content{
	margin:5px 0px;
	padding: 5px;
	min-height: 85px;
	border: 1px solid #cdcdcd;
	background: #f8f8f8;
}

.ac_content .left{
	width: 33%;
	float: left;
}
.ac_content .pic_box{
	overflow:hidden;
	text-align: center;
}
.ac_content .pic_box span{
	overflow:hidden;
	vertical-align: middle;
}

.ac_content .right{
	width: 63%;
	float: right;
}

.ac_content .right > .title{
	font-size: 12px;
	font-weight: bold;
	color: #424242;
	cursor: pointer;
}
.ac_content .right .content{
	font-size: 12px;
	color: #818181;
}
.ac_content .right .time{
	color:#a1a1a1;
}

.location_title{
	display:block;
	font-size: 16px;
	color: white;
	text-decoration: none;
	line-height: 30px;
	margin-top: 5px;
	padding-top: 6px;
	height: 30px;
	background-image: url(./../img/index/diall_bg.png);
}
.location_title .location_left{
	width:30px;
	height: 26px;
	margin-left: 10px;
	float: left;
	padding-top: 5px;
/*	background-image: url(./../img/index/map_03.png);
*/	background-repeat: no-repeat;
}

.location_title .location_left > img{
	height: 18px;
	width: 18px;
}
.location_title .location_right{
	width: 30px;
	height: 20px;
	float: right;
	padding-top: 5px;
/*	background-image: url(./../img/index/sjx_03.png);
*/	background-repeat: no-repeat;
}
.location_title .location_right > img{
	height: 18px;
	width: 10px;
}
.diall_title{
	font-size: 16px;
	color: white;
	line-height: 30px;
	display:block;
	margin-top: 5px;
	padding-top: 6px;
	height: 30px;
	background-image: url(./../img/index/diall_bg.png);
}
.diall_title .diall_left{
	width:30px;
	height: 26px;
	margin-left: 10px;
	padding-top: 5px;
	float: left;
/*	background-image: url(./../img/index/phone_03.png);
*/	background-repeat: no-repeat;
}
.diall_title .diall_left > img{
	height: 18px;
	width: 18px;
}
.diall_title .diall_right{
	width: 30px;
	height: 36px;
	float: right;
	padding-top: 5px;
/*	background-image: url(./../img/index/sjx_03.png);
*/	background-repeat: no-repeat;
}
.diall_title .diall_right > img{
	height: 18px;
	width: 10px;
}
/** 轮播图片插件 覆盖。。**/
.carousel{
	margin-bottom: 0px;
}
.swiper-container {
  height: 200px;
  width: 100%;
}
.content-slide {
  padding: 20px;
  color: #fff;
}
.swiper-slide img{
	height: 200px;
	width: 100%;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: right;
  bottom:-15px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}