
a,img{
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
@-webkit-keyframes upDown{
	from{opacity:0; -webkit-transform:translate3d(0,-30px,0);}
}
@-moz-keyframes upDown{
	from{opacity:0; -moz-transform:translate3d(0,-30px,0);}
}
@keyframes upDown{
	from{opacity:0; transform:translate3d(0,-30px,0);}
}
/*引导页*/
.home{
	width: 100%;
	height: 100%;
	position: fixed;
    top: 0;
    left: 0;
    background: url(../images/guid_bg.jpg) center no-repeat;
}
.guide_logo{
	text-align: center;
	padding-top: 13%;
}
.guide-index{
	margin-top:6%;
}
.guide-index .home_w{
	width:50%;
	float: left;
	overflow: hidden;
	padding-left: 10px;
}
.guide-index .left_home{
	width: 251px;
	color: #fff;
}
.guide-index .img{
	position: relative;
}
.guide-index h4{
	color: #fff;
	position:absolute;
	text-align: center;
	width: 100%;
	font-weight: bold;
	top:38%;
	left: 0;
	z-index: 1;
	
}
.home_w .guide_n{
	text-align: right;
	padding-right:30px;
	margin-top: -20px;
}
.home_w .guide_n span{
	display: block;
	padding-right: 40px;
	background:url(../images/guide_btn.png) right center no-repeat;
}

.header,header{
	width: 100%;
	height: 80px;
	background: #1d5950;
	position: relative;
	z-index: 99;
	-webkit-animation: upDown 0.8s 0.1s both;
  -moz-animation: upDown 0.8s 0.1s both;
  -ms-animation: upDown 0.8s 0.1s both;
  -o-animation: upDown 0.8s 0.1s both;
  animation: upDown 0.8s 0.1s both;
  
}

.logo{
	display: block;
	margin:8px 0 0px;
	z-index: 99;
}

#nav{
	margin-top: 0px;
}
#nav>li{
	display: inline-block;
	position: relative;
}
#nav>li>a{
	display: block;
	line-height:45px;
	padding-left:40px;
	color: #fff;
}
#nav>li .sub_nav{
	position:absolute;
	width:155px;
	background:#fff;
	top: 50px;
	left: 0;
	text-align: center;
	padding: 15px 0;
	display: none;
}
.sub_nav>a{
	display: block;
	line-height: 32px;
}
.sub_nav>a:hover{
	color: #8ec21f;
}
.lan{
	text-align: right;
	color:rgba(255,255,255,.5);
	margin-top: 0px;
}
.lan>a{
	color:rgba(255,255,255,.5);
}
#nav>li.active a,#nav>li:hover a{
	/*color: #1b5cb0;*/
}
.menu {
	width: 40px;
	height: 40px;
	float: right;
	border: #ddd 1px solid;
	border-radius: 5px;
	text-align: center;
	margin:10px;
	cursor: pointer;
	display: none;
	padding: 6px 8px;
}

.menu .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-top: 5px;
	background: #888;
}

.menu:hover {
	background: #ddd;
}

/*手机导航*/
.phone_nav{
	width:100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background:#666 url(../images/phone_bg.jpg) bottom center no-repeat;
	padding: 30px 50px;
	z-index: 9999;
	display: none;
}
.phone_nav .close_n{
	display: block;
	text-align: right;
	cursor: pointer;
}
.phone_nav li{
	
}
.phone_nav li a,.phone_nav li>span{
	color: #fff;
	display: block;
	font-size:16px;
	line-height:48px;
}
.phone_nav li.phone_lan{
	border-top: rgba(255,255,255,.2) 1px solid;
}
.phone_nav li.phone_lan>a{
	display: inline-block;
}
.phone_nav li.active>a{
	color: #8ec21f;
}
.phone_nav li>span{
	cursor: pointer;
}
.phone_nav li dl{
	display: none;
}
.phone_nav li dl>a{
	display: block;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
}
.phone_nav li span.active{
	color: #8ec21f;
}
/*banner*/

.swiper-slide img{
	max-width: 100%;
}
.swiper-container .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background:none;
	border:#fff 2px solid;
	opacity: 1;
	cursor: pointer;
}
.swiper-container .swiper-pagination-bullet-active{
	background:#fff;
}


/*index*/
.index_about{
	width: 100%;
	background: #fff;
	padding: 40px 0;
	text-align: center;
	color: #000;
}
.index_about h5{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.index_about .more{
	display: block;
	margin-top: 20px;
	color: #8b8b8b;
	font-size: 12px;
}

.index_case{
	width: 100%;
}
#caseScroll .item{
	display: block;
	position: relative;
	overflow: hidden;
}
#caseScroll .case-mast{
	width: 100%;
	position: absolute;
	bottom:-50%;
	left:0;
	background: #fff;
	padding: 20px;
	transition: all .8s;
	-ms-transition: all .8s;
	-moz-transition: all .8s;
	-webkit-transition: all .8s;
}
.case-mast h4{
	color: #000;
}
.case-mast h6{
	line-height: 18px;
	margin-top: 5px;
}
.case-mast i{
	display: block;
	position: absolute;
	width: 31px;
	height: 15px;
	background:url(../images/index_sq.png) center no-repeat;
	left: 50%;
	margin-left:-15px;
	top: -15px;
	z-index: 1;
}
#caseScroll .item:hover .case-mast{
	top: auto;
	bottom: 0;
}

/*首页解决方案*/
.solu{
	width: 100%;
	background:url(../images/inedex_bg01.jpg) center no-repeat;
	padding:60px 0 88px;
}
.solu-con{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.solu-con h1{
	font-size: 40px;
	color: #1d5950;
}
.solu-con h5{
	color: #333;
	margin: 18px 0;
	line-height: 26px;
}
.solu-con ul{
	padding-top: 26px;
	border-top:#ccc 1px solid;
}
.solu-con ul>li{
	display: inline-block;
	margin: 0 20px;
}

/**/
.index-wrap{
	width: 100%;
	background: url(../images/inedex_bg02.jpg) center;
	padding: 75px 0 120px;
}
.index-wrap li>a{
	display: block;
	position: relative;
}
.index-wrap li .index_mast{
	width: 80%;
	height: 120px;
	position: absolute;
	left: 0;
	bottom:-46px;
	padding: 20px 28px;
	background: #fff;
	box-shadow:#e9e6e6 0px 1px 1px 1px;
	-webkit-box-shadow:#e9e6e6 0px 1px 1px 1px;
}
.index_mast h3{
	font-size: 22px;
	line-height:32px;
	color: #1d5950;
}
/*维卡绿建*/
.index_wei{
	width: 100%;
	background: url(../images/inedex_bg03.jpg) center no-repeat;
	padding:95px 0 50px;
	color: #fff;
}
.index_wei_con{
	padding: 0 5%;
	text-align: center;
}
.index_wei_con h2{
	font-weight: bold;
	font-size: 40px;
	
}
.index_wei_con h5{
	margin: 20px 0 40px;
	line-height: 26px;
}
.index_wei_con ul li{
	width: 25%;
	float: left;
	padding: 10px;
	border-left: rgba(255,255,255,.2) 1px solid;
}
.index_wei_con ul li h1{
	font-size: 50px;
}
.index_wei_con ul li:first-child{
	border:none;
}
.index_wei_con .more{
	display: block;
	width:160px;
	height: 50px;
	line-height: 50px;
	background: #1d5950;
	color: #fff;
	margin: 46px auto 0;
}

/*首页新闻*/
.news_team{
	margin: 60px auto 40px;
}
.index_news{
	padding-right:50px;
}
.index_team{
	padding-left:50px;
}
.news_team h3{
	font-size: 22px;
	color: #1d5950;
	font-weight: bold;
	margin-bottom: 16px;
}
.first_news{
	margin-top:20px;
}
.first_news .date{
	width: 66px;
	height: 66px;
	background: #ccc;
	color: #fff;
	text-align: center;
	padding:6px 0;
}
.date h2{
	font-size: 26px;
	font-weight: bold;
}
.first_news_r{
	width: 85%;
}
.first_news_r .first_news_t{
	font-size: 16px;
	color: #1d5950;
	font-weight: bold;
	height: 26px;
	overflow: hidden;
}
.first_news .news-info{
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.index_news_ul{
	margin-top: 20px;
}
.index_news_ul li>a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 26px;
	margin-bottom: 10px;
}
.index_news_ul li span.fl{
	width: 80%;
	overflow: hidden;
	height: 26px;
}
/*footer*/
.back-top{
	text-align: right;
	color: #000;
	padding-right: 20px;
	padding-bottom: 10px;
}
.back-top .back_btn{
	cursor: pointer;
	line-height: 20px;
}
.footer{
	width: 100%;
	padding:40px 10% 118px;
}
.copyright{
	line-height: 63px;
	text-align: center;
	border-top: #000 1px solid;
	color: #000;
}
.footer_ul>li{
	width: 33.33%;
	float: left;
	height: 211px;
}
.footer_ul>li a{
	display: block;
	color: #1d5950;
}
.footer_ul>li span a{
	font-size: 16px;
	font-weight: bold;
}
.footer_ul li dl{
	margin-top: 10px;
}
.footer .b_phone{
	line-height: 26px;
	font-weight: bold;
	color: #b67f3f;
}
.b_phone span{
	color: #000;
}
/*维卡庄园入口*/
.entrance{
	position: fixed;
	width: 240px;
	height: 190px;
	top: 0;
	right: 60px;
	background: rgba(25,28,50,.8);
	padding:22px 21px;
	z-index: 9999;
}
.entrance .enter_close{
	position: absolute;
	color: #fff;
	font-size:20px;
	top:5px;
	right: 10px;
}
.entrance h4{
	color: #dd007e;
	margin-bottom: 14px;
}
.entrance .img{
	position: relative;
}
.entrance .img span{
	display: block;
	position: absolute;
	width: 100%;
	text-align: right;
	line-height: 110px;
	color: #fff;
	top: 0;
	left: 0;
	padding-right: 12px;
}
/*公司概括*/

@media only screen and (min-width:1500px) {
	
}

@media only screen and (max-width:1300px) {
	#nav>li>a{
		padding-left:30px;
	}
}
@media only screen and (max-width:1250px) {
	#nav>li>a{
		padding-left:20px;
	}
}

@media only screen and (max-width:1200px) {
	.entrance{
		display: none;
	}
	.solu-con h1,.index_wei_con h2{
		font-size:32px;
	}
	#nav>li>a{
		padding-left:20px;
	}
}
@media only screen and (max-width:1024px) {
	#nav>li>a{
		padding-left:20px;
	}
	.index_mast h3,.news_team h3{
		font-size: 20px;
	}
	.index_wei_con ul li h1{
		font-size:40px;
	}
	.index_news {
	    padding-right:20px;
	}
	.index_team {
	    padding-left:20px;
	}
	.first_news_r{
		width: 80%;
	}
	.index_news_ul li>a,.first_news_r .first_news_t{
		font-size: 14px;
	}
	.index_news_ul li span.fl{
		width: 70%;
	}
	
	.footer{
		padding:30px;
	}
}

@media only screen and (max-width:991px) {
	.news_team img{
		width: 100%;
	}
	.top-right{
		display: none;
	}
	.header{
		height: 60px;
	}
	.logo{
		margin: 10px;
		width: 70%;
		height: 40px;
		display: flex;
		align-items: center;
	}
	.logo img{
		width: 100%;
	}
	.header .menu{
		display: block;
	}
	.solu{
		padding: 50px 0 70px;
	}
	.solu-con h1,.index_wei_con h2{
		font-size:28px;
	}
	
	.index_wei_con{
		padding: 0;
	}
	
	.index-wrap li{
		margin-bottom: 30px;
	}
	.index-wrap li .index_mast{
		position: initial;
	}
	.index_wei{
		padding: 60px 0;
	}
	
	.index_news{
		margin-bottom: 30px;
	}
	.index-wrap{
		padding:50px 0 70px;
	}
	.index_wei_con ul li h1{
		font-size:30px;
	}
	.footer {
	    padding: 30px 0;
	}
}

@media only screen and (max-width:767px) {
	.footer_ul{
		margin: 20px 0;
	}
}

@media only screen and (max-width:640px) {
	.home{
		position: initial;
	}
	.guide-index .home_w{
		width: 100%;
		margin: 20px auto;		
	}
	.guide-index .left_home{
		margin: 0 auto;
		float: none;
		display: block;
	}
	.solu {
	    padding:30px 0;
	}
	.solu-con h1,.index_wei_con h2{
		font-size:22px;
	}
	.solu-con h5{
		margin: 10px 0;
	}
	.index_mast h3, .news_team h3 {
	    font-size:16px;
	}
	.index-wrap{
		padding:30px 0;
	}
	.index_wei_con ul li h1{
		font-size:22px;
	}
	
	.footer_ul li{
		width: 100%;
	}
	.footer_ul>li span a{
		font-size: 14px;
		background: url(../images/b_arrow.png) right center no-repeat;
	}
	.footer_ul>li span{
		display: block;
		border-bottom:rgb(73, 101, 97) 1px solid;
		padding: 0 10px;
		line-height: 40px;
	}
	.footer_ul li dl{
		display: none;
	}
	.copyright{
		line-height:30px;
		padding: 10px;
	}
}

@media only screen and (max-width:480px) {
	.index_wei_con ul li{
		width: 50%;
		margin-bottom: 20px;
	}
	.index-wrap li .index_mast{
		width: 100%;
	}
	.first_news_r {
	    width: 100%;
	}
}
/*关于 Vocana*/
.inside-banner{
	position: relative;
}
.inside-banner img {
    width: 100%;
    max-width: initial;
}
.inside-text {
    position: absolute;
    width: 100%;
    color: #fff;
    font-weight: bold;
    left: 0;
    top:32px;
    z-index: 3;
}
.inside-text span>a{
	color: #fff;
}
.inside-text h2{
	font-size: 32px;
	margin-top: 5px;
}
.inside-text h1{
	text-align: center;
	line-height: 60px;
	font-size:48px;
	margin-top: 60px;
}

/**/
.about_top{
	margin: 30px 0;
	color: #1d5950;
}
.about_wrap{
	width: 100%;
	background: url(../images/about_bg01.jpg) center;
}
.about_wrap li{
	width:50%;
	float: left;
}
.about_wrap li .about_con{
	padding: 50px 50px 40px 0;
}
.about_wrap .about-info{
	font-size:20px;
	color: #1d5950;
	font-weight: bold;
}
.about_wrap li .more{
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	color:#fff;
	text-align: center;
	background: #1d5950;
	margin-top: 30px;
}

/*about-news*/
.about_news{
	margin-top: 75px;
}
.about_news h1{
	text-align: center;
	font-size: 32px;
	color: #000;
}
.news_ul{
	background: #ebedec;
	margin-top: 28px;
}
.news_ul li:first-child{
	background: #f5f6f6;
}
.news_ul li.news_li{
	padding: 60px 50px 40px 50px;
	position: relative;
}
.news_ul li .date,.news-list li .date{
	text-align: center;
	width: 66px;
	height: 66px;
	background:#9e7d57;
	color: #fff;
	position: absolute;
	top: -10px;
	left: -10px;
	padding: 5px 0;
	z-index: 1;
}
.news_t{
	font-size: 16px;
	height: 52px;
	overflow: hidden;
	color: #000;
	margin: 10px 0;
}
.news_ul li .img{
	overflow: hidden;
}

.news_ul li .more{
	display: block;
	color: #1d5950;
	margin-top: 10px;
}
.news_ul li>a:hover .img img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_ul li>a:hover .news_t,.news_ul dl a:hover h5{
	color: #1d5950;
}

.news_more{
	text-align: right;
	margin: 20px 0 25px;
}
.news_more>a{
	color: #127690;
}
.news_ul li.news_li2{
	padding: 0 20px 0 0;
}
.news_ul dl dd{
	padding:15px 15% 5px 15px;
	border-bottom: #bcbebd 1px solid;
}
.news_ul dl dd span{
	font-size: 12px;
}
.news_ul dl dd h5{
	color: #333;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}

/*维卡绿建*/
.about_title{
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	color: #000;
}
.weika{
	margin: 65px auto 80px;
}
.weika-con{
	position: relative;
	margin-top: 70px;
}
.wei_left{
	width: 50%;
	float: left;
	position: relative;
	z-index: 2;
}
.weika_map{
	position:absolute;
	width: 60%;
	top:-40px;
	right: 0;
	z-index: 1;
}
.wei_left ul{
	overflow: hidden;
}
.wei_left li{
	width:200px;
	height: 130px;
	float: left;
	margin-right: 9px;
	margin-bottom: 8px;
	text-align: center;
	background: #f4f4f5;
	padding: 20px 5px;
	color: #fff;
}
.wei_left li h1{
	font-size: 50px;
}
.wei_left .weika_text{
	color: #000;
	margin-top: 30px;
}

.vocana{
	width: 100%;
	background: #cac6c2;
	padding: 35px 0 88px;
}
.vocana-con{
	margin-top: 30px;
	background: #fff;
	padding: 50px 30px 70px;
}
.vocana-con li{
	padding: 0 25px;
}
.vocana-con li .vocana_info{
	height:78px;
	color: #000;
	margin: 25px 15px;
}


.company{
	width: 100%;
	padding: 115px 0 86px;
	background: #2e505c;
}
.company li{
	text-align: center;
}
.company li .icon{
	position: relative;
	margin-top: -53px;
	z-index: 1;
}
.company li .company_text{
	color: #fff;
	padding: 0 50px;
	font-size: 16px;
	margin-top: 25px;
}

.about_team{
	text-align: center;
	margin: 75px auto 70px;
}
.about_team .team_text{
	color: #000;
	margin: 15px 0 35px;
	padding: 0 50px;
}

.brand_wrap{
	width:100%;
	background: #f5f5f5;
}

.brand_wrap li{
	width:50%;
	float: left;
}
.brand_wrap .brand_text{
	padding-top:50px;	
	padding-left:20px;
	padding-right: 20px;
	padding-bottom: 30px;
	color: #000;
}
.brand_text h2{
	line-height:36px;
	color: #bac841;
	margin: 5px 0 15px;
}

@media only screen and (min-width:1230px) {
	.brand_wrap .brand_text{
		width: 600px;
		float: right;
		padding-top: 100px;	
		padding-left: 0;
	}
}

/*news*/
.wrap{
	width: 100%;
	background: #ebedec;
}
.ny_current{
	margin: 35px 0;
	color: #000;
}
.ny_current a{
	display: block;
	color: #000;
	margin-bottom: 10px;
}
.news-list li>a{
	display: block;
	background: rgba(255,255,255,.5);
	padding: 50px 40px;
	position: relative;
	margin-bottom: 70px;
}
.news-list li .more {
    display: block;
    color: #1d5950;
    margin-top: 10px;
}
.news-list li>a:hover{
	background: #fff;
}
.news-list li>a:hover .date{
	background: #1d5950;
}
.news-list li .img{
	overflow: hidden;
}
.news-list li>a:hover .img img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/*分页*/


.pager{
	margin:20px 0 50px;
}
.pager span{
	display: inline-block;
}
.pager span>a{
	display: block;
	width: 40px;
	text-align: center;
	line-height:36px;
	color: #fff;
	background: #999ca0;
}
.pager span.active>a,.pager span:hover a{
	background: #30505b;
}
.pager img {
	display: block;
    vertical-align: baseline;
}


/*新闻详情页*/
.ny_current .fr{
	margin-top: 10px;
}
.ny_current span{
	display:block;
	float: left;
	line-height: 36px;
}
.ny_current .back>a{
	font-size:22px;
	color: #808080;
	padding-right: 24px;
	border-right: #ccc 1px solid;
}
.ny_current .share{
	padding-left: 24px;
}
.ny_current .share a{
	display: inline-block;
	float: none;
	width: 36px;
	height:36px;
	line-height: 36px;
	margin: 0;
	background: url(../images/share_btn.png) center no-repeat;
}


.news_detail{
	margin-bottom: 60px;
}
.news_left{
	width: 72%;
	padding: 70px 50px 58px;
	background: #fff;
	position: relative;
}
.news_left .date{
	text-align: center;
    width: 66px;
    height: 66px;
    background: #9e7d57;
    color: #fff;
    position: absolute;
    top: -10px;
    left: -10px;
    padding: 5px 0;
    z-index: 1;
}
.news-title{
	font-size:26px;
	color: #000;
	padding-bottom: 20px;
	border-bottom: #ccc 1px solid;
}
.news_left .news-con{
	margin:20px 0;
	color: #333;
}
.news_right{
	width:25%;
}
.news-pager {
    border: #d4d6d5 10px solid;
    padding: 0 15px;
}
.news-pager>span {
    display: block;
    padding: 22px 0;
}
.news-pager h4 {
    font-weight: bold;
    line-height: 26px;
}
.news-pager .time {
    display: block;
    color: #999;
    font-size: 12px;
    margin:8px 0;
}
.news-pager .next {
    border-top: #ccc 1px solid;
}

/*产品系统*/
.left_con{
	width: 22%;
	margin-bottom: 30px;
	position: relative;
	margin-top: -50px;
	z-index: 1;
}

.left_title{
	height:50px;
	line-height: 50px;
	padding:0 25px;
	color: #fff;
	background: #9e7d57;
}
.left_title span{
	display: block;
	background: url(../images/jian.png) right center no-repeat;
}

.left_ul li{
	height:50px;
	line-height: 50px;
	background:rgba(158,125,87,.5);
	margin-top: 1px;
	padding-left: 25px;
}
.left_ul li>a{
	color: #fff;
}
.left_ul li.active>a{
	color: #614d35;
}
.left_ul li.active{
	border-left: #9e7d57 8px solid;
}

.right_con{
	width: 72%;
	margin: 30px 0 20px;
	color: #000;
}
.right_con .right_t{
	font-size: 22px;
}
.right_con .pro-con{
	margin-bottom: 50px;
}
/*案例库*/
.case-list{
	margin-top: 33px;
}
.case-list li .case-img{
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
.case-list li .case-img .img{
	height: 370px;
}
.case-list li .case-img .img img{
	width: 100%;
	height: 100%;
}
 .case-list li h4{
 	position: absolute;
 	left: 0;
 	bottom: 0;
 	width: 100%;
 	height: 55px;
 	line-height: 55px;
 	padding: 0 20px;
 	color: #fff;
 	overflow: hidden;
 	transition: all .5s;
 	-ms-transition: all .5s;
 	-moz-transition: all .5s;
 	-webkit-transition: all .5s;
 }
 
 .case-list li:hover h4{
 	background:#f5f5f5;
 	color: #000;
 }
 .case-list .y-img{
 	display: none;
 }
 /*合作团队*/
.team_top{
	margin: 40px auto 60px;
	color: #000;
}

.team_wrap{
	width: 100%;
	background: #f5ebda;
	padding: 70px 0;
}
.team_wrap .team_con{
	padding:0 15px;
	margin: 0 auto;
}
.team_right{
	color: #fff;
	background:#666 url(../images/team_bg.jpg) bottom center no-repeat;
	padding: 40px 28px;
	overflow: hidden;
}
.team_right dl h5{
	font-size: 16px;
	font-weight: bold;
	line-height:26px;
	padding-bottom: 10px;
	border-bottom: #fff 2px solid;
	margin-bottom: 10px;
}
.team_right dl .team_info{
	font-size: 12px;
	line-height: 26px;
}
.team_list li>a{
	display: block;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.team_list li .team_m{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	padding-top: 35%;
	background:rgba(29,89,80,.5);
	text-align: center;
	color: #fff;
	font-size: 16px;
	opacity: 0;
	transition:all .5s;
	-ms-transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
}
.team_list li.active .team_m,.team_list li>a:hover .team_m{
	opacity: 1;
}

/*研发与技术*/
.research_top{
	text-align: center;
	color: #000;
	margin: 55px auto;
}
.title{
	text-align: center;
	font-size: 32px;
}
.research_con{
	text-align: center;
	margin: 15px 0 40px;
}
.research_top .re_list li{
	display: inline-block;
	margin: 0 5% 20px;
}
.re_pic img {
    width: 100%;
    max-width: initial;
}
.jishu{
	width: 100%;
	padding: 60px 0;
	background: #5ac5bb;
	color: #000;
}
.jishu_list li{
	margin-bottom: 30px;
}
.jishu_list li h4{
	border-bottom: #000 1px solid;
	padding-bottom:5px;
	margin-bottom: 15px;
}

.zhuanli{
	text-align: center;
	margin: 45px auto 70px;
}
.zhuanli h3{
	font-size: 26px;
	color: #333;
	margin:0 0 20px;
}

/*联络我们*/
.contact-con{
	text-align: center;
	margin: 55px auto 20px;
}
.contact-con li{
	margin-bottom:30px;
}
.contact-con li h4{
	font-size: 22px;
	color: #52c0bb;
}
.contact-con li h3{
	font-size: 26px;
	color: #000;
	margin-top: 8px;
	line-height: 30px;
}


.contact-wrap{
	width: 100%;
	padding: 60px 40px;
	background: #ececec;
}
.contact_title{
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding-left: 30px;
	background: #84a29e;
}
.contact-list{
	background: #fff;
}
.contact-list li{
	border-bottom: #ececec 1px solid;
	padding:18px 0;
}
.contact-list li h3{
	font-size: 26px;
	width:18%;
	text-align: center;
	margin-top: 15px;
}
.contact-list li dl{
	width:82%;
	border-left: #e5e5e5 1px solid;
	padding:0 40px;
}
.contact-list li dl dd{
	padding: 15px 0;
}
.contact-wrap .more{
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #1d5950;
	background: #fff;
	margin: 32px auto 0;
}
@media only screen and (min-width:1030px) {
	.team_con{
		width:1000px;
	}
	.team_right{
		height: 446px;
	}
}
@media only screen and (max-width:1200px ) {
	.inside-text h2{
		font-size: 28px;
	}
	.inside-text h1{
		font-size:38px;
		margin-top: 30px;
	}
}

@media only screen and (max-width:1024px ) {
	.about_wrap .about-info{
		font-size: 18px;
	}
	.about_news{
		margin-top:50px;
	}
	.about_news h1{
		font-size:28px;
	}
	.inside-text h1 {
	    font-size: 30px;
	    margin-top: 0px;
	    line-height: 40px;
	}
	.about_title{
		font-size: 32px;
	}
	.weika {
	    margin:50px auto 50px;
	}
	.weika-con {
	    margin-top: 50px;
	}
	.wei_left li h1{
		font-size: 40px;
	}
	.weika_map{
		position: initial;
		width: 50%;
		float: left;
	}
	.company li .company_text{
		padding: 0 20px;
	    font-size: 14px;
	    margin-top: 20px;
	}
	.about_team {
	    margin: 50px auto 50px;
	}
	.brand_text h2{
		line-height: 30px;
	}
	
	.news-list li>a{
		padding: 50px 30px 20px;
		margin-bottom: 50px;
	}
	.title {
	    font-size:28px;
	}
	.zhuanli h3{
		font-size: 24px;
	}
	
	.contact-con li h4,.contact_title{
		font-size: 20px;
	}
	.contact-con li h3,.contact-list li h3{
		font-size: 22px;
	}
}


@media only screen and (max-width:991px) {
	img{
		max-width: 100%;
	}
	.img img{
		width: 100%;
	}
	.inside-banner {
	    height: 258px;
	    overflow: hidden;
	    width: 100%;
	}
	.inside-banner img {
	    position: absolute;
	    width:992px;
	    height:258px;
	    left: 50%;
	    top: 0px;
	    margin-left: -496px;
	    z-index: 1;
	}
	.inside-text{
		top:10px;
	}
	.inside-text h2 {
	    font-size:22px;
	}
	.inside-text h1 {
	    font-size: 30px;
	    line-height: 40px;
	}
	
	.about_wrap li{
		width: 100%;
	}
	.about_wrap .about-info {
	    font-size: 16px;
	}
	
	.about_news{
		margin-top: 40px;
	}
	.about_news h1{
		font-size: 20px;
	}
	.news_t{
		font-size: 14px;
	}
	.date h2{
		font-size: 20px;
	}
	
	.about_title{
		font-size:28px;
	}
	
	.wei_left,.weika_map{
		width: 100%;
	}
	.vocana-con li{
		margin-bottom: 20px;
	}
	.vocana-con li .vocana_info{
		height: auto;
	}
	.wei_left li h1 {
	    font-size:30px;
	}
	.brand_wrap li{
		width: 100%;
	}
	.company{
		padding:70px 0 50px;
	}
	.news_left,.news_right{
		width: 100%;
	}
	.ny_current .back>a{
		font-size: 18px;
	}
	.news-title{
		font-size: 22px;
	}
	.news_left{
		padding: 60px 20px 30px;
	}
	.news-pager>span {
	    padding:15px 0;
	}
	
	.left_con,.right_con{
		width: 100%;
	}
	.right_con .right_t{
		font-size: 20px;
	}
	
	.team_list li{
		width:220px;
		padding: 0;
		margin:0 10px;
	}
}


@media only screen and (max-width:767px) {
	.case-list li .case-img .img{
		height: 260px;
	}
	.inside-banner {
	    height: 200px;
	}
	.inside-banner img {
	    width:768px;
	    height:200px;
	    margin-left: -384px;
	}
	.inside-text h2 {
	    font-size:18px;
	}
	.inside-text h1 {
	    font-size:26px;
	}
	.about_wrap li .about_con {
	    padding: 30px 30px 30px 10px;
	}
	.about_wrap .about-info {
	    font-size: 14px;
	}
	.news_ul li.news_li{
		
	}
	.about_title{
		font-size:24px;
	}
	.wei_left li{
		height: auto;
	}
	.ny_current .back>a{
		font-size: 16px;
	}
	.news-title{
		font-size:20px;
	}
	
	.team_list li .team_m{
		font-size: 14px;
	}
	.team_wrap .team_con{
		padding:0 5px;
	}
	.team_wrap{
		padding: 40px 0;
	}
	
	.research_top .re_list li{
		margin: 0 10px 20px;
	}
	.re_pic{
		position: relative;
		width:100%;
		height: 120px;
		overflow: hidden;
	}
	.re_pic img{
		width: 768px;
		height: 120px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
		top: 0;
	}
	.title {
	    font-size:24px;
	}
	.zhuanli h3{
		font-size:22px;
	}
	.contact-con li h4,.contact_title{
		font-size:18px;
	}
	.contact-con li h3,.contact-list li h3{
		font-size: 20px;
	}
}
@media only screen and (max-width:640px) {
	.inside-banner {
	    height:167px;
	}
	.inside-banner img {
	    width:640px;
	    height:167px;
	    margin-left:-320px;
	}
	.inside-text h2 {
	    font-size:16px;
	}
	.inside-text h1 {
	    font-size:18px;
	    line-height: 28px;
	    margin-top: 10px;
	}
	
	
	.news_ul li.news_li {
	    padding: 60px 20px 20px 30px;
	}
	
	.about_title{
		font-size:20px;
	}
	.wei_left li h1 {
	    font-size:22px;
	}
	.weika {
	    margin:30px auto;
	}
	.weika img{
		width: 100%;
	}
	.weika-con {
    	margin-top:30px;
	}
	.wei_left li{
		width: 45%;
	}
	.vocana-con {
	    margin-top: 30px;
	    padding: 20px 0px 20px;
	}
	.company {
	    padding:40px 0 30px;
	}
	
	.news-title{
		font-size:18px;
	}
	.right_con .right_t{
		font-size:16px;
	}
	.left_con{
		margin-top: 0;
	}
	.team_right{
		padding: 30px 10px;
	}
	.title {
	    font-size:20px;
	}
	.research_top{
		margin: 30px auto;
	}
	.jishu{
		padding: 30px 0;
	}
	.zhuanli h3{
		font-size: 18px;
	}
	.contact-con li h4,.contact_title{
		font-size:16px;
	}
	.contact-con li h3,.contact-list li h3{
		font-size:18px;
	}
	.contact-con{
		margin: 30px auto 20px;
	}
	.contact-con li{
		margin-bottom: 20px;
	}
	.contact-wrap{
		padding: 30px 0;
	}
	.contact_title{
		line-height: 48px;
		height: 48px;
	}
	.contact-list li dl{
		padding:0 20px;
	}
	.about_team .team_text{
		padding: 0;
	}
}

@media only screen and (max-width:480px) {
	.case-list li .case-img .img{
		height: 260px;
	}
	.news-list li,.case-list li{
		width: 100%;
	}
	.news_ul li .date, .news-list li .date{
		height: 55px;
	}
	.ny_current{
		margin: 20px 0 30px;
	}
	.ny_current h2{
		margin-top:5px;
	}
	.team_list li{
		width: 50%;
		padding:0 10px;
		margin: 0;
	}
	.index-wrap li .index_mast{
		width: 100%;
	}
	
}

/*add*/
.index_case .item{
	text-align: center;
}
.index_case .item img{
	height: 320px;
	max-width: none;
	margin-left: -50%;
}

@media only screen and (max-width:480px){
	.index_case .item img{
		height: 240px;
	}
}