@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:#026bbc;}
.gray-bg{background-color:#f7f7f7;}

/*******************************************首页********************************************/
/***************** head*****************/
/*****top-box*****/
.top-box{
	height:100px;
}
.top-logo{
	float:left;
	margin-right:40px;
}
.logo-img img{
	display:block;
	float:left;
	width:136px;
	height:50px;
	margin-top:15px;
	margin-right:5px;
}
.logo-tit{
	display:block;
	float:left;
	width:300px;
	margin-top:10px;
}
.logo-tit-cn{
	display:block;
	font-size:23px;
	line-height:23px;
	font-weight:bold;
	margin-bottom:6px;
}
.logo-tit-en{
	display:block;
	font-size:12px;
	line-height:12px; 
}
.logo-tit img{
	display:block;
	width:80%;
	margin:10px auto 0;
}
.top_des{
	float:left;
	width:370px;
	margin-top:15px;
	margin-right:40px;
}
.top_des h1{
	font-size:18px;
	line-height:1;
	font-weight:bold;
	margin-bottom:10px;
}
.top_des h5{
	font-size:12px;
	line-height:1.4;
	font-weight:normal;
}
.top_des span{color:#d21e21;}
.top_tel{
	float:left;
	padding-left:40px;
	background:url(../images/top_tel.png) no-repeat left center;
	background-size:40px;
	margin-top:30px;
}
.top_tel span{
	display:block;
	font-size:12px;
	line-height:1;
	margin-bottom:10px;
}
.top_tel h2{
	font-size:18px;
	line-height:1;
	color:#d21e21;
	font-weight:bold;
}
.top_erweima{
	float:right;
}
.top_erweima img{
	display:block;
	width:90px;
	margin:5px 0;
}
.nav-btn {
	  float:right;
    width: 35px;
    height: 30px;
		margin-top:25px;
    transition: all 0.4s ease 0s;
    z-index:2000;
		display:none;
}
.nav-btn span{
    display: block;
    width: 100%;
    height: 5px;
		border-radius:10px;
    margin-bottom: 5px;
    background-color:#026bbc;
}

@media (max-width: 1259px){
	.top_des{display:none;}
	.top-logo{margin-right:200px;}
}
@media (max-width: 991px){
	.top_erweima{display:none;}
	.top_tel{float:right;}
	.top-logo{margin-right:0;}
}
@media (max-width: 767px){
	.top-box{height:80px;}
	.top-logo{margin:15px 0;}
	.top-logo img{margin:0;}
	.top_tel,
	.logo-tit{display:none;}
	.nav-btn{display:block;}
}
/*****nav-box*****/
.nav-box{
	height:50px;
	background-color:#026bbc;
	z-index:999;
}
.nav-home{
	float:left;
	width:50px;
	height:50px;
	background:#cdcdcd url(../images/home.png) no-repeat center;
	background-size:24px;
}
.nav-box-list{
	float:left;
	width:calc(100% - 50px);
}
.nav-box-list li{
	float:left;
	width:calc(100% / 7);
	height:100%;
	text-align:center;
	border-right:1px solid #cdcdcd;
}
.nav-box-list li a{
	display:block;
	padding:0;
	width:100%;
	height:100%;
	font-size:16px;
	line-height:50px;
	color:#fff;
}
.nav-box-list li:hover,
.nav-box-list li.on-top{
	background:url(../images/nav_line.png) no-repeat center bottom;
}

@media (max-width: 991px) {
	.nav-box-list li a{font-size:15px;}
}
@media (max-width:767px) {
	.nav-home{display:none;}
	.nav-box{
		position:absolute;
		width:100%;
		height:auto;
		top:80px;
		left:0;
		padding-bottom:40px;
		background-color:rgba(0,81,144,1);
		display:none;
	}
	.nav-box .container{
		padding:0;
	}
	.nav-box-list{
		float:none;
		width:100%;		
	}
	.nav-box-list li{
		float:none;
		width:100%;
		height:50px;
		border-bottom:1px dashed #999;
	}
	.nav-box-list li a{
		display:block;
		padding:0;
		width:100%;
		height:50px;
		font-size:16px;
		line-height:50px;
		color:#fff;
	}
	.nav-box-list li:hover,
	.nav-box-list li.on-top{
		background:rgba(0,70,124,.8);
	}
}
/***************** 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:-66px;
}
.callbacks_tabs li{
	display:inline-block;
}

.callbacks_tabs li a{
	visibility: visible;
	font-size:0;
	height:14px;
	width:14px;	
	display:block;
	border:1px solid #bbb;
	border-radius:50%;
	margin:0 15px;
}
.callbacks_tabs li a:hover,
.callbacks_tabs .callbacks_here a{
	background-color:#bbb;
}
.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;
	}
}
/****************更多*************************/
.more1{
	display:block;
	width:138px;
	height:38px;
	padding-left:30px;
	background:url(../images/arrow03.png) no-repeat 100px center;
	border:1px solid #999;
	font-size:14px;
	line-height:36px;
}
.more1:hover{
	background:#026bbc url(../images/arrow04.png) no-repeat 100px center;
	border:1px solid #026bbc;
	color:#fff;
}
/**************首页标题***************************/
.index-tit{
	width:100%;
	height:28px;
	text-align:center;
	font-size:22px;
	line-height:20px;
}
.index-tit01{
	background:url(../images/index_tit_about.png) no-repeat center;
	color:#fff;
	margin-bottom:30px;
}
.index-tit02{
	background:url(../images/index_tit_news.png) no-repeat center;
	color:#333;
	margin-bottom:40px;
}
@media(max-width:991px){
	.index-tit02{margin-bottom:30px;}
}
/****************搜索*************************/
.index-search{
	padding:20px 0;
	background-color:#f0f0f0;
}
.search-box{
	height:50px;
	padding:0 30px;  
	background-color:#fff;
  box-shadow: 0px 1px 5px 0px rgba(6, 0, 1, 0.3);
}
.search-key{
	float:left;
	background:url(../images/search.png) no-repeat left center;
	line-height:50px;
	padding-left:50px;
}
.search-key span{color:#999;}
.search-key a{
	color:#999;
	margin-left:15px;
}
.search-key a:hover{color:#026bbc;}
.search-btn{
	float:right;
	height:36px;
	margin-top:7px;
}
.search-btn .ss_con{
	display:block;
	float:left;
	width:214px;
	height:36px;
	padding-left:20px;
	font-size:14px;
	line-height: 34px;
	border:1px solid #d6d6d6;
	color:#999;
	margin-right:4px;
}
.search-btn .ss_btn{
	float:left;
	display:block;
	width:52px;
	height:36px;
	line-height:36px;
	background:#a7a7a7;
	color:#fff;
	text-align:center;
}
@media (max-width:991px){
	.search-box{padding:0 10px;}
	.search-key{padding-left:35px;}
	.search-key a{margin-left:10px;}
	.search-btn .ss_con{width:166px;}
	.search-btn .ss_btn{width:46px;}
}
/***************产品中心***************************/
.index-pro{padding:60px 0;}
/*****左导航*****/
.pro-box-nav{
	float:left;
	width:280px;
	padding:10px 10px 5px;
	border:1px solid #dedede;
	margin-right:25px;
}
.pbn-tit{
	width:100%;
	height:65px;
	background-color:#026bbc;
	padding:12px 0;
	text-align:center;
	position:relative;
	margin-bottom:8px;
}
.pbn-tit-cn{
	display:block;
	font-size:23px;
	line-height:23px;
	color:#fff;
	margin-bottom:5px;
}
.pbn-tit-en{
	display:block;
	font-size:13px;
	line-height:13px;
	color:#a3d2ee;
}
.pbn-tit-jiao{
	position:absolute;
	right:0;
	top:0;
}
.pbn-list li{
	width:100%;
	margin-bottom:5px;
}
.pbn-list li a{
	display:block;
	width:100%;
	padding:5px 50px 5px 20px;
	line-height:24px;
	background:#efefef url(../images/arrow01.png) no-repeat 230px center;
}
.pbn-list li:hover a{
	background:#026bbc url(../images/arrow02.png) no-repeat 230px center;
	color:#fff;
}
/*****右列表*****/
.pro-box{
	float:left;
	width:calc(100% - 305px);
	padding:20px 20px 0;
	background-color:#f0f0f0;
}
.pro-box-more{
	width:100%;
	padding:18px 20px;
	background-color:#026bbc;
  box-shadow: 0px 1px 3px 0px rgba(6, 0, 1, 0.48);
	margin-bottom:18px;
}
.pbm-tit{
	font-size:19px;
	line-height:20px;
	color:#fff;
}
.pbm-more{
	display:block;
	float:right;
	width:72px;
	background:url(../images/arrow03.png) no-repeat right center;
	font-size:17px;
	line-height:20px;
	color:#fff;
}
.pbm-more:hover{text-decoration:underline;}
.pro-box-list li{
	float:left;
	width:32%;
	border:2px solid #fff;
	background-color:#fff;
	margin-bottom:20px;
	position:relative;
}
.pro-box-list li:nth-of-type(3n-1){margin-left:2%;margin-right:2%;}
.pro-box-list li .pbl-img{width:100%;}
.pro-box-list li .pbl-tit{
	display:block;
	width:100%;
	height:42px;
	font-size:16px;
	line-height:42px;
	background-color:#026bbc;
	color:#fff;
	text-align:center;
	overflow:hidden;
}
.pro-box-list li .pbl-biao{
	display:block;
	position:absolute;
	top:-2px;
	left:-2px;
}
.pro-box-list li:hover{border:2px solid #026bbc;}
@media (max-width:1259px){
	.pro-box-nav{padding:10px 10px 5px;}
	.pbn-list li a{
		font-size:13px;
		padding:4px 50px 4px 20px;
		line-height:20px;
	}
	.pro-box{padding:30px 20px 0;}
	.pro-box-list li{
		margin-bottom:30px;
		padding-bottom:12px;
	}
	.pro-box-list li .pbl-tit{font-size:15px;}
}
@media (max-width:991px){
	.pro-box-nav,
	.pro-box{
		float:none;
		width:100%;
	}
	.pro-box-nav{
		margin-right:0;
		margin-bottom:20px;
		padding:0;
		border:0;
	}
	.pbn-list li{
		float:left;
		width:25%;
		margin:0;
		border:1px solid #fff;
	}

	.pbn-list li a{
		padding:0 5px;
		line-height:32px;
		height:32px;
		text-align:center;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow:hidden;
	}
	.pbn-list li:hover a{
		background:#026bbc;
	}
	.pro-box{
		padding:0;
		background-color:#fff;
	}
	.pro-box-list li{
		margin-bottom:20px;
		padding-bottom:0;
		border:2px solid #dedede;
	}
}

@media (max-width:640px){
	.pbn-list li{
		width:33.333333333%;
	}
	.pro-box-list li{
		width:49%;
	}
	.pro-box-list li:nth-of-type(3n-1){margin-left:0;margin-right:0;}
	.pro-box-list li:nth-of-type(2n){margin-left:2%;}
}
@media (max-width:500px){
	.pbn-list li{
		width:50%;
	}
	.pbn-list li:nth-of-type(3n-1){margin:0}
	.pro-box-list li .pbl-tit{
		font-size:14px;
		height:36px;
		line-height:36px;
	}
}

/****************走进**********************/
.index-about{
	width:100%;
	height:400px;
	background:url(../images/index_about_bg.jpg) center center no-repeat;
	background-attachment: fixed;
	margin-bottom:130px;
}
.about-box{
	width:calc(100% + 40px);
	margin-left:-20px;
	height:400px;
	background:#026bbc;
	position:relative;
	top:130px;
}
.about-img{
	float:left;
	width:50%;
	position:relative;
	padding-left:20px;
	top:-70px;
}
.about-img img{
	display:block;
	width:100%;
}
.about-info{
	float:left;
	width:50%;
	padding:60px 40px 0;
}
.about-txt span{
	display:block;
	font-size:15px;
	line-height:26px;
	color:#fff;
	text-indent:2em;
}
.about-more{
	display:block;
	position:absolute;
	width:40px;
	height:40px;
	background:#999 url(../images/arrow05.png) no-repeat center;
	bottom:0;
	right:0;
	font-size:0;
}
.about-more:hover{
	background:#ccc url(../images/arrow06.png) no-repeat center;
}
@media (max-width:1259px){
	.index-about{
		height:320px;
		margin-bottom:110px;
	}
	.about-box{
		height:340px;
		top:90px;
	}
	
	.about-img{top:-30px;}
	.about-info{
		padding:40px 20px 0;
	}
	.about-info .index-tit01{margin-bottom:20px}
}
@media (max-width:991px){
	.index-about{
		height:280px;
		margin-bottom:40px;
	}
	.about-box{
		width:100%;
		margin-left:0;
		height:280px;
		top:40px;
	}
	.about-img{display:none;}
	.about-info{
		float:none;
		width:100%;
	}
}
@media (max-width:767px){
	.index-about{
		height:auto;
		margin-bottom:0;
		padding:40px 0;
	}
	.about-box{
		position:static;
		height:auto;
		background:transparent;
	}
	.about-info{
		max-width:610px;
		margin:0 auto;
		padding:0;
	}	
	.about-more{
		position:static;
		margin:20px auto 0;
		width:138px;
		height:38px;
		padding-left:30px;
		background:url(../images/arrow04.png) no-repeat 100px center;
		border:1px solid #fff;
		font-size:14px;
		line-height:36px;
		color:#fff;
	}
	.about-more:hover{
		background:#026bbc url(../images/arrow04.png) no-repeat 100px center;
		border:1px solid #026bbc;
	}
}

/****************新闻**********************/
.index-news{padding:60px 0;}
.news-box-top{
	width:100%;
	border:1px solid #999;
	padding:30px;
}
.nbt-pic{
	float:left;
	width:360px;
	position:relative;
}
.nbt-pic img{
	display:block;
	width:100%;
	position:relative;
}
.nbt-tt{
	width:84px;
	height:67px;
	background:url(../images/index_news_tt.png) no-repeat center;
	position:absolute;
	top:0;
	left:0;
}
.nbt-info-box{
	float:right;
	width:calc(100% - 390px);
}
.nbt-tit{
	display:block;
	width:100%;
	font-size:18px;
	line-height:24px;
	height:24px;
	font-weight:600;
	color:#026bbc;
	margin:10px 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.nbt-txt{
	display:block;
	width:100%;
	font-size:14px;
	line-height:26px;
	height:78px;
	overflow:hidden;
	color:#666;
}
.nbt-info-box .more1{
	margin-top:20px;
}
.news-box-bottom li{
	float:left;
	width:33.333333333333333333333%;
	padding:30px;
	border:1px solid #999;
	border-top:0;
}
.news-box-bottom li:nth-of-type(2){
	border-left:0;
	border-right:0;
}
.nbb-date{
	display:block;
	margin-bottom:15px;
}
.nbb-date-d{
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:16px;
	background-color:#026bbc;
	color:#fff;
	text-align:center;
	margin-right:10px;
}
.nbb-date-y{
	font-size:14px;
	line-height:30px;
	color:#999;
}
.nbb-tit{
	display:block;
	width:100%;
	font-size:16px;
	line-height:24px;
	height:24px;
	margin-bottom:15px;
	font-weight:600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.nbb-txt{
	display:block;
	width:100%;
	font-size:14px;
	line-height:20px;
	height:40px;
	overflow:hidden;
	color:#666;
}
.news-box-bottom li:hover .nbb-tit{
	text-decoration: underline;
	color:#026bbc;
}

@media (max-width:991px){
	.nbt-tit{
		margin:10px 0;
	}
	.nbb-txt{height:60px;}
}
@media (max-width:767px){
	.news-box-top{
		border:0;
		padding:0;
		width:100%;
		max-width:610px;
		margin:0 auto 20px;
	}
	.nbt-pic{
		float:none;
		max-width:100%;
	}
	.nbt-info-box{
		float:none;
		width:100%;
	}
	.nbt-tit{font-size:16px;}
	.nbt-txt{
		height:auto;
		font-size:14px;
		line-height:20px;
	}
	.nbt-info-box .more1{
		margin-top:15px;
	}

	.news-box-bottom li{
		float:none;
		width:100%;
		max-width:610px;
		margin:0 auto;
		padding:15px 0;
		border:0;
		border-bottom:1px dashed #999;
	}
	.news-box-bottom li:first-of-type{
		border-top:1px dashed #999;
	}
	.nbb-date{margin-bottom:10px;}
	.nbb-tit{
		margin-bottom:10px;
	}
	.nbb-txt{
		height:auto;
	}	
}

/****************foot**********************/
.foot-nav{
	text-align:center;
	width:100%;
	height:50px;
	background-color:#026bbc;
}
.foot-nav a{
	display:block;
	float:left;
	width:14.2%;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:50px;
}
.foot-nav a:hover{background:#015699}
.foot-info{
	width:100%;
	padding:30px 0;
	background-color:#003762;
}
.foot-copy{
	text-align:center;
	color:#fff;
	line-height:24px;
}
.foot-add{
	text-align:center;
	width: 80%;
	margin:20px auto 0;
}
.foot-add span{
	display:inline-block;
	color:#fff;
	line-height:25px;
	margin-right:15px;
}
.link-box{text-align:center;margin-top:20px;}
.link-box span,
.link-box a{font-size:10px;line-height:20px;color:#eee;margin:0 1px; }

@media (max-width:1259px){
	.foot-nav a{font-size:15px;}
	.foot-add{
		width: 90%;
	}
}
@media (max-width:991px){
	.foot-nav a{font-size:14px;}
	.foot-add{
		width:100%;
	}
}
@media(max-width:640px){
	.foot-add{
		display:none;
	}
		
}
/****************首页边距**********************/
@media (max-width: 991px) {
	.index-pro{padding:40px 0 20px;}
	.index-news{padding:40px 0;}
}
@media (max-width:640px) {
	.index-pro{padding:30px 0 10px;}
	.index-about,
	.index-news{padding:30px 0;}
	.foot-info{padding:20px 0 20px;}
}
/*******************************************内页********************************************/
/******面包屑导航******/
.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:#026bbc;
}

/******main******/
.main{
	width:100%;
	padding:50px 0 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,
	.maincenter{
		width:100%;
	}
}

/*****mainleft****/
.left-nav{
	padding:10px;
	border:1px solid #dedede;
}
.left-nav-tit{
	width:100%;
	height:65px;
	background-color:#026bbc;
	padding:12px 0;
	text-align:center;
	position:relative;
}
.lnt-cn{
	display:block;
	font-size:23px;
	line-height: 40px;
	color:#fff;
	margin-bottom:5px;
}
.lnt-en{
	display:block;
	font-size:13px;
	line-height:13px;
	color:#a3d2ee;
}
.lnt-jiao{
	position:absolute;
	right:0;
	top:0;
}
.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:5px 40px 5px 20px;
	line-height:22px;
	color:#555;
	background:#efefef url(../images/arrow01.png) no-repeat 198px center;
}
.left-nav-list li:hover a{
	background:#026bbc url(../images/arrow02.png) no-repeat 198px center;
	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:#026bbc;
	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 li{
		float:left;
		width:25%;
		border:1px solid #fff;
		margin:0;
	}
	.left-nav-list li:first-of-type{margin-top:0;}
	.left-nav-list li:last-of-type{margin-bottom:20px;}
	.left-nav-list li a{
		padding:0 5px;
		line-height:32px;
		height:32px;
		text-align:center;
		background:#efefef;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow:hidden;
	}
	.left-nav-list li:hover a{
		background:#026bbc;
	}
}
@media  (max-width:767px){
	.left-nav-list li{width:33.333333%;}

}
@media  (max-width:640px){
}
@media  (max-width:500px){
	.left-nav-list li{width:50%;}
}
/*****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:#026bbc;
	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:#026bbc;}
.inl-info li:nth-of-type(2) span{background-color:#026bbc;}
.inl-info li:nth-of-type(3) span{background-color:#026bbc;}
.inl-info li div{
	float:left;
	width:calc(100% - 30px);
	font-size:14px;
	line-height:22px;
	height:22px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.inl-info li:hover span{background-color:#026bbc;}
.inl-info li:hover div{color:#026bbc;}


/*****maincenter**/
.maincenter-top{
	height:45px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc; 
}
.maincenter-tit{
	float:left;
	font-size:24px;
	line-height:30px;
	color:#026bbc;
	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:#026bbc;
}
.maincenter-icon{
	display:block;
	width:6px;
	height:30px;
	background-color:#026bbc;
	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-top:30px;margin-bottom:20px;}
.in-prolist li{
	float:left;
	width:32%;
	border:2px solid #dedede;
	background-color:#fff;
	margin-bottom:30px;
	position:relative;
}
.in-prolist li:nth-of-type(3n-1){margin-left:2%;margin-right:2%;}
               
.in-prolist-img{width:100%;height: 200px;}
               

@media screen and (max-width:1185px) {             
               
  .in-prolist-img{width:100%;height: 130px;}
  
  
}
  
.in-prolist-tit{
	display:block;
	width:100%;
	height:40px;
	font-size:16px;
	line-height:40px;
	background-color:#026bbc;
	color:#fff;
	text-align:center;
	overflow:hidden;
}
.in-prolist-biao{
	display:block;
	position:absolute;
	top:-2px;
	left:-2px;
}
.in-prolist li:hover{border:2px solid #026bbc;}
@media (max-width:1259px){
	.in-prolist-tit{font-size:15px;}
}
@media (max-width:991px){
	.in-prolist{margin-top:0;margin-bottom:0;}
}

@media (max-width:640px){
	.in-prolist li{
		width:49%;
	}
	.in-prolist li:nth-of-type(3n-1){margin-left:0;margin-right:0;}
	.in-prolist li:nth-of-type(2n){margin-left:2%;}
}
@media (max-width:500px){
	.in-prolist-tit{
		font-size:14px;
		height:36px;
		line-height:36px;
	}
}
/*********新闻列表页***********/
.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;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width:calc(100% - 160px);
}
.in-newslist li .in-newslist-date{
	display:block;
	float:right;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.in-newslist li:hover{
	background-color:#026bbc;
}
.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% - 120px);
	}
	.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:25px;
	font-weight:bold;
	text-align:center;
	padding-bottom:15px;
	border-bottom: 1px dashed #ddd;
}
.in-proinfo img{display:block;max-width:100%;margin:0 auto;}
.in-proinfo iframe{max-width:100% !important}
@media (max-width:640px){
	.in-proinfo-tit{
		font-size:16px;
		line-height:24px;
		padding-bottom:10px;
	}
}
@media (max-width:640px){
	.in-proinfo iframe{height:250px !important}
}
/*********新闻详情内页***********/
.in-newsinfo-tit{
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.in-newsinfo-date{
	font-size:12px;
	line-height:20px;
	text-align:center;
	padding-bottom:15px;
	border-bottom: 1px dashed #ddd;
}
.in-newsinfo-date span{
	margin: 0 15px;
	color:#666;
}
.in-newsinfo img{display:block;max-width:100%;margin:0 auto;}
@media (max-width:640px){
	.in-newsinfo-tit{
		font-size:16px;
		line-height:24px;
	}
	.in-newsinfo-date{
		padding-bottom:10px;
	}
}
/******推荐新闻**********/
.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:#026bbc;
	margin-right:10px;
}
.in-tjnews-box li div{
	float:left;
	font-size:14px;
	line-height:28px;
	height:28px;
	width:calc(100% - 100px);
	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:#026bbc;}
@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%;
	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 #026bbc;
	box-shadow:0 0 8px rgba(12,143,215,.3);
}
.in-tjpro-box li:hover span{color:#026bbc;}
/*******分页**********/
#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:#026bbc;
	border: 1px solid #026bbc;
	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:#026bbc;}
.in-back{
	display:block;
	width:130px;
	padding-left:20px;
	text-align:center;
	font-size:14px;
	line-height:32px;
	height:32px;
	background:#026bbc 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 页面**********/
.search-list{margin-bottom:20px;}
.search-list li{
	float:left;
	width:23%;
	margin:0 1% 30px; 
	border:2px solid #dedede;
	background-color:#fff;
	position:relative;
}
.search-list-img{width:100%;}
.search-list-tit{
	display:block;
	width:100%;
	height:40px;
	font-size:16px;
	line-height:40px;
	background-color:#026bbc;
	color:#fff;
	text-align:center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.search-list li:hover{border:2px solid #026bbc;}
@media (max-width:991px){
	.search-list{margin-bottom:0;}
	.search-list li{
		width:31.333333%;
		margin:0 1% 30px; 
	}
	.search-list-tit{font-size:15px;}
}
@media (max-width:580px){
	.search-list li{
		width:48%;
	}
	.search-list-tit{
		font-size:14px;
		height:32px;
		line-height:32px;
	}
}
/************客户反馈*******************/
.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:#003762;
}
.feedback-reset{
	background-color:#026bbc;
}
.feedback-submit:hover{
	background-color:#015fa7;
}
.feedback-reset:hover{
	background-color:#0084ea;
}

@media (max-width:767px){
	.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;}
}

.jszb{margin:0 auto;}
.jszb p{width:30%;float:left;margin:1.5%;text-align:center;overflow:hidden;}
.jszb p img{width:100%;max-width:600px;transition:all 0.6s;cursor:pointer;}
.jszb p img:hover{transform:scale(1.1);}/* 放大1.2倍 */

.page-contact{overflow:hidden;margin-bottom:20px;}
.page-contact li:first-child{font-size: 16px;color: #333;line-height: 30px;width: 100%;}
.page-contact li{font-size: 14px;line-height: 30px;height: 30px;overflow: hidden; float: left;width: 33%;color: #666;}
.page-contact li:last-child{width: 100%;}

@media(max-width:1260px){
	.page-contact li{width: 50%;}
	.page-contact li:first-child{width: 100%;}
}


@media(max-width:530px){
	.page-contact{margin-bottom: 20px;}
	.page-contact li{clear: both; width: 100%;height: auto;}
}

.pc-map{overflow-x: scroll;}
#dituContent{width:100%;height: 360px;}
@media(max-width:530px){
	#dituContent{width:600px;height: 300px;}
}

/**靠右联系漂浮栏****/
.right-side{
	width:70px;
	position:fixed;
	right:0;
	top:50%;
	margin-top:-100px;
	z-index:1000;
	cursor:pointer;
}
.side-contact{
	width:70px;
	height:70px;
	padding:5px 0;
	background:#3b67d2;
	margin:1px 0;
	transition:0.3s;
}
.side-contact .side-icon{
	width:100%;
	height:35px;
}
.side-icon01{background:url(../images/side_icon01.png) no-repeat center;}
.side-icon02{background:url(../images/side_icon02.png) no-repeat center;}
.side-icon03{background:url(../images/side_icon03.png) no-repeat center;}
.side-icon04{background:url(../images/side_icon04.png) no-repeat center;}
.side-contact .side-tit{
	display:block;
	width:100%;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#fff;
	text-align:center;
}
.side-contact:hover{background:#2756cc;}
.side-tel{
	position:absolute;
	width:250px;
	height:141px;
	right:71px;
	bottom:0;
	z-index:1000;
}
.side-tel-list{padding:10px 10px 10px 60px;}
.side-tel-list1{
	background:#2756cc url(../images/side_icon06.png) no-repeat 10px center;
	height:71px;
}
.side-tel-list2{
	background:#3b67d2 url(../images/side_icon07.png) no-repeat 10px center;
	height:70px;
}
.stl-tit{
	display:block;
	font-size:18px;
	line-height:20px;
	color:#fff;
}
.stl-des{
	display:block;
	font-size:18px;
	line-height:30px;
	color:#fff;
}
.stl-des a{
	font-size:18px;
	line-height:30px;
	color:#fff;
}
.side-wechat{
	position:absolute;
	width:150px;
	height:150px;
	padding:0;
	right:75px;
	bottom:0;
	background-color:#fff;
	box-shadow: 0px 4px 10px 0px rgba(6, 0, 1, 0.25); 
	z-index:1000;
}
.side-wechat img{
	display:block;
	margin:15px auto 0;
}
.side-wechat span{
	display:block;
	text-align:center;
	font-size:14px;
	line-height:24px;
}
.side-tel,.side-wechat{display:none;}


@media(max-width:767px){
	.right-side{
		display: block;
	}

}
