*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
   
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#999;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#999;
}
:-moz-placeholder {
    color:#999;
    opacity:1;
}
::-moz-placeholder {
    color:#999;
    opacity:1;
}
:-ms-input-placeholder{
    color:#999;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
body {
    font-family: '微软雅黑', 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1180px;
    margin: 0 auto;
}
.alimail_banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.alimail_banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.alimail_txt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.alimail_txt h3{
    font-weight: 500;
    font-size: 45px;
    color: #181818;
    line-height: 1;
}
.alimail_txt p{
    margin-top: 22px;
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    line-height: 1;
}
.alimail_txt a{
    margin-top: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    background: #FF6A00;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    transition: .5s;
}
.alimail_txt a:hover{
    background: #e64507;
}

.truelandNav {
    border-bottom: 1px solid #d7d8d9;
    overflow: hidden;
}
.truelandNav .list{
    display: flex;
    justify-content: center;
}
.truelandNav .list li {
    width: 33.3%;
    position:relative;
    text-align: center;
}
.truelandNav .list li a {
    display: block;
    padding: 21px 0;
}
.truelandNav .list li a h3{
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    line-height: 1;
}
.truelandNav .list li a h3 span{
    color: #FF6A00;
}
.truelandNav .list li a p{
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 1;
}
.truelandNav .list li a:hover {
    background: #F4F4F4;
}
.truelandNav .list .active a {
    background: #F4F4F4;
}
.truelandNav.anchor_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}
.insight1{
    margin: 50px 0px;
}
.insight_title{
    text-align: center;
}
.insight_title p{
    font-weight: 500;
    font-size: 32px;
    color: #373D41;
    line-height: 1;
}
.insight_title span{
    display: block;
    margin-top: 15px;
    font-weight: 500;
    font-size: 14px;
    color: #3A3A3A;
    line-height: 1;
}
.insight1_con{
    margin-top: 34px;
}
.insight1_con ul{
    display: flex;
    flex-wrap: wrap;
}
.insight1_con ul li{
    width: 32.2%;
    margin-right: 1.7%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    border: 1px solid #DDDDDD;
}
.insight1_con ul li:nth-child(3n){
    margin-right: 0;
}
.insight1_txt1{
    background: #FCFBFB url("../images/bjtp.png") no-repeat top center;
    background-size: 100%;
    height: 150px;
    padding: 20px 25px;
}
.insight1_txt1_1{
    font-weight: 500;
    font-size: 18px;
    color: #181818;
    line-height: 1;
}
.insight1_txt1_2{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.insight1_txt1_2 dl:nth-child(1){
    width: 55%;
}
.insight1_txt1_2 dl:nth-child(2){
    width: 42%;
}
.insight1_txt1_2 dl dd{
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
.insight1_txt2{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    padding: 0 25px;
}
.insight1_txt2 dl{
    line-height: 48px;
    display: flex;
    justify-content: space-between;
}
.insight1_txt2 dl dt{
    font-weight: 700;
    font-size: 16px;
    color: #FF6A00;
    width: 70%;
}
.insight1_txt2 dl dd{
    font-weight: 700;
    font-size: 16px;
    color: #FF6A00;
    width: 30%;
}
.insight1_txt3{
    padding: 20px 25px;
}
.insight1_txt3 dl{
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}
.insight1_txt3 dl dt{
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    width: 70%;
}
.insight1_txt3 dl dd{
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    width: 30%;
}
.insight1_txt4{
    display: flex;
    align-items: flex-end;
    border-top: 1px solid #ddd;
    padding: 18px 25px;
}
.insight1_txt4 span{
    line-height: 1;
}
.insight1_txt4 .span1{
    font-size: 16px;
    color: #FF6A00;
}
.insight1_txt4 .span2{
    font-size: 30px;
    color: #FF6A00;
}
.insight1_txt4 .span3{
    font-size: 14px;
    color: #181818;
    padding-left: 5px;
}
.insight1_txt5 a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #FF6A00;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}
.insight1 .alimaail_more, .insight2 .alimaail_more{
    margin-top: 30px;
    text-align: center;
}
.insight2{
    background: #F4F3F4;
    padding: 50px 0;
}
.insight2_con{
    margin-top: 34px;
}
.insight2_con ul{
    display: flex;
    flex-wrap: wrap;
}
.insight2_con ul li{
    width: 23.725%;
    margin-right: 1.7%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    border: 1px solid #DDDDDD;
}
.insight2_con ul li:nth-child(4n){
    margin-right: 0;
}
.insight2_txt1{
    background: #FCFBFB url("../images/bjtp.png") no-repeat top center;
    background-size: 100%;
    height: 122px;
    padding: 20px 25px;
    position: relative;
}
.insight2_txt1 h3{
    font-weight: 500;
    font-size: 18px;
    color: #181818;
    line-height: 25px;
}
.insight2_txt1 p{
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
.insight2_txt2{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    padding: 0 25px;
    position: relative;
}
.insight2_txt2 dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: 500;
    line-height: 48px;
}
.insight2_txt2 dl dt{
    width: 60%;
    font-size: 16px;
    color: #181818;
}
.insight2_txt2 dl dd{
    width: 35%;
    font-size: 14px;
    color: #999999;
}
.insight2_txt3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 25px;
}
.insight2_txt3 dl{
    font-weight: 500;
    line-height: 30px;
}
.insight2_txt3 dl:nth-child(1){
    width: 60%;
}
.insight2_txt3 dl:nth-child(2){
    width: 35%;
}
.insight2_txt3 dl dt{
    font-size: 16px;
    color: #181818;
}
.insight2_txt3 dl dd{
    font-size: 14px;
    color: #999999;
}
.insight2_txt4{
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    padding: 18px 25px;
}
.insight2_txt4_1{
    display: flex;
    align-items: center;
}
.insight2_txt4_1 .span1{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 20px;
    background: #EA3A3A;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
}
.insight2_txt4_1 .span2{
    margin-left: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #EA3A3A;
    font-weight: 500;
    font-size: 12px;
    color: #EA3A3A;
}
.insight2_txt4_2{
    display: flex;
    align-items: flex-end;
    margin-top: 15px;
}
.insight2_txt4_2 span{
    line-height: 1;
}
.insight2_txt4_2 .span1{
    font-size: 16px;
    color: #FF6A00;
}
.insight2_txt4_2 .span2{
    font-size: 30px;
    color: #FF6A00;
}
.insight2_txt4_2 .span3{
    font-size: 14px;
    color: #181818;
    padding-left: 5px;
}
.insight2_txt5 a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #FF6A00;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}
.insight3{
    margin: 50px 0;
}
.insight3_con{
    margin-top: 70px;
}
.insight3_cons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 65px;
    margin-bottom: 70px;
}
.insight3_cons:nth-child(even){
    flex-direction: row-reverse;
}
.insight3_cons:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.insight3_cons_fl{
    width: 45%;
}
.insight3_cons_fl_t dl dt{
    font-weight: 500;
    font-size: 28px;
    color: #181818;
    line-height: 36px;
    margin-bottom: 38px;
}
.insight3_cons_fl_t dl dt span{
    color: #FF6A00;
}
.insight3_cons_fl_t dl dd{
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.insight3_cons_fl_t dl dd h3{
    font-size: 20px;
    color: #181818;
    line-height: 36px;
    position: relative;
    padding-left: 9px;
}
.insight3_cons_fl_t dl dd h3:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #181818;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 16px;
}
.insight3_cons_fl_t dl dd p{
    font-size: 17px;
    color: #666666;
    padding-left: 9px;
}
.insight3_cons_fl_b{

}
.alimaail_more a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    height: 48px;
    background: linear-gradient(90deg, #FF4F1D, #FF1866);
    border-radius: 24px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.insight3_cons_fr{
    width: 51.5%;
}

