@charset "utf-8";
/* common start */
html{
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
*html{
    background-image:url(about:blank);
    background-attachment:fixed;
}
body{
    background:#fff;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,select{
    margin:0;
    padding:0;
}
ol,ul{
    list-style:none;
}
table{
    border-collapse:collapse;
}
* html .clearfix{
    height:1%;
}
h1,h2,h3,h4,h5,h6,em,i,strong{
    font-style:normal;
    font-weight:normal;
}
a{
    cursor:pointer;
    text-decoration:none;
}
a:hover{
    outline:none;
    blur:expression(this.onFocus=this.blur());
}
img{
    border:0 none;
    display: inline-block;
    vertical-align:top;
}
input,button,textarea,select{
    *font-size:100%;
    outline:none;
    vertical-align:middle;
}
input{
    border:0 none;
    vertical-align:middle;
    outline:none;
    background:none;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
    opacity:1;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cccccc;
    opacity:1;
}

input:-ms-input-placeholder{
    color: #cccccc;
    opacity:1;
}

input::-webkit-input-placeholder{
    color: #cccccc;
    opacity:1;
}
.fl{
    float:left!important;
}
.fr{
    float:right!important;
}

.cl{
    clear:both;
    font-size:0px;
    height:0px;
    line-height:0px;
}
.clearfix:before,.clearfix:after{
    content:"";display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    zoom:1;
}
.txt_center{
    text-align:center!important;
}
.animate{
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.w1200{
    width:1200px;
    margin:0 auto;
}
.border-none{
    border:none!important;
}
.ellipsis{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.word{
    word-wrap:break-word;
}
body{
    font-size:14px;
    color:#666;
    line-height:20px;
    font-family:Arial,PingFangSC,Microsoft Yahei,\\5FAE\8F6F\96C5\9ED1,Hiragino Sans GB,\\5B8B\4F53;
    background:#F7F7F7;
    min-width: 1200px;
}
.no_mr{
    margin-right: 0 !important;
}
.no_mb{
    margin-bottom: 0 !important;
}
.no_bb{
    border-bottom: none !important;
}
.no_br{
    border-right: none !important;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.ared{
    color: #FF3E28 !important;
}
/* common end */
/* index-start */
.header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #00144B;
    box-shadow: 0 0 30px 0 rgba(15,20,99,0.1);
    -moz-box-shadow: 0 0 30px 0 rgba(15,20,99,0.1);
    -webkit-box-shadow: 0 0 30px 0 rgba(15,20,99,0.1);
}
.logo{
    padding: 21px 0 22px;
    width: 110px;
}
.logo img{
    display: block;
    width: 100%;
}
.edition_tab{
    margin-left: 38px;
    padding: 36px 0 39px;
}
.edition_tab a{
    display: block;
    width: 80px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.edition_tab a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.nav_list{
    font-size: 0;
    text-align: right;
}
.nav_list>li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 36px;
}
.nav_list>li>a{
    position: relative;
    display: block;
    padding: 40px 0;
    font-size: 14px;
    color: #FFFFFF;
    color: rgba(255,255,255,.6);
}
.nav_list>li>a i{
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 0;
    height: 4px;
    background: #FFFFFF;
}
.nav_list>li.act>a,.nav_list>li:hover>a{
    color: rgba(255,255,255,1);
    font-weight: bold;
}
.nav_list>li.act>a i,.nav_list>li:hover>a i{
    width: 80px;
    margin-left: -40px;
}
.inner_box{
    display: none;
    position: absolute;
    left: 50%;
    top:100px;
    margin-left:-150px;
    padding-top: 15px;
    overflow: hidden;
}
.icon_menu{
    position: absolute;
    left: 50%;
    top: 16px;
    margin-left: -8px;
    display: block;
    width:17px;
    height: 10px;
    background: url("../images/icon_menu.png") no-repeat center;
    z-index: 10;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.icon_menu.act{
    top: 6px;
}
.menu_list{
    padding:20px 5px 20px 0;
    width: 295px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 44px 0 rgba(15,20,99,0.06);
    -moz-box-shadow: 0 4px 44px 0 rgba(15,20,99,0.06);
    -webkit-box-shadow: 0 4px 44px 0 rgba(15,20,99,0.06);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.menu_list li{
    margin-top:10px;
    text-align: left;
}
.menu_list li:first-child{
    margin-top: 0;
}
.menu_list li a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    font-size: 14px;
    color: #667293;
    line-height: 38px;
}
.menu_list li i{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width:0;
    height: 38px;
    background:#4A8AEE;
    background-image: linear-gradient(180deg, #4A8AEE 0%, #3864DB 93%);
}
.menu_list li:hover a{
    font-weight: bold;
    color: #00144B;
}
.menu_list li:hover i{
    width: 4px;
}
/* section */
.section{
    margin-top: 100px;
}
.swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-wrapper{
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px,0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide{
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.banner .swiper-container{
    height: 600px;
}
.banner .swiper-slide>a{
    display: block;
    width: 100%;
    height:100%;
}
.company_overview{
    padding: 35px 0;
    min-height: 430px;
}
.company_overview .left_words{
    padding-top: 40px;
    width: 500px;
}
.module_tit{
    position: relative;
    text-align: center;
    padding-bottom: 30px;
}
.module_tit h2{
    font-size: 28px;
    color: #00144B ;
    line-height: 32px;
    text-align: center;
    font-weight: 500;
    font-family: 'PingFangSC', Microsoft Yahei, \\5FAE\8F6F\96C5\9ED1, Hiragino Sans GB, \\5B8B\4F53;
}
.module_tit span{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35px;
    display: block;
    width:70px;
    height: 6px;
    background-color:#3864DB;
}
.company_overview .module_tit{
    margin-bottom: 46px;
}
.company_overview .module_tit h2{
    text-align: left;
}
.company_overview .module_tit span{
    left: 0;
    margin-left: 0;
}
.company_overview .p1{
    font-size: 14px;
    color:#667293;
    line-height: 24px;
}
.learn_more{
    font-size: 0;
    text-align: center;
}
.learn_more a{
    display: inline-block;
    vertical-align: top;
    width: 131px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF ;
    background-color: #3864DB;
    box-shadow: 0 4px 30px 0 rgba(56,100,219,0.32);
    -moz-box-shadow: 0 4px 30px 0 rgba(56,100,219,0.32);
    -webkit-box-shadow: 0 4px 30px 0 rgba(56,100,219,0.32);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.company_overview .learn_more{
    margin-top:80px;
    text-align: left;
}
.learn_more a:hover{
    background: #1B51E4;
}
.company_overview .right_img{
    width:600px;
    margin-top: 35px;
    height: 360px;
    overflow: hidden;
}
.company_overview .right_img img:hover{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.our_products{
    padding: 108px 0 110px;
    background-color: #F9F9F9;
}
.product_detail{
    margin-top: 60px;
}
.product_detail table{
    width: 100%;
}
.table_tit{
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.table_tit th{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    border: 1px solid #5484E9;
    border-right: none;
    border-bottom: none;
    background: #3864DB;
}
.table_tit tr:first-child th{
    border-top: none;
}
.table_tit tr:first-child th:first-child{
    border-left: none;
}
.table_body{
    border: 1px solid #AFC1F1;
    border-top: none;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.table_body h3{
    padding: 20px 100px;
    text-align: center;
    font-size: 16px;
    color: #3864DB;
    line-height: 20px;
    background-color: #F7FAFE;
    font-weight: bold;
    border-top: 1px solid #D4E0FF;
    border-bottom: 1px solid #D4E0FF;
}
.table_body td{
    padding: 20px 0;
    border-top: 1px solid  #D4E0FF;
    border-left: 1px solid  #D4E0FF;
    vertical-align: middle;
    background-color: #FFFFFF;
}
.table_body tr:first-child td{
    border-top: none;
}
.table_body td:first-child{
    border-left: none;
}
.table_body .p1{
    padding-left: 38px;
    font-size:14px;
    line-height: 20px;
}
.table_body .p1 a{
    color: #667293;
}
.table_body .p1 a:hover{
    color: #3864DB;
}
.table_body .p2{
    font-size:14px;
    line-height: 20px;
    text-align: center;
}
.table_body .p3{
    font-size: 0;
    height: 20px;
    padding-left:58px;
}
.table_body .p3 em{
    margin-left: 6px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 20px;
    background: url("../images/icon_star.png") no-repeat center;
}
.table_body .p3 em:first-child{
    margin-left: 0;
}
.our_products .learn_more{
    margin-top: 60px;
}
.our_services{
    padding: 108px 0 200px;
    background-color: #FFFFFF;
}
.services_list{
    margin-top: 60px;
}
.services_list li{
    float: left;
    margin-left: 80px;
    width: 560px;
    height: 416px;
    border-bottom: 4px solid #D6E6FF ;
    box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    -moz-box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    -webkit-box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow:hidden;
}
.services_list li:first-child{
    margin-left: 0;
}
.services_list li a{
    display: block;
    height: 363px;
    padding: 53px  73px 0;
}
.services_list li em{
    display:block;
    width: 100px;
    height: 100px;
    margin: 0 auto 24px;
}
.services_list li em.em_01{
    background: url("../images/s_icon_01.png") no-repeat center;
}
.services_list li em.em_02{
    background: url("../images/s_icon_02.png") no-repeat center;
}
.services_list li span{
    display: block;
    font-size: 24px;
    color: #00144B;
    line-height: 33px;
    text-align: center;
}
.services_list li i{
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color:#667293;
    line-height: 24px;
    text-align: center;
}
.services_list li:hover a{
    height: 346px;
    padding-top: 70px;
    background: #3864DB;
}
.services_list li:hover em.em_01{
    background-image: url("../images/s_icon_03.png");
}
.services_list li:hover em.em_02{
    background-image: url("../images/s_icon_04.png");
}
.services_list li:hover span{
    color: #FFFFFF;
}
.services_list li:hover i{
    color: #FFFFFF;
    color: rgba(255,255,255,.6);
}
.footer{
    position: relative;
    padding-top: 150px;
    height: 168px; /**20200325新增样式**/
    z-index: 500;
}
.disclaimer{
    position: absolute;
    left: 50%;
    top: -116px;
    margin-left: -600px;
    padding: 41px 111px;
    width:978px;
    background: #F0F5FD;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.disclaimer h2{
    margin-bottom: 17px;
    font-size: 28px;
    color: #00144B ;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
}
.disclaimer .p1{
    font-size: 14px;
    color: #667293;
    line-height: 24px;
    text-align: center;
}
.footer_link{
    font-size: 0;
    text-align: center;
}
.footer_link li{
    display: inline-block;
    vertical-align: top;
    margin: 0 26px;
}
.footer_link li a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.footer_link li a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.footer .tips{
    font-size: 14px;
    color: #FFFFFF ;
    line-height: 24px;
    text-align: center;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.footer .netcop {
    text-align: center;
    padding: 17px 0 7px;
}
.footer .netcop img {
    margin: 0 9px;
}
/* 二级页面-联系我们-start */
.banner_01{
    height: 353px;
}
.contact_us{
    padding: 53px 0 228px;
    background-color: #FFFFFF;
}
.contact_cont{
    padding-top: 65px;
    background: #FFFFFF;
    box-shadow: 0 4px 44px 0 rgba(15,20,99,0.06);
    -moz-box-shadow: 0 4px 44px 0 rgba(15,20,99,0.06);
    -webkit-box-shadow: 0 4px 44px 0 rgba(15,20,99,0.06);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-bottom: 4px solid #D6E6FF;
    overflow: hidden;
}
.contact_cont .left_box{
    padding-left: 30px;
    width: 444px;
    min-height: 530px;
    background: url("../images/c_bg_01.png") no-repeat bottom center;
}
.contact_cont .module_tit h2{
    text-align: left;
}
.contact_cont .module_tit span{
    left: 0;
    margin-left: 0;
}
.contact_cont .right_box{
    padding:0 55px 32px 0;
    width:671px;
}
.contact_cont .list_box{
    margin-bottom: 30px;
    padding-left:37px;
    border-left: 2px solid #D6E6FF;
}
.contact_cont .list_box li{
    font-size: 14px;
    color: #667293;
    line-height: 24px;
}
.esg_box{
    padding-bottom: 116px;
    background-color: #FFFFFF;
}
.esg_box .detail_box.d_01{
    padding: 65px 0 78px;
}
.esg_box .detail_box .left_img{
    width: 545px;
}
.esg_box .detail_box.d_01 .img{
    width: 327px;
    margin: 0 auto;
}
.esg_box .detail_box img{
    display: block;
    width: 100%;
}
.esg_box .detail_box .right_words{
    width:655px;
}
.esg_box .detail_box.d_01 .right_words{
    padding-top:57px;
}
.esg_box .detail_box .p1{
    font-size: 14px;
    color: #667293;
    line-height: 24px;
    text-indent: 2em;
}
.esg_box .detail_box.d_02{
    height: 680px;
}
.esg_box .detail_box.d_02 .right_words{
    padding-top:70px;
}
.esg_box .detail_box.d_02 .p1{
    margin-bottom: 6px;
    color: #FFFFFF ;
    color: rgba(255,255,255,.6);
}
.esg_box .detail_box.d_02 .left_img{
    padding-top:243px;
}
.esg_box .detail_box.d_02 .img{
    width:326px;
    margin: 0 auto;
}
.esg_box .detail_box.d_03{
    padding: 78px 0 106px;
}
.esg_box .detail_box.d_03 .left_img{
    padding-top: 31px;
}
.esg_box .detail_box.d_03 .img{
    width:326px;
    margin: 0 auto;
}
.esg_box .detail_box.d_03 .p1{
    margin-bottom: 6px;
}
.join_us{
    padding: 64px 0 116px;
    background-color: #FFFFFF;
}
.join_us .detail_box{
    margin-bottom: 113px;
    padding: 55px 0;
    border-bottom: 4px solid #D6E6FF;
    box-shadow: 0 4px 44px 0 rgba(15,20,99,0.06);
    -moz-box-shadow: 0 4px 44px 0 rgba(15,20,99,0.06);
    -webkit-box-shadow: 0 4px 44px 0 rgba(15,20,99,0.06);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
}
.join_us  .left_box{
    padding: 10px 0 0 30px;
    width: 483px;
}
.join_us .module_tit h2{
    text-align: left;
}
.join_us .module_tit span{
    left: 0;
    margin-left: 0;
}
.join_us  .left_box .txt{
    margin-top: 24px;
    font-size: 24px;
    color: #00144B ;
    line-height: 33px;
}
.join_us .right_box{
    padding-right: 55px;
    width: 632px;
}
.join_us .right_box .msg_box{
    margin-bottom:30px;
}
.join_us .right_box h3{
    margin-bottom: 16px;
    font-size: 24px;
    color: #00144B ;
    line-height: 33px;
}
.join_us .right_box p{
    font-size: 14px;
    color: #667293;
    line-height: 24px;
}
.our_aum{
    padding: 100px 0 228px;
    background-color: #FFFFFF;
}
.aum_detail{
    margin-top:52px;
}
.aum_detail h3{
    font-size: 24px;
    color: #00144B;
    line-height: 33px;
    text-align: center;
}
.aum_data{
    margin-top: 22px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;

}
.aum_data table{
    width: 100%;
}
.aum_data table th{
    line-height:20px;
    text-align: center;
    vertical-align: middle;
}
.aum_data table tr:first-child th{
    border-top: none;
}
.aum_data table th:first-child{
    border-left: none;
}
.aum_data .table_tit th{
    font-weight: normal;
    padding: 20px 16px;
}
.aum_data .table_body .p2{
    font-size: 16px;
    font-weight: bold;
}
.source{
    margin-top: 20px;
    padding: 0 25px;
}
.source .p1{
    font-size: 14px;
    color: #667293;
    line-height: 24px;
    text-align: center;
}
.aum_data_01{
    margin-top: 47px;
}
.aum_data_01 .left_box{
    padding-bottom:32px;
    width:490px;
    background: #FFFFFF;
    box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    -moz-box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    -webkit-box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
}
.aum_data_01 .left_box table{
    width: 100%;
}
.aum_data_01 .left_box th{
    padding: 20px 10px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid #5484E9;
    background-color: #3864DB;
}
.aum_data_01 .left_box td{
    padding: 20px 10px;
    font-size: 18px;
    color: #00144B ;
    line-height: 20px;
    text-align: center;
    border-left: 1px solid #D4E0FF;
    border-bottom: 1px solid #D4E0FF;
}
.aum_data_01 .left_box td:first-child{
    border-left: none;
}
.aum_data_01 .left_box .tips{
    margin-top: 14px;
    padding: 0 80px 0 20px;
    font-size: 14px;
    color: #667293;
    line-height: 24px;
}
.aum_data_01 .right_box{
    min-height: 460px;
    padding: 0 40px;
    width: 600px;
    background: #FFFFFF;
    box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    -moz-box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    -webkit-box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
}
.aum_data_01 .right_box h4{
    padding: 29px 0;
    font-size: 16px;
    color: #00144B;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #D4E0FF;
}
.aum_data_01 .chart_box{
    margin-top: 40px;
}
.aum_data_01 .chart_box .img{
    margin-left: 22px;
    width:259px;
}
.aum_data_01 .chart_box img{
    display: block;
    width: 100%;
}
.aum_data_01 .list_box{
    margin-right: 34px;
    padding-top: 70px;
    width: 210px;
}
.aum_data_01 .list_box li{
    position: relative;
    padding-left: 28px;
    margin-top: 15px;
}
.aum_data_01 .list_box li:first-child{
    margin-top: 0;
}
.aum_data_01 .list_box em{
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.aum_data_01 .list_box em.em_01{
    background: #3864DB;
}
.aum_data_01 .list_box em.em_02{
    background: #648FF7;
}
.aum_data_01 .list_box em.em_03{
    background: #96B2F9;
}
.aum_data_01 .list_box em.em_04{
    background: #D5E1FF;
}
.aum_data_01 .list_box  .p1{
    font-size: 14px;
    color: #00144B ;
    line-height: 30px;
}
.our_invest{
    padding:100px 0 227px;
    background-color: #FFFFFF;
}
.invest_detail{
    margin-top: 100px;
}
.invest_detail table{
    width: 100%;
}
.rank_list li{
    position: relative;
    float: left;
    margin-left: 30px;
    padding: 39px 15px 39px 190px;
    width: 380px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    -moz-box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    -webkit-box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.rank_list li:first-child{
    margin-left: 0;
}
.rank_list li em{
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -45px;
    display: block;
    width: 70px;
    height: 90px;
    background: url("../images/award_icon_01.png") no-repeat center;
}
.rank_list li .p1{
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    color: #05184E;
    line-height: 33px;
}
.rank_list.long li{
    width:995px;
}
.rank_detail{
    margin-top: 54px;
}
.rank_detail h4{
    font-size: 24px;
    color: #00144B ;
    line-height: 33px;
    text-align: center;
}
.rank_table{
    margin-top: 30px;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.rank_table table{
    width: 100%;
    table-layout: fixed;
}
.rank_table table th{
    padding: 20px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid #5484E9;
    border-right: 1px solid #5484E9;
    background-color: #3864DB;
}

.rank_table table td{
    padding: 20px 10px;
    font-size: 18px;
    color: #00144B ;
    line-height: 20px;
    text-align: center;
    border:  1px solid #D4E0FF;
    border-top: none;
    border-left: none;
}
.invest_detail h5{
    font-size: 24px;
    color: #00144B;
    line-height: 33px;
    text-align: center;
}
.invest_detail .detail_box{
    margin-top:45px;
}
.invest_detail .table_tit th{
    padding: 20px 0;
    line-height: 20px;
}
.invest_detail .table_body .source{
    border-top: 1px solid  #D4E0FF;
    margin-top: 0;
    padding: 30px 0;
    background-color: #F7FAFE;
}
.invest_detail .table_body .source .p1{
    padding: 0;
}
.our_asset{
    padding: 100px 0 200px;
    background-color: #FFFFFF;
}
.asset_detail{
    margin-top: 55px;
}
.asset_detail h3{
    font-size: 28px;
    color: #00144B;
    line-height: 33px;
    text-align: center;
}
.asset_detail .list_box{
    margin-top: 80px;
}
.asset_detail .list_box>li{
    float: left;
    margin-left: 30px;
    padding: 25px 20px;
    width: 340px;
    height: 306px;
    background: #FFFFFF;
    border-bottom:4px solid #D6E6FF;
    box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    -moz-box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    -webkit-box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.asset_detail .list_box>li:first-child{
    margin-left: 0;
}
.asset_detail .list_box h4{
    font-size: 28px;
    color: #00144B;
    line-height: 50px;
}
.asset_detail .list_box em{
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    width:50px;
    height: 50px;
}
.asset_detail .list_box em.em_01{
    background: url("../images/o_icon_01.png") no-repeat center;
}
.asset_detail .list_box em.em_02{
    background: url("../images/o_icon_02.png") no-repeat center;
}
.asset_detail .list_box em.em_03{
    background: url("../images/o_icon_03.png") no-repeat center;
}
.asset_detail .inner_list{
    margin-top: 30px;
    margin-left:25px;
    width:313px;
    border-left: 2px solid #6189F5;
}
.asset_detail .inner_list li{
    position: relative;
    padding-left: 40px;
    margin-top: 12px;
}
.asset_detail .inner_list li:first-child{
    margin-top: 0;
}
.asset_detail .inner_list i{
    position: absolute;
    top: 0;
    left: -6px;
    display: block;
    width:10px;
    height: 10px;
    background: url("../images/o_icon_04.png") no-repeat center;
}
.asset_detail .inner_list .p1{
    font-size: 12px;
    color: #00144B;
    line-height: 16px;
    font-weight: bold;
}
.asset_detail .inner_list .p2{
    margin-top: 5px;
    font-size: 14px;
    color: #667293;
    line-height: 18px;
}
.asset_detail .list_box>li:hover{
    background: #3864DB ;
}
.asset_detail .list_box>li:hover h4,.asset_detail .list_box>li:hover .p1{
    color: #FFFFFF;
}
.asset_detail .list_box>li:hover .p2{
    color: #FFFFFF;
    color: rgba(255,255,255,.6);
}
.company_intro{
    padding: 100px 0 228px;
    background-color: #FFFFFF;
}
.company_intro .intro_box .intro{
    margin: 38px auto 0;
    width: 1060px;
    font-size: 14px;
    color: #667293;
    line-height: 24px;
}
.company_intro .list_box{
    margin: 25px auto 0;
    width: 1060px;
}
.company_intro .list_box li{
    padding-left: 17px;
    position: relative;
    font-size: 14px;
    color: #00144B ;
    line-height: 24px;
}
.company_intro .list_box li em{
    position: absolute;
    left:0;
    top: 9px;
    display: block;
    width: 6px;
    height: 6px;
    background: #6189F5;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.company_intro .chart_box{
    width: 1062px;
    margin:30px auto 0;
}
.company_intro .chart_list li{
    margin-left: 34px;
    padding: 20px;
    float: left;
    width: 200px;
    height: 80px;
    background: #3864DB;
    background-image: linear-gradient(270deg, #4A8AEE 0%, #3864DB 100%);
    box-shadow: 0 4px 30px 0 rgba(56,100,219,0.32);
    -moz-box-shadow: 0 4px 30px 0 rgba(56,100,219,0.32);
    -webkit-box-shadow: 0 4px 30px 0 rgba(56,100,219,0.32);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.company_intro .chart_list li:first-child{
    margin-left: 0;
}
.company_intro .chart_list li p{
    width: 200px;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF ;
    line-height: 20px;
}
.company_intro .line_box{
    position: relative;
    padding: 14px 0 122px;
    background-color: #FFFFFF;
}
.company_intro .line_list{
    position: relative;
    z-index: 10;
}
.company_intro .line_list li{
    float: left;
    margin-left: 34px;
    width: 240px;
    font-size: 18px;
    color: #3864DB;
    line-height: 25px;
    text-align: center;
    background-color: #FFFFFF;
    font-weight: bold;
}
.company_intro .line_list li:first-child{
    margin-left: 0;
}
.company_intro .line_box .line_01{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -410px;
    width: 818px;
    height: 89px;
    border: 1px solid #96AEEC;
    border-top: none;
    border-radius:0 0 50px 50px;
    -moz-border-radius:0 0 50px 50px;
    -webkit-border-radius:0 0 50px 50px;
}
.company_intro .line_box .line_02{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -137px;
    width: 274px;
    height: 89px;
    border: 1px solid #96AEEC;
    border-top: none;
    border-radius:0 0 30px 30px;
    -moz-border-radius:0 0 30px 30px;
    -webkit-border-radius:0 0 30px 30px;
}
.company_intro .line_box .line_03{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 72px;
    background: #96AEEC;
}
.company_intro .chart_center{
    padding: 30px 16px 33px;
    margin: 0 auto;
    width: 354px;
    height: 25px;
    font-size: 18px;
    color: #FFFFFF ;
    line-height: 25px;
    text-align: center;
    background: #3864DB;
    background-image: linear-gradient(270deg, #4A8AEE 0%, #3864DB 100%);
    box-shadow: 0 4px 30px 0 rgba(56,100,219,0.32);
    -moz-box-shadow: 0 4px 30px 0 rgba(56,100,219,0.32);
    -webkit-box-shadow: 0 4px 30px 0 rgba(56,100,219,0.32);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.company_intro .tips{
    margin-top: 59px;
    font-size: 14px;
    color: #667293;
    color: rgba(0,20,75,.3);
    text-align: center;
}
.research_box{
    padding: 100px 0 228px;
    background-color: #FFFFFF;
}
.people_intro{
    margin-top: 100px;
    position: relative;
}
.people_intro .img_box{
    position: absolute;
    left: 0;
    top: -50px;
    width: 310px;
    height: 350px;
    background-color: #FFFFFF;
    overflow: hidden;
    box-shadow: 0 2px 20px 0 rgba(0,50,187,0.15);
    -moz-box-shadow: 0 2px 20px 0 rgba(0,50,187,0.15);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,50,187,0.15);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.people_intro .img_box img{
    display: block;
    width: 100%;
}
.people_intro .detail_box{
    width: 820px;
    padding: 40px  36px 60px 124px;
    background: #F0F5FD;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.people_intro .detail_box h3{
    font-size: 40px;
    color: #00144B;
    line-height: 44px;
    font-weight: bold;
}
.people_intro .detail_box .txt{
    margin-top: 24px;
    font-size: 23px;
    color: #05184E;
    line-height: 26px;
}
.people_intro .list_box{
    margin-top: 30px;
}
.people_intro .list_box .p1{
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    color: #667293;
    line-height: 24px;
}
.people_intro .list_box .p2{
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    color:#00144B;
    line-height: 24px;
    font-weight: bold;
}
.people_intro .list_box .em_01{
    position: absolute;
    left: 0;
    top: 9px;
    display: block;
    width: 6px;
    height: 6px;
    background: #6189F5;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.people_intro.right .img_box{
    left: 890px;
}
.people_intro.right .detail_box{
    padding: 40px 124px 60px 36px ;
}
.local_address{
    padding: 10px 0;
    font-size: 0;
}
.local_address a,.local_address em{
    display: inline-block;
    vertical-align: top;
}
.local_address a{
    font-size: 28px;
    color: #637296;
    line-height: 30px;
}
.local_address a:hover,.local_address a.act{
    color: #00144B;
}
.local_address em{
    width: 60px;
    height: 30px;
    background: url("../images/icon_right.png") no-repeat center;
}
.historic_box{
    padding: 100px 0 228px;
    background: #FFFFFF;
}
.historic_tab{
    margin-top: 36px;
}
.historic_tab h3{
    font-size: 24px;
    color: #05184E;
    line-height:30px;
    text-align: center;
}
.historic_tab .tab_tit{
    margin-top: 80px;
    font-size: 0;
    text-align: center;
}
.historic_tab .tab_tit span{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    margin: 0 50px;
    font-size: 18px;
    color: #00144B;
    line-height: 30px;
    cursor: pointer;
}
.historic_tab .tab_tit span:hover,.historic_tab .tab_tit span.on{
    color:#00144B;
    font-weight: bold;
}
.historic_tab .tab_tit i{
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -12px;
    display: block;
    width:21px;
    height:12px;
    background: url("../images/icon_arrow.png") no-repeat center;
}
.historic_tab .tab_tit span:hover i,.historic_tab .tab_tit span.on i{
    bottom: -1px;
}
.historic_tab  .tab_body{
    position: relative;
    z-index: 10;
    border-top:4px solid #2665E3;
    background-color: #FFFFFF;
    box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    -moz-box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    -webkit-box-shadow: 0 4px 30px 0 rgba(15,20,99,0.06);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
}
.historic_detail{
    position: relative;
    padding: 120px 184px 140px;
}
.historic_detail .award{
    position: absolute;
    top: 80px;
    left: 144px;
    display: block;
    width:80px;
    height: 80px;
    background: url("../images/icon_colden.png") no-repeat center;
    box-shadow: 0 4px 30px 0 rgba(56,100,219,0.32);
    -moz-box-shadow: 0 4px 30px 0 rgba(56,100,219,0.32);
    -webkit-box-shadow: 0 4px 30px 0 rgba(56,100,219,0.32);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    overflow: hidden;
    z-index: 10;
}
.historic_detail .list_box{
    padding-bottom: 80px;
    border-left:4px solid #91B0F1;
}
.historic_detail .list_box li{
    position: relative;
    padding-left: 57px;
    padding-top: 60px;
}
.historic_detail .list_box i{
    position: absolute;
    left: -10px;
    top: 90px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/icon_circle.png") no-repeat center;
}
.historic_detail .list_box .words{
    position: relative;
}
.historic_detail .list_box span{
    position: absolute;
    top: 86px;
    right: 890px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #00144B;
    line-height: 24px;
    font-weight: bold;
    white-space: nowrap;
}
.historic_detail .words{
    display: inline-block;
    vertical-align: top;
    padding: 18px 25px;
    max-width: 620px;
    border: 1px solid #9CB3EE;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.historic_detail .words h4{
    font-size:18px;
    color: #00144B;
    line-height: 24px;
    font-weight: bold;
}
.historic_detail .words .p1{
    margin-top: 5px;
    font-size: 14px;
    color: #667293;
    line-height: 24px;
}
.historic_detail .words:hover{
    background: #3864DB;
    border-color: #3864DB;
}
.historic_detail .words:hover h4{
    color: #FFFFFF;
}
.historic_detail .words:hover .p1{
    color: #FFFFFF;
    color: rgba(255,255,255,.6);
}
.historic_detail .add_more{
    position: absolute;
    left: 166px;
    bottom: 60px;
    display: block;
    width: 40px;
    height: 80px;
    background: url("../images/icon_tail.png") no-repeat top center;
    z-index: 10;
}
.suite_detail{
    margin-top: 56px;
}
.suite_detail .detail_box{
    position: relative;
    width: 745px;
    padding: 35px 50px 35px 405px;
    background-color: #F0F5FD ;
    min-height: 590px;
}
.suite_detail .detail_box .left_img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 464px;
    z-index: 5;
}
.suite_detail .detail_box .words{
    min-height: 510px;
    padding: 45px 25px 35px 32px;
    position: relative;
    z-index: 10;
    background-color: #FFFFFF;
}
.suite_detail .detail_box  h3{
    position: relative;
    padding-bottom: 20px;
    font-size:40px;
    color: #00144B ;
    line-height: 45px;
    font-weight: bold;
}
.suite_detail .detail_box  h3 span{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width:294px;
    height: 4px;
    background: #3864DB;
    background-image: linear-gradient(135deg, #6F96FF 0%, #3864DB 100%);
}
.suite_detail .detail_box .txt{
    margin-top: 14px;
    font-size: 23px;
    color: #05184E;
    line-height: 25px;
}
.suite_detail .list_box{
    margin-top: 20px;
}
.suite_detail .list_box li{
    margin-top: 6px;
}
.suite_detail .list_box li:first-child{
    margin-top: 0;
}
.suite_detail .list_box .p1{
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #667293;
    line-height: 24px;
}
.suite_detail .list_box .p1 .em_01{
    position: absolute;
    left:-5px;
    top: 4px;
    display: block;
    width: 16px;
    height: 18px;
    background: url("../images/icon_Honor.png") no-repeat center;
}
.suite_detail .list_box .p1 .em_02{
    position: absolute;
    left: 0;
    top: 9px;
    display: block;
    width: 6px;
    height: 6px;
    background: #6189F5;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.suite_list{
    margin-top: 50px;
    font-size: 0;
    text-align: center;
}
.suite_list li{
    width: 240px;
    height: 158px;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
    background: #D6E6FF;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.suite_list .top{
    position: relative;
    padding: 50px 14px 0;
    height: 64px;
    background-color: #FFFFFF;
}
.suite_list .top .img_box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 104px;
}
.suite_list .top .img_box img{
    display: block;
    width: 100%;
}
.suite_list .top h3{
    font-size: 14px;
    color: #05184E;
    line-height: 20px;
    text-align: right;
}
.suite_list .txt{
    font-size:14px;
    color: #00144B ;
    line-height: 46px;
    text-align: center;
}
.suite_list li:hover,.suite_list li.act{
    background-color: #3864DB;
    box-shadow: 0 2px 20px 0 rgba(0,50,187,0.15);
    -moz-box-shadow: 0 2px 20px 0 rgba(0,50,187,0.15);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,50,187,0.15);
}
.suite_list li:hover .txt,.suite_list li.act .txt{
    color: #FFFFFF;
}
.star_team{
    padding: 54px 100px 70px;
}
.star_list{
    position: relative;
    padding: 20px 0;
}
.star_team .btn{
    position: absolute;
    top: 50%;
    margin-top: -22px;
    display: block;
    width:44px;
    height: 44px;
}
.star_team .btn.left{
    left: -100px;
    background: url("../images/icon_btn_left.png") no-repeat center;
}
.star_team .btn.left.act,.star_team .btn.left:hover{
    background: url("../images/icon_btn_left01.png") no-repeat center;
}
.star_team .btn.right{
    right: -100px;
    background: url("../images/icon_btn_right.png") no-repeat center;
}
.star_team .btn.right.act,.star_team .btn.right:hover{
    background: url("../images/icon_btn_right01.png") no-repeat center;
}
.team_list li{
    float: left;
    margin-left: 24px;
    width:232px;
    height: 374px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #F0F5FD;
}
.team_list li a{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team_list li:first-child{
    margin-left: 0;
}
.team_list .img_box{
    position:relative;
    width: 232px;
    height: 230px;
    background-color: #FFFFFF;
}
.team_list .img_box .img{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -102px;
    width:204px;
}
.team_list .words{
    padding: 10px 12px;
}
.team_list .words h3{
    font-size: 20px;
    color: #00144B ;
    line-height: 22px;
    text-align: center;
}
.team_list .words .p1{
    margin-top: 7px;
    font-size: 12px;
    color: #00144B;
    line-height: 20px;
    text-align: center;
}
.team_list li.act,.team_list li:hover a{
    background-color: #3E69DF;
    box-shadow: 0 2px 20px 0 rgba(0,50,187,0.15);
    -moz-box-shadow: 0 2px 20px 0 rgba(0,50,187,0.15);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,50,187,0.15);
}
.team_list li.act h3,.team_list li:hover h3,.team_list li.act .p1,.team_list li:hover .p1{
    color: #FFFFFF;
}
.star_team .progress{
    position: absolute;
    left: 50%;
    bottom: -90px;
    margin-left: -140px;
    width: 280px;
    padding-bottom: 12px;
    border-bottom: 3px solid #D5E0FA;
}
.star_team .progress span{
    display: block;
    font-size: 18px;
    color: #3864DB;
    line-height: 20px;
    text-align: center;
}
.star_team .progress i{
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 3px;
    background-color: #3864DB;
}
/* 2019-09-24-start */
/*html{
 webkit-filter: grayscale(100%);
 -moz-filter: grayscale(100%);
 -ms-filter: grayscale(100%);
 -o-filter: grayscale(100%);
 filter: grayscale(100%);
 filter: gray;
 filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
 }*/