@charset "UTF-8";
/*****公共标题*****/
#title{
  position: relative;
  width: 100%;
  height: 100px;

}
#title .title{
  position: absolute;
}
#title .title .left{
  font-size:126px;
  color:#0068ff;
  height: 100px;
  line-height: 100px;
}
#title .title .right{
  height: 100px;
}
#title .title .right p:nth-child(1){
  font-size: 40px;
  line-height: 65px;
}
#title .title .right p:nth-child(2){
  font-size: 32px;
  color:#999;
}
/*****header*****/
#header{
  height: 100px;
  width: 100%;
}
#header .left{
  display: block;
  margin-right: 50px;
}
#header ul.topbar li a{
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#header ul.topbar li a:hover{
  color:#0068ff;
}
#header ul.topbar li a.hover{
  color:#0068ff;
}
#header .right{
  margin-top: 40px;
}
#header .right .search{
  position: relative;
  width: 140px;
  margin-right: 20px;
}
#keyword{
  outline: none;
  border:none;
  -moz-border-radius:10px;
  border-radius:10px;
  border:1px solid #ccc;
  height:20px;
  margin-right: 10px;
  text-indent: 10px;
  font-size:14px;
}
#header .right .search > button{
  position: absolute;
  border:none;
  outline: none;
  right:0;
  top:6px;
  width: 11px;
  height: 11px;
  cursor: pointer;
  background: url('../img/search.png') no-repeat center center;
}
#header .right .lang{
  width: 20px;
  padding-left:10px;
  height: 20px;
  border-left: 1px solid #ccc;
}
#header .right .lang:hover{
  font-weight: bold;
}

/*****banner*****/
/*---slide show skin---*/
#banner{
  width: 100%;
  height: 680px;
  overflow: hidden;
}
.edslider{
  position:relative;
  margin:auto;
}
.edslider ul{
  position:relative;
}
.edslider > ul li{
  display:none;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
}
.edslider a{
  display:block;
}
.edslider a img{
  border:0;
}
.edslider .current{
  z-index:1 !important;
}
/*---controls---*/
.edslider .controls{
  top: 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: 315px;
  -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;
  text-align: center;
  top:630px;
}
.edslider .controls .paginator li{
  background:rgba(255,255,255,.8);
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
  display:inline-block;
  height:20px;
  width:20px;
  margin:0 20px;
  cursor:pointer;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  transition: background .2s;
}
.edslider .controls .paginator li.current{
  background: #4faad3;
}
.edslider .progress{
  background:rgba(255,255,255,.5);
}
.edslider .progress{
  position: absolute;
  top: 0;
  height:3px;
  z-index:2;
}
/*文字图片动画*/
#banner .item{
  display: block;
  width: 100%;
  height: 680px;
}

#banner .first img{
  top:109px;
  left:31.5%;
}

#banner .second img{
  top: 100px;
  right: 19%;
}

#banner .third img{
  top:100px;
  left: 23%;
}

/*****des*****/
#des{
  position: relative;
  height: 200px;
  width: 100%;
  font-size:16px;
  color:#555;
  font-style:italic;
  padding-top: 10px;
}
#des .summary >i{
  position: absolute;
  display: block;
  bottom:0;
  right: 0;
}
#des .summary{
  width: 100%;
  height: 200px;
  line-height: 2
}

/*product*/
#product{
  width: 100%;
  padding-top: 60px;
  height: 1800px;
}
#product ul.p_main li:nth-child(1){
  position: relative;
  width: 100%;
  height: 324px;
  margin-bottom: 70px;
}
#product ul.p_main li:nth-child(2){
  width: 100%;
  height: 348px;
  margin-bottom: 120px;
}
#product ul.p_main li:nth-child(3){
  position: relative;
  width: 100%;
  height: 371px;
  margin-bottom: 120px;
}
#product ul.p_main li:nth-child(3) .title_bg{
  position: absolute;
  left: 620px;
  top: 40px;
  width: 269px;
  height: 76px;
  background: url('../img/title-bg.png') no-repeat center center;
}
#product ul.p_main li:nth-child(1) .title_bg{
  position: absolute;
  left: 390px;
  top: 80px;
  width: 269px;
  height: 76px;
  background: url('../img/title-bg.png') no-repeat center center;
}
#product ul.p_main li .title_bg > p{
  color:white;
  font-size:40px;
  line-height: 40px;
  margin: 14px 0 0 45px;
}
#product .item1 .tedian{
  width: 600px;
  margin-top: 190px;
  line-height: 1.5;
}
#product .item1 p:nth-child(1){
  color:#0068ff;
  font-size: 20px;
}
#product .item1 p:nth-child(2){
  font-size: 16px;
}
#product .item2{
  width: 534px;
  margin-top: 50px;
}
#product .item2 > p:nth-child(1){
  color:#1997da;
  font-size: 22px;
}
#product .item2 > p:nth-child(2){
  font-size: 16px;
  line-height: 1.5;
}
#product .item3{
  width: 534px;
  margin-top: 180px;
}
#product .item3 .tedian > p:nth-child(1){
  color:#0068ff;
  font-size: 20px;
}
#product .item3 .tedian > p:nth-child(2){
  font-size: 16px;
  margin-bottom: 40px;
}
#product .item3 .tedian > p:nth-child(3){
  font-size: 16px;
}
#product ul.p_main li:hover .tedian p:nth-child(3),#product ul.p_main li:hover .tedian p:nth-child(2),#product .item2 > p:nth-child(2){
  color:#666;
}
#product .p_main li .pic 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;
}
#product .p_main li:nth-child(1) .pic{
  width: 445px;
  height: 324px;
  overflow: hidden;
}
#product .p_main li:nth-child(2) .pic{
  width: 599px;
  height: 348px;
  overflow: hidden;
}
#product .p_main li:nth-child(3) .pic{
  width: 638px;
  height: 371px;
  overflow: hidden;
}
#product .p_main li:nth-child(1):hover .pic img,#product .p_main li:nth-child(2):hover .pic img,#product .p_main li:nth-child(3):hover .pic img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*产品列表轮播*/
#product .p_list{
  width: 1050px;
  height: 53px;
  margin:0 auto;
  overflow: hidden;
}
#product_list li{
  float: left;
  width: 159px;
  height: 33px;
  margin:10px 25px;
}
#product_list li a{
  position: relative;
  display: block;
  width: 100%;
  height: 33px;
  border:1px solid #70aafe;
  text-align: center;
  line-height: 33px;
  font-size: 20px;
  color:#666;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#product_list li a .line {
    display: inline-block;
    background-color: #70aafe;
    position: absolute;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

#product_list li a .line_top {
    height: 1px;
    width: 0;
    left: -50%;
    top: -2px;
}

#product_list li a:hover .line_top {
    width: 100%;
    left: 0px;
}

#product_list li a .line_right {
    height: 0;
    width: 1px;
    top: -50%;
    right: -2px;
}

#product_list li a:hover .line_right {
    height: 100%;
    top: 0px;
}

#product_list li a .line_bottom {
    width: 1px;
    height: 0;
    bottom: -50%;
    left: -2px;
}

#product_list li a:hover .line_bottom {
    height:100%;
    bottom:0px;
}

#product_list li a .line_left {
    height: 1px;
    width: 0;
    right: -50%;
    bottom: -2px;
}

#product_list li a:hover .line_left {
    width: 100%;
    right: 0px;
}
/*产品轮播*/
#product .p_pic{
  position: relative;
  width: 1050px;
  height: 200px;
  margin:20px auto;
}
#product .p_pic .btn{
  position: absolute;
  display: block;
  width: 23px;
  height: 59px;
  top:50%;
  margin-top: -30px;
  cursor: pointer;
  -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 .p_pic .btn:hover{
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
#product .p_pic .left{
  background: url('../img/p_left.png') no-repeat center center;
  left:-76px;
}
#product .p_pic .right{
  background: url('../img/p_right.png') no-repeat center center;
  right:-75px;
}
#product_pic li{
  float: left;
  width: 180px;
  height: 180px;
  margin:15px 15px;
}
#product_pic li a{
  display: block;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 0 #478af3;
  -moz-box-shadow: 0 0 20px 0 #478af3;
  box-shadow: 0 0 20px 0 #478af3;
  color:white;
  width: 100%;
  height: 180px;
  background: white;
  overflow: hidden;
}
#product_pic li:hover a{
  -webkit-box-shadow: 0 0 30px 0 #478af3;
  -moz-box-shadow: 0 0 30px 0 #478af3;
  box-shadow: 0 0 30px 0 #478af3;
}
/*****about*****/
#about{
  width: 100%;
  height: 950px;
  padding-top: 100px;
}
#about .main{
  position: relative;
  width: 100%;
  height: 735px;
  overflow: hidden;
  margin-top: 60px;
  background: url('../img/about-bg.jpg') no-repeat center center;
}
#about .main .blue{
  position: absolute;
  top:0;
  left:0;
}
@media (min-width: 1700px) and (max-width: 1900px) {
  #about .main .blue {
    left:-5%;
  }
}
@media (min-width: 1500px) and (max-width: 1700px) {
  #about .main .blue {
    left:-10%;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  #about .main .blue {
    left:-20%;
  }
}
@media screen and (max-width: 1200px) {
  #about .main .blue {
    left:-20%;
  }
}
#about .main .line1{
  position: absolute;
  top:110px;
  right:0;
}
#about .main .des{
  position: relative;
}
#about .main .des > p{
  position: absolute;
  top:60px;
  left:35px;
  font-size:22px;
  color:white;
  padding: 10px 20px;
  border-bottom:6px solid #0068ff;
}
#about .main .content{
  position: absolute;
  color:white;
  width: 520px;
  top:175px;
  left:0;
  font-size:16px;
}
#about .main .content>p:nth-child(1){
  font-size: 40px;

}
#about .main .content>p:nth-child(2){
  font-size: 26px;
  margin-bottom: 70px;
}
#about .main .content a.more{
  position: absolute;
  bottom:-140px;
  left: 200px;
  display: block;
  width: 91px;
  height: 52px;
  line-height: 50px;
  background: white;
}
#about .main .content .add{
  position: relative;
  width: 28px;
  height: 28px;
  margin:14px auto;
}
#about .main .content .add .m{
  position: absolute;
  top:13px;
  display: block;
  width: 28px;
  height: 2px;
  background:#0068ff;
}
#about .main .content .add .line{
  position: absolute;
  display: block;
  left:13px;
  width: 2px;
  height: 13px;
  background:#0068ff;
}
#about .main .content .add .t{
  top:0;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  transition:all .3s;
}
#about .main .content .add .b{
  bottom:0;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  transition:all .3s;
}
#about .main .content a.more:hover .add .t{
  -webkit-transform:rotate(135deg);
  -moz-transform:rotate(135deg);
  -ms-transform:rotate(135deg);
  transform:rotate(135deg);
  left:21px;
  top:2px;
}
#about .main .content a.more:hover .add .b{
  -webkit-transform:rotate(-135deg);
  -moz-transform:rotate(-135deg);
  -ms-transform:rotate(-135deg);
  transform:rotate(-135deg);
  left: 21px;
  bottom:2px;
}

/*****davantage*****/
#advantage{
  width: 100%;
  padding-bottom: 200px;
}
#advantage .main{
  margin-top: 100px;
  width: 100%;
}
#advantage .main li{
  float: left;
  width: 566px;
  margin-bottom: 70px;
}
#advantage .main li:nth-child(2n-1){
  margin-right: 68px;
}
#advantage .main li .title{
  margin-bottom: 20px;
  height: 50px;
}
#advantage .main li .title >img{
  margin-right: 20px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#advantage .main li .title .right p:nth-child(1){
  font-size:30px;
  line-height: 34px;
}
#advantage .main li .title .right p:nth-child(2){
  font-size:12px;
  color:#666;
}
#advantage .main li .des .pic{
  width: 566px;
  height: 344px;
  overflow: hidden;
}
#advantage .main li .des .pic 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;
}
#advantage .main li:hover .des .pic img{
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#advantage .main li .des p{
  height: 70px;
  font-size:14px;
  line-height: 1.5;
  padding:15px;
  background:#70aafe;
  color:white;
}
#advantage .main li:hover .title>img{
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#advantage .more{
  display: block;
  width: 100%;
  height: 189px;
  background: url('../img/more.jpg') no-repeat center center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#advantage .more:hover{
  -webkit-box-shadow: 10px 10px 10px 0 #bbb;
  -moz-box-shadow: 10px 10px 10px 0 #bbb;
  box-shadow: 10px 10px 10px 0 #bbb;
}

/*****news*****/
#news{
  height: 600px;
  background: url('../img/news-bg.jpg') no-repeat center center;
}
#news ul{
  margin-top: 50px;
  height: 450px;
}
#news ul li{
  float: left;
  width:282px;
  padding:0 58px;
  height: 285px;
  border-right:2px solid #bbb;
}
#news ul li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#news ul li:last-child{
  border-right:none;
}
#news ul li .pic{
  width: 282px;
  height: 163px;
  background: white;
  overflow: hidden;
}
#news ul li .des p:nth-child(1) {
  margin-top: 10px;
  margin-bottom: 30px;
}
#news ul li .des p:nth-child(1) .title{
  float: left;
  color:#70aafe;
  font-size:18px;
}
#news ul li .des p:nth-child(1) .time{
  float: right;
  color:#666;
  font-size:10px;
}
#news ul li .des p:nth-child(2) {
  color:#666;
  font-size:12px;
}
#news ul li:hover a{
  -webkit-box-shadow: 0 0 5px 0 #999;
  -moz-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 5px 0 #999;
}
#news .more{
  position: absolute;
  bottom:50px;
  left:50%;
  margin-left: -73px;
  display: block;
  width: 146px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color:#999;
  font-size: 20px;
  border:1px solid #999;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#news .more:hover{
 text-indent: 15px;
 color:#666;
}
/*****footer*****/
#footer{
  width: 100%;
  height: 200px;
}
#footer .h{
    display: flex;
    justify-content: space-between;
}
#footer .left{
  height: 100%;
  width: 950px;
}
#footer .left .logo{
  width: 300px;
  height: 80px;
  margin-top: 10px;
  margin-right: 50px;
  border-right:1px solid #ccc;
}
#footer .left .contact{
  height: 100px;
  font-size: 14px;
  color:#333;
  line-height: 2;
  margin-top: 10px;
}
#footer .left .contact span{
  margin-right: 60px;
}
#footer .left .copy{
  margin-top: 140px;
  color:#999;
  font-size: 14px;
}
#footer .left .copy a{
  color:#999;
  font-size: 14px;
}
#footer .right{
  /*position: absolute;*/
  /*top:50%;*/
  /*margin-top: -62px;*/
  /*right:0;*/
  margin-top: 64px;
}
#footer .right p{
  color:#999;
  font-size: 14px;
  text-align: center;
}
