@charset "UTF-8";
/**
 *
 * @authors chan.yisen (aihuacyc@gmail.com)
 * @date    2017-09-02 10:25:51
 * @version $Id$
 * @screen.less
 */
@media (max-width: 1024px) {
  nav {
    display: none;
  }
  /* footer */
  .f-top .container {
    padding-right: 0;
    padding-left: 0;
  }
  ul.sitemap-list li {
    padding-right: 40px;
    padding-left: 40px;
    border-bottom: 1px solid #d5d5d5;
  }
  ul.sitemap-list li:last-child {
    border-bottom: none;
  }
  ul.sitemap-list li .map-wrap {
    padding-bottom: 25px;
  }
}
@media (max-width: 759px) {
  /* header */
  .menu {
    margin-top:27px;
  }
  /* ir overview */
  ul.ir-high-list li .inner-li span i {
    display: block;
  }
  .milestone-list li .date{ padding-bottom:10px !important;}
  ul.comm-list li .inner-li .date {
    width: 100%;
    display: block;
    padding-bottom: 2px; padding-left:0; padding-right:0
  }
  ul.comm-list li .inner-li .title {
    display: block;padding-left:0; padding-right:0;
    padding-top: 2px;
  }
  /* footer */
  ul.sitemap-list li {
    padding-right: 30px;
    padding-left: 30px;
  }
  .f-btm .copy span {
    display: block;
  }
  ul.click-show li .h3-detail ul li:first-child {
    text-align: center;
    width: 100%;
  }
  ul.click-show li .h3-detail ul li:first-child img {
    max-width: 220px;
  }
  ul.click-show li .h3-detail ul li:last-child {
    padding-left: 0 !important;
    display: block;
    float: auto;
    width: 100% !important;
  }
}
@media (min-width: 760px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .menu{ margin-top:33px; }
  .index-about .index-tit{text-align:left;margin-left:-165px;}
  #ver-tc .index-about .index-tit{text-align:left;margin-left:-135px;}
  .index-about .pc{ display:block; position:absolute; z-index:90}
    .index-about::after {
    content: "";
    display: table;
    clear: both;
  }
  .index-about p.more {
    text-align: right;
  }
  .index-about-left {
    width: 50%;
    float: right;
  }
  .index-about-right {
	  overflow:hidden;
    width: 50%;
    float: left;
    position: relative;

  }
  .index-about-right .img-wrap {
    position: absolute;
    height: 100%;
    top: 0;	margin-left:-50%;
  }
  .index-about-right .img-wrap img {
    width: auto;
    height: 100%;
  }
  /* header */
  header .pull-left {
    width: 300px;
  }
  
 ul.banner-list li:nth-child(1) .li-bg {
  background-image: url(../images/banner1_mobile.jpg);
}
 ul.banner-list li:nth-child(2) .li-bg {
  background-image: url(../images/banner2_mobile.jpg);
}
.banner-info h6{    font-size: 60px;}
  /* index news */
  ul.index-news-list li .tit {
    padding-left:40px;
  }
  ul.index-news-list li .inner-li {
  width:70%;}
  /* index report */
  .index-report .report-wrap a {
    display: table;
    width: 100%;max-width:450px;
  }

  .index-report .result-wrap a {
    display: table;
    width: 90%;
	max-width:520px;
  }
  .index-report .report-wrap .img,
  .index-report .result-wrap .img,
  .index-report .report-wrap .txt,
  .index-report .result-wrap .txt {
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
  }
  .index-report .report-wrap .txt,
  .index-report .result-wrap .txt {
    padding-left: 25px; max-width:220px;
  }
  /* .inner banner */
  .inner-banner {
    height: 660px;
  }
  .inner-banner .tit {
    font-size: 60px;
  }
  /* artilce */
  article h1 {
    font-size: 48px;
  }
  ul.comm-list li .inner-li .date {
    padding-left:15px;
    padding-right:15px;
  }
  ul.comm-list li .inner-li .title {
    padding-right:15px;
    padding-left:15px;
  }
   /* ir reports */
  ul.report-list li {
    width:28%;
    margin-right:8%;
  }
  ul.report-list li:nth-child(2n) {
    margin-right:8%;
  }
  ul.report-list li:nth-child(2n+1) {
    clear: none;
  }
  ul.report-list li:nth-child(3n) {
    margin-right: 0;
  }
  ul.report-list li:nth-child(3n+1) {
    clear: both;
  }
  
  
  .zoom{ display:none;}
  
  
  /* ir overview */
  .ir-tit {
    font-size: 36px;
  }
  .ir-ann,
  .ir-share {
    padding-right: 40px;
    padding-left: 40px;
  }
  ul.ir-high-list li .inner-li span:first-child i {
    font-size:60px;
  }
  .ir-high-fin {

  background: url(../images/ir_high_bg.png) no-repeat 120% bottom;
  background-color: #e50b16;
background-size: 70%;
}
  ul.photo-list li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 35px;   float: left;
  }
  ul.photo-list li:nth-child(2n) {
    margin-right: 5%;
  }
  ul.photo-list li:nth-child(3n) {
    margin-right: 0;
  }
   
  .contact-list ul{
	width:50%;
	
	float:left;
}
  .contact-list ul:first-child{ padding-right:3%;}
  .contact-list ul:last-child{ padding-left:3%;}
}
@media (min-width: 1024px) {
	
	ul.nav-list{ font-size:14px;}
	nav .lang {margin-top:33px; margin-left:0px;}
	ul.nav-list li > a{ padding:36px 10px;}
 .index-about-right .img-wrap {
   margin-left:-200px;
  }
  /* index about */
ul.banner-list li:nth-child(1) .li-bg {
  background-image: url(../images/banner1.jpg);
}
ul.banner-list li:nth-child(2) .li-bg {
  background-image: url(../images/banner2.jpg);
}
  /* index news */
  .index-news .more-wrap {
    margin-top: 0;
  }
  .index-news-wrap {
    padding-top: 16px;
    padding-bottom: 35px;
    position: relative;
    margin-top: 70px;
  }
  .index-news-wrap::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #e50b16;
  }
  .index-news-wrap::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background-color: #e50b16;
  }
  ul.index-news-list {
    position: relative;
    margin-top: 0;
  }
  ul.index-news-list li {
    width: 50%;
    float: left;
    margin-top: 0;
  }
  ul.index-news-list li .img-wrap {
    padding-left: 140px;
  }
  ul.index-news-list li .img-wrap div {
    padding-bottom: 62%;
    position: relative;
    overflow: hidden;
  }
  ul.index-news-list li .img-wrap div img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  /* index report */
  .index-report .container {
    display: table;
    width: 100%;
  }
  .index-report .report-wrap {
    width: 40%;
    display: table-cell;
    vertical-align: bottom;
  }
  .index-report .result-wrap {
    width: 60%;
    display: table-cell;
    vertical-align: bottom;
  }
  
  
  
  



  /* ir overview */
  .ir-tit {
    text-align: left;
  }
  .ir-ann-share.container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .ir-ann,
  .ir-share {
    padding-top: 85px;
    padding-bottom: 80px;
    padding-right: 0;
    padding-left: 0;
    position: relative;
  }
  .ir-high-fin {
  padding-top:85px;
  padding-bottom:85px;}
  .ir-ann .more-wrap,
  .ir-share .more-wrap {
    position: absolute;
    top: 93px;
    margin-top: 0;
  }
  .ir-ann {
    padding-right: 40px;
  }
  .ir-ann .more-wrap {
    right: 40px;
  }
  .ir-ann::before {
    content: "";
    display: block;
    position: absolute;
    width: 1000px;
    height: 100%;
    top: 0;
    right: 100%;
    background-color: #e8e8e8;
  }
  .ir-share {
    padding-left: 40px;
    position: relative;
  }
  .ir-share .more-wrap {
    right: 0;
  }
  .ir-share:after {
    content: "";
    display: block;
    position: absolute;
    width: 1000px;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: #fff;
  }
  .ir-ann {
    width: 65%;
    float: left;
  }
  .ir-share {
    width: 35%;
    float: right;
  }
  .ir-high-fin .more-wrap {
    text-align: center;
  }
  ul.ir-high-list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  ul.ir-high-list li { margin-bottom:0px;}
  ul.ir-high-list li .inner-li span:first-child i {   font-size:40px;  }
  .ir-high-fin {
  background: url(../images/ir_high_bg.png) no-repeat right bottom;
  background-color: #e50b16;
         background-size: contain;
}
  ul.photo-list li {
    width: 22%;
    margin-right: 4%;
  }
  ul.photo-list li:nth-child(2n) {
    margin-right: 4%;
  }
  ul.photo-list li:nth-child(3n) {
    margin-right: 4%;
  }
  ul.photo-list li:nth-child(4n) {
    margin-right: 0;
  }
  ul.photo-overview li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 35px;   float: left;
  }
  ul.photo-overview li:nth-child(2n) {
    margin-right: 5%;
  }
  ul.photo-overview li:nth-child(3n) {
    margin-right: 0;
  }
  /* footer */
  .f-top {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  ul.sitemap-list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  ul.sitemap-list li > a::after {
    display: none;
  }
  ul.sitemap-list li .map-wrap {
    display: block !important;
  }
  ul.sitemap-list li:nth-child(3) .map-wrap {
    display: table;
  }
  ul.sitemap-list li:nth-child(3) dl {
    display: table-cell;
  }
  ul.sitemap-list li:nth-child(3) dl:nth-child(2) {
    padding-left: 20px;
  }
  #no-pc {display: none; }
 
  }
  
@media (min-width: 1025px) {   /* header */
  .menu {
    display: none;
  }
 .index-about-right .img-wrap{margin-left:0%;}
#banner{
    margin-top:85px;
  }
  /* ir reports */
  ul.report-list li {
    width:19%;margin-bottom:5%;
  }
  ul.report-list li:nth-child(3n) {
    margin-right: 8%;
  }
  ul.report-list li:nth-child(3n+1) {
    clear: none;
  }
  ul.report-list li:nth-child(4n) {
    margin-right: 0;
  }
  ul.report-list li:nth-child(4n+1) {
    clear: both;
  }

  ul.reports-list li {
    width: 23.5%;
    margin-right: 2%;
  }
  ul.reports-list li:nth-child(4n) {
    margin-right: 0;
  }

  .pc-map{
    display: block;
  }
  .ph-map{
    display: none;
  }
}
@media (min-width: 1260px) {
  /* header */
ul.nav-list{ font-size:16px;}
  ul.nav-list li {
    margin-left:0px;
  }  
  ul.nav-list li > a{ padding:34px 15px;}
  /* ir overview */
  ul.ir-high-list li .inner-li span:first-child i {
    font-size:50px;
  }
  /* footer */
  ul.sitemap-list li:nth-child(3) dl:nth-child(2) {
    padding-left: 75px;
  }
}
@media (min-width: 1440px) {
	ul.nav-list{ font-size:18px;}
	ul.nav-list li > a{ padding:33px 20px;}
  nav .lang {margin-top:33px; margin-left:10px;}
  #ver-tc .index-about .index-tit{text-align:left;margin-left:-135px;}
  .container {
  padding-right:40px;
  padding-left:40px;
}
  ul.nav-list li {
    margin-left:10px;
  }
 ul.ir-high-list li .inner-li span:first-child i {
    font-size:60px;
  }
}
@media (min-width: 1600px) {
	.container {
  padding-right:160px;
  padding-left:160px;
}
 .index-about .index-tit{ margin-left: -285px;}
 #ver-tc .index-about .index-tit{text-align:left;margin-left:-255px;}
  /* header */
  nav .lang {
    margin-left: 50px;
  }
  ul.nav-list li {
    margin-left:40px;
  }
  .index-about-right .img-wrap {
    overflow: hidden;
  }
  .index-about-right .img-wrap img {
    width: 100%;
    height: auto;
  }
  
 
  /* ir overview */
  ul.ir-high-list li .inner-li span:first-child i {
    font-size:70px;
  }
}
