
/* CSS Document */
dl,dt,dd{
    margin:0;
    padding:0;
    }
.pg_banner{
    height:335px;
    text-align:center;
    overflow:hidden;
    position:relative;
    }
.pg_banner .wrap{
    position:relative;
    height:335px;
    }
.pg_title{
    width:245px;
    height:125px;
    position:absolute;
    left:0px;
    bottom:0px;
    background:url(../images/pgtitle.png) no-repeat 0 0;
    color:#fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    }
.pg_title h3{
    font-weight:normal;
    text-align:left;
    font-size:30px;
    position:absolute;
    margin:0;
    left:20px;
    top:30px;
    }
.pg_title p{
    text-align:right;
    font-size:20px;
    position:absolute;
    margin:0;
    right:20px;
    bottom:15px;
    }
.pg_title .line{
    width:120px;
    border-bottom:1px solid #fff;
    position:absolute;
    bottom:48px;
    right:50px;
    }
.subnav{
    width:1920px;
    height:50px;
    background:url(../images/subnav.png) repeat-x 0 0;
    position:absolute;
    bottom:0px;
    left:245px;
    }
.subnav li a{
    display:block;
    float:left;
    width:100px;
    height:50px;
    line-height:50px;
    color:#ddd;
    border-right:1px solid #999;
    transition:all 0.4s;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);

    }
.subnav li a:hover{
    color:#fff;
    background-color:#333;
    }
.mtbar{
    height:55px;
    line-height:60px;
    border-bottom:1px solid #ddd;
    background-color:#eee;
    background:-webkit-linear-gradient(top,#fff,#eee);
    overflow:hidden;
    }
.mtbar .pg_subtitle{
    float:left;
    color:#015DA5;
    font-size:18px;
    }
.mtbar .pg_subtitle a{color:#015DA5;}
.mtbar .pg_subcon{
    float:left;
    margin-left:15px;
    line-height:65px;
    color:#999;
    }
.mtbar .breadcrumb{
    float:right;
    color:#999;
    }
.mtbar .breadcrumb a{
    color:#999;
    }
.mtbar .breadcrumb a:hover{
    color:#0066CC;
    }
.pg_con{
    margin-top:40px;
    line-height:2em;
    min-height:600px;
    }
.textstyle{
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
.textstyle:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.btn{
      display: inline-block;
      padding: 6px 12px;
      margin-bottom: 0;
      font-weight: normal;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      cursor: pointer;
      border: 1px solid transparent;
      border-radius: 4px;
      color: #fff;
      background-color: #CF002C;
      border-color: #d43f3a;

    }
.btn:hover {
    color: #fff;
    background-color: #A92825;
    border-color: #ac2925;
}

/*********honor***********/
.honor-list{
    width:1300px;
    }
.honor-list li{
    float:left;
    }
.honor-list li a{
    display:block;
    width:275px;
    height:400px;
    text-align:center;
    margin-right:20px;
    margin-top:15px;
    padding-top:10px;
    transition:all 0.3s;
    }
.honor-list li a .img{
    border:1px solid #ddd;
    width:255px;
    height:349px;
    line-height:349px;
    margin:auto;
    overflow:hidden;
    background-color:#fff;
    margin-bottom:8px;
    }
.honor-list li a .img img{
    width:240px;
    height:auto;
    }
.honor-list li a:hover{
    background-color:#2972BE;
    color:#fff;
    }
/*********honor END*******/

/**********news**************/
.box1{
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    webkit-transition: all .3s ease-in-out;
    }
.box1:hover{
    -webkit-box-shadow: 3px 4px 5px rgba(0,0,0,.34);
    -moz-box-shadow: 3px 4px 5px rgba(0,0,0,.34);
    box-shadow: 3px 4px 5px rgba(0,0,0,.34);
    }
.newslist{
    width:1200px;
    }
.newslist li{
    float:left;
    margin-right:40px;
    margin-bottom:20px;
    }
.newslist li a{
    display:block;
    float:left;
    width:530px;
    height:150px;
    padding:15px;
    background-color:#f5f5f5;
    transition:all 0.4s;
    -moz-transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -o-transition:all 0.4s;
    border-radius:5px;
    }
.newslist li a .img{
    float:left;
    width:200px;
    height:150px;
    overflow:hidden;
    margin-right:15px;
    border:1px solid #ddd;
    }
.newslist li a h3{
    font-weight:normal;
    font-size:14px;
    color:#333;
    margin-bottom:5px;
    }
.newslist li a p.date,.newslist li a p.text{
    color:#999;
    }
.newslist li:hover a{
    background-color:#0066CC;
    color:#fff;
    -webkit-box-shadow: 3px 4px 5px rgba(0,0,0,.34);
    -moz-box-shadow: 3px 4px 5px rgba(0,0,0,.34);
    box-shadow: 3px 4px 5px rgba(0,0,0,.34);
    }
.newslist li:hover a h3,.newslist li:hover a p.date,.newslist li:hover a p.text{
    color:#fff;
    }
.back{
    margin-top:30px;
    text-align:right;
    border-top:1px solid #ddd;
    padding-top:15px;
    }
.back a{
    padding:7px 10px;
    border-radius:4px;
    border:1px solid #ddd;
    color:#999;
    transition:all 0.4s;
     }
.back a:hover{
    background-color:#0066CC;
    color:#fff;
    }
/**********news END**************/
/**********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{
    }
.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:880px;
    }
.pro-list{
    width:1200px;
    }
.pro-list li{
    float:left;
    }
.pro-list li a{
    display:block;
    width:400px;
    /*height:186px;*/
    padding:10px;
    text-align:center;
    margin:0 20px;
    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{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top:8px;
    }
.pro-list li a span{
    display:block;
    width:400px;
   /* height:150px;*/
    overflow:hidden;
    border:1px solid #ddd;
    }
.pro-list li a img{
    width:400px;
    /*height:150px;*/
    transition:all 0.2s;
    -moz-transition:all 0.2s;
    -webkit-transition:all 0.2s;
    -o-transition:all 0.2s;
    }
.pro-list li a:hover{
    background-color:#097CDB;
    color:#fff;
    }
.pro-list li a:hover img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    }
.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(http://xianke2.asp.wzkex.com/en/Templates/xianke/images/down.png) no-repeat 5px -25px;
    }
.downlist li .date{
    float:right;
    color:#999;
    }
.downlist li a:hover{
    background:url(http://xianke2.asp.wzkex.com/en/Templates/xianke/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(http://xianke2.asp.wzkex.com/en/Templates/xianke/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(http://xianke2.asp.wzkex.com/en/Templates/xianke/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;
}
