/* 首页轮播图 */
.home-cover {
  position: relative;
  height: 37.3rem;
  overflow: hidden;
  float: left;
}
.home-cover .home-cover-list {
  /* position: absolute; */
  top: 0;
  left: 0;
  height: 37.3rem;
  white-space: nowrap;
}
.home-cover .home-cover-list .home-cover-item {
  height: 37.3rem;
  width: 100rem;
}
.home-cover .home-cover-list .home-cover-item a {
  height: 37.3rem;
}
.home-cover .home-cover-list .home-cover-item .home-cover-img {
  width: 100rem;
  height: 37.3rem;
  background: #999999;
}
.home-cover .home-cover-prev,
.home-cover .home-cover-next {
  display: none;
  padding: 2rem 1rem;
  position: absolute;
  top: 15.65rem;
  background: #000;
  opacity: 0.5;
}
.home-cover .home-cover-prev .home-cover-page,
.home-cover .home-cover-next .home-cover-page {
  width: 2rem;
  height: 2rem;
}
.home-cover .home-cover-prev {
  left: 0;
}
.home-cover .home-cover-next {
  right: 0;
}
.home-cover .home-cover-pick {
  position: absolute;
  bottom: 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.home-cover .home-cover-pick .home-cover-pick-item {
  margin: 0 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.375rem;
  background: rgba(0, 0, 0, 0.3);
  float: left;
}
.home-cover .home-cover-pick .on {
  background: #008ed6;
}
/* 首页滚动新闻 */
.home-scroll-news {
  margin: 0.2rem 10rem 0 5rem;
  width: 88rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.1rem;
  color: #666666;
  border-bottom: solid 0.15rem #999999;
  float: left;
}
.i18n-scroll_news-label{
font-weight: bold;
}
.i18n-scroll_news-more{
  text-decoration: underline;
  }
.home-scroll-news a {
  color: #2c2c2c;
}
.home-scroll-news .home-scroll-news-item a {
  color: #cc0000;
}

.home-scroll-news a:hover{color:#008ed6;}


.home-scroll-news .home-scroll-news-labels {
  width: 8rem;
  float: left;
}
.home-scroll-news .home-scroll-news-view {
  padding-right: 1rem;
  position: relative;
  width: 75.5rem;
  height: 3.5rem;
  overflow: hidden;
  float: left;
}
.home-scroll-news .home-scroll-news-view .home-scroll-news-sroll {
  position: absolute;
  left: 0;
  white-space: nowrap;
}
.home-scroll-news .home-scroll-news-view .home-scroll-news-sroll .home-scroll-news-list {
  display: inline;
}
.home-scroll-news .home-scroll-news-view .home-scroll-news-sroll .home-scroll-news-list .home-scroll-news-item {
  margin-right: 2rem;
  display: inline;
}
.home-scroll-news .home-scroll-news-more {
  width: 3.5rem;
  color: #999999;
  text-align: right;
  float: right;
}
/* 首页滚动新闻2 */
.home-scroll-news2 {
  margin: 0 10rem 0 5rem;
  width: 88rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.1rem;
  color: #666666;
  float: left;
}
.home-scroll-news2 a {
  color: #2c2c2c;
}
.home-scroll-news2 .home-scroll-news-item2 a {
  color: #cc0000;
}
.home-scroll-news2 a:hover{color:#008ed6;}

.home-scroll-news2 .home-scroll-news-labels2 {
  width: 8rem;
  float: left;
}
.home-scroll-news2 .home-scroll-news-view2 {
  padding-right: 1rem;
  position: relative;
  width: 75.5rem;
  height: 3.5rem;
  overflow: hidden;
  float: left;
}
.home-scroll-news2 .home-scroll-news-view2 .home-scroll-news-sroll2 {
  position: absolute;
  left: 0;
  white-space: nowrap;
}
.home-scroll-news2 .home-scroll-news-view2 .home-scroll-news-sroll2 .home-scroll-news-list2 {
  display: inline;
}
.home-scroll-news2 .home-scroll-news-view2 .home-scroll-news-sroll2 .home-scroll-news-list2 .home-scroll-news-item2 {
  margin-right: 2rem;
  display: inline;
}
.home-scroll-news2 .home-scroll-news-more2 {
  width: 3.5rem;
  color: #999999;
  text-align: right;
  float: right;
}
.home-interval {
  background: #f6f6f6;
  float: left;
}
/* 主要板块 */
.home-plate {
  /* margin: 5.5rem (100rem - (@platWidth * 3)) / 2;
	width: @platWidth * 3; */
  padding: 5.5rem 6.8rem;
  background: none;
  float: left;
}
.home-plate .home-plate-item {
  width: 21.6rem;
  text-align: center;
  float: left;
  /* .home-plate-item-cover:hover{
			background: #4CD0FB;
		} */
  /* .home-plate-item-cover:nth-child(2){
			background: #FF4F00;
		} */
}
.home-plate .home-plate-item * {
  float: left;
}
.home-plate .home-plate-item .home-plate-item-cover {
  margin: 0 7.05rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 3.75rem;
  background: #ffffff;
  transition: background 0.2s;
}
.home-plate .home-plate-item .home-plate-item-cover .home-plate-item-icon {
  width: 2.6rem;
  height: 2.6rem;
}
.home-plate .home-plate-item .home-plate-item-cover .home-plate-item-logo {
  width: 4.5rem;
  height: 1.1rem;
}
.home-plate .home-plate-item .home-plate-item-label {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.1rem;
}
.home-plate .home-plate-item .home-plate-item-info {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.9rem;
  color: #a5a5a5;
}
/* 视频栏目 */
.home-video {
  overflow: hidden;
  float: left;
}
.home-video .home-video-player {
  margin: 0 0.5rem;
  width: 99rem;
  height: 34.3rem;
  overflow: hidden;
  /* background-image: url(../img/cover.2.jpgg"); */
  border-radius: 0.4rem;
}
.home-video .home-video-player video {
  height: 100%;
  width: 100rem;
}
.home-video .home-video-scroll {
  position: relative;
  margin: 0.5rem 0;
  height: 14rem;
}
.home-video .home-video-scroll .home-video-scroll-list {
  height: 100%;
}
.home-video .home-video-scroll .home-video-scroll-list .home-video-scroll-item {
  margin: 0 0.5rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 13rem;
  width: 19rem;
  background: #f6f6f6;
  border-radius: 0.4rem;
  float: left;
}
.home-video .home-video-scroll .home-video-scroll-list .home-video-scroll-item img {
  height: 100%;
  max-width: 100rem;
}
.home-video .home-video-scroll .home-video-prev,
.home-video .home-video-scroll .home-video-next {
  display: none;
  padding: 2rem 1rem;
  position: absolute;
  top: 3rem;
  background: #000;
  opacity: 0.5;
}
.home-video .home-video-scroll .home-video-prev .home-video-page,
.home-video .home-video-scroll .home-video-next .home-video-page {
  width: 2rem;
  height: 2rem;
}
.home-video .home-video-scroll .home-video-prev {
  left: 0;
}
.home-video .home-video-scroll .home-video-next {
  right: 0;
}
.home-video .home-video-classification .home-video-classification-item {
  position: relative;
  width: 33.33%;
  height: 33.33333333rem;
  overflow: hidden;
  float: left;
}
.home-video .home-video-classification .home-video-classification-item a {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.home-video .home-video-classification .home-video-classification-item .home-video-classification-item-cover {
  width: 33.33333333rem;
  height: 33.33333333rem;
}
.home-video .home-video-classification .home-video-classification-item .home-video-classification-item-label {
  position: absolute;
  bottom: 0;
  z-index: 2;
  align-content: flex-end;
  height: 33.33333333rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.3rem;

}
.home-video .home-video-classification .home-video-classification-item .home-video-classification-item-label .home-video-classification-item-label-title {
  padding: 1.5rem 0;
  font-size: 1.1rem;
  font-weight: bold;
  background: #008ed6;
}
.home-video .home-video-classification .home-video-classification-item .home-video-classification-item-label .home-video-classification-item-label-more {
  background: #008ed6;
  transition: height 0.2s;
  height: 0;
  float: left;
}
.home-video .home-video-classification .home-video-classification-item .home-video-classification-item-label .home-video-classification-item-label-more .home-video-classification-item-label-info {
  font-size: 0.9rem;
  float: left;
}
.home-video .home-video-classification .home-video-classification-item .home-video-classification-item-label .home-video-classification-item-label-more .home-video-classification-item-label-logo {
  padding: 1.5rem 0;
  margin: 0 14rem;
  width: 6rem;
  float: left;
}
.home-video .home-video-classification .home-video-classification-item .home-video-classification-item-label .home-video-classification-item-label-more .home-video-classification-item-label-logo img {
  width: 100%;
  height: 100%;
}
.home-video .home-video-classification .home-video-classification-item:hover .home-video-classification-item-label {
  background: none;
}
.home-video .home-video-classification .home-video-classification-item:hover .home-video-classification-item-label .home-video-classification-item-label-more {
  height: 6.6rem;
}
.home-video .home-video-classification .home-video-classification-item:hover .home-video-classification-item-cover {
  width: 40rem;
  height: 40rem;
  transition-property: width , height;
  transition-duration: 0.2s, 0.2s;
}
/* 产品展示 */
.home-product {
  position: relative;
  height: 39.2rem;
  background: url("/static/img/product.jpg");
  background-size: 100% 100%;
  float: left;
}
.home-product .home-product-list {
  height: 39.2rem;
}
.home-product .home-product-list .home-product-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 39.2rem;
  width: 100rem;
  float: left;
}
.home-product .home-product-list .home-product-item .home-product-cover {
  margin-right: 7rem;
  max-width: 27.2rem;
  max-height: 27.2rem;
}
.home-product .home-product-list .home-product-item .home-product-content {
  text-align: left;
}
.home-product .home-product-list .home-product-item .home-product-content .home-product-title {
  font-size: 1.8rem;
}
.home-product .home-product-list .home-product-item .home-product-content .home-product-info {
  margin-top: 1.7rem;
  font-size: 1rem;
  color: #555555;
}
.home-product .home-product-list .home-product-item .home-product-content .home-product-button {
  margin-top: 2.8rem;
  padding: 0 2rem;
  height: 2.1rem;
  border-radius: 1.05rem;
  border: solid #65d5f8 1px;
  color: #65d5f8;
  background: none;
}
.home-product .home-product-pick {
  position: absolute;
  bottom: 3.8rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.home-product .home-product-pick .home-product-pick-item {
  margin: 0 0.9rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.6rem;
  border: solid 1px #b4b4b4;
  float: left;
}
.home-product .home-product-pick .on {
  background: #65d5f8;
  border: none;
}
.home-product .home-product-prev,
.home-product .home-product-next {
  display: none;
  padding: 2rem 1rem;
  position: absolute;
  top: 15.65rem;
  background: #000;
  opacity: 0.5;
}
.home-product .home-product-prev .home-product-page,
.home-product .home-product-next .home-product-page {
  width: 2rem;
  height: 2rem;
}
.home-product .home-product-prev {
  left: 0;
}
.home-product .home-product-next {
  right: 0;
}



.home-news {
  padding: 5rem 18.5rem;
  float: left;
}
.home-news .home-news-interior {
  width: 63rem;
}
.home-news .home-news-interior .home-news-head {
  align-items: center;
}
.home-news .home-news-interior .home-news-head span {
  font-size: 1.4rem;
}
.home-news .home-news-interior .home-news-head .home-news-head-line {
  margin-left: 1rem;
  flex: 1;
  height: 2px;
  border-top: solid 2px #bbbbbb;
}
.home-news .home-news-interior .home-news-content {
  margin-top: 2.6rem;
}
.home-news .home-news-interior .home-news-content .home-news-list,
.home-news .home-news-interior .home-news-content .home-news-label {
  float: left;
}
.home-news .home-news-interior .home-news-content .home-news-list {
  padding-right: 3.8rem;
  width: 44rem;
}
.home-news .home-news-interior .home-news-content .home-news-list .home-news-list-item {
  align-items: center;
  color: #666666;
  font-size: 1rem;
  border-bottom: solid 2px #bbbbbb;
}
.home-news .home-news-interior .home-news-content .home-news-list .home-news-list-nocover {
  padding: 1.2rem 0;
}
.home-news .home-news-interior .home-news-content .home-news-list .home-news-list-nocover .home-news-list-icon {
  border-top: solid 4px #666666;
  width: 0.8rem;
}
.home-news .home-news-interior .home-news-content .home-news-list .home-news-list-nocover .home-news-list-title {
  padding: 0 0.8rem;
  flex: 1;
  text-align: left;
}
.home-news .home-news-interior .home-news-content .home-news-list .home-news-list-cover {
  padding-bottom: 1.2rem;
  align-items: flex-start;
}
.home-news .home-news-interior .home-news-content .home-news-list .home-news-list-cover .home-news-list-cover-img {
  width: 9rem;
  height: 6.3rem;
}
.home-news .home-news-interior .home-news-content .home-news-list .home-news-list-cover .home-news-list-content {
  margin-left: 1.3rem;
  flex: 1;
}
.home-news .home-news-interior .home-news-content .home-news-list .home-news-list-cover .home-news-list-title {
  flex: 1;
  text-align: left;
  font-weight: bold;
  font-size: 1.2rem;
}
.home-news .home-news-interior .home-news-content .home-news-list .home-news-list-cover .home-news-list-date {
  text-align: left;
  font-size: 1rem;
}
.home-news .home-news-interior .home-news-content .home-news-list .home-news-list-cover .home-news-list-info {
  margin-top: 0.8rem;
  text-align: left;
  font-size: 1rem;
}
.home-news .home-news-interior .home-news-content .home-news-label {
  width: 19rem;
  float: right;
}
.home-news .home-news-interior .home-news-content .home-news-label .home-news-label-item {
  margin-bottom: 0.5rem;
  padding: 0 2.2rem;
  justify-content: space-between;
  align-items: center;
  height: 3.5rem;
  border-radius: 1.75rem;
  background: #f2f2f2;
  transition: background 0.2s;
}
.home-news .home-news-interior .home-news-content .home-news-label .home-news-label-item .home-news-label-msg {
  color: #000000;
}
.home-news .home-news-interior .home-news-content .home-news-label .home-news-label-item .home-news-label-icon {
  justify-content: center;
  align-items: center;
  height: 0.7rem;
  width: 0.7rem;
}
.home-news .home-news-interior .home-news-content .home-news-label .home-news-label-item:hover {
  background: #eb5e01;
}
.home-news .home-news-interior .home-news-content .home-news-label .home-news-label-item:hover .home-news-label-msg {
  color: #ffffff;
}
.home-bottom-cover {
  position: relative;
  /* height: 23.8rem; */
  float: left;
}
.home-bottom-cover .home-bottom-cover-img {
  float: left;
}
.home-bottom-cover .home-bottom-cover-mosk {
  display: flex;
  opacity: 0;
  transition: opacity 0.2s;
  padding-left: 11rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  align-items: center;
  height: 100%;
  font-size: 2.7rem;
  color: #ffffff;
  letter-spacing: 0.1rem;
  background: rgba(101, 212, 248, 0.3);
}
.home-bottom-cover:hover .home-bottom-cover-mosk {
  opacity: 1;
}

.w1920{
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  position: relative;
}
.w1200{
  width: 1200px;
  margin-left: -600px;
  left: 50%;
  position: relative;
}
.w1680{
  width: 1680px;
  margin-left: -840px;
  left: 50%;
  position: relative;
}
.w1440{
  width: 1440px;
  margin-left: -720px;
  left: 50%;
  position: relative;
}
.w1340{
  width: 1340px;
  margin-left: -670px;
  left: 50%;
  position: relative;
}
/*piana*/
.piana{
  height:600px;
  background:  url(/static/img/pianabg.png) no-repeat center;
  
}
.piana1{
  position: relative;
}
.piana .patit{
  text-align: center;
  padding-top: 98px;
  padding-left: 200px;
}
.piana .patit h2{
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  background:  url(/static/img/patit.png) no-repeat center ;
}
.piana .patit h2:hover{
  font-size: 40px;
  color: #008ed6;
  font-weight: bold;
  background:  url(/static/img/patit.png) no-repeat center ;
}

.piana .patit h3{
  font-size: 21px;
  color: #707070;
  font-weight: normal;
  margin-top: 15px;
}
.piana .patit h4{
  font-size: 21px;
  color: #008ed6;
  text-shadow: 0px 1px 1px #008ed6;
  font-weight: normal;
  margin-top: 15px;
}


.patit2{
  position: absolute;
  left: 18px;
  top: 97px;
  width: 300px;
  height: 200px;
  background: #008ed6;
  padding-top: 50px;
  z-index: 9;
}
.patit2 h2{
  font-size: 42px;
  color: #fff;
  font-weight: bold;
}

.piana2{
  margin-top: 45px;
  background: #fff;
  height: 260px;
  padding:18px 75px 0 18px;
}

.piana2 .next{
  position: absolute;
  top: 220px;
  right: 100px;
}
.piana2 .prev{
  position: absolute;
  top: 220px;
  right: 1000px;
}
.piana2 .bd ul li img{
  width: 300px;
  height: 226px;
}
.piana2 .bd .pwz{
  width: 997px;
  margin-left: 50px;
}

.piana2 .bd .pwz h3{
  margin-top: 45px;
  font-size: 20px;
  color: #333;
  font-weight: normal;
}
.piana2 .bd .pwz span{
  margin-top: 15px;
  font-size: 16px;
  color: #666;
  display: block;
  font-weight: normal;
}
.piana2 .bd .pwz p{
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 20px;
  display: block;
  font-weight: normal;
  text-align: left;
  text-indent: 22.0000pt;
}
.piana2 .bd .pwz .mr{
display: block;
margin-top: 22px;
font-size: 14px;
  color: #666;
  line-height: 24px;
text-transform: uppercase;
text-align: right;
}
.fl{float:left;}
.fr{float:right;}


.news0{
  background: #fff;
  margin-top: 73px;
  float: left;
  padding-bottom: 60px;
}
.news1{
  background: #fff;
  margin-top: 73px;
  float: left;
}
.news2{
  background: #fff;
  float: left;
}
.news3{
  background: #fff;
  float: left;
  padding-bottom: 60px;
}
.newstit{
  text-align: center;
}
.newstit h2{
  font-size: 100px;
  font-weight: bold;
  color: #f5f5f5;
  text-transform: uppercase;
}
.newstit h3{
  font-size: 40px;
  font-weight: bold;
  
  background: url(/static/img/newstit.png) no-repeat center ;
  color: #333;
}

.newstit h4{
  font-size: 21px;
  font-weight: normal;
  color: #707070;margin-top: 14px;
}

.news-more {
  position: absolute;
  top: 10px;
  right: 15px;
  font: 400 14px/30px "Microsoft Yahei";
  color: #424242;
}
.news-more img{
  margin-right: 20px;
}
.news_box{
  padding-top: 0px;
 

}
.tab_box{
  position: relative;
  margin-top: 10px;
}
.tab_box .news{
  margin-bottom: 1rem;
  height: 2.8rem;
  background: url(/static/img/newstitl.png) no-repeat center ;
}


.tableft {
  padding-left: 1rem;
  font-size: 1.8rem;
  font-weight: bold;  
  color: #333;
  float: left;

}
.news .home-news-head-line {
  margin-left: 12rem;
  width: 12rem;
  flex: 1;
  height: 2px;
  border-top: solid 2px #bbbbbb;
  bor
  
}
.tabs {
  height: 40px;
  margin-bottom: 30px;
  margin-left: 40%;
}
.tabs li {
  float: left;
  margin-right: 11px;
}
.tabs li+li {
  background: url(/static/img/xian1.png) no-repeat left center;
  padding-left: 18px;
}
.tabs li a.tab_click {
  color: #008ed6;
  font-weight: 600;
  font-size: 22px;
}
.tabs li a {
  display: block;
  font: 400 19px/52px "Microsoft Yahei";
  color: #2b2b2b;
}

.news_left{
  width: 600px;
}
.news_right{
  width: 675px;
}
.news_left img{
  width: 100%;
  height: 100%;
}
.news_list2 h3{
  margin-top: 25px;
}
.news_list2 h3 a{
  display: block;
  font: 400 18px/30px "Microsoft Yahei";
  color: #222222;
  margin-bottom: 10px;
  text-align: left;
}
.news_list2 span{
  display: block;
  font: 400 14px/28px "Microsoft Yahei";
  color: #878484;
  text-align: left;
  text-indent: 22.0000pt;
}

.news_list2 span a{color:#ea3d02;}

.news_list2 li a.imgs{
  display: block;
  width: 599px;
  height:400px;
  overflow: hidden;
  padding: 17px;
  border:1px dashed #d6d6d6;
}
.news_list2 li a.imgs img{
  transition: all 0.8s;
}
.news_list2 li:hover a.imgs img{
  transform: scale(1.04,1.04);
}

.news_list3 li{
  padding-bottom: 25px;
  border-bottom: #ddd 1px solid;
  margin-top: 20px;
}
.news_list3 .times{
  text-align: center;
  width: 78px;
  height: 70px;
}
.news_list3 .times span{
  display: block;
  font: 400 50px/50px "Arial";color: #333333;
}
.news_list3 .times p{
  font: 400 16px/16px "Arial";color: #333333;
}
.n_list{
  width: 570px;
  margin-left: 20px;
  text-align: left;
}
.n_list h3 a{
  font: 600 16px/26px "Microsoft Yahei";color: #333;
}
.n_list span{
  font: 400 14px/26px "Microsoft Yahei";color: #666666;height:57px;overflow:hidden;display:block;
}

.n_list span a{color:#666666;
  float: right;
}

.news_list3 li:hover h3 a{color:#008ed6;}

.news_list3 li:hover .times span{
  color:#008ed6;
}
.news_list3 li:hover .times p{
  color:#008ed6;
}
.news_list3 li:hover .n_list span{
  color:#008ed6;
}
.news_list3 li:hover .n_list span a{
  color:#008ed6;
}
.ghgy{
  float: right;
  font:400 14px/30px "Microsoft Yahei";
  color: #666666;
  margin-top: 0px;
}
.ghgy a{
  color: #666666; 
}

.news_list4 li{
  float: left;
  width: 346px;
  height: 110px;
  margin: 0 13px;
  text-align: left;
}
.news_list4 li h3{
  padding-top: 15px;
}
.news_list4 li h3 a{
  display: block;
  padding-left: 55px;
  font: 500 14px/32px "Microsoft Yahei";color: #444444;
  background: url(/static/img/wen.png) no-repeat 24px center;
  margin-bottom: 8px;
}
.news_list4 li span{
  display: block;
  padding-left: 55px;
  font: 400 12px/20px "Microsoft Yahei";color: #666;
  background: url(/static/img/da.png) no-repeat 24px 6px;
  width: 384px;
}
.wenda {
  width: 1440px;
  margin: 0 auto;
  margin-top:25px;
  background: url(/static/img/chang.png) no-repeat;
  height: 132px;
  position: relative;
  float: left;
}
.wenda .hd{
  width: 78px;
  padding: 20px 30px;
}



.wenda .bd{
  width: 1230px;
  overflow: hidden;
  margin:10px 65px 0 0;
}
.wenda .hd h3{
  font: 400 16px/22px "Microsoft Yahei";color: #fff;
}
.wenda .hd p{
  font: 600 24px/24px "Microsoft Yahei";color: #c0c0c0;
  margin-top:12px;
  margin-bottom: 12px;
}
.wenda .hd{font-size:0;}
.wenda .hd a{
  display: inline-block;
  width: 67px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  background: #2b2b2b;
}
.wenda .hd a:hover{
  background: #ea3d02;
}
.wwe .prev{
  position: absolute;
  top: 46px;
  left: 94px;
  background: url(/static/img/gg.png) no-repeat;
  width: 22px;
  height: 42px;
}
.ddr .next{
  position: absolute;
  top: 46px;
  right:10px;
  background: url(/static/img/gg1.png) no-repeat;
  width: 22px;
  height: 42px;
}

.advcon{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}

.advimg{
  text-align: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  width: 230px;
  height: 230px;
  padding-top: 63px;
}
.advimg .img1{
  display: block;
  margin: 0px auto;
}
.advimg .img2{
  display: none;
  margin: 0px auto;
}
.advimg img{
  margin-top: 63px;
}
.advimg h3{
  font-size: 20px;
  color: #333333;
  margin-top: 20px;
}
.advcon li h4{
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  margin-top: 15px;
  width: 238px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.advcon li:hover .advimg{
  background-color: #0069b7;
}

.advcon li:hover .advimg .img1{
  display: none;
}

.advcon li:hover .advimg .img2{
  display: block;
}

.advcon li:hover .advimg h3{
  color: #fff;
}
.section_honor {
  padding-top: 48px;
  padding-bottom: 82px;
}
.section_honor .swiper-news-father {
  margin-top: 22px;
}
.section_honor .swiper-news .item {
  display: block;
  text-decoration: none;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.section_honor .swiper-news .item:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.section_honor .swiper-news .item:hover .dec .t {
  color: #008ed6;
}
.section_honor .swiper-news .item:hover .dec .time {
  filter: none;
}
.section_honor .swiper-news .item p{
      font-size: 18px;
  color: #222222;
  text-align: center;
  margin-top: 15px;
}
.section_honor .swiper-news .img {
  overflow: hidden;
}
.section_honor .swiper-news .img img {
  width: 100%;
  vertical-align: top;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.section_honor .swiper-news .dec {
  padding: 34px 0px 12px;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  border-bottom-right-radius: 100px;
}
.section_honor .swiper-news .dec .t {
  margin-bottom: 12px;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_honor .swiper-news .dec .time {
  margin-top: 30px;
  font-size: 14px;
  color: #008ed6;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}
.section_honor .swiper-news .dec .p {
  font-size: 14px;
  color: #888;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.section_honor .fengniao {
  position: absolute;
  top: 40px;
  right: 50px;
}
.auto-container {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.index_flex_row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.flex-more {
  color: #999999;
  font-size: 16px;
}
.flex-more:hover span {
  background-color: #da251c;
}
.flex-more span {
  display: inline-block;
  margin-left: 20px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #008ed6;
}
.flex-more a {
  color: inherit;
}
.list_filter {
  text-align: center;
}
.list_filter .filter_item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.list_filter .filter_item.active p {
  color: #008ed6;
}
.list_filter .filter_item p {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}

/*新品来袭*/
.home-effect {
  position: relative;
}
.home-effect::before {
  opacity: 0.2;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 3s;
}
.home-effect .effect-item {
  position:relative;
  margin:3% 0;
}
.home-effect .effect-item .swiper-effect  {

}
.home-effect .effect-item ul {
  overflow: hidden;
}
.home-effect .effect-item ul li {
  position: relative;
  float: left;
  width: 20%;
  height:600px;
  transition: all 1s;
}

.home-effect .effect-item ul li .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-effect .effect-item ul li .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}



.home-effect .effect-item ul li .photo:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: 4px;
  background-repeat: repeat;
  opacity: .05;
}
.home-effect .effect-item ul li .photo::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
}
.home-effect .effect-item ul li .word {
  position: absolute;
  left: 0%;
  bottom: 10%;
  z-index: 3;
  transform: translate(0, 0);
  padding: 0 60px;
  text-align: left;
}
.home-effect .effect-item ul li .word .tit {
  width:100%;
}
.home-effect .effect-item ul li .word .tit h3 {
  font-size: 24px;
  color: #fff;
  font-family: "Futura-Medium";
  line-height: 1.6;
}
.home-effect .effect-item ul li .word .tit p {
  font-size: 14px;
  color: #fff;
  margin:15px 0 0 0;
}


/*大图*/
.home-effect .effect-item ul li.active {
  width: 40%;
}
.home-effect .effect-item ul li.active .photo img {
  opacity: 1;
  transform: scale(1.1);
  transition: all 1s;
  filter: blur(0px);
}
.home-effect .effect-item ul li.active .photo:before {
  opacity: 0;
}
.home-effect .effect-item ul li.active .photo::after {
  opacity: 0;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
}

@media screen and (max-width:1024px){
.home-effect {
  padding:10% 0;
}
.home-effect::before {
  opacity: 0.2;
}
.home-effect .effect-item {
  margin:3% 0;
}
.home-effect .effect-item .swiper-effect  {

}
.home-effect .effect-item ul {
}
.home-effect .effect-item ul li {
  width: 100%;
  height:200px;
}

.home-effect .effect-item ul li .photo {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-effect .effect-item ul li .photo img {
}



.home-effect .effect-item ul li .photo:before {
  opacity: 0;
}
.home-effect .effect-item ul li .photo::after {
  opacity: 0.6;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
}
.home-effect .effect-item ul li .word {
  position: absolute;
  left: 0%;
  bottom: 10%;
  z-index: 3;
  transform: translate(0, 0);
  padding: 0 60px;
  text-align: left;
}
.home-effect .effect-item ul li .word .tit {
  width:100%;
}
.home-effect .effect-item ul li .word .tit h3 {
  font-size: 18px;
  color: #fff;
  font-family: "Futura-Medium";
  line-height: 1.6;
}
.home-effect .effect-item ul li .word .tit p {
  font-size: 14px;
  color: #fff;
  margin:5px 0 0 0;
}
/*大图*/
.home-effect .effect-item ul li.active {
  width: 100%;
}
.home-effect .effect-item ul li.active .photo img {
  opacity: 1;
  transform: scale(1.1);
  transition: all 1s;
  filter: blur(0px);
}
.home-effect .effect-item ul li.active .photo:before {
  opacity: 0;
}
.home-effect .effect-item ul li.active .photo::after {
  opacity: 0;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
}
}
/*新品来袭 end*/
.container {
  width: 80%;
  margin: 0 auto;
  padding:0 15px;
}
@media (max-width: 1920px){
.container {
  max-width: 1920px;
  margin: 0 auto;
  padding:0 15px;
} 
}
.indvideo { padding:20px 0;margin:0 0 -80px 0}
.indvideo dl {width:104%;margin:-1.5% 0 0 -2%}
.indvideo dd {float:left;width:21%;margin:1.5% 2% 0 2%;border-bottom:6px solid #008ed6;padding:30px 35px 0 35px; background: #fff;}
.indvideo dl dd:nth-child(1) {width:46%;padding:50px 50px 0 50px}
.indvideo dd .pic { position:relative; overflow: hidden}
.indvideo dd .pic .in { height: 159px}
.indvideo dl dd:nth-child(1) .pic .in { height: 376px}
.indvideo dd .pic .in .btn { display:block; position: absolute;left:0;top:0;width:100%; height: 100%; z-index: 100; }
.indvideo dd:hover .pic .in .btn {background: rgba(0,0,0,0.6)}
.indvideo dd .pic .in .btn i { background: url("/static/img/1.png") no-repeat top;width:40px; height:40px; background-size:100%; position: absolute;left:50%;top:50%;margin:-20px 0 0 -20px; z-index: 200}
.indvideo dl dd:nth-child(1) .pic .in .btn i {width:80px; height:80px;margin:-40px 0 0 -40px;}
.indvideo dd:hover .pic .in .btn i { background-position: bottom}
.indvideo dd .title { line-height: 44px; height:45px; overflow:hidden; text-align: center}
.indvideo dl dd:nth-child(1) .title { line-height:72px; height:73px;}
.indvideo dd a { display:block}

.indvideo .owl-carousel .owl-dots {bottom:-75px;}
.indvideo .owl-carousel .owl-dots .owl-dot span{background:#fff;}
.indvideo .owl-carousel .owl-dots .owl-dot.active span,.indvideo .owl-carousel .owl-dots .owl-dot:hover span{ background:#008ed6;}

.floatvideo { position:fixed;top:0;left:0;width:100%; height:100%; z-index:999999; display:none;}
.floatvideo iframe {width:100%; height:100%}
.video_cons {width:100%; height:100%;background:none; text-align:center;color:#fff}
.video_cons i { position:absolute;right:0;top:0; background:url(/static/img/close.png) no-repeat center;width:30px; height:30px; background-size:cover;margin:-15px -15px 0 0; z-index:99999; cursor:pointer}
.video_cons .wrap {max-width:800px}

.leo-row {
  width: 100%;
}
.section_about {
  position: relative;
  padding-top: 106px;
  padding-bottom: 62px;
}
.section_about .home_title {
  text-align: left;
}
.section_about .home_title:before {
  content: 'About us';
  color: #f8f8f8;
}
.home_video_wrapper {
  width: 100%;
  text-align: left;
  position: relative;
  
  background-size: 100% 100%;
}


.home_video_wrapper .leo-6 {
  width: 80%;
  float: left;
}
.home_video_wrapper .leo_video_box {
  position: relative;
}
.home_video_wrapper .leo_video_box .video_cover {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.home_video_wrapper .leo_video_box .video_cover > img {
  position: absolute;
  height: 100%;
  width: auto;
}
.home_video_wrapper .leo_video_box .play_btn {
  position: absolute;
  top: 45%;
  left: 10px;
  text-align: center;
  width: 310px;
  color: #fff;
}
.home_video_wrapper .leo_video_box .play_btn div {
  margin-top: 25px;
  font-size: 24px;
  font-weight: bold;
}
.home_video_wrapper .leo_video_box .play_btn p {
  font-size: 16px;
  color: #bbdbf6;
  text-transform: uppercase;
  margin-top: 5px;
}
.home_video_wrapper .video_right_text {
  margin-left: 26%;
}
.home_video_wrapper .video_right_text .inner_text {
  line-height: 26px;
  color: #000;
  word-break: break-all;
  text-indent: 22.0000pt;
}
.home_video_wrapper .video_right_text .aboutUl {
  margin-top: 48px;
}
.home_video_wrapper .video_right_text .aboutUl li {
  width: 48%;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 26px;
  background: url(/static/img/gou.png) no-repeat center left;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.home_video_wrapper .video_right_text .aboutUl li:hover {
  color: #fabf01;
}
.home_video_wrapper .video_right_text .more {
  display: block;
  width: 163px;
  height: 50px;
  border-radius: 100px;
  background-color: #008ed6;
  color: #fff;
  margin-top: 48px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
.home_video_wrapper .video_right_text .more:hover {
  background-color: #fabf01;
}
.home_video_wrapper .video_right_text .more img {
  margin-left: 20px;
}
.piana .more {
  display: block;
  width: 163px;
  height: 50px;
  border-radius: 100px;
  background-color: #008ed6;
  color: #fff;
  margin-top: 48px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
.piana .more:hover {
  background-color: #fabf01;
}
.piana .more img {
  margin-left: 20px;
}


.home_title {
  position: relative;
  margin-bottom: 46px;
  text-align: center;
}
.home_title::before {
  content: 'About Us';
  display: block;
  font-size: 120px;
  color: #e8f1f9;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -62px;
  z-index: 1;
}
.home_title .t {
  position: relative;
  z-index: 2;
  color: #222222;
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 14px;
}
.home_title .t span {
  color: #008ed6;
}
.home_title .sub_t {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #333;
}