/* TED player */
.mejs-overlay-button{ background-size:cover;}
.mejs-container.mejs-ted {

}
.mejs-ted .mejs-controls {
	background: #eee;
	height: 65px;
}

.mejs-ted .mejs-button,
.mejs-ted .mejs-time {
	position: absolute;
	background: #ddd;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: none;
	background: url(controls-ted.png) repeat-x 0 -52px;
	height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-buffering {
	height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: none;
	background: url(controls-ted.png) repeat-x 0 -52px;
	width: 0;
	height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 6px;
	background-color: none;
	background: url(controls-ted.png) repeat-x 0 -59px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-handle  {
	display: block;
	margin: 0;
	width: 14px;
	height: 21px;
	top: -7px;
	border: 0;
	background: url(controls-ted.png) no-repeat 0 0;	
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-float {	
	display: none;
}
.mejs-ted .mejs-controls .mejs-playpause-button  {
	top: 29px;
	left: 9px;
	width: 49px;
	height: 28px;
}
.mejs-ted .mejs-controls .mejs-playpause-button  button {
	width: 49px;
	height: 28px;
	background: url(controls-ted.png) no-repeat -50px -23px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-pause button  {
	background-position: 0 -23px;
}

.mejs-ted .mejs-controls .mejs-fullscreen-button  {
	top: 34px;
	right: 9px;
	width: 17px;
	height: 15px;
	background : none;
}
.mejs-ted .mejs-controls .mejs-fullscreen-button  button {
	width: 19px;
	height: 17px;
	background: transparent url(controls-ted.png) no-repeat 0 -66px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-unfullscreen  button {
	background: transparent url(controls-ted.png) no-repeat -21px -66px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-volume-button  {
	top: 30px;
	right: 35px;
	width: 24px;
	height: 22px;
}
.mejs-ted .mejs-controls .mejs-mute button {
	background: url(controls-ted.png) no-repeat -15px 0;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;
}
.mejs-ted .mejs-controls .mejs-unmute button {
	background: url(controls-ted.png) no-repeat -40px 0;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;	
}
.mejs-ted  .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: #fff;
	border: solid 1px #aaa;
	border-width: 1px 1px 0 1px;
	width: 22px;
	height: 65px;
	top: -65px;
}
.mejs-ted  .mejs-controls .mejs-volume-button .mejs-volume-total {
	background: url(controls-ted.png) repeat-y -41px -66px;
	left: 8px;
	width: 6px;
	height: 50px;
}
.mejs-ted  .mejs-controls .mejs-volume-button .mejs-volume-current {
	left: 8px;
	width: 6px;	
	background: url(controls-ted.png) repeat-y -48px -66px;
	height: 50px;
}

.mejs-ted  .mejs-controls .mejs-volume-button .mejs-volume-handle {
	display: none;
}

.mejs-ted .mejs-controls .mejs-time span {
	color: #333;
}
.mejs-ted .mejs-controls .mejs-currenttime-container  {
	position: absolute;
	top: 32px;
	right: 100px;
	border: solid 1px #999;
	background: #fff;
	color: #333;
	padding-top: 2px;
	border-radius: 3px;
	color: #333;
}
.mejs-ted .mejs-controls .mejs-duration-container  {

	position: absolute;
	top: 32px;
	right: 65px;
	border: solid 1px #999;
	background: #fff;
	color: #333;
	padding-top: 2px;
	border-radius: 3px;
	color: #333;
}

.mejs-ted .mejs-controls .mejs-time  button{
	color: #333;
}
.mejs-ted .mejs-controls .mejs-captions-button {
	display: none;
}
/* END: TED player */


/* WMP player */
.mejs-container.mejs-wmp {

}
.mejs-wmp .mejs-controls {
	background: transparent url(controls-wmp-bg.png) center 16px no-repeat;
	height: 65px;
}

.mejs-wmp .mejs-button,
.mejs-wmp .mejs-time {
	position: absolute;
	background: transparent;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: transparent;
	border: solid 1px #ccc;
	height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-buffering {
	height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: rgba(255,255,255,0.3);
	width: 0;
	height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 1px;
	background-color: #014CB6;
	border: solid 1px #7FC9FA;
	border-width: 1px 0;
	border-color: #7FC9FA #fff #619FF2 #fff;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-handle  {
	display: block;
	margin: 0;
	width: 16px;
	height: 9px;
	top: -3px;
	border: 0;
	background: url(controls-wmp.png) no-repeat 0 -80px;	
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-float {	
	display: none;
}
.mejs-wmp .mejs-controls .mejs-playpause-button  {
	top: 10px;
	left: 50%;
	margin: 10px 0 0 -20px;	
	width: 40px;
	height: 40px;
	
}
.mejs-wmp .mejs-controls .mejs-playpause-button  button {
	width: 40px;
	height: 40px;
	background: url(controls-wmp.png) no-repeat 0 0;	
	margin: 0;
	padding: 0;
}
.mejs-wmp .mejs-controls .mejs-pause button  {
	background-position: 0 -40px;
}

.mejs-wmp .mejs-controls .mejs-currenttime-container  {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -93px;
}
.mejs-wmp .mejs-controls .mejs-duration-container  {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -58px;
}


.mejs-wmp .mejs-controls .mejs-volume-button  {
	top: 32px;
	right: 50%;
	margin-right: -55px;
	width: 20px;
	height: 15px;
}
.mejs-wmp .mejs-controls .mejs-volume-button button {
	margin: 0;
	padding: 0;
	background: url(controls-wmp.png) no-repeat -42px -17px;
	width: 20px;
	height: 15px;
}
.mejs-wmp .mejs-controls .mejs-unmute button {
	margin: 0;
	padding: 0;
	background: url(controls-wmp.png) no-repeat -42px 0;
	width: 20px;
	height: 15px;
}
.mejs-wmp .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: rgba(102,102,102,0.6);
}

.mejs-wmp .mejs-controls .mejs-fullscreen-button  {
	top: 32px;
	right: 50%;
	margin-right: -82px;
	width: 15px;
	height: 14px;
}
.mejs-wmp .mejs-controls .mejs-fullscreen-button  button {
	margin: 0;
	padding: 0;
	background: url(controls-wmp.png) no-repeat -63px 0;
	width: 15px;
	height: 14px;
}
.mejs-wmp .mejs-controls .mejs-captions-button {
	display: none;
}
/* END: WMP player */

@media only screen and (max-width:767px) {
.mejs-overlay-button{ width:50px; height:50px;margin:-25px 0 0 -25px;}
.mejs-overlay:hover .mejs-overlay-button{ background-position:0 -50px;}
}

.iboxT2 { border-bottom: 0px solid #878787; position: relative;  margin-bottom: 32px; font-size: 30px; text-transform: uppercase; color: #444; text-align: center; }

.pridcutIbox .iboxT { font-size: 36px; padding-bottom: 12px; }
.pridcutIbox { background-color: ; padding: 60px 0px 0px; overflow: hidden; }
.pridcutIbox a:link, .pridcutIbox a:visited { color: #0838a1; }
.pridcutIbox a:active, .pridcutIbox a:hover { color: #0137a4; }
.productDemo { margin-right: -7px; }
.productDemo .item { margin-right: 6px; overflow: hidden; float: left; width: 532px; background-color: #0838a1; }
.productDemo .itemCon { position: relative; background-color: #fff; /*padding-bottom: 131px;*/ }
.productDemo .img { overflow: hidden; /*border:#000  solid 6px*/}
.productDemo .img img { width: 100%; display: block; transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.productDemo .t { color: #0137a4;  text-align: center; font-size: 22px; line-height: 1.4; padding-bottom: 10px; position: relative; }
.productDemo .img .t { color: #fff; position: absolute; left: 5%; top: 25%; width: 90%; opacity: 1; transition: .4s cubic-bezier(0.445, 0.145, 0.355, 1); -webkit-transition: .4s cubic-bezier(0.445, 0.145, 0.355, 1); }
.con-six{}
.conimg-two{}
.txt-six{	position: absolute;	left: 0;	top: 0;width: 100%;	height: 100%;padding-top: 60px;	line-height: 45px;	text-align: center;	color: #fff;background: rgba(1,55,165,0.6);	display: none;}
.txt-six h3{font-weight: normal;}
.txt-six p{	font-size: 14px;	display: block;	line-height: 20px;}
.productDemo .con { position: absolute; left: 0; bottom: 0; width: 90%; padding: 25px 5% 30px; background-color: #fff; transition: background 300ms; -webkit-transition: background 300ms; }
.productDemo .con .t { height: 0; overflow: hidden; padding-bottom: 0; opacity: 0; transition: 300ms; -webkit-transition: 300ms; }
.productDemo .con .slt-bor { background-color: #0137a4; bottom: 0; }
.productDemo .con .c { height: 76px; overflow: hidden; transition: .5s cubic-bezier(0.445, 0.145, 0.355, 1); -webkit-transition: .5s cubic-bezier(0.445, 0.145, 0.355, 1); }
.productDemo .con .sj { background: url(../images/sj1.png) no-repeat scroll center bottom; width: 34px; height: 17px; position: absolute; left: 50%; margin-left: -17px; top: -17px; transition: 300ms; -webkit-transition: 300ms; }

@media screen and (min-width:1601px){
.productDemo{ margin-right: -7px;}
/*.productDemo .itemCon{ padding-bottom: 146px;}*/
.productDemo .con{ padding: 30px 8% 40px; width: 84%;}
.twoBox .item1{ width: 40%;}
.twoBox .item2{ width: 60%; }

}






.cy-bg {
  background: #f1f1f1;
}


  .ps-carousel .slick-prev,
  .ps-carousel .slick-next {
    width: 32px;
    height: 32px;
  }

  .ps-carousel .slick-prev {
    left: -41px;
  }

  .ps-carousel .slick-next {
    right: -41px;
  }

  .ps-carousel .slick-next span {
    background-position: -20px 8px;
  }

  .ps-carousel .slick-prev span {
    background-position: 12px 8px;
  }

@media screen and (max-width: 991px){

  .ps-carousel .slick-prev {
    left: -36px;
  }

  .ps-carousel .slick-next {
    right: -36px;
  }


}

@media screen and (max-width: 575px){


  .ps-carousel .slick-prev {
    left: 10px;
  }

  .ps-carousel .slick-next {
    right: 10px;
  }

}


@media screen and (min-width: 1440px){
  .cy-content {
    width: 1024px;
  }

}



@media screen and (min-width: 1680px){
  .cy-content {
    width: 1180px;
  }
}
@media screen and (min-width: 1920px){
  .cy-content {
    width: 1280px;
  }
}


@media screen and (max-width: 1199px){
  .cy-content {
    width: 860px;
  }
  
   .ps-desc {
    font-size: 18px;
  }

  .ps-desc span {
    font-size: 14px;
  } 
  
  
}  
  @media screen and (max-width: 991px){
   .cy-content {
    width: 640px;
  } 
  
  .hp-title {
    padding: 2em 0;
  }

  .hp-title h3 {
    font-size: 18px;
  }

  .hp-title>p {
    margin-bottom: 1.5em;
    padding: 0 10%;
  }

  .ps-desc {
    font-size: 16px;
  }

  .ps-desc span {
    font-size: 12px;
  }
  
}    
  
  @media screen and (max-width: 767px){
    .cy-content {
    width: 460px;
  }
}    


  @media screen and (max-width: 575px){
  .cy-content {
    width: 100%;
  }
} 


.cy-content {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.hp-title {
  padding: 3.5em 0;
  overflow: hidden;
}

.hp-title h3 {
  position: relative;
  margin-bottom: 1.3em;
  font-size: 32px;
  color: #03328e;
  text-align: center;
}

.hp-title h3::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 1.5em;
  height: 1px;
  margin-left: -.75em;
  background: #03328e;
}

.hp-title>p {
  margin-bottom: 3em;
  padding: 0 18%;
  text-align: center;
}

.ps-carousel-item {
  position: relative;
  width: 33.33%;
}

.ps-carousel-item figure {
  margin-bottom: 0;
}

.ps-carousel-item img {
  width: 100%;
}

.ps-carousel-item:hover img {
  transform: scale(1.1);
}

.cy-fadeInUp {
  transform: translateY(50%);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.48s, 0.68s;
}

.action.cy-fadeInUp {
  transform: none;
  opacity: 1;
}

.ps-desc {
  position: absolute;
  top: 5%;
  left: 5%;
  max-width: 95%;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}

.ps-desc span {
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: .5em;
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
  background: #00a6c9;
  border-radius: 50%;
  vertical-align: top;
}



figure {
  margin: 0 0 1.125em;
}

.cy-container {
  position: relative;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.cy-clearfix:before,
.cy-clearfix:after,
.cy-container:before,
.cy-container:after,
.cy-content:before,
.cy-content:after {
  content: '';
  display: table;
}

.cy-clearfix:after,
.cy-container:after,
.cy-content:after {
  clear: both;
}



