/**banner**/

/**导航**/
.head-main{
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	position: absolute;
	z-index: 999;
}


/**产品中心**/
.product{
	margin-bottom: 50px;
}
.product .product-title{
	margin-top: 80px;
}
.product .product-title h3{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.product .product-title hr{
	width: 58px;
	border: none;
	border-top: 4px solid #0f0f0f;
	margin-top: 12px;
	margin-bottom: 12px;
}
.product .product-title p{
	font-size: 14px;
	text-align: center;
	color: #606061;
}
.product .product-list{
	margin-top: 70px;
}
.product .product-list ul li{
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	float: left;
	/*position: relative;*/
}
.product .product-list ul li h4{
	font-size: 18px;
	color: #393a3a;
	margin-top: 16px;
}
.product .product-list ul li p{
	font-size: 14px;
	color: #757575;
	line-height: 24px;
}
.product .product-list ul li button{
	padding: 7px 32px;
	color: #FFF;
	background-color: #266da4;
	border: 1px solid #266da4;
	border-radius: 18px;
	margin-top: 50px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
		/*position: absolute;
		bottom: -40px;*/
	}
	.product .product-list ul li a:hover button{
		margin-top: 18px;
		opacity: 1;
	}
	.product .product-list ul li a .img{
		/*background: url(../images/1.jpg) no-repeat;*/
		width: 159px;
		height: 160px;
		margin: 0 auto;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.product .product-list ul li a .img1{
		/*background: url(../images/cp-icon2.jpg) no-repeat;*/
		width: 159px;
		height: 160px;
		margin: 0 auto;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.product .product-list ul li a .img2{
		/*background: url(../images/cp-icon3.jpg) no-repeat;*/
		width: 159px;
		height: 160px;
		margin: 0 auto;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.product .product-list ul li a .img3{
		/*background: url(../images/cp-icon4.jpg) no-repeat;*/
		width: 159px;
		height: 160px;
		margin: 0 auto;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.product .product-list ul li a:hover .img{
		/*background: url(../images/cp-icon1.jpg) no-repeat;*/
	}
	.product .product-list ul li a:hover .img1{
		/*background: url(../images/2.jpg) no-repeat;*/
	}
	.product .product-list ul li a:hover .img2{
		/*background: url(../images/3.jpg) no-repeat;*/
	}
	.product .product-list ul li a:hover .img3{
		/*background: url(../images/4.jpg) no-repeat;*/
	}
	.product .product-more{
		text-align: center;
		margin-top: 50px;
	}
	.product .product-more a{
		color: #585959;
		padding: 10px 30px;
		border-radius: 10px;
		border: 1px solid #bfbfbf;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.product .product-more a:hover{
		color: #FFF;
		background-color: #266da4;
		border: 1px solid #266da4;
	}

	/**应用领域**/
	.lyu{
		background: url(../images/yyong_bg.jpg) no-repeat;
		background-size: cover;
	}
	.lyu .lyu-title{
		margin-top: 80px;
	}
	.lyu .lyu-title h3{
		font-size: 30px;
		font-weight: bold;
		text-align: center;
	}
	.lyu .lyu-title hr{
		width: 58px;
		border: none;
		border-top: 4px solid #266da4;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.lyu .lyu-title p{
		font-size: 14px;
		text-align: center;
		color: #606061;
	}


	/**领域轮播**/
	.client-box{
		margin-bottom: 50px;
		margin-top: 60px;
	}
	/**修改**/
	.client-box ul li{
		width: 22%;
		margin-left: 1.5%;
		margin-right: 1.5%;
		float: left;
		text-align: center;
	}
	.client-box ul li a{
		display: block;
	}
	.client-box  ul li a img{
		margin-top: 20px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.client-box  ul li a:hover img{
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.client-box ul li a h4{
		color: #212121;
		margin-bottom: 20px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.client-box ul li a:hover h4{
		color: #266da4;
	}
	.client-box ul li a p{
		color: #212121;
		font-size: 14px;
		line-height: 26px;
	}
	.client-box ul li a button{
		color: #212121;
		border: 1px solid #212121;
		font-size: 12px;
		background-color: #FFF;
		padding:6px 24px;
		border-radius: 8px;
		margin-top: 25px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.client-box ul li a:hover button{
		background-color: #266da4;
		border: 1px solid #266da4;
		color: #FFF;
	}
	/**修改结束**/


	/*.mr_frbox{
		height:355px;
	}
	.mr_frBtnL{
		float:left;
		display:block;
		height: 44px;
		width: 42px;
		background: url(../images/prev-icon.png) no-repeat 8px 8px;
		background-color: #959595;
		margin:120px 35px 0px 0px;
		cursor:pointer;
		display:inline;
		border-radius: 4px;
	}
	.mr_frBtnL:hover{
		background-color:#4179b1;
	}
	.mr_frUl{float:left;height:285px;width:1000px;}
	.mr_frUl .tempWrap{
		width: 1000px!important;
	}
	.mr_frBtnR{
		float:right;
		display: block;
		margin-top:120px;
		height: 44px;
		width: 42px;
		background: url(../images/next-icon.png) no-repeat 14px 8px;
		background-color: #959595;
		cursor:pointer;
		border-radius: 4px;
	}
	.mr_frBtnR:hover{
		background-color:#4179b1;
	}
	.mr_frUl ul li{
		display:inline;
		float:left;
		height:330px;
		width:238px!important;
		margin-right:11px;
		margin-left: 11px;
		overflow:hidden;
		text-align: center;
		padding: 15px;
		border-radius: 4px;
	}
	.mr_frUl ul li a img{
		margin-top: 20px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.mr_frUl ul li a:hover img{
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.mr_frUl ul li a h4{
		font-size: 18px;
		color: #212121;
		margin-top: 15px;
		margin-bottom: 12px;
	}
	.mr_frUl ul li a p{
		font-size: 13px;
		color: #666666;
		line-height: 23px;
	}
	.mr_frUl ul li a button{
		padding: 6px 28px;
		color: #212121;
		font-size: 12px;
		border: 1px solid #212121;
		border-radius: 8px;
		background-color: #FFF;
		margin-top: 10px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.mr_frUl ul li a:hover button{
		background-color: #266da4;
		border: 1px solid #266da4;
		color: #FFF;
	}
	.mr_frUl ul li img{
		display:block;
		margin-bottom:0px;
		}*/


		/**智能制造**/
		.zzao{
			margin-top: 60px;
		}
		.zzao .zzao-text{
			background-color: #323333;
		}
		.zzao-left{
			width: 60%;
			float: left;
		}
		.zzao-right{
			width: 40%;
			float: left;
			color: #FFF;
			padding: 40px;
		}
		.zzao-right h3{
			font-size: 28px;
			font-weight: bold;
			margin-top: 80px;
			margin-bottom: 15px;
		}
		.zzao-right p{
			font-size: 16px;
			line-height: 30px;
		}


		/**最新动态**/
		.new{
			margin-top: 60px;
			margin-bottom: 120px;
		}
		.new .new-title h3{
			font-size: 30px;
			font-weight: bold;
			text-align: center;
		}
		.new .new-title hr{
			width: 58px;
			border: none;
			border-top: 4px solid #266da4;
			margin-top: 12px;
			margin-bottom: 12px;
		}
		.new .new-title p{
			font-size: 14px;
			text-align: center;
			color: #606061;
		}
	/*.new .new-list ul{
		margin-top: 30px;
	}
	.new .new-list ul li{
		width: 31.33%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
	}
	.new .new-list ul li a h4{
		color: #0e050a;
		font-size: 16px;
	}
	.new .new-list ul li a p{
		color: #555555;
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.new .new-list ul li a p span{
		color: #878787;
		font-size: 14px;
		margin-right: 20px;
	}
	.new .new-list ul li a p.more{
		margin-top: 15px;
	}
	.new .new-list ul li a p.more:hover{
		color: #2b6da3;
		}*/
		.new-text{
			margin-top: 60px;
		}
		.new-text .new-img{
			position: relative;
		}
		.new-text .new-img .new-rq{
			position: absolute;
			top:0px;
			left: 0px;
			padding-left: 10px;
			padding-right: 10px;
			background-color: #266da4;
		}
		.new-text .new-img .new-rq h2{
			font-size: 44px;
			font-weight: bold;
			margin-top: 5px;
			color: #FFF;
			margin-bottom: 0px;
		}
		.new-text .new-img .new-rq p{
			color: #FFF;
			margin-bottom: 5px;
		}
		.new-text h5{
			font-size: 15px;
			font-weight: bold;
			margin-top: 25px;
			margin-bottom: 5px;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}
		.new-text p{
			line-height:25px;
			max-height: 50px;
			overflow: hidden;
		}
		.new-text .btn-default{
			margin-top: 20px;
			padding: 8px 30px;
			border-radius: 0px;
		}
		.new-text .btn-default:hover{
			color: #FFF;
			background-color: #266da4;
			border: 1px solid #266da4;
		}
		.new-list dl dt{
			width: 15%;
			text-align: center;
			float: left;
			margin-right: 2%;
		}
		.new-list dl dt h2{
			font-size: 48px;
			font-weight: bold;
			margin-top: 0px;
			margin-bottom: 5px;
			color: #c6c4c5;
		}
		.new-list dl dt p{
			color: #c6c4c5;
		}
		.new-list dl dd{
			float: left;
			width:83%;
		}
		.new-list dl dd h5{
			margin-top: 10px;
			font-size: 15px;
			color: #474747;
		}
		.new-list dl dd p{
			color: #7c7c7c;
			font-size: 14px;
			line-height: 25px;
			max-height: 50px;
			overflow: hidden;
		}
		.new-list dl{
			overflow: hidden;
			margin-bottom: 20px;
			border-bottom: 1px solid #d6d6d6;
		}
		.new-list dl a:hover dd h5{
			color: #266da4;
		}

		@media(min-width: 768px) and (max-width: 992px){
			.banner{
				margin-top: 80px;
			}
			.product .product-title {
				margin-top: 50px;
			}
			.product .product-list ul li {
				width: 98%;
				margin-left: 1%;
				margin-right: 1%;
				text-align: center;
				float: left;
			}
			.product .product-list ul li button {
				padding: 7px 32px;
				color: #FFF;
				background-color: #266da4;
				border: 1px solid #266da4;
				border-radius: 18px;
				margin-top: 18px;
				opacity: 0;
				transition: all 0.5s;
				-webkit-transition: all 0.5s;
				-o-transition: all 0.5s;
				-ms-transition: all 0.5s;
				-moz-transition: all 0.5s;
			}


			/**应用领域轮播**/
			/*.mr_frUl {
				float: left;
				height: 285px;
				width: 80%;
			}
			.mr_frUl .tempWrap{
				width:100%!important;
				}*/

				/**应用领域修改**/
				.client-box {
					margin-bottom: 130px;
					margin-top: 30px;
				}
				.client-box ul li {
					width: 100%;
					margin-left: 0%;
					margin-right: 0%;
					float: left;
					text-align: center;
				}


				/**智能制造**/
				.zzao-left{
					width: 100%;
					float: left;
				}
				.zzao-right{
					width: 100%;
					float: left;
					color: #FFF;
					padding: 40px;
				}
				.zzao-right h3 {
					font-size: 28px;
					font-weight: bold;
					margin-top: 10px;
					margin-bottom: 15px;
				}

				/**最新动态**/
				.new .new-list ul li{
					width: 100%;
					margin-left: 0%;
					margin-right: 0%;
					float: left;
				}

			}
			@media(max-width: 767px){
				.banner{
					margin-top: 80px;
				}
				.product .product-title {
					margin-top: 50px;
				}

				.product .product-list ul li {
					width: 98%;
					margin-left: 1%;
					margin-right: 1%;
					text-align: center;
					float: left;
				}
				.product .product-list ul li button {
					padding: 7px 32px;
					color: #FFF;
					background-color: #266da4;
					border: 1px solid #266da4;
					border-radius: 18px;
					margin-top: 18px;
					opacity: 0;
					transition: all 0.5s;
					-webkit-transition: all 0.5s;
					-o-transition: all 0.5s;
					-ms-transition: all 0.5s;
					-moz-transition: all 0.5s;
				}
				/**应用领域轮播**/
			/*.mr_frBtnL {
				float: left;
				display: block;
				height: 44px;
				width: 42px;
				background: url(../images/prev-icon.png) no-repeat 8px 8px;
				background-color: #959595;
				margin: 180px 5px 0px 0px;
				cursor: pointer;
				display: inline;
				border-radius: 4px;
			}
			.mr_frUl {
				float: left;
				height: 285px;
				width: 70%;
			}
			.mr_frUl .tempWrap{
				width:100%!important;
			}
			.mr_frBtnR {
				float: right;
				display: block;
				margin-top: 180px;
				height: 44px;
				width: 42px;
				background: url(../images/next-icon.png) no-repeat 14px 8px;
				background-color: #959595;
				cursor: pointer;
				border-radius: 4px;
			}
			*/
			
			/**应用领域修改**/
			.client-box {
				margin-bottom: 130px;
				margin-top: 30px;
			}
			.client-box ul li {
				width: 100%;
				margin-left: 0%;
				margin-right: 0%;
				float: left;
				text-align: center;
			}

			/**智能制造**/
			.zzao-left{
				width: 100%;
				float: left;
			}
			.zzao-right{
				width: 100%;
				float: left;
				color: #FFF;
				padding: 40px;
			}
			.zzao-right h3 {
				font-size: 28px;
				font-weight: bold;
				margin-top: 10px;
				margin-bottom: 15px;
			}

			/**最新动态**/
			.new .new-list ul li{
				width: 100%;
				margin-left: 0%;
				margin-right: 0%;
				float: left;
				margin-top: 10px;
			}
			.new-list{
				margin-top: 20px;
			}
			.new-list dl dt h2 {
				font-size: 42px;
				font-weight: bold;
				margin-top: 0px;
				margin-bottom: 5px;
				color: #c6c4c5;
			}
			.new-list dl dt p {
				color: #c6c4c5;
				font-size: 12px;
			}
		}