@charset "utf-8";

@font-face {
    font-family: 'Bahnschrift';
    src: url('../font/Bahnschrift.woff2') format('woff2'),
        url('../font/Bahnschrift.woff') format('woff'),
        url('../font/Bahnschrift.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {-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:'Bahnschrift',Arial,sans-serif; padding-top: 130px;}
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: #666;}
::-moz-placeholder {color: #666;}
:-ms-input-placeholder {color: #666;}

a { text-decoration: none; color:#333; transition: color 0.56s ease;}
a:hover{ color:#015aaa;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 100%; max-width: 1720px; 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: 130px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .06); position: fixed; left: 0; top: 0; z-index: 99999; transition: all .4s;}
.header .logo{}
.header .share{ text-align: right; margin-bottom: 30px;}
.header .share a{ margin-left: 20px;}
.header .nav ul li { margin-right: 70px; position: relative;}
.header .nav ul li>a{ font-size: 26px; color: #333; line-height: 28px; text-transform: uppercase;}
.header .nav ul li>a:hover,.header .nav ul li.on>a{ color:#015aaa;}
.header .nav ul li .subnav{ width: 225px; position: absolute; left: 50%; top: 30px; transform: translateX(-50%);display: none; padding-top: 8px;}
.header .nav ul li .subnav ol{  background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0,.1); padding: 20px; position: relative; }
.header .nav ul li .subnav ol::after{ content: ""; width: 10px; height: 10px; background: #fff; transform: rotate(45deg); position: absolute; left: 50%; top: -5px;}
.header .nav ul li .subnav a{ font-size: 17px; text-align: center; margin: 15px 0; display: block;}
.header .nav .searchBtn{ width: 23px; height: 23px; background: url(../images/icon01.png) no-repeat center; cursor: pointer;}
.menu-toggle{display: none;}


/*首页bannner*/
.banner { position: relative; }
.banner img{width:100%;}
.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: 13px;height: 13px; background:#fff; margin: 0 5px; border-radius:10 !important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #bc1d2d;}
.banner .swiper-slide-active{opacity:1;}

.neiBanner { position: relative;}
.neiBanner img{width:100%;}

.title { margin-bottom: 70px;}
.title h2{ text-align: center; font-size: 42px; line-height: 1;}

.ntitle{ padding-bottom: 20px; border-bottom: 1px solid #e5e5e5; margin-bottom: 50px;}
.ntitle h2{ font-size: 36px; font-weight: normal; text-align: center;}

.indexOne{ padding: 90px 0; background: #f0f3f6;}
.indexOne .swiper{ padding-bottom: 70px;}
.indexOne .swiper-slide a{ background: #fff; border-radius: 20px; display: block; padding: 35px; overflow: hidden; position: relative;}
.indexOne .swiper-slide h3{ color: #333; font-size: 28px; text-align: center; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 15px;}
.indexOne .swiper-slide dl{ padding-bottom: 100%;}
.indexOne .swiper-slide a:after{ content: ""; width: 100%; height: 100%; background: rgba(18,121,193,0.1) url(../images/icon02.png) no-repeat center; opacity: 0; position: absolute; left: 0; top: 0;  z-index: 11; transition: all 0.4s ease;  }
.indexOne .swiper-slide a:hover:after{ opacity: 1;}
.indexOne .pagination { width: 100% !important; height: 16px; position: absolute; left:0;top:inherit !important;  bottom:0!important;  z-index:111; display: flex; justify-content: center;}
.indexOne .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 12px;height: 12px; background:#cccccc; margin: 0 8px; border-radius:10 !important; opacity: 1; cursor: pointer;}
.indexOne .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #015aaa;}
.indexOne .swiper-slide-active{opacity:1;}

.indexTwo{ padding: 90px 0;}
.indexTwo .swiper-slide a{ display: block; border-radius: 20px; overflow: hidden; position: relative;}
.indexTwo .swiper-slide dl{ padding-bottom: 59.1%;}
.indexTwo .swiper-slide h3{ width: 100%; position: absolute; left: 0; bottom: 0; z-index: 11; padding: 30px; font-size: 24px; color: #fff; font-weight: normal;}
.indexTwo .arrow{position: relative; display: flex; justify-content: center; margin-top: 60px;}
.indexTwo .arrow .swiper-button-prev,.indexTwo .arrow .swiper-button-next{ width: 40px; height: 40px; border: #333 solid 2px; border-radius: 50%; position: relative; top: inherit; bottom: inherit; left: inherit; right: inherit; margin: 0 10px;}
.indexTwo .arrow .swiper-button-next:after,.indexTwo .arrow .swiper-button-prev:after{ font-size: 18px; color: #333; font-weight: bold;}
.indexTwo .arrow .swiper-button-next.swiper-button-disabled, .indexTwo .arrow .swiper-button-prev.swiper-button-disabled{ opacity: 0.8;}

.indexThree{ background: url(../images/indexThreeBg.jpg) no-repeat center; background-size: cover; padding: 90px 0;}
.indexThree .pic{ width: 50%;}
.indexThree .num{ width: 50%; padding-left: 50px;}
.indexThree .num ul{ height: 100%; }
.indexThree .num ul li{ width: 50%;  padding: 10px 50px;}
.indexThree .num ul li ol{ display: flex; align-items: flex-start; font-size: 28px; color: #00cc00; line-height: 1;}
.indexThree .num ul li ol span{ font-size: 72px;  color: #0e2b6b; }
.indexThree .num ul li dt{ font-size: 30px; line-height: 1; letter-spacing: -1px;}
.indexThree .num ul li:nth-child(n+3){ margin-top: auto;}

.indexFour{ padding: 90px 0;}
.indexFour .box{ padding: 0 70px; position: relative;}
.indexFour .swiper-slide a{ display: flex; align-items: center;}
.indexFour .swiper-slide .pic{ width: 50%; padding-right: 50px;}
.indexFour .swiper-slide .pic dl{ padding-bottom: 65.7%;}
.indexFour .swiper-slide .con{ width: 50%; padding-left: 100px;}
.indexFour .swiper-slide .con dd{ color: #666; margin-bottom: 5px;}
.indexFour .swiper-slide .con h3{ font-size: 48px; color: #000; margin-bottom: 25px;}
.indexFour .swiper-slide .con ol{ line-height: 1.8; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.indexFour .swiper-button-prev,.indexFour .swiper-button-next{ width: 46px; height: 46px; border: #333 solid 2px; border-radius: 50%; position: absolute; top: 50%;}
.indexFour .swiper-button-prev{bottom: inherit; left: 0; right: inherit;}
.indexFour .swiper-button-next{ bottom: inherit; left: inherit; right: 0;}
.indexFour .swiper-button-next:after,.indexFour .swiper-button-prev:after{ font-size: 18px; color: #333; font-weight: bold;}
.indexFour .swiper-button-next.swiper-button-disabled, .indexFour .swiper-button-prev.swiper-button-disabled{ opacity: 0.8;}

.indexFive{ padding: 90px 0; background: #ececec;}
.indexFive .box{ padding: 0 100px;}
.indexFive .tx{ width: 40%; display: flex; }
.indexFive .tx ol{ text-align: center; margin-top: 30px;}
.indexFive .tx ol p{ font-size: 25px; color: #000; margin-top: 20px;}
.indexFive .con{ width: 60%;}
.indexFive .con dl{ font-size: 24px; color: #666; line-height: 2;}
.indexFive .con ol{ max-width: 520px; margin-top: 30px;}
.indexFive .con ol input{ width: 100%; line-height: 70px; background: none; border: #666 solid 1px; font-size: 22px; padding-left: 20px; margin-bottom: 15px;}
.indexFive .con ol button{ width: 100%; height: 70px; background: #666; border: none; color: #fff; padding: 0 22px; text-align: left; font-size: 22px; cursor: pointer;}
.indexFive .con ol button:hover{ background: #555;}

.bead{ background: #e7e7e7; line-height: 60px;}
.container{ padding: 35px 0 60px;}
.container.probg{ background: #fafafa;}
.container .leftSide{ width: 315px; padding-right: 80px;}
.container .leftSide .leftNav>.tit{ font-size: 36px; line-height: 1; text-transform: uppercase; border-bottom: #e7e7e7 solid 1px; padding-bottom: 15px; margin-bottom: 25px;}
.container .leftSide .leftNav ul li>a.tit::after{content: "+";}
.container .leftSide .leftNav ul li.slideOn>a.tit::after{content: "-";}

.container .leftSide .leftNav .subnav{ padding: 10px 0; display: none;}
.container .leftSide .leftNav .subnav a{ font-size: 16px; display: block; padding-left: 15px;}
.container .leftNav{ font-size: 20px; line-height: 2;}
.container .rightBox{ width: calc(100% - 315px);}
.container .rightBox .tit{  border-bottom: #e7e7e7 solid 1px; padding-bottom: 15px; margin-bottom: 25px;}
.container .rightBox .tit h2{ font-size: 36px; font-weight: normal; text-transform: uppercase; line-height: 1;}

.danye{line-height: 2;}

.manufacturing{ padding-top: 30px;}
.manufacturing .item{ display: flex; align-items: center; margin-bottom: 80px;}
.manufacturing .item .img{ width: 50%; padding-right: 60px;}
.manufacturing .item .txt{ width: 50%; font-size: 18px; line-height: 2;}
.manufacturing .item:nth-child(even) { flex-direction: row-reverse;}
.manufacturing .item:nth-child(even) .img{ padding-right: 0; padding-left: 60px;}

.manufacturingTwo{ padding: 90px 0;}

.brand { padding-top: 30px;}
.brand .pic{ width: 50%; padding-right: 25px;}
.brand .con{ width: 50%; font-size: 18px; line-height: 2; display: flex; flex-direction: column; padding-top: 20px;}
.brand .con img{ margin-top: auto;}

.news{ padding: 35px 0 60px;}
.news .box ul li{ margin-bottom: 80px;}
.news .box ul li a{ display: flex;}
.news .box ul li .pic{ width: 450px;}
.news .box ul li .pic dl{ padding-bottom: 65.7%;}
.news .box ul li .con{ width: calc(100% - 450px); padding:15px 0 15px 40px; display: flex; flex-direction: column;}
.news .box ul li .con dd{ color: #666; margin-bottom: 5px;}
.news .box ul li .con h3{ font-size: 46px; color: #000; line-height: 1.1; margin-bottom: 10px;}
.news .box ul li .con ol{ line-height: 1.8; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news .box ul li .con dt{ width: 180px; line-height: 42px; border: #7cb2d8 solid 1px; color: #0b4d85; text-align: center; margin-top: auto;}
.news .box ul li a:hover .con h3{ color: #0b4d85;}

.newsView{ padding: 50px 0 80px;}
.newsView .tit{ padding-bottom: 20px; border-bottom: 1px solid #e5e5e5; margin-bottom: 30px;}
.newsView .tit h1{ font-size: 36px; font-weight: normal; text-align: center;}
.newsView .text{ line-height: 2;}

.proClass ul{ margin: 0 -18px;}
.proClass ul li{ width: 25%; padding: 0 18px; margin-bottom: 70px;}
.proClass ul li dl{ padding-bottom: 116.66%; border-radius: 20px;}
.proClass ul li h3{ font-size: 22px; text-align: center; font-weight: normal; margin-top: 15px;}
.proClass ul li a dl::after{ content: ""; width: 100%; height: 100%; background: url(../images/icon02.png) no-repeat center; position: absolute; left: 0; top: 0; z-index: 11; opacity: 0; transition: all 0.4s ease;}
.proClass ul li a:hover dl::after{ opacity: 1;}

.prolist ul{ margin: 0 -18px;}
.prolist ul li{ width: 25%; padding: 0 18px; margin-bottom: 70px;}
.prolist ul li dl{ padding-bottom: 116.66%; border-radius: 20px; background: #fff;}
.prolist ul li h3{ font-size: 22px; text-align: center; font-weight: normal; margin-top: 15px;}
.prolist ul li a dl:after{ content: ""; width: 100%; height: 100%; background: rgba(18,121,193,0.1) url(../images/icon02.png) no-repeat center; opacity: 0; position: absolute; left: 0; top: 0;  z-index: 11; transition: all 0.4s ease;  }
.prolist ul li a:hover dl::after{ opacity: 1;}

.prohead{ margin-bottom: 50px; padding-top: 20px;}
.prohead .proimg{ width: 50%; padding: 0 50px 0 130px; position: relative;}
.prohead .proimg .bigPic dl{ border: #e5e5e5 solid 1px; padding-bottom: 100%; background: #fff;}
.prohead .proimg .smallPic{ width: 90px; position: absolute; left: 0; top: 0;}
.prohead .proimg .smallPic ul li{ margin-bottom: 10px; cursor: pointer;}
.prohead .proimg .smallPic ul li dl{ padding-bottom: 100%; border: #e5e5e5 solid 1px; background: #fff;}
.prohead .proimg .smallPic ul li dl img{ padding: 5px;}
.prohead .renzheng{margin-bottom: 25px;}
.prohead .proinfo{ width: 50%;}
.prohead .proinfo .text{ line-height: 2;}
.proDetail{ padding: 35px 0 60px;}
.protit{ font-size: 30px; letter-spacing:-1px;  margin-bottom: 30px;}
.protit h1{ color: #0f6ccc; font-size: 48px; font-weight: normal;}

.video{ padding: 35px 0 60px;}
.video .box ul{ margin: 0 -30px;}
.video .box ul li{ width: 33.33%; padding: 0 30px; margin-bottom: 50px;}
.video .box ul li ol{ cursor: pointer;}
.video .box ul li dl{ padding-bottom: 65%;}
.video .box ul li dl::after{ content: ""; width: 100%; height: 100%; background: url(../images/icon13.png) no-repeat center; position: absolute; left: 0; top: 0; z-index: 11;}
.video .box ul li h3{font-size: 18px; text-align: center; color: #333; font-weight: normal; margin-top: 15px;}

.contact{ padding: 30px 0 80px;}
.contact .box{ padding: 0 150px;}
.contact .txt{ text-align: center; line-height: 2; margin-bottom: 80px;}
.contact .contactBox{ text-align: center; font-size: 24px; line-height: 1.6;}

.footer{ background: #fff;}
.footer .tit{ font-size: 36px; font-weight: bold; margin-bottom: 25px;}
.footer .fmain{ padding: 75px 0; font-size: 18px; line-height: 1.8;}
.footer .fcontact{ width: 25%;}
.footer .share{ margin-top: 20px;}
.footer .share a{ margin-right: 10px;}
.footer .copyright{ text-align: center; line-height: 65px; border-top: 1px solid #eee;}

/*===/分页=============================*/ 
.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: #0e6bc2;}
.fenye a.current { color: #fff;  background: #0e6bc2;}

/*搜索框*/
.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: 1530px) {
    .header .nav ul li>a{ font-size: 22px;}
    .header .nav ul li .subnav a{ font-size: 16px;}
    
    .title { margin-bottom: 45px;}
    .title h2{ font-size: 36px;}

    .indexOne .swiper-slide h3{ font-size: 22px;}
    .indexTwo .swiper-slide h3{ font-size: 20px;}

    .indexThree .num ul li {padding: 25px 50px;}
    .indexThree .num ul li ol span{ font-size: 56px;}
    .indexThree .num ul li dt{ font-size: 23px;}

    .indexFour .swiper-slide .con{ padding-left: 30px;}
    .indexFour .swiper-slide .con h3{ font-size: 40px; margin-bottom: 18px;}

    .indexFive .con dl{ font-size: 20px;}

    .indexFive .con ol{ max-width: 450px;}
    .indexFive .con ol input{ font-size: 18px; line-height: 54px;}
    .indexFive .con ol button{ height: 54px; font-size: 20px;}

    .news .box ul li .pic { width: 420px;}
    .news .box ul li .con { width: calc(100% - 420px);}
    .news .box ul li .con h3{ font-size: 38px;}
    .news .box ul li .con dt { width: 150px; line-height: 38px; font-size: 15px; }

    .container .leftNav{ font-size: 18px;}
    .container .leftSide .leftNav>.tit{ font-size: 30px;}

    .container .rightBox .tit h2{ font-size: 30px;}

    .proClass ul li{ margin-bottom: 45px;}
    .proClass ul li h3{ font-size: 18px;}

    .prolist ul li{ margin-bottom: 45px;}
    .prolist ul li h3{ font-size: 18px;}

    .protit{ font-size: 22px; margin-bottom: 10px;}
    .protit h1{ font-size: 40px;}

    .prohead .proimg{ padding: 0 50px 0 100px;}

    .footer .tit{ font-size: 25px;}
    .footer .fmain{ font-size: 16px;}
}

@media (max-width: 1442px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {
  .proClass ul li{ width: 33.33%;}

  .prolist ul li{ width: 33.33%;}

  .contact .contactBox { font-size: 22px;}
}

@media (max-width: 1100px) {
    .wrap{ padding: 0 20px;}

    .header .nav ul li { margin-right: 58px;}
    .header .nav ul li>a{ font-size: 20px;}

    .title h2 { font-size: 30px;}

    .indexOne { padding: 66px 0;}

    .indexOne .swiper-slide h3{ font-size: 20px;}
    .indexTwo .swiper-slide h3{ font-size: 18px;}
    .indexTwo { padding: 66px 0;}
    .indexThree .num ul li ol span { font-size: 40px;}
    .indexThree .num ul li dt{ font-size: 18px;}
    .indexFour { padding: 66px 0;}
    .indexFour .swiper-slide .con{ padding-left: 0;}
    .indexFour .swiper-slide .con h3{ font-size: 28px;}
    .indexFive .con dl{ font-size: 16px;}
    .indexFive .tx ol p{ font-size: 18px;}
}

@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: 60px; padding: 7px 0;}
    .header .share{ display: none;}
    .header .nav { width: 100%; height: 100%; position: fixed; left: 0; top: 60px; z-index: 99999; background: #fff; display: none;}
    .header .nav ul{ display: block; border-top: 1px solid #EEE;}
    .header .nav ul li { margin-right: 0; border-bottom: #eee solid 1px;}
    .header .nav ul li>a{ color: #000; font-size: 15px; padding-left: 15px; line-height: 45px; display: block;}
    .header .nav ul li .subnav{ width: 100%; position: relative; left: 0; top: 0; transform:inherit; padding-top: 0;}
    .header .nav ul li .subnav ol::after{ display: none;}
    .header .nav ul li .subnav ol{ box-shadow:none; background: #f2f2f2; padding: 10px 15px;}
    .header .nav ul li .subnav a{ text-align: left; font-size: inherit;}
    .header .nav .searchBtn{ margin: 15px;}

    .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 { padding-top: 0; overflow: hidden;}
    .banner .pagination { height: 30px; bottom:0px!important;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet { width: 10px;height: 10px; border-radius: 10px !important; margin: 0 5px;}
    .banner .swiper-button-prev{ display: none;}
    .banner .swiper-button-next{ display: none;}

    .title { margin-bottom: 25px;}
    .title h2 { font-size: 22px;}

    .ntitle{ padding-bottom: 12px; margin-bottom: 30px;}
    .ntitle h2{ font-size: 22px;}

    .indexOne { padding: 50px 0;}
    .indexOne .swiper { padding-bottom: 40px;}
    .indexOne .swiper-slide a{ padding: 15px;}
    .indexOne .swiper-slide h3{ font-size: 15px;}

    .indexTwo { padding: 50px 0;}
    .indexTwo .swiper-slide h3 { font-size: 14px;  padding: 12px;}
    .indexTwo .arrow{ margin-top: 30px;}
    .indexTwo .arrow .swiper-button-prev, .indexTwo .arrow .swiper-button-next{ width: 30px; height: 30px; margin: 0 5px;}
    .indexTwo .arrow .swiper-button-next:after, .indexTwo .arrow .swiper-button-prev:after{ font-size: 16px;}

    .indexThree{ padding: 50px 0 30px;}
    .indexThree .box{ display: block;}
    .indexThree .pic{ width: 100%; margin-bottom: 20px;}
    .indexThree .num{ width: 100%; padding: 0;}
    .indexThree .num ul li { padding: 20px 18px;}
    .indexThree .num ul li ol span { font-size: 30px;}
    .indexThree .num ul li dt { font-size: 16px;}

    .indexFour { padding: 50px 0;}
    .indexFour .box{ padding: 0 40px;}
    .indexFour .swiper-slide a{ display: block;}
    .indexFour .swiper-slide .pic{ width: 100%; padding: 0; margin-bottom: 15px;}
    .indexFour .swiper-slide .con{ width: 100%;}
    .indexFour .swiper-slide .con h3{ font-size: 18px; margin-bottom: 8px;}
    .indexFour .swiper-slide .con ol{ line-height: 1.3;}
    .indexFour .swiper-button-prev, .indexFour .swiper-button-next{ width: 30px; height: 30px;}
    .indexFour .swiper-button-next:after, .indexFour .swiper-button-prev:after{ font-size: 16px;}

    .indexFive{ padding: 50px 0;}
    .indexFive .box{ padding: 0 40px; display: block;}
    .indexFive .tx{ margin: 0 auto 15px;}
    .indexFive .con{ width: 100%;}
    .indexFive .con dl{ line-height: 1.2;}
    .indexFive .con ol input { font-size: 15px; line-height: 40px;}
    .indexFive .con ol button { height: 40px; font-size: 16px;}

    .bead{ line-height: 46px;}

    .container .leftSide{ display: none;}
    .container .leftNav { font-size: 16px; line-height: 1.8;}
    .container .leftSide .leftNav>.tit { font-size: 22px; padding-bottom: 10px; margin-bottom: 10px;}
    .container .leftSide .leftNav ul li a{ display: block;}
    .container .leftSide .leftNav .subnav a { font-size: 14px;}
    .container .rightBox{ width: 100%;}
    .container .rightBox .tit h2{ font-size: 22px;}

    .container.probg .leftSide{ display: block; width: 100%; padding: 0; margin-bottom: 25px;}
    .container.probg  .leftSide .leftNav>.tit{ background: url(../images/xiala.png) no-repeat right bottom 8px; background-size: 20px auto;}
    .container.probg .leftSide .leftNav ul{ display: none;}
    .container.probg .rightBox .tit{ display: none;}

    .proClass ul{ margin: 0 -8px;}
    .proClass ul li{ width: 50%; padding: 0 8px; margin-bottom: 30px;}
    .proClass ul li h3{ font-size: 15px;}

    .prolist ul{ margin: 0 -8px; flex-wrap: wrap !important;}
    .prolist ul li { width: 50%; padding: 0 8px; margin-bottom: 30px;}
    .prolist ul li h3{ font-size: 15px;}
    
    .prohead{ display: block; padding: 0;}
    .prohead .proimg{ width: 100%; display: block; padding: 0; margin-bottom: 25px;}
    .prohead .proimg .bigPic{ padding: 0; margin-bottom: 10px;}
    .prohead .proimg .smallPic{ width: 100%; position: relative;}
    .prohead .proimg .smallPic ul{ flex-direction: row;}
    .prohead .proimg .smallPic ul li{ width: 50px; margin-right: 5px;}
    .prohead .proinfo{ width: 100%;}
    .prohead .proinfo .text{ line-height: 1.6;}
    
    .protit{ font-size: 20px;}
    .protit h1{ font-size: 26px;}
    .proDetail { padding: 0px 0 33px;}
    
    .danye{  line-height: 1.6;}

    .manufacturing { padding-top: 0;}
    .manufacturing .item{ display: block; margin-bottom: 40px;}
    .manufacturing .item .img{ width: 100%; padding: 0; margin-bottom: 15px;}
    .manufacturing .item .txt{ width: 100%; font-size: inherit; line-height: 1.6;}
    .manufacturing .item:nth-child(even) .img{ padding: 0;}

    .brand { padding-top: 0; display: block;}
    .brand .con{ width: 100%; padding: 0; font-size: inherit; line-height: 1.6;}
    .brand .pic{ width: 100%; display: block; padding: 0;}

    .news .box ul li { margin-bottom: 45px;}
    .news .box ul li a{ display: block;}
    .news .box ul li .pic{ width: 100%; margin-bottom: 15px;}
    .news .box ul li .con{ width: 100%; padding: 0;}
    .news .box ul li .con h3{ font-size: 18px;}
    .news .box ul li .con ol{ font-size: 14px; line-height: 1.5;}
    .news .box ul li .con dt{ width: 120px; line-height:30px; font-size: 13px; margin-top: 10px;}

    .newsView .tit h1{ font-size: 22px;}
    .newsView .text{ line-height: 1.6;}

    .video .box{ margin-bottom: 15px;}
    .video .box ul{ margin: 0 -5px;}
    .video .box ul li{ width: 50%; padding: 0 5px;  margin-bottom: 25px;}
    .video .box ul li dl::after{ background-size: 35px;}
    .video .box ul li h3{ font-size: inherit; margin-top: 8px;}

    .contact { padding: 30px 0 50px;}
    .contact .box{ padding: 0;}
    .contact .txt { line-height: 1.3; margin-bottom: 36px;}
    .contact .contactBox { font-size: 17px;}
 
    .footer .fmain{ font-size: 14px; line-height: 1.2; padding: 45px 0;}
    .footer .fmain .wrap{ display: block;}
    .footer .fcontact{ width: 100%; margin-bottom: 20px;}
    .footer .fmain .fpro{ display: none;}
    .footer .fmain .fabout{ display: none;}
    .footer .tit { font-size: 19px; margin-bottom: 12px; text-align: center;}
    .footer .fshare{ text-align: center;}
    .footer .fshare .ewm{ width: 110px; margin: 0 auto;}
    .footer .copyright{ padding: 15px; line-height: 1.2;}

    /*===/分页=============================*/
    .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%;}
}