* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}

.footer {
    padding: 15px;
    text-align: center;
    color: #333;
    background: #fabe0f;
}

ul,
ol,
li {
    list-style: none;
}

html {
    font-size: 62.5%;
    min-height: 100%;
}

.mobe {
    font-size: 13.33333333vw;
}

body {
    font-size: 18px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;

}


.mypc .mar50 {
    margin-top: 50px;
}

p {
    line-height: 1.7;
    margin-bottom: 0;
}

.mymobe .mar50 {
    margin-top: 15px;
}

.mypc .mar20 {
    margin-top: 20px;
}

.mar10 {
    margin-top: 10px;
}

.mymobe .mar20 {
    margin-top: 15px;
}

.mypc .mar30 {
    margin-top: 30px;
}

.mymobe .mar30 {
    margin-top: 15px;
}

.mobe .mymobe {
    font-size: .24rem;
}

body {
    font-family: '微软雅黑', 'Heiti SC';

}

.com-item {
    display: flex;
    justify-content: space-between;
}

.logoimg {
    display: block;
    width: 120px;
    height: 34px;
}

.mymobe .logoimg {
    width: 1.6rem;
    height: auto;
}

a {
    color: #000;
    text-decoration: none !important;
}

.mypc .top-nav {
    height: 80px;
    align-items: center;
}

.mymobe .top-nav {
    height: .8rem;
    align-items: center;
}

.link-nav {
    background: #003b68;
}

.link-top {
    height: 60px;
    align-items: center;
    justify-content: flex-start;
}

.mymobe .link-top {
    height: .8rem;
    align-items: center;
    justify-content: space-between;
}

.link-top a {
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mymobe .link-top a {
    color: white;
    width: 1px;
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-top a.act {
    color: white;
    background: #536083;
}

.mypc .link-top a {

    width: 150px;
    font-size: 20px;
}

.mypc .search-group {
    width: 500px;
    display: flex;

}

.mymobe .search-group {
    flex: 1;
    display: flex;
    margin: 0 10px;
}

.search-group input {
    display: block;
    flex: 1;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-radius: 0;
    border: 1px #003b68 solid;
    outline: none;
    background: white;
}

.mymobe .search-group input {
    display: block;
    width: 1px;
    flex: 1;
    height: .5rem;
    line-height: .5rem;
    padding-left: 10px;
    border-radius: 0;
    border: 1px #003b68 solid;
    outline: none;
    background: white;
}



.mypc .search-bt {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #003b68;
    cursor: pointer;
    color: white;
    border-radius: 0;
}

.mymobe .search-bt {

    height: .5rem;
    line-height: .5rem;
    padding: 0 .1rem;
    background: #003b68;
    cursor: pointer;
    color: white;
    border-radius: 0;
}

.top-ul {
    display: flex;
    margin-bottom: 0;
}

.lineli {
    margin: 0 5px;
}

.mypc .swtop {
    width: 1140px;
    margin: 0 auto;
}

.mymobe .swtop {
    width: 100%;
}

.img-top {
    width: 100%;
}

.mypc .form-con {
    width: 360px;
}

.page-ht {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #003b68 solid;
    position: relative;
    padding-left: 10px;
    font-size: 22px;
}

.page-ht::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    background: #003b68;
    left: 0;
    top: 3px;
}

.mypc .form-con input[type='text'] {
    display: block;
    width: 100%;
    height: 42px;
    padding-left: 15px;
    background: white;
    border: 1px #bdb5b5 solid;
    margin-bottom: 20px;
    outline: none;
}

.txt {
    display: block;
    width: 100%;
    padding: 15px;
    outline: none;
    border: 1px #bdb5b5 solid;
    height: 80px;
    background: transparent;
    resize: none;
}

.tjbt {
    display: block;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #003b68;
    color: white;
    cursor: pointer;
    margin: 15px auto;
}

.qcode {
    display: block;
    width: 100%;
    margin: 30px auto;
 
}
.mymobe .qcode {
    display: block;
    width: 100%;
    margin: 20px auto;
}
.mypc .f16 {
    font-size: 15px;
}

.tab-pj {
    display: flex
}

.top-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    border-bottom: 1px #003b68 solid;
}

.mypc .tab-pj span {
    display: block;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 20px;
}

.mymobe .tab-pj span {
    display: block;
    width: 1.8rem;
    height: .5rem;
    text-align: center;
    line-height: .5rem;
    cursor: pointer;

}

.mypc .page-item {
    flex: 1;
    margin-right: 30px;
}

.tab-pj span.act {

    color: #fff;
    background: #003b68;

}

.mymobe .index-nav1 {
    display: block;
}

.pro-ul li {
    display: flex;
    margin-bottom: 30px;
    transition:.5s ease all
    
}
.mypc .trans-aimg {
    display: block;
    width: 260px;
    height: 200px;
    overflow: hidden;
    border: 1px #003b68 solid;
}

    .mypc .img-pro {
        display: block;
        width: 260px;
        height: 200px;
        object-fit: cover;
        object-position:center top;
        transition:.3s ease all
    }

/*.mypc #newsxinpin .trans-aimg, .mypc #projectall .trans-aimg {
    display: block;
    width: 260px;
    height: 200px;
}
.mypc #newsxinpin .img-pro, .mypc #projectall .img-pro {
    display: block;
    width: 260px;
    height:200px;
}
*/




.pro-ul li:hover .trans-aimg .img-pro {
    transform: scale(1.1)
}
.pro-ul .pro-in:hover {
    transform: scale(1.05)
}
.mymobe .img-pro {
    display: block;
    width: 2rem;
    height: 1.6rem;
    object-fit: contain;
    border: 1px #003b68 solid;
}

.pro-in {
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    transition:.5s ease all
}

.mymobe .pro-in {
    margin-left: .2rem;
}

.mypc .pro-a {
    display: block;
    font-size: 20px;
    color: #003b68;
    font-weight: bold;
    margin-bottom: 12px;
}

.prodec {
/*    flex: 1;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制文本显示在2行 */
    overflow: hidden;
}
.mypc .prodec{
    -webkit-line-clamp: 4;
    font-size:16px
}
.mymobe .prodec{
   font-size: .2rem;
}
.seep a {
    display: block;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #003b68;
    color: white;
    cursor: pointer;


}

.mymobe .seep a {
    width: 1.6rem;
    height: .5rem;
    line-height: .5rem;
}

.mypc .see-div a{
    color:#666 ;
    font-size: 16px;
}
.mymobe .page-ht{
    font-size: .3rem;
}
.mymobe .page-ht::before {
    content: "";
    position: absolute;
    width: 3px;
    height:.3rem;
    background: #003b68;
    left: 0;
    top: 3px;
}
.mymobe .form-con input[type='text'] {
    display: block;
    width: 100%;
    height: .6rem;
    padding-left: 15px;
    background: transparent;
    border: 1px #6d6d6d solid;
    margin-bottom: .2rem;
    outline: none;
}
.mymobe .yinsi{
    font-size: .2rem;
}
.mymobe .index-nav2{
    display: block;
}

.mypc .down-item{
    width: 360px;
    
}
.mypc .news-item{
    flex: 1;
    margin-right: 30px;
}

.see-more{
    color: #666;
    font-size: .24rem;
}
.mypc .see-more{
    font-size: 16px;
}
.hole-ht{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.down-ul li{
    margin-bottom: 12px;
    padding-left:30px
}
    .down-ul li[data-type="应用库"]{
        background:url(../images/yyk.png) left 1px no-repeat;
        background-size:20px 20px
    }
    .down-ul li[data-type="样本"] {
        background: url(../images/yb.png) left 1px no-repeat;
        background-size: 20px 20px
    }
    .footer {
        padding: 15px;
        text-align: center;
        color: #fff;
        background: #003b68;
    }
.mypc .imgv{
    cursor: pointer;
    width: 350px;
    height:197px;
}
.mymobe .index-item3 .imgv{
    display: block;
    width: 100%;
    margin-bottom: .3rem;
}
#video-pop .modal-header {
    border: none;
    padding: 5px 15px;
}
.mypc .page-video .imgv{
    margin-bottom: 30px;
}
.close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.mypc .modal-dialog.modal-v {
    width: 830px;
}
.mymobe .index-item3{
    display: block;
}


.mypc  .sepcimg {
    object-fit: contain;
    object-position:center center
}
.vli {
    display: flex;
    margin-bottom: 10px;
}

.mypc .vimga {
    display: block;
    width: 260px;
    height: 145px;
}

.mymobe .vimga {
    display: block;
    width: 2rem;
    height: 1.2rem;
}

.vimga img {
    width: 100%;
    height: 100%;
}
.mypc .page-down li{
    margin-bottom:20px
}
.mypc .vli .prodec {
    font-size: 16px;
}
.video-page li{
    margin-bottom:15px
}
.v-line {
    display: flex;
    justify-content: space-between;
    background: #003b68;
    color: white;
    padding: 10px 15px;
    vertical-align: middle;
}

.mypc .v-line {
    font-size: 16px;
}

.mymobe .v-line {
    font-size: 12px;
}

.mypc .vsub img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-top: -3px;
    margin-right: 5px;
}

.mymobe .vsub img {
    width: 15px;
    height: 20px;
    object-fit: contain;
    margin-top: -3px;
    margin-right: 5px;
}

.vsub span {
    margin: 0 10px;
}