@charset "utf-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*transition: all 0.3s;*/
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
}

@media (min-width: 1000px) and (max-width: 1600px) {
    html {
        font-size: 4.25vw;
    }
}

@media (max-width: 640px) {
    html {
        font-size: 15vw;
    }
}

.w1900 {
    max-width: 1900px;
    margin: 0 auto;
}

.w1600 {
    max-width: 1600px;
    margin: 0 auto;
}

.w1440 {
    max-width: 1440px;
    margin: 0 auto;
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}

@font-face {
    font-family: HarmonyOS_Sans;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/HarmonyOS_Sans.subset.woff2) format('woff2')
}

@font-face {
    font-family: tensans;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/tensans-bold.woff) format('woff')
}

@font-face {
    font-family: Impact;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Impact.woff2) format('woff2')
}

body {
    position: relative;
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: "HarmonyOS_Sans", "Open Sans", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, Verdana, Tahoma, sans-serif;
    color: #333;
    min-width: 320px;
    width: 100%;
    zoom: 1;
    background: #fff;
    /*禁用Webkit内核浏览器的文字大小调整功能*/
    -webkit-text-size-adjust: none;

    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight: rgba(0, 0, 0, 0);

    /*控制文本可选性*/
    /*
-webkit-user-select: none;
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;
*/

    /*设置字体的抗锯齿或者说光滑度*/
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

* {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*word-break: break-all;*/
    word-wrap: break-word;
    font-style: normal;
}

/*默认去除ul、li的默认样式*/
.p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
}

.ul,
.ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dl,
.dl dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl,
dl dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #333;
}

/*表单元素获得焦点时不显示虚线框*/
input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

/*不允许多行输入文本框有滚动条*/
textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

/*初始化表单元素样式*/
textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

/*初始化HTML5标签样式*/
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}



/*初始化图片样式*/
img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

/*初始化a的样式和字体样式*/
a {
    color: #333;
    text-decoration: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    color: #003a8e;
}

/*清除浮动*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0px;
}

.clearfix {
    zoom: 1;
}

.center {
    text-align: center
}

.nblod {
    font-weight: normal !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 单行隐藏 */
.dot {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 多行隐藏 */
.dot2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 多行隐藏 */
.dot3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.bgef {
    background-color: #efefef;
}

.pt50 {
    padding-top: .5rem;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flexC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fl-bet {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fl-cen {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fl-end {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: flex-end;
}

.fl-col{
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.autowidth {
    padding-left: 9.375%;
    padding-right: 9.375%;
    width: 100%;
}

.header {
    width: 100%;
    /* height: 1.7rem; */
    padding: 0 3%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 999;
    top: 0;
}

.header .wrap {
    padding-top: .2rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.header .wrap .logo {
    padding-top: .2rem;
    display: block;
    width: 14.5%;
    padding-bottom: .35rem;
}

.header .wrap .logo img {
    max-height: .8rem;
}

.header .wrap .menu {
     /* margin-left: auto; */
     flex: 1;
}

.header .wrap .menu .menu-nav {
    height: 100%;
    flex: 1;
}

.header .wrap .menu .menu-nav .menuLi {
    padding: 0 .2rem;
    position: relative;
    height: 100%;
}

.header .wrap .menu .menu-nav .menuLi .menuA {
    font-size: .26rem;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
}

.header .wrap .menu .menu-nav .menuLi .menuA:before {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    bottom: 14px;
    height: 2px;
    background: #fff;
    transition: 0.5s;
    left: 50%;
    transform: translate(-50%, 0);
   
}

.header .wrap .menu .menu-nav .on .menuA,
.header .wrap .menu .menu-nav .menuLi .menuA:hover {
    /* color: #003a8e; */
}

.header .wrap .menu .menu-nav .on .menuA:before,
.header .wrap .menu .menu-nav .menuA:hover:before {
    width: 70%;
    transition: 0.5s;
}

.header .wrap .menu .menu-nav .menuLi .subnav {
    position: absolute;
    width: 100%;
    background-color: #FFF;
    margin: 0;
    box-shadow: 0 2px 38px rgba(0, 0, 0, .1);
    height: auto;
    z-index: 199;

    left: 50%;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    min-width: max-content;
    transform: translateX(-50%);
}

.header .wrap .menu .menu-nav .menuLi:hover .subnav {
    opacity: 1;
    visibility: visible;

}

.header .wrap .menu .menu-nav .menuLi .subnav:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.header .wrap .menu .menu-nav .menuLi .subnav li {
    line-height: 2;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    color: #a1a1a1;
    font-size: .24rem;
}

.header .wrap .menu .menu-nav .menuLi .subnav li:hover {
    background-color: #e9e9e9;
}

.header .wrap .menu .menu-nav .menuLi .subnav li a {
    flex: 1;
    margin-right: 10px;
}

.header .wrap .menu .menu-nav .menuLi .subnav li:hover a {
    color: #003a8e;
}

.header .wrap .menu .searchD {
    margin-left: .2rem;
    display: flex;
    align-items: center;
}
.header .wrap .menu .searchD a{
    display: flex;
    align-items: center;
}
.header .wrap .menu .searchD img {
    width: .3rem;
}

.header .wrap .menu .lange {
    margin-left: .5rem;
    display: flex;
    align-items: center;
}

.header .wrap .menu .lange a {
    font-size: .27rem;
    color: #fff;
    display: inline-block;
}

.header .wrap .menu .lange a:hover {
    color: #003a8e;
}

.header .wrap .menu .lange .hdRx {
    display: inline-block;
    width: 1.5px;
    height: .2rem;
    margin: 0 .1rem;
    background: #FFF;
}
.header .wrap .menu .menu-nav .shop-nav a img{margin-right:5px; height: .26rem;}
.header .wrap .menu .menu-nav .shop-nav .menuA:before{display: none;}
.header .wrap .menu .menu-nav .shop-nav .menuA:after{    content: "";
    position: absolute;
    width: .04rem;
    height: .32rem;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -.22rem;}
.header .wrap .menu .menu-nav .shop-nav:last-child a:after{ display:none}
.header .wrap .menu .menu-nav .shop-nav.douyin{ position: relative}
.header .wrap .menu .menu-nav .shop-nav .dytop{display: none;position: absolute;
    max-width: 200px; 
    z-index: 20;transform: translateX(-50%);}
.header .wrap .menu .menu-nav .shop-nav.douyin:hover .dytop{ display: block}



.hd_nav {
    display: none;
}

.headerO {
    /* background: #FFF;
    box-shadow: 0 3px 10px rgba(182, 207, 208, 0.5); */
}

.banner img {
    width: 100%;
}

.tra {
    padding-top: .7rem
}

.tra img {
    height: 1.15rem;
}

.IndLastTit {
    font-size: .87rem;
    color: #003a8e;
    font-family: tensans;
    padding-bottom: .4rem;
    font-weight: bold;
}

.LastPro ul {
    display: flex;
    margin-bottom: 1.2rem;
}

.LastPro ul li {
    width: 46%;
    padding: 0 1.6%;
    display: flex;
    flex-direction: column;
}

.LastPro ul li img {
    width: 100%;
}

.LastPro ul li .intro {
    border: 1px solid #e5e5e5;
    border-top: 0px;
    border-radius: .1rem;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    padding: .2rem .5rem .15rem;
    flex: 1;
}

.LastPro ul li .intro .title {
    font-size: .52rem;
    color: #003a8e;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .1rem;
}

.LastPro ul li .intro .more {
    background-color: #bcbcbc;
    padding: .1rem .1rem;
    font-size: .18rem;
    display: inline-block;
}

.IndSer {
    padding: .85rem 0;
}

.IndSerTit {
    font-size: 1.03rem;
    color: #003a8e;
    font-family: tensans;
    padding-bottom: 0.4rem;
    font-weight: bold;
}

.IndSerK {
    position: relative;
}

.IndSerK .IndSerD {
    margin: 0 9%;
}
.IndSerK .IndSerD .swiper-slide img{
    width: 100%;
}

.IndSerK .swiper-button-prev:after,
.IndSerK .swiper-button-next:after {
    color: #fff;
    font-size: .3rem;

}

.IndSerK .swiper-button-prev,
.IndSerK .swiper-button-next {
    border: 2px solid #7b7b7b;
    border-radius: 100%;
    width: 0.7rem;
    height: 0.7rem;
}

.IndSerK .swiper-button-prev:hover,
.IndSerK .swiper-button-next:hover {
    border-color: #0057d8;
    background: #0057d8;
}

.IndTeSe {
    padding: .9rem 0;
}

.IndTeSeTit {
    font-size: .84rem;
    color: #3b3b3b;
    font-family: impact;
    margin-bottom: .3rem;
    font-weight: bold;
}

.IndTeSeK {
    position: relative;
    padding-bottom: .9rem;
}

.IndTeSeD .swiper-slide {
    border: 1px solid #000;
    height: auto;
}
.IndTeSeD .swiper-slide .img-box {
    position: relative;
    padding-bottom: 69.8%;
}
.IndTeSeD .swiper-slide .img-box img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.IndTeSeD .swiper-slide .title {
    font-size: .38rem;
    padding: .1rem;
    font-weight: 600;
    text-align: center;
}

.IndTeSeD .swiper-wrapper {
    display: flex;
}

.IndTeSeK .swiper-button-prev:after,
.IndTeSeK .swiper-button-next:after {
    color: #8c8c8c;
    font-size: .4rem;

}

.IndTeSeK .swiper-button-prev,
.IndTeSeK .swiper-button-next {
    bottom: 0px;
    top: auto;
}

.IndTeSeK .swiper-button-prev:hover:after,
.IndTeSeK .swiper-button-next:hover:after {
    color: #0057d8;
}

.IndTeSeK .swiper-button-prev {
    left: 45%;
}

.IndTeSeK .swiper-button-next {
    right: 45%;
}

.IndEp {
    margin-top: 1rem;
    margin-bottom: .75rem;
}

.IndEp_left {
    width: 50%;

}

.IndEpTit {
    font-size: .81rem;
    color: #313131;
    font-family: impact;
    margin-bottom: .5rem;
    line-height: 1;
    font-weight: bold;
}


.IndEp_left_box ul {
    display: flex;
    position: relative;
    padding-right: 0.5rem;
}

.IndEp_left_box ul li {
    margin-right: .8rem;
    box-shadow: 3px 3px 5px #a5a2a2;
    width: 45%;
}
.IndEp_left_box ul li img{
    width: 100%;
    height: 100%;
}

.IndEp_left_box ul::after {
    content: '';
    position: absolute;
    top: 10px;
    width: 1px;
    height: 100%;
    background-color: #cbcbcb;
    display: block;
    right: 0;
}

.IndEp_left_box .more {
    display: inline-block;
    margin-top: .4rem;
    font-size: .4rem;
    background-color: #013a8e;
    padding:.13rem .3rem;
    color: #fff;
    line-height: 1;
    border-radius: .05rem;
}

.IndEp_right {
    width: 50%;
    padding-left: 1.3rem;
}

.IndEp_right .IndEpTit {
    font-size: .75rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-weight: bold;
}

.IndEp_right .IndEpTit .more {
    font-size: .23rem;
    font-family: "HarmonyOS_Sans";
    color: #717171;
    display: flex;
    align-items: center;
}

.IndEp_right .IndEpTit .more span {
    width: .3rem;
    height: .3rem;
    border: 1px solid #717171;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .05rem;
}

.IndEp_right_box ul li {
    margin-bottom: .3rem;
}
.IndEp_right_box ul li .img-box{
    position: relative;
    padding-bottom:45.8%;
}
.IndEp_right_box ul li img{
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    object-fit: cover;
}
.IndEp_right_box ul li .intro{
    padding:15px;
}
.IndEp_right_box ul li .intro .title{
    height: 1.3em;
    line-height: 1.3em;
    overflow: hidden;
    font-size: .38rem;
    font-weight: normal;
 
}
.IndEp_right_box ul li .intro .date {
    display: block;
    font-size: .32rem;
    margin: 5px 0 5px;
    color: #666;
}
.IndEp_right_box ul li .intro .desc{
    font-size: .32rem;
}
.bannerB1 {
    top: 55%;
    height: 30px;
}
.bannerB1 .swiper-pagination-bullet-active{
    background: #fff;
}
.nybanner img {
    width: 100%;
  
}
/* 产品列表 */
.productlist {
    margin-top: .7rem;
    margin-bottom: .3rem;
}

.pro-left {
    width: 3.40rem;
}

.pro-left .productlist-title {
    font-size: .41rem;
    color: #fff;
    background-color: #989898;
    padding: .2rem .25rem;
    line-height: 1;
    margin-bottom: .1rem;
}

.pro-left .pro-left-list {}

.pro-left .pro-left-list-ul {}

.pro-left .pro-left-list-ul .pro-left-list-li {
    margin-bottom: .05rem;
}

.pro-left .pro-left-list-ul .pro-left-list-li a {
    display: block;
    background: #ddd;
    line-height: 1;
    padding: .15rem .24rem;
    font-size: .3rem;
}

.pro-left .pro-left-list-ul .pro-left-list-li a:hover,
.pro-left .pro-left-list-ul .pro-left-list-li.active a {
    background: #ffa200;
    color: #fff;
}

.pro-right {
    width: calc(100% - 3.9rem);
    overflow: hidden;
}

.pro-right .productlist-title {
    font-size: .54rem;
    color: #1b1b1b;
    line-height: 1;
    padding-bottom: .3rem;
    border-bottom: 2px solid #dddddd;
    position: relative;
}

.pro-right .productlist-title::before {
    content: '';
    display: block;
    height: 2px;
    width: .4rem;
    background: #e49b1b;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

.pro-right-list .pro-right-list-ul .pro-right-list-li {
    width: 33.3333%;
    height: auto;
    margin-top: .4rem;
    padding: 0 .08rem;
    display: inline-block;
    text-align: center;
    /*max-width: 380px;*/
}

.pro-right-list .pro-right-list-ul .pro-right-list-li a .img-box {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding: 0.2rem;
    flex: 1;
    align-items: center;
    display: flex;
    justify-content: center;
}

.pro-right-list .pro-right-list-ul .pro-right-list-li a .h1 {
    font-size: 0.25rem;
    text-align: center;
    padding: .1rem 0;
}

.pro-right-list .pro-right-list-ul .pro-right-list-li a .more {
    font-size: .16rem;
    display: inline-block;
    padding: .1rem .15rem;
    border: 1px solid #000;
}

.pro-right-list .pro-right-list-ul .pro-right-list-li a:hover .more {
    transition: 0.5s;
    background: #ffa200;
    color: #fff;
    border: 1px solid #ffa200;
}
/* 产品详情 */
.position{
    margin-top: .7rem;
    margin-bottom: .3rem;
    font-size: .2rem;
}
.position-inner a{
    font-size: .2rem;
}
.product-detail-left{
    width: 50%;
    background: #e2e2e2;
    display: flex;
    position: relative;
    padding: .4rem .3rem;
}
.product-detail-inner{
    margin-bottom: 1.45rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.IndProThumbs{
    width: 1.2rem;
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100%;
    margin-right: 10px;
}
.IndProThumbs .IndTaba{
    width: 1.2rem;
    /* height: 1.2rem !important; */
    border: 1px solid #898989;
}
.video-thumbs{
    width: 1.2rem;
    height: 1.2rem !important;
    background: #d2d2d2;
    position: relative;
}
.video-thumbs .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/video_icon.png) no-repeat center center / .54rem .54rem;
}

.product-detail-right{
    flex: 1;
    padding-left: .4rem;
}
.info-box .title-box{
    color: #013a8e;
    font-size: .65rem;
    font-weight: bold;
    margin-bottom: .3rem;
}

.pro-cont-nav{
    border-bottom: 2px solid #898989;
    margin-bottom: .2rem;
}
.pro-cont-nav .item{
    font-size: .3rem;
    color:#013a8e;
    position: relative;
    display: inline-block;
}
.pro-cont-nav .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #013a8e;
    margin-bottom: -2px;
}
.content{
    font-size: .3rem;
    line-height: 1.8;
}

.content table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.content table th {
    text-align: left;
    padding:.28rem .25rem;
}
.content table tr td {
    padding: .2rem .2rem;
}
.content table tr:nth-child(odd) {
    background: #e0e0e0;
}

.content table tr:nth-child(even) {
    background: #fff;
}
.related{
    margin-bottom: .4rem;
}
.related .title{    
    font-size: .59rem;
    text-align: center;
    padding-bottom: .3rem;
    border-bottom: 2px solid #bfbfbf;
    margin-bottom: 0.1rem;
}
.related .pro-right-list .pro-right-list-ul .pro-right-list-li{
    width: 25%;
}
/* 关于我们 */
.about-title {
    font-size: 1rem;
    margin-top: 2.2rem;
    margin-bottom: 1.5rem;
    line-height: 1;
    font-weight: bold;
}

.about-content {
    font-size: .45rem;
    line-height: 1.8;
    color: #5a5a5a;

}

.about-roll {
    margin-top: 1rem;
    margin-bottom: .75rem;
    justify-content: space-around;
}

.about-roll .counter {
    font-size: .85rem;
    color: #ffa200;
    border-bottom: 2px solid #aeaeae;
}

.about-roll .counter i {
    font-size: .5rem;
}

.about-roll .counter i sup {
    font-size: .33rem;
}

.about-roll .counter b {
    font-weight: normal;
}

.about-roll .title {
    font-size: .33rem;
    color: #000;
}

.about-honor {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}

.about-honor-title {
    font-size: .84rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: bold;
}

.about-honor .box {
    border-radius: .1rem;
}

.about-honor .box ul li {
    
    float: left;
    margin-right: .25rem;
    margin-bottom: .3rem;
    width: calc(25% - .23rem)
}
.about-honor .box ul li .img-box{
    background: #f7f8fa;
    padding: .25rem .1rem;
}
.about-honor .box ul li .img-box img{
    width: 100%;
}
.about-honor .box ul li:nth-of-type(4n) {
    margin-right: 0px;
}

.about-honor .box ul li .text{
    font-size: .4rem;
    margin-top: .15rem;
    text-align: center;
    line-height: 1;
}
/* 电子画册 */
.e{
    margin-top: 1rem;
    margin-bottom: .6rem;
}
.InPbTitle{
    font-size: .96rem;
    color: #000;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    
    position: relative;
}
.InPbTitle span{
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 0 .1rem;
}
.InPbTitle i{
    content: '';
    display: inline-block;
    width: .45rem;
    height: 2px;
    background-color: #ffd200;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.InPbTitle i:first-child{
    margin-left: -0.45rem;
}
.InPbTitle i:last-child{
    
}
.InPbTitle::before{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #023693;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.InPbCon{
    font-size: .35rem;
    color: #7e7e7e;
    text-align: center;
    margin-top: .3rem;
    line-height: 1;
}

.e-list{
    margin-top: .8rem;
}
.e-list ul li{
    width: 45%;
    margin-bottom: .3rem;
}
.e-list ul li a>img{
    width: 100%;    
}
.e-list ul li .title{
    font-size: .37rem;
}
.e-list ul li .desc{
    font-size:.34rem;
    color:#aeaeae;
    padding-bottom: 0.05rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #aeaeae;
}
.e-list ul li .desc img{
    flex-shrink: 0;
}
.e-list ul li:hover .desc{
    border-color: #023693;
}

/* 联系我们 */
.c {
    margin-top: 1rem;
    margin-bottom: 0.6rem;
}
.c-Title{
    margin-top: 1rem;
    font-size: .74rem;
    line-height: 1;
    margin-bottom: .6rem;
}

.c-box-left{
    width: 70%;
}

.c-box-left-a{
    background: #eeeeee;
    padding: .3rem;
}

.c-box-left-a-item{
    width: 50%;
    margin-bottom: .3rem;
    padding-left: .15rem;
}
.c-box-left-a-item .label{
    font-size: .35rem;
}
.c-box-left-a-item .text{
    font-size: .3rem;
}
.c-box-left-a-item .addr{
    font-size: .26rem;
}

.c-box-left-b{
    margin-top: 1rem;
    background: #efeeea;
    padding: .1rem;
}

.c-box-left-b-item{
    width: 49%;
}
.c-box-left-b-item .title{
    font-size: .47rem;
    padding: .3rem .1rem .4rem;
    line-height: 1;
}
.c-box-left-b-item .map img{
    width: 100%;
}
.c-box-left-b-item .info {
    text-align: center;
    margin-top: .1rem;
}
.c-box-left-b-item .info .name{
    font-size: .4rem;
}
.c-box-left-b-item .info .enname{
    font-size: .3rem;
}

.c-box-left-c{
    margin-top: .8rem;
}
.c-box-left-c-info{
    font-size: .7rem;
}

.form-group{
    margin-top: .5rem;
}
.form-group .form-group-item {
    display: flex;
    flex-direction: column;
}
.form-group .form-group-item label{
    font-size: .35rem;
    display: block;
    padding-bottom: .1rem;
}
.form-group .form-group-item-6{
    width: 48%;
}
.form-group .form-group-item .form-control{
    display: block;
    border: 1px solid #000;
    height: .9rem;
    border-radius: 5px;
    padding: 0 .15rem;
    font-size: .3rem;
}

.form-group .form-group-item .form-textarea{
    height: 2.9rem;
    display: block;
    border: 1px solid #000;
    border-radius: 5px;
    padding: .15rem;
    font-size: .3rem;
}
.form-group .form-group-item .btn{
    width: 3rem;
    height: .9rem;
    border-radius: 5px;
    background: #00529b;
    border: none;
    outline: none;
    font-size: .4rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-box-right{
    width: 25%;
}
.pronav .pronav-title{
    font-size: .4rem;
    padding: .3rem .3rem ;
    line-height: 1;
    background: #989898;
    color: #fff;
    margin-bottom: .2rem;
}
.pronav .pronav-list{
    background: #ddd;
    padding-bottom: .4rem;
}
.pronav .pronav-list .pronav-item{
    padding: .4rem 0 0 .32rem;
}

.pronav .pronav-list .pronav-item a{
    display: block;
    font-size: .3rem;
}

/* footer */
footer {
    background: #5f5f5f;
}

.footer {
    padding: 1.2rem 0;
}

.footer dl {
    width: 20%;
}

.footer dl:last-child {
    width: 26%;
}

.footer dl dt {
    position: relative;
    padding-left: .3rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: .3rem;
}

.footer dl dt a {
    color: #fff;
    font-size: .4rem;
    line-height: 1;
    text-transform: uppercase;
}

.footer dl dt:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(../images/idnex_48.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
}

.footer dl dd {
    margin-bottom: .1rem;
}

.footer dl dd a {
    color: #fff;
    font-size: .25rem;
}

.ft-contact .ftLp {
    margin-bottom: .1rem;
    flex-wrap: nowrap;
}

.ft-contact .ftLp .ftNI {}

.ft-contact .ftLp .ftNI img {
    width: 0.4rem;
}

.ft-contact .ftLp .ftNr {
    flex: 1;
    color: #fff;
    padding-left: .1rem;
    font-size: .25rem;
}

.ft-contact .ftLp .ftNr a {
    color: #fff;
    font-size: .25rem;
}

.ft-contact .ftLp .ftNr a.tel {
    font-size: .34rem;
}

.ftShare {
    margin-top: .3rem;
}

.ftShare a {
    margin-right: .1rem;
}

.ftShare a img {
    height: .41rem;
}

.ft-logo {
    background: #272727;
    padding: .6rem 0 .7rem;
}

.ft-logo img {
    height: 1.45rem;
}



















/*搜索*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2010;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.modal.fade {
    opacity: 1;
    visibility: visible;
}

.modal .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}

.searchmodal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    display: table;
}

.modal.fade .modal-dialog {
    transform: none;
}

.searchmodal .modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
    display: table-cell;
    vertical-align: middle;
    background-color: #222;
    opacity: .99;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.searchmodal .modal-header {
    border: none;
}

.searchmodal .modal-header button.close {
    border: none;
    position: absolute;
    display: inline-block;
    background-color: transparent;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.searchmodal .modal-header button.close:before,
.searchmodal .modal-header button.close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
}

.searchmodal .modal-header button.close:before {
    transform: rotate(45deg);
}

.searchmodal .modal-header button.close:after {
    transform: rotate(-45deg);
}

.searchmodal .modal-body {
    margin: auto;
    padding: 0;
}

.searchmodal .modal-search-form .search-field {
    background-color: transparent;
    border: none;
    display: block;
    outline: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 0;
    color: #fff;
    width: 100%;
}

.searchmodal .modal-search-form button {
    border: none;
    background-color: transparent;
    color: #1c5756;
    position: absolute;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-weight: 600;
}

.searchmodal .modal-search-form button img {
    width: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .modal-header {
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
    }

    .searchmodal .modal-header button.close {
        right: 25px;
        top: 25px;
        height: 50px;
        width: 50px;
        line-height: 48px;
        border-radius: 5px;
    }

    .searchmodal .modal-header button.close:before,
    .searchmodal .modal-header button.close:after {
        width: 20px;
        height: 3px;
    }

    .searchmodal .modal-body {
        max-width: 700px;
    }

    .searchmodal .modal-search-form {
        position: relative;
    }

    .searchmodal .modal-search-form .search-field {
        height: 50px;
        padding: 6px 0;
        border-bottom: 1px solid #fff;
        font-size: 16px;
    }

    .searchmodal .modal-search-form button {
        height: 40px;
        width: 40px;
        right: 0;
    }

}

@media screen and (max-width: 767px) {
    .modal-header {
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
    }

    .searchmodal .modal-search-form .search-field {
        height: 50px;
        padding: 8px 0;
        border-bottom: 1px solid #fff;
        font-size: 16px;
    }

    .searchmodal .modal-search-form button {
        height: 40px;
        width: 40px;
        right: 0;
        border-radius: 5px;
    }

    .searchmodal .modal-search-form button img {}

    .searchmodal .modal-header button.close {
        right: 0;
        top: 25px;
        height: 50px;
        width: 50px;
        line-height: 48px;
        border-radius: 5px;
    }

    .searchmodal .modal-header button.close:before,
    .searchmodal .modal-header button.close:after {
        width: 20px;
        height: 3px;
    }

    .searchmodal .modal-body {
        max-width: 92%;
    }

    .searchmodal .modal-search-form {
        position: relative;
    }
}

@media screen and (max-width: 1000px) {
    .autowidth {
        padding-left: 4%;
        padding-right: 4%;
    }
    .headerO {
        position: sticky;
        background: rgba(0, 0, 0, 1);
    }
    .hd_nav {
        display: block;
    }

    .hd_nav {
        width: .3rem;
        height: .3rem;
        position: relative;
        z-index: 999;
        margin-left: .15rem;
    }

    .hd_nav i {
        top: 50%;
        position: absolute;
        display: inline-block;
        height: .03rem;
        width: .3rem;
        border-radius: .2rem;
        background: #fff;
    }

    .hd_nav:before {
        margin-top: -.1rem;
    }

    .hd_nav:after {
        margin-top: .1rem;
    }

    .hd_nav:before,
    .hd_nav:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        height: .03rem;
        width: .3rem;
        border-radius: .2rem;
        background: #fff;
        transition: 0.2s;
    }

    .hd_nav.active i {
        display: none;
    }

    .hd_nav.active:before {
        transform: rotate(45deg);
    }

    .hd_nav.active:after {
        transform: rotate(-45deg);
    }

    .hd_nav.active:before,
    .hd_nav.active:after {
        margin-top: 0;
        background: #fff;
    }

    .header .wrap {
        padding-top: 0px;
        align-items: center;
    }

    .header .wrap .logo {
        width: 30%;
        padding-bottom: 0.2rem;
    }

    .header .wrap .menu .lange {
        margin-left: 0.25rem;
    }

    .header .wrap .menu .menu-nav {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 1rem;
        background-color: #fff;
        overflow-y: auto;
    }

    .header .wrap .menu .menu-nav .menuLi {
        border-bottom: 1px solid #ddd;
        line-height: .95rem;
        height: auto;
    }
    .header .wrap .menu .menu-nav .shop-nav{
        background: #afafaf;
    }
    .header .wrap .menu .menu-nav .menuLi .menuA {
        color: #000;
    }
    .header .wrap .menu .menu-nav .shop-nav .menuA {
        color: #fff;
    }
    .header .wrap .menu .menu-nav .shop-nav .menuA:after{display: none;}
    .header .wrap .menu .menu-nav .menuLi i {
        position: absolute;
        width: 24px;
        height: 24px;
        top: calc(.475rem - 12px);
        right: 0.2rem;

    }

    .header .wrap .menu .menu-nav .menuLi i::before,
    .header .wrap .menu .menu-nav .menuLi i::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 1.6px;
        transform: translate(-50%, -50%) rotate(90deg);
        background: rgba(0, 0, 0, 0.55);
        opacity: 1;
        transition: opacity .1s cubic-bezier(0.48, 0.04, 0.52, 0.96)
    }

    .header .wrap .menu .menu-nav .menuLi i::before {
        transform: translate(-50%, -50%)
    }

    .header .wrap .menu .menu-nav .menuLi i.show::after {
        opacity: 0;
        transition: opacity .1s cubic-bezier(0.48, 0.04, 0.52, 0.96)
    }

    .header .wrap .menu .menu-nav .menuLi .subnav {
        position: relative;
        display: none;
        opacity: 1;
        visibility: visible;
    }

    .tra {
        padding-top: 0.5rem;
    }

    .tra img {
        height: .6rem;
    }

    .IndLastTit {
        font-size: .52rem;
    }

    .LastPro ul {
        margin-bottom: .6rem;
    }

    .LastPro ul li .intro {
        padding: 0.2rem 0.2rem 0.15rem;
    }

    .LastPro ul li .intro .title {
        font-size: .32rem;
    }

    .LastPro ul li .intro .more {
        font-size: .16rem;
    }

    .IndSer {
        padding: 0.5rem 0;
    }

    .IndSerTit {
        font-size: .55rem;
        padding-bottom: 0.2rem
    }

    .IndSerK .swiper-button-prev {
        left: 0px;
    }

    .IndSerK .swiper-button-next {
        right: 0px;
    }

    .IndTeSe {
        padding: 0.5rem 0 .3rem;
    }

    .IndTeSeTit {
        font-size: .54rem;
    }

    .IndTeSeD .swiper-slide .title {
        font-size: .28rem;
    }

    .IndTeSeK .swiper-button-prev {
        left: 40%;
    }

    .IndTeSeK .swiper-button-next {
        right: 40%;
    }

    .IndEp {
        flex-direction: column;
        margin-top: .6rem;
        margin-bottom: 0.5rem;
    }

    .IndEp_left,
    .IndEp_right {
        width: 100%;

    }

    .IndEpTit {
        font-size: .61rem;
    }

    .IndEp_left_box ul::after {
        display: none;
    }

    .IndEp_left_box ul {
        padding-right: 0px;
    }

    .IndEp_right {
        padding-left: 0px;
        margin-top: .6rem;
    }

    .IndEp_right .IndEpTit {
        font-size: .61rem;
    }

    .productlist {
        margin-top: 0px;
    }

    .productlist-wrap {
        flex-direction: column;
    }

  .pro-left{display:none}
    .pro-right {
        width: 100%;
        
    }
    
    .pro-left .pro-left-list-ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .pro-left .pro-left-list-ul .pro-left-list-li {

        flex: 1;
        flex-shrink: 0;
        white-space: nowrap;
        margin-right: 0.05rem;
    }

    .pro-right {
        margin-top: .5rem;
    }

    .pro-right .productlist-title {
        font-size: .44rem;
    }
    .pro-right-list .pro-right-list-ul .pro-right-list-li a .img-box{
        padding: .1rem;
    }
    .pro-right-list .pro-right-list-ul .pro-right-list-li a .h1{
        font-size: .2rem;
        padding-bottom: .05rem;
    }
    .pro-right-list .pro-right-list-ul .pro-right-list-li a .more{
        padding: .05rem .1rem;
        font-size: 0.15rem;
    }
   

/* 关于我们 */

    .about-title{
        font-size: .5rem;
        margin-top: .5rem;
        margin-bottom: .3rem;
    }
    .about-roll {
        margin-top: .5rem;
        margin-bottom: 0.35rem;
    }
    .about-roll .counter {
        font-size: .5rem
    }
    .about-roll .counter i {
        font-size: .3rem;
    }
    .about-roll .counter i sup {
        font-size: .18rem;
    }
    .about-roll .title {
        font-size: .28rem;
    }
    .about-honor {
        margin-top: .5rem;
    }
    .about-honor-title {
        font-size: .5rem;
        margin-bottom: .4rem;
    }
    .about-honor .box ul li .text {
        font-size: .28rem;
    }

    .e {
        margin-top: .5rem;
        margin-bottom: 0.4rem;
    }
    .InPbTitle {
        font-size: .5rem;
    }
    .InPbCon {
        font-size: .25rem;
        margin-top: 0.2rem;
    }
    .e-list {
        margin-top: 0.4rem;
    }
    .e-list ul li .title {
        font-size: .26rem;
        padding-top: .08rem;
    }
    .e-list ul li .desc {
        font-size: .2rem;
    }
    .e-list ul li .desc img {
        height: .3rem;
    }
    /* 联系我们 */
    .c {
        margin-top: .5rem
    }
    .c-Title {
        margin-top: .5rem;
        font-size: .44rem;
        margin-bottom: 0.3rem;
    }
    .c-box-right{
        display: none;
    }
    .c-box-left{
        width: 100%;
    }
    .c-box-left-a{
        padding: .2rem;
    }
    .c-box-left-a-item .label {
        font-size: .25rem;
        font-weight: 600;
    }
    .c-box-left-a-item .text {
        font-size: .25rem;
    }
    .c-box-left-b-item .title {
        font-size: .35rem;
        padding: 0.2rem 0.1rem 0.2rem;
        font-weight: 600;
    }
    .c-box-left-b-item .info .name {
        font-size: .3rem;
    }
    .c-box-left-b-item .info .enname {
        font-size: .25rem;
    }
    .c-box-left-c {
        margin-top: 0.5rem;
    }
    .c-box-left-c-info {
        font-size: .4rem;
    }
    .form-group {
        margin-top: 0.3rem;
    }
    /* 产品详情 */
    .position {
        margin-top: 0.5rem;
    }
    .product-detail-inner{
        flex-direction: column;
        margin-bottom: .5rem;
    }
    .product-detail-left{
        width: 100%;
        padding: 0.2rem 0.1rem;
    }
    .product-detail-right{
        padding-left: 0px;
        padding-top: .4rem;
    }
    .info-box .title-box{
        font-size: .5rem;
    }
    .related .title{
        font-size: .5rem;
        padding-bottom: .2rem;
    }
    /* footer */
    .footer {
        padding: 0.6rem 0;
    }

    .footer dl {
        width: 25%;
    }

    .footer dl:last-child {
        width: 100%;
        margin-top: .5rem;
    }

    .footer dl dt {
        padding-bottom: 0.15rem;
        margin-bottom: .2rem;
        padding-left: 0.25rem;
    }

    .footer dl dt a {
        font-size: 0.26rem;
        white-space: nowrap;
    }

    .footer dl dd a {
        font-size: 0.2rem;
    }

    .ft-contact .ftLp .ftNr a.tel {
        font-size: .24rem;
    }

    .ft-logo {
        padding: 0.4rem 0 0.4rem;
    }

    .ft-logo img {
        height: .8rem;
    }
}

@media screen and (max-width: 768px) {
    .pro-right-list .pro-right-list-ul .pro-right-list-li {
        width: 50%;
    }
    
    .about-honor .box ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
	.about-honor .box ul li{ width:50%; padding:0 10px; margin-right:0px;}
    .c-box-left-a-item{
        width: 100%;
        margin-bottom: .2rem;
    }
    .c-box-left-b-item {
        width: 100%;
    }
    .related .pro-right-list .pro-right-list-ul .pro-right-list-li{
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .form-group .form-group-item-6 {
        width: 100%;
    }
    .form-group .form-group-item-6:first-child {
        margin-bottom: .3rem;
    }
    .form-group .form-group-item .form-control{
        height: .8rem;
    }
    .form-group .form-group-item .btn{
        height: .8rem;
        font-size: .35rem;
    }
    .footer {
        flex-direction: column;
    }

    .footer dl {
        width: 100%;
        margin-top: 0.5rem
    }

    .footer dl:first-child {
        margin-top: 0px;
    }

    .footer dl dd {
        width: 32%;
        float: left;
        padding-left: 1.333%;
    }

    .ft-logo img {
        height: .6rem;
    }
}