@charset "utf-8";
/* 公共样式*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    box-sizing: border-box;
    font-family:AvenirLTStd-Roman,sans-serif;
}

ol, ul, li {list-style: none;}
a {text-decoration: none;color: #333;}
img{width: 100%;}

body {
    word-break: break-word;
    font-size: 14px;
    /* line-height: 22px; */
    font-family: "Microsoft Yahei", "微软雅黑", "Arial Narrow", "宋体";
    color: #333333;
}
.flexBt{display: flex;justify-content: space-between;}
.flexhc{display: flex;align-items: center;justify-content: space-around}
.mt20{margin-top: 20px;}

.header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 2px 10px 0px #eee;
    z-index: 9;
}
.header .container {
    width: 1280px;
    height: 64px;
    margin: auto;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo_img{height: 42px;}
.header_ul{
    display: flex;
    align-items: center;
}
.header_ul li {margin: 0 15px;padding: 10px 0;}
.header_ul li:hover {border-bottom: 2px solid #000F7B;}
.header_ul li a {font-weight: bold;}
.header_ul li a:hover{color: #000F7B;}
.active{border-bottom: 2px solid #000F7B;}
.active a{color: #000F7B;}

.swiper_box{
    width: 50%;
    margin: auto;
    padding: 60px 0;
}
.swiper {
    width: 100%;
    height: auto;
}
.swiper-button-next, .swiper-button-prev {
    color: #ccc !important;
}

.main {
    width: 100%;
    margin-top: 64px;
}
.bng_img {
    width: 100%;
    display: block;
}
.info{
    text-align: center;
    background: linear-gradient(90deg,#ccc,#fff,#ccc);
}
.info_one {
    font-weight: bold;
    font-size: 52px;
    padding-top: 60px;
}
.info_two {
    font-weight: bold;
    font-size: 22px;
    padding: 20px 0;
}
.info_three{
    font-size: 22px;
    padding: 10px 0 60px;
    color: #007ac0;
}
.title{
    width: 1250px;
    margin: auto;
    font-size: 38px;
    font-weight: bold;
    color: #000f7b;
    text-transform: uppercase;
    padding: 50px 0 40px;
}
.history_div{
    text-align: center;
    padding: 60px 0;
}
.history_div img {width: 75%;}
.profile_info{
    width: 1250px;
    margin: auto;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    padding-bottom: 50px;
    text-align: justify;
}

.content_scale{
    background: linear-gradient(90deg,#ccc,#fff,#ccc);
    padding-bottom: 60px;
}
.scale_info{
    width: 1250px;
    margin: auto;
}
.scale_p{
    font-size: 18px;
    text-align: justify;
    line-height: 36px;
    font-weight: bold;
}
.content_edge{
    background: linear-gradient(90deg,#ccc,#fff,#ccc);
}
.edge_img{
    width: 75%;
    display: block;
    margin: 30px auto 0;
}
.fin_img{
    width: 90%;
    display: block;
    margin: 0 auto;
}
.footer{
    width: 100%;
    background: #eceef3;
    box-shadow: 0px 2px 10px 0px #999;
}
.footer .container{
    width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 15px;
}
.footer_info{
    width: 80%;
    color: #666;
    padding-left: 100px;
}
.footer_info h3{
    font-weight: bold;
    font-size: 18px;
}
.footer_info p{
    line-height: 26px;
    padding-top: 6px;
}
.copyright{
    text-align: center;
    padding-bottom: 20px;
    color: #333;
}
.flex_left{
    width: 33%;
    text-align: center;
}
.flex_right{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex_right img{
    width: 49%;
}
.project_title_btn{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    background: rgba(33, 89, 104, 1);
    padding: 10px 50px;
    margin-bottom: 40px;
}
.plan_div{
    width: 49%;
}
.plan_left_top{
    position: relative;
}
.plan_left_top img{
    width: 40%;
}
.plan_title{
    font-size: 18px;
    font-weight: bold;
    color: rgba(33, 89, 104, 1);
    position: absolute;
    left: 17%;
    bottom: 15%;
}

.financial_content{
    width: 960px;
    margin: 64px auto 0;
}
.fin_title{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    font-family: '宋体';
}
.text_right{
    text-align: right;
    letter-spacing: 2px;
}
.text_tit{
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.text_tit_l{
    font-weight: bold;
    letter-spacing: 2px;
    text-indent: 50px;
    margin-bottom: 10px;
}
.text_info{
    text-indent: 50px;
    font-family: Calibri;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: justify;
}
.t_table, .t_table td{
    border: 1px solid #000000;
    border-collapse: collapse;
}
.t_table td {
    padding: 5px 20px;
}

.last_table{
    width: 60%;
}
.last_table td{
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

.social_divc{
    width: 50%;
    margin: 20px auto;
}

/* 手机 */
@media screen and (max-width: 480px){
    .header .container, .footer .container {
        width: 100%;
    }
    .footer .container {
        display: block;
        padding: 10px;
    }
    .footer .container .logo_img {
        width: 50%;
        height: auto;
        margin: 10px 0;
    }
    .footer .container .footer_info {
        padding: 0 10px 10px;
        width: 100%;
    }
    .header_ul li a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}
@media screen and (max-width: 376px){
    .deadtime{padding: 0 15.5%}
}
@media screen and (max-width: 321px){
    .deadtime{padding: 0 8.5%}
}
