/*CasesHome*/

.div-countstats {
    height: 100px;    
    width: 1200px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    /*transform: translate(-50%,0);*/
    margin-left: -600px;
    z-index:999;
}
.div-countstats .ul-countstats {
    height: 100%;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}
.div-countstats .ul-countstats li{
    width: 16.666666%;
    height: 100%;
    float: left;
}
.div-countstats .ul-countstats li img{
    float: left;
    margin-top: 20px;
    height: 64px;
    width: 64px;
}
.div-countstats .ul-countstats li .dic-count {
    float: left;
    margin-top: 20px;
    margin-left: 5px;
    width: 120px;
}
.div-countstats .ul-countstats li .lb-count {
    height: 30px;
    line-height: 40px;
    font-family: Impact;
    display: block;
    font-size: 28px;
    color: #ffac09;
}
.div-countstats .ul-countstats li .lb-count-info {
    height: 30px;
    display: block;
    font-size: 15px;
    color: white;
    line-height: 34px;
}

.main .carousel-bg {
  background: url('../Images/Cases/Cases_banner.jpg') no-repeat center;
  height: 776px;
}

.main .carousel-bg .div-title {
  margin-top: 108px;
}

.main .carousel-bg .div-title .t-en {
  font-size: 41px;
  color: #ef8d32;
  display: block;
}

.main .carousel-bg .div-title .t-ch {
  font-size: 16px;
  color: #333;
  display: block;
  font-weight: 600;
}

.ul-cases-condition {
  width: auto;
}

.ul-cases-condition li {
  text-align: center;
  min-width: 72px;
  float: left;
  margin-right: 18px;
  height: 32px;
  line-height: 32px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.ul-cases-condition li a {
  color: #666;
  font-size: 15px;
}

.ul-cases-condition li:hover a {
  color: #00a0e9;
}

.ul-cases-condition .liactive {
  background-color: #02a4e2;
}

.ul-cases-condition .liactive a,.ul-cases-condition .liactive:hover a {
  color: white;
}

/*案例*/
.div-cases-title {
  width: 100%;
  text-align: center;
  margin:30px 0px 20px;
}

.div-cases-title .t-en {
  display: block;
  color: #ef8d32;
  font-weight: 600;
  font-size: 48px;
}

.div-cases-title .t-ch {
  display: block;
  color: #333;
  font-size: 27px;
}

.div-cases-title .ul-cases-title {
  display: block;
  height: 95px;
  width: 320px;
  margin: 0 auto;
}

.div-cases-title .ul-cases-title li {
  height: 100%;
  float: left;
  margin: 0 2px;
}

.div-cases-title .ul-cases-title .li-line {
  width: 85px;
  border-bottom: 1px solid #dddddd;
  height: 80px;
}

.div-cases-title .ul-cases-title .li-text {
}

.div-cases-more {
  text-decoration: none;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #ff7a03;
  position: absolute;
  right: 0;
  margin-top: -30px;
}

.div-cases-list {
  width: 100%;
}

.div-cases-list .ul-cases-list {
  display: inline-block;
}

.div-cases-list .ul-cases-list li {
  width: 30%;
  min-width: 340px;
  float: left;
  margin-right: 5%;
  margin-top: 24px;
  margin-bottom: 20px;
}

.div-cases-list .ul-cases-list li a{
  float:left;
  overflow:hidden;
  width:100%;
  margin-bottom: 16px;  
}

.div-cases-list .ul-cases-list li:hover .title{
  color:#d80000;
}

.div-cases-list .ul-cases-list li:nth-child(3n+3) {
  margin-right: 0;
}

.div-cases-list .ul-cases-list li img {
  width: 100%;
  transition: all 0.4s;
}
.div-cases-list .ul-cases-list li img:hover{
  transform: scale(1.12);
}

.div-cases-list .ul-cases-list li .title {
  display: block;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}

.div-cases-list .ul-cases-list li .sub-title {
  display: block;
  color: #999;
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
}

/*CasesContent*/
.div-content-title {
  font-size: 26px;
  font-weight: 600;
  color: #404040;
  text-align: center;
  margin-top: 48px;
}

.div-content-info {
  border-bottom: 1px solid #eeeeee;
  margin-top: 25px;
  height: 42px;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}

.div-content-info a {
  height: 42px;
  width: 48px;
  display: inline-block;
  position: relative;
  background-color: #eee;
}

.div-content-info a.icon.icon-arrow-prev,
.div-content-info a.icon.icon-arrow-next {
  height: 42px;
  width: 48px;
  background-position: -52px -720px;
  -moz-opacity:0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  filter:alpha(opacity=60);
}

.div-content-info a.icon.icon-arrow-prev:hover,
.div-content-info a.icon.icon-arrow-next:hover {
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
  filter:alpha(opacity=100);
}

.div-content-info a.icon.icon-arrow-next {
  background-position: -2px -720px;
}

.div-content-info .a-left {
  float: left;
  text-align: left;
}

.div-content-info .a-right {
  float: right;
  text-align: right;
}

.div-content-info .ul-info {
  display: inline-block;
  width: 80%;
  height: 42px;
  line-height: 32px;
  text-align: center;
}

.div-content-info .ul-info li {
  display: inline-block;
  margin-right: 60px;
  font-size: 14px;
  color: #999;
}

.div-content-info .ul-info li:last-child{
  margin-right:0px;
}

.div-content-main {
    min-height: 300px;
    color:#555;
    font-size:16px;
}

.div-content-main p {
    margin-top: 10px;
    line-height: 34px;
    text-indent: 2em;
    margin-bottom: 24px;
}

.div-content-about {
  height: auto;
  margin-top: 60px;
}

.div-content-about .title {
  height: 42px;
  line-height: 42px;
  font-size: 22px;
  color: #333333;
}

.div-content-about .title label {
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

.ul-fenxiang {
  float: right;
  margin-top: 5px;
  margin-right: -10px;
}

.ul-fenxiang li {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  float: left;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
}

.icon-weibo {
  display: block;
  background: url('../Images/Cases/share_ico.png') no-repeat center;
  background-position: 0 0;
  width: 32px;
  height: 32px;
}

.icon-weixin {
  display: block;
  background: url('../Images/Cases/share_ico.png') no-repeat center;
  background-position: -32px 0;
  width: 32px;
  height: 32px;
}

.icon-space {
  display: block;
  background: url('../Images/Cases/share_ico.png') no-repeat center;
  background-position: -64px 0;
  width: 32px;
  height: 32px;
}

.icon-shareqq {
  display: block;
  background: url('../Images/Cases/share_ico.png') no-repeat center;
  background-position: -96px 0;
  width: 32px;
  height: 32px;
}

.icon-weibo:hover {
  display: block;
  background: url('../Images/Cases/share_ico.png') no-repeat center;
  background-position: 0 -32px;
  width: 32px;
  height: 32px;
}

.icon-weixin:hover {
  display: block;
  background: url('../Images/Cases/share_ico.png') no-repeat center;
  background-position: -32px -32px;
  width: 32px;
  height: 32px;
}

.icon-space:hover {
  display: block;
  background: url('../Images/Cases/share_ico.png') no-repeat center;
  background-position: -64px -32px;
  width: 32px;
  height: 32px;
}

.icon-shareqq:hover {
  display: block;
  background: url('../Images/Cases/share_ico.png') no-repeat center;
  background-position: -96px -32px;
  width: 32px;
  height: 32px;
}

.div-about-list {
  background-color: #f6f6f6;
  margin-bottom: 50px;
  margin-top: 8px;
  padding: 16px 26px;
  padding-left: 52px;
}

.ul-about-list {
}

.ul-about-list li {
  height: 40px;
  line-height: 40px;
  width: 100%;
  list-style: disc;
  color: #ffa600;
}

.ul-about-list li a {
  color: #333333;
  font-size: 15px;
  margin-left: 3px;}

.ul-about-list li .sp-time {
  float: right;
  color: #989898;
}

.ul-about-list li .a-link {
  float: left;
}

.main .div-title .t-en{
  display: block;
  color: #ef8d32;
  font-weight: 600;
  font-size: 42px;
}
.main .div-title .t-ch {
  font-size: 26px;
  display: block;
  font-weight: 100;
}

.case-countent-banner{
   height: 170px;
   width: 100%;
   position: relative;
   background: url(../Images/1.jpg) center top no-repeat;
}

