@charset "utf-8";
 /**
深圳市恒一信息技术有限公司
http://szhengyi.net
zyt
**/
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:'Microsoft YaHei',Arial,'simsun',HELVETICA;min-width:320px;}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#a5ab35;}
html, body {position: relative;height: 100%;}

/* 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%;padding-left:130px;padding-right:130px;}
.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%;}
.pt60{padding-top:60px;font-size:.875em;overflow:hidden;}
.pd60{padding-top:60px;padding-bottom:60px;font-size:.875em;overflow: hidden;}
.pt40{padding-top:40px;overflow:hidden;}
.m80{margin-left:80px;margin-right:80px;font-size:.875em;overflow:hidden;}


@font-face {
  font-family: 'iconfont';  /* project id 1152918 */
  src: url('//at.alicdn.com/t/font_1152918_97gb8ztlhk7.eot');
  src: url('//at.alicdn.com/t/font_1152918_97gb8ztlhk7.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1152918_97gb8ztlhk7.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1152918_97gb8ztlhk7.woff') format('woff'),
  url('//at.alicdn.com/t/font_1152918_97gb8ztlhk7.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1152918_97gb8ztlhk7.svg#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{position:fixed;z-index:90;line-height:100px;height:100px;width:100%;top:0;left:0;padding:0 30px;color:#fff;}
.header .logo{position:absolute;left:30px;top:0;}
.nav {padding:0 350px 0 30%;height:100px;display: flex;justify-content: space-between;}
.nav li{float:left;text-align:center;padding-left:1px;font-size:1.1em;}
.nav li a{color:#fff;display:inline-block;position:relative;line-height:1;}
.nav li a::after,.hMore::after,.tabMenu a::after,.newsPic li a::after{content:"";position:absolute;left:0;bottom:-4px;background:#a5ab35;width:100%;height:5px;z-index:-1;  background:#a5ab35;transform: scale(0,1);transform-origin:right;transition:transform .4s;}
.nav .cur a,.nav li a:hover{color:#fff;}
.nav .cur a::after,.nav li a:hover::after,.caseTop a:hover::after,.conCatname .on::after,.listMenu a:hover::after,.listMenu li .cur::after{transform:scale(1);transform-origin:left}
.headR{width:350px;position:absolute;right:30px;top:0;height:100px;text-align:right;padding-left:25px;}
.headR li{float:left;margin-left:10px;position:relative;}
.headR .tel{font-size:1.25em;font-weight:bold;font-family:Arial;background: url('../images/t_line.png') no-repeat left center;padding-left:22px;}
.headR .sIcon {background: url('../images/sIcon.png') no-repeat;width:32px;height:32px;margin-top:32px;}
.headR .btn span{display:block;width:110px;height:32px;line-height:32px;background:#a5ab35;color:#fff;text-align:center;margin-top:30px;cursor:pointer;border-radius:18px;font-size:12px;}
.headR .btn span:hover{background:#7f8415;}
.headR .btn .main{position: absolute;left:-10px;width:130px;background:#eee;color:#fff;top:90px;line-height:35px;display:none;font-size:14px;}
.headR .btn .main::after{content:"";position: absolute;left:50%;top:-16px;border:8px solid transparent;border-bottom-color: #ddd;margin-left:-8px;}
.headR .btn a{display: block;text-align:center;color:#333;border-top: 1px solid #ddd;}
.headR .btn a:hover{background:#7f8415;color:#fff;}
.headFix{background:rgba(0, 0, 0,.6);}

/* PC端搜索 */
.search{position: absolute;padding:20px;background:#d29467; background: rgba(0,0,0,.5);left:0;top:100px;display:none;width:100%;padding-top:0;z-index:10;}
.search form{width:40%;margin:0 auto;margin-top:15px;background:#fff;height:50px;line-height:50px;padding-right:50px;}
.search .txt{width:100%;height:50px; line-height:40px;color:#666;float:left;padding:0 15px;}
.search .btn{float:left;width:50px;height:50px; cursor:pointer;transition:all 0.3s;background:#333 url('../images/sIcon.png') no-repeat center;border-left:1px solid #666;margin-right:-50px;}
.search .btn:hover{background-color:#a5ab35;}

/*  导航按钮 */
.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:#fff;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{position: absolute;right:60px;color:#fff;font-size:1.286em;font-family:Arial;display:none;}
.wapTel i{font-family:"iconfont";margin-right:10px;font-size:1.143em;position: relative;top:2px;}

/* 广告轮播图 */
.banner{width: 100%;height:100%;}
.banner .swiper-slide{position:relative;height:100%;overflow:hidden;}
.banner .pic{height:100%;}
.banner .txt{position:absolute;left:55%;top:20%;transform:translate(-50%);z-index:10;opacity:0;transition:all 1s;transition-delay:.2s;}
.banner .btn{display:inline-block;background:#0c0701;width:40px;height:40px;color:#fff;text-align:center;line-height:40px;transition:all .3s;}
.banner .btn:hover{background:#a5ab35;}
.banner .swiper-slide-active .txt{ opacity:1;left:50%;}
.banner .wapImg{display:none;}

/* 优势 */
.odds{background: rgba(0, 0, 0,.6);overflow:hidden;position:relative;height:120px;margin-top:-120px;z-index:10;color:#999;font-size:.875em;}
.odds ul{display: flex;justify-content: space-between;flex-flow: row wrap;}
.odds li{ padding:34px 10px 10px 70px;transition:all .5s;height:120px;}
.odds li i{float:left;margin-left:-60px;width:48px;height:48px;background: url('../images/oddsIcon.png') no-repeat;position: relative;top:0;transition:all .4s;}
.odds li span{display: block;color:#a5ab35;}
.odds li b{font-size:1.429em;}
.odds li:nth-child(2) i{background-position:-48px 0;}
.odds li:nth-child(3) i{background-position:-96px 0;}
.odds li:nth-child(4) i{background-position:-144px 0;}
.odds li:nth-child(5) i{background-position:-192px 0;}
.odds li:hover i{top:-8px;}

/* 案例 */
.case{padding-top:80px;overflow:hidden;font-size:.875em;}
.caseTop{margin-bottom:35px;overflow:hidden;}
.caseTop .tie{font-size:2.429em;}
.caseTop .tie a{color:#191919;}
.caseTop .tie a:hover{color:#a5ab35;}
.caseTop .tie i{float:left;width:46px;height:46px;margin-top:2px;margin-right:10px;}
.caseTop .menu{padding-top:15px;max-width:80%;font-size:1.071em;}
.caseTop .menu a{margin-left:30px;position:relative;color:#333;}
.caseTop .menu a::after,.conCatname a::after,.listMenu li a::after{content:"";position: absolute;left:0;bottom:1px;width:100%;height:2px;background:#a5ab35;transform: scale(0,1);transform-origin:right;transition:transform .4s;}
.caseTop .menu .more{font-family:"Arial";color:#a5ab35;text-transform: uppercase;}
.caseTop .menu a:hover,.conCatname .on,.conCatname a:hover,.caseTop .menu .on{color:#a5ab35;text-decoration: underline;}
.picBig li{display:none;}
.casePic{overflow:hidden;}
.casePic li{float:left;width:25%;padding-right:1px;padding-bottom:1px;}
.casePic li a{position:relative;display:block;overflow:hidden;padding-top:75%;}
.casePic li a::after{content:"";position: absolute;left:10px;top:10px;bottom:10px;right:10px;opacity:0;transition:all .5s;transform:scale(0) rotate(180deg);}
.casePic li .txt{position: absolute;bottom:0;overflow:hidden;background: rgba(0,0,0,.5);width:100%;height:50px;line-height:50px;padding:0 4%;color:#fff;transition:all .5s;}
.casePic li h4{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-right:15px;}
.casePic li p{font-size:12px;overflow:hidden;}
.casePic li span{margin-left:10px;padding-left:15px;position:relative;display:inline-block;}
.casePic li p span::after{content:"\e62e";position: absolute;left:0;top:0;;font-family:"iconfont";}
.casePic li .add::after{content:"\e646";}
.casePic li .area::after{content:"\e62b";}
.casePic li .tag{width:75px;height:24px;background:#a5ab35;display:inline-block;line-height:24px;text-align:center;padding-left:0;border-radius:3px;font-size:12px;margin-top:12px;}
.casePic li .tag::after{display:none;}
.casePic .c1{width:50%;}
.casePic li a:hover::after{transform:scale(1) rotate(0);opacity:.7;}
.casePic li a:hover img{transform: scale(1.1);}
.casePic li a:hover .txt{bottom:45%;text-align:center;background:none;}
.casePic li a:hover  h4{float:none;display:inline-block;background: rgba(0,0,0,.5);padding:0 25px;}
.casePic li a:hover .txt p,.casePic li a:hover .tag{display:none;}
.casePic .c1 a:hover img{transform: scale(1.06);}
.picBig img{width:100%;}

/* 设计实力 */
.hTitle{text-align:center;font-size:.875rem;color:#777;margin-bottom:30px;}
.hTitle span{display:block;font-size:2.571em;color:#191919;}
.conCatname{text-align:center;margin-bottom:30px;font-size:1.143em;}
.conCatname a{color:#333;margin:0 30px;position:relative;}
.design{padding-top:60px;overflow: hidden;}
.designSlide{position: relative;overflow:hidden;}
.designSlide li{position:relative;color:#fff;line-height:1.8;}
.designSlide li img{width:100%;transition:1s linear 2s;}
.designSlide li .txt{position: absolute;top:8%;bottom:10%;left:3%;background: rgba(0,0,0,.7);width:580px;padding:4%;}
.designSlide li h4{font-size:2.5em;position:relative;padding-bottom:20px;margin-bottom:30px;line-height:1.4;}
.designSlide li p{max-height:180px;overflow:hidden;margin-bottom:35px;}
.designSlide li .arr{background: url('../images/arr.png') no-repeat right center;width:60px;height:9px;display:inline-block;}
.designSlide li .arr:hover{width:80px;}
.designSlide .btn{width:40px;height:40px;border:1px solid #434343;color:#ccc;line-height:40px;text-align:center;bottom:18%;top:auto;left:7%;background:#434343;transition:all .5s;}
.designSlide .swiper-button-next{margin-left:41px;}
.designSlide .btn:hover{background:#a5ab35;color:#fff;border:1px solid #a5ab35;}
.designSlide .swiper-slide-active img{transition:16s linear;transform:scale(1.2,1.2);} 
.designSlide1 li .txt{left:auto;right:3%;}
.designSlide1 .btn{left:auto;right:10%;}
.designSlide1 .swiper-button-next{margin-right:-41px;}


/*领军设计 */
.lead,.developer,.news,.culture{background:url('../images/lead_bg.jpg') no-repeat center;background-size:cover;background-attachment: fixed; overflow:hidden;color:#ccc;}
.lead .hTitle,.lead .hTitle span{color:#fff;}
.leadMain{padding-top:40px;overflow:hidden;}
.lead .pic{width:38%;height:510px;padding-bottom:20px;padding-right:20px;position:relative;z-index:2;overflow:hidden;display: block;}
.lead .pic::after{content:"";position: absolute;left:20px;right:0;bottom:0;height:200px;background: #b7bf19;z-index:-1;}
.lead .font{width:55%;overflow:hidden;}
.lead .font h4{height:85px;border-bottom: 1px solid #474747;border-bottom: 1px solid rgba(255,255,255,.2);position:relative;margin-bottom:40px;font-size:1.714em;color:#fff;}
.lead .font h4 span{font-size:14px;opacity:.6;display:block;}
.lead .font h4::after{content:"";position: absolute;left:0;bottom:-1px;height:1px;width:160px;background:#a5ab35;}
.lead .txt{width:46%;line-height:1.8;}
.lead .txt h3{font-size:1.143em;color:#fff;margin-bottom:25px;}
.lead .txt p{height:190px;margin-bottom:10px;}
.lead .txt .btn{float:left; width:180px;height:50px;line-height:50px;background:#fff url('../images/arr_b.png') no-repeat center;margin-top:35px;margin-right:20px;text-align:center;background-size:30%;color:#555;}
.lead .txt .zx{background:#fff;}
.lead .txt .zx i{font-style:normal;margin-right:10px;font-family:"iconfont";}
.lead .txt .btn:hover{background-color:#a5ab35;color:#fff;}
.lead .works{width:46%;line-height:2;}
.lead .works .title{font-size:1.143em;margin-bottom:25px;}

/*各专业人员配置 */
.team li{float:left;width:25%;padding-right:1px;padding-bottom:1px;}
.team li a{display:block;position:relative;}
.team li .pImg{padding-top:74%;}
.team li p{position: absolute;bottom:0;left:0;width:100%;background: rgba(0,0,0,.7);height:50px;line-height:50px;text-align:center;color:#fff;padding:0 5%;}
.team li:nth-child(1),.team li:nth-child(4){width:50%;}
.team li:nth-child(4){float:right;}
.team li:hover img{transform: scale(1.08);}

/*资质证书 */
.honor{background:#f4f4f4;}
.honorMain{background:#fff;overflow:hidden;border:1px solid #e6e6e6;padding-right:30px;}
.honorL{width:36%;border-right: 1px solid #d6d6d6;color:#333;font-size:1.143em;}
.honorL li{height:71px;line-height:70px;border-bottom: 1px solid#d6d6d6;overflow: hidden;}
.honorL li span{background:#e2e2e2;width:31%;float:left;text-align:center;border-bottom: 1px solid#e6e6e6;margin-right:25px;}
.honorL li:last-child{border-bottom:none;}
.honorR{padding:40px 0;overflow:hidden;width:62%;}
.honorR li{float:left;width:33.3%;text-align:center;background:#fff;}
.honorR li a{border:1px solid #d6d6d6;display:block;}
.honorR li .pic{display: block;height:290px;line-height:290px;overflow:hidden;}
.honorR li .pic img{max-height:100%;transition:all .5s;}
.honorR li p{height:50px;line-height:30px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.honorR li a:hover img{transform: scale(1.1);}
.honorR li a:hover{box-shadow:0 0 10px #ccc;}

/*开发商推荐 */
.hTitlew,.hTitlew span{color:#fff;}
.developer{background-image:url('../images/developer_bg.jpg');}
.developer li{float:left;width:50%;padding-right:1px;padding-bottom:1px;transition:all .5s;z-index:2; animation-fill-mode:none;}
.developer li a{display: block;background:#fff;padding:5%;overflow:hidden;}
.developer li .pic{float:left;width:140px;height:140px;border:1px solid #e8e8e8;border-radius:100%;overflow:hidden;margin-right:30px;}
.developer li h4{padding-top:15px;font-size:1.143em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333;}
.developer li p{color:#999;margin:10px 0 15px 0;}
.developer li p span{margin-right:10px;}
.developer li i{display:inline-block;margin-right:5px;font-style:normal;height:30px;line-height:30px;padding:0 14px;border: 1px dashed #b7bf19;color:#b7bf19;}
.developer li a:hover{transform: scale(1.1);box-shadow:0 0 10px #ccc;}
.developer .more{display: block;margin:0 auto;width:180px;height:50px;line-height:50px;background:#fff;margin-top:40px;text-align:center;}
.developer .more:hover{background:#b7bf19;color:#fff;width: 260px;}

/*入库企业 */
.firm .menu{text-align:center;margin-bottom:40px;overflow:hidden;line-height:1.2;}
.firm .menu span{padding:0 25px;border-right: 1px dotted #535353;}
.firm .menu span:last-child{border:none;}
.firmL{width:48%;}
.firmL img{width:100%;}
.firmR{width:48%;padding-top:30px;}
.firmR ul{padding-top:1px;padding-left:1px;overflow:hidden;}
.firmR li{float:left;width:25%;border:1px solid #dcdcdc;position:relative;transition:all .5s;margin-left:-1px;margin-top:-1px;}
.firmR li .pImg{padding-top:60%;}
.firmR li img{z-index:2;transform:rotateY(0deg);backface-visibility:hidden;}
.firmR li p{ position:absolute;left:0;top:0;width:100%;height:100%;background:#b7bf19;  text-align: center;transform:rotateY(-180deg);transition: all 0.5s; backface-visibility: hidden; color:#fff; padding:24% 5px 0 5px;}
.firmR li:hover img{transform: rotateY(180deg); }
.firmR li:hover p{transform: rotateY(0deg);z-index:3;}
.firmR .more{display:inline-block;width:60px;height:7px;background: url('../images/arr_y.png') no-repeat right center;margin-top:40px;}
.firmR .more:hover{width:100px;}

/*合作客户 */
.partner{background:#f4f4f4;}
.partnerMain{overflow:hidden;margin-right:-10px;}
.partner li{float:left;width:12.5%;position: relative;transition:all .4s;padding-right:10px;padding-bottom:10px;}
.partner li a{background:#fff;border:1px solid #fff;display: block;}
.partner li .pImg{padding-top:60%;}
.partner li p{height:40px;line-height:40px;text-align:center;transition:all .3s;border-top: 1px solid #f4f4f4;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.partner li a:hover{background:#a5ab35;border-color:#a5ab35;}
.partner li a:hover p{color:#fff;}
.partner li a:hover img{transform: scale(1.1);}
.hMore{display:block;width:180px;height:50px;line-height:50px;background:#fff url('../images/arr_red.png') no-repeat center;margin:0 auto;margin-top:60px;}
.report .hMore,.partner2 .hMore{background-color:#f6f6f6;}
.hMore:hover{background:#a5ab35 url('../images/arr.png') no-repeat center;width:360px;}

/*实地考察报告 */
.report{position:relative;max-width:1600px;margin: 0 auto;}
.reportSlide{max-width:1280px;margin:0 auto;padding:30px 0 10px 0;overflow:hidden;}
.reportSlide li{float:left;width:33.3%;border:1px solid #ddd;box-shadow:0 0 6px #ccc;}
.reportSlide li img{width:100%;}
.report .btn,.caseSlide .btn{width:42px;height:42px;background:#f6f6f6;color:#333;text-align:center;line-height:42px;top:50%}
.report .btn:hover,.caseSlide .btn:hover{background:#a5ab35;color:#fff;}

/*新闻资讯 */
.news{background-image: url('../images/news_bg.jpg');}
.newsMenu a{color:#fff;}
.newsMain,.newsBox{height:470px;overflow:hidden;}
.newsL{width:54%;background:#fff;overflow:hidden;position:relative;}
.newsL li{display: block;overflow:hidden}
.newsL li .bgImg{float:left; height:470px;width:58%;}
.newsL li .txt{padding:5%;width:42%;background:#fff;position: relative;z-index:3;}
.newsL li h4{font-size:1.286em;color:#191919;margin-bottom:25px;}
.newsL li h4 span,.newsR li h4 span{display: block;font-size:12px;opacity:.6;margin-top:8px;}
.newsL li p{height:180px;overflow:hidden;color:#999;}
.newsL .more{position: absolute;right:0;bottom:0;height:90px;line-height:90px;background:#a5ab35;color:#fff;width:42%;text-align:center;font-size:1.143em;z-index:3;}
.newsL li:hover .bgImg{transform: scale(1.1);}
.newsL li:hover .more{background:#7f8415;}
.newsL .swiper-pagination{height:90px;line-height:90px;background: rgba(0, 0, 0,.5);width:58%;bottom:0;z-index:2;text-align:left;padding-left:4%;}
.newsL .swiper-pagination-bullet{width:12px;height:12px;opacity:1;}
.newsL .swiper-pagination-bullet-active{background:#a5ab35;}
.newsR{width:44%;overflow:hidden;}
.newsR li{margin-bottom:10px;}
.newsR li a{display:block;padding:20px;background:#fff;overflow:hidden;}
.newsR li .pic{float:left;width:240px;height:190px;overflow:hidden;margin-right:30px;}
.newsR li img{width:100%;height:100%;transition:all .5s;}
.newsR li h4{font-size:1.143em;margin-bottom:20px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#191919;}
.newsR li p{height:90px;overflow:hidden;color:#999;}
.newsR li:hover img{transform: scale(1.1);}

/*在线留言 */
.message{background:url('../images/message_bg.jpg') no-repeat center;background-size:cover;background-attachment: fixed;}
.message .main{max-width:1280px;margin:0 auto;}
.message li{float:left;width:49%;height:60px;line-height:60px;border:1px solid #ddd;margin-bottom:20px;overflow:hidden;}
.message li:nth-child(2),.message li:nth-child(4){float:right;}
.message li input{width:100%;height:100%;padding:0 20px;background:none;}
.message .area{height:180px;width:100%;}
.message textarea{width:100%;height:100%;padding:20px;}
.message .code{width:100%;overflow:hidden;border:none;}
.message .code input{width:200px;border:1px solid #ddd;}
.message .code img{background:#fff;padding:20px;}
.message .code .sub{width:260px;background:#a5ab35;border:1px solid #a5ab35;color:#fff;cursor: pointer;transition:all .3s;}
.message .code .sub:hover{background:#919800;}

/*底部 */
.footer{background:#313131;color:#9e9e9e;font-size:.875em;line-height:1.8;overflow:hidden;}
.footMain{padding:50px 320px 35px 0;overflow:hidden;}
.footMenu{overflow: hidden;display:none;}
.footMenu a{float:left;width:33.3%;text-align:center;height:35px;line-height:35px;border-bottom: 1px solid #444;border-right: 1px solid #444;}
.footL{width:100%;overflow:hidden;}
.footL ul{float:left;width:20%;}
.footL h3{color:#fff;margin-bottom:20px;font-size:1.143em;padding-bottom:10px;position:relative;}
.footL h3::after,.footR p::after{content:"";position: absolute;left:0;bottom:0px;width:10px;height:2px;background:#a5ab35;}
.footTxt{width:35%;}
.footR{width:320px;margin-right:-320px;font-size:1.143em;}
.footR .wx img{width:150px;}
.footR p{padding-bottom:10px;margin-bottom:20px;position:relative;color:#fff;}
.firendlink{padding:20px 0;}
.firendlink::after{content:"";position: absolute;left:-50%;top:0;width:200%;height:1px;background:#444;}
.firendlink h6{color:#fff;position:relative;font-size:1.143em;}
.firendlink i{font-style:normal;opacity:.5;margin-left:10px;font-size:12px;}
.copyright{text-align:center;padding:20px 0;background:#252525;position: relative;z-index:2;}
.copyright::after{content:"";position: absolute;top:0;height:100%;width:200%;left:-50%;background:#252525;z-index:-1;}
.footer a{color:#9e9e9e;}
.footer a:hover{color:#fff;}

/* 内页公用 */
.listWrap{overflow:hidden;padding-top:70px;padding-bottom:70px;font-size:.875em;}
.newsWrap{overflow:visible;}
.listBanner,.mzsmBanner{height:920px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:50%;font-size:3.4em;text-align:center;-webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-o-transform: translate(0,-50%); transform:translate(0,-50%);text-transform:uppercase;width:100%;padding:0 5%;padding-bottom:15px;font-weight:700;padding-bottom:15px;animation:leftPic 1s;}
.listBanner h3 span{display: block;font-size:20px;font-weight: 400;}

.listBanner h3::after{content:"";position: absolute;left:50%;height:1px;width:26px;background:#fff;bottom:0;margin-left:-13px;}
.breadCrumb{font-size:.875rem;padding:25px 20px 25px 20px;position:relative;overflow:hidden;border-bottom: 1px solid #d9d9d9;}
.breadCrumb::after,.listTop p::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.breadCrumb .back{float:right;position:relative;color:#00a0e9;border:1px solid #00a0e9;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i,.caseShowR .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover,.caseShowR .back:hover{background:#b7bf19;color:#fff;}


/* 内页公用菜单*/
.listTop{border-bottom: 1px solid #ccc;height:80px;line-height:80px;}
.listMenu{font-size:1.286em;}
.listMenu a{position:relative;display:inline-block;color:#333;margin-right:40px;}
.listMenu a:hover,.listMenu .cur{color:#b7bf19;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:-1px;width:100%;height:3px;background:#b7bf19;transform-origin: right;transform: scale(0,1);transition:transform .4s ;}
.listMenu a:hover,.listMenu .cur::after{transform-origin:left;transform: scale(1);}
.listTop p{font-size:12px;padding-left:20px;position:relative;}
.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 20px;background:#f5f5f5;}
.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;}

/* 案例专题*/
.caseCrumb{font-size:.875em;padding:20px 0;overflow:hidden;border-bottom: 1px solid #cfcfcf;}
.caseCrumb h4{font-size:2.571em;color:#191919;}
.caseCrumb h4 i{float:left;width:46px;height:46px;margin-top:2px;margin-right:10px;background-repeat: no-repeat;}
.caseCrumb p{position:relative;padding-left:20px;margin-top:20px;}
.caseCrumb p::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.caseTxt{width:38%;height:500px;}
.caseTxt li{height:150px;border-bottom: 1px solid #cfcfcf;margin-bottom:24px;position:relative;}
.caseTxt li h4{font-size:1.714em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.caseTxt li h4 a{color:#191919;background: url('../images/hot.jpg') no-repeat right center;padding-right:40px;}
.caseTxt li .add{color:#b7bf19;margin:5px 0 15px 0;}
.caseTxt li h4 a:hover,.caseTxt .on h4 a{color:#b7bf19;}
.caseTxt li::after{content:"";position: absolute;left:0;bottom:0;height:1px;background:#b7bf19;width:0;transition:all .5s;}
.caseTxt li:hover::after,.caseTxt .on::after{width:100%;}
.caseSlide{width:56%;position:relative;text-align:center;overflow:hidden;height:500px;}
.caseSlide li a{height:500px;overflow:hidden;display: block;position:relative;}
.caseSlide li p{position: absolute;left:0;bottom:0;width:100%;height:50px;line-height:50px;background:rgba(0, 0, 0,.5);color:#fff;padding:0 5%;text-align:left;}
.caseSlide .btn{display:none;background: rgba(0, 0, 0,.8);color:#fff;}

.caseBox{padding-top:0; padding-top:50px;}
.caseSort{text-align:center;margin-bottom:50px;font-size:1.25rem;}
.caseSort a{display:inline-block;width:130px;height:50px;line-height:50px;border:1px solid #ccc;margin:0 3px;color:#191919;}
.caseSort a.cur{background:#b7bf19;color:#fff;border-color:#919800;}
.caseList{overflow:hidden;margin-right:-20px;font-size:.875em;}
.caseList li{float:left;width:33.3%;padding-right:5px;margin-bottom:5px;}
.caseList li a{display:block;position:relative;}
.caseList li .pImg{padding-top:76%;background:#000;}
.caseList li .pImg span{display: block;position: absolute;left:0;bottom:0;width:100%;transition:all .5s; height:50px;line-height:50px;color:#fff;text-align:center;background: rgba(0, 0, 0, .6);}
.caseList li .font{position:absolute;left:0;color:#fff;top:0;width:100%;padding:0 6%; text-align:center;top:60%;transform: translateY(-50%);transition:all .5s;opacity:0;}
.caseList li h4{font-size:1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position:relative;padding-bottom:15px;margin-bottom:15px;}
.caseList li h4::after{content:"";position: absolute;left:50%;bottom:0;width:20px;height:1px;background:#fff;margin-left:-10px;}
.caseList li .add{margin-bottom:10px;}
.caseList li .add span{margin-right:15px;}
.caseList li a:hover .font{top:50%;transition-delay:.2s;opacity:1;}
.caseList li:hover .pImg span{opacity:0;bottom:-50px;}
.caseList li:hover img{opacity:.4;transform: scale(1.1);}
.caseBox .pagination{border-bottom: 1px solid #ddd;padding:40px 0;}
.partner2{background:none;}
.partner2 li .pImg{border:1px solid #ddd;}

/* 案例详情 */
.caseShow_pic{position:relative;}
.caseShow_pic img{width:100%;}
.caseShow_pic .swiper-pagination-bullet{background:#fff;opacity:1;width:12px;height:12px;}
.caseShow_pic .swiper-pagination-bullet-active{background:#a5ab35;}
.caseShow_pic2 .swiper-pagination{bottom:20px;}

.caseShow{max-width:1430px;margin:0 auto;padding-left:0;padding-right:0;}
.caseShow .title{font-size:2.5em;color:#191919;margin-bottom:40px;}
.caseShow .date {margin:10px 0 30px 0;color:#888;font-size:13px;}
.caseShow .date span{position:relative;padding-left:22px;margin-right:15px;}
.caseShow .date span:before{content:"\e62e";font-family:"iconfont";position:absolute;left:0;top:-1px;}
.caseShow .date .s:before{content:"\e735";font-size:1rem;top:-2px;}
.caseShow .txt{line-height:1.8;margin-bottom:20px;background:#eee;padding:2% 4%;}

.caseShow .txt strong:first-child{display:none;}
.caseShow{width:100%;}
.caseShow img{width:100%;margin-bottom:15px;}
.caseShow .txt{margin-bottom:40px;}
.caseShow img{width:100%;margin-bottom:15px;}
.caseShowR{width:20%;padding-top:90px;}
.caseShowR p{margin-bottom:10px;}
.caseShowR .back{display:inline-block;width:120px;height:34px;line-height:34px;border:1px solid #ccc;text-align:center;}
.relative_case{border-top: 1px solid #ccc;max-width:1430px;margin:0 auto;}
.relative_case .title{font-size:2.143em;color:#191919;margin-bottom:40px;position:relative;padding-bottom:15px;}
.relative_case .title::after{content:"";position: absolute;left:0;bottom:0;width:30px;height:2px;background:#b7bf19;}
.relative_case ul{margin-right:-15px;}
.relative_case li{float:left;width:25%;padding-right:15px;margin-bottom:15px;font-size:1.143em;}
.relative_case li .pImg{padding-top:75%;}
.relative_case li:hover img{transform: scale(1.1);}
.relative_case li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight:bold;height:50px;line-height:50px;color:#333;}
.relative_case li:hover p{color:#b7bf19;}
.caseEditor {max-width:1400px;margin:0 auto;}



/* 关于我们 */
.aTie{font-size:3em;color:#191919;margin-bottom:40px;text-align:center;position:relative;padding-bottom:10px;}
.aTie::after{content:"";position: absolute;left:50%;height:1px;width:20px;height:2px;background:#b7bf19;bottom:0;margin-left:-10px;}
.listTie{font-size:1.125rem;line-height:1.4;margin-bottom:50px;text-transform: capitalize;}
.listTie span{font-size:2.22em;}
.aboutBox1 .hTitle{text-align:left;}
.aboutBox1 .tie{font-size:2.143em;margin-bottom:30px;line-height:1;color:#333;}
.aboutBox1 .left{width:48%;line-height:1.8;position: relative;}
.aboutBox1 .font{overflow-y:auto;height:270px;font-size:1.071em;}
.aboutBox1 .right{width:49%;height:460px;overflow:hidden;display:block;}
.setting{padding-top:40px;overflow:hidden;}
.setting .pImg{padding-top:75%;}
.setting li{float: left;width:25%;}
.setting li p{position: absolute;left:0;width:100%;text-align:center;background: rgba(0, 0, 0, .7);color:#fff;padding:0 15px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;bottom:-50px;height:50px;line-height:50px;transition:all .5s;}
.setting li:hover p{bottom:0;}
.setting li:hover img{transform: scale(1.1);}

.culture{background-image: url('../images/culture_bg.jpg');}
.culture ul{margin:0 -2%;}
.culture .txt{text-align:center;max-width:1200px;margin:0 auto;font-size:1.286em;color:#fff;margin-bottom:40px;}
.culture li{float: left;width:29.3%;margin:0 2%;background:#fff;padding:2%;min-height:280px;border-left: 3px solid #b7bf19;color:#666;}
.culture li h4{font-size:1.286em;font-weight:bold;margin-bottom:20px;color:#333;}
.culture li p{margin-bottom:5px;}

.team .pic{width:100%;}
.teamSlide{position:relative;margin-top:-70px;font-size:1.143em;box-shadow:0 -6px 6px #eee;}
.teamSlide li{float:left;width:25%;border:5px solid #fff;;}
.teamSlide li .pImg{padding-top:72%;}
.teamSlide li p{text-align:center;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;height:50px;line-height:50px;}
.teamSlide li:hover img{transform: scale(1.1);}
.teamSlide .swiper-pagination{position: static;margin-top:30px;}
.teamSlide .swiper-pagination-bullet{width:13px;height:12px;}
.teamSlide .swiper-pagination-bullet-active{background:#b7bf19;}

/* 团队 */
.teamList li{background:#f6f6f6;overflow:hidden;margin-bottom:20px;transition:all .5s;line-height:1.8;}
.teamList li .pic{width:50%;overflow:hidden;display:block;height:600px;cursor: default;}
.teamList li .txt{width:50%;padding:4%;position:relative;}
.teamList li h4{font-size: 2.143em;font-weight:normal;position:relative;padding-bottom:15px;margin-bottom:30px;color:#191919;}
.teamList li h4::after,.solutionFont .title::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#b7bf19;width:15px;transition:all 0.4s; }
.teamList li .more{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:#b7bf19;}
.teamList li .more:hover{width:220px;color:#fff;border:none;}
.teamList li:nth-child(2n) .txt{float:left;} 
.teamList li:nth-child(2n) .pic{float:right;}
.teamList li:hover .bgImg{transform: scale(1.05);}
.teamList li:hover{box-shadow:0 0 10px #ccc;}
.teamList li h4 a:hover{color:#b7bf19;}
.teamList li p{margin-bottom:15px;}

/* 图片列表 */
.picList ul{margin-right:-25px;}
.picList li{float:left;width:20%;text-align:center;padding-right:25px;margin-bottom:30px;}
.picList li .pImg{padding-top:62%;border:10px solid #ccc;margin-bottom:15px;transition:all .5s;}
.picList li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.picList li a:hover .pImg{border-color:#b7bf19;}
.picList li a:hover img{transform: scale(1.1);}
.picList19  li .pImg{padding-top:85%;}
.picList15 li .pImg{padding-top:68%;}
.softList li{margin-bottom:30px;}
.picList11  li .pImg{padding-top:134%;}

/* 办公环境 */
.settingList ul{margin-right:-20px;}
.settingList li{float: left;width:25%;margin-bottom: 50px;padding-right:20px;}
.settingList li .pImg{padding-top: 75%;}
.settingList li p{height:60px;line-height: 60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition: all .3s;color: #111;padding: 0 20px;position: relative;z-index:2;}
.settingList li p i{float:right;font-style: normal;font-family:Arial;margin-left:20px;}
.settingList li p::after{content: "";position: absolute;left:0;bottom:0;width: 100%;height:100%;background:#a5ab35;z-index: -1;transform: scale(0,1);transform-origin: right;transition: transform .4s;}
.settingList li a:hover p::after{transform: scale(1);transform-origin:left;}  
.settingList li a:hover p{color:#fff;}
.settingList li a:hover img{transform: scale(1.1);}
.partnerList{padding-left:1px;padding-top:1px;border-top:none;}
.settingList26 li,.settingList31 li{width:33.3%;}
.settingList26 li .pImg{padding-top:60%;}
.settingList31 li .pImg{padding-top:48%;}
.settingList35 li .pImg{border:1px solid #ddd;}
.sdgyList li{background:#f5f5f5;}

/* 新闻列表 */
.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:#b7bf19;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover,.newsList li h3 a:hover{color: #b7bf19;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#b7bf19; 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 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:290px;margin-right:60px;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;padding-top:10px;}
.newsList li h3 a{color:#333;}
.newsList li p{min-height:120px;}
.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: #b7bf19;border: 1px solid #b7bf19;color:#fff;}
.newsList li:hover{box-shadow: 6px 6px 6px #eee;}
.newsList li:hover img{transform: scale(1.1);}
.developer2{background:none;}
.developer2 ul{margin-right:-30px;}
.developer2 li{padding-right:30px;margin-bottom:30px;}
.developer2 li a{border:1px solid #ddd;}
.developer2 li a:hover{transform: scale(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;}
.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:27%;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 #b7bf19;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;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#b7bf19;}
.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:#b7bf19;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;}



/* 联系*/
#dituContent{width:54%;height:600px;float:left;}
.contactBox .hTitle{text-align: left;border-bottom: 1px solid #ddd;padding-bottom:15px;}
.contactR{width:42%;line-height: 1.8;}
.contactR .titie{font-size:2em;color:#191919;margin-bottom:20px;font-weight:bold;}
.contactR .font{height:400px;overflow-y: auto;margin-bottom:20px;}
.contactR .wx p{float:left;width:140px;text-align:center;margin-bottom:20px;margin-right:10px;}
.contactR .wx p span{display:block;}

/* 在线留言*/
.feedback{background:#f5f5f5;}
.feedback .hTitle{text-align:left;}
.hTitle b{font-style:normal;font-size:1.5em;font-weight:300;color:#333;}
.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{padding:19px;background:#fff;}
.feedback .code .sub {background: #333;width: 30%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #333;}
.feedback .sub:hover{background:#b7bf19;}


/*底部表单*/
.asideBanner{z-index:999;position:fixed;bottom:-200px;left:0;width:100%;background:rgba(0,0,0,.8);opacity:1;transition:.8s;color:#fff;padding:30px 0;overflow:hidden;}
.asideBanner .main{position:relative;}
.asideBanner .left{width:30%;background: url('../images/jsq.png') no-repeat;padding-left:100px;font-size:28px;}
.asideBanner .left span{display:block;color:#ccc;}
.asideBanner .left strong{color:#a5ab35;}

.asideBanner .form{width:45%;overflow:hidden;padding-right:100px;position: relative;}
.asideBanner .form input{float:left;width:49%;background:#fff;margin-bottom:10px;height:40px;line-height:40px;padding:0 15px;}
.asideBanner .form .two{float:right;}
.asideBanner .form .sub{position: absolute;right:0;top:0;width:90px;height:90px;cursor:pointer;background:#a5ab35;color:#fff;font-size:18px;line-height:2;letter-spacing:5px;text-align:center;}
.asideBanner .form .sub:hover{background:#9a0006;}
.asideBanner .tel{width:25%;text-align:right;font-size:22px;padding-right:30px;}
.asideBanner .tel span{display:block;font-weight:bold;font-family:Arial;font-size:36px;}

.asideBanner  .w_left{position:absolute;top:10px;right:10px;width:35px;height:35px;border-radius:50%;background:#ECECEC url(../images/icon_cha.png) no-repeat center;background-size:15px;cursor:pointer;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.zhankai{position:fixed;z-index:999;width:120px;height:143px;left:-125px;bottom:0;cursor:pointer;background:url(../images/zhankai.png) no-repeat;transition:.8s;}
.picBig{display: none;}

