@charset "utf-8";
/* CSS 鼠标效果 */
@import url('NotoSansSC.css');
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: #666; overflow-x: hidden; font-family:"Source Han Sans CN",'Noto Sans SC',"PingFang SC","Microsoft YaHei",Arial,sans-serif; padding-top: 100px;}
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{ outline:none; font-family:"Source Han Sans CN","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:#666; transition: color 0.56s ease;}
a:hover{ color: #0061cf;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 1420px; margin: 0 auto;}
.ovh{overflow: hidden;}

::-webkit-scrollbar { width: 8px;  height: 8px; 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: #34495e;}

/*顶部*/
.header{ width: 100%; height:100px; background:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); position: fixed; left: 0; top: 0; z-index: 9999; transition: all .4s;}
.header .logo{ height: 100px; padding:16px 0;}
.header .nav>ul>li{ margin-left: 1px;}
.header .nav>ul>li>a{ font-size: 18px; color: #000; line-height: 100px; padding: 0 26px; display: block; transition: all .4s;}
.header .nav>ul>li a:hover,.header .nav>ul>li.on a{ color: #fff; background: #0260e8;}
.header .lang{ margin-left: 26px; position: relative;}
.header .lang::before{ content: ""; width: 1px; height: 20px; background: #ddd; position: absolute; left: -22px; top: 3px;}
.header .lang a{ color: #000; font-size: 18px; line-height: 1; transition: all .4s;}
.header .lang a:hover{ color: #0061cf;}
.header .searchBtn{ width: 30px; height: 30px; background: url(../images/icon01.png) no-repeat center; margin-left: 16px; cursor: pointer;}

.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 { width: 100% !important; position: absolute; left:0; bottom:40px!important;  z-index:111; text-align: center;}
.banner .swiper-pagination-bullet { display: inline-block; width: 15px;height: 15px; background:#0260e8; margin: 0 5px; border-radius:12px !important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-bullet-active { background: #fff;}
.banner .swiper-slide-active{opacity:1;}

.neiBanner{ height: 400px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; position: relative;}

.title{ background: url(../images/icon02.png) no-repeat left center; display: flex; margin-bottom: 45px; padding-left: 46px;}
.title h2{ font-size: 36px; color: #222; line-height: 1; font-weight: 500; margin-right: 5px;}
.title p{ font-size: 36px; color: #333; line-height: 1; font-weight: 300;}
.title.blueBg{background: url(../images/icon03.png) no-repeat left center;}
.title.blueBg h2{ color: #fff;}
.title.blueBg p{ color: #ff7d2d;}

.ntitle{ text-align: center; margin-bottom: 50px;}
.ntitle h3{ font-size: 56px; color: #bfbfbf; font-weight: 900; line-height: 1;}
.ntitle h2{ font-size: 30px; color: #000; font-weight: 700; line-height: 1; margin-top: -25px;}

.iabout{ padding: 80px 0;}
.iabout .con{display: flex;justify-content: flex-end;}
.iabout .conBox{ width: 710px;}
.iabout .conBox .text{ color: #000; line-height: 24px;}
.iabout .conBox .num{ padding: 55px 0;}
.iabout .conBox .num ul li dl{ color: #000;}
.iabout .conBox .num ul li ol{ color: #000; margin-top: 10px;}
.iabout .conBox .num ul li ol b { font-size: 42px; color: #ff7d2d; line-height: 1; font-weight: 900; margin-right: 5px;}
.iabout .conBox .more{ width: 118px; height: 44px; line-height: 44px; background: #0260e8; color: #fff; text-align: center; display: block;  transition: all .4s;}
.iabout .conBox .more:hover{background: #024aaf;}
.iabout .pic{ padding-left: 50px;}
.iabout .pic img{ width: 100%;}

.ipro{ background: #f5f5f5;}
.ipro .iproHead{ padding-top: 65px; background: #0260e8;}
.ipro .iproHead .proMenu a{ color: #fff; margin-left: 30px;}
.ipro .iproHead .proMenu a:hover,.ipro .iproHead .proMenu a.on{ border-bottom: #ff7d2d solid 2px;}
.ipro .box{ padding: 60px 0 45px;}
.ipro .box ul{ margin: 0 -16px;}
.ipro .box ul li{ width: 25%; padding: 0 16px; margin-bottom: 36px;}
.ipro .box ul li a{ padding: 20px 20px 70px; background: #fff; border-radius: 10px; display: block; overflow: hidden; position: relative;}
.ipro .box ul li dl{ padding-bottom: 100%;}
.ipro .box ul li h3{width: 82%; padding-left: 40px; padding-right: 10px; background: #0260e8 url(../images/icon08.png) no-repeat 20px center; border-top-right-radius: 10px; font-size: 16px; color: #fff; line-height: 56px; font-weight: normal; position: absolute; left: 0; bottom: 0;}

.youshi01{ padding-top: 120px; background: url(../images/youshiBg.jpg) no-repeat center top; background-size:auto 100%; position: relative;}
.youshi01 .wrap{ height: 710px;}
.youshi01 .con { width: 390px;}
.youshi01 .con .tit{ position: relative; padding-bottom: 20px; margin-bottom: 30px;}
.youshi01 .con .tit::before{ content: ""; width: 20px; height: 2px; background: #ff7d2d; position: absolute; left: 0; bottom: 0;}
.youshi01 .con .tit h2{ font-size: 60px; color: #0260e8; font-weight: 900; line-height: 1; margin-bottom: 28px;}
.youshi01 .con .tit p{ font-size: 24px; color: #333; line-height: 1;}
.youshi01 .con dt{ font-size: 18px; color: #333;}
.youshi01 .con ol{ margin-top: 95px;}
.youshi01 .con ol h3{ font-size: 24px; color: #222222; margin-bottom: 5px;}
.youshi01 .con ol h3 span{ color: #ff7d2d;}
.youshi01 .con ol dt{ font-size: 15px;}
.youshi01 .list{ width: 450px; display: flex; flex-wrap: wrap; justify-content: space-between;  align-self: start;}
.youshi01 .list .item{ width: 48%; border: #0260e8 solid 1px; border-radius: 6px; padding: 5px; margin-bottom: 18px;}
.youshi01 .list .item ol{ background: #0260e8; border-radius: 5px; overflow: hidden;}
.youshi01 .list .item ol dt{ min-height: 170px; padding: 20px; background: #fff; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;}
.youshi01 .list .item ol h3{ line-height: 50px; color: #fff; text-align: center;}
.youshi01 .pic{ position: absolute; left: 47%; bottom: 30px; transform: translateX(-50%);}
.youshi01 .biaoyu{ line-height: 66px; font-size: 15px; color: #fff; letter-spacing: 5px; text-align: center; background: #0260e8; position: relative; z-index: 11;}

.youshi02{ padding: 90px 0 50px;}
.youshi02 .tit{ text-align: center; margin-bottom: 80px;}
.youshi02 .tit h2{ font-size: 38px; color: #000; line-height: 1; margin-bottom: 10px;}
.youshi02 .tit h2 span{ color: #0260e8;}
.youshi02 .tit p{ color: #555;}
.youshi02 .box .item{ display: flex; align-items: center; margin-bottom: 60px;}
.youshi02 .box .item .pic{ width: 50%; position: relative;}
.youshi02 .box .item .pic dd{ width: 90px; height: 100px; background: #ff7d2d; display: flex; justify-content:center; align-items: center; position: absolute; left: 25px; top: -35px;}
.youshi02 .box .item .pic dd i{ color: #fff; font-size: 30px; font-weight: bold; font-style:normal; line-height: 1; display: inline-block; border-bottom: #fff solid 3px; padding-bottom: 5px;}
.youshi02 .box .item .con{ width: 50%; padding-left: 50px;}
.youshi02 .box .item .con h3{ font-size: 30px; color: #000; line-height: 1.2; margin-bottom: 25px;}
.youshi02 .box .item .con h3 span{ color: #0260e8;}
.youshi02 .box .item .con .text{ line-height: 26px; color: #222;}
.youshi02 .box .item:nth-child(even){ flex-direction: row-reverse;}
.youshi02 .box .item:nth-child(even) .con{ padding-left: 0; padding-right: 50px;}

.youshi03{ padding: 95px 0 70px; background: url(../images/youshi03Bg.jpg) no-repeat center; background-size: cover;}
.youshi03 .box{ position: relative;}
.youshi03 .box .list{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.youshi03 .box .list .item{ width: 45.2%; height: 180px; margin:10px 0; display: flex; align-items: center;}
.youshi03 .box .list .item h3{ font-size: 25px; color: #000; line-height: 1; margin-bottom: 15px;}
.youshi03 .box .list .item h3 img{ align-self:center;}
.youshi03 .box .list .item .text{ font-size: 15px; color: #666;}
.youshi03 .box .list .item:nth-child(odd){padding: 0 155px 0 35px;}
.youshi03 .box .list .item:nth-child(odd) h3{ display: flex; justify-content:end; flex-direction: row-reverse;}
.youshi03 .box .list .item:nth-child(odd) h3 img{ margin-left: 5px;}
.youshi03 .box .list .item:nth-child(odd) .text{ text-align: right;}
.youshi03 .box .list .item:nth-child(even){padding: 0 35px 0 155px;}
.youshi03 .box .list .item:nth-child(even) h3 img{ margin-right: 5px;}
.youshi03 .box .list .item:nth-child(1){ background: url(../images/youshi01.png) no-repeat right center;}
.youshi03 .box .list .item:nth-child(2){ background: url(../images/youshi02.png) no-repeat left center;}
.youshi03 .box .list .item:nth-child(3){ background: url(../images/youshi03.png) no-repeat right center;}
.youshi03 .box .list .item:nth-child(4){ background: url(../images/youshi04.png) no-repeat left center;}
.youshi03 .box .pic{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 111;}
.youshi03 .box .pic .picBox{ width: 300px; height: 300px; position: relative;}
.youshi03 .box .pic .picBox .sucai01{width: 300px; height: 300px; background: url(../images/icon09.png) no-repeat center; position: absolute; left: 50%; top: 50%; margin-left: -150px; margin-top: -150px; z-index: 111; animation:xuanzhuan 30s linear infinite;}
.youshi03 .box .pic .picBox .sucai02{width: 300px; height: 300px; background: url(../images/icon10.png) no-repeat center; position: absolute; left: 50%; top: 50%; margin-left: -150px; margin-top: -150px; z-index: 111; animation:xuanzhuan02 20s linear infinite;}
.youshi03 .box .pic .picBox .sucai03{width: 223px; height: 223px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 111;}

.inews{ padding: 70px 0 55px;}
.inews .box ul{ margin: 0 -18px;}
.inews .box ul li{ width: 33.333%; padding: 0 18px; margin-bottom: 27px;}
.inews .box ul li a{ padding: 25px 28px 80px 28px; background: url(../images/icon16.png) no-repeat left 28px bottom 25px; border: #c0c3ca solid 1px; border-radius: 10px; overflow: hidden; display: block;  transition: all .4s;}
.inews .box ul li h3{ font-size: 20px; color: #222; line-height: 1; font-weight: normal; margin-bottom: 25px;  transition: all .4s;}
.inews .box ul li dt{ height: 48px; font-size: 15px; color: #888; line-height: 24px;  transition: all .4s;}
.inews .box ul li a:hover{background:#0260e8 url(../images/icon17.png) no-repeat left 28px bottom 25px;}
.inews .box ul li a:hover h3{ color: #fff;}
.inews .box ul li a:hover dt{ color: #fff;}

.about{ padding: 75px 0;}
.about .text{ color: #000; line-height: 30px;}

.aboutNum{ height: 250px; background: url(../images/numBg.jpg) no-repeat center; background-size: cover; display: flex; align-items: center;}
.aboutNum ul li dl{ color: #fff; overflow: hidden;}
.aboutNum ul li dl img{ filter: drop-shadow(#fff 0 50px); transform: translateY(-50px);}
.aboutNum ul li ol{ color: #fff; margin-top: 10px;}
.aboutNum ul li ol b { font-size: 42px; color: #ff7d2d; line-height: 1; font-weight: 900; margin-right: 5px;}

.culture{ padding: 110px 0 150px; background: url(../images/cultureBg.jpg) no-repeat center; background-size: cover;}
.culture ul{ margin: 0 -33px;}
.culture ul li{ width: 25%; padding: 0 33px;}
.culture ul li .item{ position: relative;}
.culture ul li ol{ width: 100%; padding: 30px 20px; color: #fff; position: absolute; left: 0; bottom: 0;}
.culture ul li ol h3{ font-size: 24px; font-weight: 500; margin-bottom: 15px;}
.culture ul li ol h3 span{ color: #0095d7;}

.products{ padding: 35px 0 30px; background: #f5f5f5;}
.products .leftNav{ width: 260px;}
.products .leftNav dl{ background: #0260e8; color: #fff; font-size: 26px; font-weight: 500; text-align: center; line-height: 64px;}
.products .leftNav ul li{ margin-top: 6px;}
.products .leftNav ul li a{ padding-left: 17px; line-height: 60px; background: #fff; color: #000; font-size: 18px; display: block; position: relative;}
.products .leftNav ul li a::before{ content: ""; width: 5px; height: 20px; background: #fff; position: absolute; left: 0; top: 50%; transform: translateY(-50%);transition: all .4s;}
.products .leftNav ul li a:hover,.products .leftNav ul li.on a{ color: #0260e8;}
.products .leftNav ul li a:hover::before,.products .leftNav ul li.on a::before{ background: #0260e8;}

.products .rightBox{ width: calc(100% - 286px); padding-bottom: 50px;}

.bread{ background: #fff; line-height: 50px; padding: 0 20px; margin-bottom: 16px;}

.prolist{ padding-bottom: 10px;}
.prolist ul{ margin: 0 -18px;}
.prolist ul li{ width: 50%; padding: 0 18px; margin-bottom: 25px;}
.prolist ul li a{ padding: 20px; background: #fff; display:flex;}
.prolist ul li a:hover{ box-shadow: 0 0 10px rgba(0,0,0,.1);}
.prolist ul li .pic{ width: 200px; flex:0 0 auto; margin-right: 20px;}
.prolist ul li .con{ width: calc(100% - 200px);}
.prolist ul li .con h3{ font-size: 20px; font-weight: 500; color: #000; border-bottom: #ccc solid 1px; line-height: 1; padding-bottom: 18px; margin-bottom: 15px; position: relative;}
.prolist ul li .con h3::before{ content: ""; width: 70px; height: 3px; background: #0260e8; position: absolute; left: 0; bottom: -1px; z-index: 11;}
.prolist ul li .con dt{ height: 72px; color: #8d8d8d; line-height: 24px; margin-bottom: 30px;}
.prolist ul li .con dd{ line-height: 1; color: #8d8d8d; font-weight: 300; display: inline-block; background: url(../images/icon19.png) no-repeat right center; padding-right: 20px;}

.prohead{ padding: 36px; background: #fff; margin-bottom: 10px;}
.prohead .pic{ width: 500px; text-align: center; border: #eee solid 2px; align-self: start;}
.prohead .con{ width: calc( 100% - 560px);}
.prohead .con h1{ font-size: 26px; font-weight: 400; color: #000; line-height: 1; padding-bottom: 20px; margin-bottom: 25px; position: relative;}
.prohead .con h1::before{ content: ""; width: 100px; height: 3px; background: #0260e8; position: absolute; left: 0; bottom:0; z-index: 22;}
.prohead .con h1::after{ content: ""; width: 100%; height: 3px; background: #d4d4d4; position: absolute; left: 0; bottom:0; z-index: 11;}
.prohead .con dt{ font-size: 16px; line-height: 2; border-bottom: dashed #d4d4d4 2px; padding-bottom: 30px; margin-bottom: 40px;}
.prohead .con ol a{ width: 180px; height: 50px; line-height: 50px; text-align: center; background: #0260e8; color: #fff; font-size: 17px; display: block;}

.proCon{padding: 36px; background: #fff;}
.proCon .promenu{ font-size: 18px; font-weight: bold; border-bottom: #ccc solid 1px; margin-bottom: 20px;}
.proCon .promenu ul li{ padding: 0 30px; background: #878787; color: #fff; line-height: 60px; display: inline-block; border-top-left-radius: 8px; border-top-right-radius: 8px; cursor: pointer;}
.proCon .promenu ul li.on{ background: #0260e8;}

.tabItem{ display: none;}
.tabItem.show{ display: block;}

.news{ padding: 70px 0 70px;}
.news .box { padding-bottom: 30px;}
.news .box ul{ margin: 0 -25px;}
.news .box ul li{ width: 50%; padding: 0 25px; margin-bottom: 30px; float: left;}
.news .box ul li a{ background: #f5f5f5; display: block; padding:16px; transition: all .4s;}
.news .box ul li ol{ padding: 0 10px 0 100px; overflow: hidden; position: relative;}
.news .box ul li ol h3{ color: #000; font-size: 18px; font-weight: 400;  overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 8px; transition: all .4s;}
.news .box ul li ol dt{ color: #888; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: all .4s;}
.news .box ul li ol dl{ width: 80px; height: 90px; text-align: center; font-size: 14px; color: #fff; background: #0061dc;  padding-top: 10px; position: absolute; left: 0; top: 0px; transition: all .4s;}
.news .box ul li ol dl b{ font-size: 40px; color: #fff; line-height: 1; display: block;transition: all .4s;}
.news .box ul li a:hover{background: #0263d4;}
.news .box ul li a:hover ol h3{ color: #fff;}
.news .box ul li a:hover ol dt{ color: #fff;}
.news .box ul li a:hover ol dl{ background: #fff; color: #0263d4;}
.news .box ul li a:hover ol dl b{ color: #0263d4;}

.newsView{background: #e8eaee;  padding: 50px 0 60px;}
.newsView .box{ background: #fff; box-shadow:10px 10px 0 #e4e4e4; margin-bottom: 10px;}
.newsView .box .newsHead{ padding: 50px 70px 30px;  position: relative;}
.newsView .box .newsHead::after{ content: ""; width: 60px; height: 3px; background: #0263d4; position: absolute; left: 70px; bottom: -2px;}
.newsView .box .newsHead h1{ font-size: 30px; color: #000; font-weight: normal; line-height: 1.2; margin-bottom: 10px;}
.newsView .box .newsHead span{ color: #999; margin-right: 30px;}
.newsView .box .viewCon{ padding:50px 70px 70px; line-height: 2;}
.newsView .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 70px; overflow: hidden; position: relative;}
.newsView .box .viewPage .boxCon{ padding-right: 200px;}
.newsView .box .viewPage .boxCon a{ color: #333; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.newsView .box .viewPage .boxCon b{ color: #0263d4;}
.newsView .box .viewPage .boxCon a:hover{color: #0263d4;}
.newsView .box .viewPage .back{ width: 160px; height: 42px; line-height: 42px;  text-align: center; border-radius: 40px; background: #0263d4; position:absolute; right: 70px; top: 35px;}
.newsView .box .viewPage .back a{color: #fff; display: block;}

.equipment{ padding: 70px 0;}
.equipment .box{ padding-bottom: 10px;}
.equipment .box ul{ margin: 0 -16px;}
.equipment .box ul li{ width: 25%; padding: 0 16px; margin-bottom: 30px;}
.equipment .box ul li dl{ padding-bottom: 74.6987%;}
.equipment .box ul li h3{ font-size: 16px; color: #000; text-align: center; font-weight: normal; margin-top: 10px;}

.honor{ padding: 70px 0;}
.honor .box{ padding-bottom: 10px;}
.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%; border: #f6f6f6 solid 2px;}
.honor .box ul li dl img{ padding: 10px;}
.honor .box ul li h3{ font-size: 16px; color: #666; text-align: center; font-weight: normal; margin-top: 10px;}

.contact{ padding: 70px 0;}
.contact .box{ width: 45%; background: #f6f6f6; padding:40px 50px;}
.contact .box dl{ font-size: 30px; color: #000; font-weight: 500; line-height: 1;}
.contact .box ul li{ color: #000; font-size: 18px; margin-top: 25px;}
.contact .box ul li span{ color: #666; padding: 0 20px;}
#map{ width: 53%;}

.footer{ background: #24262c;  color: #818181; }
.footer .fmain{ padding: 50px 0 40px;}
.footer .fmain .fcontact{ width: 520px;}
.footer .fmain .fcontact .tel{ background: url(../images/icon18.png) no-repeat left center; padding-left: 60px; margin-bottom: 35px;}
.footer .fmain .fcontact .tel dl{ color: #fff; line-height: 1; margin-bottom: 8px;}
.footer .fmain .fcontact .tel ol{ font-size: 22px; color: #fff; font-weight: bold; line-height: 1;}
.footer .fmain .fcontact .box ul li{ width: 50%; color: #c1c1c1; margin-bottom: 10px;}
.footer .fmain .ewm{text-align: center;}
.footer .fmain .ewm ul li{ margin-left: 10px;}
.footer .copyright{ color: #959595; line-height: 50px; background: #2b2e37; text-align: center;}
.footer .copyright a{ color: #959595; margin: 0 5px;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 15px; width: 100%; height: 40px; margin: 10px 0 0px;}
.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: #EBEBEB 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: #EBEBEB 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;}

/*搜索框*/
.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{width: 1200px;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: -13px; right: -13px; cursor: pointer;}
.tccBox .BoxCon .tccTit{ font-size: 20px; text-align: center; color: #fff; font-weight: bold; text-transform: uppercase; margin-bottom: 10px;}
.tccBox .BoxCon ul video{ background: #000; width: 100%;  }

@keyframes xuanzhuan{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
  }
  @keyframes xuanzhuan02{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(-90deg);}
    50%{-webkit-transform:rotate(-180deg);}
    75%{-webkit-transform:rotate(-270deg);}
    100%{-webkit-transform:rotate(-360deg);}
  }
  

@media (max-width: 1680px) {}

@media (max-width: 1500px) {
  .wrap{ width: 100%; padding: 0 50px;}
  .iabout .conBox{ width: 100%; padding-left: 50px;}

}

@media (max-width: 1440px) {
  .header .nav>ul>li>a{ padding: 0 20px;}

  .title { margin-bottom: 30px;}
  .title h2{ font-size: 30px;}
  .title p{ font-size: 30px;}

  .ntitle h3{ font-size: 50px;}

  .iabout .conBox .num ul li ol b{ font-size: 30px;}
  .iabout .conBox .num {padding: 35px 0;}

  .youshi01 .con .tit h2{ font-size: 50px;}

  .youshi02 .tit h2{ font-size: 32px;}
  .youshi02 .box .item .con h3{ font-size: 26px;}

  .youshi03 .box .list .item h3{ font-size: 22px;}

  .inews .box ul li h3{ font-size: 18px; margin-bottom: 10px;}

}

@media (max-width: 1366px) {
  body{ font-size: 15px;}
  .wrap{ width: 100%; padding: 0 20px;}

  .header .nav>ul>li>a{ font-size: 16px;}
  .header .lang a{ font-size: 16px;}

  .iabout .conBox{ padding-left: 20px;}
  .iabout .pic { padding-left: 20px;}

  .ipro .box ul li h3{ font-size: 15px;}

  .youshi01 .con .tit h2{ font-size: 45px;}
  .youshi01 .con .tit p{ font-size: 22px;}

  .culture ul li ol h3{ font-size: 22px;}

  .products .leftNav ul li a{ font-size: 16px; line-height: 50px;}

  .prolist ul { margin: 0 -10px;}
  .prolist ul li{ padding: 0 10px; margin-bottom: 20px;}
  .prolist ul li .pic{ width: 160px; margin-right: 10px;}
  .prolist ul li .con{ width: calc(100% - 160px);}
  .prolist ul li .con h3{ font-size: 18px;}
  .prolist ul li .con dt{margin-bottom: 10px;}

  .prohead .pic{ width: 400px;}
  .prohead .con{ width: calc(100% - 450px);}
  .prohead .con dt{ font-size: 15px; line-height: 1.8;}
  .proCon .promenu{ font-size: 16px;}
  .proCon .promenu ul li{ line-height: 50px;}

  .news .box ul li ol h3{ font-size: 16px;}
}

@media (max-width: 1250px) {
  .header .logo{ padding: 22px 0;}
  .header .nav>ul>li>a{ padding: 0 16px;}

  .ipro .box ul{ margin: 0 -8px;}
  .ipro .box ul li{ padding: 0 8px; margin-bottom: 16px;}
  .ipro .box ul li h3{ width: 90%; line-height: 50px;}

  .youshi03 .box .list .item .text{ line-height: 1.4;}

  .culture {padding: 65px 0 110px;}
  .culture ul { margin: 0 -15px;}
  .culture ul li{ padding: 0 15px;}
}

@media (max-width: 1030px) {
  .header .logo{ padding: 27px 0;}
  .header .nav>ul>li>a{ padding: 0 10px;}

  .neiBanner{ height: 300px;}

  .ntitle{ margin-bottom: 35px;}
  .ntitle h3{ font-size: 42px;}
  .ntitle h2{ font-size: 25px; margin-top: -20px;}

  .youshi01{ padding-top: 85px;}
  .youshi01 .con .tit h2{ font-size: 40px;}
  .youshi01 .con dt{ font-size: 16px;}
  .youshi01 .list .item ol dt{ min-height: 150px; font-size: 14px;}
  .youshi01 .list .item ol h3{ font-size: 16px; line-height: 45px;}

  .youshi02 { padding: 70px 0 25px;}
  .youshi02 .tit{ margin-bottom: 50px;}
  .youshi02 .box .item .pic dd { width: 80px; height: 80px;}
  .youshi02 .box .item .pic dd i{ font-size: 26px;}
  .youshi02 .box .item .con{ padding-left: 35px;}
  .youshi02 .box .item:nth-child(even) .con{ padding-right: 35px;}
  .youshi02 .box .item .con h3{ font-size: 22px; margin-bottom: 15px;}

  .youshi03 .box .list .item:nth-child(odd) { padding: 0 150px 0 20px;}
  .youshi03 .box .list .item:nth-child(even) { padding: 0 20px 0 150px;}
  .youshi03 .box .list .item h3{ font-size: 18px; margin-bottom: 10px;}
  .youshi03 .box .list .item h3 img{ height: 20px;}
  .youshi03 .box .list .item .text{ font-size: 14px;}

  .inews .box ul { margin: 0 -10px;}
  .inews .box ul li{ padding: 0 10px; margin-bottom: 20px;}
  .inews .box ul li h3{ font-size: 17px;}
  .inews .box ul li dt{ font-size: 14px;}

  .about { padding: 50px 0;}

  .prolist ul li{ width: 100%;}

  .prohead .pic{ width: 300px;}
  .prohead .con { width: calc(100% - 330px);}
  .prohead .con h1{ font-size: 20px;}
  .prohead .con dt{ font-size: 14px; line-height: 1.6; padding-bottom: 20px; margin-bottom: 24px;}
  .prohead .con ol a { width: 150px; height: 42px; line-height: 42px; font-size: 15px;}

  .news .box ul { margin: 0 -15px;}
  .news .box ul li{ padding: 0 15px;}

  .contact .box dl{ font-size: 25px;}
  .contact .box ul li{ font-size: 15px;}

  .footer .fmain .fcontact{ width: 470px;}
  .footer .fmain .fcontact .box ul li{ font-size: 14px;}
  .footer .fmain .ewm ul li{ width: 100px;}
}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ width: 100%; padding: 0 15px;}

    .header{ width: 100%; height:60px; background:#fff;  position: fixed; top: 0; left: 0; z-index: 99999999; }
    .header .logo{ height: 60px; padding: 12px 0; }
    .header .headRight{ float: none; position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  background: #fff; display: none;}
    .header .nav{float: none;}
    .header .nav>ul{ display: block;  position: relative; z-index: 111;}
    .header .nav>ul>li{ margin-left: 0; line-height: 50px; border-bottom: #eee solid 1px; float: none;}
    .header .nav>ul>li:before {height: 2px;}
    .header .nav>ul>li>a{ padding-left: 15px; line-height: 45px;}
    .header .lang{ float: left; margin-top: 20px; margin-left: 15px;}
    .header .lang::before{ display: none;}
    .header .searchBtn{ float: left; margin-top: 13px;}

    .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 { 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 a{  display: block; width:100%;}
    .banner .swiper-container .swiper-slide img{width:100%;}
    .banner .pagination { width: 100% !important; position: absolute; left:0; bottom:10px!important;  z-index:111; text-align: center;}
    .banner .swiper-pagination-bullet { display: inline-block; width: 10px;height: 10px; background:#0260e8; margin: 0 3px; border-radius:12px !important; opacity: 1; cursor: pointer;}
    .banner .swiper-pagination-bullet-active { background: #fff;}
    .banner .swiper-slide-active{opacity:1;}

    .neiBanner{ height: 100px;}

    .title{ background-size: 22px auto !important; padding-left: 32px;}
    .title h2{ font-size: 22px;}
    .title p{ font-size: 22px;}

    .ntitle{ margin-bottom: 25px;}
    .ntitle h3 { font-size: 30px; }
    .ntitle h2 { font-size: 22px; margin-top: -16px; }

    .iabout{ display: block; padding: 40px 15px;}
    .iabout .con{ width: 100%; margin-bottom: 30px;}
    .iabout .conBox{ padding-left: 0;}
    .iabout .pic{ width: 100%; padding-left: 0;}
    .iabout .conBox .num{padding: 20px 0;}
    .iabout .conBox .num ul{ flex-wrap: wrap;}
    .iabout .conBox .num ul li{ width: 50%; margin-top: 20px; text-align: center;}
    .iabout .conBox .num ul li ol b{ font-size: 26px;}
    .iabout .conBox .more{width: 105px; height: 36px; line-height: 36px; margin: 20px auto;}

    .ipro .iproHead{ padding:50px 0 30px;}
    .ipro .iproHead .wrap{ display: block;}
    .ipro .iproHead .proMenu a{ display: inline-block; margin-left: 0; margin-right: 20px; margin-bottom: 5px;}
    .ipro .box { padding: 30px 0 45px; }
    .ipro .box ul{ margin: 0 -5px;}
    .ipro .box ul li a { padding: 15px 15px 55px;}
    .ipro .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .ipro .box ul li h3{ width: 100%; line-height: 42px; font-size: 14px; background: #0260e8 url(../images/icon08.png) no-repeat 12px center; border-top-right-radius: 0; background-size: 10px; padding-left: 28px;}

    .youshi01 { padding-top: 50px; }
    .youshi01 .wrap{ height: auto; display: block; padding-bottom: 120px;}
    .youshi01 .con{ width: 100%;}
    .youshi01 .con .tit h2{ font-size: 30px; margin-bottom: 15px;}
    .youshi01 .con .tit p{ font-size: 16px;}
    .youshi01 .con ol{ margin: 20px 0;}
    .youshi01 .con ol h3{ font-size: 18px;}
    .youshi01 .list{ width: 100%;}
    .youshi01 .list .item ol dt{ padding: 11px;}
    .youshi01 .list .item ol h3{ font-size: 15px;}
    .youshi01 .biaoyu { line-height: 50px; font-size: 14px; letter-spacing: 1px;}

    .youshi02 { padding: 50px 0 25px; }
    .youshi02 .tit { margin-bottom: 25px;  }
    .youshi02 .tit h2{ font-size: 22px;}
    .youshi02 .box .item{ display: block; margin-bottom: 32px; }
    .youshi02 .box .item .pic{ width: 100%; margin-bottom: 15px;}
    .youshi02 .box .item .pic dd { width: 50px; height: 50px; left: 8px; top: 8px;}
    .youshi02 .box .item .pic dd i{ font-size: 18px;}
    .youshi02 .box .item .con{ width: 100%; padding-left: 0; padding-right: 0 !important;}
    .youshi02 .box .item .con h3{ font-size: 18px; margin-bottom: 10px;}
    .youshi02 .box .item .con .text{ line-height: 1.6;}

    .youshi03{ padding: 50px 0;}
    .youshi03 .box .list{ display: block; margin-bottom: 30px;}
    .youshi03 .box .list .item{ width: 100%; height: auto !important; background: #fff !important; display: block; padding:20px !important;}
    .youshi03 .box .list .item h3{ display: block !important;}
    .youshi03 .box .list .item .text{ text-align: left !important;}
    .youshi03 .box .pic{ position: relative; top: 0; transform: translate(-50%,0);}
    .youshi03 .box .pic .picBox{ margin: 0 auto; overflow: hidden;}

    .inews { padding: 50px 0 45px; }
    .inews .box ul{ margin: 0;}
    .inews .box ul li{ width: 100%; margin-bottom: 10px; padding: 0;}
    .inews .box ul li a{ padding: 15px 15px 40px; background: url(../images/icon16.png) no-repeat left 15px bottom 15px; background-size: 18px !important;}
    .inews .box ul li a:hover{background: #0260e8 url(../images/icon17.png) no-repeat left 15px bottom 15px;}
    .inews .box ul li h3{ font-size: 15px;}
    .inews .box ul li dt{ height: 40px; line-height: 20px; font-size: 13px;}

    .about { padding: 40px 0 50px;}
    .about .text{ line-height: 1.6;}
    .aboutNum { height: 220px;}
    .aboutNum ul{ flex-wrap: wrap;}
    .aboutNum ul li{ width: 50%;}
    .aboutNum ul li ol b{ font-size: 25px;}

    .culture { padding: 45px 0 50px; }
    .culture ul{ flex-wrap: wrap; margin: 0 -5px;}
    .culture ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .culture ul li ol{padding: 20px 10px;}
    .culture ul li ol h3{ font-size: 16px; margin-bottom: 10px;}
    .culture ul li ol dt{ font-size: 13px; line-height: 1.5;}

    .products .wrap{ display: block;}
    .products .rightBox{ width: 100%; padding-bottom: 0;}
    .bread{ display: none;}

    .products .leftNav{ width: 100%; margin-bottom: 15px;}
    .products .leftNav dl{ padding-left: 15px; font-size:18px; text-align: left; line-height: 50px;  background:#0095d7 url(../images/xiala.png) no-repeat right 15px center; background-size: 20px auto;}
    .products .leftNav ul{ display: none;}
    .products .leftNav ul li a{ line-height: 40px;}

    .prolist ul li a{ display: block;}
    .prolist ul li .pic{ width: 100%; text-align: center;}
    .prolist ul li .con{ width: 100%;}
    .prolist ul li .con h3{ font-size: 16px;}

    .prohead{ display: block; padding: 15px;}
    .prohead .pic{ width: 100%; margin-bottom: 15px;}
    .prohead .con { width: 100%;}
    .prohead .con h1{ font-size: 17px; padding-bottom: 15px; margin-bottom: 15px;}
    .prohead .con a{ font-size: 12px; margin-left: 2px;}
    .proCon{ padding: 15px;}
    .proCon .promenu ul li { font-size: 13px; padding: 0 15px; line-height: 36px; }

    .news{padding: 30px 0 45px;}
    .news .box{ padding-bottom: 10px;}
    .news .box ul { margin: 0;}
    .news .box ul li{ width: 100%; padding: 0; margin-bottom: 10px;}
    .news .box ul li a{ padding: 10px;}
    .news .box ul li ol h3{ font-size: 15px; margin-bottom: 2px;}
    .news .box ul li ol dt{ font-size: 14px; line-height: 1.3;}
    .news .box ul li ol dl b{ font-size: 25px;}

    .equipment{ padding: 30px 0 40px;}
    .equipment .box ul{ margin: 0 -5px;}
    .equipment .box ul li{  width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .equipment .box ul li h3{ font-size: 14px;}

    .honor { padding: 30px 0 40px; }
    .honor .box ul{ margin: 0 -5px;}
    .honor .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .honor .box ul li h3{ font-size: 14px;}

    .contact { padding: 30px 0 40px; }
    .contact .wrap{ display: block;}
    .contact .box{ width: 100%; padding: 30px 20px;}
    .contact .box dl{ font-size: 20px;}
    .contact .box ul li{ margin-top: 12px; font-size: 13px;}
    #map{ width: 100%; height: 250px;}

    .newsView{  padding: 20px 0 30px;}
    .newsView .box{ background: #fff; box-shadow:5px 8px 0 #e4e4e4; margin-bottom: 10px;}
    .newsView .box .newsHead{ padding: 30px 20px 10px;  position: relative;}
    .newsView .box .newsHead::after{ content: ""; width: 40px; height: 3px; position: absolute; left:20px; bottom: -2px;}
    .newsView .box .newsHead h1{ font-size: 18px;  margin-bottom: 10px;}
    .newsView .box .newsHead span{ font-size: 13px; margin-right: 10px;}
    .newsView .box .industryHead{ font-size: 35px; font-weight: normal; color: #000;  padding: 50px 70px 30px; border-bottom: #eaeaea solid 2px; position: relative;}
    .newsView .box .industryHead::after{ content: ""; width: 60px; height: 3px;  position: absolute; left: 70px; bottom: -2px;}
    .newsView .box .viewCon{ padding:30px 20px 30px; line-height:1.8; font-size: 15px;}
    .newsView .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 20px; overflow: hidden;}
    .newsView .box .viewPage .boxCon{ float: none; padding-right: 120px;}
    .newsView .box .viewPage .boxCon a{ font-size: 14px; display: block; overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap; margin-bottom: 10px;}
    .newsView .box .viewPage .back{ width: 100px; height: 36px; line-height: 36px;  float: none; margin: 0 auto; right: 20px;}
    .newsView .box .viewPage .back a{color: #fff; display: block;}

    .footer .logo{ display: none;}
    .footer .fmain { padding: 35px 0 25px; }
    .footer .fmain .ewm{ width: 100%;}
    .footer .fmain .ewm ul { justify-content: center;}
    .footer .fmain .fcontact{ display: none;}
    .footer .copyright{ font-size: 13px;}

    /*===/分页=============================*/
    .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: 90%;}
    .search-dialog{ width: 95%;}
}