﻿@charset "utf-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2014 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: 怡伶 $
 * $Date: 2015-12-21 (一) $
*/

/* Default Set. ---------------------------------------------------------------- */
body { margin: 0; padding: 0; color: #333; font-size: 13px; font-family: Arial, '微軟正黑體', Microsoft JhengHei, Helvetica, PMingLiU; position: relative;}
img { border: 0; text-decoration: none;}
form, input, textarea, select, label { margin: 0; padding: 0; color: #333; font-size: 12px;}
input, textarea, select, label { font-family: '微軟正黑體', Microsoft JhengHei,Verdana, PMingLiU;}
textarea { resize: none;}
/* 去除連結虛線框 */
a{
  outline: none; /* for Firefox */
  hlbr:expression(this.onFocus=this.blur()); /* for IE */
  text-decoration: none;
}
ul,ul li{ margin: 0; padding: 0; list-style: none;}
img { vertical-align: top; }
/*

/*=========== 全站共用 =============*/
.animate{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.clearBoth{
  clear: both;
}
.right{
  float: right;
}
.left{
  float: left;
}
.hide{
  display: none;
}
.bgBlack{
  background: #333;
  position: fixed;
  width: 100%;
}
/*top*/
.Top{
  position: fixed;
  bottom: 0;
  right: 10px;
  width: 65px;
  height: 40px;
  cursor: pointer;
  background: url(../images/top.png) no-repeat center center;
}
/*版頭*/
header{
  width: 100%;
  height: 100px;
  background: #fff;
  position: relative;
  z-index: 100;
}
header .range{
  width: 1000px;
  height: 100px;
  margin: 0 auto;
}
header .logo{
  margin: 0 15px 0 12px;
  width: 139px;
  height: 100px;
  display: inline-block;
  vertical-align: top;
}
header .logo a{
  display: block;
  width: 139px;
  height: 45px;
  padding-top: 25px;
}
header .menu{
  display: inline-block;
  height: 100px;
  background: url(../images/gap.png) no-repeat right top;
}
header .menu .box{
  float: left;
  width: 115px;
  height: 100px;
  background: url(../images/gap.png) no-repeat left top;
}
header .menu .box .m1{
  display: block;
  width: 115px;
  height: 100px;
  background: url(../images/m1.png) no-repeat center 10px;
  text-indent: -9999px;
}
header .menu .box .m1:hover{
  background: url(../images/m1_hover.gif) no-repeat center 10px;
}
header .menu .box .m2{
  display: block;
  width: 115px;
  height: 100px;
  background: url(../images/m2.png) no-repeat center 10px;
  text-indent: -9999px;
}
header .menu .box .m2:hover{
  background: url(../images/m2_hover.gif) no-repeat center 10px;
}
header .menu .box .m3{
  display: block;
  width: 115px;
  height: 100px;
  background: url(../images/m3.png) no-repeat center 10px;
  text-indent: -9999px;
}
header .menu .box .m3:hover{
  background: url(../images/m3_hover.gif) no-repeat center 10px;
}
header .menu .box .m4{
  display: block;
  width: 115px;
  height: 100px;
  background: url(../images/m4.png) no-repeat center 10px;
  text-indent: -9999px;
}
header .menu .box .m4:hover{
  background: url(../images/m4_hover.gif) no-repeat center 10px;
}
header .menu .box .m5{
  display: block;
  width: 115px;
  height: 100px;
  background: url(../images/m5.png) no-repeat center 10px;
  text-indent: -9999px;
}
header .menu .box .m5:hover{
  background: url(../images/m5_hover.gif) no-repeat center 10px;
}
header .sub{
  display: inline-block;
  vertical-align: top;
  height: 100px;
  line-height: 100px;
  margin: 0 0 0 8px;
}
header .sub .search{
  display: inline-block;
  margin-right: 8px;
}
header .sub .searchBox{
  width: 80px;
  height: 36px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #d6d6d6;
  border-right:none;
  background: #f3f3f3;
  padding: 0 10px 0 10px;
  outline: none;
  display: inline-block;
  vertical-align: middle;
}
header .sub .searchBox:focus{
  border: 1px solid #aaa;
  border-right:none;
}
header .sub .searchBtn{
  width: 38px;
  height: 38px;
  background: url(../images/h_search.png) no-repeat 0 0;
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: -10px;
  cursor: pointer;
  text-indent: -9999px;
}
header .sub .searchBtn:hover{
  background: url(../images/h_search.png) 0 -38px;
}
header .sub a.login{
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(../images/h_login.png) no-repeat 0 0;
  text-indent: -9999px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
}
header .sub a.login:hover{
  background: url(../images/h_login.png) no-repeat 0 -38px;
}
header .sub a.mycart{
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(../images/h_cart.png) no-repeat 0 0;
  text-indent: -9999px;
  vertical-align: middle;
  cursor: pointer;
}
header .sub a.mycart:hover{
  background: url(../images/h_cart.png) no-repeat 0 -38px;
}
/*首頁版尾*/
footer.iFooter{
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  color: #555;
}
footer.iFooter a{
  color: #555;
}
footer.iFooter a:hover{
  text-decoration: underline;
  color: #888;
}

/*內頁版尾*/
footer.pFooter{
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  color: #000;
}
footer.pFooter a{
  color: #000;
}
footer.pFooter a:hover{
  text-decoration: underline;
  color: #555;
}
/*浮動視窗*/
.qlink{
  width: 50px;
  height: 155px;
  position: fixed;
  z-index: 100;
  background: url(../images/qlink.png) no-repeat 0 0;
  right: 0;
  top: 260px;
}
.qlink .q1{
  display: block;
  width: 44px;
  height: 44px;
  background: url(../images/home.png) no-repeat center center;
  text-indent: -9999px;
  margin: 8px 0 0 4px;
}
.qlink .q2{
  display: block;
  width: 44px;
  height: 44px;
  background: url(../images/fb.png) no-repeat center center;
  text-indent: -9999px;
  margin: 0px 0 0 4px;
}
.qlink .q3{
  display: block;
  width: 44px;
  height: 44px;
  background: url(../images/in.png) no-repeat center center;
  text-indent: -9999px;
  margin: 4px 0 0 4px;
}
.qlink a:hover{
  opacity: .85;
}

/*=========== index =============*/
/*--輪播--*/
#iBan{
  width: 100%;
  height: 580px;
  position: relative;
  background: url(../images/i_shadow.png) no-repeat center bottom;
}
#iBan:before{
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/stop.png)no-repeat center center;
  z-index: 100;
  opacity: 0;
  left: 50%;
  top: 50%;
  pointer-events: none;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#iBan:after{
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/play.png)no-repeat center center;
  z-index: 100;
  opacity: 0;
  left: 50%;
  top: 50%;
  pointer-events: none;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
#iBan.add-play:after{
  opacity: .7;
}
#iBan.add-stop:before{
  opacity: .7;
}
#iBan.imgList{
  position: relative !important;
}
#iBan .imgList .pic{
  height: 530px;
  overflow: hidden;
}
#iBan .imgList .pic img{
  max-width: none;
  position: absolute;
}
#iBan .fullBg{
  position: absolute;
  outline: none;
}
/*輪播圈圈*/
#iBan .bx-wrapper{
  margin: 0;
}
#iBan .bx-wrapper .bx-pager{
  position: absolute;
  bottom: 10px;
  left: 0;
}
#iBan .bx-default-pager a{
  border-radius: 20px;
  background: #d2d2d2;
  width: 13px;
  height: 13px;
  border: none;
}
#iBan .bx-default-pager a.active,
#iBan .bx-default-pager a:hover{
  border: none;
  background: #008cd6;
  width: 13px;
  height: 13px;
}
/*--內容--*/
#index .main{
  width: 920px;
  margin: 0 auto;
  padding: 10px 0;
  /*background: url(../images/i_line.png) no-repeat center bottom;*/
  margin-top: -10px;
  text-align: left;
  font-size: 0;
}
#index .main div{
  display: inline-block;
}
#index .main .box{
  display: inline-block;
  vertical-align: top;
  width: 190px;
  height: 190px;
  overflow: hidden;
  margin: 0 20px;
  padding: 10px 0 40px;
}
#index .main .box:hover{
  margin: 0 25px 0 15px;
  padding: 5px 0 45px;
}

/*=========== 內頁共用 =============*/
.wrap{
  width: 980px;
  margin: 0 auto;
  box-shadow: 1px 1px 25px 5px rgba(0,0,0,.5);
  border-bottom: 5px solid #ffcc00;
  background: url(../images/i_shadow.png) no-repeat center top #fff;
  padding-top: 10px;
}
.wrap2 {
  width: 980px;
  margin: 0 auto;
  box-shadow: 1px 1px 25px 5px rgba(0,0,0,.5);
  border-bottom: 5px solid #ffcc00;
  background: #fff;
}
.dlBanner {
  width: 980px;
  height: 500px;
  padding-bottom: 50px;
  background: url(../images/i_shadow.png) no-repeat center bottom #fff;
}
.main{
  padding: 50px 35px 0;
}
/*麵包屑*/
.bg{
  background: url(../images/bread_bg01.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 50px;
  width: 100%;
}
.bread{
  font-size: 12px;
  height: 50px;
  width: 1000px;
  margin: 0 auto;
}
.bread ul{
  margin-left: 25px;
  line-height: 50px;
  font-family: "Century Gothic";
}
.bread li{
  display: inline-block;
  padding:0 15px 0 8px;
  background: url(../images/bread_aw.png) no-repeat right center;
  text-transform:capitalize;
}
.bread li:last-child{
  color: #fff;
  background: none;
  text-transform:capitalize;
  font-weight: bold;
}
.bread i.home{
  font-size: 16px;
}
.bread a{
  color: #fff;
  font-family: "Century Gothic";
}
/*pTi*/
.pTi{
  position: relative;
  padding-left: 40px;
  padding-top: 30px;
  height: 45px;
  color: #541b86;
  font-size: 25px;
  text-transform:uppercase;
  margin: 0 30px 30px;
}
/*列表頁碼*/
.listPage{
  text-align: center;
  margin: 50px 0;
}
.listPage a{
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.listPage .prev,
.listPage .next{
  width: 26px;
  height: 26px;
  background: #d9d8d4;
  color: #fff;
  border-radius: 100%;
  font-size: 13px;
  line-height: 27px;
  text-align: center;
}
.listPage .prev:hover,
.listPage .next:hover{
  background: #aaa;
}
.listPage .prev i{
  margin-left: -2px;
}
.listPage .next i{
  margin-right: -2px;
}
.listPage .number{
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 100%;
  border: 1px solid transparent;
  color: #666;
}
.listPage .number:hover,
.listPage .number.current{
  border: 1px solid #bfbebb;
  color: #541b86;
}
.listPage .dot {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #d9d9d9;
  border-radius: 4px;
}
/*.Back to Center*/
.backCenter{
  padding: 0 20px;
  height: 30px;
  color: #541b86;
  font-size: 15px;
  display: inline-block;
  border-radius: 5px;
  line-height: 30px;
  position: absolute;
  right: 0;
}
.backCenter i{
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 100%;
  background: #541b86;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}
/*表單*/
input.textBox{
  height: 28px;
  border: 1px solid #ffbc02;
  padding: 0 10px;
  outline: none;
}
input.textBox:focus,
textarea:focus{
  border: 1px solid #ff6600;
}
textarea{
  height: 100px;
  border: 1px solid #ffbc02;
  padding: 8px 10px;
  outline: none;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/ckeckbox.png) 1px bottom no-repeat;
}
input[type="checkbox"]:checked + span {
  background: url(../images/ckeckbox.png) right bottom no-repeat;
}
/*表單按鈕*/
.formBtn{
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.formBtn .reset{
  width: 110px;
  height: 30px;
  border-radius: 5px;
  background: #ff6600;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  line-height: 30px;
}
.formBtn .submit{
  width: 110px;
  height: 30px;
  border-radius: 5px;
  background: #541b86;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  line-height: 30px;
}
.formBtn .submit:hover,
.formBtn .reset:hover{
  opacity: .85;
}
/*尺寸*/
.w45{
  width: 45px;
}
.w162{
  width: 162px;
}
.w250{
  width: 250px;
}
.w320{
  width: 320px;
}
.w120{
  width: 120px;
}

/*=========== product =============*/
/*--list--*/
body.goods{
  background: url(../images/bg_01.png) no-repeat center top;
  background-size: cover;
}
#goods.wrap{
  background: #fff;
  padding-top: 0;
}
#goods .ban{
  width: 980px;
  height: 580px;
  background: url(../images/i_shadow.png) no-repeat center bottom;
}
#goods .bread{
  margin: -10px 0 0 0;
  height: auto;
  width: 100%;
  font-family: "Century Gothic";
}
#goods .bread li:last-child{
  color: #454545;
}
#goods .bread a{
  color: #999;
}
#goods .row{
  margin: 25px 0;
}
#goods .box{
  display: inline-block;
  width: 200px;
  margin-left: 32px;
  border: 1px solid transparent;
}
#goods .box:hover{
  border: 1px solid #ffbc02;
}
#goods .box .pic{
  width: 200px;
  height: 190px;
  overflow: hidden;
}
#goods .box .txt{
  text-align: center;
  font-size: 15px;
  padding: 18px 0;
  background: url(../images/good_line.png) no-repeat center top;
}
#goods .box .txt .num{
  color: #ff6600;
  font-weight: bold;
  margin-bottom: 2px;
}
#goods .box .txt .name{
  color: #333;
}
/*--view--*/
#goodsView .main{
  padding: 50px 0 0;
}
#goodsView .goodView{
  background: url(../images/bread_bg01.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 50px;
  width: 100%;
  color: #fff;
  font-family: "Century Gothic";
}
#goodsView .goodView .bread li{
  color: #fff;
  background: url(../images/goodview_bread_aw.png) no-repeat right center;
}
#goodsView .goodView .bread li:last-child{
  background: none;
  font-weight: bold;
}
#goodsView .goodView .bread a{
  color: #fff;
}
/*上下頁*/
#goodsView .guide{
  padding: 18px 35px 33px;
}
#goodsView .guide a{
  display: block;
  color: #5c149b;
  font-size: 14px;
}
#goodsView .guide a span.txt{
  height: 20px;
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
}
#goodsView .guide a span.circle{
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 100%;
  background: #5c149b;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
}
#goodsView .guide a.prev span.circle{
  margin-right: 5px;
}
#goodsView .guide a.next span.circle{
  margin-left: 5px;
}
#goodsView .guide a.prev span.circle i{
  margin-left: -2px;
}
#goodsView .guide a.next span.circle i{
  margin-right: -2px;
}
/*商品輪播*/
#goodsView .major{
  padding: 0 35px 55px;
}
#goodsView .thumb {
  position: relative;
  width: 480px;
  margin: 20px 0 0 0;
}
#goodsView .thumb #albumPager {
  width: 310px;
  padding-bottom: 1px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
#goodsView .thumb a {
  display: inline-block;
  position: relative;
  width: 80px;
  vertical-align: top;
  text-decoration: none;
  margin: 0 13px 0 13px;
  border: 1px solid transparent;
}
#goodsView .thumb a.active:after{
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  border: 1px solid #ffbc02;
}
#goodsView .thumb a:first-child {
  margin-left: 0;
}
#goodsView .thumb a:last-child {
  margin-right: 0;
}
#goodsView .photo {
  width: 480px;
  margin: 0 15px 20px 15px;
}
#goodsView .photo .bx-wrapper {
  margin: 0;
}
#goodsView .photo .bx-wrapper .bx-viewport {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  left: 0;
  border: none;
}
#goodsView #albumPrev,
#goodsView #albumNext {
  position: absolute;
  width: 25px;
  height: 25px;
}
#goodsView #albumPrev a,
#goodsView #albumNext a {
  display: block;
  width: 25px;
  height: 25px;
}
#goodsView #albumPrev {
  background: url(../images/goods_view_aw.png) no-repeat left top;
  top: 50%;
  left: 35px;
  margin-top: -13px;
}
#goodsView #albumNext {
  background: url(../images/goods_view_aw.png) no-repeat right top;
  top: 50%;
  right: 35px;
  margin-top: -13px;
}
#goodsView #albumPrev:hover{
  background: url(../images/goods_view_aw.png) no-repeat left bottom;
}
#goodsView #albumNext:hover{
  background: url(../images/goods_view_aw.png) no-repeat right bottom;
}
/*商品文字資訊*/
#goodsView .info{
  width: 350px;
  margin-right: 12px;
}
#goodsView .info .num{
  display: inline-block;
  padding: 5px 17px;
  background: #ffba01;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
#goodsView .info .name{
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 0 12px 5px;
  border-bottom: 1px solid #ccc;
}
#goodsView .info table{
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  margin: 20px 0 15px;
  border-bottom: 1px solid #e8e8e8;
}
#goodsView .info table th{
  width: 145px;
  position: relative;
  text-align: left;
  padding: 8px 0 8px 20px;
  font-weight: normal;
  vertical-align: top;
}
#goodsView .info table th:before{
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ffba01;
  border-radius: 100%;
  top: 15px;
  left: 5px;
}
#goodsView .info table th.center{
  vertical-align: middle;
}
#goodsView .info table th.center:before{
  top: 50%;
  margin-top: -3px;
}
#goodsView .info table td{
  padding: 8px 0 8px;
  color: #6f5506;
}
#goodsView .info table td .age{
  display: inline-block;
  padding: 5px 13px;
  border-radius: 15px;
  background: #c9a06a;
  color: #fff;
}
#goodsView .info table td .list{
  margin: 0 0 5px;
  position: relative;
  padding-left: 17px;
}
#goodsView .info table td .list:before{
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #d2d2d2;
  border-radius: 100%;
  top: 5px;
  left: 0;
}
#goodsView .info .edit{
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
  padding: 0 20px;
  color: #6f5506;
}
#goodsView .info .inq,
#goodsView .info .dl {
  float: left;

  height: 33px;
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  text-indent: -9999px;
  margin-right: 20px;
}
#goodsView .info .inq{
  background: url(../images/inq_link.png) no-repeat 0 top;
  width: 110px;
}
#goodsView .info .inq:hover{
  background: url(../images/inq_link.png) no-repeat right bottom;
  opacity: .9;
}
#goodsView .info .dl{
  background: url(../images/inq_link2.png) no-repeat 0 top;
  width: 140px;
}
#goodsView .info .dl:hover{
  background: url(../images/inq_link2.png) no-repeat 1px 1px;
  opacity: .9;
}
/*詳細說明*/
#goodsView .inter .ti{
  position: relative;
  color: #541b86;
  font-size: 20px;
  padding-left: 35px;
  padding-top: 2px;
  margin-left: 35px;
  font-weight: bold;
}
#goodsView .inter .ti:before{
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/page_ti.png) no-repeat;
  left: 0;
  top: 0;
}
#goodsView .inter .editBox{
  padding: 30px 0 0;
}
#goodsView .inter .editBox img{
  vertical-align: bottom;
}

#download .main{
  padding: 0;
}
/*詳細說明*/
#download .inter .ti{
  position: relative;
  color: #541b86;
  font-size: 20px;
  padding-left: 35px;
  padding-top: 2px;
  margin-left: 35px;
  font-weight: bold;
}
#download .inter .ti:before{
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/page_ti.png) no-repeat;
  left: 0;
  top: 0;
}
/*=========== news =============*/
#news table.newsBox{
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
#news table.newsBox th{
  vertical-align: top;
  color: #541b86;
  width: 125px;
  line-height: 22px;
  padding: 13px 0;
}
#news table.newsBox tr{
  border-bottom: 1px solid #e8e7e7;
  background-color: #f6f5f5;
}
#news table.newsBox tr:nth-child(even){
  background-color: #fff;
}
#news table.newsBox tr:last-child{
  border-bottom: none;
}
#news table.newsBox td{
  vertical-align: top;
  line-height: 22px;
  padding: 13px 30px 13px 0;
}
#news table.newsBox td a{
  color: #ff6600;
  font-size: 13px;
  text-decoration: underline;
}
#news table.newsBox td a:hover{
  color: #e35b01;
}

/*=========== HOW TO PLAY =============*/
body.play{
  background: url(../images/play_bg.jpg) no-repeat center center;
  background-size: cover;
}
#play .learn .textBox{
  padding: 0 0 40px 0;
}
#play .learn .picBox02{
  padding: 35px 0;
}
#play .learn .textBox img,
#play .learn .picBox02 img{
  max-width: 100%;
}
#play .wrap{
  padding-top: 0;
}
#play .main{
  padding: 0;
  position: relative;
}
#play .main:before{
  content: '';
  position: absolute;
  top: 0;
  background: url(../images/paly_shadow.png) no-repeat center top;
  width: 980px;
  height: 50px;
}
/*影片*/
#play .videoBox{
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/*#play .videoBox:before{
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: url(../images/video_bg.png) no-repeat center top;
  pointer-events: none;
}*/
#play .video{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#play .videoBox .video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*=========== CATALOGUE =============*/
/*列表*/
#catalogue .main{
  padding: 20px 0 50px;
  position: relative;
}
#catalogue .enlarge{
  display: inline-block;
  width: 34px;
  height: 32px;
  border-radius: 5px;
  background: #541b86;
  color: #fff;
  margin: 0 80px 20px 0;
  text-align: center;
}
#catalogue .enlarge:hover{
  background: #fd6002;
}
#catalogue .enlarge i{
  font-size: 20px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  line-height: 32px;
}
#catalogue .flipbook-wrap {
  position: relative;
}
#catalogue .flipbook-wrap a.flip-prev,
#catalogue .flipbook-wrap a.flip-next {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
  font-size: 0;
  top: 50%;
  margin-top: -13px;
  text-align: center;
}
#catalogue .flipbook-wrap a.flip-prev {
  left: 70px;
  background: url(../images/goods_view_aw.png) no-repeat 0 0;
}
#catalogue .flipbook-wrap a.flip-next {
  right: 70px;
  background: url(../images/goods_view_aw.png) no-repeat right 0;
}
#catalogue .flipbook-wrap a.flip-prev:hover{
  background: url(../images/goods_view_aw.png) no-repeat 0 bottom;
}
#catalogue .flipbook-wrap a.flip-next:hover {
  background: url(../images/goods_view_aw.png) no-repeat right bottom;
}
#catalogue #flipbook{
  width: 750px;
  height: 490px;
  margin: 0 auto;
  overflow: hidden;
}
#catalogue #flipbook .page{
  width: 50%;
  height: auto;
  position: relative;
}
#catalogue #flipbook .page img{
  width: 100%;
  height: 100%;
}
#catalogue #flipbook .even:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background:-webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
  /* background-image:-webkit-linear-gradient(left,rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%); */
  background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
  background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
  background-image:-o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
  background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
  z-index: 1;
}
#catalogue #flipbook .odd:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background:-webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
  background-image:-webkit-linear-gradient(right,rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  z-index: 1;
}
#catalogue #flipbook .hard:before{
  background: none;
  background-image: none;
}
#catalogue .album-first{
  position: absolute;
  z-index: 1;
  left: -70px;
  top: 50%;
  margin-top: -13px;
  color: #c9c9c9;
  font-size: 18px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
#catalogue .album-last{
  position: absolute;
  z-index: 1;
  right: -70px;
  top: 50%;
  margin-top: -13px;
  color: #c9c9c9;
  font-size: 18px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
#catalogue .album-last:hover,
#catalogue .album-first:hover{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  color: #555;
}
#catalogue .photo{
  width: 750px;
  margin:  30px auto 0;
  position: relative;
}
#catalogue .photo .albumSlide{
  margin: 0 5px;
}
#catalogue .photo .albumSlide .bPic{
  overflow: hidden;
  display: block;
  position: relative;
  outline: none;
}
#catalogue .photo .albumSlide .bPic:before{
  content: '';
  display: block;
  position: absolute;
  width: 54px;
  height: 33px;
  background: rgba(0,0,0,.1);
  z-index: 1;
  left: 0;
  top: 0;
  border: 3px solid transparent;
}
#catalogue .photo .albumSlide .bPic.active:before{
  content: '';
  display: block;
  position: absolute;
  width: 54px;
  height: 33px;
  background: rgba(255,255,255,.1);
  z-index: 1;
  left: 0;
  top: 0;
  border: 3px solid #541b86;
}
#catalogue .album-prev {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  outline: 0;
  width: 25px;
  height: 25px;
  z-index: 5;
  left: -40px;
  display: block;
  text-align: center;
  line-height: 25px;
  color: #999;
  font-size: 25px;
}
#catalogue .album-next {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  outline: 0;
  width: 25px;
  height: 25px;
  z-index: 5;
  right: -40px;
  display: block;
  text-align: center;
  line-height: 25px;
  color: #999;
  font-size: 25px;
}
#catalogue .album-prev:hover,
#catalogue .album-next:hover{
  color: #494949;
}
#catalogue .currentPage{
  margin: 20px 0 0;
  text-align: center;
}
#catalogue .currentPage .in{
  color: #541b86;
}
#catalogue .other{
  width: 100%;
  background: url(../images/page_ti_line.gif) repeat-x left top;
  padding: 50px 0 0;
  margin: 50px auto;
}
#catalogue .row{
  margin-bottom: 50px;
}
#catalogue .box{
  display: inline-block;
  vertical-align: top;
  width: 200px;
  border: 1px solid transparent;
  overflow: hidden;
  margin-left: 32px;
}
#catalogue .box:hover{
  border: 1px solid #ffbc02;
}
#catalogue .box .pic{
  width: 150px;
  height: 210px;
  margin: 15px auto;
  overflow: hidden;
  display: block;
  position: relative;
}
#catalogue .box .pic:before{
  content: '';
  display: block;
  position: absolute;
  width: 59px;
  height: 59px;
  background: url(../images/view.png) no-repeat center center;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
#catalogue .box .pic:hover:before{
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
#catalogue .box .txt{
  padding: 15px 0;
  text-align: center;
  background: url(../images/good_line.png) no-repeat center top;
}
#catalogue .box .txt .name{
  font-size: 15px;
  color: #fd6002;
  font-weight: bold;
  margin-bottom: 8px;
}
body.catalogue #cboxLoadedContent{
  border: none;
}

/*詳細*/
#catalogueView{
  width: calc(100vw - 122px);
  height: calc(65.5vw - 80px);
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}
#catalogueView #flipbook{
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-aspect-ratio: 1000/655) {
  #catalogueView{
    width: calc(152.671vh - 122px);
    height: calc(100vh - 80px);
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
  }
  #catalogueView #flipbook{
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}
#catalogueView #flipbook .page{
  position: relative;
}
#catalogueView #flipbook .page img{
  width: 100%;
  height: 100%;
}
#catalogueView #flipbook .even:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background:-webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
  /* background-image:-webkit-linear-gradient(left,rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%); */
  background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
  background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
  background-image:-o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
  background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
  z-index: 1;
}
#catalogueView #flipbook .odd:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background:-webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
  background-image:-webkit-linear-gradient(right,rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
  z-index: 1;
}
#catalogueView #flipbook .hard:before{
  content: '';
  display: block;
  background: none;
  background-image: none;
}
#catalogueView .prev{
  display: block;
  position: absolute;
  top: 48%;
  left: -45px;
  color: #fff;
  font-size: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 100;
}
#catalogueView .next{
  display: block;
  position: absolute;
  top: 48%;
  right: -45px;
  color: #fff;
  font-size: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 100;
}
#catalogueView .close{
  display: block;
  width: 21px;
  height: 20px;
  background: url(../images/ca_aw.png) no-repeat 0 0;
  position:fixed;
  top: 10px;
  right: 10px ;
  z-index: 1;
  font-size: 0;
}
@media (min-width: 1200px){
  #catalogueView .prev{
    left: -50px;
  }
  #catalogueView .next{
    right: -50px;
  }
}
/*=========== contact =============*/
#contact .main{
  padding-bottom: 50px;
}
#contact .position{
  width: 355px;
  padding: 15px;
  border: 1px solid #ffbc02;
  border-top: 15px solid #ff6600;
}
#contact table.info{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#contact table.info th{
  width: 75px;
  text-align:left;
  font-weight: normal;
  line-height: 22px;
  vertical-align: top;
  position: relative;
  padding: 5px 0 5px 15px;
}
#contact table.info th:before{
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ffba01;
  border-radius: 100%;
  top: 12px;
  left: 0;
}
#contact table.info td{
  line-height: 22px;
  vertical-align: top;
  padding: 5px 0;
}
#contact .map{
  width: 100%;
  height: 275px;
  border: none;
}
#contact .form{
  width: 460px;
  padding: 0 15px;
}
#contact .form p{
  margin: 0 0 20px 0;
  line-height: 22px;
  font-weight: bold;
}
#contact table.fill{
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 20px;
}
#contact table.fill th{
  text-align: right;
  width: 100px;
  font-weight: normal;
  padding: 8px 0;
}
#contact table.fill th span{
  margin-right: 5px;
  color: #ffbc02;
}
#contact table.fill td{
  padding: 8px 0 8px 15px;
}
#contact table.fill td .code{
  margin-left: 15px;
}

/*=========== login =============*/
#login .main{
  padding-top: 0;
  padding-bottom: 120px;
  margin-bottom: 30px;
  background: url(../images/login_bg.png) no-repeat center bottom;
}
#login .pTi .joinUs{
  position:absolute;
  display: inline-block;
  padding: 0 20px;
  height: 30px;
  right: 0;
  font-size: 14px;
  color: #fff;
  background: #541b86;
  line-height: 30px;
  border-radius: 5px;
  text-transform:uppercase;
}
#login .login,
#login .forgot{
  width: 410px;
  margin: 0 auto;
  padding: 15px 0 15px;
}
#login .login p,
#login .forgot p{
  font-size: 18px;
  font-weight: bold;
}
#login .forgot{
  display: none;
}
#login .forgot.open{
  display: block;
}
#login input.change{
  width: 358px;
  height: 38px;
  border: 1px solid #ffbc02;
  outline: none;
  position: relative;
  padding-left: 50px;
  font-size: 16px;
}
#login input.change:focus{
  border: 1px solid #ff6600;
}
#login .box{
  position: relative;
  margin-bottom: 15px;
}
#login .box:before{
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}
#login .box.log:before{
  background: url(../images/login_icon01.png) no-repeat center center #ffbc02;
}
#login .box.pass:before{
  background: url(../images/login_icon02.png) no-repeat center center #ffbc02;
}
#login .box.mail:before{
  background: url(../images/login_icon03.png) no-repeat center center #ffbc02;
}
#login .box.open:before{
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background-color: #ff6600;
}
#login .btn .remember{
  padding-top: 3px;
}
#login .btn .remember .txt{
  height: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  padding: 3px 0 0 3px;
}
#login .btn .got{
  height: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 3px 0 0 3px;
  color: #333;
}
#login .btn .got:hover{
  text-decoration: underline;
}
#login .btn .logBtn{
  text-align: center;
  color: #fff;
  width: 88px;
  height: 30px;
  border: none;
  background: #ff7302;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}
#login .btn .logBtn:hover{
  background: #f36a05;
}
#login .btn .forgotBtn{
  text-align: center;
  color: #fff;
  width: 88px;
  height: 30px;
  border: none;
  background: #ffbc02;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}
#login .btn .forgotBtn:hover{
  background: #ffa302;
}
/*=========== register =============*/
#register .main{
  width: 835px;
  margin: 30px auto;
  padding: 0 0 140px 0;
  background: url(../images/register_bg.png) no-repeat 10px bottom;
}
#register p{
  font-weight: bold;
  margin-bottom: 30px;
}
#register table.fill {
  width: 835px;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 14px;
}
#register table th{
  width: 135px;
  height: 30px;
  padding: 7px 20px 7px 0;
  text-align: right;
  font-weight: normal;
  vertical-align: top;
  line-height: 30px;
}
#register table th span{
  color: #ffbc02;
  margin-right: 5px;
}
#register table td{
  padding: 7px 0;
  width: 240px;
}
#register table td .textBox{
  width: 215px;
}
#register table td .textBox.codeBox{
  width: 135px;
}
#register table td .textBox.w635{
  width: 635px;
}
#register table td .code{
  width: 95px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
#register table td textarea{
  width: 635px;
}
#register table td .provision{
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  padding: 5px 0 0 0;
}
#register table td .provision a{
  color: #333;
  text-decoration: underline;
}
#register table td .provision a:hover{
  opacity: .9;
}
#register table td .provision .txt{
  height: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  padding: 3px 0 0 3px;
}
#register .formBtn{
  width: 820px;
  margin: 20px auto;
  text-align: right;
  padding-right: 15px;
}
#terms{
  width: 500px;
}
#terms .head{
  padding: 15px 0 13px;
  padding-left: 25px;
  color: #fff;
  background: #ff7800;
  border: none;
  font-size: 16px;
  text-transform:uppercase;
}
#terms .scroll {
  width: 500px;
  height: 350px;
  background: #fff;
  padding: 25px 0;
}
#terms .scroll .exp{
  padding: 0 25px;
}
#cboxClose {
  background: url(../images/faq_aw.png) no-repeat 0 0;
  top: 15px;
  right: 10px;
}
/*=========== MEMBER CENTER =============*/
#center .main{
  padding: 20px 0;
}
#center .welcome{
  font-weight: bold;
  color: #000;
  font-size: 16px;
  text-align: center;
}
#center .choose{
  text-align: center;
  margin: 30px auto;
}
#center .choose .seMenu{
  margin: 20px 0;
}
#center .choose .seBtn{
  display: inline-block;
  width: 200px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #541b86;
  border-radius: 5px;
  margin: 0 5px;
}
#center .choose .seBtn:hover{
  background: #f0912b;
}
/*=========== UPDATE DETAILS =============*/
#register.edit .main{
  background: none;
  padding-bottom: 10px;
}
#register .pTi .joinUs{
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  background: #541b86;
  line-height: 30px;
  border-radius: 5px;
  text-transform:uppercase;
  margin-left: 10px;
}
#register .pTi .joinUs.current{
  background: #f0912b;
}
#register .pTi .logOut{
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  background: #541b86;
  line-height: 30px;
  border-radius: 5px;
  text-transform:uppercase;
  margin-left: 10px;
}
#register.edit .formBtn{
  position: relative;
  z-index: 1;
  margin-top: -35px;
}
/*=========== CHANGE PASSWORD =============*/
#change .pTi .joinUs{
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  background: #541b86;
  line-height: 30px;
  border-radius: 5px;
  text-transform:uppercase;
  margin-left: 10px;
}
#change .pTi .joinUs.current{
  background: #f0912b;
}
#change .pTi .logOut{
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  background: #541b86;
  line-height: 30px;
  border-radius: 5px;
  text-transform:uppercase;
  margin-left: 10px;
}
#change table.pass{
  width: 450px;
  border-collapse: collapse;
  margin: 30px auto;
}
#change table.pass th{
  width: 135px;
  height: 30px;
  padding: 7px 20px 7px 0;
  text-align: right;
  font-weight: normal;
  vertical-align: top;
  line-height: 30px;
}
#change table.pass th span{
  color: #ffbc02;
  margin-right: 5px;
}
#change table.pass td{
  padding: 7px 0;
}
#change table.pass td .textBox{
  width: 265px;
}
#change table.pass td .textBox.codeBox{
  width: 158px;
}
#change table.pass td .code{
  width: 95px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
#change .formBtn{
  width: 450px;
  margin: 30px auto 50px;
  text-align: right;
}

/*=========== MY CART =============*/
#cart .row{
  margin-bottom: 30px;
}
#cart .box{
  display: inline-block;
  width: 180px;
  height: 180px;
  border: 1px solid transparent;
  overflow: hidden;
  margin-left: 35px;
}
#cart .box:hover{
  border: 1px solid #ffbc02;
}
#cart .box:hover img{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/*=========== SEARCH =============*/
#goods.search .bread{
  font-size: 12px;
  height: 50px;
  width: 1000px;
  margin: 0 auto;
}
#goods.search .bread li:last-child{
  color: #fff;
  background: none;
  text-transform:uppercase;
}
#goods.search .bread a{
  color: #ccc;
}
#goods.search .main{
  padding: 20px 0 0;
}
/*=========== SEARCH =============*/
#goods.error .main{
  word-break: break-all;
  padding: 50px 0 30px 0;
  width: 850px;
  margin: 0 auto;
}
#goods.error .del{
  text-align: center;
}
#goods.error .del p{
  line-height: 25px;
  margin-bottom: 40px;
}

/* Download */
.download {
  width: 960px;
  overflow: hidden;
  margin:20px auto;
}
.download .box {
  float: left;
  margin: 15px;
  width: 210px; overflow: hidden; height: 150px;
  /* css圓角 */
  /* support Safari, Chrome */
  -webkit-border-radius: 10px;
  /* support firefox */
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.download .box a.zoom img {
  vertical-align: top;
  transition: all .2s linear;
}
.download .box a.zoom img:hover {
  transform: scale(1.2);
}


.iCommercial {
  width: 100%;
  margin: 10px 0 50px;
}
.iCommercial .box {
  width: 1000px; overflow: hidden; margin:0 auto; background: #099;
}


.iCertaficate {
  width: 1000px;
  overflow: hidden;
  margin:0 auto;
  padding-bottom: 20px;
  background: url(../images/i_line.png) no-repeat center bottom;
}
.iCertaficate .ti {
  position: relative;
  color: #541b86;
  font-size: 20px;
  padding-left: 35px;
  padding-top: 2px;
  margin-left: 35px;
  font-weight: bold;
}
.iCertaficate .ti:before{
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/page_ti.png) no-repeat;
  left: 0;
  top: 0;
}
.iCertaficate ul.box {
  margin: 20px 0;
}
.iCertaficate ul.box li {
  float: left;
  width: 150px; overflow: hidden; margin: 0 25px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.iCertaficate ul.box li:hover {
  /* 透明度 */
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  filter:alpha(opacity=70);
/*=========== noData =============*/
#noData{
  padding: 80px 0 150px;
  font-size: 14px;
  color: #555;
  text-align: center;
}