﻿@charset "utf-8";
/* CSS Document */
/*******css重置*******/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-family: "微软雅黑", arial;
}

.container {
	margin: 0 auto;
	max-width: 1230px;
}

img {
	display: block;
}

h1,
h5,
h2 {
	font-size: 1em;
}

.clearfix {
	clear: both;
}

p {
	font-size: 14px;
}

p img {
	max-width: 750px;
	margin: 0 auto;
}

@media(max-width:500px) {
	p img {
		width: 100%;
	}
}

.jianbian {
	background: #444;
	background: -moz-linear-gradient(left, #444 0%, #1863ab 100%);
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#444), to(#1863ab));
	background: -webkit-linear-gradient(left, #444 0%, #1863ab 100%);
	background: -o-linear-gradient(left, #444 0%, #1863ab 100%);
	background: -ms-linear-gradient(left, #444 0%, #1863ab 100%);
	background: linear-gradient(to right, #444 0%, #1863ab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#1863ab', GradientType=1);
}

.jianbian1 {
	background: transparent;
	background: -moz-linear-gradient(left, transparent 30%, #1863ab 50%, #1863ab 50%);
	background: -webkit-linear-gradient(left, transparent 30%, #1863ab 50%, #1863ab 50%);
	background: -o-linear-gradient(left, transparent 30%, #1863ab 50%, #1863ab 50%);
	background: -ms-linear-gradient(left, transparent 30%, #1863ab 50%, #1863ab 50%);
	background: linear-gradient(to right, transparent 30%, #1863ab 50%, #1863ab 50%);
}

/****************************head*******************************/
.id-head-left {
	float: left;
	width: calc(100% - 250px);
	background-color: #444;
	padding: 12px 0;
}

.id-head-wel {
	font-size: 14px;
	float: left;
	color: #fff;
	line-height: 16px;
	height: 16px;
}

.id-head-a {
	float: right;
	color: #fff;
	font-size: 0;
	padding-right: 20px;
}

.id-head-a a {
	font-size: 14px;
	display: inline-block;
	color: #fff;
	padding: 0 8px;
	line-height: 16px;
	height: 16px;
}

.id-head-a a:nth-child(1) {
	border-right: 1px solid #fff;
}

.id-head-right {
	float: left;
	width: 250px;
	color: #fff;
	line-height: 40px;
	height: 40px;
	background: url(../images/tel.png)20px center no-repeat;
	padding-left: 50px;
}

.id-head-a a:hover {
	text-decoration: underline;
}

@media(max-width:991px) {
	.index-header {
		display: none;
	}
}



/****************************logo*******************************/
.index-logo {}

.logo {
	float: left;
	margin-right: 10px;
	padding: 25px 0;
}

.logo img {
	width: 100%;
}

.logo1 {
	float: left;
	margin-top: 20px;
	padding-right: 10px;
	border-right: 1px dashed#d9d9d9;
	margin-right: 10px;
}

.logo1 div:nth-child(1) {
	font-size: 24px;
	color: #1192e6;
	font-weight: 600;
	letter-spacing: 1px;
}

.logo1 div:nth-child(2) {
	font-size: 10px;
	color: #1192e6;
	letter-spacing: -1px;
}

.logo2 {
	float: left;
	margin-right: 10px;
	padding: 15px 0;
}

.logo4 {
	float: left;
	padding: 20px 0;
}

.logo4 div:nth-child(1) {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	letter-spacing: -1px;
}

.logo4 div:nth-child(1) span {
	color: #1192e6;
}

.logo4 div:nth-child(2) {
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
}


/***************************************************导航*****************************************************/
.nav {
	float: right;
	width: calc(100% - 480px);
}

.nav li {
	float: left;
	line-height: 80px;
	width: 12%;
}

.nav a {
	font-size: 16px;
	text-align: center;
	color: #333;
	padding: 5px 0;
	display: block;
}

.nav>li {
	position: relative;
}

.nav-down-menu {
	position: absolute;
	left: 0px;
	top: 90px;
	clear: both;
	display: none;
	z-index: 99;
	background-color: #1863ab;
	width: 120px;
}

.nav-down-menu a {
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 30px;
	padding: 5px 0;
}

.navli-down-menu a {
	padding-left: 25px;
}

.nav .on-top a {
	color: #1863ab;
}

.nav-a {
	position: relative;
	z-index: 999;
}

.nav a:hover {
	color: #1863ab;
}

.nav-down-menu a:hover {
	color: #1863ab;
}

@media(max-width:1259px) {
	.logo4 {
		display: none;
	}

	.nav {
		float: right;
		width: calc(100% - 280px);
	}
}


@media(max-width:991px) {
	.logo {
		padding: 20px 0;
	}

	.logo1 div:nth-child(1) {
		font-size: 20px;
		letter-spacing: 1px;
	}

	.logo1 div:nth-child(2) {
		font-size: 8px;
	}


}

@media(max-width:767px) {}

@media(max-width:530px) {
	.logo {
		width: 35px;
	}

	.logo1 {
		margin-top: 15px;
	}

	.logo2 {
		padding: 10px 0;
	}

	.logo2 {
		width: 30px;
	}

	.logo2 img {
		width: 100%;
	}
}

@media(max-width:420px) {}

@media(max-width:360px) {}

/**************************************************手机导航********************************************/

.nav-btn {
	float: right;
	display: none;
	padding: 25px 0;
}

.nav-btn img {
	width: 100%;
}

.navli .nav-cn-en {
	overflow: hidden;
	background-color: #243c62;
}

.navli .nav-cn-en a {
	display: block;
	color: #fff;
	float: left;
	width: 50%;
	border-right: 1px solid #131314;
}

.navli>div:first-child {
	font-size: 18px;
	padding: 10px 0px;
	color: #999;
	font-weight: bold;
	text-align: center;
}

.navli {
	position: fixed;
	right: 0px;
	top: 0;
	text-align: left;
	display: none;
	z-index: 999;
	background-color: #333;
	width: 240px;
	height: 100%;
}

.navli a {
	font-size: 14px;
	color: white;
	line-height: 50px;
	display: block;
	padding-left: 30px;
	padding-right: 10px;
}

.navli li {
	background-color: #333;
	border-bottom: 1px solid #000;
	position: relative;
}

.id-nav-tu {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	background: url(../images/jiantou-nav.png)center no-repeat #243c62;
	background-size: 10px;
	transition: 1s;
	border-left: 2px solid #131314;
	opacity: 0.6
}

.navli .navli-txt {
	overflow: hidden;
	padding: 10px 10px 10px 30px;
	background-color: #000;
}

.navli-txt div:nth-child(1) {
	float: left;
	font-size: 16px;
	color: #fff;
}

.navli-txt div:nth-child(2) {
	float: right;
	width: 16px;
	margin-top: 3px;
}

.navli-txt div:nth-child(2) img {
	width: 100%;
}

.navli-down-menu {
	display: none;
	background-color: #fff;
	z-index: 2;
}

.navli-down-menu li {
	border-top: 1px solid #666;
	background-color: #131314;
}

.navli>li:hover {
	background-color: rgba(96, 96, 96, 0.90)
}

.navli-down-menu li:hover {
	background-color: rgba(96, 96, 96, 0.80)
}

.navli .nav-cn-en a:hover {
	background-color: #1d66cf;
}

.id-nav-tu:click {
	transform: rotate(90deg);
	transition: 1s;
}

@media(max-width:991px) {
	.nav-btn {
		display: block;
	}

	.nav {
		display: none;
	}

}

@media(max-width:767px) {}

@media(max-width:530px) {
	.nav-btn {
		padding: 20px 0;
	}
}


/**************************************************banner********************************************/

.swiper-slide img {
	width: 100%;
}




/**************************************************公共宽度********************************************/
.index-section {
	padding: 60px 0;
}


@media(max-width:1260px) {
	.index-section {
		padding: 50px 0;
	}
}

@media(max-width:991px) {
	.index-section {
		padding: 40px 0;
	}
}

@media(max-width:767px) {}

@media(max-width:530px) {
	.index-section {
		padding: 30px 0;
	}
}



/**************************************************index-title********************************************/
.index-title {
	overflow: hidden;
	margin-bottom: 40px;
}

/*******index-title-left***********/
.id-title-left {
	float: left;
	width: 480px;
}

.id-title-left span {
	font-size: 30px;
	display: inline-block;
	line-height: 36px;
	height: 36px;
}

.id-title-left span:nth-child(1) {
	color: #333;
	font-weight: 600;
}

.id-title-left span:nth-child(2) {
	color: #dcdcdc;
	letter-spacing: -1px;
}

/*******index-title-right***********/
.id-title-right {
	float: left;
	width: calc(100% - 480px);
	padding-bottom: 3px;
	background: url(../images/index-tit-bg.png)left bottom no-repeat;
	background-size: 100% 3px;
	position: relative;
}

.id-tit-intro {
	font-size: 12px;
	color: #999;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	display: block;
	float: left;
	width: calc(100% - 90px);
}

.id-tit-more {
	font-size: 12px;
	padding: 5px 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	background-color: #d3d3d3;
	border-radius: 4px;
	color: #fff;
}


.id-tit-more:hover {
	background-color: #f3c102;
}

@media(max-width:1259px) {
	.id-title-left span {
		font-size: 26px;
	}

	.id-title-left {
		width: 380px;
	}

	.id-title-right {
		width: calc(100% - 380px);
	}

	.index-title {
		margin-bottom: 30px;
	}
}

@media(max-width:600px) {
	.index-title {
		margin-bottom: 20px;
	}

	.id-title-left {
		width: 340px;
	}

	.id-title-right {
		width: calc(100% - 340px);
		margin-top: 5px;
	}

	.id-title-left span {
		font-size: 24px;
	}

	.id-title-right {
		height: 26px;
		background: none;
	}

	.id-tit-intro {
		display: none;
	}

	.id-tit-more {}
}

@media(max-width:500px) {
	.id-title-left {
		width: 100px;
	}

	.id-title-right {
		width: calc(100% - 100px);
		margin-top: 8px;
	}

	.id-title-left span:nth-child(2) {
		display: none;
	}
}

/*************************************************介绍图标********************************************/
.index-introduce {
	background: url(../images/id-intro-bg.jpg)center no-repeat;
	background-size: 100% 100%;
}

.id-intro-box {
	padding: 30px 25px;
	width: 23.5%;
	margin-right: 2%;
	float: left;
	display: block;
	box-shadow: 0 0 5px 3px #e4e4e4;
	background-color: #fff;
	position: relative;
}

.index-introduce a:last-child {
	margin-right: 0;
}

.id-intro-tu {
	width: 40px;
	height: 40px;
	margin: 0 auto 15px;
}

.id-intro-tit {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	text-align: center;
	line-height: 30px;
	margin-bottom: 20px;
}

.id-intro-txt {
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	color: #666;
	text-align: center;
}

.id-intro-xian {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.id-intro-xian:before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #f3c102;
	position: absolute;
	left: 0;
	top: 0px;
}

.id-intro-xian:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #1863ab;
	position: absolute;
	left: -100%;
	top: 0;
	transition: all ease 0.8s;
}


.id-intro-tu1 {
	background: url(../images/intro-coin2.png)center no-repeat;
	background-size: auto 100%;
}

.id-intro-tu2 {
	background: url(../images/intro-coin3.png)center no-repeat;
	background-size: auto 100%;
}

.id-intro-tu3 {
	background: url(../images/intro-coin1.png)center no-repeat;
	background-size: auto 100%;
}

.id-intro-tu4 {
	background: url(../images/intro-coin4.png)center no-repeat;
	background-size: auto 100%;
}



.id-intro-box:hover .id-intro-xian:after {
	left: 0;
}


@media(max-width:767px) {
	.index-introduce {
		display: none;
	}

	.id-intro-box {
		width: 49%;
		margin-bottom: 10px;
	}

	.index-introduce a:nth-child(2n) {
		margin-right: 0;
	}
}

@media(max-width:400px) {
	.id-intro-box {
		padding: 20px 15px;
	}

	.id-intro-tit {
		font-size: 17px;
		margin-bottom: 10px;
	}
}



/*************************************************index-product********************************************/
.id-pro-nav {
	overflow: hidden;
	margin-bottom: 30px;
}

.id-pro-nav a {
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	padding: 0 10px;
	width: 15%;
	margin-right: 2%;
	text-align: center;
	color: #666;
	border: 1px solid #666;
	border-radius: 6px;
	display: block;
	float: left;
}

.id-pro-nav a:last-child {
	margin-right: 0;
}

.id-pro-all {
	overflow: hidden;
}

.id-pro-box {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
	display: block;
	background-color: #f8f8f8;
	position: relative;
}

.id-pro-all a:nth-child(3n) {
	margin-right: 0;
}

.id-pro-box img {
	width: 100%;
}

.id-pro-tit {
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
	color: #666;
}

.id-di-xian {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	overflow: hidden;
}

.id-di-xian:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #f3c102
}

.id-di-xian:after {
	content: "";
	position: absolute;
	left: -100%;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #1863ab;
	transition: all ease 0.8s;
}


.id-pro-nav a:hover {
	background-color: #1863ab;
	border-color: #1863ab;
	color: #fff;
}

.id-pro-box:hover .id-di-xian:after {
	left: 0;
}


@media(max-width:1259px) {
	.id-pro-nav a {
		font-size: 14px;
		line-height: 36px;
		height: 36px;
	}
}

@media(max-width:767px) {
	.id-pro-nav {
		margin-bottom: 10px;
	}

	.id-pro-nav a {
		width: 32%;
		margin-bottom: 10px;
	}

	.id-pro-nav a:nth-child(3n) {
		margin-right: 0;
	}

	.id-pro-tit {
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
}

@media(max-width:560px) {
	.id-pro-box {
		width: 49%;
		margin-bottom: 10px;
	}

	.id-pro-all a:nth-child(3n) {
		margin-right: 2%;
	}

	.id-pro-all a:nth-child(2n) {
		margin-right: 0;
	}
}

@media(max-width:400px) {
	.id-pro-nav a {
		width: 49%;
	}

	.id-pro-nav a:nth-child(3n) {
		margin-right: 2%;
	}

	.id-pro-nav a:nth-child(2n) {
		margin-right: 0;
	}
}



/*************************************************公司简介********************************************/
.index-company {
	background: url(../images/id-com-bg.jpg)left center no-repeat;
	background-size: 50% 100%;
}

.id-com-right {
	float: right;
	width: 50%;
	padding-left: 2%;
}

.id-com-tit {
	margin: 0;
	font-size: 24px;
	line-height: 60px;
	height: 60px;
	margin-bottom: 20px;
	width: 330px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 3px;
	background: url(../images/index-tit2-bg.png)left bottom no-repeat;
	background-size: 100% 3px;
}

.id-com-txt {
	font-size: 14px;
	line-height: 26px;
	height: 130px;
	margin-bottom: 20px;
	width: 100%;
	color: #fff;
	text-indent: 30px;
	text-align: justify;
	overflow: hidden;
}

.id-com-cer {
	overflow: hidden;
}

.id-com-cer img {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.id-com-cer img:last-child {
	margin-right: 0;
}

@media(max-width:767px) {
	.index-company {
		background-size: 100% 100%;
	}

	.id-com-tit {
		font-size: 22px;
		width: 290px;
	}

	.id-com-right {
		clear: right;
		width: 100%;
		padding-left: 0%;
	}

	.index-company .index-com-jianbian {
		background: rgba(24, 99, 171, 0.9);
	}

}

/**************************************************客户案例*******************************************/
.index-case {
	background: url(../images/id-case-bg.jpg)center no-repeat;
	background-size: 100% 100%;
}

.flex-item {
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow: 0 0 5px 3px #e4e4e4;
}

.flex-item img {
	width: 100%;
}

.id-case-tit {
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
	color: #666;
}

.carousel.flexible .items {
	display: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.center {
	text-align: center;
}

.right {
	text-align: right;

}

.flex-item:hover .id-di-xian:after {
	left: 0;
}

@media(max-width:767px) {
	.id-pro-tit {
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
}





/**************************************************新闻资讯*******************************************/
.id-news-all {
	overflow: hidden;
}

.id-news-left {
	float: left;
	width: 46%;
	margin-right: 4%;
}

.id-news-right {
	float: left;
	width: 50%;
}

.id-news-box {
	display: block;
	border-bottom: 1px dashed #d2d2d2;
}

.id-news-top {
	overflow: hidden;
}

.id-news-top div {
	line-height: 45px;
	height: 45px;
}

.id-news-tit {
	font-size: 16px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	width: calc(100% - 80px);
	font-weight: 600;
}

.id-news-time {
	font-size: 12px;
	color: #999;
	float: right;
	text-align: right;
	width: 70px;
}

.id-news-txt {
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #666;
	margin-bottom: 10px;
	display: none;
	text-align: justify;
}

.id-news-txt-on {
	display: block;
}

.id-news-box:hover .id-news-tit {
	color: #1863ab;
}

.id-news-box:hover {
	border-color: #1863ab;
}

@media(max-width:1259px) {
	.id-news-top div {
		line-height: 38px;
		height: 38px;
	}

	.id-news-txt {
		height: 26px;
	}
}

@media(max-width:991px) {
	.id-news-left {
		clear: left;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}

	.id-news-right {
		clear: left;
		width: 100%;
	}

	.id-news-txt {
		height: 52px;
	}
}




/**************************************************相关企业*******************************************/
.index-partner {
	background-color: #fafafa;
}

.marqueeleft {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.marqueeleft ul {
	float: left;
}

.marquee1_1 li a img {
	width: 100%;
}

.marqueeleft li {
	float: left;
	margin: 0 5px;
	display: inline;
	overflow: hidden;
}

.marqueeleft li .pic {
	display: block;
	padding: 2px;
	overflow: hidden;
}

.marqueeleft li .pic img {
	border: #ccc 1px solid;
}

.marqueeleft li .pic div {
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	text-align: center;
	color: #666;
}


/**************************************************底部连接*******************************************/
.index-footer {
	background-color: #1863ab;
	;
}

.index-footer .container {
	background-image: url(../images/di-map.jpg);
	background-position: right center;
	background-size: 40% 100%;
	background-repeat: no-repeat;
}

.id-footer-all {
	overflow: hidden;
	width: 55%;
	padding: 60px 0;
}

.id-footer-box1 {
	float: left;
	width: 150px;
	margin-right: 2%;
}

.id-footer-box2 {
	float: left;
	width: 120px;
	margin-right: 2%;
}

.id-footer-box3 {
	float: left;
	width: 300px;
	margin-right: 2%;
}

.id-footer-tit {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	color: #fff;
	font-weight: 600;
}

.id-footer-box span {
	padding: 1.5px 22px;
	background-color: #f3c102;
	font-size: 0;
}

.id-footer-a,
.id-footer-li {
	margin-top: 5px;
}

.id-footer-a a {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	display: block;
	color: #fff;
}

.id-footer-li li {
	font-size: 14px;
	line-height: 30px;
	padding-left: 24px;
	color: #fff;
	background-position: left center;
	background-repeat: no-repeat;
}

.id-footer-li1 {
	background-image: url(../images/di-coin1.png);
}

.id-footer-li2 {
	background-image: url(../images/di-coin2.png);
}

.id-footer-li3 {
	background-image: url(../images/di-coin3.png);
}

.id-footer-li4 {
	background-image: url(../images/di-coin4.png);
}

.id-footer-li5 {
	background-image: url(../images/di-coin5.png);
}

.id-footer-li6 {
	background-image: url(../images/di-coin6.png);
}

.id-footer-li7 {
	background-image: url(../images/di-coin7.png);
}

.id-footer-a a:hover {
	text-decoration: underline;
}

@media(max-width:1259px) {
	.id-footer-all {
		padding: 40px 0;
	}

	.id-footer-box1 {
		width: 100px;
		margin-right: 2%;
	}

	.id-footer-box2 {
		width: 100px;
		margin-right: 2%;
	}

	.id-footer-box3 {
		width: 290px;
		margin-right: 0;
	}
}

@media(max-width:991px) {
	.id-footer-all {
		padding: 10px 0;
	}

	.id-footer-all1 {
		display: none;
	}

	.index-footer .container {
		background: none;
	}
}

@media(max-width:767px) {
	.id-footer-all {
		padding: 30px 0;
	}

	.id-footer-box1 {
		clear: left;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}

	.id-footer-box2 {
		display: none;
	}

	.id-footer-box3 {
		clear: left;
		width: 100%;
	}

	.id-footer-a a {
		display: inline-block;
		margin-right: 5px;
	}

	.id-footer-li li {
		float: left;
		width: 50%;
	}

	.id-footer-li li:last-child {
		clear: left;
		width: 100%;
	}
}

@media(max-width:500px) {
	.id-footer-li li {
		clear: left;
		width: 100%;
	}
}

/**************************************************技术文章********************************************/
.id-title div {
	text-align: left;
}

.id-tit1 {
	font-size: 24px;
	color: #333;
	font-weight: 600;
}

.id-tit2 {
	font-size: 12px;
	color: #999;
}


.index-art-news {
	padding: 40px 0;
	background-color: #f5f5f5;
}

.id-tec-news-all {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 40px;
}

.id-tec-news-box {
	float: left;
	width: 31%;
	margin: 0 1%;
	display: block;
	margin-bottom: 20px;
}

.id-tec-tit {
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	color: #000;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.id-tec-txt {
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #666;
}

.id-tec-time {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: #999;
	overflow: hidden;
	margin-top: 10px;
	padding-left: 20px;
	background: url(../images/news-cion.png)left center no-repeat;
}

.id-tec-news-box:hover .id-tec-tit {
	color: #1d66cf;
	text-decoration: underline;
}

@media(max-width:991px) {
	.id-tec-news-box {
		width: 46%;
		margin: 0 2%;
		margin-bottom: 20px;
	}
}

@media(max-width:767px) {
	.index-art-news {
		padding: 30px 0;
	}

	.id-tit1 {
		font-size: 22px;
	}
}

@media(max-width:530px) {
	.id-tec-news-all {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.id-tec-news-box {
		width: 100%;
		margin: 0%;
	}
}



.id-footer-pl {
	margin-top: 10px;
	text-align: left;
}

.id-footer-pl a,
.id-footer-pl span {
	color: #fff;
	font-size: 13px;
	display: inline-block;
	margin-right: 5px;
	line-height: 26px;
}

@media(max-width:991px) {
	.id-footer-pl {
		margin-top: 0px;
	}
}

/*******************************友情链接*******************************/
.index-yq {
	padding: 10px 0;
	background-color: #0e3c68;
}

.yq {
	float: left;
	padding-right: 10px;
	width: calc(100% - 120px);
}

.yq a {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
	line-height: 26px;
}

.yq-js {
	float: right;
}

.yq-js a,
.yq-js span {
	color: #fff;
	font-size: 12px;
	line-height: 26px;
}

.yq a:hover {
	text-decoration: underline;
}

@media(max-width:530px) {
	.yq-js {
		display: none;
	}

	.yq {
		width: 100%;
	}
}


/**************************************************新闻列表页*******************************************/
.news-list-in {
	padding: 60px 0;
}

.news-list-left {
	width: 20%;
	float: left;
	margin-right: 5%;
}

.news-list-right {
	width: 75%;
	float: right;
}

/******新闻列表页-左上*****/
.nl-left-pro {
	margin-bottom: 40px;
	padding: 10px;
	border: 1px solid #e0e0e0;
}

.nl-left-tit {
	font-size: 20px;
	padding: 20px 0;
	margin-bottom: 10px;
	background-color: #1863ab;
	color: #fff;
	font-weight: 600;
	text-align: center;
	position: relative;
}

.nl-left-tit img {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
}

.nl-left-pro>li {
	margin-bottom: 5px;
}

.nl-left-box {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	display: block;
	text-align: left;
	color: #333;
	width: 100%;
	padding: 0 10px;
	background-color: #e4e4e4;
	border-left: 5px solid #1863ab;
}

.nl-left-box-in li {
	border: 1px dashed #999;
	margin-bottom: 10px;
}

.nl-left-box-in li a {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	display: block;
	text-align: left;
	color: #333;
	width: 100%;
	border-radius: 40px;
	padding-left: 10%;
}

.nl-left-box-in {
	display: none;
	margin-bottom: 10px;
	margin-top: 10px;
}

/******新闻列表页-左下*****/
.nl-left-cu {}

.nl-left-cu li b {
	font-size: 16px;
}

.nl-left-cu li {
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
	color: #666;
	margin-bottom: 10px;
	border-bottom: 1px dashed #999;
}

.nl-left-cu div {
	margin-bottom: 10px;
}

.news-list-left>li:hover .nl-left-box-in {
	display: block;
}

.nl-left-pro>li:hover .nl-left-box {
	color: #1863ab;
	border-color: #f3c102;
}

.nl-left-box-in li:hover {
	border-color: #1863ab;
}

.nl-left-box-in li:hover a {
	color: #1863ab;
}

.nl-left-pro li:hover .nl-left-box-in {
	display: block;
}

.nl-left-box-in li a:hover {
	color: #333333;
}

/**************************************************新闻-右*******************************************/
.news-list-right {}

/*******新闻-右-标题********/
.nl-right-tit {
	overflow: hidden;
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.nl-top-title {
	font-size: 22px;
	float: left;
	color: #333;
}

.nl-top-right {
	float: right;
	color: #f3c102;
}

.nl-top-right a {
	font-size: 13px;
	line-height: 31px;
	color: #f3c102;
	display: block;
	float: left;
}

/*******新闻-右-内容********/
.nl-right-list {
	padding: 10px 0;
}

.nl-box-1 {
	display: block;
	margin-bottom: 10px;
	padding: 0 5px;
	border-bottom: 1px dashed #999;
}

.nl-box-1 div {
	line-height: 30px;
}

.nl-box-1 div:first-child {
	float: left;
	color: #333;
	font-size: 16px;
	width: calc(100% - 100px);
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nl-box-1 div:last-child {
	float: right;
	color: #999;
	font-size: 14px;
}

.pro-buttom {
	margin-top: 30px;
}

.pro-buttom a {
	display: inline-block;
	padding: 4px 8px;
	border: 1px solid #666;
	margin-left: 5px;
	color: #666;
	font-size: 12px;
	background-color: #fff;
	margin-bottom: 5px;
}

.pro-buttom a:hover {
	border: 1px solid #026bbc;
	color: #026bbc;
}

.nl-box-1:hover {}

.nl-box-1:hover div {
	color: #026bbc;
}

@media(max-width:1259px) {
	.news-list-left {
		width: 25%;
	}

	.news-list-right {
		width: 70%;
	}
}

@media(max-width:991px) {
	.news-list-in {
		padding: 40px 0;
	}

	/*******新闻-左-********/
	.news-list-left {
		clear: left;
		width: 100%;
		margin-right: 0;
	}

	.nl-left-cu {
		display: none;
	}

	.nl-left-tit {
		display: none;
	}

	.nl-left-box-in {
		display: none;
	}

	.nl-left-pro {
		margin-bottom: 15px;
	}

	.nl-left-pro {
		overflow: hidden;
		padding: 0;
		box-shadow: none;
		border: none;
	}

	.nl-left-pro li {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 10px 10px;
		background-color: #026bbc;
		border: 1px solid #026bbc;
		border-radius: 4px;
	}

	.nl-left-pro li a {
		text-align: center;
		padding-left: 0;
		background: none;
	}

	.nl-left-box {
		padding: 0px;
		background: none;
		line-height: 16px;
		height: 16px;
		color: #fff;
		border: none;
	}

	.nl-left-pro li:hover .nl-left-box-in {
		display: none;
	}

	.nl-left-pro li:hover {
		background-color: transparent;
	}

	/*******新闻-右-********/
	.news-list-right {
		clear: right;
		width: 100%;
	}

}

@media (max-width: 767px) {
	.nl-right-tit {
		padding: 0 0 5px;
	}

	.nl-left-box {
		font-size: 14px;
	}

	.nl-top-title {
		font-size: 20px;
	}

	.nl-top-right a {
		font-size: 12px;
		line-height: 28px;
	}
}

@media (max-width: 530px) {
	.news-list-in {
		padding: 30px 0;
	}

	.nl-top-title span {
		font-size: 17px;
	}

	.nl-top-right {
		display: none;
	}

	.nl-box-1 div:first-child {
		font-size: 14px;
	}

	.nl-box-1 div:last-child {
		font-size: 12px;
	}

	.nl-right-list {
		padding: 0;
	}

	.pro-buttom {
		margin-top: 20px;
	}

	.pro-buttom a {
		padding: 2px;
	}
}




/**************************************************新闻内页*******************************************/
/**************************************************面包屑导航*******************************************/
.page-nav {
	background-color: #026bbc;
}

.page-nav a {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	display: inline-block;
}

/*************************************************新闻内页****************************************************/
.news-details {
	padding: 40px 0;
}

.pd-dt {
	margin-bottom: 30px;
}

.news-tt-1 {
	margin: 0;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
}

.news-time1 a {
	font-size: 13px;
	color: #9f9f9f;
	margin: 0 5px;
	display: inline-block;
}

.text-content {
	font-size: 14px;
	padding: 10px 20px;
	text-align: justify;
}

.pro-in-right-22 {
	width: 100%;
}

.text-lianjie {
	margin-top: 20px;
}

.text-lianjie .last-text a,
.text-lianjie .next-text a {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	display: initial;
	color: #666;
}

.text-lianjie .last-text,
.text-lianjie .next-text,
.text-lianjie .return {
	font-size: 14px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	color: #666;
	width: 200px;
	;
	margin-bottom: 4px;
	padding: 0px 10px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	display: block;
}

.text-lianjie .return {
	background: url(../images/back.png)10px center no-repeat;
	background-color: #026bbc;
	color: #fff;
	padding-left: 40px;
}

.next-text:hover a,
.last-text:hover a {
	color: #fff;
}

.next-text:hover {
	background-color: #1d66cf;
	color: #fff;
}

.last-text:hover {
	background-color: #1d66cf;
	color: #fff;
}

/***********产品-中*********/
.pro-title1 {
	overflow: hidden;
	margin-bottom: 4px;
}

.pro-tt {
	font-size: 18px;
	color: #026bbc;
	float: left;
	padding-left: 20px;
	border-left: 4px solid #026bbc;
}

.pro-title1 a {
	float: right;
	color: #026bbc;
	font-size: 16px;
	padding: 2px 6px;
}

.news-all {
	overflow: hidden;
	margin-top: 10px;
}

.news-re {
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.ct-1 {
	float: left;
	padding: 0px 10px;
	width: 50%;
	display: block;
}

.pro-content1 {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 65%;
	float: left;
}

.time {
	float: right;
	color: #333;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 30%;
	text-align: right;
}

.pro-ex1 {
	overflow: hidden;
	margin-top: 20px;
}

.box11 {
	display: block;
}

.pro-ex1 .box11 {
	width: calc((100% - 80px)/4);
	margin: 0 10px;
	float: left;
}

.box11 img {
	width: 100%;
}

.box-tt {
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.ct-1:hover .pro-content2 {
	color: #026bbc;
}

.ct-1:hover .time {
	color: #026bbc;
}

.ct-1:hover .pro-content1 {
	color: #026bbc;
}

.box11:hover .box-tt {
	color: #026bbc;
}


@media(max-width:991px) {
	.box11 img {
		padding: 0;
	}
}

@media(max-width:767px) {
	.news-details {
		padding: 30px 0;
	}

	.news-tt-1 {
		font-size: 18px;
	}

	.text-right p {
		font-size: 14px;
		line-height: 28px;
	}

	/***********推荐系列********/
	.pro-tt {
		font-size: 16px;
	}

	.ct-1 {
		width: 100%;
	}

	.pro-ex1 .box11 {
		width: calc((100% - 40px)/2);
	}

	.pro-title1 a {
		font-size: 14px;
	}

	.pro-content1 {
		font-size: 14px;
	}

	.time {
		font-size: 14px;
	}
}

@media(max-width:530px) {
	.page-nav a {
		font-size: 12px;
	}

	/***********新闻内页********/
	.news-tt-1 {
		font-size: 16px;
	}

	.news-time1 a {
		font-size: 12px;
	}

	.news-re,
	.pro-re {
		display: none;
	}

	/***********推荐系列********/
	.pro-ex1 .box11 {
		width: calc((100% - 40px)/2);
		margin: 0 10px;
		margin-bottom: 10px;
	}

	.box-tt {
		font-size: 14px;
	}

	.pro-title1 a {
		font-size: 13px;
	}

	.time {
		font-size: 13px;
	}

	.pro-detail-box-tit {
		font-size: 14px;
	}
}

@media(max-width:380px) {
	.time {
		width: 32%;
	}
}



/**************************************************产品列表页*******************************************/
.pro-list-in {
	padding: 60px 0;
}

.pro-list-all {
	overflow: hidden;
	margin-top: 20px;
}

.pl-in-box {
	width: calc((100% - 40px)/3);
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #e0e0e0;
	position: relative;
}

.pro-list-all a:nth-child(3n) {
	margin-right: 0;
}

.pl-in-box img {
	width: 100%;
	height: 230px;
}

.pl-in-box div {
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	background-color: rgba(4, 115, 184, 0.8);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.pl-in-box:hover div {
	background-color: rgba(4, 115, 184, 1);
}

@media(max-width:991px) {
	.pro-list-in {
		padding: 40px 0;
	}

	.nl-left-pro .pl-left-box {
		width: calc((100% - 60px)/3);
	}
	
	.pl-in-box img {
		width: 100%;
		height: 150px;
	}
	
}

@media(max-width:767px) {
	.pro-list-in {
		padding: 30px 0;
	}

	.nl-left-pro .pl-left-box {
		width: calc((100% - 40px)/2);
	}

	.pl-in-box {
		width: calc((100% - 20px)/3);
		margin-right: 10px;
	}

}


@media(max-width:530px) {
	.nl-left-pro .pl-left-box {
		margin-left: 5px;
		margin-right: 5px;
		width: calc((100% - 20px)/2);
	}

	.pl-in-box {
		width: calc((100% - 10px)/2);
	}

	.pro-list-all a:nth-child(3n) {
		margin-right: 10px;
	}

	.pro-list-all a:nth-child(2n) {
		margin-right: 0;
	}

	.pl-in-box div {
		font-size: 14px;
	}
}


/*************************************************产品详情页****************************************************/
.pd-right-list {
	margin-bottom: 30px;
}

.pd-title {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

.pd-intro-nav {
	margin-bottom: 20px;
	font-size: 0;
}

.pd-intro-nav span {
	font-size: 14px;
	display: inline-block;
	background-color: #e4e4e4;
	padding: 10px 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #333;
	cursor: pointer
}

.pd-intro-nav .pd-intro-nav-on {
	background-color: #1863ab;
	color: #fff;
}

.pd-intro-nav span:hover {
	background-color: #1863ab;
	color: #fff;
}

.pd-intro-box {
	display: none;
	font-size: 14px;
}

.pd-intro-box-on {
	display: block;
}

@media(max-width:767px) {
	.pd-title {
		font-size: 18px;
	}

}

@media(max-width:600px) {
	.pd-intro-nav span {
		margin-right: 5px;
		margin-bottom: 5px;
	}
}

@media(max-width:530px) {

	.pd-title,
	.pd-intro-tit span {
		font-size: 16px;
	}

}


/**************************************************单页******************************************/
.page-details-contect {
	margin-top: 20px;
}


@media(max-width:530px) {
	.page-details-contect {
		margin-top: 10px;
	}
}

/**************************************************单页-联系我们******************************************/
.page-contact {
	margin-top: 20px;
}

.cu-map {
	overflow-x: scroll;
}

/********单页-联系我们.pc-com-1*******/
.pc-com-1 {
	margin-bottom: 20px;
	overflow: hidden;
}

.pc-com-1 li {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	float: left;
	width: 50%;
}

.pc-com-1 li:first-child {
	font-size: 20px;
	line-height: 40px;
	color: #026bbc;
	font-weight: 600;
	width: 100%
}

.pc-com-1 li:last-child {
	width: 100%
}

@media(max-width:767px) {
	.pc-com-1 li {
		clear: left;
		width: 100%;
	}
}

@media(max-width:530px) {
	.page-contact {
		margin-top: 10px;
	}

	.pc-com-1 div:first-child {
		font-size: 18px;
		line-height: 34px;
	}

	.pc-com-left div:first-child {
		font-size: 18px;
		line-height: 34px;
	}
}

/**************************************************单页-map******************************************/
#dituContent {
	width: 100%;
	height: 400px;
	margin-top: 20px;
}

.cu-map {
	overflow-x: scroll;
}

@media(max-width:991px) {
	#dituContent {
		height: 350px;
	}
}

@media(max-width:767px) {
	#dituContent {
		height: 240px;
		width: 700px;
	}

}

.project_img img {
	width: 50%;
	float: left;
	padding: 10px 60px;
}


/**************************************************技术文章********************************************/

.web-title-link-all {}

.web-title-link-all div {
	text-align: center;
	font-weight: 600;
}

.web-title-link-all div:nth-child(1) {
	font-size: 14px;
	color: #999
}

.web-title-link-all div:nth-child(2) {
	font-size: 20px;
	color: #333;
}

.techknologe-article-web-link {
	padding: 40px 0;
	background-color: #f5f5f5;
}

.web-teckknology-news-link {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 40px;
}

.web-teckknology-link-box {
	float: left;
	width: 31%;
	margin: 0 1%;
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
}

.web-teckknology-link-tit {
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	color: #000;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.web-teckknology-link-txt {
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #666;
}

.web-teckknology-link-time {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: #999;
	overflow: hidden;
	margin-top: 10px;
}

.web-teckknology-link-more a {
	font-size: 14px;
	display: inline-block;
	padding: 15px 40px;
	text-align: center;
	color: #fff;
	background-color: #fa7720;
	box-shadow: 2px 5px 4px #e6cbb9;
}

.web-teckknology-link-box:hover .web-teckknology-link-tit {
	color: #1d66cf;
	text-decoration: underline;
}

@media(max-width:992px) {
	.web-teckknology-link-box {
		width: 46%;
		margin: 0 2%;
		margin-bottom: 20px;
	}
}

@media(max-width:768px) {
	.techknologe-article-web-link {
		padding: 30px 0;
	}

}

@media(max-width:530px) {
	.web-teckknology-news-link {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.web-teckknology-link-box {
		width: 100%;
		margin: 0%;
		margin-bottom: 10px;
	}

	.web-teckknology-link-more a {
		padding: 10px 25px;
	}
}