@CHARSET "UTF-8";
.product{ width:1200px;}
.product .sec_nav{height:20px;margin:20px auto;}
.product-1{ margin:0px auto; height:25px; border:#5e5e5f solid 1px; width:220px;}
.product-1 li{ width:110px; height:25px; line-height:25px; float:left; text-align:center; font-size:15px;}
.product-1 li a{ color:#5e5e5f; display:block;}
.product-1 li a:hover{ color:#fff; background-color:#5e5e5f;}
.product-1 li .hover{ color:#fff; background-color:#5e5e5f;}

.product .content ul{ width:1300px;}
.product .content li{ width:276px;float:left; background-color:#919191; margin-right:30px; margin-bottom:30px;}
.product .content li img{ width:276px; height:183px; float:left;}
.product .content li h3{ height:40px; color:#fff; text-transform:uppercase; text-align:center; float:left; width:100%; line-height:40px;}
.product .content li:hover{ background-color:#5c121b;transition: all 0.3s;}
.product .content li a{ display:block;}

.product-4{ padding-top:10px; overflow:hidden;}
.product-4 li{ overflow:hidden; height:39px; background-color:#eae5e7; margin-bottom:30px;}
.product-4 li em{ background-color:#717171; line-height:39px; text-align:center; color:#fff; display:block; font-size:17px; float:left;}
.product-4 li em a{ padding: 0 30px; color:#fff; display:block; border-right:#fff solid 1px;}
.product-4 li em a:hover{ background-color:#03B5FF; text-decoration:none; }
.product-4 li em .hover{ background-color:#03B5FF; text-decoration:none; }
.product-4 h4{ color:#3b2d31; font-size:15px; line-height:28px;}
.product-4 h4 i{ color:#747474; font-size:14px; text-transform:uppercase;}
/*标题*/
.title{ text-align:center; font-weight:bold;    margin-bottom: 10px;}
.title p{ font-size:33px; font-weight:bold; color:#03B5FF;text-transform:uppercase; margin: 2%;}
.title i{ font-size:13px; font-weight:normal; text-transform:uppercase; color:#bcbcbc}


.spec-preview{   
    width: 895px;
    height: 620px;
    border: 1px solid #fff;
    vertical-align: middle;
    background-color: #fff;
	margin-top: 50px;
}
.spec-preview .jqzoom{ display:block; text-align:center;}
.spec-preview .jqzoom img{}
	
.spec-scroll{clear:both;margin-top:5px;width:450px;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:414px;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}

a.prev_pro{
    display: inline-block;
    background-color: #03B5FF;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    top: 200px;
    left: 90px;
}
a.next_pro{
    display: inline-block;
    background-color: #03B5FF;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    top: 200px;
    right: 70px;
    float: right;
}
.p_show_right{    
	margin-top: 50px;
    float: right;
    width: 400px;
}
.p_show_title{
    padding:20px 0;
	text-align:center;
}
.p_show_title h3{
	font-size: 22px;
}
.p_show_right_content{
    height: 475px;
    overflow: hidden;
    margin-top: 10px;
}
.p_show_right_content p{
	line-height: 1.8;
}