@charset "utf-8";

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dt,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:#c7161e;}
html,body{position:relative;height: 100%;}

/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.container{position:relative;min-width:320px;width:100%;max-width:1600px;margin:0 auto;}
.container2{position:relative;min-width:320px;width:100%;max-width:1400px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd60{padding:70px 0;font-size:.875em;overflow:hidden;}
.mb40{margin-bottom:40px;}
.font14{font-size:.875em;}
.font18{font-size:1.125em;}
.font20{font-size:1.25em;}
.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');
} */
@font-face {
	font-family: 'iconfont';  /* Project id 2769793 */
	src: url('//at.alicdn.com/t/font_2769793_ktx7d5xx4bm.eot?t=1647589101766'); /* IE9 */
	src: url('//at.alicdn.com/t/font_2769793_ktx7d5xx4bm.eot?t=1647589101766#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('//at.alicdn.com/t/font_2769793_ktx7d5xx4bm.woff2?t=1647589101766') format('woff2'),
	url('//at.alicdn.com/t/font_2769793_ktx7d5xx4bm.woff?t=1647589101766') format('woff'),
	url('//at.alicdn.com/t/font_2769793_ktx7d5xx4bm.ttf?t=1647589101766') format('truetype'),
	url('//at.alicdn.com/t/font_2769793_ktx7d5xx4bm.svg?t=1647589101766#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{background:#fff;height:80px;line-height:80px;}
.nav {margin-right:240px;width:50%;display:flex;justify-content:space-between;max-width:700px;}
.nav .m{float:left;text-align:center;position:relative;z-index:5;}
.nav .m>a{color:#000;display:inline-block;position:relative;}
.nav .m>a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#c7181f;transition:transform .3s;z-index:1;transform: scale(0,1);transform-origin:right;}
.nav .cur>a,.nav .m>a:hover{color:#c7181f;}
.nav .cur>a::after,.nav .m>a:hover::after{transform: scale(1);transform-origin:left;}
.nav .navSub{position:absolute;top:120%;background:#eee;line-height:35px;width:160px;color:#333;font-size:.875rem;transform:scale(0);transition:top .4s,opacity .4s;opacity:0;left:50%;margin-left:-80px;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#c7181f;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.headTel{position: absolute;right:0;color:#c7181f;font-size:1.5em;padding-left:30px;background: url('../images/hTel.png') no-repeat left center;font-family:Arial;font-weight:700;}
.headFix{position:fixed;top:0;left:0;width:100%;box-shadow:0 0 8px #e1e1e1;z-index:99;} 

/*  导航按钮 */
.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:#c7161e;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;color:#c7161e;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.wapLang{position: absolute;right:96px;top:12px;display:none;}

/* 广告轮播图 */
.banner{position: relative; width: 100%;/*height:100%;*/}
.banner .swiper-slide{position:relative;/*height:100%;*/overflow:hidden;}
.banner .pic{/*height:100%; */text-align: center;animation-duration:initial}
.banner .pic img{display:block;margin:auto;}
.banner .txt{position:absolute;width:1600px;left:10%;top:50%;transform:translateY(-50%);z-index:10;opacity:0;transition:all 1s;margin-left:-800px;}
.banner .swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination{z-index:99;bottom:20px;;max-width:1600px;left:50%;transform:translateX(-50%);}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:14px;height:14px;border:1px solid #fff;position: relative;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#fff;top:3px;left:3px;border-radius:100%;opacity:0;}
.banner .swiper-pagination-bullet-active{border-color: #fff;}
.banner .swiper-pagination-bullet-active::after{opacity:1;}
.banner .mouse{position:absolute;width:15px;height:28px;background: url('../images/mouse.png') no-repeat;left:50%;bottom:80px;z-index:2;margin-left:-7px;}
.banner .swiper-slide-active .txt{ opacity:1;left:50%;}

/* 我们是谁 */
.hTitle{text-align:center;margin-bottom:40px;font-size:1rem;color:#777;}
.hTitle span{display:block;font-size:2.5em;color:#111;position:relative;padding-bottom:10px;margin-bottom:10px;}
.hTitle span::after{content:"";position: absolute;width:30px;height:2px;background:#d02127;bottom:0;left:50%;margin-left:-15px;}
.hTitle2{text-align:left;}
.hTitle2 span::after{left:0;margin-left:0;}
.about{padding-bottom:0;}
.about .tie{position: absolute;right:0;top:70px;z-index:-1;font-size:10em;line-height:1;text-transform: uppercase;opacity:.05;font-family:Arial;font-weight:700;font-style: italic;}
.aboutTxt{width:36%;}
.aboutTxt .num{display: flex;justify-content:space-between;padding-right:5%;font-size:1.071em;margin-bottom:35px;}
.aboutTxt .num li{float:left;line-height:1.2;}
.aboutTxt .num span{display:block;color:#d02127;}
.aboutTxt .num b{font-size:2.933em;margin-right:3px;}
.aboutTxt .txt{line-height:2;margin-bottom:40px;}
.aboutTxt .more{display:inline-block;width:140px;height:40px;background:#d02127;color:#fff;color:#fff;line-height:40px;text-align:center;}
.aboutTxt .more:hover{width:180px;}
.aboutPic{width:60%;height:460px;overflow:hidden;margin-top:100px;}
.aboutPic .bgImg{animation:scale 30s infinite;height:100%;} 
@keyframes scale{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 我们的服务 */
.service{background:#f6f8fa;font-size:1em;line-height:1.8;}
.hTitle i{display: block;font-style:normal;}
.service .big{overflow:hidden;margin-bottom:20px;}
.service .big .bgImg{height:480px;width:50%;}
.service .big .txt{width:50%;background:#fff;width:50%;position:relative;z-index:2;height:480px;padding:60px 3% 0 3%;}
.service .big .icon{display:inline-block;width:79px;height:79px;background-repeat: no-repeat;margin-bottom:80px;}
.service .big h3 span{color:#191919;}
.service .big p{height:80px;border-bottom: 1px solid #e9e9e9;margin-bottom:15px;}
.service .big .more{color:#333;display:block;}
.service .big .more:hover{color:#d02127;padding:0 10px;}
.service .more i{font-family:"iconfont";font-style:normal;float:right;font-size:1.8rem;line-height:1;}
.service li h3{font-size:.875em;padding-bottom:20px;margin-bottom:15px;position: relative;}
.service li h3::after{content:"";position: absolute;left:0;bottom:0;width:45px;height:3px;background:#d02127;}
.service li h3 span{display:block;font-size:2em;}
.service li .bgImg{transition:all 1s;}
.service .list{float:left;width:50%;height:480px;position:relative;overflow:hidden;}
.service .list .txt{position: absolute;color:#fff;bottom:0;padding:20px 7%;transition:all .5s;}
.service li:hover .bgImg{transform: scale(1.08);filter:blur(3px);-webkit-filter:blur(3px);-moz-filter:blur(3px);-ms-filter:blur(3px);-o-filter:blur(3px);}
.service .list:hover .txt{bottom:20px;}

/* 精选案例 */
.case ul{margin-right:-30px;overflow:hidden;}
.case li{float:left;width:33.3%;padding-right:30px;line-height:1.8;margin-bottom:10px;}
.case li.big{width:50%;}
.case li .pImg{padding-top:70%;background:#000;}
.case li .pic{position: absolute;text-align:center;background-size:100%;width:260px;height:100px;left:50%;top:40%;background-repeat: no-repeat;transform: translate(-50%,-50%);opacity:0;transition:all .5s;}
.case li h4{height:80px;padding:12px 0;color:#777;position:relative;transition:all .5s;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.case li h4 span{display:block;font-size:1.143em;color:#191919;} 
.case li h4::after{content:"\e695";position: absolute;right:0;font-family:"iconfont";line-height:1;font-size:1.571rem;top:50%;transform:translateY(-50%);opacity:.5;transition:all .5s;}
.case li:hover img{transform: scale(1.1);opacity:.5;}
.case li:hover h4{padding:12px;background:#eee;}
.case li:hover h4::after{right:15px;}
.case li:hover .pic{opacity:1;top:50%;}
.case li:nth-child(6){display:none;}
.case .more{display:block;width:140px;height:40px;border:1px solid #ccc;text-align:center;line-height:40px;color:#888;margin:0 auto;margin-top:30px;}
.case .more:hover{background:#d02127;color:#fff;border-color:#a90107;width:220px;}

/* 新闻快讯 */
.news{background:#f8f8f8;overflow:hidden;}
.newsL,.newsC,.faq{width:32%;overflow:hidden;position:relative;}
.nTie{height:40px;border-bottom: 1px solid #e1e1e1;margin-bottom:25px;font-size:1.286em;color:#191919;font-weight:700;position:relative;}
.nTie::after{content:"";position: absolute;left:0;bottom:-1px;height:1px;width:70px;background:#c7161e;}
.nTie .more{float:right;font-size:14px;color:#c7161e;font-weight:400;}
.nTie .more:hover{text-decoration: underline;}

.newsL li,.newsC ul,.faq ul{background:#fff;box-shadow:0 0 10px #eee;border:1px solid #eee;}
.newsL li a{display: block;padding:10px;color:#898989;}
.newsL li .bgImg{height:285px;margin-bottom:25px;}
.newsL li h4{font-size:1.143em;margin-bottom:10px;color:#191919;}
.newsL li p{height:110px;margin-bottom:15px;overflow: hidden;line-height:1.8;}
.newsL li .date{display: block;line-height:36px;margin-bottom:70px;}
.newsL li i{float:right;width:120px;height:36px;font-style:normal;border:1px solid #c7161e;color:#c7161e;text-align:center;transition:all .3s;}
.newsL li:hover i{background:#c7161e;color:#fff;}
.newsL li:hover .bgImg{transform: scale(1.1);}
.newsL li:hover h4,.faq li h4 a:hover{color:#c7161e;}
.newsL .swiper-pagination{bottom:20px;}

.newsC{margin:0 2%;}
.newsC ul,.faq ul{padding:10px;height:595px;}
.newsC .pic{height:310px;display: block;position:relative;margin-bottom:10px;overflow:hidden;}
.newsC .pic h5{position: absolute;left:0;bottom:0;width:100%;padding:0 6%;color:#fff;height:70px;line-height:70px;background: rgba(0,0,0,.6); white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsC .pic:hover .bgImg{transform: scale(1.1);}
.newsC li.txt {line-height:50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;border-bottom: 1px dashed #e7e7e7;}
.newsC li.txt span{float:right;color:#999;font-size:12px;margin-left:20px;}
.newsC li.txt a:hover{padding-left:10px;color:#c7161e;}
.newsC li.txt:last-child{border:none;}

.faq li{border-bottom: 1px dashed #e7e7e7;height:98px;margin-bottom:20px;position:relative;}
.faq li h4{font-size:1.143em;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;background: url('../images/q.png') no-repeat left center;padding-left:25px;}
.faq li a{color:#191919;}
.faq li p{background: url('../images/a.png') no-repeat left 2px;padding-left:25px;}
.faq li span{display:inline-block;font-size:12px;opacity:.6;margin-top:6px;}
.faq li:last-child{border-bottom:none;margin-bottom:0;}

/* 新闻快讯 */
.news{background:#f7f8fa;overflow:hidden;}
.newsMenu{margin-bottom:30px;font-size:1.286em;}
.newsMenu .m{position:relative;color:#191919;margin-right:40px;display:inline-block;}
.newsMenu .m::after{content:"";position:absolute;left:0;bottom:-5px;background:#c7161e;height:2px;transition:all .5s;width:0;}
.newsMenu .on{color:#c7161e;}
.newsMenu .m.on::after{width:100%;}
.newsMenu .more{float:right;font-size:16px;opacity:.8;}
.newsMenu .more i{font-family:"iconfont";font-style:normal;margin-right:5px;}

.newsMain{overflow:hidden;}
.newsMain li{float:left;width:33.3%;overflow:hidden;margin-top:-1px;}
.newsMain li a{display:block;overflow:hidden;position:relative;z-index:2;color:#888;background:#fff;padding:40px;border-left: 1px solid #e1e1e1;border-top: 1px solid #e1e1e1;}
.newsMain li .bgImg{height:282px;transition:all .6s;}
.newsMain li h4{font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333;padding:25px 0 15px 0;transition:all .3s;font-weight:bold;}
.newsMain li p{height:120px;margin-bottom:20px;line-height:1.8;}
.newsMain li .date{display:block;font-size:12px;}
.newsMain li .date i{font-style:normal;float:right;}
.newsMain li a:hover .bgImg{transform: scale(1.1);}
.newsMain li.pic a{border-left:none;}
.newsMain .pic h4{z-index:2;position:relative;}
.newsMain .pic .hide{display:block;}
.newsMain .txt a{padding:47px 40px;}
.newsMain .txt h4{padding-top:0;}
.newsMain .txt .bgImg{position: absolute;z-index:-1;opacity:0;top:0;left:0;}
.newsMain .txt a:hover .bgImg{opacity:.2;}
.newsMain .txt a:hover{color:#fff;background-color:#c7161e;}
.newsMain .txt a:hover h4{color:#fff;}

/* 获取方案 */
.caseForm{background:#cdd1dc url('../images/caseForm_bg.jpg') no-repeat center;background-size:cover;background-repeat: no-repeat;border-top:2px solid #d02127;}
.caseForm .title{color:#191919;text-align:center;margin-bottom:35px;font-size:1.143em;}
.caseForm .title span{display: block;font-size:1.875em;font-weight:700;}
.caseForm form{overflow:hidden;position:relative;margin:0 -0.5%;}
.caseForm input{float:left;width:19%;height:50px;line-height:50px;padding:0 20px;margin-bottom:10px;background:#fff;margin:0 .5%;}
.caseForm .sub{cursor:pointer;background:#d02127;color:#fff;transition:all .5s;}
.caseForm .sub:hover{background:#a90107;}

/*底部 */
.footer{background:#222222;font-size:.875em;color:#fff;line-height:2em;overflow:hidden;}
.footMain{overflow:hidden;padding:45px 16% 45px 0;}
.footL{width:46%;max-width:520px;}
.footMenu{padding:15px 0;overflow:hidden;line-height:2.2;border-top: 1px solid #333;border-bottom: 1px solid #333;}
.footMenu a{float:left;width:33.3%;background: url('../images/ly_li.png') no-repeat left center;padding-left:15px;}
.footL .tel{margin-top:20px;font-size:1.571em;background: url('../images/fTel.png') no-repeat left center;padding-left:25px;color:#c7161e;}
.footR{width:46%;max-width:560px;padding:15px 0 0 30px;border-top: 1px solid #333;background: url('../images/footIcon.png') no-repeat left 22px;}
.footR p{margin-top:15px;}
.footR .a2{background: url('../images/icp.png') no-repeat left center;padding-left:25px;}
.footWx{position: absolute;right:0;top:45px;width:130px;background:#fff;padding:5px;text-align:center;color:#333;} 
.footWx img{width:100%;}
.footer a{color:#fff;}
.footer a:hover{color:#fff;text-decoration: underline;}
.firendlink{padding:20px 0;position:relative;border-top: 1px solid #404040;}
.firendlink::after{content:"";position: absolute;left:0;top:-1px;background:#404040;width:200%;height:1px;margin-left:-50%;}
.firendlink a{margin:0 15px;}
.firendlink a:hover{color:#fff;}

/*内页公用 */
.listWrap{overflow:hidden;padding:60px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:450px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:40%;font-size:2.5rem;text-transform:uppercase;width:100%;font-weight:700;padding-bottom:15px;animation:leftPic 1s;max-width:1600px;min-width:360px;left:50%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%); }
.listBanner h3 span{display: block;font-size:20px;font-weight: 400;opacity: 0.8;}
.breadCrumb{font-size:.875rem;overflow:hidden;background:#f5f5f5;padding:15px 0;border-bottom: 1px solid #ddd;line-height:30px;}
.breadCrumb p span{background: url('../images/home_icon.png') no-repeat left center;padding-left:25px;}
.breadCrumb .back{float:right;color:#fff;background:#666;line-height:30px;padding:0 10px;}
.breadCrumb .back:hover{background:#c7161e;color:#fff;}
.listBox{min-height:300px;}
.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 15px;background:#eee;}
.proSear .btn{height:50px;line-height:50px;width:50px;text-align:center;font-size:16px;background:#333 url('../images/sBtn.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;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}

/*内页公用菜单*/
.listMenu{text-align:center;font-size:1.125rem;overflow:hidden;display:flex;flex-flow: row wrap;justify-content: center;margin-top:50px;}
.listMenu a{float:left;height:46px;line-height:46px;border-radius:5px;margin:5px 12px;padding:0 20px;background:#f7f7f7;border:1px solid #ddd;border-radius:6px;position: relative;z-index:2;min-width:140px;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#c7161e;z-index:-1;width:100%;height:0;transition:all .5s;}
.listMenu a:hover,.listMenu .cur{color:#fff;border-color:#c7161e;}
.listMenu a:hover::after,.listMenu .cur::after{height:100%;}
.aboutMenu{height:70px;line-height:70px;margin-top:-70px;position: relative;z-index:3;font-size:1.125rem;display: flex;justify-content: space-between;}
.aboutMenu a{float:left;color:#fff;position:relative;flex-grow:1;text-align:center;margin:0 1px;background: rgba(255, 255, 255,.3);z-index:2;}
.aboutMenu a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:0;background:#c7161e;z-index:-1;transition:all .5s;}
.aboutMenu a:hover::after,.aboutMenu a.cur::after{height:100%;}


/* 关于汉联 */
.aboutBox1{font-size:1em;text-align:center;}
.aboutBox1 .txt{line-height:2;max-width:1400px;margin:0 auto;border-bottom: 1px solid #ddd;padding-bottom:40px;margin-bottom:40px;}
.aboutBox1 .tie{font-size:1.875em;color:#c7161e;letter-spacing:2px;}
.aboutNum{background: url('../images/NumberBg.jpg') no-repeat center;background-size:cover;background-attachment: fixed;color:#fff;text-align:center;font-size:1em;padding:100px 0;}
.aboutNum ul{display: flex;justify-content: space-between;text-align:center;}
.aboutNum li{float:left;flex-grow:1;border-right: 1px solid rgba(255,255,255,.2);padding:20px 0;}
.aboutNum li span{display: block;overflow:hidden;line-height:1;}
.aboutNum li i{font-style:normal;display:inline-block;vertical-align:top;margin-left:5px;font-size:14px;}
.aboutNum li b{font-size:5em;font-family:Arial;}
.aboutNum li:last-child{border:none;}

.cultureL{float:left;width:46%;font-size:1.143em;}
.cultureL li{float:left;width:40%;height:140px;}
.cultureL li span{display:block;font-size:1.625em;color:#191919;margin-bottom:10px;}
.cultureL li:nth-child(2n){float:right;}
.cultureR{width:48%; height:460px;overflow:hidden;}
.setting{border-top: 1px solid #ddd;}
.setting ul{margin-right:-15px;}
.setting li{float: left;width:25%;padding-right:15px;margin-bottom:15px;}
.setting li a{display:block;position: relative;overflow:hidden;}
.setting li .pImg{padding-top:64%;}
.setting li p{position: absolute;height:50px;line-height:50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;width:100%;bottom:0;text-align:center;background: rgba(0,0,0,.6);color:#fff;padding:0 10px;transition:all .5s;}
.setting li:nth-child(6){display:none;}
.setting li:first-child{width:50%;}
.setting li:hover img{transform: scale(1.1);}
.setting li:hover p{bottom:-50px;}

.partner{background:url('../images/cooperateBg.jpg') no-repeat center;background-size:cover;}
.hTitleW,.hTitleW span{color:#fff;}
.hTitleW span::after{background:#fff;}
.partner li{float:left;width:16.66%;position:relative}
.partner li .pImg{padding-top:50%;background:#c7161e;}
.partner li p{position: absolute;width:100%;text-align:center;padding:0 5%;top:60%;transform: translateY(-50%);color:#fff;opacity:0;}
.partner li:hover p{top:50%;opacity:1;}
.partner li:hover img{transform: scale(1.1);opacity:.3;}

/* 案例列表 */
.caseSlide{overflow:hidden;position:relative;margin-bottom:50px;}
.caseSlide li{background:#fff;overflow:hidden;}
.caseSlide li .pic{width:62%;height:620px;overflow:hidden;display:block;}
.caseSlide li .txt{width:38%;padding:4%;}
.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:#c7161e;width:15px;transition:all 0.4s; }
.caseSlide li h4 a{color: #333;}
.caseSlide li h4 a:hover{color: #c7161e;}
.caseSlide li p{height:140px;overflow: hidden;margin-bottom:20px;line-height:1.8;}
.caseSlide li .more i{font-style:normal;margin-left:10px;}
.caseSlide .slideIcon{position: absolute;bottom:10%;right:23%;background:url('../images/case_li_bg.png') no-repeat right center;height: 62px;line-height: 62px;width:280px;z-index:2;left:auto;padding-left:6%;text-align:left;}
.caseSlide .swiper-pagination-bullet{width:auto;height:auto;background:none;border-radius:0;font-size:16px;opacity:.6;color:#222;margin:0 8px !important;}
.caseSlide .swiper-pagination-bullet-active{opacity:1;color: #c7161e;}
.caseList .title{font-size:2.14em;color:#191919;margin-bottom:30px;}
.caseList ul{margin-right:-30px;}
.caseList li{float:left;width:33.3%;padding-right:30px;margin-bottom:30px;}
.caseList li .pImg{padding-top:70%;background:#000;}
.caseList li .pImg i{font-style:normal;color:#fff;position: absolute;left:45%;top:45%;padding:8px 0;letter-spacing:2px;opacity:0;}
.caseList li .pImg i::after,.caseList li .pImg i::before{content:"";position: absolute;left:0;top:0;width:100%;height:1px;background:#fff;transition:all .5s;}
.caseList li .pImg i::before{top:auto;bottom:0;}
.caseList li h4{background:#fff;font-size:1.143em;color:#191919;padding:20px 5%;height:95px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position:relative;}
.caseList li h4 span{display:block;font-size:14px;opacity:.5;margin-top:5px;}
.caseList li h4::after{content:"";position: absolute;right:0;background: url('../images/arr_r.png') no-repeat center;border-left: 1px solid #ddd;top:15px;bottom:15px;width:80px;transition:all .5s;}
.caseList li a:hover img{transform: scale(1.1);opacity:.3;}
.caseList li a:hover h4::after{background: url('../images/arr_rh.png') no-repeat 60% center;}
.caseList li a:hover .pImg i{opacity:1;}
.caseList li a:hover .pImg i::after,.caseList li a:hover .pImg i::before{width:20px;left:38%;}
.caseList .get_more{display:block;width:240px;height:60px;line-height:60px;background:#343434;color:#fff;margin:0 auto;color:#fff;text-align:center;font-size:1.143em;margin-top:40px;letter-spacing:2px;}
.caseList .get_more:hover{background:#c7181f;color:#fff;width:400px;}

/*  案例详情 */
.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 #c7181f;border-radius:100%;margin-left:-50px;font-family:iconfont;font-size:18px;z-index:2;position:relative; background:#c7181f;color:#fff; }
.caseShow_Top .link:hover{background:#ed4047;color:#fff;border:1px solid #ed4047; }
.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_box .tie::after{content:"";position: absolute;left:50%;bottom:0;width:16px;height:1px;background:#ed4047;margin-left:-8px;height:1px;}
.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:#ed4047;}

/* 新闻列表 */
.newsSlide{overflow:hidden;position:relative;text-align: center;margin-bottom:50px;padding-bottom:0;padding-top:50px;}
.newsSlide li{text-align: left;background:#e3e3e3;overflow: hidden;}
.newsSlide li .pic{width:50%;height:480px;overflow: hidden;display:block;}
.newsSlide li .txt{width:50%;padding:5%;font-size: 1.143em; line-height: 28px;}
.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:#c7161e;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover,.newsList li h3 a:hover{color: #c7161e;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#c7161e; height: 80px;line-height: 80px;width:50%;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;}
.newsList{background:#f1f1f1;padding:70px 0;overflow:hidden;font-size:.813rem;}
.newsList ul{margin-right:-25px;}
.newsList li{float:left;padding-right:25px;width:33.3%;margin-bottom:25px;}
.newsList li a{background:#fff;padding:6%;display:block;color:#777;}
.newsList li .pImg{padding-top:60%;margin-bottom:15px;}
.newsList li h3{font-size:1.231em;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsList li p{height:80px;margin-bottom:15px;margin-top:15px;border-bottom: 1px solid #ddd;padding-bottom:15px;}
.newsList li i{font-style:normal;float:right;font-size:16px;}
.newsList li .date{color:#999;margin-bottom:10px;}
.newsList li a:hover{box-shadow:0 0 10px #ccc;}
.newsList li a:hover img{transform:scale(1.1);}
.newsList li a:hover h3,.newsList li a:hover i{color:#c7161e;}

/* 新闻详情 */
.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:2em;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;font-size:1.143em;line-height:1.8;}
.showCon .ce img{min-width:60%;}
.show-synopsis{background:#f7f8fa;padding:15px;margin-bottom:40px;}
.show-synopsis i{display:inline-block;width:15px;background: url('../images/a_l.png') no-repeat;height:15px;margin-right:5px;}
.show-synopsis .r{background: url('../images/a_r.png') no-repeat;margin-left:5px;margin-right:0;}

.picShow_r{width:26%;overflow:hidden;}
.picShow_r .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.picShow_r .title span{display:inline-block;border-bottom: 1px solid #c7161e;height:40px;}
.picShow_r .title a{float:right;font-size:12px;margin-top:4px;}
.picShow_r li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.picShow_r li .pImg{width:35%;float:left;padding-top:26%;margin-right:20px;border:1px solid #ddd;}
.picShow_r li h4{font-size:15px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#c7161e;}
.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;font-size:0.975em;}
.showPage a{float:left;width:43%;padding:0 20px;font-size:1.2em;}
.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:#c7161e;color:#fff;}
.rightNews,.rightContact{background:#f2f2f2;padding:5%;}
.rightNews_w,.rightContact_w{background:#fff;padding:8%;}
.rightContact{margin-top:30px;}
.rightContact h4{background: url('../images/zxIcon.png') no-repeat left 8px;padding-left:30px;font-size:2em;color:#191919;font-family:Arial;font-weight:bold;border-bottom: 1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
.rightContact p{padding-left:80px;margin-bottom:10px;overflow:hidden;}
.rightContact p span{margin-left:-80px;float:left;}
.newsRelative{margin-top:40px;}
.newsRelative .tie{font-size:1.714em;color:#191919;margin-bottom:20px;}
.newsRelative li{float: left;width:48%;height:46px;line-height:46px;border-bottom: 1px solid #eee;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;background: url('../images/ly_li.png') no-repeat left center;padding-left:15px;}
.newsRelative li:nth-child(2n){float:right;}
.newsRelative li span{float:right;opacity:.5;margin-left:15px;}

/* 全网营销 */
.proTie{font-size:1.625rem;text-align:center;color:#191919;position:relative;z-index:3;margin-bottom:50px;}
.proTie span{display:block;font-size:1.923em;font-weight:700;position:relative;padding-bottom:15px;margin-bottom:15px;}
.proTie span::after{content:"";position: absolute;left:50%;width:70px;height:3px;background:#c7161e;bottom:0;margin-left:-35px;}
.proTie b{color:#c7161e;}
.proTie i{position: absolute;line-height:1;opacity:.1;font-style:normal;font-size:3.846em;font-family:"Arial";text-transform: uppercase;width:100%;text-align:center;top:-10px;left:0;z-index:-1;}

.qwyxBox1_menu{margin-bottom:40px;height:130px;}
.qwyxBox1_menu li{float:left;width:20%;background:#efefef;text-align:center;height:130px;height:130px;cursor: pointer;padding-top:30px;font-size:2.143em;text-transform: uppercase;color:#191919;position:relative;transition:all .5s;}
.qwyxBox1_menu li::after{content:"";position: absolute;border:12px solid transparent; border-top-color:#c7161e; left:50%;bottom:-24px;margin-left:-12px;opacity:0;transition:all .3s;}
.qwyxBox1_menu li span{display:block;font-size:12px;opacity:.5;}
.qwyxBox1_menu li:nth-child(2n){background:#e6e6e6;}
.qwyxBox1_menu .on{background:#c7161e !important;color:#fff;}
.qwyxBox1_menu .on::after{opacity:1;}
.qwyxBox1_main{margin-right:-20px;font-size:1.286em;}
.qwyxBox1_main li{float:left;width:25%;padding-right:20px;margin-bottom:20px;}
.qwyxBox1_main li a{display:block;position:relative;}
.qwyxBox1_main .big{width:50%;}
.qwyxBox1_main .big .pImg{padding-top:78.8%;}
.qwyxBox1_main li .txt{position: absolute;bottom:0;padding:15px 5%;color:#fff;background:rgba(0,0,0,.7);width:100%;}
.qwyxBox1_main li h4{font-size:1.5em;margin-bottom:10px;}
.qwyxBox1_main li .pImg{padding-top:78%;}
.qwyxBox1_main li h5{position: absolute;bottom:0;padding:15px 6%;width:100%;background: rgba(0,0,0,.7);color:#fff;font-size:1.333em;}
.qwyxBox1_main li:hover img{transform:scale(1.1);}
.qwyxBtn{display:block;width:500px;height:60px;margin:0 auto;line-height:60px;background:#c7161e;border-radius:30px;text-align:center;font-size:1.5rem;color:#fff;margin-top:40px;transition:all .5s;}
.qwyxBtn:hover{background:#a00007;width:580px;color:#fff;}

.qwyxBox2,.qwyxBox6{background:#f1f1f1;}
.qwyxCon .pic,.qwyxCon .txt{width:48%;overflow:hidden;}
.qwyxCon .txt h3{font-size:2.5em;color:#191919;font-weight:700;}
.qwyxCon .txt h4{font-size:1.2em;color:#e60113;margin:12px 0;}
.qwyxCon .txt h4 span{display:block;}
.qwyxCon .txt p{margin:5px 0;}
.qwyxCon .txt i{float:left;margin-right:10px;width:26px;height:26px;border-radius:100%;background:#676767;color:#fff;text-align:center;font-style:normal;line-height:26px;}
.qwyxBtn2{width:340px;}
.qwyxBtn2:hover{width:400px;}
.qwyxBox5 li h4{background:#f5f5f5;}


/* SEO优化 */
.seoBox1{font-size:1.125em;text-align:center;}
.seoBox1 ul{overflow:hidden;}
.seoBox1 li{float:left;width:25%;color:#8194ae;padding:24px 2%;border-bottom:1px dashed #c7c7c7;border-left:1px dashed #c7c7c7;margin-left:-1px;margin-bottom:-1px;}
.seoBox1 li i{display:inline-block;width:81px;height:94px;background:url('../images/num_bg.png') no-repeat;font-style:normal;line-height:94px;color:#fff;font-size:2.667em;margin-bottom:20px;transition:all .5s;}
.seoBox1 li span{display:block;font-size:1.667em;color:#4f5e73;}
.seoBox1 li:hover i{transform:scale(1.08);}
.seoBox1 .tie2{color:#f2921b;margin-bottom:30px;font-size:1.667em;margin-top:40px;}
.seoBtn { background: #f2921b; padding:10px 50px; line-height: 1.5;font-size:28px; color:#fff; border-radius:10px;display:inline-block; position:relative;}
.seoBtn:hover{opacity:.8;color:#fff;}
.seoBtn::after{ content: ''; background: #fff;position: absolute;width:100%; height: 100%;left:0;top:0;border-radius: 100%; -webkit-animation: Tada 1s bothinfinite; -moz-animation: btn_bubble 1s both infinite; -ms-animation: btn_bubble1s both infinite; animation: btn_bubble 1s both infinite; }

.seoBox2{background:#f1f1f1;font-size:1.125em;color:#8194ae;}
.seoBox2 .container2{max-width:1060px;}
.seoBox2 .left{width:50%;}
.seoBox2 .right{max-width:46%;}
.seoBox2 h5{margin:40px 0;}
.seoBox2 h5 span{display:block;color:#58a632;font-weight:700;font-size:2.333em;margin-bottom:10px;}
.seoBox2 .item img{margin-right:25px;}
.seoBox3 .info{margin-bottom:10px;}
.seoBox3 .seoBtn{display:block;width:280px;margin:0 auto;padding:0;text-align:center;height:76px;line-height:76px;border-radius:38px;border:1px solid #f2921b;box-shadow:0 0 0 8px #fff inset;}
.seoBox3 .seoBtn1{background:#58a832;border-color:#58a832;}
.seoBox3 .icon{background: url('../images/seo3_arr.png') no-repeat center bottom;width:11px;height:21px;display:block;margin:0 auto;margin-bottom:10px;}

.seoBox4,.seoBox6{background:#f1f1f1;font-size:1.125em;color:#8194ae;}
.seoBox4 .container2{background: url('../images/seoBox4_bg.png') no-repeat center;overflow: hidden;}
.seoBox4 ul{width:40%;padding-left:6%;}
.seoBox4 .fr{padding-left:0;padding-right:6%;}
.seoBox4 li {border:1px solid #59a633;background:#fff;height:170px;text-align:center;border-radius:80px;padding:0 5%;margin-bottom:20px;}
.seoBox4 li h4{font-size:1.333em;color:#59a633;line-height:1.4;}
.seoBox4 li h4 i{font-size:2.167em;font-style:normal;font-family:Arial;margin-right:10px;}
.seoBox4 .fl li:nth-child(2){left:-16%;position:relative;}
.seoBox4 .fr li:nth-child(2){right:-16%;position:relative;}

.seoBox5{font-size:1.125em;color:#8194ae;text-align:center;}
.seoBox5 ul{margin-right:-24px;overflow:hidden;margin-bottom:40px;}
.seoBox5 ul li{float:left;width:33.3%;margin-left:-24px;position:relative;}
.seoBox5 ul li:nth-child(2){z-index:2;}
.seoBox5 ul li:nth-child(1){z-index:4;}
.seoBox5 ul li .txt{display:inline-block;background:#eef6ea;max-width:350px;padding:20px;}
.seoBox5 ul li  h4{font-size:1.333em;color:#58a632;margin-bottom:10px;}
.seoBox5 ul li:nth-child(2) .txt{background:#fdf4e8;}
.seoBox5 ul li:nth-child(2) h4{color:#f0911b;}
.seoBox6 .img{display:block;width:40%;}
.seoBox6 .seoBtn{position: absolute;left:50%;top:60%;transform: translate(-50%,-50%);}

.seoForm p{width:32%;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;border-radius:5px;}
.seoForm .two{margin:0 2%;}
.seoForm p input{width: 100%;height: 100%;}
.seoForm .tarea{width: 100%;height: 160px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;margin-bottom:40px}
.seoForm form i{content: "";font-family: "iconfont";color: #a0a0a0;font-style: normal;float: left;margin-left: -30px;font-size: 1rem;}
.seoForm textarea{width: 100%;height: 100%;;}
.seoForm .sub{cursor:pointer;margin:0 auto;display: block;}

/* fomille */
.fomilleTie{font-size:1.375rem;text-align:center;color:#0157f0;letter-spacing:1px;background: url('../images/fomilleTie_bg.png') no-repeat center bottom;padding-bottom:20px;margin-bottom:40px;}
.fomilleTie span{display:block;font-size:1.909em;color:#191919;;} 
.fomilleTie i{font-size:12px;color:#999;font-style:normal;letter-spacing:2px;}
.fomilleBox1 li{float: left;width:33.3%;border:1px solid #e5e5e5;padding:4% 3%;height:270px;padding-left:160px;position: relative;}
.fomilleBox1 li i{position: absolute;left:0;top:90px; width:130px;height:65px;background-repeat: no-repeat;background-size:100%;}
.fomilleBox1 li h4{font-size:1.556em;color:#191919;padding-bottom:25px;margin-bottom:25px;position:relative;}
.fomilleBox1 li h4::after{content:"";position: absolute;left:0;bottom:0;background:#e5e5e5;width:30px;height:1px;}
.fomilleBox1 li b{font-weight:400;color:#0157f0;}
.fomilleBox1 .btn{text-align:center;margin-top:40px;}
.fomilleBox1 .btn a{display:inline-block;padding:20px 80px;background:#0157f0;color:#fff;border-radius:10px;font-size:1.556em;margin:0 10px;}
.fomilleBox1 .btn .a2{background:#7d7d7d;}
.fomilleBox1 .btn a:hover{opacity:.7;}
.fomilleBox2{background: url('../images/fomilleBox2_bg.jpg') no-repeat center;background-size:cover;background-attachment: fixed;background-repeat: no-repeat;text-align:center;}

.fomilleBox3 ul{background: url('../images/fomilleBox3_bg.png') no-repeat top center;overflow:hidden;background-size:72%;}
.fomilleBox3 li{float:left;width:28%;margin-bottom:40px;text-align:right;}
.fomilleBox3 li:nth-child(2n){float:right;margin-left:20%;text-align:left;}
.fomilleBox3 li h4{font-size:1.222em;color:#0157f0;position:relative;display:inline-block;margin-bottom:10px;}
.fomilleBox3 li h4::after{content:"";position: absolute;height:6px;bottom:-2px;background:#faccd0;width:100%;left:0;z-index:-1;}

.fomilleBox4{background:#0044b4;position: relative;}
.fomilleTie_w{background-image: url('../images/fomilleTie2_bg.png');}
.fomilleTie_w,.fomilleTie_w span{color:#fff;}
.fomilleBox4 ul{overflow: hidden;padding-top:15px;}
.fomilleBox4 li{float:left;width:48%;background:#fff;height:200px;border-radius:10px;margin-bottom:30px;padding:2.5% 4%;position: relative;top:0;transition:all .5s;}
.fomilleBox4 li i{float:left;width:80px;height:80px;margin-right:30px;margin-top:20px;}
.fomilleBox4 li:nth-child(2n){float:right;}
.fomilleBox4 li h4,.fomilleBox5 li h4{font-size:1.556em;;color:#0157f0;margin-bottom:10px;}
.fomilleBox4 li:hover{top:-10px;}
.fomilleBox4 .notes{position: absolute;left:2%;top:90px;color:#fff;font-size:12rem;text-transform: uppercase;font-style:normal;opacity:.1; writing-mode: tb-rl;-webkit-writing-mode: vertical-rl;writing-mode: vertical-rl;font-weight:700;letter-spacing:4px;}

.fomilleBox5{background:#f2f5fb;text-align:center;}
.fomilleBox5 ul{margin:0 -1%;padding-top:10px;}
.fomilleBox5 li{float:left;width:23%;background:#fff;margin:0 1%;padding:2%;height:450px;position:relative;top:0;transition:all .5s;}
.fomilleBox5 li span{margin-bottom:25px;display:block;}
.fomilleBox5 li:hover {top:-10px;}

.fomilleBox6 .pic{width:32%;}
.fomilleBox6 ul{width:68%;overflow:hidden;display: flex;justify-content:space-between;padding-top:50px;}
.fomilleBox6 li{float:left;border:1px solid #95bff8;border-radius:8px;margin-left:20px;flex-grow:2;text-align:center;height:340px;position: relative;top:0;transition:all .5s;}
.fomilleBox6 li h4{font-size:1.556em;color:#0157f0;margin-bottom:20px;margin-top:-20px;}
.fomilleBox6 li i{display:inline-block;width:80px;height:80px;border:5px solid #0157f0;border-radius:100%;background-repeat: no-repeat;background-position:center;position:relative;top:-40px;background-color:#fff;}
.fomilleBox6 .txt{display:inline-block;text-align:left;}
.fomilleBox6 .txt p{background: url('../images/fomille6_li.png') no-repeat left center;padding-left:20px;margin-bottom:5px;}
.fomilleBox6 li:hover{top:-10px;}

/* 软文营销 */
.ywyxTie b{color:#fa7e1a;}
.ywyxBox2,.ywyxBox6,.llbBox2,.llbBox4,.dspyxBox2,.dspyxBox4,.dspyxBox6,.wzdzBox2{background:#f1f1f1;}
.ywyxBox2 li{float:left;width:47%;padding-left:120px;position:relative;min-height:130px;margin-bottom:20px;}
.ywyxBox2 li::after{content:"";position: absolute;width:90px;height:104px;background: url('../images/ywyx2_1.png') no-repeat center;left:0;top:0;background-size:100%;}
.ywyxBox2 li h4{font-size:1.333em;margin-bottom:10px;color:#191919;}
.ywyxBox2 li:nth-child(2n){float: right;}
.ywyxBox3 .info{padding-top:90px;overflow:hidden;text-align:center;}
.ywyxBox3 dl{float:left;width:18%;margin:0 1%;border:1px dashed #fa7e1a;line-height:1.8;min-height:280px;border-radius:8px;}
.ywyxBox3 dl:nth-child(2n) dt{background:#0f92ce;border-color: #0f92ce;}
.ywyxBox3 dl:nth-child(2n){border-color: #0f92ce;}
.ywyxBox3 dt{width:160px;height:160px;background:#fa7e1a;border-radius:100%;display:inline-block;color:#fff;font-size:1.333em;line-height:1.4;padding-top:50px;margin-top:-80px;margin-bottom:30px;border:1px dashed #fa7e1a;box-shadow:0 0 0 8px #fff inset;}
.ywyxBox3 dt span{display:block;}
.ywyxBtn,.llbBtn,.dspyxBtn,.wzdzBtn{display:block;width:480px;height:60px;line-height:60px;border-radius:30px;text-align:center;padding:0;margin:0 auto;margin-top:40px;}

.ywyxBox4{text-align:center;background:#f1f1f1;}
.ywyxBox4 .ywyxTie{max-width:1030px;margin:0 auto;}
.ywyxBox4 .tie{color:#0e92ce;font-size:2.2222em;}
.ywyxBox4 .pic{padding:50px 0;}

.ywyxBox5 ul{overflow: hidden;color:#333;}
.ywyxBox5 li{float:left;width:14.28%; padding:0 20px;text-align:center;}
.ywyxBox5 li span{display:inline-block;width:115px;height:132px;background: url('../images/ywyx5_1.png') no-repeat center;line-height:132px;text-align:center;font-size:1.333em;margin-bottom:20px;background-size:100%;}
.wapTest{font-size:16px;margin-top:20px;display:none;text-align:center;}

/* 流量宝 */
.llbBox1 .tie2{color:#e60214;font-size:2em;margin-top:40px;}
.llbBtn{background:#e60214;width:320px;}
.llbBox2 .proTie span{font-size:1.538em;}
.llbBox3{font-size:1em;color:#333;}
.llbBox3 ul{margin-top:40px;overflow:hidden;padding-bottom:15px;margin-right:-2%;}
.llbBox3 li{float:left;width:14.28%;padding:15px;background: -o-linear-gradient(#f1f1f1, #FFF); background: -moz-linear-gradient(#f1f1f1, #FFF); background: linear-gradient(#f1f1f1, #FFF); box-shadow:0 3px 10px #e5e5e5; min-height:280px;margin:0 1%;}
.llbBox3 li h4{font-size:1.25em;margin-bottom:15px;text-align:center;color:#ea4d4e;min-height:60px;}

/* 短视频营销 */
.dspyxBox1 ul{padding:10px 0;text-align:center;}
.dspyxBox1 li{float:left;width:31.33%;box-shadow:0 4px 15px #ddd;height:370px;margin:0 1%;padding:30px 3% 0 3%;transition:all .5s;position:relative;top:0;}
.dspyxBox1 li .pic{display:inline-block;}
.dspyxBox1 li h4{font-size:1.333em;color:#191919;margin:15px 0;}
.dspyxBox1 li:hover{top:-10px;}
.dspyxBox2{background:#f1f1f1 url('../images/dspyx2_bg.jpg') no-repeat center bottom;min-height:900px;}

.dspyxBox2 ul{padding-top:80px;}
.dspyxBox2 li{display:inline-block;border-radius:30px;padding:12px 40px;font-weight:700;text-align:center;background:#fff;color:#ff0137;border:3px solid #ff0137;margin-bottom:30px;}
.dspyxBox2 li:nth-child(2),.dspyxBox2 li:nth-child(3),.dspyxBox2 li:nth-child(6),.dspyxBox2 li:nth-child(7){color:#20e5f4;border-color:#20e5f4;}
.dspyxBox2 li:nth-child(4){max-width:380px;border-radius:50px;}
.dspyxBox2 li:nth-child(2n){float:right;margin-left:20%;}
.dspyxBox2 li:nth-child(1){margin-top:25px;margin-left:15%;}
.dspyxBox2 li:nth-child(2){margin-right:10%;}
.dspyxBox2 li:nth-child(3){margin-left:5%;}
.dspyxBox2 li:nth-child(4){margin-top:-30px;}
.dspyxBox2 li:nth-child(6){margin-right:12%;}
.dspyxBox2 li:nth-child(7){margin-left:8%;}
.dspyxBtn{background:linear-gradient(to right, #b400ff, #6022c4);}

.dspyxBox4 .info1 {font-size:1.333em;color:#fff;text-align:center;margin-bottom:50px;overflow:hidden;}
.dspyxBox4 .info1 li{float:left;width:25%;height:410px;padding:190px 2% 0 2%;transition:all .5s;}
.dspyxBox4 .info1 li i{display:inline-block;width:85px;height:85px;margin-bottom:20px;background-repeat: no-repeat;background-size:100%;background-position:center;}
.dspyxBox4 .info1 li:hover{padding-top:180px;}
.dspyxBox4 .info2 {width:40%;overflow:hidden;}
.dspyxBox4 .info2 li{border:2px dashed #bb90f0;background:#fff;padding:20px;margin-bottom:15px;padding-left:150px;}
.dspyxBox4 .info2 li i{float:left;margin-left:-110px;color:#bb90f0;font-size:3.333em;font-style:normal;}
.dspyxBox4 .info2 li h4{font-size:1.556em;font-weight:700;margin-bottom:10px;color:#6f34ca;}
.dspyxBox4 .info2 li p{background: url('../images/dspyx4_icon.png') no-repeat left 8px;padding-left:15px;}
.dspyxBox4 .pic{width:58%;padding-top:50px;}
.dspyxBox6 li h4{background:#fff;}
.dspyxBox7 .proTie i{font-size:3.2em;}

/* 网站定制 */
.wzdzBox1{font-size:1em;color:#191919;}
.wzdzBox1 li{float:left;width:31%;margin:0 1%;background:#f1f1f1;margin-top:60px;border-radius:8px;padding:20px 2%;height:320px;text-align:center;margin-bottom:30px;transition:all .5s;position:relative;top:0;}
.wzdzBox1 li h4{text-align:center;position:relative;padding-bottom:15px;margin-bottom:25px;font-size:1.375em;}
.wzdzBox1 li h4::after{content:"";position: absolute;left:50%;width:56px;height:3px;background:#e60012;margin-left:-27px;bottom:0;}
.wzdzBox1 li i{display:inline-block;width:100px;height:100px;background:#e60012;border-radius:100%;background-repeat:no-repeat;background-position:center;margin-top:-70px;margin-bottom:20px;}
.wzdzBox1 li p{text-align:left;}
.wzdzBox1 li:hover{top:-10px;}
.wzdzBtn{border-radius:10px;background:#e60113;}
.wzdzBox2 ul{margin:0 -1%;text-align:center;}
.wzdzBox2 li{float:left;width:31.3%;margin:0 1%;margin-bottom:25px;}
.wzdzBox2 li .pImg{padding-top:65%;background:#000;}
.wzdzBox2 li .txt{background:#fff;padding:15px 5%;height:140px;}
.wzdzBox2 li h4{font-size:1.333em;color:#191919;margin-bottom:10px;}
.wzdzBox2 li:hover img{transform:scale(1.1);opacity:.5;}
.wzdzBox3 li{height:270px;float:left;width:30%;text-align:right;padding-top:40px;color:#191919;}
.wzdzBox3 li:nth-child(2n){float:right;text-align:left;margin-left:15%;}
.wzdzBox3 li:nth-child(3){padding-right:8%;}
.wzdzBox3 li:nth-child(4){padding-left:8%;}
.wzdzBox3 li:nth-child(5),.wzdzBox3 li:nth-child(6){height:180px;}
.wzdzBox3 .pic{position: absolute;top:53%;left:50%;transform: translate(-50%,-50%);}




/* 联系我们 */
.contactBox1{font-size:1.071em;padding:0 10px;margin-bottom:60px;}
.contactBox1 .tie{color:#191919;font-size:2.666em;margin-bottom:40px;}
.contactBox1 ul{box-shadow:0 0 10px #e1e1e1;overflow:hidden;padding:50px 3%;display: flex;justify-content:space-between;}
.contactBox1 li i{font-family:"iconfont";color:#c7161e;font-style:normal;font-size:1.8rem;margin-bottom:20px;display:inline-block;}
.contactBox1 li span{display:block;color:#191919;font-size:1.6em;margin-top:10px;}
.contactBox1 .address span{font-size:1.2em;}
#dituContent{height:540px;filter: grayscale(100%); filter: gray;-webkit-filter: grayscale(100%);-ms-filter: grayscale(100%); -o-filter: grayscale(100%);}

/* 在线留言*/
.feedback{background:url('../images/feedback_bg.jpg') no-repeat center;overflow:hidden;background-size:cover;;}
.feedback .title{overflow: hidden;margin-bottom:40px;font-size:1.715em;color:#333;}
.feedback .title span{display:block;}
.feedback .title h5{margin-top:15px;background: url('../images/p_icon.png') no-repeat left center;padding-left:35px;background-size:24px;}

.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: #c7161e;width: 30%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #c7161e;}
.feedback .sub:hover{background:#a00006;}