@charset "UTF-8";

/* 通用样式 */
p {
  margin: 0;
}


input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,瀹嬩綋,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}


.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.w1500{
  max-width: 1530px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.head-bg{
 background: #fff;
 height: 100px;
}



.head-index .logo{
  line-height: 100px;
}

.head-index .logo img{
  max-width: 100%;
}

.ttel{padding-left: 40px;background: url(../images/5ca1dba4890394d19280a23415923d019824b7a8.png) no-repeat left center;padding-top: 20px;}

.head-index .ttel p{
  letter-spacing: 1px;
  font-family: Impact;
	font-size: 24px;
	color: #257c55;
}

.head-index .ttel p img{
  max-width: 100%;
  margin-right: 10px;
}


/* banner */
.mySwiper2{
  overflow: hidden;
  width: 100%;
  position: relative;
}

.mySwiper2 img{
  width: 100%;
}

.mySwiper2 .swiper-pagination{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mySwiper2 .swiper-pagination .swiper-pagination-bullet{
    font-size: 0;
    margin: 0 8px;
    background: #333333;
    opacity: 1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.mySwiper2 .swiper-pagination .swiper-pagination-bullet-active{
    background: none;
    width: 40px;
	height: 40px;
    text-align: center;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #fff;
    position: relative;
}

.mySwiper2 .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 40px;
    height: 40px;
    background-color: transparent;
    position: relative;
    margin: 0 5px;
    transform: rotate(-90deg);
    opacity: 1;
    outline: none;
}

.mySwiper2 .swiper-pagination .swiper-pagination-bullet svg {
    opacity: 0;
}



.mySwiper2 .swiper-pagination .swiper-pagination-bullet .hover {
    stroke-dasharray: 314 0;
    stroke: none;
}

.mySwiper2 .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.mySwiper2 .swiper-pagination .swiper-pagination-bullet-active:before {
    content: attr(data-line);
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    border-radius: initial;
    background: transparent;
    transform: translate(-50%, -50%) rotate(90deg);
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: "Arial";
}

.mySwiper2 .swiper-pagination .swiper-pagination-bullet-active svg {
    opacity: 1;
}

.mySwiper2 .swiper-pagination .swiper-pagination-bullet-active .init,
.mySwiper2 .swiper-pagination .swiper-pagination-bullet-active .hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mySwiper2 .swiper-pagination .swiper-pagination-bullet-active .hover {
    stroke: #fff;
    animation: circle-chart-fill 3s reverse;
}

.swiper-button-prev{
  background: url(../images/8d4887a44cbcf27c0a7ff6410d63031b4fb09c30.png) no-repeat;
  background-size: 100%;
}
.swiper-button-next{
  background: url(../images/64d7f9811eea4f5f4f8a69e260bb445c207f963f.png) no-repeat;
  background-size: 100%;
}




@media (max-width: 1500px) {
  .mySwiper2 .swiper-pagination{
      bottom:15px;
  }
}



    
    @keyframes circle-chart-fill {
        to {
            stroke-dasharray: 0 314;
        }
    }






.sou {
    padding: 18px 0;color: #666666;font-size: 14px;background: #fafafa;
}
.wel{line-height: 40px;}

.hotSearch a {
    margin-right: 6px;
}

.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

/*æœç´¢å’Œçƒ­é—¨æœç´¢*/
.sou #formsearch {
    float: right;width: 250px;height: 40px;background: url(../images/8d3e6068e1a6ce2c511fb67e7415d68722beac15.png) no-repeat center;
}

.sou #formsearch input {
    height: 40px;
    background: transparent;
    border: none;
    line-height: 40px;
}

.sou #formsearch input#keyword {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #999999;
}

.sou #formsearch input#s_btn {
    width: 66px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}
.sou ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c3c1c1;
}
.sou :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c3c1c1;
}
.sou ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c3c1c1;
}
.sou :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c3c1c1;
}












/* 产品 */
.pro-bg{
 background-color: #fafafa;
  padding: 3.2% 0;
  padding-bottom: 2.60416666666667vw;
}

.put{
  text-align: center;
}

.put .put1{
  color: #000000;
  font-size: 36px;
  line-height: 1;
}

.put .put2{
  width: 250px;
	height: 3px;
	background-color: #257c55;
  margin: 20px auto;
}
.pro-index .put .put2{width: 240px;}
.hezuo-index .put .put2,.nt.put .put2{width: 230px;}



.put .put3{
  color: #666666;
  font-size: 16px;
}

.pro-roll{
  margin-top: 4.6875vw;
  position: relative;;
}

.pro-roll .swiper-button-prev,.pro-roll .swiper-button-next{top: 43.5%;}
.pro-roll .swiper-button-prev{
  left: -60px;
}
.pro-roll .swiper-button-next{
right: -60px;
}

.hezuo-wrap .swiper-button-prev,.hezuo-wrap .swiper-button-next{top: 42.5%;}
.hezuo-wrap .swiper-button-prev{
  left: -60px;
}
.hezuo-wrap .swiper-button-next{right: -60px;}

.proSwiper{
  width: 100%;
  overflow: hidden;
}

.proSwiper .swiper-slide{
  
}

.proSwiper .swiper-slide a{
  position: relative;
  border: solid 2px #ffffff;
  display: block;
}

.proSwiper .swiper-slide a::before{
  content: '';
  position: absolute;
  bottom: -1.5625vw;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.proSwiper .swiper-slide a .img1{overflow: hidden;}

.proSwiper .swiper-slide a .img1 img{
  width: 100%;transition: all 0.5s;
}
.proSwiper .swiper-slide a:hover .img1 img{transform: scale(1.1);}
.proSwiper .swiper-slide a .wz{
 padding: 18px 20px;
}

.proSwiper .swiper-slide a .wz .wz1{
  color: #999999;
  font-size: 14px;
  font-family: "Arial";
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.proSwiper .swiper-slide a .wz .wz2{
  font-weight: 600;
  color: #333333;
  font-size: 0.6vw;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.proSwiper .swiper-slide a .wz .wz3{
  width: 48px;
  height: 4px;
  background: #257c55;
  margin-top: 0.78125vw;
}

.proSwiper .swiper-slide a .wz .wz4{
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  width: 69%;
  margin-top: 0.9375vw;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2
}

.proSwiper .swiper-slide a .wz .wz5{
  background: url(../images/36d6f94b1d03b997cbcff37bb27fe652050f8ed4.png) no-repeat top center;
  width: 36px;
  height: 36px;
  background-size: 100% 100%;
  margin-top: 1.25vw;
}
.bor_left{ width:2px; height:0; background:#257c55; position:absolute; left:0; top:0; z-index:9; transition:0.5s;}
.bor_top{ height:2px; width:0; background:#257c55; position:absolute; left:0; top:0; z-index:9; transition:0.5s;}
.bor_right{ width:2px; height:0; background:#257c55; position:absolute; right:0; bottom:0; z-index:9; transition:0.5s;}
.bor_bom{ height:2px; width:0; background:#257c55; position:absolute; right:0; bottom:0; z-index:9; transition:0.5s;}
.proSwiper .swiper-slide:hover .bor_left,.proSwiper .swiper-slide:hover .bor_right{ height:100%; transition:0.5s;}
.proSwiper .swiper-slide:hover .bor_top,.proSwiper .swiper-slide:hover .bor_bom{ width:100%; transition:0.5s;}



.proSwiper .swiper-slide a:hover .wz .wz1{
  color: #257c55;
}

.proSwiper .swiper-slide a:hover .wz .wz2{
  color: #257c55;
}

.proSwiper .swiper-slide a:hover .wz .wz3{
  background: #257c55;
}

.proSwiper .swiper-slide a:hover .wz .wz4{
  color: #257c55;
}

.swiper-pagination1{
  position: relative;
  bottom: 0;
  text-align: center;
  margin-top: 2.60416666666667vw;
}

.swiper-pagination1 .swiper-pagination-bullet{
  width: 25px;
  height: 25px;
  outline: none;
  margin: 0 4px;
  background: url(../images/f035e19e02cbf0f87d59acaaa412c39b99fb3719.png) no-repeat top center;
  opacity: 1;
}

.swiper-pagination1 .swiper-pagination-bullet-active{
  background: url(../images/de34410dc778c7dac232cb88c71f0eb0438865b7.png) no-repeat top center;
}








@media(max-width: 1024px){
  .put .put1{
    font-size: 30px;
  }
  .put .put2{width: 200px;margin: 15px auto;}
  .proSwiper .swiper-slide a .wz .wz2{font-size: 18px;}
  .pro-index .put .put2{width: 190px;}
.hezuo-index .put .put2,.nt.put .put2{width: 180px;}
}

@media(max-width: 780px){
  .pro-bg{
    padding: 40px 0;
  }
  .put .put1{
    font-size: 24px;
  }
  .put .put2{
    margin: 10px auto;width: 150px;
  }
  .pro-index .put .put2{width: 140px;}
.hezuo-index .put .put2,.nt.put .put2{width: 130px;}
  .aut .put2{width: 100px;}
  .put .put3{
    font-size: 14px;
  }
  .pro-roll{
    margin-top: 20px;
  }
  .proSwiper .swiper-slide{
    width: 80%;
  }
  .proSwiper .swiper-slide a .wz .wz4{
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    width: 70%;
  }
  
  .proSwiper .swiper-slide a .wz .wz5{
    width: 20px;
    height: 20px;
    margin-top: 15px;
  }
  .pro-roll .swiper-pagination1{
    margin-top: 20px;
  }
  .pro-roll .swiper-pagination-bullet{margin: 0;}
  .proSwiper .swiper-slide a .wz{padding: 15px 5px;}
  .proSwiper .swiper-slide a .wz .wz1{font-size: 12px;}
  .proSwiper .swiper-slide a .wz .wz2{font-size: 16px;}
}


@media(max-width: 640px){
  .pro-bg{padding: 30px 0;}
}
/* 关于我们 */
.w1210{
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.ab-bg{
  padding-top: 4.6875vw;
}

.aut .put1{
  color: #000;
}

.aut .put3{
  color: #000;
	opacity: 0.7;
}
.aut .put2{width: 160px;}
.ab-wrap{
  margin-top: 4.5vw;
  align-items: center;
}

.abl{
  width: 49.92%;
}

.abl .at1{
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.abl .atw{
  margin-top: 10px;
}
.abl .atw p{
  margin-top: 1.30208333333333vw;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
.abl .amore{
  margin-top: 25px;
  border: 2px solid #d3d3d3;
  width: 140px;
  height: 42px;
}
.abl .amore a{
  display: block;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #000;
}
.abr{
  width: 37.85%;
}


.abr img{
  width: 100%;
}

.ablist{
  background: #fff;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.07);
  margin-top: 2.76041666666667vw;
  margin-bottom: -5.46875vw;
  padding: 2.08333333333333vw 0;
  position: relative;
}

.ablist ul{

}

.ablist ul li{
  width: 25%;
  text-align: center;
  background: url(../images/73a49762b5abc278b06304f7718f3c01f41e580b.png) no-repeat right center;
}

.ablist ul li:last-child{
  background: none;
}

.ablist ul li .a1{
  align-items: center;
  justify-content: center;
}

.ablist ul li .a1 .a11{
  color: #333333;
  font-size: 36px;
  font-family: "Arial";
}

.ablist ul li .a1 .a22{
  color: #333333;
  font-size: 30px;
  font-family: '微软雅黑';
  margin-left: 6px;
}
/* .ablist ul li:last-child .a1 .a11{font-size: 36px;} */
.ablist ul li .a2{
  color: #666666;
  font-size: 14px;
}

.ablist ul li:hover .a1 .a11{
  color: #257c55;
}

.ablist ul li:hover .a1 .a22{
  color: #257c55;
}

@media(max-width: 780px){
  .ab-bg{
    padding: 40px 0;
  }
  .ab-wrap{
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .abl{
    width: 100%;
  }
  .abl .at1{
    font-size: 20px;
  }
  .abr{
    width: 100%;
    margin-top: 20px;
  }
  .ablist ul{
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .aut .put2{width: 100px;}
  .ablist ul li{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .ablist ul li .a1 .a11{
    font-size: 18px;
  }
  .ablist ul li .a1 .a22{
    font-size: 18px;
  }
  .abl .atw p{font-size: 14px;line-height: 24px;}
}

/* 产品 */
.pro2-bg{
  background: #fafafa;
  padding-top: 10vw;
  padding-bottom: 4.6875vw;
}

.pro-wrap{
  margin-top: 2.72708333333333vw;
}

.prol{
  width: 21.33%;
}

.pro1{

}

.pro1 .pt{
  background: #257c55;
  padding: 0.9vw;
 border-radius: 10px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.psort{
  background: #fff;
  margin: 22px 0 17px;
  padding: 0 1vw;
  padding-bottom: 1.3vw;
}

.psort li{
  border-bottom: 2px solid #d7d7d7;
  padding: 0.8vw 0;
  background: url(../images/439f2e57220976c77f2d53956722cd580041feb0.png) no-repeat right center;
}
.psort li a .img{width: 48px;margin-right: 10px;text-align: center;overflow: hidden;height: 20px;}
.psort li a .img img{display: block;margin: 0 auto;}
.psort li a{
  display: block;
  color: #333333;
  font-size: 18px;
}
.psort li.on .img img{
  transform: translateY(-20px);
  filter: drop-shadow(#188a57 0 20px);
}
.psort li.on a{
  color: #188a57;
}

.pro2{
  margin-top: 8px;
}

.pror{
  width:calc(100% - 22.7%);
}
.ptel{background: url(../images/41adcfa6a847335b2c540cb12c1c09176a01d0f0.png) no-repeat top center;background-size: cover;text-align: center;color: #fffefe;font-size: 30px;padding: 4.1vw 0;}
.ptel p:nth-child(2){color: #fff;letter-spacing: 2px;font-size: 36px;font-family: Impact;}
.plist1{
  font-size: 0;
}

.plist1 li{
  width: 32.2%;
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  text-align: center;
  padding: 19px;
  margin-right: 1.7%;
  margin-bottom: 19px;
}
.plist1 li:nth-child(3n){margin-right: 0;}
.plist1 li .img img{
  width: 100%;transition: all 0.5s;
}
.plist1 li .img {overflow: hidden;}
.plist1 li:hover .img  img{transform: scale(1.1);}
.plist1 li .wz1{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0 9px;
}

.plist1 li .wz1 span{
  width: 50px;
  height: 2px;
  background: #e6e6e6;
}

.plist1 li .wz1 b{
  font-weight: 500;
  color: #999999;
  font-size: 16px;
  font-family: "Arial";
  text-transform: uppercase;
  padding: 0 10px;
}

.plist1 li .wz2{
  color: #333333;
  font-size: 20px;
  overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}

.plist1 li .wz3{
  width: 155px;
  height: 44px;
  border: 2px solid #ebebeb;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  color: #666666;
  font-size: 16px;
  margin-top: 5px;
}

.plist1 li:hover .wz2{
  color: #257c55;
}
.plist1 li:hover .wz3{background-color: #257c55;color: #fff;border-color: #257c55;}


.cpejfl{
  text-align: center;
  border-radius: 0px 10px 0px 0px;
	border: solid 2px #eeeeee;
  background: url(../images/7e6c428f89998d363f6e4693862e5b120c89587c.png) no-repeat top center;background-size: cover;padding: 13px 0;font-size: 0;
}
.cpejfl li{display: inline-block;margin: 0 1.7%;height: 40px;border-radius: 20px;border: solid 1px #dddddd;width: 17.3%;line-height: 38px;}
.cpejfl li a{color: #666;font-size: 16px;}
.cpejfl li a .img2{display: none;}
.cpejfl li.on{background-color: #257c55;border-color: #257c55;}
.cpejfl li.on a{color: #fff;}
.cpejfl li.on a .img1{display: none;}
.cpejfl li.on a .img2{display: inline-block;}
.cpzx_fb {margin-top: 22px;}


@media(max-width: 1600px){
  .psort li{
    padding: 15px 0;
  }
}

@media(max-width: 1480px){
  .psort li{
    padding: 14px 0;
  }
}

@media(max-width: 1366px){
  .psort li{
    padding: 12px 0;
  }
  .ptel{font-size: 24px;}
  .ptel p:nth-child(2){letter-spacing: 1px;font-size: 30px;}
  .plist1 li .wz2{font-size: 18px;}
  .plist1 li .wz3{width: 140px;height: 35px;line-height: 31px;font-size: 14px;}
}

@media(max-width: 1280px){
  .psort li a{
    font-size: 17px;
  }
}

@media(max-width: 1200px){
  .psort li{
    padding: 11px 0;
  }
   .psort li a{
     font-size: 16px;
   }
}

@media(max-width: 1024px){
  .pro1 .pt{
    font-size: 20px;
  }
  .psort li{
    padding: 10px 0;
  }
  .psort li a{
    font-size: 14px;
  }
  .plist1 li .wz2{
    font-size: 16px;
  }
}

@media(max-width: 780px){
  .pro2-bg{
    padding: 40px 0;
  }
  .pro-wrap{
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .prol {
    width: 100%;
  }
  .pro1 .pt{
    padding: 10px;
  }
  .pror {
    width: 100%;
    margin-top: 20px;
  }
  .plist1 li{
    width: 48.3%;
    margin-bottom: 2%;
  }
  .plist1 li .wz1{
    padding: 10px 0;
  }
  .plist1 li .wz1 b{
    font-size: 14px;
  }
  .plist1 li .wz2{
    font-size: 14px;
  }
  .plist1 li .wz3{
    width: 80%;
    font-size: 12px;
    line-height: 30px;
    height: 34px;
    margin-top: 10px;
  }
  .plist1 li:nth-child(n+4){
    margin-top: 0;
  }
  .cpejfl li a{font-size: 14px;}
}
/* 合作案例 */
.hezuo-index{
  margin-top: 4.7vw;
}

.caseSwiper{
  position: relative;
  overflow: hidden;
}

.hezuo-wrap{
  margin-top: 2.60416666666667vw;padding: 0 5px;
  position: relative;
}
.hezuo-index .swiper-pagination1{margin-top: 30px;}
.hlist1 li{
  position: relative;
  margin-bottom: 20px;
}


.hlist1 li .img1{overflow: hidden;}
.hlist1 li .img1 img{
  width: 100%;transition: all 0.5s;
}
.hlist1 li:hover .img1 img{transform: scale(1.1);}
.hlist1 li .wz{
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
  padding:30px 30px 25px 30px;
  position: relative;
}

.hlist1 li .wz .wz1{
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Arial";
  font-weight: bold;
}

.hlist1 li .wz .wz2{
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin: 0.78125vw 0;
}

.hlist1 li .wz .wz3{
  color: #999999;
  font-size: 14px;
  line-height: 30px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
.hlist1 li:hover .wz .wz1,.hlist1 li:hover .wz .wz2{color: #257c55;}
.hlist1 li .date{
  position: absolute;
  top:0;
  right: 0;
  background: #257c55;
  width: 90px;
  height: 62px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  font-family: "Arial";
  line-height: 1;
  padding: 30px 0 10px 0;
}

.hlist1 li .date b{
  font-size: 24px;
}

@media(max-width: 780px){
  .hezuo-index{
    margin-top: 40px;
  }
  .hezuo-wrap{
    margin-top: 20px;
  }
  .hlist1 li{
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .hlist1 li .wz{
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px 10px;
  }
 
}



/* 广告图文 */
.ad-bg{
  margin-top:2.6%;
  padding: 5.52083333333333vw 0;
  padding-bottom: 4.6875vw;
}

.adlist1{
  flex-wrap: wrap;
}

.adlist1 li{
  width: 25%;
  text-align: center;
  padding: 3.64583333333333vw 0;
  border-right: 1px solid rgba(255,255,255,.2);
}



.adlist1 li .img1 img{
  max-width: 100%;
  margin: 0 auto;
}

.adlist1 li .img1 img.imga{
  
}

.adlist1 li .img1 img.imgb{
  display: none;
}

.adlist1 li .wz1{
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 2vw;
}

.adlist1 li .wz2{
  font-size: 14px;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  font-family: "Arial";
  margin-top: 0.78125vw;
}

.adlist1 li:nth-child(4n){
  border-right:none;
}

.adlist1 li:nth-child(n+5){
  border-top: 1px solid rgba(255,255,255,.2);
}

.adlist1 li:hover .img1 img.imga{
  display: none;
}

.adlist1 li:hover .img1 img.imgb{
  display: block;
}

.adlist1 li:hover .wz1{
  color: #257c55;
}

.adlist1 li:hover .wz2{
  color: #257c55;
}

@media(max-width: 780px){
  .ad-bg{
    margin-top: 40px;
  }
    .adlist1 li{
      padding: 10px 5px;
    }
  .adlist1 li .img1 img{
    max-width: 40px;
    width: 100%;
  }
  .adlist1 li .wz1{
    font-size: 14px;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
  }
  .adlist1 li .wz2{
    font-size: 12px;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
  }
}

@media(max-width: 640px){
  .ptel{display: none;}
  .pror{margin-top: 0;}
  .cpejfl li{width: 32.3%;margin: 0 0.5%;}
  .cpejfl li a{font-size: 13px;}
  .pro2-bg{padding: 30px 0;}
  .hezuo-index{margin-top: 30px;}
  .hezuo-index .swiper-pagination1{margin-top: 10px;}
  .swiper-pagination1 .swiper-pagination-bullet{margin: 0;}
  .hlist1 li .date{height: 40px;padding-top: 10px;}
  .hlist1 li .wz{padding-top: 46px;}
  .hlist1 li .wz .wz2{font-size: 15px;line-height: 25px;}
  .hlist1 li .wz .wz3{line-height: 24px;}
  .adlist1 li{width: 50%;}
  .adlist1 li:nth-child(2n){border:none;}
  .adlist1 li:nth-child(n+3){border-top: 1px solid rgba(255,255,255,.2);}
}
/* 新闻 */
.nt{
  margin-top:5.3vw;
}

.news-bg{
  background: url(../images/36f13fd4c6d187ea9cb207fc7f01f34ce62c7228.jpg) no-repeat bottom center;
  background-size: 100% 100%;
  margin-top: 3.2vw;;
  padding-bottom:43px;
}

.news-roll{
}

.newsSwiper{
  overflow: hidden;
}

.newsSwiper .swiper-slide{
  width: 27.4%;
  margin-right: 1.25%;
}
.newsSwiper .swiper-slide .img1 {overflow: hidden;}
.newsSwiper .swiper-slide .img1 img{
  width: 100%;transition: all 0.5s;
}
.newsSwiper .swiper-slide:hover .img1 img{transform: scale(1.1);}
.newsSwiper .swiper-slide .wz{
  background: #f7f7f7;
  padding: 0 2.64583333333333vw;
  padding-bottom: 2.60416666666667vw;
}

.newsSwiper .swiper-slide .wz .wz1{
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  padding:2vw 0 1vw 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsSwiper .swiper-slide .wz .wz2{
  color: #999999;
  font-size: 14px;
  line-height: 30px;
   display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3;
}

.newsSwiper .swiper-slide .wz .wz3{
  font-weight: 600;
  font-size: 14px;
  font-family: "Arial";
  color: #333333;
  display: flex;
  align-items: center;
  margin-top: 1vw;
 
}

.newsSwiper .swiper-slide .wz .wz3 span{
  width:49px;
  height: 1px;
  background: #333333;
  margin-left: 10px;
}

.newsSwiper .swiper-slide:hover .wz .wz1{
  color: #257c55;
}
.newsSwiper .swiper-slide:hover .wz .wz2{
  color: #257c55;
}

.newsSwiper .swiper-slide:hover .wz .wz3{
  color: #257c55;
}

.newsSwiper .swiper-slide:hover .wz .wz3 span{
  background: #257c55;
}

.news-roll .swiper-pagination2{
  position: relative;
  bottom: 0;
  text-align: center;
  margin-top: 2.4vw;
}

.news-roll .swiper-pagination-bullet{
  width: 25px;
  height: 25px;
  background: url(../images/f035e19e02cbf0f87d59acaaa412c39b99fb3719.png) no-repeat top center;
  opacity: 1;
}

.news-roll .swiper-pagination-bullet-active{
  background: url(../images/de34410dc778c7dac232cb88c71f0eb0438865b7.png) no-repeat top center;
}



/*  */
.ht1{text-align: center;color: #fff;padding: 8% 0;}
.ht1 h3{letter-spacing: 3px;font-size: 30px;font-weight: bold;margin-bottom: 40px;}
.ht1 h2{letter-spacing: 2px;font-size: 24px;font-weight: bold;line-height: 1.7;max-width: 1010px;margin: 0 auto;}




@media(max-width: 1200px){
  .ht1 h3{font-size: 26px;}
  .ht1 h2{font-size: 20px;}
}









@media(max-width: 780px){
  .ht1 h3{font-size: 24px;margin-bottom: 20px;letter-spacing: 2px;}
  .ht1 h2{font-size: 18px;letter-spacing: 1px;}
  .nt{
    margin-top: 40px;
  }
  .news-bg{
    margin-top: 20px;
  }
  .news-roll{
    margin-right: 0;
    overflow: hidden;
  }
  .newsSwiper .swiper-slide{
    width: 80%;
  }
  .newsSwiper .swiper-slide .wz .wz1{
    font-size: 14px;
    padding: 10px 0;
  }
  .newsSwiper .swiper-slide .wz .wz2{
    font-size: 12px;
    overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
  line-height: 24px;
  }
  .newsSwiper .swiper-slide .wz .wz3{
    font-size: 12px;
  }
}

@media(max-width: 640px){
  .ht1{padding: 60px 0;}
  .ht1 h3{font-size: 20px;margin-bottom: 20px;letter-spacing: 2px;}
  .ht1 h2{font-size: 14px;letter-spacing: 1px;}
}


/* 底部 */
.foot-bg{
  padding: 3vw 0 30px;
}

.foot1{
  width: 45.5%;
}
.foot2{width: 19.5%;}
.ft{
  background: url(../images/0563ac806dc30f0d475e8afc0f0b0e3379d79cb8.jpg) no-repeat left bottom;
  font-size: 18px;
  color: #257c55;
  margin-bottom: 35px;
  padding-bottom: 15px;
}
.dao{background: url(../images/598ac8396d2dedce10e17055d83c706dc2a5b4ca.png) no-repeat left 40px;}
.dao li:last-child{display: none;}
.dao li a{color: #333333;font-size: 18px;}
.dao .x-nav-menu{margin-top:18px;}
.dao .x-nav-menu a{color: #666666;font-size: 14px;line-height: 30px;}
.dao .x-nav-menu a:hover{color: #257c55;}
.ft span{
  font-size: 14px;
  font-family: "Arial";
  text-transform: uppercase;
  color: #999999;
  margin-left: 10px;
}
.lx p{
  color: #999999;
  font-size: 14px;
}
.lx p:nth-child(3){margin-bottom: 10px;}
.lx p:nth-of-type(2){
  color: #257c55;
  line-height: 1;
  margin: 8px 0 20px;
}

.ferq1{
  width:50%;
}

.ferq1 img{
  /* max-width: 130px; */
  max-width: 100%;
}

.ferq2{
  border: 1px solid #eeeeee;
  width: 50%;
}

.ferq2 img{
  max-width:100%; height:auto !important;width:auto !important;
}

.ferq2 span{
  color: #333333;
  width: 50px;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  writing-mode:vertical-rl;
  line-height: 50px;
}

.cop-bg{
  background: #4b706c;
  padding: 20px 0;
}
.copl{width: 100%; text-align:center}
.cop-index{
  font-size: 12px;
  color: #ffffff;
  line-height: 30px;
}

.cop-index a{
  color: #ffffff;
}
.copr{text-align: right;}



@media(max-width: 991px){
  .cop-index{
    flex-wrap: wrap;
    display: block;
  }
  .copl,.copr{width: 100%;text-align: center;}
  .cop-index{line-height: 24px;}
  .foot2{width: 40%;}
}


@media(max-width: 780px){
  .foot-index{
    flex-wrap: wrap;
  }
  .foot1{
    width: 100%;
  }
  .ft{
    margin-bottom: 10px;
  }
  .lx p:nth-of-type(2){
    font-size: 20px;
  }
  .cop-index{
    flex-wrap: wrap;
  }
  .copl{
    width: 100%;
  }
  .copr{
    width: 100%;
  }
  .news-roll .swiper-pagination2{margin-top: 30px;}
  .news-bg{padding-bottom: 30px;}
  .ferq2{
    width: 43%;
  }
  
}

@media(max-width: 640px){
  .foot2{width: 100%;margin-bottom: 15px;}
}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}





.cd-intro {
  text-align: center;
}





.cd-headline {
  letter-spacing: 2px;
	color: #257c55;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xrotate-2 

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
}
.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}
.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

