@charset "utf-8";
/* CSS Document */

.iePngFix{behavior: url(/js/iepngfix.htc);} /* for IE 6 */

/* remove the line around the link */
a{text-decoration:none;}
a:focus {
	noFocusLine:expression(this.onFocus=this.blur()); 
	-moz-outline: none !important;
	outline: none;
	/*-moz-outline: #F66800 solid 2px !important;
	outline: #F66800 solid 2px;
	color:#FF9900;*/
}
a:active{/*background:transparent;*/}

/* Clear Fix -- Add the "clearfix" class to the parent element of floated item(s) to clear -- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix{
	clear: both; 
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
	clear: both; 
}
.clearfix{
	clear: both; 
}
/* End hide from IE-mac */
.video-box {
  font-size: 0;
}
.video-box .video-item {
  display: inline-block;
  width: 50%;
  position: relative;
}
.video-box .video-item .text-show {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
.video-box .video-item .text-show .text-title {
  line-height: 56px;
  font-size: 36px;
}
.video-box .video-item .text-show .text-desc {
  line-height: 36px;
  font-size: 16px;
}
.video-box .video-item .show-img {
  width: 100%;
}
.play-ctrl {
  width: 13%;
  padding-bottom: 13%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-60%);
  cursor: pointer;
  background: url("../imgs/btn.png");
  background-size: cover;
}
.play-ctrl:hover {
  background: url("../imgs/h-btn.png");
  background-size: cover;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:999;
}
.modal .modal-back {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
#details.fade {
  -webkit-transition: opacity 3s linear, top 3s ease-out;
  -moz-transition: opacity 3s linear, top 3s ease-out;
  -ms-transition: opacity 3s linear, top 3s ease-out;
  -o-transition: opacity 3s linear, top 3s ease-out;
  transition: opacity 3s linear, top 3s ease-out;
}
#details {
  width: 854px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-right: 0;
  margin-left: 0;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1000;
}

#details .closed {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  line-height: 40px;
  opacity: 0.5;
}
#details .closed:hover {
}
#details .videos {
  width: 100%;
  height: 100%;
  display: block;
  background:#000;
}

/* ######### reset tags' default value in different browsers  ######### */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
menu {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

/*sup {
	vertical-align: baseline;
}*/

sub {
	vertical-align: baseline;
}

sup {
	vertical-align: super;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}

body *{-webkit-text-size-adjust:none;} /* Google Chrome min. font size fix */
