/*index*/
#home_index{
  float: left;
  position: relative;
  width: 100%;
  text-align: left;
  z-index: 50;
}
#home_index .left{
  float: left;
  width: 220px;
  text-align: left;
  left: 8%;
  position: relative;
  margin-top: 40px;
}
.fancybox-close {
  background-image: url(../images/member/close.png) !important;
  width: 44px !important;
  height: 41px !important;
  right: 52px !important;
  top: 40px !important;
  opacity: 0.5 !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
#home_index .left span{
  float: left;
  font-size: 14px;
  color: #b6b6b6;
  width: 100%;
  letter-spacing: 17px;
  font-style: italic;
  opacity: 0.8;
}
#home_index .left img{
    float: left;
  margin-top: 20px;
}
#home_index .right{
  float: right;
  font-size: 14px;
  color: #b6b6b6;
  letter-spacing: 7px;
  font-style: italic;
  opacity: 0.8;
  right: 8%;
  position: relative;
  margin-top: 40px;
}
#home_index .right a{
  color: #b6b6b6;
}
#allbg{
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
position: absolute;
width: 100%;
height: 100%;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
#main_type{
  position: absolute;
  float: left;
  width: 100%;
  bottom: 0;
}
#main_type .info{
  float: left;
  font-size: 12px;
  color: white;
  opacity: 0.4;
  text-align: left;
    margin-left: 8%;
  line-height: 17px;
  letter-spacing: 1px;
    margin-bottom: 25px;
}
#main_type .info a{
    color: white;
}
#main_type .typelink{
  float: left;
  width: 92%;
  text-align: left;
  padding-left: 8%;
  border-top: 1px solid #525252;
  padding-top: 45px;
  padding-bottom: 45px;
    opacity: 0.5;
}
#main_type .typelink h1{
    font-family: Myriad Pro;
  font-size: 60px;
  font-weight: bold;
  color: white;
  letter-spacing: 2px;
}
#main_type .typelink h2{
  float: left;
  font-size: 14px;
  color: white;
  margin-top: 10px;
  letter-spacing: 2px;
}
#main_type a:hover{
  opacity: 1;
}

/*inhome*/
#main_slide{
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index: 1;
opacity: 0;
min-width: 1002px;
overflow: hidden;
}
#main_slide .bxslider{
    float: left;
    width: 100%;
    height: 100%;
}
#main_slide .bxslider li{
    float: left;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; 
    
}
#main_slide .bxslider img{
    opacity: 0;
}
#main_slide .bx-pager {
    display: none;
}
#main_slide .bx-wrapper .bx-controls-direction a{
    width: 61px;
    height: 59px;
    margin-top: -85px;
}
#main_slide .bx-wrapper .bx-controls-direction a.disabled{
    opacity: 0.2
}

#main_word{
    position: absolute;
    z-index: 100;
    opacity: 0;
}
#main_word h1{
    font-family: Myriad Pro;
    font-size: 60px;
    font-weight: bold;
    color: white;
      letter-spacing: 2px;
}
#main_word h2{
  font-size: 17px;
  letter-spacing: 3px;
  color: white;
  background-repeat: no-repeat;
  background-image: url(../images/bar.jpg);
  background-position: center top;
  margin-top: 20px;
  padding-top: 22px;
}
#home_news{
  position: absolute;
  width: 785px;
  height: 45px;
  z-index: 99;
  background-color: rgba(34,34,34,0.9);
  left: 25%;
  top: 67%;
  opacity: 0;
}
#home_news label{
  float: left;
  font-size: 15px;
  color: #cba957;
  width: 162px;
  border-right: 1px solid #5b5b5b;
  margin-top: 15px;
  letter-spacing: 2px;
}
#home_news .mews_bxslider{
      float: left;

}
#home_news .mews_bxslider li{
    width: 548px;
    height: 18px;
}
#home_news .mews_bxslider a{
      float: left;
  font-size: 15px;
  color: white;
  letter-spacing: 2px;
  width: 548px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 18px;
}
#home_news .mews_bxslider a:hover{
    color: #cba957;
}
#home_news .bx-wrapper{
      float: left;
  width: 72%;
  margin-left: 6%;
  text-align: left;
  margin-top: 16px;
  cursor: pointer;
}

#home_news .bx-controls{
display: none;
}

#report{
position: absolute;
  width: 160px;
  height: 50px;
  z-index: 99;
  left: 3%;
  border: 3px solid black;
  text-align: left;
  padding-left: 21px;
  line-height: 23px;
  padding-top: 4px;
  top: 67%;
  cursor: pointer;
  opacity: 0;
}
#report h1{
    font-size: 17px;
}
#report h2{
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: bold;
}

#report:hover{
   background-color: black;
}
#report:hover h1{
    color: white;
}
#report:hover h2{
    color: white;
}

/*change*/
#report_news{
  position: absolute;
  top: 0;
  z-index: 199;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  color: white;
  display: none;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;  
}
#report_news #main_block{
  margin: 5% auto;
  width: 90%;
  max-width: 1208px;
  height: 80%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#report_news #main_block a{
  float: left;
  width: 32%;
  max-width: 392px;
  max-height: 344px;
    height: 45%;
  margin-right: 16px;
  position: relative;
  margin-bottom: 16px;
    -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#report_news #main_block a:nth-child(3n){
  margin-right: 0;
}
#report_news #main_block a span{
    float: left;
  width: 100%;
  height: 100%;
}
#report_news #main_block a .imgs{
  overflow:hidden;
}


#report_news #main_block a span img{
  width: 100%;
}


#report_news #main_block a .hover{
  position: absolute;
  top: 7%;
  width: 86%;
  left: 7%;
  height: 86%;
  background-color: rgba(5,5,5,0.8);
  color: white;
  text-align: left;
  line-height: 20px;  
  opacity: 0;
}
#report_news #main_block a .hover .top_link{
  float: left;
  width: 90%;
  padding-left: 10%;
  padding-bottom: 3%;
  padding-top: 7%;
  border-bottom: 1px solid #545454;
}

#report_news #main_block a .hover .date{
  background-repeat: no-repeat;
  background-image: url(../images/line.png);
  float: left;
  height: 42px;
  width: 42px;
  position: relative;
  font-size: 12px;
  color: #e7e6cc;
}
#report_news #main_block a .hover .date .m{
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  text-align: left;
}
#report_news #main_block a .hover .date .d{
   position: absolute;
   text-align: right;
  right: 0;
  bottom: 0; 
   width: 19px;
  height: 19px;
}
#report_news #main_block a .hover .title{
    float: left;
  width: 74%;
  font-size: 16px;
  margin-left: 25px;
  line-height: 23px;
}

#report_news #main_block a .hover .summary{
  float: left;
  color: #b6b6b6;
  font-size: 12px;
  padding: 10%;
  width: 80%;
  line-height: 22px;
  padding-bottom: 5%;
  max-height: 100px;
  overflow: hidden;

}  
#report_news #main_block a .hover .more{
  float: left;
  width: 100%;
  height: auto;
}

#report_news #main_block a .hover .more img{
    margin: 0 auto;
  width: 120px;
  display: block;
}
#close_report{
  background-image: url(../images/close.jpg);
  width: 150px;
  height: 57px;
  position: absolute;
  left: 0;
  bottom: -20px;
  cursor: pointer;
  z-index: 500;
  background-repeat: no-repeat;
  font-size: 13px;
  background-color: black;
  background-position: 140px center;
  line-height: 57px;
  border: 1px solid gray;
  text-align: left;
  padding-left: 26px;
}
#close_report:hover{
  color: gray;
}



@media screen and (max-height:  900px){
#report_news #main_block a .hover .summary{
  max-height: 75px;
}
#close_report{
  bottom: -57px;
}

}


@media screen and (max-width: 1300px) {
#report{
    width: 126px;
    top:58%;
}
#report_news #main_block a .hover .summary{
    padding: 5%;
  width: 90%;
    max-height: 70px;
      margin-bottom: 15px;
}

#report_news #main_block a .hover .top_link{
    width: 95%;
  padding-left: 5%;
}

#report_news #main_block a .hover .title{

  width: 70%;
  font-size: 15px;
  margin-left: 19px;
  margin-top: -4px;
}



}


@media screen and (max-height: : 800px) {
  #report_news #main_block {
   
    width: 75%;

  }








}