.footer .footer_fridends{
	background: #fff;
	color: #3a3a3a;
}
.footer .footer_fridends .frtitle{
	color: #3a3a3a;
}
.footer .footer_fridends .pubwidth{
	border-bottom: 0;
}
.banner img{width: 100%;}
.banner .swiper-pagination{
	background: rgba(0, 0, 0, 0.3);
    width: 60px!important;
    border-radius: 20px;
	margin: 0 auto;	
    left: 50%!important;
    margin-left: -30px;
	padding: 3px 10px;
}
.banner .swiper-pagination-bullet{
	background: #fff;
	vertical-align: middle;
    width: 6px;
    height: 6px;
}
.banner .swiper-pagination-bullet-active{
	background:transparent;
	border: 2px solid #fff;
	margin-top: 2px;
}
.partners_scroll .slick-initialized .slick-slide{
	text-align: center;
}
.partners_scroll .slick-slide img{
	width: 95%;
	height: 136px;
	display: inline-block;
	border: 1px solid #e6e6e6;
}
.partners_scroll .slick-prev:before, .partners_scroll .slick-next:before{
	color: #000;
}
.partners_scroll .slick-dots{
	bottom: -60px;
	padding: 0;
}

.partners_scroll .slick-dots li button:before{
	opacity:0;
	
}
.partners_scroll .slick-dots li button{
	background: #d5d5d5;
	 border-radius: 100%;	
	 width: 5px;
	 height: 5px;
}
.partners_scroll .slick-active button{
	border: 2px solid #0068B7!important;
	background: transparent!important;
}
.partners_scroll .slick-prev, .partners_scroll .slick-next{
	width: 50px!important;
	height: 50px!important;
	margin-top: -25px;
}
.partners_scroll .slick-prev{
	background: url(../images/index_paricon1.png)!important;
	background-size:100% 100%!important ;
	left: -50px;	  
}
.partners_scroll .slick-next{
	background: url(../images/index_paricon2.png)!important;
	background-size:100% 100% !important;
	right: -50px;	
}
.partners_scroll .slick-prev.slick-disabled:before, .partners_scroll .slick-next.slick-disabled:before{
	opacity: 0!important;
}
.partners_scroll .slick-prev:before,.partners_scroll .slick-next:before{
	opacity: 0!important;
}
.content{
	background: #f5f5f5;
	padding: 30px 0;
}
.absh_img{
	width: 50%;	
    height: 622px;
}
.absh_right{
	width:calc(50% - 6px);
}
.absh_right_top{
	background: #fff;
	height: 229px;
	padding: 40px;
	color: #595959;
}
.marginbot{
	border-bottom: 6px solid #f5f5f5;
}
.absh_right_title{
	font-size: 16px;
	padding-bottom: 30px;
}
.absh_right_title span{
	font-size: 22px;
}
.absh_right_con{
	line-height: 30px;
	font-size: 14px;
}
.absh_right_more{
	border-top: 1px solid #006ebc;
	color: #006ebc;
	margin-top: 34px;
	display: inline-block;
	line-height: 25px;
	font-size: 14px;
}
.sch_icon li{
	width: 25%;
	float: left;
	}
.sch_icon li a{
	text-align: center;
	display: block;
}
.sch_icon li a span:nth-child(1){
	border: 1px solid #d0d0d0;
	border-radius: 100%;
	display: inline-block;
	padding: 20px;
	margin-top: 15px;
}
.sch_icon li a span:nth-child(1) img{
	width: 55px;
	height: 55px;
}
.sch_icon li a span:nth-child(3){
	width: 15px;
	border-bottom: 1px solid #d0d0d0;
	display: inline-block;
	margin: 40px 0;
}
.sch_icon li a span:nth-child(5){
	color: #000000;
	font-size: 15px;
}
.inedex_img2{
	width: 100%;
	margin-top: 30px;
}
/*作品案例*/
.workcase .case_title{
	font-size: 30px;
    line-height: 25px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.workcase .case_title .case_title_more{
	    border-radius: 30px;
	    border: 1px solid #e7e7e7;
	    padding: 7px 25px;
	    text-align: center;
	    display: inline-block;
	    margin: 0 8px;
	    color: #828282;
	    cursor: pointer;
	    font-size: 14px;
	    line-height: 18px;
	    vertical-align: top;
}
.workcase .case_title .case_title_more:hover {
    color: #fff;
    background: #006ebc;
}
.workcase .case_title span:nth-child(1){
	font-size: 12px;
	color: #bbbbbb;
	display: block;
}
.workcase .case_title .tab{
	text-align: center;
	font-size: 14px;
	height: 32px;
	vertical-align: top;
}
.workcase .case_title .tab li{
	    border-radius: 30px;
	    border: 1px solid #e7e7e7;
	    padding: 7px 25px;
	    text-align: center;
	    display: inline;
	    margin: 0 8px;
	    color: #828282;
	    cursor: pointer;
	    vertical-align: text-top;
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.workcase .case_title .tab li.on,.workcase .case_title .tab li:hover{
	color: #fff;
	background: #006ebc;
	border: 1px solid #006ebc;
}


.workcase .zzzs {
        width: 23%;
    cursor: pointer;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin: 0 1% 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.workcase .zzzs:hover{	
	box-shadow: 1px 1px 30px #D0C5C5;
	background: #006ebc;
}
.workcase .zzzs_imgdiv{
	    position: relative;
    width: 100%;
    height: 300px;
    margin: 0 auto;
}
.workcase .zzzs_imgdiv .zzzs_img{
	width: 100%;
	height: 100%;
}
.workcase .zzzs_imgdiv .divcover{
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}
.workcase .zzzs_imgdiv .divcover img{	
	margin-top:120px;
}
.workcase .zzzs_title {
    color: #6b6b6b;
    font-size: 15px;
    padding: 20px 0;
    line-height: 19px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
}

.workcase .zzzs_title span{
	font-size: 12px;
	display: block;
	text-align: center;
}
.workcase .zzzs_title a{color: #9b9b9b;}
.workcase .zzzs_title.linkon{color: #fff!important;}
.workcase .zzzs_title{
	 text-decoration: none; 
	 transition-delay:0ms;
	  transition-timing-function:linear;
	   transition-duration:260ms;
	transition-property:color, background-color,background, background-image, transform, rectangle; 
	-moz-transition-duration: 260ms; /* Firefox 4 */
	-webkit-transition-duration: 260ms; /* Safari 和 Chrome */
	-o-transition-duration: 260ms; /* Opera */
}
.workcase .more{
	text-align: center;
}
.workcase .more .btn{
	background: #006ebc;
	border-radius: 30px;
	padding: 15px 0;
	color: #fff;
	cursor: pointer;
	width: 168px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.workcase .more .btn:hover{
	background: #05558e;
}
.ind_honor{
	background: #006ebc;
	margin-top: 50px;
	padding: 50px 0;
}
.colfff{
	color: #fff!important;
}
.ind_pub_title{
	font-size: 30px;
	line-height: 26px;
	margin-bottom: 50px;
}
.ind_pub_title span{
	font-size: 12px;
	color: #bbbbbb;
	display: block;
}
.ind_honor_more{
	text-align: center;
}
.ind_honor_more input{
	background: #fff;
	border-radius: 30px;
	padding: 10px 40px;
	color: #006ebc;
}

.ind_honor_more .btn{
	background: #fff;
	border-radius: 30px;
	padding: 15px 0;
	color: #006ebc;
	cursor: pointer;
	width: 168px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ind_honor_more .btn:hover{
	background: #E2E1E1;
}
.ind_honor .slick-initialized .slick-slide{
	text-align: center;
}
.ind_honor .slick-slide img{
	width: 90%;
	height: 136px;
	display: inline-block;
	border: 0;
}
.ind_honor .slick-prev:before, .ind_honor .slick-next:before{
	color: #000;
}
.ind_honor .slick-dots{
	display: none!important;
}
.ind_honor .slick-prev, .ind_honor .slick-next{
	width: 50px!important;
	height: 50px!important;
	margin-top: -69px;
}
.ind_honor .slick-prev{
	background: url(../images/index_paricon1.png)!important;
	background-size:100% 100%!important ;
	left: -50px;
}
.ind_honor .slick-next{
	background: url(../images/index_paricon2.png)!important;
	background-size:100% 100% !important;
	right: -50px;
}
.ind_honor .slick-prev.slick-disabled:before, .ind_honor .slick-next.slick-disabled:before{
	opacity: 0!important;
}
.ind_honor .slick-prev:before,.ind_honor .slick-next:before{
	opacity: 0!important;
}
.ind_honor .zzzs {
       /* width: 25%; */
    height: 305px;
    cursor: pointer;
    float: left;
    text-align: center;
    margin-bottom: 10px;
	padding-top: 0px;
}

.ind_honor .zzzs .zzs_n1{
	margin: 10px;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ind_honor .zzzs .zzs_n1:hover{	
	/* box-shadow: 1px 1px 30px #D0C5C5; */
	background: #fff;
}
.ind_honor .zzzs_imgdiv{
	position: relative;
	width: 100%;
	height: 215px;
	margin: 0 auto;
}
.ind_honor .zzzs_imgdiv .zzzs_img{
	width: 100%;
	height: 100%;
}
.ind_honor .zzzs_imgdiv .divcover{
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}
.ind_honor .zzzs_imgdiv .divcover img{	
	margin-top:85px;
}
.ind_honor .zzzs_title{color: #6b6b6b;
font-size: 12px;
padding: 30px 0;
}
.ind_honor .zzzs_title a{color: #fff;font-size: 14px;}
.ind_honor .zzzs_title.linkon a{color: #006ebc!important;}
.ind_honor .zzzs_title{
	 text-decoration: none; 
	 transition-delay:0ms;
	  transition-timing-function:linear;
	   transition-duration:260ms;
	transition-property:color, background-color,background, background-image, transform, rectangle; 
	-moz-transition-duration: 260ms; /* Firefox 4 */
	-webkit-transition-duration: 260ms; /* Safari 和 Chrome */
	-o-transition-duration: 260ms; /* Opera */
}
.zzzs_imgdiv .divcover img{
	width: 30px;
	height: 30px;
	border: 0;
}

.index_news{padding: 50px 0;background: #fff;}
.index_news ul li{
	width: 29%;
    float: left;
    margin: 0 2%;
	overflow: hidden;
	cursor: pointer;
}
.index_news ul li:hover .index_news_img img{
	transform: scale(1.1);
}
.index_news ul li .index_news_img{
	height: 178px;
	width: 100%;
	overflow: hidden;
}
.index_news ul li img{
	width: 100%;
	transition: all 0.6s; 
}
.index_news .newstitle{
	color: #0a0a0a;
	font-size: 18px;
	line-height: 30px;
	padding: 20px 0 10px;
	display: inline-block;
	
}
.index_news .newsdetails{
	color: #6f6e6e;
	font-size: 14px;
	line-height: 25px;
}
.index_news .newstime{
	border-top: 1px solid #e2e4e6;
	color: #888888;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0;
	margin-top: 20px;
	transition: all 0.6s; 
}
.index_news .newstime{
	position: relative;
}
.index_news .newstime .arrow{
	position: absolute;
	bottom: -20px;
	right: 0;	
}
.index_news ul li:hover .newstime .arrow{
	animation:turnarrow 200ms;
	animation-fill-mode : forwards;
}
@keyframes turnarrow{
	from{
		bottom: -20px
	}
	to{
		bottom:10px;
	}
}
.index_news ul li:hover a{
	color: #006ebc;
}
.index_news ul li:hover .newstime{
	color: #006ebc;
	border-top: 1px solid #006ebc;
}
.index_news ul li:hover .hide{
	display: block;
}
.index_news ul li .arrow{margin-top: -3px;}
.partners{
	background: #f4f4f4;
	padding-top: 50px;
	padding-bottom: 50px;
}
.partners_scroll{
	height: 150px;
}

 .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* 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;
    }


@media screen and (max-width:750px) {
	.marginbot{
		border-bottom: 0;
	}
	.absh_img{
		width: 100%;
		height: auto;
	}
	.absh_right_title{
		padding-top: 15px;
		font-size: 14px;
	}
	.absh_right_top ul{
		margin-top: -30px;
	}
	.absh_right{
		width: 100%;
	}
	.absh_right_top{
		height: auto;
		padding: 20px;
	}
	.absh_right_more{
		margin-top: 5px;
		float: right;
		display: none;
	}
	.index_news ul li .index_news_img{
		height: auto;
	}
	.workcase .case_title{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.workcase .case_title .f_r{
		width: 100%;
		float: none;
		clear: both;
		   
	}
	.workcase .case_title .tab{
		text-align: left;
		height: 80px;
		width: 100%;
	}
	.workcase .case_title .tab li{
		margin: 0;
		display: inline-block;
		padding: 1px;
		width: 29%;
		margin: 1%;
		-webkit-tap-highlight-color : rgba (255, 255, 255, 0) ;
		-webkit-tap-highlight-color : transparent ; 
	}
	.workcase .case_title .case_title_more{
		display: none;
	}
	.workcase .zzzs{
		width: 48%;
	}
	.workcase .zzzs_imgdiv{
		height: 118px;
	}
	.workcase .zzzs{
		text-align: left;
	}
	.workcase .zzzs span{
		display: none;
	}
	.workcase .zzzs_title{
		padding: 20px 0 0;
	}
	.index_news ul li{
		width: 100%;
		margin-bottom: 10px;
		margin-left: 0;
		margin-right: 0;
	}
	.index_news .newstime{
		display: none;
	}
	.ind_pub_title{
		margin-bottom: 10px;
	}
	.index_news {
		padding: 20px 0;
		background: #fff;
	}
	.ind_honor{
		 padding: 20px 0;
		 margin-top: 20px;
	}
	.ind_honor .slick-next{
		right: 0;
	}
	.ind_honor .slick-prev {
		left: 0;
	}
	.partners_scroll .slick-next{
		right: 0;
	}
	.partners_scroll .slick-prev {
		left: 0;
	}
	.sch_icon li a span:nth-child(1){
		padding: 14px;
	}
	.sch_icon li a span:nth-child(5){
		font-size: 12px;
	}
	.sch_icon li a span:nth-child(1) img{
		width: 25px;
		height: 25px;
	}
	.sch_icon li a span:nth-child(3){
		margin: 20px 0;
	}
	.list10{
		width: 100%!important;
	}
	.list10 .content_list li{
		width: 50%!important;
	}
	.bg11{
		height: 270px!important;
	}
	.list10 .content_list li:not(:last-child):after{
		display: none;
	}
	.list10 .content_list li p{
		padding-top: 17px;
	}
	.list10{		
		padding-top: 30px!important;
	}
	.partners{
		padding-bottom: 0;
		padding-top: 20px;
	}
}