@charset "utf-8";

/*
*   ****************************************
*   *           public inside               
*   ****************************************
*/
/*banner*/
#banner{
    height: 350px;
}
#greyBg{
    height: 55px;
    background: #edf0f2;
}


/*main*/
#main {
    margin-top: -55px;
    margin-bottom: 100px;
}
#left{
    width: 245px;
    float: left;
    background: #fff;
    min-height: 420px;
    padding-bottom: 30px;
    -webkit-box-shadow: 3px 0 5px 0 #ccc;
    box-shadow: 3px 0 5px 0 #ccc;
}
#right {
    width: 895px;
    float: right;
}





/*left*/
#left .title{
    height: 100px;
    background: #008aad;
}
#left .title h1{
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 15px;
    text-indent: 20px;
}
#left .title p{
    font-size: 14px;
    color: #4cadc5;
    line-height: 14px;
    font-family: 'Arial';
    text-indent: 20px;
    text-transform: uppercase;
}
#left ul li{
    height: 50px;
    background: url('../images/line.png') center bottom no-repeat;
}
#left ul li a{
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    font-family: '宋体';
}
#left ul li .arrow1{
    float: left;
    width: 24px;
    height: 50px;
    background: url('../images/icon.png') -50px -79px no-repeat;
}
#left ul li .arrow2{
    float: left;
    width: 26px;
    height: 50px;
}
#left ul li span{
    display: block;
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
}
#left ul li a:hover,
#left ul li a.hover{
    color: #008aad;
}
#left ul li a:hover .arrow1,
#left ul li a.hover .arrow1{
    background: url('../images/icon.png') left -79px no-repeat;
}
#left ul li a:hover .arrow2,
#left ul li a.hover .arrow2{
    background: url('../images/icon.png') -81px -31px no-repeat;
}



/*right*/
#right .thumbs{
    height: 55px;
    line-height: 55px;
    font-family: '宋体';
    font-size: 12px;
}
#right .thumbs .icon{
    float: left;
    width: 30px;
    height: 55px;
    background: url('../images/icon.png') -100px -83px no-repeat;
}
#right .thumbs p{
    float: left;
    color: #97999a;
}
#right .thumbs a{
    color: #97999a;
}
#right .thumbs a:hover{
    text-decoration: underline;
}
#right .content{
    margin-top: 45px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}




/*about*/
.about img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.about p{
    margin: 15px 0px;
}



/*images*/
.images ul li{
    float: left;
    margin-right: 47px;
    margin-bottom: 47px;
    width: 267px;
    height: 365px;
    -webkit-box-shadow: 0px 0 5px 0 #ccc;
    box-shadow: 0px 0 5px 0 #ccc;
}
.images ul li a{
    display: block;
    width: 267px;
    height: 365px;
}
.images ul li img{
    display: block;
    width: 267px;
    height: 365px;
}





/*news*/
.news li{
    height: 36px;
    line-height: 36px;
    background: url('../images/pot.png') left center no-repeat;
}
.news li a{
    display: block;
    height: 36px;
    text-indent: 35px;
    width: 680px;
    float: left;
    font-size: 16px;
    color: #333;
}
.news li span{
    display: block;
    height: 36px;
    float: right;
    font-size: 14px;
    color:#666;
}
.news li:hover a{
    color: #008aad;
}


/*news_detail*/
.news_detail .ti{
    font-family: '微软雅黑';
    padding-bottom: 12px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
}
.news_detail .ti h1 {
    font-size: 24px;
    font-weight: bold;
    color: #666666;
    line-height: 36px;
    text-align: center;
    margin-bottom: 8px;
}

.news_detail .ti h2 {
    font-size: 12px;
    color: #a4a4a4;
    text-align: center;
    line-height: 14px;
}

.news_detail .main p{
    font: 14px;
    color: #333;
    line-height: 28px;
    margin: 15px 0;
}
.news_detail .main img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


/*contact*/
.contact .map{
    width: 895px;
    height: 320px;
    overflow: hidden;
    
}
#map{
    font-size: 12px;
    font-family: '宋体';
    border: none;
    width: 895px;
    height: 370px;
}
#map p{
    margin-bottom: 0 !important;
    line-height: 20px;
}
.BMap_bubble_title{
    margin-bottom: 10px;
}
.contact .box{
    margin-top: 50px;
}
.contact .box .add{
    width: 520px;
    float: left;
}
.contact .box .add h2{
    font-size: 20px;
    color: #008aad;
    line-height: 32px;
    margin-bottom: 14px;
    font-weight: bold;
}
.contact .box .add p{
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.contact form{
    float: right;
    width: 330px;
}
.contact input[type=text]{
    margin-bottom: 15px;
    padding: 0 10px;
    width: 310px;
    height: 28px;
    font-size: 14px;
    background: none;
    border: none;
    border-bottom: #cccccc 1px solid;
    outline: none;
    font-family: '微软雅黑';
    color: #333;
}
.contact input[type=submit]{
    width: 100%;
    height: 30px;
    border: none;
    background: #008aad;
    font-size: 14px;
    color: #fff;
    font-family: '微软雅黑';
    margin-top: 15px;
}
.contact textarea{
    width: 310px;
    height: 100px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 24px;
    background: none;
    border: none;
    border-bottom: #cccccc 1px solid;
    outline: none;
    font-family: '微软雅黑';
    resize: none;
    color: #333;
}




/*products*/
.products li{
    padding: 5px;
    margin-bottom: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc;
}
.products ul a{
    overflow: hidden;
    display: block;
}
.products li img{
    float: left;
    display: block;
    width: 226px;
    height: 150px;
}
.products li .text{
    float: left;
    width: 450px;
    padding-top: 15px;
    margin-left: 20px;
}
.products li .text h1{
    font-size: 18px;
    color: #008aad;
    line-height: 20px;
}
.products li .text p{
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}



/*products_detail*/
.products_detail{

}
/*products detail*/
.products_detail p{
    font-size: 14px;
    color: #333;
    line-height:28px;
}
.zoomWrap{
    width:502px;
    overflow:hidden;
    float: left;
    padding-bottom: 30px;       
}
.zoomWrap h2{
    font-size: 18px;
    color: #333333;
    padding-bottom: 20px;
    text-align: center;
}
.jqzoom{
    float:left;
    border:none;
    position:relative;
    padding:0px;
    cursor:pointer;
    margin:0px;
    display:block;
}
.jqzoom img{
    background:url(../images/default/loading.gif) no-repeat center center;
}
.zoomdiv{
    z-index:100;
    position:absolute;
    background:#ffffff;
    border:1px solid #CCCCCC;
    display:none;
    text-align:center;
    overflow:hidden;
}
.jqZoomPup{
    z-index:10;
    visibility:hidden;
    position:absolute;
    top:0px;
    left:0px;
    width:20px;
    height:20px;
    border:1px solid #aaa;
    background:#ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}
.spec-preview{
    width:500px;
    height:333px;
    border:1px solid #DFDFDF;
}
.spec-scroll{
    clear:both;
    margin-top:10px;
    width:502px;
    overflow:hidden;
}
.spec-scroll .prev{
    float:left;
    background:url(../images/default/productLeft.png) right center no-repeat;
}
.spec-scroll .next{
    float:right;
    background:url(../images/default/productsRight.png) left center no-repeat;
}
.spec-scroll .prev,.spec-scroll .next{
    display:block;
    width:24px;
    height:40px; 
    cursor:pointer;
}
.spec-scroll .items{
    float:left;
    position:relative;
    width:432px;
    overflow:hidden;
    height:42px;
    margin-left:10px;
}
.spec-scroll .items ul{
    position:absolute;
    width:999999px;
    height:42px;
}
.spec-scroll .items ul li{
    float:left;
    width:72px;
    height:42px;
    text-align:center;
}
.spec-scroll .items ul li .sb{
    cursor:pointer;
}
.spec-scroll .items ul li img{
    display: inline-block !important;
    width:60px;
    height:40px;
    border:#e5e5e5 1px solid;
}
.spec-scroll .items ul li:hover img{
    border-color:#730302;
}
.products_detail .summary{
    width:350px;
    float:right;
    position:relative;
    height:390px;
}
.products_detail .summary h1{
    font-size:24px;
    line-height:36px;
    padding-bottom:20px;
    color:#008aad;
    margin-bottom:6px;
}
.products_detail .summary h2{
    font-size:14px;
    color:#333;
    line-height:32px;
}
.products_detail .summary p{
    margin-top:10px;
    font-size:14px;
    color:#333;
    line-height:25px;
}
.products_detail .summary p span{
    font-weight:bold;
    color:#008aad;
}
.products_detail .detail{
    margin-top: 30px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
}
.products_detail .detail .t{
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background: #008aad;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}
.products_detail .detail p{
    margin: 10px 0;
}
.products_detail .detail img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.products_detail .detail table{
    font-size:12px;
    line-height:24px;
    text-align: center;
    background: #fff;
    width: 100%;
}
.products_detail thead tr{
    background-color:#008aad;
    color:#fff;
}
.products_detail thead p{
    color: #fff;
}
.products_detail td{
    padding: 0 10px;
}
.products_detail td p{
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}
.products_detail tbody tr:nth-child(2n){
    background-color:#ddd;
}
.products_detail tbody tr:nth-child(2n+1){
    background-color:#eaeaea;
}



/*left*/
#lefts{
    width: 245px;
    float: left;
    background: #fff;
    padding-bottom: 30px;
    -webkit-box-shadow: 3px 0 5px 0 #ccc;
    box-shadow: 3px 0 5px 0 #ccc;
}
#lefts .title{
    height: 100px;
    background: #008aad;
}
#lefts .title h1{
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 15px;
    text-indent: 20px;
}
#lefts .title p{
    font-size: 14px;
    color: #4cadc5;
    line-height: 14px;
    font-family: 'Arial';
    text-indent: 20px;
    text-transform: uppercase;
}
#lefts ul li{
    background: url('../images/line.png') center bottom no-repeat;
}
#lefts ul li a{
    display: block;
    width: 210px;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
}
#lefts ul li .arrow1{
    display: table-cell;
    width: 24px;
    background: url('../images/p2.png') left center no-repeat;
}
#lefts ul li .arrow2{
    display: table-cell;
    width: 26px;
}
#lefts ul li span{
    display: table-cell;
    width: 170px;
    padding: 10px 0;
    line-height: 24px;
    vertical-align: middle;
}
#lefts ul li a:hover,
#lefts ul li a.hover{
    color: #008aad;
}
#lefts ul li a:hover .arrow1,
#lefts ul li a.hover .arrow1{
    background: url('../images/p1.png') p1 center no-repeat;
}
#lefts ul li a:hover .arrow2,
#lefts ul li a.hover .arrow2{
    background: url('../images/p3.png') right center no-repeat;
}