﻿@charset "utf-8";
/* CSS Document */
*{list-style:none;outline:none;font-family:"微软雅黑",arial;border:none;color:#333;padding:0;margin:0;}
ul{padding:0;margin:0}
h1,h2,h3,h4,h5,h6{margin:0;}
.fl{float:left;}
.fr{float:right;}
.blue{color:#005ca3;}
.gray-bg{background-color:#f7f7f7;}

@media (max-width: 600px){
  p img{width:100%;}
}
.luru-overflow3{overflow: hidden;margin-bottom:30px;}	
.luru-float3{float: left;width: 31%;margin-right: 1%;margin-left: 1%;margin-bottom: 10px;}
.luru-float3 img{width: 100%;}
.luru-float3 p{font-size: 14px;line-height: 30px;text-align: center;}
@media (max-width: 600px){
.luru-float3{width: 48%;margin-right: 1%;margin-left: 1%;}
}
/**********************************welcome*********************/
.index-welcome{background-color: #333;padding: 10px 0;}
.index-welcome .container{line-height: 13px;height: 13px;}
.id-welcome-word{float: left;color: #fff;font-size: 13px;line-height: 13px;height: 13px}
.id-welcome-link{float: right;color: #fff;}
.id-welcome-link a{display: inline-block;color: #fff;font-size: 13px;margin:0 5px;word-spacing: 2px;padding-left:24px;line-height: 13px;height: 13px;}
.id-welcome-link a:nth-child(1){background:url(../images/england-map.png)left center no-repeat;margin-right:10px;border-right: 1px solid #fff;padding-right: 20px;}
.id-welcome-link a:nth-child(2){background:url(../images/china-map.png)left center no-repeat;margin-left:10px;}

@media(max-width:768px){
	.index-welcome{display: none;}
}

.id-ip-cn-en{width: 100%;overflow: hidden;display: none;}
.id-ip-cn-en a{display: block;width: 50%;float: left;color: #fff;font-size: 14px;text-align: center;height: 60px;line-height: 60px;}
.id-ip-cn-en .id-ip-en{background-color: #333;}
.id-ip-cn-en .id-ip-cn{background-color: #666;}
@media(max-width:992px){
	.id-ip-cn-en{display: block;}
}
/*******************************************首页********************************************/
/***************** head*****************/
.index-head .logo-box{
	width:100%;
	z-index:999;
}
.logo-box{position:relative;}
.logo{
	float:left;
}
.logo img{
	width:235px;
	padding:12px 0;
}
.logo-box .nav-btn {
	  float:right;
    width: 35px;
    height: 30px;
		margin-top:25px;
    transition: all 0.4s ease 0s;
    z-index:2000;
		display:none;
}
.logo-box .nav-btn span{
    display: block;
    width: 100%;
    height: 5px;
		border-radius:10px;
    margin-bottom: 5px;
    background-color:#005ca3;
}
.nav-box{
	float:left;
	margin-left:15px;
}
.nav-box li{
	float:left;
	padding:0 10px;
	height:80px;
}
.nav-box li a{
	font-size:15px;
	line-height:80px;
}
.nav-box li:hover a,
.nav-box li.on-top a{
	color:#005ca3;
}
.hot-tel{
	float:right;
	padding-left:58px;
	height:38px;
	background:url(../images/hot_tel.png) no-repeat left center;
	margin-top:21px;
}
.hot-tel-tit{
	font-size:12px;
	line-height:12px;
	margin-bottom:6px;
}
.hot-tel-des{
	font-size:20px;
	line-height:20px;
	color:#005ca3;
	font-weight:bold;
}
@media (max-width: 1259px) {
	.nav-box{
		float:right;
		margin-left:0;
	}
	.nav-box li{padding:0 8px;}
	.hot-tel{display:none;}
}
@media (max-width: 991px) {
	.nav-box{
		position:absolute;
		float:none;
		width:100%;
		top:80px;
		left:0;
		background-color:rgba(0,92,163,.9);
		padding-bottom:40px;
		z-index:999;
		display:none;
	}
	.nav-box li{
		float:none;
		width:100%;
		margin:0;
		padding:0;
		height:60px;
		text-align: center;
	}
	.nav-box li a{
		display:block;
		width:100%;
		height:60px;
		line-height:60px;
		margin:0;
		color:#fff;
		border-bottom:1px dashed #999;
		font-size:15px;
	}

	.nav-box li:hover a,
	.nav-box li.on-top a{
		background-color:#013e6c;
		color:#fff;
	}

}

/***************** 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:-153px;
}
.callbacks_tabs li{
	display:inline-block;
}

.callbacks_tabs li a{
	visibility: visible;
	font-size:0;
	height:6px;
	width:62px;	
	display:block;
	background:#fff;
	border-radius:3px;
	margin:0 20px;
}
.callbacks_tabs li a:hover,
.callbacks_tabs .callbacks_here a{
	background:#005ca3;
}
.callbacks_tabs a{
	visibility:hidden;
}
@media(max-width:991px){
	.callbacks_tabs{
		margin-left:-108px;
	}
	.callbacks_tabs li a{
		height:6px;
		width:52px;
		border-radius:3px;
		margin:0 10px;
	}
}
@media(max-width:640px){
	.callbacks_tabs{
		margin-left:-63px;
		bottom:10px;
	}
	.callbacks_tabs li a{
		height:4px;
		width:30px;
		margin:0 6px;
	}
}
/********首页标题**************/
.index-tit-cn{
	font-size:26px;
	line-height:26px;
	margin-bottom:5px;
	color:#323232;
	font-weight:bold;
}
.index-tit-en{
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	color:#323232;
}
.index-tit-line{
	width:30px;
	height:2px;
	background-color:#005ca3;
}
.index-tit01{
	text-align:center;
	margin-bottom:30px;
}
.index-tit01 .index-tit-line{margin:0 auto;}

@media (max-width:767px) {
	.index-tit-cn{
		font-size:22px;
		line-height:22px;
	}
	.index-tit-en{
		font-size:12px;
		margin-bottom:5px;
	}
	.index-tit-line{
		width:30px;
		height:2px;
		background-color:#005ca3;
	}
}	

/********首页更多**************/
.more1{
	display:block;
	width:160px;
	height:36px;
	line-height:34px;
	font-size:16px;
	color:#005ca3;
	border:1px solid #005ca3;
	text-align: center;
}
.more1:hover{
	background-color:#005ca3;
	color:#fff;
}
@media (max-width:1259px){

}
@media (max-width:991px){
	.more1{
		width:120px;
		height:30px;
		line-height:28px;
		font-size:14px;
	}
}
/****************走进**********************/
.index-about{padding:45px 0;}
.index-about-l{
	float:left;
	width:580px;
}
.index-about-r{
	float:right;
	width:560px;
}
.about-info{margin-top:40px;}
.about-tit{
	font-size:18px;
	color:#323232;
	margin-bottom:10px;
}
.about-des{
	display:block;
	font-size:15px;
	line-height:25px;
	color:#666;
	text-indent: 2em;
}
.about-more{margin-top:35px;}
.about-video{
	padding-left:7px;
	height:312px;
	position:relative;
	margin-top:23px;
}
.about-overlay{
	width:100%;
	height:55px;
	background:url(../images/index_about_tit.png) left center;
	font-size:16px;
	line-height:55px;
	text-align:center;
	color:#fff;
	position:absolute;
	left:0;
	bottom:0;
}
@media (max-width:1259px){
	.index-about-l,
	.index-about-r{
		width:48%;
	}
	.about-info{margin-top:20px;}
	.about-des{
		font-size:14px;
		line-height:24px;
	}
	.about-more{margin-top:20px;}
	.about-video{
		height:250px;
		margin-top:58px;
	}
}
@media (max-width:991px){
	.about-video{
		margin-top:100px;
		height:191px;
	}
}
@media (max-width:767px){
	.index-about .index-tit{text-align:center;}
	.index-about .index-tit-line{margin:0 auto;}
	.about-info{margin-top:30px;}
	.index-about-l,
	.index-about-r{
		float:none;
		width:100%;
	}
	.about-video{
		margin-top:30px;
		height:400px;
	}
}
@media (max-width:700px){
	.about-video{
		height:370px;
	}
}
@media (max-width:600px){
	.about-video{
		height:310px;
	}
}
@media (max-width:500px){
	.about-video{
		height:250px;
	}
	
	.about-tit{
		font-size:16px;
		margin-bottom:5px;
	}
}
@media (max-width:400px){
	.about-video{
		height:200px;
	}
}
@media (max-width:360px){
	.about-video{
		height:175px;
	}
}
/***************产品中心***********************/
.index-pro{
	padding:45px 0;
	background-color:#f4f4f4;
}
.pro-box-nav{
	display:block;
	float:left;
	width:210px;	
	height:243px;
	padding:30px;
	position:relative;
	cursor:pointer;
}
.pro-box-nav01{
	background-color:#005ca3;
}
.pro-box-nav02{
	background-color:#323232;
}
.pbn-tit-cn{
	font-size:18px;
	line-height:30px;
	margin-bottom:5px;
	color:#fff;
}
.pbn-tit-en{
	font-size:11px;
	line-height:16px;
	margin-bottom:10px;
	color:#fff;
}
.pbn-tit-line{
	width:30px;
	height:2px;
	background-color:#fff;
}
.pro-box-nav span{
	display:block;
	width:24px;
	height:24px;
	border:1px solid #fff;
	font-size:16px;
	line-height:22px;
	text-align:center;
	color:#fff;
	position:absolute;
	left:30px;
	bottom:30px;
	cursor:pointer;
}
.pro-box-nav01 span:hover{
	background-color:#fff;
	color:#005ca3;
}
.pro-box-nav02 span:hover{
	background-color:#fff;
	color:#323232;
}
.pro-box-list{
	float:left;
	width:calc(100% - 210px);
}
.pro-box-list li{
	float:left;
	width:calc(97% / 3);
	margin-left:1%;
	border:1px solid #e6e6e6;
}
.pbl-img,
.pbl-img img{
	display:block;
	width:100%;
	height: 210px;
}
.pbl-tit{
	width:100%;
	height:32px;
	line-height:32px;
	text-align:center;
	background: -webkit-linear-gradient(left,#e6e6e6 0%, #fff 50% , #e6e6e6 100%); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right,#e6e6e6 0%, #fff 50% , #e6e6e6 100%); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right,#e6e6e6 0%, #fff 50% , #e6e6e6 100%); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right,#e6e6e6 0%, #fff 50% , #e6e6e6 100%); /* 标准的语法 */
}
.pbl-tit span{
	display:inline-block;
	width:auto;
	max-width:calc(100% - 12px);
	height:32px;
	font-size:15px;
	padding-left:12px;
	position:relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.pbl-tit span:before{
	display:block;
	content:"";
	position:absolute;
	width:0;
	height:0;
	border-left: 6px solid #666;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
	left:0;
	top:50%;
	margin-top:-3px;
}
.pro-box-list li:hover .pbl-tit span{color:#005ca3;}
.pro-more{margin:35px auto 0;}
@media (max-width:1259px){
	.pro-box-nav{height:188px;}
	
	.pbl-img img{
		display:block;
		width:100%;
		height: 150px;
	}
	
}
@media (max-width:991px){
	.pro-box-nav{
		width:160px;
		height:151.5px;
		padding:15px;
	}
	.pbn-tit-cn{
		font-size:16px;
		line-height:16px;
		margin-bottom:8px;
		color:#fff;
	}
	.pro-box-nav span{
		left:15px;
		bottom:15px;
	}
	.pro-box-list{
		width:calc(100% - 160px);
	}
	.pbl-tit span{font-size:14px;}
}
@media (max-width:767px){
	.pro-box-nav{
		width:calc(100% - 470px);
		height:184px;
	}
	.pro-box-list{width:470px}
	.pro-box-list li{
		width:230px;
		margin-left:5px;
	}
	.pro-box-list li:nth-of-type(3){display:none;}
}
@media (max-width:660px){
	.pro-box-nav{
		width:calc(100% - 390px);
		height:158px;
	}
	.pro-box-list{width:390px}
	.pro-box-list li{
		width:190px;
		margin-left:5px;
	}
}
@media (max-width:580px){
	.pro-box-list li:nth-of-type(2){display:none;}
	.pro-box-nav{
		width:calc(100% - 255px);
		height:197px;
	}
	.pro-box-list{width:255px}
	.pro-box-list li{
		width:250px;
		margin-left:5px;
	}
}
@media (max-width:460px){
	.pro-box-nav{
		width:calc(100% - 205px);
		height:164px;
		padding:10px;
	}
	.pro-box-nav span{
		left:10px;
		bottom:10px;
	}
	.pro-box-list{width:205px}
	.pro-box-list li{
		width:200px;
		margin-left:5px;
	}
	.pbn-tit-cn{
		font-size:14px;
		line-height:18px;
		margin-bottom:4px;
	}
	.pbn-tit-en{
		line-height:15px;
	}
}

/***************拦腰**************************/
.index-fen{
	width:100%;
	height:168px;
	background:url(../images/index_fen_bg.jpg) no-repeat center bottom;
	background-size:cover;
}
.fen-box{position:relative;}
.fen-box img{
	position:absolute;
	left:0;
	top:10px;
}
.fen-info{
	float:right;
	width:450px;
	margin-right:100px;
	text-align: center;
	font-size:24px;
	line-height:40px;
	color:#fff;
	margin-top:43px;
}
.fen-info span{
	font-size:26px;
	line-height:40px;
	color:#fff;
}
.fen-tel{
	float:right;
	padding-left:90px;
	height:51px;
	background:url(../images/index_fen_tel.png) no-repeat left center;
	margin-top:58px;
}
.fen-tel-tit{
	font-size:16px;
	line-height:16px;
	margin:3px 0 5px;
	color:#fff;
}
.fen-tel-des{
	font-size:24px;
	line-height:24px;
	color:#fff;
	font-weight:bold;
}
@media (max-width:1259px){
	.fen-info{
		width:380px;
		margin-right:30px;
		font-size:20px;
		line-height:35px;
		margin-top:48px;
	}
	.fen-info span{
		font-size:22px;
		line-height:35px;
	}
	.fen-tel-tit{
		font-size:12px;
		line-height:12px;
		margin:5px 0 9px;
	}
	.fen-tel-des{
		font-size:20px;
		line-height:20px;
	}
}
@media (max-width:991px){
	.fen-tel{display:none;}
}
/****************新闻**********************/
.index-news{padding:45px 0;}
.news-box-l{
	float:left;
	width:64%;
}
.news-box-r{
	float:right;
	width:30%;
}
.news-box-l li{
	width:100%;
	box-shadow:0 2px 6px 1px rgba(0,0,0,.2)
}
.news-box-l li:first-of-type{margin-bottom:58px;}
.news-box-l li img{
	display:block;
	width:270px;
	height:176px;
	float:left;
}
.nbl-info{
	float:left;
	width:calc(100% - 270px);
	padding:15px 35px 0;
}
.nbl-day{
	font-size:12px;
	line-height:12px;
	color:#999;
}
.nbl-tit{
	font-size:16px;
	line-height:30px;
	height:30px;
	color:#005ca3;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	border-bottom:1px solid #eaeaea;
	margin-bottom:5px;
}
.nbl-des{
	font-size:14px;
	line-height:22px;
	height:66px;
	color:#666;
	overflow:hidden;
}
.nbl-more{
	font-size:13px;
	line-height:13px;
	color:#005ca3;
	float:right;
	clear:both;
	margin-top:10px;
}
.news-box-l li:hover .nbl-more{text-decoration:underline}
.nbr-tit{
	border-left:4px solid #005ca3;
	padding:2px 0 2px 10px;
	margin-bottom:10px;
}
.nbr-tit-cn{
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:4px;
}
.nbr-tit-en{
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#999;
}
.nbr-list li{
	width:100%;
	height:30px;
	border-bottom:1px dashed #d8d8d8;
}
.nbr-dot{
	float:left;
	width:4px;
	height:4px;
	background-color:#666;
	margin:12px 10px 0 0;
}
.nbr-day{
	float:right;
	font-size:13px;
	line-height:29px;
	color:#999;
}
.nbr-list div{
	float:left;
	width:calc(100% - 90px);
	font-size:14px;
	line-height:29px;
	height:29px;
	color:#666;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.nbr-list li:hover div{color:#005ca3;}
@media (max-width:1259px){
	.nbl-info{padding:15px 20px 0;}
}
@media(max-width:991px){
	.nbl-info{padding:15px 15px 0;}
}
@media (max-width:767px){
	.news-box-l,
	.news-box-r{
		float:none;
		width:100%;
	}
	.news-box-l li:first-of-type{margin-bottom:30px;}
	.news-box-r{margin-top:30px;}
}
@media (max-width:600px){
	.news-box-l li img,
	.nbl-info{
		float:none;
		width:100%;
		height:auto;
	}
	.nbl-info{padding:15px 15px 40px;}
}
/****************foot**********************/
.index-foot{
	padding:60px 0;
	background:url(../images/index_foot_bg.jpg) no-repeat center;
	background-size:cover;
}
.foot-logo{
	width:100%;
	padding-bottom:15px;
	margin-bottom:40px;
	border-bottom:1px solid #fff;
}
.foot-logo-tit{
	float:left;
	font-style:italic;
}
.flt-cn{
	font-size:14px;
	line-height:35px;
	color:#fff;
}
.flt-en{
	font-size:12px;
	line-height:20px;
	color:#fff;
}
.foot-logo img{
	display:block;
	float:right;
}
.foot-info{margin-bottom:40px;}
.foot-link{
	float:left;
}
.foot-link li{
	float:left;
	width:130px;
}
.foot-link li:last-of-type{
	width:260px;
}
.foot-contact{
	float:left;
	width:300px;
}
.foot-info-tit{
	font-size:14px;
	line-height:14px;
	margin-bottom:20px;
	color:#fff;
}
.foot-link a,
.foot-contact span{
	display:block;
	font-size:12px;
	line-height:28px;
	color:#fff;
}
.foot-link a:hover{text-decoration: underline;}
.foot-erweima{
	float:right;
	width:150px;
}
.foot-erweima img{
	width:100%;
}
.foot-erweima div{
	font-size:12px;
	line-height:44px;
	color:#fff;
	text-align:center;;
}
.foot-copy a,
.foot-copy span,.foot-copy p{
	font-size:12px;
	line-height:24px;
	color:#fff;
}

.beianhao
{
    text-align: center;
}

.beianhao a
{
    color:#000;
}

.foot-copy .clear
{
    clear: both;
}
/* @media (max-width:1024px){
	.foot-copy a{
		width: 33.333%;
		float: left;
	}
} */
.foot-bei{margin-left:20px;}
.foot-tech{float:right}
.friend-link span,
.friend-link a{display:inline-block;margin-right:10px;color:#fff;font-size:12px;line-height:24px;}
@media (max-width:1259px){
	.foot-link li{
		float:left;
		width:120px;
	}
	.foot-link li:last-of-type{
		width:220px;
	}
	.foot-erweima{
		width:100px;
	}
	.foot-erweima div{line-height:20px;margin-top:15px;}
}
@media (max-width:991px){
	.foot-logo img,
	.foot-link{display:none;}
	.foot-tech{float:none;}
	.foot-copy a,
	.foot-copy span{display:inline-block;}
}
@media(max-width:767px){
	.foot-logo,
	.foot-info{display:none;}
	.foot-copy a,
	.foot-copy span{
		display:block;
		margin:0;
		text-align:center;
	}
	
	.foot-copy_link{
		width: 33.333%;
		float: left;
	}
}
@media(min-width:1024px){
	.foot-copy_link{
		text-align: center;
		width: 80px;
		float: left;
	}
}


/****************首页边距**********************/

@media(max-width:767px){
	.index-foot{padding:20px 0;}
}
/*******************************************内页********************************************/
/******内页导航******/
.page-nav-box{
	margin-top:40px;
	border-bottom: 1px solid #ddd;
  text-align: center;
}
.page-nav-box a{
	padding: 10px 25px;
	display: inline-block;
	font-size: 15px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.page-nav-box a.active,
.page-nav-box a:hover{
	background-color: #005ca3;
  color: #fff;
}
@media (max-width:767px) {
	.page-nav-box a{
		padding: 6px 15px;
		font-size: 14px;
		border-top-right-radius: 8px;
		border-top-left-radius: 8px;
	}
}
@media (max-width:500px) {
	.page-nav-box a{
		padding: 6px 10px;
		font-size: 13px;
	}
}
/******main******/
.main{
	width:100%;
	background-color:#f5f5f5;
	padding-bottom:30px;
}
.maininfo{
	float:left;
	width:calc(100% - 270px);
	padding:60px 0;
}
.mainright{
	float:left;
	width:220px;
	margin-left:50px;
	padding:50px 0;
}

@media (max-width: 991px) {
	.main{padding-bottom:20px;}
	.maininfo{
		width:100%;
		padding:40px 0;
	}
}
@media (max-width: 767px) {
	.main{padding-bottom:0;}
}

/*****main-right**********/
.in-news-latest{margin-bottom:30px;}
.inl-tit{
	width:100%;
	height:80px;
	background:#005ca3 url(../images/right_news.png) no-repeat 25px center;
	padding:20px 0 19px;
	padding-left:75px;
	border-radius:5px 5px 0 0;
	border-bottom:1px solid #dcdcdc;
}
.inl-tit-cn{
	display:block;
	font-size:21px;
	line-height:21px;
	color:#fff;
	margin-bottom:8px;
}
.inl-tit-en{
	display:block;
	font-size:12px;
	line-height:12px;
	color:#fff;
}

.inl-info li{
	padding:10px 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:#bbb;
}
.inl-info li:nth-of-type(1) span{background-color:#005ca3;}
.inl-info li:nth-of-type(2) span{background-color:#005ca3;}
.inl-info li:nth-of-type(3) span{background-color:#005ca3;}
.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:#005ca3;}
.inl-info li:hover div{color:#005ca3;}


/*****maincenter**/
.maincenter-top{
	height:45px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc; 
}
.maincenter-tit{
	float:left;
	font-size:24px;
	line-height:30px;
	color:#005ca3;
	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:#005ca3;
}
.maincenter-icon{
	display:block;
	width:6px;
	height:30px;
	background-color:#005ca3;
	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-pro{padding:20px 0 30px;}
.in-pronav{
	padding:0;
	text-align: center;
}
.in-pronav li{
	display:inline-block;
	height:40px;
	padding:0 30px;
	text-align:center;
	background-color:#383838;
	overflow:hidden;
	border-radius:4px;
	margin-bottom:5px;
}

.in-pronav li a{
	display:block;
	width:100%;
	height:100%;
	font-size:15px;
	line-height:40px;
	padding:0;
	color:#fff;
}
.in-pronav li:hover{background-color:#005ca3;}
.in-prolist{margin-bottom:40px;}
.in-prolist li{
	float:left;
	width:23.5%;
	margin-right:2%;
	margin-top:10px;
}
.in-prolist li:nth-of-type(4n){margin-right:0;}
.in-prolist-info{
	width:100%;
	position:relative;
	border:1px solid #dedede;
	overflow: hidden;
}


.in-prolist-info span{
	display: block;
	line-height: 45px;
	text-align: center;
}
.in-prolist-info img{
	height: 210px;
}


.in-prolist-img{
	display:block;
	width:100%;
	position:relative;
}
.in-prolist-overlay{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0,92,163,.85);
	display:none;
}
.in-prolist-overlay img{
	display:block;
	margin:0 auto;
	margin-top:20%;
}
.in-prolist-overlay span{
	display:block;
	margin:10px auto 0;
	font-size:17px;
	color:#fff;
	text-align:center;
}
.in-prolist-tit{
	display:block;
	width:100%;
	height:32px;
	font-size:16px;
	line-height:32px;
	text-align:center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.in-prolist li:hover .in-prolist-overlay{display:block;}
.in-prolist li:hover .in-prolist-tit{color:#005ca3;}

@media (max-width:991px){
	.in-pronav li{
		padding:0 20px;
	}
	.in-pronav li a{font-size:14px;}
	.in-prolist-tit{font-size:15px;}
	
	
	.in-prolist-info img{
		height: 150px;
	}
	
	
	.in-prolist-overlay img{margin-top:20%;}
	.in-prolist-overlay span{display:none;}
}
@media (max-width:767px){
	.in-prolist li{
		width:32%;
		margin-right:0;
	}
	.in-prolist li:nth-of-type(3n-1){margin-right:2%;margin-left:2%;}
	.in-prolist-tit{font-size:14px;}
	.in-prolist-overlay span{
		display:block;
		font-size:14px;
	}
}
@media (max-width:650px){
	.in-pronav li{
		padding:0 15px;
	}
	.in-prolist li{margin-top:20px;}
	.in-prolist-overlay span{display:none;}
}
@media (max-width:550px){
	.in-pronav li{
		padding:0 10px;
	}
	.in-pronav li a{font-size:13px;}
	.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%;}
	.in-prolist-overlay span{
		display:block;
		font-size:14px;
	}
}
@media (max-width:420px){
	.in-prolist-tit {
		height:24px;
		line-height:24px;
	}
	.in-prolist-overlay span{display:none;}
}


/*********新闻列表页***********/
.in-news{padding:0 0 30px;margin-top:40px;}
.in-newslist{margin-bottom:40px;}
.in-newslist li{
	padding:15px;
	border-bottom:1px dashed #999; 
	transition:.8s; 
}

.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:16px;
	line-height:25px;
	width:calc(100% - 140px);
}
.in-newslist li .in-newslist-date{
	display:block;
	float:right;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.in-newslist li:hover{
	background-color:#005ca3;
}
.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 li div{font-size:15px;}
}
@media (max-width:767px){
	.in-newslist li{
 		padding:10px;
	}
	.in-newslist li .in-newslist-dot{
		width:8px;
		height:8px;
		margin-top:7px;
		margin-right:10px;
	}
	.in-newslist li div{
		font-size:14px;
		line-height:22px;
		width:calc(100% - 18px);
		margin-bottom:6px;
	}
	.in-newslist li .in-newslist-date{
		font-size:12px;
		width:100%;
		line-height:20px;
		padding-left:18px;
	}
}

/*********详情页**********/
.in-page{
    max-width:1200px; margin:0 auto;
}

.in-page p{
   background: none !important; 
}
.in-pageinfo,
.in-proinfo,
.in-newsinfo{padding:30px 0;}

.in-pageinfo img{
	max-width: 100%;
}
/*********产品详情页***********/
.in-proinfo-tit{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;
	border-bottom: 1px dashed #ddd;
}
@media (max-width:500px){
	.in-proinfo-tit{
		font-size:18px;
		line-height:24px;
	}
}
/*********新闻详情内页***********/
.in-newsinfo-tit{
	font-size:20px;
	line-height:24px;
	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;
}
               .in-newsinfo,.in-newsinfo p,.in-newsinfo a,
               .in-proinfo,.in-proinfo p,.in-proinfo a,
               .in-pageinfo,.in-pageinfo p,.in-pageinfo a{font-size:15px;color:#666;line-height:1.6}
               @media (max-width:767px){
                .in-newsinfo,.in-newsinfo p,.in-newsinfo a,
               .in-proinfo,.in-proinfo p,.in-proinfo a,
               .in-pageinfo,.in-pageinfo p,.in-pageinfo a{font-size:14px;}
               }
@media (max-width:500px){
	.in-newsinfo-tit{
		font-size:18px;
		line-height:24px;
		margin-bottom:10px;
	}
	.in-newsinfo-date{
		font-size:13px;
		line-height:20px;
	}
	.in-newsinfo-date span{
		margin: 0 10px;
	}
}
/******推荐新闻**********/
.in-news-tj{margin-top:50px;margin-bottom:40px;}
.tj-tit{
	width:100%;
	height:35px;
	padding-left:8px;
	background:url(../images/tit_bg01.png) no-repeat left bottom;
	font-size:16px;
	line-height:30px;
	color:#005ca3;
}
.in-tjnews-box,
.in-tjpro-box{
	padding:20px 5px 25px 5px; ;
	background:url(../images/tit_bg02.png) no-repeat right bottom;
}
.in-tjnews-box li{
	width:47%;
	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:#005ca3;
	margin-right:10px;
}
.in-tjnews-box li div{
	float:left;
	font-size:14px;
	line-height:28px;
	height:28px;
	width:calc(100% - 105px);
	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:#005ca3;}
@media (max-width: 1259px) {
	.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:last-of-type{
	margin-right:0;
}
.in-tjpro-box li img{	
	width:100%;
	height: 150px;
	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;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.in-tjpro-box li:hover img{
	border:1px solid #005ca3;
	box-shadow:0 0 8px rgba(12,143,215,.3);
}
.in-tjpro-box li:hover span{color:#005ca3;}
/*******分页**********/
#pageDiv {
	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:#005ca3;
	border: 1px solid #005ca3;
	color:#fff;
}

@media (max-width: 767px) {
	#pageDiv span,#pageDiv a { 
		font-size:12px;
	}
	
	.in-tjpro-box li img{
		width:100%;
		height: 150px;
		border:1px solid #999;
	}
	
	
}
/*******上下页**********/
.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:#005ca3;}
.in-back{
	display:block;
	width:130px;
	padding-left:20px;
	text-align:center;
	font-size:14px;
	line-height:32px;
	height:32px;
	background:#005ca3 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); }
/*******search 页面**********/
.sub-search-box .search-btn{
	box-shadow:0 2px 6px .2px rgba(0,0,0,.2);
	margin:20px 0;
}

.in-search{padding:40px 0 30px;}
.in-search-list{margin-bottom:10px;}
.in-search-list li{
	float:left;
	width:23.5%;
	margin-right:2%;
	margin-bottom:30px;
}
.in-search-list li:nth-of-type(4n){margin-right:0;}
.isl-info{
	width:100%;
	position:relative;
	border:2px solid #dedede;
}
.isl-img{
	display:block;
	width:100%;
	position:relative;
}
.isl-overlay{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(39,86,204,.75);
	display:none;
}
.isl-overlay img{
	display:block;
	margin:0 auto;
	margin-top:25%;
}
.isl-overlay span{
	display:block;
	margin:10px auto 0;
	font-size:17px;
	color:#fff;
	text-align:center;
}
.isl-tit{
	display:block;
	width:100%;
	height:32px;
	font-size:16px;
	line-height:32px;
	text-align:center;	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.in-search-list li:hover .isl-overlay{display:block;}
.in-search-list li:hover .isl-tit{color:#005ca3;}
@media (max-width:991px){
	.isl-tit{font-size:14px;}
	.isl-overlay img{margin-top:20%;}
	.isl-overlay span{font-size:15px;}
}
@media (max-width:767px){
	.in-search-list li{
		width:32%;
		margin-right:0;
	}
	.in-search-list li:nth-of-type(3n-1){margin-right:2%;margin-left:2%;}
}
@media (max-width:650px){
	.in-search-list{margin-bottom:20px;}
	.in-search-list li{margin-bottom:20px;}
}
@media (max-width:550px){
	.in-search-list li{
		width:48%;
	}
	.in-search-list li:nth-of-type(3n-1){margin-left:0;margin-right:0;}
	.in-search-list li:nth-of-type(2n){margin-left:4%;}
}
@media (max-width:420px){
	.isl-tit {
		height:24px;
		line-height:24px;
	}
}
/************客户反馈*******************/
.page-feedback{padding:30px 0 50px;}
.page-feedback-txt{color:#666;}
.feedback-tit{
	line-height:32px;
	font-weight:bold;
	color:#666;
	margin-top:40px;
}
.cus-mes{
	width:100%;
	height:140px;
	line-height:24px;
	padding:10px;
	border:1px solid #aeaeae;
	border-radius:4px;
}
.feedback-line1,
.feedback-line2,
.feedback-line3{
	width:100%;
}
.feedback-line3{margin-top:20px;}
.cus-info{
	display:block;
	float:left;
	width:23.5%;
	margin-right:2%;
	height:44px;
	line-height:24px;
	padding:10px 10px 10px 40px;
	border:1px solid #aeaeae;
	border-radius:4px;
}
.cus-info:nth-of-type(1){
	background:url(../images/feed_icon01.png) no-repeat 10px center;
}
.cus-info:nth-of-type(2){
	background:url(../images/feed_icon02.png) no-repeat 10px center;
}
.cus-info:nth-of-type(3){
	background:url(../images/feed_icon04.png) no-repeat 10px center;
}
.cus-info:nth-of-type(4){
	background:url(../images/feed_icon03.png) no-repeat 10px center;
	margin-right:0;
}

.captcha{
	display:block;
	float:left;
	width:23.5%;
	margin-right:2%;
	height:44px;
	line-height:24px;
	padding:10px;
	border:1px solid #aeaeae;
	border-radius:4px;
}

.captcha-img{
	float:left;
	width:85px;
	height:32px;
	margin-top:6px;
	border:1px solid #aeaeae;
	border-radius:4px;
}
.captcha-img img{
	width:100%;
	height:100%;
	max-width:100%;
	max-height:100%;
}
.feedback-submit,
.feedback-reset{
	display:block;
	float:left;
	width:49%;
	height:44px;
	line-height:24px;
	padding:10px;
	border-radius:4px;
	color:#fff;
}
.feedback-submit{
	margin-right:2%;
	background-color:#005ca3;
}
.feedback-reset{
	background-color:#999;
}
.feedback-submit:hover{
	background-color:#024171;
}
.feedback-reset:hover{
	background-color:#024171;
}

@media (max-width:767px){
	.page-feedback{padding:30px 0;}
	.cus-mes{padding:5px;}
	.cus-info{
		padding:5px 5px 5px 26px;
		height:34px;
	}
	.cus-info:nth-of-type(1){
		background:url(../images/feed_icon01.png) no-repeat 5px center;
		background-size:16px;
	}
	.cus-info:nth-of-type(2){
		background:url(../images/feed_icon02.png) no-repeat 5px center;
		background-size:16px;
	}
	.cus-info:nth-of-type(3){
		background:url(../images/feed_icon04.png) no-repeat 5px center;
		background-size:16px;
	}
	.cus-info:nth-of-type(4){
		background:url(../images/feed_icon03.png) no-repeat 5px center;
		background-size:16px;
	}
	.captcha{
		height:34px;
		padding:5px;
	}
	.captcha-img{margin-top:1px}
	.feedback-submit,
	.feedback-reset{
		height:34px;
		padding:5px;
	}
}
@media (max-width:680px){
	.feedback-tit{
		margin-top:20px;
	}
	.cus-info{
		width:49%;
		margin-bottom:10px;
	}
	.captcha{
		width:49%;
	}
	.cus-info:nth-of-type(2){margin-right:0;}
}

/************联系我们*******************/
.pg-com-contect-all{overflow:hidden;margin-bottom:20px;}
.pg-com-contect{float:left;width:33%;color:#333;}
.pg-com-contect-all p:last-child{width:66%;}
.pg-map-iframe{overflow-x: scroll;}  
               
@media (max-width:680px){
.pg-com-contect{width:50%;}
  .pg-com-contect-all p:last-child{width:100%;}
}


@media (max-width:450px){
	.pg-com-contect{width:100%;}
}

/************主要业绩*******************/
.table-overflow{overflow-x: scroll;}	
	.table-yeji{border:1px solid #666;text-align: center;margin: 0 auto;}
	.table-yeji td{color: #333;padding: 5px 10px;}
	.table-yeji .yeji-first-tr{background-color: #008FD7;border:1px solid #008FD7;}
	.table-yeji .yeji-first-tr td{color: #fff;}

/************荣誉资质*******************/
.gc-list-box{float: left;margin:20px 0;margin-right: 60px;width: calc((100% - 180px)/4);padding: 10px;border: 1px solid #f9b81f;}
.gc-list-box img{width:100%;}
.gc-list-pro div:nth-child(4n){margin-right: 0px;}


@media(max-width:992px){
	.gc-list-box{margin-right: 40px;width: calc((100% - 120px)/4);}
}

@media(max-width:768px){
	.gc-list-box{margin:10px 0;margin-right: 20px;width: calc((100% - 40px)/3);}
	.gc-list-pro div:nth-child(3n){margin-right: 0px;}
	.gc-list-pro div:nth-child(4n){margin-right: 20px;}
}

@media(max-width:530px){
	.gc-list-box{margin:10px 0;margin-right: 20px;width: calc((100% - 20px)/2);}
	.gc-list-pro div:nth-child(3n){margin-right: 20px;}
	.gc-list-pro div:nth-child(4n){margin-right: 0px;}
  	.gc-list-pro div:nth-child(2n){margin-right: 0px;}
}

.video-liu-in iframe{height:500px;}

@media(max-width:560px){
.video-liu-in iframe{height:430px;}
}
@media(max-width:420px){
.video-liu-in iframe{height:360px;}
}
/************产品录入表格*******************/
.table-overflow{margin-bottom:40px;}
.table-overflow table td{padding: 5px 10px;}
.table-overflow table .first-tr-in{background-color:#008FD7;color: #fff;}
.table-overflow table .first-tr-in td{color: #fff;}
               
/**************************************************技术文章********************************************/


.web-title-link-all h2{font-size: 14px;color: #999;text-align: center;font-weight: 600;}
.web-title-link-all h1{font-size: 20px;color: #333;text-align: center;font-weight: 600;}
.techknologe-article-web-link{padding:40px 0;background-color: #f5f5f5;}
.web-teckknology-news-link{overflow: hidden;margin-top: 30px;margin-bottom: 40px;}
.web-teckknology-link-box{float: left;width: 31%;margin:0 1%;display: block;margin-bottom: 20px;text-decoration: none;}
.web-teckknology-link-tit{font-size: 18px;line-height: 30px;height: 30px;margin-bottom: 10px; color: #000;font-weight: 600; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.web-teckknology-link-txt{font-size: 14px;line-height: 26px;height: 52px;overflow: hidden;color: #666;}
.web-teckknology-link-time{font-size: 14px;line-height: 20px;height: 20px;color: #999; overflow: hidden;margin-top: 10px;}
.web-teckknology-link-more a{font-size: 14px;display:inline-block;padding: 15px 40px;text-align: center;color: #fff;background-color:#fa7720;box-shadow: 2px  5px 4px #e6cbb9;}
.web-teckknology-link-box:hover .web-teckknology-link-tit{color: #1d66cf;text-decoration: underline;}

@media(max-width:992px){
	.web-teckknology-link-box{width: 46%;margin: 0 2%;margin-bottom: 20px;}
}
@media(max-width:768px){
	.techknologe-article-web-link{padding:30px 0;}
	
}

@media(max-width:530px){
	.web-teckknology-news-link{margin-top: 20px;margin-bottom: 30px;}
	.web-teckknology-link-box{width: 100%;margin: 0%;margin-bottom: 10px;}
	.web-teckknology-link-more a{padding: 10px 25px;}
}
.sitemap{
  box-sizing: border-box;
  display: flex;
  align-items: start;
  justify-content: start;
  margin: 40px;
  min-width: 200px;
  flex-direction:column;
}

.sitelink
{
    text-decoration: none;font-size: 18px;
    color: #666;
    text-indent: 30px;
    line-height: 24px; font-weight: bold;
}
.smcontioner
{
    display: flex;
    flex-direction:column;
    justify-content: center;
    margin-top:40px;
}

.sitelink:hover{
  color: #0075c5;    
}

.sitemap .box{
    display: flex;
    flex-wrap: wrap;
}

#slider
{
    max-heigh:550px;
}