@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: #!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: #;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: ;
  }
  ::placeholder {
    color: ;
  }

  #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{
  -webkit-text-fill-color: #bbbbbb;
    border:1px solid #cfcfcf;
    color: #bbbbbb;
    padding:8px 15px;
    margin-right: 15px;
    cursor: pointer;
  }
  .search_from input:hover,
  .search_from input:focus{
     border:1px solid #;
     color: #;
     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 #;
    background:#;
  }
  button.SearchButton i{
    font-size: 24px;
    color: #fff;
  }
  button.SearchButton:hover{
    background: #fff;
  }
  button.SearchButton:hover i{
     color: #;
  }

  .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 #;
  }
  ul.year-select:hover span.cur_span,
  ul.year-select.current span.cur_span{
     color: #;
  }
  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: #;
  }

  .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 #;
      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: #;
  }
  ol.sub-year-box li:hover{
    background: #;
  }
  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 #;
  }
  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: #;
  }
  ul.data_ul li p{
    flex:1;
    color: #;
  }
  ul.data_ul li p a{
    color: #;
    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: flex;
    align-items: center;
    justify-content: center;
    margin:0px auto;
    width:200px; height:255px; 
  }
  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{box-shadow:2px 2px 4px #a4a4a4;
width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;}
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{width:auto; max-width:280px;height:auto;}
  }