/* 文字滚动 */

.cta {
  text-decoration: none;
  overflow: hidden;
  backface-visibility: hidden;
  position: relative;
}

.cta:active {
  transform: translateY(3px);
}

.btn-text-parent {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.wrap_text {
  display: inline-block;
}

.buildin-btn-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  transform: translateY(100%);
}

.buildin-btn-text .btn-letter {
  opacity: 0;
}

.btn-letter {
  display: inline-block;
  margin: 0em 0.05em;
  position: relative;
  transition: transform 800ms, opacity 800ms ease;
}

.current-btn-text .btn-letter:nth-child(1) {
  transition-delay: 49ms;
}

.current-btn-text .btn-letter:nth-child(2) {
  transition-delay: 99ms;
}

.current-btn-text .btn-letter:nth-child(3) {
  transition-delay: 149ms;
}

.current-btn-text .btn-letter:nth-child(4) {
  transition-delay: 199ms;
}

.current-btn-text .btn-letter:nth-child(5) {
  transition-delay: 249ms;
}

.current-btn-text .btn-letter:nth-child(6) {
  transition-delay: 299ms;
}

.current-btn-text .btn-letter:nth-child(7) {
  transition-delay: 349ms;
}

.current-btn-text .btn-letter:nth-child(8) {
  transition-delay: 399ms;
}

.current-btn-text .btn-letter:nth-child(9) {
  transition-delay: 449ms;
}

.current-btn-text .btn-letter:nth-child(10) {
  transition-delay: 499ms;
}

.current-btn-text .btn-letter:nth-child(11) {
  transition-delay: 549ms;
}

.current-btn-text .btn-letter:nth-child(12) {
  transition-delay: 599ms;
}

.buildin-btn-text .btn-letter:nth-child(1) {
  opacity: 0;
  transition-delay: 49ms;
}

.buildin-btn-text .btn-letter:nth-child(2) {
  opacity: 0;
  transition-delay: 99ms;
}

.buildin-btn-text .btn-letter:nth-child(3) {
  opacity: 0;
  transition-delay: 149ms;
}

.buildin-btn-text .btn-letter:nth-child(4) {
  opacity: 0;
  transition-delay: 199ms;
}

.buildin-btn-text .btn-letter:nth-child(5) {
  opacity: 0;
  transition-delay: 249ms;
}

.buildin-btn-text .btn-letter:nth-child(6) {
  opacity: 0;
  transition-delay: 299ms;
}

.buildin-btn-text .btn-letter:nth-child(7) {
  opacity: 0;
  transition-delay: 349ms;
}

.buildin-btn-text .btn-letter:nth-child(8) {
  opacity: 0;
  transition-delay: 399ms;
}

.buildin-btn-text .btn-letter:nth-child(9) {
  opacity: 0;
  transition-delay: 449ms;
}

.buildin-btn-text .btn-letter:nth-child(10) {
  opacity: 0;
  transition-delay: 499ms;
}

.buildin-btn-text .btn-letter:nth-child(11) {
  opacity: 0;
  transition-delay: 549ms;
}

.buildin-btn-text .btn-letter:nth-child(12) {
  opacity: 0;
  transition-delay: 599ms;
}

.cta:hover .current-btn-text .btn-letter {
  opacity: 0;
  transform: translateY(-100%);
}

.cta:hover .buildin-btn-text .btn-letter {
  opacity: 1;
  transform: translateY(-100%);
}

/* 文字滚动 */

/*首页banner2 3D*/

/* up-down*/

@-moz-keyframes myMove {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 20px;
  }
}

@-webkit-keyframes myMove {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -20px;
  }
}

@-o-keyframes myMove {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes myMove {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -20px;
  }
}

/*banner*/

.pics_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*幻灯片样式2*/
}

.pics_wrap .html5zoo-img-0 img {
  width: 100%;
}

.pics_wrap .html5zoo-arrow-left-0 {
  left: 10% !important;
}

.pics_wrap .html5zoo-arrow-right-0 {
  right: 10% !important;
}

.pics_wrap .html5zoo-bullet-wrapper-0 div {
  margin: 0 4px !important;
}

.pics_wrap .html5zoo-nav-0 {
  margin-top: -35px !important;
  left: 47% !important;
}

.pics_wrap .html5zoo-bullet-wrapper-0 {
  width: 100% !important;
}

.pics_wrap #focus {
  width: 255px;
  height: 188px;
  overflow: hidden;
  position: relative;
}

.pics_wrap #focus ul {
  height: 188px;
  position: absolute;
}

.pics_wrap #focus ul li {
  float: left;
  width: 255px;
  height: 188px;
  overflow: hidden;
  position: relative;
  background: #000;
}

.pics_wrap #focus ul li a img {
  height: 188px;
  width: 255px;
}

.pics_wrap #focus ul li div {
  position: absolute;
  overflow: hidden;
}

.pics_wrap #focus .btnBg {
  position: absolute;
  width: 255px;
  height: 20px;
  left: 0;
  bottom: 0;
  background: #000;
}

.pics_wrap #focus .btn {
  position: absolute;
  width: 255px;
  height: 10px;
  padding: 5px 10px;
  right: 0;
  bottom: 0;
  text-align: right;
}

.pics_wrap #focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 25px;
  height: 10px;
  _font-size: 0;
  margin-left: 5px;
  cursor: pointer;
  background: #fff;
}

.pics_wrap #focus .btn span.on {
  background: #fff;
}

.pics_wrap #bannerCircle, .pics_wrap #bannerArrow {
  display: none;
}

body {
  overflow: scroll;
  overflow-x: hidden;
}

/*pro*/

.pro {
  width: 100%;
  height: 582px;
  background: #f8f8f8;
}

.pro .pro_cen {
  width: 1200px;
  margin: 0 auto;
  height: 542px;
  padding-top: 40px;
}

.pro .pro_cen .pro_l {
  float: left;
  width: 274px;
  height: 476px;
  padding-top: 26px;
  background-color: #ffffff;
}

.pro .pro_cen .pro_l .pro_top {
  width: 274px;
  height: auto;
  margin-bottom: 25px;
}

.pro .pro_cen .pro_l .pro_top h3 {
  width: 80px;
  height: 32px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #4aa3f6;
  margin-left: 16px;
  position: relative;
}

.pro .pro_cen .pro_l .pro_top h3::before {
  content: '';
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #4aa3f6;
}

.pro .pro_cen .pro_l .pro_top .pro_box {
  line-height: 52px;
  height: 166px;
}

.pro .pro_cen .pro_l .pro_top .pro_box .pro_a {
  width: 57px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  transition: .6s;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  padding-right: 12px;
  padding-left: 22px;
  background: url(../images/topl.png) 8px no-repeat;
  border-bottom: 1px dashed #dedede;
}

.pro .pro_cen .pro_l .pro_top .pro_box .pro_a:hover {
  color: #4aa3f6;
}

.pro .pro_cen .pro_l .pro_top .pro_box .pro_more {
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  float: right;
  transition: .6s;
  padding-right: 10px;
  border-bottom: 1px dashed #dedede;
  width:80px;
  height: 52px;
  text-align: center;
}

.pro .pro_cen .pro_l .pro_top .pro_box .pro_more:hover {
  color: #4aa3f6;
}

.pro .pro_cen .pro_l .pro_top .pro_title {
  display: block;
  text-align: center;
  line-height: 49px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .6s;
  height: 49px;
  border-bottom: 1px dashed #dedede;
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
}

.pro .pro_cen .pro_l .pro_top .pro_title::before {
  content: '';
  width: 0;
  height: 1px;
  border-bottom: 1px dashed #4aa3f6;
  transition: .6s;
  position: absolute;
  left: 0;
  bottom: 0;
}

.pro .pro_cen .pro_l .pro_top .pro_title:hover::before {
  content: '';
  width: 100%;
  height: 1px;
}

.pro .pro_cen .pro_l .pro_top .pro_title:hover {
  color: #4aa3f6;
  border-bottom: 1px dashed #ffffff;
}

.pro .pro_cen .pro_r {
  width: 888px;
  height: 502px;
  float: right;
}

.pro .pro_cen .pro_r .pro_fr {
  margin-right: -24px;
}

.pro .pro_cen .pro_r .pro_ever {
  width: 280px;
  height: 240px;
  position: relative;
  float: left;
  overflow: hidden;
  cursor: pointer;
  margin-right: 24px;
  margin-bottom: 20px;
}

.pro .pro_cen .pro_r .pro_ever img {
  width: 280px;
  height: 240px;
}

.pro .pro_cen .pro_r .pro_ever .pro_blue {
  display: block;
  transition: .6s;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 240px;
  left: 0;
  bottom: 0;
  font-size: 16px;
  color: #ffffff;
  width: 280px;
  height: 240px;
  background: url(../images/bule.png) repeat;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  cursor: url(../images/hand.png), default;
}

.pro .pro_cen .pro_r .pro_ever:hover .pro_blue {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}

/*pro*/

/*优势*/

.ys {
  width: 100%;
  height: 949px;
  background: url(../images/ysbg.jpg) center no-repeat;
}

.ys .ys_cen {
  width: 1200px;
  margin: 0 auto;
  height: 879px;
  padding-top: 70px;
  position: relative;
}

.ys .ys_cen .ys_form {
  width: 938px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 36px;
}

.ys .ys_cen .ys_form .Contacts {
  background: url(../images/yslo1.png) 10px no-repeat;
}

.ys .ys_cen .ys_form .information {
  background: url(../images/yslo2.png) 10px no-repeat;
}

.ys .ys_cen .ys_form .Contacts, .ys .ys_cen .ys_form .information {
  width: 204px;
  height: 40px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  display: block;
  float: left;
  padding-left: 36px;
  margin-right: 24px;
  font-size: 14px;
  color: #999999;
}

.ys .ys_cen .ys_form .Contacts::placeholder, .ys .ys_cen .ys_form .information::placeholder, .ys .ys_cen .ys_form .textara::placeholder {
  color: #999999;
}

.ys .ys_cen .ys_form .textara {
  background: url(../images/yslo3.png) 10px no-repeat;
}

.ys .ys_cen .ys_form .textara {
  width: 204px;
  height: 28px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  background-color: #ffffff;
  padding-left: 36px;
  padding-top: 12px;
  font-size: 14px;
  color: #999999;
  margin-right: 54px;
  float: left;
}

.ys .ys_cen .ys_form .ds_button {
  width: 114px;
  height: 39px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 19px;
  font-size: 16px;
  color: #2686df;
  float: left;
  cursor: pointer;
}

.ys .ys_cen .ys_h3, .ys .ys_cen .ys_t {
  text-align: center;
  line-height: 22px;
  height: 22px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.ys .ys_cen .ys_h3 {
  margin-bottom: 26px;
}

.ys .ys_cen .ys_t {
  margin-bottom: 66px;
}

.ys .ys_cen .ys_eng {
  margin: 0 auto;
  width: 871px;
  height: 94px;
  background: url(../images/fourreason.png) center no-repeat;
  z-index: 1;
  position: relative;
}

.ys .ys_cen .ys_big {
  margin-top: -48px;
  text-align: center;
  line-height: 52px;
  height: 52px;
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}

.ys .ys_cen .ys_ever {
  float: left;
  width: 238px;
  height: auto;
  position: absolute;
}

.ys .ys_cen .ys_ever .ys_tt {
  width: 83px;
  height: 112px;
  background: url(../images/yslo4.png) center no-repeat;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 20px;
}

.ys .ys_cen .ys_ever .ys_tt img {
  display: block;
  margin: 0 auto;
  margin-bottom: 4px;
}

.ys .ys_cen .ys_ever p {
  font-size: 14px;
  color: #c1ddf7;
  line-height: 26px;
}

.ys .ys_cen .ys_ever p span {
  color: #ffffff;
  font-weight: bold;
}

.ys .ys_cen .ys_ever0 {
  left: 28px;
  bottom: 146px;
}

.ys .ys_cen .ys_ever1 {
  left: 330px;
  bottom: 136px;
}

.ys .ys_cen .ys_ever2 {
  right: 330px;
  bottom: 156px;
}

.ys .ys_cen .ys_ever3 {
  right: 28px;
  bottom: 202px;
}

.ys .ys_cen .ys_bot {
  position: absolute;
  width: 1018px;
  height: 58px;
  border: solid 1px #c1ddf7;
  bottom: 40px;
  left: 90px;
}

.ys .ys_cen .ys_bot p, .ys .ys_cen .ys_bot div, .ys .ys_cen .ys_bot a {
  display: block;
  float: left;
  line-height: 58px;
}

.ys .ys_cen .ys_bot p {
  text-align: center;
  width: 596px;
  font-size: 16px;
  color: #ffffff;
  border-right: 1px solid #c1ddf7;
}

.ys .ys_cen .ys_bot div {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  width: 197px;
  padding-left: 60px;
  background: url(../images/yslo9.png) 20px no-repeat;
}

.ys .ys_cen .ys_bot a {
  text-align: center;
  width: 164px;
  height: 58px;
  font-size: 16px;
  color: #4aa3f6;
  position: relative;
  transition: .6s;
  z-index: 1;
}

.ys .ys_cen .ys_bot a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .6s;
  background-color: #ffffff;
  z-index: -1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  -o-transform-origin: right bottom;
}

.ys .ys_cen .ys_bot a:hover::before {
  content: '';
  width: 100%;
  height: 0%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.ys .ys_cen .ys_bot a:hover {
  color: #ffffff;
}

/*优势*/

/*学员风采*/

.xy {
  width: 100%;
  height: 583px;
  background: url(../images/xybg.jpg) center no-repeat;
}

.xy .xy_cen {
  width: 1200px;
  margin: 0 auto;
  height: 535px;
  padding-top: 48px;
}

.xy .xy_cen h3 {
  text-align: center;
  height: 27px;
  font-size: 26px;
  line-height: 26px;
  color: #4aa3f6;
  margin-bottom: 20px;
}

.xy .xy_cen .xy_small {
  text-align: center;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #999999;
  margin-bottom: 52px;
}

.xy .xy_cen .xy_box {
  margin-right: -32px;
}

.xy .xy_cen .xy_box .xy_ever {
  float: left;
  cursor: pointer;
  transition: .6s;
  margin-right: 32px;
  width: 276px;
  height: 342px;
  background-color: #ffffff;
  padding-top: 38px;
}

.xy .xy_cen .xy_box .xy_ever .xy_img {
  display: block;
  margin: 0 auto;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  border: solid 1px #dedede;
  transition: .6s;
  margin-bottom: 40px;
}

.xy .xy_cen .xy_box .xy_ever .xy_img img {
  border-radius: 50%;
  width: 123px;
  height: 123px;
}

.xy .xy_cen .xy_box .xy_ever .xy_a {
  width: 237px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
  transition: .6s;

}
.xy .xy_cen .xy_box .xy_ever:hover .xy_a{
  color: #4aa3f6
}
.xy .xy_cen .xy_box .xy_ever p {
  width: 237px;
  height: 100px;
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  margin: 0 auto;
  text-indent: 2em;
  overflow: hidden;
}

.xy .xy_cen .xy_box .xy_ever:hover .xy_img {
  transform: rotateY(360deg);
}

.xy .xy_cen .xy_box .xy_ever:hover {
  margin-top: -30px;
  box-shadow: 0px 0px 16px 0px rgba(3, 0, 0, 0.35);
}

/*学员风采*/

/*关于我们*/

.we {
  width: 100%;
  height: 558px;
  background: #4aa3f6;
}

.we .we_cen {
  width: 1200px;
  margin: 0 auto;
  height: 530px;
  padding-top: 28px;
}

.we .we_cen .we_box {
  width: 1200px;
  height: 530px;
  background: #ffffff;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}

.we .we_cen .we_box .we_img {
  float: left;
  margin-left: 30px;
  margin-top: 40px;
  width: 610px;
  height: 430px;
}

.we .we_cen .we_box .we_img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.we .we_cen .we_box .we_rig {
  width: 524px;
  height: 376px;
  float: right;
  margin-top: 64px;
}

.we .we_cen .we_box .we_rig h3 {
  margin-bottom: 20px;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
}

.we .we_cen .we_box .we_rig h3 span {
  font-size: 26px;
  font-weight: bold;
}

.we .we_cen .we_box .we_rig .we_a {
  display: block;
  height: 20px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #4aa3f6;
  margin-bottom: 22px;
}

.we .we_cen .we_box .we_rig p {
  width: 495px;
  height: 274px;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  text-indent: 2em;
  overflow: hidden;
}

/*fengc*/

.fc {
  width: 1200px;
  margin: 0 auto;
  height: 312px;
  margin-bottom: 44px;
  background-color: #ffffff;
  box-shadow: 0px 7px 7px 0px rgba(3, 0, 0, 0.15);
}

.fc .fc_center {
  height: 356px;
  position: relative;
  top: -32px;
}

.fc .we_news {
  width: 1158px;
  height: 216px;
  position: absolute;
  left: 30px;
  bottom: 40px;
}

.fc .we_title {
  width: 360px;
  height: 46px;
  line-height: 46px;
  letter-spacing: 1px;
  color: #333333;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 4;
}

.fc .we_a {
  float: left;
  cursor: pointer;
  margin-right: 20px;
  width: 153px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  background-color: #f8f8f8;
}

.fc .we_title .on {
  color: #ffffff;
  background: #4aa3f6;
}

.fc .we_main, .fc .we_everone {
  height: 216px;
  bottom: 0;
}

.fc .we_everone {
  position: relative;
}

.fc .we_fr {
  height: 200px;
  margin-right: -20px;
  position: absolute;
  bottom: 0;
}

.fc .we_fr div {
  float: left;
  width: 278px;
  height: 198px;
  margin-right: 20px;
  position: relative;
  border: solid 1px #bfbfbf;
}

.fc .we_ever_more {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #039a3f;
}

.fc .we_ever_more::after {
  content: '';
  width: 0px;
  height: 2px;
  background: #039a3f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: .6s;
}

.fc .we_ever_more:hover::after {
  width: 60px;
  left: 0%;
}

.fc .we_img, .fc .we_img img {
  width: 278px;
  height: 198px;
}

.fc .we_href {
  width: 280px;
  height: 46px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 46px;
  text-align: center;
  background: url(../images/green.png) center no-repeat;
  transition: .6s;
}

.fc .we_fr div:hover .we_href {
  height: 52px;
  line-height: 40px;
}

.fc .zs_lb {
  width: 1158px;
  height: 216px;
}

.fc .zs_lb .swiper-slide {
  width: 258px;
  height: 216px;
}

.fc .zs_img, .fc .zs_img img {
  width: 275px;
  height: 180px;
  overflow: hidden;
  transition: .6s;
  display: block;
  cursor: url(../images/zyhd.png), default;
}

.fc .zs_a {
  width: 275px;
  height: 30px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fc .zs_lb .swiper-slide:hover .zs_a {
  color: #4aa3f6;
  transition: .6s;
}

/*fengc*/

/*news*/

.news {
  width: 1200px;
  margin: 0 auto;
  height: 616px;
  margin-bottom: 40px;
}

.news .tit {
  width: 590px;
  height: 30px;
  margin-bottom: 18px;
  border-bottom: solid 1px #dedede;
}

.news .tit .beat {
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #333333;
}

.news .tit .beat span {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}

.news .more {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  text-transform: uppercase;
  float: right;
  transition: .6s;
}

.news .more:hover {
  color: #4aa3f6;
}

.news .news_l {
  width: 590px;
  height: 616px;
  float: left;
}

.news .news_l .news_img {
  display: block;
  width: 588px;
  height: 323px;
}

.news .news_l .news_img img {
  width: 588px;
  height: 323px;
}

.news .news_l .news_nr {
  width: 588px;
  height: 75px;
  background-color: #f0f0f0;
}

.news .news_l .news_nr a {
  display: block;
  width: 580px;
  height: 32px;
  line-height: 42px;
  padding-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .6s;
  font-size: 14px;
  color: #333333;
}

.news .news_l .news_nr a:hover {
  color: #4aa3f6;
}

.news .news_l .news_nr p {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 8px;
}

.news .news_r {
  float: right;
  width: 554px;
  height: 616px;
}

.news .news_r .news_ever0 {
  margin-bottom: 18px;
}

.news .news_r .news_ever {
  width: 554px;
  height: 189px;
  border-bottom: solid 1px #dedede;
}

.news .news_r .news_ever .news_images {
  width: 258px;
  height: 168px;
  display: block;
  float: left;
  margin-right: 20px;
}

.news .news_r .news_ever .news_images img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.news .news_r .news_ever div {
  width: 268px;
  height: 126px;
  float: left;
  margin-top: 10px;
}

.news .news_r .news_ever div .news_bt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  transition: .6s;
  width: 268px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-bottom: 20px;
}

.news .news_r .news_ever div .news_bt:hover {
  color: #4aa3f6;
}

.news .news_r .news_ever div p {
  width: 266px;
  height: 92px;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  overflow: hidden;
}

.news ul {
  margin-top: 4px;
}

.news ul li {
  position: relative;
  line-height: 54px;
  width: 588px;
  height: 54px;
  border-bottom: dashed 1px #dedede;
}

.news ul li .news_a {
  display: block;
  width: 450px;
  height: 54px;
  padding-left: 26px;
  background: url(../images/newsli.png) 10px 24px no-repeat;
  transition: .6s;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news ul li .news_span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
  transition: .6s;
}

.news ul li:hover .news_a {
  color: #4aa3f6;
  background: url(../images/newsli1.png) 10px 24px no-repeat;
}

.news ul li:hover .news_span {
  color: #4aa3f6;
}

.news ul li::before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: .6s;
  background: #4aa3f6;
}

.news ul li:hover::before {
  content: '';
  width: 100%;
  height: 1px;
}

/*news*/

/*友情*/

.fri {
  width: 1200px;
  margin: 0 auto;
  height: 76px;
  margin-bottom: 40px;
  border: solid 1px #dedede;
  position: relative;
}

.fri .fri_bt {
  width: 136px;
  height: 38px;
  border-right: 1px solid #dedede;
  position: relative;
  float: left;
  text-align: center;
  font-weight: bold;
  margin-top: 22px;
}

.fri .fri_bt::before {
  content: '';
  width: 36px;
  height: 1px;
  background: #dedede;
  position: absolute;
  left: 20px;
  bottom: 10px;
}

.fri .fri_a {
  float: left;
  width: 1036px;
  height: 76px;
  line-height: 76px;
  overflow: hidden;
}

.fri .fri_a a {
  display: inline-block;
  margin-left: 30px;
  transition: .6s;
}

.fri .fri_a a:hover {
  color: #4aa3f6;
}

/*
  Swiper 4.4.1

 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/lb_left.png");
  left: 8%;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/lb_right.png");
  right: 8%;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 30px;
  height: 10px;
  display: inline-block;
  border-radius: 16px;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}