ul,ol,li,h1,h2,h3,h4,h5,p,div{margin: 0px;padding: 0px;border:0;font-family: "microsoft yahei";}
ul li{list-style-type: none;}

.row{margin: 0px;}
.wraper{max-width: 750px;margin: 0 auto;overflow: hidden;background-color: #fff;}
.wrap{background-repeat: no-repeat;background-position: center;width: 100%;}
.wraper1{background-image: url(../images/img_01.jpg);height: 372px;}
.wraper21{background: url(../images/img_02.jpg) 0 0 no-repeat,url(../images/img_03_02.jpg) 0 306px no-repeat;height: 452px;}
.wraper2 ul li{background: url(../images/oril_01.png)no-repeat left;padding-left: 28px;color: #f8dcd3;font-size: 30px;letter-spacing: 5px;}
.wraper2 ul {padding-left: 50px;}
.wraper2 ul li span{color: #f40d0d;}
.line{text-decoration: line-through;}
.wraper2{background-color: #212530;}
.wraper3{height: 190px;padding-top: 20px;background-color: #212530;}
button.btn{background: url(../images/btn.png)no-repeat center;width: 474px;height: 134px;outline: none;-webkit-animation: verticalnext 1s linear alternate infinite;animation: verticalnext 1s linear alternate infinite;}
button.btn:hover{background: url(../images/btn.png)no-repeat center;width: 474px;height: 134px;outline: none;}
.btn:hover,
.btn:focus {outline: none;}
.wraper3 p{font-size: 22px;color: #999999;margin-top: 10px;}.wraper3 p a{font-size: 22px;color: #999999;}
.wraper4{background-image: url(../images/img_04.jpg);height: 449px;}
.wraper5{background-image: url(../images/img_05.jpg);height: 549px;}
.wraper6{background-image: url(../images/img_06.jpg);height: 604px;}
.wraper7{background-image: url(../images/img_07.jpg);height: 324px;}
.contert-text{color: #000;padding: 20px 25px;font-size: 22px;line-height: 40px;white-space: pre-wrap;}.contert-text a{color: #000;}
h2{font-size: 30px;font-weight: bold;color: #000;line-height: 47px;margin-bottom: 10px;}
.pull-right{margin-bottom: 20px;}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  max-width: 680px;
  margin: 30px auto;
  _width:680px;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap div {
  float:left;
  width:90%;
  position: relative;
}
#pager em{display: inline-block;width: 85px;height: 45px;line-height: 45px;background: #3a3f4d; vertical-align: middle; margin:0 10px; color: #fff; font-style: normal;cursor: pointer;}
#pager em.on{background: #f13232;}
#console {
  font-size: 12px;
  font-family:"Inconsolata", "Monaco", "Consolas", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  color: #999;
  line-height: 18px;
  margin-top: 20px;
  max-height: 150px;
  overflow: auto;
}

#mySwipe div b {
  display:block;
  font-weight:bold;
  color:#14ADE5;
  font-size:20px;
  text-align:center;
  margin:10px;
  padding:100px 10px;
  box-shadow: 0 1px #EBEBEB;
  background: #fff;
  border-radius: 3px;
  border: 1px solid;
  border-color: #E5E5E5 #D3D3D3 #B9C1C6;
}
@-webkit-keyframes verticalnext{
    0%{-webkit-transform:scale(1);}
    100%{-webkit-transform:scale(1.1);}
}
@keyframes verticalnext{
    0%{transform:scale(1);}
    100%{transform:scale(1.1);}
}