@charset "UTF-8";
/* CSS Document */
@font-face{
font-family: myFirstFont;
src: url('fonts/Microsoft-YaHei-UI-Light.ttf');
}
@font-face {
    font-family: 'icon';
    src: url('fonts/iconfont.eot'); /* IE9*/
    src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/iconfont.woff') format('woff'), /* chrome銆乫irefox */
    url('fonts/iconfont.ttf') format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
    url('fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
html,body{
	width:100%;
	height:100%;
}
body{
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
	padding:0;
	margin:0;
	color:#000;
	font-size:18px;
}
.iconFont {
    font-family: "icon";
}
.himg{
	transition:all 0.2s;
}
.himg:hover{
	opacity:0.7;
}
a{
	color:#000;
}
a:hover{
	color:#28a480;
	text-decoration:none;
}
p.des{
	font-size:18px;
	line-height:30px;
}
h1.text-left{
	margin:0;
	margin-bottom:30px;
}
ul{
	margin:0;
	list-style-type:none;
	padding:0;
}
.h35{
	clear:both;
	width:100%;
	height:35px;
}
.h70{
	clear:both;
	width:100%;
	height:70px;	
}
.h110{
	clear:both;
	width:100%;
	height:110px;
}
.h30{
	margin-bottom:30px;
}
.h100{
	height:100px;
}
.h80{
	height:80px;
}
.h120{
	clear:both;
	width:100%;
	height:120px;
}
.h50{
	clear:both;
	width:100%;
	height:50px;
}
.h160{
	clear:both;
	width:100%;
	height:160px;	
}
.topMenu{
	height:100%;
	background:#fff;
	border:none;
	width:calc( 100% - 100px );
	margin:0 auto;
}
.container{
	width:100%;
	max-width:1375px;
}
.solution-list .container{
	max-width:1570px;
}
.w1284{
	width:100%;
	max-width:1314px;
}
@keyframes shows {
    0% { opacity:0; }
	50%{opacity:.5}
    100%{opacity:1;}
}
.navbar-header{
	position:relative;
	height:100%;
	width:330px;
	margin:0;
	float:left;
}
.navbar-brand{
	width:330px;
	padding:0;
	position:absolute;
	padding-left:15px;
	top:50%;
	height:62px;
	transform:translateY(-50%);
	transition:background-image 0.3s;
	background:url(images/logo.jpg) no-repeat left center;
}
.scrollfixed .navbar-brand{
	background:url(images/logo-s.png) no-repeat left center;
	background-size:auto 100%;
	animation: shows 0.5s;
}
.navbar-brand img{
	height:100%;
	width:auto;
	position:absolute;
	left:0;
	top:0;
	
}
#mynav{
	height:100%;
	height:100% !important;
	margin:0;
	float:left;
	width:calc( 100% - 345px );
	display:inline-block;
}
.navbar-nav > li{
	position:relative;
	top:50%;
	height:14px;
	width:auto;
	transform:translateY(-50%);
}
.navbar-nav > li ul{
	display:none;
}
.navbar-nav > li{
	padding:0 18px;
	text-align:center;
}
.navbar-nav > li > a{
	padding:0;
	font-size:14px;
	height:14px;
	position:relative;
	display:block;
	width:100%;
	line-height:14px;
	transtion:all 0.2s;
	
}
.navbar-default .navbar-nav > li > a{
	color:#000;
	text-transform:uppercase;
}
.navbar-default .navbar-nav > li.current-menu-item > a,.navbar-default .navbar-nav > li.current-menu-parent a,.navbar-nav > li > a:hover{
	color:#28a480;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	color:#000000;
}
.nsearch{
	float:right;
	height:100%;
	display:table;
}
.navbar-nav{
	float:left;
	height:100%;
	transition:all 0.2s;
	overflow:hidden;
}
#top .navbar-nav{
	width:auto;
}
@keyframes widtham {
    0% { opacity:1; }
	50%{opacity:.5}
    100%{opacity:0;}
}
#top.scrollfixed .navbar-nav{
	opacity:0;
	animation: widtham 0.2s;
}
#top.scrollfixed .pcMenu{
	display:block;
	margin:0;
	float:left;
	border:none;
	margin-top:29px;
	margin-right:15px;
}
#top.scrollfixed .pcMenu:focus,#top.scrollfixed .pcMenu:hover{
	background:none;
}
.search{ display:table; float:left; height:100%; position: relative;}
.search input {
    float: left;
    display: inline-block;
    width: 150px;
	float:left;
    height: 26px;
    vertical-align: middle;
    border: 1px solid #474644;
    border-radius: 30px;
    padding: 0 15px;
	margin-right:10px;
    font-size: 12px;
    color: #474644;
}
.searchC{
	position:relative;
	left:0;
	height:26px;
	margin-top:32px;
	display:table;
	transtion:all 0.2s;
	
}
.searchC form{
	display:inline-block;
	float:left;
	width:0;
	overflow:hidden;
	transition:width 0.2s;
}
.searchC img{
	display:inline-block;
	float:left;
	margin-top:3px;
	cursor:pointer;
}
#top{
	width:100%;
	background:#fff;
	height:90px;
}
#top.scrollfixed{
	position:fixed;
	top:0;
	left:0;
	z-index:9999999;
}
.myban{
	width:100%;
	margin:0;
	padding:0;
	display:block;
	vertical-align:top;
}
.myban video{
	position:absolute;
	z-index:1;
	width:100%;
}
.myban .banInfo{
	position:absolute;
	z-index:10;
	
	width:100%;
	height:100%;
}
.myban .banInfo .txt{
	display:table;
	position:absolute;
	z-index:99;
	text-align:center;
	color:#fff;
	margin:0;
	top:50%;
	left:50%;
	transform:translate(-50%,-45%);
}
.myban .banInfo .txt h1{
	font-size:55px;
	font-weight: 800;
}
.myban .banInfo .txt p{
	font-size: 34px;
	margin-top: 18px;
	margin-bottom: 40px;
}
.myban .banInfo .txt a{
	width: 150px;
	height: 54px;
	line-height: 54px;
	border-radius: 5px;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
}
.myban .banInfo .txt a:hover{background: #fbbe01;color: #fff;}
.myban .swiper-container{
	width:100%;
}
.myban img{
	max-width:100%;
	height:auto;
}
.banScroll .swiper-pagination-bullet{
	width:17px;
	height:17px;
	background-color:transparent;
	border-radius:50%;
	border:2px solid #fff;
	opacity:1;
	margin:0 6px;
}
.banScroll .swiper-pagination{
	bottom:30px;
}
.banScroll .swiper-pagination-bullet-active{
	background:#fff;
}
.fuInfo{
	background:#f5f5f5;
	font-size:22px;
	line-height:42px;
	height:200px;
	margin-bottom:90px;
}
.fuInfo .text-center{
	max-width:915px;
	margin:0 auto;
	position:relative;
	height:100%;
}
.fuInfo .text-center p{
	position:absolute;
	top:50%;
	width:100%;
	font-family:myFirstFont;
	transform:translateY(-50%);
}
.fuInfo .text-center p i.fa{
	font-size:25px;
	color:#26a182;
	display:block;
	margin:0 auto;
}
.ablock,.ablock.now:hover{
	background:#f0f0f0;
	padding:65px 0px;
	text-align:center;
	min-height:376px;
	position:relative;
	cursor:pointer;
	color:#000;
	transition:background 0.2s;
}
.ablock:hover,.ablock.now{
	background:#24a480;
	color:#fff;
}
.ablock:hover .ico1,.ablock.now .ico1{
	background:url(images/ico1-1.png);
}
.ablock:hover .ico2,.ablock.now .ico2{
	background:url(images/ico2-1.png);
}
.ablock .ico1,.ablock.now:hover .ico1{
	width:56px;
	height:56px;
	margin:0 auto 30px auto;
	background:url(images/ico1.png);
}
.ablock .ico2,.ablock.now:hover .ico2{
	width:56px;
	height:56px;
	margin:0 auto 30px auto;
	background:url(images/ico2.png);
}
.ablock h1{
	font-size:24px;
	font-weight:normal;
}
.ablock p{
	font-size:14px;
	line-height:25px;
	position:absolute;
	bottom:45px;
	left:0;
	padding:0 35px;
}
.aboutTxt{
	height:100%;
	width:89%;
	position:relative;
}
.aboutTxt h1{
	font-size:38px;
	font-weight:normal;
	color:#000;
	line-height:52px;
	margin:0;
}
.aboutTxt h1 span{
	display:block;
	font-size:20px;
	line-height:30px;
	font-family:myFirstFont;
}
.aboutTxt p,.aboutTxt .txt{
	font-size:18px;
	line-height:28px;
	color:#666;
	position:absolute;
	top:48%;
	margin:0;
	transform:translateY(-50%);
}
.aboutTxt .txt p{
	position:relative;
	transform:none;
	margin-bottom:18px;
}
.aboutTxt .txt p:last-child{
	margin:0;
}
.btnMore{
	display:table;
	padding:0 30px;
	border:1px solid #28a480;
	line-height:35px;
	position:absolute;
	bottom:0;
	font-size:14px;
	color:#28a480;
	transition:all 0.2s;
	top:75%
}
.btnMore:hover{
	text-decoration:none;
	color:#fff;
	background:#28a480;
}
.fangan{
	margin-top:80px;
	background:#f5f5f5;
	padding:100px 0;
	margin-bottom:100px;
}
.homeTitle{
	font-size:38px;
	color:#000;
	display:table;
	margin:0 auto;
	margin-bottom:60px;
}
.searviceBlock .homeTitle{
	margin-bottom:30px;
}
.homeTitle em{
	font-style:normal;
	display:block;
	font-size:25px;
	font-family:myFirstFont;
	margin-top:22px;
}
.homeTitle span{
	font-size:20px;
	display:block;
	text-align:center;
	margin-top:8px;
	color:#4e4e4e;
	font-family:myFirstFont;
}
.blcokB{
	background:#fff;
	position:relative;
	padding-bottom:50px;
}
.blcokB .img{
	width:100%;
	overflow:hidden;
	height:233px;
}
.blcokB img{
	max-width:100%;
	height:auto;
	transition: all .5s ease;
}
.blcokB .img:hover img{
	transform: scale(1.1);
}
.blcokB h2{
	font-size:20px;
	padding:0 20px;
	color:#000;
}
/**
.blcokB:after{
	content:"";
	position:absolute;
	width:80px;
	height:3px;
	background:#ffc229;
	bottom:30px;
	left:20px;
}
**/
.blcokB h3{
	font-size:14px;
	color:#616161;
	padding:0 20px;
	margin:0;
}
.fangan .fourScroll{
	width:1475px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.fangan .swiper-container{
	width: 1375px;
	margin:0 auto;
	overflow:hidden;
}
.swiper-button-next,.swiper-button-prev{
	font-size:50px;
	color:#000;
	background:none;
	margin-top:-50px;
	font-weight:normal;
}
.swiper-button-next{
	right:0;
}
.fangan{
	position:relative;
}
.blockC{
	margin:0;
	padding:0;
	padding-top:360px;
	background-repeat:no-repeat;
	background-size:auto 360px;
}
.blockC .txt{
	background:#fff url(images/ico3.jpg) no-repeat 20px 30px;
	padding:40px 20px;
}
.blockC .txt h1{
	font-size:24px;
	color:#000;
}
.blockC .txt p{
	font-size:14px;
	font-family:myFirstFont;
}
.caseHome{
	margin-top:100px;
}
.work_list_box{margin-bottom:25px;}
.work_list_box .col-md-4{padding:0;}
.work_list_box .work_img_box{width:100%;position:relative;}
.work_list_box .work_img_box .bg{position:absolute;top:0;left:0;background:#28a480;opacity:0;z-index:10;width:100%;height:100%;transition:all 0.2s linear 0s;}
.work_list_box .work_img_box a.work_btn{display:none;width:100px;height:100px;border:2px solid #fff;text-align:center;line-height:35px;font-size:22px;color:#fff;position:absolute;top:50%;left:50%;margin:-50px 0 0 -50px;z-index:11;transition:all 0.2s linear 0s;border-radius: 5px;padding-top: 13px;}
.work_list_box .work_title{width:100%;padding:40px;}
.work_list_box .work_title span{display:block;font-size:27px;color:#3c4247;line-height: 27px;height: 27px;overflow: hidden;margin-top: 15px;margin-bottom: 15px;}
.work_list_box .work_title em{display:block;font-size:14px;color:#7d7d7e; font-style:normal}
.work_list_box .col-md-4:hover .work_img_box .bg{opacity:0.8;}
.work_list_box .col-md-4:hover .work_img_box a.work_btn{display:inline-block;}
.work_list_box .col-md-4:hover .work_title{background:#f1f3f2;}
.xianbao{
	background:#f5f5f5;
	padding:125px 0;
}
.imgBlock img{
	max-width:100%;
	height:auto;
}
.xianbao .imgBlock{
	position:relative;
	overflow:hidden;
}
.xianbao .imgBlock .info{
	position:absolute;
	bottom:-100%;
	left:0;
	background:#ffffff;
	padding:15px;
	width:100%;
	transition:bottom 0.2s;
}
.xianbao .imgBlock:hover .info{
	bottom:0;
}
.xianbao .imgBlock .info h3{
	font-size:20px;
}
.xianbao .imgBlock .info h5 a{
	font-size:14px;
	color:#b8b8b8;
}
.xianbao .aboutTxt p{
	font-size:16px;
	line-height:30px;
	display:block;
	margin:0;
	width:100%;
}
.xianbao .aboutTxt p a{
	color:#8a8a8a;
	height:30px;
	width:80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	display:block;
}
.xianbao .aboutTxt p a time{
	margin-right:10px;
}
.btbar p{
	font-size:26px;
	margin:0;
	line-height:42px;
}
.btbar .txt{
	max-width:678px;
	margin:80px auto;
	text-align:center;
	font-family:myFirstFont;
}
.btna{
	font-size:14px;
	text-align:center;
	color:#24a480;
	border:1px solid #24a480;
	display:inline-block;
	width:153px;
	line-height:44px;
	transition:background 0.2s;
}
.btna:hover{
	background:#24a480;
	color:#fff;
	text-decoration:none;
}
.btbar .txt .btna{
	margin:40px 12px 0 12px;
}
footer{
	background:#686868;
	padding-top:80px;
	font-size:14px;
	line-height:25px;
	color:#fff;
}
footer .container{
	width:100%;
	max-width:1470px;
}
footer img.logo{
	margin-bottom:23px;
}
footer dl{
	width:70px;
	padding:0;
	margin:0;
	display:inline-block;
	text-indent:0;
	margin-right:35px;
}
footer dt{
	font-size:16px;
	line-height:35px;
	margin-bottom:10px;
	padding-bottom:10px;
}
footer dt a{
	color:#fff;
}
footer dd a{
	color:#fff;
	line-height:30px;
}
.wbox{
	width:96px;
	display:inline-block;
	margin-left:30px;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:35px;
}
.copy{
	line-height:45px;
	color:#fff;
	font-size:14px;
	background:#595959;
	text-align:center;
	margin-top:80px;
}
.banny{
	width:100%;
	height:450px;
	background:#28a480;
	position:relative;
}
.banny img{
	position:absolute;
	right:200px;
	bottom:0;
}
.banny .txt{
	display:table;
	position:absolute;
	top:50%;
	text-align:center;
	width:100%;
	transform:translateY(-50%);
	font-family:myFirstFont;
	color:#fff;
}
.banny .text-left{
	text-align:left;
	width:100%;
	max-width:1375px;
	left:50%;
	transform:translate(-50%,-50%);
}

.banny .txt h1{
	font-size:50px;
	margin:0;
	line-height:50px;
}
.banny .text-left h1{
	line-height:58px;
}
.banny .txt p{
	margin:0;
	line-height:26px;
	font-size:26px;
	margin-top:22px;
}
.videoBlock{
	max-width:100%;
	height:auto;
	margin:0 auto;
}
.videoBlock img,.videoBlock video{
	max-width:100%;
	height:auto;
}
.cblock{
	text-align:center;
}
.cblock h1{
	font-size:30px;
	line-height:30px;
	margin-bottom:22px;
	color:#000;
}
.cblock p{
	max-width:64%;
	display:block;
	margin:15px auto;
	font-size:18px;
	line-height:28px;
}
.cblock img{
	margin:27px auto;
}
.fullImg{
	width:100%;
}
.fullImg img{
	max-width:100%;
	height:auto;
}
.btbar_2{
	width:100%;
	height:80px;
	line-height:80px;
	background:#eeeeee;
}
.btbar_2 h1{
	font-size:22px;
	margin:0;
	display:table;
	margin:0 auto;
	height:80px;
	background:url(images/ico7.jpg) no-repeat right center;
	padding-right:55px;
	line-height:80px;
}
.btbar_2 h1 a{
	color:#0a0a0a;
}
.mysubMenu ul{
	text-align:right;
	
	width:calc( 100% - 115px );
	margin:0 auto;
	font-size:14px;
	display:block;
	padding-right:19px;
}
.mysubMenu{
	background:#f7f8fa;
}
.mysubMenu li{
	display:inline-block;
	width:auto;
	padding:20px 0;
}
.mysubMenu li a{
	padding:0 18px;
}
.mysubMenu li.current-menu-item a{
	color:#28a480;
}
.hzm{
	margin:0;
	background:#f2f2f2;
	padding-bottom:110px;
	padding-top:110px;
}
.blcokC img{
	max-width:100%;
	height:auto;
}
.hzlogo img{
	margin-bottom:35px;
	margin-top:35px;
	filter: grayscale(1);
	transition:all 0.2s;
}
.hzlogo div:hover img{
	filter: grayscale(0);
}
.hzlogo div:after{
	position:absolute;
	content:"";
	height:2px;
	width:calc( 100% - 36px );
	background:#e7e7e7;
	bottom:0;
	left:18px;
	transition:background 0.2s;
}
.hzlogo div:hover:after{
	background:#28a480;
}
.kblock{
	float:left;
}
.kblock .content{
	width:817px;
	float:left;
	background:#fff;
	padding:0px 90px;
}
.kblock .content img{
	margin-top:60px;
}
.kblock .content p{
	margin-bottom:60px;
	font-size:24px;
	line-height:40px;
}
.kblock .bl{
	width:32px;
	float:left;
	position:relative;
}
.kblock .bl img{
	position:absolute;
	bottom:32px;
}
.koubei .tx{
	width:127px;
	height:127px;
	
	float:left;
	position:relative;
	overflow:hidden;
	margin-right:45px;
}
.koubei .tx img{
	width:100%;
	border-radius:50%;
	position:absolute;
	bottom:0;
}
.koubeiC{
	display:table;
	margin:0 auto;
}
.koubei .btnS{
	width:17px;
	float:right;
}
.koubei .swiper-container{
	height:311px;
}
.koubei .swiper-button-next,.koubei .swiper-button-prev{
	width:40px;
	height:40px;
	transform:none;
	top:auto;
	right:80px;
}
.koubei .swiper-button-prev{
	left:auto;
	margin-top:0;
	bottom:40px;
}
.koubei .swiper-button-next{
	bottom:0;
	top:auto;
	margin-top:0;
}
.koubei .swiper-button-next img,.koubei .swiper-button-prev img{
	max-width:auto;
	height:17px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%);
}
.koubei .swiper-button-prev img{
	transform:rotate(90deg);
}
.koubei .swiper-button-next img{
	transform:rotate(90deg);
}
#huoban{
	border-bottom:1px solid #d4d4d4;
	text-align:center;
}
#huoban li{
	display:inline-block;
	float:none;
	font-size:20px;
	margin:0 10px;
}
#huoban li a{
	padding:0;
	line-height:50px;
	border:none;
	border-bottom:2px solid #fff;
}
#huoban li a:hover,#huoban li.active a{
	background:none;
	color:#24a480;
	border-bottom:2px solid #24a480;
}
.hzlogoContent{
	margin-top:40px;
	margin-bottom:60px;
}
.hzlogoContent .col-md-3{
	text-align:center;
	height:110px;
}
.tmblock{
	width:90%;
	max-width:546px;
}
.tmblock img{
	margin-bottom:30px;
	transition:opacity 0.2s;
}
.tmblock img:hover{
	opacity:0.8;
}
.tmblock h1{
	font-size:24px;
	line-height:24px;
	color:#000;
	margin:0;
	margin-bottom:12px;
}
.tmblock h2{
	font-size:16px;
	line-height:16px;
	color:#000;
	margin:0;
}
.tmblock p{
	font-size:14px;
	line-height:24px;
	color:#808080;
	margin:20px 0;
}
.tmblock h3{
	font-size:14px;
	color:#808080;
	padding-left:12px;
	border-left:4px solid #ffc229;
	margin-bottom:50px;
}
.znt{
	margin:0;
	padding:0;
}
.znt img{
	max-width:100%;
}
.stblock{
	margin-top:40px;
	text-align:center;
}
.stblock p{
	font-size:16px;
}
.stblock h1{
	font-size:22px;
	line-height:22px;
	color:#535353;
}
.stblock h2{
	position:relative;
	font-size:18px;
	line-height:27px;
}

.contactBlock{
	max-width:200px;
	margin:0 auto;
	
	padding:15px 0;
	text-align:center;
}
.contactBlock h1{
	font-size:20px;
	line-height:20px;
	margin:20px 0;
}
.contactBlock p{
	font-size:16px;
	line-height:26px;
	color:#8c8c8c;
}
.blr{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.comment-form{
	margin-top:45px;
}
.inp{
	margin:0 10px;
	line-height:50px;
	border:1px solid #dcdcdc;
	background:#f9f9f9;
	border-radius:3px;
	font-size:14px;
	color:#757575;
	display:block;
	padding:0 10px;
	float:left;
	width:calc( 33.333% - 20px );
}
.comment-form textarea{
	border:1px solid #dcdcdc;
	background:#f9f9f9;
	border-radius:3px;
	font-size:14px;
	line-height:25px;
	width:calc( 100% - 20px );
	margin:0 10px;
	margin-top:20px;
	height:214px;
}
.comment-form button{
	display:block;
	margin:70px auto;
	background:#fff;
}
.wxm{
	text-align:center;
}
.wxm h1{
	font-size:18px;
}
.nomargin{
	margin:0;
}
.sblock p{
	font-size:16px;
	max-width:70%;
	color:#a0a0a0;
}
.sblock img{
	width:auto;
	max-height:67px;
}
.tabNav li{
	height:80px;
	text-align:center;
}
.tabNav li a{
	line-height:76px;
	border-bottom:4px solid #fff;
	font-size:18px;
}
.tabNav li.now a{
	border-color:#28a480;
	color:#28a480;
}
.searviceBlock li{
	padding:100px 0;
	background:#f6f6f6;
}
.searviceBlock li:nth-child(2n){
	background:#fff;
}
.searviceBlock li h1.homeTitle{
	margin-bottom:20px;
}
.searviceBlock li p.text-center{
	font-size:18px;
	color:#9e9e9e;
	margin-bottom:30px;
	line-height:30px;
}
.reCaseBlock,.w1295{
	width:100%;
	max-width:1295px;
	margin:0 auto;
}
.reCaseBlock a{
	display:block;
	background:#fff;
	color:#000;
	font-size:16px;
	padding-bottom:35px;
	text-align:center;
	border:1px solid #e6e9ed;
	transition:all .2s linear;
}
.reCaseBlock a:hover{
	box-shadow:0 15px 30px rgba(0,0,0,.1);
	transform:translate3d(0,-5px,0);
}
.reCaseBlock a img{
	max-width:100%;
	height:auto;
}
.reCaseBlock a h3{
	font-size:20px;
	margin-top:35px;
	line-height:20px;
}
.searviceBlock .tab-content .tab-pane{
	width:100%;
	max-width:1295px;
	
	border-radius:5px;
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
	background:url(images/bg1.jpg);
}
.searviceBlock .tab-content .tab-pane .txt{
	position:absolute;
	padding:15px;
	bottom:20px;
	left:50px;
}
.searviceBlock .tab-content .tab-pane .txt h2{
	font-size:22px;
	color:#fff;
}
.searviceBlock .tab-content .tab-pane .txt p{
	font-size:14px;
	line-height:22px;
	color:#fff;
}
.serviceNav{
	display:block;
	width:100%;
	max-width:1159px;
	margin:0 auto;
}
.serviceNav .btxt{
	position:absolute;
	top:0;
	display:none;
	font-size:12px;
	height:100%;
	overflow:hidden;
	line-height:25px;
	color:#fff;
	
	width:100%;
	background: #fff;
	box-shadow: 0 5px 20px 0 rgba(39,43,157,0.17);
}
.serviceNav .btxt p{
	display:table;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:100%;
	padding:10px;
}
.serviceNav li:hover .btxt{
	display:block;
	color:#000;
}
.searviceBlock li .serviceNav li{
	width:25%;
	padding:0;
	min-height:150px;
	position:relative;
	float:left;
	background-color:transparent;
	text-align:center;
}
.searviceBlock li .serviceNav li a{
	font-size:18px;
	color:#000;
}
.searviceBlock li .serviceNav li a img{
	display:block;
	margin:10px auto;
}
.fanganBlock{
	width:100%;
	max-width:1298px;
	margin:0 auto;
}
.fanganBlock li{
	position:relative;
	padding:0;
	background:#f9fafa;
	margin-bottom:70px;
	box-shadow:4px 0 12px rgba(11,2,5,.11);
}
.fanganBlock li .txt{
	position:absolute;
	display:table;
	top:50%;
	transform:translateY(-50%);
	left:60px;
}
.fanganBlock li img{
	float:right;
}
.fanganBlock li h2{
	font-size:30px;
}
.fanganBlock li h3{
	font-size:18px;
}
.caseList h1.homeTitle{
	margin-bottom:20px;
}
.tagBlock{
	float:none;
	text-align:center;
	margin:20px auto;
}
.tagBlock a {
    background-color: #f5f5f5;
    padding: 5px 14px;
    text-align: center;
    margin: 3px;
    color: #777;
	font-size:14px;
    display: inline-block;
}
.solution-title-box{
	background-color:#f7f7f8;
	padding: 26px 50px;
}
.solution-title-box .tit-up{
	margin-top: 13px;}
.solution-title-box h2{
	padding-top: 5px;
	font-size: 30px;
	color: #3c4247;
	line-height: 2;
	margin-top:10px;
}
.tit-up {
    background: url(images/tit-up.png);
    width: 65px;
    height: 8px;
    display: inline-block;
}
.solution-title-box p{color: #888;font-size:14px;}
.solution_img_box{position: relative;}
.solution_img_box .solution-cover{position: absolute;width: 100%;height: 100%;background-color: rgba(81, 81, 81, 0.8);display: none;top:0;left: 0;}
.solution_img_box:hover .solution-cover{display: block;}
.solution-cover-box{font-size: 28px;border: 2px solid #fff;position: absolute;top: 50%;margin-top: -60px;width: 120px;height: 120px;text-align: center;color: #fff;display:block;border-radius: 5px;left: 50%;margin-left: -60px;text-align: center;}
.solution-cover-box span{font-size: 21px;display: block;}
.solution-cover-box-tit{margin-top: 20px;}
.solution-box{margin-top:50px;margin-bottom: 50px;}
.solution-box:nth-child(2n+1) {
    padding-left: 40px;
}
.solution-box:nth-child(2n) {
    padding-right: 40px;
}
.pagination h2{
	display:none;
}
.pagination{
	width:100%;
	text-align:center;
	margin:50px auto;
}
.pagination a,.pagination span.current{
	border-radius: 2px;
	color: #838383;
	display: inline-block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin-left: 10px;
	display:inline-block;
	text-align:center;
	width: 36px;
	background:#eeebeb;
	border: 1px solid #eeebeb;
	transition: all 0.2s ease 0s;
}
.pagination span.current{
	background:#00a786;
	border-color:#00a786;
	color:#fff;
}
.pagination a:hover{
	background: #2a2b2f;
	border: 1px solid #2a2b2f;
}
.news_recommend{width:100%;background:#292a2e;display:block;position:relative;overflow:hidden;}
.news_recommend .container{width:100%;max-width:1600px;position:absolute;top:0;left:50%; transform:translateX(-50%);}
.news_recommend .picture{width:50%;margin-left:50%;}
/*.news_recommend .picture{width:50%;position:relative;order:2;}*/
.news_recommend .picture .bg{width:50%;height:100%;position:absolute;top:0;left:50%;background:#000;opacity:0;transition:all 0.2s linear 0s;}
.news_recommend .picture img{display:inline-block;width:100%;height:auto;vertical-align:bottom;}
.news_recommend .list{position:relative;width:50%;order:1;/*padding:0 8em;*/padding:65px 0;}
.news_recommend .time{display:block;font-family:newFont-2;font-size:18px;color:#858585;margin-bottom:5px;}
.news_recommend a.name{display:block;font-size:20px;color:#fff;margin-bottom:10px;height:28px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.news_recommend a.details{display:block;font-size:14px;color:#858585;line-height:30px;margin-bottom:30px;width:90%;height:90px;overflow:hidden;transition:all 0.2s linear 0s;}
.news_recommend a.details:hover{color:#fff;}
.news_recommend a.more{display:block;width:160px;height:44px;text-align:center;line-height:42px;border:1px solid #28a480;font-size:16px;color:#28a480;transition:all 0.2s linear 0s;}
.news_recommend a:active{position:relative;top:2px;}
.news_recommend:hover .picture .bg{opacity:0.50;}
.news_recommend:hover a.name{text-decoration:underline;}
.news_recommend:hover a.more{background:#28a480;color:#fff;}
.work_nav_box{border-top:1px solid #eeebeb;border-bottom:1px solid #eeebeb;height:70px;width:100%;}
.work_nav_box .container{width:100%;max-width:1600px;}
.work_nav_box a{font-size:16px;color:#868686;border-bottom:2px solid #fff;display:inline-block;height:40px;line-height:40px;margin-top:28px;transition:all 0.2s linear 0s;}
.work_nav_box a:hover{color:#000;border-bottom:2px solid #28a480;}
.work_nav_box li{display:inline-block; margin-right:10px; text-align:center; width:auto;}
.work_nav_box li.current-menu-item a{color:#000;border-bottom:2px solid #28a480;}
.work_nav_box a.hover{color:#000;border-bottom:2px solid #28a480;}
.work_nav_box .search_end{line-height:70px;font-size:14px;color:#000;}
.work_nav_box .search_end b{color:#28a480;margin:0 5px;}
.news_box{width:100%;}
.news_box .container{width:100%;max-width:1600px;margin:0 auto;}
.news_box ul{display:inline-block;width:100%;padding: 0;}
.news_box ul li{display:inline-block;width:100%;vertical-align:bottom;border-bottom:1px solid #f1f3f2;padding:15px 0;}
.news_box ul li .row{display:flex;align-items:center;}
.news_box ul li a.picture{display:inline-block;position:relative;}
.news_box ul li a.picture img{display:inline-block;width:100%;height:auto;vertical-align:bottom;}
.news_box ul li a.picture .bg{display:inline-block;width:100%;height:100%;background:#000;opacity:0;position:absolute;top:0;left:0;transition:all 0.2s linear 0s;}
.news_box ul li .time{float:left;text-align:left;}
.news_box ul li .time span{display:block;font-family:newFont-2;font-size:18px;color:#797676;line-height:30px;transition:all 0.2s linear 0s;}
.news_box ul li .time a{font-size:30px;color:#797676;display:inline-block;margin-top:25px;width:56px;height:28px;text-align:center;line-height:28px;transition:all 0.2s linear 0s;}
.news_box ul li .line{float:left;width:10%;text-align:center;height:30px;line-height:28px;color:#797676;}
.news_box ul li .info{float:left;width:80%;}
.news_box ul li .info a.name{display:block;font-size:18px;color:#797676;height:30px;line-height:30px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all 0.2s linear 0s;}
.news_box ul li .info a.details{display:block;font-size:14px;color:#797676;line-height:30px;height:60px;width:100%;overflow:hidden;margin-top:25px;transition:all 0.2s linear 0s;}
.news_box ul li:hover a.picture .bg{opacity:0.5;}
.news_box ul li:hover .time span{color:#292a2e}
.news_box ul li:hover .time a{color:#fff;background:#28a480;}
.news_box ul li:hover .info a.name{color:#28a480;text-decoration:underline;}
.news_box ul li:hover .info a.details{color:#292a2e;}
.work_active_box .container{background:#fff;width:100%; max-width:1600px; padding:0;}
.work_active_box .container .title{padding:40px 50px;}
.work_active_box .container .title h6{font-size:20px;margin-bottom:8px;font-weight:600;}
.work_active_box .container .title h2{font-size:28px;font-weight:600;}
.work_active_box .container .text{font-size:14px;color:#797676;line-height:26px;overflow:hidden;}
.work_active_box .container .text_content .meirong{margin-top:10px;}
.work_active_box .container .text img{display:inline-block;max-width:100%;height:auto;}
.work_active_box .container .text_content{padding:90px 50px;}
.work_active_box .container .text_content h2{font-size:24px;color:#313131;margin-bottom:10px;font-weight:bold;}
.work_active_box .container .text_content span{display:block;font-size:14px;color:#696969;line-height:26px;}
.work_active_box .container .text_content .meirong{width:100%;line-height:26px;color:#4a4a4a;font-size:14px;}
.active_prev_next{position:relative;height:86px; padding:0; max-width:1600px; background:#fff;}
.active_prev_next a{background:#fff;color:#292a2e;display:block;height:86px;line-height:86px;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;transition:all 0.3s ease-in-out 0s;}
.active_prev_next .prev a{margin:0 -15px;padding-right:60px;}
.active_prev_next .next a{margin:0 -15px;padding-left:60px;text-align:left;}
.active_prev_next a:hover{background:#29a27f;color:#fff;}
.active_prev_next .prev a:hover{padding-right:90px;}
.active_prev_next .next a:hover{padding-left:90px;}
.active_prev_next .prev a:hover::after{
    border-right:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent;
    content:'';display:inline-block;position:absolute;right:60px;top:40px;z-index:50;
}
.active_prev_next .next a:hover::after{
    border-left:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent;
    content:'';display:inline-block;position:absolute;left:60px;top:40px;z-index:50;
}
.active_prev_next .back{background:#fff;left:50%;width:86px;margin-left:-43px;position:absolute;text-align:center;}
.active_prev_next .back a{text-align:center;font-size:20px;}
.works_active_title {
    padding: 80px 0 80px 0;
    text-align: center;
}
.works_active_title h2.en {
    font-family:myFirstFont;
    font-size: 40px;
}
.works_active_title h2 {
    color: #000;
    font-size: 34px;
    font-weight: normal;
    margin-top: 10px;
}
.news_active_box,.work_active_box{width:100%;margin-bottom:100px;border-top: 1px solid #eeebeb;}
.work_active_box{margin-bottom:0;}
.news_active_box .news_active{margin:0px auto 0 auto;background:#fff; max-width:1600px;}
.news_active_box .container img{display:inline-block;vertical-align:bottom;max-width:100%;height:auto;}
.news_active_box .container .title{padding:80px 120px;}
.news_active_box .container .title h6{font-size:26px;margin-bottom:8px;}
.news_active_box .container .title .time{font-size:16px;color:#797676;}
.news_active_box .container .content{font-size:14px;color:#797676;line-height:26px;padding:0 120px;}
.hzm .blcokC{position: relative;}
.hzm .overlay{background: rgba(0, 0, 0, .2);position: absolute;top: 0;left: 0;width: 100%;height: 100%;transition: opacity .3s;color: #fff;}
.hzm .overlay p,.hzm .overlay h2{position: absolute;transition: all .4s cubic-bezier(.4,0,.2,1);opacity: 0;bottom: 20px;width: 100%;}
.hzm .overlay h2{bottom:auto; top:50px; margin:0; padding:0; font-size:20px;}
.hzm .blcokC:hover .overlay{background: rgba(0, 0, 0, .8);}
.hzm .blcokC:hover .overlay img{transform: scale(0.8);}
.hzm .blcokC:hover .overlay p{opacity: 1;bottom: 40px}
.hzm .blcokC:hover .overlay h2{opacity:1;}
.hzm .blcokC .table-cell{ text-align:center; position:relative;width:100%; height:100%;}
.hzm .blcokC .table-cell img{transition:all 0.2s; margin:100px 0;}
.sliphover-overlay{padding: 15px;text-align: left;}
.sliphover-overlay h3{font-size: 40px;}
.sliphover-overlay h4{font-size: 18px;}
.sliphover-overlay p{position: absolute;bottom: 15px;left: 15px;right: 15px; font-size:14px;}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
	display:none;
}
.mt70{
	margin-top:70px;
}
.modal-dialog{
	width:100%;
	max-width:900px;
}
#myModal video{
	width:100%;
	height:auto;
}
.modal-open .modal{
	z-index:999999000000000;
	width:100%;
	height:100%;
}
.modal.in .modal-dialog{
	width:100%;
	margin:0;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
@keyframes hideIndex{
    0%{ opacity: 0; transform: translate(800px, 0) }
    100%(opacity: 1; transform: translate(0, 0) )
}
.fuwucblock{
	max-width:40%;
	margin:20px auto;
	text-align:center;
	font-size:16px;
	line-height:28px;
}
.fuwucblock img{
	margin-bottom:50px;
}
.fuwucblock h2{
	font-size:20px;
	color:#000;
	line-height:40px;
}
.fuwuts .swiper-button-next,.fuwuts .swiper-button-prev{
	width:39px;
	height:27px;
}
.Gmid{
	border-left:1px solid #ededed; border-right:1px solid #ededed;
}
@media only screen and (orientation:portrait) {
	.navbar-header{
		width:230px;
	}
	.navbar-brand{
		width:230px;
		background-size:100% auto;
	}
	#mynav{
		width:calc( 100% - 230px );
	}
	.fangan .swiper-container{
		width:100%;
	}
	#top.scrollfixed .pcMenu{
		margin-right:0;
	}
	.aboutTxt{
		width:100%;
	}
	.xianbao .aboutTxt p,.aboutTxt .txt{
		position:static;
		transform:none;
	}
	.pull-ipad{
		float:none;
		float:none !important;
		clear:both;
	}
	.banny .txt h1{
		font-size:32px;
	}
	.banny .txt{
		padding-left:20px;
	}
	.banny img{
		max-width:200px;
		height:auto;
		right:20px;
	}
	.solution-title-box h2{
		min-height:72px;
	}
	.banny{
		height:320px;
	}
	.banny .text-left{
		max-width:100%;
	}
	.col-sm-6 img{
		max-width:100%;
	}
	.btnMore{
		position:static;
		margin-top:20px;
	}
}
@media (min-width: 768px) {
    .solution-title-box{padding: 55px;}
    .solution-title-box h2{font-size: 30px;}
    #video{width: 800px;height:400px;}
    .pr90{padding-right: 90px}
    .pl90{padding-left: 90px}
    .home-banner{margin-top: 70px;}
}
.w1295{
	width:1295px;
}
@media (min-width: 768px) and (max-width: 1230px) {
	.topMenu{
		width:calc( 100% - 30px );
	}
	
}
@media (min-width: 1153px) and (max-width: 1281px){
	.topMenu{
		width:calc( 100% - 90px );
	}
}
@media (min-width: 1024px) and (max-width: 1152px) {
	.container.hidden-xs.eqW{
		width:calc( 100% - 90px );
	}

}
@media (min-width: 1024px) and (max-width: 1152px) {
	.container{
		width:calc( 100% - 90px );
	}

}
@media (min-width: 1280px) and (max-width: 1440px) {
	.container.hidden-xs.eqW{
		width:calc( 100% - 200px );
	}
}
@media (min-width: 1280px) and (max-width: 1440px) {
	.container{
		width:calc( 100% - 150px );
	}
	.banny .text-left{
		max-width:calc( 100% - 100px );
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.navbar-nav > li{
		padding:0 9px;
	}
}
@media (max-width: 1475px) {
.fangan .fourScroll{
	width:100%;
}
}
@media (max-width: 767px) {
	.mbd{
		border-bottom:1px solid #ededed;
	}
	.fuwucblock h2{
		font-size:18px;
	}
	.fuwucblock{
		max-width:70%;
		font-size:14px;
		line-height:25px;
	}
	.fuwucblock img{
		max-width:80px;
		margin:20px auto;
	}
	.sliphover-overlay{padding: 5px;text-align: left;}
.sliphover-overlay h3{font-size: 18px; margin:0;}
.sliphover-overlay h4{font-size: 16px; margin:0}
.sliphover-overlay p{position: absolute;bottom: 5px;left: 5px;right: 5px; font-size:12px;}
.znt{
	margin:0;
	padding:0;
}
	img{
		max-width:100%;
		height:auto;
	}
	.topMenu{
		width:100%;
	}
	#top{
		height:auto;
	}
	.work_list_box .work_title span{
		font-size:22px;
		margin:8px 0;
	}
	.work_list_box .work_title{
		padding-top:20px;
		padding-bottom:35px;
		padding-left:15px;
	}
	.navbar-header{
		width:calc( 100% - 30px );
		height:60px;
		margin:0 15px;
	}
	.navbar-brand{
		width:300px;
		height:33px;
		background:url(images/logo-s.png) no-repeat left center;
		background-size:auto 100%;
	}
	#mynav{
		width:100%;
		float:none;
		padding:0;
		position:fixed;
		top:0;
		z-index:9999;
		background:#fff;
		height:100%;
		transform:all 0.2s;
	}
	#mynav.collapse{
		display:none;
	}
	#mynav.collapse.in{
		display:block;
		
	}
	.fourScroll .swiper-wrapper{
		
	}
	.search{
		display:none;
	}
	#top .navbar-nav{
		height:auto;
		width:100%;
		margin:0;
		float:none;
	}
	.nsearch{
		width:100%;
		float:none;
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		height:auto;
	}
	.topMenu{
		
	}
	#top.scrollfixed .navbar-nav {
    opacity: 1;
    animation: none;
}
	.navbar-header button{
		border:none;
		margin-top:14px;
		padding-right:0;
		margin-right:0;
		z-index:9999999;
	}
	.navbar-header button:hover{
		background:none;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background:none;
	}
	.navbar-header .navbar-toggle .icon-bar{
		background:#000;
	}
	.navbar-nav > li,.navbar-nav > li > ul > li,.mbNav li{
		position:static;
		transform:none;
		display:block;
		width: 76%;
		height:48px;
		margin: 0 12%;
		padding:0;
	}
	.mbNav{
		margin-top:30px;
	}
	.mbNav li{
		line-height:48px;
		color:#232730;
	}
	.mbNav li span.pull-right{
		color:#24a480;
		text-align:right;
	}
	.mbNav li span.pull-right a{
		display:inline-block;
		width:30px;
		height:30px;
		line-height:30px;
		font-size:15px;
		background:#c6c6c6;
		color:#fff;
		text-align:center;
		margin-left:10px;
	}
	.navbar-nav > li > a{
		height: 48px;
		line-height: 48px;
		border-bottom: 1px solid #eae7e5;
		font-size: 18px;
	}
	.navbar-nav > li > ul > li{
		border-bottom:1px solid #eae7e5;
		margin:0;
		width:100%;
		text-indent:12%;
	}
	#top.scrollfixed .navbar-nav{
		width:100%;
	}
	.fuInfo{
		font-size:14px;
		line-height:25px;
		height:115px;
		margin-bottom:0;
	}
	.fuInfo .text-center p:before{
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		line-height: normal;
		content:"\f10d";
		font-size:14px;
		color:#28a480;
		display:block;
		margin:0px  auto;
	}
	.fuInfo .text-center p:after{
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		line-height: normal;
		content:"\f10e";
		font-size:14px;
		color:#28a480;
		display:block;
		margin:0px  auto;
	}
	.aboutTxt{
		margin:0 -15px;
		width:auto;
		margin-bottom:25px;
	}
	.aboutTxt h1{
		text-align:center;
		margin-top:25px;
		font-size:35px;
		line-height:35px;
		margin-top:40px;
		margin-bottom:36px;
	}
	.neiyeBody .aboutTxt h1{
		font-size:22px;
	}
	.btnMore{
		position:static;
		margin:25px 0 0 0;
	}
	.aboutTxt h1 span{
		font-size:15px;
		color:#898989;
		margin-top:18px;
		line-height:15px;
	}
	.ablock p{
		display:none;
	}
	.ablock h2{
		font-size:18px;
	}
	.aboutTxt p, .aboutTxt .txt{
		position:static;
		transform:none;
		text-align:justify;
		font-size:14px;
		line-height:25px;
	}
	.ablock, .ablock.now:hover{
		min-height:auto;
		margin:0 -7.5px;
	}
	.ablock, .ablock.now:hover{
		padding:30px 0;
	}
	.mb{
		margin:33px 10px;
		width:calc( 100% - 20px );
		line-height:42px;
		padding:0;
		text-align:center;
		font-size:12px;
		position:static;
	}
	.fangan{
		margin-top:0px;
		padding:70px 0;
		margin-bottom:0;
		font-size:14px;
	}
	.homeTitle{
		font-size:35px;
		text-align:center;
		margin-bottom:40px;
		width:100%;
	}
	.neiyeBody .homeTitle{
		font-size:22px;
	}
	.blcokB{
		padding-bottom:30px;
	}
	.homeTitle span{
		font-size:16px;
		color:#8c8c8c;
	}
	.fangan .fourScroll,.fangan .swiper-container{
		width:100%;
	}
	.blcokB img{
		width:100%;
	}
	.caseHome{
		margin:60px 0;
		margin-bottom:39px;
	
	}
	.myban{
		margin-bottom:50px;
	}
	.xianbao{
		padding:20px 0;
	}
	.btbar p{
		font-size:16px;
		padding:0 15px;
		line-height:28px;
	}
	.xianbao .aboutTxt p a{
		width:100%;
	}
	.btbar .txt{
		width:100%;
		margin:20px 0;
	}
	.btbar .txt .btna{
		margin-top:20px;
		width:106px;

		line-height:24px;
		text-align:center;
		font-size:12px;
	}
	footer{
		padding-top:0;
	}
	.copy{
		margin-top:0;
		padding:25px 0;
		font-size:14px;
	}
	.copy ul{
				line-height:12px;
		height:12px;
		text-align:center;
	}
	.copy li{
		display:inline-block;
		line-height:12px;
		height:12px;
		padding:0 10px;
		border-right:1px solid #fff;
	}
	.copy li:last-child{
		border:none;
	}
	.copy li a{
		color:#fff;
		font-size:12px;
		line-height:12px;
	}
	.xianbao .aboutTxt p{
		font-size:14px;
	}
	.work_nav_box a{
		font-size:14px;
	}
	.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
		top:auto;
		bottom:0;
	}
	.h70,.h110,.h120,.h160,.h50,.h35{
		height:0px;
	}
	.mysubMenu ul{
		width:100%;
	}
	.banny .txt p{
		display:none;
	}
	.banny .txt h1{
		font-size:22px;
	}
	.banny{
		height:200px;
	}
	.videoBlock{
		
	}
	.btbar_2 h1{
		font-size:14px;
		background:none;
		padding:0;
		line-height:40px;
		height:40px;
	}
	.btbar_2 h1 a{
		color:#5e5e5e;
	}
	.mblock{
		position:relative;
		z-index:1;
		margin-top:35px;
	}
	.mblock h1{
		position:absolute;
		top:50%;
		margin:0;
		transform:translateY(-50%);
		z-index:99;
		color:#fff;
	}
	.mblock h1 em{
		font-size:18px;
	}
	.mblock .zz{
		background:rgba(0,0,0,.6);
		position:absolute;
		z-index:15;
		width:100%;
		height:100%;
	}
	.cblock h1{
		font-size:18px;
		margin:10px 0;
	}
	.cblock p{
		max-width:50%;
		font-size:14px;
		margin-bottom:15px;
	}
	.cblock img{
		margin:15px auto 15px auto;
	}
	.mimg{
		margin:50px 0;
	}
	.banny .text-left{
		text-align:center;
		
	}
	.banny .text-left h1{
		line-height:35px;
	}
	.fanganBlock li .txt{
		position:static;
		transform:none;
	}
	.fanganBlock li h2{
		font-size:16px;
	}
	.fanganBlock li p{
		font-size:14px;
	}
	.fanganBlock li{
		box-shadow:none;
		margin:0;
		background:none;
	}
	.fanganBlock li .btna{
		margin:15px auto;
		width:100%;
	}
	.reCaseBlock a{
		padding-bottom:15px;
		margin-bottom:15px;
	}
	.searviceBlock li h1.homeTitle{
		text-align:left;
	}
	.searviceBlock li p.text-center{
		display:none;
	}
	.searviceBlock li .serviceNav li a{
		font-size:12px;
	}
	.searviceBlock li{
		padding:20px 0;
	}
	.hzlogo img{
		margin:15px 0;
	}
	.kblock .content{
		padding:0 10px;
		width:100%;
	}
	.kblock .content img{
		margin-top:20px;
		width:25px;
		height:auto;
	}
	.kblock .content p{
		font-size:14px;
		line-height:25px;
	}
	.hzlogo{
		margin-bottom:15px;
		display:table;
	}
	.koubei .swiper-button-next, .koubei .swiper-button-prev{
		display:none;
	}
	.koubei .swiper-container{
		height:200px;
	}
	#huoban li{
		width:calc( 50% - 20px );
		font-size:14px;
		float:left;
	}
	.hzlogoContent .col-md-3{
		height:auto;
	}
	#zhanlue img{
		margin:8px 0;
	}
	.hzlogoContent{
		margin-top:10px;
	}
	.blr{
		border:none;
	}
	.inp{
		width:100%;
		margin:5px 0;
	}
	.comment-form textarea{
		width:100%;
		margin:5px 0;
	}
	.comment-form .btna{
		margin:15px auto;
	}
	.news_box ul li .time a{
		margin:10px 0;
		background:#333;
		color:#fff;
	}
	.news_box ul li .time{
		padding:0;
		width:100%;
	}
	.news_box ul li .info a.details{
		margin:0;
		height:auto;
		line-height:25px;
		margin:15px 0 25px 0;
	}
	.news_box ul li .info a.name{
		font-weight:bold;
		font-size:18px;
		color: #292a2e;
		font-weight: bold;
	}
	.news_box ul li .time span{
		font-size:18px;
		line-height:30px;
		
	}
	.news_box ul li .row{
		display:block;
	}
	.news_box ul li .info{
		width:100%;
		margin-bottom:10px;
	}
	.news_active_box .container .title{
		padding:0;
		
	}
	.news_active_box .container .title h6{
		font-size:16px;
	}
	.news_active_box .container .content{
		padding:0;
		line-height:25px;
		
	}
	.news_active_box .container .content h4{
		font-size:14px;
		
	}
	.news_active_box .container .content h1{
		font-size:16px;
	}
	.active_prev_next{
		height:auto;
	}
	.active_prev_next a{
		height:40px;
		line-height:40px;
	}
	.news_active_box{
		margin-bottom:0;
	}
	.navbar-nav > li{
		position:relative;
		z-index:1;
		height:auto;
		text-align:left;
	}
	.navbar-nav > li a{
		line-height:48px;
	}
	.navbar-nav > li span{
		right:0;
		display:block;
		top:0;
		position:absolute;
		z-index:999;
	}
	.navbar-nav > li span.sign:after{
		content:"+";
	}
	.navbar-nav > li.submenu:hover .sign:after{
		content:"-";
	}
	.navbar-nav > li.submenu:hover ul{
		display:block;
		
	}
	.navbar-toggle .icon-bar{
		display:none;
	}
	.navbar-toggle .icon-bar:first-child{
		display:block;
		transform:rotate(45deg);
	}
	.navbar-toggle .icon-bar:last-child{
		display:block;
		transform:rotate(-45deg);
		margin-top:-2px;
	}
	.navbar-toggle.collapsed .icon-bar:last-child{
		margin-top:4px;
	}
	.navbar-toggle.collapsed .icon-bar, .navbar-toggle.collapsed .icon-bar:first-child, .navbar-toggle.collapsed .icon-bar:last-child {
    background: #000;
    transform: none;
	display:block;
	}
	.stblock img{
		display:block;
		max-width:45%;
		height:auto;
		margin:10px auto;
	}
	.stblock h1{
		font-size:18px;
		margin:10px 0;
	}
	.stblock{
		position:relative;
		margin:0;
		padding-bottom:10px;
		border-bottom:1px solid #dddddd;
	}
	
	.stblock h2{
		font-size:16px;
		margin:0;
		margin-bottom:10px;
	}
	p.des{
		font-size:14px;
		line-height:25px;
	}
	.mt20{
		margin-bottom:20px;
	}
	.pagination a, .pagination span.current{
		width:32px;
		height:32px;
		line-height:32px;
	}
	.pagination{
		margin:20px 0 50px 0;
	}
	.tagBlock{
		margin:0 -15px;
		padding:0;
		margin-top:30px;
	}
	.tagBlock a{
		margin:0;
		padding:0;
		line-height:30px;
		background:none;
		width:auto;
		padding:0 10px;
	}
	.solution-title-box h2{
		font-size:16px;
		line-height:25px;
		color:#000;
	}
	.solution-title-box{
		padding:15px;
	}
	.btbar_2{
		height:40px;
		line-height:40px;
	}
	.reCaseBlock a h3{
		font-size:16px;
		margin-top:15px;
	}
	.reCaseBlock a{
		padding-bottom:5px;
	}
	.mbts h1:first-child{
		margin:60px auto 15px;
	}
	.h100{
		height:0;
	}
	.solution-box:nth-child(2n),.solution-box:nth-child(2n+1){
		padding:0;
		margin-top:0px;
		margin-bottom:30px;
	}
	.work_nav_box a{
		height:30px;
		line-height:30px;
		margin:0;
	}
	.work_nav_box{
		height:auto;
		padding-top:15px;
		text-align:center;
		border-bottom:none;
	}
	.m60{
		height:60px;
	}
	.mt70{
		margin-top:15px;
	}
}
