@charset "UTF-8";


* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
html,
body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width:100%;
  height:auto;
}
table,
tr,
td {
  border-collapse: collapse;
}
ul, li {
    list-style-type: none;
}

a {
  color: #666666;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
a:hover {
  color: #009554;
}
.a_link{ text-decoration:underline;}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
img {
    border: none;
    width: 100%;
    height: auto;
}

#ver-en{
  font: 13px/1.6  Arial, Helvetica, sans-serif;
  color: #333333;
}
#ver-tc{
  font: 13px/1.6 'microsoft Yahei','Open Sans', sans-serif;
  color: #333333;
}

.warp{
   max-width:1240px;
  margin: 0px auto;

}
.clearfix {    clear: both;
    zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.container{ margin:auto; max-width:1240px;}

.container h2{font-size: 1.4em;
    color: #009554;
    padding-bottom: 10px;
    font-weight: bold;}
.container h3{font-size:16px;margin-bottom:10px; color:#000000}




.ir-info ul{    justify-content: space-between;
    align-items: flex-start;}
.ir-info ul li{width:45%;float: left; padding-right:10%;}
.ir-info ul li:last-child{padding-right:0;}


ul.ir-prosp{
  width: 100%;
  position: relative;
}
ul.ir-prosp li{
  display: table;
  position: relative;
  height: auto;
  margin:auto;
  padding-bottom:50px;
}
ul.ir-prosp dl dt{
  position: relative;
  width:100%;max-width:260px;
  display: table-cell;
}

ul.ir-prosp dl dt p{
	text-align:center;
	 display:block;
  padding-top: 15px;
}


ul.ir-prosp dl dt a img{box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);}
ul.ir-prosp dl dt a img:hover{box-shadow: 2px 2px 15px rgba(0, 0, 0, 1);}


.contact_list p{padding-bottom:8px;}
.contact_list p span {
    width:80px;
    float: left;
}
.contact_list p b{display: table-cell; font-weight:normal;}

.gov_box a{text-decoration:underline;}
@import url("reset.css");
@charset "UTF-8";
/**
 *
 * @authors sunny.zhou (1576567774@qq.com)
 * @date    2018-10-31 10:25:51
 * @version $Id$
 * @public.less
 */
* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
 /*@font-face {
    font-family: 'din-light';
    src:  url('../fonts/din-light.eot?1aukq4');
    src:  url('../fonts/din-light.eot?1aukq4#iefix') format('embedded-opentype'),
      url('../fonts/din-light.ttf?1aukq4') format('truetype'),
      url('../fonts/din-light.woff?1aukq4') format('woff'),
      url('../fonts/din-light.svg?1aukq4#Prompt-Thin') format('svg');
  }*/
  #ver-en{
    font-family: "STHeiti", "Microsoft JhengHei", "ËÎÌå", Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #888888;
  }
  ul, li {
    list-style-type: none;
  }
  a{
    color: #888888;
    text-decoration: none;
    transition:all 0.3s;
   -moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   display: block;
  }
  a.current,
  a:hover{
    color: #009554!important;
    text-decoration:none;
  }
  b{
    font-weight: normal;
  }
  img{
    display: block;
    width: 100%;
    height: auto;
  }
  .justify_between_star {
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_w{
    position: relative;
    display: flex;
    flex-wrap:wrap;
    width: 100%;
    height: auto;
  }

  ::-webkit-input-placeholder { /* Edge */
  color: #666666;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: 666666;
  }
  ::placeholder {
    color: 666666;
  }

  #wrap{
    position: relative;

    width: 100%;
    height: auto;
    padding:30px 0px;
    overflow: hidden;
    margin:0px auto;
  }
  .iframe_main{
    position: relative;
    width: 100%;
    height: auto;
    align-items: stretch;
  }
  .search_from{
    margin-bottom: 15px;
  }
  .search_box{
    position: relative;
    max-width: 800px;
  }
  .search_from input{
    border:1px solid #cfcfcf;
    color: #888888;
    padding:8px 15px;
    margin-right: 15px;
    cursor: pointer;
  }
  .search_from input:hover,
  .search_from input:focus{
     border:1px solid #009554;
     color: #009554;
     outline: none; 
  }
  input.keyw{
    width: 25%;
    max-width: 180px;
  }
  input.jcDate{
    width: 33%;
  }
  input.from_input{
    margin-right: 10px;
  }
  input,
  input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; border-radius: 0;}
  button.SearchButton{
    position: relative;
    cursor: pointer;
    width: 42px;
    border:1px solid #009554;
    background:#009554;
  }
  button.SearchButton i{
    font-size: 24px;
    color: #fff;
  }
  button.SearchButton:hover{
    background: #fff;
  }
  button.SearchButton:hover i{
     color: #009554;
  }

  .year-show-box {
    position: relative;
    width: 25%;
    max-width: 180px;
    margin-right: 15px;
  }
  ul.year-select {    
      position: relative;
      display: inline-block;
      width: 100%;
      z-index:6;
      border:1px solid #cfcfcf;
  }
  ul.year-select:hover,
  ul.year-select.current{
     border:1px solid #009554;
  }
  ul.year-select:hover span.cur_span,
  ul.year-select.current span.cur_span{
     color: #009554;
  }
  ul.year-select::after {
      content: "";
      position: absolute;
      width: 13px;
      height: 13px;
      right: 10px;
      top: 50%;
      margin-top: -9px;
      border-style: solid;
      border-color: #cfcfcf;
      border-width: 1px 0 0 1px;
      -webkit-transform: rotateZ(-135deg);
      -moz-transform: rotateZ(-135deg);
      -ms-transform: rotateZ(-135deg);
      transform: rotateZ(-135deg);
  }
  ul.year-select::before{
      content: "";
      position: absolute;
      width: 1px;
      height: 90%;
      top: 5%;
      right:35px;
      background: #cfcfcf;
  }
  ul.year-select li {
      position: relative;
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer;
      padding:0px 15px;
  }

  ul.year-select li span.cur_span{    text-align: left;
    display: block;
    padding:8px 0px;
    color: #666666;
  }

  .more_year_btn{
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0);
    right: 0px;
    top: 0px;
    z-index: 9;
  }

  ol.sub-year-box {
      position: absolute;
      display: none;
      width: 101%;
      height: auto;
      top: 100%;
      left: -1px;
      /*border:1px solid #2583c2;*/
      border:1px solid #009554;
      margin-top:0;
      max-height:430px;
    overflow-y: scroll;
      background: #fff;
	  overflow: auto;
  }

  ol.sub-year-box li:last-child a{
      border-bottom: none;
  }
  ol.sub-year-box li a {
      display: block;
      padding:10px 0px;
	  
      border-bottom:1px solid #cfcfcf;
      color: #888888;
  }
  ol.sub-year-box li:hover{
    background: #009554;
  }
  ol.sub-year-box li:hover a{
    color: #fff!important;
  }

  .type_box{
    position: relative;
    width: 33%;

  }
  .type_box .year-select::after,
  .type_box .year-select::before{
    display: none;
  }
  .type_box span{
    text-align: center;
  }
  .type_box ol.sub-year-box{
    right:-1px;
    left:-1px;
    width: auto;
	overflow:auto !important;
/*    margin-top: 20px;*/
	  
  }
   /*.type_box ol.sub-year-box::before{
     content: "";
     display: block;
     position: absolute;
     top: -15px;
     right: -1px;
     width:0;
     height:0;
     border-left:12px solid transparent;
     border-right:12px solid transparent;
     border-bottom:15px solid #cfcfcf;
  }
  .type_box ol.sub-year-box::after{
     content: "";
     display: block;
     position: absolute;
     top: -13px;
     right: 1px;
     width:0;
     height:0;
     border-left:10px solid transparent;
     border-right:10px solid transparent;
     border-bottom:13px solid #fff;
  }*/

  .info_cont{
	  min-height: 400px;
    position: relative;
    margin-top: 30px;
    border-top: 3px solid #009554;
  }
  ul.data_ul{
    position: relative;
    width: 100%;
    height: auto;
  }
  ul.data_ul li{
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    display: flex;
    flex-wrap:wrap;
    border-bottom: 1px solid #cfcfcf;
  }

  ul.data_ul li span{
    position: relative;
    display: block;
    width:120px;
    color: #888888;
	font-size:16px;
  }
  ul.data_ul li p{
    flex:1;
    color: #888888;
	font-size:16px;
  }
  ul.data_ul li p a{
    color: #666666;
    margin-top: 5px;
  }

  ul.report_box{
justify-content: flex-start;
    padding: 20px 20px 0px 20px;
  }
  ul.report_box li{
    position: relative;
    width: 25%;
  
    margin-bottom:60px;
    text-align: center;
  }
  ul.report_box li dl dt{
    position: relative;
    display: block;
    margin:0px auto;
  }
  ul.report_box li dl dd{ padding-top:10px;}
  ul.report_box li:nth-of-type(4n){
    margin-right: 0px;
  }
 ul.report_box li dl{ width:200px;    margin: auto;}
ul.report_box li dl dt img{width:200px; height:255px; box-shadow:2px 2px 4px #a4a4a4}
ul.report_box li:hover dl dt img{box-shadow:2px 2px 4px #333333}
  @media (max-width:990px){
     #ver-en{
      font-size: 14px;
    }
     .type_box, input.jcDate{
      width: 30%;
     }


     ul.report_box li{
       width: 45%;
       margin-right: 10%!important;
     }
     ul.report_box li:nth-of-type(2n){
        margin-right: 0px!important;
      }
	  
  }

  @media (max-width:620px){
    .search_box{
      max-width: 420px;
    }
    .search_from {
      padding-right: 50px;
      margin-bottom: 0px;
    }
    input.keyw{
      max-width: 100%;
    }
    .search_from input{
      width: 100%!important;
      margin-bottom: 15px;
      margin-right: 10px!important
    }
    button.SearchButton{
      position: absolute;
      right: 0px;
      bottom: 15px;
      height: 34px;
    }
     .type_box{
      width:50%;
      max-width:50%;
    }
    .year-show-box{
      width:45%;
      max-width: 45%;
       margin-right:4%;
    }
    ul.data_ul li{display:inherit;}

    ul.data_ul li span{
      width: 100%;
      margin-bottom: 5px;
    }


    ul.report_box li{
       width: 100%;
       margin-right: 0%!important;
    }
ul.report_box li dl{ width:100%; max-width:320px;}
ul.report_box li dl dt img{width:100%; height:inherit;}
  }