@charset "UTF-8";
/* ==========================================================================
   Base
   ========================================================================== */
a { text-decoration: none; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }
body {
    overflow-x: hidden;
}
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, form { margin: 0; }
button,fieldset { padding: 0; margin: 0; }
ul, ol { padding-left: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
img { border: 0; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
em, i { font-style: normal; }
/* ==========================================================================
   Typography
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
dfn { font-style: italic; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
mark { background: #ff0; color: #000; }
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 100%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* ==========================================================================
   html5
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] {
display: none;
}
/* ==========================================================================
   Forms
   ========================================================================== */
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }
legend { display: none; }
fieldset { border: 0 none; }
/* imgArea */
.imgArea { float: left; }
.imgArea img { width: 100%; height: 100%;}
.txtArea { overflow: hidden; *zoom:1;
}
.txtArea .desc { display: -webkit-box;/*  -webkit-line-clamp: 3; */ -webkit-box-orient: vertical; word-break: break-all; overflow: hidden; }
/* thumbnail */
.thumbnail-wrap { display: table; table-layout: fixed; }
.thumbnail { display: table-cell; *display: block;
text-align: center; vertical-align: middle; overflow: hidden; }
.thumbnail img { max-width: 100%; max-height: 100%; _width: 100%; _height: 100%; vertical-align: middle; }
.thumbnail i { display: inline-block; width: 0; height: 100%; vertical-align: middle; }/* ie6/7下可以使用此方法兼容 */
/* ==========================================================================
   Common
   ========================================================================== */
.fl { float: left; }
.fr { float: right; }
/* clearfix */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1
}
.more-arr,
.bc-arr { font-family: simsun; }
[class^="icon"] {
padding-right: 5px;
}
.asterisk { color: #f00; padding: 0 6px; }
.tal { text-align: left !important;}
.tac { text-align: center !important;}
.tar { text-align: right !important;}

button, input, select, textarea { font-size: 100%; }
textarea { overflow: auto; vertical-align: top; }


/*工具*/
.fix { *zoom:1; *clear:both;}
.fix:before, .fix:after { display:table; clear:both; content:'';}
.oh { overflow:hidden; *zoom:1;}
.l { float:left;}.r { float:right;}
.dib { display:inline-block; *display:inline; *zoom:1;}
.pr { position:relative;}.pa { position:absolute;}
.tc { text-align:center;}.tr { text-align:right;}
.el { overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.hide { display:none;}
.hidetext { font:0/0 a; letter-spacing:-9px;}
.arr { display:inline-block; overflow:hidden; width:0; height:0;}
.opc0 { opacity:0 ; filter:alpha(opacity=0);}

/*动效*/
.rotation { -webkit-animation:rotation  0.8s infinite linear; animation:rotation  0.8s infinite linear;}
@-webkit-keyframes rotation { 0% { -webkit-transform:rotateZ(0deg);}
    100% { -webkit-transform:rotateZ(360deg);}}
@keyframes rotation { 0% { transform:rotateZ(0deg);}
    100% { transform:rotateZ(360deg);}}
.heartbeat { -webkit-animation:heartbeat  1.2s infinite ease-in; animation:heartbeat  1.2s infinite ease-in;}
@-webkit-keyframes heartbeat { 0% { -webkit-transform:scale(1); opacity:1;}
    15% { -webkit-transform:scale(1.3); opacity:0.5;}
    30% { -webkit-transform:scale(1); opacity:1;}}
@keyframes heartbeat { 0% { transform:scale(1); opacity:1;}
    15% { transform:scale(1.3); opacity:0.5;}
    30% { transform:scale(1); opacity:1;}}
.trigger:hover { -webkit-animation:trigger 0.2s ease; animation:trigger 0.2s ease;}
@-webkit-keyframes trigger { 0% { -webkit-transform:rotateZ(0deg);}
    100% { -webkit-transform:rotateZ(180deg);}}
@keyframes trigger { 0% { transform:rotateZ(0deg);}
    100% { transform:rotateZ(180deg);}}


    /* 等比填充 */
*[class*="rect-"]{position:relative;display:block; width:100%;height:0;overflow:hidden;}
*[class*="rect-"] ._full{position:absolute;left:0;top:0;width:100%;height:100%;
*height:auto;}
.rect-50{padding-bottom:50%;}
.rect-5625{padding-bottom:56.25%;}
.rect-60{padding-bottom:60%;}
.rect-618{padding-bottom:61.8%;}
.rect-70{padding-bottom:70%;}
.rect-75{padding-bottom:55%;}
.rect-80{padding-bottom:80%;}
.rect-90{padding-bottom:90%;}
.rect-100{padding-bottom:100%;}

.row>.span-4 {
   width: 23%;
}
.row>[class*="span-"] {
   float: left;
   margin-right: 1%;
   margin-left:1%;
*margin-right:1.89%;
}

.full-row>.span-6 {
   width: 50%;
*width:49.89%
}
.full-row>[class*='span'] {
   float: left
}

/*combtn*/
.combtn { text-align:center;}
.cmn_btn_rotate { display:inline-block; text-decoration:none; text-align:center;}
.cmn_btn_rotate .cube { position:relative; display:inline-block;
  -webkit-transform-style:preserve-3d;
          transform-style:preserve-3d;
  -webkit-transition:-webkit-transform .35s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition:transform .35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cmn_btn_rotate .cube span { display:block; background-visibility:hidden; border:#ec1c1c 1px solid; height:38px; line-height:38px; padding:0 100px 0 60px; position:relative;}
.cmn_btn_rotate .cube span i { display:block; width:25px; height:13px; background:url(../img/more_ico.png) -25px 0 no-repeat; position:absolute; right:28px; top:50%; margin-top:-6px;}
.cmn_btn_rotate .off { position:relative; z-index:5; background-color:transparent; color:#ec1c1c;
    -webkit-transform:rotateX(0) translateZ(19px);
            transform:rotateX(0) translateZ(19px);
}
.cmn_btn_rotate .cube .on { position:absolute; left:0; background-color:#ec1c1c; color:#fff;
    -webkit-transform:rotateX(-90deg) translateZ(-19px);
            transform:rotateX(-90deg) translateZ(-19px);
}
.cmn_btn_rotate .cube .on i { background-position:0 0;}
.cmn_btn_rotate:hover .cube,.cmn_btn_rotate.loading .cube {
    -webkit-transform:rotateX(90deg);
            transform:rotateX(90deg);
}


@media only screen and (max-width: 767px){
    .full-row li.span-6 {width: 100%;}
}



