.bannerbox {
	width:100%;
	position:relative;
	overflow:hidden;
	height:350px;
}
.banner {
	width:1920px; /*图片宽度*/
	position:absolute;
	left:50%;
	margin-left:-960px; /*图片宽度的一半*/
}
.center{
	width:1060px;
	height:auto;
	overflow:hidden;
	margin:40px auto 50px auto;
}
.left{
	width:249px;
	height:auto;
	overflow:hidden;
	float:left;
}
.left_top .top_title{
	width:100%;
	height:115px;
	overflow:hidden;
	font-size:28px;
	color:#fff;
	text-align:center;
	background:url(../images/slide_bg.png)no-repeat;
}
.left_top .top_title p{
	font-weight:500;
	font-family:"黑体";
	margin-top:16px;
}
.left_top .top_title span{
	font-size: 18px;
    margin-top: 5px;
    display: block;
}
.slide_nav{
	border:14px solid #13227a;
	border-top:none;
	border-bottom:none;
	width:221px;
	padding-bottom:32px;
	background:url(../images/slide_bg1.png)no-repeat center bottom;
}
.slide_nav p{
	width:188px;
	height:35px;
	color:#fff;
	background:#13227a;
	text-align:center;
	margin:0 auto;
	line-height:35px;
	font-size:16px;
}
.slide_nav ul{
	width:190px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:15px 0px 40px 0px;
}
.slide_nav ul li{
	width:100%;
	height:36px;
	line-height:36px;
	text-align:center;
	margin-bottom:16px;
	background:url(../images/li_bg.png)no-repeat center bottom;
}
.slide_nav ul li:hover a{
	color:#fe9603;
}
.slide_nav ul li:hover{
	background:url(../images/li_hover.png)no-repeat center bottom;
}
.slide_nav ul .active{
	background:url(../images/li_hover.png)no-repeat center bottom;
}
.slide_nav ul .active a{
	color:#fe9603
}
.left_bottom{
	width:245px;
	height:auto;
	overflow:hidden;
	margin-top:30px;
	border:2px solid #13227a;
	padding-bottom:30px;
}
.left_bottom p{
	width:100%;
	height:62px;
	background:#13227a;
	font-size:24px;
	color:#fff;
	text-align:center;
	line-height:62px;
	font-family:"黑体";
}	
.left_bottom img{
	margin:24px auto;
	display:block;
}
.left_bottom span{
	width:100%;
	display:block;
	font-size:26px;
	font-weight:600;
	letter-spacing:-0.05em;
}
.left_bottom ul li{
	font-size:16px;
	line-height:40px;
	color:#000;
	padding-left:20px;
}
.right{
	width:780px;
	height:auto;
	overflow:hidden;
	float:right;
}
.localtion{
	width:100%;
	height:36px;
	line-height:36px;
	border-bottom:1px solid #989494;
}
.localtion ul li{
	float:left;
	color:#7c7a7a;
}
.localtion ul li a{	color:#7c7a7a;}
.localtion ul li span{padding:0px 6px;}
.localtion ul li.active a{color:#13227a;}
.localtion ul li a:hover{color:#13227a;}
.product{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
	background:url(../images/product_bg.png)repeat-y;
	background-size:758px 290px;
}
.product .product_item{
	width:758px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.product .product_item li{
	width:205px;
	height:auto;
	overflow:hidden;
	padding:16px 23px 6px 23px;
	background:#f2f2f2;
	float:left;
	margin-bottom:34px;
}
.product .product_item li p{
	font-size:16px;
	margin-top:10px;
}
.product .product_item li p span{
	float:right;
}
.product .product_item li:hover p{color:#13227a;}
.product .product_item li .img{
	width:205px;
	height:200px;
	overflow:hidden;
}
.product .product_item li .img img{
	width:205px;
	height:200px;
	transition: all 1s;
}
.product .product_item li:hover .img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product .page{
	width:735px;
	height:33px;
	margin:0 auto;
	margin-top:25px;
}
.product .page ul{
	/*width:380px;*/
	height:33px;
	margin-left:190px;
	margin-top:5px;
	}
.product .page ul a{
	width:60px;
	height:33px;
	margin-right:12px;
	float:left;
	text-align:center;
	line-height:33px;
	background:#f2f2f2;
	border-bottom: 1px solid #cccccc;
	}
.product .page ul a{
	color:#99a5ad;
	text-decoration:none;
	}
.product .page ul a:hover{
	display:block;
	color:#fff;
	background-color:#13227a;
	-webkit-transition: all 0.5s ease-in-out 0s;
	border-bottom: 1px solid #000932;
}

.product .page ul span{
	width:33px;
	height:33px;
	margin-right:12px;
	float:left;
	text-align:center;
	line-height:33px;
	
	border-bottom: 1px solid #cccccc;
	
	color:#fff;
	background-color:#13227a;
}
/* =========详情============= */
.product_detail{
	width:100%;
	height:auto;
	overflow:hidden;
}
.conter{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.xzoom{
	width:400px;
	height:343px;
}
.xzoom-thumbs img{
	width:95px;
	height:80px;
	border:1px solid #ddd;
}
.big-pic{
	width:400px;
	height:343px;
	overflow:hidden;
	border:2px solid #0443ad;
}
.xzoom-thumbs{
	margin-top:5px;
}

.center1{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
}
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.65);
}
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.65);
  cursor: crosshair;
}
.center .container{
	width:406px;
	height:auto;
	overflow:hidden;
	float:left;
}
.introduct{
	width:350px;
	height:auto;
	float:right;
	position:relative;
	padding-bottom:50px;
}
.introduct h1{
	font-size:22px;
	font-weight:500;
	line-height:36px;
	border-bottom: 1px dashed #ccc;
}
.int_exe{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	line-height: 26px;
}
.int_exe p{
	font-size:14px;
	line-height:30px;
	color:#666;
}
.int_exe i{
	font-style:normal;
	font-size:15px;
	color:#000;
}
.int_exe p span{
	font-size:22px;
	font-weight:700;
	color:#246cd8;
}
.introduct .xj{
	position:absolute;
	bottom:0px;
	left:100px;
}
.int_exe .ms{
	line-height:36px;
	height:auto;
	color:#666;
	font-size:15px;
	text-align:justify;
}
.bdsharebuttonbox span{
	float:left;
	display:block;
	line-height:36px;
}
.detail{
	width:770px;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	margin:0 auto;
	margin-top:20px;
	box-shadow: 0px 0px 10px rgba(0 ,0 ,0 ,0.25);
	padding-bottom:30px;
}
.ljg-main-title {
	width:98%;
	margin:0 auto;
	line-height:48px;
	margin-top:10px;
	border-bottom:1px dashed #ddd;
}
.ljg-main-title strong {
    font-size: 18px;
    color: #000;
    font-weight: normal;
}
.ljg-main-title b {
    font-size: 20px;
    color: #246cd8;
    margin: 0 8px;
}
.ljg-main-title span {
    font-size: 14px;
    color: #999;
}
.troduct{
	width:96%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;
	font-size:15px;
	line-height:30px;
	color:#322c2c;
}
.troduct img{
	margin:0 auto;
	display:block;
	width:100%;
}
.product_detail .page{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;
}
.product_detail .page ul{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-left:0px;
}
.product_detail .page ul li{
	line-height:36px;
	font-size:16px;
	background:#fff;
	width:48%;
	text-align:left;
}
.product_detail .page ul li a{
	color:#322c2c;
}
.product_detail .page ul li a:hover{
	color:#13227a;
	background-color:#fff;
}