﻿@import url(style.css);
@import url(pscroll.css);

/*内页*/
.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; height:800px;}
.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:bottom; color:#cccccc; text-align:left;}
.o_big_con .h2 span{ display:block;padding-bottom:5%; overflow:hidden;  position:relative; margin-top:1%; color:#fff;}
.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);}
@-webkit-keyframes SlickIn{
	0%{-webkit-transform:scale(1.1,1.1)}
	100%{-webkit-transform:scale(1,1)}
}
@-webkit-keyframes SlickOut{
	0%{-webkit-transform:scale(1,1)}
	100%{-webkit-transform:scale(.9,.9)}
}
@keyframes SlickIn{
	0%{transform:scale(1.1,1.1)}
	100%{transform:scale(1,1)}
}
@keyframes SlickOut{
	0%{transform:scale(1,1)}
	100%{transform:scale(.9,.9)}
}
/*分页*/
.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; margin-top:4%;}
.case_list .case_list_a{ overflow:hidden;width:66%;}
.case_list .case_list_b{overflow:hidden;width:31.25%;}
.case_list .case_list_b ul li{ display:block; overflow:hidden; margin-bottom:8%;}
.case_list .case_list_b ul li:last-child{ margin-bottom:0%;}
.case_list .imgs{ overflow:hidden; position:relative;}
.case_list .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;}
.case_list .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);}
.case_list .txts{ background:rgba(0,0,0,0.5); overflow:hidden; position:absolute; width:100%; height:100%; color: #fff; text-align:center; top:0; left:0;transition:all 0.3s; }
.case_list .txts .cons{ position:relative; width:100%; height:100%; overflow:hidden; }
.case_list .txts .cons:before{ content:""; position:absolute; border:1px solid #e8c08d; left:0; top:0; width:100%; height:100%;transition:all 0.3s;}
.case_list.bgs2 .txts .cons:before{border:1px solid #ff7a84;}
.case_list .imgs:hover .txts .cons:before{width:calc(100% - 22px);width:-webkit-calc(100% - 22px);width:-moz-calc(100% - 22px); left:10px; top:10px;height:calc(100% - 22px);height:-webkit-calc(100% - 22px);height:-moz-calc(100% - 22px);}
.case_list .txts .tables{ display:table; width:100%; height:100%; position:relative;}
.case_list .txts .tables .cell_tb{ display:table-cell; vertical-align:middle;}
.case_list .txts .ico{ margin:0 auto; display:block; width:autuo; height:90px; overflow:hidden;}
.case_list .txts .h2{ font-weight:lighter; height:0px; line-height:36px; text-align:center; padding-left:2%; padding-right:2%; overflow:hidden; color:#fff;transition:all 0.3s;text-overflow: ellipsis;white-space: nowrap;}
.case_list .txts span{ clear:both; display:block;width:38px; height:38px; line-height:38px; margin:0 auto; margin-top:2%; overflow:hidden; font-size:14px; border-radius:50%; border:1px solid #fff;background:url(../images/case_bg1.png) center center no-repeat;transition:all 0.3s;display:none;}
.case_list .txts span label{width:0px; overflow:hidden; display:block; text-align:center; font-size:16px; color:#fff;opacity:0;filter:Alpha(opacity=0); cursor:pointer;}
.case_list .txts span:hover{ width:150px; border-radius:30px; background-position:84% center;}
.case_list .txts span:hover label{width:118px;opacity:1.0;filter:Alpha(opacity=100);transition:all 0.3s;}
.case_list .txts:hover{ background:#d09e5f;}
.case_list.bgs2 .txts:hover{background:#e60012;}
.case_list .txts:hover .h2{  height:36px; margin-top:5%; }
.case_list .txts:hover span{ display:block;}*/
.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:#b9a978;}

.n_case_list{ min-height:500px;margin-top:40px;}
.n_case_list ul li{/* float:left;*/ width:32%; overflow:hidden; /*margin-right:2%;*/ vertical-align:top; display:inline-block; margin-right:1.7%; background:#fff; position:relative;transition:all 0.5s; margin-bottom:2%;}
.n_case_list ul li:nth-child(3n+0){ margin-right:0;}
.n_case_list ul li:before{content: "";display: block;position: absolute;left: 0%;right: 0%;bottom: 0px;height:2px;opacity: 1;background-color: #dcdcdc;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.n_case_list ul li:after{content: "";display: block;position: absolute;left: 0%;right: 100%; bottom: 0px;height:2px;opacity: 0;background-color: #f67524;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.n_case_list ul li:hover:after{left:0%;right: 0%;opacity: 1;}
.n_case_list 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); }
.n_case_list ul li img{/*display: block;*/height: 100%;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;}
.n_case_list ul li .imgs{ overflow:hidden; position:relative;}
.n_case_list ul li:hover .imgs img{-webkit-transform:scale(1.02, 1.02); -moz-transform:scale(1.02, 1.02); -o-transform:scale(1.02, 1.02); -ms-transform:scale(1.02, 1.02); transform:scale(1.02, 1.02);}
.n_case_list ul li .allist-cnt{ width:96%; margin:0 auto; text-align:center; line-height:32px; padding-top:20px; padding-bottom:20px; height:68px; overflow:hidden;}
.n_case_list ul li .allist-cnt h5{ font-weight:normal; font-size:20px; color:#000; line-height:36px; height:36px; overflow:hidden;}
.n_case_list ul li .allist-cnt p{line-height:32px; height:32px; overflow:hidden; font-size:16px; color:#666666;}
.n_case_list ul li .txts{font-weight: normal; color: #fff;   font-size: 16px; line-height: 36px; height: 100%;overflow: hidden; transition: all 0.4s; position: absolute;
 bottom: -100%;left: 0; width: 100%; background: rgba(0, 0, 0, 0.75); text-align: center;}
.n_case_list ul li .txts h2{ color:#fff; font-weight:normal; font-size:24px; height:76px; line-height:76px; overflow:hidden; margin-top:22%;}
.n_case_list ul li .txts a{ color:#fff; display:inline-block; /* width:62px;  */margin-left:12px; margin-right:12px; font-size:16px;}
.n_case_list ul li .txts a i{ width:48px; height:48px; display:block; margin:0 auto;transition:all 0.4s;}
.n_case_list ul li .txts a:hover i{ margin-top:-6%; margin-bottom:6%;transform:rotate(360deg);}
.n_case_list ul li .txts a i.bgs1{ background:url(../images/i_pic1.png) center top no-repeat; background-size:100% 100%;}
.n_case_list ul li .txts a i.bgs2{ background:url(../images/i_pic2.png) center top no-repeat;background-size:100% 100%;}
.n_case_list ul li .txts a i.bgs3{ background:url(../images/i_pic3.png) center top no-repeat;background-size:100% 100%;}
.n_case_list ul li:hover .txts{ bottom:0;}

/*案例详细*/
.case_t{line-height:1.3; color:#000000;margin-top:6%; font-weight:normal;}
.case_desc{color:#000000; margin-top:1.8%;}
.case_desc .txts{line-height:1.7;font-size:16px; overflow:hidden; float:left;width:calc(100% - 290px);width:-webkit-calc(100% - 290px);width:-moz-calc(100% - 290px); max-width:1060px; }
.case_bg{ background:#222222; overflow:hidden; margin-top:4%;}
.case_con{line-height:1.7;font-size:16px; overflow:hidden; padding-top:6%; padding-bottom:6%; clear:both;}
.case_con img{ display:block; margin:0 auto; max-width:100%; margin-bottom:4.5%;}
.case_page{ overflow:hidden;  background:#f5f5f5;}
.case_page .wrap{position:relative;}
.case_page .goback{ display:block; max-width:110px; margin:0 auto; height:80px; line-height:80px; overflow:hidden; text-align:center; font-size:16px;}
.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: #b39173;}
.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: #b39173}
.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);}
/*案例详细2*/
.case_bg2{ background:#f5f5f5; padding-top:5%; overflow:hidden; font-family:"微软雅黑"; padding-bottom:4%;}
.case_bg2 .case_l{ float:left; width:68%; background:#fff; margin-right:3.2%; overflow:hidden;}
.case_bg2 .case_l .case_t2{ font-weight:normal; color:#333333; font-size:40px; line-height:50px;}
.case_bg2 .case_l .desc{ color:#888888; font-size:16px; line-height:26px; margin-top:1%; padding-bottom:2%; border-bottom:1px solid #ececec; margin-bottom:3.5%;}
.case_bg2 .case_l .case_con2{ margin:0 auto; width:94%; max-width:1000px;line-height:1.7;font-size:16px; overflow:hidden; padding-top:50px; padding-bottom:6%; clear:both;}
.case_bg2 .case_l .case_con2 img{ display:block; margin:0 auto; max-width:100%; margin-bottom:4.5%;}
.case_bg2 .case_r{ overflow:hidden; background:#fff;}
.case_bg2 .case_r .case_con3{ margin:0 auto; width:94%; max-width:400px;line-height:1.7;font-size:16px; overflow:hidden; padding-top:50px; padding-bottom:6%; clear:both;}
.case_bg2 .case_r .case_con3 img{display:block; margin:0 auto; max-width:100%; margin-bottom:4.5%;}
.case_bg2 .case_r .case_t3{ color:#333333; font-size:26px; overflow:hidden; line-height:40px;}
.case_bg2 .case_r .desc{color:#888888; font-size:16px; line-height:26px; margin-top:2%; padding-bottom:4%; border-bottom:1px solid #ececec; margin-bottom:3.5%;}
.case_bg2 .case_r .case_page2{ overflow:hidden; padding-top:3%;border-top:1px solid #ececec; margin-top:40px; font-size:16px; color:#666666;}
.case_bg2 .case_r .case_page2 span{ display:block; height:40px; line-height:40px; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.case_bg2 .case_r .case_page2 a{color:#666666;}
.case_bg2 .case_r .case_page2 a:hover{color:#b39173;}
/*分享2*/
.case_share{ float:right;}
.case_share ul{}
.case_share ul li{float:left; width:50px; height:50px; margin-left:20px; }
.case_share ul li a{ display:block; width:100%; height:100%;margin:0; position:relative;transition:all 0.3s;}
.case_share ul li a:hover{/*filter: Alpha(Opacity=60);opacity: 0.6;*/}
.case_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%;}
.case_share ul li a:hover:after{ background-size:100% 100%; background-color:#000;}
.case_share ul li.weixin a{ background:url(../images/case_pic2.png) center center no-repeat;background-size:100% 100%;}
.case_share ul li.weixin a:hover{filter: Alpha(Opacity=100);opacity: 1.0;}
.case_share ul li.weixin a:after{ background-image:url(../images/case_pic2_on.png);}
.case_share ul li.weixin .wem1{width: 203px; display: none;text-align: center; padding-top: 20px; padding-bottom:20px; position: absolute; margin-left:-76px;margin-top: -203px; background-image: url(../images/ewm.png);background-repeat: no-repeat;}
.case_share ul li.weixin .wem1 img{ width:155px; height:155px; margin-right:5px;}
.case_share ul li.weixin a:hover .wem1{ display:block;}
.case_share ul li.tqq a{ background:url(../images/case_pic4.png) no-repeat;background-size:100% 100%;}
.case_share ul li.tqq a:after{ background-image:url(../images/case_pic4_on.png);}
.case_share ul li.tqq a.bds_sqq{ width:50px; padding:0;}
.case_share ul li.qq a{ background:url(../images/case_pic1.png) no-repeat;background-size:100% 100%;}
.case_share ul li.qq a:after{ background-image:url(../images/case_pic1_on.png);}
.case_share ul li.qq a.bds_sqq{ width:50px; padding:0;}
.case_share .bdshare-button-style0-24{ height:100%;}
.case_share ul li.sinna a.bds_tsina{ background:url(../images/case_pic3.png) left top no-repeat; width:50px; padding:0;background-size:100% 100%;}
.case_share ul li.sinna a.bds_tsina:after{ background-image:url(../images/case_pic3_on.png);}
/*解决方案列表*/
.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:#b9a978;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:#b39173;}
.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(../images/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(../images/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%;}
/*新闻无图列表*/
.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:#baaa79;}
.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(../images/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:#b9a978;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:#b39173;}
.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:#b39173;}
/*联系我们*/
.contact_t{ text-align:center; margin-top:6%; margin-bottom:4%; color:#000; font-weight:normal;}
.contact_con{ overflow: hidden; padding-bottom:4%;}
.contact_con ul li{ width:25%; float:left; overflow:hidden; line-height:26px; margin-bottom:2%; color:#000000; word-break:break-all; text-align:center; margin-bottom:3%;}
.contact_con ul li img{ margin: 0 auto;max-width:160px; width:50%;  margin-bottom:6%;transition: transform 300ms;  border-radius:50%;}
.contact_con ul li:hover img{transform: rotate(360deg);}
.contact_con ul li .h2{ font-weight:normal;line-height:30px; height:30px; overflow:hidden; color:#666666; margin-bottom:1%;}
.contact_con ul li a{ color:#000;}
.contact_con ul li a:hover{ color:#b39173;}
.contact_con ul li p{ overflow:hidden;}
.contact_con2{overflow:hidden; padding-top:9%; padding-bottom:9%; color:#fff; background:url(../images/contact_img1.jpg) center center no-repeat; background-size:cover; }
.contact_con2 img{ max-width:140px; display:block; margin:0 auto; width:30%;}
.contact_con2 .h3{ font-weight:normal; margin-top:2%; margin-bottom:2%; text-align:center;}
.contact_con2 .qq{ font-size:20px;display:block; width:218px; height:58px; line-height:58px; margin:0 auto; border:1px solid #fff; border-radius:30px;background:url(../images/contact_bg1.png) 34px center no-repeat; color:#fff; text-indent:70px;transition:all 0.3s;}
.contact_con2 .qq:hover{ background-image:url(../images/contact_bg1_on.png); background-color:#fff; color:#000;}
/*案例详细3*/
.case_bg3{ background:#f5f5f5; overflow:hidden;}
.case_bg3 .wrap{ overflow:visible;}
.case_bg3_box{ background:url(../images/case_bg5.jpg) #fff right bottom no-repeat; overflow:hidden;-webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.1); box-shadow: 0 5px 25px rgba(0,0,0,0.1); margin-top:5%; margin-bottom:5%;}
.case_bg3 .boxs{ max-width:1400px; width:94%; margin:0 auto; margin-top:5%; margin-bottom:5%;}
.case_bg3 .case_l{ float:left;width:calc(98% - 270px);width:-webkit-calc(98% - 270px);width:-moz-calc(98% - 270px); max-width:1062px;}
.case_bg3 .case_l .case_con2{ float:left;width:calc(98% - 365px);width:-webkit-calc(98% - 365px);width:-moz-calc(98% - 365px); margin-top:22px;font-family:"微软雅黑";}
.case_bg3 .case_l .case_con2 .cons{ overflow:hidden; margin-bottom:5%;}
.case_bg3 .case_l .case_con2 .label{ width:155px; float:left; overflow:hidden; font-weight:bold; }
.case_bg3 .case_l .case_con2 .cons.hg2{ min-height:400px;}
.case_bg3 .case_l .case_con2 .cmore{ display:inline-block; vertical-align:top;padding-left:72px; height:54px; line-height:54px; background:url(../images/case_ico2.png) left center no-repeat; background-size:54px 54px; color:#555555; font-size:18px;transition:all 0.3s;}
.case_bg3 .case_l .case_con2 .cmore:hover{ color:#b39173;}
.case_bg3 .case_l .case_con2 .p{ overflow:hidden; max-width:420px; color:#555555; font-size:17px; line-height:32px; padding-top:5px;}
.case_bg3 .case_l .case_phone_bg{ width:365px; float:left;height:666px;background: url(../images/case_bg4.png) no-repeat center; position:relative;}
.case_bg3 .case_l .phone_slider{margin-top:15px;margin-left:38px;width:290px;height:621px; border-radius:30px;}
.case_bg3 .case_l #slider ul,.case_bg3 .case_l #slider li{margin:0;padding:0;list-style:none;}
.case_bg3 .case_l #slider li{width:290px;height:621px;overflow:hidden; }	
.case_bg3 .case_l #slider li img{ width:100%; height:621px;}
.case_bg3 .case_l #prevBtn,.case_bg3 .case_l #nextBtn,.case_bg3 .case_l #slider1next,.case_bg3 .case_l #slider1prev{ display:block;width:54px; height:54px;position:absolute;left:532px; top:325px;z-index:1000; font-size:0px;transition:all 0.3s;}	
.case_bg3 .case_l #nextBtn,.case_bg3 .case_l #slider1next{  left:597px;}														
.case_bg3 .case_l #prevBtn a,.case_bg3 .case_l #nextBtn a,
.case_bg3 .case_l #slider1next a,.case_bg3 .case_l #slider1prev a{   display:block;position:relative;width:54px; height:54px; background:url(../images/case_left_on.png) no-repeat 0 0; background-size:100% 100%;	}
.case_bg3 .case_l #slider1next a:hover,.case_bg3 .case_l #slider1prev a:hover{ background-image:url(../images/case_left.png);}	
.case_bg3 .case_l #nextBtn a,.case_bg3 .case_l #slider1next a{ background:url(../images/case_right_on.png) no-repeat 0 0;background-size:100% 100%;	}
.case_bg3 .case_l #nextBtn a:hover,.case_bg3 .case_l #slider1next a:hover{ background-image:url(../images/case_right.png);}
ol#controls{margin:156px auto 0px auto;padding:0; height:28px;padding-left:42%; display:none;}
ol#controls li{ margin:0 10px 0 0; padding:0; float:left; list-style:none; height:12px; line-height:12px; width:12px;}
ol#controls li a{display:block; height:12px;width:12px;line-height:12px; padding:0px; text-decoration:none;font-size:0px; background:url(../images/case_ico4.png) no-repeat;}
ol#controls li.current a{background:url(../images/case_ico4_on.png) no-repeat;}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
.case_bg3 .case_r{ float:right; width:270px; overflow:hidden; text-align:center; color:#777777; font-size:15px; margin-top:26px;}
.case_bg3 .case_r img{ width:128px; display:block; margin:0 auto; margin-bottom:10px;}
.case_bg3 .case_r .nums{ font-weight:lighter;text-align:center; color:#cecece; font-family:"OpenSans Light"; font-size:20px; margin-top:406px;}
.case_bg3 .case_r .nums b{ font-size:33px; font-weight:bold; font-family:"OpenSans Semibold"; color:#222222; padding-right:6px;}
.case_bg3 .case_r .nums .span{ padding-left:6px;}
@media screen and (max-width:1530px) {
/*案例详细3*/
.case_bg3 .case_l #prevBtn,.case_bg3 .case_l #nextBtn,.case_bg3 .case_l #slider1next,.case_bg3 .case_l #slider1prev{ left:132%;}
.case_bg3 .case_l #nextBtn,.case_bg3 .case_l #slider1next{ left:153%;}
}
@media screen and (max-width:1440px) {
/*案例列表*/
/*.case_list .txts .ico{ height:80px;}*/
.case_more{font-size:17px; height:60px; line-height:60px; width:180px;}
.n_case_list ul li{ margin-right:1.6%;}
.n_case_list ul li .allist-cnt h5{ font-size:18px;}
.n_case_list ul li .allist-cnt p{ font-size:14px; height:26px; line-height:26px;}
.n_case_list ul li .txts h2{ font-size:20px; margin-top:20%;}
.n_case_list ul li .txts a{ font-size:14px;}
/*案例详细2*/
.case_bg2 .case_l .case_t2{ font-size:36px;}
.case_bg2 .case_l{ margin-right:2.5%;}
.case_bg2 .case_r .case_t3{ font-size:24px;}
}
@media screen and (max-width:1360px) {

}
@media screen and (max-width:1200px) {
/*案例列表*/
/*.case_list .txts .ico{ height:60px;}
.case_list .txts:hover .h2{ margin-top:3%;}*/
.n_case_list ul li .allist-cnt{ padding-top:15px; padding-bottom:15px;}
.n_case_list ul li .allist-cnt h5{ font-size:17px;}
.n_case_list ul li .txts h2{ margin-top:16%; font-size:18px;}
.n_case_list ul li .txts a i{ width:40px; height:40px;}
/*案例详细2*/
.case_bg2 .case_l .case_con2{ font-size:15px;}
.case_bg2 .case_l .desc{ font-size:15px;}
.case_bg2 .case_l .case_t2{ font-size:32px;}
.case_bg2 .case_r .case_t3{ font-size:22px;}
.case_bg2 .case_r .case_con3{ font-size:15px;}
.case_bg2 .case_r .desc{ font-size:15px;}
/*案例详细3*/
.case_bg3 .case_l{ float:none;width: calc(100% - 0px); width: -webkit-calc(100% - 0px);width: -moz-calc(100% - 0px); max-width:none;}
.case_bg3 .case_l .case_con2 .p{ padding-top:3px;}
.case_bg3 .case_r{ float:none; margin:0 auto; margin-top:80px; padding-bottom:220px; overflow:visible; }
.case_bg3 .case_r .nums{ margin-top:-220px;}
.case_bg3 .case_l .case_con2{ float:none;width: calc(100% - 0px); width: -webkit-calc(100% - 0px);width: -moz-calc(100% - 0px); }
.case_bg3 .case_l .case_con2 .cons.hg2{ min-height:inherit;}
.case_bg3 .case_l .case_phone_bg{ float:none; margin:0 auto; margin-top:3%;}
.case_bg3 .case_l #prevBtn,.case_bg3 .case_l #nextBtn,.case_bg3 .case_l #slider1next,.case_bg3 .case_l #slider1prev{ left:-30%;}
.case_bg3 .case_l #nextBtn,.case_bg3 .case_l #slider1next{ right:-30%; left:auto;}
}
@media screen and (max-width:1100px) {
/*案例列表*/
.n_case_list ul li{ float:left; margin-left:0.4%; margin-right:1.2%;}
}
@media screen and (max-width:1000px) {
/*案例列表*/
.case_a{ font-size:16px;}

}
@media screen and (max-width:960px) {
/*案例列表*/
.case_more{font-size:16px; height:50px; line-height:50px; width:160px;}
/*.case_list .txts .ico{ height:50px;}
.case_list .txts span{ height:32px; line-height:32px; width:32px;}
.case_list .txts span:hover{ width:130px;}
.case_list .txts span:hover label{ width:100px;}*/
.n_case_list ul li{ width:48.8%;}
.n_case_list ul li:nth-child(3n+0){ margin-right:1.2%;}
.n_case_list ul li:nth-child(2n+0){ margin-right:0;}
.n_case_list ul li .txts h2{ margin-top:20%;}
/*案例详细*/
.case_desc .txts{ line-height:1.6; float:none;font-size:14px; width:calc(100% - 0px);width:-webkit-calc(100% - 0px);width:-moz-calc(100% - 0px);}
.case_con{ line-height:1.6; font-size:14px;}
.case_page .goback{ font-size:14px;}
.case_page .cpage{ font-size:14px;}
/*案例详细2*/
.case_bg2 .case_l{ float:none; margin-right:0; width:100%; margin-bottom:2%;}
.case_bg2 .case_r .case_con3{ max-width:none;}
/*分享2*/
.case_share{ float:none; text-align:center; margin-top:3%;}
.case_share ul li{ margin-left:2%; margin-right:2%; float:none; display:inline-block;}
/*解决方案列表*/
.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%;}
/*新闻无图列表*/
.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;}
/*联系我们*/
.contact_con ul li{ line-height:22px;}
.contact_con2 .h3{ margin-top:3%; margin-bottom:3%;}
.contact_con2 .qq{ height:50px; line-height:50px; font-size:18px; width:200px; text-indent:60px; background-position:24px center;}
/*案例详细3*/
.case_bg3 .case_l .case_con2 .p{ padding-top:0px; font-size:15px;}
.case_bg3 .case_l .case_con2 .label{ width:120px;}
}
@media screen and (max-width:830px) {
/*案例列表*/
/*.case_list .l{ float:none;}
.case_list .r{ float:none;}
.case_list .case_list_a{ width:100%; margin-bottom:3%;}
.case_list .case_list_b{ width:100%;}
.case_list .case_list_b ul li{ margin-bottom:3%;}*/
/*解决方案列表*/
.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;}
/*新闻无图列表*/
.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;}
}


@media screen and (max-width: 780px) {
/*案例列表*/
.case_more{ width:140px; height:42px; line-height:42px; font-size:15px;}
.n_case_list ul li .txts h2{ margin-top:16%;}
/*案例详细*/
.case_page .wrap{ width:100%;}
.case_page .goback{ max-width:none; height:46px; line-height:46px; margin-bottom:46px; background-color:#eee;}
.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%;}
}
@media screen and (max-width: 640px) {
/*内页*/
.o_big_con .txts_r a{ width:42px; height:42px;}
/*分页*/
.yema{ text-align:center; padding-top:30px;}
/*案例列表*/
.n_case_list{ margin-top:4%;}
.n_case_list ul li .allist-cnt{ padding-top:10px; padding-bottom:10px;}
.n_case_list ul li .txts h2{ margin-top:10%;}
/*案例详细*/
.case_desc .txts{ font-size:13px;}
.case_con{ font-size:13px;}
/*案例详细2*/
.case_bg2 .case_l .case_con2{ padding-top:5%; font-size:14px;}
.case_bg2 .case_l .case_t2{ font-size:24px; line-height:40px;}
.case_bg2 .case_l .desc{ font-size:13px; line-height:22px;}
.case_bg2 .case_r .case_con3{ padding-top:5%; font-size:14px;}
.case_bg2 .case_r .case_t3{ font-size:22px;}
.case_bg2 .case_r .desc{ font-size:13px; padding-bottom:2%; margin-top:1%;}
.case_bg2 .case_r .case_page2{ font-size:14px;}
.case_bg2 .case_r .case_page2 span{ height:30px; line-height:30px;}
/*分享2*/
.case_share ul li{ width:42px; height:42px;}
.case_share ul li.sinna a.bds_tsina{ width:42px;}
/*解决方案列表*/
.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;}
/*新闻无图列表*/
.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;}
/*联系我们*/
.contact_con{ font-size:14px;}
.contact_con ul li{ width:50%;}
.contact_con ul li .h2{ font-size:14px;	}
.contact_con ul li p{ height:44px;}
.contact_con2 .h3{ margin-top:4%; margin-bottom:4%;}
.contact_con2 .qq{ height:44px; line-height:44px; font-size:16px; width:166px; text-indent:50px; background-position:20px center; background-size:18px auto;}
/*案例详细3*/
.case_bg3 .case_l #prevBtn,.case_bg3 .case_l #nextBtn,.case_bg3 .case_l #slider1next,.case_bg3 .case_l #slider1prev{ left:-10%;}
.case_bg3 .case_l #nextBtn,.case_bg3 .case_l #slider1next{ right:-10%; left:auto;}
.case_bg3 .case_l #slider{ display:block;}
}
@media screen and (max-width: 520px) {

}

@media screen and (max-width: 480px) {
/*内页*/
.o_big{ height:170px;}
.o_big_con .h2 span{ font-size:22px;}
/*案例列表*/
.case_a{ font-size:15px;}
.case_a ul li a{ padding-left:30px;}
.case_more{ width:130px; height:40px; line-height:40px; font-size:14px; margin-top:5%; margin-bottom:5%;}
.n_case_list ul li .allist-cnt h5{ font-size:15px;height:32px; line-height:32px;}
.n_case_list ul li .allist-cnt p{ font-size:13px; height:22px; line-height:22px;}
.n_case_list ul li .txts h2{ height:50px; line-height:50px;font-size:16px;}
.n_case_list ul li .txts a{ font-size:13px;}
/*案例详细*/
.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;}
/*案例详细2*/
.case_bg2 .case_l .case_t2{ font-size:22px;}
/*解决方案列表*/
.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%;}
/*新闻详细*/
.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%;}
/*联系我们*/
.contact_con{ font-size:13px;}
.contact_con ul li{ line-height:20px;}
.contact_con ul li .h2{ font-size:13px;	}
.contact_con ul li p{ height:40px;}
/*案例详细3*/
.case_bg3 .case_l .case_con2 .label{ width:90px;}
.case_bg3 .case_l .case_con2 .p{ line-height:24px;}
.case_bg3 .case_l .case_con2 .cmore{ background-size:30px 30px; padding-left:40px; font-size:16px;}
.case_bg3 .case_l .case_phone_bg{ margin-top:5%; margin-left:-12px;}
.case_bg3 .case_l #prevBtn, .case_bg3 .case_l #nextBtn, .case_bg3 .case_l #slider1next, .case_bg3 .case_l #slider1prev{ left:10%; top:680px; width:40px; height:40px;}
.case_bg3 .case_l #prevBtn a, .case_bg3 .case_l #nextBtn a, .case_bg3 .case_l #slider1next a, .case_bg3 .case_l #slider1prev a{width:40px; height:40px;}
.case_bg3 .case_l #nextBtn, .case_bg3 .case_l #slider1next{ right:10%; left:auto;}
}
@media screen and (max-width: 400px) {
/*案例列表*/
.case_a ul li{width:calc(48% - 30px);width:-webkit-calc(48% - 30px);width:-moz-calc(48% - 30px);}
.n_case_list ul li .allist-cnt{ padding-top:5px; padding-bottom:5px;}
.n_case_list ul li .txts h2{ height:40px; line-height:40px; font-size:15px;}
/*关于我们*/
.about_con3{ padding-bottom:4%;}
.about_con3 ul li{ width:50%; margin-bottom:4%;}
.about_con3 ul li:nth-child(2):after{ width:0;}
/*新闻无图列表*/
.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;}
}
@media screen and (max-width: 360px) {
/*内页*/
.o_big{ height:160px;}
.o_big_con .h2 span{ font-size:20px;}
/*案例列表*/
.case_a{ font-size:14px;}
/*案例详细*/
.case_t{ font-size:14px;}
.case_desc .txts{ font-size:12px;}
.case_con{ font-size:12px;}
/*解决方案详细*/
.solution_con{ font-size:12px;}

}

