/** 自定义样式 **/

.ub-banner .swiper-slide {
    background-size: contain;
}
.top_news{
    width: 100%;

}
.font{
    font-family: "Microsoft Yahei";
}
.top_news img {
    width: 100%;
}

.col-md-7 .p_TimeBox {
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}
 .col-md-7 .p_time {
    vertical-align: top;
    display: inline-table;
    margin: 0;
    padding: 0 5px 0 0;
    color: #969696;
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
    overflow: visible;
     position: relative;
}
.col-md-7 .p_time .font {
    vertical-align: middle;
    display: table-cell;
    line-height: 18px;
}
 .col-md-7 .p_time:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 3px;
    width: 20px;
    height: 1px;
    background: #065eb6;
    display: block;
}
.col-md-7 .p_title {
    width: 100%;
    display: inline-block;
    line-height: 0;
    font-size: 14px;
    font-weight: bold;
    color: #323232;
}
.col-md-7 .p_title .font {
    width: inherit;
    white-space: normal;
    display: inline-block;
    line-height: 40px;
    vertical-align: top;
    font-size: 24px;
    overflow-wrap: break-word;
}
.col-md-7 .p_SummaryBox {
    clear: both;
    margin-bottom: 10px;
    margin-top: 8px;
}
.col-md-7 .p_summary {
    color: rgba(102,102,102,1);
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    vertical-align: top;
    word-break: break-all;
}
.news_small{

}
.news_small .col-md-4{
    padding: 0;
}
.sm_news{
    margin-top: 20px;
    height: 188px;
    background: #dddddeab;
    padding: 15px;
    width: 93%;
    position: relative;
}
@media screen and  (min-width:640px) {

    .news_small .col-md-4:nth-child(3) .sm_news{
        float: right;
    }
    .news_small .col-md-4:nth-child(2) .sm_news{
        margin-left: 3%;
    }
}
@media screen and  (max-width:640px) {

    .news_small .col-md-4 .sm_news{
        width: 100%;
    }

}
.sm_news .p_time {
    vertical-align: top;
    display: inline-table;
    margin: 0;
    padding: 0 5px 0 0;
    color: #969696;
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
    overflow: visible;
    height: 50px;
}
.sm_news .p_time .font {
    vertical-align: middle;
    display: table-cell;
    line-height: 18px;
}
.sm_news  .p_time:after {
    content: "";
    position: absolute;
    top: 65px;
    left: 15px;
    width: 20px;
    height: 1px;
    background: #065eb6;
    display: block;
}

.sm_news .p_title {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #323232;
    margin-left: 5px;
    margin-right: 2px;
    vertical-align: middle;
    word-break: break-all;
}
.sm_news .p_title .font{
    margin-top: 15px;
    line-height: 35px;
}
.footer_more {
    height: 30px;
    line-height: 30px;
}
.footer_more img{
    width: 31px;
}
.footer_more a{
    float: right;
    color:#1767ae;
    font-size:16px;
}
.News .picList li dl dd{
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #1767ae;
    font-size:16px;
}
/*产品*/
.CloMain{
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.pageState{display: none}
.PartnerScroll{position: relative}
.PartnerScroll .prev{
    left: -50px;
    background-image: url("../images/zhd.png");
}
.PartnerScroll .next{
    right: -50px;
    background-image: url("../images/yhd.png");
}
@media screen and  (min-width:640px) {
    .News .picList li {
        float: left;
        width: calc(25% - 8px);
        margin-right: 8px;
        position: relative;
    }


}

@media screen and  (max-width:640px) {
    .News .picList li {
        float: left;
        width: 100%;
        position: relative;
    }


}
.News .picList li dl dt img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    width: 100%;
}
.News .picList li a{
    display: block;
    position: relative;
}

.News .picList li dl dt{
    width: 100%;
    height: 294px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}
.News .picList li:hover dl dt{box-shadow: 0 5px 10px #ddd}

.PartnerScroll .prev,
.PartnerScroll .next{
    position: absolute;
    width: 20px;
    height: 36px;
    top: 50%;
    margin-top: -18px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 20;
    cursor: pointer;
}
.CloMain{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform-origin: top center;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
}
.CloMain .clo{
    display: block;
    padding: 20px;
    font-style: normal;
    color: #000;
    font-weight: lighter;
}

.News ul li a:hover dl dt .CloMain{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}

.CloMain .clo span{
    display: block;
    text-align: center;
}
.CloMain .clo .span1{
    font-size: 20px;
    color: #1767ae;
}
.CloMain .clo .shu{
    width: 2px;
    height: 40px;
    margin: 0 auto;
    /*background-color: #dddddd;*/
}
.CloMain .clo .span2{
    line-height: 28px;
    text-align: justify;
    height: 56px;
    overflow: hidden;
}
.CloMain .clo .span3{
    width: 150px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    background-color: #1767ae;
    color: #fff;
    margin: 10px auto 0;
}


/*合作伙伴*/
.p_list{
    float: left;
}
.ub-header-b .logo a img {
    height: 2.8rem;
    vertical-align: middle;
    display: inline-block;
}
.sub-nav a{
    display: block;
    line-height: 2rem;
    white-space: nowrap;
}
.ub-header-b .nav .nav-item, .ub-header-b .nav a {
    display: inline-block;
    line-height: 2rem;
    color: var(--color-text);
    padding: 0 .5rem;
    margin: 0 .5rem;
    font-size: .8rem;
    position: relative;
}


/*图片弹窗*/
/*main CSS*/
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}
#pictureViewer > .content{
    background-color: #fff;
    position: absolute;
    width: 590px;
    height: 420px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #ff2e67;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../images/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../images/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../images/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../images/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../images/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../images/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url(../images/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../images/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #ff2e67;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../images/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../images/next_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}

/*底部*/

/*  footer  */
@media screen and  (min-width:640px) {

    .top_news_r{
        margin-left: auto;padding-left: 45px;
    }
    .cmain {
        width:1200px;
        margin: 0 auto;
    }
    .FooterTop ul {
        margin-right: 130px;
    }
    .FooterTop ul:last-child {
        margin-right: 0;
    }
    .FooterTop .cmain{
        width:1200px;
        
    }
}

@media screen and  (max-width:640px) {
    .cmain {
        width:100%;
        margin: 0 auto;
    }
    .FooterTop ul{
        width:100%;
        text-align: center;
    }

}
.FooterTop{
    background-color: #10293c;
    padding: 30px 0;
    font-size: 0;
}
.FooterTop ul{
    display: inline-block;
    vertical-align: top;
  
}
.News .picList li dl dt{
    background: none;
}
.News .picList li:hover dl dt {
   box-shadow: none;
}
.FooterTop ul li{font-size: 14px;line-height: 30px;color: #ffffff;  }
.FooterTop ul li a{color: #ffffff}
.FooterTop ul li.active{
    margin-bottom: 5px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}
.FooterTop ul li.active a{
    font-size: 16px;
    color: #ffffff;
}
.FooterTop ul li a:hover{color: #bababa}
.FooterTop ul.ImgList li.item a{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.FooterTop ul.ImgList li.item .m1{background-image: url("../images/m1.png?t=1");position: relative}
.FooterTop ul.ImgList li.item .m1:hover{background-image: url("../images/m1-active.png?t=1")}

.FooterTop ul.ImgList li.item .m2{background-image: url("../images/m2.png?t=1")}
.FooterTop ul.ImgList li.item .m2:hover{background-image: url("../images/m2-active.png?t=1")}

.FooterTop ul.ImgList li.item .m3{background-image: url("../images/m3.png?t=1")}
.FooterTop ul.ImgList li.item .m3:hover{background-image: url("../images/m3-active.png?t=1")}

.FooterTop ul.ImgList li.item .m4{background-image: url("../images/m4.png?t=1")}
.FooterTop ul.ImgList li.item .m4:hover{background-image: url("../images/m4-active.png?t=1")}

.FooterTop ul li.hen{
    width: 60px;
    height: 2px;
    background-color: #1767ae;
    margin-bottom: 20px;
}
.LinkItem{
    float: right;
    color: #bababa;
    font-size: 14px;
    line-height: 30px;
}
.LinkItem .txt1{text-align: right}
.LinkItem .txt1 em{font-size: 16px}
.LinkItem .txt2{text-align: right;margin-bottom: 10px}
.LinkItem .txt2 span{
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #275e86;
}
.LinkItem .txt3{position: relative}
.LinkMain{
    width: 190px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px 0 30px;
    background-color: #405463;
    position: relative;
    cursor: pointer;
}
.LinkMain:before{
    content: '';
    position: absolute;
    right: 20px;
    top: 13px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ffffff;
}
.NameActive:before{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.FooterBot{
    height: 40px;
    line-height: 40px;
    color: #5f6e79;
    background-color: #0b1e2c;
}
.qrCode{
    height:100px;
    width:100px;
    background-color:#0c4d7c;
    position:absolute;
    top:-114px;
    left :-21px;
}
.LinkMList{
    position: absolute;
    left: 0;
    bottom: 37px;
    width: 240px;
    max-height: 120px;
    padding: 10px 0;
    border-radius: 3px;
    background-color: #405463;
    color: #bababa;
    overflow: hidden;
    z-index: 30;
    text-align: center;
    display: none;
}
.FooterTop .LinkMList ul{
    width: 260px;
    max-height: 120px;
    margin: 0;
    overflow-y: scroll;
}
.FooterTop .LinkMList ul li a{
    display: block;
    line-height: 30px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.FooterTop .LinkMList ul li a:hover{background-color: #275e86}
.news_list ul{
    width: 100%;
    margin: 0;
}
.news_list ul li{
    width: 100%;
    line-height: 35px;
    font-size: 16px;
}
.news_list ul li .font{
    margin-right: 15px;
    color: #000b12;
}
.news_list ul li .p_title{
    color: #000b12;
}
.ub-nav-header{

}

.yourDiv {
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
}
.yourDiv img {
    width:5%;
    margin-left: 47.5%;
}

.father {
    width:100%;
    position: relative;
    margin-top: 30px;
}


.ub-header-b{
    height: 4rem;
}
.ub-header-b .nav {
    padding: 1rem 0 1rem .5rem;
}
.ub-header-b .logo a {
    height: 4rem;
    line-height: 4rem;
}