/*.home .top_wr{height:180px; background:url("../images/index.jpg") no-repeat center;}*/
/*.home .top_wr .w1200{position:relative; width:1440px; height:335px; padding:0 120px; background:#fff;}*/
/*.i_news{position:absolute; width:445px; left:120px; top:42px;}*/
.i_news .hd{height:37px; margin-bottom: 24px;}
.i_news .hd ul{overflow:hidden;}
.i_news .hd li{float:left; margin-right:35px; height:37px; line-height: 34px; border-bottom: 0 solid transparent; color:#8e8883; font-weight: bold; cursor:pointer; -webkit-transition: all .3s;
   -moz-transition: all .3s;
    -ms-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;}
.i_news .hd li.on{border-bottom: 3px solid #ffc200;}
.i_news .bd .til_box{padding: 0 0 23px;}
.i_news .bd .time{font-size: 24px; color:#ff8400; line-height: 24px; font-family: "MONTSERRAT-REGULAR"; letter-spacing: -2px; margin-bottom: 10px;}
.i_news .bd h2{font-size: 20px; line-height: 24px; color:#685f57; margin-bottom: 8px;}
.i_news .bd p{font-size: 14px; color:#a5a5a5; line-height: 22px;}
.i_news .stock_box{padding:17px 0 0; border-top: 3px solid #f6f6f6;}
.i_news .stock_box h4{font-size: 13px; color:#aca7a1; line-height: 18px; margin-bottom: 8px;}
.i_news .stock_box p{font-size: 16px; color:#aca7a1; line-height: 18px; font-family: "MONTSERRAT-REGULAR";}
.i_news .stock_box em{font-size: 27px; color:#ff6600; font-family: "MONTSERRAT-REGULAR"; font-weight: normal; letter-spacing: -2px; padding-right: 8px;}
.i_it_wr{position:absolute; right:104px; top:53px; width:732px; overflow:hidden;}
.i_it_wr .item{position:relative; float:left; margin-right:16px; padding:0 0 0 24px; width:228px; height:265px; background:url("../images/i_it_bg.jpg") no-repeat center; background-size: 100% 100%; box-sizing: border-box; cursor:pointer;}
.i_it_wr .item .img{position:absolute; left:0; top:0; width:100%; height:161px; opacity:1; filter:alpha(opacity=100); -webkit-transition: all .3s;
   -moz-transition: all .3s;
    -ms-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;}
.i_it_wr .icon{height:151px; background:no-repeat left bottom; margin-bottom: 25px; -webkit-transition: height .5s;
   -moz-transition: height .5s;
    -ms-transition: height .5s;
     -o-transition: height .5s;
        transition: height .5s; opacity:0; filter:alpha(opacity=0);}
.i_it_wr .h1{position:relative; float:left; opacity: 0; font-size: 20px; color:#fff; line-height: 24px; padding-top:18px;/* font-weight: bold;*/ letter-spacing: 6px;}
.i_it_wr .it1{position:relative; z-index: 3;}
.i_it_wr .it2{position:relative; z-index: 2;}
.i_it_wr .it3{position:relative; z-index: 1;}
.i_it_wr .it1 .h1 i{opacity: 0; position:absolute; bottom:3px; left:140px;}
.i_it_wr .it2 .h1 i{opacity: 0; position:absolute; bottom:3px; left:140px; background-image: url("../images/i_it_icon2.png");}
.i_it_wr .h1 i{opacity: 0; position:absolute; bottom:3px; left:140px;}
.i_it_wr .h2{font-size: 18px; color:#626262; line-height: 18px; /*font-weight: bold;*/}
.i_it_wr .h3{font-size: 15px; color:#4c4c4c;/* letter-spacing: -.5px;*/ line-height: 30px; opacity:.6; font-family: "RUBIK-REGULAR-WEBFONT";}
.i_it_wr i{display:block; position:absolute; left:28px; bottom:18px; width:19px; height:14px; background:url("../images/i_it_icon.png") no-repeat center;}
.i_it_wr .it1.on{background-image: url("../images/i_it_bg1-on.jpg");}
.i_it_wr .it2.on{background-image: url("../images/i_it_bg2-on.jpg");}
.i_it_wr .it3.on{background-image: url("../images/i_it_bg3-on.jpg");}
.i_it_wr .item.on .h2{color:#fff;}
.i_it_wr .item.on .h3{color:#fff;}
.i_it_wr .item.on .icon{height:80px; opacity:1; filter:alpha(opacity=1);}
.i_it_wr .item.on .h1{
-webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.i_it_wr .item.on .h1 i{
-webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: goRightIn;
  animation-name: goRightIn;
}
.i_it_wr .item.on .i_1{
-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: goRight;
  animation-name: goRight;
}
.i_it_wr .it1.on .icon{background-image:url("../images/i_icon_it1-on.png") !important;}
.i_it_wr .it2.on .icon{background-image:url("../images/i_icon_it2-on.png") !important;}
.i_it_wr .it3.on .icon{background-image:url("../images/i_icon_it3-on.png") !important;}
.i_it_wr .item:hover .img{opacity:0; filter:alpha(opacity=0);}
/*.i_it_wr .item *{display:none;}
.i_it_wr .it1{background-image: url("../images/i_it1.jpg");}
.i_it_wr .it2{background-image: url("../images/i_it2.jpg");}
.i_it_wr .it3{background-image: url("../images/i_it3.jpg");}
.i_it_wr .it1:hover{background-image: url("../images/i_it1-on.jpg");}
.i_it_wr .it2:hover{background-image: url("../images/i_it2-on.jpg");}
.i_it_wr .it3:hover{background-image: url("../images/i_it3-on.jpg");}
*/

@-webkit-keyframes fadeIn {
  0%{
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0%{
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes goRight {
  0%{
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
       -moz-transform: translate(50px, 0);
        -ms-transform: translate(50px, 0);
         -o-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
}

@keyframes goRight {
  0%{
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
       -moz-transform: translate(50px, 0);
        -ms-transform: translate(50px, 0);
         -o-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
}

@-webkit-keyframes goRightIn {
  0%{
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
       -moz-transform: translate(-50px, 0);
        -ms-transform: translate(-50px, 0);
         -o-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes goRightIn {
  0%{
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
       -moz-transform: translate(-50px, 0);
        -ms-transform: translate(-50px, 0);
         -o-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.home .bom_wr{height:210px;}
.home .bom_wr .w1200{height:100%; position:relative;}
.home .bom_wr .a1{position:absolute; left:0; top:0; height:100%; width:250px;}
.home .bom_wr .box{
   padding: 84px 0 0 30px;
   position:absolute;
   top:0;
   height:210px;
   overflow:hidden;
   -webkit-transition: all .3s;
   -moz-transition: all .3s;
   -ms-transition: all .3s;
   -o-transition: all .3s;
   transition: all .3s;
   }
.home .bom_wr .box .h1_en{font-size: 24px; font-family: "RUBIK-REGULAR-WEBFONT"; line-height: 22px; margin-bottom: 8px; color:#fff; opacity:.5; filter:alpha(opacity=50); letter-spacing: -1px;}
.home .bom_wr .box .h1_cn{font-size: 18px;line-height: 24px;font-weight: bold;margin-bottom: 5px;}
.home .bom_wr .box1{z-index: 1; width:720px; padding-left: 500px; left:-500px; background:url("../images/i_bom_box1.jpg") no-repeat left center;}
.home .bom_wr .box i{filter:alpha(opacity=0);}
.home .bom_wr .box1 .hid{position:absolute;left: 500px;top: 165px;font-size: 14px;max-width:250px;line-height: 18px;color: #fff;opacity:0;filter:alpha(opacity=0);}
.home .bom_wr .box1 .hid i{display: block; position: absolute; right: -30px; top: 2px; width: 19px; height: 14px; background: url(../images/i_it_icon2.png) no-repeat center;}
.home .bom_wr .box2 .hid{position:absolute;left:30px;top: 165px;font-size: 14px;width:330px;line-height: 18px;color:#fff;opacity:0;filter:alpha(opacity=0);}
.home .bom_wr .box2 .hid i{display: block; position: absolute; right: -30px; top: 2px; width: 19px; height: 14px; background: url(../images/i_it_icon2.png) no-repeat center;}
.home .bom_wr .box3 .hid{position:absolute;left:30px;top: 165px;font-size: 14px;width:100px;line-height: 18px;color: #ffffff;opacity:0;filter:alpha(opacity=0);}
.home .bom_wr .box3 .hid i{display: block; position: absolute; right: -30px; top: 2px; width: 19px; height: 14px; background: url(../images/i_it_icon2.png) no-repeat center;}
.home .bom_wr .box2{z-index: 3; width:240px; left:700px; background:url("../images/i_bom_box2.jpg") no-repeat left center;}
.home .bom_wr .box3{z-index: 2; width:480px; left:220px; background:url("../images/i_bom_box3.jpg") no-repeat left center;}
.home .bom_wr .box4{z-index: 4; width:760px; right:-500px; background:url("../images/i_bom_box4.jpg") no-repeat right center;}
.home .bom_wr .box1:hover{width:960px;}
.home .bom_wr .box2:hover{left:460px; width:480px;}
.home .bom_wr .box4:hover{width:1000px;}
.home .bom_wr .box1 .h1_cn{color: #ffffff;}
.home .bom_wr .box2 .h1_cn{color:#fff; }
.home .bom_wr .box3 .h1_cn{color: #ffffff;}
.home .bom_wr .box1 .h1_en{color: #ffffff;}
.home .bom_wr .box2 .h1_en{color:#fff;}
.home .bom_wr .box3 .h1_en{color: #ffffff;}
.home .bom_wr .box4 .h1_cn{color:#fff; opacity:.8; filter:alpha(opacity=80);}
.home .bom_wr .box4 .h1_en{color:#fff;}
.home .bom_wr .box4 .pon{position:absolute; padding-top: 54px; right:750px; top:0; width:220px;}


.home .bom_wr .box:hover .hid{
  filter:alpha(opacity=100);
-webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.home .bom_wr .box:hover .hid i{
  filter:alpha(opacity=100);
-webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: goRightIn;
  animation-name: goRightIn;
}



/*sidebar*/
#sidebar{width:394px;height:100%;position:fixed;right:-394px;top:0;z-index:1000;}
#sidebar .mask{position:fixed; width:100%;height:100%;left:0;top:0; filter: alpha(opacity=20); -moz-opacity:.2; opacity: .2; z-index:-1; display:none; background:#000;}
.sidebar{position:relative; padding:95px 40px 20px; height:100%; z-index: 1; background:url("../images/sidebar_bg.jpg") repeat-y top center; overflow:hidden; overflow-y: auto;}
.sidebar .h1{font-size: 22px; color:#f90; line-height: 24px; letter-spacing:2px; margin-bottom: 5px; width:350px;}
.sidebar .h2{font-size: 28px; color:#484339; line-height: 30px; font-family: "RUBIK-REGULAR-WEBFONT";}
.sidebar .link{overflow:hidden; width:350px; padding:35px 0 157px;}
.sidebar .link a{float:left; font-size: 18px; line-height: 24px; color:#fff; filter: alpha(opacity=70); -moz-opacity:.7; opacity: .7; margin:0 35px 24px 0;}
.sidebar .link2{overflow:hidden; width:350px; padding:0 0 30px; background:url("../images/sidebar_wire.jpg") no-repeat left bottom;}
.sidebar .link2 a{float:left; font-size: 15px; line-height: 24px; color:#fff; filter: alpha(opacity=70); -moz-opacity:.7; opacity: .7; margin-right:24px;}
.sidebar a:hover{color:#f90; filter: alpha(opacity=100); -moz-opacity:1; opacity: 1;}
.sidebar .register_wr{overflow:hidden; padding:27px 0;}
.sidebar .register_wr a{float:left; font-size: 24px; line-height: 24px; color:#f90; margin-right:30px;}
.sidebar .xw_wr .txt{padding-left: 44px; background:url('../images/icon_wx.png') no-repeat left center; margin-bottom: 17px;}
.sidebar .xw_wr .txt p{font-size: 13px; color:#fff; line-height: 18px; filter: alpha(opacity=70); -moz-opacity:.7; opacity: .7;}
.sidebar .xw_wr .ma{width:125px; height:125px; background:url('../images/sidebar_ma_bg.png');}



/*ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â±*/
.w1200:after{content:"\200B"; display:block; height:0; clear:both;}
.content p{font-size: 14px;color:#73706e;line-height: 24px; text-align: justify;}
#c_top_wr{position:relative; z-index: 5;}
#c_top_wr .t_ban{height:187px; background:no-repeat center 80px; background-attachment:fixed;}
#c_top_wr .t_ban .h1{float: right; text-align: right; font-size: 20px; line-height: 20px; color:#fff; opacity:.3; filter:alpha(opacity=30); text-align: right; letter-spacing: 9px; margin-bottom: 20px; margin-right:-8px;}
#c_top_wr .t_ban .w1200{display:none; padding:50px 0 0;}
#c_top_wr .t_ban .h2{float: right; text-align: right; font-size: 26px; line-height: 26px; color:#fff; opacity:.4; filter:alpha(opacity=40); text-align: right; letter-spacing: -2px; font-family: "RUBIK-REGULAR-WEBFONT";}
#c_top_wr .til{height:110px; border-bottom: 1px solid #ececec;}
#c_top_wr .til h1{float:left; font-size: 48px; color:#d9d7d5; line-height: 110px; font-family: "RUBIK-REGULAR-WEBFONT"; font-weight: normal;}
#c_top_wr .til,#c_top_wr .til h1,#c_top_wr .curr_wr,#c_top_wr .curr_wr .crm{-webkit-transition: height .5s;
   -moz-transition: height .5s;
    -ms-transition: height .5s;
     -o-transition: height .5s;
        transition: height .5s;}
#c_top_wr .til .sub_nav{position:relative; float:right; width:820px;}
#c_top_wr .til .sub_nav .ul{font-size: 0; letter-spacing: -4px; text-align: right;}
#c_top_wr .til .sub_nav a{display:inline-block; font-size: 14px; line-height: 110px; letter-spacing: normal; color:#726f6b; margin-left:30px; font-weight: bold;}
#c_top_wr .til .sub_nav .sub_slider{position:absolute; bottom:-1px; height:2px;/* width:50px;*/ background:#f90;}
#c_top_wr .til .sub_nav a.on{color:#f90;}
#c_top_wr .w1200{position:relative;}
/*#c_top_wr .curr_wr{position:absolute; left:0; bottom:0; height:110px; width:100%;}*/
#c_top_wr .crm{position:absolute; top:0; height:110px; line-height: 110px;/* margin-left:-40px;*/ width:370px; font-size: 0; letter-spacing: -4px;}
#c_top_wr .crm-icon{display: inline-block;width: 10px;height: 10px;background: url("../images/crm-icon.png") no-repeat left bottom; letter-spacing: normal;}
#c_top_wr .crm a{display:inline; background: url("../images/crm-arr-icon.png") no-repeat 15px center;padding-left:30px;font-size: 14px; color:#929292; letter-spacing: normal; font-weight: bold;}
.c_w_l,.c_w_r{padding-top:80px;}
.c_w_l{float:left;position:relative;  width:400px; border-right:1px solid #ececec; padding-bottom: 20px;}
.c_w_l:after{position:absolute; top:240px; left:-40px; content:" "; display:block; width:9px; height:48px; background:url("../images/icon_adorn1.png") no-repeat center; display:none;}
.c_w_r{float:right; width:800px; padding-left: 40px;}
.c_brief_box .h1{font-size: 24px; color:#ff9000; line-height: 24px; letter-spacing: 10px; margin-bottom: 7px;}
.c_brief_box .h2{font-size: 32px; color:#cbc9c7; line-height: 36px; font-family: "RUBIK-REGULAR-WEBFONT"; margin-bottom: 24px; letter-spacing: -1px;}
.c_brief_box p{margin-bottom: 24px;}
.c_brief_box strong{display:block; font-size: 14px; line-height: 24px; color:#f90;}
.c_top_lump{padding-top:80px;}
.c_p:after {display:block; height:0; clear:both; content:"\200B";}
.c_p em{float:left;}
.c_p strong{float:right;}

/*news*/
.news_related{width:399px;}
.news_related dd{padding:27px 0; padding-right: 30px;}
.news_related dd h4{font-size: 18px; color:#ff9000; line-height:24px; margin-bottom: 16px;}
.news_related dd p{font-size: 14px; color:#868b8e; line-height:22px;}
.news_related dd a{float:left; font-size: 14px; color:#476bc7; line-height: 24px; margin-top:22px;}
.news_related dd a:hover{color:#f90;}
.news_list{padding-bottom: 45px;}
.news_list li{overflow:hidden;}
.news_list li .time{float:left; padding-top:30px; width:135px; font-size: 24px; line-height: 32px; color:#d4c5b1; font-family: "MONTSERRAT-REGULAR"; letter-spacing: -1px;}
.news_list li .txt{float:right; width:620px; padding:32px 0; border-top:2px dashed #ececec;}
.news_list li .txt h4,.news_list li .txt h5{font-size: 18px; color:#58585e; line-height: 24px; -webkit-transition: all .3s;
   -moz-transition: all .3s;
    -ms-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;}
.news_list li .txt h5{font-size: 16px; color:#89827c;}
.news_list li .txt p{font-size: 14px; color:#73706e; line-height: 22px; margin-top: 6px;}
.news_list li:hover .txt h4,.news_list li:hover .txt h5{color:#ff9000;}
.news_list li:first-child .time{padding-top:0;}
.news_list li:first-child .txt{padding-top:0; border-top:0 none;}
.news_list .moreBtn{height:75px; line-height: 75px; font-size: 14px; text-align: left; color:#ff9600; background:#ececec; padding-left: 140px;}
.news_list .moreBtn em{padding-right: 54px; background:url("../images/icon_more.png") no-repeat right center;}
.news_list .moreBtn:hover{background:#f90; color:#fff;}
.news_list .moreBtn:hover em{background-image: url("../images/icon_more-on.png");}


.news_d_cnt .til_wr{padding-bottom: 52px; border-bottom: 2px dashed #ececec; margin-bottom: 18px;}
.news_d_cnt .til_wr .time{font-size: 24px; line-height: 24px; color:#d4c5b1; font-family: "MONTSERRAT-REGULAR"; letter-spacing: -1px; margin-bottom: 4px;}
.news_d_cnt .til_wr h2{font-size: 18px; color:#58585e; line-height: 24px;}
.news_d_cnt .main{padding-bottom: 34px;}
.news_d_cnt .main p{font-size: 14px; color:#73706e; line-height: 22px; margin-bottom: 22px;}
.news_d_cnt .main strong{font-weight: bold;}
.news_d_cnt .main img{display:inline-block;}


.news4 .c_top_lump{padding-bottom: 60px;}
.news4_video .dl_wr{overflow: hidden; width:1230px;}
.news4_video .moreBtn{width:387px; height:76px; line-height: 76px; color:#c9b486; font-size: 16px; text-align: center; border:2px solid #c9b486; margin:0 auto;}
.news4_video .moreBtn:hover{color:#fff; background:#c9b486;}
.news4_video dl{float: left; width:387px; margin:0 20px 20px 0;}
.news4_video dt{position:relative; height:285px; background: #efe3cf;}
.news4_video dt .hid{opacity:0; filter:alpha(opacity=0); position:absolute; left:0; top:0; width:100%; height:100%; background:url("../images/opaque_50.png");}
.news4_video dt .hid i{position:absolute; left:50%; top:50%; margin:-33px 0 0 -33px; width:67px; height:67px; background:url("../images/icon_play.png") no-repeat center;}
.news4_video dt .hid,.news4_video dt .hid i{ -webkit-transition: all .3s;
   -moz-transition: all .3s;
    -ms-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;}
.news4_video dt .hid i:hover{background-image:url("../images/icon_play2.png");}
.news4_video dd{height:80px; padding:24px 30px; background:#f9f4ec;}
.news4_video dd h4{font-size: 18px; color:#f90; line-height: 30px;}
.news4_video dd em{display:block; font-size: 16px; color:#89827c; line-height: 24px; font-family: "RUBIK-REGULAR-WEBFONT";}
.news4_video dl:hover .hid{opacity:1; filter:alpha(opacity=100);}


.news4 .tabWr .hd{height:40px; border-bottom: 3px solid #e0dcd3; position:relative;}
.news4 .tabWr .hd ul{overflow:hidden; width:630px;}
.news4 .tabWr .hd li{float:left; font-size: 14px; color:#9b9b9b; line-height: 30px; margin-right: 20px; cursor:pointer;}
.news4 .tabWr .hd li.on{color:#333;}
.news4 .tabWr .hd .slide_lump{position:absolute; bottom:-3px; height:3px; background:#ffae00;}
.news4 .tabWr .bd{padding-top:40px;}


.investor_info{padding-bottom: 44px;}
.investor_info .com_name{font-size: 16px; color:#918b86; line-height: 22px;}
.investor_info .com_name_en{font-size: 16px; color:#918b86; line-height: 22px; font-family: "RUBIK-REGULAR-WEBFONT"; margin-bottom: 16px;}
.investor_info .stock{color:#aca7a1; font-size: 24px; line-height: 20px; font-family: "RUBIK-REGULAR-WEBFONT"; letter-spacing: -2px; margin-bottom: 2px;}
.investor_info .stock .p2{margin-top:7px;}
.investor_info .stock em{position:relative; top:5px; color: #e62b1e;font-size: 30px;padding-right: 10px; font-family: "RUBIK-REGULAR-WEBFONT";line-height: 100%;letter-spacing: -1px;}
.investor_info .stock em.on{color: #34b933;}
.investor_info .stock .p1{font-size: 36px; color: #666; font-family: "RUBIK-REGULAR-WEBFONT"; line-height: 30px; letter-spacing: -2px;}
.investor_info .stock p{color: #999; letter-spacing: 0;}
.investor_info .this_price{color:#db3338; font-size: 28px; line-height: 22px; font-family: "RUBIK-REGULAR-WEBFONT"; letter-spacing: -2px; margin-bottom: 20px;}
.investor_info .this_price.dn{color:#22ac38;}
.investor_info .type{font-size: 14px; line-height: 18px; color:#aca7a1;}
.investor_list_wr{position:relative; /*padding-left: 90px;*/ padding-bottom: 40px;}
.investor_list_wr .t_icon{position:absolute; top:0; left:-10px; display:none;}
.investor_list_wr li{position:relative; padding:26px 0; border-top: 2px dashed #ececec;}
.investor_list_wr li:first-child{padding-top:0; border-top:0 none;}
.investor_list_wr h3{font-size: 18px; line-height: 24px; color:#ffa800;}
.investor_list_wr h4{font-size: 14px; line-height: 24px; color:#84807c; font-weight: bold;}
.investor_list_wr p{font-size: 14px; line-height: 24px; color:#84807c;}
.investor_list_wr em{display:block; color:#84807c; font-size: 14px; line-height: 24px; color:#84807c; font-family: "RUBIK-REGULAR-WEBFONT";}
.investor_list_wr li .t_icon{position:absolute; top:30px; left:-100px;}
.investor_list_wr li .liaison_box{font-size: 0; letter-spacing: -4px; width:690px;}
.investor_list_wr li .liaison_box p{display:inline-block; letter-spacing: normal; margin-right:22px;}

.investor4_listwrap{position:relative; /*padding-left: 90px;*/ padding-bottom: 60px;}
.investor4_listwrap .t_icon{position:absolute; top:0; left:-10px; display:none;}
.investor4_listwrap .hd{position:relative; border-bottom: 2px dashed #ececec; height:72px;}
.investor4_listwrap .hd .icon{position:absolute; right:0; top:-11px; width:12px; height:20px; background:url("../images/about2_icon.png") no-repeat center;}
.investor4_listwrap .hd .this_chunk{position:absolute; left:0; top:-68px; height:78px; width:123px; background:url("../images/about2_it_on.png") no-repeat center;}
.investor4_listwrap .hd .hid,.investor4_listwrap .hd ul{overflow:hidden;}
.investor4_listwrap .hd .hid{width:100%;}
.investor4_listwrap .hd li{float:left; line-height: 30px; font-family: "RUBIK-REGULAR-WEBFONT"; font-size: 24px; width:50px; cursor:pointer; color:#c0a988; margin-right: 30px; letter-spacing: -1px; white-space: nowrap;}
.investor4_listwrap .hd li.cn{font-size: 16px; font-weight: bold; font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ";}
.investor4_listwrap .hd li.on{color:#ffa100;}
.investor4_listwrap .hd .this_chunk2{position:absolute; bottom:-3px; height:3px; background-color: #e92076;}
.investor4_listwrap .hd .span{display:block; width:50px; font-size: 24px; color:#c0a988; position:absolute; right:0; line-height: 30px; top:0; background-color: #fff; letter-spacing: -2px;}
.investor4_listwrap .bd li a{position:relative; padding:30px 0; border-top:2px dashed #ececec; overflow:hidden;}
.investor4_listwrap .bd li a p{float:left; font-size: 15px; color:#58585e; line-height: 26px; width:600px; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
.investor4_listwrap .bd li a .time{float:right; font-size:18px; color:#c0a988; line-height: 26px; font-family: "RUBIK-REGULAR-WEBFONT";}
.investor4_listwrap .bd li a,.investor4_listwrap .bd li a:after{ -webkit-transition: all .4s;
   -moz-transition: all .4s;
    -ms-transition: all .4s;
     -o-transition: all .4s;
        transition: all .4s;}
.investor4_listwrap .bd li a:after{position:absolute; right:0; top:50%; margin-top:-32px; display:block; content:" "; height:63px; width:55px; background:url("../images/investor4_icon_pdf.png") no-repeat center; opacity:0; filter:alpha(opacity=0);}
.investor4_listwrap .bd li:first-child a{ border-top:0 none;}
.investor4_listwrap .bd li a:hover{color:#ffa100;}
.investor4_listwrap .bd .moreBtn{height:75px; line-height: 75px; text-align: center; background:#ff9c00; font-size: 0; letter-spacing: -4px;}
.investor4_listwrap .bd .moreBtn i{display:inline-block; font-size: 16px; color:#fff; letter-spacing: normal; padding-right: 12px;}
.investor4_listwrap .bd .moreBtn .dot{display:inline-block;}
.investor4_listwrap .bd .moreBtn span{float: left; margin:0 2px; width:10px; height:11px; background:url("../images/investor4_dot.png") no-repeat center;}
.investor4_listwrap .bd .moreBtn:hover{background:#af6b00;}
.investor4_listwrap .bd .moreBtn:hover .span1{-webkit-animation: topDown .8s linear  0s ; animation: topDown .8s linear 0s ;}
.investor4_listwrap .bd .moreBtn:hover .span2{-webkit-animation: topDown .8s linear .2s ; animation: topDown .8s linear .2s ;}
.investor4_listwrap .bd .moreBtn:hover .span3{-webkit-animation: topDown .8s linear .4s ; animation: topDown .8s linear .4s ;}


@keyframes topDown {
  0%{
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  50%{
    -webkit-transform: translate(0, -20px);
       -moz-transform: translate(0, -20px);
        -ms-transform: translate(0, -20px);
         -o-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }

  100% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.commonweal_news_abt{padding-bottom: 30px; padding-right: 15px;}
.commonweal_news_abt .til{font-size: 18px; color:#726f6b; line-height: 18px; margin-bottom: 2px; margin-bottom: 39px;}
.commonweal_news_abt .time{font-size: 30px; color:#ff8400; line-height: 30px; font-family: "MONTSERRAT-REGULAR"; letter-spacing: -2px; margin-bottom: 6px;}
.commonweal_news_abt h4{font-size: 20px; color:#685f57; line-height: 24px; margin-bottom: 6px;}
.commonweal_news_abt p{font-size: 14.5px; color:#a5a5a5; line-height: 22px;}
.commonweal_news_abt .enter{font-size: 14px; line-height: 24px; color:#98938e; margin-top:21px;}
.commonweal_news_abt .ma{float:left; width:100px; margin: 20px 60px 0 0;}
.commonweal_news_abt .ma>img{width:100px; height:100px;}
.commonweal_news_abt .ma p{font-size: 14px; line-height: 20px; padding-top:5px; color:#666; text-align: center;}
/*.commonweal2 .c_brief_box{padding-bottom: 11px; margin-top: -20px;}
.commonweal2 .c_brief_box .top_logo{margin-bottom: 30px;}
.commonweal2 .c_brief_box .year{font-size: 25px; color:#98938e; font-family: "RUBIK-REGULAR-WEBFONT"; letter-spacing: -1px; line-height: 24px;}
.commonweal2 .w_lump{height:520px; background:url("../images/commonweal2_bg.jpg") no-repeat center; padding-top: 80px;}
.commonweal2 .w_lump .dl_wr{width:1222px; overflow:hidden;}
.commonweal2 .w_lump dl{float: left; width:378px; margin-right: 22px; position:relative; cursor:pointer;}
.commonweal2 .w_lump dt{height:240px;}
.commonweal2 .w_lump dd{padding:35px; padding-top: 83px; padding-top: 5px; height:178px; background:#f5ede0 no-repeat center;}
.commonweal2 .w_lump dd .img{position:absolute; left:35px; top:190px; width:127px; height:127px; background:#fff;}
.commonweal2 .w_lump dd h4{font-size: 18px; line-height: 24px; color:#ff8a00; margin-bottom: 2px;}
.commonweal2 .w_lump dd .en{font-size: 24px; color:#c4bcb1; line-height: 24px; font-family: "RUBIK-REGULAR-WEBFONT";}
.commonweal2 .w_lump .pon_dl{display:none; position:fixed; left:0; top:0; width:100%; height:100%; z-index: 999;}
.commonweal2 .w_lump .pon_dl .bg{position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:.8; filter:alpha(opacity=80);}
.commonweal2 .w_lump .pon_dl .cnt{position:absolute; left:50%; top:50%; margin:-280px 0 0 -600px; width:1200px; height:560px; z-index: 5;}
.commonweal2 .w_lump .pon_dl .cnt{padding:45px 40px 50px; overflow:hidden; background:#f6f0e4;}
.commonweal2 .w_lump .pon_dl .le{float:left; width:394px;}
.commonweal2 .w_lump .pon_dl .ri{float:right; width:696px; padding:40px 0 0; height:100%; overflow:hidden; overflow-y: auto;}
.commonweal2 .w_lump .pon_dl .icon{margin-bottom: 27px;}
.commonweal2 .w_lump .pon_dl .h1{font-size: 24px; color:#5a3509; line-height: 30px; margin-bottom: 7px;}
.commonweal2 .w_lump .pon_dl .h2{font-size: 24px; color:#977f61; line-height: 30px; margin-bottom: 7px;}
.commonweal2 .w_lump .pon_dl .h2 em{font-family: "RUBIK-REGULAR-WEBFONT";}
.commonweal2 .w_lump .pon_dl p{font-size: 14px; color:#716b65; line-height: 24px; margin-bottom: 24px;}*/
.commonweal_news .c_w_l .row_wr{padding-bottom: 10px;}
.commonweal_news .c_w_l .row_wr .row{border-left:4px solid #dcdcdc; padding-left:26px; margin-bottom: 30px; overflow:hidden;}
.commonweal_news .c_w_l .row_wr .cn{font-size: 18px; color:#ff8a00; line-height: 18px; margin-bottom: 2px;}
.commonweal_news .c_w_l .row_wr .en{font-size: 20px; color:#d9d7d5; line-height: 24px; font-family: "RUBIK-REGULAR-WEBFONT";}
.commonweal_news .c_w_l .info{padding-top: 25px; border-top:1px solid #ebeff4;}
.commonweal_news .c_w_l .info .ma{margin-top: 25px;}
/*.commonweal3{height:1538px; background:url("../images/commonweal3.jpg") no-repeat center;}
.commonweal4{height:1087px; background:url("../images/commonweal4.jpg") no-repeat center;}
.commonweal5{height:1087px; background:url("../images/commonweal5.jpg") no-repeat center;}
.commonweal6{height:875px; background:url("../images/commonweal6.jpg") no-repeat center;}*/


.commonweal .wr_le{float:left; padding:25px 0 ; width:700px;}
.commonweal .wr_le .top_logo{margin-bottom: 20px;}
.commonweal .wr_le p{font-size: 14px; line-height: 24px; color:#98938e; margin-bottom: 25px;}
.commonweal .wr_ri a{margin-bottom: 20px;}
.commonweal .wr_ri{float:right; width:460px; padding:40px 45px 280px; background:#f2f2f2 url("../images/commonweal_r_bg.jpg") no-repeat right bottom;}
.commonweal .wr_ri .time{font-size: 30px; color:#ff9900; line-height: 22px; font-family: "MONTSERRAT-REGULAR"; margin-bottom: 24px;}
.commonweal .wr_ri .til,.commonweal .wr_ri h4{font-size: 20px; color:#685f57; line-height: 24px; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; margin-bottom: 6px;}
.commonweal .wr_ri p{font-size: 14px; color:#9f9f9f; line-height: 22px;}
.commonweal .wr_ri .more,.commonweal .wr_ri .enter{font-size: 14px; color:#9f9f9f; line-height: 22px;}
.commonweal .wr_ri .more:hover{color:#ff9900;}


.commonweal3 .topBox{padding:40px 0 25px; width:400px;}
.commonweal3 .topBox .h1{font-size: 24px; color: #ff9000; line-height: 24px; margin-bottom: 25px;}
.commonweal3 .topBox p{font-size: 14px; color: #98938e; line-height: 24px; margin-bottom: 20px;}
.commonweal3 .tab{height:270px; background:#e0dcd3;}
.commonweal3 .tab .w1200{height:100%; position:relative; margin-top: 180px;}
.commonweal3 .hd{position:absolute; right:0; top:-174px;}
.commonweal3 .hd ul{overflow:hidden; width:750px;}
.commonweal3 .hd li{float:left; width:250px; height:154px; background:no-repeat center; cursor:pointer;}
.commonweal3 .hd .it1{background-image: url("../images/commonweal3_it1.jpg");}
.commonweal3 .hd .it2{background-image: url("../images/commonweal3_it2.jpg");}
.commonweal3 .hd .it3{background-image: url("../images/commonweal3_it3.jpg");}
.commonweal3 .hd .it1.on{background-image: url("../images/commonweal3_it1-on.jpg");}
.commonweal3 .hd .it2.on{background-image: url("../images/commonweal3_it2-on.jpg");}
.commonweal3 .hd .it3.on{background-image: url("../images/commonweal3_it3-on.jpg");}
.commonweal3 .bd li{position:relative; height:270px; background:url("../images/commonweal3_it_bg.jpg") no-repeat bottom right;}
.commonweal3 .bd .h1{font-size: 24px; color:#fff; line-height: 24px; padding:40px 0;}
.commonweal3 .bd .btn{width:250px; height:60px; font-size: 16px; color:#fff; text-align: center; line-height: 60px; background:#ff9900;}
.commonweal3 .bd .img{position:absolute; right:0; bottom:0;}
.commonweal3 .pop_wr .bg{display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:#000; opacity:.6; filter:alpha(opacity=60); z-index: 5555;}
.commonweal3 .pop_wr .itme{display:none; position:fixed; left:50%; top:50%; width:1200px; max-height:550px; margin:0 0 0 -600px; background:#fff; z-index: 5556;}
.commonweal3 .pop_wr .le{position:absolute; left:0; top:0; width:400px; height:100%; background:#f5ede0 url("../images/c3_pic.jpg") no-repeat center;}
.commonweal3 .pop_wr .ri{float:right; width:800px; padding:44px 60px 50px; background:#fff;}
.commonweal3 .pop_wr .ri h4{font-size: 20px; color:#ff9900; line-height: 24px; margin-bottom: 21px;}
.commonweal3 .pop_wr .ri p{font-size: 16px; color:#808080; line-height: 30px; margin-bottom: 20px;}
.commonweal3 .pop_wr .ri .cnt{max-height: 480px; margin-left: 90px; overflow:hidden; overflow-y: auto;}
.commonweal3 .pop_wr .it2 .ri{padding-bottom: 110px; background:#fff url("../images/c3_bg.jpg") no-repeat right bottom;}
.commonweal3 .pop_wr .it3 .le{background-image:url("../images/c3_pic2.jpg");}


.commonweal3_d{padding-bottom: 60px;}
.commonweal3_d .topBox{padding:40px 0 15px; border-bottom: 1px solid #e6e6e6;}
.commonweal3_d .topBox .h1{font-size: 24px; color: #ff9000; line-height: 24px; margin-bottom: 25px;}
.commonweal3_d .topBox p{font-size: 14px; color: #98938e; line-height: 24px; margin-bottom: 20px;}
.commonweal3_d .tab .hd{padding:20px 0; border-bottom: 1px solid #e6e6e6; margin-bottom: 40px;}
.commonweal3_d .tab .hd>ul{float:left;}
.commonweal3_d .tab .hd>ul li{float:left; font-size: 16px; color:#808080; line-height: 54px; margin-right: 25px; cursor:pointer;}
.commonweal3_d .tab .hd>ul li.on{color:#ff9900;}
.commonweal3_d .tab .hd .select_time{float:right; height:54px; padding:0 30px; max-width: 800px; position:relative; z-index: 55; background:#f2f2f2;}
.commonweal3_d .tab .hd .select_time .hid{overflow: hidden;}
.commonweal3_d .tab .hd .select_time .ul{overflow:hidden;}
.commonweal3_d .tab .hd .select_time .li{float: left; font-family: "RUBIK-REGULAR-WEBFONT"; height:54px; line-height: 54px; font-size: 18px; cursor: pointer; color: #808080; margin-left: 30px; white-space: nowrap; cursor:pointer;}
.commonweal3_d .tab .hd .select_time .li:first-child{margin-left: 0;}
.commonweal3_d .tab .hd .select_time .li.on,.commonweal3_d .tab .hd .select_time .li.on a{color:#ff9900;}
.commonweal3_d .tab .hd .select_time .li a{font-size: 18px; color: #808080; line-height: 54px; font-family: "RUBIK-REGULAR-WEBFONT";}
