﻿@charset "utf-8";
/* CSS Document */
*{list-style:none;outline:none;font-family:"微软雅黑",arial;border:none;color:#333;margin:0;padding:0;}
ul,h1,h2,h3,h4,h5{margin:0;}
.fl{float:left;}
.fr{float:right;}
.color-fc6439{color:#fc6439;}
/*******************************************首页********************************************/
/*.index-head001*/
.index-head .welcome,
.index-head .nav-box,
.index-head .navli{
	width:100%;
	z-index:999;
}
.index-head .welcome{
	height:35px;
	background-color:#ededed;
}
.welcome-word{
	float:left;
	font-size:13px;
	line-height:35px;
	height:35px;
	color:#666;
}
.welcome-link{
	float:right;
	font-size:13px;
	line-height:35px;
	height:35px;
	color:#666;
}
.welcome-link a{
	display:inline-block;
	color:#666;
	margin:0 10px;
}
.welcome-link a:hover{color:#fc6439}
.index-head .logo-box{
	padding:30px 0;
}
.logo-box .logo{
	display:block;
	float:left;
}
.logo-box .logo-tit{
	float:left;
	margin-left:6px;
}
.logo-box .logo-tit-cn{
	display:block;
	font-size:26px;
	line-height:26px;
	height:26px;
	color:#0f4d91;
	margin-top:17px;
}
.logo-box .logo-des{
	float:left;
	margin-left:40px;
}
.logo-box .logo-des01{
	display:block;
	font-size:21px;
	line-height:21px;
	margin-bottom:15px;
	letter-spacing:2px;
	margin-top:8px;
}
.logo-box .logo-des02{
	display:block;
	font-size:16px;
	line-height:16px;
	color:#666;
}
.logo-box .hot-tel{
	float:right;
	padding-left:58px;
	background:url(../images/hot_tel.png) no-repeat left center;
}
.hot-tel-wz{
	display:block;
	font-size:15px;
	line-height:15px;
	margin-bottom:5px;
	color:#666;
}
.hot-tel-sz{
	display:block;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
}
.logo-box .nav-btn {
	  float:right;
    width: 35px;
    height: 30px;
		margin-top:17px;
    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:#0f4d91;
}
.index-head .nav-box{
	width:100%;
	height:50px;
	background-color:#0f4d91;
}

.index-head .nav{
	width:100%;
}
.index-head .nav li{
	float:left;
	width:calc(100% / 7);
	height:50px;
	text-align: center;
	overflow:hidden;
	padding:0;
}
.index-head .nav li a{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	padding:0;
	font-size:16px;
	color:#fff;
}

.index-head .nav li:hover,
.index-head .nav li.on-top{background-color:#fc6439;}

@media (max-width:991px) {
	.index-head .nav-box{display:none;}
	
	
	
	.logo-box .logo img{
		max-height: 40px;
	}
	
	.logo-box .nav-btn{display:block;}
	.index-head .logo-box{
		padding:15px 0;
	}
	.index-head .nav-box{
		height:auto;
		padding:5px 0;
	}
	.index-head .nav li{
		width:24.25%;
		height:40px;
		padding:0;
		margin:2px 1% 2px 0;
		border:1px solid #ccc;
	}	
	.index-head .nav li:nth-of-type(4n){margin-right:0;}
	.index-head .nav li a{
		height:40px;
		line-height:38px;
		padding:0;
		font-size:15px;
	}

}
@media (max-width:580px) {
	.welcome-link,
	.logo-box .logo-tit{display:none;}
	.container-mb-nav{padding-left:5px;padding-right:5px;}
	.index-head .logo-box{
		padding:10px 0;
	}
	.index-head .nav li{height:32px;}
	.index-head .nav li a{
		height:32px;
		line-height:30px;
		padding:0;
		font-size:12px;
	}
}
/*--- banner001 slider-css --*/
.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:-54px;
}
.callbacks_tabs li{
	display:inline-block;
}

.callbacks_tabs li a{
	visibility: visible;
	font-size:0;
	height: 16px;
	width: 16px;	
	display:block;
	background:#999;
	border-radius:50%;
	margin:0 10px;
}
.callbacks_tabs li a:hover,
.callbacks_tabs .callbacks_here a{
	background:#ff4a1a;
}
.callbacks_tabs a{
	visibility:hidden;
}


@media(max-width:991px){
	.callbacks_tabs{
		margin-left:-39px;
	}
	.callbacks_tabs li a{
		height: 14px;
		width: 14px;
		margin:0 6px;
	}

}
@media(max-width:640px){
	.callbacks_tabs{
		margin-left:-30px;
		bottom:10px;
	}
	.callbacks_tabs li a{
		height: 12px;
		width: 12px;
		margin:0 4px;
	}
	
}
/**************标题***************************/
.index-tit{
	width:450px;
	height:74px;
	padding:9px 0;
	margin:0 auto;
	text-align:center;
	margin-bottom:60px;
}
.index-tit01{background:url(../images/index_tit01.png) no-repeat center;}
.index-tit02{background:url(../images/index_tit02.png) no-repeat center;}
.index-tit-cn{
	display:block;
	text-align:center;
	font-size:30px;
	line-height:30px;
	font-weight:600;
	color:#0f4d91;
	margin-bottom:10px;
}
.index-tit-en{
	display:block;
	text-align:center;
	font-size:16px;
	line-height:16px;
	color:#999;
}
.index-tit02 span{color:#fff;}
@media (max-width:991px) {
	.index-tit{
		width:300px;
		height:55px;
		padding:7px 0;
		margin-bottom:40px;
	}
	.index-tit01{background:url(../images/index_tit0102.png) no-repeat center;}
	.index-tit02{background:url(../images/index_tit0202.png) no-repeat center;}
	.index-tit-cn{
		font-size:20px;
		line-height:20px;
		margin-bottom:9px;
	}
	.index-tit-en{
		font-size:12px;
		line-height:12px;
	}
}
@media (max-width:991px) {
	.index-tit{
		margin-bottom:30px;
	}
}
/**************更多***************************/
.more1{
	display:block;
	width:120px;
	height:34px;
	padding-left:20px;
	font-size:15px;
	line-height:32px;
	color:#666;
	border:1px solid #999;
	background:url(../images/arrow1.png) no-repeat 94px center;
}
.more1:hover{
	color:#fff;
	border:1px solid #0f4d91;
	background:#0f4d91 url(../images/arrow3.png) no-repeat 94px center;
}
.more2{
	display:block;
	width:120px;
	height:34px;
	padding-left:20px;
	font-size:15px;
	line-height:32px;
	color:#fff;
	border:1px solid #fff;
	background:rgba(0,0,0,.2) url(../images/arrow3.png) no-repeat 94px center;
}
.more2:hover{
	color:#fff;
	border:1px solid #ff6034;
	background:#ff6034 url(../images/arrow3.png) no-repeat 94px center;
}
/********产品**************/
.index-pro{
	padding:60px 0;
}
.pro-box{
	width:100%;
	position:relative;
}
.pro-box-nav{
	float:left;
	width:210px;
}
.pbn-tit{
	width:100%;
	height:70px;
	padding:10px 0;
	background-color:#0f4d91;
}
.pbn-tit span{
	display:block;
	text-align:center;
	color:#fff;
}
.pbn-tit-cn{
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}
.pbn-tit-en{
	font-size:14px;
	line-height:20px;
}
.pbn-list{
	width:100%;
	border:1px solid #0f4d91;
	padding:16px 0 16px 40px;
  	height: 173px;
    overflow: hidden;
    position: relative;
}
.id-pro-more {
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #fc6439;
    font-size: 16   px;
    text-align: right;
	font-weight:bold;
} 
.pbn-list li a{
	display:block;
	width:100%;
	height:47px;
	font-size:15px;
	line-height:47px;
	padding-left:40px; 
	background:url(../images/arrow1.png) no-repeat left center;
}
.pbn-list li a:hover{
	color:#ff6034;
	background:url(../images/arrow2.png) no-repeat left center;
}
.pro-box-scroll{
	float:right;
	width:960px;
}
.pro-box-scroll .tempWrap{
	width:100%;
	position:relative;
	overflow:hidden;
}
.pro-box-list{
	width:1900px; 
	left: -950px;
	position: relative; 
	overflow: hidden; 
}
.pro-box-list li{
	float:left;
	width:300px;
	margin:0 10px;
}
.pro-box-img{
	display:block;
	width:300px; 
	height:200px;
	border:1px solid #999;
}
.pro-box-img img{
	width:100%;
	display:block;
}
.pro-box-info{width:300px;}
.pro-box-info span{
	display:block;
	width:100%;
	height:45px;
	font-size:16px;
	line-height:45px;
	text-align:center;
	background-color:#999;
	color:#fff;
	transition:.3s;
}
.pro-box-list li:hover .pro-box-img{border:1px solid #ff6034;}
.pro-box-list li:hover .pro-box-info span{background-color:#ff6034;}

@media (max-width:1259px) {
	.pro-box-nav{width:190px;}
	.pbn-list{
      	height: 130px;
		padding:17px 0 17px 40px;
	}
	.pbn-list li a{
		font-size:14px;
		height:30px;
		line-height:30px;
	}
	.pro-box-scroll{width:720px;}
	.pro-box-list li {
		width:226px;
		margin:0 7px;
	}
	.pro-box-img{
		width:226px; 
		height:151px; 
	}
	.pro-box-info{width:226px;}
	.pro-box-info span{font-size:15px;}
	
}
@media (max-width: 991px) {
	.pro-box-nav{
		float:none;
		width:700px;
		margin:0 auto;
	}
	.pro-box-scroll{
		float:none;
		width:720px;
		margin:0 auto;
	}
	.pbn-tit{display:none;}
	.id-pro-more{display:none;}
	.pbn-list{
		border:0;
		padding:0 0 10px 0;
		margin-bottom:10px;
		text-align: center;
      	height: auto;
	}
	.pbn-list li{
		display:inline-block;
		margin-right:15px;
		margin-bottom:10px;
	}
	.pbn-list li:last-of-type{margin-right:0;}
	.pbn-list li a{
		width:auto;
		height:30px;
		font-size:15px;
		line-height:28px;
		padding:0 15px; 
		background:none;
		border:1px solid #666;
		border-radius:5px;
	}
	.pbn-list li a:hover{
		border:1px solid #ff6034;
		background:#ff6034;
		color:#fff;
	}
	
}
@media (max-width: 767px) {
	.pro-box-nav{width:610px;}
	.pro-box-scroll{width:630px;}
	.pro-box-list li {
		width:194px;
		margin:0 8px;
	}
	.pro-box-img{
		width:194px; 
		height:129px; 
	}
	.pro-box-info{width:194px;}
	
}
@media (max-width:680px) {
	.pro-box-nav{width:470px;}
	.pro-box-scroll{width:480px;}
	.pro-box-list li {
		width:154px;
		margin:0 3px;
	}
	.pro-box-img{
		width:154px; 
		height:103px; 
	}
	.pro-box-info{width:154px;}
	.pro-box-info span{font-size:13px;}
}
@media (max-width:530px) {
	.pro-box-nav{width:100%;}
	.pbn-list li{
		margin-right:10px;
	}
	.pbn-list li a{
		font-size:14px;
		padding:0 10px;
	}
	.pro-box-scroll{width:400px;}
	.pro-box-list li {
		width:194px;
		margin:0 3px;
	}
	.pro-box-img{
		width:194px; 
		height:129px; 
	}
	.pro-box-info{width:194px;}
	.pro-box-info span{
		height:34px;
		line-height:34px;
	}
}
@media (max-width:450px) {
	.pro-box-scroll{width:320px;}
	.pro-box-list li {
		width:154px;
		margin:0 3px;
	}
	.pro-box-img{
		width:154px; 
		height:103px; 
	}
	.pro-box-info{width:154px;}
	.pro-box-info span{
		height:40px;
		line-height:40px;
	}
}
@media (max-width:380px) {
	.pro-box-scroll{width:280px;}
	.pro-box-list li {
		width:266px;
		margin:0 7px;
	}
	.pro-box-img{
		width:266px; 
		height:177px; 
	}
	.pro-box-info{width:266px;}
}
/***************拦腰**************************/
.index-ly{
	width:100%;
	position:relative;
	margin-top:40px;
}
.index-ly-bg{
	display:block;
	width:100%;
	position:relative;
	min-height:196px;
}
.index-ly-pro{
	display:block;
	position:absolute;
	top:-40px;
	right:55%;
}
.index-ly-info{
	position:absolute;
	bottom:calc(50% - 50px);
	left:55%;
}
.index-ly-info01{
	display:block;
	font-size:30px;
	line-height:30px;
	margin-bottom:25px;
	color:#fff;
	letter-spacing:4px; 
}
.index-ly-info02{
	display:block;
	font-size:18px;
	line-height:42px;
	color:#fff;
	padding-left:50px;
	background:url(../images/index_ly_icon.png) no-repeat left center;
}
.index-ly-info02 b{
	font-size:28px;
	line-height:42px;
	color:#fff;
}
@media (max-width:1259px) {
	.index-ly-bg{
		min-height:150px;
	}
	.index-ly-pro{
		width:380px;
	}
	.index-ly-info{
		bottom:calc(50% - 37px);
	}
	.index-ly-info01{
		font-size:24px;
		line-height:24px;
		margin-bottom:15px;
	}
	.index-ly-info02{
		font-size:16px;
		line-height:33px;
		padding-left:40px;
		background-size:30px;
	}
	.index-ly-info02 b{
		font-size:22px;
		line-height:33px;
	}
}
@media (max-width:991px) {
	.index-ly-bg{
		min-height:150px;
	}
	.index-ly-pro{
		width:300px;
	}
	.index-ly-info{
		bottom:calc(50% - 29px);
	}
	.index-ly-info01{
		font-size:20px;
		line-height:20px;
		margin-bottom:10px;
	}
	.index-ly-info02{
		font-size:14px;
		line-height:28px;
		padding-left:38px;
		background-size:25px;
	}
	.index-ly-info02 b{
		font-size:18px;
		line-height:28px;
	}
}
/***************关于***************************/
.index-about{padding:60px 0;}
.about-box-video{
	display:block;
	float:left;
	width:600px;
	height:400px;
	padding-right:30px;
}

.about-box-info{
	float:right;
	width:600px;
	padding-left:30px;
	margin-top:25px;
}
.about-box-tit{
	width:100%;
	font-size:26px;
	font-weight:600;
	line-height:26px;
	margin-bottom:45px;
	color:#0f4d91;
	position:relative;
}
.about-box-tit:after{
	content:"";
	position:absolute;
	dosplay:block;
	width:80px;
	height:3px;
	background-color:#0f4d91;
	bottom:-15px;
	left:0;
}
.about-box-txt span{
	display:block;
	font-size:15px;
	line-height:34px;
	color:#666;
	text-indent:2em;
}
.about-box-info .more1{margin-top:40px;}
@media (max-width:1259px) {
	.about-box-video{
		width:520px;
		height:330px;
		padding-right:20px;
	}

	.about-box-info{
		width:420px;
		padding-left:20px;
	}
	.about-box-tit{
		font-size:20px;
		line-height:20px;
		height:20px;
		margin-bottom:30px;
	}

	.about-box-txt span{
		font-size:14px;
		line-height:24px;
	}
	.about-box-info .more1{margin-top:30px;}
}
@media (max-width:991px) {
	.about-box-video{
		width:360px;
		height:330px;
		padding:0;
	}

	.about-box-info{
		width:330px;
		padding:0;
		margin-top:10px;
	}
	.about-box-tit{
		font-size:18px;
		line-height:18px;
		height:18px;
		margin-bottom:20px;
	}
	.about-box-txt span{
		font-size:14px;
		line-height:24px;
	}
	.about-box-info .more1{margin-top:20px;}
}
@media (max-width:767px) {
	.index-about{background-color:#f1f1f1;}
	.about-box{
		margin-top:0;
	}
	.about-box-video{
		float:none;
		width:100%;
		height:400px;
		max-width:610px;
		margin:0 auto 30px;
	}
	.about-box-info{
		float:none;
		width:100%;
		max-width:610px;
		margin:0 auto;
	}
}
@media (max-width:530px) {
	.about-box-video{
		height:300px;
	}
}
@media (max-width:480px) {
	.about-box-video{
		height:250px;
	}
}
/***************研发*************************/
.index-eqp{
	padding:60px 0;
	background:url(../images/index_eqp_bg.jpg) no-repeat center;
	background-size:cover;
}
.eqp-list li{float:left;width:30%;}
.eqp-list li img{
	width:100%;
	box-shadow:0 1px 4px 1px rgba(0,0,0,.1); 
	position:relative;
	top:0;
	height: 270px;
}
.eqp-list li:nth-of-type(2){margin:0 5%;}
.eqp-list li:hover img{
	top:-5px;
}
.index-eqp .more2{margin:60px auto 0;}
@media (max-width:991px) {
	.index-eqp .more2{margin:40px auto 0;}
}
/****************新闻**********************/
.index-news{padding:60px 0;}
.news-box-top{
	width:100%;
	border:1px solid #999;
	padding:30px;
}
.nbt-pic{
	float:left;
	width:360px;
}
.nbt-pic img{
	display:block;
	width:100%;
}
.nbt-info-box{
	float:right;
	width:calc(100% - 390px);
}
.nbt-tit{
	display:block;
	width:100%;
	font-size:20px;
	line-height:20px;
	font-weight:600;
	color:#0f4d91;
	margin:20px 0 25px;
}
.nbt-txt{
	display:block;
	width:100%;
	font-size:16px;
	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),.news-box-bottom li:nth-of-type(5){
	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:#0f4d91;
	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:16px;
    height:16px;
	overflow:hidden;
	margin-bottom:20px;
	font-weight:600;
}
.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:#0f4d91;
}
@media (max-width:1259px){
	.nbb-txt{height:60px;}
}
@media (max-width:991px){
	.nbt-tit{
		margin:10px 0 20px;
	}
	.nbb-txt{height:80px;}
}
@media (max-width:767px){
	.news-box-top{
		border:0;
		padding:0;
		width:100%;
		max-width:610px;
		margin:0 auto 20px;
	}
	.nbt-pic{
		float:none;
		width:360px;
	}
	.nbt-info-box{
		float:none;
		width:100%;
	}
	.nbt-tit{
		margin:10px 0;
		font-size:18px;
		line-height:18px;
	}
	.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**********************/
.index-foot{
	padding:60px 0;
	background:#0f4d91;
}
.foot-nav{
	margin:0 auto 40px;
	text-align: center;
}
.foot-nav a{
	display:inline-block;
	height:20px;
	line-height:20px;
	font-size:16px;
	color:#fff;
	text-align:center;
	padding-right:20px;
	margin-right:20px;
	border-right:1px solid #fff;
}
.foot-nav a:last-of-type{
	border-right:0;
	padding-right:0;
	margin-right:0;
}
.foot-nav a:hover{color:#ff6034;}
.foot-contact {
	text-align:center;
	margin-bottom:20px;
}
.foot-contact span{
	color:#fff;
	margin-right:20px;
	line-height:24px;
}
.foot-copy{
	text-align:center;
	color:#fff;
	line-height:24px;
}
.foot-copy a{
	text-align:center;
	color:#fff;
	line-height:10px;
}           
.foot-beian{
	text-align:center;
	color:#fff;
	line-height:24px;
}
.foot-beian a,.foot-beian span{
	color:#fff;
}

@media (max-width: 767px) {
	.foot-contact{margin-bottom:20px}
}
@media (max-width:560px) {
	.foot-pic img{margin-right:0;}
	.foot-pic img:first-of-type{margin-right:calc(100% - 270px);}
	.foot-nav a{width:32%;}
}
/**************边距调整**********************/
@media (max-width: 767px) {
	.index-pro,
	.index-about,
	.index-news{padding:40px 0;}
	.index-foot{padding:20px 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:#0f4d91;
}

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

/*****mainleft****/
.left-nav{
	padding:10px;
	border:1px solid #dedede;
}
.left-nav-tit{
	width:100%;
	height:65px;
	background-color:#0f4d91;
	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:8px 40px 8px 20px;
	line-height:22px;
	color:#555;
	background:#efefef url(../images/arrow1.png) no-repeat 198px center;
}
.left-nav-list li:hover a{
	background:#0f4d91 url(../images/arrow3.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:#0f4d91;
	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;
}
/*****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:#0f4d91;
	color:#fff;
	border-radius: 5px 5px 0 0;
}
.inl-info li{
	padding:10px 25px;
	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:#0f4d91;}
.inl-info li:nth-of-type(2) span{background-color:#0f4d91;}
.inl-info li:nth-of-type(3) span{background-color:#0f4d91;}
.inl-info li div{
	float:left;
	font-size:14px;
	line-height:22px;
}
.inl-info li:hover span{background-color:#0f4d91;}
.inl-info li:hover div{color:#0f4d91;}


/*****maincenter**/
.maincenter-top{
	height:45px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc; 
}
.maincenter-tit{
	float:left;
	font-size:24px;
	line-height:30px;
	color:#0f4d91;
	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:#0f4d91;
}
.maincenter-icon{
	display:block;
	width:6px;
	height:30px;
	background-color:#0f4d91;
	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;
}
.in-prolist li:nth-of-type(3n-1){margin-left:2%;margin-right:2%;}
.in-prolist-img{width:100%;height: 215px;}
.in-prolist-tit{
	display:block;
	width:100%;
	height:40px;
	font-size:16px;
	line-height:40px;
	background-color:#0f4d91;
	color:#fff;
	text-align:center;
	overflow:hidden;
}
.in-prolist li:hover{border:2px solid #0f4d91;}
@media (max-width:991px){
	.in-prolist{margin-top:0;margin-bottom:0;}
	.in-prolist-img{width:100%;height: 150px;}
}

@media (max-width:580px){
	.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%;}
}
/*********新闻列表页***********/
.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;
}
.in-newslist li .in-newslist-date{
	display:block;
	float:right;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.in-newslist li:hover{
	background-color:#0f4d91;
}
.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;
	}
	.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;
	}
	.in-newslist li .in-newslist-date{
		width:100%;
		line-height:24px;
		padding-left:11px;
	}
}
/*********详情页**********/
.page-detail,
.in-proinfo,
.in-newsinfo{padding:30px 0;}
@media (max-width:991px){
	.page-detail{padding:0;}
	.in-proinfo,
	.in-newsinfo{padding:20px 0;}
}
/*********产品详情页***********/
.in-proinfo-tit{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;
	border-bottom: 1px dashed #ddd;
}

/*********新闻详情内页***********/
.in-newsinfo-tit{
	font-size:20px;
	line-height:20px;
	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-news-tj{margin-top:50px;margin-bottom:50px;}
.in-pro-tj{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;
	border-bottom:1px solid #999;
}
.in-tjnews-box li{
	width:45%;
	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:#0f4d91;
	margin-right:10px;
}
.in-tjnews-box li div{
	float:left;
	font-size:14px;
	line-height:28px;
}
.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:#0f4d91;}
@media (max-width: 1229px) {
	.in-tjnews-box li .tj-date{display:none;}
}
/*****推荐产品**********/
.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;
	overflow:hidden;
}
.in-tjpro-box li:hover img{
	border:1px solid #0f4d91;
	box-shadow:0 0 8px rgba(12,143,215,.3);
}
.in-tjpro-box li:hover span{color:#0f4d91;}
/*******分页**********/
#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:#0f4d91;
	border: 1px solid #0f4d91;
	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:#0f4d91;}
.in-back{
	display:block;
	width:130px;
	padding-left:20px;
	text-align:center;
	font-size:14px;
	line-height:32px;
	height:32px;
	background:#0f4d91 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); }



.link-frend a, .link-frend span {
    font-size: 13px;
    line-height: 20px;
    margin-right: 5px;
    color: #fff;
}








#mdA table,
#mdA table td,
#mdA table th {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding-left: 5px;
	text-align: center;
	font-size: 13px;
	line-height: 30px;

}

#mdA table {
	width: 100%;
}

#mdA tr:nth-child(2n) {
	background: #efefef;
}

 #mdA tr:nth-child(1) td {
	background-color: rgb(84, 141, 212);
    color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 40px;
}
      
               

@media (max-width: 768px) {

	#mdA {
	    
	}

	#mdA img {
		width: 100%;
		height: auto;
	}

	#mdA tr:nth-child(2n) {
		background: #efefef;
	}

	#mdA tr td:nth-child(1) {
		background: #dedede;
	}
}
























