.index__header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999999;
}
.index__header .content {
  width: 100%;
  height: 120px;
  position: relative;
}
.index__header .content .index__header__logo {
  float: left;
  width: 503px;
}
.index__header .content .index__header__logo img {
  padding-top: 33px;
}
.index__header .content .index__header__list {
  float: right;
  width: 897px;
  height: 120px;
}
.index__header .content .index__header__list .title {
  width: 100%;
}
.index__header .content .index__header__list .title > li {
  float: left;
  position: relative;
  width: 14.2%;
  text-align: center;
  padding-top: 43px;
}
.index__header .content .index__header__list .title > li > a {
  display: block;
  font-size: 18px;
  line-height: 16px;
  color: #333333;
  height: 67px;
}
.index__header .content .index__header__list .title > li > a p {
  font-size: 14px;
  opacity: 0.4;
  color: #333333;
  line-height: 12px;
  text-transform: uppercase;
  margin-top: 10.5px;
}
.index__header .content .index__header__list .title > li .child__list {
  width: 100%;
  display: none;
  position: absolute;
  z-index: -20;
  background-color: #fff;
  border-radius: 7px;
  top: 120px;
  padding: 15px 0;
  transform: translateY(40px);
  opacity: 0;
}
.index__header .content .index__header__list .title > li .child__list li {
  float: left;
  width: 100%;
}
.index__header .content .index__header__list .title > li .child__list li a {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #333;
  line-height: 35px;
}
.index__header .content .index__header__list .title > li .child__list li:hover {
  background-color: #eee;
}
.index__header .content .index__header__list .title > li .child__list::after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}
.index__header .content .index__header__list .title > li .child__list__active {
  transition: all 0.3s;
  display: block;
  transform: translateY(20px);
  opacity: 1;
  z-index: 111;
}
.index__header .content .index__header__list .title > li::after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 30px;
  opacity: 0;
  top: 100%;
}
.index__header .content .index__header__list .title li.active a {
  color: #0162ae;
  font-weight: 700;
}
.index__header .content .index__header__list .title li.active p {
  color: #0162ae;
  font-weight: 700;
}
.index__header .content .index__header__list .title > li:hover > a {
  color: #0162ae;
  font-weight: 700;
}
.index__header .content .index__header__list .title > li:hover p {
  color: #0162ae;
}
.heActive {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.index__banner {
  width: 100%;
  height: auto;
  margin-top: 120px;
}
.index__banner .swiper-container {
  width: 100%;
  z-index: -20;
  height: auto;
}
.swiper-slide{
	width: 100%;
	height: auto!important;
}
.index__banner img {
  width: 100%;
  height: auto;
}
.index__aboutus {
  height: 1030px;
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 86px;
}
.index__aboutus .content .title {
  font-size: 41.8px;
  text-align: center;
  color: #333333;
}
.index__aboutus .content .title span {
  font-weight: 700;
}
.index__aboutus .content .subtitle {
  font-size: 21px;
  margin-top: 12px;
  text-align: center;
  color: #8a8a8a;
}
.index__aboutus .content .details {
  margin-top: 70px;
  overflow: hidden;
}
.index__aboutus .content .details .content__abstract {
  width: 910px;
  padding-right: 88px;
  float: left;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-400px);
  transition: all 0.5s;
}
.index__aboutus .content .details .content__abstract h1 {
  font-size: 46px;
  color: #0162ae;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 65px;
}
.index__aboutus .content .details .content__abstract .company__name {
  font-size: 36px;
  color: #333333;
  margin-top: 14px;
}
.index__aboutus .content .details .content__abstract .p1 {
  font-size: 18px;
  color: #727272;
  margin-top: 29px;
  line-height: 32px;
}
.index__aboutus .content .details .content__abstract .p2 {
  font-size: 18px;
  color: #727272;
  margin-top: 36px;
  line-height: 32px;
  margin-top: 42px;
}
.index__aboutus .content .details .content__abstract .btn {
  margin-top: 63px;
  display: block;
  height: 55px;
  width: 173px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 55px;
  background-color: #0162ae;
}
.index__aboutus .content .details .content__abstract .btn span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eb7102;
  line-height: 19px;
  margin-left: 10px;
}
.index__aboutus .content .details .content__img {
  overflow: hidden;
  height: 537px;
  border-radius: 12px;
  padding: 18px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 1px #d0d0d0;
  opacity: 0;
  transform: translateX(400px);
  transition: all 0.5s;
}
.index__aboutus .content .details .content__img .box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index__aboutus .content .details .content__img .box:hover {
  cursor: pointer;
}
.index__aboutus .content .details .content__img .box:hover img {
  transition: transform 0.3s;
  transform: scale(1.2);
}
.index__aboutus .content .advantage {
  margin-top: 39px;
  height: 204px;
}
.index__aboutus .content .advantage .item {
  width: 346px;
  height: 100%;
  background-color: #fff;
  text-align: center;
  margin-right: 5px;
  float: left;
  cursor: pointer;
  opacity: 0;
  transform: translateY(150px);
}
.index__aboutus .content .advantage .item img {
  margin-top: 47px;
}
.index__aboutus .content .advantage .item p {
  font-size: 24px;
  color: #5d5d5f;
  margin-top: 26px;
  font-weight: 700;
}
.index__aboutus .content .advantage .item:last-child {
  margin-right: 0;
}
.index__aboutus .content .advantage .item:hover {
  transition: box-shadow 0.3s;
  box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.2);
  background-color: #fbfbfb;
}
.index__product {
  height: 890px;
}
.index__product .content {
  height: 890px;
  overflow: hidden;
}
.index__product .content .title {
  width: 282px;
  height: 64px;
  margin: 0 auto;
  margin-top: 117px;
  background: url('../../img/product_bg.png');
  text-align: center;
  line-height: 64px;
}
.index__product .content .title h1 {
  font-size: 32px;
  font-weight: normal;
  color: #333;
}
.index__product .content .tab__title {
  margin-top: 34px;
  overflow: hidden;
}
.index__product .content .tab__title .title__name__item {
  float: left;
  width: 169px;
  height: 41px;
  border: 1px solid #bcbcbc;
  margin-right: 36px;
  font-size: 18px;
  text-align: center;
  line-height: 41px;
  color: #666666;
  cursor: pointer;
}
.index__product .content .tab__title .title__name__item a{
  width: 169px;
  height: 41px;
  font-size: 18px;
  text-align: center;
  line-height: 41px;
  color: #666666;
  display:block;
}
.index__product .content .tab__title .title__name__item a:hover{
  color: #ffffff;
}
.index__product .content .tab__title .title__name__item:last-child {
  margin-right: 0;
}
.index__product .content .tab__title .active {
  background-color: #3985d0;
  color: #fff;
}
.index__product .content .tab__product__content {
  position: relative;
}
.index__product .content .tab__product__content .tab_procut {
  position: absolute;
  margin-top: 60px;
  overflow: hidden;
}
.index__product .content .tab__product__content .tab_procut .item {
  width: 350px;
  float: left;
  opacity: 0;
  transform: translateY(150px);
}
.index__product .content .tab__product__content .tab_procut .item .item__box {
  width: 350px;
  height: 350px;
  overflow: hidden;
  cursor: pointer;
}
.index__product .content .tab__product__content .tab_procut .item .item__box img {
  width: 100%;
 
}
.index__product .content .tab__product__content .tab_procut .item .item__box:hover {
  border: 1px solid #2377b9;
}
.index__product .content .tab__product__content .tab_procut .item .item__box:hover img {
  transition: transform 0.3s;
  transform: scale(1.1);
}
.index__product .content .tab__product__content .tab_procut .item p {
  font-size: 22px;
  text-align: center;
  margin-top: 44px;
  color: #666666;
}
.index__product .content .tab__product__content .tab_procut:not(:nth-child(1)) {
  display: none;
}
.case {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
  z-index: 1;
}
.case .case__bg ul {
  position: relative;
}
.case .case__bg ul li {
  position: absolute;
  width: 100%;
  display: none;
}
.case .case__bg ul li img {
  width: 100%;
  height: 620px;
}
.case .case__bg ul li:nth-child(1) {
  display: block;
}
.case__title {
  position: absolute;
  width: 39.583%;
  top: 0;
  left: 0;
  height: 100%;
  background: url(../../img/case_bg.png);
  padding-top: 90px;
}
.case__title h1 {
  text-align: center;
  color: #fff;
  font-size: 40px;
}
.case__title ul {
  margin-top: 55px;
}
.case__title li {
  width: 100%;
  height: 65px;
  padding-left: 47.23%;
  line-height: 65px;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 5;
}
.case__title li span {
  position: absolute;
  left: 39%;
  top: 49%;
  transform: translateY(-50%);
  width: 38px;
  height: 34px;
  background: url(../../img/yy.png);
  background-size: 100%;
}
.case__title li i {
  position: absolute;
  width: 0;
  overflow: hidden;
  height: 100%;
  background-image: url('../../img/bg_hover.png');
  left: 0;
  top: 0;
  transition: all 0.5s;
  text-align: right;
  font-size: 25px;
  color: #fff;
  padding-right: 0;
  z-index: -5;
  font-style: normal;
}
.case__title li:nth-child(2) span {
  background: url(../../img/cf.png);
}
.case__title li:nth-child(3) span {
  background: url(../../img/sys.png);
}
.case__title li:nth-child(4) span {
  background: url(../../img/yq.png);
}
.case__title li:nth-child(6) span {
  background: url(../../img/yq6.png);
}
.case__title .case__active {
  width: 115%;
  padding-right: 5%;
}
.advantage_title {
  height: 1218px;
  background: url(../../img/ys_title.png);
  background-position: center center;
  padding-top: 195px;
}
.advantage_title .content {
  height: 100%;
  overflow: hidden;
}
.advantage_title .content ul {
  position: relative;
  height: 712px;
  margin-top: 70px;
}
.advantage_title .content ul li {
  position: absolute;
  height: 130px;
  bottom: -10px;
  left: 224px;
}
.advantage_title .content ul li .content_box {
  position: relative;
  width: 340px;
  height: 120px;
  background-color: #fff;
  float: left;
  border: 1px dashed #cdcdcd;
  padding-left: 36px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.advantage_title .content ul li .content_box h1 {
  font-size: 26px;
}
.advantage_title .content ul li .content_box p {
  font-size: 18px;
  margin-top: 10px;
  color: #c1c1c1;
}
.advantage_title .content ul li .content_box .content_logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.advantage_title .content ul li .num {
  font-size: 48px;
  color: #0162ae;
  float: left;
  line-height: 120px;
  padding-right: 20px;
}
.advantage_title .content ul li:nth-child(2) {
  left: 773px;
  bottom: 63px;
}
.advantage_title .content ul li:nth-child(3) {
  left: 77px;
  bottom: 246px;
  text-align: right;
}
.advantage_title .content ul li:nth-child(3) .content_box {
  padding-right: 36px;
  padding-left: 0;
}
.advantage_title .content ul li:nth-child(3) .content_box .content_logo {
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
.advantage_title .content ul li:nth-child(3) .num {
  padding-left: 20px;
}
.advantage_title .content ul li:nth-child(4) {
  left: auto;
  right: 87px;
  bottom: 258px;
}
.advantage_title .content ul li:nth-child(5) {
  left: 367px;
  bottom: auto;
  top: 110px;
}
.advantage_title .content ul li:nth-child(5) .content_box {
  padding-right: 36px;
  padding-left: 0;
  text-align: right;
}
.advantage_title .content ul li:nth-child(5) .content_box .content_logo {
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
.advantage_title .content ul li:nth-child(5) .num {
  padding-left: 20px;
}
.advantage_title .content ul li:nth-child(odd) {
  transform: translateX(-200px);
  opacity: 0;
}
.advantage_title .content ul li:nth-child(even) {
  transform: translateX(200px);
  opacity: 0;
}
.advantage_title .content .tabbar {
  height: 62px;
  width: 400px;
  margin: 0 auto;
  margin-top: 90px;
  overflow: hidden;
}
.advantage_title .content .tabbar__left {
  width: 50%;
  height: 100%;
  background-color: #333333;
  border-radius: 30px 0 0 30px;
  float: left;
}
.advantage_title .content .tabbar__left a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 62px;
}
.advantage_title .content .tabbar__right {
  float: left;
  width: 50%;
  height: 100%;
  background-color: #0162ae;
  border-radius: 0px 30px 30px 0px;
}
.advantage_title .content .tabbar__right a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 62px;
}
.certificate {
  height: 792px;
}
.certificate .content .title {
  width: 206px;
  height: 54px;
  background: url(../../img/honer.png);
  background-repeat:no-repeat;
  margin: 0 auto;
  margin-top: 102px;
}
.certificate .content h2 {
  font-weight: normal;
  font-size: 32px;
  text-align: center;
  line-height: 54px;
}
.certificate .content #certify {
  margin-top: 80px;
}
.certificate .content #certify img {
  width: 100%;
  height: 100%;
}
.index__news {
  height: 690px;
  width: 100%;
}
.index__news .content {
  overflow: hidden;
}
.index__news .content h1 {
  font-size: 40px;
  float: left;
}
.index__news .content h1 span {
  color: #1d72b6;
}
.index__news .content h2 {
  float: left;
  font-size: 42px;
  color: #d7d7d7;
  text-transform: uppercase;
  margin-left: 60px;
}
.index__news .content .details {
  width: 100%;
  overflow: hidden;
}
.index__news .content .details .left {
  width: 900px;
  height: 600px;
  margin-top: 55px;
  float: left;
}
.index__news .content .details .left .newstitle {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.index__news .content .details .left .newstitle ul {
  float: left;
}
.index__news .content .details .left .newstitle ul li {
  float: left;
  width: 160px;
  height: 50px;
  color: #505050;
  cursor: pointer;
}
.index__news .content .details .left .newstitle ul li .icon {
  float: left;
  background: url(../../img/gs.png);
  width: 29px;
  height: 25px;
  margin-top: 10px;
  margin-right: 8px;
}
.index__news .content .details .left .newstitle ul li .icon__wt {
  float: left;
  background: url(../../img/wt.png);
  width: 29px;
  height: 25px;
  margin-top: 12px;
  margin-right: 8px;
}
.index__news .content .details .left .newstitle ul li span {
  font-size: 21px;
  line-height: 50px;
}
.index__news .content .details .left .newstitle ul li.active {
  border-bottom: 3px solid #0162ae;
}
.index__news .content .details .left .newstitle ul:nth-child(2) {
  float: right;
}
.index__news .content .details .left .newstitle ul:nth-child(2) li {
  font-size: 18px;
  text-align: right;
  line-height: 50px;
}
.index__news .content .details .left .news {
  margin-top: 40px;
  overflow: hidden;
  position: relative;
  height: 420px;
}
.index__news .content .details .left .news .news__item__news {
  position: absolute;
  cursor: pointer;
}
.index__news .content .details .left .news .news__item__news .news__img__box {
  float: left;
  width: 340px;
  height: 358px;
  overflow: hidden;
}
.news_more a{color:#444444}
.news_more a:hover{color:#0162ae}
.index__news .content .details .left .news .news__item__news .news__img__box img {
  float: left;
  width: 340px;
}
.index__news .content .details .left .news .news__item__news .news__img__box:hover img {
  transition: all 0.3s;
  transform: scale(1.2);
}
.index__news .content .details .left .news .news__item__news .news__item__content {
  float: left;
  width: 529px;
  height: 386px;
  margin-left: 31px;
}
.index__news .content .details .left .news .news__item__news .news__item__content .news__box {
  margin-top: 30px;
  overflow: hidden;
}
.index__news .content .details .left .news .news__item__news .news__item__content .news__box .date {
  width: 82px;
  height: 95px;
  background-color: #ffffff;
  border:1px solid #dcdcdc;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  margin-right: 16px;
  float: left;
  color:#666666;
}
.index__news .content .details .left .news .news__item__news .news__item__content .news__box:hover .date {
  width: 82px;
  height: 95px;
  background-color:#0162ae;
  border:1px solid #0162ae;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  margin-right: 16px;
  float: left;
  color:#ffffff;
}
.index__news .content .details .left .news .news__item__news .news__item__content .news__box .date span {
  font-size: 18px;
  color:#222222;
  font-weight:bold;
}
.index__news .content .details .left .news .news__item__news .news__item__content .news__box:hover .date span {
  font-size: 18px;
  color:#ffffff;
  font-weight:bold;
}
.index__news .content .details .left .news .news__item__news .news__item__content .news__box .date i {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #fff;
  margin-top: 10px;
  margin-left: 20px;
}
.index__news .content .details .left .news .news__item__news .news__item__content .news__box .wenzhang {
  width: 418px;
  float: left;
  padding: 20px;
  height: 95px;
  padding-bottom: 0;
  border-left: 1px solid #eee;
}
.index__news .content .details .left .news .news__item__news .news__item__content .news__box .wenzhang h3 {
  font-size: 18px;
  color: #333;
}
.index__news .content .details .left .news .news__item__news .news__item__content .news__box:hover .wenzhang h3 {
  font-size: 18px;
  color: #0162ae;
}
.index__news .content .details .left .news .news__item__news .news__item__content .news__box .wenzhang p {
  color: #cdcdcd;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index__news .content .details .left .news .news__item__news .news__item__content .news__box:nth-child(1) {
  margin-top: 0;
}
.index__news .content .details .left .news .news__item__news:nth-child(2) {
  display: none;
}
.index__news .content .details .right {
  width: 451px;
  height: 483px;
  float: left;
  margin-top: 55px;
  margin-left: 49px;
}
.index__news .content .details .right .ly_tab {
  border-bottom: 1px solid #eee;
}
.index__news .content .details .right .ly_tab p {
  font-size: 21px;
  height: 50px;
  line-height: 50px;
  color: #505050;
  vertical-align: middle;
}
.index__news .content .details .right .ly_tab p span {
  display: inline-block;
  width: 24px;
  height: 22px;
  margin-right: 18px;
  vertical-align: middle;
  background: url(../../img/ly.png);
}
.index__news .content .details .right form {
  margin-top: 40px;
}
.index__news .content .details .right form .item_one {
  overflow: hidden;
}
.index__news .content .details .right form .item_one label {
  float: left;
  height: 70px;
  width: 68px;
  font-size: 18px;
  color: #505050;
  letter-spacing: 0.5em;
  line-height: 70px;
}
.index__news .content .details .right form .item_one .text {
  width: 364px;
  height: 70px;
  float: left;
  border: 1px solid #eee;
}
.index__news .content .details .right form .item_one .text textarea {
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  font-size: 15px;
    padding:5px 5px 5px 10px;
  outline: none;
  border: none;
  resize: none;
}
.index__news .content .details .right form .item,.index__news .content .details .right form .yzm{
  height: 42px;
  margin-top: 21px;
}
.index__news .content .details .right form .item label,.index__news .content .details .right form .yzm label{
  float: left;
  height: 100%;
  width: 68px;
  font-size: 18px;
  color: #505050;
  letter-spacing: 0.5em;
  line-height: 42px;
}
.index__news .content .details .right form .item .bd{
  width: 364px;
  height: 100%;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  float: left;
}
.index__news .content .details .right form .yzm .bd {
  width: 120px;
  height: 100%;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  float: left;margin-right:10px;line-height: 42px;
}
.index__news .content .details .right form .item .bd input {
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 15px;
  padding-left: 10px;  
}
.index__news .content .details .right form .yzm .bd {
  width:auto;
  margin-left: 5px;

}
.index__news .content .details .right form .yzm .bd input{width:120px;padding-left:10px;color: #000;}
.index__news .content .details .right form .yzm label {
  letter-spacing: 0;
}
.index__news .content .details .right form .btn {
  margin-top: 30px;
  margin-left: 70px;
  width: 116px;
  height: 44px;
}
.index__news .content .details .right form .btn input {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #0378d3;
  font-size: 18px;
}
.index_aboutus_left {
  opacity: 1 !important;
  transform: translateX(0px) !important;
}
.index_aboutus_right {
  opacity: 1 !important;
  transform: translateX(0px) !important;
}
.advantage__aniomate .item {
  transform: translateY(0) !important;
  opacity: 1 !important;
  transition: all 0.5s;
}
.advantage__aniomate .item:nth-child(2) {
  transition-delay: 0.1s !important;
}
.advantage__aniomate .item:nth-child(3) {
  transition-delay: 0.2s !important;
}
.advantage__aniomate .item:nth-child(4) {
  transition-delay: 0.3s !important;
}
.advantage__aniomate .item:hover {
  transition: box-shadow 0.3s;
  box-shadow: 2px 2px 4px 2px #e8e8e8;
  background-color: #fbfbfb;
}
.prudcot__animate .item {
  transform: translateY(0) !important;
  opacity: 1 !important;
  transition: all 0.5s;
}
.prudcot__animate .item:nth-child(2) {
  transition-delay: 0.1s !important;
}
.prudcot__animate .item:nth-child(3) {
  transition-delay: 0.2s !important;
}
.prudcot__animate .item:nth-child(4) {
  transition-delay: 0.3s !important;
}
.advantage_animate li {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition: all 0.5s;
}
.advantage_animate li:nth-child(1) {
  transition-delay: 0.5s;
}
.advantage_animate li:nth-child(2) {
  transition-delay: 0.4s;
}
.advantage_animate li:nth-child(3) {
  transition-delay: 0.3s;
}
.advantage_animate li:nth-child(4) {
  transition-delay: 0.2s;
}
.advantage_animate li:nth-child(5) {
  transition-delay: 0.1s;
}

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}
#certify .swiper-container {
	padding-bottom: 60px;
}
#certify .swiper-slide {
	width: 549px;
	height: 408px;/* background: #fff; *//* box-shadow: 0 8px 30px #ddd; */
}
#certify .swiper-slide img {
	display: block;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	/* border: 3px solid #fff; */
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
#certify .swiper-button-prev {
	left: -70px;
	width: 45px;
	height: 45px;
	background: url(../../img/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	outline: none;
}
#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}
#certify .swiper-button-next {
	right: -70px;
	width: 45px;
	height: 45px;
	background: url(../../img/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
	outline: none;
}
#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
