body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: inherit;
  /* blr: expression(this.onFocus=this.blur()); */
}

/* em {
  font-style: normal;
} */

a:focus {
  outline: none !important;
}

li {
  list-style: none;
}

body {
    overflow-x: hidden;
    min-width: 1200px;
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei", "Segoe UI", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
    box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
  zoom: 1;
}

.container_1200 {
  width: 1200px;
  margin: 0 auto;
}
.container_1300 {
    width: 1300px;
    margin: 0 auto;
}

.f-body,
.head-box,
.head-parent {
  overflow: hidden
}

.heads {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: url(../image/white08.png);
}

.head-box {
  height: 80px
}

.h-left,
.h-title,
.h-title-img,
.head-box {
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.min-height .head-box {
  height: 70px
}

.min-height .h-title {
  padding-top: 14px
}

.min-height .h-title-img {
  padding-top: 17px
}

.min-height .h-left {
  margin-top: -5px
}

.head-box:hover {
  height: 290px !important
}

.head-box:hover .h-title {
  padding: 30px 0 37px
}

.head-box:hover .h-title-img {
  padding-top: 34px
}

.head-box:hover .h-left {
  margin-top: 0
}

.head-parent .h-left {
  float: left;
  padding: 16px 0
}

.h-left .h-logo {
  display: block;
  height: 58px;
  width: 152px;
  background: url(../image/logo11.png) left top no-repeat;
  background-size: 152px 58px;
}

.head-parent .h-right {
  float: right;
  padding: 0 25px;
  text-align: center
}

.h-right a {
  display: block;
}

.h-right a.on {
  position: relative;
  color: #f33636;
}

.h-right a.on:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background: #f33636;
  bottom: 30px;
  left: 0;
}

.h-right a:hover {
  color: #e62b00;
}

.h-title {
  padding: 30px 0 37px;
  font-size: 16px;
}

.h-content {
  padding-bottom: 12px;
}


.footer {
  color: #999;
  padding: 40px 0;
}

.footer a {
  color: #999;
}

.footer-wrap {
  width: 1200px;
  margin: auto;
  min-height: 121px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

.footer-nav li {
  display: inline-block;
  margin-right: 30px;
  *zoom: 1;
  *display: inline;
}

.footer-detail {
  padding-top: 30px;
}

.footer-left {
  float: left;
  width: 850px;
  line-height: 30px;

}

.footer-left span {
  font-size: 30px;
}

.footer-right {
  width: 350px;
  float: left;
}

.code-item {
  width: 160px;
  display: inline-block;
  text-align: center;
  *zoom: 1;
  *display: inline;
  line-height: 36px;
  font-size: 16px;
}

.code-item img {
  display: block;
  margin: auto;
  width: 100px;
}

/* .footer-copyright {
  padding-top: 30px;
  text-align: center;
  line-height: 20px;
}

.footer-copyright img {
  vertical-align: middle;
} */



.title-white {
  color: #fff;
  text-align: center;
}

.title-wrap {
  padding: 0 55px;
  position: relative;
  font-size: 48px;
}

.title-white .title-en {
  font-size: 16px;
  text-transform: uppercase;
}

.title-black {
  color: #333;
}

.title-black .title-en {
  color: #999;
}


.swiper-arrow-left {
  background: url("../image/swiper-pre1.png") no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  z-index: 10;
}

.swiper-arrow-left.red-arrow {
  background: url("../image/swiper-pre-red.png") no-repeat left top;
}

.swiper-arrow-right {
  background: url(../image/swiper-next1.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  z-index: 10;
}

.swiper-arrow-right.red-arrow {
  background: url("../image/swiper-next-red.png") no-repeat left top;
}

/*  */

/* .index-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
  border-radius: 0;
  border: 1px solid #c9c9c9;
  background: none;
} */

/* .index-pagination .swiper-pagination-switch.swiper-active-switch {
  border: 1px solid #f33636;
  position: relative;
} */

/* .index-pagination .swiper-pagination-switch .swiper-active-switch:after {
  content: " ";
  width: 10px;
  height: 10px;
  background: #f33636;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
} */

/* .news-pagination {
  margin: 20px auto;
  text-align: right;
} */

/* .ie8-tips {
  padding: 10px;
  width: 300px;
  height: 60px;
  border: 1px solid #22a9ff;
  line-height: 30px;
  color: #666;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: 999;
} */



