@charset "UTF-8";
/*公共*/
#tit{
  position: relative;
  width: 100%;
  height: 120px;
}
#tit p:nth-child(1){
  font-size: 80px;
  line-height: 120px;
  color:#e0dfdf;
  text-align: center;
}
#tit p:nth-child(2){
  position: absolute;
  left:50%;
  bottom: 15px;
  margin-left: -75px;
  font-size: 32px;
  color:#282828;
  text-align: center;
}
/*banner*/
#banner{
  padding-top: 110px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.edslider{
  position:relative;
  margin:auto;
}
.edslider ul{
  list-style:none;
  position:relative;
}
.edslider > ul{
  display:block;
  overflow:hidden;
}
.edslider > ul li{
  display:none;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
}
.edslider a{
  display:block;
  position: relative;
}
.edslider a img{
  border:0;
  position: absolute;
  left:50%;
  margin-left: -960px;

}
.edslider .current{
  z-index:1 !important;
}
/*---controls---*/
.edslider .controls{
  bottom: 0;
  height: 0;
  position:absolute;
  width: 100%;
  z-index:2;
}
.edslider .controls .navigator{
  background: rgba(0,0,0,.3);
  background-image:url(../img/sprite-navigator.png);
  cursor:pointer;
  display:block;
  width:50px;
  height:50px;
  position: absolute;
  overflow: hidden;
  top:-350px;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  transition: background .2s;
}
.edslider .controls .next{
  background-position:0 0;
  right: 0;
}
.edslider .controls .prev{
  background-position:0 -50px;
  left: 0;
}
.edslider .controls .next:hover,
.edslider .controls .prev:hover{
  background-color: rgba(0,0,0,.6);
}
.edslider .controls .paginator{
  position: relative;
  bottom:50px;
  text-align: center;
}
.edslider .controls .paginator li{
  background:rgba(0,0,0,.7);
  -moz-border-radius: 8px;
       border-radius: 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display:inline-block;
  height:16px;
  width:16px;
  margin:0 3px;
  cursor:pointer;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  transition: background .2s;
}
.edslider .controls .paginator li.current,
.edslider .controls .paginator li:hover,
.edslider .progress{
  background:rgba(255,255,255,.5);
}
.edslider .progress{
  position: absolute;
  bottom:0;
  height:3px;
  z-index:2;
}
/*about*/
#about{
  width: 100%;
  padding-bottom: 20px;
}
#about ul.cir{
  width: 100%;
  height: 300px;
  padding: 40px 0;
}
#about ul.cir li{
  height: 100%;
  width: 340px;
  margin-right: 90px;
  float: left;
}
#about ul.cir li a .pic{
  display: block;
  margin:20px auto;
  width: 250px;
  height: 250px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  transition:.5s;
  -moz-transition: .5s; /* Firefox 4 */
  -webkit-transition: .5s; /* Safari 和 Chrome */
  -o-transition: .5s; /* Opera */
}
#about ul.cir li:nth-child(3){
  margin-right: 0px;
}
#about ul.cir li a .pic:hover{
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#about .about{
  width: 100%;
  padding-bottom: 30px;
  background: #F6F6F6;
}
#about .about .icon{
  width: 540px;
  height: 120px;
  margin: 40px auto;
  overflow: hidden;
}
#about .about .icon li{
  float: left;
    width: 120px;
    height: 120px;
    margin:0 30px;
}
#about .about .icon li a:nth-child(1){
  display: block;
  margin:0 auto;
  width: 45px;
  height: 45px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#about .about .icon li a:nth-child(2){
  display: block;
  width: 100%;
  height: 30px;
  padding-top: 35px;
  text-align: center;
  color:#c0c0c0;
  font-size: 16px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#about .about .icon li:hover a:nth-child(2){
  color:#5EA1D0;
}
#about .about .icon li:hover a.icon1{
  -webkit-transform: rotateY(360deg);
     -moz-transform: rotateY(360deg);
          transform: rotateY(360deg);
    background:url('../img/icon-blue.png') no-repeat -72px -10px;
}
#about .about .icon li:hover a.icon2{
  -webkit-transform: rotateY(360deg);
     -moz-transform: rotateY(360deg);
          transform: rotateY(360deg);
    background:url('../img/icon-blue.png') no-repeat -10px -10px;
}
#about .about .icon li:hover a.icon3{
  -webkit-transform: rotateY(360deg);
     -moz-transform: rotateY(360deg);
          transform: rotateY(360deg);
    background:url('../img/icon-blue.png') no-repeat -132px -10px;
}
#about .about .icon li a.icon1{
    background:url('../img/icon.png') no-repeat -72px -10px;
}
#about .about .icon li a.icon2{
    background:url('../img/icon.png') no-repeat -10px -10px;
}
#about .about .icon li a.icon3{
    background:url('../img/icon.png') no-repeat -132px -10px;
}
#about .about .content{
  margin-bottom: 40px;
}
#about .about .content >p{
  width: 100%;
  text-align: center;
  color:#666;
  font-size: 16px;
}
#about .about .ban{
  width: 100%;
  position: relative;
}
#index_box{
  width: 1126px;
  height: 176px;
  margin:0 auto;
}
#index_box li{
  float: left;
  width: 259px;
  height: 176px;
  margin:0 15px;
}
#about .about .ban .cma{
  display: block;
  position: absolute;
  top:50%;
  width: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  cursor: pointer;
  font-size: 48px;
  padding: 5px;
  background:#999;
  font-family: '宋体';
  color:white;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#about .about .ban .cma:hover{
  background: #ccc;
}
#cm1{left:0;}
#cm2{right:0;}
/*product*/
#product{
  width: 100%;
  height: 780px;
  background: url('../img/product_bg.jpg') no-repeat center center / 100% 100%;
}
.longtitle{
  text-align: center;
  color:#a0a0a0;
  font-size: 22px;
  padding: 30px 0 80px 0;
}
#product .show li{
  float: left;
    width: 200px;
    height: 440px;

}
#product .show li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color:#666;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#product .show li:hover a{
  font-size: 20px;
}
#product .show li a>p{
  height: 30px;
  line-height: 30px;
  margin-bottom: 50px;
}
#product .show li a .skew{
  width: 180px;
  height: 300px;
  background: white;
  margin:0 5px;
  overflow: hidden;
}
#product .show li a .skew img{
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#product .show li:nth-child(2n) a .skew{
  -webkit-transform: skew(0deg,30deg);
     -moz-transform: skew(0deg,30deg);
      -ms-transform: skew(0deg,30deg);
          transform: skew(0deg,30deg);
}
#product .show li:nth-child(2n-1) a .skew{
    -webkit-transform: skew(0deg,-30deg);
       -moz-transform: skew(0deg,-30deg);
        -ms-transform: skew(0deg,-30deg);
            transform: skew(0deg,-30deg);
}
#product .show li:hover a .skew img{
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/*application*/
#app{
    padding: 100px 0;
}
#app ul li{
  float: left;
}
#app ul li{
  position: relative;
  width: 600px;
  overflow: hidden;
}
#app ul li:nth-child(1){
  height: 268px;
}
#app ul li.small{
  height: 134px;
}
#app ul li.small .name{
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
#app ul li:nth-child(1) .name{
  height: 65px;
  line-height: 65px;
  font-size: 26px;
}
#app ul li:nth-child(2) {
  height: 134px;
}
#app ul li a{
  display: block;
    width: 100%;
    height: 100%;
}
#app ul li a .name{
  position: absolute;
  width: 100%;
  bottom:0;
  left:0;
  text-align: center;
  background: black;
  opacity: 0.3;
  color:white;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#app ul li:hover a img{
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#app ul li:hover a img{
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#app ul li:nth-child(1):hover .name{
  height: 268px;
  line-height: 268px;
}
#app ul li.small:hover .name{
  height: 134px;
  line-height: 134px;
}
/*news*/
#news{
  padding: 30px 0 130px 0;
}
#news .news{
  width: 600px;
  height: 366px;
}
#news .news .t{
  margin-bottom: 32px;
}
#news .news .t a{
  padding: 0 20px;
  border-right:2px solid #a0a0a0;
  font-size: 26px;
  color:#a0a0a0;

}
#news .news .t a:hover{
  color:#5EA1D0;
}
#news .news .t a.hover{
  color:#5EA1D0;
}
#news .news .t a:last-child{
  border:none;
}
#news .news .content{
  padding: 0 20px;
}
#news .news .content li .time{
  width: 60px;
  margin-right: 20px;
}
#news .news .content li{
  width: 100%;
  padding-bottom: 5px;
  margin-bottom:10px;
  border-bottom:1px solid #a0a0a0;
}
#news .news .content li .text{
  width: 416px;
  transition: all .3s;
}
#news .news .content li .text p:nth-child(1){
  color:#555;
  font-size: 18px;
  margin-bottom: 5px;
}
#news .news .content li .text p:nth-child(2){
  color:#b6b6b6;
  font-size: 12px;
}
#news .news .content li .time1{
  font-size: 40px;
  line-height: 40px;
  color:#999;
}

#news .news .content li .time2{
  font-size: 12px;
  line-height: 12px;
  color:#b6b6b6;
}
#news .news .show1{
  display: none;
}
#news .news .content li:hover .text{
  margin-left: 10px;
}
