﻿
.pg_con{
    margin-top:40px;
    line-height:2em;
    min-height:500px;
    }


.product_con
{width:1180px;margin:0 auto;}

.product_con_l
{width:250px;margin:0 auto;}





/**********product**************/
.pro_l{
    float:left;
    width:245px;
    border:1px solid #ddd;
    border-top:3px solid #2870BD;
    border-radius:3px;
    overflow:hidden;
    }
.pro_l .hd{
    border-bottom:1px solid #ddd;
    height:40px;
    line-height:40px;
    padding-left:15px;
    background-color:#f5f5f5;
    font-size:16px;
    color:#333;
    }
.pro_l .hd span{
    font-size:12px;
    margin-left:8px;
    color:#999;
    }
.prolist_side{
    padding:15px !important;
    }
.prolist_side li{padding:8px;  border-bottom: 1px solid #efefef !important;
    }
.prolist_side li a{
    background-position: left 13px !important;
    }
.prolist_side li a:hover{
    background-position: left -79px !important;
    }
.prolist_side li a.A{
    color:#2870BD !important;
    background-position: left -79px !important;
    }
.prolist_side_son li a:hover, .prolist_side_son li a:active, .prolist_side_son li a.A{
    border-left: 1px solid #2870BD !important;
    }
.prolist_side li span{
    margin-top:3px !important;
    }
.pro_r{
    float:right;
    width:900px;
    }
.pro-list{
    width:900px;
    }
.pro-list li{
    float:left;
    }
.pro-list li a{
    display:block;
    width:185px;
    height:240px;
    padding:10px;
    text-align:center;
    margin:0 5px;
    margin-bottom: 25px;
   /* margin-right:30px;
    margin-bottom:35px;*/
    overflow:hidden;
    transition:all 0.2s;
    -moz-transition:all 0.2s;
    -webkit-transition:all 0.2s;
    -o-transition:all 0.2s;
    background-color:#f5f5f5;
    }
.pro-list li a p{

    margin-top:8px;
    }
.pro-list li a span{
    display:block;
     width:185px;
    height:185px;
   
    overflow:hidden;
    border:1px solid #ddd;
    }
.pro-list li a img{

 width:185px;
    height:185px;
    }

.pro-list li a:hover img{
    transform:scale(1.0);
    -webkit-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -o-transform:scale(1.0);
    -ms-transform:scale(1.0);
    }
.pro_hd .pro_name{
    background:#2D76C2;
    background:-webkit-linear-gradient(top,#2D76C2,#266AB5);
    font-size:16px;
    color:#FFF;
    padding:8px 10px 9px 10px;
    border-radius:4px 4px 0 0;
    }
.pro_ft{
    margin-top:20px;
    }
.pro_ft dt{
    border-bottom:1px solid #266AB5;
    font-size:14px;
    padding-left:10px;
    }
.pro_ft dt span{
    display: inline-block;
    background:#2D76C2;
    background:-webkit-linear-gradient(top,#2D76C2,#266AB5);
    border-radius:5px 5px 0 0;
    padding:6px 10px;
    color:#fff;
    }
.pro_ft dd{
    padding:10px 5px;
    border-top:3px solid #C1D9F2;
    }
/**********product END**************/



/**********Download**************/
.down_l{
    float:left;
    width:770px;
    background-color:#f8f8f8;
    padding:15px;
    border-radius:5px;
    }
.downlist{
    min-height:300px;
    }
.downlist li{
    border-bottom:1px dashed #ddd;
    }
.downlist li a{
    display:block;
    height:34px;
    line-height:34px;
    padding:0 10px 0 30px;
    transition:all 0.4s;
    background:url(../images/down.png) no-repeat 5px -25px;
    }
.downlist li .date{
    float:right;
    color:#999;
    }
.downlist li a:hover{
    background:url(../images/down.png) no-repeat 5px 7px;
    }
.down_r{
    float:right;
    width:320px;
    overflow:hidden;
    font-size:14px;
    line-height:2em;
    }
/**********Download END**************/

/**********QUALITY**************/
#tags_title a {
  font-size:14px;
    }
#tags_title a.A {
  font-weight: normal !important;
}

/**********QUALITY END**************/

/**********FAQ**************/
.faqitem{
    margin-bottom:10px;
    background-color:#fff;
    border-radius:3px;
    overflow:hidden;
    }
.faqitem dt{
    background-color:#fff;
    font-style:14px;
    cursor:pointer;
    padding:15px;
    color:#333;
    border-left:2px solid #005BB7;
    }

.faqitem dd{
    display:none;
    padding:15px;
    color:#888;
    border-top:1px dashed #ddd;
    border-left:2px solid #ddd;
    }
/**********FAQ END**************/
/**********JOB**************/

.joblist thead td{
    text-align:center;
    background-color:#0258A5;
    color:#fff;
    height:40px;
    line-height:40px;
    }
.joblist tbody td{
    height:40px;
    line-height:40px;
    border-bottom:1px dashed #ddd;
    }
.joblist .detail{
    display:none;
    }
.joblist .detail td{
    line-height:2em;
    padding:15px;
    background-color:#fff;
    }
.joblist td .close{
    display:none;
    font-size:2em;
    }
.fmtable td{
    padding:5px 10px;
    }




/**********JOB END**************/





/**********contact **************/
#contact{
    margin-top:0px;
    position:relative;
    }
.ditu{
    width:100%;
    height:560px;
    background-color:#f5f5f5;
    position:relative;
    z-index:90;
    }
#contact dl.con{
    width:380px;
    height:380px;
    position:absolute;
    left:56%;
    top:50px;
    margin-left:20px;
    z-index:99;
    overflow:hidden;
    background-color:#005BB7;
    border:1px solid #fff;
    color:#fff;
    opacity:0.9;
    padding:30px;
    font-size:16px;
    box-shadow:5px 5px 5px rgba(0,0,0,0.5);
    line-height:2em;
    border-radius:5px;
    }
#contact dl.con dt{
    font-size:24px;
    color:#fff;
    padding-bottom:8px;
    margin-bottom:10px;
    border-bottom:2px solid #fff;
    }
#contact dl.con a{
    color:#fff;
    }
/**********contact END**************/





.pagebtnA{background:#259AD7 !important; color:#FFF !important; border:0px none !important; font-weight:normal !important;}


.pageleft{float:left; height:30px;}
.pageright{float:right; width:160px; text-align:right; height:30px;}
.pagebtn{display:inline-block; width:26px; height:26px; line-height:25px; text-align:center; border:1px solid #EEE; margin-right:8px; vertical-align:middle;}
.pagebtn:hover{border:1px solid #DDD; background:#F7F7F7;}
.pagebtn:active{border:1px solid #DDD; background:#E1E1E1;}
.pageprev{display:inline-block; width:26px; height:26px; border:1px solid #EEE; margin-right:8px; vertical-align:middle; background:url(../images/page_left.gif) no-repeat center center;}
.pageprev:hover,
.pagenext:hover{background-color:#F7F7F7; border:1px solid #DDD;}
.pageprev:active,
.pagenext:active{background-color:#E1E1E1; border:1px solid #DDD;}
.pagebtnA{display:inline-block; width:26px; height:26px; line-height:25px; text-align:center; border:1px solid #CCC; background:#FFFFCC; margin-right:8px; vertical-align:middle; color:#FF6600; font-weight:bold;}
.pagenext{display:inline-block; width:26px; height:26px; border:1px solid #EEE; margin-right:8px; vertical-align:middle; background:url(../images/page_right.gif) no-repeat center center;}
.pageinfo{display:inline-block; height:26px; line-height:25px; margin-right:8px; vertical-align:middle;}
.trunpage{font-size:12px; padding:4px 4px 5px 4px; border:1px solid #EEEEEE; text-align:center; vertical-align:middle;}
.pageell{display:inline-block; height:26px; line-height:25px; margin-right:8px; vertical-align:middle;}

/* 分页条 */
.pageNavi  {
     margin-top: 20px;
     margin-bottom: 20px;
     display: block;
     WIDTH:  100%;
     TEXT-ALIGN:  center;
     line-height: 30px;
     font-size: 14px;
}

.pageNavi-num  {
     CLEAR:  both;
}
.pageNavi-num a  {
    font-size: 14px;
    border: #CCC solid 1px;
    padding: 4px 9px;
    -moz-border-radius:  5px;/* Gecko browsers */
    -webkit-border-radius:  5px;/* Webkit browsers */
    border-radius: 5px;/* W3C syntax */
    margin: 0 3px;
    color: #337bc3;
}

.pageNavi-num SPAN  {
    font-size: 14px;
    border: #CCC solid 1px;
    padding: 4px 9px;
    -moz-border-radius:  5px; /* Gecko browsers */
    -webkit-border-radius:  5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
    margin: 0 3px;
}
.pageNavi-num a:hover {
    background: #337bc3;
    color: #fff;
    border: #337bc3 solid 1px;
}

.pageNavi-num span.current  {
    background: #337bc3;
    color: #FFF;
    border: #337bc3 solid 1px;
}
