.local{height:55px;line-height:55px;border-bottom:1px solid #dadada;background:#fff; font-size:14px}
.local{line-height:55px;color:#000;}
.local span{float:left;background:url(../images/home.png) left center no-repeat;font-size:14px;color:#666;font-weight:normal;padding-left:30px;}
.local span a{color:#666;}

.procon{
	background: rgba(255,255,255,0.5);
    box-shadow: 0px 4px 15px 2px rgba( 0, 8, 20,0.2 );
	margin-top: 30px;
    margin-bottom: 60px;
	padding: 20px;
}
.procon .pic{
	width:300px;
}
.procon .pic img{
	width:100%;
}
.procon .info{
	width:700px;
	color: #333;
    line-height: 1.8;
	padding-top: 60px;
	padding-left:60px;
}
.procon .info h1{
    font-size: 24px;
    font-weight: normal;
}
.procon .info .p1 {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}
.prointro{display:none;}
.procontent img{width:100%;}
/*product*/
.product{
	margin-bottom: 120px;
}
.product .product-tit{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 8px;
}
.product .product-tit h2 a{
	width: 200px;
    height: 48px;
    line-height: 48px;
    display: block;
    margin: 0 auto;
    background-color: #a13235;
    border-radius: 60px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}
.product .product-tit p{
	color: #aaaaaa;
	font-size:16px;
	padding-top: 10px;
}
.product .product-tit span{
	width: 90px;
    height: 2px;
    display: block;
    border-bottom: 2px solid #999999;
    margin: 0 auto;
    margin-top: 10px;
}

.Box {position: relative;}
.Box .content {width: 1200px;margin: 0 auto;}
.Box h2 {text-align: center;font-size: 18px;line-height: 32px;color: #404040;padding-top: 4px;}
.Box .Box_con {position: relative;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 166px;cursor: pointer;}
.Box .Box_con .btnl {background: url(../images/jtl02.png) no-repeat center;left: -72px;}
.Box .Box_con .btnr {background: url(../images/jtr02.png) no-repeat center;right: -72px;}
.Box .Box_con .btnl:hover {background: url(../images/jtl03.png) no-repeat center;}
.Box .Box_con .btnr:hover {background: url(../images/jtr03.png) no-repeat center;}
.Box .Box_con .conbox {position: relative;overflow: hidden;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;width: 390px;margin-left: 20px;overflow: hidden;position:relative;}
.Box .Box_con .conbox ul li .box_con_pic{height: 390px;overflow: hidden;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img {display: block;width: 390px;height: 390px;transition: all 0.5s;}
.Box .Box_con .conbox ul li img:hover {
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
} 
.Box .Box_con .conbox ul li:hover h2{
	color:#a13235;
}
.Box .BoxSwitch {margin-top: 30px;text-align: center;}
.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
.Box .BoxSwitch span.cur {background: red;}
