/*body{*/
    /*overflow-x: hidden;*/
    /*font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;*/
/*}*/

/*html{*/
    /*filter: grayscale(100%);*/
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: url("data:image/svg+xml;utf8,#grayscale");*/
    /*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
    /*-webkit-filter: grayscale(1);*/
/*}*/

.row{
    margin-right: 0!important;
    margin-left: 0!important;
}
.page {
	padding-top:10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap-bd{
    padding-bottom: 10px;
    background-color: #fff;
    position: relative;
    padding-top: 10px;
}
.wrap-bd-img{
    width: 100%;
    position: relative;
}
.navCont{
    /*position: absolute;*/
    /*width: 100%;*/
    height:78px;
    /*border-bottom: 2px solid #f0f0f029;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 666;*/
    margin-left: 40px;
}
.navContList{
    /*width: 1440px;*/
    margin: 0 auto;
}
.repairCont{
    /*height: 728px;*/
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 0.8;
    border: 1px solid #DCE8E9;
    margin-top: 50px;
    padding:0 40px;
}
.showArea{
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.actionFw{
    width:  290px;
    height: 300px;
    position: absolute;
    top:10px;
    right:240px;
    border-radius: 8px;
    overflow: hidden;
}
.actionFw_zz{
    position: absolute;
    top:0;
    left: 0px;
    width: 290px;
    height: 300px;
    background-color: #e8e8e8;
    opacity: .7;
    z-index: 101;
}
.actionFw_main{
    padding-top: 20px;
    position: absolute;
    top:0;
    left: 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    z-index: 106;
}
.actionFw_main div{
    width: 42%;
    margin-bottom: 12px;
    text-align: center;
}
.showArea_img{
    width: 1002px;
    height: 332px;
}
.showArea_img div{
    float: left;
    height: 332px;
}
.showArea_img div img{
   height: 100%;
   width: 1002px;
}
.btnLt{
    background-color: #000000;
    height: 332px;
    position: absolute;
    top:0;
    left:0;
    opacity: .3;
    z-index: 666;
}
.btnLt span{
    position: absolute;
    z-index: 999999999999999;
    font-size: 50px;
    top: 113px;
    right: 30px;
    color: #fff;
    cursor: pointer;
}
.btnRt{
    background-color: #000000;
    height: 332px;
    position: absolute;
    top:0;
    right:0;
    opacity: .3;
    z-index: 666;
}
.btnRt span{
    position: absolute;
    z-index: 999999999999999;
    font-size: 50px;
    top: 113px;
    left: 30px;
    color: #fff;
    cursor: pointer;
}
.newsArea{
    box-sizing: border-box;
    width: 1440px;
    margin: 0 auto;
}
.newsHq{
    padding: 5px 5px 10px 5px;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
}
.news_top{
    height: 48px;
    border-bottom: 1px solid #D4E1E1;
    line-height: 45px;
    /*color:#519DA0;*/
    /*font-size: 16px;*/
    padding: 0;
    font-weight: 700;
    font-size: 24px;
    color: #0671C1;
}
.doneCont{
    background-image: url("../images/Group.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
}
.news_list li{
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    white-space: nowrap;
    border-bottom: 1px dashed #dcdcdc;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
}

.news_list li:last-child{
    border-bottom: 0;
}
.news_list li .tips {
    width: 3px;
    height: 3px;
    display: inline-block;
    background-color: #4d4d4d;
}
.news_more{
    margin-top: 10px;
}
.newsList_Th{
    line-height: 35px;

}
.newsList_Th th{
    /*font-weight: 400;*/
    color: #0671C1;
    font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 16px;
}
.newsList_Th thead{
    height: 44px;
    border-bottom: 1px solid rgba(217,217,217,0.5);
}
.newsList_Th td{
    height: 42px;
    line-height: 42px;
}
.newsList_Th span{
    color: #000;
    font-weight: 500;
    font-family: PingFang SC-Regular, PingFang SC!important;
    font-size: 16px;
}
.marketList{
  padding: 10px 0;
  border-bottom: 1px dashed #F0F0F0;
}
.marketList:last-child{
    border: 0;
}
.marketList .marketStatus{
    width: 58px;
    float: left;
    border-right: 2px solid #0671C1;
    height: 36px;
    display: flex;
    align-items: center;
    color: #0671C1;
    margin-right: 20px;
}
.marketList .marketInfo a{
    margin-left: 60px;
    display: flex;
    justify-content: space-between;
    line-height: 18px;
    align-items: center;
}
.repairCont{
    margin-bottom: 26px;
}
.user-info{
    display: none;
}
.itemTit{
	display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.icon_fw{
    padding-top: 15px;
    display: flex;
    flex-flow: wrap row;
    justify-content: space-around;
}
.icon_fw img{
    width: 75px;
    height: 53px;
}
.icon_fw div{
    width: 45%;
    height: 85px;
    text-align: center;
    margin-bottom: 19px;
}
.iconBm{
    width: 1002px;
    height: 120px;
    margin: 10px auto;
    background-color: #fff;
}
.iconBm_tip{
    background-image: url("../img/bmfw.png");
    background-repeat: no-repeat;
    float: left;
    width: 45px;
    height: 100%;
    margin-right: 20px;
}
.iconBm_item{
    display: flex;
    flex-flow: row wrap;
    padding-right: 15px;
    justify-content: space-between;
    width: 100%;
}
.item_tel{
    float: left;
    margin-top: 30px;
    margin-left: 20px;
}
.iconBm_item div{
   text-align: center;
   margin-top: 27px;
}
.marketArea{
    width: 1002px;
    margin: 0 auto;
    display: flex;
}
.marketArea >div{
    background-color: #fff;
    width: 700px;
    margin-right: 48px;
    flex-shrink: 0;
}
.marketArea >div:last-child{
    margin-right: 0;
}
.itemTit_jd{
    width: 340px;
}
.itemTit_es{
    width: 150px;
}
.itemTit_sw{
    width: 150px;
}
.newsList_Th td span,.newsList_Th td a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    color: #000;
}
.itemTit_wx_ {
    max-width: 100px;
}
.itemTit_wx {
	width: 220px;
}
.tabBox li{
    float: left;
    padding: 0;
}

.moreList{
    float: right;
    height: 45px;
    display: flex;
    align-items: center;
}
.moreList span a{
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color:#0671C1
}
.boxTitle{
    height: 45px;
    display: inline-block;
    border-bottom: 1px solid #0671C1;
    color: #0671C1;
    font-size: 18px;
}
.tipsLine{
    height: 8px;
    width: 1px;
    opacity: 1;
    background-color: #BFBFBF;
    display: inline-block;
    margin: 0 5px;
}
.swiper_tow img{
    height: 240px;
    width: 100%;
}
.moreListSoso{
    display: inline-block;
    width: 200px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
    float: left;
    position: relative;
}
.moreListSoso input{
    border: 0px;
    outline: none;
    width: 100%;
    height: 100%;
    line-height: 25px;
    margin-top: -26px;
    padding: 0 10px;
}
.moreListSoso span{
    position: absolute;
    top: -10px;
    right: 5px;
    cursor: pointer;
}
.tssc{
    /*border-right: 1px solid #C5E9EB ;*/
}
.bmfwCont,.bmfwContMore{
    display: flex;
    /*flex-flow: wrap;*/
    /*padding: 0 5px;*/
}
.bmfwCont >div{
    flex-shrink: 0;
}
.bmfwItem{
    width: 142px;
    height: 47px;
    background: #F5F5F5;
    border-radius: 8px 8px 8px 8px;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}
.bmfwCont >div:nth-child(3n) .bmfwItem{
    margin-right: 0;
}
.bmfwItem span{
     color: #434343;
    margin-left: 5px;
}

.bmfwCont{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr  1fr;
    grid-gap: 20px;
    /*padding-left: 20px;*/
}
.bmfwCont_item{
    width: 223px;
    height: 77px;
    background: #F5F5F5;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.iconBm_tip_app{
    display: none;
}
.lost-drop{
    color: #8C8C8C;
    font-size: 12px;
}
thead{
    background-color: #fff;
}
.newsBody{
    display: flex;
    padding: 15px 0;
}
.newsBody .newsImg{
    width: 710px;
    height: 341px;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    flex-shrink: 0;
    margin-right: 30px;
    overflow: hidden;
    background-color: #f2f2f2;
    margin-top: 15px;
}
.newsBody .newsImg .imgItem{
    height: 100%;
    display: flex;
    align-items: center;
}

.noticeBox{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 25px;
}
.noticeBox_item{
    width: 466px;
    height: 102px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E5E6EB;
    padding: 15px;
    box-sizing: border-box;
}

/*.newsBody .newsImg .active{*/
     /*display: flex;*/
     /*align-items: center;*/
/*}*/
.riLiCart{
    width: 50px;
    height: 54px;
    background-image: url("../images/rili.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
    text-align: center;
    line-height: 15px;
    padding-top: 16px;
    margin-right: 9px;
}
.riLiCart .day{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 3px;
}
.riLiCart .month{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}
.newsList a{
    display: flex;
    padding: 6px 0;
    border-bottom: 1px dashed #F0F0F0;
}
.newsTitle{
    font-size: 16px;
    color: #222;
}
.newsTitle:hover{
    color: #0671C1;
    font-weight: 700;
}
.newsCont{
    /*font-size: 14px;*/
    /*color: #000;*/
    /*line-height: 14px;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #8C8C8C;
}
.newsContGg{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #8C8C8C;
}
.linkCont{
    display: flex;
}
.linkItem{
    width: 223px;
    height: 73px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    display: flex;
    align-items: center;
    margin-right: 20px;
    padding: 0 12px;
    cursor: pointer;
}
.linkItem a{
    display: inline-block;
    width: 223px;
    height: 73px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #434343;
    font-size: 16px;
 }
.noticeLi{
    padding: 9px 0;
    border-bottom: 1px dashed #F0F0F0;
}
.noticeLi a{
    color: #222;
}
.noticeLi:hover a{
    color: #0671C1;
    font-weight: 700;
}
img.pcLogo{
   /*width: 337px;*/
   height: 54px;
}
.wapLogo{
    display: none;
}
input::-webkit-input-placeholder{
    color:#F0F0F0;
}

input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#F0F0F0;
}

input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#F0F0F0;
}

input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#F0F0F0;
}
.sosoAreaWap{
    display: none;
}
.wapSoso{
    display: none;
}
.wrapNav{
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: #0671C1;
    padding: 0;
    z-index: 99;
    display: none;
}
.wrapNav li{
    padding-left: 20px;
}
.wrapNav li a{
    color: #fff!important;
}
.bmfwContMore .bmfwItem {
    width: 210px;
    height: 65px;
}
.container{
    width: 1440px!important;
}
.ewCont{
    position: fixed;
    top: 540px;
    right: 5px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.08);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #F1F1F1;
    padding: 15px;
}
@media  screen and (min-width: 1500px) {
    .newsArea{
        width: 1440px;
    }
    .iconBm{
        width: 1440px;
        background-size: 100% 100%;
    }
    .marketArea{
        width: 1440px;
    }
    .itemTit_wx_{
        max-width: 420px;
    }
    .itemTit_wx{
    	width: 500px;
    }
    .itemTit_jd {
    	width: 540px;
    }

}
@media (min-width: 1020px)   and (max-width: 1440px){
    body{
        overflow-x: hidden;
    }
}
@media (min-width: 768px) and (max-width: 1002px) {
    body {
        overflow-x: hidden;
    }
    .main_nav_ios{
        display: block!important;
    }
    .main_nav_pc{
        display: none;
    }
    .newsArea {
        width: 98%;
        margin: 0 auto;
    }
    .main_area{
        width: 98%!important;
    }
    .sosoArea{
        right: 0!important;
    }
    .col-md-8 {
        padding-right: 0 !important;
    }

    .icon_fw div {
        width: 156px;
    }

    .iconBm {
        width: 100%;
        background: #fff;
        padding-left: 5px;
        height: 250px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .iconBm .news_top {
        display: block;
    }

    .iconBm_item {
        padding-top: 15px;
    }

    .news_Fwjd {
        margin-bottom: 10px;
    }

    .iconBm_item div {
        width: 140px;
        height: 100px;
        margin-top: 0px;
    }

    .marketArea {
        width: 100%;
    }

    .marketArea div {
        margin-bottom: 10px;
    }

    .mian_area {
        width: 98% !important;
        position: relative;
    }

    .itemTit_wx_ {
        width: 240px;
        max-width: 150px;
    }

    .itemTit_wx {
        width: 420px;
    }

    .itemTit_jd {
        width: 420px;
    }

    .itemTit_es {
        width: 310px;
    }

    .itemTit_sw {
        width: 310px;
    }

    .ft_item{
        position: absolute!important;
        top: 5px!important;
        right: 15px!important;
        width: 380px!important;
    }
}
@media screen and (max-width: 700px){
    body{
        overflow-x: hidden;
    }
    .main_nav_ios{
        display: block!important;
    }
    .newsBody{
        display: block;
    }
    .newsBody .newsImg{
        width: 98%;
        height: 355px;
    }
    .carousel-indicators{
        bottom: 5px!important;
    }
    .carousel-indicators li{
        background-color: #D9D9D9!important;
    }
    .carousel-indicators li.active{
        background-color: #0671C1!important;
    }
    #myCarousel{
        height: 355px!important;
    }
    .doneCont{
        background-image: url("../images/appImg.png");
    }
    .entrance{
        display: none;
    }
    .linkCont{
        padding: 10px;
        flex-wrap: wrap;
        padding-top: 15px;
    }
    .linkItem{
        width: 48%;
        margin-right: 10px;
        padding: 0;
        margin-bottom: 10px;
    }
    .linkItem:nth-child(2n){
        margin-right: 0;
        background-color: rgba(255,255,255,0.5);
    }
    .linkItem:nth-child(2n) a{
        background-color: rgba(255,255,255,0.5);
    }
    .repairCont{
        padding: 0 10px;
        border: 0;
    }
    .main_nav_pc{
        display: none;
    }
    .newsArea{
        width:98%;
        margin: 0 auto;
    }
    .main_area{
        width: 98%!important;
    }
    .loginBtn{
        display: none;
    }
    .pcLogo{
        display: none;
    }
    .wapLogo{
        display: block;
    }
    .sosoArea{
        display: none;
    }
    .col-md-8,.col-md-9,.col-md-5,.col-md-7,.col-md-6{
        padding-right: 0!important;
    }
    .icon_fw div{
        width: 80px;
    }
    .newsListCont{
        overflow: auto;
    }
    .newsList_Th{
        width: 750px;
    }
    .bmfwCont{
        padding: 0;
    }
    .iconBm{
        width: 100%;
        background: #fff;
        padding-left: 5px;
        height:350px;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .iconBm .news_top{
        display: block;
    }
    .iconBm_item{
        padding-top: 15px;
    }
    .news_Fwjd {
        margin-bottom: 10px;
    }
    .iconBm_item div{
        width: 92px;
        height: 100px;
        margin-top: 0px;
    }
    .bmfwImg{
        width: 100%;
    }
    .bmfwItem{
        width:122px;
        margin-right: 5px;
    }
    .bmfwItem:nth-child(3n){
        margin-right: 0;
    }
    .bmfwItem span{
        margin-left: 3px;
    }
    .marketArea{
        width: 100%;
        display: block!important;
    }
    .marketArea .col-md-4{
        padding-right: 0;
    }
    .marketArea .newsListCont_ES{
        margin-bottom: 10px;
    }
    .ft_tip{
        display: none;
    }
    .mian_area{
        width: 98%!important;
    }
    .ft_item{
        padding-left: 15px!important;
    }
    .itemTit_wx_ {
        width: 160px;
    }
    .itemTit_wx {
        width: 160px;
    }

    .itemTit_jd {
        width: 160px;
    }

    .itemTit_es {
        width: 110px;
    }

    .itemTit_sw {
        width: 110px;
    }
    .wrap-bd-img{
        display: none;
    }
    .iconBm_tip{
        display: none!important;
    }
    .iconBm_tip_app{
        display: block;
    }
    .bm_cont{
        width: 100%!important;
    }
    .item_tel{
        display: none;
    }
    /*.news_tssc{*/
        /*height: 100px;*/
        /*margin-bottom: 5px;*/
    /*}*/
    .moreListSoso{
        width: 190px;
    }
    .ft_item{
        width: 96%;
    }
    .newsListCont_ES .newsList_Th{
        width: 100%;
        padding: 0 13px;
        min-height: 225px!important;
    }
    .newsListCont_SW .newsList_Th{
        width: 100%;
        padding: 0 13px;
        min-height: 225px!important;
    }
    .mainArea{
        width: 98%;
    }
    .list_area{
        width: 100%;
        display: flex;
        float: none;
        top: -15px;
    }
    .list_cont{
        margin-left: 0px;
    }
    #listAll .news_top{
        display: none;
    }
    .list_item{
        /*height: 45px!important;*/
    }
    .list_item li{
        display: inline-block;
        padding: 0 15px;
    }
    .main_top_wrap{
        width: 100%;
        padding: 0 10px;
    }

    /*.main_top img{*/
        /*width: 90%;*/
    /*}*/
    .list_cont{
        height: auto;
        /*padding: 0 10px;*/
    }
    .list_tip{
        width: 100px;
        display: none;
    }
    .news_list{
        overflow-x: auto;
    }
    .contDateil{
        width: 100%;
    }
    .textArea_cont img{
        width: 100%;
        height: auto!important;
    }
    .bmfwCont >div{
        /*width: 32.3%;*/
        margin-right:3px;
    }
    .marketArea >div{
        width: 100%;
    }
    .layui-container{
        padding: 0!important;
    }
    .navbar-inverse{
        background-color: #0671C1!important;
    }
    .navbar{
       border: 0!important;
        min-height: 0!important;
    }
    .navbar-toggle .icon-bar{
        background-color: #fff!important;
    }
    .navbar-inverse .navbar-nav > li > a{
        color: #fff!important;
    }
    .bmfwContMore{
        padding: 10px 0!important;
        display: flex;
        flex-wrap: wrap;
    }
    .bmfwContMore > div{
        width: 50%;
    }
    .loginBtn a{
        margin-left: 0!important;
    }
    .user-info{
       line-height: 50px;
    }
    .navbar-toggle{
        margin-right: 0!important;
    }
    .bmfwContMore .bmfwItem{
        width: 99%;
    }
    .sosoAreaWap{
        width: 200px;
        height: 40px;
        position: fixed;
        border-radius: 40px;
        background-color: #fff;
        left: 120px;
        top: 18px;
        overflow: hidden;
    }
    .sosoAreaWap input{
        width: 100%;
        height: 100%;
        border: 0;
        padding-left: 40px;
    }
    .wapSoso{
        display: block;
    }
    input::-webkit-input-placeholder{
        color:#333;
    }

    input::-moz-placeholder{   /* Mozilla Firefox 19+ */
        color:#333;
    }

    input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
        color:#333;
    }

    input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
        color:#333;
    }
    .container{
        width: 100%!important;
    }
    .newsDetailNav{
        display: none!important;
    }
    .loginCont >div{
        margin-left: 0!important;
    }
    .sls-box .newsTitle{
        font-size: 20px!important;
    }
    .footerCont_warp >div:first-child {
       padding: 0 5px;
    }
    .footer_title{
        font-size: 22px!important;
        top: 0!important;
    }
    .logCont{
        padding-top: 15px;
    }
    .logContImg > div{
        margin-left: 70px;
    }
    .time{
        margin: 0 2px!important;
    }
    .newsContNextH5{
         padding: 10px!important;
    }
    .noticeBox{
         display: block!important;
    }
    .noticeBox_item{
         width: 100%!important;
         margin: 5px auto!important;
    }
    .bmfwCont{
         display: block!important;
    }
    .bmfwCont img{
         width: 100%!important;
    }
    .bmfwCont_item{
         width: 100%!important;
        margin: 5px 0!important;
    }
    .ewCont{
       display: none!important;
    }
    .xwdtCont{
         margin-top: 15px!important;
    }

}
