@import url("reset.css");
@charset "UTF-8";
/**
 *
 * @authors zhou.sunny (1576567774@qq.com)
 * @date    2016-10-31 10:25:51
 * @version $Id$
 * @public.less
 */
* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
@font-face {
  font-family: 'LatoRegular';
  src:  url('http://website.wasionholdings.wisdomir.com/fonts/LatoRegular.eot?1aukq4');
  src:  url('http://website.wasionholdings.wisdomir.com/fonts/LatoRegular.eot?1aukq4#iefix') format('embedded-opentype'),
    url('http://website.wasionholdings.wisdomir.com/fonts/LatoRegular.ttf?1aukq4') format('truetype'),
    url('http://website.wasionholdings.wisdomir.com/fonts/LatoRegular.woff?1aukq4') format('woff'),
    url('http://website.wasionholdings.wisdomir.com/fonts/LatoRegular.svg?1aukq4#Prompt-Thin') format('svg');
}

html,
body{
  position: relative;
  margin: 0 auto;
  padding: 0;
  width:100%;
  max-width: 1920px;
  min-width:320px;
  height:auto;
  overflow-x: hidden;
}
body{
  overflow: hidden;
}
table,
tr,
td {
  border-collapse: collapse;
}
ul, li {
    list-style-type: none;
}
img{
    border: none;
    width:100%; 
    height:auto;
}
b{
  font-weight:normal;
}
a{
  color: #666666;
  text-decoration: none;
  transition:all 0.3s;
 -moz-transition: all 0.3s;
 -webkit-transition: all 0.3s;
 -o-transition: all 0.3s;
}

a:hover{
  color: #45535c!important;
  text-decoration:none;
}
#header a.bg_a:hover{
  color: #fff!important;
}
#header.active a.bg_a:hover{
  color: #45535c!important;
}
#header a.current.bg_a:hover,
#header a.current{  color: #c0daff!important;}
#header.active a.current.bg_a:hover,
#header.active a.current{
  color: #0546a5!important;
  text-decoration:none;
}
#warp_main a:hover{
  color: #418ce4!important;
  text-decoration:none;
}
a:active{
text-decoration:none;
    }
a:focus{
text-decoration:none;
    }   
.clearfix {
  *zoom: 1;
  clear:both;
}
.clearfix::after{
  content: "";
  display: block;
}
#ver-sc,
#ver-tc{
  font-family: "source-han-sans-traditional", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", "宋体", Arial, Helvetica, Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
#ver-en{
  font-family: "LatoRegular", Arial, sans-serif, Verdana ,"Microsoft YaHei";
  font-size: 17px;
  line-height: 1.6;
  color: #666666;
}
#footer,
#header{
  position: relative;
  width: 100%;
  height: auto;
  margin:0px auto;
  max-width: 1920px;
  min-width:320px;
}
.container{
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1500px;
  margin:0px auto;
}
.warp{
  position: relative;
  width: 100%;
  height: auto;
}
.flex{
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
}
.justify_around_center{
  justify-content:space-around;
  align-items:center;
}
.justify_around_start{
  justify-content:space-around;
  align-items:flex-start;
}
.justify_between_center{
  justify-content:space-between;
  align-items:center;
}
.justify_between_star{
  justify-content:space-between;
  align-items:flex-start;
}
.justify_between_stretch{
  justify-content:space-between;
  align-items:stretch;
}
.justify_between_stretch{
  justify-content:space-between;
}
.justify_around_stretch{
  justify-content:space-around;
  align-items:stretch;
}

.justify_star_center{
  justify-content:flex-start;
  align-items:center;
}

body h3{
  font-size: 20px;

  padding-bottom:10px;
  color: #16529d;
}
/*header*/
#header{
  position: fixed;
  z-index: 8;
  padding: 30px 0px;
  z-index: 12;
}

#header a{
  color: #fff;
}
#header.active{
   padding: 20px 0px;
   background: #fff;
   box-shadow: darkgrey 0  1px 3px 2px;
}

#header.active a{
  color: #3e465d;
}
#header.active .logo{
  background: url("../png/logo_blue.png") left center no-repeat;
  background-size: auto 90% ;
}
#header.active .head_lang ul li{
  border-left: 1px solid #3e465d;
}
#header.active .head_lang ul li:first-child{
  border-left:none;
}
#header.active #menu i {
  background: #468fee;
}

.head_lang{ font-size:20px;
  position: relative;
  text-align: right;
  z-index: 3;
}
.head_lang .fa{ font-size:22px;}
.head_lang ul{
  position: relative;
  width: 100%;
  height: auto;
}
.head_lang ul li{
  display: inline-block;
  padding:0px 15px;
  border-left: 1px solid #fff;
  line-height: 1;
}
.head_lang ul li:first-child{
  border-left: none;
}
.head_lang ul li:last-child{
  padding-right: 0px;
}
.head_lang ul li .sm_lang_box{
  position: absolute;
  display: none;
  width: auto;
  background: #fff;
  right: -10px;
  top: 100%;
  padding:25px;
  border-radius: 3px;
}
.head_lang ul li .sm_lang_box:before{
  content: '';
  display: block;
  position: absolute;
  right: 5px;
  top: -7px;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 10px solid transparent;
}
.head_lang .sm_lang_box span{
 display: block;
 margin-bottom: 25px;
 text-align: left;
}
.head_lang .sm_lang_box span:last-child{
  margin-bottom: 0px;
}
#header .head_lang .sm_lang_box span a{
  position: relative;
  color: #9d9d9d;
  display: inline-block;
  padding-bottom: 5px;
}
#header .head_lang .sm_lang_box span a:after{
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  background: #5587c2;
  left: 0px;
  bottom: 0px;
}
#header .head_lang .sm_lang_box span a:hover:after,
#header .head_lang .sm_lang_box span a.current:after{
  width: 100%;
}

.head_nav{
  position: relative;
  width: 100%;
}
.head_nav .logo{
  position: relative;
  width:360px;
  height:45px;
  background: url("../png/logo_wirte.png") left center no-repeat;
  background-size: auto 100% ;
  margin-top:20px;
}
.head_nav .logo a{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.head_nav .nav_box{
  width:70%;
  max-width: 1160px;
}

#stockIframe{
  position: absolute;
  width: 100%;
  height:85px;
  bottom:60px;
  padding: 20px;
  background-color:rgba(255,255,255,0.8);
  box-shadow: 0 0 8px #555555;
  border-radius:5px;
}

/*nav*/
ul.nav_ul a{
  display: inline-block;
  font-size: 20px;
}
ul.nav_ul a.bg_a{
  padding:20px 0px;
}
ul.nav_ul a.bg_a.sm_pad{
  padding: 15px 0px 10px 0px;
}
ul.nav_ul li{
   line-height: 1;
}
ul.nav_ul li dl{
  display: none;
  position: absolute;
  width: auto;
  background: #fff;
  padding:30px 50px;
  top: 100%;
  border-radius: 3px;
  padding:30px;
  box-shadow: darkgrey 0px 0px 5px 1px;
  min-width:135px;
}
ul.nav_ul li dl:before{
  content: '';
  display: block;
  position: absolute;
  left: 38%;
  top: -7px;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 10px solid transparent;
}
#header.active ul.nav_ul li dl:before{
  display: none;
}
#header ul.nav_ul li dl dd{
 margin-bottom: 20px;
 text-align: left;
}
#header ul.nav_ul li dl dd:last-child{
 margin-bottom:0px;
}
#header ul.nav_ul li dl dd a{
  position: relative;
  font-size: 18px;
  color: #000000;
  display: inline-block;
  /*padding-bottom: 5px;*/
  line-height: 1.5;
}
#header ul.nav_ul li dl dd a:after{
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  background: #5587c2;
  left: 0px;
  bottom: 0px;
}
#header ul.nav_ul li dl dd a:hover,
#header ul.nav_ul li dl dd a.current{
color:#5587C2!important;
}
#header ul.nav_ul li dl dd a:hover:after,
#header ul.nav_ul li dl dd a.current:after{
  width: 100%;
}


/*menu*/
span#menu{
  position: absolute;
  display: none;
  z-index: 6;
  width: 28px;
  height: 22px; 
  right: 40px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#menu i {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#menu i:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
}
#menu i:last-child {
   bottom: 0px;
}
#menu.active i {
  background: #3e8ee3;
}
#menu.active i:first-child {
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    top: 50%;
}
#menu.active i:nth-child(2) {
    visibility: hidden;
    opacity: 0;
}
#menu.active i:last-child {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: 50%;
    bottom: auto;
}

/*ph_nav*/
.ph_nav_box{
  display: none;
}
.ph_nav_box{
  position: relative;
  background: #fff;
  height:95%;
  overflow-y: auto;
  margin-top: -1px;
  padding-top: 40px;
}
ul.ph_nav_ul{
  position: relative;
  width: 100%;
  height: auto;
}
ul.ph_nav_ul li{
  position: relative;
  padding-bottom: 40px;
}
.ph_nav_box a{
  position: relative;
  font-size: 20px;
  color: #2c2c2c;
  display: inline-block;
}
.ph_nav_box ul.ph_nav_ul a{
   padding-right: 30px;
}
.ph_nav_box a.more_icon{
  background: url("../png/right.png") right center no-repeat;
  background-size: 18px 18px;
}
.ph_nav_box a.more_icon_back{
  background: url("../png/left.png") left center no-repeat;
  background-size: 18px 18px;
}
/*.ph_nav_box a.more_icon:before{
  content: "";
  position: absolute;
  right: 0px;
  top: 37%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  width: 12px;
  height: 12px;
  border-top: 2px solid #428ce3;
  border-right: 2px solid #428ce3;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.ph_nav_box a.more_icon:after{
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #428ce3;
  right: 0px;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
}
.ph_nav_box a.more_icon_back:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 36%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  width: 12px;
  height: 12px;
  border-top: 2px solid #428ce3;
  border-left: 2px solid #428ce3;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.ph_nav_box a.more_icon_back:after{
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #428ce3;
  left: 0px;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
}
*/
.ph_nav_box li dl{
  position: absolute;
  display: none;
  top: 0px;
  left: 100%;
}
.ph_nav_box li dl.cuurent{
  display: block;
  left: 0px;
}
.ph_nav_box li dt a{
  padding-left: 30px;
  margin-bottom: 30px;
  padding-right: 0px;
}
.ph_nav_box li dd a{
  display: block;
  font-size: 18px;
  line-height: 1;
  padding-left: 30px;
  padding-bottom: 20px;
  padding-right: 0px;
}
.ph_nav_box li dd .sm_sm_nav a{
  display: block;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 20px;
}
.ph_nav_box a.bg_a.current,
.ph_nav_box a.sm_a.current,
.ph_nav_box a.current{
  color: #0589c1;
}

.ph_nav_box li dd .sm_sm_nav{
  display: none;
}


.ph_lang_box{
  position: relative;
  border-top: 1px dotted rgba(102,102,102,0.3);
}
.ph_lang_box span.su{
  display: inline-block;
  padding: 0px 20px;
}
.ph_lang_box p{
  padding-top: 40px;
}
/*footer*/
#footer{
  position: relative;
  padding: 50px 0px 0px 0px;
  background: #eff6fc;
  overflow: hidden;
}
.foot_nav{
  position: relative;
  width: 100%;
  height: auto;
}
.foot_nav ul li{
  position: relative;
  line-height: 1px;
  max-width: 340px;
}
.foot_nav ul.foot_nav_ul a{
  display: block;
  color: #61788e;
  font-size: 16px;
  line-height:1;
}
.foot_nav a.bg_a{
  font-weight: bold;
}
.foot_nav a.bg_a{
  padding-bottom: 30px;
}
.foot_nav dl dd,
.foot_nav dl dd a.sm_a,
.foot_nav .sm_sm_nav a{
  padding-bottom: 15px;
}
ul.foot_nav_ul {
  margin: 60px auto 60px auto;
}
.foot_nav dl dd a{
  display: block;
}
.foot_nav .sm_sm_nav{
  position: relative;
  padding-left: 30px;
}
p.kong{
  position: relative;
  width: 100%;
  height: 50px;
}

.foot-logo {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  padding: 30px 0px;
}
.foot-logo strong {
  font-family: "Muli";
  display: block;
  color: #3e4c5b;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  padding-right: 30px;
  font-weight: normal;
  padding-bottom: 30px;
}
.foot-logo strong b{
  color: #418ce4;
}
.foot-input {
  position: relative;
}
.foot-logo input {
  width: 60%;
  padding:10px;
  max-width: 600px;
  color: #61788e;
  font-size: 18px;
  font-family: "Muli";
  background: #fff;
  border-radius: 3px;
  text-align: center;
}
.foot-input a{
    z-index: 66;
    background: #418ce4;
    color: #ffffff;
    padding:15px 25px;
    border-radius: 3px;
}
.copy {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 14px;
    color: #61788e;
    padding: 30px 0px;
    background: #fff;
}
.copy::before{
  content: '';
  position: absolute;
  left: -50px;
  width: 100000px;
  height: 100%;
  background: #fff;
  top: 0px;
}
.copy span{
  position: relative;
  display: inline-block;
  padding: 0px 10px;
}
.copy p{
  z-index: 6;
}
.copy a{
  color: #61788e;
}
p.power{
    position: relative;
}
p.power a {
    position: relative;
    display: block;
    width:178px;
    margin: 0px auto;
}
br.ipadbr,
br.phbr{
  display: none;
}
/*index_banner*/
.banner{
  position: relative;
  width: 100%;
  height: auto;
  z-index: 6;
}
.index_banner{
 /* background: url('../images/banner_bg.jpg') center no-repeat;
  background-size: cover;*/
}
.banner .container{
  position: relative;
  height: 100%;
}
.ban_ban{
  position: relative;
  width: 100%;
  height: 100%;
}
.ban_info{
  position: absolute;
  width: 100%;
  text-align: left;
  font-size: 60px;
  text-transform: capitalize;
  top: 35%;
  left: 0px;
  line-height: 1.2;
  color: #fff;
}

.warp_main{
  position: relative;
  background: #fff;
  z-index:5;

}
.ir_main{
  position: relative;
  width: 100%;
  flex-wrap:wrap;
}
.com_padtop{
  padding-top:30px;
}
.sm_com_irbox{
  padding: 30px 0px 80px 0px;
}
.com_padbot{
  margin-bottom: 50px;
}
.ind_ir_report::before{
  content: "";
  position: absolute;
  width: 100%;
  height:500px;
  background:#eff6fc;
  top: 80%;
}
.ind_ir_contact,
.ind_ir_report {
  background:#eff6fc;border-radius:5px;
}
.ind_ir_contact .sm_com_irbox,
.ind_ir_report .sm_com_irbox{
  /*background:#eff6fc;*/
  padding-left: 20px;
  padding-right: 20px;
  
}
.ind_ir_com{
 position: relative;
 width: 30%;
}
h2.title{
  position: relative;
  font-size: 34px;
  color: #3e4c5b;
  padding-bottom:30px;
  text-transform: uppercase;
}
span.xie_line{
 position: relative;
 display: inline-block;
 width: 4px;
 height: 22px;
 background:#418ce4;
 -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  transform:skewX(30deg);
  margin-left: 20px;
}

ul.data_ul{
  position: relative;
  width: 100%;
  height: auto;
}
ul.data_ul li{
  padding:15px 0px;
  position: relative;
  border-bottom: 1px dotted rgba(102,102,102,0.3);
}
ul.data_ul li:first-child{
  padding-top: 0px;
}
ul.data_ul li:last-child{
  border-bottom: none;
  padding-bottom: 0px;
}
dl dt.date_tit{
  color: #61788e;
  line-height: 1.2;
}
dl dd.dd_tit{
  color: #3e4c5b;
  font-size: 18px;
  font-weight: bold;
  padding:8px 0px;
}
dl dd.dd_tit a{color: #3e4c5b;}
ul.index_conul dl dd.dd_tit{
  padding:0px;
  margin: 8px 0px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
dl dd.dd_elli{
  overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical; 
-webkit-line-clamp:2; 
}
ul.data_ul li dd a{
  display: block;
}

a.btn_btn{
  position: relative;
  font-size: 18px;
  color: #418ce4;
  padding-right: 30px;
  line-height: 1.8;
}

a.read_more{
  position: absolute;
  bottom: 30px;
  background:url("../png/right.png") center right no-repeat;
  background-size: 16px 16px;
  text-transform: uppercase;
}
a.download{
  text-transform: uppercase;
  background:url("../png/down.png") center right no-repeat;
  background-size: 16px 16px;
  line-height: 1;
}

ul.report_ul{
  position: relative;
  width: 100%;
  height: auto;
}
.report_img{
  position: relative;

}
ul.report_ul li{
  padding-bottom: 30px;
}
ul.report_ul li .report_img{width:40%;}
ul.report_ul li .report_info{width:55%;}
#warp_main a.download:hover{
  color: #3e465d!important;
  background:url("../png/down_h.png") center right no-repeat;
  background-size: 18px 18px;
}
ul.report_ul li:last-child{
  padding-bottom: 0px;
}
.report_info{
  padding-left:5%;
}

p.company_img{
 padding-bottom: 20px;
}
p.company_over{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
ul.present_ul li{
  padding:15px 0px;
}
ul.present_ul dl dd{
  padding-left: 20px;
  background: url(../png/pdf.png) left center no-repeat;
  background-size: 12px 12px;
  padding-left:20px !important;
}
ul.contact_ul{
  position: relative;
  width: 100%;
  height: auto;
}
ul.contact_ul li{
  display: table;
  padding-bottom: 30px;
}
ul.contact_ul li.youx_li span{
  display: block;
}
ul.contact_ul li:last-child{
  padding-bottom: 0px;
}
ul.contact_ul li a{
  color: #599be7;
}
ul.contact_ul li a:hover{
  text-decoration:underline!important;
}
ul.contact_ul li span{
  position: relative;
  display: table-cell;
}
ul.contact_ul li i{ padding-right:5px;}
ul.contact_ul li span:first-child{
  display: table-cell;
  color: #599be7;
  width:80px;
}
#ver-en ul.contact_ul li span:first-child{ width:100px;}
p.p_cont{
  position: relative;
  padding-bottom: 30px;
  line-height: 1.3;
}
p.p_cont strong{
 display: block;
 font-size: 24px;
}


/*page_banner*/
.page_banner{
  position: relative;
  width: 100%;
  height: auto;
}
.page_banner .page_bg{
  position: relative;
  width: 100%;
  height:500px;
  background-size: cover;background: url("../jpg/contact_banner.jpg") center no-repeat;
}
.page_banner .page_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .1;
  background-color: #282828;
}
.page_banner .page_bg video{ margin-left:50%;  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);}
.page_banner .page_bg_corporate{background: url("../jpg/corporate_banner.jpg") center no-repeat;    background-size: cover;}
.page_banner .page_bg_ir{background: url("../jpg/ir_banner.jpg") center no-repeat;    background-size: cover;}
.page_banner .page_bg_news{background: url("../jpg/news_banner.jpg") center no-repeat;    background-size: cover;}
.page_banner .page_bg_contact{background: url("../jpg/contact_banner.jpg") center no-repeat;    background-size: cover;}

.page_bg .page_baninfo{
  position: absolute;
  top: 60%;
  width: 100%;
  text-align: center;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
}
.page_nav{
  position: relative;
  padding:10px 0px;
  background:#eff6fc;
}
.page_nav a{
  color: #418ce4;
}
.page_nav a#current{
  color: #666666
}
.page_nav span{
  display: inline-block;
  padding: 0px 15px;
}

.page_main{
  position: relative;
  min-height: 380px;
  padding-bottom: 80px;
}
.page_main p{
  padding-bottom: 20px;
}
.page_main h2.title{
  height: auto!important;
}
.com_info{
  position: relative;
}

/*about*/
p.ph_about_img{
  display: none;
}
ul.about_infoul li{
  position: relative;
  width: 47%;
}
ul.about_infoul li:last-child{
  background: url("../jpg/about_img.jpg") center no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

ul.report_infoul {
  flex-wrap:wrap;
}
ul.report_infoul li{
  position: relative;
  width: 47%;
  padding:70px 50px;
  background:#eff6fc;
}
ul.report_infoul dl dd.dd_tit{
  font-size: 30px;
  padding: 10px 0px;
  line-height: 1.2;
}
ul.report_infoul .report_img img{
  width:240px;
  height:325px;
}
.present ul.report_infoul .report_img img{
  width:240px;
  height:180px;
}
ul.report_infoul dl dt.date_tit{
  font-size: 18px;
}
ul.present_infoul{
  flex-wrap:wrap;
}
ul.present_infoul li{
  width: 47%;
  margin-bottom: 20px;
}
ul.present_infoul li .report_img{
  max-width: 320px;
}


.high_l{
  position: relative;
  width: 60%;
}

.high_r{
  position: relative;
  width:40%;
}

.dropdown {
    position: relative;
    height: 30px;
    background:#f5f5f5;
    border-radius: 3px;
}
.high_l_pad .dropdown{
  margin:0px 15px;
}
.dropdown:after {
    position: absolute;
    content: '';
    display: inline-block;
    right: 15px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #656565;
    border-right: 1px solid #656565;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
    margin-top: -6px;
}
.dropdown select {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 140px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: 0;
    outline: 0;
    padding:0px 40px 0px 15px; 
    
}
.drop_date{
  width: 100%;
  max-width: 280px;
  float: right;
}
i.calendar{
  position: absolute;
  left: 15px;
  color: #418ce4;
  top: 7px;
}
select.calendar_select{
  padding-left: 40px;
}
a.download1{
  border:1px solid #418ce4;
  color: #418ce4;
  border-radius: 3px;
  display: block;
  padding:5px 20px;
}

.show_dropd span{
 position: absolute;
 left: 0px;
}
.show_dropd select{
  margin-left: 70px;
}

.choose_show{
  position: relative;

  /*overflow-y: auto;*/
}

.choose_show table{
  width: 100%;
  min-width:760px;
}
.choose_show table th{
  background:#034da2;
  color: #fff;
  font-weight: normal;
}

.choose_show table td:first-child{
  background:#f5f5f5;
}
.choose_show table th,
.choose_show table td{
  padding:15px;
}
.choose_show table td{
  border:1px solid #c5c5c5;
}



ul.contact_from{
  flex-wrap:wrap;
}
ul.contact_from li{
  position: relative;
  width: 21%;
  margin-bottom: 30px;
}
ul.contact_from li sup{
  color: #fd5267
}
ul.contact_from li select,
ul.contact_from li input{
  position: relative;
  width: 100%;
  height:auto;
  background:#f5f5f5;
  padding: 8px 10px;
  border-radius: 3px;
  color: #7a7a7a;
}
ul.contact_from li select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border:0px;
}
.sele_drap{
  position: relative;
}
ul.contact_from li .sele_drap:after{
  position: absolute;
  content: '';
  display: inline-block;
  right: 15px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #656565;
  border-right: 1px solid #656565;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 50%;
  margin-top: -6px;
}
li.yanz_li{
  text-align: center;
}
img.yanz{
  position: relative;
  width: 100%;
  max-width: 200px;
  margin:0px auto;
}


ul.sitemap_box{
  position: relative;
  width: 100%;
}
ul.sitemap_box li dd{
  padding-bottom: 10px;
}
ul.sitemap_box a.bg_a{
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
}

p.text_p{
   width:180px;
   height:228px;
   float:left; 
   padding:2px 10px 0px 0px;
}
p.text_color{
  font-weight: bold;
  color: #16529d;
}
ul.boardmin_ul{
  border:1px solid #e9e9e9;
  /*flex-wrap:wrap;*/
}
ul.boardmin_ul li{
  width: 25%;
  position: relative;
  border-right: 1px solid #e9e9e9;
}
ul.boardmin_ul li:last-child{
  border-right: none;
}
ul.boardmin_ul li dt{
	font-size:16px;
  font-weight: bold;
  color: #16529d;
  padding: 8px 0px;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #dfe2e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#dfe2e7));
  background: -webkit-linear-gradient(top, #fdfdfd 0%,#dfe2e7 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%,#dfe2e7 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%,#dfe2e7 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%,#dfe2e7 100%);
  padding-left: 25px;
  margin-bottom:15px;
}
ul.boardmin_ul li dd{
   padding:5px 0px;
   padding-left: 25px;
}
ul.boardmin_ul li dd:last-child{ margin-bottom:15px;}
p.bot_line{
  position: relative;
  padding-bottom: 0px;
  height: 30px;
  width: 100%;
  margin:0px auto;
  background: url("../jpg/dsh_bottombj.jpg") center no-repeat;
  background-size: auto 100%;
}

a.top_btn{
  position: relative;
  float: right;
  font-weight: bold;
  color: #16529d;
}
.ir_boardlist{
  position: relative;
}
.ir_boardlist p strong{
  /*padding-right: 20px;*/
  color:#16529d;
  font-size:16px;
  font-weight: bold;
  display: inline-block;
}
.ir_boardlist>div{
  padding-top: 50px;
}
.ir_boardlist>div p:nth-child(2),.ir_boardlist>div p:nth-child(3),.ir_boardlist>div p:nth-child(4){ text-align:justify; text-justify:inter-ideograph;
  }
ul.cor_gov_ul{
  flex-wrap:wrap;
}
ul.cor_gov_ul li{
  width: 50%;
  padding-bottom:30px;
}
ul.cor_gov_ul li p{
  padding-bottom: 0px;
}
ul.cor_gov_ul li a{background: url(../png/pdf.png) left center no-repeat;
    background-size: 12px 12px;
    padding-left: 20px}

.year-show-box{
  position: relative;
  width: 100%;
  border-bottom: 2px solid rgba(102,102,102,0.3);
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.year-show-box span.year-show{ font-size:18px; color:#418ce4; font-weight:bold; }
.year-show-box span.year-show a{display: block;}
ul.year-select{
  position: absolute;
  display: inline-block;
  width: 190px;
  height: 30px;
  z-index: 10;
  /*border: 2px solid #2365a7;*/
  margin-top: 10px;
  background: #eff6fc;
  border-radius: 2px;
  right: 0px;
  bottom: 10px;
}
/*ul.year-select::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  border-right: 8px solid transparent;
  border-top: 8px solid #3e4c5b;
  border-left: 8px solid transparent;
}*/
ul.year-select li.show-year i{
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
ul.year-select li{
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0px 10px;
  cursor: pointer;
}

ul.year-select li a{
 color: #3e4c5b;
}
ol.sub-year-box{
  position: absolute;
  display: none;
  width: 102%;
  height: auto;
  top: 30px;
  left: -2px;
  background: #eff6fc;
  border-bottom: 0px;
}
ol.sub-year-box li{
  border-bottom: 2px solid #eff6fc;
}
ol.sub-year-box li a{
  display: block;
}
ol.sub-year-box li:hover a{
  color: #418ce4!important;
}

.banner .stock_detail{ float:right;position: absolute;
    bottom: 0px;
    right: 0;width:85px;}

.stock_detail a{
  position: absolute;
  padding: 5px 10px;
  display: inline-block;
  background:#418ce4;
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  right: 30px;
  top: 50%; 
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
}
.stock_detail a:hover{color: #fff !important;background:#000000;}

.slide_corpor {
  margin-top: 30px;
}

.company_photo{
  position: relative;
  margin-top:30px;
}

.photo_main{
   position: relative;
   width: 100%;
   overflow: hidden;
}

.photo_main img{
    /*float:left;*/
    height:150px;
    width:auto;
    margin:5px 15px;
	padding:2px;
    box-shadow: darkgrey 1px 1px 2px 1px;
    cursor: pointer;
}
#div1{
    width:100%;
    height:auto;
    overflow: hidden;
    padding: 10px 0px;
}
#div2,#div3{
    float:left;
}
#div4{
    width:2000%;/*这个属性很重要 让容器有足够的宽度实现滚动*/
    float:left;
    overflow: hidden;
}
#div4 a{
  display: inline-block;
}
.photo_pop.photo_show{
  height: 100%;
}
.photo_pop{
  position: fixed;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background:rgba(0,0,0,0.8);
  top: 0px;
  z-index: 99;
  left: 0px;
}
.photo_pop_box{
  position: absolute;
  width: 90%;
  height: 90%;
  /*max-width: 680px;*/
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
}
.photo_pop_box ul{
  height: 100%;
}
.photo_pop_box ul a.slick-disabled{
  display: none!important;
}
.photo_pop_box ul .slick-track,
.photo_pop_box ul .slick-list{
  height: 100%;
  width: 70%;
  margin: 0px auto;
}
.photo_pop_box ul li img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -moz-background-size:contain|cover;
  -webkit-background-size:contain|cover;
  -ms-background-size:contain|cover;
  background-size:contain|cover;
  width:100%;
  height: auto;
}
.photo_pop_box ul li.item1{
  background: url("../jpg/photo_img1.jpg") center no-repeat;
  background-size: contain;
}
.photo_pop_box ul li.item2{
  background: url("../jpg/photo_img2.jpg") center no-repeat;
  background-size: contain;
}
.photo_pop_box ul li.item3{
  background: url("../jpg/photo_img3.jpg") center no-repeat;
  background-size: contain;
}
.photo_pop_box ul li.item4{
  background: url("../jpg/photo_img4.jpg") center no-repeat;
  background-size: contain;
}
.photo_pop_box ul li.item5{
  background: url("../jpg/photo_img5.jpg") center no-repeat;
  background-size: contain;
}
.photo_pop_box ul li.item6{
  background: url("../jpg/photo_img6.jpg") center no-repeat;
  background-size: contain;
}
.photo_pop_box ul li.item7{
  background: url("../jpg/photo_img7.jpg") center no-repeat;
  background-size: contain;
}
.photo_pop_box ul li.item8{
  background: url("../jpg/photo_img8.jpg") center no-repeat;
  background-size: contain;
}
.photo_pop_box ul li.item9{
  background: url("../jpg/photo_img9.jpg") center no-repeat;
  background-size: contain;
}
.photo_pop_box ul li{
  position: relative;
  overflow: hidden;
}
.photo_pop_box .slick-next,
.photo_pop_box .slick-prev{
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 80px;
  background:#000;
  margin-top: -2px;
  border-style: none;
  border-width: none;
  border-color:none;
  -webkit-transform-origin: 75% 25%;
  -webkit-transition: 100ms ease-in .1s;
  transition: 100ms ease-in .1s;
  top: 42%;
  margin-top: -15px;
  cursor: pointer;
  opacity: 1 !important;
  color: #fff;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
.photo_pop_box .slick-next{
  right: 0px;
}
.photo_pop_box .slick-prev::before, 
.photo_pop_box .slick-next::before{
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: #fff;
  -webkit-transform-origin: 75% 25%;
  -webkit-transition: 100ms ease-in .1s;
  transition: 100ms ease-in .1s;
  top: 50%;
  margin-top: -10px;
}
.photo_pop_box .slick-prev::before{
  -webkit-transform: rotateZ(-135deg);
  -moz-transform: rotateZ(-135deg);
  -ms-transform: rotateZ(-135deg);
  transform: rotateZ(-135deg);
  left: -5px;
}
.photo_pop_box .slick-next::before{
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

span.close_pop{
  position: absolute;
  width: 35px;
  height: 35px;
  background:#000;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
span.close_pop i{
  background:#fff;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
}
span.close_pop i:first-child {
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    top: 50%;
}
span.close_pop i:last-child {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: 50%;
    bottom: auto;
}