@charset "utf-8";
/* CSS Document */
/* 公用 */
@font-face {
  font-family: 'iconfont';  /* project id 41366 */
  src: url('http://at.alicdn.com/t/font_41366_s0uivxkwh3434n29.eot');
  src: url('http://at.alicdn.com/t/font_41366_s0uivxkwh3434n29.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_41366_s0uivxkwh3434n29.woff') format('woff'),
  url('http://at.alicdn.com/t/font_41366_s0uivxkwh3434n29.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_41366_s0uivxkwh3434n29.svg#iconfont') format('svg');
}
.iconfont {
font-family:"iconfont" !important;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 12px;
}
ul.navbar-right::-webkit-scrollbar {
   display:none
}
ul.navbar-right li::-webkit-scrollbar{
  display:none
}
ul.navbar-right li a::-webkit-scrollbar{
  display:none
}
.navbar-collapse::-webkit-scrollbar {
   display:none
}
.fl {
	float: left;
}

.fl2 {
	float: right;
}

.fr {
	float: right;
}
ul,li{ list-style:none; margin:0; padding:0;}
/* ==============================================================页头页尾================================================================== */
.top{
width: 100%;
background: #383838;
height: 35px;
line-height: 35px;
color: #fff;
font-size: 12px;
}
.top ul li.app i{font-size: 14px;}
.top ul li.code i{font-size: 13px;}
.top ul li{cursor:pointer;}
.navbar-default{
box-shadow: none;
border-bottom: 2px solid #e10000;
border-radius:0;
}
.top li.code{position: relative;}
.top li.code .code_img {
position: absolute;
z-index: 9;
left: 3px;
background: #fff;
padding: 10px;
display: none;
}
nav.navbar.navbar-default ul li a{
width: 120px;
height: 70px;
text-align: center;
}
nav.navbar.navbar-default ul li a:hover{
background: #e10000;
color:#fff;
}

.x_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;

}
nav.navbar.navbar-default ul li a{color:#333;font-weight: normal;transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
  }
nav.navbar.navbar-default ul li a.on{background: #e10000;color:#fff;}
.footer{background: #24262a;border-top: 2px solid #e61d13;padding-top: 40px; padding-bottom:10px;}
.footer ul{text-align: center;}
.footer ul li{padding:0;}
.footer ul li a,.footer ul li span{
color: #d2d2d2;
font-size: 16px;
padding:0 15px;
}
.footer .row{color: #fff;line-height: 32px;padding-top: 40px;}
.footer .col-sm-5{}
.footer .col-sm-3 {
padding-left: 12.6%;
}
.footer .col-sm-4 {
padding-left: 6%;
}
.friendlinks{ text-align: left; color:#6A6A6C;}
.friendlinks a{ color:#6A6A6C;}
.copyright{width: 100%;background: #16171a; padding:10px 0; color: #fff;text-align: center;}

/*======================================================================首页================================================================*/
/* banner */
.swiper-container{ width:100%; position:relative;}


.swiper-container .swiper-slide {
	height: 480px;
	background: #fff;
	text-align:center;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.index-swiper .swiper-slide{
	height: 480px;
	
}
.index-swiper .swiper-pagination-bullet {
	height: 6px;
	width: 45px;
	border-radius: 0;
}

.index-swiper .swiper-pagination {
	bottom: 20px !important;
}
/* 我们可以做的更好 */
.do_well{margin-top: 30px;}
.do_well .col-sm-3{
text-align: center;
cursor: pointer;
}
.do_well .col-sm-3 div{ position: relative;}
.do_well .col-sm-3 div img{display: inline-block;}
.do_well .col-sm-3 img.img2 {
position: absolute;
top: 0;
left: 0;
right: 0;
margin:0 auto
}


.i_box .box_m {
	margin-top: 60px;
}

.solution .item {
	width: 270px;
	height: 352px;
	text-align:center;
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
	margin:0 0 30px 0;
}


.solution li:hover .item{
	
box-shadow: 0px 0px 15px #b3b3b3
}


.solution li .l_up {
	width: 100%;
	height: 195px;
	position: relative;
}

.solution li .l_up .tu {
	width: 100px;
	height: 100px;
	text-align:center;
	margin: 0px auto;
	background: #e8e8e8;
	border-radius: 50%;
	margin-top: 30px;
}

.solution li .l_up .tu img {
	width: 60px;
	height: 60px;
	vertical-align: top;
	margin-top: 20px;
}

.solution li .l_up .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 15px;
	color: #000;
	font-size: 18px;
}

.solution li .l_up .more {
	width: 100%;
	height: 225px;
	background: url(../images/bg_d.png) repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	display: none;
}

.solution li .l_up .more img {
	width: 48px;
	height: 48px;
	vertical-align: top;
	margin-top: 70px;
}

.solution li .l_dn {
	width: 100%;
	height: 153px;
}

.solution li .l_dn .l_line {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 140px;
	margin: 0px auto;
	height: 1px;
	text-align: left;
	background: #8B8D90;
}

.solution li .l_dn .l_line span {
	display: none;
	width: 60px;
	height: 2px;
	background: #004588;
}

.solution li .l_dn p {
	width: 80%;
	margin: 0px auto;
	padding-top: 20px;
	color: #555;
	font-size: 14px;
	line-height: 175%;
	text-align: left;
}

.solution li .l_dn a {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 15px;
	display: none;
}

.do_well .col-sm-3 img.img1{
-webkit-transform: rotateX(0deg) rotateY(0deg);
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
-moz-transform: rotateX(0deg) rotateY(0deg);
-moz-transform-style: preserve-3d;
-moz-backface-visibility: hidden;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.do_well .col-sm-3:hover img.img1{
-webkit-transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
}
.do_well .col-sm-3 img.img2{
-webkit-transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
-moz-transform: rotateY(-180deg);
-moz-transform-style: preserve-3d;
-moz-backface-visibility: hidden;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.do_well .col-sm-3:hover img.img2{
-webkit-transform:rotateX(0deg) rotateY(0deg);
-moz-transform:rotateX(0deg) rotate(0deg);
}
.do_well .col-sm-3 p{margin-top: 15px}
.do_well .col-sm-3 p.p1{color: #f05753}
.do_well .col-sm-3 p.p2{color: #e35be3}
.do_well .col-sm-3 p.p3{color: #49aafe}
.do_well .col-sm-3 p.p4{color: #f99e21}
.index_titlebox{text-align: center;}
.index_titlebox .index_title{font-size: 32px;position: relative;}
.index_titlebox .index_title:before {
content: '';
position: absolute;
width: 70px;
height: 4px;
background: #e10000;
left: 0;
right: 0;
margin: 0 auto;
bottom: -25px;
}
.index_titlebox .index_intro{font-size: 18px;color: #727272;margin:45px 0 50px 0;}
/* 我们的成功案例 */
.items-container .item .image01 {
width: 100%;
display:block;
clear:both;
overflow: hidden;
position: relative;
-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
margin-bottom: 20px;
}
.image001 img {
width: 100%;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: -webkit-transform 0.5s;
-moz-transition: -moz-transform 0.5s;
-o-transition: -o-transform 0.5s;
transition: transform 0.5s;
z-index:999;
}
.items-container .item .image01 .ovrly {
	z-index:1000;
background: rgba(0, 0, 0, 0.5);
height: 100%;
width: 100%;
left: 0;
top: 0;
opacity: 0;
position: absolute;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.items-container .item .image01 .buttons {
	z-index:1001;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.items-container .item .image01 .buttons .fa {
background: rgb(256, 256, 256);
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: rgba(50, 50, 50, 0.9);
display: inline-block;
margin: 0 1px;
line-height: 40px;
font-size: 16px;
text-align: center;
text-decoration: none;
width: 40px;
height: 40px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
opacity: 0;
}
.items-container .item .image001:hover img {
-webkit-filter: blur(2px);
filter: blur(2px);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.items-container .item .image001:hover .ovrly {
opacity: 1;
}
.items-container .item .image001:hover .buttons .fa {
opacity: 1;
}
.items-container .item .image01 .title {
width: 100%;
height: 35px;
background: rgba(0,0,0,.5);
color: #fff;
position: absolute;
bottom: 0;
text-align: center;
line-height: 35px;
font-size: 14px;
}
.image01 .buttons{font-size: 14px;color: #fff;display: none;}
.image01:hover .buttons{display: block;}
.image01:hover .title{display: none;}
.image01 .buttons i{
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
line-height: 40px;
border-radius: 20px;
font-size: 24px;
border: 1px solid #fff;
transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
-webkit-transition: all 0.6s ease 0s;
cursor: pointer;
margin-top: 5px
}
.image01 .buttons p{font-size: 18px;font-weight: bold;}
.image01 .buttons i:hover{
background: #f05753;
border-color:#f05753;
}
.tc{text-align: center;}
/* 腰线1 */
.waist_line{
width: 100%;
height: 460px;
background: url(../img/index_12.png) fixed no-repeat;
background-size: cover;
background-position: center center;
margin-top: 40px;
max-width: 1920px;
}
.waist_line h2{font-size: 42px;color: #fff;padding-top: 80px;line-height:80px}
.waist_line  a {
float: left;
margin-left: 65px;
width: 218px;
background: #3eccea;
height: 66px;
margin-right: 65px;
text-align: center;
line-height: 50px;
font-size: 28px;
color: #fff;
transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
}
.waist_line  a:hover{
background: #f60;
color: #fff;
}
.waist_line .index_button{width: 700px;margin:0 auto;margin-top: 40px}
/* 我们的品质 */
.he_3DFlipY {
display: block;
height: 360px;
overflow: hidden;
padding: 0;
margin: 0;
border: 0;
position: relative;
box-sizing: border-box;
cursor: pointer;
-webkit-perspective: 1700px;
-moz-perspective: 1700px;
perspective: 1700px;
-webkit-perspective-origin: 50% 50%;
-moz-perspective-origin: 50% 50%;
perspective-origin: 50% 50%
}

.he_3DFlipY_inner {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
position: relative;
text-align: center;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d
}

.he_3DFlipY_inner > div.he_3DFlipY_img {
background: url(../img/index_2.png) no-repeat center;
width: 100%;
height: 360px;
backface-visibility: hidden;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
padding-top: 100px;
}
.he_3DFlipY_inner p {
padding-top: 30px;
line-height: 24px;
font-size: 15px;
}
.he_3DFlipY_inner p.p2{line-height: 33px}
.he_3DFlipY_inner > div.he_3DFlipY_img p,.he_3DFlipY_inner > div.he_3DFlipY_img i{color: #8f8f8f}
.he_3DFlipY_inner i{font-size:32px; margin: 0 10px; }

.he_3DFlipY_inner:hover > div.he_3DFlipY_img {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
transform: rotateY(180deg)
}

.he_3DFlipY_inner > div img {
max-width: 100%;
padding: 0;
margin: 0;
display: block;
position: relative
}

.he_3DFlipY_caption {
position: absolute;
top: 0;
left: 0;
padding: 0;
background: url(../img/index_1.png) no-repeat center;
color: #fff;
height: 100%;
width: 100%;
padding: 0;
margin: 0;
opacity: 0;
text-align: center;
backface-visibility: hidden;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
padding-top: 100px
}

.he_3DFlipY_inner:hover .he_3DFlipY_caption {
opacity: 1;
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
transform: rotateY(0)
}

.he_3DFlipY_caption p {
font-size: 15px;
text-align: center;
width: 100%;
position: absolute;
top: 48%;
margin: 0;
padding: 0;
color: #fff
}
/*我们的品质-移动端显示*/
.do_well .quality .media-left{
width: 100px;
height: 100px;
border: 1px solid #d8d8d8;
padding:0;
} 
.do_well .quality .media-body{padding-left: 15px;color: #666}
.do_well .quality .media-body p{padding-left: 15px;color: #666;margin:0;}
.do_well .quality .media-body p span {
position: relative;
display: inline-block;
margin-bottom: 5px;
}
.do_well .quality .media-body p span:before{
content: '';
width: 6px;
height: 6px;
background: #e10000;
border-radius: 5px;
position: absolute;
top: 7px;
left: -15px;
}
/* 新闻中心 */
.index_news {
background: url(../img/index_01.png) no-repeat;
height: 615px;
padding-top: 50px;
}
.index_news p{margin-bottom: 0}
.index_news .media-left p{width: 85px;height: 90px;border:2px solid #e10000;display: inline-block;text-align: center;color: #fff; background:#fff;}
.index_news .media-left p span{ display:block;}
.index_news .media-left p span.month{font-size: 16px; background:#e10000;}
.index_news .media-left p span.day{font-size: 20px; padding-top:20px; color:#e10000;}
.index_news .media-body {color: #333}
.index_news .media-body h4{font-size: 16px;font-weight: bold;padding:10px 0}
.index_news .media-body p{font-size: 14px;line-height: 22px}
.index_news .col-sm-6 .media{
background: #fff;
padding: 10px;
margin-bottom: 30px;
transition: all ease-in-out .3s;
-webkit-transition: all ease-in-out .3s;
-moz-transition: all ease-in-out .3s;
}
.index_news .col-sm-6 a:hover{text-decoration: none;}
.index_news .col-sm-6 a:hover h4{color: #f05753}
.index_news .col-sm-6 a:hover .media-left p span.month{background:#fff; color:#fff;}
.index_news .col-sm-6 a:hover .media-left p{ background:#e10000;}
.index_news .col-sm-6 a:hover .media-left p span.day{ color:#fff;}
.index_news .col-sm-6 a:hover .media-left p span.month{ color:#e10000;}
.index_news .col-sm-6 a:hover .media{box-shadow: 0px 0px 20px #b3b3b3}
/* 腰线2 */
.waist_line2{
width: 100%;
background: url(../img/bbbggg.png) no-repeat center;
height: 370px;
}
/* ==========================================================关于我们====================================================================== */
.about_banners{
  background: url(../img/about_banner.jpg) no-repeat center;
}
.about_banner{
height: 388px;
}
.tab_wrapper .tab_details {
margin: 0;
width: 100%;
display: none;
position: relative;
}
.tab_wrapper .tab{
position:absolute;
margin:0;
padding:0;
list-style:none;
overflow:hidden;
}
.about_wrapper .tab{width: 310px;left: 0;right: 0;margin:0 auto;}
.tab_wrapper .tab li {
height: 42px;
width: 130px;
line-height: 42px;
cursor: pointer;
font-family: '微软雅黑';
font-size: 16px;
float: left;
border-radius: 50px;
text-align: center;
margin-right: 50px;
border:1px solid #e10000;
transition: all 0.4s ease;
}
.tab_wrapper .on{
display:block;
}
.tab_wrapper .tab li.last{margin-right: 0}
.tab_wrapper .tab li.cur {
background: #e10000;
}

.tab_wrapper .tab li a{
text-decoration:none; 
color:  #e10000;
padding: 0;
}
.tab_wrapper .cur a{
color: #fff!important;
text-decoration:none;
}
.tab_wrapper .tab_nav{position: relative;height: 50px;padding:70px 0 90px 0;}
.about_wrapper .do_well .box .col-sm-7{
color: #474646;
}
.about_wrapper .do_well .box .col-sm-7 h3{font-size: 20px;font-weight: bold;margin-top: 10px}
.about_wrapper .do_well .box .col-sm-7 p{margin-bottom: 15px;font-size: 14px;padding-top:5px;line-height: 26px}
.about_wrapper .yctd{margin-top: 60px}
.about_wrapper{margin-bottom: 0}
      .about_wrapper .box .all_box{
        background: url(../img/about.png) no-repeat;
        height: 184px;
        position: relative;
        margin-top: 60px;
        background-size: cover;
      }
      .about_wrapper .box .all_box .icon_box {
width: 100px;
height: 100px;
position: absolute;
background: url(../img/about_td.png) no-repeat;
left: 0;
right: 0;
margin: 0 auto;
top: -50px;
line-height: 100px;
}
.about_wrapper .box .all_box .icon_box i{font-size: 40px;color: #fff;} 
.about_wrapper .box .all_box .text_box{padding-top:70px;}
.about_wrapper .box .all_box .text_box p{color: #fff;margin:0;text-align: justify;padding:0 15px;line-height: 26px}
.about_wrapper .box .title_box{
height: 50px;
background: #e10000;
color: #fff;
font-size: 18px;
line-height: 50px;
}
.about_wrapper .box .col-sm-3.col-xs-6{padding:0px;padding-right: 15px;}
.about_wrapper .box .col-sm-3.col-xs-6.last{padding-right: 0px;}

[class^='imghvr-'],
[class*=' imghvr-'] {
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  background-color:#e10000;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
  vertical-align: top;
  max-width: 100%;
}
[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
  background-color: inherit;
  padding: 30px 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[class^='imghvr-'] h3,
[class*=' imghvr-'] h3,
[class^='imghvr-'] p,
[class*=' imghvr-'] p {
  margin: 0;
  padding: 0;
  color: #fff;
}

[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

/* imghvr-flip-*
   ----------------------------- */
[class^='imghvr-flip-'],
[class*=' imghvr-flip-'] {
  -webkit-perspective: 50em;
  perspective: 50em;
}
[class^='imghvr-flip-'] img,
[class*=' imghvr-flip-'] img {
  backface-visibility: hidden;
}
[class^='imghvr-flip-'] figcaption,
[class*=' imghvr-flip-'] figcaption {
  opacity: 0;
}
[class^='imghvr-flip-']:hover > img,
[class*=' imghvr-flip-']:hover > img {
  opacity: 0;
}
[class^='imghvr-flip-']:hover figcaption,
[class*=' imghvr-flip-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* imghvr-flip-diag-2
   ----------------------------- */
.imghvr-flip-diag-2 figcaption {
  -webkit-transform: rotate3d(1, 1, 0, 100deg);
  transform: rotate3d(1, 1, 0, 100deg);
}
.imghvr-flip-diag-2:hover > img {
  -webkit-transform: rotate3d(-1, -1, 0, 100deg);
  transform: rotate3d(-1, -1, 0, 100deg);
}
.imghvr-flip-diag-2:hover figcaption {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
.imghvr-flip-diag-2 i{font-size: 40px;}
.imghvr-flip-diag-2 h3{font-size: 20px;margin-top: 5px;}
.imghvr-flip-diag-2 p{font-size: 15px;line-height: 26px;}
.imghvr-flip-diag-2 figcaption div{margin-top: 20px;}
/* ============================================================服务项目============================================================================ */
.service_wrapper .do_well .box .col-sm-4{margin-bottom: 30px}
.service_wrapper .do_well .box .col-sm-4 a{color: #fff;text-decoration: none;display: inline-block;}
.service_wrapper .do_well .box .col-sm-4 .text_box{
background:#666;
padding:10px 15px;
text-align: center;
}
.service_wrapper .do_well .box .col-sm-4 .text_box h4{font-size: 16px;font-weight: bold;}
.service_wrapper .do_well .box .col-sm-4 .text_box p{font-size: 16px;}
.service_wrapper .do_well .box .col-sm-4 .img_box{overflow: hidden;}
.service_wrapper .do_well .box .col-sm-4 .img_box img{
transition: .3s all linear 0s;
}
.service_wrapper .do_well .box .col-sm-4:hover img{
    transform: scale(1.1);
}
.service_wrapper .do_well .box .col-sm-4 a{
transition: All 0.4s ease-in-out;
-webkit-transition: All 0.4s ease-in-out;
-moz-transition: All 0.4s ease-in-out;
-o-transition: All 0.4s ease-in-out;
}
.service_wrapper .do_well .box .col-sm-4 a:hover{
transform: translate(0,-10px);
-webkit-transform: translate(0,-10px);
-moz-transform: translate(0,-10px);
-o-transform: translate(0,-10px);
-ms-transform: translate(0,-10px);
-webkit-box-shadow: 0px 5px 20px #a0a0a0;
-moz-box-shadow: 0px 5px 20px #a0a0a0;
box-shadow: 0px 5px 20px #a0a0a0;
}
/* 我们可以做的更好 */
.business{margin-top: 70px}
.business .box ul.items {
  margin: 0 auto;

}

.business .box ul.items li {
    width: 25%;
    height: 300px;
    margin: 0;
    background: url(../img/bg_green.png) no-repeat 0px 400px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    padding: 0;
    float: left;
}

.business .box ul.items li i {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 43px;
  height: 69px;
}

.business .box ul.items li.pc i {
  width: 69px;
  background: url(../img/words.png) no-repeat -245px -357px;
}

.business .box ul.items li.mobi i {
  width: 64px;
  background: url(../img/words.png) no-repeat -416px -291px;
}

.business .box ul.items li.sys i {
  width: 76px;
  background: url(../img/words.png) no-repeat -415px -362px;
}

.business .box ul.items li.app i {
  width: 74px;
  background: url(../img/words.png) no-repeat -244px -439px;
}

.business .box ul.items li.host i {
  width: 79px;
  background: url(../img/words.png) no-repeat -420px -439px;
}

.business .box ul.items li u {
    display: block;
    position: absolute;
    width: 20%;
    height: 156px;
    margin-left: 65px;
    background: url(../img/words.png) no-repeat 0px -363px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.business .box ul.items li u.cl {
  clip: rect(0px,156px,-10px,78px);
}

.business.active .box ul.items li u.cl {
  clip: rect(0px,156px,156px,78px);
}

.business .box ul.items li u.cr {
  clip: rect(156px,78px,156px,0px);
}

.business.active .box ul.items li u.cr {
  clip: rect(0px,78px,156px,0px);
}

.business .box ul.items li strong {
  display: block;
  margin-top: 70px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

.business .box ul.items li p {
  position: relative;
  top: 200px;
  color: White;
  font-family: Arial,"微软雅黑";
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.business .box ul.items li:hover {
  background-position: 0px 0px;
  -webkit-transition: all .5s ease-in-out .3s;
  -moz-transition: all .5s ease-in-out .3s;
  -ms-transition: all .5s ease-in-out .3s;
  -o-transition: all .5s ease-in-out .3s;
  transition: all .5s ease-in-out .3s;
}

.business .box ul.items li:hover i {
  -webkit-transition: all .5s ease-in-out .4s;
  -moz-transition: all .5s ease-in-out .4s;
  -ms-transition: all .5s ease-in-out .4s;
  -o-transition: all .5s ease-in-out .4s;
  transition: all .5s ease-in-out .4s;
}

.business .box ul.items li.pc:hover i {
  background: url(../img/words.png) no-repeat -168px -357px;
}

.business .box ul.items li.mobi:hover i {
  background: url(../img/words.png) no-repeat -337px -291px;
}

.business .box ul.items li.sys:hover i {
  background: url(../img/words.png) no-repeat -327px -362px;
}

.business .box ul.items li.app:hover i {
  background: url(../img/words.png) no-repeat -164px -439px;
}

.business .box ul.items li.host:hover i {
  background: url(../img/words.png) no-repeat -335px -439px;
}

.business .box ul.items li:hover u.cl {
  clip: rect(0px,156px,-10px,78px);
}

.business .box ul.items li:hover u.cr {
  clip: rect(156px,78px,156px,0px);
}

.business .box ul.items li:hover strong {
  color: White;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -ms-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.business .box ul.items li:hover p {
  top: 20px;
  -webkit-transition: all .3s ease-in-out .5s;
  -moz-transition: all .3s ease-in-out .5s;
  -ms-transition: all .3s ease-in-out .5s;
  -o-transition: all .3s ease-in-out .5s;
  transition: all .3s ease-in-out .5s;
}
.service_dowell .col-sm-3.website{background: #f05753}
.service_dowell .col-sm-3.app{background: #e35be3}
.service_dowell .col-sm-3.h5{background: #49aafe}
.service_dowell .col-sm-3.wechat{background: #f99e21}
.service_dowell .col-sm-3 h5 {
width: 75px;
height: 75px;
display: inline-block;

}
.service_dowell .col-sm-3.website h5{background: url(../img/words.png) no-repeat -168px -357px;}
.service_dowell .col-sm-3.app h5{background: url(../img/words.png) no-repeat -330px -291px;}
.service_dowell .col-sm-3.h5 h5{background: url(../img/words.png) no-repeat -330px -366px;}
.service_dowell .col-sm-3.wechat h5{background: url(../img/words.png) no-repeat -169px -440px;}
.service_dowell .col-sm-3{color: #fff}
.service_dowell .col-sm-3 h4{font-size: 15px}
.service_dowell .col-sm-3 p{line-height: 20px;font-size: 13px}
.service_dowell .col-sm-3.h5 p{line-height: 21px}
.service_dowell .col-sm-3{width: 24%;margin:0.5%;}
/* ==============================================================案例列表===================================================================== */
.case_wrapper ul.tab{
width: 1159px;
left: 0;
right: 0;
margin: 0 auto;
}
.case_wrapper ul{width: 100%}
.case_wrapper .col-sm-12{float: none;}
.case_wrapper ul li{margin-right: 3%!important}
.case_wrapper .tab_box .col-sm-4{
margin-bottom: 40px;
transition: All 0.4s ease-in-out;
-webkit-transition: All 0.4s ease-in-out;
-moz-transition: All 0.4s ease-in-out;
-o-transition: All 0.4s ease-in-out;
}
.case_wrapper .tab_box .col-sm-4:hover{
transform: translate(0,-10px);
-webkit-transform: translate(0,-10px);
-moz-transform: translate(0,-10px);
-o-transform: translate(0,-10px);
-ms-transform: translate(0,-10px);
-webkit-box-shadow: 1px 6px 15px 4px #fff;
-moz-box-shadow: 1px 6px 15px 4px #fff;
box-shadow: 1px 6px 15px 4px #fff;
}
.case_wrapper .tab_box .col-sm-4 .main_box{
position: relative;
}
.container_2{padding:0 50px;}
.case_wrapper .tab_box .col-sm-4 .img_box,.case_wrapper .tab_box .col-sm-4 .cover{
position: absolute;
width: 100%;
top: 4.5%;
text-align: center;
}
.case_wrapper .tab_box .col-sm-4 .cover {
color: #fff;
width: 76.923%;
background: rgba(0,0,0,.4);
margin: 0 auto;
left: 0;
right: 0;
webkit-transition: all 300ms ease 0s;
-moz-transition: all 300ms ease 0s;
-ms-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
transition: all 300ms ease 0s;
opacity: 0;
padding-bottom: 10px;
height: 78%;
}
.case_wrapper .tab_box .col-sm-4:hover .cover{opacity: 0.8;}
.case_wrapper .tab_box .col-sm-4 .cover h4 {
font-size: 18px;
font-weight: bold;
margin-top: 15%;
margin-bottom: 15px;
text-shadow: 0px 0px 1px #e10000;
}
.case_wrapper .tab_box .col-sm-4 .cover i {
width: 55px;
height: 55px;
display: inline-block;
text-align: center;
line-height: 54px;
border-radius: 30px;
font-size: 24px;
border: 1px solid #fff;
transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
-webkit-transition: all 0.6s ease 0s;
cursor: pointer;
margin-top: 5px;
}
.case_wrapper .tab_box .col-sm-4 .cover i:hover {
background: #f05753;
border-color: #f05753;
}
.case_wrapper .tab_box .col-sm-4 .main {
max-width: 520px;
margin: 0 auto;
}
.case_wrapper .tab_box .col-sm-4 .img_box img {
width: 76.923%;
}
.case_wrapper .tab_box{margin-top: 50px}
/* ==============================================================网站模版列表===================================================================== */
.modal_show .col-sm-4 .nr{
box-shadow: 0px 3px 10px 2px #e6e6e6;
padding-top: 1px;
}
.modal_show .col-sm-4 a{color: #333;text-decoration: none;}
.modal_show .col-sm-4 p.p1:hover{color: #379ad4;}
.modal_show .col-sm-4:hover .nr{
-webkit-box-shadow: 1px 12px 27px 4px #e6e6e6;

       
}
.modal_show .col-sm-4 .img_boxs{
      border:1px solid #e7e7e7;
      max-height: 285px;
      overflow: hidden;
      margin: 10px 10px 0 10px;
}
.modal_show .col-sm-4 .img_boxs img{min-height: 285px;}
.modal_show .col-sm-4 .text_boxs{padding:10px;}
.modal_show .col-sm-4 .text_boxs p.p2{color: #666;font-size: 13px;}
.modal_show .col-sm-4 .text_boxs h4{font-size: 15px;font-weight: bold;margin-top: 5px;}
/* ============================================================案例详情====================================================== */
.case_details .lbt {
background: url(../img/lb_bg.png) no-repeat center;
height: 865px;
position: relative;
padding-top: 53px;
text-align: center;
}
.case_details .lbt .carousel-inner .item{
position: absolute;
}
.case_details div#carousel-example-generic {
height: 535px;
z-index: 99999999;
width: 935px;
overflow: hidden;
margin-left: -12px;
position: initial;
display: inline-block;
}
.case_details .carousel-inner{height: 535px}
.case_details .carousel-indicators {
position: absolute;
bottom: 185px;
left: 0;
right: 0;
z-index: 15;
width: 150px;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
background: #333333;
height: 28px;
line-height: 28px;
border-radius: 50px;
margin: 0 auto;
}
.carousel-indicators li {
display: inline-block;
width: 16px;
height: 16px;
margin:4px;
}
.carousel-indicators .active {
width: 16px;
height: 16px;
border:1px solid red;
background: red;
margin:5px 4px;
}
.case_details ul li a{
width: 70px;
height: 40px;
border:1px solid #ccc;
display: inline-block;
text-align: center;
line-height: 40px;
border-radius: 5px;
color: #666;
font-size: 14px;
text-decoration: none;
transition: all 0.4s ease;
}
.case_details ul li a:hover{background: #e10000;color: #fff}
.case_details ul li a i{font-size: 26px;vertical-align: -webkit-baseline-middle}
.case_details ul{border-bottom: 1px solid #d3d3d3;padding:20px 0;}
.case_details .text_box .logo{padding:90px 0 60px 0;position: relative;}
.case_details .text_box .logo:before{
position: absolute;
content: '';
width: 600px;
height: 1px;
background: #ccc;
left: 0;
right: 0;
margin: 0 auto;
bottom: 0;
}
.case_details .title{padding:0 50px;margin-top: 20px}
.case_details .title a.btn{
width: 100px;
height: 34px;
line-height: 17px;
border-radius: 5px;
border:1px solid #ccc;
font-size: 16px;
color: #999;
display: block;
margin: 20px auto 30px
}
.case_details .title p{font-size: 15px;color: #999}
.case_details .case_tip h3{font-size:0.25rem; }
.case_details .case_tip a.btn{
width: 0.4rem;
height: 0.1rem;
}
.case_details .case_tip a.btn {
width: 1.9rem;
height: 0.5rem;
display: inline-block;
border: 2px solid #333;
font-size: 0.22rem;
color: #333;
margin: 0.5rem 0 0.7rem 0;
line-height: 0.36rem;
}
.x_gradient{
transition: all 0.4s ease;
}
.case_details .case_tip a.btn:hover{background: #333;color: #fff}
/* =====================================================联系我们============================================================================== */
.contact_wrapper .contact_top i{
width: 100px;
height: 100px;
border:3px solid #e10000;
display: inline-block;
font-size: 40px;
color:#e10000;
border-radius: 15px;
text-align: center;
line-height: 100px;
cursor: pointer;
}
.contact_wrapper .contact_top i:hover{
background: #e10000;
color: #fff;
}
.contact_wrapper .contact_top .col-sm-4{text-align: center;}
.contact_wrapper .contact_top .col-sm-4 p{font-size: 16px;font-weight: bold;margin-top: 30px}
.contact_wrapper .contact_bottom {
    margin-top: 90px;
    margin-bottom: 50px;
    overflow: hidden;
}
.contact_wrapper .contact_bottom h3{font-size: 26px;}
.contact_wrapper .contact_bottom .text{font-size: 16px;}
.contact_wrapper .contact_bottom .text p.p1{margin:20px 0;}
.contact_wrapper .contact_bottom .text p.p2{font-size: 14px;color: #757575;line-height: 25px}
.contact_wrapper .contact_bottom .text  p span{color: #e10000}
.contact_wrapper .contact_bottom .text ul{margin: 20px 0;}
.contact_wrapper .contact_bottom .text ul li p{margin-top:10px;}
.contact_wrapper .contact_bottom .text p.adress{
color: #404040;
line-height: 32px;
}
.contact_wrapper .contact_bottom ul li{margin-right: 25px;}
/* 新闻列表 */
.news_wrapper .tab_box ul li{ border-bottom:1px solid #eee; margin-top:0;}
.news_wrapper .tab_box ul li a{text-decoration: none;}
.news_wrapper .tab_box ul li .imgPic{
float: left;
width: 120px;
display: block;
}

.news_wrapper .tab_box ul li .media-left p{width: 85px;height: 90px; margin-top:5px; border:2px solid #e10000;display: inline-block;text-align: center;color: #fff; background:#fff;}
.news_wrapper .tab_box ul li .media-left p span{ display:block;}
.news_wrapper .tab_box ul li .media-left p span.month{font-size: 16px; background:#e10000;}
.news_wrapper .tab_box ul li .media-left p span.day{font-size: 20px; padding-top:18px; color:#e10000;}
.news_wrapper .tab_box ul li a:hover{text-decoration: none;}
.news_wrapper .tab_box ul li a:hover h4{color: #f05753}
.news_wrapper .tab_box ul li a:hover .media-left p span.month{background:#fff;}
.news_wrapper .tab_box ul li a:hover .media-left p{ background:#e10000;}
.news_wrapper .tab_box ul li a:hover .media-left p span.day{ color:#fff;}
.news_wrapper .tab_box ul li a:hover .media-left p span.month{ color:#e10000;}

.news_wrapper .tab_box ul li .listInfo{
margin-left: 120px;
display: block;
}
.news_wrapper .tab_box ul li .listInfo .nTitile{
color: #333;
font-weight: bold;
font-size: 18px;
width: 100%;
word-break: keep-all;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.news_wrapper .tab_box ul li .listInfo p,.news_wrapper .tab_box ul li .listInfo button.btn{
color: #999;
line-height: 24px;
font-size: 16px;
padding-top: 10px;
text-align: justify;
background: none
}
.news_wrapper .tab_box ul li .listInfo button.btn{padding:0;}
.news_wrapper .tab_box ul li{
overflow: hidden;
padding:10px;
transition: all ease-in-out .3s;
-webkit-transition: all ease-in-out .3s;
-moz-transition: all ease-in-out .3s;
margin-bottom: 10px
}
.news_wrapper .tab_box ul li:hover{
box-shadow: 0px 1px 12px 5px rgba(0,0,0,0.15);
}
.news_wrapper .tab_box ul li:hover .nTitile{color: #e10000}
.news_wrapper .tab_box ul li .listInfo .pull-right {
font-size: 15px;
color: #999;
padding-top: 5px;
}
.news_wrapper .tab_box ul li .listInfo .pull-right span{padding-left: 10px}
.news_wrapper .tab{
width: 495px;
margin: 0 auto;
left: 0;
right: 0;
}
.news_wrapper .n_bottom{overflow: hidden;margin-top: 18px}
.news_wrapper .tab_box ul li .listInfo .pull-right span i{font-size: 20px;vertical-align: text-top;}
/* ======================================================================================新闻详情 */
.news_details{padding:100px 0;}
.news_details .title h4{font-size: 22px;}
.news_details .title div.tc{font-size:16px;color: #999;margin-top: 20px}
.news_details .title div.tc span{padding:0 10px}
.news_details .text_box{margin-top: 50px;text-align: center;}
.news_details .text_box p{color: #666;line-height: 30px;font-size: 15px;text-align: left;text-align: justify;}
.news_details .text_box img{margin:15px 0; max-width:100%;}
.news_details .article_btn {
    padding-top: 40px;
    overflow: hidden;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}
.news_details .article_btn a{
color: #333;
}
.news_details .article_btn a:hover{color:#e10000}
/* ============================================分页样式================================== */
.page {height:120px;}
.page dl {
    /*width: 440px;*/
    margin: 100px auto;
}
.page dl dd{margin:0!important;padding:0!important;float:left;margin:0 1px!important}
.page dl dd a{padding: 10px 20px;border:1px solid #ccc;color:#333;text-decoration: none;}
.page dl dd a.active,.page dl dd a:hover{background:#e10000;border-color:#e10000;color:#fff;}

.page-year{}
.page-year dl dd{ display:inline-block; margin:0 5px 5px 0!important;}
.page-year dl dd a{ display:inline-block;}

.navbar-default .navbar-brand img{ height:100%; width:auto;}
























/* 媒体查询 */
@media only screen and (min-width: 1600px) and (max-width: 1900px) {
  .wrap_banner{height: 700px;}
}
@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .wrap_banner{height: 650px;}
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
  .wrap_banner{height: 600px;}
  .wrap_banner .b1 {
    bottom: 50px;
    right: 100px;
}
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .wrap_banner{height: 560px;}
  .wrap_banner .b1 {
    bottom: 50px;
    right: 100px;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  .wrap_banner{height: 520px;}
  .wrap_banner .b1 {
    bottom: 50px;
    right: 100px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

/* ====================================================================页头页脚=============================================================== */
.footer .col-sm-3{padding-left: 10%!important;}
.footer ul li a, .footer ul li span {
    padding: 0 9px!important;
}
/* ======================================================================首页================================================================= */

.index_titlebox .index_title{font-size: 26px}
.index_titlebox .index_intro{font-size: 16px}
/* 我们可以做的更好 */
.do_well .col-sm-3 p.p3{font-size: 13px;}
/* 我们的成功案例 */
.do_well .col-sm-3.col-xs-6{padding:0 5px;}
/* 腰线1 */
.waist_line{height: 300px;}
.waist_line h2 {
    font-size: 26px;
    color: #fff;
    padding-top: 60px;
    line-height: 40px;
}
.waist_line a {
    margin-left: 85px;
    width: 180px;
    height: 50px;
    line-height: 35px;
    font-size: 20px;
}
/* 新闻中心 */
.index_news .media-body p{display:none;}
.index_news{height: 590px}
.news_details .article_btn{text-align:left;}
.news_details .article_btn div{
  width:100%;
  word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.news_details .article_btn .pull-right{float:left!important;margin-top: 10px;}
/* =============================================================================================关于我们 */
.about_banner {height: 330px;}
.about_wrapper .col-sm-5,.about_wrapper .col-sm-7{
	width: 100%
}
.about_wrapper .col-sm-5,.about_wrapper .do_well .box .col-sm-7 h3{text-align: center;}
.about_wrapper .col-sm-7{margin-top:20px;}
.about_wrapper .col-sm-5 img{display: inline-block;}
.about_wrapper .box .all_box .text_box {
    padding-top: 60px;
}
.about_wrapper .yctd {
    margin-top: 15px;
}
.about_wrapper {
    margin-bottom: 50px;
}
.about_wrapper .tab{width: 260px}
/* ===============================================================================================服务项目 */
.service_wrapper .do_well .box .col-sm-4 .text_box p{font-size: 13px;}
/* =================================================================案例列表 */
.tab_wrapper .tab li{width: 100px}
.case_wrapper ul.tab {
    width: 890px;
}
.case_wrapper .tab_box .col-sm-4 .cover h4 {
    margin-top: 10%;
    margin-bottom: 10px;
}
/* =========================================================案例详情=========================================== */
.case_details .lbt {
    background-size: 90%;
}
.case_details div#carousel-example-generic {
    width: 80%;
    margin-left: -10px;
}
.case_details .lbt .carousel-inner .item {
    top: 27%;
}
.case_details .carousel-indicators {
    bottom: 31.6%;
}
.case_details .text_box .logo {
    padding: 50px 0 40px 0;
}






























}
@media only screen and (min-width: 1000px) and (max-width: 1198px) {
  nav.navbar.navbar-default ul li a {
    width: 100px;}
  /* =============================================================================案例详情 */
  .case_details .lbt .carousel-inner .item {
    top: 4.5%;
  }
.case_details .carousel-indicators {
    bottom: 23.5%;
}
.case_details .lbt {
    height: 770px;
}
.case_details .case_tip h3 {
    font-size: 0.3rem;
}
.case_details .case_tip a.btn {
    width: 2.5rem;
    height: 0.7rem;
    font-size: 0.3rem;
    line-height: 0.45rem;
}
/* ===================================================================================联系我们 */
.contact_wrapper .contact_bottom .text ul {
    margin: 10px 0;
}
/* ===================================================================================网站模版列表 */
.modal_show .col-sm-4 .img_boxs{max-height:200px;}
.modal_show .col-sm-4 .img_boxs img{min-height:200px;}




}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
/* ====================================================================页头页脚=============================================================== */
nav.navbar.navbar-default ul li a{
	    width: 80px;
    padding: 15px 2px;
    font-size: 14px;
}
.footer ul li a, .footer ul li span {
    padding: 0 6px!important;
}
.footer ul li a, .footer ul li span {
    font-size: 13px;
}
.footer .row {
    font-size: 13px;
    line-height: 26px;
    padding-top: 20px;
}
.footer .col-sm-3 p{font-size: 12px}

/* =================================================================关于我们 */
.about_wrapper .box .all_box .text_box p {
    line-height: 21px;
    font-size: 13px;
}
.about_wrapper .box .col-sm-3.col-xs-6 {
    padding-right: 5px;
}
.about_wrapper.tab_wrapper .tab li {
    width: 100px!important;
    margin-right: 55px!important;
}
.about_wrapper.tab_wrapper .tab li.last{margin-right: 0!important}
/* =================================================================服务项目 */
.service_wrapper .do_well .box .col-sm-4 .text_box {
    padding: 5px 15px;
}
.service_dowell .col-sm-3{width: 49%;margin:0.5%;}
/* =================================================================网站模版列表 */
.modal_show .col-sm-4 .img_boxs{max-height:200px;}
.modal_show .col-sm-4 .img_boxs img{min-height:200px;}
.modal_show .col-sm-4{padding:5px}
/* =================================================================案例列表 */
.tab_wrapper .tab li {
    width: 90px;
    font-size: 14px;
    margin-right: 1%!important;
}
.case_wrapper .tab_box .col-sm-4 .cover h4 {
    margin-top: 5%;
    margin-bottom: 5px;
}
/* ==================================================================案例详情 */
.case_details .lbt {
    height: 665px;
  }
  .case_details .lbt .carousel-inner .item {
    top: 8%;
}
.case_details .carousel-indicators {
        bottom: 26.5%;
}
.carousel-indicators li,.carousel-indicators .active  {
    width: 14px;
    height: 14px;
}
.case_details .carousel-indicators{height: 26px;line-height: 26px}
.case_details .case_tip h3 {
    font-size: 0.3rem;
}
.case_details .case_tip a.btn {
    width: 2.5rem;
    height: 0.7rem;
    font-size: 0.3rem;
    line-height: 0.45rem;
}
/* =======================================================================================联系我们 */
.contact_wrapper .contact_bottom .col-sm-6{
  width: 100%;
}
.contact_wrapper .contact_bottom {
    margin-top: 30px;
}
.contact_wrapper .contact_bottom .text {
    border: 2px dashed #999;
    padding: 0 15px;
    margin-bottom: 20px;
}
/* =======================================================================================新闻列表 */
.tab_wrapper.news_wrapper .tab li {
    width: 90px;
    font-size: 14px;
    margin-right: 25px!important;
}
.tab_wrapper.news_wrapper .tab li.last{margin-right: 0!important;}
.news_wrapper .tab {
    width: 326px;
  }
.news_wrapper .n_bottom {
    margin-top: 0px;
}
/* =========================================================================================新闻详情 */
.news_details{padding:40px 0;}


}

.fw {
	width: 100%;
	margin:60px auto;
	position: relative;
}

.fw .fw_bg {
	width: 100%;
	height: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	overflow: hidden;
	background-size: cover;
}


.fw .fw_m {
	width: 100%;
	position: relative;
	z-index: 2;
}


.fw .wrapper {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	padding-top:120px;
	position: relative;
}

.fw .wrapper p {
	padding-top: 80px;
	line-height: 27px;
	color: #929292;
	font-size: 14px;
	text-align: center;
	position: absolute;
	width: 100%;
}

.fw .tagcloud {
	min-height: 300px;
	position: relative;
}

.fw .tagcloud a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 15px 30px;
	color: #333;
	font-size: 18px;
	border: 1px solid #e6e7e8;
	border-radius: 200px;
	background-color: #f2f4f8;
	text-decoration: none;
	white-space: nowrap;
	-o-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
	-ms-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
	-moz-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
	-webkit-box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
	box-shadow: 6px 4px 8px 0 rgba(151, 142, 136, .34);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=125, Strength=9);
}

.product_page{ margin-top:0;}

.ab-s {
	padding-bottom: 40px;
	text-align:center;
}

.ab-s .t {
	font-size: 32px;
	padding: 60px 0 80px 0;
	position: relative;
	text-align: center;
	color: #333;
}

.abs-1 .item {
	overflow: hidden;
	width: 580px;
	float: left;
	margin-bottom: 30px;
	margin-right: 20px;
}

.abs-1 .fl {
	width: 580px;
}

.abs-1 .fr {
	width: 580px;
}

.abs-1 .fl .item {
	margin-bottom: 30px;
}

.abs-1 .abs-1 .item:nth-child(even) {
	margin-bottom: 30px;
	display: table;
	vertical-align: middle;
}

.abs-1 .item .n {
	line-height: 80px;
	float: right;
	width: 80px;
	height: 80px;
	font-size: 24px;
	border-radius: 50%;
	color: #fff;
}

.abs-1 .item .c {
	float: right;
	text-align: right;
	margin-right: 20px;
}

.abs-1 .item:nth-child(even) {
	margin-right: 0;
	margin-left: 20px;
}

.abs-1 .item:nth-child(even) .n {
	float: left;
}

.abs-1 .item:nth-child(even) .c {
	float: left;
	text-align: left;
	padding-left: 20px;
	max-width: 360px;
}

.abs-1 .item .p {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
}

.abs-1 .item .h {
	font-size: 24px;
	color: #17a1e5;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.abs-1 {
	overflow: hidden;
}

.abs-1 .color1 {
	background: #2ea8e5;
}

.abs-1 .color2 {
	background: #f4b183;
}

.abs-1 .color3 {
	background: #14caac;
}

.abs-1 .color4 {
	background: #ffd966;
}

.abs-1 .color5 {
	background: #8faadc;
}

.abs-1 .color6 {
	background: #77d03c;
}

.abs-1 .color7 {
	background: #ff6e6e;
}

.abs-1 .color8 {
	background: #da91cd;
}

.ab-s2 {
	background: #f6f6f6;
}

.abs-2 {
	overflow: hidden;
}

.abs-2 .item {
	width: 50%;
	float: left;
	position: relative;
	padding-top: 30px;
}

.abs-2 .item img {
	width: 260px;
	border-radius: 10px;
}

.abs-2 .item h3 {
	font-size: 24px;
	font-weight: normal;
	padding: 15px 0;
}

.abs-2 .item p {
	width: 350px;
	margin: 0 auto;
	text-align: left;
}

.abs-2 .item .quan {
	position: absolute;
	width: 80px;
	height: 80px;
	font-size: 18px;
	border-radius: 50%;
	background: #ff6e6e;
	color: #fff;
	line-height: 80px;
	top: 0;
	right: 160px;
	transform: rotate(-15deg);
}

.abs-2 .item .quan2 {
	background: #2ea8e5;
}

.abs-3 {
	overflow: hidden;
}

.abs-3 .fl {
	width: 450px;
	text-align: right;
}

.abs-3 .fl img {
	width: 400px;
	padding-right: 50px;
}

.abs-3 .fr {
	width: 750px;
}

.abs-3 .fr .item {
	overflow: hidden;
	margin-top: 0px;
	padding-left: 20px;
}

.abs-3 .fr .n {
	line-height: 80px;
	float: left;
	width: 80px;
	height: 80px;
	font-size: 24px;
	border-radius: 50%;
	color: #fff;
	background: #2ea8e5;
}

.abs-3 .fr .tt {
	float: left;
	text-align: left;
	margin-left: 10px;
	width: 600px;
}

.abs-3 .fr .tt h3 {
	font-size: 24px;
	color: #17a1e5;
	font-weight: normal;
	margin-bottom: 5px;
}

.abs-3 .fr .tt p {
	font-size: 18px;
}

.ab-s .t:after {
	content: "";
	width: 80px;
	height: 4px;
	background: #e10000;
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -40px;
}

.ab-s4 {
	background: #f5f5f5;
	padding-bottom: 80px;
}

.abs-4 {
	overflow: hidden;
}

.abs-4 .item {
	width: 25%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.abs-4 .item .tit {
	width: 240px;
	margin: 0 auto;
}

.abs-4 .item .tit .w {
	font-size: 20px;
	height: 50px;
	background: #2ea8e5;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #fff;
	line-height: 50px;
}

.abs-4 .item .list {
	background: #fff;
	padding: 15px 0;
	height: 230px;
}

.abs-4 .item .list p {
	font-size: 16px;
	line-height: 2;
}




.ab-s5 {
	background: #f6f6f6;
}

.abs-5 {
	overflow: hidden;
}

.abs-5 .fl2 {
	width: 450px;
	text-align: right;
}

.abs-5 .fl2 img {
	width: 400px;
	padding-right: 50px;
}

.abs-5 .fr {
	width: 750px;
}

.abs-5 .fr .item {
	overflow: hidden;
	margin-top: 0px;
	padding-left: 20px;
}

.abs-5 .fr .n {
	line-height: 80px;
	float: left;
	width: 80px;
	height: 80px;
	font-size: 24px;
	border-radius: 50%;
	color: #fff;
	background: #ff6e6e;
}

.abs-5 .fr .tt {
	float: left;
	text-align: left;
	margin-left: 10px;
	width: 600px;
}

.abs-5 .fr .tt h3 {
	font-size: 24px;
	color: #17a1e5;
	font-weight: normal;
	margin-bottom: 5px;
}

.abs-5 .fr .tt p {
	font-size: 18px;
}


.blank100{ height:100px;}

@media only screen and (min-width: 320px) and (max-width: 769px) {

.fw { margin:10px auto 40px auto;}
.fw .fw_bg { height:400px;}
.fw .wrapper{ width:100%; padding-top:0; height:400px;}
.fw .wrapper p { padding-top: 15px; line-height:160%;}
.fw .tagcloud { width:100%; min-height:320px; height: 320px; margin-top:85px;}
.fw .tagcloud a { padding:8px 10px; font-size: 16px;}


	.ab-s .t {
		font-size: 24px;
		padding: 30px 0;
	}

	.abs-1 .item .n {
		width: 60px;
		line-height: 60px;
		height: 60px;
	}

	.abs-1 .item .h {
		font-size: 18px;
	}

	.abs-1 .item .p {
		font-size: 14px;
	}

	.abs-1 {
		padding: 0 15px;
		box-sizing: border-box;
		width: 100%;
	}

	.abs-1 .item {
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: inherit !important;
		width: min-content;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		width: inherit !important;
	}

	.abs-1 .item .n {
		float: left;
	}

	.abs-1 .item .c {
		float: inherit !important;
		text-align: left;
		padding-left: 10px !important;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		min-width: 0;
		box-sizing: border-box;
	}

	.w1200 {
		width: 100%;
	}

	.header .head {
		width: inherit;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.abs-2 .item {
		width: 100%;
		margin-bottom: 30px;
	}

	.abs-2 .item .quan {
		right: 80px;
	}

	.abs-3 .fl {
		width: 100%;
		text-align: center;
		width: 100%;
		float: inherit;
	}

	.abs-3 .fl img {
		width: 300px;
		padding: 0;
	}

	.abs-3 .fr {
		width: 100%;
		float: inherit;
		text-align: center;
	}

	.abs-3 .fr .item {
		overflow: hidden;
		margin: 0;
		padding: 0;
		margin-bottom: 30px;
	}

	.abs-3 .fr .n {
		line-height: 60px;
		float: inherit;
		width: 60px;
		height: 60px;
		font-size: 24px;
		border-radius: 50%;
		color: #fff;
		background: #2ea8e5;
		margin: 0 auto;
	}

	.abs-3 .fr .tt {
		float: inherit;
		text-align: left;
		width: 100%;
		text-align: center;
		margin-left: 0;
	}

	.abs-3 .fr .tt h3 {
		font-size: 18px;
		color: #17a1e5;
		font-weight: normal;
		margin-bottom: 5px;
		margin-top: 10px;
	}

	.abs-3 .fr .tt p {
		font-size: 14px;
		width: 240px;
		margin: 0 auto;
	}
	
	.abs-4 .item {
		width: 100%;
		float: left;
		padding: 0 15px;
		box-sizing: border-box;
		margin-top: 30px;
	}




	.abs-5 .fl2 {
		width: 100%;
		text-align: center;
		width: 100%;
		float: inherit;
	}

	.abs-5 .fl2 img {
		width: 300px;
		padding: 0;
	}

	.abs-5 .fr {
		width: 100%;
		float: inherit;
		text-align: center;
	}

	.abs-5 .fr .item {
		overflow: hidden;
		margin: 0;
		padding: 0;
		margin-bottom: 30px;
	}

	.abs-5 .fr .n {
		line-height: 60px;
		float: inherit;
		width: 60px;
		height: 60px;
		font-size: 24px;
		border-radius: 50%;
		color: #fff;
		background: #ff6e6e;
		margin: 0 auto;
	}

	.abs-5 .fr .tt {
		float: inherit;
		text-align: left;
		width: 100%;
		text-align: center;
		margin-left: 0;
	}

	.abs-5 .fr .tt h3 {
		font-size: 18px;
		color: #17a1e5;
		font-weight: normal;
		margin-bottom: 5px;
		margin-top: 10px;
	}

	.abs-5 .fr .tt p {
		font-size: 14px;
		width: 240px;
		margin: 0 auto;
	}




	.ab-s .t:after {
		content: "";
		width: 80px;
		top: 70px;
	}

/* banner */
.swiper-container {
	height: 180px;
	width:100%;
}

.swiper-container .swiper-slide {
	height: 180px;

}

.index-swiper .swiper-pagination-bullet {
	height: 4px;
	width: 30px;
	border-radius: 0;
}

.index-swiper .swiper-pagination {
	bottom: 20px !important;
}

  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{margin:0;}
.navbar-default .navbar-toggle {
    border-color: #666;
    background: #666;
    margin-right:0;
}
.navbar-default .navbar-brand{padding-left: 0;}
.navbar-default .navbar-brand img{ height:100%; width:auto;}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background: #666;;}
.navbar-collapse {
    width: 140px;
    background: #fff;
    position: absolute;
    z-index: 9;
    right: 10px;
}
.navbar-nav {
    margin: 0px -15px;
}
nav.navbar.navbar-default ul li a {
    width: 100%;
    height: 40px;
    text-align: left;
    line-height: 18px;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    text-align: center;
}

.copyright {
    width: 100%;
    background: #16171a;
    height: auto!important;
    line-height:20px!important;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding:10px 0;
}
.copyright p{margin:0;}
/* ==============================================================首页 */
.do_well {margin-top: 0px;}
.index_titlebox .index_title{font-size: 18px; margin-top: 30px;}
.index_titlebox .index_intro {
    font-size: 14px;
    color: #727272;
    margin: 30px 0 30px 0;
}
.index_titlebox .index_title:before {
    bottom: -19px;
}
.do_well .col-sm-3.col-xs-6{padding:0 3px;margin-bottom: 20px!important;}
.waist_line {
    height: 150px;
    background: url(../img/index_12.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 10px;
}
.waist_line h2 {
    font-size: 16px;
    color: #fff;
    padding-top: 15px;
    line-height: 30px;
}
.waist_line a {
    float: left;
    margin-left: 0;
    width: 82px;
    height: 31px;
    margin-right:24px;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
}
.waist_line .index_button{
  margin-top: 25px;
  overflow: hidden;
  max-width: 190px;
}
.waist_line .index_button a.btn:nth-child(2){margin-right: 0;}
.do_well .col-sm-3 p{margin-bottom: 0}
/* 成功案例 */
.image01 .buttons i {
    width: 45px;
    height: 45px;
    line-height: 44px;
    font-size: 20px;
    margin-top: 0;
}
.image01 .buttons p {
    font-size: 12px;
    font-weight: normal;
}
.image01 .title{font-size: 12px}
/*网站模版列表*/
.modal_show .col-sm-4 .nr {
    margin: 6px;
}
.modal_show .col-sm-4{margin-bottom: 0px!important;}
/* 新闻中心 */
/*CCCCC
.modal_show .col-sm-4 .img_boxs{max-height: 180px;}
.modal_show .col-sm-4 .img_boxs img{min-height: 180px;}
*/
.index_news{height: auto;padding-top: 0px;margin-top: 20px;padding-bottom: 40px;}
.index_news .col-sm-6{padding:0;}
.index_news .col-sm-6 .media{margin-bottom: 10px}
.index_news .media-body h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
}
.index_news .media-left p {
    width: 70px;
    height: 70px;
}
.index_news .media-left p span.month {
    font-size: 14px;
}
.index_news .media-left p span.day {
    font-size: 20px;
	padding-top:10px;
}
.index_news .media-body p {
    font-size: 13px;
    line-height: 20px;
}
.news_details .article_btn {
    text-align: left;
    padding-top: 0;
    border: 0;
    margin-top: 20px;
}
.news_details .article_btn div{
  width:100%;
  word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.news_details .article_btn .pull-right{float:left!important;margin-top: 10px;}
.news_details .article_btn a{font-size: 13px;}
/* 腰线2 */
.waist_line2 {
    background: url(../img/bbbggg.png) no-repeat center;
    height: 150px;
    background-size: cover;
}
/* =============================================================================================关于我们 */
.about_banner {height: 130px!important;}
.about_wrapper .yctd{margin-top: -15px;}
.tab_wrapper .tab_nav {
    position: relative;
    height: 50px;
    padding: 30px 0 40px 0;
}
.about_wrapper .tab_box.col-sm-12,.about_wrapper .do_well .box .col-sm-7,.about_wrapper .do_well .box .col-sm-5{padding:0;}
.about_wrapper  .do_well .container{padding:0;}
.about_wrapper .box .all_box .text_box p {
    padding: 0 10px;
    line-height: 22px;
    font-size: 13px;
}
.about_wrapper .box .col-sm-3.col-xs-6 {
    padding: 0 5px;
    padding-right: 0;
    margin-bottom: 20px;
}
.about_wrapper .box .all_box .text_box {
    padding-top: 62px;
}
.about_wrapper{margin-bottom: 20px;}
.about_wrapper .box .all_box{background-size: cover}
.about_wrapper .tab{width: 260px}
.about_wrapper.tab_wrapper .tab li {
    width: 100px!important;
    margin-right: 55px!important;
    font-size: 15px;
    height: 35px;
    line-height: 33px;
}
.about_wrapper.tab_wrapper .tab li.last{margin-right: 0!important}
.about_wrapper .col-sm-5 img {
    display: inline-block;
}
.about_wrapper .col-sm-5{text-indent: center}
.about_wrapper .do_well .box .col-sm-7 h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
/* ===================================================================================服务项目 */
.cb{clear: both}
.service_wrapper .clearfix {
    display: inline-flex;
}
.service_wrapper .do_well .box .col-sm-4 .text_box p {
    font-size: 13px;
}
.service_wrapper .do_well .container{padding:0;}
.service_dowell .col-sm-3{width: 49%;margin:0.5%;float: left;padding:5px; text-align:center;}
.service_dowell .col-sm-3 p{font-size: 12px;}
.service_dowell .col-sm-3 h4{font-size: 14px}
.service_dowell .col-sm-3.h5 p {
    line-height: 20px;
}
.service_dowell .col-sm-3{height: 210px;}
/* =================================================================案例列表 */
.tab_wrapper .tab li {
    width: 90px;
    font-size: 14px;
    margin-right: 0.5%!important;
    margin-left: 0.5%;
}
.case_wrapper .tab li{height: 35px;line-height: 33px;font-size: 15px;margin-bottom: 8px}
.case_wrapper ul.tab {
    width: 100%;
}
.tab_wrapper .tab li {
    width: 24%;
    cursor: pointer;
    font-family: '微软雅黑';
    float: left;
    border-radius: 50px;
    text-align: center;
    margin-right: 50px;
    border: 1px solid #e10000;
    transition: all 0.4s ease;
}
.case_wrapper .tab_box .col-sm-4 .main_box {
    margin-top: 20px;
}
.container_2 {
    padding: 10px;
}
.case_wrapper .tab_box .col-sm-4 {
    margin-bottom: 20px;
    width: 50%;
    float: left;
    padding: 0;
}
.case_wrapper .tab_box .col-sm-4 .cover{display: none}
.case_wrapper .tab_box .col-sm-4 p.name{color: #333;margin:0;}
.case_wrapper .tab_box .col-sm-4 a{text-decoration: none;}
/* =================================================================================案例详情 */
.case_details .title {
    padding: 0;
    margin-top: 20px;
}
.case_details .text_box .logo {
    padding: 20px 0 20px 0;
}
.case_details .title h3{font-size: 20px}
.case_details .title a.btn {
    width: 98px;
    height: 30px;
    line-height: 15px;
    margin: 20px auto 20px;
}
.case_details .case_tip h3 {
    font-size: 15px;
    line-height: 26px;
}
.case_details .case_tip a.btn {
    width: 110px;
    height: 34px;
    display: inline-block;
    border: 2px solid #333;
    font-size: 14px;
    color: #333;
    margin: 0.5rem 0 0.7rem 0;
    line-height: 17px;
}
.case_details .text_box .logo:before {
    width: 80%;
}
.case_wap {margin:20px 0;}
.case_details ul li a i {
    vertical-align: sub;
    color: #999
}
.case_details ul li a:hover i{color: #fff}
/* ===================================================================================联系我们 */
.contact_wrapper .contact_bottom {
    margin-top: 30px;
}
.contact_wrapper .contact_bottom .text {
    border: 2px dashed #999;
    padding: 0 15px;
    margin-bottom: 20px;
}
.contact_wrapper .contact_bottom {
    margin-top: 0;
    margin-bottom: 20px
}
/* =========================================================================================新闻列表 */
.tab_wrapper.news_wrapper .tab li {
    width: 90px;
    font-size: 15px;
    margin-right: 25px!important;
    height: 35px;
    line-height: 33px
}
.tab_wrapper.news_wrapper .tab li.last{margin-right: 0!important;}
.news_wrapper .tab {
    width: 326px;
  }
.news_wrapper .tab_box ul li .listInfo .nTitile {
    font-size: 14px;
}
.news_wrapper .tab_box ul li .listInfo p, .news_wrapper .tab_box ul li .listInfo button.btn {
    font-size: 13px;
    padding-top: 0px;
    line-height: 22px
}
.news_wrapper .tab_box ul li .listInfo .nTitile {
    font-size: 15px;
    width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_wrapper .n_bottom {
    margin-top: 0px;
}
.news_wrapper .tab_box {margin-top: 20px;}
.news_wrapper .tab_box ul li .listInfo .pull-right span i {
    font-size: 18px;
    vertical-align: text-top;
}
/* =========================================================================================新闻详情 */
.news_details {
    padding: 20px 0;
}
.news_details .title h4 {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}
.news_details .text_box {
    margin-top: 20px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
.news_details .text_box img{ max-width:100%;}
.news_details .title div.tc {
    font-size: 15px;
    margin-top: 10px;
    text-align: left;
}
.news_details .title div.tc span{padding-left: 0}
.news_details .article_btn a.btn {
    width: 100px;
    height: 35px;
    line-height: 19px;
    border: 1px solid #333;
    color: #666;
    display: inline-block;
    font-size: 14px;
    margin: 20px 15px 15px 15px;
}
div#dituContent{height: 320px!important;}


.i_box .box_m {
	margin-top: 30px;
}

.solution .item {
	width: 100%;
	height: 352px;
	text-align:center;
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
	margin:0 0 30px 0;
}

/* ================================================================================新闻列表 */
.news_wrapper .tab_box ul li .imgPic,.news_wrapper .tab_box ul li .imgPic img{ float:left; width: 20%;height: auto;}
.news_wrapper .tab_box ul li .listInfo {
    margin: 3px 0 0 0;
	float:right;
	display:block;
	width:70%;
}
.items-container .item .image01 { width:96%; margin-bottom: 0;}

.about_wrapper .box .all_box{ height:auto; padding:10px 0;}
.blank100{ height:50px;}
}

@media only screen and (min-width: 310px) and (max-width: 580px) {

/* ========================================================================================首页 */
.do_well .col-sm-3 div img {
    width: 90%;
}
.do_well .index_box ul.list-inline{margin:0;overflow: hidden;}
/* ===================================================================================服务项目 */
.service_wrapper .do_well .box .col-sm-4 .text_box p {
    font-size: 12px;
}
.service_wrapper .do_well .box .col-sm-4 .text_box {
    background: #666;
    padding: 5px;
    text-align: center;
}
.service_wrapper .do_well .box .col-sm-4 .text_box p{margin-bottom: 5px}
.service_wrapper .do_well .box .col-sm-4 .text_box{height: 118px}
/* ====================================================================================联系我们 */
.contact_wrapper .contact_bottom .col-sm-6 {
    padding:0;
}
.contact_wrapper .contact_bottom h3 {
    font-size: 18px;
}
.contact_wrapper .contact_bottom .text p.p1 {
    margin: 10px 0;
    font-size: 14px;
}
.contact_wrapper .contact_bottom .text ul {
    margin: 10px 0;
}
.contact_wrapper .contact_bottom .text ul li p {
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 0
}
.contact_wrapper .contact_bottom .text p.adress {
    font-size: 14px;
}
.contact_wrapper .contact_code{text-align: center;}
.contact_wrapper .contact_bottom ul li {
    margin-right: 0;
}
.contact_wrapper .contact_bottom ul {display: inline-block;}

.news_wrapper .tab_box ul li{border: 1px solid #e1e1e2;margin-bottom: 20px;}

/* 分页 */
.page{ height:100%; margin-bottom:120px;}
.page dl{width:96%; margin:0 auto}
.page dl dd a {
	display:inline-block;
    padding: 5px 8px;
    font-size: 14px;
}
.page {
    padding: 20px 0;
}
/* 模版展示 =====================================================================================*/

/*CCCCC*/
.modal_show .col-sm-4 .img_boxs {
    max-height: inherit;
}
.modal_show .col-sm-4 .img_boxs img {
    min-height: inherit;
}
.modal_show .col-sm-4 .nr {
    margin: 3px;
}


}

.download-item{ padding:10px 10px;}
.download-item img{ vertical-align:middle; margin-right:5px;}
.download p{ margin:0; padding:3px 0; font-weight:600;}
.download p.list{ padding-left:20px; font-weight:normal;}
.download p.list a{ margin-right:12px;}

.article_list_more_pages {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
.article_list_more_pages ul {
  margin: 0;
  padding: 0;
  display: block;
}
.article_list_more_pages li {
  list-style: none;
  display: inline-block;
  padding: 0 0.5rem;
}
.article_list_more_pages li a {
  color: #878787;
  background: #eee;
  display:inline-block;
  padding: 6px 12px;
}

.article_list_more_pages li a:hover,.article_list_more_pages li a.active {
  background: #e10000;
  color: #fff;
}

.about_wrapper .tab_box{ padding-bottom:80px;}
@media only screen and (max-width: 768px) {
	.about_wrapper .tab_box{ padding-bottom:0;}
	.about_wrapper .box{ margin-top:30px;padding-bottom:0;}
	.about_wrapper .box .all_box{ margin-top:0; margin-bottom:0;}
}

.col-five{ width:20%;}
.items-container .item .image02{ border-radius:20px; text-align:center;}
.items-container .item .image02 img{ max-width:100%; display:inline-block;}
.items-container .item .image02 .name{ height:40px; line-height:40px; overflow:hidden;}
.plug-menu,.navbar-item strong,.navbar-item a{ display: none;}
@media only screen and (max-width: 768px) {
.plug-menu{ display:block; width:36px;height:36px;border-radius:36px;position: fixed;bottom:16px;left:16px;z-index:999;-moz-box-shadow:0 0 0 4px #fff,0 2px 5px 4px rgba(0,0,0,.25);-webkit-box-shadow:0 0 0 4px #fff,0 2px 5px 4px rgba(0,0,0,.25);box-shadow:0 0 0 4px #fff,0 2px 5px 4px rgba(0,0,0,.25);background-color:#b70000;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,red),color-stop(100%,#b70000));background-image:-webkit-linear-gradient(top,red,#b70000);background-image:-moz-linear-gradient(top,red,#b70000);background-image:-o-linear-gradient(top,red,#b70000);background-image:linear-gradient(top,red,#b70000)}.plug-menu span{display:block;width:28px;height:28px;background:url(../img/plugmenu.png) no-repeat;background-size:28px 28px;text-indent:-999px;position:absolute;top:50%;left:50%;margin-top:-14px;margin-left:-14px;overflow:hidden}.plug-btn{width:32px;height:32px;border-radius:32px;-moz-box-shadow:0 0 0 3px #fff,0 2px 5px 3px rgba(0,0,0,.25);-webkit-box-shadow:0 0 0 3px #fff,0 2px 5px 3px rgba(0,0,0,.25);box-shadow:0 0 0 3px #fff,0 2px 5px 3px rgba(0,0,0,.25);background:#333;position:fixed;bottom:0;left:0;margin-bottom:20px;margin-left:20px;z-index:998}.plug-btn span{display:block;width:24px;height:24px;text-indent:-999px;position:fixed;top:50%;left:50%;margin-top:-12px;margin-left:-12px;overflow:hidden;background-repeat:no-repeat;background-size:24px 24px}.plug-phone .plug-useless{background:#e2e2e2}.plug-btn,.plug-menu span{-webkit-transition:-webkit-transform .2s}.plug-menu span.open{-webkit-animation-name:open;-webkit-transform:rotate(135deg)}.plug-menu span.close{-webkit-animation-name:close;-webkit-transform:rotate(0deg);opacity:1;}.plug-btn1.open{-webkit-transform:translate(0,-100px) rotate(720deg)}.plug-btn1.close{-webkit-transform:translate(0,0) rotate(0deg)}.plug-btn2.open{-webkit-transform:translate(47px,-81px) rotate(720deg)}.plug-btn2.close{-webkit-transform:translate(0,0) rotate(0deg)}.plug-btn3.open{-webkit-transform:translate(81px,-45px) rotate(720deg)}.plug-btn3.close{-webkit-transform:translate(0,0) rotate(0deg)}.plug-btn4.open{-webkit-transform:translate(100px,0) rotate(720deg)}.plug-btn4.close{-webkit-transform:translate(0,0) rotate(0deg)}.plug-btn5.open{display:block;width:310px;height:310px;border-radius:310px;background-color:rgba(255,255,255,0);-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;z-index:997;left:-170px;top:-170px;overflow:hidden}.plug-btn5.close{display:none}.themeStyle{background:#de270b}

.navbar-item{ float:right;}
.navbar-item strong{ display:inline-block; position:relative; top:-5px; margin-right:-10px; font-weight:500; font-size:14px;}
.navbar-item a{ display:inline-block; position:relative; top:-5px; font-weight:500; font-size:14px; padding:0 10px; height:26px; line-height:26px; background:#f00; color:#fff; border-radius:20px;}
.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{ float: none; border:none; background:none;}
.navbar-default .navbar-toggle .icon-bar{ background:#666; height:4px; width:25px;}

.items-container .item .image02{ margin-bottom:15px; width:100%;}
.items-container .item .image02 img{ width:80%;}

.footer{ padding-top:5px; background:#16171a;}
.footer .footer-link span{ display:none;}
.footer .footer-link li{ width:25%; float:left; text-align:center; margin:10px 0 0 0; text-align: center;}
.footer .footer-link li a{ padding:0; font-size:14px; color:#fff; text-decoration:underline;}
.copyright p{ padding-bottom:10px;}
.copyright .tel{ font-size:16px; padding-bottom:20px;}
.copyright .tel a{ color:#f00; font-weight:600;}

.fw .fw_m{ overflow:hidden;}
}