@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;}
.bg-f5{background-color:#f5f5f5;}
.tb-rl{
	-webkit-writing-mode:vertical-rl;
	writing-mode:tb-rl;
	writing-mode:vertical-rl;
}
.pro-lengyouji img{margin:0 auto;}

@media (max-width: 660px){
.pro-lengyouji img{width:100%;}
}
@media (max-width: 500px){
  p img{width:100%;}
}
/*******************************************首页********************************************/
/***************** head*****************/
.header{
	position:absolute;
	top:0;
	right:0;
}
.index-head .logo-box{
	width:100%;
	z-index:999;
}
.logo-box{
	background-color:#003e95;
	/*height:100px;*/
}
.logo-box2 {
	/*background-color:#f60;*/
	/*height:100px;*/
}
.index-head-left{
	float:left;
    /*width:410px;*/
}
.logo{display:block;}
.logo img{
	float:left;
  	margin-bottom: 12px;
}
.logo-tit{
	
	padding-left:80px;
	padding-top:28px;
}
.logo-tit-cn{
	display:block;
	font-size:22px;
	line-height:22px;
	margin-bottom:10px;
	color:#444;
}
.logo-tit-en{
	display:block;
	font-size:12px;
	line-height:12px;
	color:#444;
  	letter-spacing: 2.1px;
	
}
.index-head-right{
	float:right;
	/*width:calc(100% - 480px);*/
}

.tel {
	position: relative;
    padding-left: 65px !important;
    padding-top: 18px;
    margin-top: 14px;
}
.tel b {
	position: absolute;
	left: 0;
	top: 14px;
	width: 51px;
	height: 51px;
	float: left;
	display: block;
	background: url(../images/tel.png) no-repeat;
}
.tel p {
	float: right;
	font-size: 14px;
	color: #005495;
	display: block;
	line-height: 1.5;
}
.tel p span {
	display: block;
	font-size: 24px;
	color: #005495;
	line-height: 28px;
	font-weight: bold;
}
.nav-box li{
	float:left;
	width:calc(100% / 7);
	text-align:center;
	position: relative;
}
.nav-box li a{
	display:block;
	padding:0;
	width:100%;
	height:66px;
	font-size:16px;
	line-height:66px;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.nav-box li dl a {
	height:48px;
	font-size:16px;
	line-height:48px;
}
.nav-box li > a:before{
	content:"";
	width:60%;
	height:3px;
	background-color:#f2b81d;
	position:absolute;
	left:-100%;
	bottom:0;
	transition:all 0.4s ease-in 0s;

}
.nav-box li:hover > a:before,
.nav-box li.on-top > a:before{
	left:20%;
}
.nav-box li dl {
	position: absolute;
	top: 66px;
	left: 0;
	width: 100%;
	z-index: 5;
	background-color: #003e95;
	display: none;
}
.nav-box li dl a {
	font-size: 14px;
}
.nav-box li:hover dl {
	display: block;
}
.nav-box li dl a:hover {
	/*text-decoration: underline;*/
	background-color:#f2b81d;
}
@media (max-width: 1259px) {
	/*.logo-tit{display:none;}*/
  	.index-head-left{width:300px;}
	/*.index-head-right{width:calc(100% - 200px);}*/

}
@media (max-width: 991px) {
	/*.index-head-right{width:calc(100% - 150px);}*/
	.nav-box li a{font-size:15px;}
}
@media (max-width: 767px) {
  	/*.logo-tit{display:block;}
	.nav-box{display:none;}
	.logo-box{height:80px;}*/
	.logo img{
		width:200px;
		padding-top:8px;
	}

	.tel, .nav, .logo-tit-en {display: none;}
	
	
	.logo-tit {
	    padding-left: 60px;
	    padding-top: 24px;
	}
}
/***************** banner*****************/
/*--- 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:-42px;
}
.callbacks_tabs li{
	display:inline-block;
}

.callbacks_tabs li a{
	visibility: visible;
	font-size:0;
	height: 12px;
	width: 12px;	
	display:block;
	background:rgba(255,255,255,.5);
	border-radius:50%;
	margin:0 8px;
}
.callbacks_tabs li a:hover,
.callbacks_tabs .callbacks_here a{
	background:#f2b81d;
}
.callbacks_tabs a{
	visibility:hidden;
}
.sub-banner img{
	display:block;
	width:100%;
}

@media(max-width:640px){
	.callbacks_tabs{
		margin-left:-27px;
		bottom:10px;
	}
	.callbacks_tabs li a{
		height: 10px;
		width: 10px;
		margin:0 4px;
	}	
}
/********首页标题**************/
.index-tit{
	text-align:center;
	margin-bottom:50px;
}
.index-tit-cn{
	display:block;
	font-size:28px;
	line-height:28px;
	font-weight:bold;
	margin-bottom:15px;
	text-align:center;
}
.index-tit-en{
	display:inline-block;
	font-size:18px;
	line-height:18px;
	height:18px;
	position:relative;
}
.index-tit-en:before,
.index-tit-en:after{
	content:"";
	width:8px;
	height:1px;
	position:absolute;
	top:50%;
}
.index-tit-en:before{
	left:-15px;
}
.index-tit-en:after{
	right:-15px;
}
.index-tit01 .index-tit-cn{color:#003e95;}
.index-tit01 .index-tit-en{color:#999;}
.index-tit01 .index-tit-en:before,
.index-tit01 .index-tit-en:after{
	background:#999;
}
.index-tit02 span{color:#fff;}
.index-tit02 .index-tit-en:before,
.index-tit02 .index-tit-en:after{
	background:#fff;
}
@media (max-width:1259px) {
	.index-tit{margin-bottom:40px;}
}
@media (max-width: 991px) {
	.index-tit{margin-bottom:30px;}
}
@media (max-width:767px) {
	.index-tit{margin-bottom:25px;}
	.index-tit-cn{
		font-size:22px;
		line-height:22px;
		margin-bottom:10px;
	}
	.index-tit-en{
		font-size:14px;
		line-height:14px;
		height:14px;
	}
}	
/***********index-more************/
.index-more{
	display:block;
	width:200px;
	height:40px;
	border:1px solid #f2b81d;
	border-radius:20px;
	font-size:16px;
	font-weight:bold;
	line-height:38px;
	padding-left:85px;
	color:#fff;
	background:#f2b81d url(../images/arrow01.png) no-repeat 30px center;
	box-shadow: 0px 2px 4px 0px rgba(242, 184, 29, 0.53);
	transition:all 0.4s ease-in 0s;
}
.index-more:hover{
	background:#f2b81d url(../images/arrow01.png) no-repeat 45px center;
}
@media (max-width:767px){
	.index-more{
		width:140px;
		height:38px;
		line-height:36px;
		padding-left:55px;
		background:#f2b81d url(../images/arrow01.png) no-repeat 15px center;
	}
	.index-more:hover{
		background:#f2b81d url(../images/arrow01.png) no-repeat 22px center;
	}
}

/****************关于**********************/
.index-about{
	padding:60px 0;
	background:#f8f8f8;
}
.index-about .container{position:relative;}
.index-about-pic01{
	float:left;
	width:50%;
	height:600px;
	background:url(../images/index_about01.jpg) no-repeat center;
	background-size:cover;
}
.index-about-right{
	float:right;
	width:50%;
}
.index-about-tit{
	width:100%;
	height:400px;
	position:relative;
}
.index-at-cn{
	display:block;
	font-size:28px;
	line-height:28px;
	font-weight:bold;
	color:#003e95;
	position:absolute;
	right:30px;
	top:60px;
}
.index-at-en{
	display:inline-block;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	color:#999;
	letter-spacing:-1px;
	position:absolute;
	right:0;
	top:0;
}
.index-about-list{
	float:left;
	width:calc(100% - 210px);
	padding-left:25px;
}
.index-about-pic02{
	float:right;
	width:200px;
}
.index-about-pic02 img{
	display:block;
}
.index-about-list li{
	margin-top:10px;
  	height:40px;
}
.index-about-ll{
	float:left;
	width:40px;
	height:40px;
	margin-right:10px;
	padding:3px;
	border-radius:50%;
	background-color:#81a0cb;
}
.index-about-color{
	width:100%;
	height:100%;
	border-radius:50%;
	background-color:#25519d;
}
.index-about-color span{
	display:block;
	width:100%;
	height:100%;
}
.index-about-color1 span{
	background:url(../images/ic1.png) no-repeat center;
}
.index-about-color2 span{
	background:url(../images/ic2.png) no-repeat center;
}
.index-about-color3 span{
	background:url(../images/ic3.png) no-repeat center;
}
.index-about-color4 span{
	background:url(../images/ic4.png) no-repeat center;
}
.index-about-lr{
	float:right;
	width:calc(100% - 50px);
  	height:40px;
	font-size:16px;
	line-height:40px;
}
.index-about-list li:hover .index-about-ll{
	background-color:#f9dd8f;
}
.index-about-list li:hover .index-about-color{
	background-color:#f2b81d;
}
.index-about-info{
	width:600px;
	background-color:#fff;
	padding:30px 25px;
	position:absolute;
	right:200px;
	top:65px;
}
.index-about-info:before,
.index-about-info:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
}
.index-about-info:before{
	left:-10px;
	top:-10px;
	border-left:10px solid rgba(0,62,149,.25);
	border-top:10px solid rgba(0,62,149,.25);
}
.index-about-info:after{
	right:-10px;
	bottom:-10px;
	border-right:10px solid rgba(0,62,149,.25);
	border-bottom:10px solid rgba(0,62,149,.25);
}
.index-about-name{
	font-size:20px;
	line-height:20px;
	margin-bottom:25px;
	font-weight:bold;
}
.index-about-des span{
	display:block;
	font-size:16px;
	line-height:30px;
	color:#666;
	text-indent:2em;
}
@media (max-width:991px){
	.index-about-pic01{
		width:60%;
		height:600px;
	}
	.index-about-right{
		width:40%;
	}
	.index-about-list{
		float:none;
		width:100%;
	}
	.index-about-pic02{display:none;}
	.index-about-info{
		width:400px;
		padding:30px 20px;
	}
	.index-about-name{
		font-size:18px;
		line-height:18px;
		margin-bottom:15px;
	}
	.index-about-des span{
		font-size:15px;
		line-height:25px;
	}
}
@media (max-width:767px){
	.index-about-pic01{
		display:none;
	}
	.index-about-right{
		float:none;
		width:100%;
	}
	.index-about-tit{
		height:auto;
		padding-top:15px;
		margin-bottom:25px;
	}
	.index-about-tit:before{
		content:"";
		width:60px;
		height:4px;
		background-color:#e6e6e6;
		position:absolute;
		top:0;
		left:0;
	}
	.index-at-cn{
		display:block;
		position:static;
		font-size:22px;
		line-height:22px;
		margin-bottom:10px;
	}
	.index-at-en{
		font-size:14px;
		line-height:14px;
		font-weight:normal;
		display:block;
		letter-spacing:0;
		position:static;
		-webkit-writing-mode:horizontal-tb;
		writing-mode:lr-tb;
		writing-mode:horizontal-tb;
	}
	.index-about-info{
		position:relative;
		right:auto;
		top:auto;
		laft:auto;
		bottom:auto;
		width:calc(100% - 20px);
		margin:10px;
		padding:15px;
	}
	.index-about-list{
		padding-left:0;
	}
	.index-about-list li{
		float:left;
		width:21%;
      	height:85px;
		margin:0 2% 20px;
	}
	.index-about-ll{
		float:none;
		margin:0 auto 5px;
	}
	.index-about-lr{
		float:none;
		width:80px;
		margin:0 auto;
		text-align:center;
		font-size:14px;
		line-height:20px;
	}
}
@media (max-width:420px){
	.index-about-list li{
		width:40%;
		margin:0 5% 20px;
	}
}
/***************产品中心***********************/
.index-pro{
	padding:60px 0;
}
.index-pro-left{
	float:left;
	width:350px;
}
.index-pro-right{
	float:right;
	width:calc(100% - 400px);
}
.index-pro-tit{
	padding-top:20px;
	margin-bottom:20px;
	position:relative;
}
.index-pro-tit:before{
	content:"";
	width:100px;
	height:6px;
	background-color:#e6e6e6;
	position:absolute;
	top:0;
	left:0;
}
.index-pt-cn{
	display:block;
	font-size:33px;
	line-height:33px;
	font-weight:bold;
	margin-bottom:10px;
	color:#003e95;
}
.index-pt-en{
	display:block;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	color:#999;
	letter-spacing:-1px;
}
.index-pro-nav{
	width:300px;
}
.index-pro-nav li a{
	display:block;
	width:100%;
	height:40px;
	padding-left:60px;
	font-size:16px;
	line-height:40px;
	color:#999;
	margin-bottom:1px;
	background:#f5f5f5;
	position:relative;
}
.index-pro-nav li a:before{
	content:"";
	display:block;
	width:40px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#f2b81d url(../images/arrow01.png) no-repeat center;
}
.index-pro-nav li a:hover{
	background-color:#003e95;
	color:#fff;
}

.index-pro-intro{
	padding:20px 0;
}
.index-pro-intro span{
	display:block;
	font-size:15px;
	line-height:25px;
	color:#999;
	text-indent:2em;
}
.index-pro-list{
	padding:35px 30px 0 30px;
	background-color:#ddd;
}
.index-pro-list li{
	float:left;
	width:22%;
	margin-right:4%;
	margin-bottom:35px;
}
.index-pro-list li:nth-of-type(4n){
	margin-right:0;
}
.index-pro-img {
	padding-top: 100%;
	position: relative;
}
.index-pro-img img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display:block;
	max-width:100%;
	max-height: 100%;
}
.index-pro-name{
	background-color:#f5f5f5;
	padding:10px 15px;
  	
}
.index-pro-name span{
  	display:block;
	width:100%;
  	font-size:16px;
	line-height:20px;
	height:40px;
	color:#999;
  	overflow:hidden;
}
.index-pro-list li:hover .index-pro-name{
	background-color:#f2b81d;
}
.index-pro-list li:hover .index-pro-name span{
	color:#fff;
}
@media (max-width:1259px){
	.index-pt-cn{
		font-size:28px;
		line-height:28px;
	}

	.index-pro-left{
		width:280px;
		margin-right:30px;
	}
	.index-pro-right{
		width:calc(100% - 310px);
	}
	.index-pro-nav{
		width:100%;
		margin-bottom:100px;
	}
	.index-pro-intro{display:none;}
	.index-pro-list{padding:15px 15px 0 15px}
	.index-pro-list li{
		width:23.5%;
		margin-right:2%;
		margin-bottom:15px;
	}
}
@media (max-width:991px){
	.index-pro-left{width:250px;}
	.index-pro-right{
		width:calc(100% - 280px);
	}
	.index-pro-tit:before{height:5px;}
	.index-pro-nav{margin-bottom:80px}
	.index-pro-nav li a{
		padding-left:55px;
		font-size:15px;
	}
	.index-pro-list li{
		width:32%;
		margin-right:0;
		margin-bottom:15px;
	}
	.index-pro-list li:nth-of-type(3n-1){
		margin-left:2%;
		margin-right:2%;
	}
	.index-pro-list li:nth-of-type(7),
	.index-pro-list li:nth-of-type(8){
		display:none;
	}
	.index-pro-name span{font-size:15px;}
}
@media (max-width:767px){
	.index-pro-left,
	.index-pro-right{
		float:none;
		width:100%;
	}
	.index-pro-left{margin-bottom:20px;}
	.index-pro-tit{
		padding-top:15px;
		margin-bottom:25px;
	}
	.index-pro-tit:before{
		width:60px;
		height:4px;
	}
	.index-pt-cn{
		font-size:22px;
		line-height:22px;
	}
	.index-pt-en{
		font-size:14px;
		line-height:14px;
		font-weight:normal;
		letter-spacing:0;
	}
	.index-pro-nav{
		float:left;
		width:100px;
      	height:38px;
		margin-bottom:0;
		padding-top:15px;
		display: none;
	}
	.index-pro .index-more{float:right;}
	.index-pro-nav li{
		float:left;
		width:8px;
		height:8px;
		margin:0 5px;
	}	
	.index-pro-nav li a{
		height:100%;
		padding:0;
		font-size:0;
		line-height:0;
		border-radius:50%;
		background-color:#f2b81d;
	}
	.index-pro-nav li a:before{
		display:none;
	}

}
@media (max-width:520px){
	.index-pro-list{padding:15px 10px 0 10px}
	.index-pro-list li{
		width:48%;
	}
	.index-pro-list li:nth-of-type(3n-1){
		margin-left:0;
		margin-right:0;
	}
	.index-pro-list li:nth-of-type(2n){
		margin-left:4%;
	}
	.index-pro-name span{font-size:14px;}
}
/****************新闻**********************/
.index-news{
	padding:60px 0;
	background:#09346e url(../images/index_news_bg.png) no-repeat top center;
	background-size:100%;
}
.index-news-list {display: none;}
.index-news-list.on {display: block;}
.index-news-list li{
	float:left;
	width:24.25%;
	margin-right:1%;
}
.index-news-list li:last-of-type{margin-right:0;}
.index-news-pic{
	width:100%;
	height:250px;	
}
.index-news-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*.index-news-list li:nth-of-type(1) .index-news-pic{
	background:url(../images/index_news01.jpg) no-repeat center;
	background-size:cover;
}
.index-news-list li:nth-of-type(2) .index-news-pic{
	background:url(../images/index_news02.jpg) no-repeat center;
	background-size:cover;
}
.index-news-list li:nth-of-type(3) .index-news-pic{
	background:url(../images/index_news03.jpg) no-repeat center;
	background-size:cover;
}
.index-news-list li:nth-of-type(4) .index-news-pic{
	background:url(../images/index_news04.jpg) no-repeat center;
	background-size:cover;
}*/
.index-news-info{
	padding:20px 10px 25px;
	background-color:#fff;
	position:relative;
	overflow:hidden;
}
.index-news-info:before{
	content:"";
	width:100%;
	height:4px;
	background-color:#f2b81d;
	position:absolute;
	left:-100%;
	bottom:0;
	transition:all 0.4s ease-in 0s;
}
.index-news-list li:hover .index-news-info:before{
	left:0;
}
.index-news-tit{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	height:20px;
	margin-bottom:15px;
	color:#666;
	overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-news-des{
	font-size:15px;
	line-height:25px;
	height:75px;
	overflow:hidden;
	color:#666;
}
.index-news .index-more02{
	margin:40px auto 0;
}
@media (max-width:1259px){
	.index-news-pic{height:190px;}
	.index-news-tit{
		font-size:17px;
	}
	.index-news-des{
		font-size:14px;
	}
}
@media (max-width:991px){
	.index-news-pic{height:140px;}
	.index-news-tit{
		font-size:16px;
	}
}
@media (max-width:767px){
	.index-news-list li{
		width:49%;
		margin-right:2%;
		margin-bottom:20px;
	}
	.index-news-list li:nth-of-type(2n){margin-right:0;}
	.index-news-pic{height:190px;}
  	.index-news .index-more02{
		margin:15px auto 0;
	}
}
@media (max-width:600px){
	.index-news-pic{height:160px;}
}
@media (max-width:520px){
	.index-news-pic{height:140px;}
	.index-news .index-more{
		margin:10px auto 0;
	}
	.index-news-tit{
		font-size:15px;
		margin-bottom:5px;
	}
	.index-news-des{
		font-size:14px;
		line-height:20px;
		height:60px;
	}
}
/****************荣誉**********************/
.index-honor{
	padding:60px 0;
	background-color:#f5f5f5;
}
.index-honor-box{
	background:url(../images/index_honor_bg.png) no-repeat center;
	background-size:100%;
}
.index-honor-list{
	max-width:600px;
	margin:0 auto;
}
.index-honor-list li{
	float:left;
	width:40%;
	margin:0 5%;
}
.index-honor-pic img{
	display:block;
	max-width:100%;
	margin:0 auto;
}
.index-honor-tit{
	display:block;
	font-size:16px;
	line-height:16px;
	color:#999;
	margin-top:25px;
	text-align:center;
}
@media (max-width:600px){
	.index-honor-tit{
		font-size:14px;
		margin-top:10px;
	}
}
/****************联系**********************/
.index-contact{
	background:#3d3d3f;
	padding: 50px 0 40px;
}
.index-contact-left{
	float:left;
	width:350px;
	padding-top:26px;
}
.index-contact-right{
	float:right;
	width:50%;
	height:300px;
	background:url(../images/index_contact.jpg) no-repeat center;
}
.index-contact-tit{
	padding-bottom:10px;
	margin-bottom:5px;
	border-bottom:1px solid #fff;
}
.index-ct-cn{
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	color:#fff;
}
.index-ct-en{
	font-size:16px;
	line-height:20px;
	color:#fff;
}
.index-contact-des li{
	font-size:16px;
	line-height:30px;
	color:#fff;
}

@media (max-width:767px){
	.index-contact{display:none;}
}
/****************foot**********************/
.index-foot{
	background:#242527;
	padding:15px 0;
}
.index-foot-copy{
	float:left;
	color:#fff;
}
.index-foot-tech{
	display:block;
	float:right;
	color:#fff;
	cursor:pointer;
}
.index-foot-line2{margin-top:15px;}
.index-foot-beian{float:left;}
.index-foot-beian a{color:#fff;}
.index-foot-link{float:right;}
.index-foot-link span,
.index-foot-link a{
	color:#fff;
	margin-left:2px;
}
.index-foot a:hover{text-decoration:underline;}

@media(max-width:600px){
	.index-foot-line1,
	.index-foot-line2{
		padding:0;
	}
	.index-foot-copy,
	.index-foot-tech{
		float:none;
		width:100%;
		text-align: center;
		
	}
	.index-foot-copy a {
		display: block;
	}
}
/**********首页边距***********/
@media(max-width:767px){
	.index-about,
	.index-pro,
	.index-news,
	.index-honor{padding:30px 0;}
}
/*******************************************内页********************************************/
/**********子页banner***********/
.sub-banner img{
	display:block;
	width:100%;
}
/**********内页通用框架***********/
.sub-cont{padding:40px 0;}
.sub-left{
	float:left;
	width:250px;
	margin-right:30px;
}
.sub-right{
	float:right;
	width:calc(100% - 280px);
}
@media(max-width:991px){
	.sub-left{
		width:230px;
		margin-right:30px;
	}
	.sub-right{
		width:calc(100% - 260px);
	}
}
@media(max-width:767px){
	.sub-left,
	.sub-right{
		float:none;
		width:100%;
	}
}
/**********pos***********/
.pos-box{
	padding-bottom:10px;
	border-bottom:1px solid #cdcdcd;
}
.pos-box-left{
	float:left;
	height:24px;
	border-left:2px solid #003e95;
	padding-left:10px;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	color:#003e95;
}
.pos-box-right{
	float:right;
	font-size:14px;
	line-height:24px;
	color:#999;
}
.pos-box-right span,
.pos-box-right a{
	font-size:14px;
	line-height:24px;
	color:#999;
	margin-left:5px;
}
.pos-box-right a:hover{
	color:#003e95;
}
/**********sub-left***********/
@media(max-width:991px){
	.sub-left-nav02{margin-bottom:30px}
}
/***一级导航****/
.sln-fir-list{margin-bottom:1px;}
.sln-fir-list>a{
	display:block;
	width:100%;
	height:40px;
	padding-left:50px;
	font-size:15px;
	line-height:40px;
	color:#666;
	background-color:#f5f5f5;
	position:relative;
}
.sln-fir-list>a:before{
	content:"";
	display:block;
	width:40px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#f2b81d url(../images/arrow01.png) no-repeat center;
}
.sln-fir-list.active>a,
.sln-fir-list>a:hover{
	background-color:#003e95;
	color:#fff;
}
/***二级导航****/
.sln-sec-list{
	margin-bottom:5px;
	display:none;
}
.sln-sec-list li a{
	display:block;
	width:100%;
	height:30px;	
	padding:0 5px 0 5px;
	font-szie:14px;
	line-height:30px;
	color:#666;
	background-color:#f5f5f5;
	margin-bottom:1px;
	position:relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.sln-sec-list li a:before{
	content:"";
	display:block;
	width:100%;
	height:2px;
	background-color:#f2b81d;
	position:absolute;
	left:-100%;
	bottom:0;
	transition:all 0.4s ease 0s;
}
.sln-sec-list li.active a:before,
.sln-sec-list li:hover a:before{
	left:0;
}

/***二级导航显示****/
.sln-fir-list:hover .sln-sec-list,
.sln-fir-list.active .sln-sec-list{
	display:block;
}
/***联系我们***/
.sub-left-con{margin-top:50px;}
.slc-tit{
	padding-bottom: 10px;
 	margin-bottom: 5px;
	position:relative;
}
.slc-tit-cn{
	font-size:18px;
  font-weight:bold;
  line-height:20px;
	color:#003e95;
}
.slc-tit-en{
	font-size:13px;
  line-height:20px;
	color:#999;
	text-transform: uppercase;

}
.slc-list li{
	padding:10px 5px 10px 15px;
	border-left:3px solid #f2b81d;
	background-color:#f5f5f5;
	margin-bottom:1px;
	font-size:14px;
	line-height:20px;
	color:#666;
}
@media(max-width:991px){
	.sln-fir-list>a{font-size:14px;}
}

/*********文章列表 ***************/
.sub-news-list{margin-bottom:40px;}
.sub-news-list li{
	padding:20px 0 10px;
	border-bottom:1px dashed #bbb;
}
.snl-tit{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	height:20px;
	margin-bottom:10px;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.snl-des{
	font-size:16px;
	line-height:25px;
	height:25px;
	color:#999;
	margin-bottom:10px;
    white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.snl-date{
	float:right;
	width:100px;
	height:30px;
	border-radius:4px;
	background-color:#666;
	font-size:14px;
	line-height:30px;
	color:#fff;
	text-align:center;
}
.sub-news-list li:hover .snl-tit{color:#003e95;}
.sub-news-list li:hover .snl-date{background-color:#003e95;}
@media (max-width:1259px){
	.snl-des{font-size:15px;}
}
@media (max-width:991px){
	.snl-tit{
		font-size:17px;
		margin-bottom:5px;
	}
	.snl-des{font-size:14px;}
	.snl-date{
		width:90px;
		height:26px;
		line-height:26px;
		font-size:13px;
	}
}
@media (max-width:767px){
	.snl-des{height:auto;}
	.snl-date{font-size:12px;}
}
/*********案例列表***************/
.sub-case-list{
	margin-top:30px;
	margin-bottom:10px;
}
.sub-case-list li{
	float:left;
	width:30%;
	padding:10px;
	border:1px solid #ddd;
	margin-bottom:30px;
}
.sub-case-list li:nth-of-type(3n-1){
	margin-left:5%;
	margin-right:5%;
}
.scl-img {
	margin-bottom: 15px;
	padding-top: 80%;
	position: relative;
}
.scl-img img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width:100%;
	max-height: 100%;
	object-fit: cover;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.sub-case-list li:hover{
	border:1px solid #003e95;
}
.sub-case-list li:hover img {
}
.sub-case-list li .txt {
	font-size: 14px;
	color: #666;
	height: 22px;
	line-height: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sub-case-list li:hover .txt {
	color: #003e95;
}
/*********新闻详情***************/
.sub-news-box{padding-top:20px;}
.snb-tit{
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
}
.snb-date{
	font-size:13px;
	line-height:20px;
	text-align:center;
	padding-bottom:15px;
	border-bottom: 1px dashed #ddd;
}
.snb-date span{
	margin: 0 15px;
	color:#666;
}
.sub-news-detail{padding:20px 0;}
.sub-news-detail img {
	max-width: 100%;
	height: auto !important;
}
/*********产品详情***************/
.sub-pro-box{padding-top:20px;}
.spb-tit{
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	padding-bottom:15px;
	border-bottom: 1px dashed #ddd;
}
.sub-pro-detail{
    padding:20px 0;
	overflow:hidden;
}
.sub-pro-detail table{
	overflow:scroll ;
}
/*********案例详情***************/
.sub-case-detail{padding:20px 0;}
/*********联系**************/
.sub-contact-detail{padding-top:20px;}
.sub-contact-company{
	font-size:18px;
	font-weight:bold;
	margin-bottom:40px;
	color:#003e95;
}
.sub-contact-list{margin-bottom:20px;}
.sub-contact-list li{
	float:left;
	width:32%;
	margin-bottom:20px;
}
.sub-contact-list li:nth-of-type(3n-1){
	margin-left:2%;
	margin-right:2%;
}
.sub-contact-tit{
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	height:24px;
	color:#003e95;
	padding-left:30px;
	margin-bottom:5px;
}
.sub-contact-des{
	font-size:14px;
	line-height:20px;
	color:#666;
}
.sub-contact-tit01{
	background:url(../images/con_ic01.png) no-repeat left center;
}
.sub-contact-tit02{
	background:url(../images/con_ic02.png) no-repeat left center;
}
.sub-contact-tit03{
	background:url(../images/con_ic03.png) no-repeat left center;
}
.sub-contact-tit04{
	background:url(../images/con_ic04.png) no-repeat left center;
}
.sub-contact-tit05{
	background:url(../images/con_ic05.png) no-repeat left center;
}
@media (max-width:1259px){
	.sub-contact-list li{
		width:49%;
	}
	.sub-contact-list li:nth-of-type(3n-1){
		margin-left:0;
		margin-right:0;
	}
	.sub-contact-list li:nth-of-type(2n){
		margin-left:2%;
	}
}
@media (max-width:991px){
	.sub-contact-list li{
		width:45%;
	}
	.sub-contact-list li:nth-of-type(2n){
		margin-left:10%;
	}
	.sub-contact-des{
		height:40px;
	}
}
@media (max-width:620px){
	.sub-contact-list li{
		width:100%;
		margin-bottom:15px;
	}
	.sub-contact-list li:nth-of-type(2n){
		margin-left:0;
	}
	.sub-contact-des{
		height:auto;
	}
}
/*********单页 **************/
.sub-page-detail{padding-top:20px;}

/*******分页**********/
#pageDiv {
	clear: both;
	float:right;
	text-align:center; 
	color: #333; 
}
#pageDiv a,#pageDiv span {
	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 .current {
	background-color:#003e95;
	border: 1px solid #003e95;
	color:#fff;
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
	#pageDiv{ 
		float:none;
		margin:0 auto;
	}
	#pageDiv span,#pageDiv a { 
		font-size:12px;
	}
}
/*******上下页**********/
.in-prenext div span{
	font-size:13px;
	color:#666;
	line-height:24px;
	margin-right:10px;
}
.in-prenext div a{
	font-size:13px;
	color:#666;
	line-height:24px;
}
.in-prenext div a:hover{color:#003e95;}
.in-back{
	display:block;
	width:130px;
	padding-left:20px;
	text-align:center;
	font-size:14px;
	line-height:32px;
	height:32px;
	background:#003e95 url(../images/back.png) no-repeat 8px center;
	color:#fff;
	border-radius:5px;
	margin-top:10px;
	position:relative;
	top:0;
}
.in-back:hover{top:-2px;box-shadow:0 1px 6px 1px rgba(0,0,0,.5); }
/******推荐新闻**********/
.in-news-tj{
	margin-top:40px;
	margin-bottom:30px;
}
.tj-tit{
	width:100%;
	height:35px;
	padding-left:8px;
	background:url(../images/tit_bg01.png) no-repeat left bottom;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	color:#003e95;
}
.in-tjnews-box,
.in-tjpro-box{
	padding:25px 5px;
	background:url(../images/tit_bg02.png) no-repeat right bottom;
}
.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:#003e95;
	margin-right:10px;
}
.in-tjnews-box li div{
	float:left;
	width:calc(100% - 100px);
	font-size:14px;
	line-height:28px;
	height:28px;
	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:#003e95;}
@media (max-width: 1259px) {
	.in-tjnews-box,
	.in-tjpro-box{
		padding:20px 5px;
	}
	.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;
	overflow:hidden;
}
.in-tjpro-box li:hover img{
	border:1px solid #003e95;
	box-shadow:0 0 8px rgba(12,143,215,.3);
}
.in-tjpro-box li:hover span{color:#003e95;}
               
/*****新增样式**********/                           
.ryzs{float:left;width:40%;margin-right:5%;text-align:center;}
.ryzs img{width:100%}
.clearfix{clear:both}


.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden!important;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}


.k_ld_index_gallay_item {
    padding: 5px;
    background-color: #fff;
    position: relative;
}

.k_ld_index_gallay_item_pic {
    width: 100%;
    overflow: hidden;
}

.k_ld_index_gallay_item_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.k_ld_index_gallay_item_name {
    position: absolute;
    right: 5px;
    left: 5px;
    bottom: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background-color: rgba(0, 140, 215, 0.5);
    text-align: center;
    padding: 12px 5px;
}

.k_ld_swipe_btn {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #008cd7;
    color: #fff;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    cursor: pointer;
    margin: 15px 0px;
}

.k_ld_swipe_bt_left {
    margin-right: 7px;
}

.k_ld_swipe_bt_right {
    margin-left: 7px;
}

.text-nowrap {color: #fff;}
.k_ld_swipe_btn {
    width: 50px;
    height: 58px;
    line-height: 58px;
    font-size: 26px;
    border-radius: 0px;
    margin: 0px;
    position: absolute;
    top: 48%;
    top: calc(50% - 29px);
    top: -webkit-calc(50% - 29px);
    top: -ms-calc(50% - 29px);
    top: -o-calc(50% - 29px);
    top: -moz-calc(50% - 29px);
}
.k_ld_index_gallay_wrapper {
    width: 100%;
    position: relative;
    padding-left: 75px;
    padding-right: 75px;
}
.k_ld_index_gallay_left {
    left: 0px;
}

.k_ld_index_gallay_right {
    right: 0px;
}

#k_ld_index_gallay {
    padding: 65px 0px;
}

#k_ld_index_gallay .swiper-slide {
    position: relative;
    z-index: 1;
}

#k_ld_index_gallay .swiper-slide-active.swiper-slide {
    z-index: 3;
}

#k_ld_index_gallay .swiper-slide-prev.swiper-slide,#k_ld_index_gallay .swiper-slide-next.swiper-slide {
    z-index: 2;
}

.swiper-slide-active .k_ld_index_gallay_item {
    transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    -moz-transform: scale(1.4);
}

.swiper-slide-prev .k_ld_index_gallay_item,.swiper-slide-next .k_ld_index_gallay_item {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}


.index-news .index-tit {margin-bottom: 0 !important;}
.index-news .tab-hd {padding: 20px 0; text-align: center;}
.index-news .tab-hd a {margin:0 15px; display: inline-block; background-color: #eee; width: 100px; height: 36px; line-height: 36px; border-radius: 3px;}
.index-news .tab-hd a.on { background-color: #f2b81d; }

@media screen and (max-width: 900px) {
    .swiper-slide-active .k_ld_index_gallay_item {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }

    .swiper-slide-prev .k_ld_index_gallay_item,.swiper-slide-next .k_ld_index_gallay_item {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }

    #k_ld_index_gallay {
        padding: 35px 0px;
    }

    .k_ld_index_gallay_content {
        margin-top: 30px;
    }
}

@media screen and (max-width: 670px) {
    .swiper-slide-active .k_ld_index_gallay_item {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }
}





.index-contact .left{overflow: hidden; /*float:left; width:840px;*/}
.index-contact .left ul{float:left;width:100%;margin-bottom: 22px;font-size: 0;}
.index-contact .left ul li{display: inline-block;font-size: 15px;color: #f0f0f1;margin-right: 32px;}
.index-contact .left ul li br{ display:none;}
.index-contact .left ul li a{ color:#fff}
.index-contact .left ul br{ display:none}
.index-contact .left .ar_article{float:left;width: 100%;}
.index-contact .left .ar_article p{color:#fff;font-size: 15px;padding-bottom:0;margin-bottom: 0;line-height: 2.5;}
.index-contact .left .ar_article p a{color:#fff;}
.index-contact .left .ar_article p a:hover{ color:#ffc100}
.index-contact .left ul li a:hover{ color:#ffc100}
.index-contact .left .ar_article p a .iconfont{color:#df0001;vertical-align: middle;}
.index-contact .left .ar_article p a .iconfont img{ vertical-align:middle; display:inline-block; margin-top:-4px; margin-left:10px; margin-right:5px;}
.index-contact .left .ar_article p a font{ text-decoration:underline}
.index-contact .left .ar_article p a font:hover{ color:#fff}
.index-contact .right{ float:right; position:relative;margin-top:77px;}
.index-contact .right .clear{ display:none}
.index-contact .right .txt{ float:left; margin-right:1.5rem; text-align:right;}
.index-contact .right .txt h2{ margin-bottom:0.3rem;}
.index-contact .right .txt h2 a{display:inline-block;width:7.1875rem;height:2.1875rem;line-height:2.1875rem;background: #ffc100;font-size:0.875rem;color: #39393a;text-align:center;}
.index-contact .right .txt h2 a i{font-size: 0.85rem;margin-right: 0.375rem;}
.index-contact .right .txt h2 a i img{ display:inline-block; vertical-align:middle}
.index-contact .right .txt h5{font-size: 14px;color:#fff;margin-bottom: 8px;}
.index-contact .right .txt h1{font-size: 22px;color:#fff;}
.index-contact .right .ewm{float:right;width:100px;height:100px;}