﻿@import url(style.css);
@import url(pscroll.css);
.i_bj{background: url(../images/i_bg4.jpg) center center no-repeat; background-size: cover;}
/*内页*/
.o_big_con{ overflow:hidden; position:relative;}
.o_big{ overflow:hidden; background-repeat:no-repeat; background-position:70% center; background-size:cover; position:relative;  width:100%;-webkit-animation: SlickIn cubic-bezier(1,0,.5,.5) 1s;animation: SlickIn cubic-bezier(1,0,.5,.5) 1s; min-height:220px;}
.o_big img{ width:100%;filter: Alpha(Opacity=0);opacity: 0;}
.o_big_con .cons{ position:absolute; top:0; left:0; width:100%; height:100%;}
.o_big_con .cons .wrap{ height:100%; display:table; position:relative; }
.o_big_con .h2{ font-weight:normal; display:table-cell; vertical-align:middle; color:#cccccc; text-align:center; font-size:16px;}
.o_big_con.bgs2 .h2{ vertical-align:bottom; text-align:left;}
.o_big_con.bgs3 .h2{text-align:left; color:#fff; font-size:24px; line-height:1.6;}
.o_big_con .h2 span{ display:block; overflow:hidden;  position:relative; margin-bottom:0.8%; color:#fff;}
.o_big_con.bgs2 .h2 span{padding-bottom:3.5%;margin-top:1%; margin-bottom:0;}
.o_big_con .txts_r{ position:absolute; bottom:12%; right:0;}
/*.o_big_con .txts_r.solution{ bottom:18%;}*/
.o_big_con .txts_r a{ float:left; width:52px; height:50px; background-repeat:no-repeat; background-position:center center; background-size:100% 100%; overflow:hidden; margin-left:20px; position:relative;}
.o_big_con .txts_r a.bgs1{ background-image:url(../images/case_ico1.png);}
.o_big_con .txts_r a.bgs2{ background-image:url(../images/solution_ico1.png);}
.o_big_con .txts_r a:after{content: ""; left:50%; top:50%; width:0px; height:0px; position: absolute;transition:all 0.3s;background-size:0% 0%; background-repeat:no-repeat; background-position:center center; border-radius:50%; background-color:#fff;}
.o_big_con .txts_r a:hover:after{ background-size:100% 100%; width:100%; height:100%;left:0%; top:0%;}
.o_big_con .txts_r a.bgs1:after{ background-image:url(../images/case_ico1_on.png);}
.o_big_con .txts_r a.bgs2:after{ background-image:url(../images/solution_ico1_on.png);}
/*分页*/
.yema{ width:100%; text-align:left; clear:both; overflow:hidden; padding-top:20px; padding-bottom:40px; clear:both;}
.yema a{ display:inline-block; height:22px; line-height:22px;overflow:hidden; margin-right:12px;  text-align:center; color:#666666;}
.yema a:hover{ text-decoration:none; color:#000000; text-decoration:underline;}
.yema a.on{color:#000; text-decoration:underline;}
.yema a.Prev,.yema a.next{ }
.yema a.Prev:hover,.yema a.next:hover{}
/*我们的案例作品*/
.case_a{overflow:hidden; padding-top:2%; padding-bottom:2%; border-bottom:1px solid #e0e0e0; font-size:18px;}
.case_a ul li{ float:left;height:30px; line-height:30px;overflow:hidden; margin-right:3%;}
.case_a ul li:last-child{ margin-right:0;}
.case_a ul li a{ display:block; position:relative; padding-left:40px; color:#666666;}
.case_a ul li a:before{ content:""; position:absolute; left:0; top:50%; margin-top:-1px; height:2px; width:0px; background:#000000;transition:all 0.3s;}
.case_a ul li a:hover{ color:#000;}
.case_a ul li a:hover:before{ width:20px;}
.case_a ul li.osel a{color:#000;}
.case_a ul li.osel a:before{ width:20px;}
.case_list{  overflow:hidden; min-height:500px;margin-top:3%;}
.case_list ul li{width: 33.33%; float: left;}
.case_list ul li:nth-child(3n+1){ clear:both;float:left;}
.case_list ul li .pic{width: 100%; /*height: 360px;*/ /*padding-top: 65%;*/ overflow: hidden; position: relative; z-index: 1;}
.case_list ul li .pic img{width: 100%; /*max-height: 100%;*/ display: block; /*position: absolute; left: 0; right: 0; top: 0; bottom: 0; */z-index: 1; margin: auto; -moz-transition: all 0.6s ease;-webkit-transition: all 0.6s ease;-o-transition: all 0.6s ease;-ms-transition: all 0.6s ease;transition: all 0.6s ease;}
.case_list ul li .bg{width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 10; visibility: hidden; opacity: 0; background-color: rgba(0,0,0,.65); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000); transition: all 0.6s ease;-webkit-transition: all 0.6s ease;}
.case_list ul li:hover .bg{visibility: visible; opacity: 1;}
.case_list ul li .bg img{ position:absolute;max-width: 80%; max-height: 80%; width: auto; left:50%; top: 60%; transform: translate(-50%, -50%); transition: all 0.6s ease;-webkit-transition: all 0.6s ease;}
.case_list ul li:hover .bg img{ top:50%;}
.case_list ul li .tit{background-color: #fff; padding: 15px 50px 13px 24px; position: relative; z-index: 1;}
.case_list ul li .tit:after{content:""; display: block; width: 100%; height: 100%; background-color: #f67e34; position: absolute; left: 0; bottom: 0; z-index: -1; transform-origin: 100%; -webkit-transform-origin: 100%; -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1); transition:transform .3s cubic-bezier(.4,0,.2,1); transition:transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1); transform: scaleX(0); -webkit-transform: scaleX(0); visibility: hidden\9;}
.case_list ul li:hover .tit:after{transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform-origin: 0; -webkit-transform-origin: 0; visibility: visible\9;}
.case_list ul li h2{font-size: 18px; font-weight:normal; color: #222222; line-height:50px; height:50px; overflow:hidden;}
.case_list ul li:hover h2{color: #fff;}
.case_list ul li .icon{width: 23px; height: 23px; background:url(../images/case_more.png) no-repeat; position: absolute; right: 20px; top: 50%; margin-top: -11px; z-index: 10; background-size:100% 100%;}
.case_list ul li:hover .icon{background-image:url(../images/case_more_h.png);}
.case_more{ display:block; margin:0 auto; margin-top:4%; margin-bottom:4%; background:url(../images/i_bg2.png) #000000 88% center no-repeat; color:#fff; padding-left:30px; width:210px; font-size:18px; height:70px; line-height:70px;transition:all 0.3s;}
.case_more:Hover{ color:#fff; background-color:#f67e34;}
/*案例详细*/
.case_bg{ background:#f4f4f4; overflow:hidden; padding-top:4.5%; padding-bottom:4.5%;}
.case_one{ background:#fff; overflow:hidden; padding:2.8%;}
.case_one .case_desc{ float:left;width:calc(100% - 170px);width:-webkit-calc(100% - 170px);width:-moz-calc(100% - 170px); max-width:850px;}
.case_one .case_t{line-height:1.3; color:#000000;font-weight:normal;margin-bottom:1.8%;}
.case_one .txts{line-height:1.7;font-size:16px; overflow:hidden; color:#000000; }
.case_one .case_ico{ float:right; width:148px; position:relative;}
.case_one .case_ico img{ width:100%;opacity: 0; filter: Alpha(opacity=0);}
.case_one .case_ico canvas{position: absolute; width: 100%!important; height: 100%!important;top: 0;left: 0;}
.case_con{line-height:1.7;font-size:16px; overflow:hidden; padding-left:2%; padding-right:2%;padding-top:6%; padding-bottom:6%; clear:both; background:#fff; margin-top:4.5%;}
.case_con img{ display:block; margin:0 auto; max-width:100%; margin-bottom:1.5%;}
.case_page{ overflow:hidden;  background:#fff; padding-bottom:2%}
.case_page .wrap{position:relative;}
.case_page .goback{ display:block; max-width:178px; margin:0 auto; height:54px; line-height:54px; margin-top:13px; margin-bottom:13px; overflow:hidden; text-align:center; font-size:16px; border:1px solid #aaaaaa;transition:all 0.3s;}
.case_page .goback:hover{ border-color:#f67e34;}
.case_page .goback span{ display:inline-block; padding-left:28px; background:url(../images/case_bg3.png) left center no-repeat;transition:all 0.3s; color:#000;}
.case_page .goback:hover span{ background-image:url(../images/case_bg3_on.png);color: #f67e34;}
.case_page .cpage{ position:absolute; line-height:80px; height:80px; overflow:hidden; color:#000; font-size:16px; background-repeat:no-repeat; top:0;  max-width:30%;text-overflow: ellipsis;white-space: nowrap;}
.case_page .cpage:hover{color: #f67e34}
.case_page .cpage.cprev{ left:0; background-position:left center; background-image:url(../images/case_bg2.png); padding-left:33px;transition:all 0.3s;}
.case_page .cpage.cprev:hover{ background-image:url(../images/case_bg2_on.png);}
.case_page .cpage.cnext{ right:0; background-position:right center; background-image:url(../images/i_bg3.png); padding-right:33px;}
.case_page .cpage.cnext:hover{ background-image:url(../images/i_bg3_on.png);}
/*新闻无图列表*/
.news_ul{  margin-top:4%;}
.news_ul ul li{ float:left; margin-right:3%; width:31.33%; overflow:hidden; margin-bottom:3%;display:block; background:#f5f5f5;transition:all 0.3s;}
.news_ul ul li:nth-child(3n+0){ margin-right:0;}
.news_ul ul li .txts{ overflow:hidden; padding:5%; color:#666666; font-size:16px;}
.news_ul ul li .txts .date{ overflow:hidden; height:24px; line-height:24px; margin-top:1%; margin-bottom:1%;}
.news_ul ul li .txts .h2{height:30px; line-height:30px; overflow:hidden; font-size:18px; font-weight:normal; margin-bottom:2%;margin-top:5%; transition:all 0.3s; color:#000;}
.news_ul ul li .txts .p{  overflow:hidden; transition:all 0.3s; height:48px; line-height:24px; display:block; position:relative;}
.news_ul ul li .mores{ font-size:16px; display:inline-block; line-height:30px; height:30px; padding-right:24px;overflow:hidden;background:url(../images/i_bg3.png) right center no-repeat;  transition:all 0.3s;margin-top:6%;clear:both; overflow:hidden;}
.news_ul ul li .mores label{ display:block; overflow:hidden; width:0;color:#fff;transition:all 0.3s;}
.news_ul ul li:hover{/*-webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.1); box-shadow: 0 5px 25px rgba(0,0,0,0.1);*/-webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); background:#f67e34;}
.news_ul ul li:hover .txts .date{ color:#fff;}
.news_ul ul li:hover .txts .h2{ color:#fff;}
.news_ul ul li:hover .txts .p{ color:#fff;}
.news_ul ul li:hover .mores{ padding-right:46px; width:auto; background-image:url(../images/i_bg2.png);}
.news_ul ul li:hover .mores label{ width:auto; color:#fff; }
.news_ul ul li .mores:hover{ margin-left:5px;}
/*新闻详细*/
.news_con{line-height:36px;font-size:18px; overflow:hidden; padding-top:4.5%; padding-bottom:4.5%;}
.news_con img{ max-width:100%;}
/*分享3*/
.news_share{ text-align:center; margin-bottom:4%;}
.news_share ul li{ display:inline-block;width:58px; height:58px; margin-left:17px; margin-right:17px; }
.news_share ul li a{ display:block; width:100%; height:100%;margin:0; position:relative;transition:all 0.3s;}
.news_share ul li a:hover{/*filter: Alpha(Opacity=60);opacity: 0.6;*/}
.news_share ul li a:after{content: ""; position:absolute; width:100%; height:100%;left:0%; top:0;transition:all 0.3s;background-size:0% 0%; background-repeat:no-repeat; background-position:center center; border-radius:50%;}
.news_share ul li a:hover:after{ background-size:100% 100%; background-color:#000;}
.news_share ul li.weixin a{ background:url(../images/news_pic2.png) center center no-repeat;background-size:100% 100%;}
.news_share ul li.weixin a:hover{filter: Alpha(Opacity=100);opacity: 1.0;}
.news_share ul li.weixin a:after{ background-image:url(../images/news_pic2_on.png);}
.news_share ul li.weixin .wem1{width: 203px; display: none;text-align: center; padding-top: 20px; padding-bottom:20px; position: absolute; margin-left:-72px;margin-top: -203px; background-image: url(../img/ewm.png);background-repeat: no-repeat;}
.news_share ul li.weixin .wem1 img{ width:155px; height:155px; margin-right:5px;}
.news_share ul li.weixin a:hover .wem1{ display:block;}
.news_share ul li.tqq a{ background:url(../images/news_pic4.png) no-repeat;background-size:100% 100%;}
.news_share ul li.tqq a:after{ background-image:url(../images/news_pic4_on.png);}
.news_share ul li.tqq a.bds_sqq{ width:58px; padding:0;}
.news_share ul li.qq a{ background:url(../images/news_pic1.png) no-repeat;background-size:100% 100%;}
.news_share ul li.qq a:after{ background-image:url(../images/news_pic1_on.png);}
.news_share ul li.qq a.bds_sqq{ width:58px; padding:0;}
.news_share .bdshare-button-style0-24{ height:100%;}
.news_share ul li.sinna a.bds_tsina{ background:url(../images/news_pic3.png) left top no-repeat; width:58px; padding:0;background-size:100% 100%;}
.news_share ul li.sinna a.bds_tsina:after{ background-image:url(../images/news_pic3_on.png);}
/*新闻有图列表*/
.news_ul2{  margin-top:4%; overflow:hidden;}
.news_ul2 ul li{ float:left; margin-right:3%; width:31.33%; overflow:hidden; margin-bottom:3%;display:block; padding-bottom:1.5%; position:relative;}
.news_ul2 ul li:before{ content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#e5e5e5;}
.news_ul2 ul li:after{ content:""; position:absolute; bottom:0; left:0; width:0%; height:1px; background:#f67e34;transition:all 0.3s;}
.news_ul2 ul li:nth-child(3n+0){ margin-right:0;}
.news_ul2 ul li .imgs{ overflow:hidden;}
.news_ul2 ul li .imgs img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;/* -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/}
.news_ul2 ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);/*-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;*/}
.news_ul2 ul li .txts{ overflow:hidden;font-size:16px;}
.news_ul2 ul li .txts .date{ overflow:hidden; height:24px; line-height:24px; margin-top:6%;  color:#666666;}
.news_ul2 ul li .txts .h2{height:30px; line-height:30px; overflow:hidden; font-size:18px; font-weight:normal;margin-top:2%; transition:all 0.3s; color:#000000;}
.news_ul2 ul li .mores{  display:inline-block; line-height:30px; height:30px; padding-right:24px;overflow:hidden;background:url(../images/i_bg3.png) right center no-repeat;  color:#000;transition:all 0.3s;margin-top:5%;clear:both; overflow:hidden;}
.news_ul2 ul li .mores label{ display:block; overflow:hidden; width:0;}
.news_ul2 ul li:hover:after{ width:100%;}
.news_ul2 ul li:hover .mores{ padding-right:46px; width:auto; background-image:url(../images/i_bg3_on.png); color:#f67e34;}
.news_ul2 ul li:hover .mores label{ width:auto; }
.news_ul2 ul li .mores:hover{ margin-left:5px;}
.news_ul2 ul li:hover .txts .h2{ color:#f67e34;}
/*解决方案列表*/
.solution_ul{  margin-top:4%; margin-bottom:2%; overflow:hidden;}
.solution_ul ul li{ float:left; margin-right:3%; width:31.33%; overflow:hidden; margin-bottom:3%;display:block; padding-bottom:2%; position:relative;}
.solution_ul ul li:before{ content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#e5e5e5;}
.solution_ul ul li:after{ content:""; position:absolute; bottom:0; left:0; width:0%; height:1px; background:#f67e34;transition:all 0.3s;}
.solution_ul ul li:nth-child(3n+0){ margin-right:0;}
.solution_ul ul li .imgs{ overflow:hidden;}
.solution_ul ul li .imgs img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
.solution_ul ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;}
.solution_ul ul li .txts{ overflow:hidden; color:#000000;}
.solution_ul ul li .txts h2{height:30px; line-height:30px; overflow:hidden; font-size:18px; font-weight:normal; margin-bottom:2%;margin-top:5%; transition:all 0.3s;}
.solution_ul ul li .txts .p{  font-size:16px;  overflow:hidden; transition:all 0.3s; height:48px; line-height:24px; display:block; position:relative;}
.solution_ul ul li .mores{ font-size:16px; display:inline-block; line-height:30px; height:30px; padding-right:24px;overflow:hidden;background:url(../images/i_bg3.png) right center no-repeat;  color:#000;transition:all 0.3s;margin-top:6%;clear:both; overflow:hidden;}
.solution_ul ul li .mores label{ display:block; overflow:hidden; width:0;}
.solution_ul ul li:hover:after{ width:100%;}
.solution_ul ul li:hover .mores{ padding-right:46px; width:auto; background-image:url(../images/i_bg3_on.png); color:#f67e34;}
.solution_ul ul li:hover .mores label{ width:auto; }
.solution_ul ul li .mores:hover{ margin-left:5px;}
/*解决方案详细*/
.solution_con{line-height:1.7;font-size:16px; overflow:hidden; padding-top:5%; padding-bottom:5%; border-bottom:1px solid #dadada;}
.solution_con img{ max-width:100%;}
.solution_con .h4{ font-weight:normal; margin-bottom:0.7%;}
.solution_t{ font-weight:normal; color:#000; margin-top:4%; margin-bottom:2.5%; overflow:hidden;}
/*关于我们*/
.about_con{line-height:36px;font-size:18px; overflow:hidden; padding-top:8%; padding-bottom:8%; color:#000000;}
.about_con img{ max-width:100%;}
.about_con .desc{ margin-bottom:1%; overflow:hidden;}
.about_con .h3{ font-weight:normal; margin-bottom:2.5%; overflow:hidden;}
.about_con2{line-height:36px;font-size:18px; overflow:hidden; padding-top:10%; padding-bottom:12%; color:#fff; background:url(../img/about_img1.jpg) center center no-repeat; background-size:cover; margin-bottom:3%;}
.about_con2 img{ max-width:100%;}
.about_con2 .desc{ margin-bottom:4%; overflow:hidden;}
.about_con2 .h3{ font-weight:normal; margin-top:6%; overflow:hidden; color:#bfb27b; text-decoration:underline;}
.about_ul{ margin-top:2%; overflow:hidden; margin-bottom:2%;}
.about_ul ul li{ float:left; display:block;overflow:hidden; float:left; width:47%;}
.about_ul ul li:nth-child(2n+0){ float:right;}
.about_ul ul li .imgs{ overflow:hidden; position:relative; margin-bottom:12%;}
.about_ul ul li .imgs:after{ content:""; width:100%; height:100%; position:absolute; top:0; left:0; background:rgba(0,0,0,0.5);transition:all 0.3s;}
.about_ul ul li .imgs img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
.about_ul ul li .imgs:hover:after{opacity:0;filter:Alpha(opacity=0);}
.about_ul ul li .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;}
.about_ul ul li .imgs .h3{ font-weight:normal; color:#fff; left:5%; width:0%; overflow:hidden; position:absolute; bottom:4%; height:36px; line-height:36px;transition:all 0.3s;}
.about_ul ul li .imgs:hover .h3{ width:90%;}
.about_con3{ overflow:hidden; padding-top:8.5%; padding-bottom:8.5%; color:#fff; background:url(../img/about_img6.jpg) center center no-repeat; background-size:cover;}
.about_con3 ul li{ float:left; width:25%; position:relative; overflow:hidden; text-align:center;}
.about_con3 ul li:after{ content:""; position:absolute; right:0; width:1px; height:100%; background:#666666; top:0;}
.about_con3 ul li:last-child:after{ width:0;}
.about_con3 ul li .h2{  overflow:hidden; font-weight:normal; margin-bottom:2%;color:#baaa77; }
.about_con3 ul li .h2 label{ vertical-align:top;display:inline-block; }
.about_con3 ul li .p{ overflow:hidden; line-height:26px; margin-top:8px; padding-right:4%;}
/*联系我们*/
.contact_bg{ background:#f4f4f4; overflow:hidden;}
.contact_con{ margin-top:4.5%; background:#fff; padding:2%;}
.contact_con .ul{ display:block; margin:0 auto; max-width:1482px;}
.contact_con .ul li{ float:left; width:23.5%; margin-right:2%; margin-top:1.5%; margin-bottom:3%; color:#000;}
.contact_con .ul li:nth-child(4n+0){ margin-right:0;}
.contact_con .ul li .txts{ max-width:330px;}
.contact_con .ul li .h2{ border-bottom:1px solid #e4e4e4; height:62px; line-height:62px; overflow:hidden; margin-bottom:21px; font-weight:normal;}
.contact_con .ul li .p{ line-height:28px; background-repeat:no-repeat; background-position:left top; background-size:auto 27px; padding-left:30px; color:#555555;}
.contact_con .ul li .p.bgs1{ background-image:url(../images/contact_pic1.png);}
.contact_con .ul li .p.bgs2{ background-image:url(../images/contact_pic2.png); padding-left:42px;}
.contact_con .ul li .p.bgs3{ background-image:url(../images/contact_pic3.png); padding-left:39px;}
.contact_con .ul li .p.bgs4{ background-image:url(../images/contact_pic4.png);}
.contact_con .ul li .p a{ color:#555555;}
.contact_con .ul li .p a:hover{ color:#f67e34;}
.contact_con .ul li .p .icon-wechat{-webkit-tap-highlight-color: transparent; text-decoration: none; outline: none;display: inline-block; width: 124px;  height: 32px; line-height:32px;margin-left: 2%;position: relative;transition: all 0.3s; background-position:15px center;background-size:22px 18px;background-repeat: no-repeat;background-image: url(../images/contact_pic5.png); border:1px solid #555555; font-size:16px; text-indent:44px; border-radius:20px; vertical-align:middle;}
.contact_con .ul li .p .wechat-qrcode{text-decoration: none;-webkit-tap-highlight-color:transparent;display: none; border: 1px solid #efefef; position: absolute; bottom: 45px;left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0);-moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); z-index: 9; width: 108px; height: 108px; text-align: center; background-color: #fff;transition: all 200ms; -webkit-tansition: all 350ms;-moz-transition: all 350ms;-webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.1); box-shadow: 0 5px 25px rgba(0,0,0,0.1);}
.contact_con .ul li .p .wechat-qrcode:after{content: ''; position: absolute;left: 50%; margin-left: -6px; bottom: -13px;width: 0;height: 0;border-width: 8px 6px 6px 6px; border-style: solid;border-color: #ffffff transparent transparent transparent;}
.contact_con .ul li .p .wechat-qrcode img{ width:98px; display:block; margin:0 auto; margin-top:5px;}
.contact_con .ul li .p .icon-wechat:hover{border-color:#f67e34; background-image:url(../images/contact_pic5_on.png);}
.contact_con .ul li .p .icon-wechat:hover .wechat-qrcode{ display:block;}
.contact_bg .map{width: 100%;height: 630px;}
.contact_bg .map #allmap{width: 100%;height: 630px;}
.contact_t{ text-align:center; color:#000; margin-top:4%; margin-bottom:4%;}
.contact_ul{ overflow:hidden; margin-bottom:5%; color:#000;}
.contact_ul ul li{ float:left; width:50%; overflow:hidden;}
.contact_ul ul li.bgs2{ background:#ebebeb; min-height:440px;}
.contact_ul ul li .txts{ width:90%; margin:0 auto; max-width:546px; overflow:hidden;}
.contact_ul ul li .cons{ max-width:460px; overflow:hidden;}
.contact_ul ul li .ico{ display:block; height:52px; margin-top:82px;}
.contact_ul ul li .h3{ font-weight:normal; height:82px; line-height:82px; overflow:hidden; border-bottom:1px solid #e5e5e5;}
.contact_ul ul li .p{ max-width:382px; line-height:24px; font-size:16px; color:#666666; overflow:hidden; margin-top:18px;}
.contact_ul ul li.bgs2 .p{ max-width:none;}
.contact_bg2{ background:#fff; overflow:hidden;}
/*商城系统*/
.solution_div{ overflow:hidden;}
.solution_div img{ display:block; margin:0 auto; width:100%;}

.shop_div{ overflow:hidden; padding-bottom:5%; font-size:14px; line-height:22px;}
.shop_div img{ max-width:100%;}
.shop_div table{ width: 100%; box-sizing: content-box;border-collapse:collapse;border-spacing:0;}
.shop_div table td{height: 39px; border: 1px solid #dddddd; color: #333333;font-size: 14px; box-sizing: content-box; text-align: center; padding:5px;}
.shop_div table tr{box-sizing: content-box;}
.shop_div table .td1{width: 139px;}
.shop_div table .td2{ width: 118px;}
.shop_div table .td3{  text-align: left;padding-left: 15px;}

/*商城系统-系统问答*/
.shop_wenda{ overflow:hidden; padding-bottom:5%; font-size:12px; line-height:34px;}
.shop_wenda dl dt{ height: 40px; line-height: 40px;background: #f7f7f7; width: 100%;}
.shop_wenda dl dt img{ margin-left: 2%; margin-right: 1%; color: #333333; font-size: 14px; width:16px;}
.shop_wenda dl dd em{margin-left: 2%; margin-right: 1%; float: left;}
.shop_wenda dl dd em img{ display: block; padding-top: 10px; width:16px;}
.shop_wenda dl dd {margin-top: 15px;margin-bottom: 25px;}
.shop_wenda dl dd div{font-size: 14px; color: #333; line-height: 34px; overflow:hidden; width:93%;}
/*售后服务*/
.technical_div{ overflow:hidden; font-size:14px; line-height:24px; color:#333; margin-bottom:1%;}
.technical_div.bgs1{  background:url(../img/technical_img1.jpg) center center no-repeat; background-size:cover;}
.technical_div.bgs2{  background:url(../img/technical_img2.jpg) center center no-repeat; background-size:cover;}
.technical_div.bgs3{  background:#f6f6f8;}
.technical_div .h2{ font-size:24px; margin-bottom:2%; margin-top:9%;}
.technical_div .p{ overflow:hidden; margin-bottom:6%;}
.technical_div .technical_box{ float:right; max-width:526px;}
.technical_div .p .f18{ padding-top:3%; padding-bottom:1%;}
.technical_div.bgs3 .h2{ margin-top:3%;}
.technical_div .technical_ul{ overflow:hidden; margin-top:4%;}
.technical_div .technical_ul ul li{ float:left; width:47%; max-width:570px; overflow:hidden; margin-bottom:3%;}
.technical_div .technical_ul ul li:nth-child(2n+0){ float:right;}
.technical_div .technical_ul img{ width:92px; height:92px; float:left;}
.technical_div .technical_ul .txts{ margin-left:104px; line-height:23px; font-size:16px;}
.technical_div .technical_ul .txts h2{ font-size:18px; font-weight:normal; margin-bottom:1%;}
/*b2c*/
.b2c_t{ margin-top:5%; text-align:center; overflow:hidden;}
.b2c_t .h3{ color:#333333; font-weight:normal; overflow:hidden; line-height:1.2;}
.b2c_t .p{line-height:1.9; color:#777777; font-size:16px; overflow:hidden; max-width:1190px; margin:0 auto; margin-top:1.2%;}
.b2c_con{ overflow:hidden; margin-top:5%; margin-bottom:6%; font-size:16px; color:#444444; line-height:1.9;}
.b2c_con img{ margin:0 auto; display:block; max-width:100%;}
.b2c_two{ overflow:hidden; background:url(../img/zt/b2c_img2.jpg) center center no-repeat; background-size:cover;}
.b2c_two .wrap{ margin-top:1.9%;}
.b2c_two .ul{ margin-bottom:10%; margin-top:6%;}
.b2c_two .ul li{ float:left; width:calc(14.28% - 1.7px);width:-webkit-calc(14.28% - 1.7px);width:-moz-calc(14.28% - 1.7px); margin-right:2px; background:#fff; overflow:hidden; text-align:center; height:272px;transition:all 0.3s;}
.b2c_two .ul li:nth-child(7n+0){ margin-right:0;}
.b2c_two .ul li:hover{ background:#008ffb;/*transform: translate(0%, -5px);*/}
.b2c_two .ul li a{ display:block;}
.b2c_two .ul li i{ overflow:hidden; width:67px; height:67px; display:block; margin:0 auto;  margin-top:60px; margin-bottom:20px; position:relative;}
.b2c_two .ul li i:before{ content:""; width:100%; height:100%; top:0; left:0; position:absolute;background-repeat:no-repeat; background-size:100% 100%;transition:all 0.6s;}
.b2c_two .ul li i:after{ content:""; width:100%; height:100%; top:100%; left:0%; position:absolute;background-repeat:no-repeat; background-size:100% 100%;transition:all 0.6s;}
.b2c_two .ul li:hover i:before{ top:-100%;}
.b2c_two .ul li:hover i:after{ top:0%;}
.b2c_two .ul li i.bgs1:before{ background-image:url(../img/zt/b2c_pic1.png);}
.b2c_two .ul li i.bgs2:before{ background-image:url(../img/zt/b2c_pic2.png);}
.b2c_two .ul li i.bgs3:before{ background-image:url(../img/zt/b2c_pic3.png);}
.b2c_two .ul li i.bgs4:before{ background-image:url(../img/zt/b2c_pic4.png);}
.b2c_two .ul li i.bgs5:before{ background-image:url(../img/zt/b2c_pic5.png);}
.b2c_two .ul li i.bgs6:before{ background-image:url(../img/zt/b2c_pic6.png);}
.b2c_two .ul li i.bgs7:before{ background-image:url(../img/zt/b2c_pic7.png);}
.b2c_two .ul li:hover i.bgs1:after{ background-image:url(../img/zt/b2c_pic1_on.png);}
.b2c_two .ul li:hover i.bgs2:after{ background-image:url(../img/zt/b2c_pic2_on.png);}
.b2c_two .ul li:hover i.bgs3:after{ background-image:url(../img/zt/b2c_pic3_on.png);}
.b2c_two .ul li:hover i.bgs4:after{ background-image:url(../img/zt/b2c_pic4_on.png);}
.b2c_two .ul li:hover i.bgs5:after{ background-image:url(../img/zt/b2c_pic5_on.png);}
.b2c_two .ul li:hover i.bgs6:after{ background-image:url(../img/zt/b2c_pic6_on.png);}
.b2c_two .ul li:hover i.bgs7:after{ background-image:url(../img/zt/b2c_pic7_on.png);}
.b2c_two .ul li .h3{ font-weight:normal; font-size:18px; color:#444444;transition:all 0.3s; overflow:hidden; line-height:30px;}
.b2c_two .ul li:hover .h3{ color:#fff;}
.b2c_three{ overflow:hidden; background:#f7f7f7;}
.b2c_three .ul{ margin-top:4%; margin-bottom:5%;}
.b2c_three .ul li{ float:left; width:23.5%; margin-right:2%; margin-bottom:2%; overflow:hidden; background:#fff; text-align:center;transition:all 0.3s;}
.b2c_three .ul li:nth-child(4n+0){ margin-right:0;}
.b2c_three .ul li:hover{box-shadow: 0 5px 15px rgba(0,0,0,0.06);transform: translate(0%, -10px);}
.b2c_three .ul li i{ overflow:hidden; width:54px; height:48px; display:block; margin:0 auto;  margin-top:52px; position:relative;background-repeat:no-repeat; background-size:100% 100%;}
.b2c_three .ul li i.bgs1{ background-image:url(../img/zt/b2c_a1.png);}
.b2c_three .ul li i.bgs2{ background-image:url(../img/zt/b2c_a2.png);}
.b2c_three .ul li i.bgs3{ background-image:url(../img/zt/b2c_a3.png);}
.b2c_three .ul li i.bgs4{ background-image:url(../img/zt/b2c_a4.png);}
.b2c_three .ul li i.bgs5{ background-image:url(../img/zt/b2c_a5.png);}
.b2c_three .ul li i.bgs6{ background-image:url(../img/zt/b2c_a6.png);}
.b2c_three .ul li i.bgs7{ background-image:url(../img/zt/b2c_a7.png);}
.b2c_three .ul li i.bgs8{ background-image:url(../img/zt/b2c_a8.png);}
.b2c_three .ul li .h3{ font-weight:normal; height:72px; overflow:hidden; line-height:66px; position:relative; font-size:18px;}
.b2c_three .ul li .h3:after{ content:""; position:absolute; bottom:0; left:50%; margin-left:-12px; width:24px; height:3px; background:#ff5b0b;}
.b2c_three .ul li .p{ width:94%; margin:0 auto; margin-top:29px; max-width:282px;height:120px; line-height:30px; margin-bottom:46px; overflow:hidden;  color:#666666; font-size:14px;}
.b2c_four{ overflow:hidden;}
.b2c_four .ul{ overflow:hidden; margin-top:5%; margin-bottom:6%;}
.b2c_four .ul li{ float:left; width:20%; overflow:hidden;}
.b2c_four .ul li .imgs{ overflow:hidden; position:relative;}
.b2c_four .ul li .imgs img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.b2c_four .ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.b2c_four .ul li .h3{ font-weight:bold; text-align:center; color:#fff; font-size:18px; position:absolute; top:50%; width:100%; left:0;transform: translate(0%, -50%);}
.b2c_five{ overflow:hidden; background:#f7f7f7;}
.b2c_five .ul{ margin-top:4%; margin-bottom:6%;}
.b2c_five .ul .imgs{ width:556px; float:left; overflow:hidden; margin-right:45px;}
.b2c_five .ul .imgs img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.b2c_five .ul .owl-demo7 .item dd:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.b2c_five .ul .txts{ overflow:hidden; padding-right:45px;}
.b2c_five .ul .txts .h3{ font-weight:bold; font-size:20px; color:#333; margin-top:53px; height:32px; line-height:32px; overflow:hidden;transition:all 0.3s;text-overflow: ellipsis;white-space: nowrap;}
.b2c_five .ul .owl-demo7 .item dd:hover .txts .h3{ color:#f67e34;}
.b2c_five .ul .txts .p{ font-size:15px; color:#777777; margin-top:21px; height:64px; line-height:32px; overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.b2c_five .ul .txts em{ font-style:normal; float:right; width:142px; height:44px; line-height:44px; text-align:center; border:1px solid #000000; color:#777777; font-size:15px;transition:all 0.3s; margin-top:70px;}
.b2c_five .ul .txts em:hover{opacity:0.8;filter:Alpha(opacity=80);}
.b2c_five .ul .owl-demo7 .item dd:hover .txts em{ background:#f67e34; border-color:#f67e34; color:#fff;}
/*b2b2c*/
.b2b2c_one{ overflow:hidden; background:#f7f7f7;}
.b2b2c_a{ text-align:center; overflow:hidden; margin-top:3.5%;}
.b2b2c_a a{ display:inline-block; font-size:16px; color:#f96e3e; border:1px solid #f96e3e;  line-height:48px; height:48px; margin-left:8px; margin-right:8px; width:182px; border-radius:30px;transition:all 0.3s; text-align:center; vertical-align:top;}
.b2b2c_a a:hover{ color:#fff; background:#f96e3e;}
.b2b2c_a a.active{color:#fff; background:#f67524;}
.b2b2c_one_con{ background:#fff; overflow:hidden; margin-bottom:6%; margin-top:3.5%;}
.b2b2c_one_con .imgs{ width:49.3%; float:left; overflow:hidden; text-align:right;}
.b2b2c_one_con .imgs img{display: inline-block;max-width: 632px; width:100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.b2b2c_one_con:hover .imgs img{-webkit-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); transform:scale(1.05, 1.05);}
.b2b2c_one_con .txts{position:absolute; right:0; top:50%;width:49.3%; overflow:hidden;transform: translate(0%, -50%);line-height:30px; color:#777777; font-size:14px;}
.b2b2c_one_con .txts .cons{ max-width:650px; margin:0 auto; width:92%; overflow:hidden; }
.b2b2c_one_con .anim{ position:relative; overflow:hidden;}
/*b2b*/
.b2b_one{ overflow:hidden; background:#f7f7f7;}
.b2b_two_ul{ overflow:hidden; margin-bottom:5%; margin-top:4%;}
.b2b_two_ul ul li{ display:block; overflow:hidden; margin-bottom:2%; position:relative;}
.b2b_two_ul ul li .imgs{ float:right; width:44.8%; overflow:hidden;}
.b2b_two_ul ul li .imgs img{ width:100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.b2b_two_ul ul li:hover .imgs img{-webkit-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); transform:scale(1.05, 1.05);}
.b2b_two_ul ul li:nth-child(2n+0) .imgs{ float:left;}
.b2b_two_ul ul li:nth-child(2n+0) .txts{ right:0; left:auto;}
.b2b_two_ul ul li .txts{ overflow:hidden; position:absolute; left:0; top:50%; width:53.2%;transform: translate(0%, -50%);}
.b2b_two_ul ul li .txts .h3{ font-weight:normal; color:#333; overflow:hidden; margin-bottom:3%;}
.b2b_two_ul ul li .txts .p{ overflow:hidden; color:#888888; line-height:26px; font-size:15px;}
.b2b_two_ul ul li .txts .p p{ overflow:hidden; padding-bottom:3%;}
.b2b_three{ overflow:hidden;}
.b2b_three.bgs2{ background:#f7f7f7;}
.b2b_three .ul{ margin-top:4%; margin-bottom:3%;}
.b2b_three .ul li{ float:left; width:23.5%; margin-right:2%; margin-bottom:2%; overflow:hidden; text-align:center;transition:all 0.3s;}
.b2b_three .ul li:nth-child(4n+0){ margin-right:0;}
.b2b_three .ul li:nth-child(4n+1){ clear:both; float:left;}
.b2b_three .ul li:hover{box-shadow: 0 5px 15px rgba(0,0,0,0.06);transform: translate(0%, -10px);}
.b2b_three .ul li i{ overflow:hidden; width:60px; height:60px; display:block; margin:0 auto;  margin-bottom:13px; position:relative;background-repeat:no-repeat; background-size:100% 100%;  margin-top:52px; }
.b2b_three .ul li i.bgs1{ background-image:url(../img/zt/b2b_a1.png);}
.b2b_three .ul li i.bgs2{ background-image:url(../img/zt/b2b_a2.png);}
.b2b_three .ul li i.bgs3{ background-image:url(../img/zt/b2b_a3.png);}
.b2b_three .ul li i.bgs4{ background-image:url(../img/zt/b2b_a4.png);}
.b2b_three .ul li i.bgs5{ background-image:url(../img/zt/b2b_a5.png);}
.b2b_three .ul li i.bgs6{ background-image:url(../img/zt/b2b_a6.png);}
.b2b_three .ul li i.bgs7{ background-image:url(../img/zt/b2b_a7.png);}
.b2b_three .ul li i.bgs8{ background-image:url(../img/zt/b2b_a8.png);}
.b2b_three .ul li i.bgs9{ background-image:url(../img/zt/b2b_a9.png);}
.b2b_three .ul li i.bgs10{ background-image:url(../img/zt/b2b_a10.png);}
.b2b_three .ul li i.bg1{ background-image:url(../img/zt/b2b_b1.png);}
.b2b_three .ul li i.bg2{ background-image:url(../img/zt/b2b_b2.png);}
.b2b_three .ul li i.bg3{ background-image:url(../img/zt/b2b_b3.png);}
.b2b_three .ul li i.bg4{ background-image:url(../img/zt/b2b_b4.png);}
.b2b_three .ul li i.bg5{ background-image:url(../img/zt/b2b_b5.png);}
.b2b_three .ul li i.bg6{ background-image:url(../img/zt/b2b_b6.png);}
.b2b_three .ul li i.bg7{ background-image:url(../img/zt/b2b_b7.png);}
.b2b_three .ul li i.bg8{ background-image:url(../img/zt/b2b_b8.png);}
.b2b_three .ul li .h3{ font-weight:normal; height:44px; overflow:hidden; line-height:44px;font-size:16px; color:#444444;}
.b2b_three .ul li .p{ width:94%; margin:0 auto; max-width:330px;line-height:26px; margin-bottom:46px; overflow:hidden;  color:#999999; font-size:14px;}
/*fenxiao*/
.fenxiao_one_ul{ margin-top:4%; margin-bottom:5%;}
.fenxiao_one_ul ul li{ float:left; overflow:hidden; width:49%; max-width:704px;transition:all 0.3s; position:relative;}
.fenxiao_one_ul ul li .imgs{ overflow:hidden; background-position:right bottom; background-repeat:no-repeat; background-size:cover;}
.fenxiao_one_ul ul li .imgs img{ min-height:360px; width:100%;opacity:0;filter:Alpha(opacity=0);}
.fenxiao_one_ul ul li:nth-child(2n+0){ float:right;}
.fenxiao_one_ul ul li:hover{box-shadow: 0 5px 15px rgba(0,0,0,0.06);transform: translate(0%, -10px);}
.fenxiao_one_ul ul li .txts{ position:absolute;max-width:590px; width:94%; left:50%; top:40px;transform: translate(-50%, 0%);}
.fenxiao_one_ul ul li .txts .h3{ font-weight:bold; color:#03573a; height:50px; line-height:50px;text-overflow: ellipsis;white-space: nowrap;}
.fenxiao_one_ul ul li .txts .p{ overflow:hidden; line-height:26px; max-width:316px; color:#555555; font-size:14px; margin-top:4px;}
.fenxiao_one_ul ul li:hover .txts .h3{ color:#23359e;}
.fenxiao_two{ overflow:hidden; background:#f4f4f4;}
.fenxiao_two .ul{ margin-bottom:5%; margin-top:4%;}
.fenxiao_two .ul li{ float:left; background:#fff; overflow:hidden;transition:all 0.3s; width:49%; margin-bottom:2%;}
.fenxiao_two .ul li:nth-child(2n+0){ float:right;}
.fenxiao_two .ul li:hover{box-shadow: 0 5px 15px rgba(0,0,0,0.06);transform: translate(0%, -10px);}
.fenxiao_two .ul li .txts{ overflow:hidden; max-width:590px; margin:0 auto; width:94%; margin-top:40px; margin-bottom:40px;}
.fenxiao_two .ul li .txts img{ float:left; width:67px; height:59px; margin-right:22px;}
.fenxiao_two .ul li .txts .cons{ overflow:hidden;}
.fenxiao_two .ul li .txts .h3{ font-weight:normal; overflow:hidden; color:#333333; height:30px; line-height:30px;text-overflow: ellipsis;white-space: nowrap;}
.fenxiao_two .ul li .txts .p{ margin-top:9px; overflow:hidden; line-height:20px; height:20px;text-overflow: ellipsis;white-space: nowrap; color:#999999; font-size:14px;}
.fenxiao_three{ overflow:hidden; background:#f4f4f4;}
.fenxiao_three .ul{ margin-top:4%; margin-bottom:3%;}
.fenxiao_three .ul li{ float:left; width:23.5%; margin-right:2%; margin-bottom:2%; overflow:hidden; text-align:center;transition:all 0.3s;}
.fenxiao_three .ul li:nth-child(4n+0){ margin-right:0;}
.fenxiao_three .ul li:hover{box-shadow: 0 5px 15px rgba(0,0,0,0.06);transform: translate(0%, -10px);}
.fenxiao_three .ul li i{ overflow:hidden; width:66px; height:66px; display:block; margin:0 auto;  margin-bottom:13px; position:relative;background-repeat:no-repeat; background-size:100% 100%;  margin-top:40px; }
.fenxiao_three .ul li i.bgs1{ background-image:url(../img/zt/fenxiao_a1.png);}
.fenxiao_three .ul li i.bgs2{ background-image:url(../img/zt/fenxiao_a2.png);}
.fenxiao_three .ul li i.bgs3{ background-image:url(../img/zt/fenxiao_a3.png);}
.fenxiao_three .ul li i.bgs4{ background-image:url(../img/zt/fenxiao_a4.png);}
.fenxiao_three .ul li .h3{ font-weight:normal; height:30px; overflow:hidden; line-height:30px;color:#222222;  margin-top:23px;}
.fenxiao_three .ul li .p{ width:94%; margin:0 auto; max-width:290px;line-height:26px; margin-bottom:40px; margin-top:20px; overflow:hidden;  color:#999999; font-size:14px;}
.fenxiao_four{ background:#f4f4f4;}
.fenxiao_four .ul{ margin-top:4%; margin-bottom:6%;}
.fenxiao_four .ul .imgs{max-width:286px; margin:0 auto;}
.fenxiao_four .ul .imgs img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.fenxiao_four .ul .owl-demo6 .item dd:hover .imgs img{-webkit-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); transform:scale(1.05, 1.05);}

@media screen and (max-width:1760px) {
/*商城系统*/
.solution_div img{width:110%; margin-left:-5%;}
}
@media screen and (max-width:1440px) {
/*内页*/
.o_big_con.bgs3 .h2{ font-size:20px;}
/*我们的案例作品*/
.case_more{font-size:17px; height:60px; line-height:60px; width:180px;}
/*联系我们*/
.contact_con .ul li .p .icon-wechat{ display:block; margin-top:5px; margin-left:0;}
.contact_bg .map{height: 500px;}
.contact_bg .map #allmap{height: 500px;}
.contact_ul ul li.bgs2{ min-height:350px;}
.contact_ul ul li .ico{ margin-top:60px;}
.contact_ul ul li .p{ font-size:15px;}
/*商城系统*/
.solution_div img{width:130%; margin-left:-15%;}
}
@media screen and (max-width:1360px) {

}
@media screen and (max-width:1200px) {
/*内页*/
.o_big_con .h2{ font-size:15px;}
.o_big_con.bgs3 .h2{ font-size:18px;}
/*我们的案例作品*/
/*.case_list ul li{width: 33.333%;}
.case_list ul li:nth-child(4n+1){ clear:none;float:left;}
.case_list ul li:nth-child(3n+1){ clear:both;float:left;}*/
/*联系我们*/
.contact_con .ul li .p .icon-wechat{ font-size:15px;}
/*商城系统*/
.solution_div img{width:140%; margin-left:-20%;}
/*b2c*/
.b2c_t .p{ font-size:15px;}
.b2c_con{ font-size:15px;}
.b2c_two .ul li .h3{ font-size:16px; line-height:26px;}
.b2c_two .ul li i{ width:60px; height:60px;}
.b2c_three .ul li .h3{ height:66px; line-height:60px; font-size:17px;}
.b2c_three .ul li .p{ line-height:26px; height:104px;}
.b2c_four .ul li .h3{font-size:17px;}
.b2c_five .ul .imgs{ width:500px;margin-right:30px;}
.b2c_five .ul .txts{ padding-right:30px;}
.b2c_five .ul .txts .h3{ margin-top:40px;}
.b2c_five .ul .txts em{ margin-top:50px;}
/*b2b2c*/
.b2b2c_a a{ height:40px; line-height:40px; font-size:15px; width:160px; margin-left:5px; margin-right:5px;}
.b2b2c_one_con .txts{ line-height:26px;}
}
@media screen and (max-width:1000px) {
/*我们的案例作品*/
.case_a{ font-size:16px;}
/*商城系统*/
.solution_div img{width:150%; margin-left:-25%;}
/*b2c*/
.b2c_five .ul .imgs{ width:400px;margin-right:20px;}
.b2c_five .ul .txts{ padding-right:20px;}
.b2c_five .ul .txts .h3{ margin-top:30px;}
.b2c_five .ul .txts em{ margin-top:30px; width:120px; height:36px; line-height:36px; font-size:14px;}
.b2c_five .ul .txts .p{ line-height:28px; height:56px; margin-top:16px;font-size:14px;}
}
@media screen and (max-width:960px) {
/*内页*/
.o_big_con .h2{ font-size:14px;}
.o_big_con.bgs3 .h2{ font-size:16px;}
/*我们的案例作品*/
.case_a ul li a{ padding-left:35px;}
.case_list{ margin-top:3.5%;}
.case_list ul li h2{font-size: 16px; height:40px; line-height:40px;}
.case_more{font-size:16px; height:50px; line-height:50px; width:160px;}
/*案例详细*/
.case_one .txts{ line-height:1.6; font-size:14px;}
.case_con{ line-height:1.6; font-size:14px;}
.case_page .goback{ font-size:14px;}
.case_page .cpage{ font-size:14px;}
/*新闻无图列表*/
.news_ul ul li{ margin-right:2%; width:32%; margin-bottom:2%;}
.news_ul ul li .txts{  font-size:14px;}
.news_ul ul li .txts .h2{ font-size:16px;}
.news_ul ul li .mores{  font-size:14px;}
.news_ul ul li:hover .mores{ padding-right:36px;}
/*新闻详细*/
.news_con{ line-height:30px; font-size:16px;}
/*分享3*/
.news_share ul li{ margin-left:2%; margin-right:2%;}
/*新闻有图列表*/
.news_ul2 ul li{ margin-right:2%; width:32%; margin-bottom:2%;}
.news_ul2 ul li .txts .h2{ font-size:16px;}
.news_ul2 ul li .txts{font-size:14px;}
.news_ul2 ul li:hover .mores{ padding-right:36px;}
/*解决方案列表*/
.solution_ul ul li{ margin-right:2%; width:32%; margin-bottom:2%;}
.solution_ul ul li .txts h2{ font-size:16px;}
.solution_ul ul li .txts .p{  font-size:14px;}
.solution_ul ul li .mores{  font-size:14px;}
.solution_ul ul li:hover .mores{ padding-right:36px;}
/*解决方案详细*/
.solution_con{line-height:1.6; font-size:14px;}
/*关于我们*/
.about_con{line-height:30px; font-size:16px;}
.about_con2{ line-height:30px; font-size:16px;}
.about_ul ul li{ width:49%;}
.about_ul ul li .imgs{ margin-bottom:4%;}
/*联系我们*/
.contact_con .ul li .p .icon-wechat{ font-size:15px;}
/*b2c*/
.b2c_t .p{ font-size:14px;}
.b2c_con{ font-size:14px;}
.b2c_two .ul li{width:calc(25% - 1.5px);width:-webkit-calc(25% - 1.5px);width:-moz-calc(25% - 1.5px); margin-bottom:2px; height:212px;}
.b2c_two .ul li:nth-child(7n+0){ margin-right:2px;}
.b2c_two .ul li:nth-child(4n+0){ margin-right:0;}
.b2c_two .ul li:last-child{width:calc(100% - 0px);width:-webkit-calc(100% - 0px);width:-moz-calc(100% - 0px); margin-right:0; }
.b2c_two .ul li i{ width:52px; height:52px; margin-top:40px;}
.b2c_four .ul li{ width:25%;}
.b2c_five .ul .imgs{ width:320px;margin-right:15px;}
.b2c_five .ul .txts{ padding-right:15px;}
.b2c_five .ul .txts .h3{ margin-top:20px;}
.b2c_five .ul .txts em{ margin-top:25px; width:110px; height:32px; line-height:32px; font-size:13px;}
.b2c_five .ul .txts .p{ line-height:24px; height:48px; margin-top:14px;font-size:13px;}
/*b2b2c*/
.b2b2c_a a{ height:36px; line-height:36px; font-size:14px; width:18%;margin-left:0.5%; margin-right:0.5%;}
/*b2b*/
.b2b_two_ul ul li .imgs{ float:none;width:100%;}
.b2b_two_ul ul li:nth-child(2n+0) .imgs{ float:none;}
.b2b_two_ul ul li .txts{ width:100%; position:static;transform: translate(0%, 0%); margin-top:2%;}
.b2b_two_ul ul li .txts .h3{ text-align:center;}
/*fenxiao*/
.fenxiao_two .ul li .txts img{ width:60px; height:53px;}
.fenxiao_two .ul li .txts .p{ margin-top:3px;}
.fenxiao_three .ul li i{ width:60px; height:60px;}
}
@media screen and (max-width:830px) {
/*新闻无图列表*/
.news_ul ul li{ width:49%;}
.news_ul ul li:nth-child(3n+0){ margin-right:2%;}
.news_ul ul li:nth-child(2n+0){ margin-right:0;}
/*新闻详细*/
.news_con{ line-height:28px; font-size:15px;}
/*新闻有图列表*/
.news_ul2 ul li{ width:49%;}
.news_ul2 ul li:nth-child(3n+0){ margin-right:2%;}
.news_ul2 ul li:nth-child(2n+0){ margin-right:0;}
/*解决方案列表*/
.solution_ul ul li{ width:49%;}
.solution_ul ul li:nth-child(3n+0){ margin-right:2%;}
.solution_ul ul li:nth-child(2n+0){ margin-right:0;}
/*关于我们*/
.about_con{line-height:28px; font-size:15px;}
.about_con2{ line-height:28px; font-size:15px;}
/*b2b2c*/
.b2b2c_one_con .txts{ line-height:24px; font-size:13px;}
}


@media screen and (max-width: 780px) {
/*我们的案例作品*/
.case_list ul li{width: 50%;}
.case_list ul li:nth-child(3n+1){ clear:none;float:left;}
.case_list ul li:nth-child(2n+1){ clear:both;float:left;}
.case_list ul li .tit{padding: 10px 40px 10px 10px;}
.case_list ul li .icon{right: 10px;}
.case_list ul li .bg img{max-height: 80px;}
.case_more{ width:140px; height:42px; line-height:42px; font-size:15px;}
/*案例详细*/
.case_page{ padding-bottom:0;}
.case_page .wrap{ width:100%;}
.case_page .goback{ max-width:none; height:46px; line-height:46px; margin-bottom:50px; background-color:#f4f4f4; margin-top:0; border:0;}
.case_page .cpage{ height:46px; line-height:46px; top:46px; max-width:46%;}
.case_page .cpage.cprev{ left:2%;}
.case_page .cpage.cnext{ right:2%;}
/*b2c*/
.b2c_four .ul li{ width:33.33%;}
/*b2b*/
.b2b_three .ul li{ width:32%;}
.b2b_three .ul li:nth-child(4n+0){ margin-right:2%;}
.b2b_three .ul li:nth-child(3n+0){ margin-right:0;}
.b2b_three .ul li:nth-child(4n+1){ clear:none;}
.b2b_three .ul li:nth-child(3n+1){ clear:both; float:left;}
/*fenxiao*/
.fenxiao_two .ul li{ float:none; width:100%;}
.fenxiao_two .ul li:nth-child(2n+0){ float:none;}
.fenxiao_two .ul li:hover{transform: translate(0%, 0px);}
.fenxiao_two .ul li .txts{ margin-top:30px; margin-bottom:30px;}
.fenxiao_two .ul li .txts .p{ height:auto;text-overflow:clip;white-space:normal;}
.fenxiao_three .ul{ margin-top:5%;}
.fenxiao_three .ul li{width:49%;}
.fenxiao_three .ul li:nth-child(4n+0){ margin-right:2%;}
.fenxiao_three .ul li:nth-child(2n+0){ margin-right:0;}
}
@media screen and (max-width: 640px) {
/*内页*/
.o_big_con .h2{ font-size:13px;}
.o_big_con .txts_r a{ width:42px; height:42px;}
.o_big_con.bgs3 .h2{ font-size:14px;}
/*分页*/
.yema{ text-align:center; padding-top:30px;}
/*我们的案例作品*/
.case_list{ margin-top:4%;}
.case_list ul li h2{font-size: 15px;}
.case_list ul li .icon{ width:20px; height:20px; margin-top:-10px;}
/*案例详细*/
.case_one .case_desc{width: calc(100% - 150px); width: -webkit-calc(100% - 150px); width: -moz-calc(100% - 150px);}
.case_one .txts{ font-size:13px;}
.case_one .case_ico{ width:140px;}
.case_con{ font-size:13px;}
/*新闻无图列表*/
.news_ul ul li .txts{font-size:13px;}
.news_ul ul li .txts .date{ line-height:22px; height:22px;}
.news_ul ul li .txts .h2{ font-size:15px; margin-top:2%;}
.news_ul ul li .txts .p{  line-height:22px; height:44px;}
.news_ul ul li .mores{  font-size:13px; margin-top:4%;}
/*新闻详细*/
.news_con{ line-height:26px; font-size:14px;}
/*分享3*/
.news_share ul li{ width:42px; height:42px;}
.news_share ul li.sinna a.bds_tsina{ width:42px;}
/*新闻有图列表*/
.news_ul2 ul li .txts{ font-size:13px;}
.news_ul2 ul li .txts .date{ line-height:22px; height:22px;}
.news_ul2 ul li .txts .h2{ font-size:15px;}
/*解决方案列表*/
.solution_ul ul li .txts h2{ font-size:15px;}
.solution_ul ul li .txts .p{ font-size:13px; line-height:22px; height:44px;}
.solution_ul ul li .mores{  font-size:13px;}
/*解决方案详细*/
.solution_con{ font-size:13px;}
/*关于我们*/
.about_con{ line-height:26px;font-size:14px;}
.about_con2{line-height:26px; font-size:14px;}
/*联系我们*/
.contact_con .ul li .p{ background-size:auto 24px; line-height:24px; padding-left:25px;}
.contact_con .ul li .p .icon-wechat{ display:block; margin-top:5px; font-size:14px; width:110px; margin-left:0;background-position: 12px center; text-indent:40px; margin-bottom:10px;}
.contact_con .ul li .p.bgs2{ padding-left:36px;}
.contact_con .ul li .p.bgs3{ padding-left:33px;}
.contact_ul ul li.bgs2{ min-height:320px;}
.contact_ul ul li .h3{  height:60px; line-height:60px;}
/*商城系统*/
.shop_div table .td1{width: 120px;}
.shop_div table .td2{ width: 100px;}
.shop_div table .td3{padding-left: 10px;}
/*商城系统-系统问答*/
.shop_wenda dl dd {margin-bottom:10px; margin-top:10px;}
.shop_wenda dl dd div{ font-size: 12px; line-height: 26px;  width:90%;}
.shop_wenda dl dd em img{ padding-top:5px;}
/*b2c*/
.b2c_t{ margin-top:6%;}
.b2c_t .p{ margin-top:2%;}
.b2c_con{ margin-top:6%; margin-bottom:7%;}
.b2c_two .ul li{width:calc(33.33% - 1.4px);width:-webkit-calc(33.33% - 1.4px);width:-moz-calc(33.33% - 1.4px);height:177px;}
.b2c_two .ul li:nth-child(4n+0){ margin-right:2px;}
.b2c_two .ul li:nth-child(3n+0){ margin-right:0;}
.b2c_two .ul li i{ width:50px; height:50px; margin-top:30px; margin-bottom:15px;}
.b2c_three .ul{ margin-top:5%;}
.b2c_three .ul li{ width:32%;}
.b2c_three .ul li:nth-child(4n+0){ margin-right:2%;}
.b2c_three .ul li:nth-child(3n+0){ margin-right:0;}
.b2c_three .ul li i{ width:50px; height:44px; margin-top:40px;}
.b2c_three .ul li .h3{ font-size:16px;}
.b2c_three .ul li .p{ font-size:13px; line-height:24px; height:96px; margin-bottom:40px;}
.b2c_four .ul li{ width:49%;}
.b2c_four .ul li .h3{font-size:16px;}
.b2c_five .ul{ margin-top:5%;}
.b2c_five .ul .imgs{ width:240px;margin-right:12px;}
.b2c_five .ul .txts{ padding-right:12px;}
.b2c_five .ul .txts .h3{ margin-top:10px; font-size:18px; height:30px; line-height:30px;}
.b2c_five .ul .txts em{ margin-top:15px; width:100px; height:30px; line-height:30px; font-size:12px;}
.b2c_five .ul .txts .p{ line-height:22px; height:44px; margin-top:6px;font-size:12px;}
/*b2b2c*/
.b2b2c_a a{ height:32px; line-height:32px;  width:31%;margin-left:0.5%; margin-right:0.5%; margin-bottom:1.5%;border-radius:20px;}
.b2b2c_one_con .imgs{ float:none; width:100%;}
.b2b2c_one_con .txts{ position:static;transform: translate(0%, 0%); margin-bottom:6%;}
/*b2b*/
.b2b_three .ul li{ width:49%;}
.b2b_three .ul li:nth-child(3n+0){ margin-right:2%;}
.b2b_three .ul li:nth-child(2n+0){ margin-right:0;}
.b2b_three .ul li:nth-child(3n+1){ clear:none;}
.b2b_three .ul li:nth-child(2n+1){ clear:both; float:left;}
.b2b_three .ul li i{ width:50px; height:50px; margin-top:26px;}
.b2b_three .ul li .p{ margin-bottom:26px;}
/*fenxiao*/
.fenxiao_one_ul ul li .txts{ top:26px;}
.fenxiao_one_ul ul li .txts .p{ font-size:13px; line-height:24px;}
.fenxiao_two{ padding-top:1%;}
}
@media screen and (max-width: 520px) {
/*内页*/
.o_big_con.bgs2 .h2 span{ padding-bottom:4.5%;}
/*b2c*/
.b2c_five .ul .imgs{ float:none; width:100%;margin-right:0;}
.b2c_five .ul .txts{ padding-right:0;}
.b2c_five .ul .txts .h3{ margin-top:15px;}
}

@media screen and (max-width: 480px) {
/*内页*/
.o_big_con .h2{ font-size:12px;}
.o_big_con .h2 span{ margin-top:5%;}
.o_big_con.bgs2 .h2 span{ padding-bottom:5%;}
.o_big_con.bgs3 .h2{ font-size:13px;}
/*我们的案例作品*/
.case_a{ font-size:15px;}
.case_a ul li a{ padding-left:30px;}
.case_list ul li h2{font-size: 14px; height:28px; line-height:28px;}
.case_more{ width:130px; height:40px; line-height:40px; font-size:14px; margin-top:5%; margin-bottom:5%;}
/*案例详细*/
.case_bg{ padding-top:5%; padding-bottom:5%;}
.case_one{ padding-top:4%;}
.case_one .case_desc{ float:none;width: calc(100% - 0px); width: -webkit-calc(100% - 0px); width: -moz-calc(100% - 0px);}
.case_one .case_ico{ margin:0 auto;float:none; margin-top:3%; margin-bottom:1%;}
.case_one .case_t{ font-size:16px;}
.case_page{ padding-bottom:1%;}
.case_page .goback{ margin-bottom:3%;}
.case_page .cpage{ position:static; display:block; line-height:20px; height:20px; margin-top:2%; margin-bottom:2%;}
.case_page .cpage.cprev{ margin-left:2%; width:96%; max-width:none;}
.case_page .cpage.cnext{ margin-left:2%; width:96%; max-width:none;background-position: left center;background-image: url(../images/case_bg2.png); padding-right:0; padding-left:33px;}
.case_page .cpage.cnext:hover{background-image: url(../images/case_bg2_on.png);}
/*新闻详细*/
.news_con{ line-height:24px; font-size:13px;}
/*新闻有图列表*/
.news_ul2 ul li .txts .h2{ font-size:14px; height:26px; line-height:26px;}
.news_ul2 ul li .mores{ height:24px; line-height:24px; margin-top:3%;}
/*解决方案列表*/
.solution_ul ul li{ width:100%; margin-right:0; margin-bottom:3%;}
.solution_ul ul li:nth-child(3n+0){ margin-right:0%;}
/*关于我们*/
.about_con{line-height:24px;font-size:13px;}
.about_con2{line-height:24px; font-size:13px;}
.about_ul{ margin-top:4%;}
.about_ul ul li{ width:100%; float:none;}
.about_ul ul li:nth-child(2n+0){ float:none;}
.about_ul ul li .imgs{ margin-bottom:2%;}
/*联系我们*/
.contact_con .ul{ padding-bottom:10px;}
.contact_con .ul li{ float:none; width:100%; margin-right:0;}
.contact_con .ul li .h2{ font-size:15px; margin-bottom:12px;}
.contact_con .ul li .txts{ max-width:none;}
.contact_con .ul li .p{ font-size:14px; padding-left:30px;}
.contact_bg .map{height: 300px;}
.contact_bg .map #allmap{height: 300px;}
.contact_ul ul li.bgs2{ min-height:inherit; padding-bottom:70px;}
.contact_ul ul li .ico{ height:36px;}
.contact_ul ul li .h3{ font-size:16px;}
.contact_ul ul li .p{ font-size:13px;}
/*b2c*/
.b2c_t .p{ font-size:13px; line-height:1.8;}
.b2c_con{ font-size:13px; line-height:1.8;}
.b2c_two .ul li{width:calc(50% - 1px);width:-webkit-calc(50% - 1px);width:-moz-calc(50% - 1px); height:150px;}
.b2c_two .ul li:nth-child(3n+0){ margin-right:2px;}
.b2c_two .ul li:nth-child(2n+0){ margin-right:0;}
.b2c_two .ul li i{ width:44px; height:44px; margin-bottom:12px; margin-top:25px;}
.b2c_two .ul li .h3{ font-size:14px; line-height:24px;}
.b2c_three .ul li{ width:49%;}
.b2c_three .ul li:nth-child(3n+0){ margin-right:2%;}
.b2c_three .ul li:nth-child(2n+0){ margin-right:0;}
.b2c_three .ul li i{ width:44px; height:39px; margin-top:30px;}
.b2c_three .ul li .h3{ font-size:15px; height:60px; line-height:56px;}
.b2c_three .ul li .p{ font-size:12px; line-height:22px; height:88px; margin-bottom:30px;}
.b2c_four .ul li .h3{font-size:15px;}
.b2c_five .ul .txts em{ margin-right:1px;}
.b2c_five .ul .txts .h3{ font-size:16px;}
/*b2b2c*/
.b2b2c_a a{  width:30%; margin-bottom:2%;}
/*b2b*/
.b2b_two_ul ul li .txts .p{ font-size:14px; line-height:24px;}
.b2b_three .ul li .p{ font-size:13px; line-height:24px;}
/*fenxiao*/
.fenxiao_one_ul ul li{ float:none; width:100%;}
.fenxiao_one_ul ul li:nth-child(2n+0){ float:none;}
.fenxiao_one_ul ul li .txts .h3{ font-size:16px; height:40px; line-height:40px;}
.fenxiao_two .ul li .txts{ margin-top:20px; margin-bottom:20px;}
.fenxiao_two .ul li .txts img{ width:52px; height:46px; margin-right:12px; margin-top:6px;}
.fenxiao_three .ul li i{ width:50px; height:50px; margin-top:26px;}
.fenxiao_three .ul li .h3{ margin-top:13px;}
.fenxiao_three .ul li .p{ margin-top:10px; line-height:24px; font-size:13px; margin-bottom:20px;}
}
@media screen and (max-width: 420px) {
/*内页*/
.o_big{ min-height:200px;}
.o_big_con .h2 span{font-size:20px;}
/*我们的案例作品*/
.case_a ul li{width:calc(48% - 30px);width:-webkit-calc(48% - 30px);width:-moz-calc(48% - 30px);}
/*新闻无图列表*/
.news_ul ul li .txts{ font-size:12px;}
.news_ul ul li .txts .date{ margin-top:2%;}
.news_ul ul li .txts .h2{ font-size:14px;}
.news_ul ul li .txts .p{ height:40px; line-height:20px;}
.news_ul ul li .mores{ height:24px; line-height:24px; font-size:12px;}
/*关于我们*/
.about_con3{ padding-bottom:4%;}
.about_con3 ul li{ width:50%; margin-bottom:4%;}
.about_con3 ul li:nth-child(2):after{ width:0;}
/*b2b2c*/
.b2b2c_a a{ font-size:13px;}
/*b2b*/
.b2b_two_ul ul li .txts .p{ font-size:13px; line-height:22px;}
/*fenxiao*/
.fenxiao_two .ul li .txts .p{ min-height:40px; font-size:13px;}
.fenxiao_two .ul li .txts .h3{ font-size:15px;}
}
@media screen and (max-width: 380px) {
/*b2b2c*/
.b2b2c_a a{ font-size:12px;}
/*b2b*/
.b2b_three .ul li .p{ font-size:12px; line-height:22px;}
/*fenxiao*/
.fenxiao_three .ul li i{ width:44px; height:44px;}
.fenxiao_three .ul li .p{ font-size:12px; line-height:22px;}
}

@media screen and (max-width: 360px) {
/*内页*/
.o_big{  min-height:180px;}
.o_big_con .h2 span{ font-size:20px;}
/*我们的案例作品*/
.case_a{ font-size:14px;}
/*案例详细*/
.case_one .case_t{ font-size:14px;}
.case_one .txts{ font-size:12px;}
.case_con{ font-size:12px;}
/*解决方案详细*/
.solution_con{ font-size:12px;}
/*fenxiao*/
.fenxiao_two .ul li .txts .p{ font-size:12px; margin-top:0;}
}


