﻿.core-business-title {width: 100%;height: 200px;display: flex;align-items: center;
		justify-content: center;text-align: center;position: relative;}
.core-business-title .wenzi p.zh {font-size: 28px;margin-bottom: 15px;}
.core-business-title .wenzi p.en {font-size: 20px;}
.core-business-title .square-box {width: 22px;height: 22px;background-color: #FFFFFF;display: flex;
		align-items: center;justify-content: center;transform: rotate(45deg);position: absolute;bottom: -10px;}
.core-business-title .square-box .square {width: 16px;height: 16px;background-color: #ce9f4d;}

.neirong{padding: 80px 0;font-size: 0px;}
.neirong .wenzi {width: 380px;vertical-align: top;margin-right: 70px;display: inline-block;}
.neirong .wenzi p.zh{font-size: 18px;color: #CA2029;margin-bottom: 10px;}
.neirong .wenzi p.en{font-size: 14px;color: #999999;margin-bottom: 40px;}
.neirong .wenzi .coreneirong p{font-size: 14px;line-height: 28px;margin-bottom: 15px;}

.neirong .img-box{width: 750px;font-size: 0px;letter-spacing: 9px;display: inline-block;}
.neirong .img-box p.name{font-size: 16px;color: #999999;margin-bottom: 15px;letter-spacing: 0;}
.neirong .img-box .img-item{width: 244px;height: 185px;display: inline-block;margin-top: 9px;overflow:hidden;}
    .neirong .img-box .img-item img {
        transition:all 1s;
    }
    .neirong .img-box .img-item:hover img {
         transform: scale(1.1);
    }


.mengceng {
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:rgba(0,0,0,0.5);
   z-index:999999;
  display:none;
    
}
    .mengceng div {
         width:100%;
    height:100%;
        display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex; 
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    }

    .mengceng img {
       margin:auto;
       width:auto;
    }