 @charset "utf-8";

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#545454;line-height:1.6;font-family:'AlibabaPuHuiTi-Regular','微软雅黑';min-width:320px;}
a{color:#545454;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#1976d2;}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.container{position:relative;width:100%;max-width:1520px;min-width:320px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd60{padding:70px 0;overflow:hidden;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.font14{font-size:.875em;}
.font16{font-size:1.143em;}
.gray{background:#efefef;}

/* @font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot'); 
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'),
  url('../fonts/iconfont.svg#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'iconfont';  /* Project id 2769793 */
  src: url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.eot?t=1725108253982'); /* IE9 */
  src: url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.eot?t=1725108253982#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.woff2?t=1725108253982') format('woff2'),
  url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.woff?t=1725108253982') format('woff'),
  url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.ttf?t=1725108253982') format('truetype'),
  url('//at.alicdn.com/t/c/font_2769793_evuutq1pf1d.svg?t=1725108253982#iconfont') format('svg');
}
.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}

/* 头部 */
.header{padding-top:20px;position: relative;z-index:91;width:100%;}
.header .main{position: relative;padding-right:26%;}
.headMain{margin-bottom:20px;overflow:hidden;}
.headTie{padding-left:15px;margin-left:20px;line-height:1.4;position:relative;margin-top:4px;}
.headTie span{display:block;letter-spacing:1px;}
.headTie::after{content:"";position:absolute;left:0;width:2px;height:85%;background:#9c9da1;top:5px;}
.search{width:48%;max-width:460px;}
.search form{border:2px solid #1976d2;height:40px;border-radius:20px;padding-right:80px;position: relative;overflow:hidden;}
.search .text{line-height:36px;padding:0 20px;width:100%;}
.search .btn{position:absolute;right:0;height:36px;top:0;background:#1976d2;width:80px;line-height:36px;color:#fff;font-size:1rem;cursor:pointer;}
.headR{position:absolute;right:0;top:0;display:flex;flex-flow:row wrap;justify-content: space-between;width:360px;color:#1976d2;line-height:2;}
.headR p{background: url('../images/pIcon.png') no-repeat left center;padding-left:25px;}

.nav{display:flex;justify-content:space-between;}
.nav .m{float:left;text-align:center;position:relative;height:50px;}
.nav .m>a{color:#333;display:inline-block;position:relative;height:32px;line-height:32px;}
.nav .m>a::after{content:"";position:absolute;left:50%;bottom:0;width:0;height:2px;background:#1976d2;transition:all .5s;}
.nav .cur>a,.nav .m>a:hover,.nav .on>a{color:#1976d2;}
.nav .cur>a::after,.nav .m>a:hover::after{width:100%;left:0;}
.nav .navSub{position:absolute;left:50%;top:120%;background:#eee;line-height:35px;width:180px;color:#333;font-size:.875rem;transform:scale(0);transition:top .4s,opacity .4s;opacity:0;margin-left:-90px;}
.nav .navSub::after{content:"";position: absolute;left:50%;top:-12px;border:6px solid transparent;border-bottom-color:#ddd;margin-left:-6px;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#1976d2;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}


/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:24px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#333;margin-bottom:5px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger span:nth-child(2){width:16px;}
.navTrigger-on span:nth-child(1){transform: translateX(3px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapTel,.searIcon{font-family:"iconfont";position: absolute;color:#333;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.searIcon{right:100px;}
.wapTel_box{position:absolute;top:100%;background:rgba(255,255,255,.95);left:0;z-index:90;width:100%;text-align:center;line-height:40px;display:none;}
.wapTel_box a{border-right: 1px solid #fff;background:url('../images/hTel.png') no-repeat 26% center;padding-left:30px;background-size:20px;float:left;width:33.3%;}

/* 侧边导航 */
.m_sidebar{overflow:visible !important;z-index:10;}
.sidebar_list{display:none;}
.m_sidebar ul{position:absolute;left:0;top:0;background:#eef7ff;height:700px;width:220px;display:flex;justify-content:center;flex-direction: column;align-items:flex-start;}
.m_sidebar li{flex-grow:1;border-bottom: 1px solid #d5dce2;width:100%;display: flex;align-items: center;cursor:pointer;height:33.3%;}
.m_sidebar li:last-child{border-bottom: none;}
.m_sidebar li h4{font-size:1.25em;}
.m_sidebar li h4 a{background-repeat: no-repeat;display:block;background-position:20px center;padding:10px 20px;padding-left:70px;}
.m_sidebar .box{position:absolute;width:380px;left:100%;height:100%;top:0;background:#cde4fb;display:none;padding:35px;line-height:1.8;}
.m_sidebar .box .main{height:590px;overflow:hidden;}
.m_sidebar .box dl{border-bottom: 1px solid #bacddf;padding-bottom:15px;margin-bottom:20px;overflow: hidden;}
.m_sidebar .box .more{display: block !important;}
.m_sidebar .box dt{font-size:1.125em;margin-bottom:10px;}
.m_sidebar .box dt a{color:#222;}
.m_sidebar .box dt a i{font-family:"iconfont";margin-left:20px;font-style:normal;transition:all .5s;}
.m_sidebar .box dt a:hover,.m_sidebar .more{color:#1976d2;}
.m_sidebar .box dt a:hover i{margin-left:10px;}
.m_sidebar .box dd{font-size:15px;float: left;width:50%;}
.m_sidebar .box dd a{background: url('../images/s_li.png') no-repeat left center;padding-left:10px;}
.m_sidebar .box dd a:hover{background-image: url('../images/s_lih.png');}
.m_sidebar li.on{background:#cde4fb;}
.m_sidebar li.on .box{display:block  !important;}

/* 广告轮播图 */
.banner{position:relative;overflow:hidden;height:700px;}
.banner img{width:100%;height:100%;object-fit:cover;}
.banner .small{display:none;}
.banner .swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination-bullet{background:none;cursor:pointer;width:14px;height:14px;border:1px solid #fff;position: relative;opacity:.5;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#fff;top:3px;left:3px;border-radius:100%;}
.banner .swiper-pagination-bullet-active{opacity:1;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 优势 */
.odds{background:#f5f5f6 url('../images/odds_bg.jpg') no-repeat center;background-size:cover; overflow:hidden;}
.odds ul{display:flex;justify-content: space-between;}
.odds li {padding-left:130px;line-height:1.8;position: relative;top:0;transition:all .5s;}
.odds li .icon{float: left;width:107px;height:123px;background-repeat: no-repeat; margin-left:-130px;}
.odds li h4{font-size:1.375em;font-weight:700;color:#1976d2;margin-bottom:5px;}
.odds li:hover{top:-10px;}

/* 热门产品 */
.proTop{margin-bottom:30px;overflow:hidden;}
.hTitle{font-size:2.75rem;color:#212121;font-weight:700;}
.hTitle b{color:#1976d2;}
.proMenu{font-size:1.125em;overflow: hidden;}
.proMenu a{padding:0 35px; height:56px;display:flex;align-items:center;background:#dbe3e8;border-radius:5px;color:#212121;margin-left:20px;float:left;line-height:1.4;position:relative;z-index:2;overflow:hidden;}
.proMenu a::after,.applyMenu a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:0;background:#1976d2;transition:all .5s;z-index:-1;}
.proMenu .on,.applyMenu .on{color:#fff;}
.proMenu .on::after,.applyMenu .on::after{height:100%;}

.proMain{overflow:hidden;}
.proL{left:0;top:0; width:300px;background:#f0f4f6;padding:30px;}
.proL .tie{font-size:1.5em;color:#222;border-bottom: 1px solid #c8cbcd;padding-bottom:20px;position: relative;z-index:2;line-height:1.2;margin-bottom:25px;display:flex;align-items:center;}
/* .proL .tie i{float: left;width:58px;height:58px;background-repeat: no-repeat;background-position:center;position: relative;overflow:hidden;filter: brightness(0) invert(1);}
.proL .tie::after{content:"";position:absolute;left:0;top:0;background-color:#1976d2;width:58px;height:58px;border-radius:100%;z-index:-1;} */
.proL .tie i{float: left;width:58px;height:58px;background-repeat: no-repeat;background-position:center;position: relative;overflow:hidden;background-color:#1976d2;border-radius:100%;margin-right:15px;}
.proL ul{height:280px;overflow:hidden;margin-bottom:20px;}
.proL li{margin-bottom:15px;}
.proL li a{color:#222;background: url('../images/s_li.png') no-repeat left center;padding-left:10px;}
.proL li a:hover{color:#1976d2;background-image: url('../images/s_lih.png');}
.proL .tel{background: url('../images/tel2.png') no-repeat left center;padding-left:60px;line-height:1.4;margin-bottom:10px;}
.proL .tel span{display:block;color:#1976d2;font-size:1.5em;font-weight:700;font-family:Arial;}
.proL .btn{background:#fff;text-align:center;border-radius:5px;padding:10px 0;color:#1976d2;}
.proL .btn em{margin:0 20px;font-style:normal;}
.proL .btn a{color:#1976d2;}
.proL .btn a:hover{text-decoration: underline;}

.proR{width:78%;overflow:hidden;margin-right:-20px;}
.proR li{float: left;width:25%;padding-right:20px;margin-bottom:20px;text-align:center;}
.proR li a{display:block; border:1px solid #dbe3e8;}
.proR li .pic{height:226px;line-height:226px;display:block;overflow:hidden;margin-bottom:5px;}
.proR li img{max-height:100%;transition:all .5s;}
.proR li p{padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding-bottom:15px;}
.proR li a:hover{border-color: #1976d2;}
.proR li a:hover img{transform:scale(1.1);}
.proR .tip{height:30px;line-height:30px;border-radius:15px;background:#dbe3e8;padding:0 15px;color:#1976d2;display:inline-block;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}

/* 分页广告 */
.pageAd .box{float:left; width:50%;border-right: 1px solid #fff;height:350px;color:#fff;position: relative;overflow: hidden;}
.pageAd .box .txt{padding-left:21%;position:absolute;top:90px;left:0;}
.pageAd .box h3{font-size:2.25em;font-weight:700;margin-bottom:5px;}
.pageAd .box p{font-size:1.5em;font-weight:300;}
.pageAd .box a{display:inline-block;width:135px;height:35px;line-height:33px;border:1px solid #fff;border-radius:20px;margin-top:30px;color:#fff;text-align:center;}
.pageAd .box a:hover{background:#fff;color:#3c6491;}
.pageAd .box:hover .bgImg{transform: scale(1.05);}

/* 行业应用 */
.apply{padding-bottom:40px;}
.applyMenu{text-align:center;margin:20px 0 40px 0;overflow:hidden;font-size:1.125em;}
.applyMenu a{display:inline-block;height:40px;line-height:40px;margin:0 10px;background:#dbe3e8;border-radius:20px;padding:0 20px;min-width:140px;position:relative;z-index:2;overflow:hidden;}
.applyMain li{overflow: hidden;border:1px solid #e4e4e4;}
.applyMain li .info{width:50%;padding:4%;}
.applyMain li .txt{height:200px;margin-bottom:10px;overflow:hidden;}
.applyMain li .pic{height:490px;width:50%;overflow:hidden;}
.applyMain li h3{font-size:2.25em;margin-bottom:25px;}
.applyMain li h3 a{position:relative;display:inline-block;padding-bottom:10px;color:#222;}
.applyMain li h3 a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:#1976d2;}
.applyMain li .btn{margin-top:30px;}
.applyMain li .btn a{display:inline-block;height:34px;line-height:34px;background:#1976d2;color:#fff;border-radius:20px;padding:0 20px;text-align:center;min-width:125px;margin-right:15px;}
.applyMain li .btn a:hover{background:#0056ab;}
.applyMain li .pic:hover .bgImg{transform: scale(1.05);}
.applyMain li h3 a:hover{color:#1976d2;}

/* 合作伙伴 */
.partner li{float:left;border:1px solid #e2e2e2;width:14.28%;position:relative;transition:all .5s;}
.partner li p{position: absolute;top:50%;text-align:center;width:100%;transform: translateY(-50%);padding:0 5px;opacity:0;margin-top:20px;transition:all .5s;color:#fff;}
.partner li .pImg{padding-top:62%;background:#0056ab;}
.partner li:hover img{opacity:.1;transform: scale(1.1);}
.partner li:hover p{opacity:1;margin-top:0;}


/* 关于我们 */
.about{overflow:hidden;background: url('../images/about_bg.jpg') no-repeat center bottom;background-size:cover;}
.aboutMain{padding-right:22%;position:relative;overflow:hidden;}
.about .tie2{text-align:center;color:#1976d2;font-size:1.875em;line-height:1.4;margin:20px 0 50px 0;}
.about .tie2 span{display:block;}
.aVideo{width:48%;height:360px;position:relative;overflow:hidden;cursor: pointer;}
.aVideo::after,.video li a::after{content:"";position:absolute;width:76px;height:76px;background: url('../images/aVIocn.png') no-repeat;left:50%;top:50%;margin-left:-38px;margin-top:-38px;}
.aVideo:hover .bgImg{transform:scale(1.05);}
.aboutMain .font{width:48%;}
.aboutMain .font .txt{height:290px;margin-bottom:30px;overflow:hidden;}
.aboutMain .font .more{display:inline-block;width:145px;height:36px;line-height:36px;background:#1976d2;color:#fff;text-align:center;border-radius:20px;}
.aboutMain .font .more:hover{background:#0056ab;}
.aboutNum{position:absolute;right:0;top:0;height:100%;display: flex;flex-direction:column;justify-content: space-between;width:255px;}
.aboutNum li {padding-left:60px;position:relative;}
.aboutNum li::after{content:"";position:absolute;left:0;top:5px;width:49px;height:44px;background: url('../images/numICon.png') no-repeat;}
.aboutNum li:nth-child(2)::after{background-position:-49px 0;}
.aboutNum li:nth-child(3)::after{background-position:-98px 0;}
.aboutNum li span{display:block;color:#1976d2;line-height:1;font-size:2.5em;font-family:"Arial";}
.aboutNum li b{margin-right:5px;font-weight:400;font-size:1.5em;}


/* 在线看厂 */
.strength{position:relative;}
.strength::after{content:"";position:absolute;left:0;top:0;width:100%;height:395px;background: url('../images/strength_bg.jpg') no-repeat center;background-size:cover;z-index:-1;}
.hTitleW{text-align:center;color:#fff;line-height:1.4;}
.hTitleW span{display: block;font-size:.818em;}
.video{width:50%;overflow:hidden;position:relative;}
.video .title{color:#fff;font-size:1.875em;position:absolute;left:30px;top:30px;z-index:5;}
.video li a{display: block;position: relative;overflow:hidden;}
.video li .pImg{padding-top:74%;}
.video li p{height:60px;line-height:60px;background:rgba(0,0,0,.6);white-space:nowrap;overflow:hidden;text-overflow: ellipsis;z-index:2;padding:0 120px 0 4%;color:#fff;position: absolute;bottom:0;left:0;width:100%;}
.video li a:hover img{transform: scale(1.05);}
.video .swiper-pagination{width:auto;right:20px;bottom:20px;left:auto;}
.video .swiper-pagination-bullet{width:12px;height:12px;background:#fff;opacity:1;}
.video .swiper-pagination-bullet-active{background:#1976d2;}
.strengthR{width:50%;overflow:hidden;}
.strengthR li{width:50%;float:left;position:relative;padding-left:1px;margin-bottom:1px;}
.strengthR li a{position:relative;overflow:hidden;display:block;}
.strengthR li .pImg{padding-top:74%;}
.strengthR li p{position:absolute;left:0;bottom:-50px;height:50px;line-height:50px;background:rgba(0,0,0,.6);white-space:nowrap;overflow:hidden;text-overflow: ellipsis;z-index:2;color:#fff;padding:0 10px;width:100%;text-align:center;transition:all .5s;}
.strengthR li a:hover p{bottom:0;}
.strengthR li a:hover img{transform: scale(1.1);}
.layer_video{width:85% !important;height:85% !important;}

/* 新闻快讯 */
.news{margin-bottom:80px;overflow:hidden;}
.newsL{float: left;width:32%;overflow:hidden;}
.newsL .title{font-size:2em;color:#1976d2;font-weight:700;margin-bottom:20px;}
.newsL .title b{color:#222;}
.newsL .title a{float:right;font-size:1rem;font-weight:400;margin-top:15px;}
.newsL2{margin:0 2%;}
.newsL .pic{height:260px;overflow:hidden;position:relative;display:block;}
.newsL .pic img{height:100%;width:100%;transition:all .5s;}
.newsL ul{padding:20px 5%;background:#f6f6f6;}
.newsL li.txt{height:130px;border-bottom: 1px solid #cecece;font-size:.875em;}
.news li h4{font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .3s;margin-bottom:10px;}
.news li h4 a{color:#1976d2;font-weight:700;}
.news li h4 a:hover{padding-left:10px;}
.news li .date{display:block;margin-top:10px;color:#1976d2;}
.newsL li.list {line-height:45px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;border-bottom: 1px solid #c5c5c5;}
.newsL li.list a{background: url('../images/s_li.png') no-repeat left center;padding-left:10px;}
.newsL li.list span{float:right;color:#999;font-size:12px;margin-left:20px;}
.newsL li.list a:hover{padding-left:20px;color:#1976d2;background: url('../images/s_lih.png') no-repeat 10px center;}
.newsL .pic:hover img{transform: scale(1.1);}









/*底部 */
.footer{background:#eef7ff;overflow:hidden;font-size:.875rem;}
.footMain{padding-top:50px;overflow:hidden;line-height:2;}
.footMenu{overflow:hidden;width:65%;display: flex;justify-content: space-between;}
.footMenu dt{font-size:1.143em;color:#222;margin-bottom:10px;line-height:1.2;position: relative;}
.footMenu dt::after{content:"\e60f";position: absolute;right:0;top:0;transition: transform 0.3s ease;display:none;font-family:"iconfont";opacity:.4;}
.footMenu dd a{display:block;color:#777;}
.footMenu dd a:hover{color:#1976d2;}
.footMenu .on dt::after{transform: rotate(180deg);}
.footMenu .n dt::after{content:"\e624";transform: rotate(0);}
.footTxt{max-width:390px;width:30%;background: url('../images/footIcon.png') no-repeat left 5px;font-size:1.143em;line-height:1.4;padding-left:60px;}
.footTxt p {margin-bottom:15px;}
.footTxt p span{display: block;font-size:1.375em;color:#1976d2;}
.footTxt .p3 span{font-size:1.125em;}
.firendLink{padding:20px 0 20px 0;}
.firendLink span{font-size:1.143em;color:#222;}
.firendLink a{margin-right:10px;}

.copyright{background:#3d3d46;padding:25px 0;overflow:hidden;color:#ccc;}
.copyright a{color:#ccc;}
.copyright a:hover{color:#fff;}










/*内页公用 */
.listWrap{overflow:hidden;padding:80px 0;}
.listBan,.mzsmBanner{height:450px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;overflow:hidden;}
.listBan .txt{position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:leftPic .8s;color:#fff;max-width:1600px;margin:0 auto;width:100%;text-align:center;font-size:1.5em;text-transform: uppercase;letter-spacing:2px;line-height:1.2;}
.listBan .txt h3{font-size:1.875em;margin-bottom:20px;position:relative;padding-bottom:20px;}
.listBan .txt h3::after{content:"";position:absolute;left:0;bottom:0;width:50px;height:2px;background:#fff;left:50%;margin-left:-25px;}
.listBan .bgImg{transform: matrix(1, 0, 0, 1, 0, 0);-webkit-transform: matrix(1, 0, 0, 1, 0, 0);-webkit-animation: minus 8s 0s ease both infinite;-moz-animation: minus 8s 0s ease both infinite;animation: minus 8s 0s ease both infinite;animation-iteration-count: 1;-webkit-animation-iteration-count: 1;}
.listBan .hBtn{margin-top:70px;margin-right:20px;border-color:#222;color:#222;font-size:.9em;}
.listBan .hBtn:hover{border-color: #1976d2;color:#fff;}

.breadCrumb{overflow:hidden;background:#fff;box-shadow:0 5px 10px #eee;font-size:.875em;}
.breadCrumb p{padding:25px 15px;background:url('../images/home_icon.png') no-repeat left center;padding-left:25px;background-size:18px;}
.breadCrumb .back{float:right;color:#fff;background:#666;line-height:30px;padding:0 10px;}
.breadCrumb .back:hover{background:#1976d2;color:#fff;}
.breadCrumb .bc,.listMenu_box p .bc{color:#1976d2;}
.breadCrumb .bc:hover,.listMenu_box p .bc:hover{text-decoration:underline;}

.listMenu_box{background:#fff;height:70px;line-height:70px;position: relative;z-index:3;font-size:1.125em;}
.listMenu_box::after{content:"";position:absolute;left:-100%;bottom:0;width:300%;height:100%;box-shadow:0 3px 8px #eee;z-index:-1;background:#fff;}
.listMenu{width:78%;overflow:hidden;}
.listMenu a{padding:0 40px;width:auto;color:#333;position: relative;z-index:5;display:inline-block;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;bottom:0;background:#1976d2;transition:all .5s;z-index:-1;}
.listMenu .cur.on::before{content:"";position:absolute;left:50%;border:10px solid transparent;border-top-color: #1976d2;bottom:-20px;margin-left:-10px;}
.listMenu a.cur,.listMenu a:hover{color:#fff;transition:all .5s;}
.listMenu a.cur::after,.listMenu a:hover::after{height:100%;}
.listMenu_box p{float:right;font-size:14px;background:url('../images/home_icon.png') no-repeat left center;padding-left:25px;background-size:18px;margin-left:15px;}
.menuSub{border-bottom: 1px solid #e9e9e9;padding:25px 0;}
.menuSub a{margin-right:40px;position:relative;padding-left:15px;}
.menuSub a::after{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;background:#666;}
.menuSub a:hover,.menuSub .cur{color:#1976d2;}
.menuSub a:hover::after,.menuSub .cur::after{background:#1976d2;}

/* 产品列表 */
.proSider{width:25%;font-size:1.125em;float:left;}
.proSider .title{background:#1976d2;padding:30px 25px;color:#fff;font-size:1.667em;line-height:1;}
.proSider .title span{position:relative;padding-left:20px;display: block;}
.proSider .title span::after{content:"";position:absolute;top:3px;left:0;width:2px;height:30px;background:#fff;}
.proSider .title i{float:right;color:#1976d2;display:none;font-size:14px;cursor:pointer;position: relative;padding-right:25px;font-style:normal;position: relative;z-index:5;}
.proSider .title i::after{content:"\e655";position:absolute;right:0;top:0;font-family:"iconfont";font-size:1.143rem;}
.proSide_sub{border:1px solid #e4e4e4;border-top:none;margin-bottom:25px;}
.proSide_sub li a{display:block;height:80px;line-height:80px;padding:0 6%;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position: relative;border-top:1px solid #ddd;background:#f6f6f6;}
.proSide_sub>li i{font-family:"iconfont";margin-left:5px;font-style:normal;font-size:14px;top:3px;float:right;transition:all .5s;}
.proSide_sub li:last-child a{border-bottom:none;}
.proSide_sub>li>a:after{content:"";position:absolute;left:-1px;top:0;height:0;width:3px;background:#1976d2;transition:all 0.3s;}
.proSide_sub li a:hover,.proSide_sub li .cur{color:#1976d2;}
.proSide_sub li .cur:after,.proSide_sub li a:hover:after{height:100%;}
.proSide_sub li .cur i{transform:rotate(-180deg);}

.proSide_sub .sub{font-size:.889em;padding:15px 0;padding:0 20px;}
.proSide_sub .sub> li{border-top: 1px solid #eee;padding-bottom:10px;padding-top:10px;}
.proSide_sub .sub ul{overflow: hidden;display:flex;flex-flow:row wrap;}
.proSide_sub .sub ul li{float: left;margin-right:15px;height:30px;}
.proSide_sub .sub li a{border:none;display:inline-block;height:30px;line-height:30px;background: url('../images/proSub_li.png') no-repeat left center;padding-left:10px;}
.proSide_sub .sub ul a{font-size:.875em;color:#666;background:none;}
.proSide_sub .sub ul em{margin-right:5px;display:inline-block;font-style:normal;}
.proSide_sub .sub ul a:hover,.proSide_sub .sub ul .cur{color:#1976d2;}
.subBlock{display: block !important;}

.relaPro{margin-top:25px;}
.relaPro .tie{background: #f8f8f8;padding:15px 5%;border:1px solid #ddd;border-top: 1px solid #1976d2;margin-bottom:10px;font-size:1.44em;color:#333;}
.relaPro li .pImg{padding-top:70%;border:1px solid #ddd;background:#fff;}
.relaPro li p{height:60px;line-height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:10px;}
.relaPro li i{float:right;font-style:normal;margin-left:15px;font-family:"iconfont";}
.relaPro li:hover img{transform: scale(1.1);}

.proList{float:right;width:72%;}
.proInfo{overflow:hidden;margin-bottom:30px;}
.proInfo .txt{width:48%;}
.proInfo .pic{width:48%;height:450px;}

.proList ul{margin-right:-30px;overflow:hidden;}
.proList li{float:left;width:33.3%;margin-bottom:30px;padding-right:30px;}
.proList li .pImg{padding-top:84%;}
.proList li a{display: block;background:#f2f2f2;border:1px solid #eee;}
.proList li p{height:70px;line-height:70px;padding:0 20px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333; }
.proList li i{float:right;margin-left:10px;width:30px;height:30px;border:1px solid #1976d2;border-radius:100%;margin-top:20px;line-height:28px;font-style:normal;font-family:"iconfont";color:#1976d2;text-align:center;transform: rotate(320deg);font-size:.875em;transition:all .5s;}
.proList li a:hover img{transform:scale(1.1);}
.proList li a:hover i{transform:rotate(0);background:#1976d2;color:#fff;}
.proList li a:hover p{color:#fff;}
.proList li a:hover {background:#1976d2;border-color: #1976d2;}
.searchList{overflow:hidden;width:100%;}
.searchList li{width:25%;}

/*  产品详情 */
.proShow_box1{margin-bottom:60px;overflow: hidden;}
.gallery{width:48%;position:relative;}
.galleryBig{position:relative;height:500px;background:#fff;border:1px solid #ddd;}
.galleryBig li{height:500px;line-height:500px;text-align:center;}
.galleryBig p{position: absolute;bottom:-40px;left:0;height:40px;line-height:40px;text-align:center;width:100%;background: rgba(0,0,0,.6);color:#fff;transition:all .5s;z-index:5;}
.galleryBig p i{font-family:"iconfont";font-style:normal;margin-right:15px;}
.galleryBig:hover p{bottom:0;}
.gallery img{max-height:100%; vertical-align: middle;}
.gallerySmall{margin:10px 50px 0 50px;}
.gallerySmall li{cursor:pointer;pointer-events:initial !important;background:#fff;width:20%;height:100px;line-height:100px;text-align:center;}
.gallerySmall li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;border:1px solid #bdc4ce;}
.gallerySmall .on::after{border:2px solid #1976d2;}
.gallery .btn{background:#333;width:35px;height:100px;line-height:100px;text-align:center;color:#fff;top:auto;bottom:0;opacity:.6;left:0;}
.gallery .swiper-button-next{right:0px;left:auto;}
.gallery .btn:hover {opacity:1;}

.proShow_R{width:48%;overflow:hidden;height:610px;background:#f4f4f4;padding:3%;}
.proShow_R .title{margin-bottom:20px;color:#333;border-bottom: 1px solid #ddd;font-size:2em;padding-bottom:20px;}
.proShow_R .font{min-height:120px;line-height:2;}
.proShow_R .tel{border-bottom: 1px solid #ddd;padding:20px;margin:20px 0;border-top: 1px solid #ddd;color:#191919;background: url('../images/zxtel.png') no-repeat left center;padding-left:40px;}
.proShow_R .tel span{ font-size:1.5em; }
.proShow_R .btn{margin-top:30px;overflow:hidden;position:relative;}
.proShow_R .btn a{display:block; width:40%;height:50px;line-height:50px;text-align:center;background:#fff;color:#333;margin-bottom:35px;max-width:180px;border-radius:5px;box-shadow:2px 2px 6px #ccc;}
.proShow_R .btn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;font-size:1.286rem;line-height:1;top:2px;}
.proShow_R .btn a:nth-child(2){color:#f00;}
.proShow_R .btn a:hover{background:#1976d2;color:#fff;}
.proShow_R .wx{position: absolute;right:5%;top:0;width:120px;text-align:center;}
.proShow_R .wx img{width:100%;box-shadow:2px 2px 6px #ccc;}
.proShow_R .wx span{display:block;margin-top:10px;}

.proShow_main{width:72%;}
.proShow_main .title,.showTie2{height:80px; background:#fafafa; border:1px solid  #ddd;  padding: 0 4%;font-size:1.571em;line-height:80px;color:#1976d2;}
.proShow_main .title span,.showTie2 span{position:relative;display:inline-block;}
.proShow_main .title span::after,.showTie2 span::after{content:"";position: absolute;left:0;bottom:0px;height:2px;background:#1976d2;width:100%;}
.proShow_main .info{padding:4%;border-bottom: 1px solid #ddd;min-height:400px;border:1px solid #ddd;border-top:none;}
.proShow_main .tie{margin-bottom:30px;font-size:1.286em;border-left:3px solid #1976d2;padding-left:20px;line-height:1;color:#333;}
.relaPros{margin-top:30px;overflow:hidden;width:100%;}
.relaPros .tie{font-size:1.5em;}


/*  行业应用列表*/
.solutionList ul{margin-right:-30px;padding:0 10px;}
.solutionList li{float:left;width:33.3%;margin-bottom:30px;padding-right:30px;font-size:.875em;}
.solutionList li .pImg{padding-top:60%;}
.solutionList li .txt{background:#fff;position:relative;padding:20px 6%;line-height:1.8;color:#666;z-index:2;box-shadow:0 3px 7px #eee;}
.solutionList li .txt::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#1976d2; background:linear-gradient(to bottom,#82abf4,#1976d2) ;z-index:-1;transition:all .5s;}
.solutionList li h4{font-size:1.571em;margin-bottom:5px;color:#000123;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.solutionList li p{text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:3;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:3;margin-bottom:20px;height:80px;}
.solutionList li .more{color:#1976d2;}
.solutionList li .more i{font-style:normal;font-family:"iconfont";margin-left:5px;}
.solutionList li a:hover img{transform: scale(1.1);}
.solutionList li a:hover .txt::after{height:100%;}
.solutionList li a:hover .txt,.solutionList li a:hover h4,.solutionList li a:hover .more{color:#fff;transition:all .5s;}

/*  行业应用详情 */
.solutionShow{border:1px solid #ddd;}
.solutionShow .title{text-align:center;background: url('../images/titleBg.jpg') no-repeat center; font-size:2.571em;color:#1976d2; text-align: center; padding:30px 20px; border-bottom: 1px solid #1976d2;font-weight:700;}
.showdec_s{padding:60px;overflow: hidden;border-bottom: 1px solid #ddd;}
.showdec_s .txt{width:46%;line-height:2;}
.showdec_s .tie{font-size:1.750em;color:#333;padding-bottom:15px;margin-bottom:30px;position:relative;line-height:1.2;}
.showdec_s .tie::after{content:"";position:absolute;left:0;bottom:0;width:20px;height:2px;width:50px;background:#1976d2;}
.showdec_s .bgImg{width:48%;height:380px;}
.showdec_s .btn{display:inline-block;width:150px;height:40px;line-height:40px;background:#1976d2;text-align:center;color:#fff;font-size:.875em;margin-top:40px;}
.showdec_s .btn:hover{background:#002f82;}
.caseShow_info{padding:50px 60px;line-height:1.8;overflow:hidden;}
.solutionBox2 {background:#f6f6f6;}
.relatedS li{padding-right:0 !important;margin-bottom:10px;}

/*产品型号目录 */
.downList li{margin-bottom:20px;}
/* .downList li:nth-child(2n){float:right;} */
.downList li a{display:block;padding:25px 80px;background:#f6f8fa;position:relative;}
.downList li a::before,.downList li a::after{position: absolute;font-family:"iconfont";line-height:1;}
.downList li a::before{content:"\eba7";left:25px;color:#1976d2;font-size:2.2em;top:20px;}
.downList li a::after{content:"\e63e";right:25px;color:#333;font-size:1.8em;top:26px;}
.downList li a:hover{background:#1976d2;color:#fff;}
.downList li a:hover::after,.downList li a:hover::before{color:#fff;}

/* 视频列表 */
.videoSear form{border:1px solid #1976d2;height:60px;background:#fff;border-radius:35px;max-width:800px;margin:0 auto;overflow:hidden;padding-right:80px;position:relative;}
.videoSear .text{padding:0 40px;line-height:58px;width:100%;height:58px;}
.videoSear .btn{width:80px;background:#1976d2 url('../images/sBtn2.png') no-repeat center;position: absolute;right:0;height:60px;cursor:pointer;transition:all .5s;}
.videoSear .btn:hover{background-color:#002f82;}
.videoList ul{margin-right:-30px;overflow: hidden;padding:0 6px;}
.videoList li{float:left;width:33.3%;padding-right:30px;margin-bottom:30px;}
.videoList li a{display: block;overflow: hidden;box-shadow:0 0 10px #e1e1e1;}
.videoList li .pImg{padding-top:76%;}
.videoList li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#000123;height:60px;line-height:60px;padding:0 4%;}
.videoList li p span{float:right;color:#1976d2;}
.videoList li p i{font-family:"iconfont";font-style:normal;margin-left:5px;font-size:1.5em;float:right;transition:all .5s;}
.videoList li .pImg::after{content:"";position:absolute;left:0;top:0;background:#000;opacity:.4;width:100%;height:100%;transition:all .5s;z-index:4;}
.videoList li .pImg::before{content:"";position:absolute;left:50%;top:50%;width:64px;height:64px;background: url('../images/vIcon.png') no-repeat;margin-left:-32px;margin-top:-32px;z-index:5;transition:all .5s;background-size:100%;}
.videoList li a:hover p{color:#1976d2;}
.videoList li a:hover img{transform: scale(1.06);}
.videoList li a:hover i{transform: rotate(-180deg);}
.newsShow_F{overflow:hidden;padding:3%;background:#fff;box-shadow:3px 3px 14px #eee;}
.newsShow_F .title{font-size:2.25em;color:#000;margin-bottom:10px;}
.newsShow_F .text span{margin-left:25px;}
.videoShow{width:100%;height:800px;margin-top:40px;}


/*新闻列表 */
.newsSlide{overflow:hidden;position:relative;margin-bottom:50px;padding-bottom:0;}
.newsSlide li{background:#f5f5f5;overflow: hidden;}
.newsSlide li .pic{width:50%;height:450px;overflow: hidden;display:block;border: 1px solid #eee;}
.newsSlide li .txt{width:50%;padding:3% 5%;}
.newsSlide li .date{font-size:1.125em;color:#999;display: block;margin-bottom:10px;}
.newsSlide li .date b{color:#000;font-size:2em;font-weight:400;}
.newsSlide li h4{font-size: 1.5em;color:#000;margin-bottom:10px;height:65px;text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:2;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:2;}
.newsSlide li h4 a{color:#000;}
.newsSlide li .pic:hover .bgImg{transform:scale(1.05);}
.newsSlide li:hover h4 a{color:#1976d2;}
.newsSlide p{line-height:2em;text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:3;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:3;}
.newsSlide .swiper-pagination{width:auto;left:55%;bottom:10%;}
.newsSlide .swiper-pagination-bullet{width:10px;height:10px;}

.newsList ul{margin-right:-20px;}
.newsList li{float: left;width:33.3%;padding-right:20px;margin-bottom:30px;}
.newsList li .pImg{border:1px solid #e8e8e8;padding-top:70%;}
.newsList li .txt{background:#f5f5f6;padding:25px;position: relative;z-index:2;}
.newsList li h4{color:#111;font-size:1.12em;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsList li p{text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:3;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:3;margin-bottom:15px;height:75px;font-size:0.9em;}
/* .newsList li .pImg{padding-top:90%;} */
.newsList li .date{font-family:Arial;color:#999;}
.newsList li .date i{float:right;font-family: "iconfont";font-style:normal;color:#666;font-size:2em;line-height:1;margin-top:-2px;}
.newsList li a:hover img{transform: scale(1.1);}
.newsList li a:hover h4,.newsList li a:hover p,.newsList li a:hover .date,.newsList li a:hover .date i{color:#fff;transition:all .5s;}
.newsList li a:hover .date,.newsList li a:hover p{opacity:.9;}
.newsList li .txt::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#1976d2;background: linear-gradient(to bottom,rgba(214,21,24,.4),rgba(214,21,24,1)); z-index:-1;transition:all .5s;}
.newsList a:hover .txt::after{height:100%;}
.newsList li a:hover img{transform:scale(1.1);}
.newsList li a:hover h3,.newsList li a:hover i{color:#1976d2;}

.faqList ul{padding-left:1px;padding-top:1px;overflow: hidden;}
.faqList li{float:left;width:33.3%;position:relative;border:1px solid #e5e5e5;margin-left:-1px;margin-top:-1px;transition:all .3s;padding:2.5%;height:260px;}
.faqList li::after{content:"";position: absolute;left:0;bottom:0;height:6px;background:#1976d2;transition:all .5s;width:0;}
.faqList li h4{font-size:1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight:700;margin-bottom:10px;color:#333;}
.faqList li .tag{font-size:12px;margin:15px 0 20px 0;padding-left:25px;position:relative;color:#8f8f8f;}
.faqList li .tag::after{content:"\e606";font-family:"iconfont";position:absolute;left:0;top:-2px;font-size:1.143rem;}
.faqList li .txt{color:#777;height:100px;margin-bottom:15px;overflow:hidden;}
.faqList li .date{color:#999;display:block;}
.faqList li .date i{float:right;font-style:normal;font-size:1.286rem;font-family:"Arial";margin-top:-5px;}
.faqList li:hover::after{width:100%;}
.faqList li:hover{box-shadow:0 0 10px #ccc;}
.faqList li:hover h4 {color:#1976d2;}


/* 新闻详情 */
.picShow_l {width:68.5%;overflow:hidden;}
.showTitle{font-size:2.571em;color:#333;margin-bottom:8px;}
.newsShow .txt .date{margin-right:15px;}
.showTie{overflow:hidden;margin-bottom:40px;}
.showTie h2{font-size:1.714em;color:#333;margin-bottom:25px;}
.showTie .txt span{color:#454545;position:relative;padding-left:22px;font-size:1.143em;margin-right:15px;}
.showTie .txt span:before{content:"\e62e";font-family:"iconfont";position:absolute;left:0;top:-1px;}
.showTie .txt .s:before{content:"\e735";font-size:1.2rem;top:-2px;}
.showTie .bshare-custom{margin-top:-30px;}
.newsShow .showTie p{font-size:.75rem;color:#999;}
.showCon{overflow:hidden;margin-bottom:40px;}
.showCon .ce img{min-width:60%;}
.show-synopsis{background:#f7f8fa;padding:15px;margin-bottom:40px;}
.show-synopsis i{display:inline-block;width:15px;background: url('../images/a_l.png') no-repeat;height:15px;margin-right:5px;}
.show-synopsis .r{background: url('../images/a_r.png') no-repeat;margin-left:5px;margin-right:0;}

.picShow_r{width:26%;overflow:hidden;}
.picShow_r .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.picShow_r .title span{display:inline-block;border-bottom: 1px solid #1976d2;height:40px;}
.picShow_r .title a{float:right;font-size:12px;margin-top:4px;}
.picShow_r li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.picShow_r li .pImg{width:35%;float:left;padding-top:26%;margin-right:20px;border:1px solid #ddd;}
.picShow_r li h4{font-size:15px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#1976d2;}
.picShow_r li:hover img{transform: scale(1.1);}
.picShow_r li:last-child{border-bottom:none;}
.rightNews_w li h4{font-size:18px;padding-top:10px;}
.showPage{height:90px;line-height:90px;overflow:hidden;background:#f1f1f1;}
.showPage a{float:left;width:43%;padding:0 20px;}
.showPage a i{font-style:normal;font-family:"宋体";font-weight:bold;padding-left:10px;margin-left:10px; border-left: 1px dotted #ccc;}
.showPage a:nth-child(2){float:right;text-align:right;}
.showPage a:nth-child(1) i{padding:0 10px 0 0;margin:0 10px 0 0; border-right: 1px dotted #ccc;border-left:none;}
.showPage a:nth-child(3){width:14%;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.showPage a:hover{background:#1976d2;color:#fff;}
.rightNews,.rightContact{background:#f2f2f2;padding:5%;}
.rightNews_w,.rightContact_w{background:#fff;padding:8%;}
.rightContact{margin-top:30px;}
.rightContact h4{background: url('../images/zxIcon.png') no-repeat left 8px;padding-left:30px;font-size:2em;color:#191919;font-family:Arial;font-weight:bold;border-bottom: 1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
.rightContact p{padding-left:80px;margin-bottom:10px;overflow:hidden;}
.rightContact p span{margin-left:-80px;float:left;}
.newsRelative{margin-top:40px;}
.newsRelative .tie{font-size:1.714em;color:#191919;margin-bottom:20px;}
.newsRelative li{float: left;width:48%;height:46px;line-height:46px;border-bottom: 1px solid #eee;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;background: url('../images/ly_li.png') no-repeat left center;padding-left:15px;}
.newsRelative li:nth-child(2n){float:right;}
.newsRelative li span{float:right;opacity:.5;margin-left:15px;}

/* 关于我们 */
.listTie{font-size:2.5rem;text-align:center;color:#191919;position:relative;margin-bottom:40px;line-height:1.2;}
.listTie span{display: block;font-size:14px;margin-top:8px;}
.proTie{font-size:2.5rem;color:#333;padding-top:30px;position:relative;line-height:1;margin-bottom:40px;}
.proTie::after{content:"";position: absolute;left:0;top:0;width:110px;height:3px;background:#1976d2;}
.aboutBox_r{width:50%;height:620px;overflow:hidden;}
.aboutBox_l{width:45%;}
.aboutBox_l .txt{line-height:1.8;}

.culture{position: relative;overflow:hidden;}
.culture li{float: left;width:25%;text-align:center;position:relative;height:560px;background-position: center;background-repeat: no-repeat;background-size:cover;position: relative;z-index:2;}
.culture li::after{content:"";position: absolute;left:0;top:0;width:100%;height:100%;background:#eef7ff;z-index:-1;transition:all .6s;}
.culture li i{display:inline-block;width:90px;height:90px;transition:all .5s;}
.culture li h4{margin-top:20px;font-size:1.875em;color:#333;padding-bottom:25px;margin-bottom:40px;position:relative;line-height:1.4;}
.culture li h4::after{content:"";position: absolute;left:50%;width:70px;height:2px;background:#1976d2;margin-left:-35px;bottom:0;}
.culture li .txt{padding:0 10%;color:#888;line-height:2;padding-top:25%;}
.culture li:hover::after{height:0;}
.culture li:hover i{background-position: 0 -90px;}
.culture li:hover .txt,.culture li:hover h4{color:#fff;}
.culture .swiper-pagination {display:none;}
.culture .swiper-pagination-bullet{background:#333;}
.culture .swiper-pagination-bullet-active{background:#1976d2;}

.honor{font-size:1em;}
.honorSlide li{float:left;width:25%;text-align:center;}
.honorSlide li a{display: block;position: relative;overflow:hidden;}
.honorSlide li p{margin-top:15px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.honorSlide li .pic{border:1px solid #ddd;transition:all .5s;display:block;height:200px;line-height:200px;}
.honorSlide li img{transition:all .5s;max-height:100%;}
.honorSlide li a:hover img{transform: scale(1.1);}
.honorSlide li a:hover .pImg{border-color:#1976d2;}
.honor .swiper-pagination{position: static;margin-top:40px;height:2px;background:#e7e7e7;background:#e7e7e7;}
.swiper-pagination-progress .swiper-pagination-progressbar{background:#1976d2;}

.setting{background:#f5f5f5;overflow: hidden;}
.settingMenu{text-align:center;margin-bottom:50px;overflow:hidden;}
.settingMenu a{display:inline-block;width:140px;height:40px;background:#fff;border-radius:5px;line-height:40px;margin:0 20px;position:relative;z-index:2;}
.settingMenu a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#1976d2;z-index:-1;transition:all .5s;}
.settingMenu .on::after,.settingMenu a:hover::after{height:100%;}
.settingMenu .on,.settingMenu a:hover{color:#fff;}

.settingMain li{float:left;width:20%;padding-right:5px;padding-bottom:5px;}
.settingMain li .pImg{padding-top:74%;}
.settingMain li p{position:absolute;background: rgba(0,0,0,.5);padding:0 5%;height:50px;line-height:50px;color:#fff;left:0;bottom:-50px;z-index:2;width:100%;transition:all .3s;text-align:center;}
.settingMain li.big {width:40%;}
.settingMain li:hover img{transform: scale(1.1);}
.settingMain li:hover p{bottom:0;}

/* 图片列表 */
.picList ul{margin-right:-30px;}
.picList li{width:25%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:74%;border:1px solid #e1e1e1;}
.honorList li .pImg{padding-top:100%;}
.honorList li{width:25%;}
.honorList li .pic{height:370px;line-height:370px;border:1px solid #e1e1e1;transition:all .5s;display:block;overflow:hidden;}
.honorList li .pic img{transition:all .5s;max-height:100%;}
.picList li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:15px;}
.picList li a:hover img{transform:scale(1.1);}
.picList li a:hover p{color:#1976d2;}

/* 合作伙伴*/
.partnerList ul{padding-left:1px;padding-top:1px;}
.partnerList li{float:left;width:14.3%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;overflow:hidden;}
.partnerList li .pImg{padding-top:62%;}
.partnerList li p{background:#1976d2;color:#fff;height:32px;line-height:32px;text-align:center;padding:0 10px;position:absolute;left:0;bottom:-32px;width:100%;font-size:12px;transition:all .5s;}
.partnerList li:hover{z-index:2;border:1px solid #1976d2;}
.partnerList li:hover p{bottom:0;}
.partnerList li:hover img{top:-20px;}

/* 联系*/
#dituContent{height:480px;}
.contactBox1 ul{display: flex;overflow: hidden;border-radius:10px;padding: 80px 60px;box-shadow: 2px 2px 20px #ddd;justify-content: space-between;}
.contactBox1 li{position: relative;color:#666;font-size:1.429em;padding-left:60px;}
.contactBox1 span{display:block;color:#1976d2;font-weight:bold;margin-top: 4px;}
.contactBox1 li:before{content:"";font-family:"iconfont"; position: absolute;left:0;top:0;bottom: 0;margin: auto;height: fit-content;color: #1976d2;font-size: 40px;}
.contactBox1 li:nth-child(1):before{content: "\e603";}
.contactBox1 li:nth-child(2):before{content: "\e6ee";}
.contactBox1 li:nth-child(3):before{content: "\e63a";}

.contactBox2{margin:20px auto 80px auto;overflow:hidden;background:#fff;border-radius:8px;box-shadow: 2px 2px 20px #ddd;}
.feedback{width:50%;background:url('../images/feedabck_bg.jpg') no-repeat center;background-size:cover;padding:3%;color:#fff;}
.feedback .title{font-size:1.750em;margin-bottom: 30px;}
.feedback .title span{display:block;font-size:12px;opacity:.8;}

.feedback p{width:49%;float: left;;height: 60px;line-height: 60px;position: relative;margin-bottom: 10px;position: relative;border-bottom: 1px solid #fff;font-size:16px;}
.feedback p:nth-child(2n){float:right;}
.feedback p input{width: 100%;height: 100%;color:#fff;}
.feedback .tarea{width: 100%;height: 120px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.feedback textarea{width: 100%;height: 100%;color:#fff;}
.feedback .code{clear:both;padding-top:40px;}
.feedback .code input{height: 60px;line-height: 60px;border-bottom: 1px solid #fff;}
.feedback .code .c{width: 20%;padding: 0 15px;}
.feedback .code img{padding:19px;background:#fff;}
.feedback .sub {background: #fff;width: 30%;cursor: pointer;transition: all .3s;color: #fff;display:inline-block;height: 50px;line-height: 50px;margin-top:30px;color:#1976d2;font-size:18px;border-radius:5px;}
.feedback .sub:hover{background:#1976d2;color:#fff;}
.feedback input::-webkit-input-placeholder,.feedback textarea::-webkit-input-placeholder{color:#fff;}
.feedback input::-moz-placeholder,.feedback textarea::-moz-placeholder{ color:#fff;}
.feedback input:-moz-placeholder,.feedback textarea:-moz-placeholder{  color:#fff;}
.feedback input:-ms-input-placeholder,.feedback textarea:-ms-input-placeholder{ color:#fff;}
.contactInfo{width:50%;padding:3%;line-height:2;overflow:hidden;}
.contactInfo .txt{margin-bottom:30px;min-height:240px;}
.contactInfo .ewm{float: left;width:130px;text-align:center;font-size:14px;position: relative;margin-right:80px;}
.contactInfo .ewm span{display:block;}
.contactInfo .ewm::after{content:"";position: absolute;right:-40px;border-right: 1px dotted #ccc;top:20px;bottom:40px;}
.contactInfo .zx{display:inline-block;margin-top:40px;background:#1976d2;color:#fff;font-size:14px;height:40px;line-height:40px;border-radius:20px;width:160px;text-align:center;}
.contactInfo .zx:hover{background:#1976d2;}

/* 搜索结果*/
.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 15px;background:#eee;}
.proSear .btn{height:50px;line-height:50px;width:50px;text-align:center;font-size:16px;background:#333 url('../images/sBtn2.png') no-repeat center;color:#fff;cursor:pointer;transition:all 0.3s;float:left;margin-right:-50px;}
.proSear .txt{height:48px;line-height:48px;border-right:none;width:100%;padding:0 10px;float:left;}
.proSear .btn:hover{background-color:#1976d2;}