﻿
.cases {
  margin: 0 -5px
}
.cases .case-item {
  margin-bottom: 80px;
  cursor: pointer;
  padding: 0 5px;
  overflow: hidden
}
.cases .case-item .cover-picture-box {
  width: 100%;
  height: 360px;
  overflow: hidden
}
.cases .case-item .cover-picture-box:hover .cover-picture {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}
.cases .case-item .cover-picture-box:hover .cover-picture .bg {
  opacity: .5
}
.cases .case-item .cover-picture-box:hover .btn-red {
  display: block;
  opacity: 1
}
.cases .case-item .cover-picture-box .btn-red {
  position: absolute;
  left: 50%;
  top: 150px;
  width: 100px;
  margin-left: -50px;
  opacity: 0;
  display: none
}
.cases .case-item .cover-picture-box .cover-picture {
  width: 100%;
  height: 360px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear
}
.cases .case-item .cover-picture-box .cover-picture .bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  opacity: 0;
  text-align: center;
  padding-top: 100px
}
.cases .case-item h2 {
  margin: 20px 0;
  color: #000
}
.cases .case-item p {
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.case-row {
  overflow: hidden
}
.case-row.summary-with-left-title {
  padding: 80px 65px;
  background-color: #fff
}
.case-row.summary-with-left-title .title {
  padding-right: 40px
}
.case-row.summary-with-top-title {
  padding: 80px 65px;
  background-color: #fff
}
.case-row.summary-with-top-title .title {
  margin-bottom: 50px
}
.case-row.picture-with-title .background-picture {
  width: 100%;
  padding-top: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative
}
.case-row.picture-with-title .background-picture .left-text {
  background-color: rgba(255, 255, 255, .9);
  padding: 50px;
  color: #000;
  width: 30%;
  position: absolute;
  left: 80px;
  bottom: 40px
}
.case-row.picture-with-title .background-picture .right-text {
  background-color: rgba(255, 255, 255, .9);
  padding: 50px;
  color: #000;
  width: 30%;
  position: absolute;
  right: 80px;
  bottom: 40px
}
.paging-area a, .paging-area a[disabled]:active, .paging-area a[disabled]:active:focus, .paging-area a[disabled]:active:hover, .paging-area a[disabled]:focus, .paging-area a[disabled]:hover {
  background-color: rgba(0, 0, 0, .4);
  color: #fff
}
.case-row.text-with-background .background-color {
  width: 100%;
  padding: 150px 200px
}
.insight-row {
  margin-bottom: 30px
}
.insight-row .sub-title {
  margin: 10px 0;
  text-align: center
}
.paging-area .current-page, .paging-area .total-page {
  margin-left: 20px;
  display: inline-block;
  line-height: 40px
}
.insight-row .text {
  text-indent: 2em;
  margin-bottom: 10px
}
.insight-row .picture {
  width: 100%
}
.paging-area {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;line-height: 40px;margin-top:20px;
}
.paging-area a {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  cursor: pointer
}
.paging-area a i {
  font-size: 12px
}
.paging-area a[disabled] {
  cursor: default
}
.paging-area a:active, .paging-area a:active:focus, .paging-area a:active:hover, .paging-area a:focus, .paging-area a:hover {
  background-color: rgba(0, 0, 0, .6);
  color: #fff
}
.paging-area span{
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
  float: left;
  background: #FF4E34;
  color:#FFFFFF;
}
.paging-area .current{color:#FFFFFF;}
.paging-area .current-page {
  color: #f04e37
}
.paging-area .total-page {
  color: #c3c3c3
}
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, .4);
  display: none
}
.popup-container .blank {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.popup-container .popup-window {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 400px;
  margin-left: -200px;
  margin-top: -200px;
  padding: 40px 40px 160px
}
.popup-container .popup-window.send-message-success-popup img {
  height: 120px
}
.popup-container .popup-window .content {
  width: 100%;
  height: 100%;
  text-align: center
}
.popup-container .popup-window .content h2 {
  margin: 20px 0
}
.popup-container .popup-window .content h5 {
  margin-bottom: 5px
}
.popup-container .popup-window .btn-close {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 160px;
  margin-left: -80px
}
.insight-index {
  background-color: #f7f7f7
}
.container-1 {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative
}
.container-1 h1 {
  font-size: 50px;
  text-align: left;
  color: #000;
  line-height: 70px
}
.container-insights {
  background-color: #fff;
  padding: 60px 80px;
  margin-bottom: 100px
}
.container-insights .tag-title {
  margin-bottom: 60px
}
.container-insights .tag-title i {
  font-size: 24px;
  color: #d8d8d8;
  margin-left: 10px
}
.container-insights .insights .insight-item {
  padding-left: 340px;
  position: relative;
  height: 213px;
  overflow: hidden;
  cursor: pointer
}
.container-insights .insights .insight-item:first-child {
  /*border-top: 1px solid #e2e2e2*/
}
.container-insights .insights .insight-item .right-box {
  border-bottom: 1px solid #e2e2e2;
  height: 100%;
  overflow: hidden;
  padding: 0 60px 0 40px
}
.container-insights .insights .insight-item .right-box h2 {
  margin: 40px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container-insights .insights .insight-item a:hover .right-box  h2{
	color:#EF2B0B;
	height:26px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.container-insights .insights .insight-item .right-box p {
  max-height: 48px;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #707070;
}
.container-insights .insights .insight-item .right-box span {
  color: #c3c3c3
}
.container-insights .insights .insight-item .cover-picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
}
.container-insights .insights .insight-item .pic:after{
	padding-bottom:62.5%;
}
.insight-details {
  background-color: #f7f7f7
}
.insight-details .insight-body {
  background-color: #fff;
  padding: 80px 100px
}
.insight-details .title {
  margin-bottom: 20px;
  color: #000
}
.insight-details .time {
  color: #c3c3c3;
  margin-bottom: 40px
}
.insight-details hr {
  margin-top: 100px
}
.insight-details .bottom-link {
  display: block;
  font-size: 24px;
  color: #000;
  line-height: 40px;
  margin-top: 60px
}
.insight-details .bottom-link:active, .insight-details .bottom-link:active:focus, .insight-details .bottom-link:active:hover, .insight-details .bottom-link:focus, .insight-details .bottom-link:hover {
  color: #f04e37
}
.insight-details .bottom-link:active .square-button, .insight-details .bottom-link:active:focus .square-button, .insight-details .bottom-link:active:hover .square-button, .insight-details .bottom-link:focus .square-button, .insight-details .bottom-link:hover .square-button {
  background-color: rgba(0, 0, 0, .6);
  color: #fff
}
.insight-details .bottom-link[disabled] {
  cursor: default;
  color: #000
}
.insight-details .bottom-link[disabled]:active .square-button, .insight-details .bottom-link[disabled]:active:focus .square-button, .insight-details .bottom-link[disabled]:active:hover .square-button, .insight-details .bottom-link[disabled]:focus .square-button, .insight-details .bottom-link[disabled]:hover .square-button {
  background-color: rgba(0, 0, 0, .4);
  color: #fff
}
.insight-details .bottom-link .square-button {
  vertical-align: top;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, .4);
  color: #fff;
  display: inline-block;
  line-height: 40px;
  text-align: center
}
.insight-details .bottom-link .square-button i {
  font-size: 12px;
  display: block
}
.insight-details .bottom-link.left-bottom-link {
  text-align: left
}
.insight-details .bottom-link.left-bottom-link .square-button {
  margin-right: 20px
}
.insight-details .bottom-link.right-bottom-link {
  text-align: right
}
.insight-details .bottom-link.right-bottom-link .square-button {
  margin-left: 20px
}
@media (max-width:768px) and (min-width:320px)
{
	.container-1 h1{font-size:1.6em;line-height: 2em;}
	.insight-details .insight-body{padding:50px 20px;}
	.container-insights{padding:20px;}
	.container-insights .tag-title {margin: 20px;}
	.container-insights .insights .insight-item{padding:20px;height: auto;}
	.container-insights .insights .insight-item .cover-picture {position: relative; width: 100%;}
}