/**
 * 卓越设计首页样式
 * 
 * @version $Id: home.design.css 60 2017-08-22 07:13:18Z zhaofy $
 * @creator liqt @ 2014-10-08 21:45:43 by caster0.0.3
 */
@charset "UTF-8";

.menu-title {
  color: #fff;
  font-size: 32px;
  line-height: 35px;
  margin: 0;
  padding: 30px 0 30px 0;
  text-align: center;
}

.menu-title .icon-left,
.menu-title .icon-right {
  display: inline-block;
  width: 22px;
  height: 21px;
  margin: 0 15px;
  background-repeat: no-repeat;
  background-position: center center;
}

.menu-title .icon-left {
  background-image: url("../images/icon.title.left.png");
}

.menu-title .icon-right {
  background-image: url("../images/icon.title.right.png");
}

#main .row {
  margin: 0 auto;
  padding: 0;
 /*  margin-bottom: 20px; */
  display: table;
  width: 100%;
}

#main .row .col-left,
#main .row .col-right{
  margin: 0;
  padding: 0;
  float: none;
  display: table-cell;
  vertical-align: bottom;
}


#main .row a,
#main table.index-item a {
  display: block;
  position: relative;
  width: 100%;
  outline:none;
}

#main .row img,
#main table.index-item img {
  width: 100%;
  display: block;
}

#main .row img:hover,
#main table.index-item img:hover {
}

#main table.index-item {
  width: 100%;
}

#main table.index-item td{
  vertical-align: top;
}

#main .cover-mask {
  display: none;
  width: 100%;
  height: 100%;
  background: #030303;
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);/* For IE 5-7 */ 
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";/* For IE 8 */
  position: absolute;
  bottom: 0;
}

#main a:hover .cover-mask {
  display: block;
}

/*弹出详情相关样式*/

#cboxOverlay {
  background: none !important;
}

.content-detail {
  color: #fff;
  padding: 40px 40px 0 100px;
}

.content-detail .col-right{
  margin-top: 60px;
}

.content-detail .col-left img{
  display: block;
  margin-top: 20px;
  width: 100%;
}

.content-detail h1 {
  height: 40px;
  line-height: 40px;
  margin: 0;
}

.content-detail h1 .english{
  font-size: 36px;
  margin-right: 20px;
}

.content-detail h1 .chinese{
  font-size: 26px;
}

.content-detail p {
  line-height: 2em;
}

.content-detail .scroll-pane {
  height: 300px;
  overflow: auto;
}

/*隐藏jscrollpane的拉动条*/
.content-detail .scroll-pane .jspDrag{
  display: none;
}

.content-detail .scroll-pane .jspTrack{
  background: none;
}

.content-detail .scroll-pane .jspVerticalBar{
  width: 25px;
  background: none;
}

.content-detail .scroll-pane .jspVerticalBar .jspArrowUp{
  width: 25px;
  height: 15px;
  background: url("../images/design.arrow.up.png") no-repeat center center transparent;
}

.content-detail .scroll-pane .jspVerticalBar .jspArrowDown{
  width: 25px;
  height: 15px;
  background: url("../images/design.arrow.down.png") no-repeat center center transparent;
}

