﻿
.cases {
  margin: 0 -5px
}
.cases .case-item {
  margin-bottom: 50px;
  cursor: pointer;
  padding: 0 5px;
  overflow: hidden
}
.cases .case-item .cover-picture-box {
  width: 100%;
  overflow: hidden
}
.cases .case-item .cover-picture-box:hover .cover-picture {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.cases .case-item .cover-picture-box:hover .cover-picture .bg {
  opacity: 1
}
.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%;
  width: 100px;
  margin-left: -50px;
  opacity: 0;
  display: none
}
.cases .case-item .cover-picture-box .cover-picture {
  width: 100%;
  -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 img{height:341px;}
.cases .case-item .cover-picture-box .cover-picture img.middleCenter{height:341px;}
.cases .case-item .cover-picture-box .cover-picture .bg {
  width: 100%;
  height: 100%;
  background:url(../images/bg.png) repeat center center;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  opacity: 0;
  text-align: center;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  padding-bottom:62%;
}
.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%;
}
.case-row.picture-with-title .background-picture img {
  max-width: 100%;
}
.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
}
.case-row p{margin:auto;}
.insight-row {
  margin-bottom: 30px
}
.case-row .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 .background-picture .right-text {
  background-color: rgba(255, 255, 255, .9);
  padding: 50px;
  color: #000;
  width: 30%;
  position: absolute;
  right: 80px;
  bottom: 40px
}
.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;
}
.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
}
.case-details .title-box h1, .case-details .title-box h2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.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
}
.case-details, .case-index .container-1 {
  background-color: #f7f7f7
}
.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
}
.case-index .container-1 .container-2 {
  height: 400px;
  padding-top: 70px;
  position: relative
}
.case-index .container-1 .container-2 .picture {
  width: 154px;
  height: 316px;
  position: absolute;
  right: 150px;
  top: 42px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat
}
.case-index .container-1 .container-2 .picture img{
	max-width:100%;
}
.case-index .container-1 .container-2 h1 {
  font-size: 50px;
  text-align: left;
  color: #000;
  line-height: 70px;
  padding-right: 200px
}
.case-index .container-1 .container-2 h2 {
  margin-top: 70px;
  padding-right: 200px
}
.case-index .container-1 .container-2 h2 span {
  margin-right: 20px;font-size:20px;
}.case-index .container-1 .container-2 h2 span.cur a{color:#ef2b0b}
.case-index .container-cases {
  padding-top: 80px;
  padding-bottom: 80px
}
.case-details .details-container {
  padding-bottom: 100px
}
.case-details .cover {
  width: 100%;
}
.case-details .cover img{
	max-width: 100%;
}
.case-details .title-box {
  width: 40%;
  height: 320px;
  padding: 50px 70px 0 60px;
  float: left
}
.case-details .title-box h1 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 38pt;
  height: 132px;
  -webkit-line-clamp: 2
}
.case-details .title-box h2 {
  text-align: left;
  -webkit-line-clamp: 3
}
.case-details .sub-title-box {
  background-color: #fff;
  height: 320px;
  width: 60%;
  padding: 60px 15px;

  float: left
}
.case-details .sub-title-box .sub-title-info{
	overflow-x: auto;
	height:200px;
	width:100%;
}
.case-details .sub-title-box .sub-title-info .row{
	margin:0;
}
.case-details .sub-title-box .col-xs-6 {
  padding-left: 40px;
  padding-right: 40px
}
.case-details .sub-title-box h2 {
  margin-bottom: 35px
}
.case-details .swiper-container {
  width: 100%;
  height: 570px
}
.case-details .swiper-container .swiper-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 570px
}

@media(max-width:768px) and (min-width:320px){
	
	.case-index .container-1 .container-2 {
	  height: auto;
	  padding: 30px 30px 30px 30px;
	}
	.case-index .container-1 .container-2 h1 {
	  font-size: 1.5em;
	  text-align: left;
	  color: #000;
	  line-height: 1.8em;
	  padding: 0px;
	}
	.case-index .container-3 {
	  padding-top: 80px;
	  padding-bottom: 80px
	}
	.case-index #cols{margin-top: 25px;padding:0px;}
	.case-index .container-1 .container-2 h2 span {
		margin-right: 20px;
		font-size: 16px;
		display: inline-block;
		padding:0px 0px 5px 0px;
	}
}


 .banner1 .left-box {
  width: 456px;
  height: 100%;
  background:url(../images/bg2.png) repeat center center;
  padding: 150px 60px 170px 60px;
position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
 .banner1 .left-box .left-box-info{
 	width:100%;
 	height:256px;
 	overflow: auto;
 }
.banner1 .pic{
	width:100%;
}
.banner1 .pic:after{
	padding-bottom:50%;
}
 .banner1 .left-box .title {
  margin-bottom: 20px;
  line-height:34pt;font-size: 30pt;
}
.banner1 .left-box .summary {
  font-size: 14px
}
.banner1 {
    overflow: hidden;
    height:auto;
}

.banner-li {
    display: none;
    overflow: hidden;
    position: relative;

}
.banner-li{width:100%;max-height: 600px;}
.banner-li img{max-width:100%;}



.banner-li:first-child {
    display: block;
}

.banner-li a {
    display: block;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.banner1  .owl-theme .owl-controls .owl-page span {
    margin: 5px;
    opacity: 1;
    width: 40px;
    height: 2px;
    background: #666;
}

.banner1   .owl-theme .owl-controls .owl-page.active span,
.banner1  .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fff;
}
.owl-buttons{
	top: 50%;
	 margin-top: -20px;
	z-index: 2;
	height:40px;
    cursor: pointer;
    position: absolute;
    width:100%;
}
.banner1   .owl-theme .owl-controls .owl-buttons div{

	bottom:0;
}
.banner1  .owl-prev{
	background: url(../images/left.jpg) no-repeat center center;
	width:40px;
	height:40px;
	left:60px;
}
.banner1  .owl-prev:hover{
	background: url(../images/lefthover.jpg) no-repeat center center;
}
.banner1   .owl-next{
	background: url(../images/right.jpg) no-repeat center center;
	width:40px;
	height:40px;
	left:120px;
}
.banner1  .owl-next:hover{
	background: url(../images/righthover.jpg) no-repeat center center;
}
.banner1   .owl-theme .owl-pagination {
    position: relative;
    margin-top: -33px;
    bottom: 10px;
}
.case-details .swiper-container .swiper-pagination.swiper-pagination-bullets {
  bottom: 30px
}
.case-details .swiper-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  opacity: .4;
  background: #fff
}
.case-details .swiper-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff
}
.case-details .swiper-container .swiper-button, .case-details .swiper-container .swiper-button-next, .case-details .swiper-container .swiper-button-prev {
  width: 40px;
  height: 40px;
  padding: 9px;
  background-image: none;
  text-align: center;
  top: auto;
  bottom: 60px;
  color: rgba(255, 255, 255, .8)
}
.case-details .swiper-container .swiper-button {
  background-color: rgba(0, 0, 0, .4)
}
.case-details .swiper-container .swiper-button i {
  line-height: 20px
}
.case-details .swiper-container .swiper-button:hover {
  background-color: rgba(0, 0, 0, .6);
  color: rgba(255, 255, 255, .8)
}
.case-details .swiper-container .swiper-button-next {
  background-color: rgba(0, 0, 0, .4);
  left: 150px
}
.case-details .swiper-container .swiper-button-next i {
  line-height: 20px;
  margin-left: 2px
}
.case-details .swiper-container .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, .6);
  color: rgba(255, 255, 255, .8)
}
.case-details .swiper-container .swiper-button-prev {
  background-color: rgba(0, 0, 0, .4);
  left: 80px
}
.case-details .swiper-container .swiper-button-prev i {
  line-height: 20px;
  margin-left: -2px
}
.case-details .swiper-container .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, .6);
  color: rgba(255, 255, 255, .8)
}
.case-details .more-cases-area {
  margin-top: 100px
}