html, body {
  position: relative;
  height: 100%;
  min-width:1200px;
}
body {
  font-family: '寰蒋闆呴粦', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
}
.container{
  width: 1200px;
  margin: 0 auto;
}
/*閫氱敤*/
.fl{float: left;}
.fr{float: right;}
.clearfix:after{display:block; clear:both; content:""; visibility:hidden; height:0;} 
.clearfix{zoom:1} 

/*杞挱*/
.swiper-container {
  width: 100%;
}
.swiper-container.banner{
  width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  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;
}
.swiper-slide .img{
  max-width: 100%;
  height: 666px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  text-align: center;
  line-height: 20px;
  font-size: 0px;
  color: #fff;
  opacity: 1;
  background: #fff;
}


.section{
  position: relative;
  top:75px;
}

.swiper-pagination-bullet-active {
  color:#fff;
  background: #ffc501;
  width: 70px;
  border-radius: 4px;
  height: 5px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: auto;
  bottom: 15px;
  left: 50%;
  background: rgba(0, 0, 0, 0.6);
  height: 22px;
  padding: 0 20px;  
  line-height: 18px;
  border-radius: 10px;
  transform: translateX(-50%);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background: url('../images/icon/s_prev.png') no-repeat;
  width: 82px;
  height: 82px;
  left: 100px;
  opacity:0.2;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-next{
  background: url('../images/icon/s_next.png') no-repeat;
  width: 82px;
  height: 82px;
  right: 100px;
  opacity:0.2;
}
.max-width {
  max-width: 1920px;
  /* overflow: hidden;  */
  margin: 0 auto;
}
.header {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.logo-wrapper {
  /* height: 128px; */
  background: url('../images/bg/header_bg.png') no-repeat;
  background-size: 100% 100%;
  width: 100%;
  position: relative;
  /* padding-left: 60px; */
  box-sizing: border-box;
}
.logo {
  width: 450px;
  height: 60px;
  background: url('../images/icon/wo_logo.png') no-repeat;
  background-size: 100% 100%;
  margin: 15px 0 0 20px;
}
.header-right {
  color: #fff;
  font-size: 14px;
  margin: 30px 0 0 0;
  z-index: 10;
}
.header-right span {
  margin-left: 5px;
}
.search-box {
  position: relative;
  bottom: 5px;
  margin-left: 20px;
}
.search-input {
  background: none;
  color: #fff;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #fff;
  padding-right: 20px;
  box-sizing: border-box;
  width: 150px;
}
.icon-search {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url('../images/icon/icon_search.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.bg-bar-left {
  position: absolute;
  left: -358px;
  top: 0;
  height: 100%;
  background: url('../images/bg/header_bg_2.png') repeat;
  width: 358px;
}
.bg-bar-right {
  position: absolute;
  right: -358px;
  top: 0;
  height: 100%;
  background: url('../images/bg/header_bg_2.png') repeat;
  width: 358px;
}
.nav {
  width: 100%;
  position: relative;
  top: 75px;
  left: 0;
  z-index: 9;
}
.nav-wrapper {
  width: 100%;
  height: 45px;
  background: url('../images/bg/nav_bg.png') no-repeat;
  background-size: 100% 100%;
  padding-left: 1px;
  box-sizing: border-box;
}
.nav-wrapper .link {
  padding: 0 14px;
  height: 100%;
  display: inline-block;
  font-size: 17px;
  color: #2b2b2b;
  line-height: 45px;
  box-sizing: border-box;
  border-bottom: 0px solid #ffc501;
  text-decoration: none;
}
.nav-wrapper .link.on {
  border-bottom: 5px solid #d52b14;
}

.footer {
  max-width: 1920px;
  min-width: 1200px;
  background: url('../images/bg/4.png') center no-repeat;
  background-size: 100% 100%;
  height: 180px;
  padding-top: 20px;
  box-sizing: border-box;
}
.footer .left-top {
  margin: 0px 0 20px 0;
}
.footer p {
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 12px;
}
.footer-right {
  margin-top: 24px;
}
.footer-right p {
  text-align: right;
}
.footer .img-box {
  margin-right: 30px;
}
.img-box p {
  text-align: center;
  margin-top: 5px 0 0 0;
  font-size: 12px;
  color: #bbbbbb;
}
  .calendar {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    padding: 10px  5px;
    background: rgba(26, 101, 208, 0.7);
  }
  .calendar .day {
    font-size: 16px;
    margin: 0;
  }
  .calendar .date {
    font-size: 12px;
    margin-top: 5px;
  }
.ellipsis {
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.date-label {
  color: #bcbcbc;
  font-size: 14px;
  vertical-align: middle;
}
.link {
  font-size: 14px;
  color: #2d2d2d;
  display: inline-block;
}
.mb-14 {
  margin-bottom: 14px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}

.mr-10 {
  margin-bottom: 10px !important;
}
.intro {
  position: absolute;
  left: 0;
  top: 500px;
  background: rgba(0,0,0,0.6);
  padding: 20px;
  color: #fff;
  text-align: left;
  width: 560px;
  box-sizing: border-box;
}
.intro .title {
  font-size: 48px;
  line-height: 60px;
}
.intro .big-title {
  font-size: 60px;
  color: #fff;
  text-align: left;
  line-height: 60px;
}
.intro .en {
  font-size: 26px;
  line-height: 40px;
}

.page-wrapper{
  text-align: center;
  color: #696969;
  margin: 50px 0;
}
.page-current {
  height: 26px;
  border: 1px solid #dfe1e2;
  border-radius: 1px;
  line-height: 26px;
  background: #4475e1;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  padding: 0 8px;
  margin-right: 6px;
  font-size: 16px;
}
.page-btn {
  height: 26px;
  border: 1px solid #dfe1e2;
  border-radius: 1px;
  line-height: 26px;
  color: #4475e1;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding: 0 8px;
  margin-right: 6px;
  background: #ffffff;
  font-size: 16px;
}
.page-btn.btn {
  font-size: 16px;
}
.page-btn:hover {
  text-decoration: none;
  background: #4475e1;
  color: #ffffff;
}
.page-input {
  height: 26px;
  border: 1px solid #dfe1e2;
  width: 40px;
  display: inline-block;
  background: #ffffff;
  line-height: 26px;
}
.page-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}