@charset "utf-8";

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 15px; color:#333; overflow-x: hidden; font-family:Arial,sans-serif; padding-top: 91px; }
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,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: #DDDEDE;}
::-moz-placeholder {color: #DDDEDE;}
:-ms-input-placeholder {color: #DDDEDE;}

a { text-decoration: none; color:#333; }
a:hover{ color:#04a2e1;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 100%; max-width: 1300px; margin: 0 auto; padding: 0 50px;}

::-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: 91px; background: #fff;  border-bottom: 1px solid #f3f3f3; position: fixed; left: 0; top: 0; z-index: 99999; transition: all .4s;}

.header .logo{ width: 240px; height: 90px; margin-left: 20px; overflow: hidden;}
.header .headRight{ width: calc(100% - 260px);}
.header .nav>ul>li>a{ font-size: 17px; color: #333; line-height: 90px; padding: 0 20px; position: relative; display: block;}
.header .nav>ul>li>a:hover,.header .nav>ul>li.on>a,.header .nav>ul>li:hover>a{ color: #04a2e1;}
.header .nav>ul>li .subnav{ width: 100%; background: #fff; box-shadow: 0 5px 5px rgba(0,0,0,.05); position: absolute; left: 0; top: 91px; padding: 30px 0 30px 300px; display: none;}

.header .nav>ul>li .subnav ul li{ width: 280px; margin-right: 30px;}
.header .nav>ul>li .subnav dl{ font-size: 15px; margin-bottom: 15px;}
.header .nav>ul>li .subnav dl a{ color: #333;}
.header .nav>ul>li .subnav dl a:hover{ color: #04a2e1;}
.header .nav>ul>li .subnav ol a{ color: #999; font-size: 13px; line-height: 1.8; display: block;}
.header .nav>ul>li .subnav ol a:hover{ color: #04a2e1;}
.header .email,.header .followBtn,.header .searchBtn{ width: 74px; height: 90px; font-size: 12px;}
.header .email a{ height: 90px; border-left: 1px solid #f3f3f3; display: flex; align-items: center; justify-content: center; flex-direction: column;  color: #04a2e1;}
.header .email a:hover{ background: #f3f3f3;}
.header .email i{ font-size: 20px;}
.header .followBtn{ background: #04a2e1; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; cursor: pointer;}
.header .followBtn i{ font-size: 20px;}
.header .followBtn span{ font-size: 12px;}
.header .searchBtn{ background: #005097; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; cursor: pointer;}
.header .searchBtn i{ font-size: 20px;}
.header .searchBtn span{ font-size: 12px;}

.header .search{ width: 100%; background: linear-gradient(90deg, rgb(4, 162, 225), rgb(0, 80, 151)); padding: 50px; position: fixed; left: 0; top: 90px; z-index: 111; display: none;}
.header .search form{ width: 100%; display: flex; flex-direction: row-reverse; position: relative;}
.header .search button{ width: 50px; height: 50px; border: none; background: none; cursor: pointer;}
.header .search button i{ font-size: 36px; color: #DADADA;}
.header .search input{ width: calc(100% - 50px); height: 50px; padding: 0 10px; background: none; border: none; font-size: 30px; color: #fff;}
.header .search input::-webkit-input-placeholder { font-size: 26px; opacity: 0.6; padding: 10px 0;}
.header .search .closeBox{  position: absolute; right: 50px; top:50%; transform: translateY(-50%); z-index: 2; cursor: pointer;}
.header .search .closeBox i{ font-size: 20px; color: #DADADA;}
.header .share{ width: 100%; color: rgb(80, 80, 80); font-size: 28px; background: rgb(241, 241, 241); padding: 60px 0px 55px; position: absolute; left: 0; top: 90px; display: none;}
.header .share ul li{ margin-left: 20px;}
.header .share ul li i{ font-size: 22px; color: #999;}

.menu-toggle{display: none;}


/* banner */
.banner { position: relative; }
.banner img{width:100%;}
.banner .swiper{ overflow: hidden;}
.banner .swiper-slide{ display: flex; align-items: center;}
.banner .pagination { width: 100% !important; height: 76px; position: absolute; left:0; bottom:0!important;  z-index:111; display: flex; justify-content: center; align-items: center;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 10px;height: 10px; background:#fff; border: #fff solid 2px; margin: 0 5px; border-radius:8 !important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #333;}
.banner .swiper-slide-active{opacity:1;}

.neiBanner img{ width: 100%;}


.title{ margin-bottom: 40px;}
.title h2{ font-size: 36px; color: #005097; font-weight: 700; line-height: 1;}
.title h3{ font-size: 24px; color: #333; line-height: 1; margin-bottom: 20px;}
.title .more{ width: 170px; height: 48px; line-height: 42px; border: #04a2e1 solid 3px; color:#005097; font-size: 13px; text-align: center; transition: all 0.4s ease;}
.title .more:hover{ background: #005097; color: #fff;}


.indexOne{ padding: 40px 0;}
.indexOne .swiper{ overflow: hidden;}
.indexOne .swiper-wrapper{ justify-content: center;}
.indexOne .swiper-slide{ overflow: hidden;}
.indexOne a{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 222; display: flex; justify-content: space-between; align-items: center; flex-direction: column; padding: 60px 0;}
.indexOne .tit{ color:#005097; font-size: 24px;}
.indexOne .moreBtn{ color:#333; font-size: 16px; font-weight: bold; text-transform: uppercase;}
.indexOne .imgBox{ height: 500px;}
.indexOne .imgBox dl{ width: 100%; height: 100%;}
.indexOne .imgBox dl img{ width: 100%; height: 100%; object-fit: cover;}

.indexTwo{ padding-bottom: 20px;}
.indexTwo .box ul{ margin: 0 -10px;}
.indexTwo .box ul li{ width: 50%; padding: 0 10px; margin-bottom: 20px;}

.indexThree{ background: #efebe891; padding: 50px 0;}
.indexThree .box{ margin: 0 -10px;}
.indexThree .box ul{ width: 50%; }
.indexThree .box ul li{ width: 50%; padding: 0 10px; margin-bottom: 20px;}
.indexThree .box ul li dl{ padding-bottom: 80%;}
.indexThree .box ul:nth-child(2) li{ width: 100%;}
.indexThree .box ul:nth-child(2) li dl{ padding-bottom: 80.6%;}

.indexFour{ padding: 50px 0;}
.indexFour .pic{ width: 50%;}
.indexFour .pic img{ width: 100%;}
.indexFour .con{ width: 50%; padding-left: 35px;}
.indexFour .con .title h2{ text-transform: uppercase;}
.indexFour .con .text{ line-height: 1.8; margin-bottom: 40px;}
.indexFour .con .moreBtn{ width: 170px; height: 48px; line-height: 48px; color:#fff; background: #005097; font-size: 13px; text-align: center; transition: all 0.4s ease; display: block;}
.indexFour .con .moreBtn:hover{ background: #023e72;}

.indexFive{ padding: 50px 0;}
.indexFive .title a{ font-size: 20px;}
.indexFive .box .pic{ width: 470px;}
.indexFive .box .con{ width: calc(100% - 470px); padding-left: 30px;}
.indexFive .box .con ul li { margin-bottom: 7px;}
.indexFive .box .con ul li a{ background: #fff; display: flex; flex-direction: row-reverse; padding: 19px;  transition: background 0.4s ease;}
.indexFive .box .con ul li a:hover{ background: #005097; }
.indexFive .box .con ul li .date{ width: 80px; height: 75px; padding: 10px; background: #fff; margin-right: 20px; display: flex; flex-direction: column-reverse; justify-content: center; align-items: center; font-size: 15px; color: #333; transition: all 0.4s ease;}
.indexFive .box .con ul li .date span{ width: 100%; font-size: 22px; display: block; text-align: center; border-bottom: #333 solid 1px; margin-bottom: 5px; padding-bottom: 5px; transition: all 0.4s ease;}
.indexFive .box .con ul li .text{ width: calc(100% - 100px);}
.indexFive .box .con ul li .text h3{ font-size: 18px; font-weight: normal; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 10px; transition: all 0.4s ease;}
.indexFive .box .con ul li .text dt{ font-size: 15px; color: #666; overflow: hidden;text-overflow: ellipsis;	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: all 0.4s ease;}
.indexFive .box .con ul li a:hover .text h3{ color: #fff;}
.indexFive .box .con ul li a:hover .text dt{ color: #fff;}

.bread{ background:#dcebf8; line-height: 80px;}
.bread .tit{ font-size: 24px; font-weight: bold;}
.bread .item{ margin:0 5px;}

.news{ padding: 50px 0 100px;}
.news .box{ padding-bottom: 20px;}
.news .box ul{ margin: 0 -10px;}
.news .box ul li{ width: 50%; padding: 0 10px; margin-bottom: 35px;}
.news .box ul li dl{ padding-bottom: 38%;}
.news .box ul li ol{ display: flex; flex-direction: row-reverse; padding-top: 15px;}
.news .box ul li ol .date{ width: 80px; height: 60px; border-right: #eee solid 1px;  margin-right: 20px; display: flex; flex-direction: column-reverse; justify-content: center; align-items: center; font-size: 15px; color: #333; transition: all 0.4s ease;}
.news .box ul li ol .date span{ width: 100%; font-size: 22px; display: block; text-align: center; margin-bottom: 5px; padding-bottom: 5px; transition: all 0.4s ease;}
.news .box ul li ol .text{ width: calc(100% - 100px);}
.news .box ul li ol .text h3{ font-size: 17px; font-weight: normal; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 10px; transition: all 0.4s ease;}
.news .box ul li ol .text dt{ font-size: 15px; color: #999; overflow: hidden;text-overflow: ellipsis;	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: all 0.4s ease;}

.newsView{ padding: 50px 0 100px;}
.newsView .newsHead{ margin-bottom: 30px; padding-bottom: 30px; text-align: center; border-bottom: #eee solid 1px;}
.newsView .newsHead h1{ font-size: 26px; font-weight: normal; margin-bottom: 20px;}
.newsView .newsHead p{ font-size: 15px; color: #333;}
.newsView .text{ line-height: 1.8;}


.products{ padding-bottom: 80px;}
.products .pnav{ border-bottom: #ddd solid 1px; padding: 40px 0; margin-bottom: 50px;}
.products .pnav ul li{ width: 33.33%; padding: 5px 10px;}
.products .pnav ul li a{ display: flex; align-items: center; background:#f6f6f6; border: 1px solid rgba(0, 0, 0, 0.10);}
.products .pnav ul li a:hover{ background: #ecebeb;}
.products .pnav ul li .img{ width: 100px;}
.products .pnav ul li .tit{width: calc(100% - 100px); font-size: 17px; padding: 10px; color: #333;}
.products .box ul{ margin: 0 -12px;}
.products .box ul li{ width: 33.33%; padding: 0 12px; margin-bottom: 10px;}
.products .box ul li .img dl{ padding-bottom: 100%;}
.products .box ul li .tit{ font-size: 18px; text-align: center; overflow: hidden;text-overflow: ellipsis;	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 10px 0;}

.proview{ padding: 50px 0 100px;}
.proview .prohead{ margin-bottom: 50px;}
.proview .prohead .pic{ width: 45%;}
.proview .prohead .pic .swiper{ overflow: hidden; position: relative;}
.proview .prohead .pic .swiper .swiper-wrapper{  display: block;}
.proview .prohead .pic .swiper-slide{ margin-bottom: 10px;}
.proview .prohead .pic .pagination { width: 100% !important; height: 76px; position: absolute; left:0; bottom:0!important;  z-index:111; display: flex; justify-content: center;  align-items: center;}
.proview .prohead .pic .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 10px;height: 10px; background:#fff;border: none; margin: 0 5px; opacity: 1; cursor: pointer;}
.proview .prohead .pic .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #333;}
.proview .prohead .pic .swiper-slide-active{opacity:1;}
.proview .prohead .con { width: 55%; padding-left: 40px;}
.proview .prohead .con .tit{ margin-bottom: 30px;}
.proview .prohead .con .tit h1{ font-size: 30px; font-weight: normal;}
.proview .prohead .con .contactBtn{ width: 280px;}
.proview .prohead .con .contactBtn a{ width: 100%; line-height: 40px; border: 1px solid #005097; border-radius: 50px; color: #005097; display: block; text-align: center;}

.proview .description{ margin-top: 25px;}
.proview .description .tit{ border-bottom: #ddd solid 1px; line-height: 38px; margin-bottom: 25px;}
.proview .description .text img{ margin-bottom: 10px;}

.about{ padding: 50px 0;}
.about .pic{ width: 50%;}
.about .pic img{ width: 100%;}
.about .con{ width: 50%; padding-left: 35px;}
.about .con .tit{ text-transform: uppercase; font-size: 30px; color: #333; font-weight: bold; margin-bottom: 25px;}
.about .con .text{ line-height: 1.8; margin-bottom: 40px;}
.about .con .moreBtn{ width: 170px; height: 48px; line-height: 48px; color:#fff; background: #005097; font-size: 13px; text-align: center; transition: all 0.4s ease; display: block;}
.about .con .moreBtn:hover{ background: #023e72;}

.why{ padding: 30px 0 50px;}
.why .tit{ text-align: center; font-size: 40px; font-weight: bold; margin-bottom: 60px;}
.why .num ul{ margin: 0 -60px;}
.why .num ul li{ width: 33.33%; padding: 0 60px;}
.why .num .t{ font-size: 18px; color: #000; margin-bottom: 15px;}
.why .num .t span{ font-size: 30px;}
.why .num ul li.on .t span{ color: #005097;}
.why .num .c{ font-size: 16px; color: #999; line-height: 1.8;}
.why .pic{ margin-top: 60px;}
.why .pic img{ width: 100%;}

.application{ padding: 40px 0 55px;}
.application .box ul{ margin: 0 -12px;}
.application .box ul li{ width: 50%; padding: 0 12px; margin-bottom: 40px;}
.application .box ul li dl{ padding-bottom: 67.25%;}
.application .box ul li ol{ padding: 80px 0; background: #f4f6f8; text-align: center;}
.application .box ul li ol .tit{ font-size: 35px; margin-bottom: 20px;}
.application .box ul li ol a.more{ width: 136px; height: 36px; line-height: 36px; font-size: 16px; color: #fff; background: #005097;display: inline-block;}
.application .box ul li ol a.more:hover{ background: #023e72;}

.download{ padding: 40px 0 50px;}
.download .downloadBox{ box-shadow: 0 0 20px #d2d2d2; border-radius: 8px; overflow: hidden; margin-bottom:50px;}
.download table{ width: 100%; border-collapse: collapse; border-spacing: 0; padding: 0;}
.download table thead tr th{ height: 34px; line-height: 34px; background:#f8f9f9; border-bottom: 1px solid #ddd; padding: 8px 10px; text-align: left;}
.download table>tbody>tr>td{ border-bottom: 1px solid #eee; padding: 8px 10px; text-align: left;}
.download .colorfulDownload a{ color: #fff;  background: #005097; border-radius: 50px; line-height: 32px; display: inline-block; padding: 0 20px;}
.download .tit{ font-size: 30px; text-align: center; margin-bottom: 20px;}
.download .contactBtn{ text-align: center;}
.download .contactBtn a{ display: inline-block; width: 170px; height: 48px; line-height: 48px; color:#fff; background: #005097; font-size: 15px; text-align: center; transition: all 0.4s ease;}
.download .contactBtn a:hover{ background: #023e72;}

.contact{ padding: 110px 0 55px;}
.contact ul { margin: 0 -10px;}
.contact ul li{ width: 33.33%; padding: 0 10px; text-align: center;}
.contact ul li ol{ height: 100%; border: 8px solid #f5f5f5; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; padding: 80px 10px 30px;}
.contact ul li ol i{ width: 118px; height: 118px; background: #fff; border: 8px solid #f5f5f5;  border-radius: 50%;  font-size: 30px; color: #005097; margin-bottom: 20px; display: flex; justify-content: center; align-items: center; position: absolute; left: 50%; top: -60px; transform: translateX(-50%);}
.contact ul li ol dt{ font-size: 15px; line-height: 1.6;}
.contact ul li ol:hover i{ background: #005097; color: #fff;}


.contactForm { padding: 10px 0 0;}
.contactForm .pic img{ width: 100%;}
.contactForm .conMessage{ padding: 0 60px;}
.contactForm .conMessage .textCon{ width: 45%; padding-top: 60px;}
.contactForm .conMessage .textCon .tit{ font-size: 24px; margin-bottom: 15px;}
.contactForm .conMessage .textCon .txt{ color: #666; line-height: 1.6;}
.contactForm .conMessage .message{ width: 45%; background: #fff; border: #ccc solid 1px; padding: 40px; position: relative; top: -180px; z-index: 11;}
.contactForm .conMessage .message .l{ height: 60px; text-align: center; margin-bottom: 20px;}
.contactForm .conMessage .message input{ width: 100%; height: 30px; border: none; border-bottom: #ccc solid 1px; margin:10px 0 15px;}
.contactForm .conMessage .message textarea{ width: 100%; height: 100px; border: none; border: #ccc solid 1px; margin:10px 0 15px; padding: 10px;}
.contactForm .conMessage .message button{ width: 100%; height: 40px; line-height: 40px; color: #fff; background: #005097; border: none; font-size: 15px; text-align: center; transition: all 0.4s ease; display: block; cursor: pointer;}
.contactForm .conMessage .message button:hover{ background: #023e72;}


.footer .fmain{ padding: 40px 0; background: #005097; color: #fff;}
.footer .fmain a{ color: #fff;}
.footer .fmain a:hover{ text-decoration: underline;}
.footer .fmain .tit{ font-size: 18px; margin-bottom: 20px;}
.footer .fmain .fnav ul li{ margin-bottom: 15px;}
.footer .fmain .fcontact{ width: 300px;}
.footer .fmain .fcontact ul li{ border-bottom:1px solid rgba(255, 255, 255, 0.36); padding-bottom:20px; margin-bottom: 20px; display: flex; align-items: center; line-height: 1.8;}
.footer .fmain .fcontact ul li:nth-last-child(1){ border-bottom: none;}
.footer .fmain .fcontact ul li img{ margin-right: 10px;}
.footer .fmain .fmessage{ width: 380px;}
.footer .fmain .fmessage input{ width: 100%; height: 40px; padding: 0 10px; margin-bottom: 10px;}
.footer .fmain .fmessage textarea{ width: 100%; height: 100px; padding: 10px; margin-bottom: 10px;}
.footer .fmain .fmessage button{ width: 100%; height: 40px; line-height: 40px; color: #fff; background: #04a2e1; border: none; font-size: 15px; text-align: center; transition: all 0.4s ease; display: block; cursor: pointer;}
.footer .fmain .fmessage button:hover{ background: #0388c2;}
.footer .fmain .fmessage ::-webkit-input-placeholder {color: #999;}
.footer .fmain .fmessage ::-moz-placeholder {color: #999;}
.footer .fmain .fmessage :-ms-input-placeholder {color: #999;}
.footer .copyright{ color: #fff; line-height: 70px; background: #333; text-align: center;}
.footer .copyright a{ color: #fff;}
.footer .copyright a:hover{ color: #04a2e1;}


/*===/分页=============================*/
.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: #005097;}
.fenye a.current { color: #fff;  background: #005097;}

/*搜索框*/
.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: 1460px) {

}

@media (max-width: 1420px) {

}

@media (max-width: 1368px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 1180px) {
    .header .nav>ul>li>a{ padding: 0 15px;}
}

@media (max-width: 1100px) {
    .header .logo{ width: 200px; margin-left:0;}
    .header .headRight{ width: calc(100% - 200px);}
    .header .nav>ul>li>a{ padding: 0 10px;}

    .footer .fmain .fmessage{ width: 300px;}
}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ padding: 0 15px;}
    input, textarea, select, button{ font-size: 14px;}
    
    .header{ width: 100%; height: 60px; 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: 59px; }
    .header .headRight { width: 100%; height:calc(100vh - 60px); background: #fff; position: absolute; left: 0; top: 60px; z-index: 99999; display: none;}

    .header .search{ display: block; position: relative; top: 0; padding: 10px;}
    .header .search form{ flex-direction: row;}
    .header .search input{ height: 46px; font-size: 18px;}
    .header .search input::-webkit-input-placeholder { font-size: 18px; padding: 0;}
    .header .search button{ height: 46px;}
    .header .search button i{ font-size: 24px;}
    .header .search .closeBox{ display: none;}

    .header .nav ul{ display: block;}
    .header .nav>ul>li{ border-bottom: #eee solid 1px;}
    .header .nav>ul>li>a{ font-size: 15px; line-height: 50px;}
    .header .nav>ul>li .subnav{ width: 100%; position: relative; top: 0; padding:10px 15px;}
    .header .nav>ul>li .subnav ul li{ width: 100%; margin: 0;}
    .header .nav>ul>li .subnav ul li ol{ margin-bottom: 10px;}

    .header .buttons{ display: none;}

    .header .share{ display: block; position: relative; top: 0; padding: 30px 0px; font-size: 16px;}

    .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;}


    .title{ display: block;}
    .title h2{ margin-bottom: 20px;}
    .title .more{display: block; width: 100%;}

    .indexOne .title h2{ text-align: center;}
    .indexOne .swiper-wrapper{ justify-content: left;}
    .indexOne .pagination { width: 100% !important; height: 30px; position: relative; left:0; bottom:0!important;  z-index:111; display: flex; justify-content: center; align-items: center;}
    .indexOne .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 20px;height: 6px; background:#eee; border:none; margin: 0 5px; border-radius:0 !important; opacity: 1; cursor: pointer;}
    .indexOne .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#0388c2;}
    .indexOne .swiper-slide-active{opacity:1;}

    .indexTwo .box ul{ display: block;}
    .indexTwo .box ul li{ width: 100%;}

    .indexThree .box{ display: block;}
    .indexThree .box ul{ width: 100%; display: block;}
    .indexThree .box ul li{ width: 100%;}

    .indexFour .flex{ display: block;}
    .indexFour .pic{ width: 100%; margin-bottom: 20px;}
    .indexFour .con{ width: 100%; padding-left: 0;}

    .indexFive .title{ display: flex;}
    .indexFive .title h2{ margin-bottom: 0;}
    .indexFive .box{ display: block;}
    .indexFive .box .pic{ width: 100%;}
    .indexFive .box .con{ width: 100%; padding-left: 0;}

    .bread { padding: 20px 0; line-height: 20px;}
    .bread .flex{ display: inline;}
    .bread .flex .flex div{ display: inline; line-height: 20px;}
    .bread .tit{ line-height: 1.6; margin-bottom: 10px;}
    .bread .item{ display: inline;}
    .bread .item a{ line-height: 20px;}


    .news .box ul li{ width: 100%;}

    .products .pnav { padding: 20px 0; margin-bottom: 30px;}
    .products .pnav ul { margin: 0;}
    .products .pnav ul li{ width: 100%; padding: 5px 0;}
    .products .pnav ul li .img{ width: 60px;}
    .products .pnav ul li .tit{ width: calc(100% - 60px); font-size: 16px;}

    .products .box ul li{ width: 50%;}

    .proview .prohead{ display: block;}
    .proview .prohead .pic{ width: 100%; margin-bottom: 15px;}
    .proview .prohead .pic .swiper .swiper-wrapper{  display: flex;}
    .proview .prohead .pic .swiper-slide{ margin-bottom: 0;}
    .proview .prohead .con{ width: 100%; padding-left: 0;}

    .about .flex{ display: block;}
    .about .pic{ width: 100%; margin-bottom: 15px;}
    .about .con{ width: 100%; padding-left: 0;}

    .why .tit { font-size: 37px; margin-bottom: 36px;}
    .why .num ul{ display: block; margin: 0;}
    .why .num ul li{width: 100%; margin-bottom: 10px; padding: 0;}
    .why .num .t{ text-align: center;}
    .why .num .c{ font-size: 14px;}

    .application .box ul{ margin: 0;}
    .application .box ul li{ width: 100%; padding: 0;}
    .application .box ul li ol{ padding: 50px 0;}

    .download .downloadBox{ overflow-x: auto;}

    .contact ul { display: block;}
    .contact ul li{ width: 100%; margin-bottom: 30px;}

    .contactForm{ margin-bottom: 50px;}
    .contactForm .conMessage{ padding: 0 10px; display: block;}
    .contactForm .conMessage .textCon{ width: 100%; margin-bottom: 20px;}
    .contactForm .conMessage .message{ width: 100%; top: 0; padding: 15px;}

    .footer .fmain .wrap{ display: block;}
    .footer .fmain .fnav{ display: none;}
    .footer .fmain .fcontact{ width: 100%;}
    .footer .fmain .fmessage{ width: 100%;}

    .footer .copyright{ padding: 8px 10px; line-height: 1.6; font-size: 12px;}

    /*===/分页=============================*/
    .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%;}
}