@font-face { font-family: 'icomoon'; src: url('fonts/icomoon.ttf') format('truetype'); font-weight: normal;  font-style: normal;}
[class^="icon-"], [class*=" icon-"], [class*="owl-"] { font-family: 'icomoon' !important; speak: none; font-style:normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
hr{border:0;border-bottom:1px solid #cfd2d9}
#logo{
    position: absolute;
    top:50px;
    left:74px;
    z-index: 9999;
}

.nav {
  position: relative;
  width: auto;
  display: inline-block;
  border: none;
  z-index: 9999;
}

.btn-nav {
  position: fixed;
  top: 66px;
  right: 74px;
  background: transparent;
  border: none;
  padding: 10px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  z-index: 99999;
  background: #e60012;
}

.btn-nav:focus {
  outline: 0;
}

.icon-bar {
  display: block;
  margin: 8.5px 0;
  width: 34px;
  height: 2px;
  background-color: #FFFFFF;
  margin-left: 8px;
}

.btn-nav:hover .icon-bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #FFF;
}

.nav-content {
  position: fixed;
  top: -100%;
  bottom: 0;
  left: 0;
  right: 0;
/*  background:url("/img/na01.jpg") no-repeat;*/
  background: rgb(0,0,0,0.6);
  display: block;
  height: 100%;
  z-index: 1000;
}

.nav-list {
  list-style: none;
  padding: 0;
  position: relative;
  top: 16%;

}

.item-anchor:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.item-anchor {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 10px;
}

.item-anchor:hover,
.item-anchor:focus,
.nav-item:hover .item-anchor{
  
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.nav-item {
  text-align: center;
    height: 100px;
    transition: all .3s;
    border-bottom: 1px solid;
    border-color: rgba(162,159,160,0.3);
}
.nav-list .nav01{
    border-top: 1px solid;
    border-color: rgba(162,159,160,0.3);
}
.nav-item:hover{
background: rgba(255,255,255,0.2)
    }
.nav-item a{
    font-size: 16px;
    color: #fff;
    line-height: 108px;
    display: inline-block;
}
.nav-item.nav01 a{ 
    background: url("/img/icon01.png") no-repeat;
    background-position: center 26px;
}
.nav-item.nav02 a{ 
    background: url("/img/icon02.png") no-repeat;
    background-position: center 26px;
}
.nav-item.nav03 a{ 
    background: url("/img/icon03.png") no-repeat;
    background-position: center 26px;
}
.nav-item.nav04 a{ 
    background: url("/img/icon04.png") no-repeat;
    background-position: center 20px;
}
.nav-item.nav05 a{ 
    background: url("/img/icon05.png") no-repeat;
    background-position: center 26px;
}
.nav-item.nav06 a{ 
    background: url("/img/icon06.png") no-repeat;
    background-position: center 26px;
}
li.nav-item:hover a{
    line-height: 72px;
    background: url("/img/icon07.png") no-repeat;
    background-position: center 68px; 
}

.animated {
  display: block;
  margin: 0 auto;
}

.animated:hover .icon-bar,
.animated:focus .icon-bar{
  background-color: #c48808;
}

.animated:focus {
  cursor: pointer;
  z-index: 9999;
}

.middle {
  margin: 0;
}

.icon-bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  z-index: 999999;
}

.animated .icon-bar {
  z-index: 999999;
  background-color: #fff;
}

.animated .top {
  -webkit-transform: translateY(10px) rotateZ(45deg);
  -moz-transform: translateY(10px) rotateZ(45deg);
  -ms-transform: translateY(10px) rotateZ(45deg);
  -o-transform: translateY(10px) rotateZ(45deg);
  transform: translateY(10px) rotateZ(45deg);
}

.animated .bottom {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -moz-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotateZ(-45deg);
  -o-transform: translateY(-11px) rotateZ(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.animated .middle {
  width: 0;
}

@keyframes showNav {
  from {
    top: 100%;
  }
  to {
   top: 0;
  }
}

@-webkit-keyframes showNav {
  from {
    top: 100%;
  }
  to {
    top: 0;
  }
}

@-moz-keyframes showNav {
  from {
    top: 100%;
  }
  to {
    top: 0;
  }
}

@-o-keyframes showNav {
  from {
    top: 100%;
  }
  to {
    top: 0;
  }
}

.showNav {
  -webkit-animation: showNav .3s ease forwards;
  -moz-animation: showNav .3s ease forwards;
  -o-animation: showNav .3s ease forwards;
  animation: showNav .3s ease forwards;
}

@keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: 100%;
  }
}

@-webkit-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: 100%;
  }
}

@-moz-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: 100%;
  }
}

@-o-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: 100%;
  }
}

.hideNav {
  -webkit-animation: hideNav .8s ease forwards;
  -moz-animation: hideNav .8s ease forwards;
  -o-animation: hideNav .8s ease forwards;
  animation: hideNav .8s ease forwards;
}

.hidden {
  display: none;
}

.icon-bar {
  display: block;
  margin: 8.5px 0;
  width: 34px;
  height: 2px;
  background-color: #FFFFFF;
  margin-left: 8px;
}

.btn-nav:hover .icon-bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #FFF;
}

.middle {
  margin: 0;
}

.vertical{
    width: 1px;
    height: 300px;
    background: rgba(255,255,255,0.3);
    position: absolute;
    bottom: 0px;
    right: 60px;
    z-index: 999;
    animation:mymove 2s ease-in-out 0s 1 alternate forwards;
    -webkit-animation:mymove 2s ease-in-out 0s 1 alternate forwards;
}

@keyframes mymove
{
0% {height:300px;}
100% {height:100%;}
}

@-moz-keyframes mymove /* Firefox */
{
0% {height:300px;}
100% {height:100%;}
}

@-webkit-keyframes mymove /* Safari or Chrome */
{
0% {height:300px;}
100% {height:100%;}
}

@-o-keyframes mymove /* Opera */
{
0% {height:300px;}
100% {height:100%;}
}

.Horizontal{
    width: 300px;
    height: 1px;
    background: rgba(255,255,255,0.3);
    position: absolute;
    bottom: 49px;
    left: 0px;
    z-index: 999;
    animation:mymove2 2s ease-in-out 0s 1 alternate forwards;
    -webkit-animation:mymove2 2s ease-in-out 0s 1 alternate forwards;
}

@keyframes mymove2
{
0% {width:300px;}
100% {width:100%;}
}

@-moz-keyframes mymove2 /* Firefox */
{
0% {width:300px;}
100% {width:100%;}
}

@-webkit-keyframes mymove2 /* Safari 鍜� Chrome */
{
0% {width:300px;}
100% {width:100%;}
}

@-o-keyframes mymove2 /* Opera */
{
0% {width:300px;}
100% {width:100%;}
}


.font_left{
    position: absolute;
    bottom: 67px;
    z-index: 5;
}
.font_left .font1{
    position:absolute;
    bottom:0;
    animation:font1 1.5s ease-in-out 0s 1 alternate forwards;
    -webkit-animation:font1 1.5s ease-in-out 0s 1 alternate forwards;
}
.font_left .font2{
    position: absolute;
    bottom:70px;
    left: 120px;
    animation:font2 3s ease-in-out 0s 1 alternate forwards;
    -webkit-animation:font2 3s ease-in-out 0s 1 alternate forwards;
}

.section1 span{
    position: absolute;
    right: 90px;
    bottom: 12px;
    color: #edeaea;
    font-size: 12px;
    z-index: 999;
}
.section1 span a{
    color: #edeaea;
    font-size: 12px;
    text-decoration: none;
}
.section1 span img{
  vertical-align: middle;
}

@keyframes font1
{
0% {left:0;opacity: 0.1;}
100% {left:60px;opacity: 1;}
}

@-moz-keyframes font1 /* Firefox */
{
0% {left:0;opacity: 0.1;}
100% {left:60px;opacity: 1;}
}

@-webkit-keyframes font1 /* Safari or Chrome */
{
0% {left:0;opacity: 0.1;}
100% {left:60px;opacity: 1;}
}

@-o-keyframes font1 /* Opera */
{
0% {left:0;opacity: 0.1;}
100% {left:60px;opacity: 1;}
}



@keyframes font2
{
0% {bottom:0;opacity: 0.1;}
100% {bottom:70px;opacity: 1;}
}

@-moz-keyframes font2 /* Firefox */
{
0% {bottom:0;opacity: 0.1;}
100% {bottom:70px;opacity: 1;}
}

@-webkit-keyframes font2 /* Safari or Chrome */
{
0% {bottom:0;opacity: 0.1;}
100% {bottom:70px;opacity: 1;}
}

@-o-keyframes font2 /* Opera */
{
0% {bottom:0;opacity: 0.1;}
100% {bottom:70px;opacity: 1;}
}


.font_right{
    position: absolute;
    right: 76px;
    bottom: 0px;
    z-index: 5;
}
.font_right .font3{
    position: absolute;
    bottom: 0px;
    right:0px;
    animation:font3 3s ease-in-out 0s 1 alternate forwards;
    -webkit-animation:font3 3s ease-in-out 0s 1 alternate forwards;
}
.font_right .font4{
    position: absolute;
    bottom: 40px;
    right:2px;
    animation:font4 3s ease-in-out 0s 1 alternate forwards;
    -webkit-animation:font4 3s ease-in-out 0s 1 alternate forwards;
}



@keyframes font3
{
0% {bottom:150px;opacity: 0.1;}
100% {bottom:100px;opacity: 1;}
}

@-moz-keyframes font3 /* Firefox */
{
0% {bottom:150px;opacity: 0.1;}
100% {bottom:100px;opacity: 1;}
}

@-webkit-keyframes font3 /* Safari or Chrome */
{
0% {bottom:150px;opacity: 0.1;}
100% {bottom:100px;opacity: 1;}
}

@-o-keyframes font3 /* Opera */
{
0% {bottom:150px;opacity: 0.1;}
100% {bottom:100px;opacity: 1;}
}



@keyframes font4
{
0% {bottom:0;opacity: 0.1;}
100% {bottom:130px;opacity: 1;}
}

@-moz-keyframes font4 /* Firefox */
{
0% {bottom:0;opacity: 0.1;}
100% {bottom:130px;opacity: 1;}
}

@-webkit-keyframes font4 /* Safari or Chrome */
{
0% {bottom:0;opacity: 0.1;}
100% {bottom:130px;opacity: 1;}
}

@-o-keyframes font4 /* Opera */
{
0% {bottom:0;opacity: 0.1;}
100% {bottom:130px;opacity: 1;}
}

.container {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
}

.content{
  width:100%;
  height:100%;
}

.content p {
  font-size:7rem;
  color:#fff;
  text-align:center;
  font-family: '黑体';
  line-height:100vh;
  visibility: collapse;
}

#c {
  position:absolute;
  left:0;
  top:-14%;
  z-index: 8;
}

.mouse {
    width: 20px;
    height: 36px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 12px;
    z-index: 999;
    opacity: 0.4;
}

.mouse:after {
    content: "";
    position: absolute;
    height: 7px;
    width: 2px;
    background-color: #fff;
    border-radius: 100%;
    left: 50%;
    margin-left: -1px;
    top: 5px;
     -webkit-animation: rotateplane 1.2s infinite ease-in-out;
             animation: rotateplane 1.2s infinite ease-in-out;
}

@keyframes rotateplane 
{ 
    0% {
        transform: translateY(0px);
        -ms-transform:translateY(0px);  /* IE 9 */
        -moz-transform:translateY(0px);   /* Firefox */
        -webkit-transform:translateY(0px); /* Safari å’Œ Chrome */
        -o-transform:translateY(0px);   /* Opera */
    }

    100% {
        transform: translateY(5px);
        -ms-transform:translateY(5px);  /* IE 9 */
        -moz-transform:translateY(5px);   /* Firefox */
        -webkit-transform:translateY(5px); /* Safari å’Œ Chrome */
        -o-transform:translateY(5px);   /* Opera */
    }
}


.coverpng{position:absolute;height:100%;width:100%; top:0;left:0;overflow: hidden;}
.coverpng video{object-fit: fill;width: 100%;height:100%;}
.coverpng .img{width:100%; height:100%; background:url('/img/cover.png') repeat; position:absolute; opacity: 0.7;}

.section3{
  background: url(/img/bg1.jpg) no-repeat center center;background-size: cover;
}
.section3 h3{
  text-align: center;
}

.section3 .about-us{
  position:absolute;
  top:28%;
  width:100%;
  padding: 0 25%;
  height: 50%;
  text-align:center;
}
.section3 .about-us .companyinfo{
  width:100%;
  color: #fff
}
.section3 .about-us .companyinfo .name{
  width:100%;
}
.section3 .about-us .companyinfo .name h1{
  font-size:50px;
  margin-bottom: 15px;
  letter-spacing: 5px;
  color: #f20;
}

.section3 .about-us .companyinfo .links{
  width: 100%;
  text-align: center;
  padding-top: 4rem;
}
.section3 .about-us .companyinfo .links a{
  display: inline-block;
  border: 1px #aaa solid;
  color: #fff;
  padding: 0.8rem 3rem;
  vertical-align: top;
  margin: 0 1rem;
  text-decoration: none;
  border-radius: 10px
}
.section3 .about-us .companyinfo .links a:hover{
  background: #fff;
  color: #222;
}


.section3 .about-us .companyinfo .name h2{
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 1px;
  width:100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 25px;
}


.section3 .about-us .companyinfo .links{
}

@keyframes links
{
0%   {opacity: 0;}
100% {opacity: 1;}
}

@keyframes about-1
{
0%   {opacity: 0;letter-spacing: 0;font-size: 30px;}
100% {opacity: 1;letter-spacing: 5px; font-size: 50px;}
}
@keyframes about-2
{
0%   {opacity: 0;padding-top:20px }
100% {opacity: 1;padding-top:0 }
}

.section3 .about-us .companyinfo .name i{
  width:185px;
  height: 1px;
  background:rgb(255,255,255,0.2);
  display:inline-block;
  vertical-align: middle;
}

.section3 .about-us .companyinfo .name i{
  opacity: 0;
  -webkit-animation:about-i 1s ease-in-out 2.5s 1 alternate forwards;
}

@keyframes about-i
{
0%   {opacity: 0;width:10px; }
100% {opacity: 1;width:185px}
}

.section3 .about-us .companyinfo .intro{
  width:100%;
  padding-top: 40px;
  line-height: 35px
}

.section3 .about-us .companyinfo .intro{
  opacity: 0;
  -webkit-animation:about-3 1.5s ease-in-out 3s 1 alternate forwards;
}
@keyframes about-3
{
0%   {opacity: 0;padding-top:65px }
100% {opacity: 1;padding-top:40px }
}

.section3 .about-us .numblock{
  width:100%;
  padding: 0 10%;
  padding-top: 8%;
  font-size: 0;
  text-align:left;
}
.section3 .about-us .numblock dl{
  width:25%;
  display: inline-block;
  vertical-align: top;
  padding-left: 5%;
  border-right: 1px rgb(255,255,255,0.3) solid;
}
.section3 .about-us .numblock dl:last-child{
  border-right: none;
}

.section3 .about-us .numblock dl dt{
  color: #fff;
  font-size: 12px;
}
.section3 .about-us .numblock dl dt h1{
  color: #fff;
  font-size: 35px;
  font-family:"Arial";
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-right: 5px;
}
.section3 .about-us .numblock dl dd{
  color: #aaa;
  padding-top: 5px;
}

.section3 .about-us .numblock dl{
  opacity: 0;
  -webkit-animation:about-numblock-1 1.5s ease-in-out 4s 1 alternate forwards;
}
.section3 .about-us .numblock dl:nth-child(2){
  -webkit-animation:about-numblock-1 1.5s ease-in-out 4.5s 1 alternate forwards;
}
.section3 .about-us .numblock dl:nth-child(3){
  -webkit-animation:about-numblock-1 1.5s ease-in-out 5s 1 alternate forwards;
}
.section3 .about-us .numblock dl:nth-child(4){
  -webkit-animation:about-numblock-1 1.5s ease-in-out 5.5s 1 alternate forwards;
}

@keyframes about-numblock-1
{
0%   {opacity: 0;width:20%;}
100% {opacity: 1;width:25%;}
}

.section3 .morenews{
  opacity: 0;
  -webkit-animation:news-more 1.5s ease-in-out 6s 1 alternate forwards;
}

.section4{
  background:url('/img/bg2.jpg') no-repeat center center;background-size: cover;
}
.section4 ul{
    width: 1440px;
    margin: 0 auto;
    padding-top: 320px;
}
.section4 ul li{
    width: 415px;
    height: 415px;
    float: left;
    margin: 0 32px;
    border-width: 1px;
    border-color: rgba(255,255,255,0.7);
    border-style: solid;
  list-style:none;
    top:4px;
    left: 4px;
}
.section4 ul li a{
    width: 415px;
    height: 415px;
    display: block;
    text-decoration:none;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    position: fixed;
}

.section4 ul li a img{
  width: 100%;
}
.section4 ul li a h1{
    margin-top: 30px;
    height: 44px;
    background: url("/img/line.png") no-repeat bottom;
}
/*.section4 ul li a p{
    margin:42px auto 0 auto;
    width: 350px;
}*/
.section4 ul li a p{
    margin:22px auto 0 auto;
    width: 350px;
    font-size: 20px
}
.section4 ul li a:hover span{
    border-color: rgba(255,255,255,0);
}

.section4 ul li span{
    width: 415px;
    height: 415px;
    display: block;
    position: absolute;
    top: 0px;
    left:0px;
    border-width: 1px;
    border-color: rgba(255,255,255,0.7);
    border-style: solid;
    -webkit-animation:index3 1s ease-in-out 1s 1 alternate forwards;
    opacity: 0;
    transition: all .5s;
}

.section4 ul li.box1 , .section4 ul li.box1 a{
    position: relative;
    transition: all .5s;
    -webkit-animation:index3-1 1.5s ease-in-out 1.5s 1 alternate forwards;
    opacity: 0;
}
.section4 ul li.box2 , .section4 ul li.box2 a{
    position: relative;
    transition: all .5s;
    -webkit-animation:index3-2 1.5s ease-in-out 2s 1 alternate forwards;
    opacity: 0;
}
.section4 ul li.box3 , .section4 ul li.box3 a{
    position: relative;
    transition: all .5s;
    -webkit-animation:index3-3 1.5s ease-in-out 2.5s 1 alternate forwards;
    opacity: 0;
}



@keyframes index3
{
0%   {opacity: 0;}
100% {opacity: 1 }
}

@keyframes index3-1
{
0%   {top: 100px;left: 0px; opacity: 0;}
100% {top: -6px;left: 4px;opacity: 1 }
}
@keyframes index3-2
{
0%   {top: 100px;left: 0px; opacity: 0;}
100% {top: -6px;left: 4px;opacity: 1 }
}
@keyframes index3-3
{
0%   {top: 100px;left: 0px; opacity: 0;}
100% {top: -6px;left: 4px;opacity: 1 }
}


@media screen and (max-width: 1500px){
    .section4 ul{
        width: 1400px;
        margin: 0 auto;
        padding-top: 300px;
    }
    .section4 ul li , .section4 ul li a , .section4 ul li span , .section4 ul li span{
        width: 400px;
        height: 400px;
    }
    .section4 ul li a p{
        width: 330px;
    }
}


.section5{
  position: relative;
  height: 100%;
  background:url('/img/bg5.jpg') no-repeat center center;background-size: cover;
}

.section3 .title,.section4 .title,.section5 .title,.section6 .title{
  width: 100%;
  position: absolute;
  text-align: center;
  top: 17%;
}

.section3 .title h5,.section4 .title h5,.section5 .title h5,.section6 .title h5{
  font-size: 35px;
  border-bottom: 1px #aaa solid;
  line-height: 55px;
  text-transform:uppercase;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.section3 .title h6,.section4 .title h6,.section5 .title h6,.section6 .title h6{
  font-size: 20px;
  line-height: 38px;
  color: #aaa;
  font-weight: normal;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}
/*.section3 .title,.section4 .title,.section5 .title,.section6 .title{*/
/*    -webkit-animation:news-title 1.5s ease-in-out 1s 1 alternate forwards;*/
/*    opacity: 0;*/
/*    top: 30%;*/
/*}*/
.section3 .morenews,.section5 .morenews{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 13%;
  left: 0;
  
}
.section5 .morenews{
  opacity: 0;
  -webkit-animation:news-more 1.5s ease-in-out 3s 1 alternate forwards;
}

.section3 .morenews a,.section5 .morenews a{
  display: inline-block;
  border: 1px #aaa solid;
  padding: 6px 40px;
  border-radius: 30px;
  color: #aaa;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
}
.section3 .morenews a:hover,.section5 .morenews a:hover{
  border-color: #f00;
  color: #fff;
  background: #f00;
  transition: all .3s;
}
.section5 .news-part{width: 100%;height: 100%; position: absolute;top: 30%}
.section5 .news-part .news-width{width: 100%;height: 100%;padding: 0 14%;margin:0 auto; overflow: hidden;}
.section5 .roll-box{margin: 0;width: 100%;height: 55%;position: relative;}
.section5 .item{margin: 0 4%;height: 100%;}
.section5 .item a {text-decoration: none;background:rgb(255,255,255,0);transition: all .5s;display: block;padding-bottom: 20px}
.section5 .item a{background:rgb(255,255,255,0.9);transition: all .5s;}
.section5 .item a .img img{width: 100%;margin-top:-35%;transition: all .2s;opacity: 0 }
.section5 .item a .img img{margin-top: 0;transition: all .2s;opacity: 1}
.section5 .item a .txt{color: #fff;padding: 20px}
.section5 .item a .txt .time{font-size: 28px;text-align: center;line-height: 40px;font-family:"Arial"}
.section5 .item a .time{color: #333}
.section5 .item a .line{text-align: center;}
.section5 .item a .line s{width: 15px;height: 1px;background: #f00;overflow: hidden;display:inline-block;}
.section5 .item a:hover .line s{width: 15px;-webkit-animation:title-line 0.5s ease-in-out 0s 1 alternate forwards;background: #f00}
.section5 .item a .stt {font-size: 16px;line-height:20px;padding-top: 15px;color:#333}
.section5 .item a:hover .stt{color: #000}
.section5 .item a .stc{color: #999;margin-top: 20px;line-height: 22px;font-size:14px;height:66px;overflow:hidden}
.section5 .item a:hover .stc{margin-top: 10px;transition:all .2s;}
.section5 .news-part{ opacity: 0;-webkit-animation:news-content 1.5s ease-in-out 2s 1 alternate forwards;}
.owl-carousel .owl-wrapper-outer {background: url(/img/point.png) repeat-x 0 52.5%;height: 470px}
.section5 .owl-controls .owl-prev, .section5 .owl-controls .owl-next{ font-size: 0; color: #333; width:60px; height:60px;border-radius: 50%; background: #fff; vertical-align: middle; text-align: center;transition: ease all 0.4s;-webkit-transition: ease all 0.4s;-moz-transition: ease all 0.4s;-o-transition: ease all 0.4s;position: absolute;top:45%;left:-4%;z-index: 100}
.section5 .owl-controls .owl-next{left: auto;right: -4%}
.section5 .owl-controls .owl-prev:hover, .section5 .owl-controls .owl-next:hover{ color: #fff;background: #f7d44d}
.section5 .owl-controls .owl-prev:hover{text-indent: -10px;}
.section5 .owl-controls .owl-next:hover{text-indent: 10px;}
.section5 .owl-controls .owl-prev:before, .section5 .owl-controls .owl-next:before{ content: "\e900"; font-size: 18px;line-height: 60px;}
.section5 .owl-controls .owl-next:before {content: "\e901";}

@keyframes news-title
{
0%   {opacity: 0;top:30%;}
100% {opacity: 1;top:17%; }
}

@keyframes title-line
{
0%   {width: 15%;}
100% {width: 15px; }
}

@keyframes news-content
{
0%   {opacity: 0;top:45%;}
100% {opacity: 1;top:30%; }
}
@keyframes news-more
{
0%   {opacity: 0;bottom:0;}
100% {opacity: 1;bottom:13%; }
}

.section6{
  background:url('/img/bg6.jpg') no-repeat center center;background-size: cover;
}
.section6 .contact{
  width: 100%;height: 40%; position: absolute;top: 37%;text-align:center;font-size: 0;padding: 0 18%;
}
.section6 .contact dl{
  width:20%;
  display: inline-block;
  padding:0 2%;
  vertical-align: top;
  color: #fff;
}
.section6 .contact dl{
  opacity: 0;
  padding:0;
  padding-right: 4%;
}
.section6 .contact dl:first-child{
  -webkit-animation:showContact 1s ease-in-out 2s 1 alternate forwards;
}
.section6 .contact dl:nth-child(2){
  -webkit-animation:showContact 1s ease-in-out 2.5s 1 alternate forwards;
}
.section6 .contact dl:nth-child(3){
  -webkit-animation:showContact 1s ease-in-out 3s 1 alternate forwards;
}
.section6 .contact dl:nth-child(4){
  -webkit-animation:showContact 1s ease-in-out 3.5s 1 alternate forwards;
}
.section6 .contact dl:nth-child(5){
  -webkit-animation:showContact 1s ease-in-out 4s 1 alternate forwards;
}
.section6 .contact dl dt{
  width:100%;
}
.section6 .contact dl i{
  width:90px;
  height: 90px;
  border-radius: 50%;
  border:1px #eee solid;
  display: inline-block;
  text-align:center;
  transition: all .2s;
}
.section6 .contact dl dt i.icon-local:before,.section6 .contact dl dt i.icon-contact:before,.section6 .contact dl dt i.icon-salestel:before,.section6 .contact dl dt i.icon-tel:before,.section6 .contact dl dt i.icon-email:before,.section6 .contact dl dt i.icon-message:before{
  content: "\e910";
  color: #fff;
  font-size: 42px;
  vertical-align: middle;
  line-height: 90px;
  transition: all .2s;
}
.section6 .contact dl dt i.icon-contact:before{
  content: "\e925";
}
.section6 .contact dl dt i.icon-salestel:before{
  content: "\e936";
}
.section6 .contact dl dt i.icon-tel:before{
  content: "\e922";
}
.section6 .contact dl dt i.icon-email:before{
  content: "\e937";
}
.section6 .contact dl dt i.icon-message:before{
  content: "\e932";
}
.section6 .contact dl a:hover dt i{
  background: #f20;
  border-color: #f20;
  transition: all .2s;
}

.section6 .contact dl dd h1{
  width:100%;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  padding-top: 30px;
}
.section6 .contact dl dd h2{
  width:100%;
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-weight: normal;
  padding: 0;
  margin: 0;
}


@keyframes showContact
{
0%   {opacity: 0;}
100% {opacity: 1;padding:0 2%;}
}

.section6 .wechat{
  width: 100%;height: 20%; position: absolute;top: 70%;text-align:center;font-size: 0; 
}
.section6 .wechat .block{
  width:567px;
  height: 160px;
  background: url(/img/index27.png) no-repeat bottom;
  display: inline-block;
  font-size: 0;
  padding:0 4%;
}
.section6 .wechat .block ul{
  width:32%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}
.section6 .wechat .block ul:last-child{
  margin-right:0;
}
.section6 .wechat .block ul li{
  width:100%;
  color: #fff;
  font-size: 13px;
}
.section6 .wechat .block ul li img{
  width:88%;
}
.section6 .wechat{
  opacity: 0;
  -webkit-animation:weChat 1.5s ease-in-out 5s 1 alternate forwards;
}
.section6 .wechat .block ul:first-child{
  opacity: 0;
  -webkit-animation:weChatUl 1.5s ease-in-out 6s 1 alternate forwards;
}
.section6 .wechat .block ul:nth-child(2){
  opacity: 0;
  -webkit-animation:weChatUl 1.5s ease-in-out 6.5s 1 alternate forwards;
}
.section6 .wechat .block ul:nth-child(3){
  opacity: 0;
  -webkit-animation:weChatUl 1.5s ease-in-out 7s 1 alternate forwards;
}

@keyframes weChat
{
0%   {opacity: 0;top: 75%;}
100% {opacity: 1;top: 70%;}
}
@keyframes weChatUl
{
0%   {opacity: 0;margin-top: -10%;}
100% {opacity: 1;margin-top: 0;}
}
@media screen and (max-width: 760px) {
  #logo{top: 25px;left: 10px;}
  #logo img{width: 80%;}
  .btn-nav{top: 25px;right: 5px;}
  .section3 .about-us .companyinfo .name h1{font-size: 16px;margin-top: 28px;display: none;}
  .section3 .about-us .companyinfo .links{padding-top: 0;}
  .section3 .about-us .companyinfo .links a{display: block;margin-bottom: 20px;}
  .section4 ul{width: 100%;padding-top: 240px;overflow: hidden;}
  .section3 .about-us .companyinfo .links{margin-top: 70px;}
  .section4 ul li span{width: 300px;height: 300px;}
  .section4 ul li.box3{display: none;}
  .section4 ul li.box2{display: none;}
  .section5 .item a .img img{margin-top: -60%;}
  .section5 .item a .stt{font-size: 14px;}
  .section5 .item a .stc{height: 195px;overflow: hidden;}
  .section6 .wechat{display: none;}
  .section6 .contact dl{width: 50%;}
  .section6 .contact dl:nth-child(5){display: none;}
  .section6 .contact dl dt i.icon-local:before, .section6 .contact dl dt i.icon-contact:before, .section6 .contact dl dt i.icon-salestel:before, .section6 .contact dl dt i.icon-tel:before, .section6 .contact dl dt i.icon-email:before, .section6 .contact dl dt i.icon-message:before{line-height: 50px}
  .section6 .contact dl i{width: 50px;height: 50px;}
  .section6 .contact dl dd h1{padding-top: 10px;}
  .section4 ul li{width: 300px;height: 300px;}
  .section4 ul li, .section4 ul li a, .section4 ul li span, .section4 ul li span{width: 300px;height: 375px;}
  .content p{font-size: 3rem}
  .section4 ul li a p{width: 298px;}
  .section2 .products{bottom: 150px !important}
  .slick-slide img{width: 75%;}
  .section2 .products a h3{width: 75%;}

}
@media screen and (max-width: 960px) {
  .coverpng{background:rgba(0,0,0,0.5)}
  .coverpng video{height:auto;}
  .coverpng video:after{content:'';display:block}
  .coverpng video{position:absolute;top:50%;width:100%;height:auto;left:0;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%); -webkit-transform: translateY(-50%);transform: translateY(-50%);}
}