body {
  font-family: "Microsoft YaHei", Arial;
	font-size: 12px;
	color: #333;
  background: #fff;
}
html, body, p, ul, li {
  padding: 0;
  margin: 0;
}
a, a:hover {
  color: #333;
  text-decoration: none;
}
ul, li {
  list-style: none;
}
em, i {
  font-style: normal;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input:focus, select:focus, textarea:focus {
  outline: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
p {
  line-height: 23px;
}
.clearfix {
  zoom: 1;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.img {
  overflow: hidden;
}
.img img {
  width: 100%;
}
.img:hover img {
  transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  -moz-transform: scale(1.15);
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

/*-- header --*/
.w-header {
  height: 102px;
  line-height: 97px;
  border-top: 5px solid #0b6db6;
}
.nav {
  position: relative;
  z-index: 99;
}
.nav_item:first-child {
  margin-left: 0;
}
.nav_item {
  float: left;
  margin-left: 15px;
  position: relative;
}
.nav_item > a {
  display: block;
  padding: 0 25px;
  font-size: 14px;
}
@media screen and (min-width:993px) {
  .x-container {
    width: 1000px;
  }
}
@media screen and (min-width:1181px) {
  .nav_item.active > a, .nav_item:hover > a {
    color: #0b6db6;
    font-weight: bold;
    border-bottom: 3px solid #0b6db6;
  }
}
.nav_item_open, .nav_item2_open {
  width: 150px;
  height: auto;
  position: absolute;
  left: -20px;
  right: 0;
  margin: 0 auto;
  top: 100%;
  z-index: 10;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  line-height: 40px;
  -webkit-transform: translateY(34px);
  transform: translateY(34px);
  -webkit-transition: all .4s;
  transition: all .4s;
}
.nav_item2_open {
  top: 0;
  left: 150px;
}
.nav_item:hover .nav_item_open, .nav_item2:hover .nav_item2_open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.menu_open, .hcover, .subopen, .subopenopen {
  display: none;
}
.nav_item2 {
  display: block;
  position: relative;
}
.nav_item2 a, .nav_item3 a {
  color: #fff; 
  display: block;
  padding: 0 5px;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #0066b3;
}
.nav_item2:hover > a,
.nav_item3:hover > a {
  background-color: #0088cc;
}
.nav_item3 a {
  padding: 0 20px;
}
/*-- swiper --*/
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.26);
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-repeat: center center;
}
/*-- footer --*/
.footer {
  color: #fff;
  padding: 25px 0;
  background-color: #333;
}
.flogo {
  margin-bottom: 15px;
}
.copyright, .copyright a {
  color: #999;
}
.copyright a:hover {
  color: #fff;
}
.wechat-code {
  float: right;
  width: 123px;
  text-align: center;
}
/* 返回顶部 */
.actGotop {
  position: fixed;
  _position: absolute;
  bottom: 80px;
  right: 55px;
  width: 45px;
  height: 39px;
  display: none;
  z-index: 100;
}
.actGotop a, .actGotop a:link {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: url(../images/arr.png) no-repeat;
  _background:url(../images/arr.png) no-repeat;
  outline:none;
}
/* pagination */
.paginations {
  clear: both;
  text-align: center;
  font-size: 12px;
  cursor: default;
  margin: 35px 0 10px;
}
.paginations a {
  padding: 7px 15px;
  background-color: #eaeaea;
  color: #323232;
  display: inline-block;
  _zoom: 1;
  *display: inline;
  font-size: 12px;
}
.paginations span {
  padding: 7px 15px;
  display: inline-block;
  background-color: #0066b3;
  color: #fff;
}