@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:#666;line-height:1.5;font-family:Arial,'simsun',HELVETICA;min-width:320px;}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#ff7419;}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.container{position:relative;min-width:320px;width:100%;max-width:1600px;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;font-size:.875em;overflow:hidden;}
.mb40{margin-bottom:40px;}
.font14{font-size:.875em;}
.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#NeuesBauenDemo') 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{width:100%;height:90px;background:#fff url('../images/head_bg.jpg') no-repeat center;background-size:cover; line-height:90px;background: rgba(255, 255, 255, 0);position: fixed;z-index:99;}
.header .logo{padding-top:15px;line-height:1.5;padding-left: 10px; padding-right: 8px; padding-bottom: 6px;} 
.header .logo span{display: block;margin-top:5px;letter-spacing:6px;color:#191919; } 
.nav{padding-right:340px;width:60%;display:flex;justify-content:space-between;height:90px;font-size:1.1rem;text-transform:capitalize;}
.nav .m{float:left;text-align:center;position:relative;z-index:10;}
.nav .m>a{color:#fff;display:inline-block;position:relative;}
.nav .m>a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:4px;background:#ff7419;transform-origin:right;transform: scale(0,1);transition:transform .5s;}
.nav .cur>a,.nav .m>a:hover,.nav .on>a{color:#ff7419;}
.nav .cur>a::after,.nav .m>a:hover::after{transform-origin:left;transform: scale(1);}
.nav .navSub{position:absolute;left:50%;top:100%;background:#eee;line-height:35px;width:230px;color:#333;font-size:.875rem;transform:scale(0);transition:top .4s,opacity .4s;opacity:0;margin-left:-80px;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#ff7419;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.headTel {position:absolute;right:50px;top:0;padding-left:35px;font-family:Arial;background: url('../images/tel.png') no-repeat left center;color:#fff;}
.headTel span{color:#ff7419;font-size:1.375em;}
.wapTel{font-family:"iconfont";position: absolute;color:#005ab0;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.headFix{box-shadow:0 0 10px #ddd;z-index:99;position: fixed;left:0;top:0;height:90px;line-height:90px;background: #fff;color:#333;}
.header.headFix .logo span{color:#191919;}
.headFix .headTel {color:#333;}
.headFix .nav .m>a{color:#333;}
.headFix .nav .m>a:hover{color:#ff7419;}
.headFix .nav{height:90px;}
.headFix .logo{padding-top:15px;}
.header:hover{background:rgba(255,255,255);color:#333;}
.header:hover .nav .m>a{color:#333;}
.header:hover .nav .m>a:hover{color:#ff7419;}
.header:hover .headTel {color:#333;}
.header:hover .logo span{color:#191919;}
.headFix .pcLang,.header:hover .pcLang{border:1px solid #555;color:#333;}
.pcLang {border:1px solid #fff;height:30px;line-height:28px;border-radius:20px;top:32px;font-size:14px;color:#fff;position: absolute;right:0;width:30px;text-align:center;}
.pcLang:hover{background:#ff7419 !important;color:#fff !important;border-color: #ff7419 !important;}



/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#ff7419;margin-bottom:6px;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-on span:nth-child(1){transform: translateX(4px) 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,.wapLang{font-family:"iconfont";position: absolute;color:#ff7419;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.wapLang{right:100px;}



/* 广告轮播图 */
.banner{position:relative;overflow:hidden;}
.banner img{width:100%;}
.banner .small{display:none;}
.swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:14px;height:14px;border:1px solid #fff;position: relative;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#fff;top:3px;left:3px;border-radius:100%;opacity:0;}
.banner .swiper-pagination-bullet-active{border-color: #ff7419;}
.banner .swiper-pagination-bullet-active::after{background:#ff7419;opacity:1;}

/* 特点 */
.features{text-align:center;background:url('../images/features_bg.jpg');font-size:1em;}
.hTitle{font-size:1rem;position: relative;line-height:1.4;text-align:center;margin-bottom:40px;color:#191919;text-transform: uppercase;}
.hTitle span{display:block;font-size:2em;padding-bottom:10px;margin-bottom:10px;position:relative;}
.hTitle span::after,.features li h4::after{content:"";position: absolute;left:50%;width:40px;height:2px;background:#ff7419;bottom:0;margin-left:-20px;}
.featuresMain{padding-bottom:10px;overflow:hidden;}
.features li{float:left;width:33.3%;background:#fff;border:1px solid #d9d9d9;height:480px;padding:0 3%;padding-top:70px;color:#333;line-height:1.8;transition:all .5s;}
.features li i{display:inline-block;width:150px;height:168px;margin-bottom:20px;transition:all .5s;position:relative;top:0;}
.features li h4{font-size:1.5em;color:#191919;position:relative;padding-bottom:15px;margin-bottom:20px;position:relative;transition:all .5s;}
.features li h4::after{background:#cbcbcb;transition:all .5s;}
.features li:hover{border-color:#ff6c0e;box-shadow:0 5px 10px #ffd9bc;}
.features li:hover h4{color:#ff6c0e;}
.features li:hover h4::after{background:#ff6c0e;height:20px;width:2px;margin-left:-1px;bottom:-10px;}
.features li:hover i{top:-10px;}
.features .btn{display:none;font-family:"simsun";position: static;margin-top:25px;background:#333;width:36px;height:26px;line-height:26px;color:#fff;font-weight:700;}

.odds{background:url('../images/features_bg.jpg');}
.odds ul{margin-right:-35px;}
.odds li{float: left;width:33.3%;padding-right:35px;margin-bottom:35px;text-align:center;font-size:1.429em;}
.odds li a{display:block;border:1px solid #ccc;height:380px;padding-top:65px;color:#333; background:#fff;}
.odds li h4{padding:0 5%;}
.odds li i{width:201px;height:171px;display:inline-block;margin-bottom:25px;transition:all .5s;position:relative;top:0;}
.features li:hover i{top:-10px;}


/* 我们的产品 */
.product{font-size:1em;}
.hotPro{margin-bottom:20px;overflow:hidden;position:relative;background:#fff;}
.hotPro .txt{width:50%;border:1px solid #e5e5e5;padding:1% 6% 2% 3%;height:460px;}
.hotPro .txt h4{background:url('../images/pIcon.png') no-repeat left center;padding-left:45px;border-bottom: 1px solid #e5e5e5;height:85px;line-height:85px;font-size:1.5em;margin-bottom:25px;}
.hotPro .txt h4 a{color:#191919;}
.hotPro .txt h4 a:hover{color:#ff6c0e;}
.hotPro .info{height:140px;line-height:1.8;margin-bottom:15px;overflow:hidden;}
.hotPro .btn{display:inline-block;width:200px;height:60px;line-height:60px;border:1px solid #e5e5e5;text-align:center;font-size:0.938em;}
.hotPro .zx,.hotPro .btn:hover{border-color: #ff6c0e;background:#ff6c0e;color:#fff;}
.hotPro .btn:hover{background:#d85400;}
.hotPro .pic{width:50%;height:460px;overflow:hidden;}
.hotPro .pic:hover .bgImg{transform: scale(1.06);}
.hotPro .swiper-pagination{width:auto;left:3.5%;bottom:30px;}
.hotPro .swiper-pagination-bullet{width:12px;}
.proMain li{float:left;width:25%;}
.proMain li .pImg{padding-top:66%;border:1px solid #e9e9e9;transition:all .5s;}
.proMain li .pImg::after{content:"";position: absolute;left:0;top:0;right:0;bottom:0; border:8px solid #fff;}
.proMain li p{text-align:center;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-top:15px;}
.proMain li:hover img{transform: scale(1.1);}
.proMain li:hover .pImg{border-color:#ff6c0e;box-shadow:0 3px 10px #ddd;}

/* 解决方案 */
.hTitleW,.hTitleW span{color:#fff;}
.solution{background:url('../images/solution_bg.jpg') no-repeat center;background-size:cover;background-attachment:fixed;background-position:center;  font-size:1.125em;}
.solutionMenu{text-align:center;margin-bottom:40px;}
.solutionMenu a{display:inline-block;height:50px;line-height:50px;color:#fff;border:1px solid #fff;padding:0 30px;margin:0 15px;position:relative;z-index:2;}
.solutionMenu a::after,.newsMenu a::after{content:"";position: absolute;left:0;top:50%;background:#ff6c0e;z-index:-1;width:100%;height:0;transition:all .5s;}
.solutionMenu a.on{border-color: #d85400;color:#fff;}
.solutionMenu a.on::after,.newsMenu .on::after{top:0;height:100%;}
.solutionMain{background:#fff;padding:20px;overflow:hidden;}
.solutionBox{position: relative;overflow:hidden;}
.solutionMain li{float:left;width:30%;}
.solutionMain li a{display:block;position:relative;background:#000;}
.solutionMain li .pImg{padding-top:70%;}
.solutionMain li .pImg::after{content:"";position:absolute;left:50%;top:30%;width:40px;height:40px;background:url('../images/p_more.png') no-repeat;opacity:0;margin-left:-20px;transition:all .5s;}
.solutionMain li p{position: absolute;left:0;bottom:0;color:#fff;text-align:center;height:70px;line-height:70px;width:100%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3) 70%);}
.solutionMain li:hover img{transform: scale(1.1);opacity:.4;}
.solutionMain li:hover .pImg::after{opacity:1;top:40%;}
.solutionMain .btn{width:28px;height:42px;line-height:42px;background:#000;color:#fff;text-align:center;font-family:"simsun";font-weight:700;left:0;opacity:0;}
.solutionMain .swiper-button-next{left:auto;right:0;}
.solutionBox:hover .btn{opacity:.6;pointer-events:inherit;cursor:pointer;}
.solutionMain .btn:hover{opacity:.8;}


/* 关于我们 */
.about{background:#f2f2f4;/*padding-bottom:0;*/position:relative;z-index:2;}
/*.about::aftercontent:"";position: absolute;left:0;bottom:0;background:#fff;height:150px;width:100%;z-index:-1;}*/
.aboutTxt{width:47.5%;color:#333;padding-top:40px;}
.aboutTxt .tie{font-size:1.6em;color:#191919;margin-bottom:20px;}
.aboutTxt .tie span{font-size:1.231em;}
.aboutTxt .txt{height:200px;margin-bottom:10px;line-height:1.8;overflow:hidden;}
.aboutNum{display:flex;flex-flow:row wrap;justify-content:space-between;text-align:center;padding-right:10%;}
.aboutNum li{float:left;}
.aboutNum li span{display:block;line-height:1;}
.aboutNum li b{font-size:2.571em;color:#ff6c0e;font-family:Arial;margin-right:3px;}
.aboutPic{display:block;width:50%;height:480px;overflow:hidden;}
.aboutPic .bgImg{animation:scale 24s infinite;}
.aboutVideo{position: relative;margin:auto; margin-top:40px;padding:20px;display: table;width:100%;}
.aboutVideo:before,.aboutVideo:after{content:"";position: absolute;right: 0;top: 0;z-index:-1;width: 60%;height:50%; background:#d85400}
.aboutVideo:after{top:initial;bottom:0;right:auto;left:0}
.aboutVideo .video{height: 600px;background: #000;}
.aboutSub{background:#fff;padding:35px 0;box-shadow:0 8px 15px #ececec;margin:70px 0 25px 0;}
.aboutSub li{float:left;width:25%;text-align:center;border-right: 1px solid #f0f0f0;}
.aboutSub li a{display:block;padding:0 8%;min-height:190px;position:relative;z-index:2;}
.aboutSub li a::after{content:"";position: absolute;left:0;top:50%;width:100%;height:0;background:#ff6c0e;transition:all .5s;z-index:-1;}
.aboutSub li i{display:inline-block;width:62px;height:62px;background-repeat: no-repeat;margin-bottom:10px;transition:all .5s;}
.aboutSub li h4{font-size:1.429em;color:#191919;padding-bottom:10px;margin-bottom:10px;position:relative;}
.aboutSub li h4::after{content:"";position: absolute;left:50%;width:24px;height:2px;background:#ff6c0e;bottom:0;margin-left:-12px;}
.aboutSub li a:hover,.aboutSub li a:hover h4{color:#fff;transition:all .4s;}
.aboutSub li a:hover::after{height:160%;top:-30%;}
.aboutSub li a:hover h4::after{background:#fff;}
.aboutSub li a:hover i{background-position: 0 -62px;}
.about canvas{position: absolute;left:0;top:0;width:100%;height:100%;z-index:-1;opacity:.1;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}


/* 新闻快讯 */
.newsMenu{text-align:center;margin-bottom:40px;font-size:1.143em;}
.newsMenu a{display:inline-block;width:140px;height:40px;line-height:40px;border-radius:5px;background:#f0f0f0;margin:0 15px;position:relative;z-index:2;overflow:hidden;}
.newsMenu .on{color:#fff;}
.newsL{width:48%;background:#f7f7f7;font-size:1.286em;height:605px;}
.newsL .pic{height:420px;overflow:hidden;margin-bottom:15px;position:relative;}
.newsL .pic p{position: absolute;left:0;width:100%;text-align:center;background: rgba(0, 0, 0, .6);color:#fff;padding:0 30px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .5s; bottom:0;text-align:left;height:60px;line-height:60px;}
.newsL .pic:hover .bgImg{transform: scale(1.06);}
.newsL .li{padding:0 30px;height:50px;line-height:50px;}
.newsL .li a{background: url('../images/news_li.png') no-repeat left center;padding-left:20px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;
color:#333;display: block;}
.newsL .li i{float:right;font-family:"iconfont";font-style:normal;margin-left:15px;transition:all .5s;}
.newsL .li a:hover i{margin-right:10px;}
.newsL .li a:hover{padding-left:30px;background-position: 10px center;color: #ff7419;}
.newsR{width:48%;overflow:hidden;border-top: 1px solid #e5e5e5;background:#fff;}
.newsR li{color:#888;border-bottom: 1px solid #e5e5e5;position: relative;}
.newsR li a{display:block;padding:20px 0; padding-right:180px;color:#888;transition:all .6s;}
.newsR li .date{width:120px;text-align:center; font-size: .75rem;color: #999;font-family: Arial;line-height: 1.2;margin-right:-180px;transition: all .5s;border-left: 1px solid #e5e5e5;background: url('../images/news_arr.png') no-repeat 120px center;height:80px;}
.newsR li .date b{font-size: 3.667em;color: #333;display: block;font-weight:normal;font-weight:700;margin-bottom:5px;}
.newsR li h4{font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:10px;color:#191919;}
.newsR li a:hover{background:#ff7419;padding-left:20px;}
.newsR li a:hover h4,.newsR li a:hover{color: #fff;}
.newsR li a:hover .date{font-size:0;line-height:0; background-position: center center;transition: background .5s;}

/*底部 */
.footer{background:#1d252d;font-size:0.813rem;color:#aaa;line-height:2em;overflow:hidden;}
.footMain{padding:45px 0;overflow:hidden;}
.footMenu{width:50%;overflow:hidden;display: flex;justify-content: space-between;}
.footMenu ul{float:left;max-width:30%;margin-right:15px;}
.footMenu ul h4{color:#fff;font-size:1.286em;margin-bottom:15px;position:relative;padding-bottom:10px;}
.footMenu ul h4::after{content:"";position: absolute;left:0;bottom:0;width:25px;height:2px;background:#ff7419;}
.footMenu_wap{display:none;overflow:hidden;text-align:center;}
.footR{width:28%;padding-left:3%;}
.footR h4{color:#ff7419;font-size:2.286em;border-bottom: 1px solid #403e46;padding-bottom:15px;margin-bottom:25px;font-family:Arial;font-weight:700;background: url('../images/fIcon.png') no-repeat left 2px;padding-left:30px;}
.footWx{width:150px;text-align:center;color:#fff;}
.footWx img{background:#fff;padding:5px;width:100%;}
.footWx span{display:block;text-align:center;margin-top:8px;height:20px;}
.footer a{color:#aaa;}
.footer a:hover{color:#fff;}
.copyright{padding:20px 0;position:relative;font-size:.75rem;z-index:2;}
.copyright::after{content:"";position: absolute;left:0;top:0;width:200%;margin-left:-50%;height:100%;background:#192027;z-index:-1;}
.firendlink{margin-top:5px;}
.firendlink span{color:#fff;font-size:14px;}
.firendlink a{margin:0 6px;}

/*内页公用 */
.listWrap{overflow:hidden;padding:60px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:550px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:50%;font-size:2.5rem;text-transform:uppersolution;width:100%;font-weight:700;padding-bottom:15px;animation:leftPic 1s;max-width:1600px;min-width:360px;left:50%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%); }
.listBanner h3 span{display: block;font-size:14px;font-weight: 400;opacity: 0.8;}
.breadCrumb{font-size:.875rem;overflow:hidden;background:#f7f7f7;padding:15px 0;}
.breadCrumb p span,.menuBox p span{position:relative;padding-left:20px;}
.breadCrumb span::after,.menuBox p span::after{content:"\e646";position:absolute;left:0;font-family:"iconfont";top:0;} 
.breadCrumb .back{float:right;position:relative;color:#ff7419;border:1px solid #ff7419;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#ff7419;color:#fff;}
.proCrumb{background:#fff;}
.listBox{min-height:300px;}
.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/sIcon.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:#111;}
.listTie{font-size:2.625em;text-align:center;color:#191919;position:relative;padding-bottom:15px;margin-bottom:40px;line-height:1.2;}
.listTie strong{font-weight:400;text-transform: uppercase;}
.listTie span{display: block;font-size:14px;margin-top:8px;}
.listTie::after{content:"";position: absolute;left:50%;bottom:0;width:20px;height:1px;background:#ff7419;margin-left:-10px;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}

/*内页公用菜单*/
.menuBox{background:#f7f7f7;height:60px;line-height:60px;position:relative;font-size:14px;}
.menuBox::after{content:"";position: absolute;left:-50%;top:0;width:200%;background:#f7f7f7;height:100%;z-index:-1;}
.menuBox p span::after{line-height:1;top:2px;}
.listMenu{font-size:1.143rem;}
.listMenu a{display:inline-block;position:relative;color:#191919;margin-left:50px;}
.listMenu a:hover,.listMenu .cur{color:#ff7419;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#ff7419;width:0;height:2px;transition:all .5s;}
.listMenu .cur::after,.listMenu a:hover::after{width:100%;}
.pro_subMenu{text-align:center;font-size:.875rem;margin-bottom:30px;}
.pro_subMenu a{margin:0 10px;border:1px solid #ccc;height:36px;line-height:36px;display:inline-block;padding:0 15px;margin-bottom:5px;}
.pro_subMenu a:hover,.pro_subMenu .cur{background:#ff7419;border:1px solid #ff7419;color:#fff;}


/* 产品列表 */
.proList {margin-right:-30px;}
.proList li{float:left;width:33.3%;margin-bottom:20px;padding-right:30px;}
.proList li a{display:block;}
.proList li .pImg{padding-top:66%;transition:all .3s;border:1px solid #e1e1e1;transition:all .4s;}
.proList li .pImg:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#ff7419;transition:all 0.3s;transform:perspective(400px) rotateX(-90deg);-moz-transform:perspective(400px) rotateX(-90deg);-webkit-transform:perspective(400px) rotateX(-90deg);-o-transform:perspective(400px) rotateX(-90deg);transform-origin:top;z-index:2;opacity:.7;}
.proList li .pImg:after{content:"";position:absolute;width:58px;height:58px;background: url('../images/pMore.png') no-repeat;left:50%;top:50%;margin-left:-27px;opacity:0;transition:all 0.3s;z-index:3;}
.proList li p{height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;font-size:1.143em;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover p{color:#ff7419;}
.proList li:hover .pImg:before{transform:perspective(200px) rotateX(0);}
.proList li:hover .pImg:after{transition-delay:.1s;margin-top:-27px;opacity:1;}

/*  产品详情 */
.proShow_box1{background:#f4f4f4;}
.gallery{width:55%;position:relative;padding:10px 140px 10px 10px;}
.galleryBig{position:relative;height:490px;background:#fff;box-shadow:0 0 10px #ccc;}
.galleryBig li{height:490px;line-height:490px;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;}
.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{position:absolute;z-index:10;top:0;right:10px;width:110px;height:490px;margin-top:10px;}
.gallerySmall li{border:1px solid #bdc4ce;padding-top:80%;cursor:pointer;pointer-events:initial !important;}
.gallerySmall li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;}
.gallerySmall .on::after{border:2px solid #ff7419;}
.gallery .btn{background:#333;width:35px;height:35px;line-height:35px;text-align:center;color:#fff;opacity:0;}
.gallery .swiper-button-prev{left:10px;}
.gallery .swiper-button-next{right:160px;left:auto;}
.gallery:hover .btn{opacity:.8;}

.proShow_R{width:40%;overflow:hidden;height:480px;}
.proShow_R .title{margin-bottom:20px;color:#333;}
.proShow_R .title span{display:block;font-size:2em;color:#ff7419;}
.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;font-size:1.5em;color:#191919;background: url('../images/zxtel.png') no-repeat left center;padding-left:40px;}
.proShow_R .tel p{ font-size: 14px; line-height: 20px;}
.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:#ff7419;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_fix{position: fixed;width:100%;top:0;left:0;background:#fff;padding:20px;box-shadow:0 0 10px #ccc;z-index:10;}
.proTie span{display:inline-block;border-bottom:1px solid #ff7419;height:45px;font-size:20px;color:#191919;}
.proTie,.proShow_menu{height:45px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;}
.proShow_menu span{display:inline-block;margin-right:30px;cursor:pointer;position:relative;height:45px;}
.proShow_menu span::after,.showTie2 h2::after{content:"";position: absolute;left:0;bottom:0;background:#ff7419;height:1px;width:0;transition:all .4s;}
.proShow_menu .on{color:#ff7419;}
.proShow_menu .on::after{width:100%;}
.proShow_con{width:70%;}
.proShow_tab{background:#fff;min-height:200px;overflow:hidden;margin-bottom:30px;}
.proShow_tab .swiper-slide{padding:4%;}
.relative_pro li{width:33.3%;}

/* 解决方案 */
.solutionList li{background:#f5f5f5;overflow:hidden;margin-bottom:20px;transition:all .5s;}
.solutionList li .pic{width:50%;overflow:hidden;display:block;height:420px;}
.solutionList li .txt{width:50%;padding:4%;position:relative;font-size: 16px; line-height: 26px;}
.solutionList li h4{font-size: 2.143em;font-weight:normal;position:relative;padding-bottom:15px;margin-bottom:30px;}
.solutionList li h4::after,.solutionFont .title::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#ff7419;width:15px;transition:all 0.4s; }
.solutionList li h4 a{color:#333;}
.solutionList li .txt .info{min-height:130px;}
.solutionList li .btn{text-align:center;display:inline-block;font-size:12px;font-family:Arial;margin-top:25px;width:160px;border:none;height:46px;line-height:46px;color:#fff;background:#ff7419;}
.solutionList li .more{background:#fff;color:#ff7419;margin-left:15px;}
.solutionList li .btn:hover{color:#fff;background: #d85500;}
.solutionList li:nth-child(2n) .txt{float:left; font-size: 16px; line-height: 26px;} 
.solutionList li:nth-child(2n) .pic{float:right;}
.solutionList li:hover .bgImg{transform: scale(1.05);}
.solutionList li:hover{box-shadow:0 0 10px #ccc;}
.solutionList li h4 a:hover{color:#ff7419;}

/* 解决方案详情 */
.solutionSlide{width:55%;overflow:hidden;position:relative;}
.solutionSlide li{height:520px;}
/* .solutionSlide .swiper-pagination-bullet{width:12px;height:12px;} */
.solutionSlide .swiper-pagination-bullet-active{background:#ff7419;}
.solutionSlide .btn{width:35px;height:35px;border-radius:100%;background:#fff;text-align:center;color:#333;line-height:35px;font-family:"宋体";font-weight:bold;font-size:20px;transition:all .3s;}
.solutionSlide .btn:hover{background:#ff7419;color:#fff;}
.solutionFont{width:45%;height:520px;background:#f5f5f5;overflow: hidden;padding:4% 5%;font-size: 16px; line-height: 26px;}
.solutionFont .title{font-size:2.4em;color:#ff7419;margin-bottom:30px;padding-bottom:15px;position: relative;}

.solutionCon{background:#f5f5f5;overflow: hidden;}
.solutionCon .tie,.relativeS .tie{font-size:2em;color:#333;margin-bottom:30px;}
.relativeS ul{margin-right:-30px;}
.relativeS li{float:left;width:25%;padding-right:30px;text-align:center;}
.relativeS li p{height:60px;line-height:60px;background:#fff;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relativeS li .pImg{padding-top:116%;}
.relativeS li a:hover img{transform: scale(1.1);}


/* 关于我们 */
.profileBox1{padding-top:40px;}
.profileL{width:20%; float:left;max-width:220px;}
.profileL .tie{font-size:2.125rem;color:#191919;position:relative;padding-bottom:15px;margin-bottom:60px;}
.profileL .tie span{display:block;font-size:1.294em;font-family:'Geometric','Arial';text-transform: uppercase;line-height:1.2;margin-top:15px;}
.profileL .tie span i{display: block;font-size:14px;font-style:normal;text-transform: none;}
.profileL .tie::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#ff7419;}
.profileL h4{font-size:1.286em;color:#333;margin-bottom:50px;}
.profileL h4 span{display: block;font-size:12px;font-weight:normal;opacity:.5;line-height:1;margin-top:10px;}
.zxBtn{display:block;height:50px;line-height:50px;background:#ff7419;text-align:center;color:#fff;}
.zxBtn:hover{background:#d85500;color:#fff;}
.zxBtn i{font-family: "iconfont";font-style:normal;margin-right:10px;}
.profileR{line-height:1.8;width:78%;font-size:1.143em;}
.profileR .tie{font-size:2em;color:#ff7419;margin-bottom:25px;}
.profileBox1 .attest{padding-top:30px;margin-bottom:0;}
.aboutBox2{background: url('../images/cultrue_bg.jpg') no-repeat center;background-size:cover;font-size:1em;}
.aboutBox2 ul{max-width:720px;color:#333;}
.aboutBox2  li{border-bottom:1px dotted #d7d7d7;padding-bottom:15px;margin-bottom:15px;line-height:22px; }
.aboutBox2  li:last-child{border-bottom:none;padding-bottom:0;}
.aboutBox2  li span{color:#ff7419;font-weight:700;}
.album{border-top: 1px solid #ddd;}
.album li{float:left;width:20%;padding-right:5px;padding-bottom:5px;}
.album li .pImg{padding-top:75%;}
.album li p{position:absolute;background: rgba(0,0,0,.5);padding:0 5%;height:60px;line-height:60px;color:#fff;left:0;bottom:-60px;z-index:2;width:100%;transition:all .3s;text-align:center;}
.album li.big {width:40%;}
.album li:hover img{transform: scale(1.1);}
.album li:hover p{bottom:0;}


/*关于资质*/
.honor-ab{}
.honor-ab .left{float: left;width: 74.5%;}
.honor-ab .right{float: right;width: 23.5%;position: relative;}
.honor-ab .left .list{margin-left:-30px;}
.honor-ab .left .list li{width:33.3%;}
.honor-ab .left .list li a{display:block; margin-left:30px;}
.honor-ab .right .btn{position:absolute;z-index: 2;left:0;top:50%;color: #fff;font-size: 30px;padding:10px;font-weight: 400;/* height: 50px; */line-height: 30px;transform: translateY(-50%);background: rgba(0,0,0,0.4);transition: all ease 0.3s;font-family: "simsun";}
.honor-ab .right .btn.sNext{left:auto;right:0;}
.honor-ab .right .btn:hover{background:rgba(0,0,0,0.6)}



/* 荣誉资质 */
.honorL{width:23%;background:#2d2d2d;color:#fff;padding:3%;height:440px;line-height:1.8;}
.honorL .hTitle{text-align: left;margin-bottom:30px;}
.honorL .hTitle span{padding-bottom:0;margin-bottom:0;}
.honorL .hTitle span::after{display:none;}
.honorL .txt{height:170px;margin-bottom:15px;overflow:hidden;}
.honorL .more{display:inline-block;width:125px;height:40px;line-height:38px;border:1px solid #fff;text-align:center;color:#fff;}
.honorL .more:hover{background:#fff;color:#ff7419;}
.honorR{width:77%;position: relative;background:#f5f5f5;height:440px;padding:3.5% 7%;text-align:center;}
.honorSlide li{width:20%;float:left;font-size:1.143em;}
.honorSlide 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;}
.honorSlide li .pImg{border:1px solid #ddd;display: block;background:#fff;padding-top:140%;}
.honorSlide li .pic{border:1px solid #ddd;display: block;height:300px;line-height:300px;background:#fff;overflow:hidden;}
.honorSlide li a:hover img{transform:scale(1.1);}
.honorSlide li a:hover p{color:#ff7419;}
.honorR .btn{width:20px;background-size:20px 40px;opacity:.5;left:4%;cursor:pointer;pointer-events:initial}
.honorR .swiper-button-next{left:auto;right:4%;}
.honorR .btn:hover{opacity:1;}

/* 实力展示 */
.settingTop{background: #e3e3e3;margin-bottom: 45px;overflow: hidden;}
.settingTop .bgImg{width:50%; height:420px;}
.settingTop .font{width:50%;padding:4% 5%;position: relative;z-index:2;height:420px;background: #f6f6f6;}
.settingTop .font h3{font-size:1.857em;color:#ff7419;margin-bottom:30px;position:relative;padding-bottom:10px;}
.settingTop .font h3::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#ff7419;}
.settingTop:hover .bgImg{transform: scale(1.05);}
.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;}
.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:20px;}
.picList li a:hover img{transform:scale(1.1);}
.picList li a:hover p{color:#ff7419;}
.galy{background:#f5f5f5;}
.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;}
.partnerList li .pImg{padding-top:65%;}
.partnerList li img{padding:20px 0;}
.partnerList li p{background:#ff7419;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 #ff7419;}
.partnerList li:hover p{bottom:0;}
.partnerList li:hover img{top:-20px;}
.honorList li{width:20%;}
.honorList li .pImg{padding-top:140%;}
.caseList li{width:33.3%;}
.caseList li .pImg{padding-top:54%;}
.caseList li p{text-align: left;}
.caseList li i{float:right;font-style:normal;}

/* 新闻列表 */
.newsSlide{overflow:hidden;position:relative;text-align: center;margin-bottom:50px;}
.newsSlide li{text-align: left;background:#e3e3e3;overflow: hidden;}
.newsSlide li .pic{width:45.5%;height:530px;overflow: hidden;display:block;}
.newsSlide li .txt{width:54.5%;padding:6%;}
.newsSlide li h4{font-size: 1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position:relative;padding-bottom:20px;margin-bottom:30px;font-weight:700;}
.newsSlide li h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#ff7419;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover,.newsList li h3 a:hover{color: #ff7419;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#333; height: 80px;line-height: 80px;width:54.5%;z-index:2;left:auto;padding-left:6%;text-align: left;}
.newsSlide .swiper-pagination-bullet{width:10px;height:10px;cursor: pointer;background:#fff;}
.newsSlide .swiper-button-next, .newsSlide .swiper-button-prev{background:rgba(0,0,0,.8);width:80px;height:36px;opacity:1;font-size:20px;font-family:"宋体";font-weight:bold;line-height:36px;text-align:center;color:#fff;position: static;margin-top: 20px;display: none;}
.newsSlide li .pic{height:460px;}
.newsSlide li .txt{padding:5%;}
.newsSlide li:hover .bgImg{transform: scale(1.08);}

.newsList{width:70%;overflow:hidden;}
.newsList li{border-bottom: 1px solid #ddd;padding-bottom:40px;margin-bottom:40px;transition: all .3s;overflow: hidden;}
.newsList li .pic{float: left;width:420px;height:240px;margin-right:50px;overflow: hidden;}
.newsList li img{transition: all .5s;width:100%;height:100%;}
.newsList li h3{font-size: 1.571em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:12px;}
.newsList li h3 a{color:#333;}
.newsList li p{min-height:80px;}
.newsList li .date{display: block;color:#999;margin-bottom:25px;font-size:12px;}
.newsList li .date i{font-style: normal;margin-left:8px;}
.newsList li .more{display: inline-block;width:120px;height:38px;line-height:38px;text-align: center;margin-top:25px;border: 1px solid #ccc;}
.newsList li .more:hover{background: #ff7419;border: 1px solid #ff7419;color:#fff;}
.newsList li:hover{box-shadow: 6px 6px 6px #eee;}
.newsList li:hover img{transform: scale(1.1);}

/* 新闻详情 */
.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:25%;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 #ff7419;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:#ff7419;}
.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:#ff7419;color:#fff;}
.rightNews,.rightContact{background:#f4f4f4;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;}

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

/* 视频 */
.videoList ul{margin-right:-40px;overflow: hidden;}
.videoList li{float:left;width:33.3%;padding-right:40px;margin-bottom:20px;text-align:center;}
.videoList li a{display: block;overflow: hidden;}
.videoList li .pImg{padding-top:65%;}
.videoList li p{height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .3s;padding-top:20px;}
.videoList li .pImg::after{content:"";position:absolute;left:0;top:0;background:#000;opacity:.5;width:100%;height:100%;transition:all .5s;z-index:4;}
.videoList li .pImg::before{content:"";position:absolute;left:50%;top:50%;width:56px;height:56px;background: url('../images/vIcon.png') no-repeat;margin-left:-28px;margin-top:-28px;z-index:5;transition:all .5s;background-size:cover;}
.videoList li:hover img{transform: scale(1.06);}
.videoShow{width:100%;height:600px;}

/* 联系*/
.contactBox{background:#f5f5f5 url('../images/ContactBg.jpg') no-repeat center;}
.contactBox .container{background: url('../images/ContactImg.png') no-repeat right bottom;}
.contactBox .tie{font-size:2em;color:#ff7419;margin-bottom:30px;}
.contactBox .tel span{display: block;color:#ff7419;font-size:2em;font-weight:bold;position: relative;padding-top:15px;margin-top:15px;}
.contactBox .tel span::after{content:"";position: absolute;left:0;top:0;width:30px;height:2px;background:#ff7419;}
.contactBox .zx{display:inline-block;width:160px;height:42px;line-height:42px;background:#ff7419;color:#fff;text-align:center;margin:15px 0;border-radius:21px;}
.contactBox .zx:hover{background:#d85500;}
.contactBox .txt{line-height:2;}
.contactR .titie{font-size:2em;color:#d85500;margin-bottom:20px;}
.contactR .font{max-height:420px;overflow-y: auto;}
.contactR .wx{float:right;margin-right:-200px;width:160px;}
.contactR .wx p{text-align:center;margin-bottom:20px;}
.contactR .wx p span{display:block;}

.contactBox2 .tie{margin-bottom:40px;color:#191919;font-size:2.5em;}
.contactBox2 ul{padding-left:1px;}
.contactBox2 li{float:left; width:33.3%;padding:2%;border:1px solid #d9d9d9;margin-top:-1px;min-height:220px;margin-left:-1px;}
.contactBox2 li span{display: block;color:#333;font-size:1.429em;margin-bottom:10px;}
#dituContent{height:480px;}

/* 在线留言*/
.feedbackL{width:24%;height:380px;float:left;}
.feedbackR{width:72.5%;float:right;}
.feedback p{width:49%;float: left;;height: 60px;line-height: 60px;position: relative;padding:0 15px 0 60px;margin-bottom: 10px;position: relative;border: 1px solid #ccc;background:#fff;}
.feedback p:nth-child(2n){float:right;}
.feedback p input{width: 100%;height: 100%;}
.feedback .tarea{width: 100%;height: 160px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.feedback i{content: "";font-family: "iconfont";color: #a0a0a0;font-style: normal;float: left;margin-left: -30px;font-size: 1rem;}
.feedback textarea{width: 100%;height: 100%;}
.feedback .code{clear: both;}
.feedback .code input{height: 60px;line-height: 60px;border: 1px solid #ddd;background:#fff;}
.feedback .code .c{width: 20%;padding: 0 15px;}
.feedback .code img{background:#f5f5f5;height:60px;padding:10px;}
.feedback .code .sub {background: #ff7419;width: 30%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #ff7419;}
.feedback .sub:hover{background:#d85500;}