/*内页banner*/

.innerbox{ margin-top: 100px; }
.innerbanner{  display: block; position: relative; height: 700px; width: 100%  }
.innerbannerimg,.innerbannerimg img{ width: 100% }

.stbbanner{ background: #eff7ea; overflow: hidden; }
.mpbanner{ background:url(../images/good8.jpg) no-repeat center top; overflow: hidden; height: 500px  }
.zzbanner{ background:url(../images/good13.jpg) no-repeat center top; overflow: hidden; height: 500px  }


.innerbanner .container{position: absolute; z-index:2; left: 50%; margin-left:-600px;   }
.proimg{ float: left; width: 450px }
.proimg img{ float: left; width: 100%; padding-top: 250px }
.proimg02 img{ margin-top: -100px }
.protext{ float: left; padding-top: 150px;  width: 650px; margin-left: 100px }
.protext h3{ font-size:40px; font-weight: bold;  line-height: 100px}
.protext span{ font-size:48px; color:#fff; 
   line-height: 70px; background:#0e482f; padding: 0 20px;   }

.innerbg{ position: absolute; top: 0; z-index: 1; width: 100%; animation: move_wave 10s linear infinite; text-align: center; }




.zzbanner .proimg{ float: left; width: 600px }
.zzbanner .proimg img{ float: left; width: 100%; padding-top: 70px }
.zzbanner .protext{ width: 500px }
.innerbg img{ width: 100% }
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-2%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
}

.iconlist ul li{ float: left;  margin-right: 20px; text-align: center; margin-top:50px;}
.iconlist ul li img{ border-radius: 20px; border:2px solid #666; }
.iconlist ul li p{ line-height: 40px; font-size: 18px }



.main-info{background: #f8f8f8; padding:20px 0; overflow: hidden; display: block; } 
.main-info ul { width: 1200px; margin: 0 auto;  }
.main-info ul li{ float: left; overflow: hidden; line-height: 40px;  width: 150px; text-align: center;  }
.innertitle { width: 1200px; margin: 0 auto; padding: 50px 0; display: block; overflow: hidden; }


.innertitle { text-align: center; }
.innertitle strong{ font-size: 40px; display: block; line-height: 80px }
.innertitle i{ height: 8px; width: 100px; background: #006e47; border-radius: 10px; display: inline-block;  }
.innertitle span{ font-size: 16px; color: #666; display: block; line-height: 50px }



/*参数*/
.canshu{ width: 1200px; margin: 0 auto 100px; overflow: hidden; display: block; }
.canshu dl{ color: #000; float: left; width: 600px; height: 60px; line-height: 60px; border-bottom:5px solid #fff; display: block; overflow: hidden; background: #f1f1f1;  }
.canshu dl dt{ float: left; width: 150px; background: #006e47; text-align: center; font-size: 18px; color: #fff }
.canshu dl dd{ float: left; width: 350px; font-size: 16px; padding-left: 20px }
.canshu div dl{ width: 100%; background: #f1f1f1 }
.canshu div dl dd{width: 1030px;}
              

/*圆形背景*/
.circleshow{ position: relative; padding-top: 200px ; margin-top: 20px  }
.circlebgimg{ position: absolute; z-index: 2 ; top: 0;}
.circlebgimg img{ width: 100% }
.circlebg{ position: absolute;z-index: 1; top: 0; left: 50%; margin-left: -350px }
.circlepro{ text-align: center; }
.circleshow .container{ position: relative; z-index: 3 }
.circleshow .container ul{ position: absolute; top:0; font-size: 16px  }

.circleshow .container ul li{ background: #fff; border-radius: 50%; border:4px solid #0e482f; height: 80px; width: 80px; position: absolute; line-height: 80px; text-align: center; transition: 0.3s}
.circleshow .container ul li:hover{transform: scale(1.2); border:6px solid #0e482f;  background: #0e482f; color: #fff}
.circleshow .container ul li:nth-child(1){ left: 410px; top: 417px;}
.circleshow .container ul li:nth-child(2){ left: 260px; top: 285px;}
.circleshow .container ul li:nth-child(3){ left: 830px; top: -110px;}
.circleshow .container ul li:nth-child(4){ left: 903px; top: 80px;}

.circleshow .container ul li:nth-child(5){ left: 450px; top: -220px;}
.circleshow .container ul li:nth-child(6){ left: 650px; top: -220px;}

.circleshow .container ul li:nth-child(7){ left: 210px; top: 80px;}
.circleshow .container ul li:nth-child(8){ left: 280px; top: -110px;}
.circleshow .container ul li:nth-child(9){ left: 855px; top: 285px;}
.circleshow .container ul li:nth-child(10){ left:720px; top: 417px;}

.circlebg{
    position: absolute;
    width: 700px;
height: 700px;

overflow: hidden;

    }
.circle{
height: 100%;
box-sizing: border-box;
border:6px solid #0e482f;
border-radius: 50%;
}
.circle:before{
content: '';
position: absolute;
display: block;
width: 100%;
height: 50%;
box-sizing: border-box;
top: 50%;
left: 0;
border: 6px solid #0e482f;
border-top: transparent;
border-radius:  0 0 50% 50%/ 0 0 100% 100%;
z-index: 2;
}
.top, .bottom{
position: absolute;
left: 0px;
width: 100%;
height: 50%;
box-sizing: border-box;
background: white;

}
.top{
top: 0;
z-index: 1;
transform-origin: center bottom;
animation: 1s back-half linear 1s;
animation-fill-mode: forwards;
}
.bottom{
z-index: 3;
top: 50%;
transform-origin: center top;
animation: 1s front-half linear;
animation-fill-mode: forwards;
}



.circletext{ margin-top: 200px; text-align: center; display: block; font-size: 18px; line-height: 40px;  }


/*立体展示效果*/

.threeshow {
  background: url( ../images/3Dbg.jpg);
  background-size: 100% 100%;
  padding-bottom: 670px;
  margin-top: 100px;
  overflow: hidden;
}
.threeshow .innertitle strong{ color: #fff; }
.threeshow  span{ display: block; color: #fff; font-size: 18px; color: #fff; line-height: 40px  }
#stage {
  width:200px;
  height:300px;
  position:relative;
  margin:0 auto;
  margin-top:150px;
  background:null;
  -webkit-transform:rotateX(-10deg) rotateY(0deg) perspective(2000px);
  -moz-transform:rotateX(-10deg) rotateY(0deg) perspective(2000px);
  -ms-transform:rotateX(-10deg) rotateY(0deg) perspective(2000px);
  -o-transform:rotateX(-10deg) rotateY(0deg) perspective(2000px);
  transform:rotateX(-10deg) rotateY(0deg) perspective(2000px);
  -webkit-transform-style:preserve-3d;
  -moz-transform-style:preserve-3d;
  -ms-transform-style:preserve-3d;
  -o-transform-style:preserve-3d;
  transform-style:preserve-3d
}
#shadow {
  position:absolute;
  left:50%;
  top:50%;
  width:1200px;
  height:1200px;
  margin-left:-600px;
  margin-top:-600px;
  background:-webkit-radial-gradient(center center,600px 600px,rgba(50,50,50,1),rgba(0,0,0,0));
  background:-moz-radial-gradient(center center,600px 600px,rgba(50,50,50,1),rgba(0,0,0,0));
  background:-ms-radial-gradient(center center,600px 600px,rgba(50,50,50,1),rgba(0,0,0,0));
  background:-o-radial-gradient(center center,600px 600px,rgba(50,50,50,1),rgba(0,0,0,0));
  background:radial-gradient(center center,600px 600px,rgba(50,50,50,1),rgba(0,0,0,0));
  -webkit-transform:translateY(200px) rotateX(90deg);
  -moz-transform:translateY(200px) rotateX(90deg);
  -ms-transform:translateY(200px) rotateX(90deg);
  -o-transform:translateY(200px) rotateX(90deg);
  transform:translateY(200px) rotateX(90deg)
}
#stage dd {
  height:300px;
  width:200px;
  position:absolute;
  left:0;
  top:0;
  border:1px solid #666;
  -webkit-transition:500ms all ease;
  -moz-transition:500ms all ease;
  -ms-transition:500ms all ease;
  -o-transition:500ms all ease;
  transition:500ms all ease
}
.over {
  position:absolute;
  left:0;
  top:320px;
  width:200px;
  height:300px;
  overflow:hidden;
  -webkit-transition:2s all ease;
  -moz-transition:2s all ease;
  -ms-transition:2s all ease;
  -o-transition:2s all ease;
  transition:2s all ease;
  -webkit-transform:scale(1,-1);
  -moz-transform:scale(1,-1);
  -ms-transform:scale(1,-1);
  -o-transform:scale(1,-1);
  transform:scale(1,-1);
  background-size:100% 100%;
  opacity:0
}





/*优势展现*/
.goodblock{ padding-bottom: 100px }
.goodblock1{ background: url(../images/good1.jpg) no-repeat ; background-size:100% 100%;  overflow: hidden; }
.goodblock2{ background: url(../images/good2.jpg) no-repeat ; overflow: hidden;background-size:100% 100%;  }
.goodblock4{ background: url(../images/good3.jpg) no-repeat ; overflow: hidden;background-size:100% 100%;  height: 593px;  display: block; }
.goodblock5{ background: url(../images/good5.jpg) no-repeat ; overflow: hidden;background-size:100% 100%;   }
.goodblock6{ background: url(../images/good6.jpg) no-repeat ; overflow: hidden;background-size:100% 100%;   }
.goodblock7{ background: url(../images/good7.jpg) no-repeat ; overflow: hidden;background-size:100% 100%;   }
.goodblock8{ background: url(../images/good8.jpg) no-repeat ; overflow: hidden;background-size:100% 100%;   }
.goodblock9{ background: url(../images/good9.jpg) no-repeat ; overflow: hidden;background-size:100% 100%;   }
.goodblock10{ background: url(../images/good10.jpg) no-repeat ; overflow: hidden;background-size:100% 100%;   }
.goodblock11{ background: url(../images/good11.jpg) no-repeat ; overflow: hidden;background-size:100% 100%;   }
.goodblock12{ background: url(../images/good12.jpg) no-repeat ; overflow: hidden;background-size:100% 100%;   }
.goodblock13{ background: url(../images/good13.jpg) no-repeat ; overflow: hidden;background-size:100% 100%;   }
.goodblock14{ background: url(../images/good14.jpg) no-repeat ; overflow: hidden;background-size:100% 100%;   }
.goodblock15{ background: url(../images/good15.jpg) no-repeat ; overflow: hidden;background-size:100% 100%;   }
.goodblock16{ background: url(../images/about.jpg) no-repeat ; overflow: hidden;background-size:100% 100%;   }


.goodblock4, .goodblock5,.goodblock5 span { color: #fff  }
.goodblock3{ background: #f9f9f9 }
.goodinfo{ margin:0 auto 50px  }
.goodtext .goodinfo span{ font-size: 18px; line-height: 40px; text-align: center;  display: block; }
.goodblock .iconlist ul{ text-align: center; width: 800px; margin: 0 auto; display: block; overflow: hidden; display: flex;
    flex-wrap: nowrap; margin-bottom: 50px}
.goodblock .iconlist ul li{  display: inline;    width: 800px;

    text-align: center; margin-top: 0 }
.goodblock .iconlist ul li img{ border: none}  

.showimg{ text-align: center; }

.goodinfomp span{ text-align: left!important; margin-bottom: 20px }
.goodblock16 { color: #fff }
.goodblock16 .innertitle span{ color: #fff }
.goodblock16 

/*用途场景图片*/
.newPro-cd{ text-align: center; }
.newPro-cd .item{width: 350px;padding: 12px;height: 506px; background: #fff; margin-right: 34px; display: inline-block;  overflow: hidden;}
.newPro-cd .item:last-child{margin-right: 0;}
.newPro-cd .item .img{width: 100%;    }
.newPro-cd .item .img img{ width: 100% }
.newPro-cd .item .tit{text-align: center;font-size: 22px;color: #333;line-height: 32px;margin-top: 30px;}
.newPro-cd .item .tit1{text-align: center;font-size: 14px;color: #333;line-height: 32px;margin-top: 15px;
  padding: 0 20px;}
.newPro-cd .item p{font-size: 22px;color: #333;font-weight: bold;}





.goodblock4  .goodtext ,.goodblockshow  .goodtext{ float: left; width: 500px }
.goodblock4  .showimg,.goodblockshow  .showimg{ float: left; width: 700px }


.goodblockshow .goodinfo h3,.goodblock7 h3{ font-size: 50px; margin-top: 100px;  border-bottom: 1px solid #ccc; line-height: 100px; font-weight: normal; margin-bottom:50px; display: inline-block; }
.goodblockshow .goodinfo span,.goodblock7 span{ text-align: left; text-indent: 50px; }
.goodblockshow  .showimg { position: relative; }

.goodblockshow  .showimg img{ position: absolute; }
.goodblockshow  .showimg img:nth-child(1){ left: 30px; top: 100px }
.goodblockshow  .showimg img:nth-child(2){ left: 0; top: 397px }
.goodblockshow  .showimg img:nth-child(3){ left: 388px; top: 219px }
.goodblock7 span,.goodblock7 h3{ color: #fff;text-align: center!important; display: block; }  


.goodblock7 .goodinfo{ background: rgba(0,0,0,0.5); display: block; overflow: hidden; padding:0  100px 100px;  margin-top: 100px }


.goodblockfixed{ position: relative;  background:#394f4d; min-height: 800px; overflow: hidden; color: #fff;  }
.goodblockfixed span{ color: #fff; }
.fixedimg1{ position: absolute; left: 0;  bottom: 0; width: 50% }
.fixedimg1 img{ width: 100% }


.fixedimg2{ position: absolute; right: 0; top: 0;  width: 50%  }
.fixedimg2 img{ width: 100% }


.goodblockfixed .goodtext{ width: 33%; margin:0 auto; }

/*家装易装图片效果*/
.wrapper{
  width: 100%;
  height: 100%;
  background-color: #1B1B1B;
  display: flex;
  justify-content: center;
  align-items: center;    /* opacity: 0.5; */
}

.wrapper .content{
    display: flex;
    width: 80%;
    height: 80%;
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
}

.wrapper .content .item{
    position: relative;
     width: 12%;
     height: 100%;
     color: #fff;
     background-color: #333;
     border-radius: 20px;
     cursor: pointer;
     overflow: hidden;
     transition: height 0.5s ease-in 0.5s, width 0.5s ease-in;
    width: 800px;

    text-align: center;
    
     
}

.wrapper .content .item .inner{
    width: 100%;
    height: 100%;
    position: relative;
}
/*背景图片动画*/
.wrapper .content .item:nth-of-type(1) .inner{
    transition: transform 0.5s ease-in 0.1s;
    
}
.wrapper .content .item:nth-of-type(2) .inner{
    transition: transform 0.5s ease-in 0.2s;
    
}
.wrapper .content .item:nth-of-type(3) .inner{
    transition: transform 0.5s ease-in 0.3s;
    
}
.wrapper .content .item:nth-of-type(4) .inner{
    transition: transform 0.5s ease-in 0.4s;
    
}
.wrapper .content .item:nth-of-type(5) .inner{
    transition: transform 0.5s ease-in 0.5s;
    
}
.wrapper .content .item:nth-of-type(6) .inner{
    transition: transform 0.5s ease-in 0.6s;
    
}
.wrapper .content .item:nth-of-type(7) .inner{
    transition: transform 0.5s ease-in 0.7s;
    
}
.wrapper .content .item:nth-of-type(8) .inner{
    transition: transform 0.5s ease-in 0.8s;
    
}
.wrapper .content .item .inner .bjPic{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 0.5;
   
}



.wrapper .content .item:nth-of-type(1) .inner .bjPic{
    background-image: url("../images/1.jpg");
    background-size: cover;
    background-position: center;
}
.wrapper .content .item:nth-of-type(2) .inner .bjPic{
   background-image: url("../images/2.jpg");
    background-size: cover;
    background-position: center;
}
.wrapper .content .item:nth-of-type(3) .inner .bjPic{
   background-image: url("../images/3.jpg");
    background-size: cover;
    background-position: center;
}
.wrapper .content .item:nth-of-type(4) .inner .bjPic{
   background-image: url("../images/4.jpg");
    background-size: cover;
    background-position: center;
}
.wrapper .content .item:nth-of-type(5) .inner .bjPic{
    background-image: url("../images/5.jpg");
    background-size: cover;
    background-position: center;
}
.wrapper .content .item:nth-of-type(6) .inner .bjPic{
    background-image: url("../images/6.jpg");
    background-size: cover;
    background-position: center;
}
.wrapper .content .item:nth-of-type(7) .inner .bjPic{
     background-image: url("../images/7.jpg");
    background-size: cover;
    background-position: center;
}
.wrapper .content .item:nth-of-type(8) .inner .bjPic{
    background-image: url("../images/8.jpg");
    background-size: cover;
    background-position: center;
}
.wrapper .content .item .inner .dir{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s linear 0.3s;
}

.wrapper .content .item:hover .inner .bjPic{
    opacity: 1;
}
.wrapper .content .item:hover .inner .dir{
    font-size: 18px;
    font-weight: bold;
}
.wrapper .content .item .showBox{
    width: 100%;
    height: 100%;
    /* position: absolute; */
    opacity: 0;
}
.wrapper .content .item .showBox .showBox-dir{
    position: absolute;
    left: 50px;
    top: 50px;
}
.wrapper .content .item .showBox .close{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 50px;
    top: 50px;
}
.wrapper .content .item .showBox .close::before,
.wrapper .content .item .showBox .close::after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
}
.wrapper .content .item .showBox .close::before{
    transform: rotateZ(45deg);
}
.wrapper .content .item .showBox .close::after{
    transform: rotate(-45deg);
}

/*初始状态*/
.init .content .item .inner{
    transform: translateY(100%);
}

/*点击展示动画*/
.startShowItem .content .item{
    transition: width 0.5s ease-in 0.5s, height 0.5s ease-in;
}
.startShowItem .content .item.active{
    width: 100%;
}
.startShowItem .content .item:not(.active){
    height: 0%;
    width: 0%;
    /* transition: height 0.5s ease-in; */
}
.startShowItem .content .item .inner .dir{
    opacity: 0;
    transition: opacity 0.5s linear 0.2s;
}
.startShowItem .content .item .inner .showBox{
    opacity: 1;
    transition: opacity 0.5s linear 0.5s;
}


.childbox{ background: url(../images/cimg10.jpg) no-repeat fixed  center top; width: 100%;   }
.childlist {background: url(../images/cimg51.png) no-repeat center bottom; padding-bottom: 300px; overflow: hidden; padding-top: 100px }
.childlist dl{ background: url(../images/chiildbg.png) no-repeat; padding: 120px; display: block; overflow: hidden; margin-bottom: 100px }

.childlist dl dt{  width:700px;  text-align: center; margin: 0 auto   }
.childlist dl dt img{border: 10px solid #ffc3a9; width: 100%; height: 450px;  border-radius:200px }
.childlist dl dd{ float: left; width: 200px;  }







/*在线问答*/

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.faq-one {
  padding-bottom: 110px;
  margin-top: 100px;
}

.faq-one__top {
  margin-bottom: 60px;
}

.faq-one__top>p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #848484;
  margin-top: 55px;
}

.faq-one .accrodion-grp {
  margin-bottom: 40px;
}

.faq-one .accrodion {
  border: 1px solid #e5e5e5;
}

.faq-one .accrodion+.accrodion {
  margin-top: 20px;
}

.faq-one .accrodion-title {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  cursor: pointer;
  padding-right: 30px;
}

.faq-one .accrodion-title h4 {
  font-family: var(--thm-font);
  color: #0e482f;
  font-size: 20px;
  margin: 0;
  font-weight: normal;

}

.faq-one .accrodion-content {
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
  padding-bottom: 25px;
}

.faq-one .accrodion-content p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #848484;
}












/*工作机会*/


/*
.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.accordion dl,
.accordion-list {
  border: 1px solid #ddd;
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #2ba659;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #eee;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle,
.accordion__Heading {
  background-color: #38cc70;
  text-align: center;
  font-weight: 700;
  padding: 2em;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #30bb64;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #2ba659;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #2ba659;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
*/






.row{
  margin:100px auto;
}
.ny_bt h1 {
    text-align: left;
}
.ny_bt h1 {
    font-size: 44px;
    font-weight: lighter;
    color: #333;
    margin-bottom: 20px;
}

.ny_bt {
    margin-bottom: 50px;
    text-align: center;}
.row ul li {
  padding-left:50px;
  font-size:16px;
  line-height:26px;
  color:#999;
  margin-bottom:30px;
  position:relative;
}
.row ul li:last-child {
  margin-bottom:0;
}
.row span {
  position:absolute;
  top:50%;
  left:0;
  font-size:32px;
  font-weight:bold;
  color:#0e482f;
  line-height:52px;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
}
.p_c{ width: 100% }







/* 流程 */
.i-process .list {
    background: url("../images/line.png") no-repeat center ;
    margin: 0 auto;
    width: 1200px;
    height: 333px;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.flow, .cooperation {
    background-color: #fff;
}

.flow {
    height: 685px;
    text-align: center;
    background: #f8f8f8
}

.fp-tableCell {
}

.title {
    padding: 60px 0 80px 0;
}

.title-text {
    position: relative;
    padding-bottom: 20px;
    font-size: 34px;
    color: #666666;
    font-weight: normal;
}

.title-text:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 110px;
    height: 6px;
    margin-left: -52px;
    background-color: #76bc1c;
}

.title-description {
    margin-top: 40px;
    color: #b0b0b0;
}

.title-description {
    margin-top: 30px;
}

.inner-item {
    margin: 0 auto;
    position: relative;
}

.i-process {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.i-process .hold {
    width: 1106px;
    height: 352px;
    margin: 0 auto;
}

.i-process .btnlist {
    width: 120px;
    height: 150px;
    line-height: 2;
    color: #8f8f95;
    text-align: center;
    transform: translateX(50px);
    opacity: 0;
}

.i-process .btnlist.cur {
    color: #76bc1c;
}

.i-process .btnlist:nth-child(1) {
    left: 11px;
    top: 116px;
}

.i-process .btnlist:nth-child(2) {
    left: 151px;
    top: 38px;
}

.i-process .btnlist:nth-child(3) {
    left: 294px;
    top: 72px;
}

.i-process .btnlist:nth-child(4) {
    left: 439px;
    top: 20px;
}

.i-process .btnlist:nth-child(5) {
    left: 618px;
    top: 12px;
}

.i-process .btnlist:nth-child(6) {
    left: 776px;
    top:39px;
}

.i-process .btnlist:nth-child(7) {
    left: 946px;
    top: 102px;
}

.i-process .btnlist:nth-child(8) {
    left: 1087px;
    top: 28px;
}

.i-process .btnlist .light {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    margin: 40px auto;
}

.i-process .btnlist p {
    width: 120px;
    font-size: 15px;
    height: 50px; line-height: 25px; overflow: hidden;

}

.i-process .btnlist .light:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: -1;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #76bc1c;
    opacity: 0.3;
}

.i-process .btnlist.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.i-process .btnlist.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.i-process .btnlist .circle2 {
    width: 68px;
    height: 68px;
    border-radius: 34px;
    background: #edeff1;
    margin: 12px auto;
}

.i-process .btnlist.cur .circle2 {
    background: #76bc1c;
}

.i-process .btnlist .circle2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 68px;
    background: url(../images/bg_sign06.png) no-repeat;
}

.i-process .btnlist.cur .circle2:after {
    background-position: 0 -68px;
}

.i-process .btnlist:nth-child(2) .circle2:after {
    background-image: url(../images/bg_sign07.png);
}

.i-process .btnlist:nth-child(3) .circle2:after {
    background-image: url(../images/bg_sign08.png);
}

.i-process .btnlist:nth-child(4) .circle2:after {
    background-image: url(../images/bg_sign09.png);
}

.i-process .btnlist:nth-child(5) .circle2:after {
    background-image: url(../images/bg_sign10.png);
}

.i-process .btnlist:nth-child(6) .circle2:after {
    background-image: url(../images/bg_sign11.png);
}

.i-process .btnlist:nth-child(7) .circle2:after {
    background-image: url(../images/bg_sign12.png);
}

.i-process .btnlist:nth-child(8) .circle2:after {
    background-image: url(../images/bg_sign13.png);
}

.i-process {
    /* height: 350px; */
}

.w-f {
    width: 100%;
}

.h-f {
    height: 100%;
}

.fwn {
    font-weight: normal;
}

.tac {
    text-align: center;
}

.t-f {
    transition: all 0.5s;
}

.t-c {
    transition: color 0.5s;
}

.t-bg {
    transition: background 0.5s;
}

@keyframes Circle {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 0.3;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

.leavemessage{ background: url(../images/leavemassage.jpg); }
.leavemessage .message{ background: none; margin-bottom: 0; padding: 100px 0 }












/*新闻*/
.lh-fonts{ color: #000 ; line-height: 50px; text-align: center; font-size: 18px}
.lh-viewpoint-res { color: #000; line-height: 30px; color: #666; padding:0 20px;  text-align: center; height: 60px; overflow: hidden; }
.news_list .lh-more:before {
  transition: ease-out .35s;
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: #76bc1c;
  background: ;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.news_list .lh-more:hover {
  color: #fff;
}
.news_list .lh-more:hover:before {
  width: 100%;
}
.news_list .lh-more {
  display: inline-block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(12,3,6,.13);
  position: relative;
  z-index: 1;
}
.news_list .item li {
  border: 5px solid #e8e8e8;
  margin-top: 50px!important;
  float: left;
  width: 95%;
  position: relative;
  transition: ease .65s;
}


.news_list .item li .img {
  float: right;
  max-width: 50%;
  transform: translate(58px, -24px);
  transition: ease .65s;
  max-height:350px;
  overflow-y: scroll;
  text-align: center;
}
.news_list .item li .img  img{
width:570px; height:403px
}
.news_list .item li .img::-webkit-scrollbar{
    display: none;
  }
.news_list .item li .text {
  width: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.news_list .item li .text a {
    margin: auto;
    display: block;
  margin-top: 50px;
  color: #000;
}
.news_list .item li .text a:hover {
  color: #fff;
}
.news_list .item li .text h2 {
  margin: 30px 0 35px;
}
.news_list .item li:nth-child(2n) {
  float: right;
}
.news_list .item li:nth-child(2n) .text {
  left: inherit;
  right: 0;
}
.news_list .item li:nth-child(2n) .img {
  float: left;
  transform: translate(-58px, -24px);
}

.item li>i:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid;
  border-left: 5px solid;
  border-color: #76bc1c;
  border-color: ;
  position: absolute;
  left: -5px;
  top: -5px;
  transition: ease .65s;
}
.news_list .item li>i:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 5px solid;
  border-bottom: 5px solid;
  border-color: #76bc1c;
  border-color: ;
  position: absolute;
  right: -5px;
  bottom: -5px;
  transition: ease .65s;
}
.news_list .item li:hover>i:before, .news_list .item li:hover>i:after {
  width: 100.5%;
  height: 102.8%;
  visibility: visible;
}
.news_list .item li:hover .img {
  transform: translate(0);
}




/*分页*/
.page {
  width:100%;
  height:auto;
  margin:0px auto;
  overflow:hidden;
  text-align:center;
  padding:40px 0;
}
.page a {
  padding:10px 2px;
  color:#4c4c4c;
  font-size:12px;
  display: inline-block;
  width:50px
}
.page a.cur,.page a:hover {
  background:#76bc1c  ;
  color:#fff;
}
.page a.nocur {
  background:none;
  color:#4c4c4c;
}





/*新闻详情*/
.text_title{ margin-top: 50px; text-align:center; font-size:28px; font-weight:lighter; color:#000; margin-bottom: 50px}
.text_title span{ font-size:12px}
.con_block img{ margin:20px 0; width:80%; margin:30px auto; display:block;}
.con_block p{ font-size:16px; color:#666}
.pages{ margin:30px 0; border-top:1px dashed #CCC; padding-top:30px; color:#000; display: block;}
.pages p{ line-height: 35px; font-size: 16px }
.newtext p{ line-height: 25px; margin-bottom: 20px; text-indent: 35px }


/*面包屑导航*/
.innerpagetitle{ width: 1200px!important; margin:0 auto;  color: #000; height:80px; line-height: 80px; width: 100%; margin-bottom: 50px; overflow: hidden;  border-bottom: 1px solid #ccc}
.innerpagetitle strong{ float: left; font-size: 20px; color: #76bc1c  }
.innerpagetitle p { text-align: right; }
.innerpagetitle p a{ color: #76bc1c; margin:0 5px }
.innerpagetitle p span{ color: #333;margin:0 5px }



/*纸张颜色*/
.check_list {margin-top:20px; clear:both; overflow: hidden; }
.check_list  li{ float:left; width:210px; margin-right: 35px ;transition: 1s; 
  background: #fff;  overflow: hidden; }
.check_list  li:hover{  }
.check_list  li:nth-child(5n){ margin-right: 0 }
.check_list  li img{ height: 260px; width: 100%; overflow: hidden; border:1px solid #e2e2e2; }
.check_list  li strong{ font-size:16px;  text-align: center; display: block; margin:0 auto 30px auto; height: 35px; line-height:35px;  }
.check_list  li strong,.check_list  li p{ padding: 0 10px; color: #333; font-weight: normal; }
.check_list  li:hover strong,.check_list  li:hover p{ color: #86c042 }
.check_list  li p { margin-bottom: 20px; color: #999; font-size: 14px; margin-top:5px }





/* 我们的服务 防伪查询 */
.query-con{ width:816px; margin:0px auto 110px; }
.query-con img{  }
.query-con .tit{ font-size:19px; color:#333; line-height:88px; }
.query-list{}
.query-list li{ width:100%; border:1px solid #dedede; border-radius:2px; padding:20px 40px; margin-bottom:20px; }
.query-list li i{ width:50px; height:50px; background:url("../images/query-icon.png") no-repeat; background-size:48px 448px; display:block; padding-right:85px; }
.query-list li .icon-1{ background-position:0px 0px; margin-top:32px; }
.query-list li .icon-2{ background-position:-1px -138px; margin-top:5px;}
.query-list li .icon-3{ background-position:-2px -266px; margin-top:17px; }
.query-list li .icon-4{ background-position:0px -402px; margin-top:16px;}
.query-list li .txt{ border-left:1px dashed #dedede; width:640px; padding:15px 0px; padding-left:40px; }
.query-list li .txt p{ font-size:15px; color:#666; line-height:1.6; }
.query-list li .txt p a,
.query-list li .txt p span{ font-size:15px; color:#8fc31f; font-weight:bold; }
.query-list li:hover{ border:1px solid #8fc31f; }
.query-list li .txt p a:hover{text-decoration: underline;}






.newcontit{width: 100%; text-align: center;}
.newcontit strong{ font-size: 24px; color: #000;  margin:30px auto; display: block; text-align:center }
.newcontit span{ display: block; margin-bottom:30px;  }
.newcontit span em{ margin-left: 20px }
