@charset "utf-8";

.qui-top-nav .ULLIST>li.about_item>a:after{
    width: 4em;
}
.qui-top-nav .ULLIST>li.about_item>a{
   color: #004EA2;
}

.table_nav .item {
    width: 144px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #666;
}
.table_nav .item:last-child {
    margin-right: 0;
}
.table_nav .item:hover {
    background: #004EA2;
    color: #fff;
}
.table_nav .item.active {
    background: #004EA2;
    color: #fff;
}
.max1140{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.about_pg01 .con p{
    margin-bottom: 15px;
    /* text-indent: 2em; */
}
.about_pg01 .con p:last-child{
    margin-bottom: 0;
}
.about_pg01 .item_l{
    padding-left: 20px;
    box-sizing: border-box;
}
.about_pg01 .item_l .num{
    color: #555;
}
.about_pg01 .item_l .desc{
    margin-top: 5px;
}
.about_pg02 .swiper-slide{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 0 25px;
    box-sizing: border-box;
    cursor: pointer;
}
.about_pg02 .swiper-slide .img{
    padding: 44px 0;
    box-sizing: border-box;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_pg02 .swiper-slide .img img{
    transition: all .4s;
    max-height: 100%;
}
.about_pg02 .swiper-slide .text {
    border-top: 1px solid #F4F4F4;
    height: 87px;
    position: relative;
}
.about_pg02 .swiper-slide .text::before{
    content: "";
    display: block;
    background: #004EA2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    transform: scale(0);
    transition: all .4s;
}
.about_pg02 .swiper-slide .tit{
    width: calc(100% - 20px);
    padding-right: 20px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search_detail{
    width: 20px;
    height: 18px;
    background: url(../img/search_detail.png) no-repeat center/cover;
}

.about_pg03 .swiper-pagination{
    bottom: 0;
}
.about_pg03 .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border-radius: 7px;
    border: 1px solid #004EA2;
    opacity: 1;
    background: transparent;
}
.about_pg03 .swiper-pagination-bullet-active{
    background: #004EA2;
}
.about_pg03 .swiper-container{
    padding-bottom: 80px;
}


/* 新闻 */
.news .swiper-button-next:after,
.news .swiper-button-prev:after {
    font-size: 28px;
    font-weight: 600;
    color: rgba(0, 78, 162, 1);
}
.news .swiper-pagination {
    width: 100%;
    text-align: right;
    position: initial;
    margin-top: 24px;
}
.news .swiper-pagination-bullet {
    background: #BDBDBD;
    border-radius: 50%;
    opacity: 1;
    margin: 0 5px;
}
.news .swiper-pagination-bullet-active {
    background: #004EA2;
}
.news .swiper-slide:hover .quitt {
    color: #004EA2;
}

/* 新闻详情 */
.news_detail_pg .page_lists {
    width: 70%;
}
.news_detail .page_lists .title {
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 27px;
    box-sizing: border-box;
    margin-bottom: 42px;
}
.news_detail .page_lists .title .line {
    width: 24px;
    height: 2px;
    background: #004EA2;
    margin: 20px 0 20px;
}
.page_lists .con img {
    display: inline-block;
}
.page_lists .con p {
    margin-bottom: 30px;
}
.page_lists .con p:last-child {
    margin-bottom: 0;
}
.newsDe-page {
    border-top: 1px solid #E7E7E7;
    padding-top: 40px;
    box-sizing: border-box;
    margin-top: 60px;
}
.newsDe_list {
    width: 175px;
    height: 55px;
    border: 1px solid #EEEEEE;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    z-index: 1;
    background: #fff;
}
.newsDe_list::before {
    content: "";
    display: block;
    width: 22px;
    height: 20px;
    background: url(../img/newsDe_list.png) no-repeat center/cover;
    margin-right: 15px;
    transition: all .4s;
}
.newsDe_list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #004EA2;
    transition: all .3s;
    height: 100%;
    width: 0;
    display: block;
}
.newsDe_iteml {
    width: calc(100% - 175px);
    padding-right: 5%;
    box-sizing: border-box;
}
.newsDe_iteml span {
    width: 70px;
    transition: all .4s;
}
.newsDe_iteml .item {
    margin-bottom: 12px;
    transition: all .4s;
}
.newsDe_iteml .item:last-child {
    margin-bottom: 0;
}
.newsDe_iteml .descc {
    width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .4s;
}
.newsDe_iteml .item:hover .descc {
    color: #004EA2;
}
.nav_lists {
    width: 25%;
    max-width: 380px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(3, 12, 26, 0.06);
    border-radius: 15px;
    padding: 0 30px;
    box-sizing: border-box;
}
.nav_lists .title {
    padding-top: 25px;
}
.nav_lists .item {
    display: block;
    position: relative;
    transition: all .4s;
    border-bottom: 1px solid #CCCCCC;
    padding: 22px 0;
    box-sizing: border-box;
}
.nav_lists .item:last-child {
    border-bottom: 1px solid transparent;
}
.nav_lists .time {
    font-size: 14px;
}
.nav_lists .tit {
    margin-bottom: 10px;
    transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 48px;
}
.nav_lists .item:hover {
    transform: translateX(5px);
}
.nav_lists .item:hover .tit {
    color: #004EA2;
}


/* 联系我们 */
/* 测试认证 */
.authentication_pg01 .desc{
    max-width: 1300px;
    margin: 60px auto 0;
}
.authentication_pg01 .desc p{
    margin-bottom: 22px;
}
.authentication_pg01 .desc p:last-child{
    margin-bottom: 0;
}
.authentication .lists:nth-child(2n) .swiper-slide{
    flex-direction: row-reverse;
}
.authentication .lists:nth-child(2n) .list{
    flex-direction: row-reverse;
}
.authentication .lists .texts{
    width: 44.5%;
}
.authentication .lists .texts .con{
    margin-top: 22px;
    max-height: 314px;
    overflow: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.authentication .lists .img{
    width: 50.5%;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.authentication .lists .img img{
    display: block;
    max-height: 100%;
}
.authentication .swiper-pagination{
    margin-top: 27px;
    position: relative;
    text-align: left;
}
.authentication .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #CCCCCC;
    border-radius: 50%;
    margin: 0 6px!important;
    opacity: 1;
}
.authentication .swiper-pagination-bullet-active{
    background: #004EA2;
}


/* APP下载 */
.download_main .lists .con{
    width: 45%;
}
.download_main .lists .img{
    width: 50%;
}
.download_main .lists ul{
    padding-left: 20px;
    box-sizing: border-box;
}
.download_main .lists li{
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
}
.download_main .lists li::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    left: 0;
    top: 10px;
}
.download_main .downitem{
    width: 24.25%;
    height: 172px;
    background: #FFFFFF;
    border: 1px solid #E2E2E3;
    margin-right: 1%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
}
.download_main .downitem:nth-child(4n){
    margin-right: 0;
}
.download_main .downitem .icon img{
    transition: all .4s;
    max-width: 50px;
}
.download_main .downitem .tit{
    margin-top: 20px;
    text-align: center;
}
.download_main .downitem:hover .icon img{
    transform: rotateY(180deg);
}

/* app下载新增板块 */
.imgs_lists_box {
    border: 2px solid #E2E2E3;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
}
.imgs_list{
    width: 15%;
    margin-right: 2%;
}
.imgs_list:nth-child(6n){
    margin-right: 0;
}
.ewms_lists .ewms_list{
    width: 32%;
    margin-right: 2%;
    text-align: center;
}
.ewms_lists .ewms_list:nth-child(3n){
    margin-right: 0;
}
.ewms_img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
}
.ewms_img img{
    max-height: 100%;
}
.ewms_desc{
    margin-top: 20px;
}

@font-face {font-family: "picIcon";
    src: url('../fonts/iconfont.eot?t=1527824986789'); /* IE9*/
    src: url('../fonts/iconfont.eot?t=1527824986789#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
    url('../fonts/iconfont.ttf?t=1527824986789') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg?t=1527824986789#iconfont') format('svg'); /* iOS 4.1- */
}
.picView-magnify-list{}
.picView-magnify-list li{float:left;display:inline-block;width:200px;border:1px solid #ccc;margin-right:10px;}
.picView-magnify-list li a{display:block;overflow:hidden;}
.picView-magnify-list li a img{width:200px;}

.magnify-toolbar .magnify-btn,.magnify-btn-close,.magnify-loader{
    font-family: "picIcon" !important;
    font-size: 25px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.magnify-modal {
    position: fixed;
    z-index: 9999;
    width: 800px;
    height: 600px;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    cursor: default;
}

.magnify-header {
    position: relative;
    height: 40px;
    z-index:9;
}

.magnify-footer {
    height: 50px;
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index:9;
}

.magnify-toolbar{
    display: inline-block;
    height: 50px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.magnify-toolbar .magnify-btn{display:inline-block;width:50px;height:50px;margin:0;color:#999;line-height:50px;}
.magnify-btn-close{width:40px;height:40px;margin:0;color:#999;line-height:40px;position: absolute;right:0;top:0;font-size:15px;text-align:center;}
.magnify-toolbar .magnify-btn:hover,.magnify-btn-close:hover{color:#fff;}


.magnify-btn-close:before{content: "\ea4f"}
.magnify-btn-zoomIn:before{content: "\e7dd"}
.magnify-btn-zoomOut:before{content:'\e7dc'}
.magnify-btn-prev:before{content:'\e624'}
.magnify-btn-next:before{content:'\e9ce'}
.magnify-btn-fullScreen:before{content:'\e63f'}
.magnify-btn-actualSize:before{content:'\e615'}
.magnify-btn-rotateLeft:before{content:'\ece3'}
.magnify-btn-rotateRight:before{content:'\ece4'}
.magnify-loader:before{content:'\e600'}
.magnify-loader{
    -webkit-animation: icon-spin 1s infinite steps(8);
    -o-animation: icon-spin 1s infinite steps(8);
    animation: icon-spin 1s infinite steps(8);
    width:50px;
    height:50px;
    text-align:center;
    line-height:50px;
    color:#999;
    font-size:35px;
    position:absolute;
    left:50%;
    margin-left:-25px;
    top:40%;
}

.magnify-title{font-size:14px;white-space: nowrap;text-overflow: ellipsis;user-select: none;overflow:hidden;color:#fff;padding:0 40px 0 15px;line-height:40px;}

.magnify-image{display:inline;position:relative;}
.magnify-stage{position:absolute;left:0;right:0;bottom:0;top:0;border:none;overflow:hidden;}

.is-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.is-grabbing {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

@media only screen and (min-width: 960px) {
    .about_pg02 .swiper-slide:hover .img img{
         transform: scale(1.08);
    }        
    .about_pg02 .swiper-slide:hover .text::before{
        transform: scale(1);
    }
    .about_pg02 .swiper-slide:hover{
        border: 1px solid #004EA2;
    }
    .newsDe_list:hover::before {
        background: url(../img/newsDe_hlist.png) no-repeat center/cover;
    }
    .newsDe_list:hover::after {
        width: 100%;
    }
    .newsDe_list:hover {
        color: #fff;
    }
}
@media only screen and (max-width: 1400px) {
    .authentication .lists .texts .con {
        max-height: 252px;
    }
}
@media only screen and (max-width: 1366px) {
    .about_pg02 .swiper-slide .img{
        padding: 40px 0;
        height: 260px;
    }
}
@media only screen and (max-width: 1280px) {
    .about_pg02 .swiper-slide .img{
        height: 245px;
        padding: 35px 0;
    }
    .authentication .lists .texts .con {
        max-height: 250px;
    }
}
@media only screen and (max-width: 1240px) {
    .about_pg01 .icon{
        max-width: 60px;
    }
}
@media only screen and (max-width: 1200px) {
    .about_pg01 .icon {
        max-width: 55px;
    }
    .download_main .downitem .tit{
        min-height: 42px;
    }
}
@media only screen and (max-width: 1100px) {
    .download_main .downitem{
        width: 49.5%;
    }
    .download_main .downitem:nth-child(4n){
        margin-right: 1%;
    }
    .download_main .downitem:nth-child(2n){
        margin-right: 0;
    }
}
@media only screen and (max-width: 1043px) {
    .table_nav .item {
        width: 142px;
        height: 45px;
    }
    .about_pg01 .icon {
        max-width: 50px;
    }
    .about_pg01 .item_l{
        padding-left: 15px;
    }
    .news_detail_pg .page_lists {
        width: 100%;
    }
    .nav_lists {
        width: 100%;
        max-width: 100%;
        margin-top: 45px;
    }
    .news_detail .page_lists .title {
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 20px;
        margin-bottom: 25px;
        text-align: center;
    }
    .news_detail .page_lists .title .line {
        margin: 15px auto;
    }
    .newsDe_list {
        width: 136px;
        height: 50px;
    }
    .download_main .downitem .tit {
        min-height: auto;
    }
    .authentication .lists .texts .con {
        max-height: 158px;
    }
}
@media only screen and (max-width: 1024px) {
    .table_nav .item {
        width: 132px;
    }
}
@media only screen and (max-width: 960px) {
    .about_pg01 .icon {
        max-width: 45px;
    }
    .news .swiper-pagination{
        margin-top: 5px;
    }
}
@media only screen and (max-width: 768px) {
    .about_pg02 .swiper-slide .text{
        height: 70px;
    }
    .about_pg02 .swiper-slide .img {
        padding: 20px 0;
    }
    .table_nav .item {
        width: auto;
        padding: 0 15px;
        height: 38px;
        margin: 5px;
    }
    .about_pg01 .con p{
        margin-bottom: 5px;
    }
    .about_pg01 .items{
        margin-top: 10px;
    }
    .about_pg01 .items .item{
        width: 48%;
        margin-right: 4%;
        margin-top: 20px;
    }
    .about_pg01 .items .item:nth-child(2n){
        margin-right: 0;
    }
    .about_pg01 .icon {
        max-width: 30px;
    }
    .about_pg01 .item_l {
        padding-left: 10px;
        width: calc(100% - 30px);
    }
    .about_pg03 .swiper-container {
        padding-bottom: 50px;
    }
    .about_pg03 .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .news .swiper-button-next:after, .news .swiper-button-prev:after{
        display: none;
    }
    .news .swiper-pagination {
        text-align: center;
    }

    .newsDe_iteml {
        width: 100%;
        padding-right: 0;
    }
    .newsDe-page {
        padding-top: 25px;
        margin-top: 30px;
    }
    .newsDe_list {
        width: 128px;
        height: 44px;
        margin: 20px auto 0;
    }
    .nav_lists{
        margin-top: 30px;
        padding: 0 20px;
    }
    .nav_lists .item{
        padding: 15px 0;
    }
    .nav_lists .tit{
        margin-bottom: 5px;
    }

    .page_lists .con p {
        margin-bottom: 20px;
    }

    .download_main .downitem {
        width: 100%;
        margin-right: 0;
        height: 145px;
    }
    .download_main .downitem:nth-child(2n){
        margin-right: 0;
    }
    .download_main .downitem .tit {
        min-height: auto;
    }
    .download_main .downitem:last-child{
        margin-bottom: 0;
    }
    .download_main .lists .con {
        width: 100%;
    }
    .download_main .lists .img {
        width: 100%;
        margin-top: 20px;
    }

    /* app下载新增板块 */
    .ewms_img{
        height: 108px;
    }
    .ewms_desc{
        font-size: 14px;
        margin-top: 10px;
    }
    .imgs_lists_box {
        border: 1px solid #E2E2E3;
        padding: 10px;
    }
    .imgs_list{
        width: 32%;
        margin: 10px 0;
        margin-right: 2%;
    }
    .imgs_list:nth-child(6n) {
        margin-right: 2%;
    }
    .imgs_list:nth-child(3n) {
        margin-right: 0;
    }
    
    .authentication_pg01 .desc {
        max-width: 100%;
        margin: 15px auto 0;
    }
    .authentication_pg01 .desc p {
        margin-bottom: 5px;
    }
    .authentication .lists .img {
        width: 100%;
        border-radius: 15px;
    }
    .authentication .lists .texts {
        width: 100%;
        margin-top: 20px;
    }
    .authentication .lists .texts .con {
        max-height: 92px;
        margin-top: 10px;
    }
    .authentication .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .authentication .swiper-pagination {
        margin-top: 15px;
        text-align: center;
    }
}