@import "common.css";
#fake{
    background:url("../share_images/ref/44.png") no-repeat center;    
    opacity: 0.5;
}

.en .title{
    top: 10px;
}
.en .title h4{
    font-size: 18px;
}
.en .title h6{
    font-size:18px;
    font-weight: normal;
}

.en .wrapper p{
    font-weight:bold;
    font-size:22px;
}

.en .wrapper ul li{
    font-weight:bold;
    font-size:22px;
}

.en .wrapper .img-wrap .img h6{
    padding:10px 0 0;
    font-size: 23px;
}

.wrapper .img-wrap .img1 h6{
  text-align: left;
  padding-left: 21px!important;
}

#content{
    display:block;
    width:980px;
    height:735px;
    margin:0 auto;
    background:url("../share_images/ethic/bg.svg") no-repeat; 
    position:relative;
}
#curve1{
    position: absolute;
    top: 0;
    left:0;  
    width:100%;
}
#curve2{
    position: absolute;
    bottom: -1%;
    left: 0;
    width: 100%;   
}
#circle{
    opacity: 0;
    position: absolute;
    top: 17%;
    left: 7%;
    width: 50%;
}
#big-logo{
    opacity: 0;
    position: absolute;
    top: 31%;
    left: 15%;
    width: 35%;   
}
#logo{
    position: absolute;
    top: 0;
    right: 1%;
    width: 5.5%;    
}
.title{
    position: absolute;
    top:0;
    left:0;     
    color:#fff;
    overflow: visible;
}
.title h4{
    font-weight: bold;
    font-size: 2.25em;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 0 0 0 10px;
}
.title h6{
    font-size:2.25em;
    color:#fff;
    font-style: italic;
    overflow: visible;
    padding: 0 0 0 5px;    
}

.wrapper{
    position: absolute;
    top: 14.5%;
    left: 6%;
    width: 90%;
    height: 515px;
    background: rgba(255,255,255,0.4);
    border-radius: 20px;
-webkit-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.43);
-moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.43);
box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.43);   
}

.wrapper h4{
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px #000000;
    padding: 0 0 0 3.5%;
}

.wrapper h5{
    font-size: 29px;
    font-weight: bold;
    color: #0167cd;
    padding: 33px 0 0 37px;
}

.wrapper ul{
    margin: 9px 42px 0;
}

.wrapper p{
    font-size: 25px;
    padding:20px 0 0 38px;
}

.wrapper ul li{
    list-style: none;
    position: relative;
    font-size: 25px;
    padding: 0 0 0 20px;
}
.wrapper ul li:before{
    list-style: none;
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: #333333;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.wrapper .img-wrap{
    overflow: visible;
    margin: 94px 0 0;    
    text-align: center;
}

.wrapper .img-wrap .img{
    overflow: visible;
    display: inline-block;
    vertical-align: top;
    margin: 0 24px;
    text-align: center;
}

.wrapper .img-wrap .img img{
    display: block;
    margin: 0 auto;
}

.wrapper .img-wrap .img.img3 img{
    margin: -19px auto 0;
}
.wrapper .img-wrap .img.img3 h6{
    margin: -18px 0 0;    
}

.wrapper .img-wrap .img.img4 img{
    margin: -9px auto 0;
}

.wrapper .img-wrap .img.img4 h6{
    margin: -4px 0 0;
}

.wrapper .img-wrap .img h6{
    font-size: 28px;
    font-weight: bold;
}


@-webkit-keyframes scalew /* Safari and Chrome */ {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scalew {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadein /* Safari and Chrome */ {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.scalew {
  -webkit-animation: scalew 0.3s linear forwards;
  -moz-animation: scalew 0.3s linear forwards;
  -ms-animation: scalew 0.3s linear forwards;
  -o-animation: scalew 0.3s linear forwards;
  animation: scalew 0.3s linear forwards;
}

.fadein {
  -webkit-animation: fadein 0.3s linear forwards;
  -moz-animation: fadein 0.3s linear forwards;
  -ms-animation: fadein 0.3s linear forwards;
  -o-animation: fadein 0.3s linear forwards;
  animation: fadein 0.3s linear forwards;
}

.wrapper .img-wrap .img h6{
    opacity: 0;
}

.wrapper .img-wrap .img img{
    opacity: 0;
}

