@charset "utf-8";
/*reset*/
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
fieldset, img {
    border: 0;
}
:focus {
    outline: 0;
}
a{cursor:pointer; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}
 
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
 
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
code, kbd, samp, tt {
    font-size: 100%;
}
input, button, textarea, select {
    *font-size: 100%;
}
body {
    line-height: 1.5;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
/*start*/
.clearfix{overflow:auto;_height:1%;clear: both;}
body{ 
    font:14px/28px "Microsoft Yahei",Arial,'Helvetica',Verdana,sans-serif;
    background:#F5F5F5;
    color:#666;
    font-family: "Microsoft Yahei";
    overflow-x: hidden;
    min-width: 1200px;
}
a{color:#4C4C4C;}
a:hover{color:#d73946;text-decoration:underline;text-decoration: none;}

.mt10 { margin-top:10px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mr0 { margin-right:0 !important; }
.mt0 { margin-top:0 !important; }
.wrapfix { width:1200px;margin:0 auto; }
.ared { color:#d73946!important; }
.agreen { color:#46b39e; }
.agray { color: #9a9a9a!important;}

a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
/*header*/
.header_box {
    /*background:#F5F5F5;*/
    position: relative;
    z-index: 99;
}
.header_box.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
} 
.header_top {
    background: #FFFFFF;
}
.header_top .wrapfix {
    height: 16px;
    text-align: right;
    padding: 7px 0;
}
.header_top .wrapfix > span , .header_top .wrapfix > a {
    display: inline-block;
    _display: inline;
    zoom: 1;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #999;
    vertical-align: top;
}
.header_top .wrapfix > span a {
    color: #d73946;
    padding-left: 2px;
}
.header_top .wrapfix > a {
    padding-left: 14px;
    margin-left: 14px;
    border-left: 1px solid #e4e4e4;
}
.header_top .wrapfix > a:hover  {
    color: #d73946;
}
.header_inner {
    height: 120px;
}
.min .header_inner {
    height: 80px;
}
.header_inner h1 {
    float: left;
}
.header_inner .logo {
    display: block;
    float: left;
    width: 186px;
    height: 120px;
    background: url(../images/logo.png) no-repeat center;
}
.min .header_inner .logo {
    height: 80px;
}
.header_inner .rt_box {
    float: right;
}
.inner_nav {
    float: right;
    height: 120px;
}
.min .inner_nav {
    height: 80px;
}
.inner_nav > li {
    float: left;
    padding: 0 20px 0 50px;
}
.inner_nav > li > a {
    display: block;
    /*line-height: 18px;
    font-size: 16px;*/
    color: #333;
    padding: 49px 10px;
   /* border-bottom: 4px solid #F5F5F5;*/
    position: relative; 
}
.min .inner_nav > li > a {
    padding: 29px 10px;
}
.inner_nav > li.active > a , .inner_nav > li:hover > a {
    color: #d73946;
    border-color: #d73946;
}
.inner_nav > li a i {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/line.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -10px;
}
.header_box .child_nav {
    /*width: 1200px;
    height: 60px;
    background: url(../images/repeat_block.png) repeat;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -600px;*/
}
.child_nav li {
    /*float: left;
    padding: 15px 8px 15px 20px;*/
}
.child_nav li a {
    display: block;
    line-height: 30px;
    color: #333;
}
.child_nav li.active a , .child_nav li a:hover {
    color: #d73946;
} 
/*header end*/

/*footer start*/
.footer_inner {
    height: 222px;
    padding-top: 48px;
    border-top: 2px solid #d73946;
    /*background: #333;*/
}
.footer_inner .wrapfix {
    position: relative;
}
.footer_inner .ft_pic {
    width: 388px;
    height: 130px;
    background: url(../images/ft_pic.png);
    position: absolute;
    top: 0;
    left: 0;
}
.ft_pic .ft_code {
    display: block;
    position: absolute;
    top: 14px;
    right: 13px;
}
.ft_nav {
    float: right;
    /*padding: 0 20px 0 60px;*/
}
.ft_nav h4 {
    line-height: 24px;
    /*color: #999;*/
    padding-bottom: 16px;
}
.ft_nav ul li a {
    display: block;
    line-height: 24px;
    /*color: #666;*/
}
.ft_nav ul li a:hover {
    color: #e84230;
} 
.ft_copyright {
    padding: 10px;
    /*background: #292929;*/
}
.ft_copyright p {
    line-height: 30px;
    text-align: center;
    color: #666;
}
/*footer end*/

/* 首页 start */
.banner_main {
    /*height: 500px;*/
    overflow: hidden;
    margin-top: 120px;
    position: relative;
    z-index: 10;
}
.banner_box li a {
    display: block;
    /*height: 500px;*/
    position: relative;
}
.dot_box {
    width: 100%;
    text-align: center;
    z-index: 99;
    position: absolute;
    left: 0;
    bottom: 20px;
}
.dot_box em {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 50px;
    height: 3px;
    cursor: pointer;
    margin: 0 10px;
    background: #666;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.dot_box em.swiper-pagination-bullet-active , .dot_box em:hover , .dot_box em.on {
    background: #e84230;
} 

.main_center {
   /* padding: 20px 0;*/
}
.main_center .lt_cont {
    width: 690px;
    float: left;
}
.main_center .rt_cont {
    width: 490px;
    float: right;
}
.main_cont {
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
    behavior: url(css/PIE.htc);
    position: relative;
}
.main_tit {
    border-bottom: 1px solid #F0F0F0;
}
.main_tit h3 {
    line-height: 30px;
    font-size: 20px;
    color: #333;
    padding: 15px 0 15px 30px;
}
.main_tit h3 span {
    font-size: 14px;
    color: #999;
    padding-left: 5px;
}
.main_tit .rt {
    display: block;
    float: right;
    /* width: 69px;
    height: 24px;*/
    padding: 15px;
   /* border-left: 1px solid #F0F0F0;*/
}
.main_tit .more {
    display: block;
    line-height: 30px;
    color: #999;
    text-align: center;
}
.swiper-next , .swiper-prev {
    display: inline-block;
    _display: inline;
    zoom: 1;
    width: 27px;
    height: 24px;
}
.swiper-prev {
    background: url(../images/prev.png) no-repeat center;
}
.swiper-prev:hover , .swiper-prev:active {
    background: url(../images/prev_hover.png) no-repeat center;
}
.swiper-next {
    margin-left: 15px;
    background: url(../images/next.png) no-repeat center;
}
.swiper-next:hover , .swiper-next:active {
    background: url(../images/next_hover.png) no-repeat center;
}
.main_tit .more:hover {
    color: #e84230;
}
.profile_box {
   /* height: 312px;
    padding: 30px 20px 24px;*/
}
.profile_box .pic_box {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.profile_box .pic_box .pic {
    display: block;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.profile_box .pic_box:hover .pic {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    transform:scale(1.1);
}
.profile_box .pic_box .text {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.profile_box p {
    line-height: 30px;
    padding-top: 10px;
}
.new_list {
    height: 351px;
    padding: 5px 10px 10px;
}
.new_list li {
    float: left;
    width: 315px;
    height: 152px;
    cursor: pointer;
    overflow: hidden;
    padding: 0 8px;
    margin-top: 15px;
    border: 2px solid #FFFFFF;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.new_list li:hover {
    border-color: #e84230;
}
.new_list li.first_li:hover {
    border-color: #FFFFFF;
}
.new_list li > img {
    display: block;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.new_list li:hover > img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    transform:scale(1.1);
}
.new_list li .date {
    height: 42px;
    color: #ccc;
    text-align: right;
    padding-right: 5px;
    position: relative;
    z-index: 10;
}
.new_list li .date em , .new_list li .date span {
    display: inline-block;
    _display: inline;
    zoom: 1;
    width: 58px; 
    text-align: center;
    white-space: nowrap;
}
.new_list li .date span {
    display: none;
    line-height: 30px;
    color: #e84230;
    font-size: 20px;
    padding-top: 10px;
    border-bottom: 2px solid #e84230;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    right: 5px;
}
.new_list li .date em {
    line-height: 20px;
    font-family: Arial; 
}
.new_list li.first_li .date {
    color: #fff;
    position: absolute;
    top: 0;
    right: 10px;
}
.new_list li.first_li h4 {
    width: 275px;
    line-height: 20px;
    font-size: 16px;
    color: #FFFFFF;
    overflow: hidden;
    position: absolute;
    left: 25px;
    bottom: 10px;
    z-index: 10;
}
.new_list li .text_box {
    height: 78px;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.new_list li:hover .text_box {
    height: 54px;
    padding-top: 26px;
}
.new_list li .text_box h4 {
    height: 24px;
    line-height: 24px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 6px;
}
.new_list li .text_box p {
    line-height: 24px;
    color: #999;
}

.business_nav {
    height: 141px;
    padding: 32px 17px;
}
.business_nav li {
    width: 152px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.business_nav li span {
    display: block;
    height: 100px;
}
.business_nav li span , .business_nav li p {    
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.business_nav li span.n1 {
    background: url(../images/busi_nav01.png) no-repeat center;
}
.business_nav li:hover span.n1 {
    background: url(../images/busi_nav01_hover.png) no-repeat center;
}
.business_nav li span.n2 {
    background: url(../images/busi_nav02.png) no-repeat center;
}
.business_nav li:hover span.n2 {
    background: url(../images/busi_nav02_hover.png) no-repeat center;
}
.business_nav li span.n3 {
    background: url(../images/busi_nav03.png) no-repeat center;
}
.business_nav li:hover span.n3 {
    background: url(../images/busi_nav03_hover.png) no-repeat center;
}
.business_nav li:hover > span {
    margin-top: -10px;
}
.business_nav li p {
    line-height: 32px;
    color: #333;
    font-size: 16px;
    padding-top: 10px;
}
.business_nav li:hover p {
    color: #e84230;
    margin-top: 10px;
}

.invest_list {
    height: 145px;
    white-space: nowrap;
    padding: 30px 20px;
}
.invest_list li {
    float: left;
    width: 202px!important;
    height: 141px;
    margin-right: 18px;
    padding: 1px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.invest_list li:hover {
    background: #e84230;
    border-color: #e84230;
}
.invest_list li > a {
    display: block;
    height: 100%;
    background: #FFFFFF;
}
/*首页 end*/

/*关于我们 start*/
.banner_inner li a {
    display: block;
    height: 350px;
    position: relative;
}
.inner_cont {
    padding-bottom: 100px;
}
.guide_box {
    color: #999;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
    background: #F0F0F0;
}
.guide_box a , .guide_box span {
    display: inline-block;
    _display: inline;
    zoom: 1;
    line-height: 22px;
    color: #999;
}
.guide_box a.index {
    padding-left: 24px;
    background: url(../images/index.png) no-repeat left center;
}
.guide_box a:hover {
    color: #e84230;
}
.inner_cen {
    width: 1200px;
    overflow: hidden;
    margin: 40px auto 0;
}
.inner_cen .lt_side {
    width: 220px;
    float: left;
    background: #E8E8E8;
}
.side_tit {
    height: 160px;
    overflow: hidden;
    position: relative;
}
.side_tit > img {
    display: block;
    width: 100%;
}
.side_tit h3 {
    width: 100%;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: 60px;
    left: 0;
}
.side_ul li a {
    display: block;
    line-height: 60px;
    color: #666;
    font-size: 16px;
    padding-left: 75px;
    background: url(../images/hron_rt.png) no-repeat 180px center;
}
.side_ul li a:hover , .side_ul li.active a {
    color: #d73946;
    background: #ddd url(../images/hron_rt_hover.png) no-repeat 190px center;
}

.inner_cen .rt_cont {
    width: 860px;
    float: right;
    padding: 20px 60px 30px;
    background: #FFFFFF;
}
.inner_tit {
    padding: 20px 0;
    border-bottom: 2px solid #ccc;
}
.inner_tit h3 {
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.inner_tit h3 span {
    font-size: 18px;
    color: #999;
    font-weight: normal;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #999;
}
.profile_cont {
    color: #333;
    padding: 24px 0;
    border-bottom: 1px dashed #bbb;
}
.profile_cont.bor_none {
    border: none;
}
.profile_cont h4 {
    line-height: 38px;
    font-size: 18px;
    font-weight: normal;
    padding-left: 36px;
    background: url(../images/black_dot.png) no-repeat left center;
}
.profile_cont p {
    line-height: 26px;
    font-size: 16px;
    padding: 20px 0 10px 36px;
}
.profile_cont p.pl0 {
    padding-left: 0;
}
.profile_cont p.indent {
    text-indent: 2em;
    padding-left: 0;
}
.profile_cont .type {
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    margin: 10px 0 -10px 36px;
    background: url(../images/brown_bg.png) no-repeat center;
}
.profile_cont > .pic {
    display: block;
    margin-top: 10px;
}

.core_list li {
    overflow: hidden;
    margin: 15px 0;
    padding: 25px 30px 30px 60px;
}
.core_list li.bg_pink {
    background: #fdfbf8;
}
.core_list li .pic_box {
    width: 200px;
    float: left;
}
.core_list li .pic_box > img {
    display: block;
    width: 180px;
}
.core_list li .pic_box > img.ml20 {
    margin-left: 20px;
}
.core_list li .cont_box {
    width: 570px;
    float: left;
    padding-top: 20px;
}
.core_list li h4 {
    line-height: 42px;
    font-size: 22px;
    color: #c8a26a;
    font-weight: bold;
    padding-bottom: 8px;
}
.core_list li p {
    line-height: 30px;
   /* font-size: 16px;*/
}
.core_list .mark_box {
    overflow: hidden;
    padding-top: 20px;
}
.core_list .mark_box span {
    display: block;
    float: left;
    line-height: 30px;
    color: #FFFFFF;
    padding: 0 15px;
    margin-right: 6px;
    background: #d46d6d;
    border-radius: 15px;-webkit-border-radius: 15px;-moz-border-radius: 15px;
    behavior: url(css/PIE.htc);
    position: relative;
}

.team_box {
    color: #333;
    font-size: 16px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #bbb;
}
.post_name {
    overflow: hidden;
    margin-top: -1px;
}
.post_name span {
    display: block;
    float: left;
    line-height: 31px;
    color: #FFFFFF;
    padding: 0 16px;
    background: #ba9562 url(../images/post_bg.png) no-repeat right center;
    background-size: 100% 100%;
    position: relative; 
}
.post_name span i {
    display: block;
    width: 16px;
    height: 31px;
    background: #ba9562 url(../images/post_bg02.png) no-repeat right center;
    position: absolute;
    top: 0;
    right: -16px;
}
.team_box .name {
    line-height: 28px;
    padding: 23px 0 0 40px;
}
.team_box .name b {
    font-size: 22px;
    color: #666;
    padding-right: 8px;
}
.team_box p {
    line-height: 30px;
    padding: 20px 0 0 40px;
}
.page_box {
    height: 36px;
    text-align: right;
    padding: 30px 0;
}
.page_box span {
    line-height: 36px;
    padding-left: 6px;
}
.page_box span.to {
    padding-left: 18px;
}
.page_box a , .page_box span {
    display: inline-block;
    _display: inline;
    zoom: 1;
    text-align: center;
    vertical-align: top;
}
.page_box a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-left: 6px;   
    border: 1px solid #ccc;
    background: #FFFFFF;
    border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
    behavior: url(css/PIE.htc);
    position: relative; 
}
.page_box .next , .page_box .prev {
    width: 66px;
}
.page_box .last {
    width: 48px;
}
.page_box a:hover , .page_box a.active {
    color: #FFFFFF;
    border-color: #e84230;
    background: #e84230;
}
.page_box input {
    width: 48px;
    height: 14px;
    line-height: 14px;
    padding: 10px 0;
    text-align: center;
    margin-left: 6px;
    border: 1px solid #ccc;
    border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
    behavior: url(css/PIE.htc);
    position: relative;     
}

.address_box {
    overflow: hidden;
    padding: 20px 0 20px 36px;
}
.map_box {
    width: 398px;
    float: right;
    border: 1px solid #ccc;
}
.address_table {
    width: 365px;
}
.address_table th {
    width: 90px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    vertical-align: top;
    padding: 10px 0;
}
.address_table th span {
    display: block;
    padding-left: 40px;
}
.address_table th span.icon01 {
    background: url(../images/icon_adr01.png) no-repeat left center;
}
.address_table th span.icon02 {
    background: url(../images/icon_adr02.png) no-repeat left center;
}
.address_table th span.icon03 {
    background: url(../images/icon_adr03.png) no-repeat left center;
}
.address_table th span.icon04 {
    background: url(../images/icon_adr04.png) no-repeat left center;
}
.address_table th span.icon05 {
    background: url(../images/icon_adr05.png) no-repeat left center;
}
.address_table td {
    line-height: 20px;
    font-size: 16px;
    color: #666;
    padding: 15px 0 15px 5px;
}
.table_box {
    padding-top: 30px;
}
.table_box.branch {
    padding-left: 36px;
}
.table_box table {
    width: 100%;
}
.table_box table th {
    line-height: 24px;
   /* font-size: 16px;*/
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
    background: #c29d6a;
}
.table_box.branch table th , .table_box.branch table td {
    border: 1px solid #e6edf5;
}
.table_box table td {
    line-height: 24px;
    /*font-size: 16px;*/
    text-align: center;
    padding: 10px;
    color: #333;
}
.table_box.hrie table tr:nth-child(2n+1) td {
    background: #f8f8f8;
}
.table_box.hrie table tr:hover td {
    background: #e5e5e5;
}
.table_box.branch table td {
    background: #f8f8f8;    
}
.back_cen {
    text-align: center;
    padding: 60px 0 20px;
}
.back_cen > a {
    display: inline-block;
    _display: inline;
    zoom: 1;
}
.back_btn {
    width: 118px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #dcdcdc;
    background: #f8f8f8;
}
.back_btn:hover {
    color: #FFFFFF;
    border-color: #e84230;
    background: #e84230;
}
.post_ul {
    overflow: hidden;
    padding: 5px 0 5px 36px;
    background: #f8f8f8;
}
.post_ul li {
    float: left;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    padding: 10px 90px 10px 0;
}
.post_ul li b {
    padding: 0 5px 0 30px;
}
.post_ul li b.icon01 {
    background: url(../images/icon_post01.png) no-repeat left center;
}
.post_ul li b.icon02 {
    background: url(../images/icon_post02.png) no-repeat left center;
}
/*关于我们 end*/

/*信息披露 start*/
.login_cen {
    width: 360px;
    margin: 70px auto 100px;
}
.login_cen h4 {
    line-height: 24px;
    /*font-size: 18px;*/
    color: #333;
    padding-bottom: 10px;
}
.input_box {
    color: #333;
    padding: 10px 0;
    position: relative;
}
.input_box .text {
    width: 322px;
    height: 16px;
    line-height: 16px;
    color: #333;
    /*font-size: 16px;*/
    padding: 15px 18px;
    border: 1px solid #ccc;
}
.placeholder {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    padding: 15px 0;
    position: absolute;
    top: 10px;
    z-index: 10;
    color: #999;
}
.input_box .text::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
.input_box .text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.input_box .text::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
.input_box .text:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
.input_box .code_pic {
    display: block;
    width: 90px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -23px;
    z-index: 10;
}
.input_box .message_code {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #1d63a5;
    padding-left: 13px;
    border-left: 1px solid #ccc;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    z-index: 10;
}
.input_box .clean {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #fff url(../images/clean.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -10px;
    z-index: 10;
}
.input_box .clean.clean02 {
    right: 118px;
}
.login_btn , .confirm_btn {
    display: block;
    line-height: 48px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 15px;
    background: #d73946;
}
.confirm_btn {
    width: 160px;
    margin: 30px auto 0;
}
.login_btn:hover , .confirm_btn:hover {
    color: #FFFFFF;
    background: #c73b46; 
}
.login_cen .p_cen {
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    padding-top: 15px;
}
.login_cen .p_cen a {
    color: #1d63a5;
}
.login_cen .p_cen a:hover {
    text-decoration: underline;
}
.login_cen .p_cen .icon {
    display: inline-block;
    _display: inline;
    zoom: 1;
    padding-left: 30px;
}
.login_cen .p_cen .icon.success {
    background: url(../images/icon_success.png) no-repeat left center;
}

.shade_box {
    width: 100%;
    height: 100%;
    background: url(../images/black_repeat.png) repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6000;
}
.tip_pop {
    width: 380px;
    text-align: center;
    padding: 20px 50px 30px;
    border-top: 5px solid #bd8e55;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -240px;
    margin-top: -126px;
}
.tip_pop .close {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat center;
    position: absolute;
    top: 16px;
    right: 18px;
}
.tip_pop .close:hover {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);     /* IE 9 */
    -moz-transform:rotate(180deg);    /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);  /* Opera */
}
.tip_pop h3 {
    line-height: 30px;
    font-size: 22px;
    color: #333;
    padding: 5px 0;
}
.tip_pop p {
    line-height: 28px;
    font-size: 16px;
    color: #333;
    padding: 12px 0;
}

.bulletin_list.bt {
    border-top: 1px solid #E5E5E5;
}
.bulletin_list li {
    height: 30px;
    line-height: 30px;
    /*font-size: 16px;*/
    padding: 15px 30px 15px 65px;
    background: url(../images/gray_dot.png) no-repeat 30px center;
}
.bulletin_list li:nth-child(2n) {
    background: #f8f8f8 url(../images/gray_dot.png) no-repeat 30px center;
}
.bulletin_list.first li:nth-child(2n+1) {
    background: #f8f8f8 url(../images/gray_dot.png) no-repeat 30px center;
}
.bulletin_list.first li:nth-child(2n) {
    background: url(../images/gray_dot.png) no-repeat 30px center/;
}
.bulletin_list li .rt_date {
    display: block;
    float: right;
    color: #999;
}
.bulletin_list li a {
    display: block;
    color: #333;
}
.bulletin_list li:hover  a{
    color: #d73946;
    text-decoration: underline;
}

.detail_box {
    background: #FFFFFF;
}
.detail_tit {
    text-align: center;
    padding: 47px 20px 35px;
    border-bottom: 1px solid #e4e4e4;
}
.detail_tit h2 {
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    color: #333;
}
.detail_tit .bot_box {
    line-height: 24px;
    color: #999;
    padding-top: 15px;
}
.detail_tit .bot_box span {
    display: inline-block;
    _display: inline;
    zoom: 1;
    padding: 0 20px;
}
.detail_tit .bot_box span em {
    color: #666;
}
.detail_cont {
    padding: 40px 140px 100px;
}
.detail_cont p , .detail_cont h5 {
    line-height: 28px;
   /* font-size: 16px;*/
    color: #333;
}
.detail_cont h5 {
    margin-top: 28px;
}
.detail_cont .link {
    display: block;
    line-height: 28px;
    /*font-size: 16px;*/
    color: #1d63a5;
    margin-top: 28px;
}
/*信息披露 end*/

/*投资案例 start*/
.case_list {
    padding-top: 10px;
}
.case_list li {
    height: 204px;
    margin-top: 20px;
    /*padding: 50px 40px 50px 350px;
    background: #FFFFFF url(../images/case_bg.png) no-repeat right bottom;*/
    position: relative;
}/*
.case_list li:nth-child(2n) {
    color: #FFFFFF;
    background: url(../images/case_bg02.png) no-repeat center;
}*/
.case_list li h4 {
    line-height: 26px;
    /*font-size: 22px;*/
    padding: 10px 0;
}
.case_list li p {
    line-height: 28px;
    font-size: 16px;
}
.case_list li .pic_box {
   /* width: 242px;
    height: 242px;*/
    overflow: hidden;
    /*border: 1px solid #e5e5e5;*/
    position: absolute;
    /*top: 29px;
    left: 50px;*/
}
.case_list li .pic_box img {
    display: block;
    width: 100%;
}
/*投资案例 end*/

/*产品列表、产品详情 start*/
.pro_table {
    width: 100%;
}
.pro_table th {
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #999;
    padding: 10px;
    border-bottom: 2px solid #ccc;
}
.pro_table td {
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #999;
    padding: 28px 10px;
}
.pro_table tr:nth-child(2n+1) td {
    background: #f8f8f8;
}
.pro_table tr:hover td .link {
    display: block;
    color: #d73946;
    text-decoration: underline;
}
.pro_table td .btn {
    display: block;
    width: 152px;
    line-height: 34px;
    color: #d73946;
    margin: 0 auto;
    border: 1px solid #d73946;
}
.pro_table tr:hover td .btn {
    color: #FFFFFF;
    background: #d73946;
}
.bg_white {
    background: #FFFFFF;
}
.pro_cont {
    padding: 50px 90px 100px;
}
.pro_tab {
    height: 60px;
    background: #f8f8f8;
}
.pro_tab ul {
    overflow: hidden;
}
.pro_tab ul li {
    float: left;
    border-right: 1px solid #FFFFFF;
}
.pro_tab ul li a {
    display: block;
    line-height: 24px;
    /*font-size: 18px;*/
    color: #333;
    padding: 20px 80px 16px;
    position: relative;
}
.pro_tab ul li:hover a , .pro_tab ul li.active a {
    color: #d73946;
    background: #FFFFFF;
}
.pro_tab ul li a i {
    display: block;
    width: 100%;
    height: 0;
    background: #d73946;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}
.pro_tab ul li:hover a i , .pro_tab ul li.active a i {
    height: 6px;
}
.brief_table {
    width: 100%;
    border: 1px solid #E5E5E5;
}
.brief_table th {
    min-height: 24px;
    line-height: 24px;
    /*font-size: 16px;*/
    color: #333;
    padding: 12px 10px 12px 70px;
    background: #f8f8f8;
    border: 1px solid #E5E5E5;
}
.brief_table td {
    min-height: 24px;
    line-height: 24px;
    /*font-size: 16px;*/
    padding: 12px 10px 12px 65px;
    border: 1px solid #E5E5E5;
}
.search_box {
	height: 36px;
	padding: 10px 0 20px;
}
.search_input {
	float: right;
	margin-right: 20px;
}
.search_input .text {
	width: 200px;
	line-height: 18px;
	color: #333;
	padding: 8px 10px;
	border: 1px solid #ccc;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #bbb;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbb;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bbb;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #bbb;
}
.search_btn {
	float: right;
    display: block;
    width: 80px;
    height: 36px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    background: #d73946;
}
.search_btn:hover {
	color: #FFFFFF;
	background: #e62636;
}
/*产品列表、产品详情 end*/
/*2018-11-16 start*/
/* .team_info {
	min-height: 170px;
	margin-top: 30px;
	padding: 10px 0 10px 170px;
	position: relative;
} */
.team_info .pic_box {
	width: 140px;
	height: 170px;
	overflow: hidden;
	border: 2px solid #e5e5e5;
	border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
	position: absolute;
	top: 10px;
	left: 30px;
}
/*2018-11-16 end*/

/*2018-11-30 首页 start*/
.header_box {
    background: #FFFFFF;
}
.inner_nav > li {
    position: relative;    
}
.inner_nav > li > a {
    line-height: 22px;
    font-size: 16px;
    border-bottom: none;
}
.inner_nav > li:after {
    content: '';
    width: 100%;
    height: 0;
    background: #FFFFFF;
    position: absolute;
    left: 15px;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.inner_nav > li.active:after, .inner_nav > li:hover:after {
    height: 4px;
    background: #d73946;
}
.header_box .child_nav {
    width: 100%;
    background: #ebe5e3;
    position: absolute;
    top: 100%;
    left: 15px;
}
.child_nav li a {
    line-height: 44px;
    padding-left: 25px;
    position: relative;
}
.child_nav li:hover a {
    padding-left: 35px;
    background: #FFFFFF;
}
.child_nav li a:after {
    content: '';
    width: 0;
    height: 100%;
    background: url(../images/horn_red.png) no-repeat center;
    position: absolute;
    left: 80%;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.child_nav li:hover a:after {
    width: 10px;
    left: 83%;
}
.banner_main,.banner_box li a {
    height: 370px;
}
.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.banner_main:hover .swiper-button-next, .banner_main:hover .swiper-button-prev {
    opacity: 1;
}
.swiper-button-prev {
    left: 50%;
    margin-left: -600px;
    background: url(../images/icon_prev.png) no-repeat center;
}
.swiper-button-prev:hover {
    background: url(../images/icon_prev_hover.png) no-repeat center;
}
.swiper-button-next {
    right: 50%;
    margin-right: -600px;
    background: url(../images/icon_next.png) no-repeat center;
}
.swiper-button-next:hover {
    background: url(../images/icon_next_hover.png) no-repeat center;
}
.index_cont {
    height: 492px;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
    behavior: url(css/PIE.htc);
    position: relative;     
}
.index_cont.left {
    width: 431px;
    float: left;    
    margin-right: 30px;
}
.index_cont.right {
    width: 278px;
    float: right;    
}
.main_tit h3 {
    height: 30px;
}
.profile_box > p {
    font-size: 16px;
    text-indent: 2em;
}
.main_center {
    padding: 30px 0 40px;
}
.profile_box {
    padding: 30px 30px 10px;
}
.profile_box .pic_box {
    height: 152px;
}
.news_list {
    padding: 12px 0;
}
.news_list li.brief {
    margin-bottom: 12px;
    border-bottom: 1px solid #F0F0F0;
}
.news_list li h4 {
    height: 34px;
    line-height: 34px;
}
.news_list li h4 .time {
    display: block;
    float: right;
    color: #999;
}
.news_list li h4 a {
    display: block;
    float: left;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    background: url(../images/dot_gray.png) no-repeat left center;
}
.news_list li h4 a:hover {
    color: #d73946;
    background: url(../images/dot_red.png) no-repeat left center;
}
.news_list li p {
    line-height: 24px;
    color: #999;
    padding: 4px 0 15px 20px;
}
.case_box {
    padding: 46px 25px;
    position: relative;
}
.case_cont {
    height: 340px;
    overflow: hidden;
}
.case_ul li {
    width: 228px !important;
    height: 340px;
    overflow: hidden;
}
.case_ul li a {
    display: block;
    height: 98px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
.case_box .swiper-button-prev2 , .case_box .swiper-button-next2 {
    display: block;
    width: 30px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.swiper-button-prev2 {
    top: 15px;
    background: url(../images/icon_up.png) no-repeat center;
}
.swiper-button-prev2:hover {
    background: url(../images/icon_up_hover.png) no-repeat center;
}
.swiper-button-next2 {
    bottom: 15px;
    background: url(../images/icon_down.png) no-repeat center;
}
.swiper-button-next2:hover {
    background: url(../images/icon_down_hover.png) no-repeat center;
}
.footer_inner {
    background: #4e4e4e;
}
.ft_nav {
    padding: 0 0 0 60px;
}
.ft_nav h4 {
    color: #FFFFFF;
}
.ft_nav ul li a {
    color: #ccc;
}
.footer_inner .lt_cont {
    width: 560px;
    float: left;
}
.footer_inner .ft_logo {
    display: block;
    padding-bottom: 26px;
    border-bottom: 1px solid #5d5d5d;
}
.ft_copyright {
    background: #3a3a3a;
}
.addr_ul {
    padding: 20px 0;
}
.addr_ul li {
    line-height: 24px;
    color: #ccc;
    padding-left: 20px;
    background: url(../images/icon_addr.png) no-repeat left center;
}
/*2018-11-30 首页 end*/


/*2018-12-03 其他页面 start*/
.case_list li {
    height: 110px;
    padding: 28px 36px 20px 265px;
    border: 1px solid #e5e5e5;
    background: #FFFFFF;
}
.case_list li h4 {
    font-size: 20px;
}
.case_list li p {
    height: 56px;
    overflow: hidden;
}
.case_list li .pic_box {
    width: 223px;
    border-right: 1px solid #e5e5e5;
    height: 159px;
    top: 0;
    left: 0;
}
.detail_cont p, .detail_cont h5,.detail_cont .link,.profile_cont p ,.core_list li p,.table_box table th,.table_box table td,.input_box .text,.bulletin_list li,.brief_table th,.brief_table td {
    font-size: 14px;
}
.profile_cont h4 {
    font-weight: 600;
}
.login_cen h4 ,.pro_tab ul li a{
    font-size: 16px;
}
/*2018-12-03 其他页面 end*/

/*2018-12-14 信息披露-人员公示 start*/
.public_box {
    padding: 30px;
    background: #fbfbfb;
}
.public_search {
    height: 38px;
    line-height: 38px;
    padding: 10px 0 20px;
}
.public_search .btn {
    display: block;
    float: right;
    width: 112px;
    color: #FFFFFF;
    text-align: center;
    background: #d73946;
    border-radius: 19px;-webkit-border-radius: 19px;-moz-border-radius: 19px;
    behavior: url(css/PIE.htc);
    position: relative;     
}
.public_search > span {
    display: block;
    float: left;
    color: #999;
    padding-right: 10px;
}
.public_search > .text {
    float: left;
    width: 170px;
    line-height: 18px;
    color: #333;
    margin-right: 30px;
    padding: 8px 13px;
    border: 2px solid #e7e7e7;
    border-radius: 19px;-webkit-border-radius: 19px;-moz-border-radius: 19px;
    behavior: url(css/PIE.htc);
    position: relative;     
}
.public_search > .text.long {
    width: 240px;
}
.info_table {
    width: 100%;
}
.info_table th {
    line-height: 24px;
    color: #1d63a5;
    padding: 10px 14px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.info_table td {
    line-height: 24px;
    color: #999;
    padding: 10px 14px;
    border-bottom: 1px solid #eeeeee;
}
.info_table td h4 {
    font-size: 16px;
    color: #333;
}
.public_box .tip {
    line-height: 20px;
    color: #999;
    padding: 15px 0;
}
/*2018-12-14 信息披露-人员公示 end*/

