@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900');

* {-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:'Noto Sans SC',"Microsoft YaHei",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{color: #999; outline:none; font-family:'Noto Sans SC',"Microsoft YaHei",Helvetica,Arial,Verdana,sans-serif; }
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#333; transition: color 0.56s ease;}
a:hover{ color: #2565ab;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

.fl{float: left;}
.fr{float: right;}


img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 1680px; margin: 0 auto;}
.ovh{overflow: hidden;}


::-webkit-scrollbar { width: 8px;padding-right: 8px; background-color: #f2f2f2;  /*其他样式，比如圆角等*/}
/*滑块样式*/
::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, .6);}
/*当前窗口失去焦点时的滑块样式*/
::-webkit-scrollbar-thumb:window-inactive {background: rgba(0, 0, 0, .6);}


/*顶部*/
.header{ width: 100%; height:130px; background:#fff; box-shadow: 0 0 10px rgba(0,0,0,.1); position: fixed; left: 0; top: 0; z-index: 99999;  transition: all .6s;}
.header .logo{ height: 130px; padding:33px 0;}
.header .nav>ul>li{ margin-left: 10px; position: relative;}
.header .nav>ul>li>a{ color: #2565ab;  font-size: 20px; font-weight: 500; line-height: 60px; padding: 0 30px; display: block; position: relative;  transition: all .6s;}
.header .nav>ul>li>a::before{ content: ""; width: 100%; height: 4px; background: #fed000; position: absolute; left: 0; top: 0; opacity: 0;}
.header .nav>ul>li.on a{color:#fff; background: #2565ab;}
.header .nav>ul>li>a:hover{ color: #fff; background: #2565ab; }
.header .nav>ul>li>a:hover::before{ opacity: 1;}
.header .nav>ul>li:hover>a{color:#fff; background: #2565ab;}
.header .nav>ul>li:hover>a::before{ opacity: 1;}
.header .nav>ul>li>.subnav{ width: 100%; padding: 0 12px; background: #2565ab; position: absolute; left: 0; top: 60px; display: none; overflow: hidden;}
.header .nav>ul>li>.subnav>a{ color: #fff; font-size: 15px; line-height: 1.4; padding:10px 0; border-top: 1px solid #758c6c;  display: block; transition: all .6s}
.header .nav>ul>li>.subnav>a:nth-child(1){ border-top:none;}
.header .nav>ul>li>.subnav>a:hover{ color:#fed000;}
.header .searchLang{ height: 70px; display: flex; justify-content:flex-end; align-items: center;}
.header .search{ width: 180px; margin-right: 28px; position: relative;}
.header .search input{ width: 100%; height: 26px; font-size: 18px; font-weight: 300; border: none; border-bottom: #d0cfcf solid 1px;}
.header .search button{ width: 20px; height: 26px; background: url(../images/icon01.png) no-repeat center; border: none; position: absolute; right: 0; top: 0; cursor: pointer;}
.header .lang img{ height: 25px;}
.header .lang a{ display: block;}
.menu-toggle{display: none;}

/*首页bannner*/
.banner { position: relative;}
.banner .swiper-container{ width:100%; overflow:hidden;}
.banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
.banner .swiper-container .swiper-slide img{width:100%;}
.banner .pagination {position: absolute;z-index: 20;bottom:40px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:16px; height: 16px; background:#fff; margin: 0 6px; border-radius: 10px; cursor: pointer;}
.banner .swiper-active-switch { background: #ff9900;}

.neiBanner{ height:380px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; display: flex; align-items: center; justify-content: center;}
.neiBanner .bannerText h2{ background: url(../images/icon08.png) no-repeat left center; padding-left:90px; font-size: 30px; color: #fff; font-weight: bold;white-space: nowrap; margin-left: 40%;}

.ntitle{ background: url(../images/icon09.png) no-repeat left center; padding-left: 30px; margin-bottom: 55px; display: flex; align-items: center;}
.ntitle h2{ font-size: 36px; color: #004b9d; font-weight: normal; line-height: 1; margin-bottom: 10px;}
.ntitle p{ font-size: 22px; color: #888; line-height: 1;}
.ntitle .titText{ width: 50%; color: #888; font-weight: 300; line-height:22px; margin-left: 25%;}

a.more{ width: 34px; height: 34px; background:#004b9d url(../images/icon02.png) no-repeat center; border-radius: 34px; font-size: 0; display: block;}
a.more:hover{ background:#033e7c url(../images/icon02.png) no-repeat center;}

.iabout{ padding-top: 70px;}
.iabout .tit{ font-size: 30px; text-align: center; line-height: 1.2; padding:0 20% 50px;}
.iabout .box{ border-top: 1px solid #eeeeee;}
.iabout .con{ padding-right: 90px;}
.iabout .con .title{ margin-bottom: 25px;}
.iabout .con .title h2{ font-size: 36px;color: #004b9d; font-weight: 500;}
.iabout .con .title p{ font-size: 20px;}
.iabout .con .text{ line-height: 2; margin-bottom: 35px;}
.iabout .num{ border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
.iabout .num ul{ border-right: #eee solid 1px;}
.iabout .num ul li{ width: 25%; padding: 60px 70px; border-left: 1px solid #eee;}
.iabout .num ul li dl{ display: flex; align-items: flex-start; margin-bottom: 25px;}
.iabout .num ul li dl b{ font-size: 40px; line-height: 1; font-weight: 500; margin-right: 10px;}
.iabout .num ul li p{ color: #666;}

.ipro{ padding-top: 50px; position: relative; overflow: hidden;}
.ipro .title{ padding-bottom: 58px;}
.ipro .title .wrap{ overflow: hidden;}
.ipro .title h2{font-size: 36px;color: #004b9d; font-weight: 500; background: url(../images/icon04.png) no-repeat left center; padding-left: 100px;}
.ipro .title .pagination { margin-top: 30px; position: relative; display: inline-block; margin-left: -30px;}
.ipro .title .pagination::before{ content: ""; width: 100%; height: 1px; border-top:dashed 1px #eee; position: absolute; left: 0; top: 50%;}
.ipro .title .swiper-pagination-switch {display: inline-block; width:16px; height: 14px; background:url(../images/icon06.png) no-repeat center; margin-left: 30px; cursor: pointer; position: relative; z-index: 11;}
.ipro .title .swiper-active-switch {background:url(../images/icon06_02.png) no-repeat center;}
.ipro .box{ padding: 90px 0; background: url(../images/iproBg.jpg) no-repeat center bottom; background-size:cover;}
.ipro .box .text{ width: 475px; position: relative;}
.ipro .box .text ul li { opacity: 0; transition: all .4s; position: relative; left: 0; top: 0;}
.ipro .box .text ul li.on{  opacity: 1; position: absolute;}
.ipro .box .text ul li .tit{ font-size: 30px; margin-bottom:30px;}
.ipro .box .text ul li .textCon{ height: 280px;}
.ipro .box .conPic{ width: 70%; position: absolute; right:-180px; top:45px;}
.ipro .box .conPic .swiper-slide{ box-sizing: border-box; padding-right: 80px;}
.ipro .box .conPic .swiper-slide a{ position: relative;}
.ipro .box .conPic .swiper-slide dl{ padding-bottom: 115.6862%; border-radius: 10px;}
.ipro .box .conPic .swiper-slide h3{ padding-left: 60px; font-size: 26px; color: #004b9c; font-weight: normal; white-space:nowrap; background: url(../images/icon05.png) no-repeat left center; position: absolute; left: 40px; top: 40px;}

.inews{ margin-bottom: 38px;}
.inews .wrap{ border: 1px solid #eeeeee; border-top: none;}
.inews .title{ padding: 60px 45px 50px; display: flex; justify-content: space-between; border-bottom: #eee solid 1px;}
.inews .title h2{font-size: 40px;color: #004b9d; font-weight: 500;}
.inews .title a{ align-self: start; line-height: 50px; color: #888; font-size: 16px; font-weight: 300; background: url(../images/icon07.png) no-repeat right center; border-bottom: #eee solid 1px; padding-right: 40px;}
.inews .title a:hover{color: #004b9d; }
.inews .box ul li{ width: 33.33%; border-left: 1px solid #eee;}
.inews .box ul li a{padding: 75px 45px; display: block;}
.inews .box ul li:nth-child(1){ border-left:none;}
.inews .box ul li dd{ color: #888; margin-bottom: 15px;}
.inews .box ul li h3{ height: 52px; line-height: 26px; font-weight: 500; margin-bottom: 20px; transition: all .4s;}
.inews .box ul li dt{ padding: 5px 22px; font-size: 15px; font-weight: 300; border: #eee solid 1px; border-radius: 20px; display: inline-block; transition: all .4s;}
.inews .box ul li a:hover dt{ color: #cfd7e6; background: #004b9d;}

.about{ padding: 45px 0 90px;}
.about .text{ color: #888; line-height: 1.9;}
.about .text img{ float: right; margin: 0 0 20px 20px;}
.about .customer{ padding-top: 100px; text-align: center;}
.about .customer .tit{ font-size: 36px;color: #336699; font-weight: bold; margin-bottom: 60px;}

.honor { padding: 45px 0 90px;}
.honor .box{ padding-bottom: 20px;}
.honor .box ul{ margin: 0 -20px;}
.honor .box ul li{ width: 20%; padding: 0 20px; margin-bottom: 35px;}
.honor .box ul li dl{ padding-bottom: 100%;}
.honor .box ul li h3{ font-size: 16px; color: #666; text-align: center; font-weight: normal; margin-top: 10px;}

.products{ padding: 45px 0 90px;}
.products .box ul{ margin: 0 -55px;}
.products .box ul li{ width: 25%; padding: 0 55px; margin-bottom: 60px;}
.products .box ul li dl{ padding-bottom: 100%; border: #bbb solid 1px;}
.products .box ul li h3{ text-align: center; color: #666; font-weight: normal; margin-top: 10px;}
.products .box ul li a:hover h3{color: #336699;}

.proview{ padding: 45px 0 90px;}
.proview .pic{ width: 640px;}
.proview .pic dl{  border: #bbb solid 1px;}
.proview .pic dl img{ width: 100%;}
.proview .pic ul{ display: flex; justify-content: center; margin-top: 15px;}
.proview .pic ul li{ width: 100px; border: #bbb solid 1px; margin: 0 10px; cursor: pointer;}
.proview .con{ padding: 0 130px;}
.proview .con .tit{ margin-bottom: 10px;}
.proview .con .tit h1{ font-size: 30px;}
.proview .con .conText{ line-height: 2.2; padding-bottom: 50px;}
.proview .con .lxwm{ font-size: 24px; color: #fff; line-height: 1; background: #2565ab; border-radius: 15px; padding: 8px 28px;}
.proview .con .lxwm:hover{background: #194e86;}
.proview .proBox{ padding:60px 0;}

.news{padding: 45px 0 90px; border-top: 15px solid #2565ab;}
.news .box { overflow: hidden;}
.news .box ul { margin: 0 -26px;}
.news .box ul li{ width: 33.33%; border-bottom:#d1d1d1 solid 1px; padding: 0 26px; margin-bottom: 85px;}
.news .box ul li a{ background: url(../images/icon07.png) no-repeat right bottom 45px; display: block; padding-bottom: 45px;}
.news .box ul li h3{ font-size: 18px; color: #666; text-align: center; font-weight: 500; margin: 45px 0;}
.news .box ul li a:hover h3{ color: #2565ab;}

.news .view{ padding-top: 20px;}
.news .view .newsHead{ text-align: center; padding-bottom: 50px;}
.news .view .newsHead h1{ font-size: 36px; color: #888; font-weight: normal; margin-bottom: 15px;}
.news .view .newsHead p{ font-size: 16px; color: #888;}
.news .view .text{ color: #666; line-height: 1.8; padding: 0 0 120px;}
.news .view .page{ padding-top: 15px; border-top: 1px solid #ddd;}
.news .view .page li:nth-child(1) a{ color: #888; background: url(../images/icon14.png) no-repeat left 17px center; padding-left: 50px;}
.news .view .page li:nth-child(2) a{ color: #888; background: url(../images/icon07.png) no-repeat right 17px center; padding-right: 50px;}
.news .view .page li a:hover{ color: #2565ab;}

.technology{ padding: 45px 0 90px; border-top: 15px solid #2565ab;}

.contact{ padding: 45px 0 90px;}
.contact .text{ color: #888;}
.contact .text h3{ font-size: 22px; font-weight: normal; margin-bottom: 15px;}
.contact .list{ padding: 70px 0;}
.contact .list ul li{ width: 25%; padding: 0 70px; font-size: 15px; text-align: center;}
.contact .list ul li dl{ padding-bottom: 66.7961%;}
.contact .list ul li h3{ font-size: 20px; color: #888; font-weight: normal; margin: 10px 0;}

.footer{ background: #eeeff0; padding: 80px 0 0;}
.footer .logo{ width: 40%;}
.footer .logo img{ height:60px;}
.footer .fnav ul li{ margin-bottom: 20px;}
.footer .fnav ul li a{ line-height: 1;}
.footer .fcontact dl{ font-size: 22px; margin-bottom: 25px;}
.footer .fcontact dt{ font-size: 15px; line-height: 2.2;}
.footer .followUs dl{ margin-bottom: 25px;}
.footer .followUs ol{ position: relative;}
.footer .followUs dt{margin-bottom: 10px;}
.footer .followUs dt img{ cursor: pointer;}
.footer .followUs dd{ width: 120px; display: none; position: absolute; left: 0; top: 35px;}
.footer .copyright{ line-height: 60px;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 15px; width: 100%; height: 40px;}
.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #8a8a8a;margin-right: 5px; display: inline-block; font-family: "宋体";font-size: 17px; background: #fff; border: #aaa solid 1px;border-radius: 6px;}
.fenye a { width: 40px; height: 40px; line-height: 40px;  color: #8a8a8a; margin-right: 5px;display: inline-block; background: #fff; border: #aaa solid 1px; border-radius: 6px;}
.fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
.fenye a.current { color: #fff;  background: #242a34; margin-right: 5px; border: #242a34 solid 1px;}

/* 弹出框 */
.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{width: 1000px;padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 29px; height: 29px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px; cursor: pointer;}
.tccBox .BoxCon ul img{ width: 100%; }

@media (max-width: 1700px) {
    .wrap{ width: 100%; padding: 0 80px;}
    
    .header .nav>ul>li>a{ font-size: 18px;}
    
    .neiBanner .bannerText h2{ font-size: 28px; margin-left: 27%;}

    .proview .pic ul{ justify-content: flex-start;}
    .proview .pic ul li{ margin: 0 20px 0 0;}
    
    .footer .logo img{ height:60px;}
}
@media (max-width: 1500px) {
    .wrap {padding: 0 20px;}
}
@media (max-width: 1440px) {
    body{ font-size: 16px;}
    

    .ntitle h2{ font-size: 32px;}
    .ntitle p {font-size:20px;}


    .iabout .tit{ font-size: 30px;}
    .iabout .con .title h2{ font-size: 36px;}
    .iabout .con .title p { font-size: 20px; }
    .iabout .con .text{ line-height: 1.6;}
    .iabout .num ul li { width: 25%; padding: 50px 40px;}
    .iabout .num ul li dl b{ font-size: 40px;}

    .ipro .title { padding-bottom: 25px; }
    .ipro .title h2 { font-size: 36px; background-size: 50px auto; padding-left: 65px; }
    .ipro .box{ padding: 50px 0;}
    .ipro .box .text ul li .tit { font-size: 28px; margin-bottom: 16px; }
    .ipro .box .text ul li .textCon { height: 240px; }

    .inews{ padding: 0 20px;}
    .inews .wrap{ padding: 0;}
    .inews .title { padding: 45px 30px 50px;}
    .inews .title h2{ font-size: 36px;}
    .inews .title a{ font-size: 16px;}
    .inews .box ul li a { padding: 40px;}
    .inews .box ul li h3 { height: 56px; line-height: 28px;}
    .inews .box ul li dd{ margin-bottom: 10px;}

    .about .text{ line-height: 36px;}
    .about .customer { padding-top: 70px;}
    .about .customer .tit { font-size: 36px; margin-bottom: 35px;}

    .products .box ul { margin: 0 -40px;}
    .products .box ul li{ padding: 0 40px; margin-bottom: 30px;}
    .products .box ul h3{ font-size: 16px;}

    .proview .pic{ width: 40%;}

    .news .box ul li{ margin-bottom: 50px;}
    .news .box ul li h3 { font-size: 17px; margin: 25px 0; }

    .news .view .newsHead h1 { font-size: 30px;}
    .news .view .text { line-height: 1.8; padding: 0 0 60px; }

    .contact .text h3{ font-size: 20px;}
    .contact .list ul li{ padding:0 15px}
    .contact .list ul li img{ height: 60px;}

    .footer .log{ width: 30%;}
    .footer .logo img{ height: 60px;}
    .footer .fnav ul li { margin-bottom: 15px; }
    .footer .followUs{ margin-right: 50px;}
}

@media (max-width: 1366px) {
    .header .nav>ul>li { margin-left: 15px;}
    .header .nav>ul>li>a{ font-size: 17px; padding: 0 20px;}

    .neiBanner{ height: 290px;}
    .neiBanner .bannerText h2{ font-size: 20px;}
}

@media (max-width: 1200px) {
    .wrap{ width: 100%; padding: 0 15px;}

}

@media (max-width: 1030px) {
    body{ font-size: 15px; padding-top: 120px;}

    .header .nav>ul>li>.subnav>a { font-size: 14px; line-height: 50px;}

    .neiBanner .bannerText h2 { font-size: 18px; background-size: 28px auto; padding-left: 40px;}

    .ntitle { padding-left: 18px; margin-bottom: 36px;}
    .ntitle h2 { font-size: 28px;}
    .ntitle p { font-size: 16px; }
    .ntitle .titText {width: 62%;line-height: 19px;margin-left: 20%;}

    .iabout { padding-top: 45px; }
    .iabout .tit{ font-size: 25px; padding-bottom: 30px;}
    .iabout .con { padding-right: 25px; }
    .iabout .con .title{ margin-bottom: 10px;}
    .iabout .con .title h2 { font-size: 30px; }
    .iabout .con .title p { font-size: 18px; }
    .iabout .con .text{line-height: 1.5; margin-bottom: 20px;}
    .iabout .num ul li dl b { font-size: 30px; }

    .ipro .title h2 {font-size: 30px;}
    .ipro .box .text ul li .tit { font-size: 22px;}
    .ipro .box .text ul li .textCon { height: 130px; }
    .ipro .box .conPic .swiper-slide h3 { padding-left: 45px; font-size: 20px; left: 20px; top: 25px; }

    .ipro .box .conPic{ width: 68%;}
    .ipro .box .conPic .swiper-slide { padding-right: 40px; }

    .inews .title { padding: 35px 30px 26px; }
    .inews .title h2{ font-size: 30px;}

    .about .text img{ width: 50%;}
    .about .customer .tit { font-size: 28px;}

    .products .box ul { margin: 0 -15px;}
    .products .box ul li{ padding: 0 15px; margin-bottom: 20px;}

    .proview .pic { width: 47%; }
    .proview .con { padding: 0 60px; }
    .proview .con .lxwm { font-size: 18px;}

    .contact .text h3 {font-size: 18px; }
    .contact .list ul li{ font-size: 16px; padding: 0 20px;}
    .contact .list ul li img { height: 50px; }
    .contact .list ul li h3 { font-size: 18px; }
}

@media screen and (max-width:1000px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ width: 100%; padding: 0 15px;}

    .header{ width: 100%; height:60px; background:#fff; box-shadow: 0 0 5px rgba(0,0,0,.3); position: fixed; top: 0; left: 0; z-index: 99999999; }
    .header .logo{ height: 60px; padding: 12px 0; }
    .header .headRight{ width: 100%; height: calc(100% - 60px); position: fixed !important; left: 0; top: 60px !important; bottom: inherit; background: #fff; z-index: 99999; display: none;}
    .header .nav{ margin-top: 0;}
    .header .nav>ul{ display: block;}
    .header .nav>ul>li {width: 100%; border-bottom: 1px solid #eee; margin-left: 0;}
    .header .nav>ul>li>a{ font-size: 16px; color: #000;  line-height: 50px; padding: 0 15px; text-align: left;}
    .header .nav>ul>li>a:hover,.nav ul>li.on>a{ color: #fff;}
    .header .nav>ul>li:hover>a::before{ display: none;}
    .header .nav>ul>li>.subnav{ position: relative; top: 0;}
    .header .searchLang{ padding: 0 15px; justify-content: flex-start;}

    .header .lang{position: relative; margin-top: 10px; padding-left: 10px;}

    .menu-toggle{ width:60px; height:60px; position:fixed; right:0; top:0; z-index:9999999; display:block;}
    .menu-toggle span{ width:35px; height:2px; background:#222;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .menu-toggle span:before{ content:"";width:35px; height:2px; background:#222;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .menu-toggle span:after{ content:"";width:35px; height:2px; background:#222;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .menu-toggle.cur span{background-color:transparent;}
    .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    /*首页bannner*/
    .banner::before{ display: none;}
    .banner .swiper-container .swiper-slide .bannerText h2{ font-size: 22px;}
    .banner .pagination {position: absolute;z-index: 20;bottom:20px;width: 100%;text-align: center;}
    .banner .swiper-pagination-switch {display: inline-block; width:10px; height: 10px; background:none; border: #fff solid 3px; margin: 0 2px; border-radius: 10px; cursor: pointer;}
    .banner .swiper-active-switch { background: #ff9900; border: none; opacity: 1;}

    .neiBanner{ height: 120px;}
    .neiBanner .bannerText{ display: none;}

    .ntitle { padding-left: 15px; margin-bottom: 30px; }
    .ntitle h2 { font-size: 20px; margin-bottom: 5px; }
    .ntitle p{ font-size: 13px;}
    .ntitle .titText{display: none;}

    .iabout { padding-top: 35px; }
    .iabout .tit{ font-size: 15px; line-height: 1.4; padding: 0 15px 25px;}
    .iabout .box .wrap{display: block;}
    .iabout .con{ width: 100%; padding-right: 0; padding: 25px 0;}
    .iabout .con .title h2 {font-size: 24px;}
    .iabout .con .title p { font-size: 15px; }
    .iabout .pic{ width: 100%;}

    .iabout .num ul li{ width: 50%; padding: 15px;}
    .iabout .num ul li dl { margin-bottom: 1px; }
    .iabout .num ul li dl b { font-size: 20px; }
    .iabout .num ul li p{ font-size: 12px;}

    .ipro{ padding-top: 25px;}
    .ipro .title h2 { font-size: 24px; background-size: 36px auto; padding-left: 48px;}
    .ipro .title .pagination { margin-top: 15px;}
    .ipro .box { padding: 30px 0 40px; }
    .ipro .box .text{ width:100%;}
    .ipro .box .text ul li .tit { font-size: 20px;}
    .ipro .box .conPic{ width: 100%; position: relative; right: 0; top: 0; margin-top: 25px;}
    .ipro .box .conPic .swiper-slide{ padding: 0 5px;}
    .ipro .box .conPic .swiper-slide h3{ background-size: 15px auto; padding-left: 18px; font-size: 12px;}

    .inews { padding: 0; margin-bottom: 0;}
    .inews .title { padding: 35px 20px 20px; }
    .inews .title h2 { font-size: 24px; }
    .inews .title a { font-size: 14px;border-bottom: none; line-height: 30px;}
    .inews .box{ padding: 20px;}
    .inews .box ul li{ width: 100%; border: none;}
    .inews .box ul li a { padding: 10px 0; }
    .inews .box ul li h3{ font-size: 15px; height: auto; line-height: 20px; }
    .inews .box ul li dt{ font-size: 14px;}

    .about{ padding: 30px 0 40px;}
    .about .text{ line-height: 1.6;}
    .about .customer{ padding-top: 30px;}
    .about .customer .tit { font-size: 22px; margin-bottom: 15px;}

    .honor { padding: 30px 0 40px; }
    .honor .box ul{ margin: 0 -5px;}
    .honor .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 20px;}
    .honor .box ul li dl{ background: #f8f8f8;}
    .honor .box ul li dl img{ padding: 10px;}
    .honor .box ul li h3{ font-size: 15px; margin-top: 5px;}
    
    .products .box ul { margin:0 -8px;}
    .products .box ul li{ width:50%; padding: 0 8px;}

    .proview { padding: 30px 0 45px; }
    .proview .proHead {display: block;}
    .proview .pic{ width: 100%; padding: 0 40px; margin-bottom:30px;}
    .proview .pic ul{ justify-content:center;}
    .proview .pic ul li { width: 55px; margin: 0 5px;}
    .proview .con{ width: 100%; padding: 0;}
    .proview .con .tit h1 { font-size: 22px; }
    .proview .con .conText { line-height: 1.5; padding-bottom: 30px;}
    .proview .con .lxwm { font-size: 15px; }
    .proview .proBox{ padding: 50px 0 0;}

    .news { padding: 30px 0 40px; border-top:none;}
    .news .box ul{ margin: 0 -5px;}
    .news .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 20px;}
    .news .box ul li a{ background:none; padding-bottom: 0;}
    .news .box ul li h3 { font-size: 15px; font-weight: normal; margin: 15px 0; }

    .news .view{ padding-top: 0;}
    .news .view .newsHead { padding-bottom: 20px; }
    .news .view .newsHead h1 { font-size: 18px; margin-bottom: 5px;}
    .news .view .newsHead p { font-size: 14px;}

    .technology { padding: 30px 0 50px; border-top:none;}

    .contact{padding: 30px 0 40px;}
    .contact .text{ font-size: 12px;}
    .contact .text h3 { font-size: 15px; }
    .contact .list { padding: 28px 0 20px;}
    .contact .list ul li{ width: 50%; font-size: 14px; padding: 0 10px; margin-bottom: 20px;}
    .contact .list ul li img { height: 35px; }
    .contact .list ul li h3 { font-size: 16px; }

    .footer{ padding-top: 0;}
    .footer .logo{display: none;}
    .footer .fnav{ display: none;}
    .footer .fcontact{ display: none;}
    .footer .followUs{ display: none;}
    .footer .copyright{ padding: 20px 0; font-size: 12px; line-height: 1.2;}
 
     /*===/分页=============================*/
     .fenye { text-align: center; font-size: 14px; width: 100%; height: 40px; margin: 10px 0 0px;}
     .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 2px; font-size: 16px; }
     .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:2px;}
     .fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
     .fenye a.current { color: #fff;  background: #242a34; margin-right: 2px; border: #242a34 solid 1px;}

    .tccBox .BoxCon{ width: 95%;}
    .tccBox .BoxCon .off{ right: 20px;}
    .tccBox .BoxCon ul video{ height: 250px;}
    .search-dialog{ width: 95%;}
}