@charset "UTF-8";

.index_block {
	margin: auto;
    background: #fff;
    width: 1373px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    flex-wrap: wrap;
}
.index_block .block_box {
    font-size: 0;
    line-height: 0;
    margin-left: -14px;
    margin-right: -14px;
}
.index_block .block_box .col_lg_12 {
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    padding-left: 14px;
    padding-right: 14px;
}
.index_block .block_box .item {
    margin-bottom: 4%;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index_block .block_box .item .img_box {
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.index_block .block_box .item:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}
.index_block .block_box .item:hover .red_text {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
}
.index_block .block_box .item12 .img_box {
    padding-top: 104%;
}
.index_block .block_box .item11 .img_box {
    padding-top: 50%;
}
.index_block .block_box .cpfw {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
   	background-color: rgba(0,0,0,0.8) !important;
    padding: 25% !important;
    text-align: center;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.index_block .block_box .red_text {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #46448B;
    padding: 8%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.index_block .block_box .txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 35px;
    background: black;
    /*The Fallback color,杩欓噷涔熷彲浠ヤ娇鐢ㄤ竴寮犲浘鐗囨潵浠ｆ浛*/
    background: rgba(0, 0, 0, 0.4);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#8C000000,endColorstr=#8C000000)";
    /*Filter for IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#8C000000, endColorstr=#8C000000);
    /*Filter for older IEs */
}
.index_block h3 {
    color: #fff;
    font-size: 20px;
    /*line-height: 1.5;*/
    font-weight: bold;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_block p {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_block h1 {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.index_block h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
}
.tit {
    text-align: center;
    margin-bottom: 25px;
}
.tit.wh em {
    color: rgba(255, 255, 255, 0.5);
}
.tit.wh h4, .tit.wh h6, .tit.wh p {
    color: #fff;
}
.tit em {
    font-family: 'Arial';
    font-size: 16px;
    color: #acacac;
}
.tit h4 {
    font-size: 48px;
    color: #323232;
    margin-bottom: 8px;
}
.tit h6 {
    font-size: 16px;
    color: #acacac;
}
.tit p {
    font-size: 18px;
    color: #787878;
    line-height: 1.8;
    margin-top: 16px;
}



@media (max-width: 1600px) {

    .tit h4 {
        font-size: 40px;
    }
    .tit h6 {
        font-size: 15px;
    }
    .tit em {
        font-size: 13px;
    }
    .index_block h3 {
        font-size: 20px;
    }
    .index_block p {
        font-size: 15px;
    }
    .index_block h1 {
        font-size: 22px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .index_block h2 {
        font-size: 16px;
    }
   
}
@media (max-width: 1500px) {

    .tit p {
        font-size: 15px;
    }
   
}
@media (max-width: 1400px) {
	.index_block{
		width: 100%;
	}
    .tit h4 {
        font-size: 36px;
    }
  
}
@media (max-width: 1300px) {
   
    .index_block h3 {
        font-size: 18px;
    }
    .index_block p {
        font-size: 12px;
    }
    .index_block .block_box .txt {
        padding: 10px 20px;
    }
   
    
}
@media (max-width: 1200px) {
	.index_block {
    width: 100%;
}
    .tit h4 {
        font-size: 30px;
    }
    .tit em {
        font-size: 12px;
    }
    .tit h6 {
        font-size: 12px;
    }
    .index_block h3 {
        font-size: 16px;
    }
    .index_block h1 {
        font-size: 18px;
        padding-bottom: 7px;
        margin-bottom: 7px;
    }
    .index_block h2 {
        font-size: 12px;
    }
   
}
@media (max-width: 992px) {
  .index_block {
    width: 100%;
}
    .tit p {
        font-size: 14px;
    }
    
}
@media (max-width: 767px) {
	.index_block {
    width: 100%;
}
    .tit h4 {
        font-size: 22px;
    }
   .col_lg_12 {
    width: 100%;
}
    .index_block h3 {
        font-size: 15px;
    }
    .index_block .block_box .txt {
        padding: 10px 14px;
    }
    .index_block h1 {
        font-size: 15px;
    }
  
    .tit p {
        font-size: 12px;
    }
   
    .tit {
        margin-bottom: 17px;
    }
   
}
