@charset "utf-8";
#header{
  position: fixed;
  left:0;
  top:0;
  z-index: 9;
}
.no-active{
	opacity: 0.3;
}
#section4{
	background-size: 100% 100%;
	background-image: url("../images/xinshitingbg.png")/*tpa=https://www.chinaott.com//Public/future/images/sprite-sec.png*/;
}
#section4 .intro{
	padding-top: 0px;
}
.postervideo{
	position: absolute;bottom: -100px;width: 100%;
}
/*#header{
  position: fixed;
  left:0;
  top:0;
  z-index: 9;
  width: 100%;
  height: 130px;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#header .logo,
#header .nav,
#header .header-r{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#header .logo{
  width: 23.33%;
}
#header .logo .logo-white{
  display: inline-block;
}
#header .logo .logo-black{
  display: none;
}
#header .nav .nav-list{
  padding-left: 1.5%;
  padding-right: 3%;
  font-size: 0;
}
#header .nav .nav-list li{
  display: inline-block;
  width: 11.11%;
  font-size: 14px;
  vertical-align: middle;
}
#header .nav .nav-list li a{
  position: relative;
  display: inline-block;
  color:#fff;
  padding:10px 5px;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#header .nav .nav-list li a:hover{
  border-bottom-color:#ff2d2d;
}
#header .nav .nav-list li a:before{
  content: '';
  position: absolute;
  right: -18px;
  top:16px;
  width: 0;
  height: 0;
  border-width: 6px 3px;
  border-color: #ff2d2d transparent transparent;
  border-style: solid;
}
#header .header-r{
  width: 13.02%;
  font-size: 0;
}
#header .search,
#header .lang{
  display: inline-block;
  vertical-align: middle;

}
#header .search{
  padding-right:10px;
}
#header .search .btn-search{
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header .lang{
  padding-left:20px;
  border-left:1px solid #fff;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#header .lang .lang-list li{
  display: none;
}
#header .lang .lang-list .lang-active{
  display: block;
}
#header .btn-menu{
  display: none;
}

#header.mode{
  background: #fff;
}
#header.mode .logo .logo-white{
  display: none;
}
#header.mode .logo .logo-black{
  display: inline-block;
}
#header.mode .nav .nav-list li a{
  color:#000;
}
#header.mode .icon-zoom{
  background-position: -526px -170px;
}
#header.mode .lang{
  border-left-color:#dcdcdc;
}
@media screen and (max-width: 1440px){
  #header{
    height: 100px;
  }
  #header .logo{
    width: 15%;
  }
  #header .logo img{
    width: 100px;
  }
  #header .nav{
    width: 75%;
  }
  #header .nav .nav-list{
    padding-right: 2%;
  }
  #header .nav .nav-list li a:before{
    right: -10px;
  }
  #header .header-r{
    width: 10%;
  }
 
}
@media screen and (max-width: 1280px){
  #header .logo{
    width: 12%;
  }
  #header .logo img{
    width: 90px;
  }
  #header .nav{
    width: 78%;
  }
  #header .nav .nav-list{
    padding-left:0;
  }
}
@media screen and (max-width: 1024px){
  #header{
    height: 60px;
  }
  #header .logo{
    display: block;
    width: auto;
    padding-top: 10px;
    padding-left: 20px;
    text-align: left;
  }
  #header .logo img{
    width: 80px;
  }
  #header .nav, 
  #header .header-r{
    display: none;
  }
  #header .nav{
    width: 100%;
  } 
  #header .nav .nav-list li a{
    font-weight: normal;
  }
  #header .btn-menu{
    display: block;
    position: absolute;
    right: 10px;
    top:5px;
    z-index: 2;
    width: 50px;
    height: 50px;
    color:#fff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
  }
  #header .btn-menu .icon-menu{
    position: absolute;
    left:25%;
    top:50%;
    margin-top: -1px;
    width: 50%;
    height: 2px;
    background: #fff;
  }
  #header .btn-menu .icon-menu:before,
  #header .btn-menu .icon-menu:after{
    content:'';
    position: absolute;
    left:0;
    width: 100%;
    height: 2px;
    background: #fff;
  }
  #header .btn-menu .icon-menu:before{
    top:-8px;
  }
  #header .btn-menu .icon-menu:after{
    top:8px;
  }
  #header.mode .btn-menu .icon-menu,
  #header.mode .btn-menu .icon-menu:before,
  #header.mode .btn-menu .icon-menu:after{
    background:#000;
  }
  #header.m-active{
    z-index: 99;
    height: 100%;
    background: rgba(0,0,0,.8);
  }
  #header.m-active .nav{
    display: block;
    position: absolute;
    left:0;
    top:60px;
    bottom:60px;
    width: 100%;
  }
  #header.m-active .nav .nav-list{
    padding:0;
    position: absolute;
    top:50%;
    left: 0;
    width: 100%;
    -webkit-transform:  translate(0,-50%);
    -ms-transform:  translate(0,-50%);
    -o-transform:  translate(0,-50%);
    transform:  translate(0,-50%);
  }
  #header.m-active .nav .nav-list li{
    display: block;
    width: 100%;
    font-size: 18px;
  }
  #header.m-active .nav .nav-list li a:before{
    display: none;
  }
  #header.m-active .header-r{
    display: block;
    position: absolute;
    left:0;
    bottom: 10px;
    width: 100%;
  }
  #header.mode.m-active{
    background: #fff;
  }

}
@media screen and (max-width: 768px){
  #header.m-active .nav .nav-list li{
    font-size: 16px;
  }
}
@media screen and (max-width: 480px){
  #header.m-active .nav .nav-list li{
    font-size: 14px;
  }
}*/


/*#footer{*/
/*  width: 100%;*/
/*  background: #161515;*/
/*}*/
/*#footer .footer-bar ul{
  max-width: 855px;
  margin:0 auto;
}
#footer .footer-bar li{
  position: relative;
  float: left;
  width: 16.66%;
  padding:3% 0;
  text-align: center;
  font-size: 14px;
}
#footer .footer-bar li:before{
  content:'';
  position: absolute;
  left:0;
  top:50%;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background: #737272;
}
#footer .footer-bar li a{
  color:#8a8a8a;
}
#footer .footer-bar li:first-child:before{
  display: none;
}
#footer .footer-bottom{
  display: table;
  width: 100%;
  padding:15px 0;
  border-top: 1px solid #444;
}
#footer .footer-bottom > div{
  display: table-cell;
  width: 33.33%;
  vertical-align: middle;
  font-size: 12px;
  color:#5c5b5b;
}
#footer .footer-bottom .license{
  text-align: left;
}
#footer .footer-bottom .copy-right{
  text-align: center;
}
#footer .footer-bottom .share{
  text-align: right;
}

#footer .footer-bottom .share a{
  margin-left: 15px;
  color:#fff;
}
#footer .footer-bottom .share a:first-child{
  margin-left: 0;
}
@media screen and (max-width: 1024px){
  #footer .footer-bottom > div{
    display: block;
    width: 100%;
  }
  #footer .footer-bottom .license,
  #footer .footer-bottom .copy-right,
  #footer .footer-bottom .share{
    text-align: center;
    margin-top: 10px;
  }
  #footer .footer-bottom .license{
    margin-top: 0;
  }
}
@media screen and (max-width: 768px){
  #footer .footer-bar ul{
    padding:10px 0;
  }
  #footer .footer-bar li{
    width: 33.33%;
    padding:5px 0;
    font-size: 12px;
  }
  #footer .footer-bar li:nth-of-type(3n+1):before{
    display: none;
  }
}*/
#section1 .intro .news-center .container .tab-box .tab-bd :nth-child(3) :nth-child(1) :nth-child(2) ul .item-news-info,
#section1 .intro .news-center .container .tab-box .tab-bd :nth-child(4) :nth-child(1) :nth-child(2) ul .item-news-info{
	margin-left: 0px;
	padding-left: 0px;
}
#section1 .intro .news-center .container .tab-box .tab-bd :nth-child(3) :nth-child(1) :nth-child(2) ul img,
#section1 .intro .news-center .container .tab-box .tab-bd :nth-child(4) :nth-child(1) :nth-child(2) ul img{
	display: none;
}


.container{
  max-width: 1440px;
  margin:0 auto;
}

.fp-tableCell{
  position: relative;
}

.btn{
  display: inline-block;
  min-width: 232px;
  padding:20px 0;
  /* background: #ff0000; */
  background: linear-gradient(to top right, #DC0418, #C30d23);
  border-radius: 0 0 16px 16px;
  text-align: center;
  color:#fff;
}

.intro{
  padding-top: 5%;
}

.border-box .fp-tableCell{
  padding-top: 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section-head{
	position: absolute;top: 20%;left: 10%;
	/* margin-bottom: 2%; */
	/* float: left; */
  /* position: absolute; */
  /* left:240px; */
  /* top:18.05%; */
  /* margin-left:-610px; */
}
.section-head1{
	text-align: center;
	position: relative;
	margin-bottom: 2%;
}
.case .section-head{
  /* position: relative;
  left: 0;
  top: 0;
  text-align: center;
  margin-left: 0; */
}
.section-head .section-title{
  font-size: 20px;
  color:#000;
  font-weight: normal;
}
.section-head .section-desc{
  margin-top: 15px;
  font-size: 18px;
  color:#ff0000;
  letter-spacing: 1px;
}
.swiper-control{
  text-align: center;
}
.swiper-next{
	background-size: 100%;
	text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  background-image: url("../images/gryrow.png");
}
.swiper-prev{
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	background-image: url("../images/gryrow1.png");
}
.swiper-prev:hover{
	background-image: url("../images/redrow1.png");
}
.swiper-next:hover{
	background-image: url("../images/redrow.png");
}

.product-slider .swiper-prev,
.product-slider .swiper-next{
  position:absolute;
  left:23.5%;
  top:40px;
}
@media screen and (max-width: 1440px){
    .product-slider .swiper-prev,
    .product-slider .swiper-next{
      position:absolute;
      left:19%;
      top:-50px;
    }
    .product-slider .swiper-next{
        margin-left:57%;
    }
}
@media screen and (max-width: 768px){
    /* #section5 .tab-bd .swiper-slide{
        height: 420px !important;
    } */
    .product-slider .swiper-prev,
    .product-slider .swiper-next{
      position:relative;
      left: 0px;
      top: 0px;
    }
    .product-slider .swiper-next{
        margin-left:2%;
    }
}




.swiper-prev{
  /* background-position: -20px -20px; */
}
.swiper-prev:hover{
  /* background-position: -20px -130px; */
}
.swiper-next{
  margin-left: 50%;
  /* background-position: -130px -20px; */
}
.slider-control .swiper-next{
  margin-left: 15%;
  /* background-position: -130px -20px; */
}
.swiper-next:hover{
  /* background-position: -130px -130px; */
}

@media screen and (max-width: 1440px){
  .intro{
    padding-top: 10%;
  }
  .container{
    /*max-width: 1200px;*/
    padding:0 130px;
    margin:0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .border-box .fp-tableCell{
    padding-top: 100px;
  }
  .section-head{
    left: 60px;
  }
  .section-head .section-title{
    font-size: 16px;
  }
  .section-head .section-desc{
    font-size: 16px;
    margin-top: 15px;
  }
  .btn{
    min-width: 180px;
    padding:15px 0;
  }
}
@media screen and (max-width: 1200px){
  .section-head{
    margin-left: 0;
    /* left:8%; */
  }
}
@media screen and (max-width: 1024px){
  .container{
    padding:0 20px;
  }
  .intro{
    padding-top: 0;
  }
  .border-box .fp-tableCell{
    padding-top: 60px;
  }
  .section-head{
    position: static;
    text-align: center;
  }
  .section-head .section-title{
    font-size: 12px;
  }
  .section-head .section-desc{
    font-size: 14px;
    margin-top: 0;
  }
  .btn{
    min-width: 150px;
    padding:10px 0;
    border-radius: 0 0 8px 8px;
  }
  .swiper-prev,
  .swiper-next{
    width: 40px;
    height: 40px;
    /* -webkit-background-size: 160px; */
     /* background-size: 160px; */
  }
  .swiper-prev{
    /* background-position: 13.333% 13.333%; */
  }
  .swiper-prev:hover{
    /* background-position: 13.333% 86.667%; */
  }
  .swiper-next{
    /* background-position: 86.667% 13.333%; */
  }
  .swiper-next:hover{
    /* background-position: 86.667% 86.667%; */
  }

}
@media screen and (max-width: 768px){
  .section-head .section-title{
    font-size: 10px;
  }
  .section-head .section-desc{
    font-size: 12px;
  }
  .swiper-prev,
  .swiper-next{
    width: 40px;
    height: 40px;
    /* -webkit-background-size: 110px; */
     /* background-size: 110px; */
  }
  .swiper-next{
    margin-left: 15px;
  }
}
.item-banner-pic img{
	display: none;
}
@media screen and (max-width: 1024px){
  .item-banner-pic img{
	display: block;
  }
  .item-banner-pic video{
  	display: none;
  }
  .container{
    padding:0 10px;
  }
}


#section0 .intro{
  height: 100%;
}

.banner{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
}
.banner .swiper-container,
.banner .swiper-wrapper,
.banner .swiper-slide{
  height: 100%;
}
.section .banner .swiper-slide{
    height: 100% !important;
}
.banner .swiper-wrapper{
  width: 500%;
}
.banner .swiper-slide{                  
  width: 20%;
}
.banner .pagination{
  position: absolute;
  left:0;
  bottom: 6%;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.banner .pagination span{
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #fff;
  opacity: 0.3;
  border-radius: 5px;
  margin-left: 15px;
  cursor: pointer;
}
.banner .pagination span:first-child{
  margin-left: 0;
}
.banner .pagination .swiper-active-switch{
  background: red;
  opacity: 1;
}
.banner .item-banner{
    width: 100%;
    position: relative;
    height: 100%;
    min-height: 100%;
    /*overflow: hidden;*/
}
.banner .item-banner-pic{
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.banner .item-banner-pic img{
  visibility: hidden;
  width: 100%;
}
.banner .item-banner-info{
  position: absolute;
  left:8.33%;
  bottom:11%;
  width: 600px;
  color:#fff;
}
.banner .item-banner-title,
.banner .item-banner-bottom{
  /* opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translate(0,20%);
  -ms-transform: translate(0,20%);
  -o-transform: translate(0,20%);
  transform: translate(0,20%);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; */
}
.banner .item-banner-title{
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.6;
}
.banner .item-banner-desc{
	letter-spacing: 2px;
  margin-top: 3%;
  /* padding:8% 8% 6%; */
  /* background: url("../images/bg.png") left top repeat; */
  font-size: 18px;
  line-height: 1.8;
}
.banner .item-banner-link .btn{
  margin-top: 15px;
  min-width: auto;
  padding: 5px 25px 5px 25px;
  border-radius: 0 0 8px 8px;
}
.banner .banner-active .item-banner-title,
.banner .banner-active .item-banner-bottom{
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: all .3s linear .5s;
  -o-transition: all .3s linear .5s;
  transition: all .3s linear .5s;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.banner .banner-active .item-banner-bottom{
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}

@media screen and (max-width: 1440px){
  .banner .item-banner-info{
    left:3.5%;
  }

  .banner .item-banner-title{
    font-size: 33px;
    letter-spacing: 3px;
    line-height: 1.4;
  }
  .banner .item-banner-desc{
    /* padding:5%; */
  }
}
@media screen and (max-width: 1024px){
  .banner .item-banner-info{
    bottom:15%;
  }
  .banner .item-banner-title{
    font-size: 32px;
  }
  .banner .item-banner-desc{
    margin-top: 3%;
  }
}
@media screen and (max-width: 768px){
  
  .banner .item-banner-title{
    font-size: 28px;
  }
  .banner .item-banner-title br{
    display: none;
  }
  .banner .item-banner-desc{
    margin-top: 20px;
    /* padding:15px 20px; */
  }
  .banner .pagination{
    bottom:20px;
  }
}
@media screen and (max-width: 480px){
  .banner .item-banner-info{
    position: static;
    bottom: auto;
    left:auto;
    width: auto;
  }
  .banner .item-banner-title{
    position: absolute;
    left:0;
    /*top:15%;*/
    bottom: 35%;
    width: 90%;
    padding:0 5%;
    text-align: center;
  }
  .banner .item-banner-bottom{
    position: absolute;
    left:20px;
    right: 20px;
    bottom:80px;
    width: auto;
    text-align: center;

  }

}

/*.passage{*/
/*  position: fixed;*/
/*  right: 4.16%;*/
/*  bottom: 4.25%;*/
/*  z-index: 9;*/
/*}*/
.passage li{
  visibility: hidden;
  margin-top:6px;
}
.passage li:first-child{
  margin-top: 0;
  -webkit-transform: translate(0,168px);
  -ms-transform: translate(0,168px);
  -o-transform: translate(0,168px);
  transform: translate(0,168px);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.passage li:nth-of-type(2){
  -webkit-transform: translate(0,112px);
  -ms-transform: translate(0,112px);
  -o-transform: translate(0,112px);
  transform: translate(0,112px);
  -webkit-transition:  all .2s linear;
  -o-transition:  all .2s linear;
  transition:  all .2s linear;
}
.passage li:nth-of-type(3){
  -webkit-transform: translate(0,56px);
  -ms-transform: translate(0,56px);
  -o-transform: translate(0,56px);
  transform: translate(0,56px);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.passage li.passage-active{
  visibility: visible;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.passage li a{
  position: relative;
  display: inline-block;
  color:#fff;
}
.passage li strong{
  position: absolute;
  right: 50%;
  top:0;
  height: 50px;
  background: #ff0000;
  padding-left:35px;
  padding-right: 55px;
  border-radius: 50px 0 0 50px;
  line-height: 50px;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  white-space: nowrap;
}
.passage li .icon{
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.passage li a:hover strong{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}
.newicon {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/sprite-sec.png")/*tpa=https://www.chinaott.com//Public/future/images/sprite-sec.png*/;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1024px){
  .passage{
    right: 20px;
    bottom:20px;
  }
}



.tab-box .tab-hd .tab-list{
  text-align: right;
}
.tab-box .tab-hd li{
  display: inline-block;
  margin:0 15px;
  font-size: 14px;
}
.tab-box .tab-hd li a{
  display: inline-block;
  padding:10px 0;
  border-bottom: 1px solid transparent;
  color:#999;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.tab-box .tab-hd li a:hover,
.tab-box .tab-hd .tab-active a{
	padding-bottom: 5%;
  border-bottom:1px solid #ff0000; 
  opacity: 1;
}
.tab-box .tab-bd .tab-item{
  display: none;
  position: relative;
}
.tab-box .tab-bd .tab-item.tab-active{
  display: block;
}

@media screen and (max-width: 1024px){
  .tab-box .tab-hd .tab-list{
    text-align: center;
  }
  .tab-box .tab-hd li{
    font-size: 16px;
  }
}
@media screen and (max-width: 768px){
  .tab-box .tab-hd li{
    font-size: 14px;
  }
  .tab-box .tab-hd li a{
    padding:5px 0;
  }
}
@media screen and (max-width: 480px){
  .tab-box .tab-hd li{
    font-size: 12px;
  }
}
.news-center{
	padding-bottom: 80px;
  padding-top: 4%;
}
.news-center .tab-hd{
  position: relative;
  margin-bottom: 3%;
}

.box-news{
  width: 100%;
}
.news-focus{
	height: 395px;
  float: left;
  width: 540px;
}
.news-focus a{
  display: block;
  position: relative;
  color:#fff;
}
.news-focus .item-focus-pic img{
  height: 395px;
  display: block;
  width: 100%;
}
.news-focus .item-focus-info{
  position: absolute;
  left:0;
  bottom:0;
  width: 100%;
  padding:5% 8%;
  background: url("../images/bg.png")/*tpa=https://www.chinaott.com//Public/future/images/bg.png*/ left top repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-focus .item-focus-title{
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 80px;
  font-size: 16px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-focus .item-focus-date{
  position: absolute;
  right: 8%;
  top:50%;
  margin-top: -0.5em;
  width: 72px;
  font-size: 14px;
  font-weight: normal;
}
.news-list{
	margin-top: 20px;
  margin-left: 540px;
  padding-left: 6.94%;
}
.news-list .item-news{
  padding-top:20px;
  border-top:1px solid #d1d1d1;
  overflow:hidden;
}
.news-list .item-news:first-child{
  padding:0 0 20px;
  border-top:0;
}
.news-list .item-news:first-child + .item-news{
  padding:20px 0;
}
.news-list .item-news-date{
  float: right;
  width: 60px;
  text-align: center;
  margin-top: 33px;
}
.news-list .item-news-date strong{
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  color:#ff0000;
  background: #e9e9e9;
}
.news-list .item-news-date strong :nth-child(2){
  font-size: 15px;margin-left: 3px;
}
.news-list .item-news-date em{
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  color:#fff;
  font-style: normal;
  background: #818181;
  border-radius: 0 0 8px 8px;
}
.news-list .item-news-info{
  margin-left: 200px;
  padding-left: 8%;
}
.news-list .item-news-title{
  font-size: 18px;
  line-height: 1.6em;
  height: 1.6em;
  width: 80%;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .item-news-title a{
  color:#000;
}
.news-list .item-news-desc{
  width: 80%;
  margin-top: 30px;
  font-size: 14px;
  color:#666;
  /* white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis; */
  /* height: 39px; */
  /* overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis; */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;				
  text-overflow: ellipsis;		
  display: -webkit-box;			
  -webkit-line-clamp: 2;			
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-link{
  padding-top: 5%;
  text-align: center;
}
.news-link .btn{
	margin-top: 15px;
	min-width: auto;
	padding: 5px 30px 5px 30px;
	border-radius: 0 0 8px 8px;
}
.product-link .btn{
	margin-top: 95px;
	min-width: auto;
	padding: 5px 30px 5px 30px;
	border-radius: 0 0 8px 8px;
}
.item-terminal-link .btn{
	width: 10%;
	margin-top: 15px;
	min-width: auto;
	padding: 5px 20px 5px 20px;
	border-radius: 0 0 8px 8px;
}
.item-news img{
	float: left;
	width: 188px;
	height: 105px;
}
@media screen and (max-width: 1440px){
	.news-list .item-news-date{
	  float: right;
	  width: 45px;
	  text-align: center;
	  margin-top: 0px;
	}
	.news-list .item-news-date strong{
	  display: block;
	  height: 24px;
	  line-height: 24px;
	  font-size: 24px;
	  color:#ff0000;
	  background: #e9e9e9;
	}
	.news-list .item-news-date em{
	  display: block;
	  height: 12px;
	  line-height: 12px;
	  font-size: 6px;
	  color:#fff;
	  font-style: normal;
	  background: #818181;
	  border-radius: 0 0 5px 5px;
	}
	.news-list .item-news-desc{
	  line-height: 18px;
	  width: 80%;
	  margin-top: 10px;
	  font-size: 10px;
	}
	.news-list .item-news-title{
	  font-size: 14px;
	  line-height: 1em;
	  height: 1em;
	  width: 80%;
	  overflow:hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	}
	.news-list .item-news-info{
	  margin-left: 135px;
	}
	.item-news img{
		width: 113px;
		height: 63px;
	}
	.news-focus{
		height: 237px;
	  float: left;
	  width: 324px;
	}
	.news-focus .item-focus-pic img{
	  height: 237px;
	  display: block;
	  width: 324px;
	}
	
  .news-center .tab-hd{
    margin-bottom: 2%;
  }
  .news-focus{
    width: 324px;
	height: 237px;
  }
  .news-list{
    margin-left: 380px;
    padding-left: 3%;
  }
  .news-list .item-news{
    padding-top: 12px;
  }
  .news-list .item-news:first-child{
    padding-bottom: 12px;
  }
  .news-list .item-news:first-child + .item-news{
     padding:12px 0;
  }
  .news-list .item-news-info{
    padding-left: 3%;
  }
  .news-list .item-news-date strong{
    height: 40px;
    line-height: 40px;
  }
  .news-link{
    padding-top: 2%;
  }
}
@media screen and (max-width: 1024px){
  .news-center{
    padding-top: 0;
  }
  .news-center .news-tab{
    margin-top: 20px;
  }
  .news-center .tab-hd{
    margin-bottom: 15px;
  }
  .news-center .tab-hd .tab-list{
    display: table;
    width: 100%;
  }
  .news-center .tab-hd li{
    display: table-cell;
    width: 20%;
  }
  .news-focus{
    float: none;
    max-width: 420px;
    width: auto;
    margin:0 auto;
	height: 395px;
  }
  .news-list{
    margin-left: 0;
    margin-top: 20px;
    padding-left: 0;
  }
  .news-list .item-news{
    padding-top: 20px;
  }
  .news-list .item-news:first-child{
    padding-bottom: 20px;
  }
  .news-list .item-news:first-child + .item-news{
     padding:20px 0;
  }
  .news-list .item-news-date{
    width: 70px;
  }
  .news-list .item-news-date strong{
    height: 45px;
    line-height: 45px;
    font-size: 24px;
  }
  .news-list .item-news-date em{
    font-size: 14px;
  }
  .news-list .item-news-info{
    margin-left: 200px;
    padding-left: 20px;
  }
  .news-list .item-news-title{
    font-size: 16px;
  }
  .news-link{
    padding-top:20px;
  }
}
@media screen and (max-width: 768px){
	.news-focus{
		display: none;
	}
	
  #section1 .fp-tableCell{
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .news-focus .item-focus-info{
    padding:15px 20px;
  }
  .news-list .item-news-date{
    width: 54px;
  }
  .news-list .item-news-date strong{  
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }
  .news-list .item-news-date em{
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    border-radius: 0 0 5px 5px;
  }
  .news-list .item-news-info{
    margin-left: 180px;
    padding-left: 15px;
  }
  .news-list .item-news-title{
    height: 1.6em;
  }
  .news-list .item-news{
    padding-top: 10px;
  }
  .news-list .item-news:first-child{
    padding-bottom: 10px;
  }
  .news-list .item-news:first-child + .item-news{
     padding:10px 0;
  }

}
@media screen and (max-width: 520px){
	.news-list .item-news-desc,
	.news-list .item-news-title{
	  width: 70%;
	}
	.item-news img{
		width: 100px;
		height: 56px;
	}
	.news-list .item-news-info{
	  margin-left: 100px;
	  padding-left: 15px;
	}
	/* .news-focus{
	  float: none;
	  max-width: 420px;
	  width: auto;
	  margin:0 auto;
		height: 200px;
	} */
  .news-focus .item-focus-pic{
    /* display: block;
    height: 200px;
    overflow:hidden; */
  }
  .news-focus .item-focus-pic img{
	  margin: 0 auto;
	  width: 262px;
	  height: 209px;
	/* height: 200px; */
    /* margin-top: -15%; */
  }
}
@media screen and (max-width: 375px){
  .news-center .news-tab{
    margin-top: 10px;
  }
  .news-center .tab-hd{
    margin-bottom: 10px;
  }
  /* .news-focus{
	  padding-bottom: 10px;
	  margin-bottom: 10px;
  	  float: none;
  	  max-width: 420px;
  	  width: auto;
  	  margin:0 auto;
  		height: 200px;
  	} */
  .news-focus .item-focus-pic{
	  
    /* display: block;
    height: 200px;
    overflow:hidden; */
  }
  .news-focus .item-focus-pic img{
  	  margin: 0 auto;
  	  width: 262px;
  	  height: 209px;
  	/* height: 200px; */
    /* margin-top: -15%; */
  }
  .news-focus .item-focus-title{
    font-size: 14px;
  }
  .news-focus .item-focus-date{
    font-size: 12px;
  }
  .news-list{
    margin-top: 10px;
  }
  .news-list .item-news-date strong{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .news-list .item-news-date em{
    height: 20px;
    line-height: 20px;
  }
  .news-list .item-news-title{
    font-size: 14px;
  }
  .news-list .item-news-desc{
    margin-top: 10px;
    font-size: 12px;
  }
  .news-link{
    padding-top: 10px;
  }

}


#section2{
  -webkit-background-size: cover;
  background-size: cover;
}


.popular-slider{
  width: 100%;
  padding-top: 7%;
  overflow:hidden;
}
.popular-slider .swiper-container{
  margin:0 -5%;
  padding-bottom: 8%;
}
.popular-slider .swiper-control{
  position: relative;
  z-index: 2;
  margin-top: -5.5%;
}
.popular-slider .item-popular{
  position: relative;
}
.popular-slider .item-popular-pic img{
	box-shadow: 10px 10px 10px rgb(0 0 0 / 18%);
  display: block;
  width: 100%;
  -webkit-transform: scale(.85);
  -ms-transform: scale(.85);
  -o-transform: scale(.85);
  transform: scale(.85);
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.popular-slider .item-popular-title{
  position: absolute;
  left:0;
  top:115%;
  width: 100%;
  text-align: center;
  font-size: 22px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.popular-slider .item-popular-title a{
    color:#333;
}
.popular-slider .swiper-slide-active .item-popular-pic img{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.popular-slider .swiper-slide-active .item-popular-title{
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 1440px){
  .popular-slider .item-popular-title{
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px){
  #section2{
    background-position: right 35%;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .popular-slider .swiper-container{
    margin-right: 0;
    width: 200%;
    margin-left: -50%;
    padding-bottom:80px;
  }
  .popular-slider .swiper-control{
    margin-top: 0;
  }
  .popular-slider .item-popular-title{
    top:110%;
    font-size: 16px;
    line-height: 1.6;
    height: 3.2em;
    overflow:hidden;
  }
}
@media screen and (max-width: 768px){
  .popular-slider .item-popular-title{
    font-size: 14px;
  }
  .popular-slider .swiper-container{
    padding-bottom: 65px;
  }
}
#section2,
#section3{
  background:#fff center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.dynamic .section-title{
  /* color:#fff; */
}

.dynamic-box{
  position: relative;
}
.dynamic-list{
  text-align: right;
  color:#fff;
}
.dynamic-list ul{
  position: relative;
  height: 300px;
}
.dynamic-list li{
  position: absolute;
  right: 0;
  top:0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.dynamic-list .dynamic-active{
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.dynamic-list .dynamic-active.hide{
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0,25%);
  -ms-transform: translate(0,25%);
  -o-transform: translate(0,25%);
  transform: translate(0,25%);
}
.dynamic-list .item-dynamic-num{
  font-size: 160px;
  line-height: 1.1;
  opacity: .2;
  filter: alpha(opacity=20);
}
.dynamic-list .item-dynamic-title{
  /* margin-top: -1em;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em; */
}
.dynamic-list .item-dynamic-desc{
  /* margin-top: 5%;
  font-size: 18px;
  line-height: 2;
  max-width: 80%;
  margin-left: auto;
  height: 4em;
  overflow:hidden; */
}


.dynamic-slider{
	/* left: 10%; */
  position: relative;
  /* margin-top: 3%; */
}
.dynamic-slider .swiper-container{
	/* margin-top: 2%; */
  left:15%;
  width: 80%;
}
.dynamic-slider .slider-control{
	position: relative;
	left: 87%;
	width: 130px;
	/* float: right; */
}
.dynamic-slider .slider-control a{
  display: inline-block;
  /* margin-left: auto;
  margin-right: auto; */
}
.dynamic-slider .swiper-prev,
.dynamic-slider .swiper-next{
  margin-bottom: 50px;
}
.dynamic-slider .item-dynamic{
  margin: 0 7%;
}
.dynamic-slider .item-dynamic-pic img{
  display: block;
  width: 100%;
}
.dynamic-slider .item-dynamic-title{
  /* width: 25%;
  margin-top: 10px;
  min-width: auto;
  padding: 5px 20px 5px 20px;
  border-radius: 0 0 8px 8px; */
}
.dynamic-slider .item-dynamic-name{
	width: 65%;
	margin-top: 20px;
    font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
}
.dynamic-slider .item-dynamic-desc{
	letter-spacing: 1px;
	width: 80%;
	margin-top: 20px;
    font-size: 15px;
	/* height: 39px; */
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;				
	text-overflow: ellipsis;		
	display: -webkit-box;			
	-webkit-line-clamp: 2;			
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.dynamic-slider .item-dynamic-name a{
	color: #333333;
}
.dynamic-slider .item-dynamic-desc a{
	color: #666;
}
.dynamic-slider .item-dynamic-title a{
	width: 30%;
	margin-top: 20px;
	min-width: auto;
	padding: 5px 15px 5px 15px;
	border-radius: 0 0 7px 7px;
  /* min-width: auto;
  width: 100%; */
  font-size: 16px;
  background: url("../images/bg.png")/*tpa=https://www.chinaott.com//Public/future/images/bg.png*/ left top repeat;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.dynamic-slider .swiper-slide-active .item-dynamic-title a{
  background: linear-gradient(to top right, #DC0418, #C30d23);
}
.dynamic-slider .swiper-slide-active{
    height:auto !important;
}
@media screen and (max-width: 1440px){
	.dynamic-slider .item-dynamic-title a{
		
		margin-top: 12px;
		min-width: auto;
		padding: 5px 15px 5px 15px;
		border-radius: 0 0 7px 7px;
	  /* min-width: auto;
	  width: 100%; */
	  font-size: 12px;
	  background: url("../images/bg.png")/*tpa=https://www.chinaott.com//Public/future/images/bg.png*/ left top repeat;
	  -webkit-transition: all .3s linear;
	  -o-transition: all .3s linear;
	  transition: all .3s linear;
	}
	.dynamic-slider .item-dynamic-desc{
		width: 80%;
		margin-top: 12px;
	    font-size: 12px;
	}
	.dynamic-slider .item-dynamic-name{
		width: 65%;
		margin-top: 12px;
	    font-size: 15px;
		font-weight: 700;
	}
	.dynamic-slider .item-dynamic-pic img{
	  width: 80%;
	}
	.dynamic-slider .slider-control{
		position: relative;
		top: 35px;
		left: 80%;
		width: 130px;
		/* float: right; */
	}
  .dynamic-list ul{
    height: 240px;
  }
  .dynamic-list .item-dynamic-num{
    font-size: 120px;
  }
  .dynamic-list .item-dynamic-desc{
    line-height: 1.6;
    height: 3.2em;
  }
}
@media screen and (max-width: 1024px){
  .dynamic-slider .slider-control{
	  left: 75%;
    /* margin-top: -45px; */
  }
  .dynamic-slider .swiper-next{
    /* margin-bottom: 25px; */
  }
  .dynamic-slider .item-dynamic{
    /* margin:0 4%; */
  }
  .dynamic-list ul{
    height: 180px;
  }
  .dynamic-list .item-dynamic-num{
    font-size: 80px;
  }
  .dynamic-list .item-dynamic-title{
    font-size: 30px;
  }
  .dynamic-list .item-dynamic-desc{
    max-width: 80%;
  }
}
@media screen and (max-width: 768px){
  .dynamic-slider .slider-control{
    position: static;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .dynamic-slider .slider-control a{
    display: inline-block;
  }
  .dynamic-slider a.swiper-next{
    margin-top: 0;
    margin-left: 15px;
  }
  .dynamic-slider .swiper-container{
    left:auto;
  }
  .dynamic-list ul{
    height: 130px;
  }
  .dynamic-list .item-dynamic-num{
    font-size: 60px;
  }
  .dynamic-list .item-dynamic-title{
    font-size: 22px;
  }
  .dynamic-list .item-dynamic-desc{
    font-size: 14px;
    max-width: 100%;
  }
  .dynamic-slider .item-dynamic-title{
    margin-top: 5px;
  }
  .dynamic-slider .item-dynamic-title a{
    font-size: 14px;
  }
} 
@media screen and (max-width:480px){
	.dynamic-slider .slider-control{
		position: relative;
		top: 40px;
		left: 160px;
		width: 130px;
		/* float: right; */
	}
  .dynamic-slider .swiper-container{
    width: 300%;
  }
}
.product-tab .tab-hd .tab-list{
	display: none;
  /* position: relative;
  margin-top:-3%;
  text-align: center; */
}
.product-tab .tab-hd li{
  /* font-size: 18px;
  font-weight: bold; */
}
.product-slider{
	
  position: relative;
  width: 100%;
  margin-top: 5%;
  max-height: 550px;
  overflow:visible;
}

.product-slider .swiper-container{
  width: 120%;
  margin-left: -10%;
  padding-bottom: 285px;
}
.product-slider .swiper-control{
  position: absolute;
  left:0;
  bottom:10%;
  z-index: 2;
  width: 100%;
}
.product-slider .item-product{
  position: relative;
}
.product-slider .item-product-pic img{
	transform: scale(1.2) translateY(14.5%) !important;
  display: block;
  width: 100%;
  -webkit-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;

}
.product-slider .item-product-info{
	overflow: hidden;
  position: absolute;
  left:0;
  top:140%;
  width: 100%;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.product-slider .item-product-title{
  font-size: 18px;
  font-weight: bold;
}
.product-slider .item-product-title a{
  color:#333;
}
.product-slider .item-product-desc{
	text-align: justify;
	text-justify: distribute-all-lines;
	line-height: 25px;
  margin-top:30px;
  font-size: 16px;
  color:#666;
  height: 72px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;				
  text-overflow: ellipsis;		
  display: -webkit-box;			
  -webkit-line-clamp: 3;			
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-slider .swiper-slide-active .item-product-pic img{
	/* position: relative;
	left: -20%;
	width: 140%; */
  -webkit-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
}
.product-slider .swiper-slide-active .item-product-info{
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-link{
  text-align: center;
}

@media screen and (max-width: 1440px){
	.product-link .btn{
		margin-top: 0px;
		min-width: auto;
		padding: 5px 30px 5px 30px;
		border-radius: 0 0 8px 8px;
	}
	.product-slider .swiper-control{
	  bottom:4%;
	}
	.product-slider .item-product-desc{
		text-align: justify;
		text-justify: distribute-all-lines;
		line-height: 20px;
	  margin-top:10px;
	  font-size: 12px;
	  color:#666;
	  height: 62px;
	  text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;				
	  text-overflow: ellipsis;		
	  display: -webkit-box;			
	  -webkit-line-clamp: 3;			
	  line-clamp: 3;
	  -webkit-box-orient: vertical;
	}
	.item-product-title img{
		width: 120px;
		height: 19px;
	}
	.product-slider .item-product-info{
	  top:135%;
	}
  .product-slider{
    max-width: 800px;
    margin:2% auto 0;
  }
  .product-slider .swiper-container{
    width: 136%;
    margin-left: -18%;
    padding-bottom: 180px;
  }
  .product-slider .item-product-info{
    /* top:108%; */
  }
  .product-slider .item-product-desc{
    /* margin-top: 10px;
    line-height: 1.6;
    height: 4.8em; */
  }
}

/*@media screen and (max-width: 1280px){
  .product .container{
    max-width: 1000px;
  }
  .product-slider .swiper-container{
    width: 140%;
    margin-left: -20%;
  }
}*/
@media screen and (max-width: 1024px){

  .product-tab .tab-hd .tab-list{
    margin-top: 20px;
    display: table;
    width: 100%;
  }
  .product-tab .tab-hd li{
    display: table-cell;
    font-size: 16px;
    width: 33.33%;
  }
  .product-slider .swiper-container{
    width: 150%;
    margin-left: -25%;
  }
}
@media screen and (max-width: 768px){
  .product-tab .tab-hd li{
    font-size: 14px;
  }
  .product-tab .tab-hd li a{
    font-weight: normal;
  }
  .product-slider{
    max-height: none;
    margin-top: 20px;
  }
  .product-slider .swiper-container{
    width: 300%;
    margin-left: -100%;
    padding-bottom: 250px;
  }
  .product-slider .swiper-slide{
    transform: none!important;
  }
  .product-slider .swiper-control{
    position: static;
  }
  .product-slider .item-product-info{
    /* top:105%; */
  }
  .product-slider .item-product-title{
    font-size: 16px;
  }
  .product-link{
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px){
  .product-tab .tab-hd .tab-list{
    margin-top: 10px;
  }
  .product-tab .tab-hd li{
    display: table-cell;
    font-size: 14px;
  }
  .product-slider{
    margin-top: 10px;
  }
  .product-slider .swiper-container{
    padding-bottom: 210px;
  }
  .product-slider .item-product-desc{
    /* margin-top: 10px;
    line-height: 1.6;
    height: 4.8em;
    font-size: 12px; */
  }
  .product-link{
    margin-top: 10px;
  }
}

.terminal-box{
  position: relative;
  width: 46%;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.terminal-box1{
	width: 46%;
	display: inline-block;
	vertical-align: top;
	margin-top: 3%;
	margin-left: 5%;
}
.terminal-box2{
	padding: 0px;
}

.terminal-tab{
  position: relative;
}
.terminal-tab .tab-hd{
  /* position: absolute;
  left:0;
  top:0; */
  width: 100%;
  height: 50%;
  display: table;
}
.terminal-tab .tab-hd .tab-list-box{
    display: inline-block;
    /* padding: 0 10%; */
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
	width: 100%;
	margin-top: 0%;
}
.terminal-tab .tab-hd .tab-list-box ul li div{
    color: black;
}
.terminal-tab .tab-hd .tab-list1{
	width: 100%;
	text-align: center;
  display: inline-block;
}

.terminal-tab .tab-hd li{
  margin:0 auto;
  padding:15px 0;
  text-align: center;
  display: inline-block;
  width: 15%;
}
.terminal-tab .tab-hd li a{
  border-bottom: 0;
  padding:0;
  font-size: 18px;
  color:#999;
}
.terminal-tab .tab-hd li strong{
  margin-left: 1em;
  vertical-align: middle;
  font-weight: normal;
  letter-spacing: 2px;
}
/*.terminal-tab .tab-hd .terminal-tv a{*/
/*  font-size: 22px;*/
/*}*/
.terminal-tab .tab-hd .terminal-tv strong{
  margin-left: 0.8em;
}
.terminal-tab .tab-bd{
  width: 100%;
  /* margin-left: auto; */
}

.item-terminal{
  position: relative;
}
.item-terminal .item-terminal-pic img{
  display: block;
  /*width: 100%;*/
  max-width: 100%;
  /* max-height:334px; */
  margin: 0 auto;
}
.item-terminal .item-terminal-info{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  padding:8% 10%;
  background: url("../images/bg.png")/*tpa=https://www.chinaott.com//Public/future/images/bg.png*/ left top repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item-terminal .item-terminal-desc{
  font-size: 14px;
  line-height: 2;
  color:#fff;
}
.item-terminal-link{
    /* position: absolute; */
    /* width: 38%; */
    /* bottom: 0; */
    /* left: -46%; */
}
.item-terminal-link a{
  width: 100%;
  padding:7% 0;
  min-width: auto;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 0 0 28px 28px;
}
.terminal-cooperation{
  position: absolute;
  left:0;
  bottom:0;
  display: table;
  width: 66.66%;
  height: 50%;
  background: #fff;
  border-collapse: collapse;
}
.item-cooperation{
  display: table-cell;
  width: 50%;
  padding:0 5%;
  border:1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.item-cooperation a{
  display: block;
  max-width: 250px;
  margin:0 auto;
  color:#999;
}
.item-cooperation .item-cooperation-name{
  display: block;
}
.item-cooperation .item-cooperation-name strong{
  font-size: 24px;
  color:#000;
  font-weight: normal;
  vertical-align: middle;
  margin-left: 30px;
}
.item-cooperation .item-cooperation-line{
  display: block;
  margin:25px 0 20px;
  width: 70px;
  height: 1px;
  background: #ff0000;
}
.item-cooperation .item-cooperation-desc{
  font-size: 14px;
  line-height: 2;
}
#section5 .intro{
	position: relative;
	bottom: 80px;
}
#section5 #footer{
	position: absolute;
	bottom: 0px;
}
@media screen and (max-width: 1440px){
	#section5 .intro{
		position: relative;
		bottom: 110px;
	}
	#section5 .terminal{
		margin-left: 7%;
		width: 85%;
	}
	.terminal-tab .tab-hd li{
	  padding:10px 0;
	}
	.terminal-tab .tab-hd li img{
	  width: 30px;
	  height: 30px;
	}
	.terminal-tab .tab-hd li div{
	  font-size: 10px;
	}
  .terminal-box{
    max-width: 900px;
    margin:0 auto;
  }
  .item-cooperation .item-cooperation-name strong{
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px){
  .terminal-box{
    margin: 20px auto 0;
  }
  .terminal-tab .tab-hd li{
    padding:10px 0;
  }
  .terminal-tab .tab-hd li a{
    font-size: 16px;
  }
  .terminal-tab .tab-hd .tab-list-box{
    /* padding:0 20px; */
  }
  .terminal-tab .tab-hd .terminal-tv a{
    font-size: 18px;
  }
  .item-cooperation{
    padding:0 20px;
  }
  .item-terminal .item-terminal-info{
    padding: 5% 8%;
  }
  .item-cooperation .item-cooperation-name strong{
    font-size: 20px;
  }
  .item-terminal-link a{
      width: 50%;
    font-size: 14px;
    padding:10% 0;
  }

}
@media screen and (max-width: 768px){
  .terminal-tab .tab-hd{
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }
  .terminal-tab .tab-hd .tab-list-box{
    display: block;
    padding:0;
  }
  .terminal-tab .tab-hd ul{
    display: table;
    width: 100%;
  }
  .terminal-tab .tab-hd li{
    display: table-cell;
    width: 33.33%;
    text-align:  center;
    padding: 0;

  }
  .terminal-tab .tab-hd li a{
    display: inline-block;
    padding:5px 0;
    font-size: 14px;
    border-bottom: 1px solid transparent;
  }
  .terminal-tab .tab-hd li strong{
    margin-left: 10px;
  }
  .terminal-tab .tab-hd .terminal-tv a{
    font-size: 14px;
  }
  .terminal-tab .tab-hd .terminal-tv strong{
    margin-left: 10px;
  }
  .terminal-tab .tab-bd{
    margin-left: 0;
    width: 100%;
  }
  .terminal-tab .tab-bd{
    margin-top: 20px;
  }
  .item-terminal-link{
    width: 100%;
    text-align: center;
    bottom: unset;
    left: unset;
  }
  .item-terminal-link a{
    padding:10px 0;
    border-radius: 0 0 8px 8px;
  }
  .terminal-cooperation{
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .item-cooperation{
    padding:20px;
  }
  .item-cooperation .item-cooperation-line{
    margin:15px 0 10px;
    width: 50px;
  }

  .item-cooperation .item-cooperation-name strong{
    font-size: 18px;
    margin-left: 15px;
  }
  .item-cooperation .item-cooperation-desc{
    line-height: 1.6;
    font-size: 12px;
  }
  .item-terminal .item-terminal-desc{
    line-height: 1.6;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px){
	.terminal-tab .tab-hd .tab-list1{
		display: inline;
	}
	.section-head1{
		font-size: 5px;
	}
	#section5 .section-head{
		position: absolute;
	}
  .terminal-tab .tab-hd li{
	  width: 30%;
    padding:10px 0;
  }
  .terminal-tab .tab-hd li img{
    width: 15px;
    height: 15px;
  }
  .terminal-tab .tab-hd li div{
    font-size: 10px;
  }
  .terminal-box{
    margin-top: 10px;
  }
  .terminal-tab .tab-hd li strong{
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  .terminal-tab .tab-hd .terminal-tv strong{
    margin-left: 0;
  }
  .item-terminal .item-terminal-info{
    padding:20px;
  }
  .item-cooperation .item-cooperation-name strong{
    font-size: 16px;
    margin-left: 10px;
  }
  .item-cooperation{
    padding:10px 15px;
  }
  .terminal-tab .tab-bd{
    margin-top: 10px;
  }
  .terminal-cooperation{
    margin-top: 10px;
  }

}
.case-list{
  margin-bottom: 5%;
}
.case-list li{
  float: left;
  width: 24%;
  margin: 2.8% 0.5% 2.8% 0;
  text-align: center;
}
.case-list .item-case a{
  display: inline-block;
}
.case-list .item-case-pic{
  position: relative;
  display: block;
}
.case-list .item-case-pic .pic{
  display: block;
  max-width: 100%;
  margin:0 auto;

}
.case-list .item-case-pic .pic:hover{
    transform: scale(1.1);
}
.case-list .item-case-pic .pic-hover{
  position: absolute;
  left:0;
  top:0;
  z-index: 2;
  width: 100%;
  height: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.case-list a:hover .item-case-pic .pic-hover{
  opacity: 100;
  filter: alpha(opacity=100);
  visibility: visible;
}
@media screen and (max-width: 1440px){
  .case-list{
    max-width: 1000px;
    margin:0 auto;
  }
}
@media screen and (max-width: 768px){
  .case-list li{
    /* width: 50%; */
    margin:15px 0;
  }
}
@media screen and (max-width: 480px){
  .case-list li{
    margin:10px 0;
  }
}

#section1 .news-focus{
  opacity: 0;
  margin-top: 20px;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-20%,0);
  -ms-transform: translate(-20%,0);
  -o-transform: translate(-20%,0);
  transform: translate(-20%,0);
  -webkit-transition: transform .4s linear .3s;
  -o-transition: transform .4s linear .3s;
  transition: transform .4s linear .3s;
}
#section1 .news-list{
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(20%,0);
  -ms-transform: translate(20%,0);
  -o-transform: translate(20%,0);
  transform: translate(20%,0);
  -webkit-transition: transform .4s linear .3s;
  -o-transition: transform .4s linear .3s;
  transition: transform .4s linear .3s;
}

#section1.active .news-focus,
#section1.active .news-list{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
#section5 .terminal-cooperation{
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0,20%);
  -ms-transform: translate(0,20%);
  -o-transform: translate(0,20%);
  transform: translate(0,20%);
  -webkit-transition: transform .5s linear .3s;
  -o-transition: transform .5s linear .3s;
  transition: transform .5s linear .3s;
}
#section5.active .terminal-cooperation{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

.icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/sprite.png")/*tpa=https://www.chinaott.com//Public/future/images/sprite.png*/;
    background-repeat: no-repeat;
}

.icon-zoom {
    width: 20px;
    height: 20px;
    background-position: -466px -170px;
}

.icon-passage{
    width: 50px;
    height: 50px;
    background-position: -376px -170px;
}
/* .icon-passage1{
	background-color: black;
	border: 2px solid wheat;
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	display: inline-block;
    width: 50px;
    height: 50px;
    background-position: -376px -170px;
	opacity: 0.3;
	box-sizing: border-box;
}
.icon-passage1:hover{
	line-height: 50px;
	border: 0px solid wheat;
	background-color: red;
	opacity: 1;
}
.icon-passage1-active{
	line-height: 50px;
	border: 0px solid wheat;
	background-color: red;
	opacity: 1;
} */
.icon-mail{
    width: 50px;
    height: 50px;
    background-position: -220px -40px;
}
.icon-tel{
    width: 50px;
    height: 50px;
    background-position: -400px -40px;
}
.icon-kefu{
    width: 50px;
    height: 50px;
    background-position: -40px -40px;
}
a:hover .icon-mail{
    background-position: -310px -40px;
}
a:hover .icon-tel{
    background-position: -490px -40px;
}
a:hover .icon-kefu{
    background-position: -130px -40px;
}
.icon-tv{
    width: 34px;
    height: 26px;
    background-position:-336px -301px;
}
.icon-projector{
    width: 34px;
    height: 26px;
    background-position: -188px -300px;
}
.icon-box{
    width: 34px;
    height: 26px;
    background-position: -40px -301px;
}
.icon-device{
    width: 44px;
    height: 37px;
    background-position: -208px -172px;
    
}
.icon-app{
    width: 44px;
    height: 37px;
    background-position: -39px -171px;
    
}
.tab-active .icon-tv{
    background-position:-410px -301px;
}
.tab-active .icon-projector{
    background-position:-262px -300px;
}
.tab-active .icon-box{
    background-position:-114px -301px;
}
a:hover .icon-device{
    background-position:-292px -172px;
}
a:hover .icon-app{
    background-position:-123px -171px;

}


@media screen and (max-width: 768px){
  .icon-tv{
      width: 25px;
      height: 20px;
      background-position:60.87% 88.012%;
      -webkit-background-size: 430px 262px;
      background-size: 430px 262px;
  }
  .icon-projector{
      width: 25px;
      height: 20px;
      background-position: 34.116% 88.012%;
      -webkit-background-size: 430px 262px;
      background-size: 430px 262px;
  }
  .icon-box{
      width: 25px;
      height: 20px;
      background-position: 7.246% 88.012%;
      -webkit-background-size: 430px 262px;
      background-size: 430px 262px;
  }
  .tab-active .icon-tv{
      background-position:74.275% 88.012%;
  }
  .tab-active .icon-projector{
      background-position:47.473% 88.012%;
  }
  .tab-active .icon-box{
      background-position:20.652% 88.012%;
  }
  .icon-app{
    -webkit-background-size: 399px 268px;
    background-size: 399px 268px;
    background-position: 7.032% 51.662%;
    width: 30px;
    height: 30px;
  }
  .icon-device{
    -webkit-background-size: 399px 268px;
    background-size: 399px 268px;
    background-position: 38.376% 51.786%;
    width: 30px;
    height: 27px;
  }
  a:hover .icon-app{
    background-position: 22.433% 51.662%;
  }
  a:hover .icon-device{
    background-position: 53.875% 51.786%;
  }
}