
body,
div,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
li {
  list-style: none;
}
body {
  font-family: Microsoft YaHei, Segoe UI, Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #000000;
  background: #ffffff;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}



.wrapper {
  width: 1150px;
  margin: 8% auto;
  height: 100%;
  position: relative;
}
#banner {
  width: 100%;
  height: 750px;

}
.bannerimg{
    width: 100%;

}
#banner_img {
  display: block;
}
#banner_img li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  background-position: center;
  background-size: cover;
  display: none;

}

#banner_img li.item1 {
  background: #62a5ff;
  display: block;
}
#banner_img li.item2 {
  background: #ffb636;
}

#banner_img .ad_img {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 506px;
  height: 404px;

}
#banner_img .ad_txt {
  position: absolute;
  width: 600px;
  left: 10px;
  top: 60px;
  color: #fff;
  text-shadow: 1px 1px rgba(51, 51, 51, 0.3);
}
.adddd {
  top: 30px !important;
}
#banner_img .ad_txt h2 {
  font-size: 64px;
  font-weight: 600;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
}
#banner_img .ad_txt h2 span {
  color: #ffe92f;
  font-size: 87px;
  font-style: italic;
}
#banner_img .ad_txt .bb02 {
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
  padding-top: 5px;
  padding-top: 10px;
  padding-bottom: 30px;
}
#banner_img .ad_txt .bb03 {
  font-size: 48px;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
}
#banner_img .ad_txt .bb04 {
  font-size: 36px;
  padding: 10px 0 20px 0;
}
#banner_img .ad_txt a {
  display: block;
  width: 197px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  text-decoration: none;
  text-shadow: none;
  font-size: 18px;
  border-radius: 30px;
}

.szad_txt {
    font-size: 38px;
    font-family: 'Arial', sans-serif;
    font-weight: bold; 
    background-image: linear-gradient(to right, #ff9a9e, #fad0c4);
    padding: 20px;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    color:#460b6a;
    text-shadow: 0 1px 0 #ccc, /* 下阴影 */
                 0 2px 0 #c9c9c9, /* 更深的下阴影 */
                 0 3px 0 #bbb, /* 最深的下阴影 */
                 0 4px 0 #b9b9b9, /* 更深的下阴影 */
                 0 5px 0 #aaa, /* 最深的下阴影 */
                 0 6px 1px rgba(0,0,0,.1), /* 下阴影模糊 */
                 0 0 5px rgba(0,0,0,.1), /* 全局模糊阴影 */
                 0 1px 3px rgba(0,0,0,.3), /* 全局阴影 */
                 0 3px 5px rgba(0,0,0,.2), /* 全局阴影 */
                 0 5px 10px rgba(0,0,0,.25), /* 全局阴影 */
                 0 10px 10px rgba(0,0,0,.2), /* 全局阴影 */
                 0 20px 20px rgba(0,0,0,.15), /* 全局阴影 */
                 2px 2px 4px rgba(0, 0, 0, 0.5);
} 
#banner_ctr {
  position: absolute;
  width: 1200px;
  height: 100px;
  margin-left: -600px;
  left: 50%;
  top: 620px;
  z-index: 2;
  overflow: hidden;
}
#banner_ctr li {
  display: block;
  float: left;
  width: 298px;
  height: 100px;
  cursor: pointer;
}
#banner_ctr li.first-item {
  display: none;
  background: #fff;
  width: 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  cursor: default;
}
#banner_ctr li.tow-item {
  margin-left: -299px;
}
#banner_ctr li.last-item {
  display: none;
  background: #fff;
  width: 20px;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  cursor: default;
}
#drag_ctr {
  position: absolute;
  top: 0px;
  left: -299px;
  width: 299px;
  height: 100px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  bottom: 170px;
  background: rgba(255, 255, 255, 0.045);
}
#drag_arrow {
  position: absolute;
  top: 0px;
  left: -299px;
  width: 299px;
  height: 100px;
  background: rgba(255, 255, 255, 0.045);
}

.box_box_bottom {
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  position: absolute;
  bottom: 0;
  height: 100px;
  border: 2px solid orchid;
}

.switch_item {
  width: 299px;
  height: 100px;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
}
.switch_itemright {
  border-right: 0px solid #ffffff;
}
.switch_item .left {
  width: 100px;
  text-align: left;
  float: left;
  padding-top: 25px;
  padding-left: 35px;
}
.switch_item .right {
  width: 188px;
  float: left;
  text-align: left;
  padding-top: 20px;
}
.switch_item .right .stitle {
  color: #ffffff;
  font-size: 20px;
  display: block;
}
.switch_item .right .sstitle {
  color: #ffffff;
  font-size: 16px;
  display: block;
  padding-top: 0px;
}

.main_title{ text-align: center; padding:0px 0 40px 0}
.maintitletop{padding-top:60px;}
.main_title .title{ color: #000000; font-size: 32px; font-weight: 600; padding-bottom:10px;}
.main_title .titlesub{color: #8c8c8c; font-size: 16px}
.main_title hr{color: #009af6;height:2px;border:none;border-top:2px solid #009af6; width: 55px; margin: 10px auto}
.main_box{ width: 1222px; margin: 0 auto}
.main_box:after{content: ""; clear: both; overflow: hidden;display:block}
.main_boxx{width: 1210px; margin: 0 auto}

.albox{ width: 100%; padding-left:10px}
.albox li{ width:188px; float: left; margin: 8px 7px;}