/*@font-face {
    font-family: "SourceHanSansCN";
    font-weight: 400;
    src: url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN";
    font-weight: 100;
    src: url("../fonts/SourceHanSansCN-Light.otf") format("opentype");
}

@font-face {
    font-family: "SourceHanSansCN";
    font-weight: 700;
    src: url("../fonts/SourceHanSansCN-Bold.otf") format("opentype");
}*/

html, body {
    font-family: 'HarmonyOS Sans SC';
    font-weight: 400;
}

.auto-1440 {
    max-width: 1440px;
    margin: 0 auto;
}

.auto-1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.auto-1280 {
    max-width: 1280px;
    margin: 0 auto;
}

@media (min-width: 1921px) {
    .auto-1440 {
        max-width: 14.4rem;
    }
    .auto-1400 {
        max-width: 14rem;
    }
}

@media (max-width: 1440px) {
    .auto-1440 {
        max-width: 90%;
    }
    .auto-1400 {
        max-width: 90%;
    }

    .auto-1280 {
        padding: 0 2%;
    }
}

@media (max-width: 1280px) {
    .auto-1280 {
        max-width: 90%;
    }
}

@media (max-width: 640px) {
    .auto-1440 {
        max-width: 88%;
    }
    .auto-1400 {
        max-width: 88%;
    }
}

.mt80 {
    margin-top: .8rem;
}

@media (max-width: 1024px) {
    .mt80 {
        margin-top: 10%;
    }
}


/*Top*/
.Top{position: relative; z-index: 100;}
.homeTop .Top{position: absolute;width: 100%;top: 0;left: 0;z-index: 100;}
.Top .auto{width: 100%;margin: 0 auto;}
.Top .top-menu .auto{ max-width: 1280px; }
@media(min-width:1025px){
    .Top .top-b >.auto{display: table;}
    .Top .top-b > .auto > div{display: table-cell; vertical-align: middle;}
    .Top .top-left{width: 20%;}
    .Top .top-left{ }
    .Top .top-right{ }
    .Top .top-right{position: relative; z-index: 100;}
}
.Top .top-left img {max-height: 58px;}
.Top .top-right dl{float: right;display: flex;align-items: center;}
.Top .top-right dl > *{float: left; }
.Top .top-lang {position: relative;}
.Top .top-lang .open-lang {display: block;width: .24rem;height: .24rem;background: url("../images/icon_lang.png") no-repeat center center/contain}
.Top .top-lang .box {position: absolute;top: 100%;left: 50%;transform: translateX(-50%);padding-top: .14rem;background: #fff;display: none;}
.Top .top-lang .box a {display: block;width: .5rem;padding: 3% 0;line-height: 2;text-align: center;color:#fff;font-size: .14rem;background: #05325c;}
.Top .top-lang:hover .box {display: block;}
.Top .top-lang .box a:hover {text-decoration: underline;}
.Top .top-search{border-left: 1px solid rgba(255,255,255,0.5);padding-left: 38px; }
.Top .open-search{width: .18rem; height: .18rem;background: url("../images/search_g.png") no-repeat center center;display: block; cursor: pointer;}
.Top_hover .open-search{ background: url("../images/search_g.png") no-repeat center center; }
.Top .open-search.on{}
.Top .top-search .box{position: absolute; top: 100%;right: 0;border: 1px solid #eee;background: #fff; width: 300px;display: none;}
.Top .top-search .box .text{width: 100%; height: 40px;line-height: 40px;padding: 0 10px;background: none;border: 0;}
.Top .top-search .box .btn{position: absolute; width: 40px; height: 100%;background:#05325c url("../images/search_w.png") no-repeat center center;top: 0;right: 0; }
.Top .lang-list{position: absolute; left: 50%; width: 120px;margin-left: -60px; z-index: 100;background: #fff;border-radius: 0 0 5px 5px; top: 100%; padding: 10px 0;display: none;}
.Top .lang-list a{display: block;line-height: 30px;text-align: center;}

.Top .top-menu li b,
.Top .top-menu li b a{display: block;}
.Top .sub,
.Top .sub-two{display: none;}
.Top .sub .detail{line-height: 46px;display: inline-block;background: #0047ba;padding: 0 30px;transition: 0.3s;}
.Top .sub .detail:hover{background: #fff;color: #0047ba;}
.Top .sub-menu .name{font-size: 18px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}


.Top_hover .top-b{ background: #fff;}
/*.Top .logo2,
.Top_hover .logo1{ display: none;}
.Top_hover .logo2{ display: block;}*/

@media(min-width:1025px){
    .Top .sub-two{display: none!important;}
    .Top .top-menu ul{  margin: 0 auto; float: right; }
    .Top .top-menu li{float: left; padding: 0 2vw;}
    /* .Top .top-menu li:last-of-type{ padding-right: 0;  } */
    .Top .top-menu li b{ font-weight: normal;  }
    .Top .top-menu li b a{position: relative;line-height: 80px;color: #333;}
    .Top .top-menu li b a::after {content:'';position: absolute;bottom: 0;left: 0;width: 100%;height: 3px;}
    .Top_hover .top-menu li b a{ color: #333;}
    .Top .top-menu li:hover b a,
    .Top .top-menu li.aon b a{ color:#05325c;}
    .Top .top-menu li.aon b a::after,
    .Top .top-menu li b a:hover::after { background-color:#05325c}
    .Top .sub{position: absolute; left: 0; width: 100%; top: 100%; background: #fcfcfc; font-size: 16px; }
    .Top .sub::before{ position: absolute; width: 30%;background: #f8f8f8; height: 100%; display: block; content: ''; }
    .Top .top-menu li.aon .sub{ z-index: 100;}
    .Top .sub,
    .Top .sub a{color: #666;}
    .Top .sub .auto{position: relative;}
    .Top .sub h4{ position: relative; padding: 0 0 25px 0; margin: 0 0 20px 0;  font-size: 24px; font-weight: normal; }
    .Top .sub h4::after{ position: absolute; width: 100%; height: 1px; background: #eee; display: block; content: ''; bottom: 0;  }
    .Top .sub-imgtxt dl{display: none; }
    .Top .sub-imgtxt dt{ line-height: 50px; }
    .Top .sub-imgtxt pre{line-height: 1.5em;max-height: 4.5em; margin: 15px 0 40px 0;}
    .Top .sub[data-type="tab"] .auto{display: table;}
    .Top .sub[data-type="tab"] .auto > div{display: table-cell; vertical-align: top;padding: 50px 0 120px;}

    .Top .sub .one-cate{width: 3.2rem; background: #f8f8f8;}
    .Top .sub .two-cate{width: 75%; max-width: 9.6rem;padding-left: 10px!important;}
    .Top .sub .two-cate dl {overflow: hidden;}
    .Top .sub .two-cate dt {float: left;width: 33.33%;}
    .Top .sub .two-cate dt.on{background: #fcfcfc;}
    .Top .sub .one-cate-info{padding-top: 35px;}
    .Top .sub .one-cate-info .item{max-width: 490px; width: 90%; margin: 0 auto;}

    .Top .sub .one-cate dt{ }
    .Top .sub .one-cate dt.on{background: #05325c;}
    .Top .sub .one-cate dt.on a,
    .Top .sub .one-cate dt:hover a {color:#fff;}
    .Top .sub .one-cate dt a{position: relative;display: block;padding: .15rem .2rem .15rem .4rem;font-size: .2rem;background: url("../images/arrow_r_g.svg") no-repeat right .4rem center/6px; }
    .Top .sub .one-cate dt a::after {content: '';position: absolute;width: 0;height: 0;top: 0;right: 0;border: .11rem solid transparent;border-top: .11rem solid #f3f6f8;border-right: .11rem solid #f3f6f8;opacity: 0;}
    .Top .sub .two-cate dt {margin-bottom: .1rem;padding-left: .6rem;}
    .Top .sub .two-cate dt a {position:relative;display: block;color:#666666;padding: .13rem .3rem .13rem 0;font-size: .18rem;border-bottom: 1px solid #eeeeee;transition: .3s;}
    .Top .sub .two-cate dt a::after {content:'';position: absolute;top:50%;right: 6%;width: .10rem;height: .10rem;transform: translateY(-50%);background: url("../images/arrow_r_b.svg") no-repeat center/contain ;opacity: 0;transition: .3s;}
    .Top .sub .one-cate dt.on a,
    .Top .sub .one-cate dt a:hover{ background-image: url("../images/arrow_r_w.svg")}
    .Top .sub .one-cate dt a:hover{ background-image: url("../images/arrow_r_w.svg")}
    .Top .sub .one-cate dt.on a::after,
    .Top .sub .one-cate dt a:hover::after{opacity: 1;}
    .Top .sub .two-cate dt a:hover {padding-left: .2rem;background-color: #eee;}
    .Top .sub .two-cate dt a:hover::after {opacity: 1;}

    .Top .sub-menu .item{float: left; max-width: 230px;}
    @media(min-width:1025px) and (max-width:1280px){
        .Top .sub-menu .item{max-width: 180px;}
    }
    .Top .sub-menu dd{line-height: 20px;padding: 4px 0; }
    .Top .sub-menu dd a{color: rgba(255,255,255,0.8);font-size: 15px;}
    .Top .sub-menu dd a:hover{color:#00a2e9;}
}

@media(max-width:1024px){
    .homeTop .Top {position: relative;}
    .Top > .auto{line-height: 40px;}
    .Top .top-b{background: #fff;}
    .Top .top-b >.auto{position: relative; z-index: 100;}
    .Top .top-right{float: right; padding: 20px 0;}
    .Top .top-left{position: absolute; left: 0; top: 0; height: 68px;display: table; width: 120px;}
    .Top .top-left a{display: table-cell; vertical-align: middle;}
    .Top .top-left img{max-height: 50px;}
    .Top .top-menu{position: fixed;right: 0; top: 68px;bottom: 0; width: 0; z-index: 100;background: #05325c; overflow: hidden;opacity: 0; transition: 0.5s;}
    .menu-show{overflow: hidden;}
    .menu-show:after {content:'';position: absolute;top:0;left:0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.55);z-index: 10; }
    .menu-show .top-menu{opacity: 1;width: 280px;}
    .Top .top-menu ul{width: 280px; height: 100%;overflow: auto;}
    .Top .top-menu li a{color: #fff;}
    .Top .open-menu{ height: 28px; width: 40px; background: #05325c;position: relative; margin-left: 10px;}
    .Top .open-menu.on{background: none;}
    .Top .open-menu i{position: absolute; height: 2px; background: #fff;width: 70%; left: 15%; top:50%; margin-top: -1px; transition: 0.3s;}
    .Top .open-menu:not(.on) i:nth-child(1){margin-top: -7px;}
    .Top .open-menu:not(.on) i:nth-child(3){margin-top: 5px;}
    .Top .open-menu.on i{background: #05325c;}
    .Top .open-menu.on i:nth-child(1){transform: rotate(45deg);}
    .Top .open-menu.on i:nth-child(3){transform: rotate(-45deg);}
    .Top .open-menu.on i:nth-child(2){display: none;}
    .Top .top-menu li b{padding-right: 40px;line-height: 50px; border-bottom: 1px solid rgba(255,255,255,0.2);position: relative;overflow: hidden; }
    .Top .top-menu li b a{padding: 0 20px;font-size: .26rem;}
    .Top .top-menu li b i.op{position: absolute;right: 15px; top: 50%; width: 20px; height: 20px;margin-top: -10px; transition: 0.3s;}
    .Top .top-menu li b i.op.click{transform: rotate(45deg);}
    .Top .top-menu li b i.op:after,
    .Top .top-menu li b i.op:before{position: absolute; content: ''; top: 50%; left: 50%;transform:translate(-50%,-50%);background: #ffff;}
    .Top .top-menu li b i.op:after{width: 60%;height: 2px;}
    .Top .top-menu li b i.op:before{width: 2px; height: 60%;}
    .Top .top-lang .box a {width: 46px;font-size: 14px;}
    .Top .top-lang .open-lang {width: 24px;height: 24px;}
    .Top .top-search {padding-left: 8%;}
    .Top .top-search .box{width: 100%;}
    .Top .open-search {width: 24px;height: 24px;}

    .Top .sub{padding: 10px 20px;}
    .Top .sub .auto{width: 100%;}
    .Top .sub  h4{display: none;}
    .Top .sub[data-type="tab"] .one-cate-info,
    .Top .sub[data-type="tab"] .two-cate{display: none;}
    .Top .item-cate,
    .Top .sub-imgtxt{background: rgba(0,0,0,0.3);padding: 10px;}
    .Top .item-cate{background: rgba(0,0,0,0.4);}
    .Top .sub-imgtxt pre{color: #fff;margin: 10px 0;}
    .Top .sub .detail{line-height: 36px; padding: 0 15px;}
    .Top .sub .one-cate > dl > dt{border-bottom: 1px dotted rgba(255,255,255,0.2);padding-left: 14px;}
    .Top .sub-menu .name a,
    .Top .sub .one-cate > dl > dt >a{ line-height: 40px;font-size: 16px;display: block;}
    .Top .sub .one-cate > dl > dt,
    .Top .sub-menu .name.has-dd,
    .Top .sub .one-cate > dl > dt >a{position: relative;}
    .Top .sub .one-cate > dl > dt >a{ }
    .Top .sub-menu .name.has-dd:after,
    .Top .sub .one-cate > dl > dt >a:after{position: absolute;content: '';border:6px solid transparent; border-top-color: #fff;right: 0; top: 50%; margin-top: -3px; transition: 0.3s;}
    .Top .sub-menu .name.click:after,
    .Top .sub .one-cate > dl > dt.click >a:after{transform: rotate(180deg);margin-top: -6px;}
    .Top .sub .one-cate > dl > dt .op-dt{position: absolute; width: 40px; height: 40px; z-index: 10; right: 0; top: 0;}
    .Top .sub-menu dd,
    .Top .item-cate dt{line-height: 30px;}
    .Top .sub-menu .name a:after{border-color: #fff;}
    .Top .sub-menu dl{background: rgba(0,0,0,0.3);padding: 10px;display: none;}
    .Top .sub-menu .name.has-dd{position: relative; padding-right: 30px;}
    .Top .sub-menu .name .op-dd{z-index: 10;cursor: pointer;position: absolute;right: 0; top: 0;height: 100%; width: 30px;}
    .Top .sub-menu .item{margin-right: 0!important;}
}

/*homeBanner*/
.homeBanner {
    position: relative;
    height: 100%;
}

.homeBanner li.slick-slide {
    height: 100%;
}

.homeBanner li.slick-slide img {
    display: block;
    width: 100%;
}


.homeBanner .txt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    padding-top: 1.3rem;
    color: #fff;
}

.homeBanner .txt .cn {
    font-size: .4rem;
    font-weight: 700;
    margin-bottom: .2rem;
    line-height: 1;
    color:#000;
}

.homeBanner .txt .en {
    font-size: .2rem;
    color:#666;
}

.homeBanner .banSearch {
    margin-top: .4rem;
}
.homeBanner .banSearch .text{
    width: 5.2rem;
    line-height: .6rem;
    padding: 0 .3rem;
    border: 0;
}
.homeBanner .banSearch .btn{
    display: flex;
    align-items: center;
    line-height: .6rem;
    padding: 0 .24rem;
    font-size: .18rem;
    color:#fff;
    background-color: #05325c;
}
.homeBanner .banSearch .btn:before{
    content:'';
    width: .2rem;
    height: .2rem;
    margin-right: .1rem;
    background: url("../images/search_w.svg") no-repeat center/.2rem;
}


.search-layer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
}
.search-fixed {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -.15rem;
}
.search-fixed .text{
    width: 5.2rem;
    line-height: .9rem;
    padding: 0 .3rem;
    border: 0;
    font-size: .24rem;
    font-weight: bold;
}
.search-fixed .btn{
    display: flex;
    align-items: center;
    line-height: .9rem;
    padding: 0 .36rem;
    font-size: .24rem;
    color:#fff;
    background-color: #05325c;
}
.search-fixed .btn:before{
    content:'';
    width: .3rem;
    height: .3rem;
    margin-right: .1rem;
    background: url("../images/search_w.svg") no-repeat center/.3rem;
}

@media (min-width: 1025px) {
    .homeBanner li.slick-slide .pc {
        height: 3.9rem;
    }

    .homeBanner li.slick-slide .wap {
        display: none;
    }
}

@media (max-width: 1024px) {
    .homeBanner .txt {
        height: auto;
        padding-top: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .homeBanner .txt .cn {
        width: 50%;
        font-size: .28rem;
    }

    .homeBanner .txt .en {
        width: 50%;
        font-size: .24rem;
    }
    .homeBanner .banSearch {
        margin-top: 4%;
    }
    .homeBanner .banSearch .text {
        width: 75%;
        line-height: 38px;
        font-size: .24rem;
    }
    .homeBanner .banSearch .btn {
        flex-shrink: 0;
        width: auto;
        padding: 0 6%;
        line-height: 38px;
        font-size: .24rem;
    }
    .search-fixed {
        width: 86%;
    }
    .search-fixed .text {
        width: 100%;
    }
    .search-fixed .btn {
        flex-shrink: 0;
    }
}

.homeBanner .slick-dots {
    position: absolute;
    width: 100%;
    max-width: 14rem;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 10;
    /*display: none;*/
}

.homeBanner .slick-dots li {
    display: inline-block;
    width: .8rem;
    height: .02rem;
    position: relative;
    cursor: pointer;
    background-color: #fff;
}

.homeBanner .slick-dots li:not(:last-child) {
    margin-right: .1rem;
}

.homeBanner .slick-dots li::after {
    content:'';
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #05325c;
}

.homeBanner .slick-dots li.on::after {
    width: 100%;
    transition:width 4s linear;
}

.homeBanner .slick-dots li button {
    display: none;
}
.custom-dots-progress {
    position: absolute;
    width: 100%;
    max-width: 14rem;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 10;
}
.custom-dots-progress .custom-dot-progress {
    display: inline-block;
    width: .8rem;
    height: .02rem;
    position: relative;
    cursor: pointer;
    background: #fff;
}
.custom-dots-progress .custom-dot-progress:not(:last-child) {
    margin-right: .1rem;
}
.custom-dots-progress .custom-dot-progress i {
    display: block;
    height: 100%;
    background: #05325c;
}
@media (min-width: 1921px) {
    .homeBanner .slick-dots {
        max-width: 14rem;
    }
}

@media (max-width: 1440px) {
    .homeBanner .slick-dots {
        max-width: 90%;
    }
}

@media (max-width: 1024px) {
    .homeBanner .slick-dots {
        width: 88%;
        bottom: 4%;
    }

    .homeBanner .slick-dots li:not(:last-child) {
        margin-right: 4px;
    }
}

.homeTit {
    line-height: 1;
    font-size: .4rem;
    font-weight: bold;
    color:#000;
}

.homeSubtit {
    font-size: .44rem;
}

@media (max-width: 1024px) {
    .homeTit {
        font-size: .40rem;
    }

    .homeSubtit {
        font-size: .3rem;
    }
}

/*homeProduct*/
.homeProduct  {
    position: relative;
    margin-top: .4rem;
    z-index: 10;
}
.homeProduct .list {
    position: relative;
    margin-top: .4rem;
}
.homeProduct .list li{
    width: 31.42%;
}
.homeProduct .list li figure {
    padding-bottom: 59%;
}
.homeProduct .list li .txt {
    padding: .4rem;
    background-color: #f7fafc;
}
.homeProduct .list li .txt aside {
    font-size: .24rem;
    color: #000;
}
.homeProduct .list li:hover .txt aside {
    color: #05325c;
}
.homeProduct .list li .txt .desc {
    margin-top: 1%;
    font-size: .16rem;
    color: #666;
}
.homeProduct .list li .txt {
    position: relative;
}
.homeProduct .list li .txt:before {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    left: 0;
    bottom: 0;
    background-color: #05325c;
    opacity: 0;
    transition: .5s;
}
.homeProduct .list li .txt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border: 12px solid transparent;
    border-top: 12px solid #05325c;
    border-right: 12px solid #05325c;
    opacity: 0;
    transition: .5s;
}

.homeProduct .list li:hover .txt:before {
    width: 100%;
    opacity: 1;
}
.homeProduct .list li:hover .txt:after {
    opacity: 1;
}
.homeProduct .list li .subNav {
    position: absolute;
    width: 100vw;
    /*bottom: 0;*/
    left: calc((100vw - 14rem) / -2);
    background-color: #f3f6f8;
    display: none;
}
.homeProduct .list li .subNav dl {
    padding: .4rem 0;
}
.homeProduct .list li .subNav dd {
    width: 18.5%;
}
.homeProduct .list li .subNav dd a {
    position: relative;
    display: block;
    padding: .16rem .2rem;
    background-color: #fff;
    transition: .3s;
}
.homeProduct .list li .subNav dd a::before {
    content:'';
    display: inline-block;
    width: .08rem;
    height: .08rem;
    margin-right: .1rem;
    border: 1px solid #05325c;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(-2px) rotate(45deg);
}
.homeProduct .list li .subNav dd a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border: 12px solid transparent;
    border-top: 12px solid #f3f6f8;
    border-right: 12px solid #f3f6f8;
    opacity: 0;
    /*transition: .3s;*/
}
.homeProduct .list li:hover .subNav {
    opacity: 1;
    visibility: visible;
}
.homeProduct .list li .subNav dd a:hover {
    color: #fff;
    background-color: #05325c;
}
.homeProduct .list li .subNav dd a:hover::before {
    border-color: #fff;
}
.homeProduct .list li .subNav dd a:hover::after {
    opacity: 1;
}

@media (min-width: 1025px) {
    .homeProduct .list li:not(:nth-child(3n)) {
        margin-right: 2.85%;
    }
    .homeProduct .list li .subNav dd:not(:nth-child(5n)) {
        margin-right: 1.85%;
    }
    .homeProduct .list li .subNav dd:nth-child(5) ~ dd {
        margin-top: 1%;
    }
}
@media (max-width: 1024px) {
    .homeProduct .list li {
        width: 100%;
    }
    .homeProduct .list li:not(:last-child) {
        margin-bottom: 4%;
    }
    .homeProduct .list li .subNav dd {
        width: 48.5%;
    }
    .homeProduct .list li .subNav {
        width: 100%;
        left: 0;
        padding: 4%;
    }
    .homeProduct .list li .subNav dd:not(:nth-child(2n)) {
        margin-right: 3%;
    }
    .homeProduct .list li .subNav dd:nth-child(2) ~ dd {
        margin-top: 3%;
    }
    .homeProduct .list li .txt aside {
        font-size: 16px;
    }
    .homeProduct .list li .txt .desc {
        font-size: 14px;
    }
}


/*homeAbout*/
.homeAbout {
    position: relative;
}
.homeAbout .pic {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.homeAbout .pic figure {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.homeAbout .txt {
    position: relative;
    width: 50%;
    padding: 1.3rem 0 1.3rem 1.4rem;
    color: #fff;
    background-color: rgba(5, 50, 92, 0.9);
}
.homeAbout .txt .txt-container {
    padding-right: calc((100vw - 14rem) / 2);
}
.homeAbout .txt .homeTit {
    color: #fff;
}
.homeAbout .txt .subTit {
    margin-top: .2rem;
    margin-bottom: .3rem;
    font-size: .24rem;
}
.homeAbout .txt article {
    line-height: 1.87;
}
.homeAbout .txt .more {
    display: inline-block;
    margin-top: .4rem;
    line-height: .6rem;
    padding: 0 .4rem;
    border: 1px solid #fff;
    transition: .3s;
}
.homeAbout .txt .more::after {
    content:'';
    display: inline-block;
    width: .08rem;
    height: .08rem;
    margin-left: .3rem;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(-2px) rotate(45deg);
    transition: .3s;
}
.homeAbout .txt .more:hover {
    color: #333;
    background-color: #fff;
}
.homeAbout .txt .more:hover::after {
    border-color: #333;
}
@media (max-width: 1024px) {
    .homeAbout .pic {
        position: relative;
    }
    .homeAbout .pic figure {
        padding-bottom: 80%;
    }
    .homeAbout .txt {
        width: 100%;
        padding: 8%;
    }
    .homeAbout .txt .subTit {
        font-size: 16px;
    }
    .homeAbout .txt article {
        font-size: 14px;
    }
}

.a_h_more {
    display: inline-block;
    padding: .24rem .6rem;
    line-height: 1;
    font-size: .26rem;
    color: #fff;
    border-radius: .5rem;
    border: 1px solid #fff;
    transition: .3s;
}

.a_h_more:hover {
    color: #fff;
    border-color: #00be64;
    background-color: #00be64;
}

/*homeNews*/
.homeNews {
    margin-bottom: .8rem;
}
.homeNews .list  {
    margin-top: .4rem;
}
.homeNews .list li {
    position: relative;
    width: 31.4%;
    background-color: #f6f9fb;
    transition: .3s;
}
.homeNews .list li a {
    display: block;
    padding: .4rem .4rem .4rem .5rem;
}
.homeNews .list li::after {
    content:'';
    position: absolute;
    width: 100%;
    height: .1rem;
    bottom: 0;
    left: 0;
    background-color: #05325c;
    z-index: 1;
}
.homeNews .list li time {
    color: #333;
    display: none;
}
.homeNews .list li time span{
    margin-right: .14rem;
    font-size: .36rem;
    color: #000;
}
.homeNews .list li aside {
    height: 1.08rem;
    margin-top: .2rem;
    line-height: 1.5;
    font-size: .24rem;
    color: #333333;
}
.homeNews .list li .cate {
    margin-top: .56rem;
    padding-left: .35rem;
    font-size: .14rem;
    background: url("../images/other_logo.png") no-repeat left center/.25rem;
    transition: .1s;
}
.homeNews .list li .more {
    opacity: 0;
    position: absolute;
    bottom: 10%;
    color: #fff;
    transition: .3s;
}
.homeNews .list li .more::after {
    content:'';
    display: inline-block;
    width: .08rem;
    height: .08rem;
    margin-left: .3rem;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(-2px) rotate(45deg);
}
.homeNews .list li:hover {
    background: url("../images/news_bg.jpg") no-repeat right bottom/cover #05325c;
}
.homeNews .list li:hover::after {
    background-color: transparent;
}
.homeNews .list li:hover time,
.homeNews .list li:hover time span,
.homeNews .list li:hover aside {
    color:#fff;
}
.homeNews .list li:hover .cate {
    opacity: 0;
}
.homeNews .list li:hover .more {
    opacity: 1;
}
@media (min-width: 1025px) {
    .homeNews .list li:not(:nth-child(3n)) {
        margin-right: 2.9%;
    }
}
@media (max-width: 1024px) {
    .homeNews .list li {
        width: 100%;
        margin-bottom: 6%;
    }
    .homeNews .list li aside {
        height: auto;
        font-size: 16px;
    }
    .homeNews .list li .cate {
        font-size: 14px;
    }
}


/*innerTop*/
.innerTop .Top {
    position: relative;
}

/*innerSearch*/
.innerSearch {
    background: #083e71;
}
.innerSearch > div {
    justify-content: center;
}
.innerSearch .lt{
    position: relative;
    width: 24.2%;
    padding-right: 1%;
    line-height: .7rem;
    text-align: right;
    color:#fff;
    display: none;
}
.innerSearch .lt::before {
    content: '';
    position: absolute;
    width: 50vw;
    height: 100%;
    top:0;
    right: 0;
    background-color: #0c1f38;
    z-index: -1;
}
.innerSearch .rt {
    display: flex;
    width: 75.8%;
    max-width: 7.78rem;
    padding: .2rem 0 .34rem;
    position: relative;
}
.innerSearch .rt::after {
    content: '';
    position: absolute;
    width: 50vw;
    height: 100%;
    top:0;
    left: 100%;
    /*background-color: #143159;*/
    z-index: -1;
}
.innerSearch .rt .text {
    width: 100%;
    padding-left: 1.2%;
    border: 0;
    line-height: .45rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    background: none;

}
.innerSearch .rt .text::placeholder {
    color: #fff;

}
.innerSearch .rt .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    /*background-color: #0c1f38;*/
}
.innerSearch .rt .btn::before {
    content: "";
    display: inline-block;
    width: .2rem;
    height: .2rem;
    margin-right: .04rem;
    background: url("../images/search_w.png") no-repeat center/.16rem;
}
@media (min-width: 1025px) {
    .innerSearch .lt{
        font-size: .14rem;
    }
    .innerSearch .rt .text{
        font-size: .14rem;
    }

}
@media (max-width: 1024px) {
    .innerSearch {background: #1b3056;}
    .innerSearch > .auto-1280 {padding: 0;}
    .innerSearch .lt {
        width: 34%;
        line-height: 0.7rem;
        padding-right: 3%;
    }
    .innerSearch .rt {
        width: 66%;
    }
    .innerSearch .rt .text {
        padding-left: 3%;
    }
    .innerSearch .rt .btn::before {
        background-size: contain;
    }

}


/*innerBanner*/
.innerBanner {
    position: relative;
}

.innerBanner .wap {
    display: none;
}

.innerBanner .text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
}
.innerBanner .text .tit {
    font-size: .4rem;
}
.innerBanner .text .subTit {
    margin-top: 1%;
    font-size: .18rem;
}


@media (max-width: 1024px) {
    .innerBanner .pc {
        display: none;
    }

    .innerBanner .wap {
        display: block;
        width: 100%;
    }

    .innerBanner .wap img {
        width: 100%;
        max-width: none;
    }

    .innerBanner .text {
        font-size: .34rem;
    }
    .innerBanner .text .subTit {
        font-size: .26rem;
    }
}

/*Location*/
.Location {
    padding: .3rem 0 .5rem;
    color: #999;
}
.Location em {
    padding-left: 2.1%;
    font-style: normal;
    background: url("../images/location.png") no-repeat left center/contain;
}
.Location a {
    padding: 0 .12rem;
    color: #999;
}
.Location a:hover {
    color:#05325c;
}
.Location span {
    padding: 0 .15rem;
    color: #333;
}
@media (min-width: 1025px) {
    .Location {
        font-size: .14rem;
    }
}
@media (max-width: 1024px) {
    .Location em {
        padding-left: 4%;
    }
}

/*proInfo*/
.proInfo {
    margin-bottom: .8rem;
}
.proInfo .txt .tit {
    margin-bottom: 2%;
    font-size: .36rem;
    color: #333;
    font-weight: bold;
}
.proInfo .txt .subTit {
    margin-bottom: 5%;
    font-size: .18rem;
    color: #333;
}
.proInfo .txt article {
    line-height: 1.8;
}
.proInfo .pic {

}

@media (min-width: 1025px){
    .proInfo .txt {width: 56%;}
    .proInfo .pic {width: 40%;}
}
@media (max-width: 1024px){
    .proInfo .txt {width: 100%;margin-bottom: 5%;}
    .proInfo .txt .subTit {font-size: .26rem;}
}

/*proFilter*/
.proFilter {
    padding: .8rem 0;
    background-color: #f3f5f7;
}
.proFilter .innerTitle {
    margin-bottom: .4rem;
    text-align: center;
}
.proFilter .filterTop {
    margin-bottom: .2rem;
}
.proFilter .filterTop > div {
    margin-right: .24rem;
    color: #333;
}
.proFilter .filterTop .hideBtn {
    padding-left: .2rem;
    background: url("../images/btn_hide.png") no-repeat left center;
    cursor: pointer;
}
.proFilter .filterTop .resetBtn {
    padding-left: .2rem;
    background: url("../images/btn_reset.png") no-repeat left center;
    cursor: pointer;
}
.proFilter .filterTop .hideBtn:hover,
.proFilter .filterTop .resetBtn:hover {
    color: #05325c;
}
.proFilter .filterTop .search {
    width: 3.6rem;
    background-color: #fff;
}
.proFilter .filterTop .search .text{
    width: 100%;
    padding: 0 .2rem;
    line-height: .5rem;
    border: 0;
}
.proFilter .filterTop .search .btn{
    display: block;
    width: .5rem;
    height: .5rem;
    background: url("../images/search_b.png") no-repeat center;
}
.proFilter .filterTop .search .text::placeholder{
    color: #999;
}
.proFilter .filterTable {
    color: #fff;
    background-color: #fff;
    overflow-x: auto;
    padding-bottom: .1rem;
}
.proFilter .filterTable table {
    border-collapse: separate;
}
.proFilter .filterTable thead th {
    min-width: 180px;
    padding: .25rem .27rem;
    font-weight: normal;
    white-space: nowrap;
    border:1px solid #1e476d;
    background: #05325c;
}
.proFilter .filterTable thead tr th:first-child,
.proFilter .filterTable thead tr td:first-child {
    position: sticky;
    left: 0;
    box-shadow: 4px 2px 8px 0px rgb(0 0 0 / 20%);
    z-index: 5;
}
.proFilter .filterTable thead td {
    padding: .25rem .27rem;
    border:1px solid #1e476d;
    vertical-align: top;
    background: #05325c;
}
.proFilter .filterTable .th_cell {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.proFilter .filterTable .sort {
    margin-left: 8px;
}
.proFilter .filterTable .sort .up {
    display: block;
    width: 9px;
    height: 4px;
    background: url("../images/arrow_up.png") no-repeat center;
}
.proFilter .filterTable .sort .down {
    display: block;
    width: 9px;
    height: 4px;
    margin-top: 5px;
    transform: rotate(180deg);
    background: url("../images/arrow_up.png") no-repeat center;
}
.proFilter .filterTable .checkbox {
    max-height: 108px;
    overflow-y: auto;
}
.proFilter .filterTable .checkbox::-webkit-scrollbar {
    width: 5px;
    background-color: #1e476d;
}

.proFilter .filterTable .checkbox::-webkit-scrollbar-button {
    display: none;
}
.proFilter .filterTable .checkbox::-webkit-scrollbar-track {
    /*width: 80%;*/
    border-radius: 4px;
}

.proFilter .filterTable .checkbox::-webkit-scrollbar-thumb {
    /*margin: 4px 0;*/
    background: #fff;
    border-radius: 30px;
}

.proFilter .filterTable .checkbox::-webkit-scrollbar-thumb:hover {
    background: #bbbbbb;
}

.proFilter .filterTable .checkbox .item:not(:last-child) {
    margin-bottom: 5px;
}
.proFilter .filterTable .checkbox .item label {
    cursor: pointer;
}
.proFilter .filterTable .checkbox input[type="checkbox"]{
    display: none;
}
.proFilter .filterTable .checkbox .box {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 8px;
border: 1px solid #fff;
}
.proFilter .filterTable .checkbox input[type="checkbox"]:checked + span::after {
    content:'✔';
    content:'';
    position: absolute;
    bottom: 0;
    left: -2px;
    width: .2rem;
    height: .2rem;
    background: url("../images/gou.svg") no-repeat center/.2rem;
}
.proFilter .filterTable .checkbox input[type="radio"]:checked + span {
    /*background-color: #fff;*/
}
.proFilter .filterTable .checkbox input[type="radio"]:checked + span::after {
    /*content:'✔';*/
    content:'';
    position: absolute;
    bottom: 0;
    left: -2px;
    width: .2rem;
    height: .2rem;
    background: url("../images/gou.svg") no-repeat center/.2rem;
}
.proFilter .filterTable .range .inputText {
    display: flex;
    align-items: center;
    padding-left: 30px;
    border-radius: 30px;
    background-color: #fff;
}
.proFilter .filterTable .range .inputText span{
    color: #999;
}
.proFilter .filterTable .range .inputText input{
    width: 100%;
    max-width: 130px;
    padding: 0 10px;
    line-height: 22px;
    border: 0;
    color: #999;
    background: transparent;
}
.proFilter .filterTable .range .inputText input::placeholder{
    color: #999;
}
/*.proFilter .filterTable .range .layui-slider-wrap {
    width: 10px;
    height: 10px;
}*/
.proFilter .filterTable .range .layui-slider-vertical {
    width: 1px;
    margin: 10px 0;
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
    background: none;
}
.proFilter .filterTable .range .layui-slider-vertical .layui-slider-wrap {
    width: 10px;
    height: 10px;
    left: -5px;
}
.proFilter .filterTable .range .layui-slider-vertical .layui-slider-wrap-btn {
    display: block;
    width: 10px;
    height: 10px;
    border: 0!important;
}
.proFilter .filterTable .range .layui-slider-vertical .layui-slider-bar {
    width: 1px;
    /*left: 1px;*/
    background-color: #1e476d !important;
}
.proFilter .filterTable .range .line {
    margin: 5px 0;
    text-align: center;
    font-size: 0;
}
.proFilter .filterTable .range .line i {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #1e476d;
}
.proFilter .filterTable .range .line i::before,
.proFilter .filterTable .range .line i::after {
    content:'';
    position: absolute;
    width: .1rem;
    height: .1rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #fff;
}
.proFilter .filterTable .range .line i::before {
    top: 0;
}
.proFilter .filterTable .range .line i::after {
    bottom: 0;
}
.proFilter .filterTable tbody td {
    padding: 9px 28px;
    color:  #666666;
    white-space: nowrap;
    border-right:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    /*border: 0;
    outline: 1px solid #eeeeee;
    outline-offset: -1px;*/
}

.proFilter .filterTable tbody tr td:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    box-shadow: 4px 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 5;
}
.proFilter .filterTable .product .name {
    display: flex;
    justify-content: space-between;
}
.proFilter .filterTable .product .pdf {
    width: 20px;
    height: 20px;
    background: url("../images/icon_pdf.png") no-repeat center center/100%;
}

@media (min-width: 1025px) {
    .proFilter .filterTop > div,
    .proFilter .filterTop .search .text{
        font-size: .14rem;
    }
    .proFilter .filterTable th,
    .proFilter .filterTable td,
    .proFilter .filterTable .range .inputText input{
        font-size: .14rem;
    }
}
@media (max-width: 1024px){
    .proFilter .filterTop {flex-wrap: wrap;}
    .proFilter .filterTop .hideBtn ,
    .proFilter .filterTop .resetBtn{padding-left: .3rem;}
    .proFilter .filterTop .search {flex-shrink: 1;width: 100%;margin-top: 4%;}
}

/*proDetail*/
.proDetail {
    margin-bottom: .8rem;
}
.proDetail .txt {
    width: 74.3%;
}
.proDetail .txt .tit {
    margin-bottom: 1%;
    font-size: .36rem;
    color: #333;
    font-weight: bold;
}
.proDetail .txt .subTit {
    margin-bottom: 3%;
    font-size: .18rem;
    color: #333;
}
.proDetail .txt article {
    line-height: 1.8;
}
.proDetail .pic {
    width: 25.7%;
    text-align: center;
}
.proDetail .downloadBox {
    margin-top: .6rem;
}
.proDetail .downloadBox a:first-child {
    margin-right: 1%;
}
.proDetail .downloadBox a {
    display: inline-flex;
    border: 1px solid #113c64;
    color: #113c64;
    line-height: .6rem;
    width: 2rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.proDetail .downloadBox a::before {
    content:'';
    display: inline-block;
    width: .23rem;
    height: .2rem;
    margin-right: 3%;
    background: url("../images/icon_download_b.png") no-repeat center/contain;
}
.proDetail .downloadBox a.blue,
.proDetail .downloadBox a:hover {
    color:#fff;
    background: #113c64;
}
.proDetail .downloadBox a.blue::before,
.proDetail .downloadBox a:hover::before {
    background: url("../images/icon_download.png") no-repeat center/contain;
}

.proDetail_table {
    padding: .8rem 0;
    background-color: #f3f5f7;
}
.proDetail_table .innerTitle {
    margin-bottom: .4rem;
    text-align: center;
}
.proDetail_table .table {
    color: #fff;
    padding-bottom: .1rem;
    border-bottom: .1rem solid #fff;
    background-color: #fff;
    overflow-x: auto;
}
.proDetail_table .table table {
    border-collapse: separate;
}
.proDetail_table .table thead th {
    min-width: 180px;
    padding: .25rem .27rem;
    font-weight: normal;
    white-space: nowrap;
    border:1px solid #1e476d;
    background: #05325c;
}
.proDetail_table .table thead tr th:first-child {
    position: sticky;
    left: 0;
    box-shadow: 4px 2px 8px 0px rgb(0 0 0 / 20%);
    z-index: 5;
}
.proDetail_table .table thead td {
    padding: .25rem .27rem;
    border:1px solid #1e476d;
    vertical-align: top;
    background: #05325c;
}
.proDetail_table .table .th_cell {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.proDetail_table .table tbody td {
    padding: 9px 28px;
    color:  #666666;
    white-space: nowrap;
    border-right:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
}

.proDetail_table .table tbody tr td:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    box-shadow: 4px 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 5;
}

/* 滚动条样式 */
.proDetail_table .table::-webkit-scrollbar {
    /*width: 10px;*/
    height: 10px;
    margin: 4px 0;
    padding: 4px 0;
}

.proDetail_table .table::-webkit-scrollbar-button {
padding-right:10px;
}

.proDetail_table .table::-webkit-scrollbar-button:horizontal:start:decrement {
    content: '';
    position: relative;
    display: block;
    /*border:5px solid transparent;
    border-right: 6px solid #8b8b8b;*/
    background: url("../images/scroll_l.png") no-repeat center;
}
.proDetail_table .table::-webkit-scrollbar-button:horizontal:end:increment {
    content: '';
    display: inline-block;
    /*border:5px solid transparent;
    border-left: 6px solid #8b8b8b;*/
    background: url("../images/scroll_r.png") no-repeat center;
}
.proDetail_table .table::-webkit-scrollbar-track {
    width: 80%;
    border-radius: 4px;
}

.proDetail_table .table::-webkit-scrollbar-thumb {
    margin: 4px 0;
    background: #8b8b8b;
    border-radius: 4px;
}

.proDetail_table .table::-webkit-scrollbar-thumb:hover {
    background: #727272;
}

@media (min-width: 1025px) {
    .proDetail_table .table th,
    .proDetail_table .table td{
        font-size: .14rem;
    }
}
@media (max-width: 1024px) {
    .proDetail .pic,
    .proDetail .txt {width: 100%;}
    .proDetail .txt .subTit {font-size: .26rem;}
    .proDetail .downloadBox a {width: 2.5rem;}
    .proDetail .downloadBox a::before {width: .32rem;}
}


/*innerTitle*/
.innerTitle {
    position: relative;
    line-height: 1;
    font-size: .36rem;
    font-weight: 700;
    color: #333;
}

.innerSubtitle {
    position: relative;
    font-size: .44rem;
    color: #0f2373;
}

.innerTitle.tac {
    text-align: center;
}

@media (max-width: 1024px) {
    .innerTitle {
        font-size: .4rem;
        line-height: 1.5;
    }

    .innerSubtitle {
        font-size: .32rem;
    }
}

/*aboutIntro*/
.aboutIntro .container {
    position: relative;
    min-height: 6.5rem;
    padding-top: .5rem;
}

.aboutIntro .container::before {
    content:'';
    position: absolute;
    width: 93.75%;
    height: 92%;
    top: .5rem;
    left: 0;
    background-color: #f6f9fb;
    z-index: -1;
}

.aboutIntro .container .txt {
    padding: .7rem;
}
.aboutIntro .container .txt .title {
    font-size: .36rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 1%;
}
.aboutIntro .container .txt .subTitle {
    font-size: .18rem;
    color: #333;
}
.aboutIntro .container .txt article {
    line-height: 1.875;
}
.aboutIntro .container .txt .scence {
    margin-top: 8%;
}
.aboutIntro .container .txt .scence aside {
    margin-bottom: 3%;
    font-size: .18rem;
    font-weight: bold;
    color: #333;
}
.aboutIntro .container .txt .scence p {
    margin: 1% 0;
}

.aboutCulture {
    padding: .8rem 0 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.aboutCulture .innerTitle {
    margin-bottom: .4rem;
    text-align: center;
    color: #fff;
}
.aboutCulture .innerTitle {
    margin-bottom: .4rem;
    text-align: center;
    color: #fff;
}
.aboutCulture dl dd {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .6rem .8rem .6rem .7rem;
    background-color: rgba(255, 255, 255, 0.95);
}
.aboutCulture dl dd aside {
    margin-bottom: 2%;
    font-size: .24rem;
    font-weight: bold;
    color: #333;
}
.aboutCulture dl dd .desc {
    line-height: 1.5;
}
.aboutCulture dl dd .icon {
    flex-shrink: 0;
    width: .62rem;
    margin-right: .6rem;
}
.aboutCulture dl dd .icon img {
    transition: .5s;
}
.aboutCulture dl dd:hover .icon img {
    transform: rotateY(180deg);
}
.aboutApplication {
    margin-bottom: .9rem;
}
.aboutApplication .innerTitle {
    text-align: center;
    margin-bottom: .4rem;
}
.aboutApplication dl dd {
    position: relative;
}
.aboutApplication dl dd .img {
    position: relative;
    z-index: 1;
}
.aboutApplication dl dd figure {
    height: 4.3rem;
    background-position: left center;
    background-size: cover;
}
.aboutApplication dl dd::before {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.85));
    z-index: 2;
}
.aboutApplication dl dd .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3% .2rem 0 .3rem;
    color: #fff;
    z-index: 3;
    overflow: hidden;
}
.aboutApplication dl dd .txt aside {
    margin-bottom: 1%;
    font-size: .18rem;
    font-weight: bold;
}
.aboutApplication dl dd .txt .desc {
}
@media (min-width: 1025px) {
    .aboutIntro .container .txt {
        width: 62.5%;
    }
    .aboutIntro .container .pic {
        width: 37.5%;
        margin-top: -.5rem;
    }
    .aboutCulture dl dd {
        width: 49.2%;
    }
    .aboutCulture dl dd:nth-child(2) ~ dd {
        margin-top: 3%;
    }
    .aboutCulture dl dd .desc {
        height: .48rem;
    }
    .aboutApplication dl dd {
        width: 21%;
        transition: .5s;
    }
    .aboutApplication dl dd .txt {
        /*transform: translateY(100%);*/
        bottom: 0;
        transition: .5s;
    }
    .aboutApplication dl dd .txt aside {
        transition: .5s;
    }
    .aboutApplication dl dd .txt .desc {
        opacity: 0;
        /*transform: translateY(100%);*/
        transition: .5s;
    }
    .aboutApplication dl dd.active {
        width: 56.25%;
    }
    .aboutApplication dl dd.active .txt  {
        transform: translateY(0);
        bottom: 7%;
    }
    .aboutApplication dl dd.active .txt aside  {
        font-size: .24rem;
    }
    .aboutApplication dl dd.active .txt .desc {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .aboutIntro .container {
        padding-top: 0;
    }
    .aboutIntro .container::before {
        width: 100%;
        height: 100%;
        top: 0;
    }
    .aboutIntro .container .txt {
        padding: 6%;
    }
    .aboutIntro .container .txt .subTitle {
        font-size: .24rem;
    }
    .aboutIntro .container .txt .scence aside {
        font-size: .3rem;
    }
    .aboutIntro .container .txt .scence p {
        margin: 5% 0;
    }
    .aboutCulture dl dd:nth-child(1) ~ dd {
        margin-top: 3%;
    }
    .aboutCulture dl dd aside {
        font-size: .3rem;
    }
    .aboutApplication {
        margin-bottom: 8%;
    }
    .aboutApplication dl {
        flex-wrap: wrap;
    }
    .aboutApplication dl dd {
        width: 100%;
        margin-bottom: 4%;
    }
    .aboutApplication dl dd .txt {
        bottom: 5%;
    }
    .aboutApplication dl dd .txt aside {
        font-size: .3rem;
    }
}

/*news*/
.yearSelect .selectBox {
    position: relative;
    width: 3rem;
    border: 1px solid #eeeeee;
}
.yearSelect .selectBox .btn {
    position: relative;
    padding: .18rem .3rem;
    cursor: pointer;
}
.yearSelect .selectBox dl {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #eeeeee;
    border-top: 0;
    display: none;
}
.yearSelect .selectBox dd {
    padding: .18rem .3rem;
    background: #fff;
    border-top: 1px solid #eeeeee;
    cursor: pointer;
    transition: .3s;
}
.yearSelect .selectBox dd.active,
.yearSelect .selectBox dd:hover {
    color:#fff;
    background: #05325c;
}
.yearSelect .selectBox .btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: .22rem;
    width: .08rem;
    height: .08rem;
    margin-top: -.05rem;
    transform: rotate(45deg);
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}
.yearSelect .searchBtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    margin-left: .1rem;
    text-align: center;
    color: #fff;
    background: #05325c;
}

.newsList {
    margin-top: .3rem;
    margin-bottom: .8rem;
}
.newsList .top {
    margin-bottom: 3.9%;
}
.newsList .top .pic figure {
    padding-bottom: 71.66%;
}
.newsList .top .txt {
    padding: .7rem 1rem 0 .7rem;
    background-color: #f6f9fb;
}
.newsList .top .txt time {
    color: #333;
}
.newsList .top .txt time span{
    margin-right: .14rem;
    font-size: .36rem;
    color: #000;
}
.newsList .top .txt aside {
    margin-top: .1rem;
    margin-bottom: .2rem;
    line-height: 1.5;
    font-size: .24rem;
    color: #333333;
}
.newsList .top .txt article {
    line-height: 1.875;
    color: #666666;
}
.newsList .top .txt .more {
    display: inline-block;
    margin-top: .4rem;
    line-height: .6rem;
    padding: 0 .32rem;
    color: #333333;
    border: 1px solid #dde0e1;
    transition: .3s;
}
.newsList .top .txt .more::after {
    content:'';
    display: inline-block;
    width: .08rem;
    height: .08rem;
    margin-left: .3rem;
    border: 1px solid #333;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(-2px) rotate(45deg);
    transition: .3s;
}
.newsList .top .txt:hover aside {
    color: #05325c;
}
.newsList .top .txt .more:hover {
    color: #fff;
    background-color: #05325c;
}
.newsList .top .txt .more:hover::after {
    border-color: #fff;
}
.newsList ul li {
    position: relative;
    width: 31.4%;
    background-color: #f6f9fb;
    transition: .3s;
}
.newsList ul li a {
    display: block;
    padding: .4rem .4rem .4rem .5rem;
}
.newsList ul li::after {
    content:'';
    position: absolute;
    width: 100%;
    height: .1rem;
    bottom: 0;
    left: 0;
    background-color: #05325c;
    z-index: 1;
}
.newsList ul li time {
    color: #333;
    display: none;
}
.newsList ul li time span{
    margin-right: .14rem;
    font-size: .36rem;
    color: #000;
}
.newsList ul li aside {
    height: 1.08rem;
    margin-top: .2rem;
    line-height: 1.5;
    font-size: .24rem;
    color: #333333;
}
.newsList ul li .cate {
    margin-top: .56rem;
    padding-left: .35rem;
    font-size: .14rem;
    background: url("../images/other_logo.png") no-repeat left center/.25rem;
    transition: .1s;
}
.newsList ul li .more {
    opacity: 0;
    position: absolute;
    bottom: 10%;
    color: #fff;
    transition: .3s;
}
.newsList ul li .more::after {
    content:'';
    display: inline-block;
    width: .08rem;
    height: .08rem;
    margin-left: .3rem;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(-2px) rotate(45deg);
}
.newsList ul li:hover {
    background: url("../images/news_bg.jpg") no-repeat right bottom/cover #05325c;
}
.newsList ul li:hover::after {
    background-color: transparent;
}
.newsList ul li:hover time,
.newsList ul li:hover time span,
.newsList ul li:hover aside {
    color:#fff;
}
.newsList ul li:hover .cate {
    opacity: 0;
}
.newsList ul li:hover .more {
    opacity: 1;
}
@media (min-width: 1025px) {
    .newsList .top .pic {
        width: 46.875%;
    }
    .newsList .top .txt {
        width: 53.125%;
    }
    .newsList ul li:not(:nth-child(3n)) {
        margin-right: 2.9%;
    }
    .newsList ul li:nth-child(3) ~ li {
        margin-top: 2.9%;
    }
}
@media (max-width: 1024px) {
    .newsList .top .pic {width: 100%;}
    .newsList .top .txt {padding: 7%;}
    .newsList ul li {
        width: 100%;
        margin-bottom: 6%;
    }
    .newsList ul li aside {
        height: auto;
        font-size: 16px;
    }
    .newsList ul li .cate {
        font-size: 14px;
    }
}

/*newsInfo*/
.newsInfo {
    margin-top: .6rem;
    margin-bottom: .8rem;
}

.newsInfo .title {
    text-align: center;
}

.newsInfo .title h3 {
    margin-bottom: 1%;
    font-size: .36rem;
    color: #333;
}

.newsInfo .title .time_wrap {
    margin-bottom: 3%;
    padding-bottom: 3%;
    color: #999;
    border-bottom: 1px solid #e5e5e5;
}

.newsInfo .title .time_wrap span {
    padding: 0 14px;
}

.newsInfo article {
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: 1px solid #eeeeee;
    text-align: justify;
}

.newsInfo article p {
    line-height: 2;
}

.newsInfo article img {
    height: auto !important
}

.newsInfo .page_pn {
}

.newsInfo .page_pn .pn {
    width: calc(100% - 168px);
    padding-right: 50px;
}

.newsInfo .page_pn .pn a {
    line-height: 1.875;
    color: #666;
    display: block;
}

.newsInfo .page_pn .btn {
    width: 1.68rem;
    line-height: .57rem;
    background: #05325c;
    color: #fff;
    text-align: center;
}

@media (max-width: 1024px) {
    .newsInfo {
        margin-top: 0;
    }
    .newsInfo .title h3 {
        margin-top: 0;
        margin-bottom: 3%;
    }

    .newsInfo .title .time_wrap {
        font-size: .22rem;
    }

    .newsInfo article {
        font-size: .26rem;
    }

    .newsInfo article p {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .newsInfo article span {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .newsInfo .page_pn .pn {
        width: 100%;
        padding-right: 0;
        margin-bottom: 4%;
    }
    .newsInfo .page_pn .pn a {
        font-size: .24rem;
    }
}



/*contactUs*/
.contactUs {
    padding-top: .4rem;
    padding-bottom: .8rem;
}
.contactUs .colName{
    font-size: .24rem;
    color: #05325c;
}
.contactUs .txt aside {
    font-size: .36rem;
    color: #333;
    font-weight: bold;
}

.contactUs .txt dl {
    margin-top: .3rem;
    color: #333;
}
.contactUs .txt dd {
    display: flex;
    align-content: center;
    padding: .3rem .1rem .3rem .7rem;
    border-bottom: 1px solid #eeeeee;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .26rem;
}
.contactUs .txt dd.add {
    border-top: 1px solid #eeeeee;
    background-image: url("../images/contact_icon1.png");
}
.contactUs .txt dd.tel {
    background-image: url("../images/contact_icon2.png");
}
.contactUs .txt dd.email {
    background-image: url("../images/contact_icon3.png");
}
.contactUs .txt dd .name {
    flex-shrink: 0;
    width: 27%;
}

.contactUs .map{height:400px}


.distributor .list {
    margin-top: .4rem;
}
.distributor .list .item {
    margin-bottom: 1.6%;
    background-color: #f6f9fb;
    cursor: pointer;
}
.distributor .list .item aside {
    position: relative;
    padding: .2rem .6rem .2rem .4rem;
    font-weight: bold;
    font-size: .2rem;
    color: #333333;
}
.distributor .list .item.active aside,
.distributor .list .item:hover aside {
    color: #fff;
    background-color: #05325c;
}
.distributor .list .item aside::after {
    content: "";
    position: absolute;
    top: 50%;
    right: .6rem;
    width: 16px;
    height: 8px;
    margin-top: -4px;
    background: url("../images/arrow_down.png") no-repeat center/contain;
    transition: .3s;
}
.distributor .hideCon {
    display: none;
}
.distributor dl {
    justify-content: space-between;
    padding: 0 .4rem .4rem;
}

.distributor dl .name {
    padding-left: .3rem;
    margin-bottom: .05rem;
    font-weight: bold;
    color: #333;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.distributor dl dt{
    width: 100%;
    flex-shrink: 0;
}

.distributor dl dd{
    /*width: 50%;*/
    flex-shrink: 0;
    margin-top: .3rem;
}

.distributor dl .add {
    width: 100%;
    flex-shrink: 0;
}

.distributor dl .add p {
    color: #333;
}

.distributor dl .buss .name{
    background-image: url("../images/contact_icon5.png");
}

.distributor dl .add .name{
    background-image: url("../images/contact_icon1.png");
}

.distributor dl .phone .name{
    background-image: url("../images/contact_icon2.png");
}

.distributor dl .tel .name{
    background-image: url("../images/contact_icon6.png");
}

.distributor dl .email .name{
    background-image: url("../images/contact_icon3.png");
}

.distributor .list .item.active aside::after,
.distributor .list .item:hover aside::after {
    transform: rotate(180deg);
    filter: brightness(0) invert(1);
}

@media (min-width: 1025px) {
    .contactUs .txt {
        width: 46.8%;
    }
    .contactUs .distributor {
        width: 46.8%;
    }

}

@media (max-width: 1024px) {
    .contactUs .map {width: 100%;height: 250px;margin-top: 5%;}
    .contactUs .txt dd {background-position: left .35rem;}
    .distributor .list .item aside {
        font-size: .28rem;
    }
    .distributor .list .item aside {
        padding-left: 24px;
        background-size: contain;
    }
    .distributor dl {
        margin-bottom: 0;
    }
    .distributor dl dd {
        width: 100%;
    }
    .distributor dl dd:nth-of-type(2n) {
        padding-left: 0;
    }
    .distributor dl .name {
        margin-bottom: 2%;
        padding-left: 22px;
    }
    .distributor dl p {
        padding-left: 22px;
    }
}

/*searchInfo*/
.searchInfo {
    margin-bottom: 1rem;
}
.searchInfo .topTitle {
    margin-bottom: .4rem;
    font-size: .24rem;
}
.searchInfo .topTitle .name {
    color: #333;
}
.searchInfo .container  {
    border: 1px solid #eee;
}

.searchInfo .container .table_top {
    padding: .2rem .6rem .2rem .3rem;
    color: #333;
    background-color: #f3f5f7;
}
.searchInfo .container .table_top dd:nth-child(1),
.searchInfo .container .li_top .item:nth-child(1) {
    width: 18%;
}
.searchInfo .container .table_top dd:nth-child(2) ,
.searchInfo .container .li_top .item:nth-child(2) {
    width: 35.6%;
}
.searchInfo .container .table_top dd:nth-child(3) ,
.searchInfo .container .li_top .item:nth-child(3) {
    width: 18%;
}
.searchInfo .container .table_top dd:nth-child(4) ,
.searchInfo .container .li_top .item:nth-child(4) {
    width: 19.4%;
}
.searchInfo .container .table_top dd:nth-child(5) ,
.searchInfo .container .li_top .item:nth-child(5) {
    width: 9%;
}

.searchInfo .container li {
    padding-bottom: .45rem;
    border-bottom: 1px solid #eee;
}
.searchInfo .container li:nth-child(2n) {
    background: #f7f9fa;
}
.searchInfo .container .li_top {
    padding: .2rem .6rem .2rem .3rem;
    margin-bottom: .1rem;
}

.searchInfo .container .li_top .code a {
    color: #999;
    text-decoration: underline;
}
.searchInfo .container .li_top .links a {
    display: block;
    padding-left: 13%;
    color: #999;
    background-repeat: no-repeat;
    background-position: left center;
}
.searchInfo .container .li_top .links a:not(:first-child) {
    margin-top: 3%;
}

.searchInfo .container .li_top .links a:nth-child(1) {
    background-image: url("../images/links_icon1.png");
}
.searchInfo .container .li_top .links a:nth-child(2) {
    background-image: url("../images/links_icon2.png");
}
.searchInfo .container .li_top .links a span {
    text-decoration: underline;

}
.searchInfo .container .li_top .more a {
    color: #999;
}
.searchInfo .container .li_top .more a::after {
    content:'';
    display: inline-block;
    width: .08rem;
    height: .08rem;
    margin-left: .15rem;
    border: 1px solid #333;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(-2px) rotate(45deg);
    transition: .3s;
}


.searchInfo .container .li_mid {
    padding: 0 .6rem 0 .3rem;
}
.searchInfo .container .li_mid .pic {
    width: 18%;
    padding-top: .4rem;
}
.searchInfo .container .li_mid .pic img {
    max-width: .92rem;
}
.searchInfo .container .li_mid .table {
    width: 82%;
    padding-top: .3rem;
    border-top: 1px solid #e9ecee;
}
.searchInfo .container .li_mid .table table {
    width: 100%;
}
.searchInfo .container .li_mid .table table td {
    padding: 1% 0;
    font-size: .14rem;
}
.searchInfo .container .li_mid .table table tr td:nth-child(1) {
    width: 26%;
}
.searchInfo .container .li_mid .table table tr td:nth-child(2) {
    width: 18%;
}
.searchInfo .container .li_mid .table table tr td:nth-child(3) {
    width: 18%;
}
.searchInfo .container .li_mid .table table tr td:nth-child(4) {
    width: 16%;
}

.searchInfo .container .li_top .code a:hover,
.searchInfo .container .li_top .links a:hover ,
.searchInfo .container .li_top .more a:hover {
    color: #05325c;
}

@media (max-width: 1024px) {
    .searchInfo .container  {
        overflow-x: auto;
    }
    .searchInfo .container .overflowAuto  {
        width: 920px;
    }
    .searchInfo .container .li_mid .table table td {
        font-size: .24rem;
    }
    .searchInfo .container .li_mid .table table tr td:nth-child(1) {
        width: 20%;
    }
    .searchInfo .container .li_mid .table table tr td:nth-child(2) {
        width: 14%;
    }
    .searchInfo .container .li_mid .table table tr td:nth-child(4) {
        width: 20%;
    }
}

/*footer*/
.footer{
    background-color: #f6f9fb;
}
.footer .footerTop {
    padding: .5rem 0 .3rem;
    border-bottom: 1px solid #e1e2e3;
}
.footer .footerTop .logo {
    margin-right: .3rem;
}
.footer .footerTop .logo img {
    max-width: .38rem;
}
.footer .footerTop li {
    margin-right: .3rem;
}
.footer .footerTop .footerSearch {
}
.footer .footerTop .footerSearch .text{
    width: 3rem;
    line-height: .5rem;
    padding: 0 .2rem;
    border: 1px solid #eeeeee;
    font-size: .14rem;
}
.footer .footerTop .footerSearch .btn{
    display: flex;
    align-items: center;
    line-height: .5rem;
    padding: 0 .24rem;
    font-size: .16rem;
    color:#fff;
    background-color: #05325c;
}
.footer .footerTop .footerSearch .btn:before{
    content:'';
    width: .2rem;
    height: .2rem;
    margin-right: .06rem;
    background: url("../images/search_w.svg") no-repeat center/.16rem;
}
.footer .footerMid {
    padding: .3rem 0 .4rem;
}
.footer .footerMid .contact {
    font-size: .14rem;
    line-height: 2.1;
}
.footer .footerMid .qrcode img {
    max-width: 1rem;
}
.footer .footerBotm {
    padding: .34rem 0;
    font-size: .14rem;
    background-color: #f3f5f7;
}
.footer .footerBotm .beian a:not(:last-child){
    margin-right: .2rem;
}
.footer .footerBotm .beian .gongan{
    padding-left: .24rem;
    background: url("../images/gongan_beian.png") no-repeat left center/contain;
}

@media (max-width: 1024px) {
    .footer .footerTop {
        justify-content: center;
    }
    .footer .footerTop li,
    .footer .footerTop .footerSearch .text,
    .footer .footerTop .footerSearch .btn,
    .footer .footerMid .contact,
    .footer .footerBotm {
        font-size: 14px;
    }
    .footer .footerTop li:last-child {
        margin-right: 0;
    }
    .footer .footerTop .right  {
        width: 100%;
    }
    .footer .footerTop .footerSearch  {
        margin-top: 6%;
    }
    .footer .footerTop .footerSearch .text {
        line-height: 38px;
        width: 80%;
    }
    .footer .footerTop .footerSearch .btn {
        width: 22%;
    }
    .footer .footerTop .footerSearch .btn:before {
        width: .26rem;
        height: .26rem;
        background-size: cover;
    }
    .footer .footerMid .contact {
        width: 100%;
        padding-right: 4%;
    }
    .footer .footerMid .qrcode {
        display: inline-flex;
        width: 100%;
        justify-content: center;
    }
    .footer .footerMid .qrcode img {
        max-width: 100%;
    }
    .footer .footerBotm {
        text-align: center;
    }
    .footer .footerBotm > div {
        justify-content: center;
    }
    .footer .footerBotm > div > div {
        padding: 2% 0;
    }
}

.trx_30 {
    transform: translateX(20px);
    opacity: 0;
    transition: 1.2s;
}

.try_30 {
    transform: translatey(20px);
    opacity: 0;
    transition: 1.2s;
}

.delay1 {
    transition-delay: 1s;
}

.delay14 {
    transition-delay: 1.4s;
}

.ani .trx_30 {
    transform: translateX(0);
    opacity: 1;
}

.ani .try_30 {
    transform: translateY(0);
    opacity: 1;
}

.pic, .pic_ani {
    overflow: hidden;
}

.pic figure, .pic_ani figure {
    transition: .3s;
}

.pic:hover figure, .pic_ani:hover figure {
    transform: scale(1.08);
}


/*innerPage */
.innerPage {
    padding: .5rem 0 0 0;
    text-align: center;
    position: relative;
}

.innerPage .Pages a.a_first, .innerPage .Pages a.a_end, .innerPage .Pages > span:not(.p_page) {
    display: none;
}

.innerPage .Pages em {
    float: left;
    font-style: normal;
}

.innerPage .Pages .p_page {
    display: table;
    margin: 0 auto;
}

.innerPage .Pages a {
    float: left;
    line-height: .48rem;
    width: .48rem;
    margin: 0 .1rem;
    font-size: .14rem;
    color: #333;
    background-color: #f6f9fb;
}

.innerPage .Pages a.a_cur, .innerPage .Pages a:hover {
    color: #fff;
    background: #05325c;
}

.innerPage .Pages .p_page > a {
    width: .48rem;
    font-size: .14rem;
    position: relative;
}

@media (max-width: 1024px) {
    .innerPage {
        padding: 6vw 0 8vw 0;
    }

    .innerPage .Pages a {
        margin: 0 .05rem;
        font-size: .24rem;
    }

    .innerPage .Pages .p_page > a {
        width: auto;
        padding: 0 .3rem;
        font-size: .2rem;
    }
}


/*download*/
.download {padding-bottom: .8rem;}
.download .downloadSearch {margin-bottom: .5rem;}
.download .downloadSearch .text{width: 6.4rem;line-height: .6rem;padding: 0 .2rem;border: none;background-color: #f6f9fb;}
.download .downloadSearch .btn{display: flex;align-items: center;justify-content:center;line-height: .6rem;padding: 0 .32rem;font-size: .18rem;color:#fff;background-color: #05325c;}
.download .downloadSearch .btn:before{content:'';width: .2rem;height: .2rem;margin-right: .06rem;background: url("../images/search_w.svg") no-repeat center/contain;}

.download .list li {margin-bottom: 2.5%;}
.download .list li .icon {flex-shrink: 0;width: 38.41%;}
.download .list li .txt {width: 61.59%;padding: .6rem .5rem 0 .5rem;background-color: #f6f9fb;transition: .3s;}
.download .list li .txt aside {margin-bottom: 2%;color: #333333;font-weight: bold;}
.download .list li .txt article {line-height: 1.875;color: #666;}
.download .list li:hover .txt {background-color: #05325c;}
.download .list li:hover .txt aside,
.download .list li:hover .txt article {color: #fff;}

.downloadAll {padding-bottom: 1rem;}
.downloadAll dl {display: flex;padding: 0 .3rem;color:#fff;line-height: .7rem;background-color: #083e71;}
.downloadAll ul li {display: flex;align-items: center;width: 100%;padding: 0 .3rem;margin-top: .2rem;line-height: .7rem;background-color: #f6f9fb;}
.downloadAll dl dd,
.downloadAll ul li {flex-shrink: 0;}
.downloadAll dl dd:nth-child(1),
.downloadAll ul li .name {width: 31.1%;padding-right: 1%;}
.downloadAll dl dd:nth-child(2),
.downloadAll ul li .title {width: 40.2%;padding-right: 1%;}
.downloadAll dl dd:nth-child(3),
.downloadAll ul li .type {width: 21.2%;padding-right: 1%;}
.downloadAll dl dd:nth-child(4),
.downloadAll ul li .date {width: 7.5%;}
.downloadAll ul li .name {display: flex;align-items: center;}
.downloadAll ul li .name::before {content:'';width: .2rem;height: .2rem;margin-right: .1rem;background: url("../images/icon_pdf.png") no-repeat center/contain;}

.downloadDetail {padding-bottom: .8rem;}
.downloadDetail nav {background-color: #f6f9fb;}
.downloadDetail nav h4 {margin: 0;padding: 0 .4rem;line-height: .7rem;font-size: .2rem;font-weight: bold;color: #fff;background-color: #083e71;}
.downloadDetail nav dl {padding-top: .1rem;background-color: #f6f9fb}
.downloadDetail nav dl dd {padding: 0 .4rem;line-height: .76rem;}
.downloadDetail nav dl dd a {display: block;padding-right: 10px;color: #333;font-size: .18rem;border-bottom: 1px solid #e9e9e9;background: url("../images/arrow_r_g.svg") no-repeat center right/8px;transition: .3s;}
.downloadDetail nav dl dd a:hover {color: #083e71;border-color: #083e71;background-image: url("../images/arrow_r_b.svg")}
.downloadDetail .r_content .title {margin: 0;color: #333;font-size: .2rem;border-bottom: 2px solid #eeeeee;}
.downloadDetail .r_content .title span {position: relative;display: inline-block;padding-top: .1rem;padding-bottom: .2rem;}
.downloadDetail .r_content .title span::after {content:'';position: absolute;width: 100%;height: 2px;bottom: -2px;left: 0;background-color: #083e71;}
.downloadDetail .r_content article {padding: .2rem 0 .5rem;line-height: 1.875;}
.downloadDetail .r_content article p {margin: 0;}
.downloadDetail .r_content .list li {position:relative;margin-top: 3.5%;border: 1px solid #e9edf0;}
.downloadDetail .r_content .list li::after {content:'';position:absolute;right: -1px;top: -1px;width: .52rem;height: .53rem;background: url("../images/icon_angle.jpg") no-repeat center/cover;}
.downloadDetail .r_content .list li a {display: block;padding: .5rem .3rem .3rem;}
.downloadDetail .r_content .list li .icon {margin-bottom: .5rem;}
.downloadDetail .r_content .list li aside {margin-bottom: .93rem;font-size: .18rem;color: #333333;}
.downloadDetail .r_content .list li .time {font-size: .14rem;background: url("../images/icon_cloud.png") no-repeat center right/.23rem;}
.downloadDetail .r_content .list li:hover {background: url("../images/news_bg.jpg") no-repeat center;}
.downloadDetail .r_content .list li:hover .icon img {filter: brightness(0) invert(1);}
.downloadDetail .r_content .list li:hover aside {color:#fff;}
.downloadDetail .r_content .list li:hover .time {color:#fff;background-image: url("../images/icon_cloud_w.png");}

@media (min-width: 1025px) {
    .download .list li {width: 48.8%;}
    .download .list li:nth-child(2n) {margin-left: 2.4%;}
    .download .list li .txt aside {font-size: .2rem;}
    .downloadDetail nav {width: 26.56%;}
    .downloadDetail .r_content {width: 67.96%;}
    .downloadDetail .r_content .list li {width: 31.6%;margin-right: 2.6%;}
    .downloadDetail .r_content .list li:nth-child(3n) {margin-right: 0;}
}
@media (max-width: 1024px) {
    .download .downloadSearch .btn {width: 32%;line-height: 40px;font-size: .24rem;}
    .download .downloadSearch .btn:before {width: .3rem;height: .3rem;}
    .download .list li .txt {padding: 5%;}
    .download .list li .txt article {-webkit-line-clamp: 3;}
    .downloadAll {padding-bottom: .2rem;}
    .downloadAll .list {overflow-x: auto;}
    .downloadAll dl ,
    .downloadAll ul {width: 900px;}
    .downloadAll ul li .date {line-height: 1.8;}
    .downloadAll dl dd:nth-child(3), .downloadAll ul li .type {width: 20.2%;}
    .downloadAll dl dd:nth-child(4), .downloadAll ul li .date {width: 8.5%;}
    .downloadAll ul li .name::before {background-size: .2rem;}
    .downloadDetail nav {width: 100%;margin-bottom: 5%;}
    .downloadDetail nav h4 {position: relative;font-size: .26rem;text-align: center;}
    .downloadDetail nav h4::after {content:'';position: absolute;top: 50%;right:4%;margin-top: -4px;width: 16px;height: 8px;filter:brightness(0) invert(1);background: url("../images/arrow_down.png") no-repeat center/contain;transition: .3s;}
    .downloadDetail nav h4.on::after {transform: rotate(180deg);}
    .downloadDetail nav dl {display: none;}
    .downloadDetail nav dl dd a {font-size: .24rem;background-size: 6px;}
    .downloadDetail .r_content .title {font-size: .26rem;}
    .downloadDetail .r_content .list li {width: 48.5%;}
    .downloadDetail .r_content .list li:not(:nth-child(2n)) {margin-right: 3%;}
    .downloadDetail .r_content .list li aside {font-size: .24rem;}
    .downloadDetail .r_content .list li .time {font-size: .22rem;background-size: .3rem;}
}

/*productIndex*/
.productIndex {padding-bottom: .8rem;}
.productIndex ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
.productIndex li {flex-shrink: 0;padding: .8rem;margin-bottom: .2rem;background-color: #f6f9fb;}
.productIndex h4.title {margin: 0;font-size: .36rem;color: #333;}
.productIndex li p {margin: .2rem 0 .4rem;}
.productIndex li dl {display: flex;flex-wrap: wrap;}
.productIndex li dl dd {position:relative;flex-shrink: 0;width: 2.3rem;margin-right: .1rem;}
.productIndex li dl dd:after {content: '';position: absolute;width: 0;height: 0;top: 0;right: 0;border: 12px solid transparent;border-top: 12px solid #f6f9fb;border-right: 12px solid #f6f9fb;opacity: 0;}
.productIndex li dl dd a {display: inline-flex;align-items: center;width: 100%;padding: 0 .2rem;line-height: .5rem;background-color: #fff;transition: .3s;}
.productIndex li dl dd a::before {content:'';width: .08rem;height: .11rem;margin-right: .12rem;background: url("../images/icon_right.png") no-repeat center/contain;}
.productIndex li dl dd:hover a {color:#fff;background-color: #05325c;}
.productIndex li dl dd:hover:after {opacity: 1;}
.productIndex li dl dd a:hover::before {filter:brightness(0) invert(1);}
@media (min-width: 1025px) {
    .productIndex li {width: 49.2%;}
    .productIndex li:nth-child(1) {width: 100%;}
}
@media (max-width: 1024px) {
    .productIndex li {width: 100%;padding: 8%;}
    .productIndex li dl dd {width: 48.5%;margin-right: 3%;margin-bottom: 3%;}
    .productIndex li dl dd:nth-child(2n) {margin-right: 0;}
    .productIndex li dl dd a {line-height: 40px;}
    .productIndex li dl dd a::before {width: .12rem;height: .18rem;}
}

/*productDetailDL*/
.productDetailDL {padding-bottom: .8rem;}
.productDetailDL dl {display: flex;padding: 0 .3rem;color:#fff;line-height: .8rem;background-color: #05325c;}
.productDetailDL dl dd {flex-shrink: 0;}
.productDetailDL ul li {display: flex;align-items: center;width: 100%;padding: 0 .3rem;margin-top: .2rem;line-height: .8rem;color:#333;background-color: #f6f9fb;}
.productDetailDL ul li > div {flex-shrink: 0;}
.productDetailDL ul li a {color:#333;}
.productDetailDL dl dd,
.productDetailDL ul li {flex-shrink: 0;}
.productDetailDL dl dd:nth-child(1),
.productDetailDL ul li .name {width: 19.7%;padding-right: 1%;}
.productDetailDL dl dd:nth-child(2),
.productDetailDL ul li .title {width: 15.6%;padding-right: 1%;}
.productDetailDL dl dd:nth-child(3),
.productDetailDL ul li .desc {width: 49.7%;padding-right: 1%;}
.productDetailDL dl dd:nth-child(4),
.productDetailDL ul li .moreDoc {width: 15%;text-align: right;}
.productDetailDL ul li .moreDoc {display: inline-flex;justify-content: end;}
.productDetailDL ul li .moreDoc .pdf {width: .47rem;height: .47rem;margin-right: .1rem;border: 1px solid #e6e6e6;background:url("../images/icon_pdf.png") no-repeat center/.18rem #fff;}
.productDetailDL ul li .moreDoc .more {padding: 0 .28rem;line-height: .45rem;border: 1px solid #e6e6e6;background-color: #fff;}
.productDetailDL ul li .moreDoc .more:hover {color: #fff;background-color:#05325c; }
.productDetailDL ul li a:hover {color:#05325c;}
@media (min-width: 1025px) {

}
@media (max-width: 1024px) {
    .productDetailDL .list {overflow-x: auto;}
    .productDetailDL dl ,
    .productDetailDL ul {width: 780px;}
    .productDetailDL ul li .moreDoc .pdf {background-size: .22rem;}
}