   /* 初始化 */
   fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body,div,img,td,table,form {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	color: #000000;
}
/* a连接定义颜色 */
a{
   color: #000;
  }

/* 文字左右对齐 */
p {
	text-align: justify;
    text-indent: 2em; 
	line-height: 24px;
    font:16px;
}
/* 去除点 */
ul,ol,li {
	list-style: none;
}
/* 去除a链接下划线 */
a {
	text-decoration: none;
}
/* 清除 */
.clear {
	clear:both;
}
.width_all {
	width: 100%;
}

.width1200 {
	width: 1200px;
	margin: 0 auto;

}

p {
	text-align: justify;
	text-indent: 2em;
	line-height: 24px;
}

.biaoti {
	margin: 0 0 0 20px;
	color: #fff;
}

.top {
	margin: 0 auto;
	width: 1001px;
	height: 74px;
}

nav {
	width: 100%;
	height: 48px;
	background-color: #125190;
}

.menu {
	width: 1200px;
	height: 48px;
	background-color: #125190;
	margin: 0 auto;
}

.menu a {
	width: 180px;
	height: 48px;
	background: #125190;
	display: block;
	color: #fff;
}

.menu a:hover {
	width: 180px;
	height: 48px;
	background: #850505;
	display: block;
	color: #dedcdb;
}

.anniu {
	float: left;
	width: 180px;
	line-height: 48px;
	text-align: center;
}

.about_left {
	float: left;
	width: 900px;

}

.about_right {
	float: right;
	width: 280px;

}

.column {
	margin-top: 10px;
	height: 48px;
	line-height: 48px;
	padding: 0 0 0 0;
	background: #125190;
}
/* 首页产品推荐 */
.product_tuijian{
  float: left;
  margin: 10px 10px 40px 10px;
  width: 217px;
  height: 217px;
  box-shadow: 5px 5px 5px 1px rgba(118, 118, 118, 0.5);
}
/* 删除右边第四个图片的边距 备用暂时没有用到*/
.product_tuijian li:nth-child (4n){
	margin: 0;
}
/* 底部版权 */
.footer{
  width: 100%;
  background: #27303f;
}
.footer_txt{
  color:#6a6a6a;
}
/* 内页通用：公司简介/产品展示/新闻页面/联系方式/留言 */
.class_left{
	float: left;
	width: 230px;
}
.content_right{
	float: right;
	width: 950px;
}

/* 左侧公用栏目 */
.public_left_menu {
	float: left;
	padding: 0px;
	line-height: 24px;
	width: 100%;
}

.public_left_menu_list {
	background: #000;
}

.public_left_menu_list_li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 45px;
	line-height: 45px;
	margin-top: 2px;
	display: block;
	color: #000;
	background: #F2F2F2;
}

.public_left_menu_list_li_a {
	color: #333;
	padding-left: 20px;
	background: #F2F2F2 url(../images/list_icon.png) no-repeat 200px center;
	font-size: 16px;
	color: #000;
	display: block;
	transition: all .3s ease;
}

.public_left_menu_list_li_a:hover {
	color: #fff;
	background: #01459A url(../images/list_icon.png) no-repeat 200px center;
}




/* 产品展示 */

.product {
	float: left;
	width: 1200px;
    background: #f8f8f8;
	/* border: 1px solid #01459A; */
}
.product_list{
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 208px;
    height: 270px;
    background-color: #fff;
    box-shadow: 1px 2px 3px 0px rgba(118, 118, 118, 0.5);
	display: inline-block;
    /* border: #000 solid 1px; */
    display: inline-block；
}

/* 删除右边第四个图片的边距 备用暂时没有用到*/
product_list li:nth-child (n){
	margin: 0;
}

.product_list img{
 width: 100%;
}
.news_left {
	float: left;
	width: 600px;
	height: 300px;
}

.news_right {
	float: right;
	width: 600px;
	height: 300px;
}


/*Product*/
.productList {
	width: 100%;
	float: left;
}
.productList_row {
	margin-left: -15px;
	margin-right: -15px;
}
.pro_list {
	float: left;
	width: 20%;
	text-align: center;
	margin-bottom: 40px;
	padding: 0 15px;
}
.pro_list_box {
	float: left;
	width: 100%;
	box-shadow: 0 0 1px #ccc;
	padding: 10px;
	transition: all .3s ease;
}
.pro_list_box:hover {
	box-shadow: 0 0 7px #ccc;
}
.pro_list_img {
	float: left;
	width: 100%;
}
.pro_list_img a {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-size: contain !important;
}
.pro_list_title {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.pro_list_title a {
	transition: all .3s ease;
}
.pro_list_box:hover .pro_list_title a {
	color: #01459A;
}
.productTitle {
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.productImg {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.productImg img {
	max-width: 100%;
}
.productBuy {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.productBuy a {
	margin: 0 10px;
}


/* 轮播图幻灯片 */
.fader {
	position: relative;
	padding-top: 23%;
	font-family: futura,arial;
	overflow: hidden
}

.fader .slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	opacity: 0
}
.fader .slide_no {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	opacity: 1
}

.fader img.slide {
	height: auto
}

.fader .next,.fader .prev {
	position: absolute;
	height: 80px;
	line-height: 55px;
	width: 50px;
	font-size: 100px;
	text-align: center;
	color: #fff;
	top: 45%;
	left: 0;
	z-index: 4;
	margin-top: -25px;
	cursor: pointer;
	opacity: .7;
	transition: all 150ms
}

.fader .next:hover,.fader .prev:hover {
	opacity: 1
}

.fader .next {
	left: auto;
	right: 0
}

.fader .pager_list {
	position: absolute;
	width: 100%;
	height: 40px;
	padding: 0;
	line-height: 40px;
	bottom: 0;
	text-align: center;
	z-index: 4
}

.fader .pager_list li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 7px;
	background: #fff;
	opacity: .7;
	text-indent: -9999px;
	border-radius: 999px;
	cursor: pointer;
	transition: all 150ms
}

.fader .pager_list li.active,.fader .pager_list li:hover {
	opacity: 1
}
/*页码*/
.pages {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.pages li {
	display: inline-block;
	margin: 3px;
}
.pages a {
	font-size: 14px;
	padding: 6px 12px;
	background: #f5f5f5;
	display: block;
}
.pages a:hover {
	background: #01459A;
	color: #fff;
}
.pages li.active a {
	background: #01459A;
	color: #fff;
}
.pages select {
	vertical-align: middle;
	font-size: 8pt;
	padding: 0px;
}
.pages b {
	font-weight: normal;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 3;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
/*end*/