@charset "utf-8";
/* css reset www.admin10000.com */
html {
  font-size: 10px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body {
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  font-family: "Microsoft Yahei";
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
  font-style: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #333;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px "Microsoft Yahei";
  outline: none;
}
table {
  border-collapse: collapse;
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/*美化滚动条*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/*定义滚动条轨道 内阴影+圆角*/
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
}
.con {
  margin: 0 auto;
}
.header .nav li a {
  padding: 0;
}
.header .sj_nav {
  position: absolute;
  top: 0.235rem;
  right: 0.35rem;
}
.header .sj_nav img {
  width: 0.8rem;
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1090;
  background: rgba(0, 0, 0, 0.15);
}
.banng_img {
  visibility: hidden;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.title {
  text-align: center;
  margin-top: 50px;
  color: #434342;
}
.title h3 {
  background: url(../images/title_bj.png) no-repeat center;
  font-size: 37px;
  font-weight: bold;
  line-height: 2;
}
.title h6 {
  font-size: 17px;
}
.gsje_texet {
  margin-top: 35px;
  text-align: justify;
  font-size: 16px;
  color: #363636;
  line-height: 2;
}
.gsje_texet .more {
  display: block;
  margin: 15px auto 0;
  width: 122px;
  height: 38px;
  border: solid 1px #959595;
  border-radius: 25px;
  text-align: center;
  line-height: 38px;
}
.hyyy {
  width: 100%;
  background: url(../images/hy_bj.png) no-repeat top;
  background-size: 100% 100%;
}
.hyyy .hyyy_list li {
  transition: .5s;
  -webkit-transition: .5s;
}
.hyyy .hyyy_list li img {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.hyyy .hyyy_list li:hover h4 {
  color: #e60012;
}
.hyyy .hyyy_list li:hover img {
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  transform: rotate(50deg);
}
.wxcp {
  width: 100%;
}
.wxcp .wxcp_tab {
  text-align: center;
  margin: 20px auto;
}
.wxcp .wxcp_tab li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #ededed;
  border-radius: 25px;
  margin-right: 20px;
  font-size: 14px;
}
.wxcp .wxcp_tab li.on {
  background: #e60012;
}
.wxcp .wxcp_tab li.on a {
  color: #fff;
}
.wxcp .wxcp_tab li a {
  padding: 8px 15px;
  display: block;
  color: #434342;
}
.wxcp .wxcp_tab_con {
  display: block;
  width: 100%;
  position: relative;
}
.wxcp .wxcp_tab_con .wxcp_list {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wxcp .wxcp_tab_con .wxcp_list .wxcp_list_li li h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wxcp .wxcp_tab_con .wxcp_list .wxcp_list_li li p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wxcp .wxcp_tab_con .acitve {
  opacity: 1;
}

.pic_xs {
  background: url("../images/pic_bj.png") no-repeat;
}
.pic_xs .pic_xs_tab {

  text-align: center;
  margin: 20px auto;
}
.pic_xs .pic_xs_tab li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #ededed;
  border-radius: 25px;
  margin-right: 20px;
  font-size: 14px;
}
.pic_xs .pic_xs_tab li.on {
  background: #e60012;
}
.pic_xs .pic_xs_tab li.on a {
  color: #fff;
}
.pic_xs .pic_xs_tab li a {
  padding: 8px 15px;
  display: block;
  color: #434342;
}
.pic_xs .pic_xs_tab_con {
  display: block;
  width: 100%;
  position: relative;
}
.pic_xs .pic_xs_tab_con .pic_xs_tab_con_list {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
.pic_xs .pic_xs_tab_con .pic_xs_tab_con_list .pic_xs_list_li li h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pic_xs .pic_xs_tab_con .pic_xs_tab_con_list .pic_xs_list_li li p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pic_xs .pic_xs_tab_con .acitve {
  opacity: 1;
}
.news .news_zx {
  margin-top: 50px;
}
.news .news_zx li {
  padding: 0;
}
.news .news_zx li img {
  width: 259px;
  height: 221px;
}
.news .news_zx li .news_text {
  width: 341px;
  padding: 35px 20px;
  color: #fff;
}
.news .news_zx li .news_text a {
  color: #fff;
}
.news .news_zx li .news_text h3 a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  border: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news_zx li .news_text p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .news_zx li .news_text > a {
  display: block;
  width: 122px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 25px;
  margin-top: 20px;
}
.news_list_index {
  margin: 60px auto;
}
.news_list_index ul {
  padding: 0 0 0 0;
}
.news_list_index ul li {
  background: url("../images/icon.png") no-repeat left center;
  background-size: 5px 9px;
}
.news_list_index ul li a {
  display: block;
  font-size: 14px;
  color: #434342;
  line-height: 2;
  padding: 0 75px 0 26px;
}
.news_list_index ul:nth-of-type(2) li a {
  padding: 0 0 0 26px;
}
.sp_news {
  background: url("../images/sp_bj.png") no-repeat;
  padding: 10px 0 40px;
}
.sp_news .title {
  color: #fff;
}
.sp_news .title h3 {
  background: url(../images/title_bja.png) no-repeat center;
}
.sp_news .sp_news_con {
  margin: 50px auto;
}
.footer {
  width: 100%;
  background: #434342;
  padding: 55px 0 15px;
}
.footer .footer_con .footer_top {
  background: url("../images/footer_bj.png") no-repeat left 10px;
  padding-left: 40px;
  min-height: 202px;
  background-size: 100%;
}
.footer .footer_con .footer_top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-left: 9px;
  margin-bottom: 10px;
}
.footer .footer_con .footer_top p {
  color: #9f9f9f;
  line-height: 3;
}
.footer .footer_con .footer_top p span {
  font-weight: bold;
  font-size: 15px;
}
.footer .footer_con .footer_top p a {
  font-size: 14px;
  color: #9f9f9f;
  margin: 0 5px;
}
.footer .footer_con .footer_top p i {
  margin-left: 25px;
}
.footer .footer_con .footer_ewm {
  margin-top: 10px;
}
.footer .footer_con .footer_ewm .footer_left {
  padding: 0;
}
.footer .footer_con .footer_ewm .footer_left .footer_text {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}
.footer .footer_con .footer_ewm .footer_left .footer_text p {
  font-size: 14px;
  color: #9f9f9f;
  line-height: 1.6;
}
.footer .footer_con .footer_ewm .footer_right {
  text-align: right;
  padding: 0 0;
}
.footer .footer_con .footer_ewm .footer_right .form_top {
  width: 395px;
  height: 42px;
  margin: 0 0 0 auto;
  border: solid 2px #7f7f7f;
  overflow: hidden;
  border-radius: 3px;
}
.footer .footer_con .footer_ewm .footer_right .form_top .input_text {
  width: 297px;
  height: 40px;
  line-height: 40px;
  outline: none;
  border: none;
  color: #808080;
  padding-left: 44px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  background: url("../images/icon_ss.png") no-repeat left 15px center;
  background-size: 25px;
}
.footer .footer_con .footer_ewm .footer_right .form_top .input_submit {
  width: 90px;
  height: 40px;
  line-height: 40px;
  border: none;
  color: #ffffff;
  font-size: 17px;
  font-family: "Microsoft YaHei";
  background: #7f7f7f;
}
.footer .footer_bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #9f9f9f;
  text-align: center;
}
.footer .footer_bottom h4 {
  text-align: center;
  margin-bottom: 10px;
}
.footer .footer_bottom h4 a {
  padding: 0 25px;
  font-size: 16px;
  color: #9f9f9f;
}
.footer .footer_bottom p {
  font-size: 14px;
  color: #9f9f9f;
  line-height: 2;
}
.footer .footer_bottom p a {
  color: #9f9f9f;
}
.ny_hyyy_list {
  margin: 50px auto;
}
.ny_hyyy_list .ny_hyyy_list_li li {
  float: left;
  padding: 0;
  margin-left: 20px;
  width: 49%;
  background: #f9f9f9;
  margin-bottom: 50px;
}
.ny_hyyy_list .ny_hyyy_list_li li img {
  width: 285px;
  height: 226px;
}
.ny_hyyy_list .ny_hyyy_list_li li .ny_hyyy_list_li_text {
  display: inline-block;
  vertical-align: top;
  padding-left: 36px;
}
.ny_hyyy_list .ny_hyyy_list_li li .ny_hyyy_list_li_text h5 {
  margin-top: 30px;
}
.ny_hyyy_list .ny_hyyy_list_li li .ny_hyyy_list_li_text h5:hover a {
  color: #e60012;
}
.ny_hyyy_list .ny_hyyy_list_li li .ny_hyyy_list_li_text h5 a {
  font-size: 22px;
  color: #494949;
  padding-bottom: 10px;
  border-bottom: solid 3px #494949;
}
.ny_hyyy_list .ny_hyyy_list_li li .ny_hyyy_list_li_text p {
  margin-top: 28px;
  width: 250px;
}
.ny_hyyy_list .ny_hyyy_list_li li .ny_hyyy_list_li_text p a {
  line-height: 2.5;
  margin-right: 23px;
}
.ny_hyyy_list .ny_hyyy_list_li li .ny_hyyy_list_li_text p a:hover {
  color: #e60012;
}
.page {
  width: 100%;
  margin: 0 auto 45px;
  text-align: center;
}
.page > a {
  display: inline-block;
  padding: 0 1%;
  text-align: center;
  border: solid 1px #efefef;
  margin: 0 0.3%;
  line-height: 2;
  color: #404040;
  background-color: #fcfcfc;
}
.page span {
  display: inline-block;
  padding: 0 1%;
  text-align: center;
  border: solid 1px #e60012;
  margin: 0 0.3%;
  background-color: #e60012;
  color: #fff;
  line-height: 2;
}
.banner img {
  max-width: 100%;
}
.ny_cp_xs {
  margin: 50px auto;
}
.ny_cp_xs .ny_cp_xs_li li {
  width: 24%;
  margin-left: 1%;
  float: left;
  border: solid 1px #e6e6e6;
  padding: 1.23%;
  margin-bottom: 15px;
}
.ny_cp_xs .ny_cp_xs_li li h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
}
.ny_cp_xs .ny_cp_xs_li li i {
  display: block;
  width: 100%;
  height: 199px;
  margin-bottom: 15px;
}
.ny_cp_xs .ny_cp_xs_li li i img {
  width: 100%;
  height: 100%;
}
.ny_cp_xs .ny_cp_xs_li li p {
  line-height: 1.6;
  font-size: 14px;
  color: #8c8c8c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny_cp_xs .ny_cp_xs_li li span {
  display: block;
  border-top: solid 1px #e6e6e6;
  padding-top: 8px;
  margin-top: 10px;
  color: #434342;
}
.ny_sj_pic {
  margin: 50px auto;
}
.ny_sj_pic .ny_sj_pic_li li {
  float: left;
  padding: 0;
  margin-left: 20px;
  width: 49%;
  border: solid 1px #e6e6e6;
  margin-bottom: 40px;
}
.ny_sj_pic .ny_sj_pic_li li img {
  width: 196px;
  height: 156px;
  margin: 10px;
}
.ny_sj_pic .ny_sj_pic_li li .ny_sj_pic_li_text {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  border-left: solid 1px #e6e6e6;
  min-height: 176px;
  width: 62%;
}
.ny_sj_pic .ny_sj_pic_li li .ny_sj_pic_li_text h5 {
  margin: 30px 0 20px;
}
.ny_sj_pic .ny_sj_pic_li li .ny_sj_pic_li_text h5 a {
  font-size: 18px;
  color: #494949;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny_sj_pic .ny_sj_pic_li li .ny_sj_pic_li_text p {
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-height: 2;
}
.ny_sj_pic .ny_sj_pic_li li .ny_sj_pic_li_text p > a {
  color: #e60012;
  line-height: 2.5;
  margin-right: 23px;
}
.ny_cp_xs_sj_ym {
  margin: 50px auto;
}
.ny_cp_xs_sj_ym .ny_cp_xs_sj_ym_li li {
  width: 24%;
  margin-left: 1%;
  float: left;
  margin-bottom: 15px;
}
.ny_cp_xs_sj_ym .ny_cp_xs_sj_ym_li li h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
}
.ny_cp_xs_sj_ym .ny_cp_xs_sj_ym_li li i {
  display: block;
  width: 100%;
  height: 199px;
  margin-bottom: 15px;
}
.ny_cp_xs_sj_ym .ny_cp_xs_sj_ym_li li i img {
  width: 100%;
  height: 100%;
}
.ny_cp_xs_sj_ym .ny_cp_xs_sj_ym_li li p {
  line-height: 1.6;
  font-size: 14px;
  color: #000000;
  text-align: center;
}
.ny_cp_xs_sj_ym .ny_cp_xs_sj_ym_li li p:hover {
  color: #e60012;
}
.mt_top {
  margin-top: 30px;
}
.info_Text {
  line-height: 2;
  font-size: 14px;
}
.info_Text h3 {
  font-weight: bold;
  font-size: 24px;
  color: #434342;
  line-height: 2.5;
  text-align: center;
}
.info_Text .tiotle_info {
  display: block;
  text-align: center;
  padding-bottom: 35px;
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 15px;
}
.info_Text .tiotle_info span {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  font-size: 14px;
  color: #8c8c8c;
}
.info_Text h5 {
  font-weight: bold;
  font-size: 18px;
  color: #434342;
  line-height: 2.5;
  text-align: center;
}
.info_Text img {
  max-width: 100%;
}
.my_about_list {
  border: solid 1px #eeeeee;
  margin: 45px auto;
}
.my_about_list li {
  float: left;
  width: 25%;
  text-align: center;
  border-left: solid 1px #eeeeee;
  padding: 0 1% 30px;
  min-height: 213px;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.my_about_list li:hover h5 {
  color: #e60012;
}
.my_about_list li:hover p {
  color: #e60012;
}
.my_about_list li img {
  margin: 35px auto 20px;
  width: 40px;
}
.my_about_list li h5 {
  font-size: 16px;
  color: #3e3a39;
  line-height: 2;
}
.my_about_list li p {
  line-height: 2;
  font-size: 14px;
  color: #3e3a39;
  font-weight: bold;
}
.map {
  margin: 10px auto;
}
.map img {
  max-width: 100%;
}
.mbx {
  background: #f9f9f9;
}
.mbx span i {
  text-transform: uppercase;
}
.mbx i {
  display: inline-block;
  vertical-align: top;
}
.mbx i a {
  padding: 0 10px;
  display: block;
}
.mbx i a.on {
  background: #eb848c;
  color: #fff;
}
.ny_news_li {
  margin: 45px auto 0;
}
.ny_news_li li {
  float: left;
  width: 31%;
  margin-left: 1%;
  padding: 50px 30px;
  background: #f9f9f9;
  margin-bottom: 45px;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.ny_news_li li h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny_news_li li p {
  font-size: 14px;
  color: #8c8c8c;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ny_news_li li:hover {
  background: #e60012;
}
.ny_news_li li:hover h3 {
  color: #fff;
}
.ny_news_li li:hover p {
  color: #fff;
}
.ny_news_list_li {
  margin: 50px auto 0;
}
.ny_news_list_li li {
  float: left;
  padding: 0;
  margin-left: 20px;
  width: 49%;
  background: #f9f9f9;
  margin-bottom: 50px;
}
.ny_news_list_li li img {
  width: 259px;
  height: 221px;
  float: right;
}
.ny_news_list_li li .ny_hyyy_list_li_text {
  padding: 50px 13px 40px;
  width: 328px;
  height: 220px;
  display: inline-block;
  vertical-align: top;
}
.ny_news_list_li li .ny_hyyy_list_li_text h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 13px;
}
.ny_news_list_li li .ny_hyyy_list_li_text p {
  line-height: 1.8;
  font-size: 14px;
  color: #8c8c8c;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fx_icon {
  display: inline-block;
  vertical-align: middle;
}
.page_info {
  margin: 35px auto;
  padding: 25px 0 15px;
  border-top: solid 1px #e6e6e6;
}
.page_info li {
  font-size: 14px;
  color: #8c8c8c;
}
.page_info li a {
  vertical-align: middle;
  font-size: 14px;
  color: #8c8c8c;
}
.ny_sp_list {
  margin: 50px auto;
}
.ny_sp_list .ny_sp_list_li li {
  width: 24%;
  margin-left: 1%;
  float: left;
  margin-bottom: 15px;
}
.ny_sp_list .ny_sp_list_li li:hover i b .icon_sp {
  display: block;
  top: 0;
}
.ny_sp_list .ny_sp_list_li li:hover i b > img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.ny_sp_list .ny_sp_list_li li:hover p {
  color: #e60012;
}
.ny_sp_list .ny_sp_list_li li i {
  display: block;
  width: 100%;
  height: 229px;
  padding: 10px;
  margin-bottom: 15px;
  border: solid 1px #e6e6e6;
}
.ny_sp_list .ny_sp_list_li li i b {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.ny_sp_list .ny_sp_list_li li i b .icon_sp {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.62);
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.ny_sp_list .ny_sp_list_li li i b .icon_sp img {
  display: block;
  margin: 79px auto;
  width: 50px;
  height: 50px;
}
.ny_sp_list .ny_sp_list_li li i b > img {
  width: 100%;
  height: 100%;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.ny_sp_list .ny_sp_list_li li p {
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  line-height: 1.6;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.ny_icon_sp_content {
  width: 669px;
  margin: 0 auto;
}
.ny_icon_sp_content i {
  display: block;
  width: 100%;
  height: 534px;
  border: solid 1px #e6e6e6;
  padding: 10px;
}
.ny_icon_sp_content i b {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.ny_icon_sp_content i b embed {
  width: 100%;
  height: 100%;
}
.ny_icon_sp_content i b img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.ny_icon_sp_content p {
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 3;
}




embed{
  width: 100%;
  height:500px;
}

.slideBox{ width:100%; overflow:hidden; position:relative;  }
.slideBox .hd{ height:24px;; overflow:hidden; position:absolute; right:0px; bottom:5px; z-index:1; text-align: center;width: 100%;}
.slideBox .hd ul{ overflow:hidden; zoom:1;display: block;width: 100%;text-align: center;  }
.slideBox .hd ul li{    display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  vertical-align: top;
  margin-right: 5px;
  font-size: 15px;
  background: #fff;
  font-family: Arial;}
.slideBox .hd ul li.on{ background:#e60012; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%;  display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px;  filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }












