﻿b{font-weight: normal;}
html,body,ul,a,li{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	text-decoration: none;
	list-style: none;
}
a:hover,a:focus{
	text-decoration: none;
}

/*a{text-decoration: underline;}*/
html,body{
	background: #fff;
	overflow-x: hidden;
	/*padding-bottom: 80px;*/
}
img{max-width: 100%}
.container{
	width: 80%;
	margin: 0 auto;
	padding: 0;
	max-width: 1400px;
}
.phone .container{
	width: 100%!important;
}
.clear{
	clear: both;
	visibility: hidden;
	float: none!important;
}
.textover{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	
}
.textover font{color:#555}
.padding20{padding: 20px 0;box-sizing: border-box;}
.padding30{padding: 30px 0;box-sizing: border-box;}
.padding40{padding: 40px 0;box-sizing: border-box;}
.padding60{padding: 60px 0;box-sizing: border-box;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
input{border-radius: 0;}
textarea {  -webkit-appearance: none;border-radius: 0;}   
.phone_img{
	display: none;
	width: 100%;
}
/*修改 (添加)*/
.erweima{
	position: absolute;
	overflow: hidden;
	transition: .6s;
	z-index: 999
}
/*修改 end*/
.show_more{
	display: block;
	margin: 0 auto;
	width: 140px;
	height: 40px;
	color: #fff;
	background:#215ac3;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.opa{
	opacity: 0;
	height: 60px;
	display: none;
}
.opa.product2{
	display: block;
}
.searchBox{
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../img/searchBoxBg.png);
	background-size: 100% 100%;
	z-index: 99999999;
	display: none;
	top: 0
}
.searchBox>a{
	float: right;
	margin: 20px;
}
.searchBox input{
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 36px;
	display: block;
	margin-top: 200px;
	background: transparent;
	border: 1px solid #545454;
	color: #fff;
}
.searchBox form{
	position: relative;
	width: 50%;
	margin: 0 auto;
}
.searchBox form button{
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background: none;
border: none;
}
.videoBox{
    position: fixed;
    background: #fff;
    border-radius: 5px;
    top: 50%;
    z-index: 999999;
    width: 768px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.videoBox a{
	position: absolute;
	top: -6px;
	right: -6px;
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50%;
	box-sizing: border-box;
	background: url(../img/video_close.png);
}
.videoBox video{
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    max-height: 500px;
}
.videoBox a:hover{
	background: url(../img/close_on.png);
}
div.title{
	margin-bottom: 25px;
}
div.title .left{
	float: left;
	font-size: 28px;
	font-weight: bold;
	color: #555555;
}
div.title .right{
	float: right;
	font-size: 14px;
	margin-top: 10px;
}
div.title .right a{
	color: #666666;
}
/* 导航栏 */
.nav{
	/*background: url(../img/navbg.png);*/
	background-size: 100% 100%;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	height: 70px;
	background: rgba(0,0,0,.7);
	/*padding: 10px 0;*/
}
.nav a{
	color: #fff;
}
.nav .container>div{
	float: left;
	height: 100%;
	/*line-height: 72px;*/
}
.nav .left{width: 18%;}
.nav .left img{max-width: 100%;max-height: 85%;margin-top: 1%}
.nav .center{
	/*margin-left: 90px;*/
	margin-left: 0 !important;
	padding: 20px 0;
	float: left;

}
.nav .center li{
	float: left;
	margin-right: 25px;
}
.nav .center li .dropdown-menu li{margin-right: 20px}
.nav .center a{
	font-size: 15px;
	padding-bottom: 10px;
	text-transform:uppercase
}
.nav .center li:last-child{
	margin-right: 0;
}
.nav .right{
	margin-left: 45px;
	font-size: 0;
	padding: 10px 0;
	float: right;
	text-align: right;
}
.nav .right .top{padding-bottom: 5px;text-align: right;}
.nav .right .tel a{font-size: 18px;}
.nav .right a{
	margin-right: 25px;
	position: relative;
	font-size: 14px;

}
.nav .right a:last-child{
	margin-right: 0;
}
.nav .right a:before{
	content: "|";
	position: absolute;
	right: -16px;
	height: 100%;
	/*top: -26px;*/
}
/*.nav .right a:first-child:before{
	content: "/";
}*/
.nav .right a:last-child:before{
	display: none;
}
.nav .container{position: relative;height: 100%}
.nav .telhide{
	position: absolute;
	bottom: -50px;
	right: 0;
	background: rgba(0,0,0,.5);
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	height: auto !important
}
.nav .telhide form{width: 250px;position: relative;}
.nav .telhide form input{width: 100%;border: 1px solid #ccc;padding: 5px 10px;background: none;color: #fff;}
.nav .telhide form button{position: absolute;right: 0;top: 5px;background: none;border: none;}
.nav .telhide form button img{height: 15px;}

.nav .center .dropdown-menu li{
	width: 244px;
}
.open>.dropdown-menu{
	margin-top: 5px;
}
.nav_ipad{display: none;}
.nav.nav_ipad .container .right{padding: 15px 0;}
.nav_phone{
	display: none;
	background: url(../img/navbg.png);
	background-size: 100% 100%;
	/*padding: 12px 0;*/
	width: 100%;
	overflow-x: hidden;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	position: fixed;
	height:60px;
	box-sizing: border-box;
}
.nav_phone .container{
	width: 90%;
}
.nav_phone .left{
	float: left;
}
.nav_phone .left img{
	width: 180px;
}
.nav_phone .right{
	float: right;
	box-sizing: border-box;
	padding-top: 20px;
}
.nav_phone .right a{
	float: left;
	margin-left: 20px;
}
.nav_phone .right img{
	width: 25px;
}
.nav_phone .right span{
	display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    margin-bottom: 6px;
}
.phone_menu{
	position: absolute;
	width: 100vw;
	background: #f5f5f5;
	left: 0;
	top: 0;
	display: none;
	z-index: 999999;
	height: 88vh;
	overflow-y: scroll;
	 padding-bottom: 63px;
}
.phone_menu a{
	color: #333333;
	font-size: 16px;
}
.phone_menu .phone_dropdown{
	display: block;
	padding: 20px;
	position: relative;
	background: #f5f5f5;
}
.phone_menu li img{
	position: absolute;
	right: 20px;
	top: 25px;
	width: 20px;
}
.phone_menu li:nth-child(7) img{
	transform:  rotate(-90deg);
}
.phone_menu li.active img{
	top: 20px;
}
.phone_menu .phone_dropdown{
	border-bottom: 1px solid gainsboro;
}
.phone_menu li.active>a{
	color: #215ac3;
}
.phone_menu .phone_dropdown-menu{
	display: none;
	width: 100%;
	position: relative;
    left: -20px;
    top: 15px;
}
.phone_menu .phone_dropdown-menu li{
	background: #eee;
	width: 100vw;
	border-bottom: 1px solid gainsboro;
}
.phone_menu .phone_dropdown-menu li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
}
/* 导航栏 end */

/* 底部栏  */
.floor{
	background: #333333;
	color: #acacac;
	padding: 55px 0;
}
.floor a ,.floor li{
	color: #acacac;
	font-size: 12px;
}
.floor .container:first-child{
	max-width: 1300px;
}
.floor .top .left li{
	float: left;
	margin-right: 20px;
	/*width: 33%*/
}

.floor .top .row >div{
	text-align: center;
	border-right: 1px solid #454545;
	height: 120px;
	padding-top: 20px;
	box-sizing: border-box;
}
/*.floor .top .row >div{width: 22%;float: left;}*/
/*.floor .top .row >div.ft_weixin{}*/
.floor .top .row >div.ft_weixin>div{width: 95%;margin: auto;}
.floor .top .row >div.ft_weixin div div{width: 48%;float: left;}
.floor .top .row >div img{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 80%
}
.floor .top .row >div:nth-child(3){
	font-size: 12px;letter-spacing: 2px;
}
.floor .top .row >div:nth-child(3) img{
	margin-bottom: 30px;
}
.floor .top .row >div:nth-child(2) >div{
	margin: 0 auto;
	width: 90%;
}
.floor .top .row >div:nth-child(2) div div{
	float: left;
	margin-left: 20px;
	width: 40%;
}
.floor .top .row .right {
	text-align: left;
	border: none;
}
.floor .top .row .right ul{
	float: right;
}
.floor .top .row .right ul li:nth-child(2){
	letter-spacing: 2.6px;
	text-align: justify;	
}
.floor .top .row .right ul li:nth-child(3){
	text-align: justify;
	width: 100%;
	letter-spacing: 1.8px;
}
.floor .top .row .right li:first-child{
	font-size: 34px;
	font-weight: bold;
}
.floor .link div{
	float: left;
}
.floor .link ul{
	float: left;
	margin-left: 30px;
	width: 90%;
}
.floor .link{
	margin-top: 50px;
}
.floor .link li{
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.floor .link li:last-child{
	margin-right: 0;
}
.floor .bottom {
	width: 100%;
	border-top: 1px solid #454545;
	padding-top: 35px;
	text-align: center;
}
.floor .bottom span{
	display: block;
}
.floor_phone{
	display: none;
	height: 60px;
	background: #363636;
	position: fixed;
	bottom: 0;
	width: 100vw;
	z-index: 9999999999;
}
.floor_phone .lis{
	float: left;
	text-align: center;
	width: 25%;
}
.floor_phone .lis img{
	display: block;
	margin: 10px auto 0 auto;
	height: 30px;
}
.floor_phone .lis span{
	color: #cccccc;
	font-size: 12px;
}
.gotop{
position: fixed;

bottom: 0;

color: #fff;

text-align: center;

right: 0;

z-index: 999999;
background: url(/skin/img/totop.png);


background-position: -37px center;

background-repeat: no-repeat;
background-color: #666;

width: 50px;

height: 40px;

line-height: 40px;
display: none;
}
/* 底部栏 end */

/* 内页导航  */
.head .list{
	background: url(../img/headlist.png);
	background-size: 100% 100%;
	/*height: 56px;*/
	position: absolute;
	bottom: 0;
	width: 100%;
	/*z-index: 9999;*/
}
.head .list .left{
	padding: 10px 0;
	float: left;
	color: #979797;
	width: auto;
	position: relative;
}
.head .list .left .position{float: left;margin-left: 24px;}
.head .list img{
	float: left;
	
	margin-top: 2px;
	position: absolute;left: 0px;width: auto;
}
.head .list img.head_next{
	margin-top: 10px;
}
.head .list .left a{
	font-size: 14px;
	color: #979797;
	/*float: left;*/
	text-decoration: underline;
	margin: 6px;
	line-height: 15px;
}
.head .list .left a.active{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-top: -4px;
}
.head .list .right{
	float: right;
}
.head .list .right li{
	float: left;
	display: block;
	padding: 10px 0;
	/*height: 56px;*/
	/*line-height: 56px;*/
}
.head .list .right li.active,.head .list .right li:hover{
	background: url(../img/index_solution_hover.png);
	background-size: 100% 100%;
}
.head .list .right li a{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	display: block;
	overflow: hidden;
}
.phone_list{
	display: none;
	width: 100%;
	position: relative;
}
.phone_list a,.phone_list span{
	color: #555555;
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
	box-sizing: border-box;
	display: block;
	border-bottom: 1px solid gainsboro;
}
.phone_list span img{
	float: right;
	margin-top: 10px;
	display: block;
}
.phone_list a{
	background: #f5f5f5;
}
.phone_list .menu{
	display: none;
}
/* 内页导航 end */
/* 头部 */
	.head{
		position: relative;
		max-height: 600px;
		overflow: hidden;
		background-size: cover;
		background-position: center;
	}
	.head.product{min-height: 300px;}
	.head.product .pc_img{display: none;}
	.head .head_bg{position: absolute;top: 100px;left:5%}
	/*.head>img{
		width: 100%;
	}
	.head>img.phone_img{
		display: none;
	}*/
	/* 修改 */
	/*.head .head_bg>.container{
		position: relative;
		top:-230px;

	}*/
	.head .txt{
		/*position: absolute;*/
		top: 0;
		left: 0;
		color: #fff;
		/*min-width: 320px;*/
		/*max-width: 600px;*/
		/*height: 260px;*/
		/*overflow: hidden;*/
	}
	.head .txt span.title{
		font-size: 46px;
		/* 英文 font-size:32px */
	}
	.head .txt p{
		font-size: 18px;
		/* 英文 font-size:14px */
		line-height: 2;
		margin-top: 10px;
	}
	.head.product{
		/*background: url(../img/product_head.jpg);*/
		height: 600px;
		position: relative;
		background-position:center center;
		top: 0

	}

	.head>img{
		width: 100%;
	}
	.head>img.phone_img{
		display: none;
	}
	@media(min-width: 1800px){
		.head>img.pc_img{position: relative;bottom: 100px;}
	}
	/* 修改 end */
/* 头部  end */
/* 首页  */
	
	/* 轮播  */
	.banner img,.phone_banner img{
		width: 100%;
	}
	.swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
	.swiper-pagination-bullet-active{
		background: #fff;
	}
	.banner>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
		bottom: 10%;
	}
	.phone_banner>.swiper-pagination-bullets,.phone_banner .swiper-pagination-custom,.phone_banner .swiper-pagination-fraction{
		bottom: 4%;	
	}
	.phone_banner{
		display: none;
	}
	/* 轮播 end */
	
	/* 解决方案  */
	.Solution.index{
		position: relative;
		padding: 30px 0;
		text-align: center;
	}
	.Solution.index .list{
		margin-bottom: 60px;
	}
	.Solution .toplist{display: inline-block;width: 90%}
	.Solution .toplist ul li{height: 48px;line-height: 48px;text-align: center;float: left;}
	.Solution .toplist ul li a{display: block;overflow: hidden;color: #242424;border:1px solid #ccc;height: 100%}
	.Solution .toplist ul a:hover,.Solution .toplist ul .swiper-slide-active a{background-color: #215ac3;color: #fff}
	.Solution .toplist_ie{display: none}
	.Solution .swiper-button{position: relative;top: -28px;}
	.Solution .swiper-button div{background-color: #ccc;background-size: 38%;}
	.Solution .swiper-button .swiper-button-prev{background-image: url('/skin/img/solu_left.png')}
	.Solution .swiper-button .swiper-button-next{background-image: url('/skin/img/solu_right.png')}

	.Solution .top_case{padding: 20px 50px;background-color: #f5f5f5;margin: 30px 0;display: block;overflow: hidden;}
	.Solution .top_case .tocase_list{display: none}
	.Solution .top_case .tocase_list.on{display: block;}
	.Solution .top_case ul li{float: left;width: 32%;text-align: left;padding:10px;line-height: 30px;border-bottom: 1px solid #ccc;margin-right: 2%;height: 100px;margin-bottom: 10px}
	.Solution .top_case ul li:nth-child(3n){margin-right: 0}
	.Solution .top_case ul li:hover{border: 2px dashed #215ac3}
	.Solution .top_case ul li:hover a{color: #215ac3}
	.Solution .top_case ul li .left{float: left;width: 30%;max-height: 90%;overflow: hidden;}
	.Solution .top_case ul li a{color: #555555;display: block;overflow: hidden;float: left;font-size: 16px;width: 70%;padding-left: 4%;height: 85px;
overflow: hidden;}


	@media(max-width: 1200px){
		.Solution .toplist{width: 85%}
		.Solution .top_case ul li{width: 49%;height: 110px;}
		.Solution .top_case ul li:nth-child(3n){margin-right: 2%}
		.Solution .top_case ul li:nth-child(2n){margin-right: 0}
		.Solution .top_case ul li:last-child{display: none;}

		.floor .top .row > div{width: 33%;float: left;}
		.floor .top .row > div:first-child{width: 100%;border-bottom: 1px solid #454545;padding-bottom: 15px;border-right: 0;height: auto;}
		.floor .link ul{float: right;margin-left: 0}

	}
	@media(max-width: 900px){
		.Solution .toplist{width: 80%;}

	}
	@media(max-width: 770px){
		.Solution .top_case ul li{width: 100%;height: 130px;}
		.Solution .top_case ul li:last-child{display: none;}
	}
	@media(max-width: 550px){
		.Solution .toplist{width: 70%;}	
	}
	.Solution .list li{
		width: 215px;
		position: relative;
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.Solution .list li:nth-child(6n){
		margin-right: 0;
	}
	.Solution .list li:hover .grid-content>span{
		display: block;
	}
	.Solution .list li img{
		width: 100%;
	}
	.Solution .list li span{
		font-size: 14px;
		color: #fff;
		padding: 15px 20px;
		background: url(../img/searchBoxBg.png);
		background-size: 100% 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		display: block;
		height: auto;
		width: auto;
	}
	.Solution .list li:hover .grid-content> span{
		display: none;
	}
	.Solution .list li .grid-enter span{
	    background: none;
	    font-size: 20px;
	    font-weight: bold;
	    color: #fff;
	    padding: 0;
	    /*right: 50%;*/
	    left:0;
	    bottom: 50%;
	    width: 100%
	    transform: translateX(50%) translateY(50%);
	}
	.Solution.index .list li .grid-enter span{
		font-size: 20px;
		font-weight: normal;
	}
	.Solution .grid-content .grid-shade .grid-enter{
		width: 100%;
		top: 60%;
		left: 0;
	}

	/*.Solution .bottom{position: relative;}*/
	.Solution .bottom .left ,.children .left{
		width: 20%;
		height: 80px;
		text-align: center;
		line-height: 80px;
		color: #fff;
		font-weight: bold;
		background: #215ac3;
		font-size: 23px;
		float: left;
	}
	.Solution .bottom .right{
		float: left;
		margin-left: 1%;
		width: 79%
	}
	.Solution .bottom .right li{
		width: 10%;
		height: 80px;
		text-align: center;
		font-size: 18px;
		padding-top: 10px;
		box-sizing: border-box;
		float: left;
		margin-right: 1%;
	}
	.Solution .bottom .right li:hover{
		background: #215ac3;
	}
	.Solution .bottom .right li a{
		color: #555;
		display: block;
		width: 100%;
		height: 100%;
	}
	.Solution .bottom .right li:hover a{
		color: #fff;
	}
	.Solution .bottom .right li:nth-child(10){
		margin-right: 0;
	}
	.Solution .bottom .right li img{
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.Solution .bottom .right li img:nth-child(2),.Solution .bottom .right li:hover img:nth-child(1){
		display: none;
	}
	.Solution .bottom .right li:hover img:nth-child(2){
		display: block;
	}
	/* 解决方案 end */
	
	/* 仪器  */
	.instrument.index{
		background: url(../img/instrument_bg.png);
		background-size: 100% 100%;
	}
	.instrument.index .box>div{
		padding:0 40px;
	}
	.instrument.index .box .left{
		background: url(../img/instrument_left_bg.png);
		background-size: 100% 100%;
		padding: 40px 0 40px 60px;
		width: 22%;
		float: left;
		overflow: hidden;
	}
	#instrument{
		height: 310px;
		width: 120%;
		/*overflow-x: hidden;*/
		overflow-y: scroll;
	}
	/*.instrument{overflow-x: hidden;}*/
	#instrument .swiper-slide{
		width: 100%;
		background: #648cd5;
		border-radius: 5px 0 0 5px;
		box-sizing: border-box;
		padding-left: 30px;
		line-height: 40px;
		color: #fff;
		cursor: pointer;
		margin-bottom: 5px;
		height: 40px;
		overflow: hidden;
	}
	#instrument .swiper-slide.on{
		background: #fff;	
		color: #215ac3;
	}
	.instrument .left .top{
		font-weight: bold;
		color: #fff;
		font-size: 28px;
		margin-bottom: 10px;
	}
	.instrument .swiper-button-next,.instrument .swiper-button-prev{
		visibility: hidden;
	}
	.instrument .left .bottom{
		width: 100%;
		margin: auto;
	}
	.instrument .left .bottom div{
		width: 100%;
		height: 40px;
		background: #648cd5;
		margin-top: 4px;
		border-radius:5px 0 0 5px;
	}
	.instrument .left .bottom div .button-next{
		background: url(../img/instrument_btn.png) no-repeat;
		border-left: 1px solid #83a3dd;
	}
	.instrument .left .bottom div .button-prev{
		background: url(../img/instrument_btn2.png) no-repeat;
	}
	.instrument .left .bottom div .btns{
	    width: 50%;
	    height: 100%;
	    display: block;
	    float: left;
	    cursor: pointer;
	    background-size: 22px 10px;
	    background-position: center center;
	    box-sizing: border-box;
	}
	.instrument .left .more{
		margin: auto;
		width: 100%;
		margin-top: 30px;
	}
	.instrument .left .more a{
		display: block;
		width: 95%;
		height: 30px;
		text-align: center;
		line-height: 30px;
		border: 1px solid #fff;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		margin-bottom: 4px;
	}
	.instrument .left .more span{
		font-size: 12px;
		color: #fff;
		display: block;
		width: 95%;
		text-align: center;
	}
	.instrument.index .box .right{
		padding: 40px;
		box-sizing: border-box;
		height: 565px;
		background: #fff;
		float: left;
		width: 78%;
		overflow: hidden;
		position: relative;
	}
	/* 修改  */
	.instrument .right ul{
		position: relative;
		display: none;
		transition: .6s;
	}
	.instrument .right ul.on{
		display: block;
	}
	.instrument .right ul .titlemore{position: absolute;top: -25px;right: 0;}
	.instrument .right ul .titlemore img{margin-right: 5px;}
	.instrument .right ul .titlemore a{color: #666666}

	/* 修改 end */
	
	.instrument .right li{
		float: left;
		text-align: center;
		width: 24%;
		height: 158px;
		border: 1px solid #DDDDDD;
		/*border-bottom: 1px solid #dddddd;*/
		background: #fff;
		margin: 5px;
	}
	.instrument .right li img{max-width: 100%;height: 100%}
	.grid-content{
		height: 100%;
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.grid-shade{
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(../img/instrument_li_bg.png);
		background-size: 100% 100%;
		color: #fff;
		font-size: 14px;
		display: none;
		text-align: center;
	}
	.grid-content .grid-shade .grid-enter{
		position: absolute;
		top: 20%;
		left: 10%;
		/*transform: translate(-50%, -50%);*/
		width: 80%;
		text-align: center;
	}
	.grid-shade .grid-enter p{
		line-height: 1.5;
		/*height: 92px;*/
		overflow: hidden;
		text-align: center;
		/*margin-bottom: 46px;*/
	}
	.grid-shade a{color: #fff;display: block;

overflow: hidden;

width: 100%;

height: 100%;}
	.grid-shade .grid-enter .more{
		display: block;
		width: 140px;
		height: 30px;
		background: #648cd5;
		color: #fff;
		text-align: center;
		line-height: 30px;
		margin: 0 auto;
	}
	.instrument .right li:nth-child(4),.instrument .right li:nth-child(8){
		/*border-right: 0;*/
	}
	.instrument .right li:nth-child(4),.instrument .right li:nth-child(5),.instrument .right li:nth-child(6){
		/*border-bottom: 0;*/
	}
	.instrument .right li span,.instrument .right li font{
		display: block;
	}
	.instrument .right li font{
		font-size: 14px;
		color: #aaaaaa;
	}
	.instrument .right li .grid-content>span{
		font-size: 14px;color: #fff;position: absolute;bottom: 0;background: rgba(0,0,0,.5);padding: 5px 10px;width: 100%;text-align: center;overflow: hidden;
	}
	.phone_instrument{
		display: none;
	}
	#instrument2{
		width: 80%;
	}
	#instrument2 .swiper-slide{
		height: 68px;
		width: 261px;
		background: #fff;
		border: 1px solid #b9b8b6;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		text-align: center;
		line-height: 68px;
		font-size: 16px;
		color: #B9B8B6;
		padding:  0 5px
	}
	#instrument2 .swiper-button-next,#instrument2 .swiper-button-prev{
		visibility: hidden;
	}
	.phone_instrument .top span{
		display: block;
		font-size: 28px;
		font-weight: bold;
		color: #215ac3;
		text-align: center;
		margin-bottom: 20px;
	}
	.phone_instrument .top{
		background: url(../img/phone_instrument_bg.png);
		background-size: 100% 100%;
		position: relative;
		padding: 30px 0;
	}
	.phone_instrument .btns{
		position: absolute;
    	top: 62%;
	}
	.phone_instrument .button-prev{
		left: 15px;
	}
	.phone_instrument .button-next{
		right: 15px;
	}
	#instrument2 .swiper-slide-active{
		border-color: #215ac3;
		color: #215AC3;
	}
	.phone_instrument .bottom ul{
		display: none;
	}
	.phone_instrument .bottom ul.active{
		display: block;
	}
	.phone_instrument .bottom li{
		float: left;
		width: 50%;
		box-sizing: border-box;
		text-align: center;
		border-bottom: 1px solid #DDDDDD;
		border-right: 1px solid #DDDDDD;
		padding: 20px 0;
	}
	/*.phone_instrument .bottom li a{height: 100px;overflow: hidden;}*/
	.phone_instrument .bottom li:nth-child(2n){
		border-right: 0;
	}
	.phone_instrument .bottom li:nth-child(5),.phone_instrument .bottom li:nth-child(6){
		border-bottom: 0;
	}
	.phone_instrument .bottom li img{
		height: 100px;
		display: block;
		margin: 0 auto;
	}
	.phone_instrument .bottom li font,.phone_instrument .bottom li span{
		display: block;
	}
	.phone_instrument .bottom li font{
		color: #AAAAAA;
		font-size: 12px;
	}
	.phone_instrument .bottom li span{
		color: #333333;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	/* 仪器 end */
	
	.bigBox {
		background: url(../img/news_bg.png);
	}
	.bigBox .container >div{
		float: left;
	}
	/* 新闻资讯  */
	.news.index{
		margin-right: 40px;
		width: 60%;
	}
	.news.index .bottom >div{
		float: left;
		width: 48%;
	}
	.news.index .bottom .left{
		margin-right: 4%;	
		height: 450px;
		overflow: hidden;
		position: relative;
		background-color: #fff
	}
	.news.index .bottom .left img{
		/*display: block;
		width: 100%;
		position: absolute;
		bottom: 0
		max-height: 280px;*/
	}
	.news.index .bottom .left .top{
		padding: 30px;
		box-sizing: border-box;
		background: #fff;
		padding-bottom: 0;
	}
	.news.index .bottom .left .top a{
		font-size: 18px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		color: #ff6600;
		display: block;
	}
        .news.index .bottom .left a.bottom{display: block;
overflow: hidden;
padding: 0 30px;
height: 230px;text-align: center;}
	.news.index .bottom font{
		margin-top: 20px;
		display: block;
		overflow: hidden;
		/*font-size: 12px;
		margin: 4px 0 20px 0;
		display: block;*/
	}
	.news.index .bottom font img{
		width: 15px!important;
		float: left;
		margin-right: 10px;
	}
	.news.index .bottom p{
		height: 60px;
		overflow: hidden;
		font-size: 14px;
		color: #747474;
		margin-top: 10px;
	}
	.news.index .bottom .right .top{
		padding-top: 20px;
		box-sizing: border-box;
	}
	.news.index .bottom .right a{
		color: #333333;
		font-size: 16px;
	}
	/*.news.index .bottom .right .bottom{
		margin-top: 34px;
	}*/
	.news.index .bottom .right .bottom {}
	.news.index .bottom .right .bottom li{
		width: 100%;
		height: 62px;
		margin-bottom: 16px;
		background: #fff;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.news.index .bottom .right .bottom li:last-child{
		margin-bottom: 0;
	}
	.news.index .bottom .right .bottom li p{
		margin: 0;
		width: 100px;
		height: 100%;
		padding: 4px 15px;
		box-sizing: border-box;
		background: #555;
		float: left;
		color: #fff;
		margin-right: 2%;
	}
	.news.index .bottom .right .bottom li p span{
		display: block;
	}
	.news.index .bottom .right .bottom li p b{
		font-size: 20px;
	}
	.news.index .bottom .right .bottom li a >span{
		width: 60%;
		line-height: 56px;
		font-size: 14px;
		color: #555;
	}
	.news.index .bottom .right .bottom li a >img{
		float: right;
		margin-top: -33px;
	}
	.news.index .bottom .right .bottom li:hover p{
		background: #215ac3;
	}
	.news.index .bottom .right .bottom li:hover a >span{
		color: #215ac3;
	}
	/* 新闻资讯 end */
	
	/* 市场活动  */
	.activity{
		width: 36%;
		float:right !important;
	}
	.activity .title .right span{
		width: 25px;
		height: 27px;
		text-align: center;
		line-height: 27px;
		background: #d9d4cf;
		display: inline-block;
		cursor: pointer;
	}
	.activity .title .right span:hover{
		background: #215ac3;
	}
	.activity .swiper-container{
		height: 450px;
	}
	.activity .swiper-slide{
		width: 100%;
		background: #fff;
		padding: 10px 20px;
		box-sizing: border-box;
		border: 1px solid gainsboro;

	}
	.activity .swiper-slide a{color: #555}
.activity_banner .swiper-slide .txt,.activity_banner .swiper-slide .txt section{
font-size:14px !important
}
	.activity .swiper-slide span{
		color: #555555;
		font-size: 18px;
		font-weight: bold;
		/*margin-bottom: 10px;*/
	}
	.activity .swiper-slide font{
		display: block;
		margin: 10px 0;
		font-size: 12px;
		color: #555555;
	}
	.activity .swiper-slide .txt p,.activity .swiper-slide .txt span{font-size:14px !important;font-weight:inherit;margin:0;padding:0}
	.activity .swiper-slide p{
		font-size: 12px;
		line-height: 1.5;
		color: #555555;
		/*margin-top: 18px;*/

	}
	.activity .swiper-slide:hover{
		background: #f6f6f6;
	}
	.activity .swiper-slide:hover span{
		color: #215ac3;
	}
	.activity .swiper-button-next,.activity .swiper-button-prev{
		visibility: hidden;
	}
	/* 市场活动 end */
	
	/* 集团子网  */
	.children .swiper-slide{
		float: left;
		height: 80px;
		text-align: center;
		box-sizing: border-box;
		text-align: center;
		width: 14%;
		padding-top: 15px;
		border: 1px solid gainsboro;
		border-left: 0;
	}
	.children .swiper-slide:hover{border:1px solid #215ac3}
	.children .swiper-slide:hover span{color: #215ac3}
	.children .swiper-slide img{
		margin: 0 auto;
		display: block;
		height: 40px;
	}
	.children .swiper-slide span{
		font-size: 12px;
		color: #666666;
	}
	.children .container >.bottom{
		margin-top: 60px;
	}
	.children .container >.bottom .top{
		font-size: 23px;
		color: #555555;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.children .container >.bottom .bottom li{
		text-align: center;
		box-sizing: border-box;
		padding: 20px;
		float: left;
		width: 16.6%;
		border: 1px solid gainsboro;
		border-right: 0;
		height: 200px
	}
	.children .container > .bottom .bottom li div.img{height: 90%;display: block;}
	.children .container > .bottom .bottom li:hover{border:1px solid #215ac3}
	.children .container > .bottom .bottom li:hover span{color: #215ac3}
	.children .container >.bottom .bottom li:nth-child(6){
		border-right: 1px solid gainsboro;
	}
	.children .container >.bottom .bottom li:nth-child(6):hover{
		border-right: 1px solid #215ac3;
	}
	.children .container >.bottom .bottom li img{
		display: block;
		margin: 0 auto;
		/*width: 100%;*/
		max-height: 100%
	}
	.children .container >.bottom .bottom li span{
		color: #333333;
	}
	/* 集团子网 end */
	
/* 首页 End */

/* 关于我们  */
	.about2 .title{
		font-weight: bold;
		font-size: 24px;
		margin-bottom: 20px;
		color: #555555;
	}
	
	/* 集团 */
	.group{
		text-align: center;
	}
	.group h1.title{
		font-size: 28px;
		color: #555555;
		font-weight: bold;
	}
	.group p{
		margin: 40px auto;
		color: #666666;
		/*width: 920px;*/
	}
	/* 集团 end */
	
	/*.about .zeren .top img{height:200px;margin-right:3px;margin-bottom:10px}*/

	/* 集团介绍  */
	.aboutUs .container{
		width: 1400px;
	}
	.aboutUs .top{display: block;overflow: hidden;background: #f0f0f0;}
	.aboutUs .top .left{
		width: 50%;
		float: left;
		height: 100%;
		box-sizing: border-box;
		background: #f0f0f0;
		color: #555555;
		overflow: hidden;
		padding:60px;
	}
	.aboutUs .top .right{
		width: 50%;
	}
	.aboutUs .top .left .title{
		font-weight: bold;
		font-size: 26px;
		margin-bottom: 35px;
		display: block;
	}
	.aboutUs .top .left p{
		font-size: 15px;
		height: 180px;
		overflow: hidden;
	}
	.aboutUs .bottom{
		position: relative;
	}
	.aboutUs .bottom img{
		width: 50%;
		display: none;
		float: left;
	}
	.aboutUs .bottom img.active{
		display: block;
	}
	.aboutUs .bottom .right{
		float: right;
		width: 50%;
	} 
	.aboutUs .bottom .right .list{
		width: 100%;
		position: relative;
		height: 190px;
		padding: 55px 60px;
		box-sizing: border-box;
		color: #555555;
	}
	.aboutUs .bottom .right .list .title{
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 20px;
		display: block;
	}
	.aboutUs .bottom .right .list.active{
		background: #215ac3;
		color: #fff;
	}
	.aboutUs .bottom .right .list.active:after{
		position: absolute;
		left: -6px;
		top: 43%;
		content: "";
		height: 20px;
		width: 20px;
		transform: rotate(45deg);
		display: block;
		background: #215ac3;
		-webkit-transform: rotate(45deg) ;    /* for Chrome || Safari */

		-moz-transform: rotate(45deg) ;       /* for Firefox */

		 -ms-transform: rotate(45deg) ;        /* for IE */

		-o-transform: rotate(45deg) ;         /* for Opera */
	}
	/* 集团介绍 end */
	
	/* 企业荣耀  */
	.glory{
		background: url(../img/glory_bg.png);
		background-position: center center;
	}
	.glory .top{
		text-align: center;
		color: #fff;
		margin-bottom: 55px;
	}
	.glory .top .title{
		display: block;
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 40px;
	}
	.glory .top p{
		max-width: 916px;
		margin: 0 auto;
		font-size: 16px;
	}
	.glory .swiper-container span{
		display: block;
		width: 100%;
		box-sizing: border-box;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: rgba(255,255,255,.2);
		color: #fff;
		font-size: 16px;
		/*color: #000*/
		/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); /*IE8支持*/
	}
	.glory .swiper-container{
		width: 80%;
	}
	.glory .swiper-container img{
		width: 100%;
	}
	.glory .swiper-button-next,.glory .swiper-button-prev{
		visibility: hidden;
	}
	.glory .center{
		position: relative;
	}
	.glory .center .btns{
		position: absolute;
		top: 35%;
		cursor: pointer;
	}
	.glory .center .button-next{
		right: 0;
	}
	.glory .bottom{
		margin-top: 40px;
	}
	.glory .bottom a{
		display: block;
		width: 217px;
		height: 50px;
		border: 2px solid #fff;
		margin: 0 auto;
		text-align: center;
		line-height: 50px;
		color: #fff;
		font-size: 16px;
		border-radius: 30px;
	}
	/* 企业荣耀 end */
	
	/* 企业责任  */
	.about.list .lis{
		width: 32%;
		float: left;
		margin-right: 4px;
	}
	.about.list .lis:last-child{
		margin-right: 0;
	}
	.about.list .lis img{
		width: 100%;
	}
	.about.list .lis span{
		display: block;
		width: 100%;
		height: 64px;
		line-height: 64px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		background: #999999;
		color: #fff;
	}
	.about.list .lis:hover span{
		background: #215ac3;
	}
	/* 企业责任 end */
	
	/* 经营范围  */
	.range p{
		font-size: 15px;
	}
	.range .case{
		padding: 35px 60px 0 60px;
		border: 2px solid gainsboro;
	}
	.range .case li{
		float: left;
		width: 20%;
		padding-left: 25px;
		box-sizing: border-box;
		font-size: 14px;
		margin-bottom: 35px;
		position: relative;
	}
	.range .case li:before{
		content: "";
		position: absolute;
		left: 0;
		top: 4px;
		display: block;
		width: 12px;
		height: 12px;
		background: #215ac3;
	}
	/* 经营范围 end */
	
	/* 企业文化  */
	.culture .top{
		margin-bottom: 30px;
	}
	.culture .right{
		width: 50%;
		float: left;
	}
	.culture .right .lis{
		width: 100%;
		height: 50%;
		position: relative;
	}
	.culture .right .lis img{
		width: 100%;
		height: 100%;
	}
	.culture .top .left{
		padding: 0!important;
		width: 50%;
		float: left;
	}
	.culture .top .right .lis span{
		position: absolute;
		width: 50%;
		height: 100%;
		box-sizing: border-box;
		padding:0 30px;
		display: block;
		background: url(../img/index_solution_hover.png);
		background-size: 100% 100%;
		top: 0;	
		text-align: center;
	}
	.culture .top .right .lis:first-child span{
		right: 0;
	}
	.culture .top .right .lis span font{
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		display: block;
		top: 50%;
		transform: translateY(-50%);
		position: relative;
	}
	.culture .bottom span,.culture .bottom li{
		font-size: 15px;
		color: #555555;
		margin-bottom: 20px;
		display: block;
	}
	.culture .bottom li:last-child{
		margin-bottom: 0;
	}
	/* 企业文化 end */
	
	/* 发展目标  */
	.target span{
		font-size: 15px;
		color: #555555;
	}
	/* 发展目标 end */
	.target,.culture,.range{
		padding-top: 0;
	}
	
	/* 董事长致辞  */
	.Speech .bottom p{
		line-height: 2;
		font-size: 15px;
		color: #555555;
	}
	.Speech .title{
		font-size: 26px;
	}
	.Speech .bottom p .right{
		float: right;
		width: 350px;
		text-align: right;
		height: 200px;
	}
	.Speech .bottom p .right img{
		height: 100%;
	}
	.Speech .bottom>.right{
		float: right;
	}
	.Speech .bottom>.right span{
		display: block;
		margin-bottom: 15px;
	}
	.Speech .bottom>.right span img{
		margin-left: 10px;
	}
	.Speech .bottom>.right font{
		text-align: right;
		display: block;
	}
	/* 董事长致辞 end */
	
	/* 企业架构  */
	.framework h1.title ,.framework img{
		margin-bottom: 40px;
	}
	/* 企业架构 end */
	
	/* 企业文化  */
	.corporate .container>div{
		float: left;
	}
	.corporate .center{
		width: 270px;
		margin-right: 76px;
	}
	.corporate .center,.corporate .right{
		padding-top: 76px;
	}
	.corporate .center span{
		font-size: 22px;
		font-weight: bold;
		color: #333;
		display: block;
		margin-bottom: 15px;
	}
	.corporate .center p{
		font-size: 15px;
		color: #888888;
	}
	/* 企业文化 end */
	
	/* 企业荣耀  */
	.glorylist .top{
		border-bottom: 1px solid gainsboro;
	    padding-bottom: 20px;
	}
	.glorylist .top li{
		width: 19%;
		margin-right: 1%;
		float: left;
		margin-bottom: 40px;
	}
	.glorylist .top li:nth-child(5n){
		margin-right: 0;
	}
	.list_show{
		border: 1px solid gainsboro;
		box-sizing: border-box;
		border-bottom: 0;
		float: left;
	}
	.list_show img{
		width: 100%;
	}
	.list_show span{
		display: block;
		width: 100%;
		height: 35px;
		line-height: 35px;
		color: #fff;
		font-size: 14px;
		background: #999999;
		text-align: center;
	}
	.list_show:hover span{
		/*background: #215ac3;*/
	}

	.alertbox{position: fixed;top: 0;width: 100%;height: 100%;display: none;background: url(../img/searchBoxBg.png);z-index: 999999;}
	.alertbox img{/*position: relative;top: 30%;left: 40%*/min-width: 40%;margin: auto;display: block;margin-top: 10%}

	/*.bottom{text-align: center;}*/
	.pagelist{text-align: center;}
	.pagelist select{color: #3b3838 !important}
	.bottom .pag{
		margin: 0 auto;
		margin-top: 20px;
		/*width: 135px;*/
		display: inline-block;
	}
	.pag li{
		float: left;
		display: block;
		/*width: 35px;*/
		height: 35px;
		color: #fff;
		text-align: center;
		line-height: 35px;
		font-size: 16px;
		background: #aaaaaa;
		margin-right: 10px;
		color: #fff!important;
		/*padding: 0 15px;*/
		margin-bottom: 10px;
	}
	.pag li .pageinfo{padding: 0 15px}

	.pag li a{color: #fff;padding: 0 15px;display: block;}
	.pag li:hover,.pag li.thisclass{
		background: #215ac3;
	}
	/* 企业荣耀 End */
	
	/* 合作品牌  */
	.glorylist.partner .top li{
		padding-top: 30px;
		border: 1px solid gainsboro;
	}
	.glorylist.partner .top li img{
		height: 60px;
		/*width: 80%;*/
		display: block;
		margin: 0 auto;
		/*margin-bottom: 30px;*/
	}
	.glorylist.partner .top li span{
		padding: 0 30px;
		line-height: 1.5;
		padding-top: 15px;
		height: 80px;
		text-align: center;
		white-space: inherit;
	}
	.glorylist .phone_partner{display: none;}
	.glorylist .pc{display: block;}
	.glorylist .m800,.glorylist .pc1200{display: none}
	/* 合作品牌 End */
	
/* 关于我们 end */

/* 产品世界  */
	.product div.title{
		font-size: 38px;
		font-weight: bold;
		color: #fff;
	}
	.product a{
		color: #a9a9a9;
	}
	.product_list div.title{
		font-size: 28px;
		color: #333333;
		margin-bottom: 50px;
		margin-top: 60px;
	}
	.product_list div.title:first-child{
		margin-top: 0;
	}

	/* 产品  */
	.product.search{
		/*padding-bottom: 0;*/
		background: url(/skin/img/product_bg.jpg);
	    background-size: cover;
	    background-position: center;
	    padding-top: 120px;
	    /*padding-bottom: 20px;*/
	}
	.product .bottom input{
		width: 500px;
		height: 40px;
		margin: 0;
		box-sizing: border-box;
		padding-left: 15px;
		font-size: 16px;
		float: left;
		border: 1px solid #fff;
		background: none;
		color: #fff
		
	}
	 .product_list {padding-top: 0}
	.product .bottom input::-webkit-input-placeholder,
	.product .bottom input:-moz-placeholder,                  
	.product .bottom input:-ms-input-placeholder{
		color: #a9a9a9;
	}
	.product .bottom button{
		float: left;
		background: none;
		border-color: gainsboro;
		height: 40px;
		display: block;
		box-shadow: none;
		border: none;
		border-left: 1px solid #fff;
		margin-left: -40px;
		width: 40px;
		background: none;
	}
	.product .bottom button img{
		margin: 0 auto;
		display: block;
	}
	.product .center a{
		padding: 1px 21px;
		float: left;
		color: #fff;
		font-size: 14px;
		margin-bottom: 10px;
		height: 40px;
		line-height: 40px;
		margin-right: 2px;
		text-decoration: underline;
	}
	.product .center a.active,.product .center a:hover,.phone_product .swiper-slide-active a{
		border: 1px solid #fff;
		border-radius: 20px;
		color: #fff;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.product .center .top{
		margin-bottom: 40px;
		padding-bottom: 30px;
		border-bottom: 1px solid gainsboro;
	}
	.product .center.flxed .top{margin-bottom: 16px;padding-bottom: 10px;}
	.product .phone_center{
		display: none;
		margin-bottom: 30px;
	}
	.product .phone_center.flxed{
		position: fixed;
		background: #fff;
		width: 100%;
		top: 0;
		left: 0;
	}
	.product .phone_center a{
		display: block;
		width: 100%;
		height: 50px;
		border-bottom: 1px solid gainsboro;
		line-height: 50px;
		font-size: 18px;
		display: none;
		color: #333333;
	}
	.product .phone_center a.active{
		display: block;
		background: #fff;
	}
	.product .phone_center a.active img{
		float: right;
		margin-top: 20px;
		margin-right: 10px;
	}
	.phone_product.center{
		display: none;
	}
	.product .center.flxed{
		position: fixed;
		background: #fff;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		padding: 20px 0;
	    box-shadow: 0 1px 10px rgba(0,0,0,.3);
	    background: url(/skin/img/product_bg.jpg);
	}
	.product .centerhide{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		
		display: none;
	}
	.product .centerhide div{height: 32px;width: 130px;text-align: center;background: #215ac3;border-radius: 0 0px 10px 10px;margin: auto;}
	.product .centerhide img{height: 100%}
	.product_list .box{
		margin-bottom: 30px;
		padding: 20px 0;
		/*background-color: #f5f5f5*/
	}
	.product_list .box:nth-child(2n){
		background-color: #efefef;
	}
	.product_list .box a{
		display: block;
		float: left;
		width: 20%;
		color: #666666;
		font-size: 16px;
		margin-bottom: 30px;
		text-decoration: underline;
		color: #245bc2
	}
	.product_list .box a:hover{
		color: #245bc2;
		text-decoration: underline;
	}
	/* 产品 End */

	/* 产品内页  */
	.product.show{
		border-bottom: 1px solid gainsboro;
	}
	.product.show .left{
		float: left;
		width: 700px;
	}
	.product.show .left .title{
		font-size: 26px;
		font-weight: bold;
		color: #555555;
	}
	.product.show .left p{
		font-size: 15px;
		color: #555555;
		/*margin-bottom: 30px;*/
	}
	.show_btn{
		display: block;
		width: 120px;
		height: 48px;
		border-radius: 5px;
		text-align: center;
		line-height: 48px;
		background: #215ac3;
		font-size: 16px;
		color: #fff!important;
	}
	.product.show .right{
		float: right;
		width: 25%
	}
	.showlist .top{
		border-bottom: 1px solid gainsboro;
	}
	.showlist .top .left{
		float: left;
		display: block;
		width: 214px;
		height: 156px;
		border: 1px solid #215AC3;
		text-align: center;
		box-sizing: border-box;
		padding-top: 10px;
		margin-right: 20px;
	}
	.showlist .top .left img{
		height: 120px;
	}
	.showlist .top>ul>li{
		float: left;
		width: 48%;
		margin-bottom: 40px;
	}
	.showlist .top>ul>li:nth-child(2n){
		float: right;
	}
	.showlist .top .right{
		height: 156px;
		overflow: hidden;
	}
	.showlist .top .right .title a{
		font-size: 18px;
		color: #333333;
		font-weight: bold;
		text-decoration: underline;
		color: #215ac3
	}
	.showlist .top .right li{
		line-height: 2;
		color: #666666;
	}
	.product.case{
		border-top: 1px solid gainsboro;
		background: #f5f5f5;
	}
	.product.case div.title{
		text-align: center;
		color: #333;
	}
	.product.case .swiper-slide{float: left;}
	.product.case .swiper-slide .left,.Solution_case .lis .left{
		float: left;
		margin-right: 5%;
		width: 25%
	}
	.product.case .swiper-slide .left img,.Solution_case .lis .left img{
		max-height: 150px;
		display: block;
		margin: auto;
		border: 1px solid #215ac3;
		padding: 10px;
	}
	.product.case .swiper-slide .right,.Solution_case .lis .right{
		float: left;
		box-sizing: border-box;
		/*padding-top: 25px;*/
		overflow: hidden;
		height: 170px;
		width: 60%;
	}
	.product.case .swiper-slide .right .title,.Solution_case .lis .right .title{
		font-size: 16px;
		color: #333333;
		margin-bottom: 15px;
		text-decoration: underline;
    	color: #215ac3;
	}
	.product.case .swiper-slide .right .title, .Solution_case .lis .right .title b{
		font-weight: inherit;
		text-decoration: underline;
    	color: #215ac3;
	}
	.product.case .swiper-slide .right p,.Solution_case .lis .right p{
		font-size: 15px;
		color: #666666;
		margin-top: 15px;
		

	}
	.product.case .swiper-container,.Solution_case .lis{
		padding-bottom: 50px;
	}
	.product.case .swiper-pagination{bottom: 10px;width: 100%}
	.product.case .swiper-pagination-bullet-active{
		background: #999999;
	}
	/* 产品内页 end */

	/* 产品内页详情  */
	.product2_show .swiper-slide img{
		/*height: 100%;
		margin: auto;
		display: block;*/
		/*position: absolute;*/
		max-height: 100%;
	}
	.product2_show .left{
		width: 38%;
		max-width: 460px;
		float: left;
	}
	.product2_show .gallery-top{
		margin-bottom: 20px;
		height: 300px;
		position: relative;
		border: 1px solid #ccc;
	}
	.product2_show .gallery-top .swiper-slide img{width: auto;position: absolute;}
	.product2_show .gallery-thumbs .swiper-slide img{width: auto;position: absolute;height: 100%}
	.product2_show .gallery-thumbs .swiper-slide:hover,.product2_show .gallery-thumbs .swiper-slide-active{
		border: 2px solid #215ac3;
		box-sizing: border-box;
		cursor: pointer;
	}
	.product2_show .gallery-thumbs{
		width: 100%;
		max-width: 460px;
		height: 110px;
		margin: 0 auto;
		margin-bottom: 20px
	}
	.product2_show .right{
		float: right;
		width: 60%;
	}
	.product2_show .right .top{
		padding-bottom: 40px;
		border-bottom: 1px solid gainsboro;
		margin-bottom: 20px;
	}
	.product2_show .right .top div.title{
		font-size: 26px;
		font-weight: bold;
		color: #555555;
		margin-bottom: 20px;
	}
	.product2_show .right .top a{
		font-size: 16px;
		color: #666666;
	}
	.product2_show .right .top a img{
		margin-top: -4px;
	}
	.product2_show .right .bottom span,.product2_show .right .bottom p{width:auto !important;height:auto !important;text-align-last:left !important;}
	.product2_show .right .bottom li{
		line-height: 2;
		font-size: 16px;
		color: #666666;	
	}
	.product2_show .right .bottom  span{
		color: #333333;
		width: 50px;
		display: inline-block;
		text-align: justify;
		text-align-last: justify;
	}
	.product2_show .right .bottom li:last-child{
		margin-top: 40px;
	}
	.downlist{
		border-top: 1px solid gainsboro;
		border-bottom: 1px solid gainsboro;
		/*height: 60px;*/
		display: block;
		overflow: hidden;
		box-sizing: border-box;
	}
.pro_bottom_list ul li{list-style: inside;}
.pro_bottom_list ol li{list-style: inherit;}

	.downlist a{
		display: block;
		float: left;
		height: 100%;
		width: 140px;
		color: #666666;
		text-align: center;
		line-height: 60px;
		font-size: 15px;
	}
	.downlist a.active,.downlist a:hover{
		background: #215ac3;
		color: #fff;
	}
	span.nbsp{
		display: inline-block;
		width: 35px;
	}
	.introduce{
		color: #333333;
		border-bottom: 1px solid gainsboro;
		display: block;overflow: hidden;
	}
	.product2 div.title{
		font-size: 26px;
	}
	.introduce div{
		margin-bottom: 30px;
	}
.introduce .nav{position: relative;background: none}
.introduce .txt div{margin-bottom:0}
	.introduce div span.title{
		font-size: 15px;
		font-weight: bold;
	}
	.introduce div p{
		font-size: 15px;
		line-height: 2;
	}
	.down .bottom .lis{
		height: 106px;
		border-bottom: 1px solid gainsboro;
		padding: 30px 0;
		box-sizing: border-box;
	}
	.down .bottom .lis span.title{
		font-size: 18px;
		color: #333;
		position: relative;
		padding-left: 15px;
		display: block;
		margin-bottom: 6px;
	}
	.down .bottom .lis span.title:before{
		position: absolute;
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #333333;
		top: 10px;
		left: 0;
	}
	.down .bottom .lis font{
		font-size: 14px;
		color: #888888;
	}
	.down .bottom .lis .left{
		float: left;
		width: 80%;
		max-width: none;
	}
	.down .bottom .lis .down_btn{
		float: right;
		width: 120px;
		height: 40px;
		display: block;
		border-radius: 5px;
		background: #666666;
		color: #fff;
		text-align: center;
		line-height: 40px;
		font-size: 15px;
	}
	.down .bottom .lis .down_btn:hover,.down .bottom .lis .down_btn.active{
		background: #215ac3;
	}
	.down .bottom .lis .down_btn img{
		margin-right: 6px;
		margin-top: -4px;
	}
	.Relevant{
		position: relative;
	}
	.Relevant .list_show img{
		height: 190px;
		width: auto;
		display: block;
		margin: 30px auto;
	}
	.pro_dets{
		top: 36%;
		position: absolute;
		cursor: pointer;
	}
	.pro_dets_next{
		right: -70px;
	}
	.pro_dets_prev{
		left: -70px;
	}
	.Relevant .swiper-button-next,.Relevant .swiper-button-prev{
		visibility: hidden;
	}
	/* 产品内页详情 End */
	
/* 产品世界  */

/* 解决方案  */
	.Solution.solution .list li{
		width: 23%;
		/*height: 192px;*/
		margin-right: 20px;
	}
	.Solution.solution .list li:nth-child(4n){
		margin-right: 0;
	}
	.Solution_case .lis{
		width: 50%;
		float: left;
	}
	.Solution_case .bottom{
		border-top: 1px solid gainsboro;
	}
	.solution2{
		width: 70%;
	}
.solution2 video{min-width:640px}
	.solution2 >div.title{
		font-size: 26px;
		color: #333333;
		text-align: center;
	}
	.solution2 .time{
		background: #edf1f7;
		color: #555555;
		font-size: 14px;
		padding: 0 20px;
		line-height: 54px;
		height: 54px;
		position:relative;
		text-align:center
	}
	@media(min-width:800px){
	.solution2 .time .bdsharebuttonbox {position:absolute;bottom:10px;right:0}
	}
	.bdsharebuttonbox{
		float: right;
		margin-top: 10px;
	}
	.solution2_list{
		color: #555555;
		padding-bottom: 0;
	}
	.solution2_list section ul li{list-style: inside}
	.solution2_list a{color: #215ac3;text-decoration: underline;}
	.solution2_list embed{max-width: 100% !important}
	.solution2_list span{
		/*margin-bottom: 30px;*/
		/*display: block;*/
	}
	.solution2_list img{height:auto !important} 
	.solution2_list span.title{
		font-size: 18px;
		font-weight: bold;	
	}
	.solution2_list p,.solution2_list li{
		font-size: 15px;
		line-height: 2;
		/*margin-bottom: 60px;*/
	}
	.solution2_list ol li{list-style:inherit}
	.solution2_list li{
		margin-bottom: 0;
	}
	.solution2_list .imgbox{
		margin: 40px auto;
		width: 300px;text-align: center;
	}
	.solution2_list .imgbox img{
		width: 100%;
	}
	.solution2_list .imgbox span{
		font-size: 15px;
		margin-top: 20px;
	}
	.solution2.bottom{
		border-top: 1px solid gainsboro;
		padding-top: 40px;
		width: 100%;
		padding-bottom: 80px;
	}
	.solution2.bottom .left{
		float: left;
	}
	.solution2.bottom .left span{
		display: block;
		margin-bottom: 10px;
	}
	.solution2.bottom a{
		/*color: #666666;*/
		text-decoration: underline;
		color: #215ac3;
	}
	.solution2.bottom .right{
		float: right;
		display: block;
		width: 100px;
		height: 36px;
		box-sizing: border-box;
		border: 1px solid gainsboro;
		text-align: center;
		line-height: 36px;
	}
	.solution2_right {
		position: absolute;
		right: 0;
		top: 60px;
		width: 355px;
		background: #fff;
	}
	.solution2_right div.title{
		background: #215ac3;
		padding-left: 15px;
		height: 46px;
		line-height: 46px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
	}
	.solution2_right ul{
		/*padding-left: 20px;*/
	}
	.solution2_right li{
		height: 74px;
		box-sizing: border-box;
		border-bottom: 1px solid gainsboro;
		/*padding-top: 1px;*/
		padding: 15px 10px;
	}
	.solution2_right li:hover{border:1px solid #215ac3;}
	.solution2_right li:hover span.title{color: #215ac3}
	.solution2_right li span{
		color: #333333;
		font-size: 14px;		
		display: block;
		margin-bottom: 6px;
	}
	.solution2_right li span.title{
		font-weight: bold;
	}
	.solution2_container{
		position: relative;
	}

	.solutoptype{margin-top:30px;text-align: center}
	.solutoptype ul{display: inline-block;}
	.solutoptype li{padding: 10px 20px;color: #ccc;border:1px solid #ccc;float: left;margin-bottom: 18px;}
	.solutoptype li:hover,.solutoptype li.on{background:#275dc1;}
	.solutoptype li:hover a,.solutoptype li.on a{color: #fff}
/* 解决方案 end */

/* 新闻资讯  */
	.newslist .left{
		float: left;
		width: 666px;
		position: relative;
	}
	.newslist .container>.left{width: 40%;height: 400px;overflow: hidden;}
	.newslist .container>.right{width: 55%;}
	.newslist .container>.left img{
		width: 100%;
	}
	.newslist .container>.left span{
		position: absolute;
		bottom: 0;
		display: block;
		height: 64px;
		line-height: 64px;
		text-align: center;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		background: url(../img/aa.png);
		width: 100%;
		overflow: hidden;
	}
	.newslist .container>.right{
		/*width: 684px;*/
		float: right;
	}
	.newslist .lis{
		height: 120px;
		padding-top:25px ;
		padding-left: 60px;
		background: #f4f4f4;
		margin-bottom: 16px;
	}
	.newslist .lis:last-child{
		margin-bottom: 0;
	}
	.newslist .lis .left{
		width: 106px;
		float: left;
		margin-right: 26px;
	}
	.newslist .lis .left span{
		display: block;
		text-align: right;
		color: #c8c8c8;
	}
	/* 修改 (添加) */
	.newslist .lis:hover{
		background: #ececec;
	}
	.newslist .lis:hover .left span{
		color: #215ac3;
	}
	.newslist .lis:hover .right span.title{
		color: #555555;
		font-weight: bold;
	}
	/* 修改 End */
	.newslist .lis .left span:first-child{
		font-size: 18px;
	}
	.newslist .lis .left span:last-child{
		font-size: 22px;
	}
	.newslist .lis .left span b{
		font-size: 32px;
	}
	.newslist .lis .right {
		float: left;
		width: 414px;
	}
	.newslist .lis .right span.title{
		font-size: 18px;
		color: #333333;
	}
.newslist .lis .right span.title font{color:#333}
	.newslist .lis .right p{
		font-size: 14px;
		height: 40px;
		overflow: hidden;
		margin-top: 5px;
		margin-bottom: 0;
		color: #333
	}
	.market{
		background: #f5f5f6;
		
	}
	.market .container{
		position: relative;
	}
	.market div.title{
		text-align: center;
		font-size: 28px;
		font-weight: bold;
		color: #555555;
	}
	.market .lis{
		background: #ebecec;
		box-sizing: border-box;
		padding: 50px 30px;
		color: #555555;
	}
	.market .lis span{
		display: block;
		font-size: 14px;
		color: #999999;
	}
	.market .lis span.title{
		font-size: 18px;
		font-weight: bold;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.market .lis p{
		font-size: 15px;
		height: 70px;
		overflow: hidden;
		margin-top: 18px;
		color: #555;
	}
	.market .lis:hover{
		background: #fff;
	}
	.market .lis:hover span.title{
		color: #215ac3;
	}
	.market .swiper-button-next,.market .swiper-button-prev{
		visibility: hidden;
	}
	.market .showmore{
		display: block;
		text-align: center;
		width: 220px;
		height: 50px;
		line-height: 50px;
		border: 2px solid #999999;
		box-sizing: border-box;
		font-size: 16px;
		color: #333333;
		margin: 40px auto 0 auto;
		border-radius: 30px;
	}
	
	.news1 .top{
		background: #eeeeee;
		/*height: 114px;*/
		padding: 40px;
		box-sizing: border-box;
		margin-bottom: 40px;
	}
	
	.news1 .top span{
		font-size: 24px;
		font-weight: bold;
		float: left;
		width: 50%;
	}
	
	.news1 .top form{
		float: left;
		width: 100%
	}
	.news1 .top input{
		width: 80%;
		height: 40px;
		margin-right: 2%;
	}
	
	.news1 .top button{
		width: 16%;
		height: 40px;
		color: #fff;
		font-size: 18px;
		background-color: #215ac3;
		border: none;
		float: right;
	}
	.news1 .lis{
		height: 215px;
		padding-bottom: 30px;
		box-sizing: border-box;
		border-bottom: 1px solid gainsboro;
		margin-bottom: 30px;
		display: block;overflow: hidden;
	}
	.news1 .lis a.left{
		float: left;width: 26%;
	}
	.news1 .lis .left img{
		/*float: left;*/
		display: block;overflow: hidden;
		width: 100%;
		margin-right: 40px;
		max-height: 188px;
		margin: auto;
		border: 1px solid #215ac3;
		padding: 10px;

	}
	.news1 .lis .right{
		float: right;
		width: 70%;
	}
.news1 .lis .right .txt font{font-size:14px !important}
	.lis_left{ float:right; width:30%;text-align: center;}
/*	.news1 .lis .right .txt::after {
	content:"...";
	font-weight:bold;
	position:absolute;
	bottom:0;
	right:0;
	padding:0 20px 1px 45px;
	background:url(http://css88.b0.upaiyun.com/css88/2014/09/ellipsis_bg.png)
	repeat-y;
	}*/
	.news1 .lis .right span{
		display: block;
		font-size: 14px;
		color: #555555;
		margin-bottom: 20px;
	}
	.news1 .lis .right a.title{
		/*color: #333333;*/
		font-size: 18px;
		margin-bottom: 10px;
		font-weight:bold;
		text-decoration: underline;
    	color: #215ac3;
	}
.news1 .lis .right a.title b{font-weight:bold}
	.news1 .lis .right p{
		/*height: 80px;*/
		overflow: hidden;
		font-size: 15px;
		color: #666666;
	}
	.news1 .pag{
	    /*width: 150px;*/
   	 	margin: 0 auto;
   	 	margin-bottom: 20px;
	}
	.newsactive .lis{height: 160px;}
	.newsactive .lis .txt font{color:#666666 !important;}
/* 新闻资讯 end */

/* 下载中心 */
.downs .lis{
	padding-bottom: 10px;
	border-bottom:1px solid gainsboro;
	margin-bottom: 10px;
}
.downs .lis .left{
	float: left;
	width: 75%;
	height: 40px;line-height: 40px;
}
.downs .lis .left span{
	display: block;
}
.downs .lis .left span.title{
	position: relative;
	font-size: 16px;
	color: #333333;
	margin-bottom: 6px;
	padding-left: 20px;
	float: left;width: 80%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 75%
}
.downs .lis .left span.title a{color: #333}
.downs .lis .left span.title:before{
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #333333;
}
.downs .lis .left span.time{
	font-size: 14px;
	color: #888888;
	float: right;
}
.downs .lis .right{
	float: right;
}
.downs .lis .right a{
	display: block;
	width: 120px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: #666666;
	float: left;
	margin-right: 20px;
}
.downs .lis .right a:last-child{
	margin-right: 0;
}
.downs .lis .right a img{
	margin-right: 6px;
}
.downs .lis .right a:hover{
	background: #215ac3;
}
/* 下载中心 end */

/* 诚聘英才  */
.recruit .lis .left{
	width: 50%;
	float: left;
}
.recruit .lis .right{
	float: left;
	width: 50%;
	padding: 60px;
	color: #fff;
	background: #525252;
	box-sizing: border-box;
	overflow: hidden;
	height: 100%;
}
.recruit .lis .right span.title{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
	display: block;
}
.recruit .lis .right p{
	font-size: 15px;
	color: #cccccc;
	line-height: 2;
	
}
.recruit .swiper-container{
	padding-bottom: 30px;
	height: 400px;
}
.recruit .swiper-wrapper .left{height: 100%;display: block;overflow: hidden;background-size: cover;background-position: center;}
.recruit .swiper-wrapper .left img{display: none;}

.recruit .swiper-pagination{
	bottom: 0;
}
.recruit .swiper-pagination-bullet-active{
	background: #215ac3;
}
.recruit1 .container>div{
	/*line-height: 2;*/
}
.job .top{
	margin-bottom: 30px;
}
.job .top li{
	float: left;
	width: 9%;
	height: 60px;
	position: relative;
	background: #504e4e;
	text-align: center;
	line-height: 60px;
	color: #dbdbdb;
	font-size: 16px;
	cursor: pointer;
}
.job .top li a{display: block;overflow: hidden;color: #fff}
.job .top li:hover,.job .top li.active{
	background: #215ac3;
}
.job .top li:hover:before,.job .top li.active:before{
	position: absolute;
    content: "";
    bottom: -10px;
    left: 42%;
    border: 10px solid #215Ac3;
    /*border-color: transparent #215Ac3 #215Ac3 transparent;*/
    transform: rotate(45deg);
}
.job .jobBox .lis{
	border-bottom: 1px solid gainsboro;
	box-sizing: border-box;
	
	position: relative;
	cursor: pointer;
}
.job .jobBox .listit:first-child{
	border-bottom: 0;
	background: #f3f3f3;
}
.job .jobBox .lis span.add,.job .jobBox .lis span.num,.job .jobBox .lis span.time{width: 10%;text-align: center;}
.job .jobBox .lis >img{
	position: absolute;
	right: 65px;
	top: 25px;
}
.job .pag{
	width: 150px;
	margin: 30px auto 0 auto;
}
.job .jobBox{
	/*display: none;*/
}
.job .jobBox.active{
	display: block;
}
.job .jobBox .lis span{
	font-size: 16px;
	color: #333333;
	position: absolute;
	top: 25px;
}
.job .jobBox .lis span.name{
	position: static;
	height: 76px;
	display: block;
	line-height: 76px;
	padding:0 30px;
}
.job .jobBox .lis span.add{
	right: 31%;
}
.job .jobBox .lis span.num{
	right: 22%;
}
.job .jobBox .lis span.time{
	right: 11%;
}
.lis_menu{
	/*height: 0;*/
	background: #eeeeee;
	padding: 0 40px;
	line-height: 1.5;
	overflow: hidden;
	transition: padding .3s;
	display: none;
}
.lis_menu span{position: inherit !important;font-family: "Microsoft YaHei", 微软雅黑, arial, tahoma, 宋体 !important;font-size: 14px !important;}
.job .jobBox .lis.active{
	border-bottom: 0;
}
.job .jobBox .lis .lis_menu{
	padding:20px 40px;
	margin-top: 20px 
}
.job .jobBox .lis.active .lis_menu{
	height: auto;
	padding: 60px 40px;
}
.job .jobBox .lis.active img{
	transform: rotate(180deg);
}
/* 修改 （添加） */
.phone_job {
	width: 100%;
	padding-bottom: 20px;
	display: none;
}
.phone_job .swiper-slide {
	text-align: center;
	font-size: 16px;
	height: 50px;
	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;
	cursor: pointer;
	background: #504e4e;
	color: #fff;
}
.phone_job .swiper-slide a{
	color: #fff
}
.phone_job .selected {
	background: #215ac3;
	position: relative;
}
.phone_job .selected:before{
    position: absolute;
    content: "";
    bottom: -10px;
    left: 42%;
    border: 10px solid #215Ac3;
    /*border-color: transparent #215Ac3 #215Ac3 transparent;*/
    transform: rotate(45deg);
}
/* 修改end */
.Development .lis{
	padding: 30px 40px;
	background: #f5f5f5;
	margin-bottom: 40px;
}
.Development .lis:last-child{
	margin-bottom: 0;
}
.Development .lis .left{
	width: 314px;
	float: left;
	max-width: 30%;
	border: 1px solid #275dc1;
	padding: 10px;
}
.Development .lis .right{
	float: left;
	width: 65%;
	margin: 30px 0 0 50px;
}
.Development .lis .right span,.recruit3_1 .lis .right span{
	font-size: 16px;
	color: #5a5a5a;
	display: block;
	margin-bottom: 30px;
}
.Development .lis .right span b,.recruit3_1 .lis .right span b{
	font-weight: bold;
	font-size: 24px;
	color: #555555;
	margin-right: 10px;
	text-decoration: underline;
    color: #215ac3;
}
.recruit3_1 .lis .right p{
	color: #666666;
	font-size: 15px;
}
.Development .lis .right p{
	color: #666666;
	font-size: 15px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	position: relative;
}
.Development .lis .right p:after{
    content: "【更多】";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 20px 1px 34px;
    background: url(../img/ellipsis_bg.png);
    background-position-x: -20px;
    color: #215ac3;
}
.Development .lis:hover{
	background: #edf1f7;
}
.Development .lis:hover .right p:after{
	background: url(../img/ellipsis_bg_hover.png);
	background-position-x: -20px;
}
.Development .lis:hover .right span b{
	color: #215ac3;
}
.Development .top{
	padding-bottom: 60px;
	margin-bottom: 20px;
	border-bottom: 1px solid gainsboro;
}
.recruit3_1 .lis .left{
	width: 546px;
	float: left;
}
.recruit3_1 .lis .right{
	float: left;
	margin: 60px 0 0 40px;
	width: 800px;
}
.recruit3_1 .lis .right p{
	max-height: none;
}
/* 诚聘英才 end */

/* 联系我们  */
.contact #dituContent {
    width: 100%;
    height: 500px;
    margin-bottom: 60px;
}
.contact {
	padding-bottom: 0;
}
.contact .top p{
	font-size: 14px;
	color: #999999;
	padding-bottom: 30px;
	border-bottom: 1px solid gainsboro;
	margin-bottom: 30px;
}
.contact .top p span.title{
	font-size:25px;
	color: #215ac3;
	display: block;
	margin-bottom: 4px;
}
.contact .top .left{
	float: left;
	position: relative;
	width: 50%;
	border-right: 1px solid #E5E5E5;
}
.contact .top .right{
	float: right;
	width: 50%;
}
.contact .top .right span{
	/*width: 500px;*/
	display: block;
	float: right;
	padding:0 10px;
}
.contact .top .left,.contact .top .right{
	line-height: 2;
	font-size: 16px;
}
.contact .bottom{
	margin-top: 60px;
}
.contact .bottom .lis{
	width: 28%;
	padding-left: 20px;
	box-sizing: border-box;
	margin-right: 8%;
	float: left;
	padding-bottom: 30px;
	/*height: 350px;*/
}
.contact .bottom .lis:nth-child(3n){margin-right: 0}
.contact .bottom .lis span.title{
	font-size: 18px;
	color: #215ac3;
	position: relative;
}
.contact .bottom .lis span.title:before{
	content: "";
	position: absolute;
	left: -20px;
	top: 2px;
	width: 6px;
	height: 18px;
	background: #215AC3;
	display: block;
}
.contact .bottom .lis div{
	font-size: 16px;
	line-height: 2;
}
.online .xing{
	color: red!important;
}
.online{
	font-size: 16px;
}
.online div.title{
	color: #333333;
}
.online .lis{
	margin-bottom: 30px;
	float: left;
	width: 50%;
}
.online .lis.texarea,.online .lis.yzm{
	float: none;
	margin-right: 0;
	position: relative;
	width: 100%;
}
.online .lis:last-child{
	margin-bottom: 0;
}
.online .lis:nth-child(2n){
	margin-right: 0;
}
.online .lis label{
	color: #666666;
	font-weight: normal;
	width: 105px;
	text-align: right;
	margin-right: 4px;
}
.online .lis.texarea label{
	position: relative;
	top: -260px;
}
.online .lis label .xing{
	margin-right: 10px;
}
.online .lis input{
	width:80%;
	height: 50px;
	background: #f6f6f6;
	border: 1px solid gainsboro;
	padding-left: 10px;
	box-sizing: border-box;
}
.online .lis.yzm input{
	width: 240px;
	margin-right: 10px;
}
.online .lis.texarea textarea{
	width: 90%;
	height: 280px;
	background: #f6f6f6;
	border: 1px solid gainsboro;
	padding: 10px;
	box-sizing: border-box;
}
.online button{
	width: 145px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	border: 1px solid gainsboro;
}
.online button[type="submit"]{
	background: #215ac3;
	color: #fff;
	margin-right: 20px;
}
.online button[type="reset"]{
	background: #f0f0f0;
	color: #aaaaaa;
}
/* 联系我们 end */

/* 市场活动   */
.market_activity .lis{
	position: relative;
}
.market_activity .lis .left{
	width: 216px;
}
.market_activity .lis .left span{
	display: block;
	font-size: 15px;
	color: #333333;
	padding-left: 25px;
	box-sizing: border-box;
}
.market_activity .lis .left span.time{
	margin-bottom: 4px;
	position: relative;
}
.market_activity .lis .left span.time:before{
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 16px;
	border: 4px solid #215AC3;
	box-sizing: border-box;
	background: #fff;
	border-radius: 50%;
}
/* 市场活动 End */

/* 搜索   */
.search_box .top{
	/*height: 180px;*/
}
.search_box .top span{
	font-size: 16px;
	width: 100px;
	cursor: pointer;
}
.search_box .top span.active{
	color: #215AC3;
}
.search_box .top input{
	width: 80%;
	margin-top:20px;
	margin-bottom: 20px;
}
.search_box .top button{margin: 20px 0}
.search_box .top p{
	font-size: 13px;
	color: #666666;
}

/*返回顶部*/
.scrollTop{position: fixed;bottom: 10%;right: 0;z-index: 999}
@media(max-width:1200px){
.scrollTop{width:100px}
}
@media(max-width: 765px){
	.scrollTop{bottom: 60px;}
}

/* IE  */
.ie_box{
	position: relative;
}
.ie_banner{
	display: none;
	position: relative;
	width: 100%;
	overflow: hidden;
	top: 0
}
.ie_banner .bx-wrapper{padding: 0;margin-bottom: 0}
.ie_banner .box{
	width: 300%;
	position: relative;
	left: 0;
}
.ie_banner .box img{
	width: 100%;
}
.ie_banner .list{
	width: auto;
	float: left;
}
.ie_banner .spn{
	position: absolute;
	bottom: 60px;
	display: block;
	left: 50%;
}
.ie_banner .spn span{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	background: #000;
	opacity: .6;
	filter:alpha(opacity=60);
	display: block;
}
.ie_banner .spn span.active{
	background: #fff;
	opacity: 1;
	filter:alpha(opacity=100);
}
.ie_banner .spn span:last-child{
	margin-right: 0;
}
.ie_instrument{
	display: none;
	height: 310px;
	overflow: hidden;
}
.ie_instrument .ie_box{
	position: relative;
}
.ie_instrument .list{
    width: 234px;
    background: #648cd5;
    border-radius: 5px 0 0 5px;
    box-sizing: border-box;
    padding-left: 30px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 5px;
}
.ie_instrument .list.active{
    background: #fff;
    color: #215ac3;
}
.ie_activity_banner{
	display: none;
	height: 450px;
	overflow: hidden;
}
.ie_activity_banner .list{
	width: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid gainsboro;
    height: 140px;
    margin-bottom: 15px;
}
.ie_activity_banner .list span{
    color: #555555;
    font-size: 18px;
    font-weight: bold;
}
.ie_activity_banner .list font{
    display: block;
    margin: 10px 0;
    font-size: 12px;
    color: #555555;
}
.ie_activity_banner .list p{
    font-size: 12px;
    line-height: 1.5;
    color: #555555;
}
.ie_children_banner{
	display: none;
	width: 80%;
	overflow: hidden;
}
.ie_children_banner .ie_box{
	width: 1400px;
}
.ie_children_banner .list{
	float: left;
    height: 80px;
    text-align: center;
    box-sizing: border-box;
    text-align: center;
    width: 196px;
    padding-top: 15px;
    border: 1px solid gainsboro;
    border-left: 0;
}
.ie_children_banner .list img{
    margin: 0 auto;
    display: block;
    height: 40px;
}
.ie_children_banner .list span{
	font-size: 12px;
    color: #666666;
}
.ie_glory_banner{
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	display: none;
}
.ie_glory_banner .list{
    width: 250px;
    margin-right: 20px;
    float: left;
}
.ie_glory_banner .list img{
	width: 100%;
}
.ie_glory_banner .list span{
	display: block;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    color: #fff;
    font-size: 16px;
    /*opacity: .2;*/
    /*filter:alpha(opacity=20);*/
    position: static;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}
.ie_glory_banner .list span a{color: #fff;position: relative;}
.ie_glory_banner .ie_box{
	width: 4000px;
}
.ie_market_banner{
	display: none;
	overflow: hidden;
}
.ie_market_banner .ie_box{
	width: 5000px;
}
.ie_market_banner .list{
	float: left;
    width: 452px;
    margin-right: 22px;
    box-sizing: border-box;
    padding: 50px 30px;
    color: #555555;
}
.ie_market_banner .list.active{
	background: #fff;
}
.ie_market_banner .list span.title{
	font-size: 18px;
    font-weight: bold;
}
.ie_market_banner .list.active span.title{
	color: #215ac3;
}
.ie_market_banner .list span {
    display: block;
    font-size: 14px;
    color: #999999;
}
.ie_market_banner .list p {
    font-size: 15px;
    height: 70px;
    overflow: hidden;
}
.ie_recruit{
	overflow: hidden;
	display: none;
	padding-bottom: 30px;
	height: 400px;
}
.ie_recruit .ie_box{
	width: 500%;
	height: 100%
}
.ie_recruit .ie_box .lis{
	float: left;
	width: 1400px;
	height: 100%
}
.ie_recruit .ie_box .lis .left{
	height: 100%
}
.ie_recruit .spn{
	width: 100px;
	margin: 10px auto;
}
.ie_recruit .spn span{
	width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2;
    margin: 0 4px;
}
.ie_recruit .spn span.active{
	background: #215ac3;
	opacity: 1;
}
/* 添加 */
.ie_product{
	display: none;
	width: 100%;
	overflow: hidden;
}
.ie_product .lis{
	width: 50%;
	float: left;
}
.ie_product .lis .left{
    float: left;
    margin-right: 25px;
    color: #A9A9A9;
}
.ie_product .lis .right{
    float: left;
    box-sizing: border-box;
    padding-top: 25px;
    overflow: hidden;
    height: 170px;
    width: 60%;
}
.ie_product .lis .right a.title{
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
}
.ie_product .lis .right p{
    font-size: 15px;
    color: #666666;
}
.ie_product .box_lis{
	float: left;
}
.ie_product .spn{
	width: 100px;
	margin: 10px auto 0 auto;
}
.ie_product .spn span{
	display: inline-block;
	width: 12px;
    height: 12px;
    margin: 0 4px;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.ie_product .spn span.active{1
	background: #999999;
	opacity: 1;
}
/* 添加 end */
/* IE end */

/* 搜索 */
@media(min-width: 1800px){
	.nav .center{margin-left: 68px;}
	.nav .center li{margin-right: 34px;}
	/*.nav .telhide{background-color: inherit;bottom: 20px;}*/

}

@media(max-width: 1800px){
	.nav{height: 60px;}
	.nav .container .left{width: 15%}
	.nav .container .center{width: 70%;text-align: center;padding: 15px 0}
	.nav .container .center>ul{display: inline-block;}
	.nav .container .right{width: 15%;padding: 5px 0}
	.nav .container .right .tel a{font-size: 16px;}
	.nav .center{margin-left: 0}
	.nav .right{margin-left: 0}
	.nav .center a{font-size: 15px;text-transform:uppercase}

	.instrument .right li{width: 32%}
	.instrument .right li:nth-child(3) {
	    border: 1px solid #dddddd;
	}
	.instrument .right li:nth-child(10),.instrument .right li:nth-child(11),.instrument .right li:nth-child(12)  {
	    display: none;
	}
	.children .container >.bottom .bottom li{height: 150px;}
}
@media(max-width: 1500px){
	.online .lis label{width: 85px;}
}

@media screen and (min-width:1200px) and (max-width:1600px){
 .head{max-height: 500px}
}

@media (max-width: 1400px){
	.Development .lis .right{
		width: 60%;
	}
	.container{
		width: 85%;
	}
	.nav .left img{
		width: 220px;
	}
	
	/*.nav .center{
		margin-left: 40px;
	}*/
	.nav .center a{
		font-size: 14px;
	}
	/*.Solution .bottom .right li{
		margin-right: 12px;
		width: 100px;
	}*/
	.Solution .bottom .right li span{
		font-size: 18px;
	}
	/*.Solution .bottom .right{
		margin-left: 10px;
	}*/
	.instrument.index .box{background-color: #fff}
	.instrument.index .box .left{width: 28%}
	.instrument.index .box .right{
		width: 72%;
	}
	.instrument .right li{width: 230px;height: 155px;}
	.instrument .right li:nth-child(5),.instrument .right li:nth-child(6){
		/*display: none;*/
	}
	.instrument .right li:nth-child(2),.instrument .right li:nth-child(4){
		/*border-right: 0px;*/
	}
	.instrument .right li:nth-child(3){
		border-right: 1px solid #dddddd;
		border-bottom: 0;
	}
	.news.index{
		width: 68%;
		margin-right: 20px;
	}
	.activity{
		width:30%
	}
	.newslist .container > .left span{font-size: 14px;}
	/*.news.index .bottom .right .bottom li:last-child{
		display: none;
	}*/
	/*.news.index .bottom .right .bottom li{height: 55px}*/
	/*.Solution .bottom .left, .children .left{
		width: 180px;
	}*/
	/*.head .list .right{display: none;}*/

	.aboutUs .container{
		width: 1100px;
	}
	.aboutUs .top .left{
		padding: 35px 60px;
	}
	.aboutUs .top .left p{
		height: 148px;
	}
	.aboutUs .bottom .right .list{
		height: 150px;
		padding: 30px 60px;
	}
	.range .case li{
		width: 25%;
	}

	.culture .top .right .lis span font{
		font-size: 16px;
	}
	.corporate .left img{
		width: 600px;
	}
	.head .list .right li a{
		font-size: 14px;
	}
	.product.show .left{
		width: 50%	;
	}
	.showlist .top>ul>li{
		width: 530px;
	}
	.product.case .swiper-slide .left img,.Solution_case .lis .left img{
		width: 180px;
	}
	.product.case .swiper-slide .right,.Solution_case .lis .right{
		padding-top: 0;
	}
	.product.case .swiper-slide .right p ,.Solution_case .lis .right p{
	    font-size: 14px;
	    /*height: 43px;*/
	    overflow: hidden;
	    margin-top: 15px;
	}
	.product2_show .left,.product2_show .right{
		width: 48%;
	}
	.solution2{
		width: 65%;
	}
	.newslist .left{
		width: 570px;
	}
	.newslist .container>.right{
		width: 580px;
	}
	.newslist .lis .right{
		width: 385px;
	}
	.Solution.solution .list li:nth-child(4n){
		margin-right: 1%;
	}
	.market .swiper-container{
		width: 85%;
	}
	.pro_dets_next{
		right: 0;
	}
	.pro_dets_prev{
		left: 0;
	}
	.market .lis p{
		height: 67px;
	}
	/*.news1 .top input{
		width: 800px;
	}*/
	.search_box .top input{
		width: 80%;
	}
	.news1 .lis .right{
		width: 65%;
	}
	.lis_left{ float:right; width:30%;}
	.recruit3_1 .lis .right{
		width: 50%;
	}
	.recruit3_1 .lis .left{
		width: 450px;
	}
	.contact .bottom .lis{
		/*height: 350px;*/
	}
	.index.Solution .list li{
		margin-right: 1%;
		margin-bottom: 10px;
		width: 19%
	}
	.solutoptype li{width: 20%}

} 
@media(max-width: 1350px){
	/*.instrument.index .box .right {
	    width: 64%;
	}*/
	.instrument .right li {
	    width: 31%;
	    height: 152px;
	    margin:1%;
	}
	/*.instrument .right li:nth-child(3n) {
	   margin-right: 0	}*/
	
}
@media (max-width: 1250px){
	.floor .top .left li{
		margin-right: 30px;
	}
	.floor .top .row >div:nth-child(2) >div{
		width: 95%;
	}
	.floor .top .row >div:nth-child(2) div div:first-child{
		margin-left: 0;
	}
	.nav .right,.nav .center{
		/*margin-left: 20px;*/
	}
	.nav .center li{margin-right: 15px}
	.nav .right a{margin-right: 20px;}
	.nav .right a:before{right: -12px}
	/*.news.index{
		width: 750px;
	}
	.activity{
		width: 350px;
	}*/
	/*.news1 .top input{
		width: 750px;
	}*/

	

	.children .container >.bottom .bottom li{height: 130px;}
} 
@media (max-width: 1200px){
	.nav .container .right .tel a{font-size: 15px}
	.recruit .lis .right{
		padding: 30px;
	}
	/*.Solution .bottom .right{
		margin-left: 0;
		padding-left: 10px;
	}*/
	.Solution .bottom .right li{
		font-size: 14px;
		/*width: 79px;*/
	}
	.Solution .bottom .right li span{font-size: 14px}
	.news.index,.activity{
		width: 100%;
	}
	.news.index{
		margin-bottom: 60px;
	}
	.news.index .bottom .right .bottom li:last-child{
		display: block;
	}
	/*.Solution .bottom .left, .children .left{
		width: 140px;
	}*/
	.aboutUs .container{
		width: 954px;
	}
	.aboutUs .top .left{
		padding: 25px 60px;
	}
	.aboutUs .top .left .title{
		margin-bottom: 15px;
	}
	.aboutUs .bottom .right .list{
		height: 130px;
		padding: 10px 60px;
	}
	.range .case li{
		width: 33.3%;
	}
	.culture .top .right .lis span font{
		font-size: 14px;
	}
	.corporate .left img{
		width: 450px;
	}
	.corporate .center, .corporate .right{
		padding-top: 40px;
	}
	.corporate .center{
		margin-right: 40px;
	}
	.head .list .right li a{
		font-size: 12px;
	}
	.glorylist .top li{
		width: 17.5%;
	}
	
	.glorylist.partner .top li img{
		height: 30px;
	}
	.glorylist .pc1200{display: block;}
	.glorylist .pc,.glorylist .m800{display: none}
	.product.show .right{
		/*width: 450px;*/
	}
	.showlist .top>ul>li{
		width: 48%;
	}
	.showlist .top .right li{
		line-height: 1.5;
	}
	.product_list .box a{
		width: 25%;
	}
	.Solution_case .lis{
		width: 100%;
	}
	.product.case .swiper-slide .right p, .Solution_case .lis .right p{
		font-size: 15px;
	}
	.Solution_case .lis{
		padding-bottom: 30px;
	}
	.Solution_case .lis:nth-child(5),.Solution_case .lis:nth-child(6),.Solution_case .lis:nth-child(7),.Solution_case .lis:nth-child(8){
		display: none;
	}
	.solution2{
		width: 62%;
	}
	.newslist .left {
	    width: 480px;
	}
	.newslist .container>.right {
  	  width: 500px;
	}
	.newslist .lis{
		padding-left: 30px;
	}
	.newslist .lis .right {
	    width: 330px;
	}
	/*.news1 .top input{
		width: 650px;
	}*/
/*	.search_box .top input{
		width: 80%;
	}*/
	.news1 .lis .right{
		width: 60%;
	}
	.lis_left{ float:right; width:30%;}
	.recruit .lis .right span.title{
		margin-bottom: 10px;
	}
	.contact .bottom .lis{
		width: 48%;
		margin-right: 4%
	}
	.contact .bottom .lis:nth-child(3n){margin-right: 4%}
	.contact .bottom .lis:nth-child(2n){margin-right: 0}
	.online .lis input{
		width: 75%;
	}
	.online .lis.texarea textarea{
		width: 88%;
	}
	.nav .left img{
		width: 190px;
	}
}
@media (max-width: 1150px){
	.nav{
		display: none;
	}
	.nav_phone{
		display: none;
	}
	.nav_ipad{display: block;height: 55px;}

	/*.nav_ipad .right,.nav_ipad .center{margin-left: 8px}*/
	.nav .container .center{width: 78%}
	.nav .container .right{width: 7%}
	.nav_ipad .center li{margin-right: 5px;}
	.nav_ipad .left{width: 15%}
	.opa.product2{
		/*display: none;*/
		height: 60px
	}
	.instrument.index .box .right{
		/*width: 420px;*/
	}
	.instrument .right li{
		/*border-right: 0px;*/
	}
	.instrument .right li:nth-child(2){
		/*border-bottom: 0;*/
	}
	.instrument .right li:nth-child(10),.instrument .right li:nth-child(11),.instrument .right li:nth-child(12) {
		display: none;
	}
	.instrument .right li{width: 31%;height: 155px;}
}
@media (max-width: 1100px){
	.contact .top .left{
		/*width: 45%;*/
	}
	.floor .top .left li{
		margin-right: 20px;
	}
	.floor .top .row .right li:first-child{
		font-size: 28px;
	}
	.floor .top .row .right ul li:nth-child(2){
		letter-spacing: 1px;
	}
	.floor .top .row .right ul li:nth-child(3){
		letter-spacing: 0;
	}
	.product2_show .left,.product2_show .right{
		width: 48%;
	}
	.product2_show .gallery-thumbs{
		/*width: 400px;*/
	}
	.solution2{
		width: 55%;
	}
	/*.news1 .top input{
		width: 550px;
	}*/
	/*.search_box .top input{
		width: 700px;
	}*/
	.Development .lis{
		padding: 15px 20px;
	}
	.Development .lis .right{
		margin: 30px 0 0 30px;
		width: 50%;
	}
	.recruit3_1 .lis .left{
		width: 400px;
	}
	.recruit3_1 .lis .right{
	    margin: 30px 0 0 20px;
	}
	.solutoptype li{width: 25%}
}
@media (max-width: 1024px){
	.newslist .container>.left,.newslist .container>.right{
		width: 100%;
	}
	.newslist .lis .right{
		width: 60%;
	}
	.newslist .left{
		margin-bottom: 30px;
	}
	.Solution.solution .list li{
		width: 31%;
		height: 176px;
	}
	.Solution.solution .list li:nth-child(3n){
		margin-right: 0;
	}
	.children .container >.bottom .bottom li{height: 120px}
}
@media (max-width: 1000px){
	
	.solution2{
		width: 100%;
	}
	.children .container >.bottom .bottom li:nth-child(6){
		display: none;
	}
	.children .container >.bottom .bottom li{
		width: 20%;
	}
	.children .container >.bottom .bottom li:nth-child(5){
		border-right: 1px solid gainsboro;
	}
	.aboutUs.about2 .top .left,.aboutUs.about2 .top .right{
		width: 100%;
	}
	.culture .top .right .lis span font{
		font-size: 20px;
	}
	.head .list{
		display: none;
	}
	.phone_list{
		display: block;
	}
	.product.show .left{
		width: 350px;
	}
	.product.show .right{
		width: 45%;
	}
	.showlist .top>ul>li{
		width: 100%;
	}
	.showlist .top>ul>li:nth-child(5),.showlist .top>ul>li:nth-child(6){
		display: none;
	}
	.recruit .swiper-container{height: auto;}
	.recruit .swiper-wrapper .left{background:none !important;height: auto;text-align: center;}
	.recruit .swiper-wrapper .left img{display: block;}
	.recruit .swiper-wrapper .right{height: auto;}
	.glorylist .top li{
		width: 30.5%;
	}
	.glorylist .top li:nth-child(5n){margin-right: 20px}
	.glorylist .top li:nth-child(3n){margin-right: 0}
	.product2_show .left{
		width: 60%;
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.product2_show .right{
		width: 100%;
		margin-bottom: 30px
	}
	.product2_show .gallery-thumbs{
		width: 90%;
	}
	.solution2_right{
		display: none;
	}
	.Solution.solution .list li{
		width: 31%;
		height: 148px;
	}
	.news1 .top{
		padding-right: 0;
	}
	.news1 .top form{
		width: 95%;
	}
	.news1 .top input{
		/*width: 60%;*/
	}
	.search_box{
		margin-top: 60px;
	}
	.search_box .top span{
		margin-right: 20px;
	}
	.search_box .top form{
		float: none;
		width: 100%;
	}
	.search_box .top input{
		width: 80%;
	}
	.search_box .top span{
		float: none;
	}
	/*.news1 .top button{
		width: 100px;
	}*/
	.news1 .lis .right{
		width: 66%;
	}
	.lis_left{ float:right; width:30%;}
	.recruit .lis .left,.recruit .lis .right{
		width: 100%;
	}
	.contact .top .left,.contact .top .right,.contact .top .right span{
		width: 100%;
		float: none;
	}
	.contact .top .left{
		border-bottom: 1px solid gainsboro;
		border-right: 0;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.contact .top .right span{padding: 0}
	.online .lis input{
		width: 60%;
	}
	.online .lis.texarea textarea{
		width: 80%;
	}
	.instrument.index .box .left{width: 32%}
	.instrument.index .box .right{width: 68%}
	.instrument .right li {
		width: 30%;
	    height: 125px;
	}
	.grid-shade .grid-enter p{height: 40px;}
	.grid-shade .grid-enter .more{font-size: 14px;height: 30px;line-height: 30px;width: 80%}
}
@media(max-width: 930px){
	.nav{
		display: none;
	}
	.nav_phone{
		display: block;
	}
	.nav_ipad{display: none;}
	.instrument.index .box .right{width: 68%}
	.instrument .right li {
	    height: 105px;
	}
	.instrument .right li:nth-child(4n){display: block;}
}
@media (max-width: 860px){
	.recruit3_1 .lis .left,.recruit3_1 .lis .right{
		float: none;
		width: 100%;
	}
	.recruit3_1 .lis .right{
		margin: 10px 0 0 0;
	}
	.recruit3_1 .lis .right span{
		margin-bottom: 10px;
	}
	.newslist .container > .left span{
		font-size: 14px;
	}
	.newslist .lis .left span:last-child{
		font-size: 12px;
	}
	.newslist .lis .left span b{
		font-size: 20px;
	}
	.newslist .lis{
		padding-left: 10px;
	}
	.newslist .lis .left{
		width: 24%;margin-right: 20px;
	}
	.market .lis span.title{font-size: 14px }
	.product2_show .gallery-top{height: 300px;}

	.product2_show .gallery-thumbs{height: 70px;}
	.product2_show .right .bottom{    margin-bottom: 45px;}
	.downlist a{width: 100px}
	.product.case .swiper-slide .left img, .Solution_case .lis .left img{height: auto;}

	.instrument .right li{height: 112px;}

}
@media (max-width: 820px){
	.instrument.index .box .right{width: 60%}
	.instrument .right li{height: 105px;}
	.solutoptype li{width: 25%}
	.instrument{
		display: none;
	} 
	.phone_instrument{
		display: block;
	}
}
@media (max-width: 768px) {
	.about.list .lis{
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
		float: none;
	}
	html,body{
		padding-bottom: 30px;
	}
	.head.product{
		height: auto !important;
		min-height: auto;
	}
	.head .head_bg > .container{
		top: 125px;
	}
	.head.product .head_bg{
		background: rgba(0,0,0,.5);
		/*width: 100%;height: 100%;position:absolute;top:0*/
		bottom: 40%;
		top: auto;
	}
	.head.product .txt p{
		font-size: 13px;
	}
	.head.product .txt span.title {
	    font-size: 30px;
	}
	.activity .swiper-container{
		height: 290px;
	}
	.contact .bottom .lis{
		width: 100%;
		height: auto !important;
		margin-bottom: 30px;
	}
	.searchBox a img{width: 25px;}
	.searchBox input{height: 50px;font-size: 25px;}
	.searchBox form button{height: 50px;line-height: 50px;}
	.Speech .bottom p .right{
		width: auto;
	}
	.phone_img{
		display: block;
	}
	.group p,.solution2{
		width: 100%;
	}
	.pc_img{
		display: none;
	}
	.product2_show .left,.product2_show .gallery-thumbs{
		width: 100%;
	}
	.product .bottom input{
		width: 100%;
	}
	.product div.title{font-size: 20px;}
	.navbar-center{
		background: #fff;
		margin-left: 0;
	}
	.navbar-nav{
		margin-top: 0;
	}
	.container{
		width: 90%;
	}
	.searchBox form{
		width: 95%;
	}
	.phone_banner{
		display: block;
	}
	.banner{
		display: none;
	}
	.Solution .list li{
		width: 48%;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.Solution .list li:nth-child(2n){
		margin-right: 0;
	}
	.Solution .list li span{
		padding: 5px 10px;
	}
	.Solution .list li .grid-enter span{
		font-size: 12px
	}
	.Solution.index .list li .grid-enter span{
		font-size: 12px
	}
	.Solution .list{
		margin-bottom: 20px;
	}
	
	.Solution .bottom .left{
		display: none;
	}
	.Solution .bottom .right{width: 100%;margin-left: 0}
	.news.index .bottom >div{
		width: 100%;
		margin-right: 0!important;
	}

	.downlist{height: auto;display: block;overflow: hidden;}
	.downlist a{width: 50%}

	.children .container >.bottom .bottom li:nth-child(5){
		display: none;
	}
	.children .container >.bottom .bottom li{
		width: 25%;
		height: 100px;
	}
	.children .container >.bottom .bottom li:nth-child(4){
		border-right: 1px solid gainsboro;
	}

	.Solution .bottom .left, .children .left{width: 30%;font-size: 16px}
	.aboutUs .container{
		width: 95%;
		position: relative;
	}
	.ie_children_banner{width: 70%}
	.aboutUs .top .left,.aboutUs .top .right{
		width: 100%;
	}
	.aboutUs .bottom .right,.aboutUs .bottom img{
		width: 100%;
	}
	.aboutUs .bottom .right .list.active:after{
		display: none;
	}
	.aboutUs .bottom .right .list{
		height: 150px;
	}
	.aboutUs .top .left{
		padding: 25px;
	}
	.aboutUs .bottom .right .list{
		padding: 10px 25px;
	}
	.about.list .lis span{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.aboutUs .bottom .right .list p{    height: 60px;overflow: hidden;}
	.range .case{
		padding: 15px 20px 0 20px;
	}
	.range .case li{
		margin-bottom: 15px;
	}
	.corporate .left img{
		width: 100%;
	}
	.corporate .center{
		width: 100%;
		margin-right: 0;
	}
	.showlist .top .left,.showlist .top .right{
		width: 100%
	}
	.showlist .top .right{
		height: auto;
		margin-top: 20px;
		float: left;
	}

	.recruit .lis .right {font-size: 14px}
	.recruit .lis .right span.title{font-size: 20px}

	.product.case .swiper-slide .left, .Solution_case .lis .left{
		width: 100%
	}
	.product.case .swiper-slide .left img, .Solution_case .lis .left img{
		display: block;overflow: hidden;margin:auto;
	}
	/*.product.case .swiper-slide .right, .Solution_case .lis .right{
		width: 100%;height: auto;margin-top: 20px;
	}*/
	.product.case .swiper-slide .right p, .Solution_case .lis .right p{
		height: auto;
	}
	.glorylist .top li:nth-child(5n){margin-right: 4%}
	.glorylist .top li{
		width: 48%;
		margin-bottom:20px;
		margin-right: 4%
	}
	.glorylist .top li:nth-child(3n){
		margin-right: 4%;
	}
	.glorylist .top li:nth-child(2n){
		margin-right: 0;
	}
	
	.glorylist .m800{display: block;}
	.glorylist .pc,.glorylist .pc1200{display: none}
	.list_show span{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		display: block;
	}
	.glorylist.partner .top li span{
		padding: 0 15px;
		padding-top: 8px;
	}
	.product .center .top{
 		display: none;
	}
	.product .phone_center{
		display: block;
	}
	.product.show .left{
		margin-bottom: 30px;
	}
	.product.show .left,.product.show .right{
		width: 100%;
	}
	.down .bottom .lis{
		height: auto;
	}
	.down .bottom .lis .left{
		width: 100%
	}
	.down .bottom .lis .left,.down .bottom .lis .down_btn{
		float: none;
	}
	.down .bottom .lis .left{
		margin-bottom: 10px;
	}
	.product_list .box a{
		width: 50%;
	}
	.videoBox video{max-height: 350px;}
	/*.Solution_case .lis .left,.Solution_case .lis .right{
		float: none;
		width: 100%;
	}
	.Solution_case .lis .left img{
		width: 100%;
		margin-bottom: 10px;
	}*/
	.Solution_case .lis{
		padding-bottom: 0;
	}
	.Solution.solution .list li{
		width: 48%;
		margin-right: 4%
		
	}
	.Solution.solution .list li:nth-child(3n){
		margin-right: 4%
	}
	.Solution.solution .list li:nth-child(2n){
		margin-right: 0;
	}

	.news1 .top{
		padding: 20px;
	}
	.news1 .top span{font-size: 20px;}
	.news1 .top button{
		/*width: 68px;*/font-size: 14px;
	}
	.news1 .top form{
		width: 100%;
		margin-top: 10px;
	}
	/*.news1 .top input{
		margin-right: 10px;
		width: 66%;
	}*/
	.news1 .lis{
		height: auto;
	}
	.news1 .lis .lis_left,.news1 .lis .right{
		width: 100%;
		max-width: 100%
	}
	.lis_left{
		width: 100%;
	}
	.news1 .lis .left{
		margin-bottom: 10px;
	}
	.news1 .lis a.left{
		width: 100%
	}
	.floor{
		display: none;
	}
	.floor_phone{
		display: block;
	}
	.downs .lis .left{
		margin-bottom: 10px;
	}
	.downs .lis .left,.downs .lis .right{
		float: none;
	}
	.job .jobBox .lis span.name{
		padding: 0 10px;
		width: 60%;
	}
	.job .jobBox .lis span.time{
		position: static;
	    margin-top: -22px;
	    font-size: 14px;
	    color: #666666;
	    display: block;
	    margin-left: 11px;
	}
	.job .jobBox .lis span.add{
		display: none;
	}
	.job .jobBox .lis span{
		top: 30px;
	}
	.job .jobBox .lis >img{
		top: 35px;
	}
	.job .jobBox .lis{
		padding-bottom: 10px;
	}
	.job .top{
		display: none;
	}
	.phone_job{
		display: block;
	}
	.head>img.pc_img{
		display: none !important;
	}
	.head>img.phone_img{
		display: block;
	}
	.Development .lis .left,.Development .lis .right{
		float: none;
	}
	.Development .lis .left{
		display: block;
		margin: 0 auto 10px auto;
		width: 100%;
	}
	.Development .lis .right{
		width: 100%;
		margin: 0;
	}
	.Development .lis .right span{
		margin-bottom: 10px;
	}
	.online .lis{
		width: 100%!important;
		float: none;
	}
	.online .lis input{
		width: 80%;
	}
	.market_activity .lis .left span{
		display: inline;
	}
	.market_activity .lis{
		padding-bottom: 45px;
	}
	.market_activity .lis .right span{
		position: absolute;
		bottom: 0;
	}
	.market_activity .lis .right p{
		height: 42px;
	}
	.market_activity .lis .right a.title{
		margin-bottom: 15px;
	}
	.online .lis label{
		text-align: left;
		display: block;
	}
	.online .lis.texarea textarea,.online .lis input{
		width: 100%;
	}
	.online .lis.texarea label{
		top: auto;
	}
	.Solution.solution .list li{
		height: auto;
	}
	.activity .swiper-slide p{
		 overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
	}
	.solutoptype li{width: 33%}
	.videoBox{width: 100%}
	.phone_list a, .phone_list span{font-size: 15px;}
}
@media (max-width: 415px) {
	.Solution .bottom .right li{
		width: 29%;
	}
	.children .container >.bottom .bottom li:nth-child(4){
		display: none;
	}
	.children .container >.bottom .bottom li{
		width: 33.3%;
	}
	.children .container >.bottom .bottom li:nth-child(3){
		border-right: 1px solid gainsboro;
	}
	.glory .center .btns{
		width: 18px;
	}
	.range .case li{
		width: 100%;
	}
	.culture .top .right .lis span font{
		font-size: 12px;
	}
	.product_list div.title{
		margin-bottom: 30px;
	}
	.solutoptype li{width: 50%}
	.news.index .bottom .right .bottom li a > span{width: 50%}
	.product.case .swiper-slide .right, .Solution_case .lis .right{
		width: 100%;height: auto;margin-top: 20px;
	}
	.Solution_case .lis .left,.Solution_case .lis .right{
		float: none;
		width: 100%;
	}
	.Solution_case .lis .left img{
		width: 50%;
		margin-bottom: 10px;
	}
	.Solution_case .lis{margin-bottom: 10px;}
}
@media (max-width: 320px){
	.children .container >.bottom .bottom li:nth-child(3){
		display: none;
	}
	.children .container >.bottom .bottom li{
		width: 50%;
	}
	.children .container >.bottom .bottom li:nth-child(2){
		border-right: 1px solid gainsboro;
	}
	.news.index .bottom .right .bottom li a >span{
		width: 50%;
	}
	.nav_phone .left img{
		width: 140px;
	}
	.nav_phone .right{
		padding-top: 10px;
	}
	.glorylist .top li{
		margin-right: 10px;
		margin-bottom: 10px;
	}
}
