.main-conts{*padding-top:170px;}  
.searchbtn{*font-size:0px;}
.reports ul{*width:1233px;}
.history{margin-top:0px;}
.container{*width:1200px !important;}
.reports-modules .col-1 .module-title{*width:26% !important;}
.data-reports{*width:1280px !important;}
.data-area .data-reports a{*padding:0!important;}

.menu-bar .container,.top-bar .container {
  max-width: 1180px;
}
.curr-banner{
  height:350px;
}
.curr-banner .curr-nav{
  height: auto;
  max-width: 1180px;
  padding-top: 60px;
  border-bottom: none;
}

.curr-banner .curr-nav .curr-title{
  font-size:40px;
  color:#fff;
}
.curr-banner .curr-nav .curr-desc{
  font-size:24px;
  line-height:28px;
  color:#fff;
}

.about-us{
  padding:0 10px;
}
.about-us li{
  padding:0;
}
.about-us li:last-child{
  border-bottom:none;
}
.intro-sub-content{
  padding: 34px 0;
  overflow: hidden;
}
.intro-sub-title{
  padding-top: 38px;
  font-size: 30px;
  font-weight: bold;
  color:#2475d0;
}

.shareholders{
  padding-bottom: 70px;
}

.introduce p{
  margin:0;
}
.profile-list{
  overflow:hidden;
  margin:0;
}
.profile-list .intro-sub-content p + p,.width-float-img + p,.profile-list .intro-sub-content p+div.width-float-img{
  margin-top: 20px;
}
.width-float-img{
  overflow: hidden;
}
.reports-new{
  overflow: hidden;
}
.reports-new a{
  display: block;
}
.reports-new li{
  width:25%;
  height:384px;
}

.reports-new li dt{
  float: none;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.reports-new li dt img{
  width: 100%;
}
.reports-new li dd.report-title {
  width: auto;
  height: 110px;
  padding-left: 15px;
  padding-top: 15px;
  float: none;
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.2);
  width: 95%;
  color: #f0f0f0;
}
.reports-new li .report-item {
  margin-right: 34px;
  background: #fff;
  height: 382px;
  border:1px solid #ddd;
  position: relative;
}
.reports-new li dl{
  height:380px;
  border:1px solid #ddd;
  position: absolute;
  top: -4px;
  left: 4px;
  background: #f5f5f5;
  width: 100%;
}
.reports li dd.report-download{
  margin-left: 20px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  float:none;
  position: absolute;
  bottom: 7px;
}

.curr-banner .curr-nav .modules-curr-title{
  font-size: 36px;
  line-height: 40px;
}

.reports-modules .about-us li{
  border-bottom:none;
}

.reports-modules .modules a{
  display: block;
  background:#e9f1fa;
  overflow: hidden;
  margin-bottom:3%;
}
.reports-modules .modules:after{
  content:"";
  display: block;
  clear: both;
}
.reports-modules .col-2 a,.reports-modules .col-3 a{
  float:left;
  overflow: hidden;
}
.reports-modules .col-2 a{
  width:50%;
}
:root .col-2 a{
  /* width:50%; */
  width:48.5%;
  margin-right:3%;
}
.reports-modules .col-2 a:last-child{
  margin-right:0;
}
.reports-modules .col-3 a{
  width:33.33%;
}
:root .col-3 a{
  width: 31.33%;
  margin-right: 3%;
}
.reports-modules .col-3 a:last-child{
  margin-right:0;
}

.module-title{
  padding:36px;
}
.reports-modules .intro-sub-title{
  padding-top: 34px;
}
.reports-modules .intro-sub-content {
  padding: 16px 0 36px 0;
  line-height: 22px;
}
.reports-modules a .intro-sub-title{
  color:#333;
  font-size:24px;
  padding:0;
}
.reports-modules .col-1 .intro-sub-title{
  padding-top:38px;
}
.reports-modules a .intro-sub-content{
  color:#333;
  padding:25px 0;
}

.reports-modules a:hover .intro-sub-title,.reports-modules a:hover .intro-sub-content{
  color:#2475d0;
}

.reports-modules .col-1 .module-title{
  width:33.33%;
  box-sizing: border-box;
}
.reports-modules .col-1 .module-pic-wrap{
  width: 66.66%;
  overflow: hidden;
  height:350px;
}

.pic-on-left .module-pic-wrap,.pic-on-right .module-title{
  float: left;
}
.pic-on-right .module-pic-wrap,.pic-on-left .module-title{
  float: right;
}
.module-pic-wrap{
  overflow: hidden;
  height:200px;
}
.module-pic{
  height:200px;
  display: block;
  transform: scale(1);
  transition: transform 1s;
  width:100%;
  height:100%;
  background-size: cover !important;
}
.module-pic:hover{
  transform: scale(1.1);
}
.last-modules{
  overflow: hidden;
  margin-bottom: 100px;
}


.quotation{
  margin: 20px 60px 30px 60px;
}
.quotation .quotation-content{
  padding: 10px 15px;
  background: #48a7f2;
  color: #fff;
  border-radius: 8px;
}
.quotation .quotation-author{
  text-align: right;
  padding-right: 40px;
}
.quotation .quotation-author span{
  display: inline-block;
  padding-top:25px;
  background: url(./../image/quotation_arrow.png) center top no-repeat;
  font-size:18px;
  color:#48a7f2;
  font-weight: bold;
  line-height: 26px;
}

.quotation-has-img{
  margin: 20px 0;
  padding: 10px 20px 15px 20px;
  border-left: 5px solid #48a7f2;
  border-bottom: 5px solid #48a7f2;
  background: #f5f5f5;
  min-height: 180px;
}
.quotation-has-img .quotation-author span{
  display: inline-block;
  padding: 10px;
  background: #48a7f2;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 0 0 8px 0;
  position: relative;
  left: -25px;
  top: -10px;
}

.quotation-has-img .quotation-img{
  float: right;
  position: relative;
  top: -30px;
}

.data-reports{
  overflow: hidden;
  width:calc(100% + 5px);
  padding-top:40px;
}
.data-reports .data-images{
  height:118px;
}
.data-reports .data-images img{
  height:118px;
  width:auto;
}

.data-area .data-reports a {
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 45px 20px 25px 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  box-sizing: border-box;
}

.data-area .data-reports .data-titles span{
  text-align: left;
  display: inline-block;    
  font-weight: bold;
}

.data-area .data-reports-free {
  height: 240px;
  border-bottom: 1px solid #ddd;
  padding: 40px 0;
}
.data-area .data-reports-free:last-child{
  border-bottom:0;
}
.data-area .data-reports-free .free40{
  width:40%;
  border:0;
}
.data-area .data-reports-free .free60{
  width:60%;
  border:0;
}
.data-reports-free .free60 .data-images{
  float: left;
  padding-left: 80px;
  width: 100px;
  text-align: center;
  margin-top:0;
}
.data-reports-free .free60 .data-titles{
  float: left;
  padding-left: 40px;
  margin-top: 0;
  max-width: 340px;
}

.shareholders .charts-title{
  font-size: 24px; 
  margin-top: 30px;  
  font-weight: bold;   
  text-align: center; 
  line-height: 36px
}
.shareholders .data-reports > a .charts-title{
  margin-top:0;
  margin-bottom: 36px;
}
@media (min-width: 1200px){
  .last-modules{
    height:410px;
  }
  .module-title {
    min-height: 160px;
  }
}

@media (max-width: 1199px) and (min-width: 1025px){
  .module-title {
    min-height: 180px;
  }
  .last-modules{
    height:430px;
  }
  .reports-modules .col-1 .intro-sub-title{
    padding-top:10px;
  }
  .profile-list .profile-desc{
    width:55%;
  }
  .profile-list .intro-sub-content p img{
    margin-right:0 !important;
  }
  .data-reports-free .free60 .data-images{
    padding-left:40px;
  }
}
@media (max-width: 1024px){                   
  .curr-banner .curr-nav {
    width: 100%;
  }
  .curr-banner .curr-nav .curr-title{
    padding:0 25px;
  }
  .curr-banner .curr-nav .curr-desc{
    padding:25px;
  }
  .reports-new .report-item img {
    max-width: 100%; 
    max-height: unset;
  }
  .container,.about-us{
    padding:0;
    overflow: hidden;
  }
  .module-title {
    padding: 20px;    
    padding-bottom: 10px;
  }
  .reports-modules .modules-summary{
    padding:0 20px;
  }
  
  .reports-modules a .intro-sub-content{
    padding:15px 0;
  }
  .last-modules{
    margin-bottom: 50px;
  }
  .profile-list .intro-sub-content p img{
    margin-right:0 !important;
  }
  .shareholders{
    padding:0 20px;
    margin-bottom: 50px;
  }
  .data-area .data-reports a{
    width:33.33%;
  }
  .data-reports-free .free60 .data-images{
    padding-left:20px;
  }
  .data-area .data-reports-free .free40{
    width:30%;
  }
  .data-area .data-reports-free .free60{
    width:70%;
  }

}
@media (max-width: 900px){
  .data-area .data-reports-free .free40{
    width:40%;
  }
  .data-area .data-reports-free .free60{
    width:60%;
  }
  .data-reports-free .free60 .data-images{
    float: none;
    padding-left:0;
    width: 100%;
    text-align: center;    
  }
  .data-reports-free .free60 .data-titles{
    float: none;
    padding-left: 0;
    margin-top: 20px;
    max-width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 768px){
  .reports-new li {
    width: 33.33%;
  }
  .reports-new li .report-item{
    margin-right: 10px;
  }
  .reports-modules .col-2 .module-title{
    min-height: 190px;
  }
  .reports-modules .col-3 .module-title{
    min-height: 200px;
  }
  .reports-modules .col-1 .module-title{
    width:40%;
  }
  .reports-modules .col-1 .module-pic-wrap{
    width: 60%;
  }
  .reports-modules .col-1 .intro-sub-title{
    padding-top:20px;
  }
}

@media (max-width: 767px) and (min-width: 414px){
  .reports-new li {
    width: 50%;
  }
  .reports-new li .report-item{
    margin-right: 10px;
  }
  .reports-modules a .intro-sub-title,.reports-modules .col-1 .intro-sub-title{
    padding-top:0;
  }
}

@media (max-width: 750px){
  .reports-modules .col-1 .module-pic-wrap{
    width:100%;
    height:200px;
    float:none;
  }
  .reports-modules .col-1 .module-title{    
    width:100%;
    float:none;
  }
  .reports-modules .col-1 .intro-sub-title {
    padding-top: 0;
  }  
  .reports-modules a .intro-sub-content{
    padding:10px 0;
  }
  .profile-list .intro-sub-content .fr{
    float: none;
    text-align:center;
  }
  .data-area .data-reports a{
    width:50%;
  }
}

@media (min-width: 661px){
  .reports-modules .col-2 a:last-child,.reports-modules .col-3 a:nth-child(2){
    background: #deeaf8;
  }
  .reports-modules .col-3 a:last-child{
    background: #d3e3f6;
  }
}
@media (min-width: 661px) and (max-width: 767px){
  .reports-modules .col-2 .module-title{
    min-height: 190px;
  }
  .reports-modules .col-3 .module-title{    
    min-height: 225px;
  }
}
@media (max-width: 660px){
  .reports-modules .col-2 a{
    width:100%;    
    float:none;
  }

  .reports-modules .col-3 a{
    width:100%;
    float:none;
  }
  .reports-modules .modules a:nth-child(2n){
    background: #deeaf8;
  }
  .last-modules{
    margin-bottom: 0;
  }
  .quotation-has-img .quotation-img {
    float: none; 
    position: initial; 
    top: 0;
    text-align: center;
  }

  .curr-banner .curr-nav .curr-title {
    font-size: 34px;
    line-height: 46px;
  }
  .curr-banner .curr-nav .curr-desc {
    padding: 10px 25px;
  }

}
@media (max-width: 500px){
  .data-area .data-reports>a{
    width:100%;
    height:auto!important;
  }
  .data-area .data-reports{
    height:auto!important;
  }
  .data-area .data-reports>a:last-child{
    border-bottom:none;
  }
  .data-area .data-reports-free .free40,.data-area .data-reports-free .free60{
    width:100%;
    border-bottom: 1px solid #ddd;
  }
  .data-area .data-reports-free{
    padding: 10px 0;
  }
  .curr-banner .curr-nav .curr-title {
    font-size: 28px;
    line-height: 36px;
  }
   .curr-banner .curr-nav .curr-desc {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 414px) {
  .reports-new li {
    width: 100%;
  }
  .reports-new li .report-item{
    margin-right: 6px;
  }
  .curr-banner .curr-nav{
    padding-top:25px;
  }
}