.mrtop {
    margin-top: 80px !important;
}
#contain{
    background-color:#f8fafc;
    margin:0px auto;
    padding:0px;
}

/*banner*/
.banner-box {
    width:100%;
    height:427px;
    background:url('../images/search_bg.png') no-repeat center center;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-box .banner-content-box {
    width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-box .banner-content-box .tit-item {
    color: #fff;
    font-family: AlibabaPuHuiTi-3-95-ExtraBold;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 6.16px;
}
.banner-box .banner-content-box .tit-item span{
    padding: 0 36px;
}
.banner-box .banner-content-box .tit-item-en {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.banner-box .banner-content-box .tit-item-en .line {
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin: 0 20px;
}
.banner-box .banner-content-box .input-box {
    margin-top: 54px;
    width: 100%;
    height: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 60px;
    background-color: #fff;
}

.banner-box .banner-content-box .input-box .input {
    width: calc(100% - 200px);
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    padding: 0 36px;
    border: none;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*text-transform: uppercase;*/
    background-color: #fff !important;
    border-radius: 60px;
}
.banner-box .banner-content-box .input-box #button {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    color: transparent;
    border: none;
    background:url('../images/search.png') no-repeat center center;
}

.banner-box .banner-content-box .key-tips {
    width: 100%;
    color: #fff;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 17px;
}
.banner-box .banner-content-box .key-tips span {
    padding: 0 10px;
}

/*=========导航=========*/
.breadcrumbs-row {
    padding:20px 0;
    width:1200px;
}
.breadcrumbs-row a{
    color: #888;
    text-align: justify;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.breadcrumbs-row a:hover {
    color:#3A6AFF;
}
.breadcrumbs-row span.last-item{
    color:#3A6AFF;
}



/*全站翻页文章列表*/
#content{
    width: 1200px;
    margin: 0px auto;
}
#pdv_9831{
    float:left;
    width:800px;
    z-index:2
}
#pdv_9831 #spdv_9831{
    overflow:visible;
    width:100%;
}
#pdv_9831 #spdv_9831 .pdv_border{
    margin:0;
    padding:0;
    height:100%;
    border:0px  solid;
}

#pdv_9831 .box-border {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
}
.new_bd{
    margin-bottom:20px;
}
.new_bd .new_bd_p{
    position:relative;
    float:left;
    border-radius: 12px;
    overflow: hidden;
}
.new_bd .new_bd_p img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}
.new_bd .new_bd_p .p_bg{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:30px;
    background:rgba(0,0,0,0.4);
    z-index:2;
}
.new_bd .new_bd_p p{
    position:absolute;
    padding:0 10px;
    left:0;
    bottom:0;
    width:100%;
    height:30px;
    line-height:30px;
    color:#fff;
    z-index:3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    -moz-box-sizing: border-box;  /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;

    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.new_bd .new_bd_p1{
    margin-right:10px;
    width:510px;
    height:350px;
}
.new_bd .new_bd_p2{
    margin-bottom:10px;
    width:280px;
    height:170px;
}
.new_bd .new_bd_p3{
    width:280px;
    height:170px;
}

.cat_bd{
    padding:20px 20px 0 20px;
    height:50px;
    background:#ffffff;
    border-bottom:1px solid #e5e5e5;
    color:#333;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;

}
.cat_bd a{
    display:inline-block;
}
.cat_bd a:hover{
    color:#3A6AFF;
    border-bottom:1px solid #3A6AFF;
}

.newsbody{
    padding-bottom:1px;
    background:#fff;
}
.newslist{
    padding:0 20px;
    background:#ffffff;
}
.newslist ul{}
.newslist ul li{
    position:relative;
    padding:22px 0 22px 250px;
    height:143px;
}
.newslist ul li .newslist_i{
    position:absolute;
    top:22px;
    left:0;
    width:230px;
    height:143px;
    border-radius: 12px;
    overflow: hidden;
}
.newslist ul li .newslist_i img{
    max-width:100%;
    max-height:100%;
}
.newslist ul li .newslist_t{
    /*font-size:18px;*/
    /*line-height:30px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    color: #333;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;

}
.newslist ul li .newslist_t a:hover{
    color:#3A6AFF;
}

.newslist ul li .newslist_d{
    display: -webkit-box;
    margin-top:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #888;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.newslist ul li .newslist_l{
    margin-top:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: rgba(58, 106, 255, 0.10);
}
.newslist ul li .newslist_l a{
    margin-right:10px;
    color: #3A6AFF;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.newslist ul li .newslist_tip{
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.newslist ul li .newslist_tip span{
    margin-right:40px;
    color: #ADADAD;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.newslist ul li .newslist_tip i{
    display:inline-block;
    width:20px;
    height:20px;
    vertical-align:middle;
    background-repeat:no-repeat;
    background-position:center;
    margin-right: 4px;
}
.newslist ul li .newslist_tip .newslist_time{
    background-image:url('../images/time.png');
}
.newslist ul li .newslist_tip .newslist_nums{
    background-image:url('../images/ear.png');
}


/*新闻定制模板2右侧*/
#pdv_9832{
    float:right;
    width: 380px;
    height: 1656px;
    top: 100px;
    right: 0;
    z-index: 3;
}
#pdv_9832 #spdv_9832{
    overflow:visible;
    width:100%;
}
#pdv_9832 #spdv_9832 .pdv_border{
    margin:0;
    padding:0;
    height:100%;
    border:0px  solid;
}
.new_right .boxstyle{
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 18px;
}

.new_right .company-brief .company-tit {
    padding: 16px;
    color: #FFF;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background-color: #3A6AFF;
}
.new_right .company-brief .company-content {
    padding: 16px;
}
.new_right .company-brief .company-item {
    padding: 7px 0;
}
.new_right .case-show .case-tit{
    display: flex;
    padding: 16px;
}
.new_right .case-show .case-tit .item-tit {
    border-bottom: 4px solid #3A6AFF;
    padding-bottom: 12px;
    color: #333;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.new_right .case-content {
    padding: 10px 16px;
}
.new_right .case-content .case-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.new_right .case-content .case-list .case-list-item {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(58, 106, 255, 0.10);
    margin: 0px 8px 16px 0;
}
.new_right .case-content .case-list .case-list-item .item-tit {
    color: #3A6AFF;
    text-align: justify;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.new_right .update-content {
    padding: 0px 16px 10px 16px;
}
.new_right .update-content li {
    display: flex;
    align-items: center;
    padding: 7px 0;
}
.new_right .update-content li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3C3C3C;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.new_right .update-content li a:hover{
    color:#3A6AFF;
}
.new_right .update-content li .point {
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: #888;
    margin-right: 10px;
}

/* 文章详情 */
div#pdv_8457{
    float:left;
    width: 800px;
    z-index: 2;
    margin-bottom: 30px;
}
div#spdv_8457{
    overflow:visible;
    width:100%;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.news-content{
    padding: 0 20px;
}
.news-content .news-title{
    padding: 16px 0px 0px 0px;
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.news-content .news-tags {
    margin-top: 11px;
}
.news-content .news-tags a{
    color: #3A6AFF;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 999px;
    background: rgba(58, 106, 255, 0.10);
    padding: 4px 16px;
}
.news-content .news-info-box {
    padding: 17px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
}
.news-content .news-info-box .news-left {
    display: flex;
    align-items: center;
}
.news-content .news-info-box .news-left .news-from {
    margin-right: 30px;
    color: #333;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.news-content .news-info-box .news-right {
    display: flex;
    align-items: center;
}
.news-content .news-info-box .news-right i{
    display:inline-block;
    width:20px;
    height:20px;
    vertical-align:middle;
    background-repeat:no-repeat;
    background-position:center;
    margin-right: 4px;
}
.news-content .news-info-box .news-right .news-postdate {
    background-image:url('../images/time.png');
}
.news-content .news-info-box .news-right span {
    color: #ADADAD;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.news-content .article-con{
    padding: 16px 0;
    color: #333;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    text-transform: uppercase;
    border-bottom: 1px solid #EBEBEB;
}

/*声明*/
.declare-box {
    padding: 30px 20px 0px 20px;
}
.declare-box .declare-content {
    border-radius: 6px;
    border: 1px solid #A1B8FF;
    background: rgba(101, 127, 210, 0.07);
    padding: 17px 36px;
}
.declare-box .declare-content .declare-tit {
    color: #333;
    text-align: justify;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.declare-box .declare-content .declare-des {
    margin-top: 10px;
    color: #333;
    text-align: justify;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
/*相关*/
.related-box {
    padding: 33px 20px;
}
.related-box .related-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.related-box ul li {
    margin-top: 14px;
}
.related-box ul li a {
    color: #3A6AFF;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;

}


/* ============底部============== */
div#pages {
    margin:20px 0;
    width:100%;
    text-align:center;
    padding-right:8px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#pages a:link,div#pages a:visited,div#pages a:active{
    text-decoration: none;
    color: #BBBDBF;
    /* 14px正文 */
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    letter-spacing: 0.56px;
}

div#pages a{
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#pages li{
    margin:4px;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    list-style-type: none;
    background:#f1f1f1;
    color:#BBBDBF;
    white-space: nowrap;
    display:inline-block;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#pages li.active{
    color:#fff;
    background-color:#3A6AFF;
    white-space: nowrap;
}






















