@charset "UTF-8";
/* CSS Document */
body{
    background-image: url(../images/img2.png);
	background-repeat:no-repeat;
	background-position:0;
	}
.gallery {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding:0;
}
.gallery li {
  width: calc(33.3% - 20px);
  min-height: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #15619f;
  float:left;
  border:#15619f 2px solid;
  box-sizing:border-box;
  margin-bottom:50px;
}

.gallery li .name {
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 5px;
  color: white;
  font-weight: lighter;
  font-size: 20px;
  letter-spacing: .1em;
  position: absolute;
  display: block;
  top: calc(50% - 60px);
  left: 25%;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: #fff 2px solid;
    width: 50%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
}
.gallery li .name .title {
  display: block;
  text-transform: none;
  font-style: italic;
  font-size: 80%;
  color: rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -moz-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}
.gallery li:hover .name {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.gallery li:hover .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.gallery li:hover img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-position: top top;
  -webkit-filter: grayscale(0.4) blur(2px);
  filter: grayscale(0.4) blur(2px);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.gallery li:hover:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.gallery li img {
  display: block;  
  width: auto; max-width:280px;
  height:300px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  -moz-transform: scale(1.09, 1.09);
  -ms-transform: scale(1.09, 1.09);
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  margin-bottom: 10px;
}
.case{
	padding:0;
	}
.case_title, .case_title2{
	overflow : hidden;
  	text-overflow : ellipsis;
  	white-space : nowrap;
	background-color:#15619f;
	color:#fff;
	text-align:left;
	}
.case_title{
	width:100%;
	border-bottom:1px dashed #fff;
	padding:10px;
	padding-bottom:5px;
	font-size:20px;
	}
.case_title2{
	padding:10px;
	padding-top:7px;
	font-size:16px;
	}
.case_in{
    margin-left: 30px;
    margin-bottom: 80px;
    width: calc(95% - 330px);
    float: left;
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding: 50px 115px;
    margin-top: -4px;
    border-radius: 20px;
    background-image: url(../images/blue_line2.jpg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: 2% 0;
	}
.case_in img{
	max-width:100%;
	margin:0 auto;
	}
.case_txt{
    font-size: 18px;
    text-align: justify;
    }
.case_in iframe{
    max-width: 100%;
    }

.case_in table{

    width: 100% !important;
}

.cont_p p{
    width: 100% !important;
}

.case_in strong{
    width: 100% !important;
} 

.case_in span{
    width: 100% !important;
} 

.case_right_title {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 50px;
    padding-left: 18px;
	}
.case_date {
    font-size: 18px;
    font-weight: lighter;
	}

.case_right_title_txt {
    padding: 18px;
font-size:18px;

	}
.btn_back{
    width: 170px;
    color: #fff;
    height: 50px;
    padding: 2px 0px 0 21px;
    font-size: 18px;
    background-size: 15%;
    background-position: 11% 51%;
    background-repeat: no-repeat;
    background-color: #0864a9;
    background-image: url(../images/back.png);
}
@media all and (min-width : 1441px) {
    .gallery li {
    width: calc(23% - 24px);
    min-height: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #15619f;
    float: left;
    border: #15619f 2px solid;
    box-sizing: border-box;
    margin-bottom: 50px;
    margin: 0 9px 26px 19px;
    }
    
}

@media all and (max-width : 1441px) {
    .gallery li:nth-child(2), .gallery li:nth-child(5), .gallery li:nth-child(8){
	margin:0 30px;
}
}
@media screen and (max-width: 1200px) {
	.case_in{ padding:50px;}
	.gallery li { width: calc(32% - 19px);}
	.gallery li img {height: 238px;max-width: 204px;}
}
@media screen and (max-width: 980px) {
.gallery li:nth-child(2), .gallery li:nth-child(5), .gallery li:nth-child(8){ margin:25px;}
.gallery li{	margin:25px;	width:calc(49% - 58px);	}
.gallery li img {
       max-width: 280px; height: 300px;}
.gallery li .name{
	width:60%;
	left:20%;
	line-height:40px;
	height:40px;
	font-size:14px;
	}
.case {
    margin-right: 0;
    width: 95%;
    margin: 0 auto;
    padding-top: 0;
    }
.case_in {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
}
@media screen and (max-width: 480px) {
.gallery li:nth-child(2), .gallery li:nth-child(5), .gallery li:nth-child(8){ margin:15px;}
.gallery li{
    margin: 10px auto 0px !important;
    width: calc(86% - 0px);	}
.gallery li img{	
	    min-width: 280px;
    height: 300px;}
	.case { width: 88%;}
.case_date {
    font-size: 16px;
}
.case_right_title {
margin-bottom: 5%;
font-size: 20px;}
.case_in {    padding: 25px;}
}

@media screen and (max-width: 380px) {
.gallery li{
    margin: 10px auto 0px !important;
    width: calc(91% - 16px);	}
}
@media screen and (max-width: 350px) {
	.gallery li {  width: calc(93% - 0px);}
	.case { width: 93%;}
}