@charset "utf-8";
/* CSS Document */
*{list-style:none;outline:none;font-family:"微软雅黑",arial;border:none;color:#333;padding:0;margin:0;test-decoration:none;}
ul{padding:0;margin:0}
h1,h2,h3,h4,h5,h6{margin:0;}
.fl{float:left;}
.fr{float:right;}
img{max-width:100%;}
body{width:100%;overflow-x:hidden;}
.gradient{
    background: #0081d2;
    background: -moz-linear-gradient(left,  #0081d2 0%, #00d5e7 100%);
    background: -webkit-gradient(linear,0 0,100% 0, from(#0081d2), to(#00d5e7));
    background: -webkit-linear-gradient(left,  #0081d2 0%,#00d5e7 100%);
    background: -o-linear-gradient(left,  #0081d2 0%,#00d5e7 100%);
    background: -ms-linear-gradient(left,  #0081d2 0%,#00d5e7 100%);
    background: linear-gradient(to right,  #0081d2 0%,#00d5e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081d2', endColorstr='#00d5e7',GradientType=1 );
}
:root .gradient{filter:none;}
/*******************************************首页********************************************/
/***************** top*****************/
.header{
	width:100%;
	position:relative;
	overflow-x:hidden;
}
.index-top{
	height:40px;
	padding:10px 0;
	background-color:#f1f1f1;
}
.index-top-l{
	float:left;
	font-size:14px;
  letter-spacing: 0.5px;
	line-height:20px;
	color:#666;
}
.index-top-r{
	float:right;
	font-size:14px;
	line-height:20px;
	color:#0081d2;
}
.index-top-r a{
	font-size:14px;
	line-height:20px;
	color:#0081d2;
}
/***************** logo*****************/
.logo-box{padding:20px 0}
.logo{
	float:left;
	display:block;
	width:505px;
}
.top-tel{
	float:right;
	width:184px;
	margin-top:15px;
}
.logo img,
.top-tel img{
	display:block;
	width:100%;
}
.logo .logo02{display:none;}
.nav-btn,
.mb-nav-tit,
.mb-nav-close{display:none;}
/***************** nav*****************/
.nav-box{
	width:100%;
	background:#333;
}
.nav-list li{
	float:left;
	width:calc(100% / 7);
	height:50px;
	padding:15px 0;
}
.nav-box li a{
	display:block;
	width:100%;
	height:100%;
	font-size:16px;
	line-height:20px;
	text-align: center;
	color:#d2d2d2;
	border-right:1px solid #d2d2d2;
}
.nav-box li:last-of-type a{border-right:1px solid transparent;}
.nav-box li:hover,
.nav-box li.on{
	background:#0081d2;
}
.nav-box li:hover a,
.nav-box li.on a{
	border-right:1px solid transparent;
	color:#fff;
}
@media (max-width: 1259px) {
	
}
@media (max-width: 991px) {
	
}
@media (max-width:768px) {
	.logo{width:90px;}
	.logo .logo01{display:none;}
	.logo .logo02{display:block;}
	.top-tel{
		width:150px;
		margin-right:30px;
	}
	.nav-btn {
		display:block;
	 	float:right;
    	width: 40px;
   		height: 40px;
		margin-top:10px;
    	z-index:2000;
		background:url(../images/nav_btn01.png) no-repeat center;
	}
	.nav-box{
		position:absolute;
		width:250px;
		height:100%;
		top:0;
		right:-300px;
		background-color:#333;
		transition:.5s;
		z-index:2000;
	}
	.nav-box .container{
		width:100%;
		margin:0;
		padding:0;
	}
	.mb-nav-tit{
		display:block;
		font-size:16px;
		font-weight:bold;
		line-height:20px;
		padding:15px 0;
		color:#999;
		text-align:center;
	}
	.mb-nav-close{
		display:block;
		font-size:15px;
		line-height:20px;
		padding:15px 0 15px 15px;
		color:#ddd;
		background:#2b2b2b url(../images/close.png) no-repeat 222px center;
		cursor:pointer;
	}
	.nav-list{
		padding-bottom:30px;
	}
	.nav-list>li{
		float:none;
		width:100%;
		height:auto;
		position:relative;
		text-align:left;
		padding:0;
		border-right:none;
		border-top:none;
		background-color:#333;
	}
	.nav-list li a{
		font-size:15px;
		text-align:left;
		padding:15px 0 15px 15px;
		border-bottom:1px solid #2b2b2b;
		border-right:0;
	}
	.nav-box li:last-of-type a{border-right:0;}


}
@media (max-width:640px) {
	.index-top-l{font-size:12px;}
	.top-tel{
		width:130px;
		margin-right:15px;
		margin-top:12px;
	}
}
/***************** banner*****************/
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width:100%;
  border: 0;
  }
.callbacks_tabs{
	position: absolute;
	bottom:5%;
	z-index:100;
	left:50%;
	margin-left:-61px;
}
.callbacks_tabs li{
	display:inline-block;
}

.callbacks_tabs li a{
	visibility: visible;
	font-size:0;
	height:14px;
	width:14px;	
	display:block;
	border:1px solid #0081d2;
	border-radius:50%;
	margin:0 10px;
}
.callbacks_tabs li a:hover,
.callbacks_tabs .callbacks_here a{
	background-color:#0081d2;
}
.callbacks_tabs a{
	visibility:hidden;
}

@media(max-width:640px){
	.callbacks_tabs{
		margin-left:-36px;
		bottom:10px;
	}
	.callbacks_tabs li a{
		height:12px;
		width:12px;
		margin:0 6px;
	}
}
/****************更多*************************/
.index-more{
	display:block;
	width:160px;
	height:50px;
	font-size:16px;
	line-height:48px;
	color:#666;
	border:1px solid #d2d2d2;
	border-radius:6px;
	text-align: center;
}
.index-more:hover{
	color:#fff;
	border:1px solid #0081d2;
	background:#0081d2;
}
@media(max-width:991px){
	.index-more{
		width:140px;
		height:40px;
		font-size:14px;
		line-height:38px;
	}

}
@media(max-width:767px){
	.index-more{
		width:120px;
		height:30px;
		font-size:13px;
		line-height:28px;
	}

}
/**************首页标题***************************/
.index-tit{
	text-align:center;
	margin-bottom:40px;
}
.index-tit h1{
	font-size:24px;
	line-height:1;
	font-weight:bold;
	margin-bottom:8px;
}
.index-tit h5{
	font-size:20px;
	line-height:1;
}
.index-tit01 h1{color:#333;}
.index-tit01 h1 span{color:#0081d2;}
.index-tit01 h5{color:#999}
.index-tit02 h1,
.index-tit02 h5{color:#fff;}
.index-tit02 h1 span{color:#00d5e7;}
@media(max-width:991px){
	.index-tit h5{
		font-size:16px;
	}
}
@media(max-width:767px){
	.index-tit{margin-bottom:25px;}
	.index-tit h1{
		font-size:22px;
		margin-bottom:8px;
	}
	.index-tit h5{
		font-size:12px;
	}
}
/***************关于我们***************************/
.index-about{
	padding:60px 0;
	background:url(../images/index_about_bg.png) no-repeat center;
	background-size:cover;
}
.index-about-left{
	float:left;
	width:50%;
	padding:10px 0;
}
.index-about-left h4{
	font-size:24px;
	line-height:1;
	font-weight:bold;
	color:#0081d2;
	margin-bottom:40px;
}
.index-about-left span{
	display:block;
	width:100%;
	font-size:15px;
	line-height:1.8;
	color:#666;
	text-indent: 2em;
}
.index-about-left .index-more{margin-top:50px;}
.index-about-right{
	float:right;
	width:48%;
	text-align: right;
	position:relative;
}
.index-about-right img{max-width:90%;}
.index-video{
	position:absolute;
	width:300px;
	height:224px;
	left:0;
	bottom:-27px;
}
@media (max-width:1259px){
	.index-about-left{padding:0;}
	.index-about-left h4{
		font-size:20px;
		margin-bottom:20px;
	}
	.index-about-left span{
		font-size:14px;
		line-height:1.5;
	}
	.index-about-left .index-more{margin-top:30px;}
	.index-video{
		bottom:-39px;
	}
}
@media (max-width:991px){
	.index-about-left h4{
		font-size:20px;
		margin-bottom:15px; 
	}
	.index-about-left span{
		font-size:14px;
		line-height:1.4;
	}
	.index-about-left .index-more{margin-top:20px;}
	.index-about-right img{max-width:70%;}
	.index-video{
		bottom:-150px;
	}
}
@media (max-width:767px){
	.index-about-left,
	.index-about-right{
		float:none;
		width:100%;
	}
	.index-about-right img{display:none;}
	.index-video{
		position:static;
		margin-top:20px;
	}
}
@media (max-width:500px){
	
}
/***************产品中心***************************/
.index-pro{
	padding:60px 0;
	background:#f5f5f5;
}
.index-pro-left{
	float:left;
	width:240px;
	margin-right:20px;
}
.index-pro-right{
	float:left;
	width:calc(100% - 260px);
}
/**********左边栏***************/
.inpo-le-tit{
	padding:20px 15px 20px 20px;
	background:#0081d2;
	border-radius:6px 6px 0 0;
}
.inpo-le-tit-bg{background:url(../images/index_pro_nav.png) no-repeat right center;}
.inpo-le-tit1{
	display:block;
	font-size:18px;
	font-weight:bold;
	line-height:1;
	margin-bottom:7px;
	color:#fff;
}
.inpo-le-tit2{
	display:block;
	font-size:13px;
	line-height:1;
	color:#fff;
}
.inpo-le-nav{
	padding:22px 0 42px;
	background-color:#fff;
}
.inpo-le-nav li{
	position:relative;
	padding:0 5px 0 45px;
}
.inpo-le-nav li:before{
	content: "";
	position:absolute;
	width:8px;
	height:8px;
	border-radius:50%;
	border:1px solid #666;
	left:20px;
	top:calc(50% - 4px);
}
.inpo-le-nav li a{
	font-size:16px;
	line-height:50px;
	color:#666;
}
.inpo-le-nav li:hover:before{
	border:1px solid #0081d2;
	background:#0081d2;
}
.inpo-le-nav li:hover a{color:#0081d2;}
.index-pro .index-more{margin:25px auto 0;}
/***********右产品********************/
.inpo-ri-list li{
	float:left;
	width:32%;
	border:1px solid #e6e6e6;
	overflow: hidden;
	position:relative;
	margin-bottom:20px;
  	background-color:#fff;
}
.inpo-ri-list li:nth-of-type(3n-1){
	margin-left:2%;
	margin-right:2%;
}
.inpo-ri-list li img{
	display:block;
	width:90%;
  	height: 180px;
  	margin:0 5% 10% 5%;
	position:relative;
}
.inpo-ri-list li .inpo-ri-overlay{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,129,210,.6) url(../images/index_pro_view.png) no-repeat center;
	background-size:25%;
	left:0;
	bottom:-100%;
}
.inpo-ri-list li span{
	display:block;
	width:100%;
	height:50px;
	font-size:16px;
	line-height:50px;
	text-align:center;
	color:#666;
	position:absolute;
	left:0;
	bottom:0;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.inpo-ri-list li:hover .inpo-ri-overlay{bottom:0}
.inpo-ri-list li:hover span{color:#fff;}
.index-pro .index-more{margin:25px auto 0;}
@media (max-width:1259px){
	.inpo-le-nav{
		padding:14px 0 28px;
	}
	.inpo-le-nav li a{
		font-size:15px;
		line-height:35px;
	}
	.inpo-ri-list li{margin-bottom:25px;}
	.index-pro .index-more{margin:15px auto 0;}
	.inpo-ri-list li span{
		height:30px;
		font-size:15px;
		line-height:30px;
	}
}
@media (max-width:991px){
	.inpo-ri-list li{
		width:48%;
		margin-bottom:10px;
	}
	.inpo-ri-list li:nth-of-type(3n-1){
		margin-left:0;
		margin-right:0;
	}
	.inpo-ri-list li:nth-of-type(2n){
		margin-left:4%;
	}
	.inpo-le-nav{
		height:407px;
		padding-top:20px;
	}
	.inpo-le-nav li a{
		line-height:50px;
	}
}

@media (max-width:767px){
	.index-pro-left{
		float:none;
		width:100%;
		margin:0 0 10px 0;
	}
	.index-pro-right{
		float:none;
		width:100%;
	}
	.inpo-le-tit,
	.inpo-le-nav li:before{display:none;}
	.inpo-le-nav{
		padding:0;
		background:transparent;
		height:auto;
	}
	.inpo-le-nav li{
		float:left;
		width:32%;
		height:40px;
		border:1px solid #0081d2;
		border-radius:6px;
		padding:0 5px;
		margin-bottom:10px;
	}
	.inpo-le-nav li:nth-of-type(3n-1){
		margin-left:2%;
		margin-right:2%;
	}
	.inpo-le-nav li a{
		display:block;
		width:100%;
		height:100%;
		line-height:38px;
		text-align:center;
		color:#0081d2;
		white-space:nowrap;
		text-overflow: ellipsis;
		overflow:hidden;
	}
	.inpo-le-nav li:hover{background-color:#0081d2;}
	.inpo-le-nav li:hover a{color:#fff;}
	.inpo-ri-list li{
		width:49%;
		margin-bottom:10px;
	}
	.inpo-ri-list li:nth-of-type(2n){
		margin-left:2%;
	}

}	
@media (max-width:620px){
		.inpo-le-nav li{
			height:30px;
		}
		.inpo-le-nav li a{
			line-height:28px;
			font-size:13px;
		}
}
/****************优势**********************/
.index-adv{
	padding:60px 0;
	background:url(../images/index_adv_bg.jpg) no-repeat center;
	background-size:cover;
}
.index-adv-list li{
	float:left;
	width:25%;
	text-align: center;
	padding:50px 25px;
	border-right:1px solid #666;
}
.index-adv-list li:nth-of-type(4n){border-right:0}
.index-adv-list li:nth-of-type(1),
.index-adv-list li:nth-of-type(2),
.index-adv-list li:nth-of-type(3),
.index-adv-list li:nth-of-type(4){border-bottom:1px solid #666;}
.index-adv-num{
	width:60px;
	height:60px;
	font-size:30px;
	line-height:60px;
	text-align:center; 
	color:#00d5e7;
	background:url(../images/index_adv_no.png) no-repeat center;
	margin:0 auto 40px;
}
.index-adv-list li h3{
	font-size:18px;
	font-weight:bold;
	line-height:1;
	margin-bottom:10px;
	color:#fff;
}
.index-adv-list li span{
	display:block;
	font-size:16px;
	line-height:25px;
	height:75px;
	color:#c8c8c8;
}
@media (max-width:1259px){
	.index-adv-list li{padding:30px 20px;}
	.index-adv-list li span{
		font-size:15px;
		line-height:25px;
		height:100px;
	}
	.index-adv-num{margin:0 auto 25px;}
}
@media (max-width:991px){
	.index-adv-list li h3{
		font-size:16px;
	}
	.index-adv-list li span{
		font-size:14px;
		line-height:20px;
		height:100px;
	}
}
@media (max-width:767px){
	.index-adv-list li{padding:20px 10px;}
	.index-adv-list li h3{
		font-size:15px;
	}
	.index-adv-list li span{
		font-size:13px;
		line-height:20px;
		height:100px;
	}
}
@media (max-width:620px){
	.index-adv-list li{
		width:50%;
		border-bottom:1px solid #666;
	}
	.index-adv-list li:nth-of-type(2n){border-right:0}
	.index-adv-list li:nth-of-type(7),
	.index-adv-list li:nth-of-type(8){border-bottom:0;}
	.index-adv-list li span{
		height:60px;
	}
}
@media (max-width:470px){
	.index-adv-list li span{
		height:80px;
	}
}
/****************新闻**********************/
.index-news{padding:60px 0;}
.index-news-left{
	float:left;
	width:48%;
	height:287px;
	background:#e3e3e3;
}
.inns-le-time{
	float:left;
	width:80px;
	height:100%;
	background:#e3e3e3;
	padding-top:35px;
}
.inns-le-time1{
	display:block;
	font-size:24px;
	line-height:1;
	font-weight:bold;
	color:#333;
	margin-bottom:15px;
	text-align:center;
}
.inns-le-time2{
	display:block;
	font-size:14px;
	line-height:1;
	color:#999;
	text-align:center;
}
.inns-le-info{
	float:left;
	width:calc(100% - 80px);
	height:100%;
	background:#f7f7f7;
	padding:35px 20px 0;
}
.inns-le-tit{
	font-size:18px;
	font-weight:bold;
	line-height:1.4;
	color:#0081d2;
	margin-bottom:30px;
}
.inns-le-des{
	font-size:14px;
	line-height:1.5;
	color:#333;
}
.inns-le-more{
	display:block;
	width:140px;
	height:40px;
	border:1px solid #00d5e7;
	background:#00d5e7;
	border-radius:20px;
	text-align: center;
	font-size:14px;
	line-height:38px;
	color:#fff;
	margin-top:35px;
}
.inns-le-more:hover{
	color:#999;
	border:1px solid #d2d2d2;
	background:transparent;
}
.index-news-right{
	float:right;
	width:48%;
}
.index-news-right li{
	width:100%;
	padding:10px 0 10px 20px;
	border-bottom:1px dashed #dcdcdc;
	background:url(../images/line01.png) no-repeat left center;
}
.index-news-right li a{
	display:block;
	width:100%;
	height:100%;
}
.inns-ri-tit{
	float:left;
	width:calc(100% - 90px);
	font-size:15px;
	line-height:20px;
	color:#666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.inns-ri-time{
	float:right;
	font-size:13px;
	line-height:20px;
	color:#999;
}
.index-news-right li:hover .inns-ri-tit{color:#0081d2;}
@media (max-width:1259px){
	.inns-le-time{padding-top:20px;}
	.inns-le-info{padding:20px 15px 0;}
	.inns-le-tit{margin-bottom:20px;}
	.inns-le-more{margin-top:25px;}
}
@media (max-width:991px){
	.inns-le-time{padding-top:15px;}
	.inns-le-info{padding:15px 15px 0;}
	.inns-le-tit{
		font-size:16px;
		margin-bottom:10px;
	}
	.inns-le-more{margin-top:15px;}
}
@media (max-width:767px){
	.index-news-left,
	.index-news-right{
		float:none;
		width:100%;
	}
	.index-news-left{
		height:auto;
		margin-bottom:20px;
	}
	.inns-le-time{padding-top:15px;}
	.inns-le-info{padding:15px 10px;}
	.inns-ri-tit{
		font-size:14px;
	}
	.inns-ri-time{
		font-size:12px;
	}
}

/****************合作伙伴**********************/
.index-partner{
	padding:60px 0;
	background:#f5f5f5;
}
.index-partner-list li{
	float:left;
	width:32%;
}
.index-partner-list li img{
	display:block;
	width:100%;
}
.index-partner-list li:nth-of-type(2){
	margin-left:2%;
	margin-right:2%;
}

/****************foot**********************/
.index-link{
	padding:60px 0;
}
.foot-link1,
.foot-link2{
	float:left;
	width:300px;
}
.foot-link3{
	float:right;
}

.link-tit{
	font-size:18px;
	line-height:18px;
	color:#666;
	margin-bottom:20px;
}
.link-box a{
	display:block;
	font-size:14px;
	line-height:26px;
	color:#888;
}
.link-box a:hover{color:#0081d2;}
.link-add li{
	font-size:14px;
	line-height:26px;
	color:#888;
}
.link-add li:first-of-type{
	font-size:16px;
	line-height:26px;
	color:#1e5ea6;
}
.index-copy{padding:15px 0;}
.index-copy a,
.index-copy span{
	font-size:13px;
	line-height:20px;
	color:#fff;
}
.foot-copy,
.foot-beian{margin-right:5px}
.foot-jianshe{float:right}
.friend-link{padding:10px 0;background-color:#f1f1f1;}
.friend-link a,
.friend-link span{display:inline-block;font-size:14px;margin-right:10px;color:#666;}
.friend-link a:hover{color:#0081d2;}
@media (max-width:1259px){

}
@media (max-width:991px){
.foot-link1,
.foot-link2{
	float:left;
	width:30%;
}

}
@media (max-width:767px){
	.index-link{display:none;}
	.index-copy{text-align:center;}
	.index-copy span{
		float:none;
		display:block;

	}
}
/******首页间距******/
@media (max-width:767px){
	.index-about,
	.index-pro,
	.index-adv,
	.index-news,
	.index-partner{padding:40px 0;}
}
/*******************************************内页********************************************/
/******面包屑导航******/
.pos{
	height:40px;
	background-color:#f1f1f1;
}
.pos-box{
	height:40px;
	color:#999;
}
.pos-box span{
	font-size:13px;
	color:#999;
	line-height:40px;
	margin-right:5px;
}
.pos-box a{
	font-size:13px;
	color:#999;
	line-height:40px;
	margin-right:5px;
}
.pos-box a:hover{
	color:#0081d2;
}

/******main******/
.main{
	width:100%;
	padding:50px 0;
}
.mainleft{
	float:left;
	width:250px;
	margin-right:50px;
}
.maincenter{
	float:left;
	width:calc(100% - 300px);
}
.mainright{
	float:left;
	width:250px;
	margin-left:50px;
}

@media (max-width: 991px) {
	.main{padding:30px 0;}
	.mainleft{
		width:100%;
		margin-right:0;
	}
	.maincenter{
		width:100%;
	}
}

/*****mainleft****/
.left-nav{
	padding:10px;
	border:1px solid #dedede;
}
.left-nav-tit{
	width:100%;
	height:65px;
	background-color:#0081d2;
	padding:12px 0;
	text-align:center;
}
.lnt-cn{
	display:block;
	font-size:23px;
	line-height:23px;
	color:#fff;
	margin-bottom:5px;
}
.lnt-en{
	display:block;
	font-size:13px;
	line-height:13px;
	color:#a3d2ee;
}

.left-nav-list li{
	width:100%;
	margin-bottom:5px;
}
.left-nav-list li:first-of-type{margin-top:8px;}
.left-nav-list li a{
	display:block;
	width:100%;
	padding:8px 40px 8px 20px;
	line-height:22px;
	color:#555;
	background-color:#efefef;
}
.left-nav-list li:hover a{
	background-color:#0081d2;
	color:#fff;
}
.left-con{
	margin-top:30px;
}
.left-con-tit{
	width:100%;
	height:60px;
	font-size:20px;
	line-height:60px;
	text-align: center;
	background-color:#0081d2;
	color:#fff;
	border-radius: 5px 5px 0 0;
}
.left-con-info{
	border: 1px solid #dcdcdc;
  overflow: hidden;
	background-color:#f6f6f6;
}
.left-con-info li{
	width:100%;
	padding:10px 15px;
	line-height:20px;
	font-size:13px;
	color:#555;
	border-bottom:1px solid #dcdcdc;
}
.left-con-info li:last-of-type{
	border-bottom:0;
}
@media  (max-width:991px){
	.left-nav{
		padding:0;
		border:0;
	}
	.left-nav-list{text-align:center;}
	.left-nav-list li{
		display:block;
		float:left;
		width:32%;
		height:40px;
		border:1px solid #0081d2;
		border-radius:6px;
		padding:0 5px;
		margin-bottom:10px;
	}
	.left-nav-list li:nth-of-type(3n-1){
		margin-left:2%;
		margin-right:2%;
	}
	.left-nav-list li:first-of-type{margin-top:0;}
	.left-nav-list li a{
		display:block;
		width:100%;
		height:100%;
		padding:0;
		line-height:38px;
		text-align:center;
		background:transparent;
		color:#0081d2;
		white-space:nowrap;
		text-overflow: ellipsis;
		overflow:hidden;
	}
	.left-nav-list li:hover{background:#0081d2;}
	.left-nav-list li:hover a{
		color:#fff;
	}
}

/*****main-right**********/
.in-news-latest{margin-bottom:30px;}
.inl-tit{
	width:100%;
	height:60px;
	font-size:20px;
	line-height:60px;
	text-align: center;
	background-color:#0081d2;
	color:#fff;
	border-radius: 5px 5px 0 0;
}
.inl-info li{
	padding:10px;
	height:42px;
	border:1px solid #dcdcdc;
	border-top:0;
}
.inl-info li span{
	display:block;
	width:20px;
	height:16px;
	float:left;
	margin-right:10px;
	color:#fff;
	font-size:12px;
	line-height:16px;
	margin-top:3px;
	text-align:center;
	background-color:#999;
}
.inl-info li:nth-of-type(1) span{background-color:#0081d2;}
.inl-info li:nth-of-type(2) span{background-color:#0081d2;}
.inl-info li:nth-of-type(3) span{background-color:#0081d2;}
.inl-info li div{
	float:left;
	font-size:14px;
	line-height:22px;
	height:22px;
	width:calc(100% - 30px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.inl-info li:hover span{background-color:#0081d2;}
.inl-info li:hover div{color:#0081d2;}


/*****maincenter**/
.maincenter-top{
	height:45px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc; 
}
.maincenter-tit{
	float:left;
	font-size:24px;
	line-height:30px;
	color:#0081d2;
	padding-left:24px;
	position:relative;
}
.maincenter-pos{
	float:right;
	color:#999;
}
.maincenter-pos span{
	color:#999;
	line-height:30px;
	margin-right:5px;
}
.maincenter-pos a{
	color:#999;
	line-height:30px;
}
.maincenter-pos a:hover{
	color:#0081d2;
}
.maincenter-icon{
	display:block;
	width:6px;
	height:30px;
	background-color:#0081d2;
	position:absolute;
	left:0;
	top:0;
}
.maincenter-content{padding:30px 0;}
@media (max-width:480px){
	.maincenter-tit{
		font-size:18px;
		padding-left:15px;
	}
} 
/*****in-prolist*****/
.in-prolist{margin-bottom:50px;}
.in-prolist li{
	float:left;
	width:32%;
	margin-top:30px;
  	background-color:#fff;
}
.in-prolist li:nth-of-type(3n-1){margin-right:2%;margin-left:2%;}
.in-prolist-info{
	width:100%;
	position:relative;
	border:2px solid #dedede;
}
.in-prolist-img{
	display:block;
	width:100%;
  	height: 210px;
  	padding-bottom:20px;
	position:relative;
}
.in-prolist-overlay{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,129,210,.6) url(../images/index_pro_view.png) no-repeat center;
	background-size:25%;
	display:none;
}

.in-prolist-tit{
	display:block;
	position:absolute;
	width:100%;
	height:40px;
	left:0;
	bottom:0;
	font-size:15px;
	line-height:40px;
	text-align:center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	color:#333;
}
.in-prolist li:hover .in-prolist-overlay{display:block;}
.in-prolist li:hover .in-prolist-tit{color:#fff;}
@media (max-width:991px){
	.in-prolist{margin-bottom:30px;}
	.in-prolist-tit{
		font-size:14px;
		height:30px;
		line-height:30px;
	}
}

@media (max-width:650px){
	.in-prolist li{margin-top:20px;}
}
@media (max-width:550px){
	.in-prolist li{
		width:48%;
	}
	.in-prolist li:nth-of-type(3n-1){margin-left:0;margin-right:0;}
	.in-prolist li:nth-of-type(2n){margin-left:4%;}
}
@media (max-width:420px){
	.in-prolist-tit{
		font-size:13px;
	}
}
/*********新闻列表页***********/
.in-newslist{margin-bottom:50px;}
.in-newslist li a{
	display: block;
	padding:15px;
	height:55px;
	border-bottom:1px dashed #999; 
	transition:.8s; 
}
.in-newslist li .in-newslist-dot{
	display:block;
	float:left;
	width:8px;
	height:8px;
	margin-top:9px;
	border-radius:50%;
	border:1px solid #999;
	background-color:#fff; 
	margin-right:10px;
}
.in-newslist li div{
	float:left;
	font-size:15px;
	line-height:25px;
	height:25px;
	width:calc(100% - 140px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.in-newslist li .in-newslist-date{
	display:block;
	float:right;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.in-newslist li:hover{
	background-color:#0081d2;
}
.in-newslist li:hover .in-newslist-dot{
	border:1px solid #fff;
}
.in-newslist li:hover div,
.in-newslist li:hover .in-newslist-date{
	color:#fff;
}
@media (max-width:991px){
	.in-newslist{margin-bottom:30px;}
}
@media (max-width:640px){
	.in-newslist li a{
 		padding:15px 10px;
		height:55px;
	}
	.in-newslist li .in-newslist-dot{
		width:6px;
		height:6px;
		margin-top:10px;
		margin-right:5px;
	}
	.in-newslist li div{
		font-size:14px;
		width:calc(100% - 110px);
	}
	.in-newslist li .in-newslist-date{
		font-size:12px;
	}
}
@media (max-width:480px){
	.in-newslist li a{
		padding:10px 10px;
		height:68px;
	}
	.in-newslist li div{
		line-height:24px;
		height:24px;
		width:calc(100% - 15px);
	}
	.in-newslist li .in-newslist-date{
		width:100%;
		line-height:24px;
		padding-left:11px;
	}
}
/*********详情页**********/
.page-detail,
.page-feedback,
.in-proinfo,
.in-newsinfo{padding:30px 0;}
@media (max-width:991px){
	.page-feedback,
	.page-detail{padding:0;}
	.in-proinfo,
	.in-newsinfo{padding:20px 0;}
}
/*********产品详情页***********/
.in-proinfo-tit{
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;
	border-bottom: 1px dashed #ddd;
}
@media (max-width:991px){
	.in-proinfo-tit{margin-top:20px;}
}
@media (max-width:767px){
	.in-proinfo-tit{
		font-size:16px;
		line-height:26px;
	}
}
/*********新闻详情内页***********/
.in-newsinfo-tit{
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
.in-newsinfo-date{
	font-size:14px;
	line-height:24px;
	text-align:center;
	padding-bottom:20px;
	border-bottom: 1px dashed #ddd;
}
.in-newsinfo-date span{
	margin: 0 15px;
	color:#666;
}
@media (max-width:767px){
	.in-newsinfo-tit{
		font-size:16px;
		line-height:26px;
		margin-bottom:10px;
	}
	.in-newsinfo-date{
		font-size:12px;
	}
	.in-newsinfo-date span{
		margin: 0 8px;
	}
}
/******推荐新闻**********/
.in-news-tj{margin-top:50px;margin-bottom:50px;}
.tj-tit{
	width:100%;
	height:30px;
	padding-left:25px;
	background:url(../images/tit_bg.jpg) no-repeat left center;
	font-size:16px;
	line-height:30px;
	color:#fff;
}
.in-tjnews-box,
.in-tjpro-box{
	padding:25px 10px;
	border-bottom:1px solid #999;
}
.in-tjnews-box li{
	width:48%;
	height:28px;
	overflow:hidden;
}
.in-tjnews-box li:nth-of-type(2n){float:right;}
.in-tjnews-box li:nth-of-type(2n+1){float:left;}
.in-tjnews-box li .tj-dot{
	display:block;
	float:left;
	width:6px;
	height:6px;
	margin-top:11px;
	border-radius:50%;
	background-color:#0081d2;
	margin-right:10px;
}
.in-tjnews-box li div{
	float:left;
	font-size:14px;
	line-height:28px;
	height:28px;
	width:calc(100% - 110px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.in-tjnews-box li .tj-date{
	display:block;
	float:right;
	font-size:12px;
	line-height:28px;
	color:#666;
}
.in-tjnews-box li:hover div,
.in-tjnews-box li:hover .tj-date{color:#0081d2;}
@media (max-width: 1229px) {
	.in-tjnews-box li .tj-date{display:none;}
	.in-tjnews-box li div{
		width:calc(100% - 20px);
	}
}
/*****推荐产品**********/
.in-tjpro-box li{
	float:left;
	width:23.5%;
	margin-right:2%;
}
.in-tjpro-box li:nth-of-type(4n){
	margin-right:0;
}
.in-tjpro-box li img{	
	width:100%;
	border:1px solid #999;
}
.in-tjpro-box li span{
	display:block;
	width:100%;
	height:14px;
	font-size:14px;
	line-height:14px;
	margin-top:10px;
	text-align:center;
	overflow:hidden;
}
.in-tjpro-box li:hover img{
	border:1px solid #0081d2;
	box-shadow:0 0 8px rgba(12,143,215,.3);
}
.in-tjpro-box li:hover span{color:#0081d2;}
/*******分页**********/
#pageDiv {
	clear: both;
	float:right;
	text-align:center; 
	color: #333; 
}
#pageDiv a {
	display:inline-block; 
	font-size:14px;
	line-height:26px;
	border: 1px solid #999;
	color:#666;
	height:28px; 
	margin:0 1px 10px 1px;
	padding:0 6px; 
	text-decoration:none; 
}
#pageDiv a:hover,
#pageDiv a.current {
	background-color:#0081d2;
	border: 1px solid #0081d2;
	color:#fff;
}
@media (max-width: 991px) {
	#pageDiv{ 
		float:none;
		margin:0 auto;
	}
}
@media (max-width: 767px) {
	#pageDiv span,#pageDiv a { 
		font-size:12px;
	}
}
/*******上下页**********/
.in-prenext div span{
	font-size:14px;
	color:#666;
	line-height:24px;
	margin-right:10px;
}
.in-prenext div a{
	font-size:14px;
	color:#666;
	line-height:24px;
}
.in-prenext div a:hover{color:#0081d2;}
.in-back{
	display:block;
	width:130px;
	padding-left:20px;
	text-align:center;
	font-size:14px;
	line-height:32px;
	height:32px;
	background:#0081d2 url(../images/back.png) no-repeat 8px center;
	color:#fff;
	border-radius:5px;
	margin-top:10px;
	position:relative;
	top:0;
}
.in-back:hover{top:-2px;box-shadow:0 1px 6px 1px rgba(0,0,0,.5); }
/*******内页增加样式**********/
.in-proinfo img,
.in-newsinfo img{
   display:block;
   margin:0 auto;
   max-width:100%;
}
.in-proinfo p,
.in-proinfo a,
.in-newsinfo p,
.in-newsinfo a{
   font-size:15px;
   line-height:24px;
   color:#333;
}
             
.video-list li{
   float:left;
   width:32%;
}
.video-list li:nth-of-type(3n-1){
    margin-left:2%;
    margin-right:2%
}
.video-list li img{display:block;width:100%;}
.page-table{width:100%;border-top:1px solid #999;border-right:1px solid #999;vertical-align:middle;text-align:center;border-collapse:collapse;}
.page-table td{border-bottom:1px solid #999;border-left:1px solid #999;padding:2px;}
.page-table td p{font-size:14px;line-height:20px;}