@charset "utf-8";

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color:#333; overflow-x: hidden; font-family:"Microsoft YaHei",Arial,sans-serif; padding-top: 130px; background: #fff; }
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,main,section,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ font-size: 16px; outline:none;  font-family:Arial,sans-serif;}
svg{ border: none;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#333; }
a:hover{ color:#0f999e;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none; }

.wrap{ width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 50px;}
.w1080{ width: 100%; max-width: 1080px; margin: 0 auto;}

::-webkit-scrollbar { width: 6px; background-color: rgba(24, 24, 24, .07); }
::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}
::-webkit-scrollbar-thumb:hover {background: #666;}

/*顶部*/
.header{ width: 100%; height: 130px; padding: 30px 0; background: #e9eef4; position: fixed; left:0; top: 0; z-index: 99999; transition: all .4s;}
.header .nav ul li { margin-right:60px; position: relative;}
.header .nav ul li>a{ font-size: 18px; color: #333; line-height: 25px; position: relative; display: block;}
.header .nav ul li>a:hover,.header .nav ul li.on>a{ color: #0f999e; }
.header .store p{ display: flex;}
.header .store a{ margin-right: 16px; display: block;}
.header .searchBtn{ width: 29px; height: 29px; background: url(../images/icon03.png) no-repeat center; cursor: pointer; margin-right: 10px;}
.header .lang{ width: 29px; height: 29px; background: url(../images/icon04.png) no-repeat center; margin-right: 10px; position: relative; cursor: pointer;}
.header .lang .langBox{ padding-top: 30px; position: absolute; left: 50%; transform: translateX(-50%); top: 29px; display: none;}
.header .lang .langBox ul{  background-image: linear-gradient(to right bottom, rgba(14,110,183,.6) 0%, rgba(7, 144, 59, .6) 100%); padding: 10px 30px;}
.header .lang .langBox ul li a{ color: #fff; margin: 5px 0; display: block;}
.header .lang .langBox ul li a:hover{ color: #2b9aee;}
.header .email{ width: 29px; background: url(../images/icon05.png) no-repeat center;}
.header .email a{ width: 29px; height: 29px; display: block;}

.menu-toggle{display: none;}

/* banner */
.banner { position: relative; }
.banner img{width:100%;}
.banner .swiper-slide{ display: flex; align-items: center;}
.banner .pagination { width: 100% !important; height: 15px; position: absolute; left:0; bottom:30px!important;  z-index:111; display: flex; justify-content: center; align-items: center;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 15px;height: 15px; background:rgba(0, 0, 0, .5); border: none; margin: 0 5px; border-radius:15px!important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 40px; background: #0d9aa1;}
.banner .swiper-slide-active{opacity:1;}

.neibanner{ height: 160px;background: url(../images/neiBanner.jpg) no-repeat center; background-size: cover;}

.title{ text-align: center; margin-bottom: 70px;}
.title h2{ font-size: 36px; color: #0d9aa1; text-transform: uppercase; line-height: 1; margin-bottom: 15px;}
.title p{ font-size: 24px; color: #333; letter-spacing: 2px;}

.ntitle{  margin-bottom: 40px;}
.ntitle h2{ font-size: 36px; color: #0d9aa1; line-height: 1; text-transform: uppercase; margin-top: -15px;}
.ntitle p{ font-size: 73px; color: #fff; font-weight: 900; font-family: Arial, Helvetica, sans-serif; line-height: 1; text-transform: uppercase; -webkit-text-stroke: 1px #eee; text-stroke: 1px #eee; }
.ntitle .text{ font-size: 24px; border-top: #dadada solid 1px; padding-top: 20px; margin-top: 40px;}


/* 首页 */
.indexOne{ padding: 60px 0 80px;}
.indexOne .box ul li{ width: 25%; padding:0 50px; text-align: center;}
.indexOne .box ul li .stat-number{ font-size: 40px; color: #0d9aa1; line-height: 1; display:flex; justify-content: center; align-items: flex-start; margin-bottom: 40px;}
.indexOne .box ul li .stat-number strong{ font-size: 60px; line-height: 1;}
.indexOne .box ul li .stat-number i{ font-size: 26px; font-style: normal; line-height: 1; margin-top: auto;}
.indexOne .box ul li p{ font-size: 18px; color: #999; line-height: 1.6;}

.indexTwo{ background: #f7f7f7; padding: 60px 0;}
.indexTwo .box { position: relative; padding: 0 20px;}
.indexTwo .box .swiper-slide dl{ padding-bottom: 80%;}
.indexTwo .box .swiper-slide h3{ font-size: 18px; font-weight: normal; text-align: center; margin-top: 10px;}
.indexTwo .box .swiper-button-prev,.indexTwo .box .swiper-button-next{ width: 55px; height: 55px; line-height: 46px; color: #333; position: absolute; top: 50%; transform: translateY(-50%); z-index: 100; background: #fff; border-radius: 55px; cursor: pointer;}
.indexTwo .box .swiper-button-prev{ left: 0;}
.indexTwo .box .swiper-button-next{ right: 0;}
.indexTwo .box .swiper-button-prev::after,.indexTwo .box .swiper-button-next::after{ font-size: 25px; color: #333; font-weight: bold;}

.indexThree{ padding: 60px 0;  background: #f7f7f7;}
.indexThree .box ul{ margin: 0 -35px;}
.indexThree .box ul li{ width: 50%; padding:0 35px; margin-bottom: 60px;}
.indexThree .box ul li a{ display: block; position: relative;}
.indexThree .box ul li dl{ padding-bottom: 58.3%;}
.indexThree .box ul li p{ color: #fff; padding: 15px 50px; border: 1px solid rgba(255,255,255,.5); position: absolute; left: 50%; top: 50%; z-index: 11; transform: translate(-50%,-50%); transition: all .4s;}
.indexThree .box ul li a:hover p{ color: #0d9aa1; border: 1px solid rgba(13,154,161,.5); }

.indexFour{ padding: 60px 25px;}
.indexFour .box .swiper-slide dl{ padding-bottom: 55.43%;}
.indexFour .box .swiper-slide h3{ font-size: 16px; color: #333; font-weight: normal; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-top: 20px; padding-right: 40px; background: url(../images/icon06.png) no-repeat right 5px center;}
.indexFour .box .swiper-slide p{ color: #999; margin-top: 10px;}
.indexFour .arrow{ width:100px; height: 40px; position: relative; margin: 60px auto 0;}
.indexFour .swiper-button-prev::after,.indexFour .swiper-button-next::after{ font-size: 16px; color: #333; font-weight: bold;}
.indexFour .swiper-button-prev,.indexFour .swiper-button-next{ width: 40px; height: 40px; line-height: 40px; border: #666 solid 1px; color: #333;  border-radius: 50px; cursor: pointer;}
.indexFour .swiper-button-prev{ left: 0;}
.indexFour .swiper-button-next{ right: 0;}

/* 内页 */
.aboutOne{ padding: 120px 0 0; }
.aboutOne .itemOne{ margin-bottom: 100px;}
.aboutOne .itemOne .con{ width: 50%;}
.aboutOne .itemOne .con .text{ line-height: 1.8;}
.aboutOne .itemOne .pic{ width: 50%; text-align: right; padding-left: 30px;}
.aboutOne .itemTwo { border-bottom: #dadada solid 1px; padding-bottom: 100px;}
.aboutOne .itemTwo .text{ width: 50%; line-height: 1.8; padding-left: 65px;}
.aboutOne .itemTwo .pic{ width: 50%; padding: 0 60px; position: relative;}
.aboutOne .itemTwo .pic dl{ padding-bottom: 72.7%;}
.aboutOne .itemTwo .pic .button-prev,.aboutOne .itemTwo .pic .button-next{ width: 42px; height: 42px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 11; cursor: pointer;}
.aboutOne .itemTwo .pic .button-prev{ left: 0; background: url(../images/prev.png) no-repeat center;}
.aboutOne .itemTwo .pic .button-next{ right: 0; background: url(../images/next.png) no-repeat center;}
.aboutOne .itemTwo .pic .pagination { width: 100% !important; height: 10px; position: absolute; left:0; bottom:-30px !important;  z-index:111; display: flex; justify-content: center; align-items: center;}
.aboutOne .itemTwo .pic .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 10px;height: 10px; background:rgba(0, 0, 0, .5); border: none; margin: 0 3px; border-radius:15px!important; opacity: 1; cursor: pointer;}
.aboutOne .itemTwo .pic .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 10px; background: #0d9aa1;}
.aboutOne .itemTwo .pic .swiper-slide-active{opacity:1;}

.aboutTwo{ padding: 55px 0 170px;}
.aboutTwo .itemOne { margin-bottom: 80px;}
.aboutTwo .itemOne .pic{ width: 50%; padding-right: 70px;}
.aboutTwo .itemOne .text{ width: 50%; padding-left: 60px; line-height: 1.8;}

.aboutTwo .itemTwo .text{ width: 50%; line-height: 1.8; padding-right: 65px;}
.aboutTwo .itemTwo .pic{ width: 50%; padding: 0 60px; position: relative;}
.aboutTwo .itemTwo .pic dl{ padding-bottom: 72.7%;}
.aboutTwo .itemTwo .pic .button-prev,.aboutTwo .itemTwo .pic .button-next{ width: 42px; height: 42px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 11; cursor: pointer;}
.aboutTwo .itemTwo .pic .button-prev{ left: 0; background: url(../images/prev.png) no-repeat center;}
.aboutTwo .itemTwo .pic .button-next{ right: 0; background: url(../images/next.png) no-repeat center;}
.aboutTwo .itemTwo .pic .pagination { width: 100% !important; height: 10px; position: absolute; left:0; bottom:-30px !important;  z-index:111; display: flex; justify-content: center; align-items: center;}
.aboutTwo .itemTwo .pic .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 10px;height: 10px; background:rgba(0, 0, 0, .5); border: none; margin: 0 3px; border-radius:15px!important; opacity: 1; cursor: pointer;}
.aboutTwo .itemTwo .pic .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 10px; background: #0d9aa1;}
.aboutTwo .itemTwo .pic .swiper-slide-active{opacity:1;}

.products{ padding: 60px 0 150px;}

.leftNav{ width: 300px;}
.leftNav>dl{ font-size: 36px; color: #0d9aa1; font-weight: bold; margin-bottom: 28px; padding: 0 25px;}
.leftNav ul li dl a{ font-size: 18px; line-height: 70px; border-bottom: #dadada solid 1px; background:#fff url(../images/icon08.png) no-repeat right 20px center; display: block; padding: 0 25px; transition: all;}
.leftNav ul li dl a:hover,.leftNav ul li.on dl a,.leftNav ul li.slideOn dl a{ color: #0d9aa1; border-left: 1px solid #0d9aa1;  background: #ecf7f8 url(../images/icon08.png) no-repeat right 20px center;}
.leftNav ul li .subnav{ display: none; background: #f5f5f5}
.leftNav ul li.on .subnav{ display: block;}
.leftNav ul li .subnav a{ font-size: 16px; line-height: 50px; border-bottom: #dadada solid 1px;  display: block; padding: 0 25px; transition: all;}
.leftNav ul li .subnav a:hover,.leftNav ul li .subnav a.on{ color: #0d9aa1; border-left: 1px solid #0d9aa1;  }


.rightBox{ width: calc(100% - 300px); padding-left: 70px;}

.prolist{ margin-bottom: 25px;}
.prolist ul{ margin: 0 -20px;}
.prolist ul li{ width: 33.33%; padding: 0 20px; margin-bottom: 35px;}
.prolist ul li dl{ background: #f7f7f7; padding-bottom: 80%;}
.prolist ul li h3{ text-align: center; font-weight: normal; margin-top: 15px;}

.proview .proImgInfo{ margin-bottom: 80px;}
.proview .proImg{ width: 50%; padding-right: 50px;}
.proview .proImg .bigPic{margin-bottom: 20px;}
.proview .proImg .bigPic dl{background: #f7f7f7; padding-bottom:80%;}
.proview .proImg .smallPic{ position: relative; padding: 0 40px;}
.proview .proImg .smallPic .swiper-slide{ cursor: pointer;}
.proview .proImg .smallPic .swiper-slide dl{ padding-bottom: 80%; background: #f7f7f7;}
.proview .proImg .smallPic .swiper-slide-thumb-active{ border: #ccc solid 2px;}
.proview .proImg .smallPic .swiper-button-prev,
.proview .proImg .smallPic .swiper-button-next{ height: 100%; background: #ccc; top: 0; bottom: 0; margin-top: 0; opacity: 1 !important;}
.proview .proImg .smallPic .swiper-button-prev{ left: 0;}
.proview .proImg .smallPic .swiper-button-next{ right: 0;}
.proview .proImg .smallPic .swiper-button-prev::after,
.proview .proImg .smallPic .swiper-button-next::after{ font-size:16px; color: #fff; font-weight: bold;}

.proview .proInfo{ width: 50%; }
.proview .proInfo h1{ font-size: 30px; color: #009999; margin-bottom: 30px;}
.proview .proInfo .text{ height: calc(100% - 70px); line-height: 1.8; margin-bottom: 40px; overflow: auto; }
.proview .btns{ margin-top: 40px;}
.proview .btns .buy{ width: 120px; height: 50px; line-height:50px; background: #0d9aa1; color: #fff; font-size: 16px; text-align: center; display: block; transition: all .4s;}
.proview .btns .buy:hover{ background: #038888;}

.proview .description{ line-height: 1.8;}

.news{ padding: 70px 0 150px;}
.news .box{ margin-bottom: 50px;}
.news .box ul li { padding: 45px 0; border-bottom: #dadada solid 1px;}
.news .box ul li a{ display: flex; align-items: center;}
.news .box ul li .date{ width: 94px; background: #0d9aa1; color: #fff; text-align: center; padding: 25px 10px;}
.news .box ul li .date .day{ font-size: 24px; line-height: 1; font-weight: bold; border-bottom: #fff solid 1px; padding-bottom: 10px; margin-bottom: 10px;}
.news .box ul li .date .year{ font-size: 18px; line-height: 1; }
.news .box ul li .con{ width: calc(100% - 94px); padding-left: 30px;}
.news .box ul li .con .t{ font-size: 18px;font-weight: bold; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 15px;}
.news .box ul li .con .c{ line-height: 1.6; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.newsView{ padding: 70px 0 150px;}
.newsView .newsTitle{ border-bottom: #dadada solid 1px; padding-bottom: 30px; margin-bottom: 40px; text-align: center;}
.newsView .newsTitle h1{ font-size: 24px; font-weight: normal; line-height: 1.5; margin-bottom: 20px;}
.newsView .newsTitle p{ color: #666;}
.newsView .text{ line-height: 1.8;}

.honor{ padding: 70px 0 150px;}
.honor .box{ padding-top: 20px;}
.honor .box .list ul{  margin: 0 -30px;}
.honor .box .list ul li{ width: 20%; margin-bottom:30px; padding: 0 30px;}
.honor .box .list ul li dl{ padding-bottom: 141.25%;}
.honor .box .list ul li h3{ font-size: 18px; font-weight: normal; line-height: 1.5; text-align: center; margin-top: 15px;}


.download{ padding: 70px 0 150px;}
.download .box { padding-top: 30px;}
.download .box ul li{ width: 33.33%; padding: 0 80px; margin-bottom: 70px;}
.download .box ul li ol{ border: #0d9aa1 solid 1px; border-radius: 10px; padding: 15px 15px 30px;}
.download .box ul li ol:hover{ background: #f3fcfc;}
.download .box ul li ol dl{ padding-bottom: 60%; margin-bottom: 20px;}
.download .box ul li ol .btnbox a{ line-height: 36px; border: #0d9aa1 solid 2px; border-radius: 20px; margin: 0 5px; padding: 0 36px;}

.contact{ padding: 70px 0 ;}
.contact .text{ color: #666; line-height: 1.8; margin-bottom: 35px;}
.contact .telMail{color: #666;  font-size: 24px; line-height: 1.8; margin-bottom: 50px;}
.contact .con{color: #666; line-height: 1.8; border-bottom: 1px solid #dadada; padding-bottom: 70px;}
.contact .con .ewm img{ margin-left: 30px;}

.message{ margin-bottom: 150px;}
.message ul{  display: flex; margin: 0 -15px 20px;}
.message ul li{ width: 50%; padding: 0 15px;}
.message ol{ margin-bottom: 20px;}
.message .box p{ font-size: 18px; font-weight: bold; color: #333; margin-bottom: 10px;}
.message input{ width: 100%; height: 60px; border: 1px solid #dadada; padding: 0 15px;}
.message textarea{ width: 100%; height: 300px;  border: 1px solid #dadada; padding: 10px 15px;}
.message button{ width: 100%; height: 60px; border: none; background: #0d9aa1; color: #fff; font-size: 18px; cursor: pointer;}
.message button:hover{ background: #0b8b92;}

/* 底部 */
.footer{ background: #f8f8f8; padding: 50px 0 30px;}
.footer .con{ margin-bottom: 45px;}
.footer .fnav ul li{ margin-bottom: 15px;}
.footer .fnav ul li a{ color: #666;}
.footer .fnav ul li a:hover{ color: #0d9aa1;}
.footer .shareEwm{ border-bottom: #d6d6d6 solid 1px; padding-bottom: 20px; margin-bottom: 30px;}
.footer .shareEwm .share p{ display: flex;}
.footer .share a{ width: 40px; height: 40px; background: #e5e5e5; border-radius: 50px; margin-right: 10px; display: flex; justify-content: center; align-items: center}
.footer .share a:hover{ background: #0d9aa1;}
.footer .share img{ transition: filter 0.3s ease;}
.footer .share a:hover img{ filter: brightness(0) invert(1);}
.footer .ewm{  height: 90px; }
.footer .fcontact .item{ width: 100%; font-size: 15px; line-height: 1.6; white-space: nowrap; color: #666;}
.footer .copyright{ text-align: center; color: #999; font-size: 14px;}
.footer .copyright a{ color: #999;}
.footer .copyright a:hover{ color: #0d9aa1;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 16px; width: 100%; display: flex; justify-content: center; }
.fenye .prev, .fenye .next { width: 46px; height: 46px; line-height: 46px; color: #333;margin:0 4px; display: block; font-family: "宋体";font-size: 18px; background: #ccc;}
.fenye a { width: 46px; height: 46px; line-height: 46px; color: #333; margin:0 4px; display: block; background: #ccc; transition: all 0.4s;}
.fenye a:hover {color: #fff; background: #0d9aa1;}
.fenye a.current { color: #fff;  background: #0d9aa1;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}


/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 30px; height: 30px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px;  cursor: pointer;}
.tccBox .BoxCon ul video{ max-width: 1000px; max-height: 620px;}



@media (max-width: 1560px) {
}

@media (max-width: 1450px) {
    .header .nav ul li {margin-right: 50px;}

    .download .box ul li{ padding: 0 50px;}
}

@media (max-width: 1420px) {

}

@media (max-width: 1368px) {
    .wrap{ padding: 0 30px;}
    
    .header .nav ul li { margin-right: 38px;}

    .ntitle p{ font-size: 50px;}
    .ntitle h2{ font-size: 30px;}

    .indexOne .box ul li .stat-number strong{ font-size: 45px;}
    .indexOne .box ul li p{ font-size: 16px;}

    .indexTwo .box .swiper-slide h3{ font-size: inherit;}

    .aboutOne {
        padding: 70px 0 0;
    }
}


@media (max-width: 1280px) {
    body{ font-size: 15px;}

    .header .nav ul li>a{ font-size: 16px;}

    .leftNav dl{ font-size: 28px;}
    .leftNav ul li a{ font-size: 16px;}

    .prolist ul li h3{ font-size: 16px;}

    .ntitle .text{ font-size: 20px;}

    .news .box ul li .con .t{ font-size: 17px;}

    .contact .telMail{ font-size: 20px;}
    
}

@media (max-width: 1180px) {
    .wrap{ padding: 0 20px;}

    .header .logo{ height: 45px;}
    .header .nav ul li {
        margin-right: 20px;
    }

    .header .store a{ margin-right: 7px;}
    .header .searchBtn{ margin-right: 5px;}
    .header .lang{ margin-right: 5px;}

    .rightBox{ padding-left: 40px;}

    .prolist ul{ margin: 0 -10px;}
    .prolist ul li{ padding: 0 10px;}

    .proview .proImgInfo{ display: block;}
    .proview .proImg{ width: 100%; padding-right: 0; margin-bottom: 30px;}
    .proview .proInfo{ width: 100%;}

    .download .box ul li {
        padding: 0 18px;
    }

    .footer .flogo{ width: 150px;}
    .footer .shareContact{ width: 48%;}
    .footer .fcontact .item{ font-size: 14px;}
}

@media screen and (max-width:900px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ padding: 0 15px;}

    input, textarea, select, button{ font-size: 14px;}
    
    .header{ width: 100%; height: 60px; padding: 0; background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, .2); display: block; position: fixed; left: 0; top: 0; z-index: 99999;}
    .header .logo { height: 60px; padding: 14px 0;}
    .header .headRight { width: 100%; height:calc(100vh - 60px); background: #fff; position: absolute; left: 0; top: 60px; z-index: 99999; display: none;}
    .header .nav{ margin-bottom: 20px;}
    .header .nav ul{ display: block; border-top: #eee solid 1px;}
    .header .nav ul li{ margin-right: 0; border-bottom: #eee solid 1px;}
    .header .nav ul li>a{ font-size: 15px; padding: 0 15px; line-height: 40px;}

    .header .store{ width: 100%; justify-content: center; margin-bottom: 20px;}
    .header .store p{ width: 100%; justify-content: center;}

    .header .searchLangTel { width: 100%; justify-content: center; align-items: center;}

    .header .searchBtn{ display: inline-block; margin-right: 15px;}
    .header .lang{ display: inline-block; width: 90px; background-position: left center; padding-left: 25px;}
    .header .lang .langBox{ display: block; position: relative; top: 0; padding: 0;}
    .header .lang .langBox ul{ display: flex; background: none; padding: 0;}
    .header .lang .langBox ul li a{ color: #333; line-height: 29px; margin: 0 5px;}
    .header .email{ display: inline-block;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#000;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#000;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#000;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    .banner .swiper-button-next:after,.banner .swiper-button-prev:after{ font-size: 30px !important; }
    .banner .pagination{ height: 40px;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet{ width: 10px; height: 10px; border-radius: 50% !important;}

    .neibanner{ height: 2px;}

    .title{ margin-bottom: 45px;}
    .title h2{ font-size: 26px; margin-bottom: 8px;}
    .title p{ font-size: 18px;}

    .ntitle{ margin-bottom: 35px;}
    .ntitle p { font-size: 30px; }
    .ntitle h2 { font-size: 26px; margin-top: -8px;}
    .ntitle .text { font-size: 15px; }

    .indexOne { padding: 50px 0;}
    .indexOne .box ul li{ width: 50%; padding: 0 15px; margin-bottom: 30px;}
    .indexOne .box ul li .stat-number { font-size: 18px; margin-bottom: 15px;}
    .indexOne .box ul li .stat-number strong{ font-size: 30px;}
    .indexOne .box ul li .stat-number i{ font-size: 16px;}
    .indexOne .box ul li p{ font-size: inherit;}

    .indexTwo{ padding: 50px 0;}
    .indexTwo .box .swiper-button-prev, .indexTwo .box .swiper-button-next { width: 35px; height: 35px; line-height: 35px;}
    .indexTwo .box .swiper-button-prev::after, .indexTwo .box .swiper-button-next::after { font-size: 15px;}

    .indexThree{ padding: 0 0 40px;}
    .indexThree .box ul { margin: 0 -5px;}
    .indexThree .box ul li{ padding: 0 5px; margin-bottom: 15px;}
    .indexThree .box ul li p{ white-space: nowrap; padding: 8px 15px;}

    .indexFour { padding: 50px 25px;}

    .aboutOne { padding: 30px 0 0; }
    .aboutOne .itemOne{ display: block; margin-bottom: 30px;}
    .aboutOne .itemOne .pic{ width: 100%; padding: 0; margin-bottom: 30px;}
    .aboutOne .itemOne .con{ width: 100%;}
    .aboutOne .itemTwo{ width: 100%; display: block;}
    .aboutOne .itemTwo .text{ width: 100%; padding: 0;}
    .aboutOne .itemTwo .pic{ width: 100%; padding: 0 45px;}
    .aboutOne .itemTwo .text{ margin-bottom: 30px;}
    .aboutOne .itemTwo .pic .button-prev, .aboutOne .itemTwo .pic .button-next{ width: 32px; height: 32px; background-size: cover;}

    .aboutTwo {padding: 50px 0 100px;}
    .aboutTwo .itemOne{ display: block;     margin-bottom: 24px;}
    .aboutTwo .itemOne .pic{ width: 100%; padding: 0; margin-bottom: 30px;}
    .aboutTwo .itemOne .text{ width: 100%; padding: 0;}
    .aboutTwo .itemTwo { display: block;}
    .aboutTwo .itemTwo .text{ width: 100%; padding: 0; margin-bottom: 30px;}
    .aboutTwo .itemTwo .pic{ width: 100%; padding: 0 45px;}
    .aboutTwo .itemTwo .pic .button-prev, .aboutTwo .itemTwo .pic .button-next{ width: 32px; height: 32px; background-size: cover;}

    .products{ padding: 30px 0 80px;}
    .products .wrap{ display: block;}
    .leftNav{ width: 100%; margin-bottom: 25px;}
    .leftNav>dl{ padding: 0; font-size: 22px; background: url(../images/xiala.png) no-repeat right center; background-size: 20px; margin-bottom: 15px;}
    .leftNav ul{ display: none;}
    .leftNav ul li a{ line-height: 50px;}

    .rightBox{ width: 100%; padding: 0;}

    .leftNav ul{ margin: 0 -5px;}
    .prolist ul li{ width: 50%; padding: 0 5px;}

    .proview .proInfo h1 { font-size: 26px; margin-bottom: 20px;}
    .proview .btns{ justify-content: center;}
    .proview .btns .buy { height: 42px; line-height: 42px;}

    .news { padding: 45px 0 80px;}
    .news .box { margin-bottom: 35px;}
    .news .box ul li{ padding: 16px 0;}
    .news .box ul li .date { width: 70px; padding: 10px 6px;}
    .news .box ul li .date .day{ font-size: 16px;}
    .news .box ul li .date .year{ font-size: 14px;}
    .news .box ul li .con { width: calc(100% - 70px); padding-left: 15px;}
    .news .box ul li .con .t { font-size: 15px; margin-bottom: 10px;}
    .news .box ul li .con .c{ font-size: 13px;}

    .newsView { padding: 45px 0 80px;}
    .newsView .newsTitle h1{ font-size: 17px;}

    .honor { padding: 45px 0 80px;}
    .honor .box{ display: block; padding-top: 0;}
    .honor .box .list{ width: 100%;}
    .honor .box .list ul{  margin: 0 -10px;}
    .honor .box .list ul li{ width: 50%; margin-bottom:30px; padding: 0 10px;}
    .honor .box .list ul li h3{ font-size: 15px;  margin-top: 10px;}

    .download {padding: 45px 0 80px;}
    .download .box { padding-top: 0;}
    .download .box ul { margin: 0 -5px;}
    .download .box ul li{ width:50%; padding: 0 5px; margin-bottom: 20px;}
    .download .box ul li ol { padding: 10px 10px 18px;}
    .download .box ul li ol .btnbox a { line-height: 25px; margin: 0 3px; padding: 0 10px;}

    .contact { padding: 45px 0;}
    .contact .ntitle .text{ padding-top: 0; margin-top: 20px;}
    .contact .telMail { font-size: 16px; margin-bottom: 28px; }
    .contact .con{ display: block; line-height: 1.6;}
    .contact .con .item{ margin-bottom: 40px;}
    .contact .con .ewm img{ margin-left: 0; margin-right: 20px;}

    .message { margin-bottom: 80px;}
    .message .box p{ font-size: 15px;}
    .message input{ height: 40px;}
    .message textarea{ height: 100px;}
    .message button{ height: 40px; font-size: 16px;}

    .footer .con{ display: block; margin-bottom: 20px;}
    .footer .flogo{ margin-bottom: 10px;}
    .footer .fnav{ display: none;}
    .footer .shareContact{ width: 100%;}
    .footer .fcontact{ display:block;}
    .footer .fcontact .item{ width: 100%; margin-bottom: 25px; line-height: 1.3;}
    .footer .fcontact .item:nth-child(1){ padding-right: 0;}
    .footer .fcontact .item span{ font-size: 16px !important;}
    .footer .ewm{ height: 60px;}
    .footer .ewm img{ width: 60px;}

    /*===/分页=============================*/
    .fenye a { width: 35px; height: 35px; line-height: 35px; font-size: 12px; margin: 0 2px;}
    .fenye .prev, .fenye .next { width: 35px; height: 35px; line-height: 35px;}

    .tccBox .BoxCon{ width: 94%;}
    .tccBox .BoxCon .off{ width: 18px; height: 18px; right: 18px;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}

@media screen and (max-width:380px){

}