/*
*2018-04-28
*fans_m@163.com
*version 1.0.0
 */
@charset "utf-8";
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img {
  margin: 0;
  padding: 0;
}
fieldset,img {
  border: 0;
}
address,caption,cite,code,dfn,th,var {
  font-style: normal;
  font-weight: normal;
}
ul,ol {
  list-style: none;
}
html{
   -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  line-height: 1.15;
}
body{
   font-family:Microsoft Yahei,SimHei,SimSun,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  color:#000;
  font-weight: 400;
  line-height: 1.15;
  height: 100%;
  overflow-y: auto;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
select,input {
  vertical-align: middle;
}
button{
  outline-style: none;
}
select,input,textarea {
  font-size: 12px;
  margin: 0;
}
 input[type="text"],input[type="password"],textarea {
  outline-style: none;
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
a {
　background: transparent;
　text-decoration: none;
}
a:active {
　outline: 0;
}
html,body{
  width: 100%;
  height: 100%;
}
.mainBox{
  width: 100%;
  overflow:hidden;
}
.videoBox{
  width: 100%;
  overflow:hidden;
  height: 230px;
  /*border-bottom: 5px solid #0033ff;*/
}
#my-video{
  width: 100%;
  height: 230px;
  object-fit: fill;
}
.lunB{
  width: 100%;
  min-height: 620px;
  float: left;
  background: url(/wap/bs/images/bg2.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.bgBox{
  width: 100%;
  float: left;
  overflow: hidden;
}
.imgBox{
  width: 100%;
  float: left;
}
.imgBox2{
  width: 105%;
  margin-left: -2%;
  float: left;
}
.yybtn{
  position: absolute;
  width: 34%;
  left: 33%;
  top: 5%;
}
.swDiv{
  float: left;
  width: 32%;
  margin-left: 1%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 5%;
}
.perImg{
  width: 88%;
}
.sw-next-prev{
  display: none;
}
.perTitle{
  color: #1baeba;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.perTitle2{
  color: #dedede;
  font-size: 12px;
  margin-top: 10px;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
  overflow:hidden;
  white-space: pre-line;
  height: 35px;
  line-height: 1.5;
}
.bottomBtn{
  width: 34%;
  position: absolute;
  bottom: 10%;
  left: 33%;
}
.yybtn,.bottomBtn{
  animation:btnAnim 2s linear 0.5s infinite;
  -moz-animation:btnAnim 2s linear 0.5s infinite;
  -webkit-animation:btnAnim 2s linear 0.5s infinite;
  -o-animation:btnAnim 2s linear 0.5s infinite;
}
@keyframes btnAnim{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.2);
  }
  100%{
    transform: scale(1);
  }
}
.bg2Box{
  width: 100%;
  overflow:hidden;
  padding-top: 0%;
}
.bg2Box li{
  float: left;
  width:23%;
  margin-left: 7.75%;
  margin-bottom: 20px;
}
.bg2Box li img{
  width: 100%;
}
.bg2Box li p{
  width: 100%;
  text-align: center;
  color: #fff;
  font-size:12px;
  margin-top: 5px;
}
/*.bg2Box li img{
  animation:bounceIn 2s linear 0.5s infinite;
  -moz-animation:bounceIn 2s linear 0.5s infinite;
  -webkit-animation:bounceIn 2s linear 0.5s infinite;
  -o-animation:bounceIn 2s linear 0.5s infinite;
}*/


.sw-slides{
  overflow: hidden;
  width: 92%;
  margin: 0 auto;
}
.titleDiv{
   width: 100%;
   padding: 5% 0;
}
