body{
	background:#f5f5f5; 
	overflow-x: hidden;
	font-family: "微软雅黑";
}
ul li {
	list-style: none;
}

.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}


p.text-center{
	color: #999;
	margin:25px 0;
}

/*----------------------------------------------------------------------index----------------------------------------*/
/*header*/
.header-top{
	background: #f0f0f0;
	height: 40px;
}
.header-top .container{
	height: 40px;
}
.header-top .left, .right{
	height: 100%;
}
.header-top .left{
	float: left;
}
.header-top .right{
	float: right;
}
.header-top .left p, .header-top .right p{
	display: inline-block;
	height: 100%;
	line-height: 40px;
	cursor:pointer;
}
.header-top .right p span{
	margin-left: 15px;
}
/*菜单按钮动画过渡*/
.navbar-toggle span{
	transition: all 0.5s;
	transform-origin: left;
}

.modal .modal-content p{
	font-size: 24px;
	line-height: 35px;
	color: #005bac;
	margin: 5px 0;
}
.modal .modal-content img{
	display: block;
	width: 295px;
	height: 295px;
	margin: 0 auto;
}

/*nav------------------------------------------------*/
nav{
	height: 110px;
	margin-bottom: 0px !important;
}
nav.navbar-default{
	background: white;
	border:none;
}
nav #navbar-menu{
	position: relative;
	padding: 0px;
}
nav #navbar-menu .phone{
	position: absolute;
	right: 0px;
	top: 20px;
	color: #0058aa;
	font-size:1.5em;
}
nav .navbar-nav{
	margin-top: 60px;
}
nav #navbar-menu ul li a{
	font-size: 1.2em;
}
nav #navbar-menu ul li:hover a{
	color: #005bac;
}
nav .navbar-toggle{
	border:none;
}
nav .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background: none;
}
nav .navbar-header{
	position:relative;
	z-index: 999;
}
/*幻灯片*/
.carousel-control.left, .carousel-control.right{
	background-image: none;
}
.carousel{
	height: 453px;
}
.carousel .carousel-inner{
	height: 453px;
}
.carousel .carousel-inner .item, .carousel .carousel-inner .item{
	height: 453px;
}
.carousel .carousel-inner .item, .carousel .carousel-inner .item:nth-child(1){
	background: url("../images/banner1.jpg") no-repeat center center;
}
.carousel .carousel-inner .item, .carousel .carousel-inner .item:nth-child(2){
	background: url("../images/banner2.jpg") no-repeat center center;
}
.carousel .carousel-inner .item, .carousel .carousel-inner .item:nth-child(3){
	background: url("../images/banner3.jpg") no-repeat center center;
}

.carousel-fade .carousel-inner .item{  
    opacity:0;  
    -webkit-transition-property:opacity ;  
    -moz-transition-property:opacity ;  
    -ms-transition-property:opacity ;  
    -o-transition-property:opacity ;  
    transition-property:opacity ;
}
.carousel-fade .carousel-inner .active{  
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{  
    left: 0;  
    opacity: 0;
}
.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade a.left, .carousel-fade a.right{
	opacity: 0;
	transition: opacity 1s;
}
.carousel-fade:hover a.left, .carousel-fade:hover a.right{
	opacity: 1;
}

/*service*/
.service{
	margin:25px 0;
	position: relative;
}
.service h3.text-center{
	font-weight: bold;
	color: #000;
}
.service p.text-center{
	font-size: 1em;
	color: #999;
}
.service .row{
	margin-top: 40px;
}
.service .row .box{
   border:1px #ccc solid;
   transition:all .5s;
   padding: 0 0;
   overflow: hidden;
   border-right:none;
   margin-bottom: 15px;
}
.service .row .box:nth-child(4){
   border-right:1px #ccc solid;
}
.service .box{
	background: white;
	height: 570px;
}
.service .card{
	height: 100%;
}
.service .card .top{
	height: 170px;
	background: #ebebec;
	padding: 15px;
}
.service .card .top img{
	margin:0px 38%;
}
.service .card .top .img2{
	display: none;
}
.service .card .top h4{
	text-align:center;
	font-weight: bold;
	color: #373d41;
}
.service .card .top p{
	text-align:center;
	color: #bbbaba;
}
.service .card .content{
	padding: 35px 10px;
}
.service .card .content h4{
	text-align:center;
	color: #373d41;
	height: 75px;
	overflow: hidden;
}
.service .card .content p{
	text-align:left;
	color:#9d9d9d;
	font-size: 12px;	
	display: none;
	line-height: 1.3;
	margin: 10px;
}
.service .card .content a{
	text-align:center;
	color:#0058aa;
	font-size: 12px;	
	line-height: 1.5;
	border:1px #0058aa solid;
	padding: 5px 10px; 
	text-decoration: none;
	float:right;
	margin-top: -30px;
}
.service .box-active .card .content a{
	margin-top: -12px;
}
.service .card .content a:hover{
	box-shadow: 0 0 4px #0058aa;
}
.service .box-active .top{
	transition: background .5s;
	background: #0058aa;
}
.service .row .box{
	width: 23%;
}
.service .row .box-active{
	width: 31%;
	z-index: 100;
	box-shadow: 0 0 20px rgba(0,88,168,0.5);
}
.service .row .box-active .content a{
	transform: scale(1);
}
.service .box-active .top .img1{
	display: none;
}
.service .box-active .top .img2{
	display: block;
}
.service .box-active .top h4, .service .box-active .top p{
	color: white;
}
.service .box-active .content{
	padding: 15px 10px;
}
.service .box-active .content p{
	display: block;
	margin: 10px;
	line-height: 20px;
}




/*合作伙伴*/
.partner{
	margin: 20px auto ;
	overflow-y: hidden;
}
.partner .left{
	height: 400px;
	background:url(../images/customer_left.jpg);
	background-size: 100% 100%; 
	padding-top: 100px;
	overflow: hidden;
}
.partner .left p{
	font-size: 12px;
	color: white;
	line-height: 2em;
	padding:15px 15px; 
	height: 235px;
	overflow: hidden;
}
.partner .left p span{
	font-size: 12px;
	color: white !important;
	line-height: 2em;
	padding:15px 15px; 
	height: 235px;
	overflow: hidden;
}
.partner .left a{
	display: block;
	text-align:center;
	color:white;
	font-size: 10px;	
	line-height: 32px;
	background: #0058aa;
	width: 106px;
	height: 32px;
	text-decoration: none;
	margin:0 auto;
}
.partner .row .col-md-9, .partner .row .col-md-3{
	padding: 0px;
}
.partner .right{
	float: left;
	width:100%;
	height: 400px;
	background:white;
	overflow: hidden;
}

.partner .right ul {
	padding: 0px;
	margin:0px;
}
.partner .right ul li{
	float: left;
	width: 20%;
	border-color:#f5f5f5;
	border-width: 0 1px 1px 0;
	border-style: solid;
	overflow:hidden; ;
	position: relative;
	height: 100px;
}
.partner .right ul li img{
	width: 100%;
	
}
.partner .right ul li i{
	position: absolute;
	top: -100px;
	left: 0px;
	display: block;
	width:100%;
	height:100px;
	background: rgba(0,0,0,0.3);
	text-align: center;
	line-height: 100px;
	color: #0058aa;
	overflow: hidden;
	transition: all 0.5s;
}
.partner .right ul li:hover i{
	top: 0px;
}


/*案例*/
.case{
	margin-top:50px;
	padding:20px 0;
	width: 100%;
	background: white;
	height: auto;
}
.case .thumbnail:hover{
	transition: all 0.6s;
	box-shadow: 0 0 20px rgba(0,88,168,0.5);
}
.case .thumbnail img{
	border:1px #e4e3e3 solid;
	width: 100%;
	height: 176px;
}
.case .thumbnail .caption h4{
	padding-bottom: 8px;
	font-size: 14px;
	border-bottom: 1px dashed #e4e3e3;
}
.case .more-case{
	display: block;
	width: 90px;
	margin:15px auto;
}


/*周期流程*/
.flow{
	margin:30px 0px; 
}
.flow ul{
	margin-top: 35px;
	padding: 0px;
}
.flow ul li {
	transition: all .5s;
	background:url(../images/sanjiao.gif) no-repeat 0 20px;
	padding: 0 30px;
	-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;
}
.flow ul li:hover{
	background:url(../images/sanjiao.gif) no-repeat 20px 20px;
}
.flow ul li:nth-child(1){
	background:none;
}
.flow ul li p{
	text-align: center;
}
.flow ul li p:nth-child(2){
	font-size: 16px;
	color: black;
}
.flow ul li p:nth-child(3){
	font-size: 12px;
	color: #666;
}
.flow ul li i{
	display:block;
	width: 60px;
	height: 67px;
	background: url(../images/process.png) no-repeat;
	margin:0 auto;
	transition:all .5s;
	margin-bottom:15px;
}
.flow ul li:nth-child(1) i{
	background-position: 0 0px;
}
.flow ul li:nth-child(2) i{
	background-position: -85px 0px;
}
.flow ul li:nth-child(3) i{
	background-position: -172px 0px;
}
.flow ul li:nth-child(4) i{
	background-position: -259px -5px;
}
.flow ul li:nth-child(5) i{
	background-position: -342px 0px;
}
.flow ul li:nth-child(6) i{
	background-position: -431px 0px;
}
.flow ul li:nth-child(7) i{
	background-position: -522px 0px;
}
.flow ul li:nth-child(1):hover i{
	 background-position: 0px -70px;
}
.flow ul li:nth-child(2):hover i{
	 background-position: -85px -70px;
}

.flow ul li:nth-child(3):hover i{
	 background-position: -172px -70px;
}

.flow ul li:nth-child(4):hover i{
	 background-position: -259px -70px;
}

.flow ul li:nth-child(5):hover i{
	 background-position: -342px -70px;
}

.flow ul li:nth-child(6):hover i{
	 background-position: -431px -70px;
}

.flow ul li:nth-child(7):hover i{
	 background-position: -522px -70px;
}
.flow .consult a{
	display: block;
	width: 220px;
	margin:0 auto;
}


/*策划服务*/
.plan{
	background:white;
	padding:20px 0;
}
.plan .plans{
	margin-top: 15px;
}
.plan .plans i{
	display: block;
	width: 62px;
	height: 62px;
	margin:0 auto;
	background: url(../images/plan.png) no-repeat;
}
.plan .plans:nth-child(1) i{
	background-position: -19px -35px;
}
.plan .plans:nth-child(2) i{
	background-position: -123px -35px;
}
.plan .plans:nth-child(3) i{
	background-position: -228px -35px;
}
.plan .plans:nth-child(4) i{
	background-position: -22px -133px;
}
.plan .plans:nth-child(5) i{
	background-position: -126px -133px;
}
.plan .plans:nth-child(6) i{
	background-position: -230px -133px;
}
.plan .plans p:nth-child(2){
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-top:15px;
}
.plan .plans p:nth-child(3) a{
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding: 0 8px;
	color: #666;
	margin: 5px 0;
	border-right: 1px #ccc solid;
	position: relative;
}

/*新闻动态*/

.news{
	padding:50px 0; 
	background: white;
}
p.text-center{
	color: #999;
	margin:25px 0;
}
.news .home-news{
	height: 90px;
	overflow: hidden;
	margin-bottom:15px;
	z-index: 10;
}
.news .home-news .left{
	width: 85px;
	height: 100%;
	float: left;
	background: #f5f5f5;
	z-index: 100;
	overflow: hidden;
}
.news .home-news .right{
	height: 100%;
	padding:10px;
	position: relative;
	background: #f5f5f5;
	z-index: -1;
	transition: all .5s;
}
.news .home-news:hover .right{
	background: #31708f24;
	transform: translate(15px, 0);
}
.news .home-news .left .news-time-day{
	padding: 25px 0 0 10px;
    width: 85px;
    color: #979797;
    font-size: 35px;
    text-align:center;
    padding: 0px;
}
.news .home-news .left .news-time-month{
	font-size: 18px;
	text-align:center;
	color: #979797;
	white-space: nowrap;
}
.news .home-news .right .top-news a{
	font-size: 16px;
	text-decoration: none;
}
.news .home-news .right .bottom-news{
	font-size: 12px;
	color: #777;
	line-height: 20px;
}
.news .more-new>a{
	width: 200px;
	display: block;
	margin:0 auto;
}

/*底部*/

footer{
	padding: 35px 30px;
	background:#373d41;
}
footer .foot-box{
	height: 260px;
}
footer .foot-box:nth-child(1){
	background:url(../images/main_box1.png) no-repeat left top;
}
footer .foot-box:nth-child(2){
	background:url(../images/main_box2.png) no-repeat left top;
}
footer ul{
	padding-left: 55px;
}
footer ul li h4{
	font-size: 1.3em;
	color:#fff; 
}
footer ul li a{
	text-align: center;
	font-size: 1em;
	color:#cccccc; 
	line-height: 1.8;
	text-decoration: none !important;
}
footer ul li a:hover{
	color:#cccccc; 
}
footer .foot-box .thumbnail{
	background: none;
	border:none;
}
footer .foot-box .thumbnail img{
	width: 100px;
	height: 100px;
}
footer .foot-box .thumbnail p{
	color:#cccccc; 
	font-size: 12px;
	margin: 0px;
	margin-top: 5px;
}
footer .map .hotline{
	margin-left: -40px;
}
footer .map .hotline h3{
	text-align: left;
	color: #cccccc;
	font-size: 14px;
}
footer .map .hotline p{
	text-align: left;
	color: #fff;
	font-size: 25px;
}
footer .foot-box:nth-last-child(1){
	background: url(../images/footer_map.png) no-repeat;
}



footer .hold-pro{
	padding: 5px 0px;
	border:1px #cccccc solid;
	border-left: none;
	border-right: none;
}
footer .hold-pro{
	border:1px #4b5054 solid;
	border-left: none;
	border-right: none;
}
footer .hold-pro h5{
	padding-left: 21px;
	color: #fff;
	font-size: 1em;
}
footer .hold-pro a{
	float: left;
	margin-left:20px;
	color: #616669;
	line-height: 35px;
	font-size: 12px;
}

footer>p{
	color: white;
}

/* 固定侧边栏 */
	.footer-fixed ul{
	  padding: 0px;
	  position: fixed;
	  right: 15px;
	  bottom: 200px;
	  width: 40px;
	  z-index: 999;
	}
	.footer-fixed li{
	  width: 40px;
	  height: 40px;
	  margin-bottom:3px;
	  cursor: pointer;
	  background:rgba(153,153,153,0.8); 
	  position: relative;
	  transition: all .5s ;
	}
	.footer-fixed li i{
	  display: block;
	  width: 40px;
	  height: 40px;
	  color: #fdfdfd;
	  text-align: center;
	  line-height: 40px;
	  font-size: 27px;
	}
	.footer-fixed li:hover i{
	  color:#25a6e7 ;
	}
	.footer-fixed .phone p{
	  width: 172px;
	  height: 40px;
	  position: absolute;
	  top: 0px;
	  right: 40px;
	  background: #25a6e7;
	  text-align: center;
	  line-height: 40px;
	  font-size: 18px;
	  color: #fff;
	  transition: all .5s;
	  transform: scale(0);
	}
	.footer-fixed .phone:hover p, .footer-fixed .wx:hover img{
	  transform: scale(1);
	}
	.footer-fixed .wx img{
	  width: 126px;
	  height:126px;
	  position: absolute;
	  top: -43px;
	  right: 40px;
	  transition: all .5s;
	  transform: scale(0);
	}
	.footer-fixed .backgTop{
		opacity: 0;
	}


@keyframes backTop{
	0% {background-position-y:0px; }
	100% {background-position-y:-25px;  }
}


.newshow-top-img{
	height: 133px;
	width: 100%;
	background: url("../images/article_banner.jpg") no-repeat center center;
}
.service-top-img{
	height: 133px;
	width: 100%;
	background: url("../images/service_banner.jpg") no-repeat center center;
}
.case-top-img{
	height: 133px;
	width: 100%;
	background: url("../images/goods_banner.jpg") no-repeat center center;
}
.contact-top-img{
	height: 133px;
	width: 100%;
	background: url("../images/contact_banner.jpg") no-repeat center center;
}




/*----------------------------------------------------------------------case----------------------------------------*/
.cases{
    margin-bottom: 25px;
}
.case-top-li{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 25px;
}
.case-top-li span{
	display: inline-block;
	width: 90px;
	height: 30px;
	color: black;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
	border-bottom: 1px #777 solid;
}
.case-top-li a{
	text-decoration: none;
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	border-radius: 2px;
	background: #ccc;
	color: black;
	font-size: 14px;
	line-height: 30px;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 20px;
}
.case-top-li a:hover{
	background: #005bac;
	color: #fff;
}
.case-top-li a.leftmenu_h{
	background: #005bac;
	color: #fff;
}

.cases .thumbnail img{
	border:1px #e4e3e3 solid;
	width: 100%;
	height: 176px;
}
.thumbnail .caption{
	padding: 0 9px;
}
.cases .thumbnail .caption h4{
	padding-bottom: 8px;
	border-bottom: 1px dashed #e4e3e3;
	font-size: 14px;
}
.cases .thumbnail:hover{
	transition: all 0.6s;
	box-shadow: 0 0 20px rgba(0,88,168,0.5);
}

/*----------------------------------------------------------------------contact----------------------------------------*/

.contact .container-fluid.top{
	display: none;
	padding: 0px;
}
.contact .container.content{
	margin-top: 50px;
	height: 615px;
}
.contact .container.content .right{
	padding-left: 0px;
}
.contact .container.content .right h2, ul{
	padding-left: 0px;
	margin-top:15px;
}
.contact .container.content .right ul li{
	color: #666;
	font-size: 1em;
	line-height: 30px;
}
.contact .container.content .left img{
	width: 300px;
	height: 600px;
	margin: 0 auto;
	display: block;
}
.contact .map #baiduMap{
	width: 80%;
	margin:50px auto;
	height: 500px;
}


/*----------------------------------------------------------------------about----------------------------------------*/
.about .banner{
	width: 100%;
	background:#567ef5;
	padding: 60px 0 100px 0;
}
.about .banner section h1{
	height: 125px;
}
.about .banner section h1 img{
	height: 125px;
	width: 125px;
	display: block;
	margin:0 auto;
}
.about .banner section h2{
	text-align: center;
    color: #fff;
    font-size: 50px;
    margin: 45px 0;
}
.about .banner section h3{
	text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    margin: 0 auto;
}
.about .banner section ul li{
	float: left;
	width: 33%;
}
.about .banner section ul li i{
	display: block;
    width: 64px;
    height: 64px;
    margin: 10px auto;
}
.about .banner section ul li:nth-child(1) i{
   background:url(../images/about_title_icon1.png) no-repeat center center;
}
.about .banner section ul li:nth-child(2) i{
   background:url(../images/about_title_icon2.png) no-repeat center center;
}
.about .banner section ul li:nth-child(3) i{
   background:url(../images/about_title_icon3.png) no-repeat center center;
}
.about .banner section ul li p{
    text-align: center;
    font-size: 18px;
    color: #fff;

}

.about .about-we{
	padding: 35px 0 80px 0;
	background: white;
}
.about .about-we .content{
	color: #666;
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	margin-bottom: 45px;
}
/*.about .about-we .timeLine{
	height: 350px;
	border:1px red solid;
	position: relative; 
	background: url(../images/timeline.png) no-repeat;
	background-position:50px 125px;
}*/
/*.about .about-we .timeLine li{
	float:left;
	border: 1px red solid;
	width: 19%;
	height: 300px;
	padding: 0px 40px;
	position: relative;
}
.about .about-we .timeLine li .top{
	position: absolute;
	height: 120px;
	width: 140px;
	overflow: hidden;
}
.about .about-we .timeLine li .top span{
	text-align: left;
	display: block;
	font-size: 14px;
	color: #999;
}
.about .about-we .timeLine li .top time{
	text-align: left;
	display: block;
	color: red;
	font-size: 30px;
}
.about .about-we .timeLine li .bottom{
	height: 120px;
	width: 140px;
	position: absolute;
	top: 150px;
	left: 60px;
}
.about .about-we .timeLine li .png1{
	background: url(../images/timeline1.png) no-repeat;
}
.about .about-we .timeLine li .png2{
	background: url(../images/timeline2.png) no-repeat;
}
.about .about-we .timeLine li .png3{
	background: url(../images/timeline3.png) no-repeat;
}
}
.about .about-we .timeLine li .png4{ 
	background: url(../images/timeline4.png) no-repeat;
}
.about .about-we .timeLine li .png5{
	background: url(../images/timeline5.png) no-repeat;
}
*/


.about .about-provide{
	margin-top: 35px;
	background: 
}
.about .about-provide .col-md-3{
	padding: 0 8px;
}

.about .about-provide .about-box .top{
	height: 100px;
	padding: 15px 10px;
}
.about .about-provide .about-box:nth-child(1) .top{
	background: #ffbf12;
}
.about .about-provide  .about-box:nth-child(2) .top{
	background: #ff3d41;
}
.about .about-provide .about-box:nth-child(3) .top{
	background: #636363;
}
.about .about-provide .about-box:nth-child(4) .top{
	background: #1796f4;
}
.about .about-provide .top i{
	float: left;
    width: 65px;
    height: 65px;
}
.about .about-provide .about-box:nth-child(1) .top i{
    background: url(../images/services_1.png) no-repeat center center;
}
.about .about-provide .about-box:nth-child(2) .top i{
    background: url(../images/services_2.png) no-repeat center center;
}
.about .about-provide .about-box:nth-child(3) .top i{
    background: url(../images/services_3.png) no-repeat center center;
}
.about .about-provide .about-box:nth-child(4) .top i{
    background: url(../images/services_4.png) no-repeat center center;
}
.about .about-provide .top h1{
	margin-top: 15px;
	margin-left:15px;
	float: left;
}
.about .about-provide .top h1 p{
	font-size: 18px;
    display: block;
    color: #fff;
}
.about .about-provide .top h1 span{
	font-size: 12px;
    display: block;
    color: #fff;

}

.about .about-provide .about-box .bottom {
	padding-top: 25px;
}
.about .about-provide .about-box .bottom a{
	text-align: center;
	display: block;
	color: #999;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    line-height: 28px;
    text-decoration: none;
}
.about .about-provide .about-box .bottom a:hover{
	background: #1796f4;
	color: #fff;
}
.about .about-provide .about-box .bottom>div{
	margin-bottom: 10px;
}




/*合作伙伴*/
.about .about-agent{
	padding-top: 45px;
}
.about .about-agent .img img{
	display: block;
	margin:35px auto;
}




/*----------------------------------------------------------------------service----------------------------------------*/
.service-page{
	background: #e9e9eb;
	padding-bottom: 70px;
	padding-top: 25px;
	overflow-y:hidden; 
}
.service-page .page1 .left{
	height: 350px;
	padding:56px 36px;
	background:#f6f6f7;
}
.service-page .page1 .left .title{
	font-size: 36px;
    color: #333;
}
.service-page .page1 .left .title span{
	color: #ccc;
    font-size: 18px;
    width: 100%;
    display: block;
    margin-top: 5px;
}
.service-page .page1 .left .desc{
	color: #333;
    font-size: 13px;
    line-height: 30px;
}
.service-page .page1 .left .descp{
	color: #999;
    font-size: 12px;
    line-height: 26px;
    margin-top: 16px
}
.service-page .page1 .right{
	height: 350px;
	padding:56px 36px;
	background: #fff;
}
.service-page .page1 .right .right-li{
    height: 54px;
    line-height: 54px;
    background: #eaeaed;
    border: 1px solid #d5d6db;
    margin:12px;
}
.service-page .page1 .right .right-li a{
	text-decoration: none;
    color: #333;
}
.service-page .page1 .right .right-li i{
	display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 10px 16px 0 28px;
}
.service-page .page1 .right .li1 i{
    background: url(../images/js_icon1.png) no-repeat center center;
}
.service-page .page1 .right .li2 i{
    background: url(../images/js_icon2.png) no-repeat center center;
}
.service-page .page1 .right  .li3 i{
    background: url(../images/js_icon3.png) no-repeat center center;
}
.service-page .page1 .right  .li4 i{
    background: url(../images/js_icon4.png) no-repeat center center;
}
.service-page .page1 .right .li5 i{
    background: url(../images/js_icon5.png) no-repeat center center;
}
.service-page .page1 .right .li6 i{
    background: url(../images/js_icon6.png) no-repeat center center;
}
.service-page .page1 .right .right-li:hover{
	background: #77f1ff;
}



/*热闹解决方案*/
.service-page .col-md-4{
	padding: 10px 8px;
}
.service-page .page2>h2{
	margin:30px;
	text-indent: 20px;
}
.service-page .page2 .box{
	background: white;
	padding:30px 0;
}
.service-page .page2 .box .top{
	padding: 25px 0 20px 45px;
}
.service-page .page2 .box .top p{
	color: #999;
}
.service-page .page2 .box>a{
	display: block;
	margin:30px auto;
	width: 100px;
	margin-bottom:0px;

}

.service-page .page3, .service-page .page7{
	margin-top: 90px;
}

.service-page .page5{
	margin:90px auto;
}
.service-page .page5  .left>a , .service-page .page6  .left>a ,.service-page .page7  .left>a{
 float: right;
}
.service-page .page5 .right{
	background: url(../images/services_right_web.jpg) no-repeat center center #fff;
}

.service-page .page7 .right{
	background: url(../images/services_right_ui.jpg) no-repeat center center #fff;
}

.service-page .page3 .right .li1 i{
    background: url(../images/test_icon.png) no-repeat center center;
}
.service-page .page3 .right .li2 i{
    background: url(../images/test_icon.png) no-repeat center center;
}
.service-page .page3 .right  .li3 i{
    background: url(../images/test_icon.png) no-repeat center center;
}
.service-page .page3 .right  .li4 i{
    background: url(../images/test_icon.png) no-repeat center center;
}
.service-page .page3 .right .li5 i{
    background: url(../images/test_icon.png) no-repeat center center;
}
.service-page .page3 .right .li6 i{
    background: url(../images/test_icon.png) no-repeat center center;
}
.service-page .page6 .right .li1 i{
    background: url(../images/test_icon.png) no-repeat center center;
}
.service-page .page6 .right .li2 i{
    background: url(../images/test_icon.png) no-repeat center center;
}
.service-page .page6 .right  .li3 i{
    background: url(../images/test_icon.png) no-repeat center center;
}
.service-page .page6 .right  .li4 i{
    background: url(../images/test_icon.png) no-repeat center center;
}
.service-page .page6 .right .li5 i{
    background: url(../images/test_icon.png) no-repeat center center;
}
.service-page .page6 .right .li6 i{
    background: url(../images/test_icon.png) no-repeat center center;
}
.service-page .page3 .right .right-li:hover{
	background: #77f1ff;
}

/*----------------------------------------------------------------------newshow----------------------------------------*/

.newshow-page{
	margin-top: 25px;
	margin-bottom:70px;

}
.newshow-page .left{
	background: white;
	padding: 25px 20px;
	overflow: hidden;
	box-shadow: 0 0 17px #ccc;
	min-height: 312px;
}
.newshow-page .left h2{
	text-align: center;
	color: #0052a8;
	font-size: 30px;
}
.newshow-page .left time{
	text-align: center;
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 40px;
}
.newshow-page .left .content{
	margin-bottom: 25px;
	line-height: 24px;
	font-size: 14px;
}
.newshow-page .left .content span{
	text-align: left;

	font-size: 1em;
	line-height: 30px;
}

.newshow-page .right{
	background: white;
	padding: 25px 15px;
	box-shadow: 0 0 17px #ccc;
}
.newshow-page .right .title{
	background: url(../images/news_right_icon.png) no-repeat center center;
	background-position: 0px 0px;
	text-indent: 48px;
	line-height: 35px;
	border-bottom: 1px black solid;
}

.newshow-page .right a{
	background: url(../images/news_right_icon2.png) no-repeat center center;
	background-position: 0px 7px;
	text-indent: 21px;
	line-height: 30px;
	border-bottom: 1px #ccc dashed;
	font-size: 12px;
	display:inline-block;
	width: 97%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.newshow-page .right a:hover{
	text-decoration: none;
	color: red;
	cursor: pointer;
}


/*----------------------------------------------------------------------new----------------------------------------*/

.new-page{
	margin-top: 25px;
	margin-bottom:70px;

}

.new-page .new-info{
	background: white;
	padding:5px;
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: 0 0 17px #ccc;
}
.new-page .new-info:hover{
	transition: all 1s;
	background: #c7dae2;
}
.new-page .new-info .data{
	width: 100px;
	height: 100px;
	float: left;
}
.new-page .new-info .data .news-time-day{
	height: 56px;
    color: #979797;
    font-size: 50px;
    text-align: center;
    padding: 0px;
}
.new-page .new-info .data .news-time-month{
	font-size: 18px;
    text-align: center;
    color: #979797;
    white-space: nowrap;
}
.new-page .new-info .article{
	margin-top: 8px;
	float: left;
	margin-left:20px;
	width: 80%;
}
.new-page .new-info .article .title a{
	text-align: left;
	font-weight: bold;
	color: #337ab7;
	font-size: 20px;
	text-decoration: none;
}
.new-page .new-info .article .content{
	display: block;
	width: 100%;
	text-align: left;
	color: #777;
	font-size: 14px;
	height: 50px;
	overflow: hidden;
}



.new-page .right{
	background: white;
	padding: 25px 15px;
	box-shadow: 0 0 17px #ccc;
}
.new-page .right .title{
	background: url(../images/news_right_icon.png) no-repeat center center;
	background-position: 0px 0px;
	text-indent: 48px;
	line-height: 35px;
	border-bottom: 1px black solid;
}

.new-page .right a{
	background: url(../images/news_right_icon2.png) no-repeat center center;
	background-position: 0px 7px;
	text-indent: 21px;
	line-height: 30px;
	border-bottom: 1px #ccc dashed;
	font-size: 12px;
	display:inline-block;
	width: 97%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new-page .right a:hover{
	text-decoration: none;
	color: red;
	cursor: pointer;
}








/*------------分页样式---------*/
.List_page{
	display: block;
	width: 100%;
	margin:50px auto;
	margin-bottom:25px; 
}
.List_page a, .List_page span{
    cursor: pointer;
    border-color: #337ab7;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 3px;
}
.List_page span{
	background: #ddd;
}
.List_page a:hover, .List_page span:hover{
	color: red;
}

.List_page a:nth-child(1):hover, .List_page a:nth-last-child(1):hover{
	color: #337ab7;
}
/*------------分页样式---------*/


.Mobile-fluid{position:fixed; left:0; bottom:0; background-color: rgba(0,0,0,0.6);width:100%; z-index: 99;}
.Mobile-fluid ul {width:100%; overflow:hidden;}
.Mobile-fluid ul li{ float:left; width:25%; text-align:center; margin:0 auto;}
.Mobile-fluid ul li i{color: #FFF;font-size: 28px;}






@media only screen and (min-width: 720px) and (max-width: 1024px) {

.col-md-4{
	width: 32.333%;
}
.partner .left{
	height: 230px;
	background:url(../images/customer_ipad.jpg);
}
.partner .right{
	height: 457px;
}
.flow ul li{
	padding: 0 23px;
}
footer .foot-box{
	height: 210px;
}

.service .row .box{
	width: 50%;
}
.service .row .box-active{
	width: 50%;
	z-index: 1;
}
.service .card .content p{
	display: block;
}
/*serivce*/

.service-page .page1 .left, .service-page .page1 .right{
	height: auto;
}
.service-page .page5 .right, .service-page .page7 .right{
	height:339px; 
}

.new-page .container, .new-page .col-xs-12, .newshow-page .container, .newshow-page .col-xs-12{
	padding: 0px;
}

.case .thumbnail img , .cases .thumbnail img{
	height: 497px;
}



}





@media only screen and (min-width: 100px) and (max-width: 640px) {	
.header-top{
	display: none;
}
nav{
	height: auto;
}
nav .navbar-brand{
	padding: 5px;
}
nav .navbar-brand img{
	height: 40px;
}
nav #navbar-menu .phone{
	display: none;
}
nav .navbar-nav {
    margin: 7.5px 0px;

}
.case{ margin-top: 0;}
.carousel, .carousel .carousel-inner, .carousel .carousel-inner .item, .carousel .carousel-inner .item img {
    height: 198px;
}
.carousel .carousel-inner .item, .carousel .carousel-inner .item:nth-child(1){
	background: url("../images/banner1-2.jpg") no-repeat center center;
}
.carousel .carousel-inner .item, .carousel .carousel-inner .item:nth-child(2){
	background: url("../images/banner2-2.jpg") no-repeat center center;
}
.carousel .carousel-inner .item, .carousel .carousel-inner .item:nth-child(3){
	background: url("../images/banner3-2.jpg") no-repeat center center;
}

.service , .partner{
    margin: 10px 0;
}
footer{ padding-bottom: 60px;}

footer .foot-box{
	height: 180px;
}
footer .map .hotline{
	margin-left: 0px;
}
footer .foot-box:nth-last-child(2){
	height: 135px;
}
footer .foot-box:nth-last-child(1){
	background-position:center center;
}

.plan .plans{
	margin-top: 10px;
}

.plan .plans p:nth-child(3){
	height: 100px;
	overflow: hidden;
}

.partner .left{
	padding-top: 77px;
	height: 285px;
	background:url(../images/customer_phone.jpg);
	background-size: 100% 100%; 
}
.partner .left p{
	padding:10px 15px; 
	height: 148px;
}
.partner .right{
	height: 216px;
}
.case{
	padding-top: 0px;
}
.flow ul{
	flex-wrap: wrap;
}
.flow ul li{
	width: 50%;
	/*padding:0px;*/
}
.service .row .box{
	width: 100%;
}
.service .row .box-active{
	width: 100%;
	z-index: 1;
}
.service .card .content p{
	display: block;
}
.partner .right ul li{
	width: 25%;
	height: 72px;
}
.partner .right ul li i{
	line-height: 72px;
	font-size: 30px;
}


/*联系*/
.contact .container.content .left img{
	width: 300px;
	height: 100%;
}
.contact .map{
	padding: 15px;
	height: 550px;
}
.contact .map #baiduMap{
	width: 100%;
	height: 350px;
}


/*serivce*/
.service-page>.top{
	background: url(../images/service_banner_phone.png) no-repeat center center;
}

.service-page .page1 .left, .service-page .page1 .right{
	height: auto;
}
.service-page .page5 .right, .service-page .page7 .right{
	height:339px; 
}



.about .about-provide .about-box{
	margin-bottom: 15px;
}

.contact .container.content .right{
	margin-top: 15px;
}
.news .home-news .right{
	padding-top: 10px;
}
.news .home-news .right .bottom-news{
	display: none;
}


.service-top-img{
	background: url("../images/service_banner2.jpg") no-repeat center center;
}
.case-top-img{
	background: url("../images/goods_banner2.jpg") no-repeat center center;
}
.contact-top-img{
	background: url("../images/contact_banner2.jpg") no-repeat center center;
}
.newshow-top-img{
	background: url("../images/article_banner2.jpg") no-repeat center center;
}
.new-page .container, .new-page .col-xs-12, .newshow-page .container, .newshow-page .col-xs-12{
	padding: 0px;
}

.new-page .new-info .article{
	width: 68%;
	margin-left:0px;
	padding-top: 15px;
}


.new-page .new-info .article .content{
	display: none;
}


.case .thumbnail img , .cases .thumbnail img{
	height: auto;
}

}
