* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
*::-webkit-scrollbar-button {
    display: none;
}
*::-webkit-scrollbar-track {
    background: #eee;
}
*::-webkit-scrollbar {
    width: .03rem;
    border-radius: .015rem;
}
*::-webkit-scrollbar-thumb {
    background-color: #199840;
}

.layout {
    max-width: 12rem;
    margin: 0 auto;
}
.w-header {
    position: relative;
    z-index: 1;
}
.w-nav {
    width: 100%;
}
.w-nav-top-cont {
    margin: 0 auto;
}
.center {
    padding: 0 .15rem;
    position: relative;
    max-width: 1438px;
}
.w-top {
    margin-left: 2.2rem;
    padding: .15rem 0;
    height: 1rem;
    border-bottom: .01rem solid rgba(255, 255, 255, 0.13);
    display: flex;
}
.w-top-left {
    width: 41.66%;
    font-size: .18rem;
    line-height: 1.5;
    padding: .12rem .12rem .12rem 0;
    font-weight: 300;
}
.w-top-right {
    width: 58.33%;
    padding: .12rem .12rem .12rem .12rem;
    display: flex;
}
.email {
    width: 41.66%;
    display: flex;
    align-items: center;
    /*padding: .12rem;*/
}
.email img {
    width: .16rem;
    height: .16rem;
    /*background: url(../images/email.png) no-repeat center/100% 100%;*/
    display: block;
    margin: 0  .1rem;
}
.email span {
    font-size: .16rem;
    color: #000;
    text-align: right;
    display: block;
    font-weight: 300;
}
.w-search {
    width: calc(100% - 41.66%);
    padding: .12rem .7rem;
}
.w-search input {
    border: none;
    outline: none;
    font-size: .16rem;
    color: #000;
    font-weight: 300;
    padding-right: .15rem;
    width: 100%;
    height:100%;
}
.w-search i {
    padding: .15rem;
    background: #000 url(../images/search.png) no-repeat center center;
    display: block;
}
.w-search>div {
    height: .32rem;
    width: 100%;
    border: .01rem solid #000;
    display: flex;
    align-items: center;
    padding: .05rem 0 .05rem .15rem;
}
.w-header-logo  {
    width: 2.2rem;
    /*height:1.6rem;*/
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    margin-right: auto;
    background-attachment: fixed;
}
/*.w-header-logo a {
    display: block;
}*/
.w-header-logo img {
    width: 100%;
    max-height:100%;
    object-fit:cover;
    display: block;
}
.navlist-cont {
    display: flex;
}
.navlist-cont li:first-child a {
    border-left: none;
}
.navlist-cont>li>a {
    border-left: .01rem solid #777;
}
.navlist-cont li>a {
    font-size: .2rem;
    line-height: 1;
    padding: 0 .24rem;
    display: block;
    font-weight: 300;
    margin: .2rem 0;
    color: #0C5669;
}
.navlist {
    margin-left: 2rem;
    display: flex;
    justify-content: space-between;
}
.nav-icon {
    display: flex;
}
.navlist-cont li {
    border-bottom: .03rem solid transparent;
}
.navlist-cont>li:hover>a {
    color: #000;
}
.nav-icon  a i {
    width: .22rem;
    height: .22rem;
    display: block;
    margin: .2rem .05rem;
}
.nav-icon  a:first-child i {
    background: url(../images/facebook.png) no-repeat center/80% 80%;
}
.nav-icon  a:nth-child(2) i {
    background: url(../images/linkedin.png) no-repeat center/80% 80%;
}
.nav-icon  a:nth-child(3) i {
    background: url(../images/twitter.png) no-repeat center/80% 80%;
}
.nav-icon  a:nth-child(4) i {
    background: url(../images/youtube.png) no-repeat center/80% 80%;
}
.nav-icon  a:nth-child(5) i {
    background: url(../images/instagram.png) no-repeat center/80% 80%;
}
.nav-icon  a:nth-child(6) i {
    background: url(../images/tencent-weibo.png) no-repeat center/80% 80%;
}
.home-s-img img {
    width: 100%;
    display: block;
}
.home-swiper-cont h3 {
    font-size: .35rem;
    font-weight: 400;
    line-height: 1.4;
    margin: .1rem 0 .1rem;
    color: #fff;
}
.home-swiper-cont p {
    margin: 0 auto .25rem;
    font-size: .18rem;
    line-height: 1.5;
    color: #fff;
    max-width: 7.5rem;
}
.home-swiper-cont a {
    display: block;
    border-radius: .05rem;
    font-size: .2rem;
    color: #0c5669;
    background: #fff;
    line-height: 1;
    font-weight: 300;
    width: 1.56rem;
    height: .44rem;
    text-align: center;
    line-height: .44rem;
    margin: auto;
    transition: all .5s;
}
.home-swiper-cont a:hover {
    background: #0c5669;
    color: #fff;
}
.home-swiper-cont {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.home-swiper {
    width: 100% ;
    overflow: hidden;
    position: relative;
}
.home-swiper-pag {
    width: auto !important;
    position: absolute;
    bottom: .2rem !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 100;
}
.home-swiper-pag .swiper-pagination-bullet{
    width: .15rem;
    height: .15rem;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
    margin: 0 .08rem !important;
}
.home-swiper-pag .swiper-pagination-bullet-active {
    background: #11a39f;
}
.home-cont-list {
    position: relative;
    padding: .5rem 0;
}
.home-cont-lists {
    overflow: hidden;
    margin: 0 -.1rem;
}
.home-cont-lists li {
    float: left;
    width: 25%;
    padding: .1rem;
}
.home-cont-lists li a {
    display: block;
    width: 100%;
}
.home-cont-list-img {
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
}
.home-cont-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all .5s;
}
.home-cont-lists p {
    font-size: .28rem;
    text-align: center;
    color: #0C5669;
    margin-top: .1rem;
    font-weight: 300;
}
.home-cont-list-img:hover img {
    transform: scale(1.1);
}
.home-cont-list-btn {
    padding-top: .4rem;
    text-align: center;
}
.home-cont-list-btn a {
    width: 1.658rem;
    height: .4rem;
    text-align: center;
    line-height: .4rem;
    background: #0C5669;
    font-size: .16rem;
    color: #fff;
    display: block;
    margin: auto;
    position: relative;
}
.home-cont-list-btn a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .25);
    transition: all .5s;
}
.home-cont-list-btn a:hover::after {
    transform: scale(0);
}
.home-about {
    width: 100%;
    background: #0C5669;
}
.home-about-cont {
    padding: .6rem 0;
}
.home-about-cont h3 {
    font-size: .6rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
}
.home-about-cont h3 span {
    position: relative;
    z-index: 1;
}
.home-about-cont h3::after {
    position: absolute;
    content: '';
    left: 4%;
    height: .23rem;
    bottom: 10%;
    background-color: #266879;
    z-index: 0;
    width: 4.35rem;
}
.home-aboutdasc {
    color: #fff;
    font-size: .18rem;
    line-height: .36rem;
    margin-top: .2rem;
    margin-bottom: .4rem;
    font-weight:300;
}
.home-about-btn {
    display: flex;
}
.home-about-btn a {
    width: 1.66rem;
    height: .44rem;
    color: #fff;
    display: block;
    margin-right: .2rem;
    font-size: .16rem;
    position: relative;
    font-weight: 300;
    text-align: center;
    line-height: .44rem;
}
.home-about-btn a:first-child:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.25);
    transition: all .5s;
}
.home-about-btn a:first-child::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: .01rem solid rgba(255, 255, 255, 0.5);
    transform: scale(1.2);
    opacity: 0;
    transition: all .5s;
}
.home-about-btn a:first-child:hover::before {
    transform: scale(0);
}
.home-about-btn a:first-child:hover:after {
    opacity: 1;
    transform: scale(1);
}
.home-about-btn a:nth-child(2) {
    background: #dcdcdc;
    color: #0C5669;
}
.home-about-btn a:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    border: .01rem solid #dcdcdc;
    transform: scale(1.2);
}
.home-about-btn a:nth-child(2):hover::after {
    opacity: 1;
    transform: scale(.8);
}
.home-about-cont {
    width: 50%;
}
.home-about-video {
    width: 50%;
    margin-top: 10%;
    padding: .12rem;
    position: relative;
}
.home-about-video img {
    width: 100%;
    display: block;
}
.home-about-pack {
    display: flex;
}
.home-about-video i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: .56rem;
    height: .56rem;
    background: url(../images/stop.png) no-repeat center/100% 100%;
    cursor: pointer;
}
.home-news {
    position: relative;
    background: url(../images/news.jpg) no-repeat center/cover;
}
.home-news-title {
    width: 26%;
    padding: .12rem;
}
.home-news-title h3 {
    position: relative;
    display: inline-block;
    padding-top: 4vw;
    font-size: .6rem;
    color: #fff;
    z-index: 1;
    font-weight: 500;
    line-height:.9rem;
}
.home-news-title h3::after {
    position: absolute;
    content: '';
    left: 10%;
    right: -10%;
    bottom: 8%;
    height: .22rem;
    background-color: #0C5669;
    z-index: -1;
}
.ui {
    margin: auto;
}
.home-news-cont {
    width: 66.66%;
    padding: .12rem;
}
.home-news-swiper {
    padding: .44rem 0 .6rem;
    color: #fff;
    overflow: hidden;
}
.home-news-swiper .swiper-slide {
    padding: .1rem;
}
.home-news-swiper .text {
    padding: .28rem .32rem;
    background-color: #0C5669;
}
.home-news-swiper .text a {
    color: #fff;
    font-weight: 300;
}
.home-news-swiper .text h3 {
    font-size: .14rem;
    line-height: .28rem;
    font-weight: 300;
}
.home-news-swiper .text span {
    font-size: .14rem;
    line-height: 2.357;
    display: block;
}
.home-news-swiper .text p {
    font-size: 0.14rem;
    line-height: 1.857;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-news-pag {
    position: absolute;
    left: 50% !important;
    width: auto !important;
}
.home-news-pag .swiper-pagination-bullet {
    width: .2rem;
    height: .2rem;
    opacity: 1;
    background-color: #fff;
    margin: 0 .1rem !important;
}
.home-news-pag .swiper-pagination-bullet-active {
    background: #11a39f;
}
.home-news-pack {
    display: flex;
}
.home-message {
    padding: .42rem 0;
}
.home-message-title {
    text-align: center;
}
.home-message-title h3 {
    font-size: .36rem;
    color: #0C5669;
    font-weight: 500;
}
.mess-left {
    width: 50%;
    padding: .12rem;
}
.username {
    padding: .12rem;
}
.username p {
    font-size: .2rem;
    color: #0C5669;
    font-weight: 300;
}
.username p span {
    color: red;
}
.username p  input {
    width: 100%;
    height: .4rem;
    font-size: .2rem;
    border: none;
    border-radius: 0.08rem;
    padding-left: .2rem;
    color: #1b1b1b;
    background-color: #f5f5f5;
}
.mess-right {
    width: 50%;
    padding: .12rem;
}
.mess-text {
    padding: .12rem;
}
.mess-text p {
    font-size: .2rem;
    color: #0C5669;
    font-weight: 300;
}
.mess-text p span {
    color: red;
}
.mess-text p textarea {
    width: 100%;
    height: 100%;
    font-size: .2rem;
    border: none;
    border-radius: 0.08rem;
    padding: .2rem;
    color: #1b1b1b;
    background-color: #f5f5f5;
    resize: none;
}
.home-message-k {
    display: flex;
}
.sbumit {
    padding: .12rem;
}
.sbumit input {
    width:1.4rem;
    height: .4rem;
    padding: 0;
    border: none;
    border-radius: 0.08rem;
    color: #fff;
    background-color: #0C5669;
    display: block;
    font-size: .2rem;
    font-weight: 300;
}
.sbumit input:hover {
    background: #000;
}
.footer {
    position: relative;
    background: #000;
}
.footer .f {
    padding: .6rem 0 .4rem;
    position: relative;
}
.footer-logo {
    margin-top: .4rem;
    width: 16%;
    padding: .12rem;
}
.footer-logo img  {
    width: 100%;
    display: block;
}
.footer-public {
    padding: .12rem;
    width: 16%;
}
.footer-public dt {
    font-size: .18rem;
    text-transform: uppercase;
    line-height: 2;
    color: #0C5669;
    margin-bottom: .1rem;
}
.footer-public dd a {
    font-size: .14rem;
    line-height: .28rem;
    color: #fff;
    font-weight: 300;
    display: block;
}
.footer-public dd:hover a {
    color: #0C5669;
}
.footer-cat {
    padding: .12rem;
    width: 26%;
}
.footer-cat dt {
    font-size: .18rem;
    text-transform: uppercase;
    line-height: 2;
    color: #0C5669;
    margin-bottom: .1rem;
}
.footer-cat dd {
    font-size: .14rem;
    line-height: .28rem;
    color: #fff;
    font-weight: 300;
    display: flex;
}
.footer-cat dd:nth-child(2) i {
    width: .2rem;
    height: .17rem;
    background: url(../images/map-marker.png) no-repeat center/100% 100%;
    display: block;
    margin-right: .05rem;
    margin-top: .05rem;
}
.footer-cat dd:nth-child(3) i {
    width: .2rem;
    height: .2rem;
    background: url(../images/phone.png) no-repeat center/100% 100%;
    display: block;
    margin-right: .05rem;
    margin-top: .03rem;
}
.footer-cat dd:nth-child(4) i {
    width: .15rem;
    height: .15rem;
    background: url(../images/envelope.png) no-repeat center/100% 100%;
    display: block;
    margin-right: .05rem;
    margin-top: .05rem;
}
.footer-pack {
    display: flex;
    
}
.copyright {
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.copyright p {
    display: flex;
    align-items: center;
}
.copyright p,.copyright a {
    font-size: .12rem;
    line-height: .28rem;
    color: #ffff;
}
.copyright a {
    font-weight: 300;
}
/*.copyright p a:last-child {
    width: 2.13rem;
    display: block;
    margin-left: .05rem;
}*/
.copyright p a img {
    width: 100%;
    display: block;
}
.copy-r dl {
    display: flex;
    align-items: center;
}
.copy-r dt {
    font-size: 0.14rem;
    font-weight: 300;
    color: #fff;
    margin-right: .1rem;
}
.copy-r dd a {
    width: .26rem;
    height: .26rem;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .02rem;
}
.copy-r dd:nth-child(2) img {
    width: .08rem;
    height: .14rem;
}
.copy-r dd:nth-child(3) img {
    width: .13rem;
    height: .14rem;
}
.copy-r dd:nth-child(4) img {
    width: .12rem;
    height: .14rem;
}
.copy-r dd:nth-child(5) img {
    width: .12rem;
    height: .14rem;
}
.copy-r dd:nth-child(6) img  {
    width: .1rem;
    height: .14rem;
}
.copy-r dd:nth-child(7) img {
    width: .12rem;
    height: .14rem;
}
.copy-r dd img {
    display: none;
}
.copy-r dd img:first-child {
    display: block;
}
.copy-r dd:hover a {
    background: #0C5669;
}
.copy-r dd:hover img:first-child {
    display: none;
}
.copy-r dd:hover img:last-child {
    display: block;
}
.banner-cont p:first-child {
    font-size: .3rem;
    font-weight: 400;
    color: #fff;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 60%);
    padding-top: .8rem;
}
.public-banner {
    position: relative;
    color: #fff;
    text-align: center;
    height: 3.5rem;
}
.public-banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-cont {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner-cont p:last-child {
    display: flex;
    justify-content: center;
    font-size: .18rem;
    line-height: .32rem;
}
.banner-cont p:last-child a,.banner-cont p:last-child span {
    font-size: .18rem;
    line-height: .32rem;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 60%);
    color: #fff;
    display: block;
    font-weight: 300;
}
.banner-cont p:last-child a:hover {
    color: #d11a1a;
}
.products-banner {
    padding: .8rem 0;
}
.pro-cont-title h2 {
    font-size: .4rem;
    line-height: 1em;
    padding-bottom: .05rem;
    font-weight: 500;
    color: #0C5669;
}
.pro-cont-title p {
    font-size: .12rem;
    font-weight: 300;
    line-height: 2;
}
.pro-cont-title {
    color: #000000;
    margin-bottom: .31rem;
}
.pro-cont-left {
    width: 22%;
    float: left;
}
.pro-classify {
    margin-bottom: .64rem;
}
.pro-classify li a {
    color: #000000;
    font-weight: 300;
    font-size: .16rem;
    display: block;
    height: .4rem;
    line-height: .4rem;
    background: #f7f7f7;
    padding-left: .19rem;
    margin-bottom: .02rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pro-classify li ul li a {
    padding-left: .35rem;
    position: relative;
}
.pro-classify li ul li a::after {
    content: '';
    width: .05rem;
    height: .01rem;
    background: #222;
    position: absolute;
    top: 50%;
    left: .19rem;
    display: block;
}
.pro-classify li a:hover {
    background: #0C5669;
    color: #ffffff;
}
.pro-classify li a:hover::after {
    background: #fff;
}
.download h4 {
    color: #0C5669;
    font-size: .3rem;
    text-transform: capitalize;
    line-height: .25rem;
    font-weight: 500;
    margin-bottom: .4rem;
    position: relative;
}
.download h4::before {
    position: absolute;
    content: "";
    bottom: -.2rem;
    left: 35%;
    height: .04rem;
    width: .15rem;
    background: #ddd none repeat scroll 0 0;
}
.download h4::after {
    position: absolute;
    height: .04rem;
    width: 30%;
    background: #0C5669 none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: -.2rem;
}
.download a {
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #111;
    font-weight: 300;
    font-size: .14rem;
    padding: .15rem .3rem;
    border: .01rem solid #eee;
    letter-spacing: .01rem;
    margin-bottom: .1rem;
    transition: all .5s;
}
.download a:hover {
    background: #0C5669 none repeat scroll 0 0;
    color: #fff;
}
.download a:hover  i:first-child {
    background: url(../images/file-pdf2.png) no-repeat center/100% 100%;
}
.download a i:first-child {
    width: .13rem;
    height: .14rem;
    background: url(../images/file-pdf.png) no-repeat center/100% 100%;
    display: inline-block;
    line-height: .14rem;
    margin-right: .05rem;
    color: #0C5669;
}
.download a:hover  i:last-child {
    background: url(../images/download2.png) no-repeat center right/100% 100%;
}
.download a i:last-child {
    width: .14rem;
    height: .14rem;
    background: url(../images/download.png) no-repeat center right/100% 100%;
    display: inline-block;
    line-height: .14rem;
    margin-top: .06rem;
    margin-right: .05rem;
    color: #111;
    float: right;
}
.sidebar-info {
    padding: .3rem;
    background: #0C5669;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    opacity: .83;
}
.sidebar-info h4 {
    color: #fff;
    font-size: .22rem;
    text-transform: capitalize;
    line-height: .3rem;
    font-weight: 300;
    margin-bottom: .15rem;
}
.sidebar-info p {
    font-weight: 300;
    font-size: .16rem;
}
.tel {
    color: #fff;
    font-weight: 300;
    letter-spacing: .01rem;
    margin: .2rem 0;
    display: block;
    font-size: .2rem;
    display: flex;
    justify-content: center;
}
.bx-Search-title {
    overflow:hidden;
}
.tel i {
    width: .167rem;
    height: .2rem;
    background: url(../images/phone.png) no-repeat center/100% 100%;
    display: block;
    margin-top: .03rem;
}
.sidebar-info a:last-child {
    display: block;
    width: 1.67rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: .14rem;
    border: .02rem solid #fff;
    color: #0C5669;
    background: #fff none repeat scroll 0 0;
    padding: .12rem 0;
    letter-spacing: .01rem;
    transition: all .5s;
    margin: .1rem auto;
}
.sidebar-info a:last-child:hover {
    background: transparent;
    color: #fff;
}
.pro-cont-right {
    width: 78%;
    padding-left: .62rem;
    padding-top: .2rem;
    float: right;
}
.products-cont-pack {
    overflow: hidden;
}
.cat-box a {
    color: #0C5669;
    font-size: .24rem;
    text-transform: uppercase;
    margin-top: .1rem;
    font-weight: 300;
    display: block;
    text-align: right;
}
.download {
    margin: .3rem 0;
}
.cat-box a i {
    width: .24rem;
    height: .24rem;
    background: url(../images/mail-reply-all.png) no-repeat center/100% 100%;
    display: inline-block;
    line-height: .24rem;
}
.pro-list h1  {
    font-size: .24rem;
    line-height: .4rem;
    margin-bottom: .1rem;
    color: #0C5669;
    font-weight: 400;
}
.pro-list-cont li {
    float: left;
    width: 32%;
    margin-right: 1%;
    margin-bottom: .22rem;
}
.pro-list-cont li:hover img {
    transform: scale(1.1);
}
.pro-list-cont li a {
    display: block;
    width: 100%;
}
.pro-list-img {
    width: 100%;
    overflow: hidden;
}
.pro-list-img img {
    width: 100%;
    display: block;
    transition: all .5s;
}
.pro-list-cont li a h3 {
    color: #000000;
    font-size: .18rem;
    text-align: center;
    margin-top: .13rem;
    height: .4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 300;
}
.pro-list-cont li:nth-child(3n)  {
    margin-right: 0;
}
.pro-list-detail {
    font-size: .16rem;
    line-height: .3rem;
    margin-top: .38rem;
}
.pro-list-detail a {
    font-weight: 300;
    color: #000;
    line-height: .3rem;
}
.pro-list-cont {
    overflow: hidden;
}
.footer .arrow {
    width: .56rem;
    height: .56rem;
    border-radius: 100%;
    background: #0C5669 url(../images/angle-up.png) no-repeat center center/50% 50%;
    position: absolute;
    top: -.28rem;
    right: 0;
}
.res-cont {
    padding: .55rem 0 .75rem;
}
.res-list  li {
    width: 33.33333%;
    padding: .15rem;
}
.res-list p {
    text-align: center;
    font-size: .18rem;
    color: #000000;
    font-weight: 300;
    padding: .25rem .1rem;
    text-transform: capitalize;
}
.res-list-img {
    overflow: hidden;
    width: 100%;
}
.res-list-img img {
    width: 100%;
    display: block;
    transition: all .5s;
}
.res-list li:hover img {
    transform: scale(1.1);
}
.res-list {
    display: flex;
}
.videos-list-cont {
    overflow: hidden;
    margin: 0 -.15rem;
}
.videos-list-cont li {
    width: 33.33333%;
    float: left;
    padding: .15rem;
}
.videos-list-img {
    width: 100%;
    overflow: hidden;
}
.videos-list-img img {
    width: 100%;
    display: block;
    transition: all .5s;
}
.videos-list-cont p {
    text-align: center;
    font-size: .18rem;
    color: #000000;
    font-weight: 300;
    padding: .25rem .1rem;
}
.videos-list {
    padding: .8rem 0 1rem;
}
.videos-list-cont li:hover img {
    transform: scale(1.1);
}
.warr-cont  {
    padding: .8rem 0 1.3rem;
}
.warr-top {
    text-align: center;
    margin-bottom: .55rem;
}
.warr-top h3 {
    font-size: .34rem;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    margin: .2rem 0 .45rem;
    font-weight: 400;
}
.warr-top p {
    font-size: .24rem;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    max-width: 11.25rem;
}
.warr-list {
    display: flex;
    justify-content: space-between;
}
.item {
    width: 49%;
    border: .01rem solid #e8e8e8;
    padding: .85rem .2rem .9rem;
    text-align: center;
    transition: all .5s;
}
.item p {
    font-size: .21rem;
    line-height: 1.8;
    color: #000000;
    font-weight: 300;
    margin: 0 auto;
    max-width: 5.5rem;
    transition: all .5s;
}
.item:hover {
    background: #0c5669;
}
.item:hover  p {
    color: #fff;
}
.faqs-cont {
    padding: .8rem 0 1.2rem;
} 
.saqs-top {
    text-align: center;
    margin-bottom: .55rem;
}
.saqs-top h4 {
    font-size: .34rem;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    margin: .2rem 0 .45rem;
    font-weight: 400;
}
.saqs-top p {
    font-size: .24rem;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    max-width: 11.25rem;
}
.saqs-list li {
    margin-bottom: .15rem;
    border: .01rem solid #d9d9d9;
}
.saqs-list h4 {
    display: block;
    text-align: left;
    padding: .15rem .3rem;
    background: #fafafa;
    color: #111;
    border-radius: 0;
    font-weight: 300;
    font-size: .2rem;
    cursor: pointer;
    transition: .3s;
    position: relative;
    display:flex;
}
.footer-cat dd span {
    width:calc(100% - 5%);
    display:block;
}
.saqs-list h4:active {
    color: #067390;
}
    .saqs-list h4 span {
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        display:block;
        width:85%;
    }
    .saqs-list h4 a {
        position: absolute;
        width: .17rem;
        height: .17rem;
        text-align: center;
        line-height: .18rem;
        content: '+';
        right: .2rem;
        top: 35%;
        color: #fff;
        background: #0C5669;
        font-weight: bold;
        border-radius: 100%;
        font-size: .2rem;
        transition: all .5s;
    }
.content {
    padding: .2rem .3rem;
    display: none;
    font-size: .16rem;
    line-height: 1.6;
    font-weight: 300;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:100%;
}
.news-pack {
    width: 100%;
}
.news-pack::after {
    content: "";
    clear: both;
    display: block;
}
.news-left-cont {
    width: 22%;
    float: left;
}
.news-left-top {
    color: #000000;
    margin-bottom: .31rem;
}
.inner-tit {
    font-size: .4rem;
    line-height: 1em;
    padding-bottom: .05rem;
    color: #0C5669;
    font-weight: 500;
}
.news-left-top span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-cont {
    padding: .8rem 0;
}
.download ul {
    margin-top: .6rem;
}
.news-right-cont {
    width: 78%;
    padding-left: .62rem;
    padding-top: .2rem;
    float: right;
}
.newslist li {
    padding: 0 .1rem .08rem .2rem;
    border-bottom: .01rem dashed #ccc;
    margin-bottom: .2rem;
}
.newslist .time {
    width: 10%;
    text-align: center;
    border-radius: .1rem;
    color: #777;
    background-color: #efefef;
    padding: .2rem;
}
.newslist .time i {
    font-size: .4rem;
    color: #0C5669;
    line-height: 1;
    font-weight: 300;
    display: block;
    font-style: normal;
}
.newslist .time small {
    font-size: .18rem;
    line-height: 1;
    font-weight: 300;
    display: block;
}
.newslist .new-r {
    width: 90%;
    padding-left: .1rem;
}
.newslist .new-r h3 {
    color: #0C5669;
    font-size: .22rem;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslist .new-r p {
    line-height: .36rem;
    font-size: .15rem;
    font-weight: 300;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newslist li a {
    display: flex;
}
.contact-top {
    padding: .8rem 0 0;
}
.contactList h3 {
    color: #0C5669;
    font-size: .4rem;
    margin-bottom: 0;
    font-weight: 500;
}
.contactList h4 {
    color: #676767;
    font-size: .16rem;
    margin-bottom: .38rem;
    font-weight: 300;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.map1,.map2 {
    width: 48%;
}
.map-img {
    width: 100%;
}
.map-info {
    margin-top: .3rem;
}
.map-info h4 {
    font-size: .2rem;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: .25rem;
}
.map-info p {
    position: relative;
    font-size: .18rem;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    margin-bottom: .15rem;
    padding-left: .35rem;
}
.map-info p  i {
    position: absolute;
    left: 0;
}
.map-info p:nth-child(2) i {
    width: .19rem;
    height: .2rem;
    background: url(../images/address.png) no-repeat center/100% 100%;
    display: block;
    top: .05rem;
}
.map-info p:nth-child(3) i {
    width: .19rem;
    height: .2rem;
    background: url(../images/contact-phone.png) no-repeat center/100% 100%;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}
.map-info p:nth-child(4) i {
    width: .25rem;
    height: .2rem;
    background: url(../images/email-fill.png) no-repeat center/100% 100%;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}
.contact-map>div {
    display: flex;
    justify-content: space-between;
}
.prodetFeedback {
    padding: .7rem 0 1rem;
    background: #fff;
    display: inline-block;
    width: 100%;
}
.feed {
    color: #0C5669;
    font-size: .5rem;
    font-weight: 500;
}
.ptForm {
    border-top: .02rem solid #e4e4e4;
    padding-top: .43rem;
    margin-top: .1rem;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
}
.feed-list {
    overflow: hidden;
    margin: 0 -1% .62rem;
}
.feed-list li {
    width: 33.33333%;
    padding: 0 1%;
    float: left;
}
.feed-list li label {
    font-size: .16rem;
    color: #3d3d3d;
    font-weight: 300;
    margin-bottom: 0;
    display: block;
}
.feed-list li input {
    background: none;
    color: #3d3d3d;
    font-size: .16rem;
    width: 100%;
    outline: none;
    resize: none;
    border: none;
    display: block;
    height: .15rem;
    padding: .05rem .04rem;
    transition: all .5s;
    border-bottom: .01rem solid #bfbfbf;

}
.news-right-cont ul {
    display:none;
}
    .news-right-cont ul:nth-child(1) {
        display:block;
    }
    .pro-about {
        width: 100%;
        background: #0C5669;
        padding: .6rem .15rem;
        position: relative;
        z-index: 0;
    }
    .pro-about h3 {
        font-size:.6rem;
        line-height:1.2rem;
        position:relative;
        color:#fff;
    }
        .pro-about h3::after {
            content: '';
            width: 4.5rem;
            height: .23rem;
            display: block;
            background: #266879;
           position:absolute;
           bottom:25%;
           left:4%;
           z-index:-1;
        }
.pro-about-cont p {
    font-size:.18rem;
    line-height:.36rem;
    color:#fff !important;
    margin:.18rem 0 .2rem;
    font-weight:300;
}
.deltaintro {
    font-size:.18rem;
    line-height:.36rem;
    color:#fff;
    margin:.1rem 0 .2rem ;
}
    .deltaintro a {
        color:#fff;
    }
.w-left {
    width:50%;
}
    .w-left .home-about-btn {
        margin-top:.4rem;
    }
.pro-about {
    display:flex;
}
    .pro-about .home-about-video {
        height:3.5rem;
    }
.pro-about2 {
    overflow:hidden;
    padding:1rem .15rem 0;
}
.pro-about2-title {
    float: left;
    width:2.21rem;
}
/*.pro-about2 .dmax-r {
    width:7.22rem;
}*/
.pro-about2-title h3 {
    font-size: .4rem;
    color: #0C5669;
    line-height: .5rem;
    font-weight:500;
}
    .pro-about2-title p {
        font-size:.12rem !important;
        color:#000;
        line-height:.24rem !important;
        font-weight:300;
    }

    .mess li label {
        font-size: .16rem;
        color: #3d3d3d;
        font-weight: 300;
        margin-bottom: 0;
        display: block;
    }

.mess li span textarea {
    background: none;
    color: #3d3d3d;
    font-size: .16rem;
    width: 100%;
    outline: none;
    resize: none;
    border: none;
    display: block;
    height: .15rem;
    padding: 0 .04rem;
    transition: all .5s;
    border-bottom: .01rem solid #bfbfbf;
    overflow: hidden;
}

.h {
    height: .4rem !important;
    padding: .05rem .04rem  !important;
    border-bottom:  .03rem solid  red  !important;
}
.hh {
    height: .45rem !important;
    padding: .05rem .04rem  !important;
    border-bottom:  .03rem solid  red  !important;
}
.wpcf7 p input {
    text-transform: capitalize;
    font-size: .16rem;
    width: 2.88rem;
    height: .53rem;
    border: none;
    background: #0C5669;
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    -ms-border-radius: .04rem;
    -o-border-radius: .04rem;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    font-weight:300;
}
.wpcf7 p input:hover {
    background: #000;
}
.map-img * {
    width:100%;
}
.dmax-r {
    width: 78%;
    padding-left: .62rem;
    padding-top: .2rem;
    float: right;
}
.tel:hover {
    color:#fff;
}
.dmax-cont p {
    font-size: .16rem;
    line-height: .32rem;
    margin-bottom: .1rem;
    font-weight: 300;
}
.fact {
    margin-top: .86rem;
    margin-bottom: 0;
    padding-bottom: .98rem;
}
.fact-top {
    margin-bottom: .39rem;
}
.tab-arr {
    margin-top: .31rem;
    display: flex;
    justify-content: flex-end;
}
.tab-arr i {
    width: .39rem;
    height: .39rem;
    background: #000 url(../images/angle-up.png) no-repeat center center/60% 60%;
    display: block;
    margin-right: .05rem;
    cursor: pointer;
}
.tab-arr i:first-child {
    transform: rotate(-90deg);
}
.tab-arr i:nth-child(2) {
    transform: rotate(90deg);
}
.tab-arr a {
    width: 1.27rem;
    height: .39rem;
    text-align: center;
    line-height: .39rem;
    color: #fff;
    font-size: .16rem;
    background: #000;
    display: block;
    font-weight: 300;
}
.fact-swiper {
    width: 100%;
    overflow: hidden;
}
.fact-s-img-title {
    font-size: .24rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 300;
}
.fact-s {
    padding: .63rem 0 .49rem;
    background: #000000;
}
.fact-swiper p {
    font-size: .12rem;
    margin-top: .17rem;
    color: #ffffff;
}
.fact-s-img img {
    width: 100%;
    display: block;
}
.dmax {
    padding-bottom: 0;
}
.navlist-cont li {
    position: relative;
}
.er-nav {
    -webkit-perspective: 5rem;
    perspective: 5rem;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: .15rem;
    background: #fff;
    top: 100%;
    left: 0;
    width: 2rem;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    box-shadow: 0px .08rem .1rem rgba(0, 0, 0, 0.2);
    border-bottom: .03rem solid #0C5669;
    display: none \9;
}
.er-nav li a {
    font-size: .15rem;
    color: #0C5669;
    line-height: .4rem;
    margin: 0;
}
.san-nav {
    -webkit-perspective: 5rem;
  perspective: 5rem;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: .15rem;
  background: #fff;
  top: 0;
  left: 100%;
  width: 1.8rem;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px .08rem .1rem rgba(0, 0, 0, 0.2);
  border-bottom: .03rem solid #0C5669;
  display: none \9;
}
.san-nav li a {
    font-size: .14rem;
    color: #0C5669;
    line-height: .4rem;
    margin: 0;
    display: block;
    height: .4rem;
}
.er-nav li {
    border: none;
}
.er-nav li:hover>a {
    background: #000;
    color: #fff;
}
.home-swiper .swiper-wrapper {
    z-index: 0;
}
.navlist-cont>li:hover>ul {
    opacity: 1;
    transform: rotate3d(0,0,0,0);
}
.er-nav>li:hover>ul{
    opacity: 1;
    transform: rotate3d(0,0,0,0);
}
.factlist-cont {
    overflow: hidden;
    margin: 0 -.5%;
}
.factlist-cont li {
    float: left;
    width: 32%;
    padding: 0 .5%;
    margin-bottom: .22rem;
}
.factlist-cont-img {
    overflow: hidden;
}
.factlist-cont-img img {
    width: 100%;
    display: block;
    transition: all .5s;
}
.factlist-cont li:hover img {
    transform: scale(1.1);
}
.factlist-cont p {
    text-align: center;
    margin-top: .13rem;
    height: .4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000000;
    font-size: .18rem;
    font-weight: 300;
}
.products-introduce {
    overflow: hidden;
}
.left-part {
    width: 46.7%;
    float: left;
}
.left-part .pro-tit {
    color: #0C5669;
    font-size: .32rem;
    font-weight: 400;
}
.left-part .det {
    padding: .15rem 0;
    margin: .15rem 0 ;
}
.left-part .det p {
    color: #000000;
    font-size: .16rem;
    line-height: 2;
    font-weight: 300;
}
.left-part .more a {
    width: 1.7rem;
    display: block;
    font-size: .18rem;
    height: .53rem;
    text-transform: uppercase;
    border: .03rem solid transparent;
    color: #000;
    background-color: #efefef;
    /*padding: .1rem .25rem;*/
    transition: .5s;
    text-align:center;
    line-height:.53rem;
}
.left-part .more:hover a {
    border: .03rem solid #0C5669;
    background: #0C5669;
}
.right-part {
    width: 47.3%;
    float: right;
}
.right-part img {
    width: 100%;
    display: block;
}
.productsDetail-swiper {
    width: 100%;
    overflow: hidden;
    margin-top: .2rem;
}
.productsDetail-swiper a {
    display: block;
    border-radius: 0 .2rem 0 0;
    overflow: hidden;
}
.prodet-bot {
    font-size: .14rem;
    margin: 1.3rem 0 .69rem;
}
.prodet-bot .prodet-tit {
    color: #474747;
    font-size: .26rem;
    line-height: 1;
    border-bottom: .02rem solid #e4e4e4;
    padding-bottom: .15rem;
    margin-bottom: .3rem;
    font-weight: 400;
}
.prodet-bot p img {
    width: 100%;
    display: block;
}
.prodet-bot p {
    color: #000000;
    font-size: .18rem;
    line-height: .36rem;
    font-weight: 300;
}
.prodet-bot p strong {
    font-weight: 300;
}
.prodet-bot th ,.prodet-bot td {
    padding: .05rem .1rem;
}
.prodet-bot table td,.prodet-bot table th {
    border: .01rem solid #666;
}
.prodet-bot table {
    border-collapse:collapse; 
}
.wpcf7 .mess {
    margin-bottom: .75rem;
}
.wpcf7 p input {
    display: block;
}
.products-detail-about {
    padding: 0 .15rem;
}
.products-detail-about h3::after {
    left: 9%;
}
.products-detail-about .home-aboutdasc {
    color: #fff;
}
.products-detail-about .deltaintro {
    color: #fff;
    font-size: .18rem;
    line-height: .36rem;
    margin-top: .2rem;
    margin-bottom: .4rem;
}
.products-detail-about .deltaintro a {
    color: #fff;
    font-weight: 300;
}
.products-detail-about .home-about-video {
    height: 3.56rem;
}
.prodet-parts {
    padding-bottom: .8rem;
}
.prodet-parts .prodet-tit {
    color: #474747;
    font-size: .26rem;
    line-height: 1;
    border-bottom: .02rem solid #e4e4e4;
    padding-bottom: .15rem;
    margin-bottom: .3rem;
    font-weight: 400;
}
.productsdetail-bot-swiper {
    width: 100%;
    overflow: hidden;
}
.productsdetail-bot-swiper .img-box {
    width: 100%;
    overflow: hidden;
}
.productsdetail-bot-swiper .swiper-slide img {
    width: 100%;
    display: block;
    transition: all .5s;
}
.productsdetail-bot-swiper .swiper-slide a:hover  img{
    transform: scale(1.1);
}
.popupshadow {
    display:none ;
}
.productsdetail-bot-swiper .swiper-slide p {
    background: #fff;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: .05rem .1rem;
}
.popupshadow {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.popup {
    width: 6rem;
    background: #fff;
    border-radius: .1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: .3rem;
}
.popup .cha {
    font-size: .5rem;
    position: absolute;
    top: 0;
    right: .3rem;
    cursor: pointer;
    transform: rotate(45deg);
}
.popup .mess-left {
    width: 100%;
}
.popup .mess-left input {
    outline: none;
}
.pop-btn {
    width: 1.4rem;
    height: .5rem;
    font-size: .16rem;
    background:#0C5669;
    color: #fff;
    font-weight: 300;
    margin: .1rem auto 0;
    text-align: center;
    line-height: .5rem;
    border-radius: .05rem;
    cursor: pointer;
}
    .pop-btn a {
        color:#fff;
    }
    .pop-btn:hover {
        background: #000;
    }
.iconfont {
    display: none;
}
.video-shadow {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display:none;
}

.videos {
    width: 7rem;
    height: 5.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .videos .video-cha {
        position: absolute;
        top: 0;
        right: .3rem;
        font-size: .4rem;
        color: #fff;
        z-index: 2;
        cursor: pointer;
        transform:rotate(45deg);
    }

    .videos video {
        width: 100%;
        height: 100%;
    }
@media (max-width:1000px) {
    
    .layout {
        width: 100%;
    }
    body,html {
        overflow-x: hidden;
    }
    .center {
        width: 100%;
        padding: 0;
    }
    .w-top-left {
        display: none;
    }
    .email {
        display: none;
    }
    .w-search {
        padding: 0;
        width: 60%;
    }
        .w-search input {
            max-height:100%;
        }
        .w-top-right {
            width: 100%;
        }
    .w-search>div {
        height: .45rem;
    }
    .w-search i {
        width: .45rem;
        height: .45rem;
    }
    .navlist {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0;
        display: block;
        background: #ffff;
        padding: .2rem;
        z-index: 100;
        display: none;
    }
    .navlist-cont {
        display: block;
        width: 100%;
        padding: .2rem;
    }
    .navlist-cont>li>a {
        border: none;
        font-size: .4rem;
        line-height: .8rem;
        margin: 0;
    }
    .er-nav {
        opacity: 1;
        transform: rotate3d(0,0,0,0);
        position: inherit;
        width: 100%;
        box-shadow: none;
        border: none;
        transform-style: initial;
    }
    .san-nav {
        opacity: 1;
        transform: none;
        position: inherit;
        width: 100%;
        box-shadow: none;
        border:none;
        left: 0;
        transform-style: initial;
    }
    .er-nav>li>a {
        font-size: .35rem;
        line-height: .7rem;
        padding: 0 .6rem;
    }
    .san-nav>li>a {
        font-size: .3rem;
        line-height: .6rem;
        padding: 0 .9rem;
        height: auto;
    }
    .w-header-logo {
        width: 1.5rem;
        height:100%;
        top: 0;
    }
    .w-top {
        height: auto;
        /*margin-left:1.4rem;*/
    }
    .iconfont {
        width: .4rem;
        height: .4rem;
        display: block;
        position: absolute;
        top: 50%;
        right: .2rem;
        transform: translateY(-50%);
    }
    .iconfont i {
        width: .4rem;
        height: .4rem;
        display: block;
        position: absolute;
    }
    .iconfont .chas {
        background: url(../images/cha.png) no-repeat center/100% 100%;
        display: none;
    }
    .iconfont .dh {
        background: url(../images/dh.png) no-repeat center/100% 100%;
        display: block;
    }
    .er-nav li:hover>a {
        background: #fff;
        color: #0C5669;
    }
    .home-swiper-pag {
        z-index: 0;
    }
    .nav-icon a i {
        width: .22rem;
        height: .22rem;
    }
    .nav-icon {
        padding:  0 .5rem;
    }
    .swiper-wrapper {
        z-index: 0;
    }
    .home-swiper-cont {
        display: none;
    }
    .home-swiper-pag {
        bottom: 0rem !important;
    }
    .home-cont-list {
        padding: .5rem .2rem;
    }
    .home-cont-lists li {
        width: 50%;
    }
    .home-cont-list-btn a {
        width: 2rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .28rem;
    }
    .home-about-pack {
        display: block;
    }
    .home-about {
        padding: 0 .2rem;
    }
    .home-about-cont {
        width: 100%;
    }
    .home-aboutdasc {
        font-size: .28rem;
        line-height: .56rem;
    }
    .home-about-btn a {
        width: 2.5rem;
        height: .7rem;
        text-align: center;
        line-height: .7rem;
        font-size: .28rem;
    }
    .home-about-video {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .home-news-pack {
        display: block;
    }
    .home-news {
        padding:.5rem .2rem;
    }
    .home-about-cont h3::after {
        left: 10%;
    }
    .home-news-title {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .home-news-cont {
        width: 100%;
    }
    .home-news-pag {
        display: none;
    }
    .home-message-k {
        display: block;
    }
    .mess-left {
        width: 100%;
    }
    .mess-right {
        width: 100%;
    }
    .sbumit input {
        width: 2rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .28rem;
        margin: .3rem auto 0;
    }
    .username p {
        font-size: .28rem;
    }
    .footer-pack {
        display: block;
    }
    .footer-logo {
        width: 100%;
    }
    .footer-public {
        display: none;
    }
    .footer-cat {
        width: 100%;
    }
    .footer-cat dt,
    .footer-cat dd {
        font-size: .35rem;
        line-height: .7rem;
        text-align: center;
    }
    .footer .f {
        padding: .5rem .2rem;
    }
    .footer-cat dd {
        display: block;
    }
    .footer-cat dd i {
        display: inline-block !important;
    }
    .copy-r,
    .copyright a {
        display: none;
    }
    .copyright {
        text-align: center;
    }
    .copyright p {
        flex-wrap: wrap;
    }
    .copyright p{
        font-size: .28rem;
        line-height: .56rem;
        text-align: center;
    }
    .copyright p a:last-child {
        width: 5.13rem;
        margin: 0 auto;
    }
    .pro-cont-left {
        display: none;
    }
    .products-banner {
        padding: .5rem .2rem;
    }
    .pro-cont-right {
        width: 100%;
        padding: 0;
    }
    .cat-box a {
        font-size: .4rem;
        line-height: .8rem;
    }
    .pro-list h1 {
        font-size: .35rem;
        line-height: .7rem;
    }
    .pro-list-cont li {
        width: 100%;
        float: none;
    }
    .pro-list-cont li a h3 {
        font-size: .28rem;
        line-height: .56rem;
    }
    .pro-list-detail {
        font-size: .28rem;
        line-height: .56rem;
    }
    .news-left-cont {
        display: none;
    }
    .news-right-cont {
        width: 100%;
        padding: 0;
    }
    .news-cont {
        padding: .5rem .2rem;
    }
    .newslist li {
        padding: 0 0.1rem 0.08rem 0;
        border-bottom: 0.01rem dashed #ccc;
        margin-bottom: 0.2rem;
    }
    .newslist .time {
        display: none;
    }
    .newslist .new-r h3 {
        font-size: .35rem;
        line-height: .7rem;
    }
    .newslist .new-r p {
        font-size: .28rem;
        line-height: .56rem;
    }
    .newslist .new-r {
        width: 100%;
    }
    .left-part {
        width: 100%;
        float: none;
    }
    .right-part {
        width: 100%;
        float: none;
        margin-top: .3rem;
    }
    .left-part .more a {
        width: 2.5rem ;
        height: .6rem;
        font-size: .28rem;
        line-height: .56rem;
        text-align: center;
        margin-top: .2rem;
        padding: 0;
    }
    .left-part .det p {
        font-size: .28rem;
        line-height: .56rem;
    }
    .left-part .pro-tit {
        font-size: .4rem;
        line-height: .8rem;
    }
    .prodet-bot .prodet-tit {
        font-size: .4rem;
        line-height: .8rem;
    }
    .prodet-bot table {
        display: block;
        overflow: auto;
        word-break: break-word;
    }
    .feed-list li {
        width: 100%;
        float: none;
        margin-bottom: .3rem;
    }
    .feed-list li input {
        height: .25rem;
    }
    .wpcf7 p input {
        width: 2rem;
        height: .4rem;
        margin:  auto;
    }
    .prodet-bot p {
        font-size: .26rem;
        line-height: .52rem;
    }
    .pro-about .home-about-video {
        height:auto;
    }
    .products-detail-about .deltaintro {
        font-size: .28rem;
        line-height: .56rem;
    }
    .products-detail-about .home-about-video {
        height: auto;
    }
    .dmax-r {
        width: 100%;
        padding: 0;
    }
    .prodet-bot p img {
        height: 100%;
    }
    .feed-list li label,
    .mess li label {
        font-size: .28rem;
        line-height: .56rem;
    }
    .banner-cont p:first-child {
        font-size: .5rem;
        line-height: 1rem;
    }
    .banner-cont {
        width: 100%;
    }
    .banner-cont p:last-child a, .banner-cont p:last-child span {
        font-size: .35rem;
    }
    .dmax-cont p {
        font-size: .28rem;
        line-height: .56rem;
    }
    .dmax-cont p img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .fact-s-img-title {
        font-size: .3rem ;
        line-height: .6rem;
    }
    .fact-swiper p {
        font-size: .28rem;
        line-height: .56rem;
    }
    .prodetFeedback {
        padding: .5rem .2rem;
    }
    .fact {
        padding: 0;
    }
    .tab-arr i {
        width: .45rem;
        height: .45rem;
        margin-right: .2rem;
    }
    .tab-arr a {
        width: 1.5rem;
        height: .45rem;
        font-size: .28rem;
        line-height: .45rem;
    }
    .res-list li {
        width:100%;
        padding:0;
    }
    .res-cont {
        padding:.5rem .2rem;
    }
    .res-list p {
        font-size:.28rem;
        line-height:.45rem;
    }
    .videos-list-cont li {
        width:100%;
        padding:0;
    }
    .videos-list {
        padding:.5rem .2rem;
    }
    .videos-list-cont {
        margin:0;
    }
        .videos-list-cont p {
            font-size:.28rem;
            line-height:.45rem;
        }
    .footer-cat dd span {
        display:inline;
    }
    .warr-top p,
    .item p {
        font-size: .28rem;
        line-height: .45rem;
    }
    .warr-cont {
        padding:.5rem .2rem;
    }
    .item {
        width:100%;
        margin-bottom:.2rem;
        padding:.4rem;
    }
    .warr-list {
        display:block;
    }
    .item p {
        max-width:100%;
    }
    .faqs-cont {
        padding:.5rem .2rem;
    }
    .saqs-top p,
    .saqs-list h4,
    .content {
        font-size: .28rem;
        line-height: .45rem;
    }
        .saqs-list h4 a {
            width:.17rem;
            height:.17rem;
            font-size:.28rem;
            line-height:.17rem;
            top:30%;
        }
    .contact-cont {
        padding:.5rem .2rem;
    }
    .contact-top {
        padding:0;
    }
    .contactList h4 {
        font-size:.28rem;
        line-height:.45rem;
    }
    .contact-map > div {
        display:block;
    }
    .map1, .map2 {
        width:100%;
    }
    .map-info h4,
    .map-info p {
        font-size: .28rem;
        line-height: .45rem;
    }
        .map-info p:nth-child(2) i {
            width:.15rem;
            height:.15rem;
        }
        .map-info p:nth-child(3) i {
            width:.15rem;
            height:.15rem;
        }
        .map-info p:nth-child(4) i {
            width:.16rem;
            height:.15rem;
        }
    .factlist-cont li {
        width:100%;
    }
    .factlist-cont p {
        font-size:.28rem;
        line-height:.45rem;
    }
    .copyright {
        justify-content:center;
    }
    .home-news-swiper .text h3,
    .home-news-swiper .text span,
    .home-news-swiper .text p,
    .deltaintro {
        font-size: .26rem;
        line-height: .52rem;
    }
    .mess-text p {
        font-size:.28rem;
    }
    .pro-about{
        display:block;
    }
    .w-left{
        width:100%;
    }
    .pro-about2-title p {
        font-size:.26rem !important;
        line-height:.52rem !important;
    }
}