html{ padding:0px;margin:0px;font:14px "Microsoft YaHei";}
body{ -webkit-tap-highlight-color:rgba(0,0,0,0) /* 消除链接点击效果 */;margin:0;padding:0;padding-top:65px;background:#f5f5f5;transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s;-o-transition:all 0.6s;}
header,article,aside,div,span,p,ul,li,ol,h1,h2,h3,h4,h5{ list-style:none;margin:0;padding:0;}
img{ border:0;font-size:0;margin:0;vertical-align:bottom;}
a{ background-color:transparent; text-decoration:none; color:#333333}
a:active,a:hover{ outline:0;}
b,strong{font-weight:bold}
hr{ height:1px;border:0;border-top:1px solid #dadada;margin:1em 0;padding:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}
body.fx{ padding-top:90px;}
.clear{ clear:both;} 

/*导航栏*/
.header{ z-index:100;position: fixed;left:0;top:0;width:100%;background:#1d1d25;height:65px;}
.header-box{ Position: relative;margin:0 30px;height:65px;}
.header a.logo{ position:absolute;display:inline-block;overflow:hidden;height:50px;left:0px;top:7px;}
.header a.logo img{ height:50px;}

.search{ display:none;overflow:hidden;overflow:hidden;height:38px;position:absolute;width:420px;top:8px;right:140px; }
.s_input{ border-radius: 4px 0 0 4px; position:absolute;left:0;right:60px;height:36px;border:solid 1px #ddd;border-right:0;padding:0 15px;}
.search input{ border:0;width:100%;margin:0;padding:0;outline:none;height:36px;line-height:36px;font-size:14px;color:#333;}
.s_button{ position:absolute;width:60px;height:38px;top:0;right:0;}
.search button{ cursor: pointer;border-radius: 0 4px 4px 0;font-weight:bold;margin:0;padding:0;color:#333;text-align:center;outline:none;border:0;width:60px;height:38px;line-height:38px;background:#fff;font-size:14px;font-family:"Microsoft YaHei";text-indent:-99em;background:url(../images/search.png) no-repeat center center;background-size:16px auto;background-color:#4eaead;}

.right-btn{ cursor: pointer;position:absolute;top:16.5px;right:0;background:#1989c8;border-radius: 32px;width:120px;height:32px;line-height:32px;text-align:center;font-size:15px;color:#fff;}
.right-btn i{ display:inline-block;margin-left:5px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #fff;margin-top:-2px;vertical-align:middle;}
.clear{ clear:both} 

.navbr{ height:65px;position:absolute;left:200px;top:0;}
.navbr ul{ }
.navbr ul li{ display:inline-block;Position: relative;margin-right:30px;padding:0 0;}
.navbr ul li a{ display:inline-block;padding:0 0px;height:65px;line-height:65px;border-radius: 0;font-size:15px;color:#fff;}
.navbr ul li:hover a{ color:#1989c8;}

.navbr ul li ul{ z-index:99;display:none;box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);background:#fff;border-radius:4px;padding:5px 0;width:150px;position:absolute;top:65px;left:50%;margin-left:-75px;}
.navbr ul li:hover ul{ display:block;}
.navbr ul li ul:before, .navbr ul li ul:after { content: '';position: absolute;top: -6px;left:50%;margin-left:-6px;border-left: 6px solid transparent;border-right: 6px solid transparent;}
.navbr ul li ul:before {border-bottom: 6px solid rgba(0, 0, 0, 0.1);}
.navbr ul li ul:after { border-bottom: 6px solid #fff;margin-top:2px;}
.navbr ul li ul li{ background:#fff;margin-right:0;padding:0 0px;width:100%;text-align:center;}
.navbr ul li ul li a{ width:100%;height:50px !important;line-height:50px !important;border:0 !important;color:#333 !important;}
.navbr ul li ul li:hover{ background:#f5f5f5;}

/*轮播图*/
.slideBox{ overflow:hidden;position:relative;background:#fff;width:100%;height:640px;margin:0px auto;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; width:100%; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; margin:0 auto; width:100%;text-align:center; }
.slideBox .hd ul li{ transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s;/-o-transition:all 0.6s;margin-bottom:25px;display:inline-block; width:30px;height:2px; background:#fff; margin-right:3px;margin-left:3px;text-indent:-9999px;}
.slideBox .hd ul li.on{ background:#1989c8;}
.slideBox .bd{ position:relative; z-index:0;width:100%;}
.slideBox .bd li{ overflow:hidden;margin:0;position:relative; vertical-align:top;text-align:center;width:100%;height:640px;}
.slideBox .bd li a{ display:inline-block;width:100%;height:640px;}
.slideBox .bd img{ width:1920px;height:640px;position:absolute;top:0;left:50%;margin-left:-960px;display:block; }
.slideBox .prev{ display:inline-block;position:absolute; left:40px; top:50%; margin-top:-32px;  width:35px; height:65px; background:url(../images/slide_btn.png) no-repeat left -100px; filter:alpha(opacity=0);opacity:0;}
.slideBox .next{ display:inline-block;position:absolute; right:45px; top:50%; margin-top:-32px;  width:35px; height:65px; background:url(../images/slide_btn.png) no-repeat left -170px; filter:alpha(opacity=0);opacity:0; }
.slideBox:hover .prev,.slideBox:hover .next{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none; }
.slideBox .nextStop{ display:none; }

/*面包屑*/
.breadcrumb > li { display: inline-block;}
.breadcrumb > li > a {color:#555;}
.breadcrumb > li > a:hover, a:focus {color: #11181f;text-decoration: underline;}
.breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #ccc; }
/*首页专题*/
.index-zt{ background:#fff;padding:80px;}
.index-zt-box{ width:1200px;margin:0 auto;overflow:hidden;}

.head-tip{ text-align:center;}
.head-tip h2{ line-height:34px;font-size:24px;font-weight:500;}
.head-tip i{ width:30px;height:3px;margin:10px auto;display:block;background:#1989c8;}

.about-bg{ background-image: url(../images/about-bg.jpg);background-attachment: fixed;background-position: center 0;background-repeat: no-repeat;background-size: cover;}
.about-bg .head-tip h2{ color:#fff;}
.about-bg .head-tip i{ background:#ffcc33;}
.about-bg .head-tip p{ color:#fff;}

.cpys-bg{ background-image: url(../images/cpys.png);background-attachment: fixed;background-position: center 0;background-repeat: no-repeat;background-size: cover;}
.cpys-bg .head-tip h2{ color:#fff;}
.cpys-bg .head-tip i{ background:#ffcc33;}
.cpys-bg .head-tip p{ color:#fff;}

.bg2{ background:#f5f5f5;}


/*首页项目*/
.index-xm{ margin-top:40px;}
.index-xm ul{}
.index-xm ul li{ height:176px;width:33.33%;float:left;padding:40px 0;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.index-xm ul li .box{ text-align:center;}
.index-xm ul li .img{ -webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.index-xm ul li img{ width:68px;height:68px;margin-bottom:20px;}
.index-xm ul li h4{ line-height:30px;font-size:20px;margin-bottom:10px;}
.index-xm ul li p{ font-size:14px;line-height:24px;color:#a9b0b4;padding:0 10px;}
.index-xm ul li a.more{ margin-top:10px;display:none;height:24px;line-height:24px;color:#1989c8;text-decoration:underline;}
.index-xm ul li:hover{ background:#f5f5f5;}
.index-xm ul li:hover .img{ margin-top:-20px;}
.index-xm ul li:hover a.more{ display:block;}
.index-xm ul li.four{ width:25%;}

/*解决方案*/
.index-cj{ height:407px;overflow:hidden;background:#373d41;}
.index-cj ul{ width:1500px;height:407px;margin:0 auto;}
.index-cj ul li{ -webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;cursor: pointer;width:300px;height:407px;float:left;Position: relative;overflow:hidden;color:#fff;text-align:center; }
.index-cj ul li img{ width:300px;height:407px;}
.index-cj ul li .tip{ -webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;padding:0 30px;height:407px;Position: absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);}
.index-cj ul li .tip img{ -webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;margin-bottom:40px;margin-top:160px;width:72px;height:72px;}
.index-cj ul li .tip h4{ width:100%;position:relative;font-size:22px;line-height:30px;font-weight:500;}
.index-cj ul li .tip h4:before{ content: '';position: absolute;top:-21px;left: 50%;margin-left: -15px;width: 30px;height: 2px;background: #fff;z-index: 2;}
.index-cj ul li .tip p{ -moz-opacity:0.0;-khtml-opacity:0.0;Opacity:0.0;Filter:alpha(opacity=0);margin-top:30px;line-height:25px;color:#fff;font-size:14px;}
.index-cj ul li:hover .tip{ background:rgba(25, 137, 200, 0.7);}
.index-cj ul li:hover .tip img{ margin-top:80px;}
.index-cj ul li:hover .tip p{ -moz-opacity:1;-khtml-opacity:1;Opacity:1;Filter:alpha(opacity=100);}

/*案例*/
.index-anli{ overflow:hidden;}
.index-anli ul{ margin-left:-60px;}
.index-anli ul li{ width:33.33%;float:left;margin-top:40px;}
.index-anli ul li .box{ margin-left:60px;text-align:center;}
.index-anli ul li .img{ width:100%;height:225px;overflow:hidden;text-align:center}
.index-anli ul li img{ width:auto;height:225px;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;max-width: 100%;}
.index-anli ul li p{ line-height:24px;font-size:14px;padding:10px 0;}
.index-anli ul li h4{ font-size:20px;line-height:30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.index-anli ul li:hover h4{ text-decoration:underline;}
.index-anli ul li:hover img{ -webkit-transform: scale(1.20);-moz-transform: scale(1.20);transform: scale(1.20);}

/*新闻列表*/
.list-new{ overflow:hidden;}
.list-new ul{ margin-left:-60px;}
.list-new ul li{ width:33.33%;float:left;margin-top:40px;}
.list-new ul li .box{ margin-left:60px;}
.list-new ul li .img{ width:100%;height:225px;overflow:hidden;text-align:center}
.list-new ul li img{ width:auto;height:225px;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.list-new ul li p{ line-height:24px;font-size:14px;padding:0;color:#999;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;max-width: 100%;}
.list-new ul li p.data{ margin-top:10px;}
.list-new ul li h4{ font-size:20px;line-height:30px;font-weight:400;margin:10px 0;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.list-new ul li:hover img{ -webkit-transform: scale(1.20);-moz-transform: scale(1.20);transform: scale(1.20);}
.list-new ul li:hover h4{ color:#1989c8;}


/*公司简介*/
.about-desc{ line-height:24px;font-size:16px;color:#fff;margin-top:40px;padding:30px 60px;border:dashed 2px rgba(255, 255, 255, 0.4);}
.about-desc p{ padding:10px 0;color:rgba(255, 255, 255, 0.9);}

/*首页新闻*/
.zixun-img{ overflow:hidden;}
.zixun-img ul{ margin-left:-60px;}
.zixun-img ul li{ width:33.33%;float:left;margin-top:40px;}
.zixun-img ul li .box{ margin-left:60px;border:solid 1px #c7e7f8;}
.zixun-img ul li .img{ width:100%;height:225px;overflow:hidden;}
.zixun-img ul li img{ width:100%;height:225px;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.zixun-img ul li:hover img{ -webkit-transform: scale(1.20);-moz-transform: scale(1.20);transform: scale(1.20);}
.zixun-img ul li p{ line-height:60px;height:60px;color:#222;padding:0 25px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.zixun-text{ overflow:hidden;margin-top:20px;}
.zixun-text ul{ width:1400px;}
.zixun-text ul li{ width:358px;margin-right:60px;float:left;line-height:28px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.zixun-text ul li a:hover{ color:#1989c8;}

/*内页顶部*/
.top-bg{ color:#fff;height:310px;background:#111e41;background-image: url(../images/banner_neiye.png);padding: 0px 0;background-position: center 0;background-repeat: no-repeat;background-size: cover;}
.top-bg-box{ width:1200px;margin:0 auto;height:310px;text-align:center;}
.top-bg-desc{ width:1200px;height:310px;display: table-cell;vertical-align: middle;}
.top-bg-desc h2{ font-size:36px;line-height:55px;font-weight:200;}
.top-bg-desc i{ display:block;width:30px;height:2px;margin:10px auto;background:#1989c8;}
.top-bg-desc p{ line-height:26px;font-size:16px;}
.top-bg-desc .zx{ margin-top:40px;}
.top-bg-desc .zx a{ height:44px;line-height:44px;display:inline-block;background:#1989c8;color:#fff;width:160px;border-radius: 44px;font-size:16px;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s; }
.top-bg-desc .zx a:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);transform:translateY(-5px);}

/*行业痛点*/
.fanwei{ overflow:hidden;margin-top:40px;}
.fanwei ul{ margin-left:-10px;}
.fanwei ul li{ width:50%;float:left;margin-bottom:10px;}
.fanwei ul li .box{ cursor: pointer;margin-left:10px;height:107px;Position: relative;background:#fff;padding:15px;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s; }
.fanwei ul li img{ -webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;width:83px;height:83px;Position: absolute;left:25px;top:25px;background:#fff;border-radius: 100%; }
.fanwei ul li .desc{ padding:0 5px 0 115px;height:107px;display: table-cell;vertical-align:middle;line-height: 24px;}
.fanwei ul li .desc h4{ font-size:20px;font-weight:200;vertical-align:middle;margin-bottom:10px; }
.fanwei ul li .desc p{ color:#808080;font-size:14px;font-weight:200;vertical-align:middle;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.fanwei ul li .box:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.fanwei ul li:hover .desc h4{ color:#1989c8;}

/*产品优势*/
.cpys{ margin-top:40px;}
.cpys ul{ margin-left:-60px;}
.cpys ul li{ height:176px;width:25%;float:left;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.cpys ul li .box{ text-align:center;margin-left:60px;}
.cpys ul li .img{ -webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.cpys ul li img{ height:58px;margin-bottom:20px;}
.cpys ul li h4{ line-height:30px;font-size:20px;margin-bottom:10px;color:#fff;font-weight:200;}
.cpys ul li p{ font-size:14px;line-height:24px;color:rgba(255,255,255,0.6);}


/*服务详解*/
.guanyu{ padding:60px;background:#fff;}
.guanyu-box{ width:1200px;margin:0 auto;overflow: hidden;}
.guanyu-box .guanyu-img{ overflow: hidden;width:600px;height:400px;float:right;}
.guanyu-box .guanyu-img img{ width:100%;}
.guanyu-box .guanyu-desc{ width:600px;height:400px;line-height:28px;padding-right:60px;display: table-cell;vertical-align:middle;}
.guanyu-box .guanyu-desc h4{ font-weight:500;color:#222;line-height:52px;font-size:42px;vertical-align:middle; display: -webkit-box;}
.guanyu-box .guanyu-desc h4 span{ font-size:24px;display:inline-block;margin-left:10px;margin-bottom:20px;}
.guanyu-box .guanyu-desc h4 span.l{ margin-left:0;}
.guanyu-box .guanyu-desc p{ Position: relative; font-size:16px;color:#666;padding-left:20px;margin:5px 0;}
.guanyu-box .guanyu-desc p:before{ content: "";position: absolute;top: 11px;left: 0px;width: 6px;height: 6px;background-color: #1989c8;border-radius: 0;}
.guanyu2{ background:#f5f5f5;}
.guanyu2 .guanyu-img{ float:left;}
.guanyu2 .guanyu-desc{ padding-left:60px;padding-right:0;}

.hzlc{ width:1200px;height:200px;margin-top:60px;}

/*微信功能*/
.wxgn{ overflow: hidden;margin-top:40px;}
.wxgn ul{}
.wxgn ul li{ padding:30px 0;border-left:solid 1px #f5f5f5;border-top:solid 1px #f5f5f5;width:12.5%;float:left;text-align:center;background:#fff;box-sizing: border-box; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.wxgn ul li .img{ width:39px;height:35px;margin:0 auto;margin-bottom:10px;}
.wxgn ul li .img img{ width:39px;height:35px;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.wxgn ul li:hover .img img{ -webkit-transform: scale(1.20);-moz-transform: scale(1.20);transform: scale(1.20);}
.wxgn ul li h4{ font-weight:500;color:#666;line-height:24px;font-size:14px;}

/*小程序*/
.xcxhy{ overflow: hidden;margin-top:30px;}
.xcxhy ul{ margin-left:-10px;}
.xcxhy ul li{ width:20%;float:left;margin-top:10px;}
.xcxhy ul li .box{ margin-left:10px;background:#fff;text-align:center;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.xcxhy ul li img{ width:95px;height:95px;padding:20px 0;}
.xcxhy ul li h4{ background:#ddecf9;color:#fff;height:60px;line-height:60px;font-size:20px;color:#666;}
.xcxhy ul li .box:hover{ transform:translateY(-10px);}


/*子栏目*/
.zlm{ overflow: hidden;}
.zlm ul{ text-align:center;}
.zlm ul li{ display:inline-block;padding:0 8px;line-height:32px;}
.zlm ul li i{ font-style:normal;display:inline-block;padding-left:20px;color:#666;}

/* 分页样式 */
.pages{ line-height:35px;margin-top:40px;overflow: hidden;text-align:center;}
.pages ul{}
.pages ul li{ display:inline-block;margin:0 5px;}
.pages ul a{ display:inline-block;padding:0 13px;color:#333;border:solid 1px #ddd;}
.pages ul a:hover{ background:#999;color:#fff;}
.pages ul li.thisclass{ background:#1084c6;padding:0 13px;color:#fff;}
.pages ul li span.pageinfo{ color:#999;}

/*案例详情页*/

.now{ height:65px;line-height:65px;background:#fff;border-bottom:solid 1px #eaeaea;}
.now-box{ width:1200px;margin:0 auto;font-size:14px;color:#666;}
.now-box a{ color:#666;}

.anli-main{ overflow: hidden;}
.anli-main h1{ line-height:38px;font-size:28px;font-weight:200;color:#222;text-align:center;}
.anli-body{ padding:30px 0;line-height:24px;font-size:16px;color:#333;}
.anli-body p{ padding:10px 0;}
.anli-body img{ max-width:100% !important;height:auto !important;}

/*新闻详情*/
.content{ background:#fff;overflow: hidden;padding:40px 0;}
.content-box{ width:1200px;overflow: hidden;margin:0 auto;}
.content .l-left{ width:880px;float:left;overflow: hidden;}
.content .r-right{ width:260px;float:right;overflow: hidden;}

.xinwen-main{ overflow: hidden;}
.xinwen-main h1{ line-height:38px;font-size:28px;font-weight:200;color:#222;text-align:center;margin-bottom:10px;}

.xinwen-info{ line-height:20px;font-size:14px;text-align:center;color:#999;margin-bottom:20px;}
.xinwen-info span{  display:inline-block;padding:0 10px;color:#666;}

.xinwen-body{ padding-bottom:20px;line-height:24px;font-size:16px;color:#333;}
.xinwen-body p{ padding:10px 0;}
.xinwen-body img{ max-width:100% !important;height:auto !important;}

.sxp{ height:50px;line-height:50px;overflow: hidden;border-bottom:solid 1px #eaeaea;margin-bottom:40px;}
.sxp p{ box-sizing: border-box; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.sxp p.pre{ width:50%;float:left;padding-right:20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.sxp p.next{ width:50%;float:right;padding-left:20px;text-align:right;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.about-xinwen{ }
.about-xinwen-title{ height:45px;line-height:45px;border-bottom:solid 1px #eaeaea;}
.about-xinwen-title h2{ font-size:24px;border-bottom:solid 1px #1084c6;font-weight:200;display:inline-block;}
.about-xinwen .zixun-img ul{ margin-left:-15px;}
.about-xinwen .zixun-img ul li .box{ margin-left:15px;}
.about-xinwen .zixun-img ul li .img{ height:175px;}
.about-xinwen .zixun-img ul li .img img{ height:175px;}
.about-xinwen .zixun-img ul li p{ height:40px;line-height:40px;padding:0 15px;}
.about-xinwen .zixun-text ul{ width:900px;}
.about-xinwen .zixun-text ul li{ width:281px;margin-right:15px;}

.side-box{ overflow: hidden;}
.side-list{ overflow: hidden;margin-bottom:30px;}
.side-list h4{ line-height:20px;font-size:18px;padding-bottom:10px;border-bottom:solid 1px #eaeaea;font-weight:200;}
.side-list ul{ padding:10px 0;} 
.side-list ul li{ Position: relative; padding-left:20px;color:#808080;height:32px;line-height:32px;font-size:13px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.side-list ul li a{ color:#808080;}
.side-list ul li a:hover, .side-list ul li:hover{ color:#1084c6;}
.side-list ul li:before{ content: "";position: absolute;top: 14px;left: 0px;width: 6px;height: 6px;background-color: #c0c0c0;border-radius: 100%;}


/*页脚样式*/
.footer{ background:#1d1d25;padding:40px 0;}
.footer-box{ width:1200px;margin:0 auto;overflow: hidden;}
.footer-dh{ text-align:center;Position: relative;margin-bottom:30px; }
.footer-dh span{ display:inline-block;background:#1d1d25;padding:0 20px;line-height:24px;height:24px;Position: relative;z-index:2; }
.footer-dh a{ display:inline-block;color:#fff;margin:0 20px;}
.footer-dh:after{ content: '';position: absolute;width:100%;height:1px;background:rgba(255, 255, 255, 0.4);left:0;right:0;top:12px;}

.footer .copy{ text-align:center;line-height:32px;color:rgba(255, 255, 255, 0.6);font-size:14px;}
.footer .copy a{ color:rgba(255, 255, 255, 0.6);}
.footer .copy span{ display:inline-block;margin:0 30px;}

.link{ background:#1d1d25;font-size:14px;line-height:24px;}
.link-box{ overflow: hidden;width:1200px;margin:0 auto;padding:20px 0;border-top:solid 1px #3f3f50;}
.link strong{ display:inline-block;width:80px;float:left;color:#fff;font-weight:500;color:#c0c0c0;}
.more-link{ width:1120px;float:left;}
.more-link a{ display: inline-block;margin-right:20px;color:#999;}
.more-link a:hover{ color:#1084c6;}

.fixed-bottom{ width:60px;position:fixed;top:50%;right:40px;z-index:100;margin-top:-165px; }
.fixed-bottom ul{}
.fixed-bottom ul li{ text-align:center;margin:5px 0;Position: relative; width:58px;height:58px;line-height:58px;border:solid 1px #1084c6;background:rgba(0,0,0,0.4);}
.fixed-bottom ul li a{ margin-top:7px;}
.fixed-bottom ul li.kfqq a{ width:48px;height:44px;display: inline-block;background: url(../images/kfqq.png) no-repeat center center;background-size: 24px;}
.fixed-bottom ul li.kfwx a{ width:48px;height:44px;display: inline-block;background: url(../images/kfwx.png) no-repeat center center;background-size: 24px;}
.fixed-bottom ul li.kfdh a{ width:48px;height:44px;display: inline-block;background: url(../images/kfdh.png) no-repeat center center;background-size: 24px;}
.fixed-bottom ul li.top a{ width:48px;height:44px;display: inline-block;background: url(../images/top.png) no-repeat center center;background-size: 24px;}
.fixed-bottom ul li.kfzx a{ width:48px;height:44px;display: inline-block;background: url(../images/kfzx.png) no-repeat center center;background-size: 24px;}


.fixed-bottom ul li .tip-test{ display:none;Position: absolute;top:1px;left:-155px;width:110px;height:40px;line-height:41px;background:#fff;border:solid 1px #eaeaea;padding:0 15px;}
.fixed-bottom ul li:hover .tip-test{ display:block;}
.fixed-bottom ul li .tip-test:before, .fixed-bottom ul li .tip-test:after { content: '';position: absolute;top: 14px;right:-7px;border-top: 7px solid transparent;border-bottom: 7px solid transparent;}
.fixed-bottom ul li .tip-test:before {border-left: 7px solid #ddd;}
.fixed-bottom ul li .tip-test:after { border-left: 7px solid #fff;margin-right:1px;}
.fixed-bottom ul li .tip-img{ display:none;Position: absolute;bottom:-48px;left:-145px;width:130px;background:#fff;border:solid 1px #eaeaea;}
.fixed-bottom ul li .tip-img img{ width:100%;}
.fixed-bottom ul li:hover .tip-img{ display:block;}
.fixed-bottom ul li .tip-img:before, .fixed-bottom ul li .tip-img:after { content: '';position: absolute;top: 50%;margin-top:-14px;right:-7px;border-top: 7px solid transparent;border-bottom: 7px solid transparent;}
.fixed-bottom ul li .tip-img:before {border-left: 7px solid #ddd;}
.fixed-bottom ul li .tip-img:after { border-left: 7px solid #fff;margin-right:1px;}



/* 移动端适配 */
@media screen and (min-width:0px) and (max-width:960px)
{
body{ padding-top:50px;padding-bottom:50px;}

/*导航样式*/
.header{ height:50px;}
.header-box{ Position: relative;margin:0 0px;height:50px;}
.header a.logo{ height:40px;left:50%;top:5px;margin-left:-56px;}
.header a.logo img{ height:40px;}

.right-btn{ position:absolute;top:14px;right:15px;text-indent:-999em;background: url(../images/kfzx.png) no-repeat center center;background-size:100%;border-radius:0;width:22px;height:22px;line-height:22px;text-align:center;font-size:15px;color:#fff;}
.right-btn i{ display:none;}

.navbr{ position:fixed;z-index:101;height:auto;background:#fff;left:-60%;top:0;bottom:0;width:60%;overflow-y: auto;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.navbr ul{ padding:15px 0 15px 20px;}
.navbr ul li{ display:block;height:auto;margin-right:0;padding:0 0;border-bottom: 0 solid #eaeaea;}
.navbr ul li a{ display:block;padding:0 0px;height:auto;line-height:45px;color:#333;}
.navbr ul li.hover a{ height:45px;border-bottom: 0 solid #ffcc33;}
.navbr ul li:hover a{ height:45px;border-bottom: 0 solid #ffcc33;}
.navbr ul li ul{ overflow: hidden;display:block;box-shadow: 0 0 0 rgba(0, 0, 0, 0);background:#fff;border-radius:0;padding:0 0;width:auto;Position: static;margin-left:-15px;margin-right:20px;}
.navbr ul li ul:before, .navbr ul li ul:after { display:none;}
.navbr ul li ul li{ background:#fff;margin-right:0;padding:0 0px;width:50%;float:left;text-align:center;}
.navbr ul li ul li a{ border-radius: 32px; display:block;width:auto;height:32px !important;line-height:32px !important;border: 1px solid #eaeaea !important;margin-left:15px;margin-bottom:15px;}
.navbr ul li ul li:hover{ background:#fff;}

.navbr-bg{ display:none;position:fixed;z-index:99;top:50px;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);}
.header .menu{ Position: absolute;left:10px;top:10px;width:30px;height:30px;background: url(../images/menu.png) no-repeat center center;background-size:100%;}

.menu_left{ left:0;}
.off{ display:none;}
.on{ display:block;}

/*轮播图*/
.slideBox{ overflow:hidden;position:relative;background:#fff;width:100%;height:200px;margin:0px auto;}
.slideBox .hd{ bottom:1px; z-index:1; }
.slideBox .hd ul li{ margin-bottom:20px;display:inline-block; width:25px;height:2px; background:#fff; margin-right:3px;margin-left:3px;text-indent:-9999px;}
.slideBox .bd li{ height:200px;}
.slideBox .bd li a{ height:200px;}
.slideBox .bd img{ width:600px;height:200px;left:50%;margin-left:-300px; }
.slideBox:hover .prev,.slideBox:hover .next{ filter:alpha(opacity=0);opacity:0;  }

/*首页专题*/
.index-zt{ padding:20px 15px;}
.index-zt-box{ width:auto;margin:0 auto;overflow:hidden;}

.head-tip h2{ font-size:20px;}
.head-tip i{ height:2px;}
.head-tip p{ font-size:14px;color:#999;}

.about-bg{ background-image: url(../images/about-bg.jpg);background-attachment: fixed;background-position: center 0;background-repeat: no-repeat;background-size: cover;}
.about-bg .head-tip h2{ color:#fff;}
.about-bg .head-tip i{ background:#ffcc33;}
.about-bg .head-tip p{ color:#fff;}

.cpys-bg{ background-image: url(../images/cpys.png);background-attachment: fixed;background-position: center 0;background-repeat: no-repeat;background-size: cover;}
.cpys-bg .head-tip h2{ color:#fff;}
.cpys-bg .head-tip i{ background:#ffcc33;}
.cpys-bg .head-tip p{ color:#fff;}

.bg2{ background:#f5f5f5;}

/*首页项目*/
.index-xm{ margin-top:20px;}
.index-xm ul{}
.index-xm ul li{ height:auto;width:33.33%;padding:0 0;margin-top:10px;}
.index-xm ul li img{ width:48px;height:48px;margin-bottom:5px;}
.index-xm ul li h4{ line-height:30px;font-size:14px;margin-bottom:0;}
.index-xm ul li p{ display:none;}
.index-xm ul li a.more{ display:none;}
.index-xm ul li:hover{ background:#fff;}
.index-xm ul li:hover .img{ margin-top:0;}
.index-xm ul li:hover a.more{ display:none;}
.index-xm ul li.four{ width:25%;}


/*解决方案*/
.index-cj{ height:200px;overflow:hidden;background:#373d41;overflow-x: auto;-webkit-overflow-scrolling: touch;}
.index-cj ul{ width:690px;height:200px;margin:0 auto;}
.index-cj ul li{ width:137px;height:200px; }
.index-cj ul li img{ width:137px;height:200px;}
.index-cj ul li .tip{ padding:0 15px;height:200px;width:107px; display: table-cell;vertical-align: middle;}
.index-cj ul li .tip img{ margin-bottom:30px;margin-top:40px;width:52px;height:52px;}
.index-cj ul li .tip h4{ width:100%;position:relative;font-size:16px;line-height:24px;font-weight:500;}
.index-cj ul li .tip h4:before{ content: '';position: absolute;top:-15px;left: 50%;margin-left: -15px;width: 30px;height: 2px;background: #fff;z-index: 2;}
.index-cj ul li .tip p{ display:none;}
.index-cj ul li:hover .tip img{ margin-top:0;}
.index-cj ul li:hover .tip p{ display:none;}

/*案例*/
.index-anli ul{ margin-left:-15px;}
.index-anli ul li{ width:50%;margin-top:20px;}
.index-anli ul li .box{ margin-left:20px;}
.index-anli ul li .img{ height:auto;overflow:hidden;}
.index-anli ul li img{ height:auto;}
.index-anli ul li p{ line-height:24px;font-size:14px;padding:10px 0;padding-bottom:0px;}
.index-anli ul li h4{ font-size:18px;line-height:28px;font-weight:400;}
.index-anli ul li:hover h4{ text-decoration:none;}
.index-anli ul li:hover img{ -webkit-transform: scale(1.0);-moz-transform: scale(1.0);transform: scale(1.0);}

/*公司简介*/
.about-desc{ line-height:20px;font-size:14px;color:#fff;margin-top:20px;padding:12px 15px;}

/*首页新闻*/
.zixun-img ul{ margin-left:-15px;}
.zixun-img ul li{ width:50%;margin-top:20px;}
.zixun-img ul li .box{ margin-left:15px;border:solid 1px #c7e7f8;}
.zixun-img ul li .img{ height:auto;}
.zixun-img ul li img{ height:auto;}
.zixun-img ul li:hover img{ -webkit-transform: scale(1.00);-moz-transform: scale(1.00);transform: scale(1.00);}
.zixun-img ul li p{ line-height:40px;height:40px;color:#222;padding:0 15px;}
.zixun-img ul li:nth-child(3){ display:none;}

.zixun-text{ overflow:hidden;margin-top:20px;}
.zixun-text ul{ width:auto;}
.zixun-text ul li{ width:auto;margin-right:0px;float:none;line-height:28px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.zixun-text ul li a:hover{ color:#1989c8;}

/*内页顶部*/
.top-bg{ height:auto;padding: 20px 15px;}
.top-bg-box{ width:auto;margin:0 auto;height:auto;text-align:center;}
.top-bg-desc{ width:auto;height:auto;display: block;vertical-align: middle;}
.top-bg-desc h2{ font-size:24px;line-height:34px;font-weight:200;}
.top-bg-desc i{ display:block;width:30px;height:2px;margin:10px auto;background:#1989c8;}
.top-bg-desc p{ line-height:26px;font-size:14px;}
.top-bg-desc .zx{ margin-top:30px;}
.top-bg-desc .zx a{ height:36px;line-height:36px;width:140px;}

/*行业痛点*/
.fanwei{ overflow:hidden;margin-top:20px;padding:0 0px;}
.fanwei ul{ margin-left:-1px;}
.fanwei ul li{ width:50%;float:left;margin-bottom:1px;}
.fanwei ul li .box{ cursor: pointer;margin-left:1px;height:48px;Position: relative;background:#fff;padding:15px;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s; }
.fanwei ul li img{ border:solid 2px #f5f5f5;width:44px;height:44px;Position: absolute;left:15px;top:15px;background:#fff;border-radius: 100%; }
.fanwei ul li .desc{ padding:0 5px 0 60px;height:48px;display: table-cell;vertical-align:middle;line-height: 24px;}
.fanwei ul li .desc h4{ font-size:14px;font-weight:200;vertical-align:middle;margin-bottom:10px; }

/*产品优势*/
.cpys{ margin-top:30px;}
.cpys ul{ margin-left:-15px;}
.cpys ul li{ height:auto;width:25%;float:left;}
.cpys ul li .box{ text-align:center;margin-left:15px;}
.cpys ul li .img{ -webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.cpys ul li img{ height:42px;margin-bottom:10px;}
.cpys ul li h4{ line-height:24px;font-size:12px;margin-bottom:10px;}
.cpys ul li p{ display:none;}

/*服务详解*/
.guanyu{ padding:20px 15px;background:#fff;}
.guanyu-box{ width:auto;margin:0 auto;overflow: hidden;}
.guanyu-box .guanyu-img{ overflow: hidden;width:100%;height:auto;float:none;}
.guanyu-box .guanyu-img img{ width:100%;margin-bottom:10px;}
.guanyu-box .guanyu-desc{ width:auto;height:auto;line-height:28px;padding-right:0;display: table-cell;vertical-align:middle;}
.guanyu-box .guanyu-desc h4{ font-weight:500;color:#222;line-height:30px;font-size:20px;padding:10px 0;}
.guanyu-box .guanyu-desc h4 span{ font-size:20px;display:inline-block;margin-left:0;margin-bottom:0;}
.guanyu-box .guanyu-desc h4 span.l{ margin-left:0;}
.guanyu-box .guanyu-desc p{ Position: relative; font-size:14px;color:#666;padding-left:20px;margin:5px 0;}
.guanyu-box .guanyu-desc p:before{ content: "";position: absolute;top: 11px;left: 0px;width: 6px;height: 6px;background-color: #1989c8;border-radius: 0;}
.guanyu2{ background:#f5f5f5;}
.guanyu2 .guanyu-img{ float:none;}
.guanyu2 .guanyu-desc{ padding-left:0;padding-right:0;}

.hzlc{ width:100%;height:auto;margin-top:20px;}
.hzlc img{ width:100%;}

/*微信功能*/
.wxgn{ margin-top:20px;}
.wxgn ul{}
.wxgn ul li{ padding:20px 0;width:25%;}

/*小程序*/
.xcxhy{ overflow: hidden;margin-top:20px;}
.xcxhy ul{ margin-left:-1px;}
.xcxhy ul li{ width:20%;float:left;margin-top:2px;}
.xcxhy ul li .box{ margin-left:1px;background:#fff;}
.xcxhy ul li img{ width:52px;height:52px;padding:15px 0;}
.xcxhy ul li h4{ background:#ddecf9;color:#fff;height:40px;line-height:40px;font-size:14px;color:#666;}
.xcxhy ul li .box:hover{ transform:translateY(-10px);}

/*子栏目*/
.zlm{ overflow: hidden;overflow-x: auto;-webkit-overflow-scrolling: touch;}
.zlm ul{ text-align:center;width:1080px;}
.zlm ul li{ background:#f5f5f5;border-radius: 32px; display:inline-block;padding:0 15px;line-height:32px;margin-right:10px;float:left;}
.zlm ul li i{ display:none;}

/* 分页样式 */
.pages{ line-height:30px;margin-top:20px;overflow: hidden;text-align:center;}
.pages ul{}
.pages ul li{ display:inline-block;margin:0 2.5px;}
.pages ul a{ display:inline-block;padding:0 11px;color:#333;border:solid 1px #ddd;}
.pages ul a:hover{ background:#999;color:#fff;}
.pages ul li.thisclass{ background:#1084c6;padding:0 11px;color:#fff;}
.pages ul li span.pageinfo{ color:#999;}



/*新闻列表*/
.list-new{ overflow:hidden;margin-top:10px;}
.list-new ul{ margin-left:-15px;}
.list-new ul li{ width:50%;float:left;margin-top:10px;}
.list-new ul li .box{ margin-left:15px;}
.list-new ul li .img{ width:100%;height:auto;}
.list-new ul li img{ width:100%;height:auto;}
.list-new ul li p{ line-height:20px;font-size:14px;padding:0;color:#999;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.list-new ul li p.data{ margin-top:10px;}
.list-new ul li h4{ font-size:18px;line-height:30px;font-weight:400;margin:10px 0;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.list-new ul li:hover img{ -webkit-transform: scale(1.0);-moz-transform: scale(1.0);transform: scale(1.0);}

/*案例详情页*/
.now{ height:45px;line-height:45px;padding:0 15px;}
.now-box{ width:auto;margin:0 auto;font-size:14px;color:#666;}

.anli-main{ overflow: hidden;}
.anli-main h1{ line-height:34px;font-size:24px;font-weight:200;color:#222;text-align:center;}
.anli-body{ padding:20px 0;font-size:16px;margin-bottom:20px;}
.anli-body p{ padding:10px 0;}

/*新闻详情*/
.content{ padding:20px 0;}
.content-box{ width:auto;}
.content .l-left{ width:auto;float:none;}
.content .r-right{ display:none;}

.xinwen-main{ overflow: hidden;}
.xinwen-main h1{ line-height:34px;font-size:24px;margin-bottom:10px;}

.xinwen-info{ line-height:20px;font-size:14px;text-align:center;color:#999;margin-bottom:0px;}
.xinwen-info span{  display:inline-block;padding:0 10px;color:#666;}

.xinwen-body{ padding:15px;line-height:24px;font-size:16px;color:#333;}

.sxp{ padding:0 15px;height:auto;line-height:26px;overflow: hidden;padding-bottom:10px;border-bottom:solid 1px #eaeaea;margin-bottom:20px;}
.sxp p.pre{ width:auto;float:none;padding-right:0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.sxp p.next{ width:auto;float:none;padding-left:0;text-align:left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.a2{ padding:0 0 10px 0;}

.about-xinwen{ padding:0 15px;}
.about-xinwen-title h2{ font-size:20px;}
.about-xinwen .zixun-img ul{ margin-left:-15px;}
.about-xinwen .zixun-img ul li .box{ margin-left:15px;}
.about-xinwen .zixun-img ul li .img{ height:auto;}
.about-xinwen .zixun-img ul li .img img{ height:auto;}
.about-xinwen .zixun-img ul li p{ height:40px;line-height:40px;padding:0 15px;}
.about-xinwen .zixun-text ul li{ width:100%;margin-right:0;}

.side-box{ overflow: hidden;}
.side-list{ overflow: hidden;margin-bottom:30px;}
.side-list h4{ line-height:20px;font-size:18px;padding-bottom:10px;border-bottom:solid 1px #eaeaea;font-weight:200;}
.side-list ul{ padding:10px 0;} 
.side-list ul li{ color:#808080;height:32px;line-height:32px;font-size:13px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.side-list ul li a{ color:#808080;}
.side-list ul li a:hover, .side-list ul li:hover{ color:#1084c6;}



/*页脚样式*/
.footer{ background:#1d1d25;padding:20px 15px;}
.footer-box{ width:auto;}
.footer-dh{ display:none;}

.footer .copy{ text-align:center;line-height:24px;color:rgba(255, 255, 255, 0.6);font-size:12px;}
.footer .copy a{ color:rgba(255, 255, 255, 0.6);}
.footer .copy span{ display:inline-block;margin:0 10px;}

.link{ display:none;}

.fixed-bottom{ box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);padding:0 0;width:100%;position:fixed;top:auto;bottom:0px;right:0px;z-index:90;border-radius: 0; }
.fixed-bottom ul{}
.fixed-bottom ul li{ border:0;border-right:solid 1px rgba(255, 255, 255, 0.2);margin:0;box-sizing: border-box; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;text-align:center;Position: relative; width:33.33%;float:left;height:50px;line-height:50px;border-bottom:solid 0 #56aaef;background:rgba(0,0,0,0.8);}
.fixed-bottom ul li.top{ display:none;}
.fixed-bottom ul li a{ margin-top:0;}
.fixed-bottom ul li.kfqq{ vertical-align:middle;}
.fixed-bottom ul li.kfqq a{ width:auto;height:50px;padding-left:30px;display: inline-block;background: url(../images/kfqq.png) no-repeat left center;background-size: 24px;}
.fixed-bottom ul li.kfqq a:after{ content:"QQ咨询";color:#fff;line-height:48px;vertical-align:middle;display: inline-block;}
.fixed-bottom ul li.kfwx{ display:none;}
.fixed-bottom ul li.kfdh a{ width:auto;height:50px;padding-left:30px;display: inline-block;background: url(../images/kfdh.png) no-repeat left center;background-size: 24px;}
.fixed-bottom ul li.kfdh a:after{ content:"电话咨询";color:#fff;line-height:48px;vertical-align:middle;display: inline-block;}
.fixed-bottom ul li.top a{ width:auto;height:50px;padding-left:30px;display: inline-block;background: url(../images/top.png) no-repeat left center;background-size: 24px;}
.fixed-bottom ul li.kfzx a{ width:auto;height:50px;padding-left:30px;display: inline-block;background: url(../images/kfzx.png) no-repeat left center;background-size: 24px;}
.fixed-bottom ul li.kfzx a:after{ content:"在线咨询";color:#fff;line-height:48px;vertical-align:middle;display: inline-block;}

.fixed-bottom ul li .tip-test{ display:none !important;}
.fixed-bottom ul li .tip-img{ display:none !important;}

}