@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:Arial,sans-serif; }
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: #000;}
::-moz-placeholder {color: #000;}
:-ms-input-placeholder {color: #000;}

a { text-decoration: none; color:#000; transition: color 0.56s ease;}
a:hover{ color:#005fa2;}

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

.wrap{ width: 100%; max-width: 1500px; margin: 0 auto; padding: 0 50px;}
.w1540{ width: 1540px; 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: 155px; position: fixed; left: 0; top: 0; z-index: 99999; padding: 0px 136px; transition: all .4s;}
.header .headTop{ height: 65px; line-height: 48px; display: flex; align-items: center; color: #fff; font-size: 15px;}
.header .headTop .email{ background: url(../images/icon01_forging.png) no-repeat left center; padding-left: 35px; margin-right: 30px;}
.header .headTop .tel{ background: url(../images/icon02_forging.png) no-repeat left center; padding-left: 25px; margin-right: 30px;}
.header .guidePage{ color: #fff; font-weight: bold; line-height: 28px; background: url(../images/icon03.png) no-repeat 13px center; border: #005fa2 solid 3px; border-radius: 20px; padding:0 17px 0 40px;}
.header .guidePage:hover{ background: #005fa2 url(../images/icon03.png) no-repeat 13px center;}
.header .logo { transition: all .4s;}
.header .logo img{ transition: all .4s;}
.header .logo .logo_black{ display: none;}
.header .nav{ position: relative;}
.header .nav>ul>li{ position: relative; margin-right: 30px;}
.header .nav>ul>li>a{ font-size:18px; color:#fff; font-weight: normal; line-height: 40px; white-space: nowrap; transition: all .4s; display: block;}
.header .nav>ul>li>a:hover,.header .nav>ul>li.on>a{ color:#005fa2; }
.header .searchBtn{ width: 30px; height: 40px; background: url(../images/search.png) no-repeat center; background-size: 20px !important; cursor: pointer;}
.menu-toggle{display: none;}

.header.fixed{ height: 90px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.header.fixed .headTop{ height: 50px; color: #000; }
.header.fixed .guidePage{ color: #000; font-weight: normal; border: #005fa2 solid 2px; background: url(../images/icon03_black.png) no-repeat 13px center; transition: all .4s;}
.header.fixed .guidePage:hover{color: #fff; background: #005fa2 url(../images/icon03.png) no-repeat 13px center;}
.header.fixed .logo{ height: 90px;}
.header.fixed .logo .logo_black{ display: block;}
.header.fixed .logo .logo_white{ display: none;}
.header.fixed .nav>ul>li>a{  color:#000;  font-weight: normal; line-height: 34px; }
.header.fixed .nav>ul>li>a:hover,.header.fixed .nav>ul>li.on a{ color:#005fa2;}
.header.fixed .searchBtn{ height: 34px; background: url(../images/search_black.png) no-repeat center;}

.header.slide-up { top: -100%;}
.header.slide-down { top: 0;}

/*首页bannner*/
.banner { position: relative;}
.banner img{width:100%;}
.banner .swiper-slide{ display: flex; align-items: center;}
.banner .pagination { width: 100% !important; height: 76px; background: rgba(255,255,255,0); 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: 16px;height: 16px; 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: #005fa2;}
.banner .swiper-slide-active{opacity:1;}
.banner .swiper-button-next{ right: 100px;}
.banner .swiper-button-prev{ left: 100px;}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after{ font-size: 30px; color: #fff;}

.neiBanner { position: relative;}
.neiBanner img{width:100%;}
.neiBanner .swiper-slide{ display: flex; align-items: center;}
.neiBanner .pagination { width: 100% !important; height: 76px; position: absolute; left:0; bottom:0!important;  z-index:111; display: flex; justify-content: center; align-items: center;}
.neiBanner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 12px;height: 12px; background:#fff; margin: 0 5px; border-radius:10 !important; opacity: 1; cursor: pointer;}
.neiBanner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #005fa2;}
.neiBanner .swiper-slide-active{opacity:1;}
.neiBanner .bannerText{ color: #fff; text-align: center; position: absolute; left: 50%; top: 55%; transform: translate(-50%,-50%); z-index: 99; white-space: nowrap;}
.neiBanner .bannerText h1{ font-size: 50px; line-height: 1; text-transform: uppercase; margin-bottom: 15px;}
.neiBanner .bannerText a{ color: #fff; text-transform: uppercase;}
.neiBanner .bannerText a:hover{ color: #005fa2;}

.neiBanner .bannerViewText{ width: 100%; color: #fff; position: absolute; left: 0; top: 55%; transform: translateY(-50%); z-index: 99;}
.neiBanner .bannerViewText h2{ padding-right: 30%;font-size: 75px; line-height: 1; text-transform: uppercase; margin-bottom: 15px;}
.neiBanner .bannerViewText a{ color: #fff; text-transform: uppercase;}
.neiBanner .bannerViewText a:hover{ color: #005fa2;}

.newsviewBanner{ height: 155px; background-position:top center; background-size: cover;}


.indexBg1{ background: url(../images/indexBg1.jpg) no-repeat center top; background-size: cover;}
.indexBg2{ background: url(../images/indexBg2_forging.jpg) no-repeat center top; background-size: cover;}

.iproducts{ padding: 65px 0;}
.iproducts .tabNav{ margin-bottom: 60px; display: flex; justify-content: center;}
.iproducts .tabNav li{width: 300px; line-height: 55px; border: #4f4f4f solid 3px; font-size: 22px; font-weight: bold; color: #333333; text-align: center; margin: 0 15px; position: relative; cursor: pointer;}
.iproducts .tabNav li.on{ background: #005fa2; border: #005fa2 solid 3px; color: #fff;}
.iproducts .tabNav li.on:after{ content: ""; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 10px solid #005fa2; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%);}
.iproducts .tabCon{ margin-bottom: 34px;}
.iproducts .item{ display: none;}
.iproducts .item.on{ display: block;}
.iproducts .item ul { margin: 0 -10px;}
.iproducts .item ul li{ width: 25%; padding: 0 10px; margin-bottom: 22px;}
.iproducts .item ul li a{ background: #fff; box-shadow: 5px 5px 0 rgba(0, 0, 0, .1); display: block; position: relative;}
.iproducts .item ul li dl{ padding-bottom: 100%;}
.iproducts .item ul li .bs{ background: #005fa2; color: #fff; width: 56px; height: 24px; line-height: 24px; font-size: 14px; font-weight: bold; text-align: center; position: absolute; top:15px; right: 15px; z-index: 11; transition: all .4s;}
.iproducts .item ul li .tit{ height: 70px; border-top: 1px solid #cecece; padding: 0 30px; display: flex; align-items: center;}
.iproducts .item ul li .tit h3{ font-size: 16px; font-weight: normal; transition: all .4s;}
.iproducts .item ul li .tit2{ width: 100%; height: 100%; text-align: center; background-image: linear-gradient(to right top,rgba(0,135,230,0.8),rgba(0,95,162,0.8)); padding: 70px; position: absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; opacity: 0; transition: all .4s;}
.iproducts .item ul li .tit2 h3{ height: 140px; color: #fff; font-size: 25px; font-weight: bold; text-align: center; line-height: 1.2; margin-bottom: 20px;}
.iproducts .item ul li .tit2 dd{ color: #fff; font-size: 20px; font-weight: bold; display: inline; padding-right: 28px; background: url(../images/icon05.png) no-repeat right center;}
.iproducts .item ul li a:hover .bs{ background: #fff; color: #005fa2;}
.iproducts .item ul li a:hover .tit h3{ opacity: 0;}
.iproducts .item ul li a:hover .tit2{ opacity: 1;}
.iproducts .more{ width: 310px; line-height: 50px; color: #000; font-size: 18px; font-weight: bold; background: #fff url(../images/icon10_forging.png) no-repeat right 40px center; border: #3b3b3b solid 3px; display: block; padding-left: 20px; margin: 0 auto; transition: all .4s;}
.iproducts .more:hover{ background: #3b3b3b url(../images/icon10_white.png) no-repeat right 40px center; color: #fff;}

.inum{ height: 280px; background: url(../images/numBg_forging.png) no-repeat center; padding: 44px 0 47px;}
.inum ul li{ width: 20%; color: #fff; text-align: center; position: relative;}
.inum ul li:nth-child(1)::before{ display: none;}
.inum ul li::before{ content: ""; width: 1px; height: 70px; background: rgba(255,255,255,0.3); position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.inum ul li h3{ font-size: 55px; font-weight: bold; line-height: 1; margin-bottom: 15px;}
.inum ul li dt{ font-size: 18px;}

.iabout{ padding: 80px 0 100px;}
.iabout .con{ width: 50%; padding-right:50px; display: flex; flex-direction: column;}
.iabout .con .t{ margin-bottom: 30px;}
.iabout .con .t p{ font-size: 16px; color: #005fa2; font-weight: bold; line-height: 1; margin-bottom: 10px;}
.iabout .con .t h2{ font-size: 40px; font-weight: 900; color: #333; line-height: 1;}
.iabout .con .c{ line-height: 1.5;}
.iabout .con .more{ width: 213px; height: 50px; line-height: 50px; font-size: 18px; font-weight: bold; color: #fff; background: #005fa2 url(../images/icon10_white.png) no-repeat right 20px center; padding-left: 20px; margin-top: auto; transition: all .4s;}
.iabout .con .more:hover{  background: #0577c8 url(../images/icon10_white.png) no-repeat right 20px center; }
.iabout .pic{ width: 50%; padding-left: 45px;}
.iabout .pic dl{ position: relative;}
.iabout .pic dl::before{content: ""; width: 67px; height: 37px; background: url(../images/icon11_forging.png) no-repeat center; position: absolute; right: -14px; top: -14px;}
.iabout .pic dl::after{ content: ""; width: 67px; height: 37px; background: url(../images/icon12_forging.png) no-repeat center; position: absolute; left: -14px; bottom: -14px;}

.iaboutPic{ padding: 55px 0 165px;}
.iaboutPic .box ul li{ width: 25%; padding: 0 10px;}
.iaboutPic .box ul li ol{ background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .2); padding: 8px; cursor: pointer;}
.iaboutPic .box ul li h3{ line-height: 38px; text-align: center; font-size: 18px; font-weight: normal; border: #333 solid 1px; margin-top: 8px;}
.iaboutPic .box ul li ol:hover h3{ border: #005fa2 solid 1px; color: #005fa2;}

.inews{ padding-bottom: 130px;}
.inews .tit{ text-align: center; margin-bottom:70px;}
.inews .tit h2{ font-size: 40px; font-weight: 900; text-transform: uppercase;}
.inews .box{ position: relative;}
.inews .swiper { padding-bottom: 60px;}
.inews  .swiper-slide {	width: 560px; height: 560px; background: #fff;	box-shadow: 0 0px 30px #ccc; border-radius: 560px; border: #c2c2c2 solid 1px; padding: 90px; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; overflow: hidden;}
.inews .swiper-slide a{ position: relative; z-index: 11;}
.inews .swiper-slide dd{ font-size: 18px; font-style: italic; font-size: 18px; margin-bottom: 60px; }
.inews .swiper-slide h3{ height: 170px; font-size: 30px;}
.inews .swiper-slide dt{ font-size: 18px; background: url(../images/icon13.png) no-repeat right center; padding-right: 25px; display: inline-block;}
.inews .swiper-slide.swiper-slide-active{ border: none; background-size:auto 100% !important;}
.inews .swiper-slide.swiper-slide-active::after{ content: ""; width: 100%; height: 100%; background:rgba(0,0,0,.6); position: absolute; left: 0; top: 0; transition: all .4s;}
.inews .swiper-slide.swiper-slide-active dd{ color: #fff;}
.inews .swiper-slide.swiper-slide-active h3{ color: #fff;}
.inews .swiper-slide.swiper-slide-active dt{ color: #fff;  background: url(../images/icon05.png) no-repeat right center; padding-right: 25px;}
.inews .swiper-slide.swiper-slide-active:hover::after{ background:rgba(0,0,0,.9);}
.inews .swiper-slide-prev{ background-image: linear-gradient(to bottom,#d2d1d2,#fff) !important;}
.inews .swiper-slide-next{ background-image: linear-gradient(to bottom,#d2d1d2,#fff) !important;}
.inews .swiper-pagination {	width: 100%; bottom: 0px;}
.inews .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px; border:none; background-color: #333;	width: 12px;	height: 12px;	opacity: 1;}
.inews .swiper-pagination-bullets .swiper-pagination-bullet-active { background-color: #005fa2;}
.inews .swiper-prev { position: absolute; top: 50%; left: -55px;	width: 51px; height: 51px; background: url(../images/arrow-left.png) no-repeat center;	background-size: 100%; margin-top: -25px; cursor: pointer;}
.inews .swiper-next { position: absolute; top: 50%; right: -55px;	width: 51px; height: 51px; background: url(../images/arrow-right.png) no-repeat center;	background-size: 100%; margin-top: -25px; cursor: pointer;}


.about{padding: 125px 0 175px; background: url(../images/aboutBg.jpg) no-repeat center bottom; background-size: 100% auto;}

.aboutOne{ margin-bottom: 110px;}
.aboutOne .titBox{ width: 360px;}
.aboutOne .titBox .tit{ padding: 40px; position: relative; margin-bottom: 35px;}
.aboutOne .titBox .tit h2{ font-size: 40px; font-weight: 900; text-transform: uppercase; line-height: 1; position: relative; z-index: 1;}
.aboutOne .titBox .tit::after{ content: ""; width: 130px; height: 100%; background: #005fa2; position: absolute; left: 0; top: 0;}
.aboutOne .titBox .tit b{ font-size: 58px; font-weight: 900;}
.aboutOne .titBox .c{ font-size: 20px; color: #666666; line-height: 1.3;}
.aboutOne .titBox .c span{ font-size: 30px; line-height: 1.8;}
.aboutOne .con{ width: calc(100% - 360px); padding-left: 200px; line-height: 1.5;}

.aboutTwo{ margin-bottom: 130px;}
.aboutTwo ul{ margin: 0 -8px; overflow: hidden;}
.aboutTwo ul li{ width: 33.33%; padding: 0 8px; margin-bottom: 15px; float: left;}
.aboutTwo ul li ol{ border: #fff solid 6px;}
.aboutTwo ul li dl{ padding-bottom: 64%;}
.aboutTwo ul li:nth-child(1){ width: 66.67%; float: right;}
.aboutTwo ul li:nth-child(1) dl{ padding-bottom: 65%;}

.aboutThree .tit{ margin-bottom: 80px; padding-bottom: 25px; position: relative;}
.aboutThree .tit h2{ font-size: 40px; color: #333333; font-weight: 900; line-height: 1; text-transform: uppercase;}
.aboutThree .tit::after{ content: ""; width: 100px; height: 5px; background: #005fa2; position: absolute; left: 0; bottom: 0;}
.aboutThree .con ul{ margin: 0 -6px;}
.aboutThree .con ul li{ width: 25%; padding: 0 6px; margin-bottom: 12px;}
.aboutThree .con ul li a{ height: 100%; font-size: 18px; font-weight: bold; display: flex; border: #000 solid 3px; padding:20px 30px;  transition: all .4s;}
.aboutThree .con ul li a:hover{ background: #005fa2; border: #005fa2 solid 3px;  color: #fff;}

.products .cateOne{ background: #eee; padding: 50px 0; position: relative;}
.products .cateOne::before{ content: ""; width: 100%; height: 75%; background: #005fa2; position: absolute; left: 0; top: 0; z-index: 1;}
.products .cateOne .tit{ text-align: center; margin-bottom: 45px; position: relative; z-index: 11;}
.products .cateOne .tit h2{ font-size: 40px; color: #fff; font-weight: bold; line-height: 1;}
.products .cateOne .swiperBox{ position: relative;}
.products .cateOne .swiperBox .swiper{ padding: 5px 0 20px;}
.products .cateOne .swiperBox .swiper-button-next{ right: -45px;}
.products .cateOne .swiperBox .swiper-button-prev{ left: -45px;}
.products .cateOne .swiperBox .swiper-button-next:after,.products .cateOne .swiperBox .swiper-button-prev:after{ color: #fff;}
.products .cateOne .swiper .swiper-slide{ color: #fff; font-size: 25px; font-weight: bold; text-align: center; height: 230px; border-radius: 25px; box-shadow: 0 0 10px rgba(0, 0, 0, .1);  position: relative; background-size: cover;  cursor: pointer;}
.products .cateOne .swiper .swiper-slide ol{ width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 20px; position: relative; z-index: 122;}
.products .cateOne .swiper .swiper-slide.swiper-slide-thumb-active::after{ content: ""; width:calc(100% - 6px); height: calc(100% - 6px); border: #fff solid 0px; border-radius: 25px; position: absolute; left: 0px; top: 0px; z-index: 2;}
.products .cateOne .swiper .swiper-slide.swiper-slide-thumb-active{ font-size: 30px;}
.products .cateOne .swiper .swiper-slide.swiper-slide-thumb-active ol{ position: relative;}
.products .cateOne .swiper .swiper-slide.swiper-slide-thumb-active ol::after{ content: ""; width: 42px; height: 28px; background: url(../images/icon14_forging.png) no-repeat center; position: absolute; left: 50%; bottom: -18px; transform: translateX(-50%);}
.products .cateOne .swiper .swiper-slide::before{content: ""; width: 100%; height: 100%; background:rgba(0, 0, 0, .3); border-radius: 25px; position: absolute; left: 0; top: 0; z-index: 1;}
.products .cateOne .swiper .swiper-slide.swiper-slide-thumb-active::before{ background: rgba(0,95,162,0.9);}
.products .box{ padding: 100px 0 100px;}
.products .box .item ul{ margin: 0 -8px;}
.products .box .item ul li{ width: 25%; padding: 0 8px; margin-bottom: 20px;}
.products .box .item ul li a{ font-size: 20px; height: 70px; border: #c3c3c3 solid 1px; border-radius: 10px; box-shadow: 3px 3px 1px rgba(0, 0, 0, .08); display: flex; align-items: center; padding: 10px 25px; transition: all .4s;}
.products .box .item ul li a:hover{ color: #fff; background: #005fa2; border: #005fa2 solid 1px;}

.card{ box-shadow: 0 0 20px rgba(0, 0, 0, .1); background: #fff;}
.prolist{ background: #f1f1f1; padding: 35px 0;}
.leftSide{ width: 320px;}

.leftNav{ margin-bottom: 30px;}
.leftNav ul li{ background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); margin-bottom: 3px; }
.leftNav ul li>dl{position:relative;}
.leftNav ul li>dl>a{ font-size: 18px;color: #333;  background: #fff;  padding: 15px 50px 15px 20px; display: block;  transition: all .4s;}
.leftNav ul li>dl:hover>a,.leftNav ul li>dl.on>a{ background: #005fa2; color: #fff;}
.leftNav ul li>dl>span{ display:none; cursor:pointer;}
.leftNav ul li.tit>dl>span{ width:22px; height:22px; background: url(../images/icon21.png) no-repeat center; position:absolute; right:10px; top:14px; z-index:11; transition: all .4s; display:block;}
.leftNav ul li.tit>dl:hover>span,.leftNav ul li.tit>dl.on>span{  background:url(../images/icon21_white.png) no-repeat center;}
.leftNav ul li.slideOn.tit>dl>a{background: #005fa2; color: #fff; font-size: 18px;}
.leftNav ul li.slideOn.tit>dl>span{ background:url(../images/icon22.png) no-repeat center;}


.leftNav ul .moreBtn {  cursor: pointer; font-size: 20px;color: #333; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); text-align: center; padding: 15px 20px; }
.leftNav ul li.hidden {  display: none;}

.leftNav ul li .subnav{ display: none;}
.leftNav ul li .subnav ol>dt{ position:relative;}
.leftNav ul li .subnav ol>dt span{ display:none; cursor: pointer;}
.leftNav ul li .subnav ol>dt>a{ color: #666; display: block; line-height: 1.3; border-top: 1px solid #dddddd; padding:5px 24px; display:flex; justify-content:space-between;}
.leftNav ul li .subnav ol>dt>a:hover{ color: #005fa2;}
.leftNav ul li .subnav ol>dt.on>a{ color: #005fa2;font-weight:bold;}
.leftNav ul li .subnav ol.tit2>dt span{ width:10px; position:absolute; right:12px; top:0px; z-index:111; display:block; font-size: 15px; text-align:center; line-height: 2;}
.leftNav ul li .subnav ol.tit2>dt span:after{ content:"+"}
.leftNav ul li ol.tit2 dt.slideOn2> span:after{ content:"-"}
.leftNav ul li .subnav ol .subnav2{ padding-bottom:8px;  display: none;}
.leftNav ul li .subnav ol .subnav2 a{ line-height: 1.6; padding-left: 35px; display: block;}
.leftNav ul li .subnav ol .subnav2 a.on{color: #005fa2;}


.hotpro .tit{ line-height: 50px; background: #005fa2; color: #fff; font-size: 20px; padding: 0 24px;}
.hotpro .tit h3{ font-size: 20px;}
.hotpro .box ul{ padding: 20px 0;}
.hotpro .box ul li { border-bottom: 1px solid #e5e5e5;}
.hotpro .box ul li a{ display: flex; align-items: center; padding: 10px 24px;}
.hotpro .box ul li .pic{ width: 80px;}
.hotpro .box ul li .pic dl{ padding-bottom: 100%; border: #c3c3c3 solid 1px; border-radius: 10px;}
.hotpro .box ul li .con{ width: calc(100% - 80px); padding-left: 15px;}
.hotpro .box ul li .con h3{ font-size: 18px; font-weight: normal; color: #333; line-height: 1.1; margin-bottom: 5px;}
.hotpro .box ul li .con dd{ font-size: 14px; color: #005fa2;}
.hotpro .box ul li a:hover h3{ color: #005fa2;}

.rightBox{ width: calc(100% - 320px); padding-left: 60px;}

.cateText{ border-top: 3px solid #005fa2; margin-bottom: 20px;}
.cateText .tit{ height: 72px; padding: 0 30px ; background-image: linear-gradient(to bottom,#dfecf5,#fff);}
.cateText .tit h2{ font-size: 26px;}
.cateText .tit a{ border: #005fa2 solid 2px; background: #fff url(../images/icon20_forging.png) no-repeat 20px center; border-radius: 20px; font-size: 14px; font-weight: bold; text-transform: uppercase; color: #005fa2; line-height: 38px; padding: 0 20px 0 46px; transition: all .4s;}
.cateText .tit a:hover{ background: #005fa2 url(../images/icon20_white.png) no-repeat 20px center; color: #fff;}
.cateText .tit a.videoBtn{  background: #fff url(../images/video2.png) no-repeat 20px center; margin-right: 10px;}
.cateText .tit a.videoBtn:hover{  background: #005fa2 url(../images/video_white.png) no-repeat 20px center; }
.cateText .text{ line-height: 1.5; padding: 15px 30px 30px; border-top: 1px solid #d5d5d5;}

.prolist .list ul { margin: 0 -10px;}
.prolist .list ul li{ width: 33.33%; padding: 0 10px; margin-bottom: 22px;}
.prolist .list ul li a{ background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); display: block; position: relative;}
.prolist .list ul li dl{ padding-bottom: 100%;}
.prolist .list ul li .tit{ height: 136px; border-top: 1px solid #cecece; padding: 0 30px; }
.prolist .list ul li .tit h3{ height: 70px; font-size: 18px; color: #666; font-weight: normal; display: flex; align-items: center; justify-content: center; text-align: center; transition: all .4s;}
.prolist .list ul li .tit dd{ width: 160px; height: 40px; line-height: 38px; border: #005fa2 solid 1px; color: #005fa2; font-weight: bold; text-align: center; margin: 0 auto;}
.prolist .list ul li .tit2{ width: 100%; height: 100%; text-align: center; background-image: linear-gradient(to right top,rgba(0,135,230,0.8),rgba(0,95,162,0.8)); padding: 70px 30px; position: absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; opacity: 0; transition: all .4s;}
.prolist .list ul li .tit2 h3{ height: 160px; color: #fff; font-size: 28px; font-weight: bold; text-align: center; line-height: 1.2; margin-bottom: 20px;}
.prolist .list ul li .tit2 dd{ color: #fff; font-size: 20px; font-weight: bold; display: inline; padding-right: 28px; background: url(../images/icon05.png) no-repeat right center;}
.prolist .list ul li a:hover .tit h3{ opacity: 0;}
.prolist .list ul li a:hover .tit2{ opacity: 1;}

.proviewBox{ background: #fff;}

.proview .picInfo{ margin-bottom: 40px;}
.proview .picInfo .pic{ width: 55%; position: relative; padding-right:55px;}
.proview .picInfo .pic .bpic dl{ padding-bottom: 100%; border: #dedede solid 1px; box-shadow: 0 0 15px rgba(0, 0, 0, .1);}
.proview .picInfo .pic .spic{ width: 46px; position: absolute; right: 0; top: 0; z-index: 11;}
.proview .picInfo .pic .spic ul li{ margin-bottom: 4px;}
.proview .picInfo .pic .spic ul li dl{ padding-bottom: 100%; border: #dedede solid 1px; cursor: pointer;}
.proview .picInfo .pic .spic ul li.on dl{ border: #005fa2 solid 1px;}
.proview .picInfo .proinfo{ width: 45%; padding: 40px; padding-right: 0;}
.proview .picInfo .proinfo .tit{ margin-bottom: 20px;}
.proview .picInfo .proinfo .tit h1{ font-size: 28px; text-transform: uppercase; font-weight: 900; line-height: 1.2;}
.proview .picInfo .proinfo .c{ font-size: 18px; color: #666; line-height: 1.2; margin-bottom: 36px;}
.proview .picInfo .proinfo .l a{ width: 212px; height: 50px; line-height: 46px; border: #000 solid 2px; background: url(../images/icon10.png) no-repeat right 20px center; font-size: 18px;font-weight: bold; text-transform: uppercase; padding: 0 13px; display:block; transition: all .4s;}
.proview .picInfo .proinfo .l a:hover{ border: #005fa2 solid 2px; background: #005fa2 url(../images/icon10_white.png) no-repeat right 20px center; color: #fff;}

.proview .tabNav{ margin-bottom: 30px; display: flex; }
.proview .tabNav li{ min-width: 250px; line-height: 50px; border: #4f4f4f solid 3px; font-size: 19px; font-weight: bold; color: #333333; text-align: center; padding: 0 30px; margin-right: 25px; position: relative;text-transform: uppercase;  cursor: pointer;}
.proview .tabNav li.on{ background: #005fa2; border: #005fa2 solid 3px; color: #fff; font-size: 21px;}
.proview .tabNav li.on:after{ content: ""; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 15px solid #005fa2; position: absolute; left: 50%; bottom: -15px; transform: translateX(-50%);}
.proview .tabCon{ margin-bottom: 34px;}
.proview .item{ display: none;}
.proview .item.on{ display: block;}

.proText{  line-height: 1.6; }
.proText table {    width: 100% !important;    margin: 0 auto;    text-align: left;    border-spacing: 0;    border-collapse: collapse;}
.proText table tbody tr { line-height: 20px;}
.proText table tbody tr td { border: #d0d0d0 solid 1px;padding:8px 20px;}

.news .recommendNews{ padding: 65px 0;}
.news .recommendNews .pic{ width: 50%; padding-right: 65px;}
.news .recommendNews .pic dl{ padding-bottom: 59.56%;}
.news .recommendNews .con{ width: 50%;}
.news .recommendNews .con .t{ margin-bottom: 15px;}
.news .recommendNews .con .t h3{ font-size: 40px; line-height: 1.2;}
.news .recommendNews .con .c{ font-size: 18px; line-height: 1.2; color: #666; margin-bottom: 38px;}
.news .recommendNews .con dd{ width: 212px; height: 50px; line-height: 50px;  background:#005fa2 url(../images/icon10_white.png) no-repeat right 20px center; color: #fff; font-size: 18px;font-weight: bold; text-transform: uppercase; padding: 0 13px; display:block; transition: all .4s;}
.news .recommendNews a:hover .con dd{ background: #0577c8 url(../images/icon10_white.png) no-repeat right 20px center; }

.news .list{ background: #f2f2f2; padding: 65px 0 75px;}
.news .list .box ul{ margin: 0 -15px;}
.news .list .box ul li{ width: 33.33%; padding: 0 15px; margin-bottom: 30px;}
.news .list .box ul li a{ background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); padding: 20px 34px; display: block;}
.news .list .box ul li dt{ color: #000; font-size: 50px; font-weight: bold; line-height: 1; text-align: center; margin-bottom: 20px;}
.news .list .box ul li dl{ padding-bottom: 59.56%; margin-bottom: 20px;}
.news .list .box ul li h3{ height: 50px; font-size: 20px; font-weight: normal; color: #000; line-height: 25px; margin-bottom: 10px; transition: all .4s;}
.news .list .box ul li ol{ height: 51px; font-size: 15px; font-weight: normal; color: #666; line-height: 17px; margin-bottom: 30px;}
.news .list .box ul li dd{ color: #005fa2; background: url(../images/icon10_forging.png) no-repeat right center;}
.news .list .box ul li a:hover h3{ color: #005fa2;}

.bread{ background: #f2f2f2; line-height: 60px; font-size: 18px; color: #666;}
.bread a{ color: #666;}
.bread a:hover{ color: #005fa2;}

.newsView{ padding: 55px 0 140px;}
.newsView .newsCon{ width: calc(100% - 320px); padding-right: 100px;}
.newsView .newsCon .tit{ display: flex; align-items: center; padding-bottom: 30px; margin-bottom: 30px; border-bottom: #ddd solid 1px;}
.newsView .newsCon .tit .date{ width: 100px; height: 100px; background: #005fa2; color: #fff; font-size: 28px; display: flex; justify-content: center; align-items: center; text-align: center;}
.newsView .newsCon .tit h1{ width: calc(100% - 100px); padding-left: 40px; font-size: 46px; color: #000; line-height: 1.1;}
.newsView .newsCon .text{ font-size: 18px; color: #333; line-height: 1.5; margin-bottom: 80px;}
.newsView .newsCon .viewPage a{  border: #000 solid 2px; border-radius: 8px; line-height: 50px; font-size: 18px;font-weight: bold; color: #000; text-transform: uppercase; transition: all .4s;}
.newsView .newsCon .viewPage .prev{ width: 33%;  background: url(../images/icon24_forging.png) no-repeat 50px center; padding-left: 100px;}
.newsView .newsCon .viewPage .prev:hover{ border: #005fa2 solid 2px; background: #005fa2 url(../images/icon24_white.png) no-repeat 50px center; color: #fff;}
.newsView .newsCon .viewPage .return{ width:26%; background: url(../images/icon23_forging.png) no-repeat 40px center; padding-left: 75px;}
.newsView .newsCon .viewPage .return:hover{ border: #005fa2 solid 2px; background: #005fa2 url(../images/icon23_white.png) no-repeat 40px center; color: #fff;}
.newsView .newsCon .viewPage .next{ width: 33%; background: url(../images/icon10_forging.png) no-repeat right 50px center; padding-left: 100px;}
.newsView .newsCon .viewPage .next:hover{ border: #005fa2 solid 2px; background: #005fa2 url(../images/icon10_white.png) no-repeat right 50px center; color: #fff;}

.newsView .newsSide{ width: 320px;}

.RecNews{ margin-bottom: 30px;}
.RecNews .tit{ line-height: 50px; background: #005fa2; color: #fff; font-size: 20px; padding: 0 24px;}
.RecNews .tit h3{ font-size: 20px;}
.RecNews .box ul li{ margin-top: 8px;}
.RecNews .box ul li dl{ padding-bottom: 59.56%;}
.RecNews .box ul li .con{ border: #dcdcdc solid 2px; padding: 20px;}
.RecNews .box ul li .con .t{ font-size: 18px; color: #666666; margin-bottom: 15px;}
.RecNews .box ul li .con .date{ color: #005fa2;}
.RecNews .box ul li a:hover .con .t{ color: #005fa2;}

.equipment{ padding: 75px 0 90px; background: #f2f2f2;}
.equipment .box ul li{ width: 33.33%; padding: 0 27px; margin-bottom: 27px;}
.equipment .box ul li ol{ background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); padding: 15px 15px 20px;}
.equipment .box ul li dl{ padding-bottom: 70%;}
.equipment .box ul li h3{ text-align: center; font-size: 18px; font-weight: normal; margin-top: 20px;}

.quality{ padding: 75px 0 90px; background: #f2f2f2;}
.quality .box ul li{ width: 25%; padding: 0 20px; margin-bottom: 27px;}
.quality .box ul li ol{ background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); padding: 15px 15px 20px;}
.quality .box ul li dl{ padding-bottom: 100%;}
.quality .box ul li h3{ text-align: center; font-size: 18px; font-weight: normal; margin-top: 20px;}

.technology{ position: relative; padding: 42px 0 110px;}
.technology::after{ content: ""; width: 100%; height: 77px; background:#efefef; position: absolute; left: 0; top: 0;}
.technology .tabNav{ position: relative; padding: 0 70px; margin-bottom: 50px;}
.technology .tabNav .swiper{ padding: 0px 0 10px;}
.technology .tabNav .swiper .swiper-slide{ height: 56px; line-height: 52px; border: #dddddd solid 2px; border-radius: 10px; background: #fff; font-size: 18px; color: #666666; font-weight: ; text-align: center; cursor: pointer;}
.technology .tabNav .swiper .swiper-slide.swiper-slide-thumb-active { background: #005fa2; border: #005fa2 solid 2px; color: #fff;}
.technology .tabNav .swiper .swiper-slide.swiper-slide-thumb-active::after{ content: ""; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 12px solid #005fa2; position: absolute; left: 50%; bottom: -12px; transform: translateX(-50%);}
.technology .tabNav .swiper-button-next{ right: 0px;}
.technology .tabNav .swiper-button-prev{ left: 0px;}
.technology .tabNav .swiper-button-next:after,.technology .tabNav .swiper-button-prev:after{ font-size: 25px; color: #aeaeae; font-weight: bold;}

.technology .tabCon{ }
.technology .tabCon .swiper{ overflow: hidden;}
.technology .tabCon .tabConItem{ padding: 0 69px; background: url(../images/technologyBg_forging.png) no-repeat center top; background-size: 100% auto;}
.technology .tabCon .tabConItem ul{ margin: 0 -26px;}
.technology .tabCon .tabConItem ul li{ width: 25%; padding: 0 26px; margin-bottom: 25px;}
.technology .tabCon .tabConItem ul li ol{ background: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, .15); border-radius: 15px; overflow: hidden;}
.technology .tabCon .tabConItem ul li ol dl{ padding-bottom: 74.19%;}
.technology .tabCon .tabConItem ul li ol h3{ font-size: 18px; font-weight: normal; color: #333; text-align: center; line-height: 50px;}

.contact .tit{ text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 36px;}
.contact .tit::after{ content: ""; width: 54px; height: 5px; background: #005fa2; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}
.contact .tit h2{ font-size: 33px; text-transform: uppercase; font-weight: 900; color: #000; line-height: 1;}
.contactInfo{ padding: 75px 0 230px; background:url(../images/contactBg.jpg) no-repeat center top; background-size: cover;}
.contactInfo .box ul{ margin: 0 -27px;}
.contactInfo .box ul li{ width: 33.33%; padding: 0 27px; margin-bottom: 30px;}
.contactInfo .box ul li ol{ height: 100%; background: #fff; padding: 20px 28px; display: flex; flex-direction: column;}
.contactInfo .box ul li i{ height: 36px; display: flex; align-items: center; align-self: flex-end;}
.contactInfo .box ul li h3{ text-transform: uppercase; margin-bottom: 8px;}
.contactInfo .box ul li dt{ min-height: 36px;}

.message .messageBox{ padding: 80px 50px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .3); margin-bottom: 70px; margin-top: -160px;}
.message .messageBox .box ul li{ width: 49%; margin-bottom: 25px;}
.message .messageBox .box p{ color: #666; margin-bottom: 8px;}
.message .messageBox .box p span{ color: #ff0000;}
.message .messageBox .box input{ width: 100%; height: 50px; border: #000 solid 2px; background: #fff; padding:0 15px;}
.message .messageBox .box textarea{ width: 100%; height: 145px; border: #000 solid 2px; background: #fff; padding: 10px 15px;}
.message .messageBox .box button{ width: 320px; height: 64px; background: #005fa2; color: #fff; border: none; font-size: 20px; font-weight: bold; margin: 30px auto 0; cursor: pointer; display:block;}
.message .messageBox .box button:hover{background: #0577c8;}

.footer .getEmail{ height: 140px; background: url(../images/footerBg1_forging.jpg) no-repeat center; background-size: cover;}
.footer .getEmail .t{ color: #fff; background: url(../images/icon04.png) no-repeat left center; padding-left: 90px;}
.footer .getEmail .t h3{ font-size: 35px; line-height: 1; margin-bottom: 8px; padding-top: 5px;}
.footer .getEmail .mailForm{ max-width: 720px; width: 100%;}
.footer .getEmail .mailForm input{width: calc(100% - 195px); border: none; border-radius: 10px; padding: 0 25px;}
.footer .getEmail .mailForm button{ width: 185px; height: 55px; background: #005fa2 url(../images/icon05.png) no-repeat right 20px center; border: none; border-radius: 10px; font-size: 18px; color: #fff; text-align: left; text-transform: uppercase; margin-left: 10px; padding-left: 28px; cursor: pointer;}
.footer .getEmail .mailForm button:hover{ background: #0577c8 url(../images/icon05.png) no-repeat right 20px center;}
.footer .footerMain{ color: #ededed; background: url(../images/footerBg2_forging.jpg) no-repeat center; background-size: cover;}
.footer .footerMain .contactNav{ padding: 60px 0 60px;}
.footer .footerMain .contactNav .tit{ color: #fff; font-size: 24px; font-weight: bold; text-transform: uppercase; margin-bottom: 20px;}
.footer .footerMain .contactNav .fcontact .con{ line-height: 2.2;}
.footer .footerMain .contactNav .fcontact .con img{margin-right: 5px;}
.footer .footerMain .contactNav .fnav{ width: 260px;}
.footer .footerMain .contactNav .fnav ul li{ width: 50%;}
.footer .footerMain .contactNav .fnav ul li a{color: #ededed; line-height: 2.2;}
.footer .footerMain .contactNav .fnav ul li a:hover{ color: #ffffff;}
.footer .copyrightShare{ border-top: 1px solid #007bc5; line-height: 80px;}
.footer .copyrightShare .share a{ margin-left: 15px;}

/*===/分页=============================*/
.fenye { padding-top: 25px; text-align:center}
.fenye ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.fenye li {display:inline-block!important; margin: 0 1px;}
.fenye a { font-size: 15px; color:#333;padding:10px 15px;line-height:18px; background: #e2e2e2; display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.fenye .disabled a:link,.fenye .disabled a:visited,.fenye .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.fenye .active {pointer-events:none}
.fenye .active,.fenye a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.blank-large{height:80px;line-height:80px;clear:both;font-size:0}
.fenye li.active a,.fenye li a:hover{background: #005fa2; color: #fff; }

/*搜索框*/
.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: 1750px) {
    .header{ padding: 0px 50px;}
}

@media (max-width: 1600px) {
    .header .logo{ height: 120px;}
}

@media (max-width: 1600px) and (min-width: 1520px) {
    .w1540 { width: 1440px;}
}

@media (max-width: 1519px) and (min-width: 1440px) {
    .wrap{ width: 1360px; padding: 0;}
    .w1540 { width: 1360px;}

    .header { padding: 5px 30px; }

    .iproducts .tabNav li{ font-size: 22px;}

    .inum { height: 273px; background-size: auto 100%; }
    .inum ul li h3{ font-size: 45px;}

    .inews .box{ padding: 0 50px;}
    .inews  .swiper-slide {	width: 500px; height: 500px; }
    .inews .swiper-prev{ left: 0px;}
    .inews .swiper-next{ right:0px;}

    .about{ background-size: auto;}
    .aboutOne .con{ padding-left: 100px;}
    .aboutTwo ul li{margin-bottom: 14px;}

    .products .cateOne .tit h2{ font-size: 35px;}
    .products .cateOne .swiperBox{ padding: 0 30px;}
    .products .cateOne .swiper .swiper-slide{ height: 180px; font-size: 20px;}
    .products .cateOne .swiper .swiper-slide.swiper-slide-thumb-active { font-size: 28px; }
    .products .cateOne .swiperBox .swiper-button-prev { left: -15px; }
    .products .cateOne .swiperBox .swiper-button-next { right: -15px; }

    .products .box { padding: 70px 0 100px; }
    .products .box .item ul li a{ font-size: 18px;}

    .rightBox{ padding-left: 45px;}

    .prolist .list ul li .tit h3{ font-size: 16px;}
    .prolist .list ul li .tit2 h3{ font-size: 24px;}
    .prolist .list ul li .tit2 dd{ font-size: 18px;}

    .neiBanner .bannerViewText h2{ font-size: 42px;}

    .proview .picInfo .proinfo .c{ font-size: inherit;}
    .proview .tabNav li{ line-height: 50px;}

    .news .recommendNews .con .t h3{ font-size: 32px;}
    .news .recommendNews .con .c{ font-size: inherit;}
    .news .recommendNews .con dd{ width: 190px; font-size: 16px;}

    .news .list .box ul li dt{ font-size: 40px;}
    .news .list .box ul li h3{ font-size: 18px;}

    .newsView .newsCon .tit h1{ font-size: 35px;}
    .newsView .newsCon .tit .date{ font-size: 23px;}
    .newsView .newsCon .text{ font-size: inherit;}
    .newsView .newsCon .viewPage .return { background: url(../images/icon23.png) no-repeat 26px center; padding-left: 60px; }

    .technology .tabCon .tabConItem{ padding: 0 60px;}
    .technology .tabCon .tabConItem ul li ol h3{ line-height: 44px; font-size: inherit;}

    .contact .tit h2{ font-size: 30px;}

    .message .messageBox { padding: 60px 50px;}

    .footer .getEmail .t h3{ font-size: 30px;}
}


@media (max-width: 1439px) and (min-width: 1280px) {

    .wrap{ width: 1204px; padding: 0;}
    .w1540 { width: 1204px;}

    .header { padding: 5px 30px; }
    .header .logo{ height: 100px;}
    .header .nav>ul>li{ margin-right: 26px;}
    .header .nav>ul>li>a{ font-size: 16px;}

    .iproducts .tabNav li { width: 280px; line-height: 50px; font-size: 20px;}
    .iproducts .item ul li .tit{ padding: 0 20px;}
    .iproducts .item ul li .tit2{ padding: 28px;}
    .iproducts .item ul li .tit2 dd{ font-size: 16px;}
    .iproducts .more { width: 200px; font-size: 16px; background: #fff url(../images/icon10.png) no-repeat right 20px center;}

    .inum ul li h3{ font-size: 45px;}
    .inum ul li dt{ font-size: inherit;}

    .iabout .con .t { margin-bottom: 18px; }
    .iabout .con .t h2{ font-size: 32px;}
    .iabout .con .c{ line-height: 1.4; margin-bottom: 15px;}
    .iabout .con .more { width: 180px; height: 46px; line-height: 46px; font-size: 16px;}

    .inews .box{ padding: 0 50px;}
    .inews  .swiper-slide {	width: 480px; height: 480px; }
    .inews .swiper-slide h3{ font-size: 25px;}
    .inews .swiper-prev{ left: 0px;}
    .inews .swiper-next{ right:0px;}

    .about{background-size: 100% auto; padding: 90px 0 120px;}
    .aboutOne .titBox { width: 330px; }
    .aboutOne .titBox .tit h2{ font-size: 30px;}
    .aboutOne .titBox .tit b{ font-size: 48px;}
    .aboutOne .titBox .c{ font-size: 18px;}
    .aboutOne .titBox .c span{ font-size: 26px;}
    .aboutOne .con{ width: calc(100% - 330px); padding-left: 47px;}
    .aboutTwo ul li{margin-bottom: 14px;}

    .aboutTwo ul li { margin-bottom: 13px; }

    .aboutThree .tit { margin-bottom: 45px;}
    .aboutThree .tit h2{font-size: 32px;}
    .aboutThree .tit::after { width: 70px; height: 3px;}
    .aboutThree .con ul li a{ font-size: 16px;}

    .products .cateOne .tit h2{ font-size: 35px;}
    .products .cateOne .swiperBox{ padding: 0 30px;}
    .products .cateOne .swiper .swiper-slide{ height: 180px; font-size: 20px;}
    .products .cateOne .swiper .swiper-slide.swiper-slide-thumb-active { font-size: 25px; }
    .products .cateOne .swiperBox .swiper-button-prev { left: -15px; }
    .products .cateOne .swiperBox .swiper-button-next { right: -15px; }

    .products .box { padding: 70px 0 100px; }
    .products .box .item ul li a{ height: 60px; font-size: 16px;}


    .rightBox{ padding-left: 45px;}

    .cateText .tit h2{ font-size: 22px;}
    .cateText .tit a{ font-size: 13px;}
    .cateText .text{ font-size: 15px;}

    .prolist .list ul li .tit{ padding: 0 20px;}
    .prolist .list ul li .tit h3{ font-size: inherit;}
    .prolist .list ul li .tit dd{ width: 140px; font-size: 15px;}
    .prolist .list ul li .tit2{ padding: 40px 20px;}
    .prolist .list ul li .tit2 h3{ font-size: 20px;}
    .prolist .list ul li .tit2 dd{ font-size: 15px;}

    .neiBanner .bannerViewText h2{ font-size: 42px;}

    .proview .picInfo .proinfo .tit h1{ font-size: 24px;}
    .proview .picInfo .proinfo .c{ font-size: inherit;}

    .proview .tabNav li{ font-size: 17px; line-height: 50px;}
    .proview .tabNav li.on{ font-size: 18px;}

    .news .recommendNews .con .t h3{ font-size: 32px;}
    .news .recommendNews .con .c{ font-size: inherit;}
    .news .recommendNews .con dd{ width: 190px; font-size: 16px;}

    .news .list .box ul li dt{ font-size: 38px;}
    .news .list .box ul li h3{ font-size: 18px;}

    .newsView .newsCon { padding-right: 50px; }
    .newsView .newsCon .tit h1{ font-size: 30px;}
    .newsView .newsCon .tit .date{ font-size: 20px; width: 90px; height: 90px;}
    .newsView .newsCon .text{ font-size: inherit;}
    .newsView .newsCon .viewPage a{ font-size: 17px;}
    .newsView .newsCon .viewPage .prev { width: 33%; background: url(../images/icon24.png) no-repeat 30px center; padding-left: 70px; }
    .newsView .newsCon .viewPage .return { width: 28%; background: url(../images/icon23.png) no-repeat 26px center; padding-left: 60px; }
    .newsView .newsCon .viewPage .next { width: 33%; background: url(../images/icon10.png) no-repeat right 40px center; padding-left: 80px; }

    .RecNews .box ul li .con .t{ font-size: 16px;}

    .hotpro .box ul li .pic { width: 70px; }
    .hotpro .box ul li .con { width: calc(100% - 70px);}
    .hotpro .box ul li .con h3{ font-size: 16px;}

    .equipment .box ul li h3{ font-size: inherit;}
	
	.quality .box ul li h3{ font-size: inherit;}

    .technology .tabNav .swiper .swiper-slide{ font-size: inherit;}
    .technology .tabCon .tabConItem ul li ol h3{ font-size: inherit; line-height: 46px;}
    
    .contact .tit h2{ font-size: 30px;}
    .contactInfo .box ul { margin: 0 -16px;}
    .contactInfo .box ul li{ padding: 0 16px;}
    .contactInfo .box ul li h3{ font-size: 17px;}
    .message .messageBox .box button { width: 260px; height: 54px; font-size: 18px;}

    .footer .getEmail .t h3 { font-size: 30px;}
    .footer .getEmail .mailForm { max-width: 590px;}
}


@media (max-width: 1279px) and (min-width: 1000px) {

    .wrap{ width: 990px; padding: 0 20px;}
    .w1540 { width: 990px;}

    body{ font-size: 15px;}
    .header { padding: 5px 20px; }
    .header .logo { height: 80px; }
    .header .headTop{ height: 46px; font-size: 13px;}
    .header .headTop .email { padding-left: 27px; margin-right: 18px; }
    .header .headTop .tel { padding-left: 22px; margin-right: 20px; }
    .header .guidePage{ border: #005fa2 solid 2px; padding: 0 12px 0 35px;}
    .header .nav>ul>li{ margin-right: 16px;}
    .header .nav>ul>li>a{ font-size: 15px; font-weight: normal;}
    .header .searchBtn{ background-size:16px !important;}

    .header.fixed{ height: 90px;}
    .header.fixed .logo { height: 80px; }
    .header.fixed .headTop{ height: 46px;}

    .neiBanner .bannerText h1{ font-size: 40px;}

    .iproducts .tabNav { margin-bottom: 40px;}
    .iproducts .tabNav li { width: 220px; line-height: 40px; font-size: 17px;}
    .iproducts .item ul li .tit{ padding: 0 20px;}
    .iproducts .item ul li .tit h3{ font-size: inherit;}
    .iproducts .item ul li .tit2{ padding: 20px;}
    .iproducts .item ul li .tit2 h3{ font-size: 20px;}
    .iproducts .item ul li .tit2 dd{ font-size: 15px;}
    .iproducts .more { width: 200px; line-height: 40px; font-size: 15px; background: #fff url(../images/icon10.png) no-repeat right 20px center;}

    .inum ul li h3{ font-size: 43px;}
    .inum ul li dt{ font-size: 15px;}

    .iabout { padding: 60px 0 50px; }
    .iabout .con{ padding-right: 0;}
    .iabout .con .t { margin-bottom: 22px; }
    .iabout .con .t p{ font-size: 15px; margin-bottom: 4px}
    .iabout .con .t h2{ font-size: 28px;}
    .iabout .con .c { line-height: 1.3; margin-bottom: 15px;}
    .iabout .con .more { width: 156px; height: 38px; line-height: 38px; font-size: 14px;}

    .iaboutPic { padding: 25px 0 90px; }
    .iaboutPic .box ul li h3{ font-size: 15px;}

    .inews { padding-bottom: 90px; }
    .inews .tit h2{ font-size: 30px;}
    .inews .box{ padding: 0 50px;}
    .inews  .swiper-slide {	width: 400px; height: 400px; }
    .inews .swiper-slide h3{ font-size: 20px;}
    .inews .swiper-slide.swiper-slide-active dt{ font-size: 15px;}
    .inews .swiper-prev{ left: 0px;}
    .inews .swiper-next{ right:0px;}

    .about{background-size: 100% auto; padding: 60px 0 78px;}
    .aboutOne .titBox { width: 330px; }
    .aboutOne .titBox .tit h2{ font-size: 28px;}
    .aboutOne .titBox .tit b{ font-size: 42px;}
    .aboutOne .titBox .c{ font-size: 16px;}
    .aboutOne .titBox .c span{ font-size: 24px;}
    .aboutOne .con{ width: calc(100% - 330px); padding-left: 30px; line-height: 1.3;}
    .aboutTwo ul li{margin-bottom: 14px;}

    .aboutTwo ul li { margin-bottom: 12px; }

    .aboutThree .tit { margin-bottom: 40px;}
    .aboutThree .tit h2{font-size: 30px;}
    .aboutThree .tit::after { width: 60px; height: 2px;}
    .aboutThree .con ul li a{ font-size: 15px; padding: 12px 18px;}

    .products .cateOne .tit h2{ font-size: 32px;}
    .products .cateOne .swiperBox{ padding: 0 30px;}
    .products .cateOne .swiper .swiper-slide{ height: 150px; font-size: 18px;}
    .products .cateOne .swiper .swiper-slide.swiper-slide-thumb-active { font-size: 22px; }
    .products .cateOne .swiperBox .swiper-button-prev { left: -15px; }
    .products .cateOne .swiperBox .swiper-button-next { right: -15px; }

    .products .box { padding: 70px 0 100px; }
    .products .box .item ul li a{ height: 60px; font-size: 16px;}

    .leftSide { width: 290px; }
    .leftNav ul li>a{ font-size: 15px;}
    .rightBox{ width: calc(100% - 290px); padding-left: 30px;}

    .cateText .tit h2{ font-size: 18px;}
    .cateText .tit a{ font-size: 12px;}
    .cateText .text{ font-size: 14px;}

    .prolist .list ul li .tit{ padding: 0 20px;}
    .prolist .list ul li .tit h3{ font-size: inherit;}
    .prolist .list ul li .tit dd{ width: 120px; font-size: 14px;}
    .prolist .list ul li .tit2{ padding: 40px 20px;}
    .prolist .list ul li .tit2 h3{ font-size: 18px;}
    .prolist .list ul li .tit2 dd{ font-size: 14px;}

    .neiBanner .bannerViewText h2{ font-size: 36px;}

    .proview .picInfo .proinfo .tit h1{ font-size: 18px;}
    .proview .picInfo .proinfo .c{ font-size: inherit;}
    .proview .picInfo .proinfo .l a { width: 170px; height: 46px; line-height: 42px; background: url(../images/icon10.png) no-repeat right 18px center; font-size: 15px;}

    .proview .tabNav li{min-width: 180px; font-size: 15px; line-height: 40px;}
    .proview .tabNav li.on{ font-size: 16px;}

    .RecNews .box ul li .con .t{ font-size: 16px;}

    .hotpro .box ul li .pic { width: 70px; }
    .hotpro .box ul li .con { width: calc(100% - 70px);}
    .hotpro .box ul li .con h3{ font-size: 16px;}

    .news .recommendNews .pic{ padding-right: 40px;}
    .news .recommendNews .con .t h3{ font-size: 28px;}
    .news .recommendNews .con .c{ font-size: inherit;}
    .news .recommendNews .con dd{ width: 180px; font-size: 15px;}

    .news .list .box ul li a{ padding: 20px;}
    .news .list .box ul li dt{ font-size: 32px;}
    .news .list .box ul li h3{ font-size: 16px;}

    .bread { line-height: 48px; font-size: 15px;}
    .newsView { padding: 55px 0 80px; }
    .newsView .newsCon { width: calc(100% - 290px); padding-right: 30px; }
    .newsView .newsCon .tit h1{ font-size: 28px;}
    .newsView .newsCon .tit .date{ font-size: 20px; width: 90px; height: 90px;}
    .newsView .newsCon .text{ font-size: inherit;}
    .newsView .newsCon .viewPage a{ font-size: 15px;}
    .newsView .newsCon .viewPage .prev { width: 32%; background: url(../images/icon24.png) no-repeat 15px center; padding-left: 50px; }
    .newsView .newsCon .viewPage .return { width: 30%; background: url(../images/icon23.png) no-repeat 15px center; padding-left: 40px; }
    .newsView .newsCon .viewPage .return:hover { background:#005fa2 url(../images/icon23_white.png) no-repeat 15px center; padding-left: 40px; }
    .newsView .newsCon .viewPage .next { width: 32%; background: url(../images/icon10.png) no-repeat right 15px center; padding-left: 40px; }

    .newsView .newsSide{ width: 290px;}

    .equipment .box ul{ margin: 0 -15px;}
    .equipment .box ul li{ padding: 0 15px;}
    .equipment .box ul li h3{ font-size: inherit;}
	
	.quality .box ul{ margin: 0 -15px;}
    .quality .box ul li{ padding: 0 15px;}
    .quality .box ul li h3{ font-size: inherit;}

    .technology{ padding: 40px 0 80px;}
    .technology .tabNav{ padding: 0 40px;}
    .technology .tabNav .swiper .swiper-slide{ font-size: inherit;}
    .technology .tabCon .tabConItem { padding: 0 45px;}
    .technology .tabCon .tabConItem ul li ol h3{ font-size: inherit; line-height: 36px;}
    
    .contact .tit{ padding-bottom: 20px;}
    .contact .tit::after { width: 45px; height: 3px;}
    .contact .tit h2{ font-size: 28px;}
    .contactInfo .box ul { margin: 0 -16px;}
    .contactInfo .box ul li{ padding: 0 16px;}
    .contactInfo .box ul li h3{ font-size: 17px;}
    .message .messageBox{ padding: 45px;}
    .message .messageBox .box button { width: 260px; height: 54px; font-size: 18px;}

    .footer .getEmail .t{ background-size: 50px; padding-left: 66px;}
    .footer .getEmail .t h3{ font-size: 23px;}
    .footer .getEmail .mailForm { max-width: 420px;}
    .footer .getEmail .mailForm input { width: calc(100% - 154px);}
    .footer .getEmail .mailForm button { width: 154px; height: 44px; font-size: 15px; margin-left: 10px; padding-left: 20px;}
    .footer .footerMain .contactNav { padding: 50px 0; }
    .footer .footerMain .contactNav .tit{ font-size: 20px;}
    .footer .copyrightShare{ line-height: 70px;}
}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ padding: 0 15px;}
    .w1540{ width:calc(100% - 20px);}
    
    .header{ width: 100%; height: 60px; background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, .2); display: block; padding: 0 15px; position: fixed; left: 0; top: 0; z-index: 99999;}
    .header .logo { height: 60px; padding: 7px 0;}
    .header .logo .logo_black { display: block; }
    .header .logo .logo_white { display: none; }
    .header .headTop{ display: block;}
    .header .headTop .email{ display: none;}
    .header .headTop .tel{ display: none;}
    .header .guidePage{ position: fixed; right: 65px; top: 15px; color: #000; font-weight: normal; font-size: 12px; border: #005fa2 solid 1px; background: url(../images/icon03_black.png) no-repeat 10px center; background-size: 10px auto; padding: 0 9px 0 25px;}
    .header .navSearch{ width: 100%; height: calc(100% - 60px); background: #fff; display: none; position: fixed; top: 60px; left: 0; }
    .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 ;}

    .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 .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;}

    .neiBanner .bannerText h1{ font-size: 26px;}
    .neiBanner .bannerText p{ display: none;}
    .neiBanner .pagination{ height: 40px;}
    .neiBanner .swiper-pagination-clickable .swiper-pagination-bullet{ width: 10px; height: 10px;}

    .newsviewBanner{ height: 110px;}

    .neiBanner .bannerViewText h2 {padding:0 10%; font-size: 18px; text-align: center;}
    .neiBanner .bannerViewText p { display: none;}


    .iproducts{ padding: 50px 0 30px;}
    .iproducts .tabNav { margin-bottom: 35px;}
    .iproducts .tabNav li{ width: 150px; font-size: 14px; line-height: 40px; margin: 0 5px;}
    .iproducts .item ul { margin: 0 -6px;}
    .iproducts .item ul li{ width: 50%; padding: 0 6px; margin-bottom: 16px;}
    .iproducts .item ul li .tit{ height: 50px; padding: 0 10px;}
    .iproducts .item ul li .tit h3{ font-size: 14px;}
    .iproducts .item ul li a:hover .bs{ background: #005fa2; color: #fff;}
    .iproducts .item ul li a:hover .tit h3{ opacity:1;}
    .iproducts .item ul li a:hover .tit2{ opacity: 0;}
    .iproducts .more { width: 170px; line-height: 38px; font-size: 14px; background: #fff url(../images/icon10.png) no-repeat right 12px center; border: #3B3B3A solid 2px; padding-left: 20px; }
    .iproducts .more:hover { background: #005fa2 url(../images/icon10_white.png) no-repeat right 12px center; color: #fff;}

    .inum ul { flex-wrap: wrap; justify-content: center;}
    .inum ul li{ width: 33.33%; margin: 10px 0; padding: 0 5px;}
    .inum ul li h3{ font-size: 28px; margin-bottom: 5px;}
    .inum ul li dt{ font-size: 11px;}

    .iabout { padding: 40px 0 50px; }
    .iabout .wrap{ display: block;}
    .iabout .con{ width: 100%; padding-right: 0;}
    .iabout .con .t{ margin-bottom: 17px;}
    .iabout .con .t h2{ font-size: 25px;}
    .iabout .con .c{ margin-bottom: 15px;}
    .iabout .con .more { width: 150px; height: 42px; line-height: 42px; font-size: 15px;}
    .iabout .pic { width: 100%; padding-left: 0; }
    .iabout .pic dl::before{ display: none;}
    .iabout .pic dl::after{ display: none;}

    .iaboutPic { padding: 0px 0 60px; }
    .iaboutPic .box ul { margin: 0 -8px;}
    .iaboutPic .box ul li{ width: 50%; padding: 0 8px; margin-bottom: 12px;}
    .iaboutPic .box ul li h3{ font-size: 15px; line-height: 30px;}

    .inews{ overflow: hidden; padding-bottom: 65px;}
    .inews .tit{ margin-bottom: 45px;}
    .inews .tit h2{ font-size: 26px;}
    .inews .swiper-slide{ width: 260px; height: 260px; padding: 36px;}
    .inews .swiper-slide dd{ font-size: 15px; margin-bottom: 20px;}
    .inews .swiper-slide h3{ height: 116px; font-size: 17px;}
    .inews .swiper-slide.swiper-slide-active dt{ font-size: 15px; background-size: 15px auto;}
    .inews .swiper-prev{ display: none;}
    .inews .swiper-next{ display: none;}

    .about { padding: 50px 0 70px; background:none;}
    .aboutOne { margin-bottom: 20px; }
    .aboutOne .wrap{ display: block;}
    .aboutOne .titBox{ width: 100%; margin-bottom: 25px;}
    .aboutOne .titBox .tit{ padding: 28px;}
    .aboutOne .titBox .tit h2{ font-size: 22px;}
    .aboutOne .titBox .tit b{ font-size: 38px;}
    .aboutOne .titBox .tit::after{ width: 100px;}
    .aboutOne .titBox .c{ font-size: 17px;}
    .aboutOne .titBox .c span{ font-size: 24px;}
    .aboutOne .con{ width: 100%; padding: 0;}

    .aboutTwo { margin-bottom: 60px; }
    .aboutTwo ul li{ width: 50% !important;}
    .aboutTwo ul li ol { border:none;} 

    .aboutThree .tit{ margin-bottom: 36px;}
    .aboutThree .tit::after { width: 60px; height: 3px;}
    .aboutThree .tit h2{ font-size: 26px;}
    .aboutThree .con ul li{ width: 100%;}
    .aboutThree .con ul li a{ font-size: 15px; padding: 12px 15px; border: #000 solid 2px;}

    .products .cateOne::before{ height: 68%;}
    .products .cateOne{ padding: 50px 0 35px;}
    .products .cateOne .tit{ margin-bottom: 28px;}
    .products .cateOne .tit h2 { font-size: 26px;}
    .products .cateOne .swiperBox{ padding: 0 25px;}
    .products .cateOne .swiper .swiper-slide.swiper-slide-thumb-active { font-size: 18px; }
    .products .cateOne .swiper .swiper-slide{ height: 110px; font-size: 16px;}
    .products .cateOne .swiper .swiper-slide ol{ padding: 15px;}
    .products .cateOne .swiperBox .swiper-button-prev { left: -8px; }
    .products .cateOne .swiperBox .swiper-button-next { right: -8px; }
    .products .cateOne .swiperBox .swiper-button-next:after, .products .cateOne .swiperBox .swiper-button-prev:after{ font-size: 28px;}

    .products .box { padding: 30px 0 30px; }
    .products .box .item ul {  margin: 0 -5px; }
    .products .box .item ul li { width: 50%; padding: 0 5px; margin-bottom: 10px; }
    .products .box .item ul li a { font-size: 14px; height: 55px; padding: 10px 10px; }

    .prolist .wrap{ display: block;}
    .leftSide { width: 100%; }
    .leftNav>dl{ height: 55px; line-height: 55px; background: #005fa2 url(../images/icon23_white.png) no-repeat right 20px center; position: relative; color: #fff; font-weight: bold; font-size: 17px; text-transform: uppercase; padding: 0 15px;}
    .leftNav>dl::after{ content: "Product Category";}
    .leftNav ul{ display: none; margin-top: 10px;}
    .leftNav ul li>a{     padding: 12px 24px;}
    .leftNav ul li>dl>a,.leftNav ul li.slideOn.tit>dl>a{ font-size: 16px;}
    .leftSide .hotpro { display: none;}
    .rightBox { width: 100% ; padding-left: 0; }

    .cateText .tit{ height: auto; display: block; padding: 15px;}
    .cateText .tit h2 { font-size: 19px; margin-bottom: 10px; }
    .cateText .tit a{ font-size: 12px; line-height: 25px; display: block; background-size:15px auto !important; background-position:10px center !important; padding: 0 10px 0 30px;}
    .cateText .tit a.videoBtn{ margin-right: 5px;}
    .cateText .text { line-height: 1.4; padding: 15px 20px 20px;}

    .prolist .list ul { margin: 0 -6px;}
    .prolist .list ul li{ width: 50%; padding: 0 6px; margin-bottom: 16px;}
    .prolist .list ul li .tit{ height: 120px;  padding: 0 10px;}
    .prolist .list ul li .tit h3{ font-size: 14px;}
    .prolist .list ul li .tit dd { width: 100px; height: 32px; line-height: 30px; font-size: 12px;}
    .prolist .list ul li .tit2{ display: none;}
    .prolist .list ul li a:hover .bs{ background: #005fa2; color: #fff;}
    .prolist .list ul li a:hover .tit h3{ opacity:1;}
    .prolist .list ul li a:hover .tit2{ opacity: 0;}

    .proview .picInfo{ display: block;}
    .proview .picInfo .pic{ width: 100%; margin-bottom: 25px;}
    .proview .picInfo .proinfo{ width: 100%; padding: 0;}
    .proview .picInfo .proinfo .tit h1{ font-size: 20px;}
    .proview .picInfo .proinfo .c{ font-size: inherit;}
    .proview .picInfo .proinfo .l a { width: 165px; height: 46px; line-height: 42px; font-size: 16px;}

    .proview .tabNav li{ min-width: 30%; font-size: 13px; line-height: 34px; padding: 0 10px; margin-right: 7px;}
    .proview .tabNav li.on{ font-size: 15px;}

    .news .recommendNews { padding: 35px 0; }
    .news .recommendNews a{ display: block;}
    .news .recommendNews .pic{ width: 100%; padding: 0; margin-bottom: 15px;}
    .news .recommendNews .con{ width: 100%;}
    .news .recommendNews .con .t h3{ font-size: 20px;}
    .news .recommendNews .con .c{ font-size: 14px;}
    .news .recommendNews .con dd { width: 160px; height: 42px; line-height: 42px; background: #005fa2 url(../images/icon10_white.png) no-repeat right 15px center; background-size: 18px auto; font-size: 14px; margin: 0 auto;}

    .bread { line-height: 48px; font-size: 14px; }

    .newsView { padding: 35px 0 35px; }
    .newsView .wrap{ display: block;}
    .newsView .newsCon { width: 100%; padding-right: 0; margin-bottom: 50px; }
    .newsView .newsCon .tit .date { width: 70px; height: 70px; font-size: 16px;}
    .newsView .newsCon .tit h1 { width: calc(100% - 70px); padding-left: 20px; font-size: 20px;}
    .newsView .newsCon .text{ font-size: inherit; margin-bottom: 50px;}
    .newsView .newsCon .viewPage a{ font-size: 0; line-height: 36px;}
    .newsView .newsCon .viewPage .return{ background: url(../images/icon23.png) no-repeat 34px center;}
    .newsView .newsSide{ width: 100%;}

    .RecNews .tit { line-height: 50px;}
    .RecNews .tit h3 { font-size: 18px; }
    .RecNews .box ul li .con{ padding: 15px;}
    .RecNews .box ul li .con .t{ font-size: 15px; margin-bottom: 10px;}

    .hotpro .tit {  line-height: 50px; }
    .hotpro .tit h3 { font-size: 18px; }
    .hotpro .box ul li .pic { width: 60px; }
    .hotpro .box ul li .con h3{ font-size: 15px;}
    .hotpro .box ul li .con dd{ font-size: 12px;}

    .news .list { padding: 35px 0 35px; }
    .news .list .box ul { margin: 0;}
    .news .list .box ul li{ width: 100%; padding: 0; margin-bottom: 20px;}
    .news .list .box ul li a{ padding: 20px;}
    .news .list .box ul li dt{ font-size: 26px;}
    .news .list .box ul li h3 { height: 40px; font-size: 17px; line-height: 20px;}
    .news .list .box ul li ol{ font-size: 14px; margin-bottom: 17px;}

    .equipment { padding: 35px 0 35px;}
    .equipment .box ul{ margin: 0 -6px;}
    .equipment .box ul li{ width: 50%; padding: 0 6px; margin-bottom: 10px;}
    .equipment .box ul li ol{ padding: 8px;}
    .equipment .box ul li h3{ font-size: 14px; margin-top: 5px;}
	
	.quality { padding: 35px 0 35px;}
    .quality .box ul{ margin: 0 -6px;}
    .quality .box ul li{ width: 50%; padding: 0 6px; margin-bottom: 10px;}
    .quality .box ul li ol{ padding: 8px;}
    .quality .box ul li h3{ font-size: 14px; margin-top: 5px;}
    
    .technology { padding: 35px 0 35px; }
    .technology .tabNav{ padding: 0 30px; margin-bottom: 25px;}
    .technology .tabNav .swiper .swiper-slide{ font-size: 14px;}
    .technology .tabNav .swiper-button-next:after, .technology .tabNav .swiper-button-prev:after{ font-size: 20px;}
    .technology .tabCon .tabConItem{ padding: 0 16px;}
    .technology .tabCon .tabConItem ul{ margin: 0 -6px;}
    .technology .tabCon .tabConItem ul li{ padding: 0 6px; margin-bottom: 8px;}
    .technology .tabCon .tabConItem ul li ol { border-radius: 4px;}
    .technology .tabCon .tabConItem ul li ol dl { padding-bottom: 57%;}
    .technology .tabCon .tabConItem ul li ol h3{ height: 28px; font-size: 11px; line-height: 1;padding: 3px 0;overflow: hidden;text-overflow: ellipsis;	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

    .contact .tit { margin-bottom: 30px; padding-bottom: 16px; }
    .contact .tit::after { width: 38px; height: 3px;}
    .contact .tit h2{ font-size: 20px;}
    
    .contactInfo { padding: 50px 0 195px;}
    .contactInfo .box ul{ margin: 0;}
    .contactInfo .box ul li{ width: 100%; padding: 0; margin-bottom: 10px;}
    .contactInfo .box ul li i { height: 20px;}
    .contactInfo .box ul li dt { min-height: inherit; }

    .message .messageBox { padding: 40px 25px;}
    .message .messageBox .box ul li{ width: 100%; margin-bottom: 12px;}
    .message .messageBox .box input { height: 36px; border: #000 solid 1px; padding: 0 12px; }
    .message .messageBox .box textarea { width: 100%; height: 100px; border: #000 solid 1px; background: #fff; padding: 10px 12px; }
    .message .messageBox .box button { width: 100%; height: 50px; color: #fff; font-size: 15px; font-weight: bold; margin: 16px auto 0;}

    .footer .getEmail{ padding: 20px 0; height: auto;}
    .footer .getEmail .wrap{ display: block;}
    .footer .getEmail .t{ font-size: 12px; background-size: 40px auto; padding-left: 55px; margin-bottom: 15px;}
    .footer .getEmail .t h3{ font-size: 18px;}
    .footer .getEmail .mailForm input {
        width: calc(100% - 140px);
        padding: 0 13px;
        font-size: 14px;
    }
    .footer .getEmail .mailForm button {
        width: 130px;
        height: 40px;
        background: #313131 url(../images/icon05.png) no-repeat right 12px center;
        background-size: 15px auto;
        font-size: 14px;
        margin-left: 10px;
        padding-left: 14px;
    }
    .footer .footerMain .contactNav { padding: 40px 0 30px;}
    .footer .footerMain .contactNav .wrap{ display: block;}
    .footer .footerMain .contactNav .tit { font-size: 18px; margin-bottom: 7px; }
    .footer .footerMain .fcontact{ margin-bottom: 25px;}
    .footer .copyrightShare{ line-height: 35px; padding: 15px 0;}
    .footer .copyrightShare .wrap{ display: block;}
    .footer .copyrightShare .share a {
        margin-left: 0; margin-right: 10px;
    }

    /*===/分页=============================*/
    .fenye a{ font-size: 12px; padding: 5px 10px;}

    .tccBox .BoxCon{ width: 94%;}
    .tccBox .BoxCon .off{ width: 18px; height: 18px; right: 18px;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}