/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}



/*banner*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 720px;
  background: #fff;
  overflow: hidden;
}

.fullSlide .bd {
  width: 100%;
  height: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.fullSlide .bd ul {
  width: 100%;
}

.fullSlide .bd li {
  width: 100%;
  height: 720px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 720px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 0;
  height: 30px;
  text-align: center;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 12px;
  overflow: hidden;
  line-height: 99px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #fff;
}

.fullSlide .hd ul .on {
  background: #032a68;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}


.fullSlide .next {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: url(../images/bannerR.png) no-repeat center;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  right: 4%;
}

.fullSlide .prev {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: url(../images/bannerL.png) no-repeat center;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  left: 4%;
}


.fxCliffDiving li {
  -webkit-transform-origin: 50% 400%;
  transform-origin: 50% 400%;
}

.fxCliffDiving .navOutNext {
  opacity: 1;
  -webkit-animation: rotateOutCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: rotateOutCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving .navInNext {
  opacity: 1;
  -webkit-animation: rotateInCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: rotateInCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving .navOutPrev {
  opacity: 1;
  -webkit-animation: rotateOutCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: rotateOutCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving .navInPrev {
  opacity: 1;
  -webkit-animation: rotateInCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: rotateInCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 1);
  transition: opacity 0.9s cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving .navOutPrev::after,
.fxCliffDiving .navOutNext::after {
  opacity: 1;
}

@-webkit-keyframes rotateOutCircLeft {
  from {}

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotate(-20deg) translateX(-100%);
  }
}

@keyframes rotateOutCircLeft {
  from {}

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotate(-20deg) translateX(-100%);
    transform: rotate(-20deg) translateX(-100%);
  }
}

@-webkit-keyframes rotateInCircRight {
  from {
    -webkit-transform: rotate(20deg) translateX(100%);
  }

  to {
    -webkit-transform: rotate(0deg) translateX(0);
  }
}

@keyframes rotateInCircRight {
  from {
    -webkit-transform: rotate(20deg) translateX(100%);
    transform: rotate(20deg) translateX(100%);
  }

  to {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
}

@-webkit-keyframes rotateOutCircRight {
  from {}

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotate(20deg) translateX(100%);
  }
}

@keyframes rotateOutCircRight {
  from {}

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotate(20deg) translateX(100%);
    transform: rotate(20deg) translateX(100%);
  }
}

@-webkit-keyframes rotateInCircLeft {
  from {
    -webkit-transform: rotate(-20deg) translateX(-100%);
  }

  to {
    -webkit-transform: rotate(0deg) translateX(0);
  }
}

@keyframes rotateInCircLeft {
  from {
    -webkit-transform: rotate(-20deg) translateX(-100%);
    transform: rotate(-20deg) translateX(-100%);
  }

  to {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
}

/*title*/

.title {
  background: url(../images/title.png) no-repeat left top;
}


.title span {
  display: block;
  font-size: 55px;
  color: #333333;
  font-weight: bold;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  top: -4px;
}

.title h3 {
  display: inline-block;
  margin: 0px 0 0 20px;
  padding-top: 5px;
  position: relative;
  z-index: 5;

}

.title h3 i {
  display: block;
  font-size: 16px;
  color: #666;
}

.title h3 em {
  display: block;
  font-size: 38px;
  color: #333333;
  font-weight: bold;
}

.title h3::after {
  width: 185px;
  height: 21px;
  background: #b89b62;
  position: absolute;
  left: -2px;
  bottom: 3px;
  content: "";
  z-index: -1;
}


/*about*/


.ab_bg {
  width: 100%;
  height: 945px;
  margin: 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat center;
  overflow: hidden;
}

.ab_bg .about {
  width: 1300px;
  margin: 0 auto;
  padding-top: 100px;
  height: 465px;
}

.ab_bg .about .ab_l {
  float: left;
  width: 690px;
}

.ab_bg .about .ab_l .ab_nr {
  margin-top: 85px;

}


.ab_bg .about .ab_l .ab_nr .ab_t {
  float: left;
  width: 205px;
  background: url(../images/ab_xt.png) no-repeat bottom left;
  padding-bottom: 5px;
}

.ab_bg .about .ab_l .ab_nr .ab_t h5 {
  font-size: 20px;
  color: #333;
  font-weight: bold;

}

.ab_bg .about .ab_l .ab_nr .ab_t i {
  display: block;
  font-size: 12px;
  color: #333;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 2px;
}

.ab_bg .about .ab_l .ab_nr .txt {
  width: 470px;
  float: right;
}

.ab_bg .about .ab_l .ab_nr .txt p {
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  height: 216px;
  overflow: hidden;

}

.ab_bg .about .ab_l .ab_nr .txt .more {
  display: block;
  background: url(../images/ab_more.png) no-repeat bottom left;
  width: 170px;
  margin-top: 40px;
  height: 23px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .ab_nr .txt .more i {
  display: block;
  font-size: 16px;
  color: #333;
}

.ab_bg .about .ab_l .ab_nr .txt .more:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
}


.ab_bg .about .ab_img {
  float: right;
  width: 714px;
  height: 425px;
  margin-right: -185px;
  margin-top: 40px;

}

.ab_bg .about .ab_img img {
  width: 714px;
  height: 425px;
}

.ab_bg .ab_list {
  width: 1660px;
  margin: 70px auto 0 auto;
}

.ab_bg .ab_list ul li {
  float: left;
  width: 514px;
  height: 234px;
  margin: 0 58px 0 0;
  background: url(../images/ab_list.jpg) no-repeat center;
  position: relative;
  z-index: 5;
}

.ab_bg .ab_list ul li:last-child {
  margin-right: 0;
}

.ab_bg .ab_list ul li a {
  display: block;
  padding-top: 75px;
}

.ab_bg .ab_list ul li a span {
  display: block;
  float: left;
  margin-left: 130px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .ab_list ul li a i {
  display: block;
  float: left;
  margin: 0 0 0 25px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .ab_list ul li a i em {
  display: block;
  font-size: 16px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  padding: 8px 0 5px 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .ab_list ul li.ab1 a span {
  background: #fff url(../images/ab1.png) no-repeat center;
}

.ab_bg .ab_list ul li.ab2 a span {
  background: #fff url(../images/ab2.png) no-repeat center;
}

.ab_bg .ab_list ul li.ab3 a span {
  background: #fff url(../images/ab3.png) no-repeat center;
}

.ab_bg .ab_list ul li::after {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  content: "";
  width: 0;
  height: 100%;
  background: #b89b62;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .ab_list ul li.on::after {
  width: 100%;
}

.ab_bg .ab_list ul li.on a i {
  color: #131a32;
}

.ab_bg .ab_list ul li.on a i em {
  color: #3a4053;
}

.ab_bg .ab_list ul li.ab1.on a span {
  background: #fff url(../images/ab11.png) no-repeat center;
}

.ab_bg .ab_list ul li.ab2.on a span {
  background: #fff url(../images/ab22.png) no-repeat center;
}

.ab_bg .ab_list ul li.ab3.on a span {
  background: #fff url(../images/ab33.png) no-repeat center;
}





/*product*/
.pro_bg {
  width: 100%;
  height: 965px;
  margin: 0 auto;
  background: url(../images/pro_bg.jpg) no-repeat center;
  overflow: hidden;
  position: relative;
}

.pro_bg .m {
  height: 965px;
  overflow: hidden;
}

.pro_bg .product {
  width: 1300px;
  margin: 0 auto;
  padding-top: 85px;
}

.pro_bg .product .pro_t {
  height: 151px;
}

.pro_bg .product .pro_t .title {
  float: left;
  background: url(../images/pro_t.png) no-repeat left top;
}

.pro_bg .product .pro_t .title span {
  color: #fff;
}

.pro_bg .product .pro_t .title h3 i {
  color: #d4e4f1;
}

.pro_bg .product .pro_t .title h3 em {
  color: #fff;
}

.pro_bg .product .pro_t .search {
  float: right;
  margin-top: 25px;
  width: 559px;
}

.pro_bg .product .pro_t .search .search2 {
  float: left;
  width: 268px;
  height: 63px;
  background: #fff url(../images/search.png) no-repeat 25px center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 190px;
  font-size: 12px;
  color: #999999;
  letter-spacing: 1px;

}

.pro_bg .product .pro_t .search .search_s {
  float: right;
  width: 99px;
  height: 63px;

}

.pro_bg .product .pro_box {
  margin: 0 auto;
}

.pro_bg .product .pro_box .pro_l {
  float: left;
  width: 336px;
  background: #fff;
}

.pro_bg .product .pro_box .pro_l ul li {
  width: 336px;
  height: 81px;
  line-height: 81px;
  background: url(../images/pro_list.png) no-repeat center;
  position: relative;
  z-index: 5;
}

.pro_bg .product .pro_box .pro_l ul li a {
  display: block;

}

.pro_bg .product .pro_box .pro_l ul li a span {
  float: left;
  width: 170px;
  background: url(../images/buttom3.png) no-repeat 40px center;
  padding-left: 80px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_l ul li a i {
  display: block;
  position: absolute;
  right: 37px;
  top: 40px;
  width: 17px;
  height: 2px;
  background: #999999;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_l ul li::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0px;
  height: 100%;
  background: url(../images/pro_list1.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_l ul li.on a span {
  background: url(../images/buttom4.png) no-repeat 40px center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.pro_bg .product .pro_box .pro_l ul li.on a i {
  width: 30px;
  height: 2px;
  background: #313131;
}

.pro_bg .product .pro_box .pro_l ul li.on::after {
  width: 100%;
}

.pro_bg .product .pro_box .pro_r {
  float: right;
  width: 915px;
  margin-top: 45px;
}

.pro_bg .product .pro_box .pro_r .pro_tab {
  height: 36px;

}

.pro_bg .product .pro_box .pro_r .pro_tab h5 {
  float: left;
  background: url(../images/buttom5.png) no-repeat left center;
  line-height: 36px;
  padding-left: 37px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.pro_bg .product .pro_box .pro_r .pro_tab .more {
  float: right;
  display: block;
  background: url(../images/pro_more.png) no-repeat bottom left;
  width: 170px;
  margin-top: 0px;
  height: 23px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 3px;
}

.pro_bg .product .pro_box .pro_r .pro_tab .more i {
  display: block;
  font-size: 16px;
  color: #fff;
}

.pro_bg .product .pro_box .pro_r .pro_show {
  width: 970px;
  margin: 30px auto 0 auto;
}

.pro_bg .product .pro_box .pro_r .pro_show ul li {
  float: left;
  width: 280px;
  height: 250px;
  background: #ffffff;
  margin: 0 37px 35px 0;
  position: relative;

}

.pro_bg .product .pro_box .pro_r .pro_show ul li::after {
  width: 68px;
  height: 2px;
  background: #b89b62;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_r .pro_show ul li .pic {
  width: 260px;
  height: 180px;
  margin: 10px 10px 0 10px;
  overflow: hidden;

}

.pro_bg .product .pro_box .pro_r .pro_show ul li .pic img {
  width: 260px;
  height: 180px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_r .pro_show ul li .txt {
  height: 55px;
  line-height: 55px;
  margin: 0 auto;
  width: 260px;
}

.pro_bg .product .pro_box .pro_r .pro_show ul li .txt h5 a {
  float: left;
  width: 150px;
  padding-left: 12px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/buttom6.png) no-repeat left center;

}

.pro_bg .product .pro_box .pro_r .pro_show ul li .txt .more {
  display: block;
  float: right;
  background: url(../images/more.png) no-repeat bottom center;
  font-size: 16px;
  color: #333;
  text-transform: capitalize;
  margin-right: 20px;
  line-height: 20px;
  margin-top: 17px;
}

.pro_bg .product .pro_box .pro_r .pro_show ul li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.pro_bg .product .pro_box .pro_r .pro_show ul li:hover::after {
  width: 100%;
}



/*case*/

.case {
  width: 1300px;
  margin: 80px auto 0 auto;
}

.case .case_box {
  width: 1300px;
  margin: 40px auto 0 auto;
  position: relative;
}

.case .case_box .bd {
  width: 1300px;
}

.case .case_box .bd ul li {
  float: left;
  width: 361px;
  height: 505px;
  border: 1px solid #eeeeee;
  padding: 0 35px;
}


.case .case_box .bd ul li .pic {
  width: 360px;
  height: 240px;
  margin: 50px auto 0 auto;

}

.case .case_box .bd ul li .pic img {
  width: 360px;
  height: 240px;
}

.case .case_box .bd ul li .txt {
  margin: 25px auto 0 auto;

}

.case .case_box .bd ul li .txt h5 {
  height: 40px;
  line-height: 40px;
}

.case .case_box .bd ul li .txt h5 a {
  float: left;
  width: 260px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.case .case_box .bd ul li .txt h5 i {
  display: block;
  float: right;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;

}

.case .case_box .bd ul li .txt p {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 10px;
}

.case .case_box .bd ul li .txt em {
  display: block;
  width: 356px;
  height: 1px;
  background: #eeeeee;
  margin: 25px auto 0 auto;
  position: relative;

}

.case .case_box .bd ul li .txt em::after {
  position: absolute;
  left: 0px;
  top: -1px;
  content: "";
  width: 0px;
  height: 2px;
  background: #b89b62;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li .txt .more {
  margin-top: 20px;
  position: relative;

}

.case .case_box .bd ul li .txt .more .more1 {
  display: block;
  font-size: 18px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li .txt .more .more2 {
  font-size: 16px;
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/case_xt.png) no-repeat bottom left;
  height: 22px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.case .case_box .bd ul li:hover .txt em::after {
  width: 31px;
}

.case .case_box .bd ul li:hover .txt .more .more1 {
  opacity: 0;
}

.case .case_box .bd ul li:hover .txt .more .more2 {
  opacity: 1;
}

.case .case_box .hd {
  position: absolute;
  right: 0px;
  top: -110px;
}

.case .case_box .hd .next {
  cursor: pointer;
  float: left;
  width: 63px;
  height: 63px;
  background: url(../images/left.png) no-repeat center;
}

.case .case_box .hd .prev {
  cursor: pointer;
  float: left;
  width: 63px;
  height: 63px;
  background: url(../images/right.png) no-repeat center;
  margin-left: 30px;

}



/*ys*/

.ys_bg {
  width: 100%;
  margin: 90px auto 0 auto;
  height: 945px;
  background: #032a68;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px 6px rgba(3, 42, 104, .03);
  box-shadow: 0 0 8px 6px rgba(3, 42, 104, .03);
}

.ys_bg .ys {
  width: 100%;
  height: 945px;
  position: relative;
  margin: 0 auto;
}

.ys_bg .ys .ys_t {
  position: absolute;
  z-index: 5;
  top: 45px;
  left: 0;

}

.ys_bg .ys .ys_t img {
  display: block;
}

.ys_bg .ys .ys_t h3 {
  font-size: 24px;
  color: #fff;
  background: url(../images/ys_xt.png) no-repeat center bottom;
  display: inline-block;
  margin-left: 195px;
}

.ys_bg .ys .ys_box {
  position: relative;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .bd {
  width: 100%;
  height: 666px;
}

.ys_bg .ys .ys_box .bd ul li {
  float: left;
  width: 100%;
}

.ys_bg .ys .ys_box .bd ul li .txt {
  float: left;
  width: 21.5%;
  margin-left: 10%;
  margin-top: 348px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;

}

.ys_bg .ys .ys_box .bd ul li .txt h5 span {
  font-size: 12px;
  color: #bdcadf;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 8px;
}

.ys_bg .ys .ys_box .bd ul li .txt em {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  margin: 15px 0 15px 0;
}

.ys_bg .ys .ys_box .bd ul li .txt p {
  font-size: 15px;
  color: #bdcadf;
  line-height: 34px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img {
  float: right;
  position: relative;
  height: 666px;
  width: 66%;

}

.ys_bg .ys .ys_box .bd ul li .ys_img img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;

}

.ys_bg .ys .ys_box .bd ul li .ys_img::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/ys_bg.png) repeat center;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd {
  width: 100%;
  margin: 0 auto;
  height: 279px;
}

.ys_bg .ys .ys_box .hd .prev {
  float: left;
  background: url(../images/ys_list1.jpg) no-repeat center;
  height: 279px;
  width: 34%;
}

.ys_bg .ys .ys_box .hd .prev i {
  display: inline-block;
  margin-top: 90px;
  margin-left: 57%;
  font-size: 16px;
  color: #fff;
  width: 94px;
  background: url(../images/ys_xt1.png) no-repeat bottom center;
  height: 22px;
  cursor: pointer;
}


.ys_bg .ys .ys_box .hd ul {
  float: left;
  height: 279px;
  width: 66%;
}

.ys_bg .ys .ys_box .hd ul li {
  float: left;
  height: 279px;
  width: 33.33%;
  position: relative;
  z-index: 5;
}

.ys_bg .ys .ys_box .hd ul li .txt {
  float: left;
  width: 50%;
  margin-left: 12%;
  margin-top: 70px;
}

.ys_bg .ys .ys_box .hd ul li .txt em {
  display: block;
  width: 26px;
  height: 5px;
  background: #d0e7eb;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li .txt span {
  display: block;
  font-size: 22px;
  color: #fff;
  margin: 50px 0 5px 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li .txt i {
  display: block;
  font-size: 14px;
  color: #8eb1e1;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li .ys_ico {
  float: right;
  margin-top: 70px;
  margin-right: 12%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 5;
}

.ys_bg .ys .ys_box .hd ul li .ys_ico::after {
  position: absolute;
  left: 15px;
  top: -15px;
  width: 0px;
  height: 0%;
  background: url(../images/buttom7.png) no-repeat center;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li .ys_ico i {
  display: block;
  width: 43px;
  height: 43px;
}

.ys_bg .ys .ys_box .hd ul li.ys1 .ys_ico i {
  background: url(../images/ys_ico1.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys2 .ys_ico i {
  background: url(../images/ys_ico2.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys3 .ys_ico i {
  background: url(../images/ys_ico3.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.on .txt em {
  background: #032a68;

}

.ys_bg .ys .ys_box .hd ul li.on .txt span {
  color: #333;

}

.ys_bg .ys .ys_box .hd ul li.on .txt i {
  color: #999;
}

.ys_bg .ys .ys_box .hd ul li.on .ys_ico::after {
  width: 38px;
  height: 38px;
}

.ys_bg .ys .ys_box .hd ul li.ys1.on .ys_ico i {
  background: url(../images/ys_ico11.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys2.on .ys_ico i {
  background: url(../images/ys_ico22.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys3.on .ys_ico i {
  background: url(../images/ys_ico33.png) no-repeat center;
}


.ys_bg .ys .ys_box .hd ul li::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
  background: url(../images/ys_list.jpg) no-repeat center;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li.on::after {
  width: 100%;
}



.ys_bg .ys .ab_num {
  position: absolute;
  top: 350px;
  right: 0;
  z-index: 5;
  width: 54%;
}

.ys_bg .ys .ab_num dl {
  float: left;
  width: 29%;
  margin-right: 0%;
  text-align: center;
}

.ys_bg .ys .ab_num dl h5 {
  font-size: 46px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  line-height: 65px;
}

.ys_bg .ys .ab_num dl h5 span {
  font-size: 94px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 75px;
  display: inline-block;
}

.ys_bg .ys .ab_num dl h5 em {
  font-size: 46px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  top: -35px;
}

.ys_bg .ys .ab_num dl p {
  font-size: 18px;
  color: #fff;
  opacity: 0.75;
}

.ys_bg .ys .ab_num dl i {
  display: block;
  font-size: 12px;
  color: #fff;
  opacity: 0.75;
}








/*news*/

.news {
  width: 1300px;
  margin: 75px auto 0 auto;
}

.news .news_t {
  height: 130px;
}

.news .news_t .title {
  float: left;
}

.news .news_t .news_list {
  float: right;
  margin-top: 40px;
}

.news .news_t .news_list ul li {
  float: left;
  width: 140px;
  height: 44px;
  line-height: 44px;
  margin-left: 50px;
  position: relative;
  z-index: 5;
}

.news .news_t .news_list ul li a {
  display: block;
  padding-left: 50px;
  font-size: 18px;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.n1 a {
  background: url(../images/news1.png) no-repeat 20px center;
}

.news .news_t .news_list ul li.n2 a {
  background: url(../images/news2.png) no-repeat 20px center;
}

.news .news_t .news_list ul li.n3 a {
  background: url(../images/news3.png) no-repeat 20px center;
}

.news .news_t .news_list ul li::after {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  content: "";
  width: 0;
  height: 44px;
  background: #b69d6a;
  border-radius: 45px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.casehover::after {
  width: 100%;
}

.news .news_t .news_list ul li.casehover a {
  color: #fff;

}

.news .news_t .news_list ul li.n1.casehover a {
  background: url(../images/news11.png) no-repeat 20px center;
}

.news .news_t .news_list ul li.n2.casehover a {
  background: url(../images/news22.png) no-repeat 20px center;
}

.news .news_t .news_list ul li.n3.casehover a {
  background: url(../images/news33.png) no-repeat 20px center;
}


.news .news_box {
  margin: 0 auto;
  height: 640px;
}

.news .news_box .news_l {
  float: left;
  width: 880px;
}

.news .news_box .news_l ul li {
  float: left;
  width: 344px;
  height: 637px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  margin-right: 20px;
  padding: 0 38px;
}

.news .news_box .news_l ul li .news_nr {
  height: 460px;
  border-bottom: 1px solid #ededed;

}

.news .news_box .news_l ul li .news_nr .time {
  padding-top: 40px;
  height: 65px;
  line-height: 50px;

}

.news .news_box .news_l ul li .news_nr .time span {
  display: block;
  float: left;
  font-size: 34px;
  color: #666;
  font-family: "Impact";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_l ul li .news_nr .time .more {
  display: block;
  float: right;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.news .news_box .news_l ul li .news_nr .news_img {
  width: 343px;
  height: 196px;
  margin: 0 auto;

}

.news .news_box .news_l ul li .news_nr .news_img img {
  width: 343px;
  height: 196px;
}

.news .news_box .news_l ul li .news_nr .txt {
  margin: 30px auto 0 auto;

}

.news .news_box .news_l ul li .news_nr .txt a {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 20px;
  background: url(../images/buttom2.png) no-repeat left center;
}

.news .news_box .news_l ul li .news_nr .txt p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 15px;
}

.news .news_box .news_l ul li .list {
  margin-top: 35px;

}

.news .news_box .news_l ul li .list a {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 20px;
  background: url(../images/buttom2.png) no-repeat left center;
}

.news .news_box .news_l ul li .list p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 15px;
}

.news .news_box .news_l ul li .news_nr:hover .time span {
  color: #b69d6a;

}

.news .news_box .news_l ul li .news_nr:hover .txt a {
  color: #032a68;

}

.news .news_box .news_l ul li .list:hover a {
  color: #032a68;

}

.news .news_box .news_r {
  float: right;
  width: 420px;
  height: 637px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.news .news_box .news_r ul {
  margin-top: 55px;
}

.news .news_box .news_r ul li {
  margin: 0 auto 25px auto;
  height: 70px;
  border-bottom: 1px solid #ededed;
  width: 340px;

}

.news .news_box .news_r ul li:last-child {
  border-bottom: none;
}

.news .news_box .news_r ul li span {
  display: block;
  font-size: 12px;
  color: #666666;
}

.news .news_box .news_r ul li a {
  display: block;
  height: 40px;
  line-height: 40px;

}

.news .news_box .news_r ul li a i {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  width: 315px;

}

.news .news_box .news_r ul li a em {
  display: block;
  float: right;
  background: url(../images/buttom1.png) no-repeat center;
  width: 11px;
  height: 11px;
  margin-top: 15px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.news .news_box .news_r ul li:hover a em {
  opacity: 1;
}



/*links*/

.links {
  margin: 65px auto 60px auto;
  width: 1300px;
  overflow: hidden;

}

.links .links_t {
  float: left;
  background: url(../images/links.png) no-repeat left bottom;
  height: 30px;
  width: 107px;
}

.links .links_t i {
  display: block;
  font-size: 14px;
  color: #333333;
  padding-left: 20px;
}

.links .yq {
  float: right;
  width: 1135px;
}

.links .yq a {
  font-size: 14px;
  color: #666666;
  margin-right: 15px;
  line-height: 40px;
}

.custom-select {
  display: none;
}

 

.component-fullwidth{
  position: relative;
}

.component .prev {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: url(../images/bannerL.png) no-repeat center;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  left: 4%;
  font-size: 0; 
}

.component .next {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: url(../images/bannerR.png) no-repeat center;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  right: 4%;
  font-size: 0; 
}