﻿@charset "UTF-8";
.pcbox {
  display: block;
}

.mbox,.ywcms,.none {
  display: none;
}

.pc768 {
  display: block;
}
.ft60{
  font-size: 1.5rem;
}

.m768 {
  display: none;
}

.pd50 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.tc {
  text-align: center;
}
.news-top .news-01 .t01{
  color:#383838;
}
/*icon字体*/
@font-face {
  font-family: 'icon/iconfont';
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot") format("embedded-opentype"), url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.s-select{
  margin-top: 1.875rem;
  position: relative;
  display: inline-block;
}
.s-select a{
  display: block;
}
.s-select .select-bot{
  line-height: 55px;
  color:#000000;
  font-size: 16px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 55px;
  background:#cbcbcb;
  border-radius: 28px;
  display: none;
}
.s-select .select-top{
  position: relative;
  width: 260px;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  color: #ffffff;
  font-size: 18px;
  padding-right: 45px;
  border-radius: 55px;
  z-index: 2;
  background:#45ad3d;
  cursor: pointer;
}
.s-select .select-bot a:nth-child(n+2) .j{
  border-top: 1px solid #e8e8e8;
}
.s-select .select-bot a{
  color:#000000;
  padding:0 20px;
  position: relative;
}
.s-select .select-bot a:after{
  position: absolute;
  width: 25px;
  height: 15px;
  content:"";
  background:url(../images/kj02.png) no-repeat center;
  background-size: 100%;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition:.5s ease-in-out;

}
.s-select .select-bot a:hover:after{
  background:url(../images/kj03.png) no-repeat center;
  background-size: 100%;
   transition:.5s ease-in-out;
}

.s-select .select-bot a:hover{
  color:#45ad3d;
  transition:.5s ease-in-out;
}
.s-select .select-top:after{
  position: absolute;
  width: 25px;
  height: 25px;
  background:url(../images/kj01.png) no-repeat center;
  background-size: 100%;
  content:"";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*pagination */
.pagination {
  font-size: 0;
  text-align: center;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666666;
  font-family: Arial;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  margin: 0 3px;
  transition: .5s ease-in-out;
}
.pagination a:hover, .pagination a.active {
  color: #fff;
  background: #4f398b;
  transition: .5s ease-in-out;
}
.pagination .prev, .pagination .next {
  position: relative;
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagination .prev:before {
  content: "\e608";
}
.pagination .next:before {
  content: "\e671";
}

.ttop {
  position: fixed;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #666;
  border-radius: 50%;
  right: 1.25rem;
  bottom: 2.25rem;
  display: none;
  cursor: pointer;
  background-image: url(../images/ttop.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  transition:.5s ease-in-out;
}
.ttop:hover {
  background-color: #0068b7;
  transition:.5s ease-in-out;
}

/*新闻详情*/
.news-details-bot {
  margin-top: 1.5rem;
}
.news-details-bot a {
  display: block;
  color: #666;
}
.news-details-bot .left-prev a {
  font-size: 15px;
  line-height: 25px;
  transition: .5s ease-in-out;
  height: 25px;
  overflow: hidden;
}
.news-details-bot .left-prev a:hover {
  color: #260b70;
  transition: .5s ease-in-out;
}
.news-details-bot .back {
  font-size: 14px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  transition: .5s ease-in-out;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  position: relative;
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #343434;
}
.news-details-bot .back:before {
  content: "\e625";
}
.news-details-bot .back:hover {
  background: #260b70;
  color: #fff;
  transition: .5s ease-in-out;
}
.news-details-bot .left-prev {
  width: calc(100% - 230px);
}

.search-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #f5f5f5;
  display: none;
  z-index: 20;
}

.search-alert {
  position: fixed;
  z-index: 100;
  background-color: #222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.search-alert input::-webkit-input-placeholder {
  color: #fff !important;
}

.search-alert input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
}

.search-alert input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
}

.search-alert input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}

.search-alert .cent-form {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.search-alert .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: url(../images/i301.png) no-repeat center;
  background-size: 100%;
}

.search-alert .cent-form:before {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 0;
  height: 17px;
  width: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/ico01.png) no-repeat center;
  background-size: 95%;
  content: "";
}

.search-alert .close:before {
  font-size: 30px;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 80px;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert .cent-form:before {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 0;
  height: 50px;
  top: 50%;
  margin-top: -35px;
}

.search-alert .cent-form .tex {
  border: none;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 100%;
  color: #f3b907;
  background: none;
  padding-left: 80px;
  padding-right: 140px;
  text-align: left;
}

.search-alert .cent-form .sub-butn {
  border: none;
  height: 60px;
  font-size: 32px;
  line-height: 60px;
  color: #fff;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  text-align: center;
}

.search-alert {
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform .3s .5s;
  transition: transform .3s .5s;
}

.search-alert.active {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}

.search-alert.active .cent-form {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all .5s .3s;
  transition: all .5s .3s;
}

.news-detailsbox {
  font-size: 18px;
  line-height: 2;
  padding-top: 2.125rem;
  padding-bottom: 2.5rem;
}
.news-detailsbox .detailsbox-tit {
  text-align: center;
  font-size: 0;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #e3e3e3;
}
.news-detailsbox .detailsbox-tit .tit {
  width: 690px;
  font-size: .75rem;
  margin: 0 auto;
  line-height: 1.125rem;
  color: #000000;
}
.news-detailsbox .detailsbox-tit .time {
  font-size: 14px;
  line-height: 1;
  position: relative;
  padding-left: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0.4rem;
}
.news-detailsbox .detailsbox-tit .time:after {
  width: 16px;
  height: 16px;
  content: "";
  background: url(../images/a1.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news-detailsbox .detailsbox-center {
  padding-top: 1.125rem;
  padding-bottom: 1.625rem;
  border-bottom: 1px solid #e3e3e3;
}
.news-detailsbox .detailsbox-center .span {
  text-align: center;
  font-size: 16px;
  color: #666666;
  text-transform: uppercase;
}
.news-detailsbox .dc-right {
  position: relative;
}
.news-detailsbox .dc-right .rf {
  padding: 1.25rem 0.925rem 1.5rem 1.125rem;
  width: 375px;
  position: absolute;
  right: 0;
  top: 2rem;
  background: #fff;
}
.news-detailsbox .dc-right .itbox {
  padding-top: 0.75rem;
  border-top: 1px solid #ececec;
  margin-top: 0.625rem;
}
.news-detailsbox .dc-right .tit {
  font-size: 24px;
  line-height: 1;
  color: #000000;
}
.news-detailsbox .dc-right .li {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  transition: .5s ease-in-out;
  padding-left: 30px;
  position: relative;
  display: block;
}
.news-detailsbox .dc-right .li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 50%;
  left: 0;
  top: 10px;
  transition: .5s ease-in-out;
}
.news-detailsbox .dc-right .li:hover {
  transition: .5s ease-in-out;
}
.news-detailsbox .dc-right .li:hover:before {
  background: #260b70;
  transition: .5s ease-in-out;
}
.news-detailsbox .dc-right .li:nth-child(n+2) {
  margin-top: 0.375rem;
}
.news-detailsbox .dc-left {
  width: 950px;
}

.scr-bar {
  overflow-y: auto;
}
.scr-bar::-webkit-scrollbar {
  width: 4px;
}
.scr-bar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.scr-bar::-webkit-scrollbar-thumb {
  background-color: #88bd7a;
}
.scr-bar::-webkit-scrollbar-thumb:window-inactive {
  background-color: #88bd7a;
}
.scr-bar::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #88bd7a;
}
.prodetails-tit .tit{
  color: #2f2f2f;
}
.prodetails-01 .images img{
  width: 100%;
}

input, select, textarea {
  border: none;
  outline: none;
  background: none;
}

select {
  -webkit-appearance: none;
  background: url(../images/a5.png) no-repeat 90%;
  background:transparent\0;
}

textarea {
  resize: none;
}

.fa {
  background: #fafafa;
}

@media screen and (max-width: 1024px) {
  .pcbox {
    display: none;
  }

  .mbox {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bodyactives2 .pcheader{
    height: auto!important;
  }
  .s-select{
    margin-top: .4rem;
  }
  .ft60{
    font-size: .6rem;
  }




.s-select .select-bot{
  line-height: .8rem;
  font-size: .2rem;
  padding-bottom: .8rem;
  border-radius: .5rem;
}
.s-select .select-bot a:after{
  width: .3rem;
  height: .2rem;
  right: .2rem;
}
.s-select .select-bot a{
  padding: 0 .2rem;
}
.s-select .select-top:after{
  width: .3rem;
  height: .3rem;
  right: .2rem;
}
.s-select .select-top{
  width: 4rem;
  height: .8rem;
  line-height: .8rem;
  padding-left: .2rem;
  font-size: .24rem;
  padding-right: .6rem;
  border-radius: .8rem;
}



















  .pc768 {
    display: none;
  }

  .m768 {
    display: block;
  }

  .pagination a {
    font-size: .2rem;
    line-height: .6rem;
    height: .6rem;
    width: .6rem;
    margin: 0 .05rem;
  }

  .pd50 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .search-alert .cent-form .tex {
    font-size: 14px;
    height: .8rem;
    line-height: .8rem;
    padding-left: .6rem;
    padding-right: 1.4rem;
  }

  .search-alert .cent-form {
    height: .9rem;
    margin-top: -.65rem;
  }

  .search-alert .cent-form .sub-butn {
    height: .6rem;
    font-size: .32rem;
    line-height: .6rem;
    width: 1.4rem;
  }
}
@font-face {
  font-family: 'beba';
  src: url("../fonts/bebas.eot");
  src: url("fonts/BEBAS.eot") format("embedded-opentype"), url("../fonts/bebas.woff") format("woff"), url("../fonts/bebas.ttf") format("truetype"), url("../fonts/bebas.svg#bebas") format("svg");
}
@font-face {
  font-family: 'apercu';
  src: url("../../fonts/apercu_bold.eot");
  src: url("fonts/APERCU_BOLD.eot") format("embedded-opentype"), url("../fonts/apercu_bold.woff") format("woff"), url("../fonts/apercu_bold.ttf") format("truetype"), url("../fonts/apercu_bold.svg#bebas") format("svg");
}
@font-face {
  font-family: 'myriadpro';
  src: url("../../fonts/myriadpro-regular.eot");
  src: url("fonts/MYRIADPRO-REGULAR.eot") format("embedded-opentype"), url("../fonts/myriadpro-regular.woff") format("woff"), url("../fonts/myriadpro-regular.ttf") format("truetype"), url("../fonts/myriadpro-regular.svg#bebas") format("svg");
}
.welcome-banner .paginations .span span {
  /*text-transform: capitalize;*/
}

.video-fixed .cha {
  width: 40px;
  height: 40px;
  background: url(../images/close-vid2.png) no-repeat center/100% auto;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.video-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 130;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.video-fixed .videoboxs .box {
  height: 100%;
}

.video-fixed .videoboxs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  margin-top: 0;
  background: #000;
  /*padding: 30px;*/
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .video-fixed .videoboxs {
    width: 100%;
    height: 80%;
    bottom: 0;
    margin: auto;
  }

  .video-fixed .cha {
    right: 10px;
    top: -35px;
  }
}
.secwen {
  opacity: 0;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  transition: opacity 0.8s linear 0.1s, -webkit-filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.8s linear 0.1s, filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.8s linear 0.1s, filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.secwen.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.secwen.atop {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.secwen.atop.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.secwen.aleft {
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}

.secwen.aleft.animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.secwen.aright {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

.secwen.aright.animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.animate.add1 {
  transition-delay: .1s;
}

.animate.add2 {
  transition-delay: .2s;
}

.animate.add3 {
  transition-delay: .3s;
}

.animate.add4 {
  transition-delay: .4s;
}

.animate.add5 {
  transition-delay: .5s;
}

.animate.add6 {
  transition-delay: .6s;
}

.animate.add7 {
  transition-delay: .7s;
}

.animate.add8 {
  transition-delay: .8s;
}

.animate.add9 {
  transition-delay: .9s;
}

.animate.add10 {
  transition-delay: 1.0s;
}

.animate.add11 {
  transition-delay: 1.1s;
}

.wel-banner .words br {
  display: none;
}



.beba {
  font-family: "beba";
}


.pd90 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.m-header .sub-menu .sec-list a {
  text-transform: capitalize;
}

.welcome-banner .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.welcome-banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 2px solid #ffffff;
  opacity: 1;
  margin: 0 .15rem;
}
.welcome-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  /*background:$colors;*/
  background: transparent;
  border-color: #45ad3d;
}

.welcome-swiper .buts {
  font-size: 0;
}
.welcome-swiper .swiper-button-prev, .welcome-swiper .swiper-button-next {
  position: static;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 88px;
  height: 40px;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
  transition: .5s ease-in-out;
}
.welcome-swiper .swiper-button-prev:hover, .welcome-swiper .swiper-button-next:hover {
  transition: .5s ease-in-out;
}
.welcome-swiper .swiper-button-prev {
  background: url(../images/prev.png) no-repeat center;
}
.welcome-swiper .swiper-button-prev:hover {
  background: url(../images/prev-pr.png) #45ad3d no-repeat center;
}
.welcome-swiper .swiper-button-next {
  background: url(../images/next.png) no-repeat center;
}
.welcome-swiper .swiper-button-next:hover {
  background: url(../images/next-ne.png) #45ad3d no-repeat center;
}

.ft50 {
  font-size: 30px;
}

/*touch-acion:  pan-y ;*/
body {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
}

.welcome-banner .images {
  height: 22.5rem;
}

.welcome-banner {
  position: relative;
}
.welcome-banner .spannum {
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  left: 1.25rem;
  padding-left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-weight: bold;
  line-height: 15px;
}
.welcome-banner .spannum:after {
  width: 0.75rem;
  height: 2px;
  background: #ffffff;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.welcome-banner .paginations {
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5rem;
  z-index: 5;
  font-size: 0;
  cursor: pointer;
  text-align: center;
}
.welcome-banner .paginations .span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #ffffff;
  width: 5%;
  line-height: 1;
  position: relative;
}
.welcome-banner .paginations .span:nth-child(1) {
  width: 0%;
}
.welcome-banner .paginations .span:nth-child(1) span {
  right: auto;
  left: -100px;
}
.welcome-banner .paginations .span.active:before {
  background: transparent;
  border-color: #009bfb;
  width: 15px;
  height: 15px;
  transition: .5s ease;
  right: -18px;
  bottom: -5px;
}
.welcome-banner .paginations .span span {
  position: absolute;
  top: -40px;
  right: -50%;
  margin-right: 25%;
  line-height: 1;
  width: 200px;
  text-align: center;
  padding-bottom: 40px;
}
.welcome-banner .paginations .span:after {
  content: "";
  width: calc(100% - 22px);
  height: 1px;
  position: absolute;
  background: rgba(255, 255, 255, 0.43);
  right: 0;
  bottom: 0;
  transition: .5s ease;
}
.welcome-banner .paginations .span:before {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  right: -15px;
  bottom: -3px;
  transition: .5s ease;
}

.bocweb-header {
  line-height: 80px;
}

.welcome-products .products-top {
  background: #f4f4f4;
  padding: .8rem 0;
  padding-left: 2.2rem;
  padding-right: 2.7rem;
  line-height: 53px;
  position: relative;
  z-index: 2;
}

.pro-botcon.welcome-products .products-top{
  padding: .5rem 0;
    padding-left: 2.2rem;
    padding-right: 2.7rem;
}
.pro-botcon.welcome-products .selects-box .input{
  height: 45px;
}
.welcome-products .products-top .products-tit {
  font-size: 0.65rem;
  color: #2c2c2c;
  text-transform: uppercase;
}
.welcome-products .products-top .products-tit span {
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.welcome-products .selects-box {
  font-size: 0;
}
.welcome-products .selects-box .input {
  display: inline-block;
  vertical-align: middle;
  width: 9.35rem;
  height: 53px;
  font-size: 16px;
  position: relative;
}
.welcome-products .selects-box .input .spa {
  position: absolute;
  right: -2.125rem;
  text-align: center;
  width: 2.125rem;
  top: 0;
  font-family: Arial;
}
.welcome-products .selects-box .input:nth-child(n+2) {
  margin-left: 2.125rem;
}
.welcome-products .selects-box .input.submit {
  width: 2.575rem;
  margin-left: 0.875rem;
}
.welcome-products .selects-box .input.submit input {
  background-color: #45ad3d;
  width: 100%;
  height: 100%;
  background-image: url(../images/sear.png);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -999px;
  overflow: hidden;
  display: block;
}
.welcome-products .selects-box .select, .welcome-products .selects-box select {
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  padding-left: .75rem;
  position: relative;
}
.welcome-products .selects-box .selecttop {
  position: relative;
  color:#000;
}
.welcome-products .selects-box .selecttop:after {
  right: 25px;
  width: 13px;
  height: 7px;
  background: url(../images/sel.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
}
.welcome-products .selects-box .selectbot {
  line-height: 35px;
  font-size: 14px;
  max-height: 175px;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 53px;
  width: 100%;
  display: none;
  z-index: 3;
}
.welcome-products .selects-box .selectbot .i {
  background: #fff;
  padding-left: .75rem;
  transition:.5s ease-in-out;
}
.welcome-products .selects-box .selectbot .i:hover{
  transition:.5s ease-in-out;
   color:#ffffff;
  background:#45ad3d;
}

/*
.welcome-products .products-bot .products-swiper .swiper-wrapper{
	flex-wrap: wrap!important;
}
.welcome-products .products-bot .products-swiper .swiper-wrapper .swiper-slide:nth-child(4n){
	margin-right: 0!important
}
.welcome-products .products-bot .products-swiper .swiper-wrapper .swiper-slide{
	margin-bottom: 20px;
}
*/

.ft24 {
  font-size: .6rem;
}
.product-more {
	width: 150px;
	height: 35px;
	border: 1px solid #45ad3d;
	color: #45ad3d;
	line-height: 35px;
	text-align: center;
}
.product-more a{
	color: #45ad3d;
	cursor: pointer
}

.products-bot {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.products-bot .b-tit {
  padding: 0 1rem;
  padding-right: 0;
  position: relative;
  padding-bottom: 1.125rem;
}
.products-bot .b-tit .b-fl {
  color: #363636;
  line-height: 1.2;
}

.welcome-strategicl .words .tit-en,.welcome-servers .tit,.products-bot .b-tit .b-fl,.welcome-introduction .words .tit-en{
  font-weight: bold;

}
.products-bot .b-tit .swiper-pagination {
  display: inline-block;
  position: static;
  margin: 0;
  width: auto;
  vertical-align: middle;
}
.products-bot .b-tit .page {
  text-align: right;
  font-size: 16px;
  font-family: Arial;
  color: #8b8888;
  line-height: 1;
  margin-bottom: 1rem;
}
.products-bot .b-tit .nums {
  display: inline-block;
  vertical-align: middle;
  margin-left: .75rem;
}
.products-bot .items {
  position: relative;
  display: block;
  padding-bottom: 96px;
  border: 1px solid #ddd;
    box-sizing: border-box;
    width: 99%;
}
.products-bot .items .images {
  position: relative;
}
.products-bot .items .images:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  content: "";
  background: url(../images/bg.png) no-repeat bottom;
  background-size: cover;
  opacity: 0;
  transition: .5s ease-in-out;
}
.products-bot .items:hover .images:after {
  opacity: 1;
  transition: .5s ease-in-out;
}

.products-bot .items .images img{
	 width: 100%;
}
.products-bot .items:hover .words-01 {
  background: #45ad3d;
  transition: .5s ease-in-out;
}
.products-bot .items:hover .words-01 .line {
  background: #fff;
  transition: .5s ease-in-out;
}
.products-bot .items:hover .words-01 .en {
  color: #fff;
  transition: .5s ease-in-out;
}
.products-bot .items:hover .words-01 .img img {
  transition: .5s ease-in-out;
}
.products-bot .items:hover .words-01 .img .i0 {
  opacity: 0;
}
.products-bot .items:hover .words-01 .img .i1 {
  opacity: 1;
}
.products-bot .items:hover .words-02 {
  opacity: 1;
  padding-bottom: 1.375rem;
  transition: .5s ease-in-out;
}
.products-bot .items .words {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: .5s ease-in-out;
}
.products-bot .items .words-01 {
  bottom: 0;
  background: #f6f6f6;
  padding: 0.8rem 0.5rem;
  /*min-height: 5rem;*/
}
.products-bot .items .words-01 .tit{
    width: calc(100% - 1.25rem);
}
.products-bot .items .words-01 .line {
  width: 16px;
  height: 2px;
  background: #000c16;
  transition: .5s ease-in-out;
}
.products-bot .items .words-01 .en {
  line-height: 1;
  color: #000000;
  line-height: 1.2;
  margin-top: .2rem;
  transition: .5s ease-in-out;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.products-bot .items .words-01 .img {
  width: 50px;
  height: 50px;
  position: relative;
}
.products-bot .items .words-01 .img img {
  transition: .5s ease-in-out;
	width: 100%;
}
.products-bot .items .words-01 .img .i1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.products-bot .items .words-02 {
  bottom: 0;
  padding: 0 1.5rem;
  opacity: 0;
}
.products-bot .items .words-02 .t {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #ffffff;
}

.bocweb-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

.welcome-introduction {
  background: #fff;
	overflow: hidden;
}
.welcome-introduction {
  background: #eeeeee;
}
.welcome-introduction .words, .welcome-introduction .images {
  height: 22.5rem;
}
.welcome-introduction .words {
  width: 45%;
  padding: 3.625rem 3.375rem 3rem 2.375rem;
}
.welcome-introduction .words .tit-en {
  color: #363636;
  line-height: 1.2;
}
.welcome-introduction .words .tit-p {
  font-size: .47rem;
  line-height: .8rem;
  color: #666666;
  /*height: 1.8rem;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
  font-family: Arial;
  /*font-weight: bold;*/
}
.welcome-introduction .words .items {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.welcome-introduction .words .video-more {
  margin-bottom: 1.25rem;
}
.welcome-introduction .images {
  width: 55%;
}
.welcome-introduction .list {
  width: 23.25rem;
  height: 6rem;
}
.welcome-introduction .list .items {
  width: 33.33%;
  background: #ffffff;
  float: left;
  height: 100%;
  position: relative;
  z-index: 3;
  padding: 1rem  1.25rem;
}
.welcome-introduction .list .items:nth-child(n+2) {
  border-left: 1px solid #dddddd;
}
.welcome-introduction .list .items .p {
  font-size: 0.4rem;
  line-height: 1.2;
  font-weight: bold;
  color:#222;
}
.welcome-introduction .list .items .img {
  width: 1.25rem;
  height: 1.25rem;
}
.welcome-introduction .list .items .num {
  font-size: 1.15rem;
  color: #222222;
  line-height: 1;
  margin-top: .75rem;
  margin-bottom: .25rem;
}
.welcome-introduction .list .items .num sup {
  font-size: 90%;
  /*font-size: 0.45rem;*/
  margin-left: 3%;
}
.welcome-introduction .list .items:nth-child(1) .num sup{
  top: 30%;
  font-size: 50%;
}

.main_content{
	width: 85%;
    margin: 0 auto;
}
.gywm_top{ width:100%; float:left;  background: rgba(69, 173, 61, 0.95); position: relative; top: 100px;}
.gywm_top li{  width:calc(25% - 1px); float:left; text-align:center; padding:35px 0; border-left:1px solid #fff; cursor: pointer;}
.gywm_top li:first-child{ border-left:0px;}
.gywm_top li a{ color:#fff; }
.gywm_top li .gywm_top_title{ font-size: 30px; font-weight: bold; margin-top: 30px;}
.gywm_top li .gywm_top_desc{ margin-top: 14px; width: 70%; margin: 10px auto; font-size: 14px;}
.gywm_top li .gywm_top_tb{ margin-top: 27px;}
.gywm_bot{  width:100%; float:left; background:url(../images/about_bg.jpg) center center no-repeat; padding-top: 150px; text-align: center; color: #fff; padding-bottom: 75px;}
.gywm_bot .gywm_bot_title{ font-size: 36px; font-weight: bold; margin-top: 40px;}
.gywm_bot .gywm_bot_desc{ width: 70%; margin: 0 auto; font-size: 16px; margin-top: 25px; line-height: 26px;}
.gywm_bot .gywm_bot_tb{ margin-top: 66px; font-size: 14px; line-height: 66px;}
.gywm_bot .gywm_bot_tb img{}

.video-more {
  position: relative;
  line-height: 50px;
  color: #222222;
  font-size: 16px;
  padding-left: 50px;
  display: inline-block;
  cursor: pointer;
  transition: .5s ease-in-out;
  font-weight: bold;
}
.video-more:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/vide.png) no-repeat center;
  background-size: 100%;
  transition: .5s ease-in-out;
}
.video-more:hover {
  color: #45ad3d;
  transition: .5s ease-in-out;
}
.video-more:hover:after {
  background: url(../images/vido.png) no-repeat center;
  background-size: 100%;
  transition: .5s ease-in-out;
}

.welcome-products .selects-box .selectbot .i {
  cursor: pointer;
}

.welcome-servers {
  padding-left: 2.375rem;
  padding-right: 2.625rem;
/*  padding-top: 3.75rem;
  padding-bottom: 3.375rem;*/
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.welcome-servers .words .tit-en::before {
    content: "";
    height: 3px;
    width: 85px;
    background: #45ad3d;
    top: 40px;
    position: absolute;
}
.welcome-servers .list {
  font-size: 0;
  text-align: center;
  margin-top: 1.5rem;
}
.welcome-servers .list .p{
    line-height: 28px;
    font-size: 16px;
}
.welcome-servers .tit {
  line-height: 1.2;
  color: #363636;
}
.welcome-servers .txt-en {
  font-size: 16px;
  line-height: 1.2;
  margin-top: .75rem;
  color: #363636;
}
.welcome-servers .items {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 2.5%;
  font-size: 14px;
  color: #999999;
  line-height: 1.2;
  /*margin-left: 12%;*/
}
.welcome-servers .items:nth-child(4n+1) {
  margin-left: 0;
}
.welcome-servers .items:hover {
  color: #45ad3d;
}
.welcome-servers .items:hover .img {
  transition: .5s ease-in-out;
  background: #45ad3d;
}
.welcome-servers .items:hover .img img {
  transition: .5s ease-in-out;
}
.welcome-servers .items:hover .img .i1 {
  opacity: 1;
}
.welcome-servers .items:hover .img .i0 {
  opacity: 0;
}
.welcome-servers .items:hover .t {
  color: #45ad3d;
  transition: .5s ease-in-out;
}
.welcome-servers .items .t {
  font-size: .5rem;
  color: #363636;
  margin-top: 0.625rem;
  transition: .5s ease-in-out;
  margin-bottom: 0.45rem;
  font-weight: bold;
}
.welcome-servers .items .img {
  position: relative;
  border: 1px solid #45ad3d;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  transition: .5s ease-in-out;
}
.welcome-servers .items .img img {
  transition: .5s ease-in-out;
}
.welcome-servers .items .img .i1 {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}

.welcome-servers1 {
  padding-top: 1.5rem;
}
.welcome-servers1 .list {
  font-size: 0;
  text-align: center;
  margin-top: 1.5rem;
}
.welcome-servers1 .list .p{
    line-height: 28px;
    font-size: 16px;
}
.welcome-servers1 .tit {
  line-height: 1.2;
  color: #45ad3d;
}
.welcome-servers1 .tit::before {
    content: "";
    height: 3px;
    width: 85px;
    background: #45ad3d;
    top: 40px;
    position: absolute;
}
.welcome-servers1 .txt-en {
  font-size: 16px;
  line-height: 1.2;
  margin-top: .75rem;
  color: #222;
}
.welcome-servers1 .items {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 2.5%;
  font-size: 14px;
  color: #999999;
  line-height: 1.2;
  /*margin-left: 12%;*/
}
.welcome-servers1 .items:nth-child(4n+1) {
  margin-left: 0;
}
.welcome-servers1 .items:hover {
  color: #2f5aa6;
}
.welcome-servers1 .items:hover .img {
  transition: .5s ease-in-out;
  background: #2f5aa6;
}
.welcome-servers1 .items:hover .img img {
  transition: .5s ease-in-out;
}
.welcome-servers1 .items:hover .img .i1 {
  opacity: 1;
}
.welcome-servers1 .items:hover .img .i0 {
  opacity: 0;
}
.welcome-servers1 .items:hover .t {
  color: #2f5aa6;
  transition: .5s ease-in-out;
}
.welcome-servers1 .items .t {
  font-size: .5rem;
  color: #363636;
  margin-top: 0.625rem;
  transition: .5s ease-in-out;
  margin-bottom: 0.45rem;
  font-weight: bold;
}
.welcome-servers1 .items .img {
  position: relative;
  border: 1px solid #005cba;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  transition: .5s ease-in-out;
}
.welcome-servers1 .items .img img {
  transition: .5s ease-in-out;
}
.welcome-servers1 .items .img .i1 {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}

.index_app{
	width: 100%;
	margin: 1.5rem auto 0;
	overflow: hidden;
}
.index_app ul {
	width:100%;
	height:100%;
	/*overflow:hidden;*/
	box-sizing:border-box;
}
.index_app ul li {
	position:relative;
	float:left;
	height:500px;
	width:calc(100%/4);
	overflow:hidden;
	text-align:center;
	transition:all .5s;
	box-sizing:border-box
}
.index_app ul li .box img {
	display:inline-block;
}
.index_app ul li .box {
	position:absolute;
	top:20%;
	left:50%;
	border: 1px solid #fff;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-left: -50px;
    line-height: 100px;
    transition: 0.5s;
	z-index:8;
}
.index_app ul li .txt {
	position:absolute;
	display:block;
	top:40%;
	z-index:8;
	width:100%;
	transition:all .5s;
}
.index_app ul li h3 {
	font-size:18px;
	color:#fff;
	margin-top:38px;
	font-weight:normal;
}
.index_app ul li .more {
	text-align:center;
	margin-top:60px;
	display:none;
	opacity:0;
	transition:all .8s;
}
.index_app ul li h4 {
	font-size:16px;
	color:#fff;
	font-family:'Rubik-Regular';
	text-transform: uppercase;
	margin-top:10px;
	font-weight:normal;
	text-align: center;
	padding: 0 50px;
}
.index_app ul li:hover .box {
	background: #45ad3d;
	border: 1px solid #45ad3d;
}
.index_app ul li .bjt img {
	/*transition:all .5s;*/
	width: 100%;
	position: relative;
}

.index_appside{
	width: 100%;
	margin: 1.5rem auto 0;
	overflow: hidden;
	position: relative;
}
.index_appside .item {
	position:relative;
	float:left;
	height:500px;
	width:calc(100%/4);
	overflow:hidden;
	text-align:center;
	transition:all .5s;
	box-sizing:border-box
}
.index_appside .item .box img {
	display:inline-block;
}
.index_appside .item .box {
	position:absolute;
	top:20%;
	left:50%;
	border: 1px solid #fff;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-left: -50px;
    line-height: 100px;
    transition: 0.5s;
	z-index:8;
}
.index_appside .item .txt {
	position:absolute;
	display:block;
	top:40%;
	z-index:8;
	width:100%;
	transition:all .5s;
}
.index_appside .item h3 {
	font-size:18px;
	color:#fff;
	margin-top:38px;
	font-weight:normal;
}
.index_appside .item .more {
	text-align:center;
	margin-top:60px;
	display:none;
	opacity:0;
	transition:all .8s;
}
.index_appside .item h4 {
	font-size:16px;
	color:#fff;
	font-family:'Rubik-Regular';
	text-transform: uppercase;
	margin-top:10px;
	font-weight:normal;
	text-align: center;
	padding: 0 50px;
}
.index_appside .item:hover .box {
	background: #45ad3d;
	border: 1px solid #45ad3d;
}
.index_appside .item .bjt img {
	/*transition:all .5s;*/
	width: 100%;
	position: relative;
}
.index_appside .btn {
    display: none;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 40%;
    border: 4px solid #cecece;
    border-radius: 50%;
    background-image: url(../images/ico15_on.png);
    background-repeat: no-repeat;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
	z-index: 99
}
.index_appside .h_prev {
    left: 20px;
    background-position: -6px -5px;
}
.index_appside .h_next {
    right: 20px;
    background-position: -73px -69px;
}
.index_appside .btn:hover {
    border: 4px solid #45ad3d;
}
.index_appside .h_prev:hover {
    background-position: -77px -5px;
}
.index_appside .h_next:hover {
    background-position: -1px -69px;
}


.bocweb-header .bocweb-logo img{
  height: 100%;
}

.bocweb-header .nav-li {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-family: "apercu";
}
.bocweb-header .nav-li a {
  color: #ffffff;
}
.bocweb-header .nav-li .nav-bot {
  line-height: 2;
  display: none;
}
.bocweb-header .nav-li .nav-bot a {
  font-size: 16px;
}
.bocweb-header .bocweb-logo {
  width: 374px;
  height: 60px;
}
.bocweb-header .nav-sousuo {
  color: #ffffff;
  font-family: Arial;
  font-size: 0;
}
.bocweb-header .nav-sousuo .lang {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: .75rem;
  padding-left: 0.625rem;
  position: relative;
}
.bocweb-header .nav-sousuo .lang:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0.875rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
}
.bocweb-header .nav-sousuo .span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  line-height: 25px;
  position: relative;
  margin-top: -2px;
  font-weight: bold;
}
.bocweb-header .nav-sousuo .span:hover .span-bot {
  transition: .5s ease-in-out;
  opacity: 1;
}
.bocweb-header .nav-sousuo .span-top {
  position: relative;
  padding-right: 16px;
}
.bocweb-header .nav-sousuo .span-top:after {
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 7px;
  height: 4px;
  background: url(../images/v.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header .nav-sousuo .span-bot {
  line-height: 2;
  opacity: 0;
  transition: .5s ease-in-out;
  position: absolute;
  left: 0;
  top: 25px;
}
.bocweb-header .nav-sousuo .span-bot a {
  color: #ffffff;
}
.bocweb-header .nav-sousuo .span-bot a:hover {
  color: #45ad3d;
}
.bocweb-header .nav-sousuo .ser {
  width: 20px;
  height: 20px;
  background: url(../images/sear.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.bocweb-header .header {
  padding-left: 1.25rem;
  padding-right: 0.875rem;
}
.bocweb-header .bocweb-nav {
  margin-left: 1.75rem;
  padding-left: 0.875rem;
  position: relative;
}
.bocweb-header .bocweb-nav .nav-top {
  margin: 0 0.7rem;
}
.bocweb-header .bocweb-nav a {
  transition: .5s ease-in-out;
}
.bocweb-header .bocweb-nav a:hover, .bocweb-header .bocweb-nav a.active {
  transition: .5s ease-in-out;
  color: #45ad3d;
}

.bodyactives  .bocweb-header .bocweb-nav a:hover,.bodyactives .bocweb-header .bocweb-nav a.active {
  color: rgba(255,255,255,.5);
}
.bocweb-header .bocweb-nav:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

header.active {
  height: 95px;
  background: #45ad3d;
}

.bocweb-footer {
  background: #eee;
  font-size: 14px;
  font-family: Arial;
}
.bocweb-footer a {
  color: rgba(0, 0, 0, 0.6);
}
.bocweb-footer .txt a{
  color:#ffffff;
}
.bocweb-footer .itembox-bot .p .p1{
    color:#000;
    text-transform: uppercase;
}
.bocweb-footer .bocweb-footer-top {
  padding: 0 3rem;
  padding-top: 2.25rem;
  padding-bottom: 1.7rem;
}
.bocweb-footer .bocweb-footer-top .itembox {
  font-size: 0;
}
.bocweb-footer .itembox-bot .icon{
  max-width: 60%;
	width: 450px;
}
.bocweb-footer .bocweb-footer-top .items {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  /*width: 13%;*/
  width: 15%;
  margin-left: 3.5%;
}
.bocweb-footer .bocweb-footer-top .items:nth-child(6),
.bocweb-footer .bocweb-footer-top .items:nth-child(4){
  width: 10%;
}
.bocweb-footer .bocweb-footer-top .items:nth-child(6n+1) {
  margin-left: 0;
}
.bocweb-footer .bocweb-footer-top .items .items-bot {
  line-height: 25px;
}
.bocweb-footer .bocweb-footer-top .items .items-top {
  font-size: 20px;
  color: #000;
  font-family: "beba";
  display: block;
  line-height: 1.2;
  margin-bottom: .75rem;
}
.bocweb-footer .bocweb-footer-top .items .li {
  display: block;
  transition: .5s ease-in-out;
}
.bocweb-footer .bocweb-footer-top .items .li:hover {
  transition: .5s ease-in-out;
  color: #ffffff;
}
.bocweb-footer .bocweb-footer-bot {
  padding: 0 3rem;
  color: #fff;
  height: 70px;
  line-height: 70px;
  background: #45ad3d;
}
.bocweb-footer .itembox-bot {
  padding-top: 1.625rem;
}
.bocweb-footer .itembox-bot .img {
  width: 115px;
  height: 125px;
  overflow: hidden;
}
.bocweb-footer .itembox-bot .icon, {
  max-width: 60%;
}
 .bocweb-footer .itembox-bot .but{
  max-width: 40%;
 }
.bocweb-footer .itembox-bot .p {
    color:#000;
  margin-top: .75rem;
  line-height: 24px;
}
.bocweb-footer .itembox-bot .but .fx {
  font-size: 0;
  text-align: right;
}
.bocweb-footer .itembox-bot .but .span {
  text-align: right;
  line-height: 1;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0.625rem;
}
.bocweb-footer .itembox-bot .but .i {
  padding: 0;
  margin: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.23);
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  transition: .5s ease-in-out;
}
.bocweb-footer .itembox-bot .but .i:hover {
  transition: .5s ease-in-out;
  background-color: #45ad3d;
}
.bocweb-footer .itembox-bot .but .i:nth-child(n+2) {
  margin-left: 0.2rem;
}
.bocweb-footer .itembox-bot .but .i1 {
  background: url(../images/j.png) no-repeat center;
}
.bocweb-footer .itembox-bot .but .i2 {
  background: url(../images/j0.png) no-repeat center;
}
.bocweb-footer .itembox-bot .but .i5 {
  background: url(../images/wx.png) no-repeat center;
}
.bocweb-footer .itembox-bot .but .i3 {
  background: url(../images/j1.png) no-repeat center;
}
.bocweb-footer .itembox-bot .but .i4 {
  background: url(../images/j2.png) no-repeat center;
}

.welcome-products .selects-box .selecttop:after {
  transition: .5s ease-in-out;
}

.welcome-products .selects-box .select.active .selecttop:after {
  transition: .5s ease-in-out;
  transform: rotate(180deg);
}

.viewmore {
  display: block;
  border: 1px solid #666;
  height: 1.75rem;
  width: 6.5rem;
  font-size: 0.45rem;
  color: #666;
  text-align: center;
  line-height: 1.75rem;
  transition: .5s ease-in-out;
}
.viewmore:hover {
  transition: .5s ease-in-out;
  color: #fff;
	border: 1px solid #45ad3d;
  background: #45ad3d;
}

.welcome-strategicl {
  background: #fff;
	width: 100%;
	overflow: hidden;
}
.welcome-strategicl .strategicl {
  position: relative;
  overflow: hidden;
}
.welcome-strategicl .viewmore {
  /*margin-top: 2.5rem;*/
}
.welcome-strategicl .map-center .i {
  position: absolute;
  left: 0;
  top: 0;
}
.welcome-strategicl .map-center .i.i1 {
  position: static;
}
.welcome-strategicl .map-words .li {
  position: absolute;
  width: 0.875rem;
  height: 1.125rem;
  z-index: 16;
}
.welcome-strategicl .map-words .li .li-bot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.875rem;
  padding-left: 20px;
  opacity: 0;
  transition: .5s ease-in-out;
  visibility: hidden;
  z-index: -100;
}
.welcome-strategicl .map-words .li.active .li-bot {
  opacity: 1;
  padding-left: 50px;
  transition: .5s ease-in-out;
  visibility: visible;
  z-index: 2;
}
.welcome-strategicl .map-words .li .li-top {
  width: 100%;
  height: 100%;
  background: url(../images/vs.png) no-repeat center;
  background-size: 100%;
}
.welcome-strategicl .map-words .li1 {
  top: 5.5rem;
  left: 7.375rem;
  transition-delay: 1.4s;
}
.welcome-strategicl .map-words .li2 {
  top: 6.25rem;
  right: 7.25rem;
  transition-delay: 1.6s;
}
.welcome-strategicl .map-words .li3 {
  top: 8.75rem;
  right: 6.75rem;
  transition-delay: 1.8s;
}
.welcome-strategicl .map-words .li-bot {
  position: absolute;
}
.welcome-strategicl .map-words .li-bot:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 16px;
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/vs0.png) no-repeat center;
  background-size: 100%;
}
.welcome-strategicl .map-words .li-bot .ibox {
  width: 7.5rem;
  max-height: 5rem;
  overflow-y: auto;
  background: rgba(14, 96, 155, 0.5);
  transition: .5s ease-in-out;
  color: #ffffff;
  padding: .75rem;
  font-size: 14px;
  position: relative;
}
.welcome-strategicl .map-words .li-bot .ib-01 {
  color: rgba(255, 255, 255, 0.5);
}
.welcome-strategicl .map-words .li-bot .p2, .welcome-strategicl .map-words .li-bot .p1 {
  line-height: 1.5;
}
.welcome-strategicl .map-words .li-bot .ib-02 {
  color: #ffcb03;
  margin-top: .5rem;
}
.welcome-strategicl .map-words .li-bot .ib-01, .welcome-strategicl .map-words .li-bot .ib-02 {
  line-height: 1;
  margin-bottom: 5px;
}
.welcome-strategicl.active .images .k2.animate .i {
  transition-delay: 0.1s !important;
}
.welcome-strategicl .images {
  position: absolute;
  top: 3.375rem;
  right: 2.5rem;
  width: 33.625rem;
  height: 17.125rem;
  top: 3.25rem;
  right: 2.625rem;
}
.welcome-strategicl .images img {
  transition: .5s ease-in-out;
}
.welcome-strategicl .images .ig {
  position: absolute;
  left: 0;
  top: 0;
}
.welcome-strategicl .images .k1 .i {
  opacity: 0;
}
.welcome-strategicl .images .k1 .i.active {
  opacity: 1;
  transition: .5s ease-in-out;
}
.welcome-strategicl .images .k2 .i {
  opacity: 0;
}
.welcome-strategicl .images .k2 .i.active {
  opacity: 0 !important;
  transition: .5s ease-in-out;
  transition-delay: 0.1s !important;
}
.welcome-strategicl .images .k2.animate .i {
  opacity: 1;
  transition: .8s ease-in-out;
}
.welcome-strategicl .images .k2.animate .i.i1 {
  transition-delay: .8s;
}
.welcome-strategicl .images .k2.animate .i.i2 {
  transition-delay: 1s;
}
.welcome-strategicl .images .k2.animate .i.i3 {
  transition-delay: 1.2s;
}
.welcome-strategicl .images .k2.animate .i.i4 {
  transition-delay: 1.4s;
}
.welcome-strategicl .images .k2.animate .i.i5 {
  transition-delay: 1.6s;
}
.welcome-strategicl .words {
  padding: 2rem 2.25rem;
}
.welcome-strategicl .words .tit-p {
  /*width: 13.5rem;*/
  /*width: 12.25rem;*/
  font-size: .45rem;
  line-height: .6rem;
  /*height: 4.2rem;*/
  /*display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;*/
  overflow: hidden;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}
.welcome-strategicl .words .numbox {
  font-size: 0;
  line-height: 1.2;
}
.welcome-strategicl .words .numbox .items {
  display: inline-block;
  font-size: .5rem;
  width: 28%;
}
.welcome-strategicl .words .numbox .items:nth-child(n+2) {
  margin-left: .75rem;
}
.welcome-strategicl .words .numbox .items .p {
  margin-top: 0.4rem;
}
.welcome-strategicl .words .numbox .items .num {
  line-height: 1;
  position: relative;
}
.welcome-strategicl .words .numbox .items .num sup {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    line-height: 1.2;

}
.welcome-strategicl .words .tit-news{
	display: flex;
	justify-content: space-between
}

.index_news_menu{ overflow:hidden; text-align:center; position:relative; z-index:1}
.index_news_menu li{ display:inline-block; width:140px; height:40px; text-align:center; line-height:40px; font-size:14px; background:url(../images/news01.png) no-repeat center top; margin:0 10px;}
.index_news_menu li{ *display:inline}
.index_news_menu li a{ display:block; text-decoration:none; color:#333;}
.index_news_menu li.cur,.index_news_menu li:hover a{ background-position:bottom}
.index_news_menu li.cur a{ color:#fff;}

.welcome-strategicl .words .tit-en{
  line-height: 1.2;
	color: #363636
}

.welcome-strategicl .words {
  position: relative;
  z-index: 10;
  max-height: 100%;
  overflow-y: auto;
}

.welcome-strategicl .images .ig.mapimg {
  z-index: 15;
}
.newsbox{ overflow:hidden; width:100%; position:relative; padding-top: 30px;}
.newslist{ overflow:hidden; width:100%; height:100%;
	display: flex;
	flex-wrap: wrap;
}
.newslist .wentu{ overflow:hidden; display: flex; width:590px; flex-direction: column;}
.newslist .wentu img{ display:block; margin-bottom:15px; width: 100%; height: 400px;}
.newslist .wentu h3{ font-weight:normal; font-size:20px; padding-bottom:14px; border-bottom:1px solid #ebebeb; overflow:hidden; margin-bottom:12px;}
.newslist .wentu h3 a{ color:#333; display:block; width:460px; float:left; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.newslist .wentu h3 span{ float:right; font-size:14px; color:#777;}
.newslist .wentu p{ font-size:14px; color:#888; line-height:22px;}
.listbox { overflow:hidden; display: flex;  flex: 1; height:526px; padding-left: 20px; flex-direction: column;}
.listbox .list{ overflow:hidden; width:100%; height:90px; margin-bottom:50px;}
.listbox img{ display:block; float:left;}
.listbox .wen{ overflow:hidden; padding-left:20px; border-left:2px solid #e3e3e3}
.listbox h3{ overflow:hidden; font-size:16px; font-weight:normal; margin-bottom:0px;}
.listbox h3 a{ display:block; color:#555; width:333px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; float:left}
.listbox h3 span{ float:right; font-size:14px; color:#888; font-family:Arial;}
.listbox p{ font-size:14px; color:#888; line-height:20px;}

area {
  outline: none;
}

/*.welcome-strategicl .images .ig.k2 {
  .i{
    opacity: 0;
    transition: .5s ease-in-out;
    &.animate{
      opacity: 1;
       transition: .5s ease-in-out;
      &.i1{
        transition-delay: .1s;
      }
      &.i2{
        transition-delay: .2s;
      }
      &.i3{
        transition-delay: .3s;
      }
      &.i4{
        transition-delay: .4s;
      }
      &.i5{
        transition-delay: .5s;
      }
      &.i6{
        transition-delay: .6s;
      }

    }

  }
}*/
.m-header {
  height: 45px;
  width: 100%;
  position: absolute;
  /*position: absolute;*/
  width: 100%;
}
.bodyactives2 .m-header{
  position: relative;
}

.m-header.cur {
  position: absolute;
}

.m-header .w-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #45ad3d;
}

.m-header .w-header {
  position: relative;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
  z-index: 24;
  height: 45px;
}

.m-header .welcome-a {
  float: left;
  width: 117px;
  height: 100%;
  line-height: 45px;
  position: relative;
}

.m-header .welcome-a img {
  max-height: 100%;
  /*height: 100%;*/
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.m-header .search-cover {
  float: right;
  width: 35px;
  height: 48px;
  display: block;
  line-height: 48px;
}

.m-header .search-cover img {
  width: 100%;
  vertical-align: middle;
}

.m-header .uio {
  float: right;
  height: 100%;
  width: 65px;
}

.m-header .search-bg {
  position: fixed;
  left: 0;
  top: 48px;
  width: 100%;
  height: 150px;
  z-index: 10;
  background: #ffffff;
  display: none;
}

.m-header .subsearch {
  padding-right: 15px;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.m-header .subsearch .sp {
  width: 35px;
  height: 35px;
  background-size: 80%;
}

.m-header .subsearch img {
  height: 100%;
}

.m-header .search-bg .m-close-search {
  display: block;
  width: 10px;
  height: 10px;
  background-size: 100% auto;
  position: fixed;
  right: 4%;
  top: 10px;
  cursor: pointer;
  z-index: 11;
}

.m-header .search-bg .m-search-box {
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  position: absolute;
  left: 3%;
  top: 48px;
  height: 40px;
  z-index: 11;
}

.m-header .search-bg .m-search-box .tex {
  border: none;
  font-size: 12px;
  color: #a7a7a7;
  height: 41px;
  padding-left: 5px;
  box-sizing: border-box;
  width: 60%;
  background: none;
}

.m-header .search-bg .m-search-box .search-btn {
  border: none;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-top: 6px;
}

.m-header .btn-na {
  margin-right: 15px;
}

.m-header .nav-btn {
  position: absolute;
  right: 25px;
  top: 50%;
  width: 31px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -15px;
}

.m-header .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  border-radius: 2px;
}

.m-header .nav-btn .line1 {
  top: 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.m-header .nav-btn .line2 {
  top: 11px;
}

.m-header .nav-btn .line3 {
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.bocweb-footer .bocweb-footer-bot br {
  display: none;
}

.m-header .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.m-header .nav-btn.hover .line {
  left: 6px;
}

.icon-sousuo {
  cursor: pointer;
  text-align: center;
  width: 80px;
  border-left: 1px solid #e1e1e1;
  margin-left: 105px;
  font-size: 20px;
}

.icon-sousuo:hover {
  color: #059ea0;
}

body.ovh .m-header .w-header {
  background: #45ad3d;
}

.m-header .sub-menu {
  width: 100%;
  /*height: calc(100% - 45px);*/
  height: 100%;
  padding: 60px 0 0;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  /*background-color: white;*/
  background-color: #45ad3d;
  z-index: 15;
  overflow-y: auto;
}

.m-header .sub-menu li .sub-tit {
  padding: 0 3%;
  box-sizing: border-box;
}

.m-header .sub-menu li .sub-tit .tu-box {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  position: relative;
}

.m-header .sub-menu li .sub-tit .tu-box .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu li .sub-tit.on .tu-box {
  border-bottom-color: transparent;
}

.m-header .sub-menu li a {
  display: block;
}

.m-header .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 10px 3%;
  box-sizing: border-box;
  line-height: 33px;
  color: #fff;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}

.m-header .sub-menu .tit a {
  color: #fff;
}

.m-header .sub-menu .tit1 {
  display: block;
  width: 100%;
  line-height: 33px;
  color: #fff;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  box-sizing: border-box;
}

.m-header .sub-menu .sub-tit.on.on .btn-v {
  background: url(../images/img6.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .btn-v {
  display: inline-block;
  height: 20px;
  width: 20px;
  float: right;
  margin-right: 16px;
  margin-top: 0;
  background: url(../images/img5.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .sub-tit1.on {
  background-color: #ff0001;
  color: #fff;
}

.m-header .sub-menu .sub-tit.on:after {
  background-size: 100% auto;
}

.m-header .sub-menu .sec-list {
  line-height: 28px;
  padding: 1px 1.5%;
  display: none;
}

.m-header .sub-menu .tit {
  text-transform: capitalize;
}

.m-header .sub-menu .sec-list a {
  background-size: 8px auto;
  line-height: 2;
  font-size: 13px;
  box-sizing: border-box;
}

.m-header .sub-menu .sec-list a:nth-child(1) {
  border-top: none;
}

.m-header .sub-menu .sec-list a {
  padding-left: 21px;
  color: #fff;
  display: block;
}


.m-header .w-header .inj {
  line-height: 25px;
  height: 25px;
  margin-top: 10px;
  color: #ffffff;
}
.m-header .w-header .inj a {
  color: #ffffff;
  font-size: 14px;
}
.m-header .w-header .inj.en {
  margin-left: 25px;
}
.m-header .w-header .ser {
  width: 25px;
  height: 25px;
  background: url(../images/ser.png) no-repeat center;
  background-size: 100%;
}

img.w100 {
  width: 100%;
}

.products-bot .items .words-02 .t {
  position: relative;
}
.products-bot .items .words-02 .t:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  background: url(../images/s.png) no-repeat center;
  background-size: 100%;
  right: 0;
  top: .2rem;
}

.bocweb-header .nav-li .nav-bot {
  width: 175px;
  position: absolute;
  top: 81px;
  text-align: center;
  padding:12px 20px;
  background:rgba(255,255,255,.65);
}
.bocweb-header .nav-li .nav-bot a{
  line-height: 1.5;
  padding:10px 0;
  border-bottom: 1px solid #d1d1d1;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
}
.bocweb-header .nav-li .nav-bot a.active,.bocweb-header .nav-li .nav-bot a:hover{
  color:#45ad3d;
  border-bottom: 1px solid #45ad3d;
}
.bocweb-header .nav-li {
  position: relative;
}

.king img {
  opacity: 0;
  transition: .5s ease-in-out;
}

.animate.king img {
  transition: .5s ease-in-out;
  opacity: 1;
  transition-delay: .3s;
}

.welcome-strategicl.active .images .animate.king .i {
  transition-delay: 0.1s !important;
}

.welcome-strategicl.active .images .animate.king .i.active {
  transition-delay: 0.1s !important;
}

@media screen and (max-width: 1900px){
  .welcome-products .selects-box .input{
    width: 9rem;
  }
}
@media screen and (max-width: 1850px){
  .welcome-strategicl .images{
    width: 28rem;
  }
  .welcome-strategicl .map-words .li1 {
      top: 4.5rem;
      left: 6.175rem;
  }
  .welcome-strategicl .map-words .li2 {
      top: 5.25rem;
      right: 5.8rem;
  }
  .welcome-strategicl .map-words .li3 {
      top: 7rem;
      right: 5.55rem;
  }
  

}
@media screen and (max-width: 1800px){
  .welcome-products .selects-box .input{
    width: 8rem;

  }
}
@media screen and (max-width: 1700px){
  .welcome-products .selects-box .input{
    width: 7.65rem;

  }
  .technology-box .items .words .p{
    padding-right: 5%;
  }
  .about-top .wen{
    /*font-weight: bold;*/
  }

}
@media screen and (max-width: 1679px){
  .welcome-products .selects-box .input{
    width: 9rem;
  }

}
@media screen and (max-width: 1595px){
  .welcome-products .selects-box .input{
    width: 8rem;
  }

}

@media screen and (max-width: 1550px) {
  .welcome-products .selects-box .input {
    /*width: 8.5rem;*/
  }

  .welcome-strategicl .words {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 1460px) {
  .system-box .numlist .numbox{
    font-size: .3rem;
  }
  .welcome-strategicl .words .numbox .items .num sup{
    font-size: 70%;
  }
  .welcome-strategicl .words .tit-p{
    height: 4.55rem;
  }
  .system-box .items2 .li .words{
        padding: 2rem;
    padding-top: 2rem;
  }
  .welcome-products .products-top .products-tit {
    width: 120px;
  }
  .welcome-products .selects-box .selectbot .i{
    padding-left: .5rem;
  }
  .welcome-servers .items{
    font-size: 12px;
  }
  .welcome-servers .items .t{
    font-size: 16px;
  }

  .bocweb-header .bocweb-nav .nav-top {
    margin: 0 .5rem;
  }

  .products-inputs {
    max-width: calc(100% - 120px);
  }

  .welcome-products .selects-box .input {
    /*width: 9rem;*/
  }
  .welcome-products .selects-box .input .spa {
    right: -1.75rem;
    width: 1.75rem;
  }
  .welcome-products .selects-box .input:nth-child(n+2) {
    margin-left: 1.75rem;
  }
  .welcome-products .selects-box .input.submit {
    width: 2.25rem;
    margin-left: 0.625rem;
  }
  .welcome-products .selects-box .select, .welcome-products .selects-box select {
    padding-left: .5rem;
  }

  .welcome-servers .items .img {
    width: 3rem;
    height: 3rem;
  }

  .welcome-strategicl .words {
    padding: 2.8rem 2.3rem;
  }

  .welcome-strategicl .words .tit-p {
    width: 10rem;
    font-size: .4rem;
  }

  .welcome-strategicl .images {
    width: 70%;
    height: auto;
  }

  .welcome-strategicl {
    min-height: 20rem;
  }

  .welcome-servers {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 2.6rem;
  }

  .welcome-strategicl .viewmore {
    margin-top: 2rem;
  }

  .bocweb-footer .itembox-bot .img {
    width: 2.875rem;
    height: auto;
  }

  .bocweb-footer .itembox-bot .but .i {
    width: 1.125rem;
    height: 1.125rem;
  }

  .welcome-strategicl .map-words .li-bot .ibox {
    font-size: 12px;
  }

  .welcome-banner .paginations .span span {
    width: 5rem;
    font-size: 15px;
    right: -54%;
  }

  .welcome-banner .paginations .span:nth-child(1) span {
    left: -2.5rem;
  }

  .welcome-strategicl .map-words .li1 {
    top: 31%;
    left: 22%;
  }

  .welcome-strategicl .map-words .li2 {
    top: 35%;
    right: 21%;
  }

  .welcome-strategicl .map-words .li3 {
    top: 47%;
    right: 19%;
  }
  .system-box .items2 .li .words .p{
    padding-right: 5%;
  }
}
@media screen and (max-width: 1350px){
  .welcome-products .selects-box .input{
    width: 8rem;
  }

}

@media screen and (max-width: 1250px){
  .welcome-products .selects-box .input{
    width: 7rem;

  }
  .bocweb-header .nav-sousuo .lang{
    font-size: 12px;
  }
  .bocweb-header .nav-sousuo .ser{
    width: 15px;
    height: 15px;
  }
  .bocweb-header .bocweb-nav .nav-top{
    margin:0 .3rem;
  }
}
@media screen and (max-width: 1190px) {
  .welcome-products .selects-box .input {
    font-size: 14px;
  }

  .bocweb-header .bocweb-nav {
    margin-left: 1.5rem;
  }

  .bocweb-header .nav-li {
    font-size: 16px;
  }

  .welcome-products .products-top {
    line-height: 45px;
  }

  .bocweb-header .nav-sousuo .lang {
    margin-left: .4rem;
    padding-left: .3rem;
  }

  .welcome-products .selects-box .input {
    height: 45px;
    /*width: 6.5rem;*/
  }

  .welcome-products .selects-box .input.submit {
    margin-left: .1rem;
    width: 2rem;
  }

  .bocweb-footer {
    font-size: 12px;
  }

  .bocweb-footer .bocweb-footer-top {
    padding: 0 1rem;
    padding-top: 2rem;
    padding-bottom: 1.2rem;
  }

  .bocweb-footer .bocweb-footer-bot {
    padding: 0 1rem;
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .pd90 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .welcome-products .selects-box .selectbot {
    top: 45px;
  }
}
@media screen and (min-width: 1024px){

  .bocweb-footer .itembox-bot .but .i5{
    position: relative;
  }
  .bocweb-footer .itembox-bot .but .i5 img{
      position: absolute;
      width: 100px;
      height: 100px;
      top: -110px;
      max-width: none;
      left: -50px;
      transition:.5s ease-in-out;
      opacity: 0;
  }
  .bocweb-footer .itembox-bot .but .i5:hover img{
    opacity: 1;
    transition:.5s  ease-in-out;
  }
}
@media screen and (max-width: 1024px) {
  .welcome-strategicl .images{
    width: 100%!important;
  }
  .system-box .items2 .li .words .p{
    padding-right: 0;
  }
  .bocweb-footer .itembox-bot .but .i5{
    position: relative;
  }
  .bocweb-footer .itembox-bot .but .i5 img{
      position: absolute;
      width: 1.4rem;
      height: 1.4rem;
      top: -1.5rem;
      max-width: none;
      left: -.7rem;
      transition:.5s ease-in-out;
      opacity: 0;
  }
  .bocweb-footer .itembox-bot .but .i5.active img{
    opacity: 1;
    transition:.5s  ease-in-out;
  }

  .m-header .w-header.fixed{
  }
  .welcome-strategicl .words {
    width: 100%;
    float: none;
    display: block;
  }

  .welcome-strategicl .images {
    width: 100%;
    position: relative;
    float: none;
    top: auto;
    left: auto;
    right: auto;
  }

  .bocweb-footer .bocweb-footer-top .items .items-top {
    font-size: 16px;
  }

  .bocweb-footer .bocweb-footer-top .items {
    font-size: 12px;
  }

  .products-inputs {
    width: 100%;
    max-width: 100%;
    margin-top: .45rem;
  }

  .welcome-banner .paginations .span span {
    width: 100%;
    height: 100%;
    text-indent: -999px;
    overflow: hidden;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .welcome-banner .paginations .span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }

  .welcome-banner .paginations .span:before {
    right: 0;
    top: 0;
  }

  .welcome-products .selects-box .input .spa {
    display: none;
  }

  .welcome-products .selects-box .input {
    width: 28%;
  }

  .welcome-products .selects-box .input:nth-child(n+2) {
    margin-left: 2%;
  }

  .welcome-products .selects-box .input.submit {
    width: 8%;
    margin-left: 2%;
  }

  .products-bot .b-tit .page {
    font-size: 14px;
  }

  .products-bot {
    padding-top: 1.35rem;
    padding-bottom: 2.625rem;
  }



  .welcome-products .products-top {
    padding: 0.675rem 0;
    padding-left: 1.32rem;
    padding-right: 1.62rem;
  }

  .products-bot .items .words-02 {
    padding: 0 1rem;
  }

  .welcome-servers .items {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 4%;
  }
  .welcome-servers .items:nth-child(4n+1) {
    margin-left: 4%;
  }
  .welcome-servers .items:nth-child(2n+1) {
    margin-left: 0;
  }

  .welcome-strategicl .map-words .li .li-bot {
    display: none;
  }

  .bocweb-footer .bocweb-footer-bot {
    height: auto;
    line-height: 1.5;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .bocweb-footer .bocweb-footer-bot .tit, .bocweb-footer .bocweb-footer-bot .txt {
    width: 100%;
  }

  .bocweb-footer .bocweb-footer-top .items {
    width: 100%;
    position: relative;
    margin-left: 0;
  }
  .bocweb-footer .bocweb-footer-top .items.active .items-top:after {
    background: url(../images/vs1.png) no-repeat center;
    background-size: 100%;
    transition: .5s ease;
  }

  .bocweb-footer .bocweb-footer-top .items .items-top {
    margin-bottom: 0;
    line-height: 40px;
    position: relative;
  }
  .bocweb-footer .bocweb-footer-top .items .items-top:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 14px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/vs2.png) no-repeat center;
    background-size: 100%;
    transition: .5s ease;
  }

  .bocweb-footer .bocweb-footer-top .items a.items-top:after {
    display: none;
  }

  .bocweb-footer .bocweb-footer-top .items .items-bot {
    line-height: 2;
    padding: 15px 0;
    width: 100%;
    left: 0;
    display: none;
    padding-left: 2%;
  }
  .technology-box .items .words .p{
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {


  .video-fixed .cha {
    width: .6rem;
    height: .6rem;
  }
  .welcome-servers .items{
    padding: 0 1%;
  }

  .pro-botcon.welcome-products .products-top{
  padding: .6rem .5rem;
  }
  .pro-botcon.welcome-products .selects-box .input{
    height: .7rem;
    line-height: .7rem;
  }
  .welcome-banner .spannum {
    display: none;
  }

  .products-bot .items .images:after {
    opacity: 1;
  }

  .video-more:after {
    width: .4rem;
    height: .4rem;
  }

  .video-more {
    font-size: .24rem;
    padding-left: .5rem;
  }

  .welcome-products .products-top {
    padding: .6rem .5rem;
  }

  .welcome-products .selects-box .selectbot {
    font-size: .2rem;
    line-height: .4rem;
  }

  .welcome-products .selects-box .selectbot .i {
    padding-left: .3rem;
  }

  .welcome-banner .paginations {
    bottom: .6rem;
  }

  .bocweb-footer .bocweb-footer-top .items .items-top:after {
    width: .25rem;
    height: .15rem;
  }

  .welcome-products .products-top .products-tit {
    font-size: .3rem;
    width: 100%;
    line-height: 1.2;
  }
  .welcome-products .products-top .products-tit br {
    display: none;
  }

  .welcome-products .selects-box .select, .welcome-products .selects-box select {
    padding-left: .2rem;
  }

  .welcome-products .selects-box .input {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: .3rem;
    font-size: .2rem;
  }

  .welcome-products .selects-box .input.submit {
    width: 100%;
    margin-bottom: .1rem;
  }
  .welcome-products .selects-box .input.submit input {
    width: 45%;
    margin: 0 auto;
  }

  .products-bot img {
    width: 100%;
  }

  .welcome-products .products-top {
    line-height: .7rem;
  }

  .welcome-products .selects-box .input {
    height: .7rem;
  }

  .pd90 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .products-bot .b-tit .b-fl {
    /*width: 100%;*/
    font-size: .5rem;
  }

  .products-bot .b-tit .page {
    margin-bottom: .4rem;
    display: none;
  }

  .products-bot .b-tit .b-fr {
    /*display: none;*/
  }

  .products-bot .b-tit {
    padding: 0;
    padding-bottom: .5rem;
  }

  .products-bot .items .words-01 {
    padding: 15px 10px;
  }

  .products-bot .items .words-01 .en {
    font-size: 16px;
    margin-top: .25rem;
  }

  .products-bot .items .words-01 .img {
    width: .5rem;
    height: .5rem;
    display: none;
  }
    .products-bot .items .words-01 .tit{
        width: 100%;
    }
  .products-bot .items .words-01 {
    /*min-height: 2rem;*/
  }

  .products-bot .items .words-02 {
    opacity: 1;
  }

  .products-bot .items .words-02 {
    padding: 0 .4rem;
    padding-bottom: 0.55rem;
  }

  .products-bot .items:hover .words-02 {
    padding-bottom: 0.55rem;
  }

  .products-bot .items .words-02 .t {
    padding-bottom: .25rem;
  }

  .products-bot {
    padding-top: 0.6rem;
    padding-bottom: .6rem;
    /*padding-right: 0;*/
  }

  .ft50 {
    font-size: .5rem;
  }


  .bocweb-footer .bocweb-footer-top .items {
    font-size: .24rem;
  }

  .m-header .w-header .ser {
    width: 20px;
    height: 20px;
  }

  .bocweb-footer .bocweb-footer-top .items .items-top {
    font-size: .26rem;
    line-height: .6rem;
  }

  .welcome-strategicl .map-words .li {
    width: .35rem;
    height: .45rem;
  }

  .welcome-servers {
    padding: .6rem .5rem 0;
  }

  .welcome-servers .txt-en {
    font-size: .2rem;
    margin-top: .25rem;
  }

  .welcome-servers .items .img {
    width: 1.2rem;
    height: 1.2rem;
  }

  .welcome-servers .items .t {
    font-size: .26rem;
    margin-top: .3rem;
    margin-bottom: .1rem;
    line-height: .4rem;
    height: .8rem;
    overflow: hidden;
  }

  .welcome-servers .items {
    font-size: .2rem;
  }

  .welcome-servers .list {
    margin-top: .6rem;
  }

  .welcome-strategicl .words {
    padding: .5rem;
  }

  .welcome-strategicl .words .tit-p {
    width: 100%;
  }

  .welcome-strategicl .viewmore {
    margin-top: .6rem;
  }

  .welcome-strategicl {
    min-height: 0;
  }

  .viewmore {
    height: .7rem;
    line-height: .7rem;
    min-width: 2.6rem;
    width: auto;
    display: inline-block;
    font-size: 16px;
    padding: 0 .15rem;
  }

  .welcome-strategicl .words .numbox .items {
    font-size: .2rem;
    width: 33.33%;
    padding-right: .15rem;
    vertical-align: top;
  }

  .welcome-strategicl .words .numbox .items:nth-child(n+2) {
    margin-left: 0;
  }

  .welcome-strategicl .words .tit-p {
    font-size: .2rem;
    line-height: .3rem;
    /*height: 1.2rem;*/
    height: auto;
    display: block;
    overflow:auto;
    margin-top: .3rem;
    margin-bottom: .35rem;
  }

  .welcome-strategicl .words .numbox .items .p {
    margin-top: .2rem;
  }

  .bocweb-footer .bocweb-footer-top {
    padding: .5rem;
  }

  .bocweb-footer .itembox-bot .but .i {
    width: .45rem;
    height: .45rem;
  }

  .bocweb-footer .itembox-bot .img {
    width: 1rem;
  }

  .bocweb-footer .itembox-bot .icon, .bocweb-footer .itembox-bot .but {
    max-width: 100%;
    width: 100%;
  }
  .bocweb-footer .bocweb-footer-top .items .items-bot{
    font-size: .2rem;
    padding:.15rem 0;
  }

  .bocweb-footer .itembox-bot .but .span {
    text-align: left;
    margin-bottom: .35rem;
    font-size: .26rem;
  }

  .bocweb-footer .itembox-bot .p {
    margin-top: .25rem;
    line-height: 1.5;
    font-size: .24rem;
  }

  .bocweb-footer .itembox-bot .icon {
    margin-bottom: .65rem;
  }

  .bocweb-footer .itembox-bot {
    padding-top: .5rem;
  }

  .bocweb-footer .bocweb-footer-bot {
    padding: .45rem .5rem;
    font-size: .22rem;
    line-height: 1.5;
  }

  .bocweb-footer .itembox-bot .but .i {
    background-size: 40%;
  }

  .welcome-banner .swiper-pagination .swiper-pagination-bullet {
    width: .15rem;
    height: .15rem;
    margin: 0 .1rem;
  }
	
	
	.gywm_top{
		top:0;
		background: none;
	}
	.gywm_top li{
		width: 100%;
		margin-bottom: 20px;
		border-left: none;
		background: rgba(69, 171, 61, 0.9);
	}

	.gywm_bot .gywm_bot_title {
    font-size: 18px;
    margin-top: 20px;
}
	.gywm_bot {
    padding-top: 30px;
    margin-top: 10px;
		background-size: auto 100%;
    padding-bottom: 30px;
	}
	
	.index_app{
	margin: .5rem auto 0!important;
}
	.index_app ul li {
	height:450px!important;
	width:100%!important;
}
}

/*# sourceMappingURL=style.css.map */




.energy-images-list {
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
}
.energy-images-list img {
  width: 100%;
}
.energy-images-list .items {
  display: block;
  transform: scale3d(0.75, 0.75, 1);
}
.energy-images-list .items img {
  transition: .5s ease-in-out;
}
.energy-images-list .items .imgs {
  overflow: hidden;
}
.energy-images-list .items .spans {
  line-height: 2.75rem;
  height: 2.75rem;
  font-size: 1rem;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-left: .75rem;
  padding-right: 1.875rem;
  font-weight: bold;
}
.energy-images-list .swiper-slide-active .items .spans{
  font-size: .8rem;
}
.energy-images-list .items .spans:before {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 0.75rem;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/i1.png) no-repeat center;
  background-size: 100%;
}
.energy-images-list .swiper-slide {
  opacity: 0;
  position: relative;
  z-index: -10;
}
.energy-images-list .swiper-slide:hover img {
  transition: .5s ease-in-out;
  transform: scale3d(1.05, 1.05, 1);
}
.energy-images-list .swiper-slide:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.energy-images-list .swiper-slide-active, .energy-images-list .swiper-slide-prev, .energy-images-list .swiper-slide-next {
  opacity: 1;
  z-index: 1;
}
.energy-images-list .swiper-slide-active:after {
  display: none;
}
.energy-images-list .swiper-slide-active .items .spans {
  color: #fff;
  background: #0068b7;
}
.energy-images-list .swiper-slide-active .items .spans:before {
  background: url(../images/i0.png) no-repeat center;
  background-size: 100%;
}

.energy-pagination.welcome-banner .swiper-pagination {
  position: static;
  width: 100%;
  line-height: 1;
  margin-top: 1.375rem;
}

.energy-pagination.welcome-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet {
  border: 1px solid #b5b5b5;
}

.energy-pagination.welcome-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.2rem;
  background: #0068b7;
  border-color: #0068b7;
  border-radius: 10px;
}

.download-btn.return-btn i {
  background: url(../images/i2.png) no-repeat center;
  background-size: 100%;
}

.t-btns {
  font-size: 0;
}

.t-btns .download-btn {
  background-color: #b3b3b3;
  margin: 0 .5rem;
}
.t-btns .download-btn:hover {
  background-color: #0074c1;
}

.energydetails-tit {
  font-size: .55rem;
  text-align: center;
  font-weight: bold;
  color: #3a3a3a;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.energydetails-lists {
  text-align: center;
  font-size: 0;
}
.energydetails-lists .items {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  font-size: .5rem;
  color: #999999;
  margin-bottom: 2rem;
  border-left: 1px solid #eaeaea;
  line-height: 1.2;
}
.energydetails-lists .items:nth-child(3n+1) {
  border-left: 0;
}
.energydetails-lists .items .imgs {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto;
}
.energydetails-lists .items .tits {
  margin-top: .4rem;
  margin-bottom: .3rem;
}
.energydetails-lists .items .txts {
  color: #0068b7;
}

.anniuprev, .anniunext {
  width: 1.5rem!important;
  height: 1.5rem!important;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  transition: .5s ease-in-out;
}
.anniuprev:hover, .anniunext:hover {
  border-color: #0068b7;
  transition: .5s ease-in-out;
}

.anniuprev {
  background: url(../images/i10.png) no-repeat center!important;
  background-size: 100%;
}
.anniuprev:hover {
  background: url(../images/i11.png) #0068b7 no-repeat center!important;
  background-size: 100%;
}

.anniunext {
  background: url(../images/i12.png) no-repeat center!important;
  background-size: 100%;
}
.anniunext:hover {
  background: url(../images/i13.png) #0068b7 no-repeat center!important;
  background-size: 100%;
}

.consenergydetails {
  position: relative;
}
.consenergydetails:before {
  position: absolute;
  content: "";
  width: 21.675rem;
  height: 11.375rem;
  right: 0;
  top: 2rem;
  background: url(../images/i3.jpg) no-repeat center;
  background-size: 100%;
  z-index: 0;
}
.consenergydetails .cons {
  position: relative;
  z-index: 1;
}
.consenergydetails .prodetails-01 .words {
  padding-left: 2.25rem;
}
.consenergydetails .prodetails-01 .images {
  padding-left: 2.875rem;
}
.consenergydetails .prodetails-01 .words,
.consenergydetails .prodetails-01 .images {
  width: 50%;
}

.w1360 {
  width: 80%;
  margin: 0 auto;
  max-width: 1360px;
}

.energy-technology .entc-tit {
  text-align: center;
  font-size: 1.125rem;
  color: #2f2f2f;
  margin-bottom: 1.625rem;
  line-height: 1;
}

.entc-01 {
  padding-top: 2.125rem;
  padding-bottom: 2.25rem;
}
.entc-01 .li {
  min-height: 8.75rem;
  position: relative;
  border: 1px solid #dedede;
}
.entc-01 .li:nth-child(n+2) {
  margin-top: .75rem;
}
.entc-01 .imgs {
  width: 10rem;
}
.entc-01 .words {
  width: calc(100% - 10rem);
  position: absolute;
  border-left: 1px solid #dedede;
  height: 100%;
  padding: 2.5rem;
  padding-right: 3.25rem;
}
.entc-01 .words .box {
  height: 4.2rem;
  overflow-y: auto;
  font-size: .45rem;
  color: #666666;
  line-height: .6rem;
  padding-right: 1.75rem;
}
.entc-01 .words .box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.entc-01 .words .box::-webkit-scrollbar-track {
  background: #ebebeb;
}

.entc-02 {
  position: relative;
}
.entc-02 .words {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  left: 0;
  top: 0;
  padding-top: 3.625rem;
  padding-bottom: 2.25rem;
  overflow: hidden;
}
.entc-02 .words .wen {
  font-size: 0;
}
.entc-02 .words .wen .img, .entc-02 .words .wen .text {
  display: inline-block;
  font-size: .45rem;
  vertical-align: top;
}
.entc-02 .words .img {
  width: 10.5rem;
  height: 7.875rem;
  margin-left: 2.25rem;
}
.entc-02 .words .text {
  width: calc(100% - 12.75rem);
  padding-left: 1.875rem;
  padding-right: 3.375rem;
  padding-top: 1.25rem;
}

.entc-03 .lists .li .imgs {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
}

.entc-text {
  font-size: .45rem;
  line-height: 1.34;
  color: #666666;
  text-align: center;
}

.entc-03 {
  padding-top: 2.375rem;
  padding-bottom: 2.75rem;
}
.entc-03 .lists {
  margin-top: 2.25rem;
  text-align: center;
  font-size: 0;
}
.entc-03 .lists .li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  font-size: .45rem;
  font-weight: bold;
  color: #0074c1;
  line-height: .6rem;
  padding: 0 1.5rem;
}
.entc-03 .lists .li:nth-child(n+2) {
  border-left: 1px solid #e0e0e0;
}
.entc-03 .lists .li .span {
  height: 1.2rem;
  margin-top: .6rem;
}

.entc-04 {
  background: url(../images/i20.png) repeat left top;
  padding-top: 1.875rem;
  padding-bottom: 2.25rem;
}
.entc-04 .lists {
  margin-top: 1.25rem;
  position: relative;
}
.entc-04 .itemsbox .items {
  position: absolute;
  font-size: .4rem;
  font-weight: bold;
  color: #666666;
  text-align: center;
  transition: .5s ease-in-out;
  line-height: .6rem;
  width: 4rem;
}
.entc-04 .itemsbox .items .span {
  margin-bottom: .5rem;
  text-transform: capitalize;
}
.entc-04 .itemsbox .items:hover {
  transition: .5s ease-in-out;
  color: #0074c1;
}
.entc-04 .itemsbox .items:hover img {
  transition: .5s ease-in-out;
}
.entc-04 .itemsbox .items:hover .imgs .i1 {
  opacity: 1;
}
.entc-04 .itemsbox .items:hover .imgs .i0 {
  opacity: 0;
}
.entc-04 .itemsbox .items:hover .imgs {
  transition: .5s ease-in-out;
  background-color: #0074c1;
}
.entc-04 .itemsbox .items .imgs {
  background: #fff;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  transition: .5s ease-in-out;
  vertical-align: top;
}
.entc-04 .itemsbox .items .imgs img {
  transition: .5s ease-in-out;
  display: block;
}
.entc-04 .itemsbox .items .imgs .i1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.entc-04 .itemsbox .items.items2, .entc-04 .itemsbox .items.items1 {
  top: 0;
}
.entc-04 .itemsbox .items.items1, .entc-04 .itemsbox .items.items3, .entc-04 .itemsbox .items.items5 {
  left: 2.25rem;
}
.entc-04 .itemsbox .items.items2, .entc-04 .itemsbox .items.items4, .entc-04 .itemsbox .items.items6 {
  right: 2.25rem;
}
.entc-04 .itemsbox .items.items3, .entc-04 .itemsbox .items.items4 {
  top: 6.5rem;
}
.entc-04 .itemsbox .items.items5, .entc-04 .itemsbox .items.items6 {
  top: 12rem;
}
.entc-04 .images {
  width: 16.75rem;
  height: 16.5rem;
  margin: 0 auto;
}
.entc-04 .images img {
  width: 100%;
}

@media screen and (max-width: 1190px) {
  .entc-02 .words {
    padding-top: 2rem;
  }

  .entc-02 .words .img {
    margin-left: 0;
  }

  .entc-02 .words .text {
    padding: 1rem;
  }

  .entc-01 .words {
    padding: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .w1360 {
    width: 90%;
  }

  .entc-04 .itemsbox {
    font-size: 0;
    margin-top: 30px;
  }

  .entc-04 .itemsbox .items {
    position: static;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-bottom: 20px;
  }

  .entc-03 .lists .li {
    padding: 0 .5rem;
  }

  .entc-02 .words .img {
    width: 8rem;
  }

  .entc-02 .words .text {
    width: calc(100% - 8rem);
    line-height: 1.5;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .entc-04 {
    padding-top: .6rem;
    padding-bottom: 1rem;
  }

  .entc-04 .itemsbox .items .imgs {
    width: 1rem;
    height: 1rem;
  }

  .entc-04 .lists {
    margin-top: .5rem;
  }

  .entc-01 {
    padding-top: 0.85rem;
    padding-bottom: 0.9rem;
  }
  .entc-01 img {
    width: 100%;
  }
  .entc-01 .li {
    min-height: 3.5rem;
  }
  .entc-01 .li:nth-child(n+2) {
    margin-top: .3rem;
  }
  .entc-01 .imgs {
    width: 100%;
  }
  .entc-01 .words {
    width: 100%;
    position: static;
    border-left: 1px solid transparent;
    border-top: 1px solid #dedede;
    height: auto;
    padding: .5rem;
  }
  .entc-01 .words .box {
    height: auto;
    overflow-y: hidden;
    font-size: .24rem;
    line-height: 1.5;
    padding-right: 0;
  }

  .energy-technology .entc-tit {
    font-size: .45rem;
    margin-bottom: .65rem;
  }

  .entc-03 .lists {
    margin-top: 1rem;
  }

  .entc-04 .itemsbox .items {
    font-size: .2rem;
    line-height: .3rem;
  }

  .entc-04 .itemsbox .items .span {
    margin-bottom: .2rem;
    height: .6rem;
  }

  .entc-03 .lists .li {
    width: 32%;
    margin-bottom: .25rem;
  }

  .entc-04 .itemsbox .items {
    margin-bottom: .4rem;
  }

  .entc-03 .lists .li .imgs {
    width: .6rem;
    height: .6rem;
  }

  .entc-03 .lists .li .span {
    font-size: .24rem;
    line-height: .3rem;
    height: .9rem;
    margin-top: .24rem;
  }

  .entc-04 .images {
    height: auto;
    width: 80%;
  }

  .entc-02 .words {
    padding-top: .5rem;
    padding-bottom: .4rem;
    position: static;
    color: #666;
  }
  .entc-02 .words .wen .img, .entc-02 .words .wen .text {
    font-size: .24rem;
  }
  .entc-02 .words .img {
    width: 100%;
    height: auto;
  }
  .entc-02 .words .text {
    width: 100%;
    padding: .3rem;
  }

  .entc-03 {
    padding-top: .25rem;
    padding-bottom: .4rem;
  }

  .entc-text {
    font-size: .24rem;
    line-height: 1.5;
  }

  .consenergydetails:before {
    display: none;
  }
  .consenergydetails .prodetails-01 .words {
    padding-left: 0;
  }
  .consenergydetails .prodetails-01 .images {
    padding-left: 0;
  }
  .consenergydetails .prodetails-01 .words,
  .consenergydetails .prodetails-01 .images {
    width: 100%;
  }

  .energydetails-lists .items {
    width: 50%;
  }

  .energydetails-lists .items {
    font-size: .24rem;
    margin-bottom: .8rem;
  }
  .energydetails-lists .items .imgs {
    width: .5rem;
    height: .5rem;
  }
  .energydetails-lists .items .tits {
    margin-top: .16rem;
    margin-bottom: .12rem;
  }

  .energydetails-lists .items {
    border-left: 1px solid #eaeaea;
  }
  .energydetails-lists .items:nth-child(3n+1) {
    border-left: 1px solid #eaeaea;
  }
  .energydetails-lists .items:nth-child(2n+1) {
    border-left: 1px solid transparent;
  }

  .anniuprev, .anniunext {
    width: .6rem!important;
    height: .6rem!important;
  }

  .energydetails-tit {
    font-size: .3rem;
    margin-bottom: .5rem;
  }

  .cons-swiper .swiper-pagination .swiper-pagination-bullet {
    width: .2rem;
    height: .2rem;
    margin: 0 2px;
    border-radius: 50%;
  }

  .t-btns .download-btn {
    margin: 0 .2rem;
  }

  .energy-images-list {
    padding-top: 0.6rem;
    padding-bottom: .5rem;
  }
  .energy-images-list .items {
    transform: scale3d(1, 1, 1);
  }
  .energy-images-list .items .spans {
    line-height: 1.1rem;
    height: 1.1rem;
    font-size: .26rem;
    padding-left: .3rem;
    padding-right: 0.75rem;
  }
  .energy-images-list .swiper-slide-active .items .spans{
    font-size: .24rem;
  }
  .energy-images-list .items .spans:before {
    width: 0.45rem;
    height: 0.3rem;
    right: .5rem;
  }

  .energy-pagination.welcome-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.15rem;
    border-radius: .15rem;
  }

  .energy-pagination.welcome-banner .swiper-pagination {
    margin-top: 0.55rem;
  }
}


.page1{
    display: flex;
    justify-content:center;
    align-items:center;
}
.page1 a{
    display: block;
    margin: 0 5px;
    text-align: center;
    color: #333;
    min-width: 40px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    transition:.35s;
}
.page1 a:hover,.page1 a.active{
    background-color: #0a81c7;
    border-color: #0a81c7;
    color: #fff;
}


.piclist ul{
    margin: 0 -15px;
    overflow: hidden;
}
.piclist ul li{
    padding: 0 15px;
    width: 25%;
    margin-bottom: 30px;
    float: left;
}
.piclist ul li a{
    display: block;
}
.piclist ul li a .img{
    overflow: hidden;
    border: 1px solid #ddd;
}
.piclist ul li a .img img{
    transition:.35s;
}
.piclist ul li a p{
    text-align: center;
    padding: 0 10px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.piclist ul li a:hover img{
    transform:scale(1.1);
}
.piclist ul li a:hover p{
    color: #0a81c7;
}

.index_newsitem a{
    color: #666;
}
.index_newsitem a .img{
    overflow: hidden;
}
.index_newsitem a .img img{
    transition:.35s;
}
.index_newsitem a:hover img{
    transform:scale(1.1);
}
.index_newsitem a h1{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}
.index_newsitem a p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;
    word-break: break-all;
    font-size: 16px;
}

.index_next{
    background: url(../images/next.png) no-repeat center;
    height: 1.75rem;
    width: 5rem;
    border: 1px solid #666;
    transition:.35s;
}
.index_next:hover{
	border: 1px solid #45ad3d;
    background: url(../images/next-ne.png) #45ad3d no-repeat center;
}

@media screen and (max-width: 1024px) {
  
}


@media screen and (max-width: 768px) {

}

@media screen and (max-width: 767px) {
    .index_next{
        width: 2.6rem;
        margin-top: .6rem;
        height: .7rem;
    }
    .products-bot .items{
        padding-top: 0;
		padding-bottom: 20px;
    }
	.products-bot  a.items .words-01{
		color: #000;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
    .welcome-servers .list .p{
        font-size: 14px;
        line-height: 24px;
    }
    .bocweb-footer .bocweb-footer-top .items:nth-child(6), .bocweb-footer .bocweb-footer-top .items:nth-child(4){
        width: 100%;
    }
    .bocweb-footer .itembox-bot .p{
        font-size: 16px;
    }
    .bocweb-footer .itembox-bot{
        display: none;
    }
    .bocweb-footer .bocweb-footer-top .items .li{
        font-size: 14px;
    }
    .piclist ul{
        margin: 0 -10px;
    }
    .piclist ul li{
        padding: 0 10px;
        margin-bottom: 15px;
    }
}



/*子导航*/
.subnav{width: 100%; height:65px;background:#f1f1f1;font-size: 14px;}
.subnav .snav{width: 100%; height:65px; position: relative; }
.subnav .snav ul{width: 100%; height:65px; position: relative;}
.subnav .snav li a{float:left; line-height: 65px; color:#333;font-size:14px; padding: 0 20px;}
.subnav .menuline{position:absolute;bottom:-69px;left:0;background:#333;height:4px;width:60px;z-index: 2; display: none !important;}
.subnav .snav li.current a,.subnav .snav li a:hover{ float:left; background: #45ad3d; color: #fff; padding: 0 20px; }
.subnav .snav li a:hover{
	font-weight: normal;
}

/*map-menu*/
.map-menu { width: 100%; padding: 15px 0;}
.map-menu .menu-con {
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.map-menu .menu-con a.home {
	width: 20px;
    height: 20px;
    background: #45ad3d url(../images/ico-home.png) no-repeat 4px 3px;
    border-radius: 20px;
	margin-right: 10px;
}
.map-menu .menu-con a { font-size: 14px; color: #5b5b5b; display: inline-block; }
.map-menu .menu-con a:hover{ color: #45ad3d;}
.map-menu .menu-con span { color: #45ad3d; padding: 0 5px; }
.map-menu .menu-con p{ font-size:14px}
#about_banner{
	width: 100%;
	margin: 0 auto;
	height: 600px;
	overflow: hidden;
	background: url(../images/about.jpg) no-repeat center;
}
#about_banner2{
	width: 100%;
	margin: 0 auto;
	height: 600px;
	overflow: hidden;
	background: url(../images/about2.jpg) no-repeat center;
}
#about_banner3{
	width: 100%;
	margin: 0 auto;
	height: 600px;
	overflow: hidden;
	background: url(../images/about3.jpg) no-repeat center;
}
#about_banner4{
	width: 100%;
	margin: 0 auto;
	height: 600px;
	overflow: hidden;
	background: url(../images/about4.jpg) no-repeat center;
}
#about_banner5{
	width: 100%;
	margin: 0 auto;
	height: 600px;
	overflow: hidden;
	background: url(../images/about5.jpg) no-repeat center;
}
#about_banner6{
	width: 100%;
	margin: 0 auto;
	height: 600px;
	overflow: hidden;
	background: url(../images/about6.jpg) no-repeat center;
}

#app_banner{
	width: 100%;
	margin: 0 auto;
	height: 500px;
	overflow: hidden;
	background: url(../images/app1.jpg) no-repeat center;
}

#news_banner{
	width: 100%;
	margin: 0 auto;
	height: 600px;
	overflow: hidden;
	background: url(../images/news.jpg) no-repeat center;
}
#job_banner{
	width: 100%;
	margin: 0 auto;
	height: 600px;
	overflow: hidden;
	background: url(../images/job.jpg) no-repeat center;
}
#contact_banner{
	width: 100%;
	margin: 0 auto;
	height: 600px;
	overflow: hidden;
	background: url(../images/contact.jpg) no-repeat center;
}
#message_banner{
	width: 100%;
	margin: 0 auto;
	height: 600px;
	overflow: hidden;
	background: url(../images/contact.jpg) no-repeat center;
}

#culture_con{
	width:100%;
	margin: 0 auto 30px;
	overflow: hidden;
}
#culture_con .container{
	width:1200px;
	overflow: hidden;
	margin: 0 auto;
}
#culture{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/culture_bg.jpg) no-repeat center;
	min-height: 785px;
}
.index_newsitem{
	background: #fff
}

/*left right*/
#location{
	width:100%;
	margin: 20px auto 0;
	height: 50px;
	overflow: hidden;
	position: relative;
	bottom: 0;
}
.location{width:1200px; margin: 0 auto; overflow: hidden;background: url(../images/nav_bg.jpg) repeat-x;}
.location .home a{ width: 63px; height: 49px; float: left;background: #2d2d2d; display: block;}

.location .nav-box{ width: 1137px; float: left;}
.location .nav-box a{ width:200px; float: left; text-align: center; line-height: 49px;}
.location .nav-box a span{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    color: #dddede;
}
.location .nav-box a:hover{
	color: #0071b7;
}
.location .nav-box a.on span,.location .nav-box a:hover span{
	color: #fff;
}
.location .home a:hover,.location .nav-box a.on, .location .nav-box a:hover{
	background: #0071b7;
}

#inside{ width:1200px; margin: 30px auto 0; overflow: hidden;}
.container { width:100%; /*min-height:500px;*/  }

.box-left-contact { border-top:2px #3671bc solid; margin-top:40px; }
.box-left-contact h1 { display:block; padding:30px 0 10px 10px; font-weight:bold; color:#3671bc; }
.box-left-contact ul { float: left; width: 100%;}
.box-left-contact li { padding:5px 0 5px 10px; font-size: 14px; float: left;}

#title{ width:100%; float: left;}
#title h2{
	width:100%; float: left;
	text-align: center;
	font-size: 20px;
	color: #000;
	line-height: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #f0f0f0;
}

.about_content{ width:100%; float:left; min-height:200px; overflow:hidden; margin-top: 20px;}
.contact_content{ width:100%; float:left; overflow:hidden; margin-top: 20px;}
.page_content,.message_box{ width:100%; float:left; font-size:14px; line-height:24px; color:#333; margin-bottom: 20px;}
.page_content h2{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	color: #333;
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	
	padding: 35px 0;
}
.page_content .am-btn-primary,.message_boxForm .am-btn-primary{
	background-color: #45ad3d;
    border-color: #45ad3d;
}
/*.page_content span{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	float: left;
	padding-top: 20px;
}
.page_content span a{
	color: #333;
}
.page_content span a:hover{
	color: #0071b7

}*/
.about_contentBox{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	float: left;
}
.about_contentBox ul{
	width:100%;
	float: left;
	margin: 45px 0;
}
.about_contentBox li{
	width: 280px;
	background: #fff;
	float: left;
	margin: 0 10px 20px;
}
.about_contentBox li img{
	width:280px;
	height: 188px;
	float: left;
}
.about_contentBox li p{
	width:100%;
	float: left;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	color: #666;
	height: 40px;
}
.about_contentBox li p:hover{
	background: #0071b7;
	color: #fff;
	width:100%;
	display: block;
}

.message_boxForm{ width:100%; float:left; margin: 45px 0;}
.message_boxForm .am-btn-primary{
	background-color: #0071b7;
    border-color: #0071b7;
}

#news_list{ margin:0px auto; padding:0; overflow: hidden; width: 100%; float: left; min-height: 500px;}
.news_list{ width: 100%; float: left; height: 160px; margin-bottom: 20px; overflow: hidden; padding: 30px; position: relative;}
.news_list::before{content: '';width: 5px;height: 100%; position: absolute;top: 0;left: 0;background-color: #0071b7;display: none;}
.news_list .left{float: left;width:560px;padding-right: 40px; height: 100%;}
.news_list .left .title{font-size: 24px;line-height: 24px;color:#333333;height: 80px;overflow: hidden;}
.news_list .left .date{font-size: 16px;color:#333333;letter-spacing: .8px;}
.news_list .right {float: right;width: 570px;padding-left: 30px;border-left: 1px solid #d8d8d8; height: 100%;}
.news_list .right .description{color: #666;font-size: 16px;line-height: 2.1;margin-top: -5px; height: 90px;}
.news_list .right .mored{float: right;color: #333; font-size: 14px; padding-right: 20px; background: url(../images/arrow_more.png) no-repeat right;}


.news_list:hover{background:#f5f5f5;}
.news_list:hover::before{display: block;}
.news_list:hover .left .title,.news_list li:hover .left .date{color:#0071b7;}
.news_list:hover .right .description{color: #333;}
.news_list:hover .right .mored{color:#0071b7; background: url(../images/arrow_more_hover.png) no-repeat right;}

.news-list a { width: 100%; height: 142px; display: block; }
.news-list { width: 100%; height: 142px; border-bottom: 1px #d5dbdc dashed; position: relative; transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms; background: #f4f5f7; margin-bottom: 15px}
.news-list .news-mon { width: 122px; height: 122px; float: left; padding: 0; text-align: right; background: #45ad3d; margin: 10px 0 0 10px; }
.news-list .news-mon h4 { font-size: 30px; color: #fff; padding-bottom: 6px; font-family: NOVECENTOWIDE,"微软雅黑"; letter-spacing: -1px; text-align: center; padding-top: 20px;}
.news-list .news-mon h5 { font-size: 18px; color: #fff; font-family: NOVECENTOWIDE,"微软雅黑";  text-align: center;}
.news-list .news-min { width: 1000px; height: 117px; padding: 25px 0px 0px 35px; float: left; }
.news-list .news-min h3 { font-size: 16px; color: #323232; padding-bottom: 15px; }
.news-list .news-min p { font-size: 12.5px; color: #828282; }
.news-list .news-go { width: 0px; height: 142px; background: url("../images/news-go.jpg") no-repeat right center; box-shadow: -100px 0 142px #f2f6f7; opacity: 0; position: absolute; right: 0; top: 0; transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms; }
.news-list a:hover { background: #ffffff; background: rgba(255,255,255,0.8) !important; transition: all 300ms; }
.news-list a:hover .news-go { width: 142px; opacity: 1; transition: all 300ms; }

.pages{ width:100%; float: left; overflow: hidden; margin-bottom: 20px;}
.pagination-blog {
	width:100%;
	text-align: center;
	margin-bottom: 20px;
}

.pagination-blog ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination-blog ul li {
	display: inline-block;
	width: auto;
	height: 30px;
	border-radius: 3px;
	padding: 0 10px;
	margin: 4px;
	line-height: 30px;
	font-size: 14px;
	border: 1px solid #ddd;
}
.pagination-blog ul li a{
	color: #333;
}
.pagination-blog ul .active a,.pagination-blog ul a:active ,.pagination-blog ul li a:hover{
	color: #45ad3d;
}
.pagination-blog ul li.sub{
	border:none;
	margin: 0;
}
.pagination-blog ul li .wenbenkuang{
	height:28px;
	width: 28px;
	line-height: 28px;
	border: 1px solid #ddd;
	margin-top: -2px;
}
.pagination-blog ul li .go{
	width: 30px;
	height: 30px;
	background-color: #45ad3d;
    color: #fff;
	line-height: 30px;
	text-align: center;
	border: none;
}
.pagination-blog ul li .go_cn{
	width: 60px;
	height: 30px;
	background-color: #45ad3d;
    color: #fff;
	line-height: 30px;
	text-align: center;
	border: none;
}

#news_view{ margin:0px auto; padding:25px 0; overflow: hidden; width: 100%; float: left; min-height: 500px;}
.viewbox{ width:100%; float:left; font-size:14px; line-height:24px; color:#333; min-height:500px; overflow:hidden;}
#article_title { float:left; width:100%; text-align:center; line-height:30px; padding-bottom:25px;}
#article_title h1{-x-system-font:none; color:#333; font-family:"微软雅黑",arial; font-size:20px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; line-height:30px;}

#article_small{ float:left; color:#666; width:100%; font-size:12px; padding-top:7px; text-align:center; background:#f8f8f8; border:1px dotted #ddd; padding-bottom:6px;}
#article_small span{ margin-right:8px; color:#666;}
#article_small span a{ color:#666;}
#article_small span a:hover{ color:#996600;}

.view_content{ font-size:14px; float:left; color:#000; line-height:24px; width:100%; padding-top:10px; min-height:400px;}
.show_con table{
	width:1015px !important;
}

.handle{ width:100%; overflow:hidden; clear:both; float:left;}
.turn { width: 100%; border-top: 1px solid #e0e0e0; padding-top: 25px; margin-top: 30px; position: relative; float:left;}
.turn p,.show_turn p { float: left; font-size: 12px; line-height: 32px; font-weight: bold; padding: 0 20px; border-right: 1px solid #fff; background: #ececec; margin-bottom: 7px; }
.turn a.name { display: inline-block; min-width: 322px; padding: 0 10px; background: #f4f4f4; float: left; line-height: 32px; margin-bottom: 7px; color: #333;}
.turn a.back { display: inline-block; font-weight: bold; line-height: 32px; padding: 0 28px; background: #ececec; position: absolute; top: 25px; right: 0; color: #333;}
.turn a:hover,.show_turn a:hover { color: #45ad3d; }
.turn .line,.show_turn .line { width: 100%; height: 0; line-height: 0; clear: both; }
.jiathis_style { position: absolute; bottom: 14px; right: 0; }
.jiathis_style span.t { display: inline-block; line-height: 16px; float: left;}

.viewbox table tr td{ line-height:24px;}

.honor_box{ width:1200px; float:left;}
.honor_list{ width:100%; margin-top: 15px;}
.honor_list ul{ width:100%; float:left;}
.honor_list li{ float: left; margin: 0px 10px 15px; width: 280px; overflow:hidden;}
.honor_list li .case_pic{
	width:280px;
	float: left;
	height: 226px;
}
.honor_list li .case_pic a {
    position: relative;
    display: block;
	height: 100%;
}
.honor_list li .case_pic a > img {
    width:276px;
	height: 184px;
	border: 2px solid #fff;
	border-bottom: none;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.honor_list li .case_pic .cont {
    width: 100%;
	position: absolute;
	bottom: 0;
    overflow: hidden;
    z-index: 1;
	background: #fff;
}
.honor_list li .case_pic .cont .text {
    font-size: 18px;
    line-height: 40px;
    color: #333;
    text-align: center;
}
.honor_list li .case_pic .cont02 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #45ad3d;
    opacity: .92;
    z-index: 0;
    transition-duration: .5s;
}
.honor_list li .case_pic .cont02 .text {
    float: left;
    font-size: 18px;
    color: #fff;
	text-align: center;
	width: 100%;
	line-height: 40px;
}
.honor_list li .case_pic a:hover > img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
	border: 2px solid #45ad3d;
	border-bottom: none;
}
.honor_list li .case_pic a:hover .cont .text {
    display: none;
}
.honor_list li .case_pic a:hover .cont02 {
    height: 40px;
}

.honor_list li .honor_pic{
	width: 280px;
	float: left;
	height: 418px;
}
.honor_list li .honor_pic a {
    position: relative;
    display: block;
	height: 100%;
}
.honor_list li .honor_pic a > img {
    width:276px;
	height: 380px;
	border: 2px solid #fff;
	border-bottom: none;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.honor_list li .honor_pic .cont {
    width: 100%;
	position: absolute;
	bottom: 0;
    overflow: hidden;
    z-index: 1;
	background: #fff;
}
.honor_list li .honor_pic .cont .text {
    font-size: 18px;
    line-height: 40px;
    color: #333;
    text-align: center;
}
.honor_list li .honor_pic .cont02 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #45ad3d;
    opacity: .92;
    z-index: 0;
    transition-duration: .5s;
}
.honor_list li .honor_pic .cont02 .text {
    float: left;
    font-size: 18px;
    color: #fff;
	text-align: center;
	width: 100%;
	line-height: 40px;
}
.honor_list li .honor_pic a:hover > img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
	border: 2px solid #45ad3d;
	border-bottom: none;
}
.honor_list li .honor_pic a:hover .cont .text {
    display: none;
}
.honor_list li .honor_pic a:hover .cont02 {
    height: 40px;
}

.fp-tableCell{
	width:100%;
	margin: 0 auto;
}
.tal2_main{
	width:100%;
	margin: 0 auto;
}

.tal2_top{width:100%;border-bottom:1px solid #D8DEE2;padding: 0;background: #45ad3d;overflow: hidden;}
.tal2_top li{height: 60px;font-size: 18px;color:#fff;float:left;line-height:60px;}

.tal2_boxs{width: 100%; min-height: 650px;} /* calc(100% + 42px) */
.tal2_box{height: 100%;}
.tal2_name{width: 13%;text-align: center;}
.tal2_type{width: 24%;text-align: center;}
.tal2_num{width: 16%;text-align: center;}
.tal2_com{width: 26%;text-indent: 20px;}
.tal2_date{width: 21%;text-align: center;position: relative;}

.tal2_list{font-size: 15px;color: #666;line-height: 24px;border:1px solid #a0a0a0;border-top: none; overflow: hidden;}
.tal2_mes{padding: 0 30px;cursor: pointer;overflow: hidden;}
.tal2_list .tal2_mes.on{border-bottom:1px solid #DBE0E4;background: #45ad3d}
.tal2_list ul{padding: 20px 0;overflow: hidden;}
.tal2_list .tal2_mes.on ul li{color: #45ad3d;color: #fff;font-weight: bold;}
.tal2_list ul li{float:left;font-size: 16px;color: #666;}
.tal2_list .tal2_date{text-indent: 21px;}
.tal2_list .tal2_date i{width:16px;height: 10px;right: 0;margin:6px 0 0 0;background: url(../images/news_arrow.png) no-repeat center;position: absolute;}
.tal2_mes:hover{background: #f0f6fb;}
.tal2_mes:hover i{background: url(../images/arrow3_02.png) no-repeat center;}
.tal2_mes.on ul i{background: url(../images/arrow3_04_n.png) no-repeat center;}
.tal2_det{line-height: 32px;margin: 0 9px;border-bottom: 1px solid #f0f0f0;display: none;}
.tal2_det .main{
	width: 100%;
	float: left;
	
}
.tal2_det .main .main_con{
	padding: 30px;
}
.tal2_bottom{margin-top: 25px;}
.tal2_main .os-theme-dark > .os-scrollbar > .os-scrollbar-track{background: rgba(0,0,0,0.1)}
.tal2_main .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle{background: #25BEFE;opacity: 1}


.tal2_det .main .yp_con{
	padding: 0 0 20px 0; float: left; width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.tal2_det .main .yp_con span.left{
	margin-left: 20px;
}
.yp_btn{
	margin-right: 20px;
	width: 180px;
    height: 40px;
    border: 1px solid #45ad3d;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #45ad3d;
}
.yp_btn a{
	color: #45ad3d;
}

.yp_table td{
	height: 50px;
}
.yp_table td .in-box{
	border: 1px solid #ccc;
	padding: .5em;
	width: 80%;
	border-radius: 2px;
}
.yp_table td .textarea-box{
	border: 1px solid #ccc;
	padding: .5em;
	width: 80%;
	border-radius: 2px;
}
.sub-btn{
	display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background: #45ad3d;
    color: #fff;
	border: none;
	cursor: pointer;
}



.area_left{
	width: 240px;
	float: left;
}
.area_right{
	width: 933px;
	margin-left: 27px;
	float: left;
}
.prol-nav{
	border:1px solid #45ad3d;
	background: #fff;
}
.prol-nav dt{
	font-size:16px;
	color:#45ad3d;
	border-bottom:1px solid #45ad3d;
	padding:8px 15px 5px 15px;
	}
.prol-nav dd{
	padding:15px;
	}
.prolist_side > li > a {
    padding-left:0px !important;
}
.prolist_side li a.A {
    color:#45ad3d !important;
}
.prolist_side_son li a:hover, .prolist_side_son li a:active, .prolist_side_son li a.A {
    border-left: 1px solid #45ad3d !important;
	color:#45ad3d !important;
}

.prolist_side,.prolist_side_son{padding:0; margin:0; list-style:none; zoom:1;}
.prolist_side li{position:relative; background:#FFF; zoom:1; overflow:hidden;}
.prolist_side li ul.close{display:none;}
.prolist_side li ul.open{display:block;}
.prolist_side li span.close{display:block; padding:5px 0px 5px 10px; background:url(../images/plus_minus.gif) no-repeat right 9px; position:absolute; top:0; right:0; cursor:pointer; z-index:99; width:24px; height:24px;}
.prolist_side li span.open{display:block; padding:5px 0px 5px 10px; background:url(../images/plus_minus.gif) no-repeat right -183px; position:absolute; top:0; right:0; cursor:pointer; z-index:99; width:24px; height:24px;}
.prolist_side li a{display:block; zoom:1; position:relative; padding:5px 0px 5px 10px;color: #999;}
.prolist_side li a.A{color:#FF6600;}.prolist_side_son li a{border-left:1px solid #DDD; padding:5px 0px 5px 7px; background:none;}
.prolist_side_son li a:hover,.prolist_side_son li a:active,.prolist_side_son li a.A{border-left:1px solid #FF6600; background:none;}
.prolist_side_son li a.A{color:#FF6600;}
.side-contact{
	margin-top:30px;
	padding-bottom:50px;
	border:1px solid #45ad3d;
	position:relative;
	background: #fff;
	}
.side-contact .title{
	font-size:16px;
	color:#45ad3d;
	border-bottom:1px solid #45ad3d;
	padding:8px 15px 5px 15px;
	}
.side-contact .con{
	color:#999;
	line-height:28px;
	padding:15px;
	}
.side-contact .con h3{
	font-weight:normal;
	color:#45ad3d;
	}
.side-contact .more{
	display:block;
	width:50%;
	height:30px;
	line-height:30px;
	text-align:right;
	color:#fff;
	border-radius:50px 0 0 0;
	padding-right:15px;
	position:absolute;
	right:0px;
	bottom:15px;
	cursor:pointer;
	background-color:#45ad3d;
	}
.side-contact .more:hover{
	width:60%;
	color:#fff;
	}
.product_1{
	width:100%;
	margin: 0 auto;
	background: #f1f1f1;
}
.product-img-1 {
    width: 100%;
    height: 550px;
	background: url(../images/products.jpg) no-repeat center;
	margin: 0 auto;
}

.product-con { width: 100%; height: 100%; clear: both; }
.product-list,.product-list2 {
width: 100%; padding: 0; clear: both; min-height: 795px;
	background: #fff;
	overflow: hidden;
}
.product_list{
	width: 933px;
	float: left;
	margin-left: 27px;
}
.product_list ul { width: 100%; }
.product_list li { width: 308px; height: 308px; margin: 0px 3px 3px 0px; float: left; background: #fff; text-align: center; position: relative; overflow: hidden; }
.product_list li h3 {
	font-size: 24px;
    color: #323232;
    position: absolute;
    bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.product-list li h5 { font-size: 24px; color: #bfbfbf; font-family: DINCond-Bold; line-height: 30px; }
.product-img-2 { width: 308px; height: 308px; }
.product-img-2 img { vertical-align: middle; width: 100%; height: 100%; }

.product-list-con { width: 100%; height: 308px; padding: 0px 40px; background: #45ad3d; position: absolute; top: 308px; z-index: 10; text-align: left; transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; }
.product-list-con h4 { font-size: 24px; color: #ffffff; padding: 58px 0px 10px 0px; }
.product-list-con p { font-size: 12.5px; color: #d9ecce; padding-top: 25px; font-weight: bold; }
.product-list-con .pro-more { font-size: 14px; color: #fff; font-weight: bold; padding-left: 55px; height: 44px; line-height: 44px; background: url("../images/page-down-on.png") no-repeat left center; position: absolute; bottom: 50px; left: 40px; }
.product-list-con .pro-more:hover { color: #fff; background: url("../images/page-down-on.png") no-repeat left center; }
.product-list li:hover .product-list-con { top: 0; }


.caste_2-main { width: 100%; padding-top: 40px; overflow: hidden;}
.caste_2-top { width: 100%;overflow:hidden;}
.caste_2-top i { width: 40px; height: 70px; float: left; background: #f4f5f6; margin-top:5px;}
.caste_2-top li { width: 165px; height: 45px; padding-top: 25px; background: #fff; margin-right: 4px;margin-top:5px; text-align: center; float: left; transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; -moz-transition: all 300ms; }
.caste_2-top li a { color: #323232; font-size: 12.5px; }
.caste_2-top li.on { background: #f4f5f6; }
.caste_2-top li.on a { color: #323232; }
.caste_2-list {overflow:hidden; width: 1160px; padding: 40px 0px 55px 40px; background: #f4f5f6; }
.caste_2-list ul,.caste_3-list ul{
	width:100%;
	float: left;
}
.caste_2-list li { width: 370px; height: 370px; float: left; margin: 0px 5px 5px 0px; background: #fff; text-align: center; transition: all 0ms; -webkit-transition: all 0ms; -o-transition: all 0ms; -moz-transition: all 0ms; position: relative;}
.caste_2-list .caste_2-img { transition: all 0ms; -webkit-transition: all 0ms; -o-transition: all 0ms; -moz-transition: all 0ms; }
.caste_2-list .caste_2-img img { vertical-align: middle;width: 100%; height: 100%;}
.caste_2-list li p { font-size: 14px; color: #666666; transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; -moz-transition: all 300ms; 
	position: absolute; bottom: 10px; display: flex; justify-content: center; text-align: center; width: 100%;
}
.caste_2-list li:hover { width: 364px; height: 364px; border: 3px #45ad3d solid; transition: all 0ms; }
.caste_2-list li:hover .caste_2-img { width: 364px; margin-top: 0px; }
.caste_2-list li:hover p { color: #45ad3d; }

.caste_3_list{
	width: 933px;
	float: left;
	margin-left: 27px;
}
.caste_3-list {overflow:hidden; width: 100%; }

.caste_3-list li { width: 301px; height: 301px; float: left; margin: 0px 5px 5px 0px; background: #fff; text-align: center; transition: all 0ms; -webkit-transition: all 0ms; -o-transition: all 0ms; -moz-transition: all 0ms; position: relative;}
.caste_3-list .caste_2-img { transition: all 0ms; -webkit-transition: all 0ms; -o-transition: all 0ms; -moz-transition: all 0ms; }
.caste_3-list .caste_2-img img { vertical-align: middle;width: 100%; height: 100%;}
.caste_3-list li p { font-size: 14px; color: #666666; transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; -moz-transition: all 300ms; 
	position: absolute; bottom: 10px; display: flex; justify-content: center; text-align: center; width: 100%;
}
.caste_3-list li:hover { width: 295px; height: 295px; border: 3px #45ad3d solid; transition: all 0ms; }
.caste_3-list li:hover .caste_2-img { width: 295px; margin-top: 0px; }
.caste_3-list li:hover p { color: #45ad3d; }

/*caste_2-xqy*/
.caste-ban-2 { width: 100%; height: 526px; background: url("../images/caste/caste-ban-2.jpg") no-repeat center center; }
.caste_2-con2 { padding-top: 170px; }
.caste_2-con2 h2 { font-size: 24px; color: #323232; font-weight: 500; }
.caste_2-con2 h4 { font-size: 36px; color: #535354; padding: 18px 0px 110px 0px; font-weight: 500; line-height: 40px; }
.caste_2-con2 h3 { font-size: 25px; color: #66c130; font-weight: 500; padding: 10px 0px; font-family: 'DINCond-Medium',"微软雅黑"; }
.caste_2-con2 li { width: 111px; height: 111px; float: left; margin-right: 7px; text-align: center; background: #656764; }
.caste_2-con2 li a { width: 111px; height: 41px; padding-top: 70px; text-align: center; color: #fff; font-size: 14px; }
.caste_2-con2 li a.caste-icon-1 { background: url("../images/caste/caste-icon-1.png") no-repeat center 22px; }
.caste_2-con2 li a.caste-icon-2 { background: url("../images/caste/caste-icon-2.png") no-repeat center 22px; }
.caste_2-con2 li a.caste-icon-3 { background: url("../images/caste/caste-icon-3.png") no-repeat center 22px; }

.case_list {
	width: 933px;
	float: left;
	margin-left: 27px;
}
.case_list ul{
	width: 100%;
	float: left;
}
.case_list li {
    float: left;
    position: relative;
    width: 301px;
	margin: 0 5px 20px;
    z-index: 9;
}
.case_list li a {
    position: relative;
    display: block;
    overflow: hidden;
}
.case_list li a > img {
    width: 297px;
	height: 297px;
	border: 2px solid #fff;
	border-bottom: none;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.case_list li .cont {
    width: 100%;
	position: absolute;
	bottom: 10px;
    overflow: hidden;
    z-index: 1;
}
.case_list li .cont .text {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    text-align: center;
}
.case_list li .cont02 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #45ad3d;
    opacity: .92;
    z-index: 0;
    transition-duration: .5s;
}
.case_list li .cont02 .text {
    float: left;
    font-size: 18px;
    color: #fff;
	text-align: center;
	width: 100%;
	line-height: 40px;
}
.case_list li a:hover > img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
	border: 2px solid #45ad3d;
	border-bottom: none;
}
.case_list li a:hover .cont .text {
    display: none;
}
.case_list li a:hover .cont02 {
    height: 40px;
}


@media screen and (max-width: 760px) {
	.products-bot .b-tit .b-fl::before,
	.welcome-servers .tit::before,
	.welcome-strategicl .words .tit-en::before{
		content: "";
		height: 3px;
		width: 85px;
		background: #fff;
		top: 40px;
		position: absolute;
	}
	.index_app ul li h4{
		text-transform: none;
		line-height: 24px;
	}
}


.products_content{ width:100%; float:left; min-height:500px; overflow:hidden;position: relative;
	z-index: 9
}

.products_list,.products_box{ width:100%; float:left; overflow:hidden; min-height:500px; padding-bottom: 20px; }
.products_list ul{ width:100%; float:left;}
.products_list li{
	width:210px;
	float:left;
	margin:0 20px 20px 0;
	text-align:center;
	border: 3px solid #f5f5f5;
	/*border-bottom: 3px solid #f5f5f5;*/
}
.products_list li:hover{
	border: 3px solid #45ad3d;
	width: 210px;
	float: left;
}
.products_list li a{ color:#666; text-decoration:none;    float: left;
    width: 100%;}
.products_list li p{ width:204px; float:left; text-align:center; line-height:30px; height: 30px; background:#f5f5f5; white-space: nowrap;text-overflow:ellipsis; overflow:hidden; color:#666;}

.products_list li img{ width: 204px; height: 204px;object-fit: cover;
    transition:all .3s ease-in;}
/*.products_list img:hover{
    transform:scale(1.1);
}*/
.products_list li:hover p{
	background: #45ad3d
}
.products_list li:hover p a{
	color: #fff
}
.products_list li:nth-child(4n){
	margin:0 0 20px 0;
}
.tact-1-left,.tact-1-right{
	width:50%;
	float: left;
	margin-bottom: 20px;
}
.tact-img-1{
	width:50%;
	float: left;
}
.tact-con-1{
	width:50%;
	float: left;
	padding-top: 50px;
}

.view_pic {width:100%;margin:10px auto;overflow:hidden;}
.view_picleft {width:721px;float:left;margin-right:20px;text-align:center; padding-left: 17px;}
.view_picleft img {width:720px;height:720px;vertical-align:middle;text-align:center;}
.view_picright {width:190px;float:left;}
.view_picright li {width:190px;float:left;margin-bottom:10px;background:none repeat scroll 0 0 transparent;}
.view_picright li img {width:188px;height:165px;}
.view_picright li.tb-selected img {width:184px;height:165px;border:2px solid #45ad3d;}
div.zoomDiv {z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask {position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.welcome-servers1 {
  padding-top: 1.5rem;
}
.welcome-servers1 .list {
  font-size: 0;
  text-align: center;
  margin-top: 1.5rem;
}
.welcome-servers1 .list .p{
    line-height: 28px;
    font-size: 16px;
}
.welcome-servers1 .tit {
  line-height: 1.2;
  color: #45ad3d;
}
.welcome-servers1 .tit::before {
    content: "";
    height: 3px;
    width: 85px;
    background: #45ad3d;
    top: 40px;
    position: absolute;
}
.welcome-servers1 .txt-en {
  font-size: 16px;
  line-height: 1.2;
  margin-top: .75rem;
  color: #222;
}
.welcome-servers1 .items {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 2.5%;
  font-size: 14px;
  color: #999999;
  line-height: 1.2;
  /*margin-left: 12%;*/
}
.welcome-servers1 .items:nth-child(4n+1) {
  margin-left: 0;
}
.welcome-servers1 .items:hover {
  color: #45ad3d;
}
.welcome-servers1 .items:hover .img {
  transition: .5s ease-in-out;
  background: #45ad3d;
}
.welcome-servers1 .items:hover .img img {
  transition: .5s ease-in-out;
}
.welcome-servers1 .items:hover .img .i1 {
  opacity: 1;
}
.welcome-servers1 .items:hover .img .i0 {
  opacity: 0;
}
.welcome-servers1 .items:hover .t {
  color: #45ad3d;
  transition: .5s ease-in-out;
}
.welcome-servers1 .items .t {
  font-size: .5rem;
  color: #363636;
  margin-top: 0.625rem;
  transition: .5s ease-in-out;
  margin-bottom: 0.45rem;
  font-weight: bold;
}
.welcome-servers1 .items .img {
  position: relative;
  border: 1px solid #005cba;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  transition: .5s ease-in-out;
}
.welcome-servers1 .items .img img {
  transition: .5s ease-in-out;
}
.welcome-servers1 .items .img .i1 {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
