
/*/通用/*/
*{
  margin: 0;
  padding: 0;
  list-style: none;
}
body{
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}
a,a:hover,a:focus{text-decoration: none !important;}

.animation-infinite{
  animation:infinite;
}
#goTopBtn{
  position: fixed;
  right: 30px;
  bottom:30px;
  cursor:pointer;
  display:none;
  font-size: 30px;
  color: #7fb02d;
}

@keyframes caseFixBtn{
  0%{
    background:#7fb02d ;
  }
  33%{
    background:#02FCB8 ;

  }
  66%{
    background:#CF02D5 ;
  }
  100%{
    background:#7fb02d ;
  }
}
.clearfix{
  clear: both;
}

/* 头部导航滑动*/
.slideUp {
 /* -webkit-transform: translateY(-100px);
 transform: translateY(-100px);*/
 -webkit-transform: translateY(-140px);
 -ms-transform: translateY(-140px);
 -o-transform: translateY(-140px);
 transform: translateY(-140px);
 /*transition: transform .5s ease-out;*/
 -webkit-transition: transform .5s ease-out;
 -o-transition: transform .5s ease-out;
 transition: transform .5s ease-out;
}

.slideDown {
  /*-webkit-transform: translateY(0);
  transform: translateY(0);*/
  -webkit-transform: translateY(10);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  /*transition: transform .5s ease-out;*/
  -webkit-transition: transform .5s ease-out;
  -o-transition: transform .5s ease-out;
  transition: transform .5s ease-out;
}
.topTimebar{
  width: 0px;
  height: 4px;
  background-color: #3aad02;
  box-shadow: 1px 1px 2px #3d3d3d;
}
.header-navigation {
  position: fixed;
  top: 10;
  width: 100%;
  height: 130px;
  line-height: 60px;
  background-color: #f7f6f6;
  text-align: center;z-index: 999;
}
.innerHidebar{
	display: none;
}

.bannerNav{

  list-style: none;

}
.bannerNav li{
  float: left;

}
.bannerNav a{
  text-decoration: none ;
  font-size: 18px;
  display: block;
  margin:30px 45px 0 0;
  color:#6d6d6d;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
  -moz-transition: all 250ms linear 0s;
  -ms-transition: all 250ms linear 0s;
  -o-transition: all 250ms linear 0s;
  -webkit-transition: all 250ms linear 0s;
  transition: all 250ms linear 0s;
}

.bannerNav_lv2{
  height: auto;
  transition: all 1s ease;
  background: #7fb02d;
  width: 80px;
  opacity: 0;
  margin-left: -5px;
  border-radius: 4px;
}
.bannerNav_lv2 li {
  float: none;
  text-align: center;

}
.bannerNav_lv2 li a{
  line-height: 30px;
  margin:0;
  display: block;
  font-size: 14px;
  color: #fff;
}

.bannerNav li:hover ul.bannerNav_lv2{
  opacity: 1;
}
.bannerNav li:hover ul.bannerNav_lv2 a:hover{
  background-color: #000;
  border-radius: 4px;
}
.bannerNav a:hover{
  border-bottom: 3px solid #7fb02d;
  color: #7fb02d;
  transform: scale(1.1,1.1);

}
.bannerNav li:last-child > a{
  margin-right: 0;
}

.bannerLogo{
  margin-top: 25px;
  width: 195px;
  height: 80px;
  background: url("../../../../static/img/tourshow/logo.png") no-repeat;
  background-size: 100%;
}
.placeholder{
  height: 130px;
  background: #3aad02;
}
/*首页头部轮播图*/
.midFocus{
  clear: both;
  margin:0 auto;
  width: 100%;
}
.flexslider{position:relative;height:500px;overflow:hidden;background:url(../../../../static/img/tourshow/loading.gif) 50% no-repeat;
}
.slides{position:relative;z-index:1;}
.slides li{height:500px;}
.slides li a img{width: 100%;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../../../../static/img/tourshow/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}


/*中部介绍*/
#midAbout{
  height: 720px;
  overflow: hidden;
  margin-top:60px;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
  visibility: hidden;
}
#midAbout img{
  float: right;
}

.aboutDec{
  width: 74px;
  height: 9px;
  background-color: #7fb02d;
}

p.aboutUs{
  font-size: 18px;
  line-height: 30px;
  float: left;
  margin:20px 0;
}
p.aboutIntroduce{
  font-size: 16px;
  line-height: 31px;
  float: left;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}
#aboutFocus{
  width: 100%;
  margin-top: 38px;
}
.fsbanner, .fsbanner > div > span {
	display:none;
}
div.fsbanner {
	
	position:relative;
	overflow:hidden;

	height:300px;
	color:#000;
	font-size:20px;
	font-family:Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
	font-weight:bold;
	border-radius:5px;
}


.fsbanner > div {
	position:absolute;
	background-size:cover;
	top:0px;
	left:0px;
 
}
.fsbanner > div .name {
	display:block;
	position:absolute;
	left:10px;
	bottom:10px;
}
.fsbanner > div .name.minimized {
	/* css3 */
	transform: rotate(-90deg);
	transform-origin: left top 0;
	bottom: -13px;
  left: 7px;
}
/*中部服务介绍*/
#midSeviceBg{

  background: url(../../../../static/img/tourshow/bg-mid.jpg);
  height:980px;

}
#midSevice{
  overflow: hidden;
}

.marginControl{
  margin-top: 71px;

}
.serviceDec{
  width: 9px;
  height: 74px;
  background: #fff;
  float: left;
}
h2.serviceTitle{
  color: #fff;
  font-size: 40px;
  margin-left: 20px;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;

}
.serviceEngtitle{
  color: #fff;
  text-transform: uppercase;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 16px;
  margin-left: 12px;
}
.cicleConson{
  width: 48%;
  height: 181px;
  margin:20px 0 0 20px;
  float: left;
}
.circle{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #fff;
  float: left;
  margin-top: 15px;
  transition: all 0.2s ease-in-out;
}
.circle > i{
  position: relative;
  color: #fff;
  left:30%;
  vertical-align: center;
  font-size: 46px;
  line-height: 120px;
}
h2.circleTitle{
  font-size: 20px;
  color: #7fb02d;
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin: 24px 0 0 20px;
  float: left;
}
.circleText{
  float: left;
  width: 300px;
  margin:10px 0 10px 20px;
  color: #fff;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
  display: block;
}
.circleBtn{
  width: 99px;
  height: 29px;
  border:1px solid #7fb02d;
  float: left;
  margin-left: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 29px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.circleBtn:hover,.circle:hover{
  background: #7fb02d;
  border:1px #7fb02d solid;
  color:#fff;
}

#bottomCase{
  height: 1100px;
}
/*底部案例*/
.bottomtopTitle{
  height: 110px;
  margin: 40px auto;
  /*background-color: #000;*/
  text-align: center;
  color:#7fb02d;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}
.btmSontitle{
  font-size: 40px;
  padding-top: 20px;
}
.btmEngtitle{
  text-transform: uppercase;
}
.bottomCaseMore{
  height: 30px;
  float: right;
  margin-right: 12px;
}
.bottomCaseMore a{
  color: #7fb02d;
/*  line-height: 40px;  */
  font-size: 15px;
  border-radius: 6px;
  padding: 6px;
  border:1px solid #7fb02d;
  transition: all .2s linear;
}
.bottomCaseMore a:hover{
  background: #7fb02d;
  color: #fff;
}
.btmDec{
  width: 80px;
  height: 6px;
  background-color: #7fb02d;
  margin: 10px auto;
}

.figureContent{
  width: 100%;
  height: 1100px;
}

.imageAndtext{
  width: 30%;
  height: 400px;
  float: left;
  font-family:Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
  margin-left: 3%;
  margin-top: 2%;
}
.caseImg{
  width: 100%;
}
.caseTitle{
  width: 100%;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#7fb02d;
  margin: 10px 0;
  font-weight: bold;
}
.caseText{
  width: 100%;
  font-size: 16px;
  line-height: 25px;

}
/*底部合作伙伴*/
#bottomPartnerbg{
  height: 1695px;
  background: url(../../../../static/img/tourshow/bg-partner.jpg);
}
#bottomPartner{
  overflow: hidden;
}
.partnerTitle{
  width: 475px;
  height: 110px;
  margin: 70px auto;
  text-align: center;
  color:#fff;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}
.partnerSontitle{
  font-size: 30px;
}
.partnerEngtitle{
  text-transform: uppercase;
  font-size: 30px;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}
.partnerList{
  width: 100%;
  height: 1200px;
  margin:0 auto;
  background:url(../../../../static/img/tourshow/bg-partner1.jpg);
  border: 2px dashed #7fb02d;
}
.partnerLogo img{
  float: left;
  width: 13%;
  margin:35px 20px 10px 94px;
}
.partnerIcon{
  color: #fff;
  margin: 70px auto;
  width: 30px;
  height: 30px;
}

/*footer页脚*/
#bottomCopyright{
  background: url(../../../../static/img/tourshow/bg-footer.jpg);
  overflow: hidden;
}

.bcrAbout{
  margin: 20px 0;
  color: #fff;

}
.bcrAleft{
  float: left;
}
.bcraWeb{
  font-size: 30px;
  font-family: Futura Bold, Trebuchet margin, Arial Bold;
  font-weight: bolder;
}
.bcraLogo{
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 32px;
  background: url("../../../../static/img/tourshow/bg-logo.png") no-repeat 31px 4px;
  background-size: 35px 35px;

}
.bcrAright{
  float: left;
  margin-left: 60px;
}
.bcrArightUl{
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size:18px;
  color: #7fb02d;
}
.bcrArightUl li{
  float: left;
  margin-left: 80px;
}
ul.bcrconnectUs{
  margin:10px 20px 0 0;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;

}
ul.bcrconnectUs li{
  float: none;
  color:#fff;
  font-size: 14px;
  margin:3px 0 0 0;
}
ul.bcrconnectUs li.bigger{
  font-size: 16px;
}
.bcrArightAbout{
  margin-top: 10px;

}
.bcrArightAbout li{
  float: none;
  margin:13px 0 0 3px;
}
.bcrArightAbout a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
  display:block;
}

.bcrArightAbout a:hover{
  color:  #7fb02d;
}

.wechatLogo{
  width: 120px;
  height: 120px;
  background: url("../../../../static/img/tourshow/wechatlogo.png") no-repeat right top;
  background-size: 120px 120px;
  margin-top: 25px;
}
p.copyrightInfo{
  height: 32px;
  background: url("../../../../static/img/tourshow/bg-copyright.jpg");
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0 !important;
  font-size: 12px;
}



/*introduction.html公司介绍页面*/
.introBanner{
  height: 300px;
  background: url(../../../../static/img/tourshow/bg-introBanner.jpg);

}
.introBackground{
  background-color: #f7f6f6;
  overflow: hidden;
}
#introContainer{
  margin:26px auto;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}
.introLeft{
  height: 262px;
  background-color: #fff;
  padding: 0 !important;

}
.introLefttitle{
  height: 62px;
  background: #3aad02;
  
}
h4.introLeftabout{
  color: #fff;
  line-height: 62px;
  margin-top: 0 !important;
  text-align: center;
}
.introLeftul li{
  width: 100%;
  margin-top:15px;
  border-bottom: #f0f0f0 1px solid;
  height: 50px;

}
.introLeftul li a{
  color: #656565;
  text-decoration: none;
  display: block;
  font-size: 18px;
  line-height: 38px;
  transition: all ease .8s;
  margin-left: 35px;
}
.introLeftul li .fa{
  color: #7fb02d;
}
.introLeftul li a:hover{
  color: #7fb02d;
  transform: translateX(15px);
}
.introLeftul li:last-child{
  border: none;
}
.introRight{
  width: 1050px;
  background-color: #fff;
  float: left;
  margin: 0 0 30px 30px;
}
.introRightTop{
  height: 80px;
  border-bottom: 1px solid #dedddd;
}
h3.introRighttitle{
  float: left;
  margin: 30px 30px 0 30px;
}
ol.breadcrumb{
  float: right;
  margin-top: 30px;
  margin-right: 30px;
  font-size: 16px;
}
ol.breadcrumb li{
  float: left;
}
ol.breadcrumb li a{
  text-decoration: none;
  color:#7c7c7c;
}
.introRightDec{
  height: 6px;
  width: 150px;
  background-color: #7fb02d;
  margin-top: 20px;
}
.introRightContent{
  margin: 38px 10px;
  font-size: 16px;
}
img.introRightImg{
  width: 100%;
}
p.introRightText{
  margin: 30px auto;
  line-height: 34px;
}

/*case案例页*/
.caseBanner{
  height: 300px;
  background: url(../../../../static/img/tourshow/caseBanner.jpg);
}
.caseDecoration{
  height: 50px;
  background-color: #393D49;
  box-shadow: 1px 1px 1px #b6b6b6;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}
.caseDecoration .fa{
  font-size: 30px;
  line-height: 50px;
  color: #5FB878; 
  float: left;
}
.caseDecoration p{
  color: #fff;
  float: left;
  margin-left: 10px;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 2px;
}
#caseMain{
  margin-bottom: 10px;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}
.caseList{
  margin-top:10px;
}
.caseList img{
  width: 100%;
  display: block;
}
.caseTitleContent{
  height: 90px;
  background-color: #302f2f;
  cursor:pointer;
  color: #fff;
  overflow: hidden;
  transition: all 0.5s linear;
}
.caseTitleContent:hover{
  background-color: #7fb02d;
}
.caseTitleleft{
  margin:12px 0 27px 40px;
}
.caseTitleleft i.fa{
  float: left;
  font-size: 41px;
  margin:10px 18px 0 0;
}
.caseTitleleftH{
  float: left;
  margin-top: 5px;
}
.caseTitleleftH h2.caseTitleH2{
  font-size: 22px;
  font-weight: bolder;
  margin: 0;
}
.caseTitleleftH h3.caseTitleH3{
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 16px;
  margin-top: 10px;
}
.caseTitleright{
  float: right;
  margin-top:-5px;
}
.caseTitlemaster{
  background-color: #e1433e;
  text-align: center;
  line-height: 27px;
    font-size: 12px;

}
.caseTitleBtn a{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  float: right;
  margin:5px 40px 0 30px;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
}

.caseContent{
  background-color: #F0F0F0;
  overflow: hidden;
  display: none;
}
.caseClose a{
  font-size: 31px;
  float: right;
  width: 50px;
  margin: 30px 30px 0 0 ;
  color: #414141;
  transition: all 0.5s linear;
}
.caseClose a:hover{
  color:#e1433e;
}
.caseTextcontent{
  margin: 60px 93px 30px 93px;
}
h3.caseTexttitle{
  font-size: 28px;
  font-weight: bold;
  color: #e1433e;
}
p.caseIntro{
  font-size: 20px;
  line-height: 40px;
  margin:20px 0;
  text-indent: 2em;
}
.caseVideo{
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.caseButton{transition:all .2s linear;}

/*case左侧菜单*/
#caseLeftMenu{
  margin-top:10px;
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
  background: #302f2f;
  padding: 0;
  border-radius: 10px;
}
#caseLeftMenu div.bigger{
  height: 42px;
  background: #5FB878;
  color: aliceblue;
  line-height: 42px;
  padding-left: 18px;
  font-size: 18px;
  margin: 0;
}
#caseLeftMenu div.bigger i{
    margin-right: 5px;

}
#caseLeftMenu div.bigger #caseLeftMenuBtn{
    float: right;
    color: aliceblue;
    margin-right: 18px;
}
#caseLeftMenu ul li{
    margin: 15px 0 5px 0;
}
#caseLeftMenu ul li a{
    color:aliceblue;
    display: block;
    padding:0 18px;
    transition: all .4s;
    -webkit-transition: all .2s;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#caseLeftMenu ul li a:hover{
    color:#fff;
    background: #7fb02d;
}
#caseLeftMenu ul li a i{
    margin-right: 5px;
}
.caseLeftFix{
    position:fixed !important; 
    top:0px;
    width: 293px !important;
}

/*案例页面瀑布流*/ 
.masonry {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  counter-reset: item-counter;
}

@media screen and (min-width: 400px) {
  .masonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 1100px) {
  .masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.masonry_item {
  box-sizing: border-box;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding: 10px;
  counter-increment: item-counter;
}
.masonry_item__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  font-size: 40px;
  color: #360007;
  background: #C5C5C5;
  box-sizing: border-box;
  color: #fff;
}
.masonry_item__content img{
  width: 100%;
  height: 100%;
}



/*product.html*/

#fullpage-menu{ 
  position: fixed; 
  top: 45%; 
  margin-top: -32px;
  text-align:center; 
  font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}  
#fullpage-menu.right{ 
  right: 30px;
}  
#fullpage-menu ul li{
 width: 24px;
 height: 24px;
 margin:10px;
 border-radius: 12px;
 background: #000;
}  
#fullpage-menu li.active{ 
  background:#7fb02d; 
}  
#fullpage-menu ul li a{
  line-height: 24px;
  display: block;
  color: #fff;
  text-decoration: none;
}
#fullpage-menu ul li a:hover{
  color:#7fb02d;
}
.fullpage-content{
  font-family: Arial, "Microsoft YaHei", "微软雅黑";
  margin-top: 130px;
}
.fullpage-content img{
  margin:25px 0;
}
.section1{
  background: url(../../../../static/img/tourshow/product-bg1.jpg);
}
.section2{
  background-color: #E4E4E4;
}
.section3{
  background: url(../../../../static/img/tourshow/product-bg3.jpg);
}
.section4{
  background-color: #041728;
}
.section5{
  background-color: #F6F6F6;
}
.section6{
  background-color: #F4E399;
}
.section7{
  background-color: #F6F6F6;
}


/*about.html 关于我们页面*/

#aboutTabMain{
  background-color: #E5E5E5;
  font-family: 微软雅黑;
}
#aboutTab{
  margin-top: 30px;
}
#aboutTab .tab-content{
  margin:30px 0;
  background-color: #fff;
}
#aboutTab ul.nav > li{
  width: 50%;
  line-height: 50px;
  text-align: center;
  margin: 0 !important;
}

#aboutTab li > a{
  color: #000;
  font-size: 16px;
  background-color: #fff;
  transition: all .2s linear;

}
#aboutTab li > a:hover{
  background-color: #fff;
  box-shadow: 2px 2px 2px #7fb02d;
  border-radius: 8px;
}
#aboutTab li.active >a{
  background-color: #7fb02d !important;
  color: #fff;
  background: url(../../../../static/img/tourshow/jobbg.png);
  
}

#aboutTab li > a > i{
  position: absolute;
  left:220px;
  top:20px;
  font-size: 30px;
}
#contact{
  height: 730px;
  box-shadow: 4px 4px 10px #7fb02d;
  border-radius: 5px;
}
.contactUs{
  width: 75%;
  margin:0 auto;
  overflow: hidden;
}
.contactList1{
  margin-top: 50px;
  float: left;
}
.contactList2{
  margin-top: 50px;
  margin-left: 80px;
  float: left;
}
.contactList2 a{
  color: #000;
}
.contactList2 i{
  font-size: 30px;
}
.contactDivider{
  height: 1px;
  width: 80%;
  margin: 20px auto;
  border-bottom: 1px solid #eee;
}
.contactMap{
  margin: 0 auto;
  width: 75%;
}

.contactMap h3{
  margin: 30px 0;
}

#re-info{
  box-shadow: 4px 4px 10px #7fb02d;
  border-radius: 5px;
  overflow: hidden;
}
.re-infoCon{
  width: 80%;
  margin: 40px auto;
}
.re-infoCon h3{
  margin-bottom: 30px;
}



/*招聘卡*/
.card {
  height:auto;
  float: left;
  width: 48%;
  margin-left: 1%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.card a {
  color: inherit;
  text-decoration: none;
}

.card:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}


/*¿¨Æ¬Í¼Æ¬*/
.card__thumb {
  height: 245px;
  overflow: hidden;
  background-color: #000;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.card__thumb img {
  width: 100%;
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.card:hover .card__thumb {
  height: 130px;
}

.card:hover .card__thumb img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/**
* BODY
**/
.card__body {
  position: relative;
  height: auto;
  padding: 20px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.card:hover .card__body {
  height: auto;
}

.card__category {
  position: absolute;
  top: -25px;
  left: 0;
  height: 25px;
  padding: 0 15px;
  background-color: #7fb02d;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 25px;
}

.card__title {
  margin: 0;
  padding: 0 0 10px 0;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.card__subtitle {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 19px;
  color: #7fb02d;
}

.card__description {
  bottom: -100px;
  margin: 0;
  padding: 0;
  color: #666C74;
  line-height: 27px;
  opacity: 0.3;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.card:hover .card__description {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


/*企业邮箱*/

.bizmail_loginpanel{
	font-family:Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
	position: absolute;
	top:130px;
	left: 32%;
	font-size:24px;
	width:700px;
	height:350px;
	box-shadow: 0 0 14px #7fb02d;
	background:url(../../../../static/img/tourshow/mailDec.jpg) repeat-x left top;
  background-color: #fff;
	border-radius: 10px;
  transition: all ease-in-out .5s;
}
.bizmail_loginpanel:hover{
  background: #000000;
  height: 280px;
}
.bizmail_loginpanel:hover form{
  transform: translate(130px,-60px);
}
.bizmail_loginpanel:hover h3{
  transform: translate(10px,100px);
  color: #fff;
}
.bizmail_loginpanel:hover .bizmail_column span{
  color:#fff;
}

.bizmail_loginpanel:hover .bizmail_SubmitArea a{
  color: #fff;
}

.bizmail_LoginBox{
	padding:10px 10px;
}

.bizmail_loginpanel h3{
	margin: 20px 0 0 20px;
  color: #fff;
  transition: all ease-in-out .5s;
  letter-spacing: 3px;

}
.bizmail_loginpanel form{
	left: 155px;
	position: absolute;
	top:130px;
  transition: all ease-in-out .5s;

}
.bizmail_loginpanel input.text{
	font-size:18px;
	width:200px;
	height:32px;
	margin-right:10px;
	border:1px solid #EDEDED;
	/*border-radius: 5px;*/
	transition: all .8s;
  padding-left: 10px;
  float: left;
}

.bizmail_loginpanel input.text:focus,.bizmail_loginpanel input.text:hover{
	border: none;
	box-shadow: 0 0 10px #7fb02d;
}
.bizmail_loginpanel .bizmail_column{
	height:60px;
	margin: 0 auto;
	}
.bizmail_loginpanel .bizmail_column label{
	display:block;
	float:left;
	width:32px;
	height:32px;
	line-height:32px;
	font-size:20px;
	color: #fff;
  background: #1BB0FB;
  text-align: center;
}
.bizmail_loginpanel .bizmail_column .bizmail_inputArea{width:600px;height: 32px;}
.bizmail_loginpanel .bizmail_column span{
	font-size:20px;
	word-wrap:break-word;
	height: 32px;
  line-height: 32px;
  color: #666666;
}
.bizmail_loginpanel .bizmail_SubmitArea{margin-left:30px;clear:both;}
.bizmail_loginpanel .bizmail_SubmitArea a{font-size:12px;margin-left:5px;}
.bizmail_loginpanel select{width:110px;height:20px;margin:0 2px;}
.bizmail_loginpanel .bizmail_SubmitArea .bizmail_SubmitBtn{
	width:100px;
	height: 40px;
	border: none;
	background:#1BB0FB;
	border-radius: 8px;
	color: #fff;
	font-size: 18px;
	transition: all ease .8s;
  
}
.bizmail_loginpanel .bizmail_SubmitArea .bizmail_SubmitBtn:hover{
	background:#F9184F;
	color: #fff;

}
.mail-container{
	height: 600px;
	overflow: hidden;
	position: relative;
	z-index: 99;
}



