/* @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css); */
@import url(font.css);
[class*="iconicfill-"]:before {
  font-family: 'IconicFill', sans-serif;
}
/*banner*/
#full-screen-slider { width:100%; min-width: 1200px; height:500px; float:left; position:relative; margin-bottom:30px;}
#slides { display:block; width:100%; height:500px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:50%; top:460px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}

/*首页主体*/
.m_wapper{width:1200px; height:auto; overflow:hidden; margin:0 auto;}
.m_wapper h2 {
    font-size: 40px;
    margin: 60px 0 8px;
    text-align: center;
    color: #000;
	background:url(../images/tit-bg.png) center center no-repeat;
}
.m_wapper font {
    display: inline-block;
    font-size: 17px;
    text-align: center;
    color: #666;
    width: 1200px;
    margin: 30px 0;

}
.m_wapper font a{ color:#666;}
.m_wapper font a:hover{color:#23a2cd;}
.ys_lists {
    height: auto;
    overflow: hidden;
    padding-top: 50px;

}
.ys_lists li {
    float: left;
    width: 193px;
    margin-right: 30px;
    border: #ccc 1px solid;
    padding: 0 10px 10px;
    text-align: center;
    height: 210px;

}
.ys_lists li:hover{border: #23a2cd 1px solid; cursor:pointer;}
.ys_lists li:hover h4{color:#23a2cd;}
.ys_lists li img {
    display: block;
    text-align: center;
    margin: -50px auto 0;

}
.ys-wz h4 {
    font-size: 20px;
    margin: 15px 0;
    font-weight: 600;
    text-align: center;
    color: #333;

}
.ys-wz p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #888;

}
/*首页产品列表*/
.m_prolists ul {
    width: 1225px;
    overflow: hidden;

}
.m_prolists li {
    list-style: none;
    width: 220px;
    margin: 0 25px 15px 0;
    float: left;
    line-height: 20px;
    text-align: center;
    cursor: pointer;

}
.m_prolists img {
    width: 100%;
    height: auto;
}
.m_prolists li p {
    margin: 15px 0 0;
    font-size: 15px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*底部媒体中心*/
.media {width:1200px; margin:30px auto;}
.media .media_video{width:500px; float:left;}
.media h3{line-height:35px; font-size:25px;}

/*视频播放器*/
.js-video {
  position: relative;
  max-width: 480px;
  margin-top:25px;
  background: rgba(0, 0, 0, 0.2);
}

/*********************
 * Elements inside js-video
 *********************/
video {
  max-width: 100%;
  max-height: 70vh;
  background-size: cover;
  background-position: center center;
}

.js-video button {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/*********************
 * UI
 *********************/
.playPause.ui-icon {
  position: absolute;
  top: 20px;
  left: 10px;
  right: 0;
  display: block;
  width: auto;
  bottom: 56px;
}
.playPause.ui-icon:before, .playPause.ui-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
}
.playPause.ui-icon:after {
  content: '';
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}
.playPause.ui-icon:before {
  font-size: 40px;
  line-height: 80px;
  color: rgba(244, 209, 126, 0.5);
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -14px;
}
.playPause.ui-icon.fa-pause:before, .playPause.ui-icon.fa-undo:before {
  margin-left: -17px;
}
.playPause.ui-icon.fa-pause {
  opacity: 0;
}

.ui {
  padding: 10px 1vw;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
}
.ui > div:nth-of-type(1), .ui > div:nth-of-type(4) {
  padding-top: 8px;
}
.ui > div:nth-of-type(1) {
  -webkit-flex: 30 30 1px;
  flex: 30 30 1px;
  margin-right: 10px;
}
.ui > div:nth-of-type(2) {
  -webkit-flex: 1 0 60px;
  flex: 1 0 60px;
  font-size: 12px;
  margin-right: 10px;
  text-align: center;
  line-height: 20px;
}
.ui > div:nth-of-type(3) {
  -webkit-flex: 0 0 20px;
  flex: 0 0 20px;
  margin-right: 10px;
}
.ui > div:nth-of-type(4) {
  -webkit-flex: 0 0 60px;
  flex: 0 0 60px;
}

.timeDisplay {
  white-space: nowrap;
}
.timeDisplay i {
  font-style: normal;
}

.fullscreen {
  position: absolute;
  font-style: normal;
  left: 10px;
  bottom: 50px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.fullscreen:before {
  font-size: 30px;
  line-height: 40px;
  color: rgba(244, 209, 126, 0.2);
}
.fullscreen:hover:before {
  color: rgba(244, 209, 126, 0.5);
}

.ui-icon {
  font-size: 20px;
  vertical-align: middle;
  width: 20px;
  margin-right: 10px;
  cursor: pointer;
}

/*********************
 * Progress
 *********************/
.progress, .volumeControl {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  height: 5px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 2px;
  border: 0;
}

.progress > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.progress-time {
  background-color: black;
}

.anim {
  -moz-transition: width 1000ms linear;
  -o-transition: width 1000ms linear;
  -webkit-transition: width 1000ms linear;
  transition: width 1000ms linear;
}

.progress-buffer {
  background-color: rgba(0, 0, 0, 0.3);
  -moz-transition: width 250ms linear;
  -o-transition: width 250ms linear;
  -webkit-transition: width 250ms linear;
  transition: width 250ms linear;
}

.volumeControl {
  width: 90%;
  overflow: visible;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
}
.volumeControl .ui-slider-handle {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 0;
  top: -2px;
  background: transparent;
}
.volumeControl .ui-slider-handle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -50%;
  background: black;
  border-radius: 4px;
}
.volumeControl .ui-slider-handle:focus {
  outline: none;
}
/*案例百科*/
.media_news{width:320px; float:left; margin-left:30px;}
.media_news dt{line-height: 35px; font-size: 25px; margin-bottom:15px;}
.media_news dt span{float:right; font-size:13px;}
.media_news dd{height:30px; line-height:30px; padding-left: 15px; overflow:hidden; background:url(../images/icon01.jpg) left center no-repeat;}

