@charset "utf-8";
/**
深圳市恒一信息技术有限公司
http://szhengyi.net
**/
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:#ff7133;}


/* 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%;}
.pd90{padding:90px 0;font-size:.875em;overflow:hidden;}
.mb40{margin-bottom:40px;}
.font14{font-size:.875em;}
.font16{font-size:1.286em;}
.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{position: fixed;width:100%;height:140px;z-index:99;left:0;top:0;}
.header .logo{position:absolute;left:0;top:0;line-height:140px;} 
.nav {padding:0 17% 0 24%;display:flex;flex-flow: row wrap;justify-content: space-between;padding-top:60px;}
.nav .m{float:left;text-align:center;position:relative;z-index:10;flex-grow:1;}
.nav .m>a{color:#fff;display:inline-block;position:relative;padding-bottom:8px;}
.nav .m>a::after{content:"";position:absolute;left:0;bottom:0;height:2px;background:#ff7133;width:100%;transform: scale(0,1);transform-origin:right;transition: transform .3s;}
.nav .cur>a::after,.nav .m>a:hover::after{width:100%;transform: scale(1);transform-origin:left;}
.nav .navSub{position:absolute;left:3%;top:100%;background:#eee;line-height:35px;width:120px;color:#333;font-size:.875rem;transform:scale(0,1);transition:all 0.4s;opacity:0;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#ff7133;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.headR{position:absolute;right:0;top:60px;text-align:right;}
.headR .sIcon{float:left;width:22px;height:22px;background: url('../images/sIcon.png') no-repeat left center;position:relative;z-index:5;font-size:.875rem;cursor:pointer;}
.headR .tel{float:left;font-size:1.375em;font-family:Arial;padding-left:15px;margin-left:15px;color:#fff;line-height:1;}
.headR .tel i{font-family:"iconfont";font-style:normal;margin-right:15px;border-right: 1px solid rgba(255,255,255,.2);padding-right:15px;}
.langIcon{color:#ff7133;font-size:1.5rem;position:absolute;right:60px;top:18px;line-height:1;display:none;}
.headFix{background:#111;height:90px;line-height:90px;}
.headFix .logo{line-height:90px;}
.headFix .nav{font-size:1rem;padding-top:0;}
.headFix .nav li a{padding-bottom:0;}
.headFix .logo img{height:50px;}
.headFix .headR{top:35px;}

/*  导航按钮 */
.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{font-family:"iconfont";position: absolute;right:70px;color:#fff;font-size:1.5em;line-height:1;top:20px;display:none;}

/* PC端搜索 */
.search{position: absolute;padding:20px;background:#333; background: rgba(0,0,0,.5);left:0;top:100%;display:none;width:100%;padding-top:0;}
.search form{width:40%;margin:0 auto;margin-top:15px;background:#fff;height:50px;line-height:50px;padding:0 50px 0 20px;}
.search .txt{width:100%;height:50px; line-height:40px;color:#666;float:left;}
.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:#ff7133;}

/* 广告轮播图 */
.banner{position:relative;overflow:hidden;}
.banner .swiper-slide{position: relative;}
.banner .pic{width:100%;}
.banner .wap{display:none;}
.banner .txt{position:absolute;left:9%;top:50%;z-index:10;opacity:0;transition:all .8s;transform:translateY(-60%);}
.banner .swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination{bottom:50px;}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:12px;height:12px;border:1px solid #fff;}
.banner .swiper-pagination-white .swiper-pagination-bullet-active{background:#fff;}
.leftUp .pic{-webkit-animation-name:leftUp;animation-name:leftUp;}
.banner .swiper-slide-active .txt{ opacity:1;transform:translateY(-38%);}
.banner .nole img{animation-name:none !important;transform: scale(1.06);transition: all 2.5s ease-in-out;}
.banner .swiper-slide-active .nole img{transform: scale(1) !important;}


/* 关于我们 */
.aboutL{width:24%;}
.about .main{position: relative;overflow:hidden;}
.about .tie{position: absolute;left:0;bottom:0;font-size:12px;font-family:Arial;color:#888;transition:all .5s;}
.about .tie::after{content:"";position: absolute;right:-30px;height:3px;width:20px;background:#ff7133;top:6px;}
.hTitle{font-size:1.25rem;color:#191919;line-height:1.2;}
.hTitle span{display:block;font-size:2.3em;margin-bottom:10px;}
.abourR{width:70%;max-width:940px;}
.abourR .txt{margin-bottom:30px;line-height:1.8;min-height:80px;}
.abourR .more {color:#333;display:inline-block;}
.abourR .more i{display:inline-block;width:40px;height:6px;background: url('../images/arr_r.png') no-repeat;margin-left:15px;position: relative;top:-2px;transition:all .3s;}
.abourR .more:hover i{background-position: right center;}
.abourR .more:hover{color:#ff7133;}

.aboutAdv{overflow:hidden;margin-top:60px;text-align:center;padding:10px 0;}
.aboutAdv li{float:left;width:33.2%;border-right: 1px solid #ccc;padding-top:45px;height:160px;font-size:1.714em;color:#333;background: url('../images/about_bg.jpg');position: relative;z-index:2;overflow:hidden;}
.aboutAdv li::after,.caseMain li a::after{content:"";position: absolute;left:0%;top:0;background:#f2f2f2;width:100%;height:100%;z-index:-1;transition:transform .8s;transform:scale(0,1);transform-origin:right;}
.aboutAdv li p{text-align:left;display:inline-block;overflow:hidden;padding-left:70px;position: relative;}
.aboutAdv li p::after{content:"";position: absolute;;background: url('../images/aIcon.png') no-repeat;width:42px;height:40px;margin-right:10px;left:0;top:5px;}
.aboutAdv li:nth-child(2) p::after{background-position: -42px 0;}
.aboutAdv li:nth-child(3) p::after{background-position: -84px 0;}
.aboutAdv li span{display:block;font-size:14px;font-family:Arial;opacity:.5;}
.aboutAdv li:last-child{border:none;}
.aboutAdv li:hover::after,.caseMain li a:hover::after{left:0;transform: scale(1);transform-origin:left;}


/* 我们的服务 */
.service{background-image:url('../images/service_bg.jpg');background-repeat: no-repeat;background-size:cover;background-position:center;background-attachment: fixed;  overflow:hidden;}
.service .txt{margin-top:120px;font-size:1.714em;color:#333;}
.service .txt span{display:block;font-size:1.5em;}
.service .txt p{font-size:0.667em;opacity:.6;}
.service .more{display:inline-block;border-bottom:1px solid #333;width:65px;margin-top:40px;padding-top:6px;position:relative;}
.service .more::after{content:"";position: absolute;right:2px;bottom:-2px;height:10px;background:#333;width:1px;transform: rotate(-45deg);}
.service .more:hover{width:100px;}
.serviceTab{position:relative;}
.serviceTab .box{display:none;}
.service .pic{position: absolute;top:-240px;right:8%;z-index:1;}



.serviceMain{overflow:hidden;margin-top:160px;position: relative;z-index:2;}
.serviceMain dl{float: left;width:33.333%;border-right:1px solid #e1e1e1;min-height:260px;background:#fff;overflow: hidden;}
.serviceMain dl:last-child{border:none;}
.serviceMain dt{font-size:1.286em;border-bottom:1px solid #e1e1e1;margin-bottom:25px;}
.serviceMain dt i{font-family:"iconfont";font-style:normal;margin-right:25px;font-size:2rem;float: left;}
.serviceMain dt a{display: block;color:#333;padding-top:25px;height:100px;padding-left:20%;}
.serviceMain dt a:hover,.serviceMain .on dt a{background:#ff7133;color:#fff;}
.serviceMain dt span{display: block;font-size:.875em;opacity:.8;overflow:hidden;}
.serviceMain dd{padding:0 8%;overflow:hidden;line-height:2.4;position:relative;}
.serviceMain dd::after{content:"";position: absolute;left:50%;top:5%;height:100%;width:1px;background:#e1e1e1;}
.serviceMain dd p{float:left;width:40%;}
.serviceMain dd p:nth-child(2n){float:right;}
.serviceMain dd i{float:right;font-style:normal;color:#999;transition:all .3s;}
.serviceMain dd a:hover i{color:#ff7133;margin-right:10px;}




/* 工程案例 */
.case{padding-bottom:50px;}
.tieTop{margin-bottom:40px;overflow:hidden;position:relative;}
.tMore{position: absolute;right:0;bottom:0;font-size:1.143em;}
.tMore i,.cMore i{font-style:normal;font-family:"iconfont";margin-right:5px;color:#333;font-size:1.286rem;position: relative;top:1px;}
.tMore:hover i{color:#ff7133;}
.caseMain{margin-right:-40px;font-size:1.143em;overflow:hidden;}
.caseMain li{float:left;width:33.3%;padding-right:40px;margin-bottom:40px;}
.caseMain li a{display:block;border-bottom: 1px solid #e5e5e5;position:relative;}
.caseMain li a::after{background:#ff7133;height:1px;z-index:2;top:auto;bottom:-1px;}
.caseMain li .pImg{padding-top:70%;}
.caseMain li .pImg::after{content:"";position: absolute;left:15px;top:15px;bottom:15px;right:15px;border:1px solid #fff;box-shadow:0 0 10px #fff;opacity:0;transform: scale(0) rotate(60deg);transition:all .5s;}
.caseMain li p{height:75px;line-height:75px;color:#333;}
.caseMain li p i{float:right;font-family:"iconfont";color:#ccc;font-size:1.286rem;}
.caseMain li a:hover img{transform: scale(1.1);}
.caseMain li a:hover p,.caseMain li a:hover i{color:#ff7133;}
.caseMain li a:hover .pImg::after{opacity:.6;transform: scale(1) rotate(0);}
.cMore{display: block;width:120px;height:40px;line-height:40px;border:1px solid #999;margin:0 auto;text-align:center;border-left:none;border-right:none;margin-top:20px;}
.cMore i{top:2px;margin-right:10px;}
.cMore:hover{width:360px;background:#000;color:#fff;}
.cMore:hover i{color:#fff;}

/* 工程案例 */
.thinking{color:#fff;background-image:url('../images/thinking_bg.jpg');background-position:center;background-repeat: no-repeat;background-size:cover;background-attachment: fixed;}
.thinking .hTitle{color:#fff;margin-bottom:50px;}
.thinking .p1,.thinking .p2{opacity:.7;max-width:340px;position:relative;padding-bottom:20px;}
.thinking .p1{height:150px;}
.thinking .p2::after,.thinking .p3 a::after{content:"";position: absolute;left:0;width:20px;height:4px;background:#ff7133;bottom:0;}
.thinking .p3{font-size:1.143em;margin-top:30px;}
.thinking .p3 a{color:#fff;padding-bottom:8px;position:relative;float:left;}
.thinking .p3 a::after{width:100%;height:1px;background:#fff;}
.thinking .p3 .tel{font-size:1.625em;font-family:Arial;padding-left:60px;background: url('../images/telIcon.png') no-repeat;margin-left:60px;}
.thinking .pic{position: absolute;right:8%;top:30px;}
.thinking .p3 a:hover{color:#ff7133;}
/* 新闻快讯 */
.hTie_top{overflow:hidden;margin-bottom:40px;}
.hTie_top .hTitle{margin-bottom:0;}
.newsMenu{margin-top:35px;}
.newsMenu a{margin-left:70px;font-size:1.286em;position:relative;color:#191919;padding-bottom:10px;position:relative;display:inline-block;}
.newsMenu a::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#ff7133;width:100%;transform: scale(0,1);transform-origin:right;transition: transform .3s;}
.newsMenu .on{color:#ff7133;}
.newsMenu .on::after{width:100%;transform: scale(1);transform-origin:left;}

.newsL{width:60%;margin-right:-40px;overflow:hidden;}
.newsL li{float: left;padding-right:40px;width:50%;overflow: hidden;}
.newsL li a{display:block;overflow:hidden;}
.newsL li .bgImg{height:320px;}
.newsL h4{font-size:1.143em;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding:25px 0 15px 0;position: relative;z-index:2;background:#fff;}
.newsL li p{min-height:60px;margin-bottom:8px;font-size:.75rem;color: #666;padding-bottom:8px;position:relative;}
.newsL li p::after{content:"";position: absolute;left:0;bottom:5px;background:#ff7133;width:0;height:1px;transition:all .5s;}
.newsL li span{color:#888;font-size:.75rem;font-family:Arial;}
.newsL li i{font-style:normal;margin-right:15px;transition:all .4s;display:inline-block;min-width:75px;}
.newsL li a:hover .bgImg{transform:scale(1.08);}
.newsL li a:hover h4,.newsR li a:hover h4{color:#ff7133;} 
.newsL li a:hover p::after{width:100%;}
.newsR{width:38%;margin-top:-25px;}
.newsR li{overflow:hidden;}
.newsR li a{display:block;color:#777;padding-left:80px;position:relative;border-bottom: 1px dotted #ccc;height:125px;padding-top:20px;transition:all .5s;}
.newsR li a::after{content:"";position:absolute;left:0;bottom:-1px;transform: scale(0,1);transition:transform .5s;transform-origin: right;border-bottom: 1px solid #ff7133;width:100%;}
.newsR li .date{float:left;margin-left:-80px;width:80px;font-size:12px;;font-family:Arial;line-height:1.2;}
.newsR li .date i{display:block;font-style:normal;opacity:.3;font-size:46px;}
.newsR li h4{font-size:1.143em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333;margin-bottom:10px;transition:all .4s;}
.newsR li p{font-size:12px;}
.newsR li a:hover::after{transform: scale(1);transform-origin: left;}
.newsR li a:hover{padding-left:0;}

/* 新闻快讯 */
.message,.website_box2,.website_box4,.promote_box2,.promote_box5,.marketing_box1 ul,.marketing_box2,.marketing_box4 ul,.marketing_box5,.seoBox2,.bidBox2,.culture{background-image:url('../images/message_bg.jpg');background-position:center;background-repeat: no-repeat;background-size:cover;background-attachment: fixed;}
.messageL{width:44%;font-size:1.143em;color:#333;}
.messageL .tel{font-size:1.625em;color:#191919;margin-top:40px;}
.messageL .tel i{font-style:normal;font-family:"iconfont";padding-right:15px;margin-right:15px;border-right: 1px dotted #ccc;}

.messageR{width:52%;}
.messageR .text {margin-left:-10px;}
.messageR .text p{float:left;width:33.3%;padding-left:10px;position:relative;}
.messageR .text p::after,.messageR .area::after{content:"\e608";position:absolute;font-family:"iconfont";left:10px;top:20px;color:#333;}
.messageR .text p:nth-child(2)::after{content:"\e649";}
.messageR .text p:nth-child(3)::after{content:"\e63a";}
.messageR .area::after{top:0;left:0;content:'\e63f';}
.messageR .text input,.messageR .code .c{border-bottom: 1px solid #aaa;height:60px;line-height: 60px;width:100%;}
.messageR .text input{padding-left:30px;}
.messageR .area{margin:30px 0;position: relative;}
.messageR textarea{width:100%;height:80px;border-bottom: 1px solid #aaa;padding-left:30px;}
.messageR .code .c{width:20%;}
.messageR .code img{padding:15px;background:#eee;height:60px;}
.messageR .sub{width:36%;height:50px;line-height:50px;background:#333;color:#fff;display:inline-block;cursor: pointer;transition:all .3s;}
.messageR .sub:hover{background:#ff7133;}

/*底部 */
.footer{background:#1d1d1d;font-size:.75rem;color:#999;line-height:2em;overflow:hidden;}
.footMain{padding:45px 0 25px 0;overflow:hidden;padding-right:210px;}
.footMenu{width:64%;overflow:hidden;}
.footMenu ul{float:left;width:25%;}
/* .footMenu ul:nth-child(3){width:40%;overflow: hidden;}
.footMenu ul:nth-child(3) li{float: left;width:50%;}
.footMenu ul:nth-child(3) li:first-child,.footMenu ul:nth-child(3) li:nth-child(6){float:none;width:100%;} */
.footMenu ul h4{color:#fff;font-size:1.5em;margin-bottom:20px;position:relative;}
.footMenu_wap{display:none;overflow:hidden;float:left;}
.footTel{width:34%;text-align:center;min-height:160px;border-left: 1px dotted #383838;border-right: 1px dotted #383838;padding-top:30px;padding: 0 15px;color:#fff;}
.footTel h4{font-size:1.5em;}
.footTel h4 span{display:block;margin-top:15px;font-size:1.333em;font-family:Arial;}
/* .footTel h4 .phone{margin-top:5px;font-size:1em;opacity:.5;} */
.footTel a{margin-top:15px;display:inline-block;height:38px;line-height:36px;border:1px solid #4f4f4f;width:140px;}
.footTel a i{font-family:"iconfont";font-style:normal;margin-right:8px;}
.footTel a:hover{border-color:#fff;}
.footWx{width:120px;text-align:center;background:#fff;padding:5px;position: absolute;right:0;}
.copyRight{border-top: 1px solid #383838;border-bottom: 1px solid #383838;overflow:hidden;padding:20px 0;}
.copyRight .i{background: url('../images/b.png') no-repeat left center; padding-left:22px;display:inline-block;}
.copyRight i{font-style:normal;font-family:"iconfont";margin-right:5px;opacity:.8;}
.footer a{color:#999;}
.footer a:hover{color:#fff;}
.firendlink{padding:20px 0;position:relative;color:#666;}
.firendlink a{margin:0 15px;color:#666;}

/*内页公用 */
.listWrap{overflow:hidden;padding:90px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:655px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;background-attachment: fixed;}
.listBanner .txt{position:absolute;color:#fff;top:42%;font-size:1.75rem;text-transform:uppercase;width:100%;padding-bottom:15px;animation:leftPic 1s;max-width:1600px;min-width:360px;left:50%;margin-left:-800px;letter-spacing:2px;}
.listBanner h3{display: block;font-size:2.5em;margin-bottom:40px;}
.listBanner h3 span{display: block;font-size:12px;font-family:Arial;opacity:.6;}

.breadCrumb{font-size:.875rem;padding:25px 20px 0 20px;position:relative;overflow:hidden;}
.breadCrumb::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.breadCrumb .back{float:right;position:relative;color:#ff7133;border:1px solid #ff7133;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#ff7133;color:#fff;}
.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;padding:0 50px 0 15px;background:#fff;}
.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;background:#f5f5f5;}
.proSear .btn:hover{background-color:#111;}
.listTie{text-align:center;color:#333;margin:0 auto;margin-bottom:40px;font-size:2.4rem;}
.listTie span{padding:0 15px;position:relative;}
.listTie span:before,.listTie span:after{content:"";position:absolute;height:1px;background:#ff7133;width:40px;top:1.5rem;display:inline-block;}
.listTie span:before{right:100%;}
.listTie span:after{left:100%;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}


/*内页公用菜单*/
.listMenu{font-size:1.143rem;text-align:center;margin-bottom:40px;}
.listMenu a{display:inline-block;position:relative;color:#191919;height:50px;line-height:45px;margin:0 25px;}
.listMenu a:hover{color:#ff7133;}
.listMenu a::after,.listMenu a::before{content:"";position: absolute;left:0;top:0;background:#ff7133;width:0;height:1px;transition:all .5s;}
.listMenu a::before{top:auto;bottom:0;left:auto;right:0;}
.listMenu .cur{padding:0 5px;color:#ff7133;}
.listMenu .cur::after,.listMenu .cur::before,.listMenu a:hover::after,.listMenu a:hover::before{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:#ff7133;border:1px solid #ff7133;color:#fff;}

/* 网站建设 */
.hTitle2{margin-bottom:60px;text-align:center;}
.hTitlew{color:#fff;}
.website_box1 .pic{margin-top:80px;text-align:center;}
.website_box1 h5{max-width:420px;background:#ff7133;color:#fff;color:#fff;font-size:1.857em;margin:0 auto;text-align:center;height:60px;line-height:60px;margin-top:50px;}
.website_box2{background-image: url('../images/web_bg2.jpg');text-align:center;}
.website_box2 .main{padding:0 8%;}
.website_box3 .bgImg{width:50%;height:520px;}
.website_box3 .font{width:44%;padding-top:60px;color:#333;}
.website_box3 .font h3{overflow:hidden;font-size:1.857em;display:flex;flex-flow:row wrap;justify-content: space-between;;}
.website_box3 .font span{float: left;position: relative;}
.website_box3 .font span::after{content:"";position: absolute;width:80%;height:1px;background:#333;top:56%;right:-140%;}
.website_box3 .font h3 i{font-style:normal;color:#999;font-size:1.385em;font-family:Arial;margin-right:5px;position: relative;top:4px;}
.website_box3 .font p{border:1px solid #b4b4b4;text-align:center;font-size:1.286em;margin-top:50px;padding:25px;}
.website_box3 .pic{position: absolute;right:0;bottom:90px;max-width:44%;}
.website_box4{background-image:url('../images/web4_bg.jpg');padding-bottom:140px;}
.website_box4 li{float:left;width:25%;text-align:center;border-right: 1px dotted #a2a2a2;}
.website_box4 li h4{font-size:2.143em;color:#333;line-height:1.2;margin-bottom:20px;}
.website_box4 li h4 span{display: block;font-size:1.333em;opacity:.2;font-family:Arial;font-weight:bold;}
.website_box4 li a{display:inline-block;width:190px;height:45px;line-height:45px;background:#ff7133;color:#fff;}
.website_box4 li a i{margin-left:15px;font-family:"iconfont";font-style:normal;}
.website_box4 li a:hover{width:240px;background:#d8490a;}
.website_box4 li:last-child{border-right:none;}
.website_box5{border-bottom: 1px solid #ddd;}
.website_box5 ul{position:relative;font-size:1.143em;height:160px;padding-top:10px;}
.website_box5 ul::after{content:"";position: absolute;;left:-50%;top:50%;width:200%;background:#ddd;height:1px;z-index:-1;}
.website_box5 li{float:left;width:11.9%;text-align:center;margin-left:-2%;}
.website_box5 li span{display:block;margin-bottom:30px;}
.website_box5 li i{display:inline-block;font-style:normal;background:#333;border-radius:100%;width:24px;line-height:24px;height:24px;font-size:12px;color:#fff;text-align:center;font-family:Arial;position: relative;}
.website_box5 li:nth-child(2n){padding-top:57px;}
.website_box5 li:nth-child(2n) i::after{transform: rotate(0);top:24px;}
.website_box5 li:nth-child(2n) span{margin-top:30px;margin-bottom:0;}

.website_box6 ul{margin:0 -1%;}
.website_box6 li{float:left;width:31.3%;margin:0 1%;}
.website_box6 li .bgImg{height:300px;}
.website_box6 li .txt{height:300px;background:#ededed;padding:5%;}
.website_box6 li i{display:inline-block;font-size:50px;opacity:.5;font-style:normal;margin-bottom:10px;font-family:Arial;font-weight:bold;line-height:1.2;}
.website_box6 li h4{font-size:1.714em;color:#191919;margin-bottom:25px;}
.website_box6 li p{background: url('../images/we_li.jpg') no-repeat left center;padding-left:15px;margin-bottom:8px;}


/* 搜索推广 */
.promote_box1 ul{overflow:hidden;padding-top:30px;font-size:1.429em;color:#333;}
.promote_box1 li{float:left;width:33.3%;text-align:center;}
.promote_box1 li span{font-size:4.5em;font-family:Arial;letter-spacing:-2px;font-weight:normal;position: relative;margin-right:10px;}
.promote_box1 li span::after{position: absolute;top:15px;right:-40px; content:"亿";font-size:14px;width:26px;height:26px;background:#ff7133;color:#fff;border-radius:100%;line-height:26px;}
.promote_box1 li:nth-child(2) span::after{content:"%";}
.promote_box2{background-image: url('../images/promote2_bg.jpg');}
.promote_box2 .ce{padding:40px 0 30px 0;}
.promote_box4{background:#f2f2f2;}
.promote_box4 ul{margin-right:-35px;}
.promote_box4 li{float:left;width:25%;padding-right:35px;}
.promote_box4 li .pImg{padding-top:54%;}
.promote_box4 li .txt{background:#fff;padding:10% 10%;height:180px;position: relative;}
.promote_box4 li h5{font-size:1.857em;color:#333;margin-bottom:15px;}
.promote_box4 li i{position: absolute;left:8%;top:-40px;font-style:normal;font-size:3.571em;font:Arial;color:#333;letter-spacing:-2px;}
.promote_box4 li:hover img{transform:scale(1.1);}
.promote_box5{background-image: url('../images/promote5_bg.jpg');}
.promote_box5 li{width:48%;overflow:hidden;font-size:1.143em;}
.promote_box5 li a{display:block;background:#fff;height:290px;padding:6% 4% 4% 30%;}
.promote_box5 li h4{font-size:1.875em;color:#333;position: relative;padding-bottom:15px;margin-bottom:20px;}
.promote_box5 li h4::after{content:"";position: absolute;width:20px;height:3px;background:#ff7133;left:0;bottom:0;}
.promote_box5 li p{height:60px;padding-bottom:10px;}
.promote_box5 li span{font-size:12px;}
.promote_box5 li i{font-family:"iconfont";float:left;font-style:normal;margin-left:-120px;font-size:3.6rem;color:#888;}
.promote_box5 li a:hover{background:#ff7133;color:#fff;}
.promote_box5 li a:hover i,.promote_box5 li a:hover h4{color:#fff;}
.promote_box6 ul{margin:0 -1%;}
.promote_box6 li{float:left; width:23%;background:#f2f2f2;margin:0 1%;text-align:center;min-height:370px;padding:4%;}
.promote_box6 li h4{margin-bottom:25px;color:#191919;font-size:1.857em;}
.promote_box6 li i{display:inline-block;width:70px;height:70px;background: url('../images/promote6_icon.png');margin-bottom:25px;position: relative;top:0;transition:all .3s;}
.promote_box6 li:nth-child(2) i{background-position: -70px 0;}
.promote_box6 li:nth-child(3) i{background-position: -140px 0;}
.promote_box6 li:nth-child(4) i{background-position: -210px 0;}
.promote_box6 li:hover i{top:-10px;}



/* 全网营销 */
.marketing_box1 .hTitle{max-width:680px;margin:0 auto;margin-bottom:60px;}
.marketing_box1 ul{background-image:url('../images/mark1_bg.jpg');overflow:hidden;font-size:1.143em;color:#333;}
.marketing_box1 li{float:left;width:12.5%;text-align:center;padding-top:40px;height:140px;border-right: 1px solid #d4d4d4;border-bottom: 1px solid #d4d4d4;transition:all .3s;}
.marketing_box1 li:nth-child(4),.marketing_box1 li:nth-child(11),.marketing_box1 li:nth-child(18){width:25%;}
.marketing_box1 li i{display:block;width:26px;height:26px;margin:0 auto;margin-bottom:10px;background: url('../images/marke_icon.png');}
.marketing_box1 li{background: #fff;background: rgba(255,255,255,.6);}
.marketing_box1 li:empty{background:none;}
.marketing_box1 .tie{font-size:2.125em;color:#fff;background:#ff7133;padding-top:30px;}
.marketing_box1 .tie span{display:block;font-size:14px;font-family:Arial;opacity:.3;}
.marketing_box1 li:hover,.marketing_box4 li:hover{background: rgba(255,113,51,.4);}
.marketing_box1 li:empty:hover{background:none;}
.marketing_box1 .tie:hover{background:#ff7133;}
.marketing_box1 li:nth-child(5) i{background-position: -26px 0;}
.marketing_box1 li:nth-child(8) i{background-position: -52px 0;}
.marketing_box1 li:nth-child(10) i{background-position: -78px 0;}
.marketing_box1 li:nth-child(13) i{background-position: -104px 0;}
.marketing_box1 li:nth-child(14) i{background-position: -130px 0;}
.marketing_box1 li:nth-child(17) i{background-position: -156px 0;}
.marketing_box1 li:nth-child(19) i{background-position: -182px 0;}

.marketing_box2{background-image: url('../images/marke2_bg.jpg');text-align:center;}
.marketing_box2 p{padding-top:20px;}
.marketing_box3{border-bottom: 1px solid #d9d9d9;background: url('../images/marke3_bg.jpg') no-repeat center bottom;padding-bottom:100px;height:740px;background-size:100%;}
.marketing_slide{padding-top:220px;}
.marketing_box3 li{float:left;padding-bottom:50px;position:relative;overflow:hidden;}
.marketing_box3 li div{max-width:160px;}
.marketing_box3 li h5{font-size:1.429em;color:#333;margin-bottom:20px;}
.marketing_box3 li span{display:inline-block;width:24px;height:24px;background:#ff7133;color:#fff;text-align:center;line-height:24px;font-family:Arial;border-radius:100%;margin-bottom:15px;}
.marketing_box3 li::after{content:"";position: absolute;width:28px;height:28px;background: url('../images/market_icon3.png') no-repeat;left:0;bottom:0;}
.marketing_box3 li:nth-child(2)::after{background-position: -28px 0;}
.marketing_box3 li:nth-child(3)::after{background-position: -56px 0;}
.marketing_box3 li:nth-child(4)::after{background-position: -84px 0;}
.marketing_box3 li:nth-child(5)::after{background-position: -112px 0;}
.marketing_box3 li:nth-child(6)::after{background-position: -140px 0;}

.marketing_box3 li:nth-child(1){padding-top:50px;}
.marketing_box3 li:nth-child(2){top:-25px;}
.marketing_box3 li:nth-child(3){top:-85px;}
.marketing_box3 li:nth-child(4){top:-40px;}
.marketing_box3 li:nth-child(5){top:-80px;}
.marketing_box3 li:nth-child(6){top:-120px;}

.marketing_box4 ul{background-image:url('../images/marke4_bg.jpg');overflow:hidden;font-size:1.143em;}
.marketing_box4 li{width:25%;float:left;height:230px;text-align:center;border-right: 10px solid #fff;border-bottom: 10px solid #fff;padding:0 4%;padding-top:50px;transition:all .5s;}
.marketing_box4 li h4{font-size:1.375em;color:#333;margin-bottom:20px;padding-bottom:10px;position:relative;}
.marketing_box4 li h4::after,.marketing_box5 li h5::after,.seoBox3 li .txt h4::after,.bidBox1 li h4::after,.caseShow_box .tie::after,.culture li span::after{content:"";position: absolute;left:50%;bottom:0;width:16px;height:1px;background:#ff7133;margin-left:-8px;height:1px;}

.marketing_box5{background-image:url('../images/marke5_bg.jpg');}
.marketing_box5 ul{margin:0 -1%;}
.marketing_box5 li{float:left; background:#fff;width:31.3%;margin:0 1%;}
.marketing_box5 li .bgImg{float: left;width:52%;height:210px;}
.marketing_box5 li .txt{float:right;width:48%;padding:7%;}
.marketing_box5 li h5{font-size:2em;color:#333;padding-bottom:10px;margin-bottom:20px;position: relative;}
.marketing_box5 li h5::after{left:0;margin-left:0;}
.bidCase_slide{position: relative;}
.bidCase .swiper-pagination{position: static;margin-top:40px;}
.bidCase .swiper-pagination-bullet{width:10px;height:10px;}
.bidCase .swiper-pagination-bullet-active{background:#ff7133;}

.bidCase li{float:left;width:50%;background:#eee;transition:all .3s;margin-bottom:5px;}
.bidCase li .top{overflow: hidden;height:160px;border-bottom: 1px solid #e0e0e0;padding:5% 6% 20px 6%;}
.bidCase li h3{max-width:48%;line-height:80px;display: block;height:80px;}
.bidCase li h3 img{max-height:100%;}
.bidCase li h4{color:#333;font-size:1.429em;text-align:right;max-width:48%;padding-top:10px;}
.bidCase li h4 a{display: block;font-size:14px;opacity:.8;padding-right:25px;margin-top:10px;position: relative;}
.bidCase li h4 a::after{position: absolute; content: "\e700";font-family:"iconfont";margin-left:10px;font-size:1.143rem;right:0;top:-4px;}
.bidCase li .txt{padding:5% 46% 5% 6%;overflow:hidden;height:200px;line-height:1.8;position:relative;}
.bidCase li .txt span{display: block;}
.bidCase li p{position: absolute;right:6%;top:40px;width:40%;text-align:right;}
.bidCase li:hover{box-shadow:0 0 10px #ccc;}
.bidCase .cMore{display:block;}

/* 网站SEO */
.seoBox1 li{float:left;width:30%;;height:140px;margin-bottom:30px;padding-right:6%;position: relative;}
.seoBox1 li::after{content:"";position: absolute;right:0;top:0;height:100px;border-right: 1px dotted #b2b2b2;width:1px;}
.seoBox1 li h4{color:#333;margin-bottom:15px;font-size:1.429em;}
.seoBox1 li:nth-child(3n-1){width:40%;padding-left:6%;}
.seoBox1 li:nth-child(3n){padding-left:6%;padding-right:0;}
.seoBox1 li:nth-child(3n)::after{display:none;}

.seoBox2{background-image:url('../images/seo2_bg.jpg');}
.seoBox2 .left{width:50%;height:490px;}
.seoBox2 ul{width:50%;height:490px;background:#fff;overflow:hidden;}
.seoBox2 li{float:left;width:25%;height:195px;border-bottom: 1px solid #d9d9d9;border-right: 1px solid #d9d9d9;padding:50px 4% 4% 4%;font-size:1.143em;color:#333;}
.seoBox2 li i{display:block;font-size:1.875em;color:#ff7133;font-style:normal;font-family:Arial;font-weight:bold;}
.seoBox2 li.zx{width:100%;height:100px;padding:0 5%;line-height:100px;font-size:1em;color:#666;}
.seoBox2 li.zx a{font-size:1.143em;color:#333;margin-right:8%;position:relative;padding-left:35px;}
.seoBox2 li.zx a::after{content:"\e603";font-family:"iconfont";position:absolute;left:0;top:0;font-size:1.286rem;line-height:1;}
.seoBox2 li.zx a:hover{color:#ff7133;}

.seoBox3 ul{margin-right:-20px;}
.seoBox3 li{float:left;width:25%;padding-right:20px;}
.seoBox3 li .pImg{padding-top:58%;}
.seoBox3 li .txt{padding:8%;background:#eee;height:210px;}
.seoBox3 li .txt h4{font-size:1.429em;color:#333;padding-bottom:10px;margin-bottom:20px;position: relative;}
.seoBox3 li .txt h4::after,.bidBox1 li h4::after{left:0;margin-left:0;}
.seoBox3 li:hover img{transform: scale(1.1);}

.seoBox4{background:#dcdcdc;}
.seoBox4 .container::after{content:"";position:absolute;left:-50%;width:200%;height:1px;background:#cfcfcf;top:240px;}
.seoSlide li{float: left; width:20%;padding-left:80px;line-height:1.8;}
.seoSlide li i{float:left;margin-left:-80px;width:60px;height:60px;background:#ff7133;color:#fff;line-height:60px;border-radius:100%;text-align:center;font-style:normal;font-family:Arial;}
.seoSlide li h4{height:90px;margin-bottom:20px;font-size:1.714em;color:#333;}
.seoSlide li h4 span{font-size:12px;font-family:Arial;opacity:.5;}
.seoSlide li span{display:block;}
.seoBox5{background-image: url('../images/seo2_bg.jpg');}





/* 常见问题 */
.faq{border-top: 1px solid #d9d9d9;}
.faqList li{float:left;width:50%;padding-right:10px;margin-bottom:10px;font-size:12px;}
.faqList li:nth-child(2n){float:right;}
.faqList li a{display:block;background:#fff;padding:4% 5%;color:#999;height:135px;border:1px solid #ddd;}
.faqList li h4,.faqList li p{padding-left:35px;}
.faqList li i{font-style:normal;width:24px;height:24px;background:#ef2f00;color:#fff;font-size:12px;text-align:center;line-height:24px;margin-left:-35px;float:left;}
.faqList li p i{background:none;border:1px solid #ccc;color:#999;}
.faqList li h4{font-size:16px;color:#191919;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.faqList li a:hover h4{color:#ef2f00;}
.faqList li a:hover{box-shadow:0 0 10px #ccc;}
.cMore2{display:block;}


/* 竞价托管 */
.bidBox1 .main{padding-top:70px;position: relative;}
.bidBox1 ul{overflow:hidden;padding-left:1px;border-top: 1px solid #ff7133;margin-right:-4px;}
.bidBox1 li{float: left;width:33.3%;border:1px solid #d9d9d9;margin-top:-1px;margin-left:-1px;padding:2.5% 4%;height:200px;transition:all .4s;}
.bidBox1 li h4{font-size:1.429em;color:#333;position:relative;padding-bottom:15px;margin-bottom:20px;}
.bidBox1 li h4::after{left:65px;}
.bidBox1 li h4 i{float:left; width:38px;height:38px;background: url('../images/bid1_icon.png') no-repeat;margin-left:-65px;}
.bidBox1 li h4,.bidBox1 li p{padding-left:65px;}
.bidBox1 li:nth-child(2) i{background-position: -38px 0;}
.bidBox1 li:nth-child(3) i{background-position: -76px 0;}
.bidBox1 li:nth-child(4) i{background-position: -114px 0;}
.bidBox1 li:nth-child(5) i{background-position: -152px 0;}
.bidBox1 li:nth-child(6) i{background-position: -190px 0;}
.bidBox1 li:nth-child(7) i{background-position: -228px 0;}
.bidBox1 li:nth-child(8) i{background-position: -266px 0;}
.bidBox1 li:nth-child(9) i{background-position: -304px 0;}
.bidBox1 .tie{width:140px;height:140px;background:#ff7133;color:#fff;border-radius:100%;padding:0;position: absolute;border:none;left:50%;margin-left:-70px;z-index:2;top:0px;font-size:1.429em;font-weight:bold;padding-top:40px;text-align:center;}
.bidBox1 li:hover{box-shadow:0 0 12px #ccc;}
.bidBox2{background-image:url('../images/bid2_bg.jpg');}
.bidBox2 li{margin-bottom: 20px;}
.bidBox3{background: url('../images/bid3_bg.jpg') no-repeat center;}
.bidBox3 li{float: left;width:33.3%;text-align:center;font-size:1.429em;padding-bottom:30px;padding:0 5%;}
.bidBox3 li p{margin-top:25px;color:#333;}
.bidBox4{background:#ededed;}.bidBox4_slide{padding-bottom:30px;overflow:hidden;}
.bidBox4 li{float:left;width:14.28%;border-right: 1px dotted #bebebe;padding:0 2.5%;min-height:180px;}
.bidBox4 li h4{font-size:1.571em;color:#333;margin-bottom:20px;}
.bidBox4 li h4 i{display:block;font-style:normal;color:#ff7133;font-family:Arial;font-size:1.364em;font-weight:bold;}
.bidBox4 li:last-child{border-right:none;}

/* 案例菜单 */
.caseMenu{background:#eee;overflow:hidden;}
.caseMenu a{float:left;width:25%;border-right: 1px solid #e0e0e0;text-align:center;padding-top:33px;height:120px;font-size:1.571em;color:#222;position: relative;}
.caseMenu a::after{content:"";position: absolute;left:0;bottom:0;height:3px;background:#ff7133;width:100%;transform: scale(0,1);transform-origin:right;transition:transform .6s;}
.caseMenu h3{text-align:left;display:inline-block;padding-left:60px;position:relative;}
.caseMenu a span{display: block;opacity:.5;font-family:Arial;font-size:12px;}
.caseMenu h3::after{content:"\e607";position: absolute;left:0;top:0;font-family:"iconfont";font-size:1.5em;}
.caseMenu a:nth-child(2) h3::after{content:"\e64d";}
.caseMenu a:nth-child(3) h3::after{content:"\e6b7";}
.caseMenu a:nth-child(4) h3::after{content:"\e67c";}
.caseMenu a:hover,.caseMenu .cur{color:#ff7133;}
.caseMenu a:hover::after,.caseMenu .cur::after{transform: scale(1);transform-origin:left;}
.caseMenu a:last-child{border-right:none;}
.caseType{padding:30px 0;border-bottom: 1px solid #e5e5e5;}
.caseType a{margin-right:60px;}
.caseType .on{color:#ff7133;}

/* 案例列表 */
.caseSlide{overflow:hidden;position:relative;margin-bottom:50px;}
.caseSlide li{background:#e3e3e3;overflow:hidden;}
.caseSlide li .pic{width:54%;height:510px;overflow:hidden;display:block;}
.caseSlide li .txt{width:46%;padding:4% 6%;}
.caseSlide li h4{font-size:2.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position:relative;padding-bottom:20px;margin-bottom:30px;}
.caseSlide li h4 span{display:block;font-size:0.563em;opacity:.6;}
.caseSlide li h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#ff7133;width:15px;transition:all 0.4s; }
.caseSlide li h4 a{color: #333;}
.caseSlide li h4 a:hover{color: #ff7133;}
.caseSlide li p{height:120px;overflow: hidden;margin-bottom:20px;}
.caseSlide li .more i{font-style:normal;margin-left:10px;}
.caseSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#444; height: 80px;line-height: 80px;width:46%;z-index:2;left:auto;padding-left:6%;text-align: left;}
.caseSlide .swiper-pagination-bullet{width:10px;height:10px;cursor: pointer;background:#fff;}
.caseSlide .swiper-button-next, .caseSlide .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;}
.caseSlide li:hover .bgImg{transform: scale(1.08);}
.caseList{padding-top:60px;overflow:hidden;}

/*  案例详情 */
.caseShow_ban img{width:100%;}
.caseShow_Top{padding:25px 0;overflow:hidden;color:#888;font-size:.875rem;line-height:1.8;}
.caseShow_Top .left{max-width:80%;overflow:hidden;}
.caseShow_Top .pic{line-height:60px;margin-right:20px;height:60px;}
.caseShow_Top .pic img{max-height:60px;}
.caseShow_Top h3 span,.caseShow_Top h3{display:block;font-size:1.429em;color:#333;}
.caseShow_Top .link{float:right;width:50px;height:50px;text-align:center;line-height:50px;border:1px solid #ddd;border-radius:100%;margin-left:-50px;font-family:iconfont;font-size:18px;z-index:2;position:relative; background:#ff7133;color:#fff; margin-right:48%;}
.caseShow_Top .link:hover{background:#000;color:#fff;border:1px solid #000; }
.caseShow_Top .font span{margin-right:15px;}
.caseShow{background:#f3f3f3;}
.caseShow_box{background:#fff;overflow:hidden;line-height:2;box-shadow:0 2px 5px #ddd;}
.caseShow_box1{margin-bottom:20px;text-align:center;padding:3% 4%;}
.caseShow_box1 .txt{max-width:680px;margin:0 auto;}
.caseShow_box .box{width:50%;min-height:460px;padding:4% 5%;}
.caseShow_box .fl{border-right:1px solid #f1f1f1;}
.caseShow_box .tie{color:#333;font-size:2em;margin-bottom:30px;padding-bottom:15px;position: relative;}
.caseShow_box2 .tie::after,.caseShow_box3 .tie::after{left:0;margin-left:0;}
.proShow_pic .tie,.seoShow .tie{margin-bottom:40px;text-align:center;color:#333;font-size:2.5em;}
.proShow_pic img{width:100%;}
.caseShow_box3{margin-bottom:20px;padding:3% 4%;}

.seoShow_slide{max-width:1000px;margin:0 auto;overflow: hidden;box-shadow:0 2px 10px #aaa;border-radius:8px 8px 0 0;}
.seoShow_slide li {padding:15px;background:#f5f5f5;}
.seoShow_slide li img{width:100%;}
.seoShow_slide .btn{width:50px;height:50px;border-radius:100%;text-align:center;background:#666;color:#fff;line-height:50px;font-size:18px;}
.seoShow_slide .btn:hover{background:#ff7133;}

/* 新闻列表 */
.newsWrap{overflow:hidden;padding:50px 0;font-size:.875em;}
.newsSlide li h4{font-size:1.5em;}
.newsList{overflow:hidden;font-size:.813rem;}
.newsList ul{margin-right:-25px;}
.newsList li{float:left;padding-right:25px;width:25%;margin-bottom:25px;}
.newsList li a{display:block;color:#888;padding:15px;background:#f1f1f1;}
.newsList li .date{display:block;padding-bottom:10px;}
.newsList li .pImg{padding-top:70%;}
.newsList li h3{font-size:1.231em;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding:20px 0;}
.newsList li p{height:70px;padding-bottom:10px;border-bottom: 1px solid #d9d9d9;margin-bottom:20px;}
.newsList li a:hover{box-shadow:0 2px 6px #ccc;}
.newsList li a:hover img{transform:scale(1.1);}
.newsList li a:hover h3{color:#ff7133;transition:all .3s;}

/* 新闻详情 */
.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: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 #ff7133;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:#ff7133;}
.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:#ff7133;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;}


/* 关于我们 */
.aboutBox1{padding-bottom:20px;}
.aboutBox1_font{overflow: hidden;margin-bottom:110px;min-height:140px;}
.aboutBox1_font .hTitle{width:24%;}
.aboutBox1_font .txt{width:68%;font-size:1.143em;line-height:1.8;color:#333;}
.about_odds{border-top: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;text-align:center;overflow: hidden;}
.about_odds li{float:left;width:25%;font-size:1.714em;color:#333;padding:50px 0;}
.about_odds li h4{display:inline-block;text-align:left;padding-left:90px;}
.about_odds li i{float:left;margin-right:10px;background: url('../images/about_odds.png') no-repeat;width:68px;height:50px;margin-left:-90px;}
.about_odds li:nth-child(2) i{background-position: -68px 0;}
.about_odds li:nth-child(3) i{background-position: -136px 0;}
.about_odds li:nth-child(4) i{background-position: -204px 0;}
.about_odds li p{font-size:0.667em;opacity:.7;}
.aboutBox1_font2{padding-top:110px;overflow:hidden;}
.aboutBox1_font2 dl{width:40%;line-height:1.8;}
.aboutBox1_font2 dt{font-size:1.429em;margin-bottom:40px;}
.aboutBox1_font2 dt span{display:block;font-size:1.3em;color:#333;}

.culture{background-image:url('../images/culture_bg.jpg');overflow:hidden;color:#fff;}
.culture ul{font-size:1.143em;overflow:hidden;}
.culture li{float:left; width:25%;text-align:center;border-right: 1px dotted #3c3c3c;height:130px;}
.culture li:last-child{border-right:none;}
.culture li p{text-align:left;display:inline-block;max-width:220px;}
.culture li span{display:block;font-size:1.625em;position:relative;padding-bottom:15px;margin-bottom:15px;}
.culture li span::after{left:0;margin-left:0;}

.setting ul{margin-right:-10px;}
.setting li{float:left;width:50%;padding-right:10px;padding-bottom:10px;}
.setting li .pImg{padding-top:55%;}
.setting 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;}
/* .setting li:nth-child(3){width:16.6%;}
.setting li:nth-child(3) a{height:140px;}
.setting li:nth-child(4),.setting li:nth-child(3) p{display:none;} */
.setting li:hover img{transform: scale(1.1);}
.setting li:hover p{bottom:0;}
.setting .tie{width:83%;right:0;background:url('../images/about_bg.jpg');overflow:hidden;height:140px;padding:40px 60px 0 60px;}
.setting .tie h4{color:#aaa;}
.setting .tie h4 span{display:block;font-size:1.286em;color:#333;}
.setting .tie a{margin-top:10px;}
.setting .tie i{font-style:normal;margin-left:15px;}



/* 图片列表 */
.picList ul{margin-right:-30px;}
.picList li{width:25%;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;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:20px;}
.picList li i{font-style:normal;margin-left:15px;opacity:.5;float:right;}
.picList li a:hover img{transform:scale(1.1);}
.picList li a:hover p{color:#ff7133;}


/* 联系 */
.contactBox1{margin-bottom:90px;overflow:hidden;}
.contactBox1 .tie{font-size:2.714em;color:#333;margin-bottom:40px;}
.contactBox1 ul{border-top: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;padding:40px 0;overflow: hidden;}
.contactBox1 li{float:left;text-align:center;width:23%;border-right: 1px dotted #b2b2b2;color:#111;line-height:30px;}
.contactBox1 li i{font-family:"iconfont";font-style:normal;font-size:2em;}
.contactBox1 li span{display:block;font-size:2em;margin-top:15px;font-family:Arial;}
.contactBox1 li:last-child{border-right:none;width:31%;}
.contactBox1 li:last-child span{font-size:1.143em;font-family:'Microsoft YaHei';}
.contactBox2{background:#f2f2f2;overflow:hidden;margin-top:90px;}
.contactBox2 .messageR{width:60%;padding:3% 4%;}
.contactBox2 .hTitle,.contactBox3 .hTitle{font-size:1rem;}
.contactMap{width:40%;float:right;height:500px;}

.contactBox3 ul{overflow:hidden;padding-top:1px;padding-left:1px;}
.contactBox3 li{float: left;width:33.3%;border:1px solid #ddd;margin-top:-1px;margin-left:-1px;padding:4%;min-height:420px;line-height:1.8;text-align:center;}
.contactBox3 li h4{border-bottom: 1px dotted #ddd;padding-bottom:30px;margin-bottom:30px;font-size:1.8em;text-align:center;color:#333;}
.contactBox3 li i{width:75px;height:61px;display:block;margin:0 auto;background-repeat: no-repeat;margin-bottom:15px;}

#newBridge .icon-right-center{right:0 !important;margin-top:0 !important;bottom:80px !important;top: auto !important;}

/* 抖音推广 */
.tiktokBan{height:800px;}
.tiktokBan .txt{top:54%;transform: translateY(-50%);}
.tiktokBan a{margin-top:50px;display:inline-block;background:#fff;width:230px;height:40px;border-radius:20px;font-size:18px;line-height:40px;padding:0 20px;color:#ff7133;position: relative;}
.tiktokBan a i{position: absolute; background: url('../images/tok_arr.png') no-repeat;width:34px;height:34px;right:4px;top:3px;}
.tiktokBan a:hover{box-shadow:0 3px 5px #f9d7bd;}
.hTitle3{text-align:center;color:#555;line-height:1.4;margin-bottom:50px;}
.hTitle3 span{font-weight:700;color:#222;}
.hTitle3 i{display: block;font-style:normal;}

.tiktokBox1{font-size:1em;background: url('../images/tiktok_Box1.jpg') no-repeat center;background-size:cover;}
.tiktokBox1 li{float:left;width:20%;height:400px;text-align:center;padding:0 1.5%;padding-top:60px;position:relative;}
.tiktokBox1 li::after{content:"";position: absolute;width:100%;height:0;z-index:-1;background: linear-gradient(45deg,#ff5c2e, #ffb62e);left:0;top:50%;border-radius:10px;transition:all .5s;}
.tiktokBox1 li span{display:inline-block;width:200px;height:200px; background:#fff;border:1px solid #fe9750;line-height:200px;font-size:3.5em;border-radius:100%;font-weight:700;margin-bottom:25px;font-family:Arial;transition:all .5s;top:0;position:relative;transition-delay:.2s;}
.tiktokBox1 li i{font-style:normal; background: linear-gradient(#ffb62e, #ff5c2e);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.tiktokBox1 li:hover::after{height:100%;top:0;}
.tiktokBox1 li:hover span{top:-10px;}
.tiktokBox1 li:hover {color:#fff;}
.swiperPagination2{text-align:center;position: static;margin-top:20px;display:none;}
.swiperPagination2 .swiper-pagination-bullet-active{background:#ff5c2e;}
.swiperPagination2 .swiper-pagination-bullet{width:10px;height:10px;margin:0 3px;}

.tiktokBox2{font-size:1.25em;}
.tiktokBox2 .pic{position:relative;width:57%;}
.tiktokBox2 .pic::after{position: absolute;content:"";width:430px;height:430px;background:#fce4d2;border-radius:100%;z-index:-1;left:-5%;top:0;}
.tiktokBox2 .txt{width:50%;padding-top:5%;color:#333;color:#222;background:#fff;box-shadow:0 0 15px #e1e1e1;margin-left:-7%;padding:4% 4% 0 15%;border-radius:10px;position: absolute;right:0;bottom:0;z-index:-1;}
.tiktokBox2 .txt li{margin-bottom:40px;min-height:90px;display:flex;align-items:center}
.tiktokBox2 .txt li i{min-width:90px;height:90px;background:#ee781f;border-radius:100%;text-align:center;line-height:90px;color:#fff;font-style:normal;font-size:2em;font-weight:700;font-family:Arial;margin-left:-120px;margin-right:30px;}

.tiktokBox3{background:#f5f6f8 url('../images/tiktok_Box3.jpg') no-repeat bottom;background-size:100%; font-size:1em;}
.tiktokBox3 .leftTxt{width:46%;line-height:1.8;padding-top:50px;}
.tiktokBox3 .leftTxt h4{font-size:1.875em;color:#ee781f;margin-bottom:10px;font-weight:700;}
.tiktokBox3 .text{margin-bottom:40px;}
.tiktokBox3 .text p{margin-bottom:10px;}
.tiktokBox3 .text span{color:#ee781f;}
.tiktokBox3 .pic{width:54%;margin-right:-5%;}

.tiktokBox4{background:url('../images/tiktok_box4.jpg') no-repeat center;background-size:cover;background-attachment: fixed; font-size:1em;}
.tiktokBox4 .hTitle3 span,.tiktokBox8 .hTitle3 span{color:#fff;}
.tiktokBox4 ul{display:flex;justify-content: space-between;flex-flow:row wrap;}
.tiktokBox4 li{float: left;background:#fff;width:32%;margin-bottom:30px;height:200px;padding:30px 7% 30px 2%;line-height:1.8;position: relative;z-index:2;}
.tiktokBox4 li::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#ee781f;transition:all .5s;z-index:-1;}
.tiktokBox4 li h4{font-size:1.5em;color:#ee781f;font-weight:700;border-bottom: 1px solid #e5e5e5;padding-bottom:10px;margin-bottom:10px;position: relative;}
.tiktokBox4 li h4::after{content:"";position: absolute;bottom:-1px;width:100px;height:2px;background:#ee781f;left:0;}
.tiktokBox4 li i{position: absolute;right:-24%;width:46px;height:38px;background:url('../images/tiktok_icon.png') no-repeat;transition:all .5s;}
.tiktokBox4 li:nth-child(2) i{background-position:-46px 0;}
.tiktokBox4 li:nth-child(3) i{background-position:-92px 0;}
.tiktokBox4 li:nth-child(4) i{background-position:-138px 0;}
.tiktokBox4 li:nth-child(5) i{background-position:-184px 0;}
.tiktokBox4 li:nth-child(6) i{background-position:-230px 0;}
.tiktokBox4 li:nth-child(7) i{background-position:-276px 0;}
.tiktokBox4 li:hover::after{height:100%;}
.tiktokBox4 li:hover,.tiktokBox4 li:hover h4{color:#fff;}
.tiktokBox4 li:hover i{background-position: 0 -38px;}
.tiktokBox4 li:nth-child(2):hover i{background-position:-46px -38px;}
.tiktokBox4 li:nth-child(3):hover i{background-position:-92px -38px;}
.tiktokBox4 li:nth-child(4):hover i{background-position:-138px -38px;}
.tiktokBox4 li:nth-child(5):hover i{background-position:-184px -38px;}
.tiktokBox4 li:nth-child(6):hover i{background-position:-230px -38px;}
.tiktokBox4 li:nth-child(7):hover i{background-position:-276px -38px;}
.tiktokBox5 .menu{margin-bottom:45px;overflow:hidden;display:flex;flex-flow:row wrap;justify-content: space-between;}
.tiktokBox5 .menu li{float:left;width:11.5%;text-align:center;height:70px;line-height:70px;border-radius:6px;background:#ee781f;color:#fff;font-size:1.714em;}
.tiktokBox5 .menu li:nth-child(2){background:#367fd9;}
.tiktokBox5 .menu li:nth-child(3){background:#46b82f;}
.tiktokBox5 .menu li:nth-child(4){background:#ee321f;}
.tiktokBox5 .menu li:nth-child(5){background:#d7317f;}
.tiktokBox5 .menu li:nth-child(6){background:#4444ec;}
.tiktokBox5 .menu li:nth-child(7){background:#22aabe;}
.tiktokBox5 .menu li:nth-child(8){background:#c52afe;}
.tiktokBox5 .main{background:#fffcfa;overflow:hidden;border:2px solid #ee781f;border-radius:10px;padding:2.5%;}
.tiktokBox5 .main .pic{width:49%;}
.tiktokBox5 .main p{clear: both;padding-top:30px;font-size:1.571em;line-height:1.8;color:#333;}

.tiktokBox6{background:url('../images/tiktok_box6.jpg') no-repeat center;background-size:cover; color:#333;}
.hTitle3 b{color:#ee781f;font-weight:400;font-size:1.333em;position: relative;padding:0 20 px;}
.hTitle3 b:before,.hTitle3 b:after{content:"";position:absolute;height:1px;background:#ee781f;width:40px;top:1.2rem;display:inline-block;}
.hTitle3 b:before{right:100%;}
.hTitle3 b:after{left:100%;}

.tiktokBox6 ul{display:flex;justify-content: space-between;flex-flow:row wrap;font-size:1.286em;}
.tiktokBox6 li{float:left;width:32%;background:#fff;height:540px;box-shadow:0 0 15px #e1e1e1;line-height:1.8;}
.tiktokBox6 li h4{background:#3cadb8;height:80px;line-height:80px;color:#fff;text-align:center;font-size:1.778em;}
.tiktokBox6 li h4 i{font-weight:700;font-style:normal;margin-right:10px;font-size:1.125em;position: relative;top:3px;}
.tiktokBox6 li div{padding:7% 8%;}
.tiktokBox6 li .b{border:1px dashed #3cadb8;padding:15px;border-radius:10px;text-align:center;margin-bottom:45px;min-height:90px;line-height:1.6;display: flex;align-items: center;justify-content: center;position: relative;}
.tiktokBox6 .txt1 .b::after,.tiktokBox6 .txt3 .b::after{position: absolute;content:"";left:50%;bottom:-38px;background: url('../images/tarr_b.png') no-repeat;width:24px;height:28px;margin-left:-12px;}
.tiktokBox6 .txt1 .last::after,.tiktokBox6 .txt3 .last::after{display:none;}
.tiktokBox6 .txt2 h4{background:#ee781f;}
.tiktokBox6 .txt2 .b{border-color: #ee781f;}
.tiktokBox6 .txt3 h4{background:#2a2a52;}
.tiktokBox6 .txt3 .b{border-color: #2a2a52;margin-bottom:170px;}
.tiktokBox6 .main .last{margin-bottom:0;}
.tiktokBox6 .txt3 .b::after{background: url('../images/tarr_b2.png') no-repeat;height:98px;bottom:-134px;}
.tiktokBox6 .main2{text-align:center;margin-top:40px;line-height:2;font-size:1.143em;background: url('../images/tiktok_line.png') repeat-y;padding:20px;}
.tiktokBox6 .main2 h4{color:#ee781f;font-weight:700;font-size:1.625em;}

.tiktokBox7 li{float:left;width:33.3%;background:#fce4d2;border-radius:20px;padding:2% 4%;}
.tiktokBox7 li img{width:100%;}

.tiktokBox8{background: url('../images/tiktok_box8.jpg') no-repeat center;background-size:cover;background-attachment: fixed;text-align:center;color:#fff;}
.tiktokBox8 .box span{width:50%;}
.tiktokBox8 p{text-align:center;font-size:1.714em;margin-top:40px;line-height:1.8;}
.tiktokBox8 p span{display:block;}

.tiktokBox9 .boxPic{width:52%;height:500px;overflow:hidden;position:relative;padding-right:20px;}
.tiktokBox9 .txt{width:46%;background:#f6f8fa;padding:4% 3%;height:500px;font-size:1.143em;color:#000123;line-height:1.6;}
.tiktokBox9 .swiper-slide{height:auto;}
.tiktokBox9 .txt h4{font-size:1.5em;margin-top:30px;}
.tiktokBox9 .txt p{margin-top:15px;padding-left:30px;}
.tiktokBox9 .txt i{float:left;font-style:normal;margin-left:-30px;}
.boxPic .swiper-scrollbar{background:#f0f0f0;opacity:1 !important;}
.boxPic .swiper-scrollbar-drag{background:#ee781f;}
.tiktokBox10{background: url('../images/tiktok_box10.jpg') no-repeat center;background-size:cover;}
.tiktokBox10 .pic{padding:10px;}
.tiktokBox10 .pic img{width:100%;}
.tiktokBox10 .pic span{box-shadow:0 5px 10px #eee;}
.tiktokBox10 .pic .fl{width:47.5%;}
.tiktokBox10 .pic .fr{width:49%;}
.tiktokBox11_slide li{width:25%;padding-bottom:30px;}
.tiktokBox11_slide li img{border-radius:45px;overflow: hidden;box-shadow:10px 10px 15px #ccc;}