/*留言模块组件start*/
.title {
    width: 25%;
}
.input_box_two input{
    font-size: 14px;
    width: 100%;
}
.clear {
    clear: both;
}
.center {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mask{
    position: fixed;
    z-index: 1;
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}
.left {
    float: left;
}

.right {
    float: right;
}


.input_box {
    width: 75%;
}
.input_box input{
    font-size: 14px;
}
.message_style_one{
    padding: 3px 0;
    background-color: #f7f7f7;
}
.back_white_box{
    background-color: white;
    /*padding: 0 15px;*/
}
.row {
    border-bottom: 1px solid #e4e4e4;
    padding: 12px;
    margin: 0!important;
}

.style_one_box:nth-child(3) .row {
    border: none!important;
}

.cloud_message_box input {
    width: 90%;
    border: none;
    color: #5d5d5d;
}

.cloud_message_box input:focus {
    outline: none;
}
.style_one_box{
    padding: 0 15px;
    background-color: white;
    margin-top: 10px;
    font-size: 14px;
}
.save_bnt {
    text-align: center;
    color: white;
    background-color: #bac0f2;
    width: 90%;
    margin: 25px auto;
    border-radius: 20px;
    padding: 10px 0;
    font-size: 16px;
}
.website_message_box{
    padding-bottom: 15px;
    width: 100%;
    /*max-width: 750px;*/
    /*margin: 0 auto;*/
    overflow: hidden;
}
/*第二部分start*/
.row_two{
    padding: 12px;
}
.gray_back_two{
    background-color: #f5f5f5;
}
.white_back{
    background-color: white;
}
.disabel_bnt{
    background-color: #bac1f2!important;
    color:#fcfff2!important;
}
.website_message_box input::-webkit-input-placeholder{
    color: #cccccc;
}
.website_message_box input:-moz-placeholder{
    color: #cccccc;
}
.website_message_box input::-moz-placeholder{
    color: #cccccc;
}
.website_message_box input:-ms-input-placeholder{
    color: #cccccc;
}
.website_message_box input{
    color: #5d5d5d;
    width:100%;
}
.website_message_box input:focus{
    outline: none;
}
.style_one_box .row:last-child{
    border-bottom: none;
}
/*留言模块组件end*/


/*公司信息start*/
.ditu {
    /* padding: 20px; */
    background: #FFF;
}

.dis_none {
    display: none!important;
}

.container {
    height: 200px;
    margin: 15px
}

.address_arrt_list {
    background: #fff;
}

.address_arrt {
    width: 100%;
    /*height: 50px;*/
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
}

.address_left {
    width: 30%;
    margin-left: 15px;
}

.address_right {
    width: 70%;
    color: #5f5f5f;
    /* 2/3 */
    /* text-align: right; */
    margin-right: 20px;
    overflow: hidden;
    word-break: break-all;
}


/*公司信息end*/

/*资讯信息start*/

.head_name {
    font-size: 60px;
    width: 375px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin-bottom: 10px;
}

.head {
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.daohan {
    font-size: 16px;
    float: left;
    margin-left: 23px;
    height: 45px;
    line-height: 30px;
    overflow-x: hidden;
}
.dis_none{
    display: none;
}
.clear {
    clear: both;
}

.left {
    float: left;
}

.tab_box {
    width: 92%;
}
.content_box{
    /*margin-top: 13%;*/
    background-color: #f7f7f7;
}
.jt_box {
    width: 8%;
}
.active1{
    color: #999df9;
}
/*.active_border {*/
/*    width: 50%;*/
/*    border-bottom: 3px solid #999df9;*/
/*    margin-top: 10px;*/
/*}*/
.center {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xia_img {
    display: block;
    width: 27px;
    height: 40px;
    margin-left: -5px;
}

.fudong {
    /*position: fixed;*/
    z-index: 2;
    background: #fff;
    top: 0;
    width: 100%;
    left: 0;
}
.wenben1{
    height: 40px;
    line-height: 40px;
}

.dis_xxx::after{
    content: '';
    width: 40%;
    height: 3px;
    background-color: #999DF9;
    position: absolute;
    left:30%;
    bottom: 0;
}
.dis_xxx>.wenben1{
    color: #999DF9;
}

/**列表1——start*/

.big_picture_list {
    background: #FFF;
    margin-bottom: 10px;
}

.big_picture {
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.big_picture_img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
}

.big_picture_text1 {
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.big_picture_arr {
    width: 100%;
    height: 20px;
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #999;
}

.big_picture_browse {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.big_picture_browse_img {
    width: 16px;
    height: 16px;
    display: block;
}

.more {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #b2b2b2;
    background: #FFF;
}

.more_img {
    width: 15px;
    height: 15px;
    display: block;
}



/**列表1——end*/


/*<!-- 列表——风格2--start -->*/

.right_pictures_list {
    background-color: #FFF;
    margin-bottom: 10px;
}

.right_pictures {
    width: 100%;
    padding: 10px 15px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f7f7f7;
    box-sizing: border-box;
}

.right_pictures_describe {
    height: 75px;
    width: 64%;
}

.right_pictures_title {
    font-size: 16px;
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    line-height: 21px;
}
.loading{
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.loading_box{
    color: #999;
    font-size: 14px;
}
.right_pictures_arr {
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    margin-top: 15px;
}

.right_pictures_img {
    width: 32%;
    height: 75px;
    display: block;
    border-radius: 4px;
    object-fit: cover;
}

.display_none {
    display: none;
}

.big_picture_browse {
    height: 20px;
    margin-right: 10px;
}


/*<!-- 列表——风格2--end -->*/


/*<!-- 列表——风格3--start -->*/

.multi_graph_list {
    background: #FFF;
    margin-bottom: 10px;
}

.multi_graph {
    padding: 15px;
    border-bottom: 1px solid #f7f7f7;
}

.multi_graph_title {
    width: 100%px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.multi_graph_img_box {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.multi_graph_img {
    width: 32.3%;
    height: 80px;
    display: block;
    object-fit: cover;
    border-radius: 4px;
}

.multi_graph_arr {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #999;
}


/*<!-- 列表——风格3--end -->*/
/*头部NEW*/
.head_daohang_box {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.head_daohang {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 0 12px;
}
.head_daohang:nth-child(1){
  margin-left: 0;
}
.head_daohang:nth-last-child(1){
  margin-right: 0;
}
.head_daohang .wenben{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.active_new{
    color: #999df9;
}
.underline.active_border{
    background-color: #999df9;
}
.underline {
    position: absolute;
    width: 15px;
    left: 50%;
    margin-left: -7.5px;
    bottom: 0;
    height: 3px;
    /*background: transparent;*/
}
/*<!-- 列表——风格4--start -->*/

.article_list {
    background-color: #FFF;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.article {
    width: 46.7%;
    background: #FFF;
    margin-top: 10px;
    margin-left: 8px;
    position: relative;
}
.bofang2{
    position: absolute;
    top: 25%;
    left: 45%;
    z-index: 6;
}

.article_img {
    width: 100%;
    height: 140px;
    display: block;
    margin-bottom: 10px;
    border-radius: 4px;
    object-fit: cover;
}

.article_title {
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.article_arr {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #999;
}
.margin_5{
    margin: 0 5px;
}
.big_picture_browse_img4 {
    width: 16px;
    height: 16px;
    display: block;
}

.big_picture_browse4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left:5px;
}


/*<!-- 列表——风格4--end -->*/


/*<!-- 列表——风格5--start -->*/

.bofang {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 23%;
    left: 60px;
}


/*<!-- 列表——风格5--end -->*/


/*<!-- 列表——风格6--start -->*/

.wu {
    background-color: #fff;
    height: 355px;
}

.none_img {
    width: 45%;
    display: block;
    margin: 0 auto;
}

.none_wenben {
    color: #aaa;
    position: relative;
    text-align: center;
}

.full_describe {
    height: 75px;
    width: 100%;
}

/*<!-- 列表——风格6--end -->*/
/*资讯信息end*/