.Itop {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	position: relative;
	color: rgba(255, 255, 255, 0.9);
	background: linear-gradient(to right, #444444, #444444);
}
.Itop_left {
	float:left;
}
.Itop_right {
	z-index: 2;
	position: relative;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 40px;
	padding-left: 30px;
	background: url(../images/dot_top_tel.png) no-repeat left center;
	float:right;
}
.Ilogo {
	position: relative;
	padding: 35px 0px 30px 0px;
}
.Ilogo_box {
	float: left;
}
.head_logo {

}
.head_logo img {
	display: block;
}
.head_w {
	font-size: 18px;
	color: #555;
	line-height: 32px;
	padding-top: 5px;
	float:left;
}
.head_w strong {
	display: block;
	font-size: 26px;
	color: #222;
}
/*导航*/
.navbor {
	width: auto;
	color: #333;
	font-size: 16px;
	margin:15px 0 0 0;
	position:relative;
}
.nav {
}
.NavCeshi.page {
	position: relative;
}
.nav > ul > li {
	float: left;
	display:block;
	line-height:45px;
	width:auto;
	box-sizing: border-box;
	position:relative;
	z-index: 99;
	text-align:center;
	margin-left: 15px;
}
.nav > ul > li > a {
	display: block;
	font-size:1rem;
	color:#333;
	font-weight: lighter;
	padding: 0 25px;
	overflow: hidden;
}
.nav > ul > li:hover {
	height:45px;
}
.nav > ul > li:hover a {
	color:#fff;
}
.nav > ul > .block {
	background-color:#0566c7;
	height:45px;
	color:#fff !important;
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	padding: 0 25px;
	margin-left:15px;
	overflow: hidden;
}
.erji_menu {
	display: none;
	position: absolute;
	left: 0;
	width: 160px;
	z-index: 1111;
	top: 45px;
	left:-20px;
}
.erji_menu ul li a {
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
	font-size: 14px;
	color: #555 !important;
	line-height:45px;
	border-top:1px solid #e4e4e4;
	background: #f5f5f5;
	-webkit-transition:0.3s all ease-in-out;
	transition:0.3s all ease-in-out;
}
.erji_menu ul li a:hover {
	background:#0566c7;
	color:#fff !important;
}
.navcurrent a {
	color:#fff !important;
	background:#0566c7 !important;
}
.rightarrowpointer {
	display:none;
}


/*搜索*/
.Isearch {
	padding: 10px 0;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.Isearch .fl {
	padding-top: 18px;
	max-width: 1000px;
	line-height: 20px;
}
.Isearch .fl a:hover {
	text-decoration: underline;
	color: #0566c7;
}
.Isearch .fl a {
	display: inline-block;
	color: #555;
	font-size: 14px;
}
.Isearch .fl span:last-of-type {
	display: none;
}
.Isearch .fl strong {
	display: block;
	float: left;
	max-width: 90px;
	font-size: 14px;
}
.Isearch_right form {
	float: left;
	display: block;
	width: 270px;
	background: #f5f5f5;
	border-radius: 50px;
	line-height: 34px;
	height: 34px;
	position: relative;
	margin: 9px 0 9px 0px;
}
.Isearch_right form .search-i {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	display: block;
	transition: 0.3s all ease-in-out;
	background: #0566c7 url(../images/dot_so.png) no-repeat center;
}
.Isearch_right .search-i:hover {
	background-color: #0566c7;
}
.Isearch_right .search-i input {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: none;
	border: 0 none;
	outline: none;
}
.Isearch_right .search-bg input {
	line-height: 34px;
	background: none;
	border: 0 none;
	width: 220px;
	padding-left: 20px;
	color: #aaa;
	outline: none;
}
.Ititle {
	text-align: center;
	line-height: 40px;
	background: url(../images/made_ico.png)center bottom no-repeat;
	padding-bottom: 35px;
	margin-bottom: 40px;
}
.Ititle p {
	color: #333;
	font-size: 40px;
}
.Ititle dl {
	padding-top: 8px;
	font-weight: lighter;
	font-size: 17px;
	color: #888;
}
.Ititle span {
	color: #0566c7;
	font-weight: bold;
}
.Ititle_bai {
	text-align: center;
	line-height: 40px;
	padding-bottom: 35px;
	margin-bottom: 40px;
}
.Ititle_bai p {
	color: #fff;
	font-size: 40px;
}
.Ititle_bai dl {
	padding-top: 8px;
	font-weight: lighter;
	font-size: 17px;
	color: #fff;
}
.Ititle_bai span {
	color: #fff;
	font-weight: bold;
}
/*  定制*/
  .made_all {
	width: 100%;
	background: #f5f5f5;
	padding: 90px 0 90px 0;
}
.made_t {
	text-align: center;
	line-height: 40px;
	background: url(../images/made_ico.png)center bottom no-repeat;
	padding-bottom:35px;
	margin-bottom: 40px;
}
.made_t p {
	color: #333;
	font-size: 40px;
}
.made_t span {
	color: #0566c7;
	font-weight: bold;
}
.made_t dl {
	padding-top: 8px;
	font-weight: lighter;
	font-size: 17px;
	color: #888;
}
.made_b li {
	display: block;
	width: 25%;
	float: left;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 40px;
}
.made_b li i {
	display: block;
	font-size: 25px;
	color: #333;
	line-height: 50px;
	font-style: normal;
	padding-bottom: 15px;
}
.made_b li em {
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
	font-style: normal;
}
/*产品中心*/
  .prod_all {
	width: 100%;
	background: #fff;
	margin-top:80px;
	margin-bottom:80px;
}
.pro_tab a {
	background: #fff;
	position: relative;
	width:153px;
	float: left;
	padding:0 10px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #eee;
	height: 60px;
	line-height: 60px;
	color: #333;
	font-size: 18px;
}
.pro_tab a+a {
	margin-left: 10px;
}
.pro_tab .on {
	background: linear-gradient(to right, #0566c7, #0566c7);
	color:#fff;
	width:159px;
}
.prod_all .clearfix:After {
	display:block;
	content: "";
	clear: both;
}
.prod_all.products_d {
	line-height:32px;
}
.prod_all .products_d li {
	display:block;
	width: 305px;
	height: 210px;
	background: #fff;
	position: relative;
	overflow: hidden;
	float: left;
	box-sizing:border-box;
	border:1px solid #eee;
	margin:20px 20px 0 0;
}
.prod_all .products_d li:nth-of-type(3), .prod_all .products_d li:nth-of-type(5) {
margin-right:0;
}
.prod_all .products_d li img {
	width:100%;
	height:100%;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
}
.prod_all .products_d li:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-wbkit-transform: scale(1.1);
}
.prod_all .products_d li p {
	display:block;
	position:absolute;
	width:100%;
	bottom:0;
	text-align:center;
	left:0;
	right:0;
	font-size:14px;
	line-height:45px;
	background:rgba(5, 102, 199, 0.8);
	color:#fff;
	transition: 0.5s all ease;
}
 .prod_all .products_d li:nth-of-type(1) {
 width: 648px;
height: 440px;
}
.prod_all .products_d li:nth-of-type(1) p {
line-height:50px;
font-size:15px;
}
.prod_all .products_d li:hover p {
background:rgba(215, 0, 0, 0.8);
}
/*产品特点*/
 .feaure_all {
	width: 100%;
	height: 900px;
	overflow: hidden;
	box-sizing: border-box;
	background: url(../images/feature_bg2.jpg)center top no-repeat #f5f5f5;
	padding: 100px 0 80px 0;
}
.feaure_all .made_t {
	background:none;
	padding-bottom:10px;
}
.feaure_all .made_t p {
	color:#fff;
}
.feaure_all .made_t dl {
	color:rgba(255, 255, 255, 0.6);
}
.feaure_all .made_t span {
	color:#fff;
}
.feaure_b li {
	background: #fff;
	width: 300px;
	height: auto;
	box-sizing: border-box;
	padding: 50px;
	text-align: center;
}
.feaure_b li .img {
	width:120px;
	height:120px;
	background:#0566c7;
	border-radius:50%;
	margin:0 auto;

}
.feaure_b li dl {
	font-size: 22px;
	padding-top: 30px;
	line-height: 50px;
	color:#333;
}
.feaure_b li p {
	color: #888;
	font-size: 15px;
	font-weight: lighter;
	line-height: 32px;
	padding-top: 15px;
}
.feaure_b li+li {
	margin-left: 33px;
}
.feaure_b .tel dl {
	padding-top: 50px;
	line-height: 50px;
	color: #333;
	font-size: 30px;
}
.feaure_b .tel p {
	font-size: 17px;
	color: #555;
	font-weight:lighter;
	line-height: 40px;
}
 @-webkit-keyframes mymove1 {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@-moz-keyframes mymove1 {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
/*优势*/
.adv_all {
	padding: 90px 0 130px 0;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	background: url(images/adv_bg.jpg) bottom center no-repeat;
}
.adv_all:after {
	display: block;
	content: "";
	width: 100%;
	background: url(../images/adv_bg2.png) bottom center no-repeat;
	height: 95px;
	position: absolute;
	left:0;
	right: 0;
	bottom: 85px;
	z-index: 1;
}
.advcenter {
	overflow: hidden;
	box-sizing: border-box;
}
.advtab {
	margin-bottom:27px;
}
.advtab li {
	float:left;
	width:25%;
	height:116px;
	background:#0566c7;
	color:#fff;
	font-size:32px;
	cursor:pointer;
	position:relative;
transition:all .3s ease;
	box-sizing: border-box;
	border-right:1px solid rgba(255, 255, 255, 0.2);
}
.advtab li:first-child {
	border-radius: 25px 0 0 0;
}
.advtab li:last-of-type {
	border-radius: 0 25px 0 0;
	border-right: none;
}
.advtab li em {
	display:block;
	font-size:13px;
	color:rgba(255, 255, 255, 0.4);
	text-transform:uppercase;
	margin-top:3px;
transition:all .3s ease;
	letter-spacing: 0.5px;
}
.advtab li p {
	padding:25px 0 0 115px;
}
.advtab li i {
	position:absolute;
	display:block;
	width:60px;
	height:60px;
	top:0;
	bottom:0;
	margin:auto 0;
	left:50px;
	background:url(../images/adv_ico.png) no-repeat top left;
transition:all .5s ease;
}
.advtab li:nth-child(2) i {
background-position-x:-74px;
}
.advtab li:nth-child(3) i {
background-position-x:-168px;
}
.advtab li:nth-child(4) i {
background-position-x:-253px;
}
.advtab li.on {
	background:#7f1213;
}
.advtab li.on i {
	background-position-y:-66px;
}
.advwa {
	width: 650px;
	box-sizing: border-box;
	background:#fff;
	padding:50px 50px 0 50px;
}
.adv_t {
	font-size:28px;
	color:#222;
	display:block;
	margin-bottom:30px;
	line-height: 48px;
}
.adv_t b {
	display:block;
	font-size:38px;
	position:relative;
}
.adv_t b:after {
	display: block;
	content: "";
	width:65px;
	height: 3px;
	background: #ddd;
	margin: 25px 0 20px 0;
}
.adv_c {
	position: relative;
}
.advcon {
	position: relative;
	z-index: 2;
	background: #fff;
}
.advcon ul .fl {
	width: 650px;
	height: 520px;
	overflow: hidden;
}
.advcon ul .fl img {
	height: 520px;
	width: auto;
}
.adv_c p {
	font-size: 16px;
	font-weight: lighter;
	color: #888;
	line-height: 32px;
	padding-bottom:15px;
}
.adv_c p strong {
	color:#333;
}
.adv_c .tel {
	line-height: 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
	width: 100%;
	padding:15px 30px;
	box-sizing: border-box;
	margin-top: 15px;
}
.adv_c .tel:after {
	display: block;
	content: "";
	clear: both;
}
.adv_c .tel i {
	display: block;
	float: left;
	font-size: 16px;
	color: #888;
}
.adv_c .tel em {
	display: block;
	float: left;
	font-size: 26px;
	font-family: "airal";
	color: #222;
}
/*案例*/
.case_all {
	width: 100%;
	margin: 80px 0px; 
}
.partner_content {
	width: 1260px;
	margin: 40px auto auto auto;
}
.partner_content li {
	width: 20%;
	height: 130px;
	padding:8px 16px;
	box-sizing:border-box;
	border:1px solid #eee;
	float: left;
	overflow:hidden;
	border-right:none;
	position:relative;
}
.partner_content li:nth-of-type(5n) {
border-right:1px solid #eee;
}
.partner_content li:nth-child(n+6) {
border-top: none;
}
.partner_content li img {
	width:100%;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
}
.partner_content li:hover img {
	transition:rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}
.partner_content li p a {
	transition: all ease 0.5s;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	margin: 0 absolute;
	width: 100%;
	background: rgba(0, 108, 3, 0.9);
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 130px;
	height: 0;
	overflow: hidden;
}
.partner_content li:hover p a {
	height:130px;
}
.case_all .picScroll-left {
	position:relative;
}
.case_all .picScroll-left .hd {
	height:60px;
	z-index: 99;
	position: absolute;
	text-align:center;
	margin: 0 auto;
	width: 1300px;
	left: 0;
	right: 0;
	top:150px;
}
.case_all .picScroll-left .hd .prev {
	display:block;
	width:60px;
	height:60px;
	cursor:pointer;
	background:url(../images/013.png) 0 0 no-repeat;
	position:absolute;
	left:-80px;
	top: 0;
}
.case_all .picScroll-left .hd .next {
	display:block;
	width:60px;
	height:60px;
	position:absolute;
	right:-80px;
	top: 0;
	cursor:pointer;
	background:url(../images/014.png) 0 0 no-repeat;
}
.case_all .picScroll-left .hd .prevStop {
	background-position:-60px 0;
}
.case_all .picScroll-left .hd .nextStop {
	background-position:-60px -50px;
}
.case_all .picScroll-left .bd {
	padding:0;
	position:relative;
	overflow:hidden;
}
.case_all .picScroll-left .bd ul {
	overflow:hidden;
	zoom:1;
}
.case_all .picScroll-left .bd ul li {
	margin:0 20px 0 20px;
	float:left;
	_display:inline;
	overflow:hidden;
	width:393px;
	box-sizing: border-box;
	display:block;
	background:#f9f9f9;
}
.case_all .picScroll-left .bd ul li .pic {
	text-align:center;
}
.case_all .picScroll-left .bd ul li .pic img {
	width:100%;
	height:auto;
	display:block;
}
.case_all .picScroll-left .bd ul li .pic a:hover img {
	border-color:#999;
}
.case_all .picScroll-left .bd ul li .title {
	line-height:40px;
	padding:20px 50px 10px 50px;
	font-size:20px;
	color:#333;
}
.case_all .picScroll-left .bd ul li .div_item_body {
	padding:0 50px 50px 50px;
	font-size:16px;
	font-weight:lighter;
	line-height: 32px;
	color: #888;
}
.case_all .picScroll-left .txt {
	text-align:center;
}
/*  简介*/
.about_all {
	padding: 100px 0 80px 0;
	overflow: hidden;
	width: 100%;
	background:url(../images/about_bgtop.jpg) center top no-repeat;
	background-color: #f5f5f5;
}
.about_all .made_t {
	background: none;
	padding-bottom: 0;
}
.about_box {
	background: #fff;
	padding: 50px 60px 60px 60px;
	border: 1px solid #f0f0f0;
	border-radius:10px 10px 0 0;
}
.about_box p {
	display: block;
	padding: 10px 0;
	text-align: justify;
	font-size: 15px;
	color: #333;
	line-height: 32px;
	text-indent: 2em;

}
.about_box a {
	display: block;
	width: 300px;
	margin: 30px auto 0 auto;
	line-height:50px;
	text-align: center;
	background: #0566c7;
	color: #fff;
	font-size: 15px;
}
.about_box a:hover {
	background: #d70000;
	color: #fff;
}
/*  车间*/
.plant_all {
	margin-top:50px;
	width:100%;
}
.plant_b {
	overflow:hidden;
}
.plant_b li {
	float: left;
	margin-right: 20px;
	width: 300px;
}
.plant_b li .plant_img {
	width: 300px;
	height: 225px;
	border: 1px solid #ddd;
}
.plant_b li .plant_img img {
	display: block;
	width: 100%;
	height: 100%;
}
.plant_b li .plant_t {
	position: relative;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 15px;
	color: #555;
	line-height: 50px;
	background: #fff;
}
.plant_b li .plant_t span {
	position: relative;
	display: block;
	z-index: 9;
}
.plant_b li .plant_t:after {
	display: block;
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 0;
	height: 50px;
	transition: all 0.3s;
	background: #0566c7;
}
.plant_b li:hover .plant_t:after {
	width: 100%;
}
.plant_b li:hover .plant_t {
	color: #fff;
}
/*新闻*/

.Inews { padding: 80px 0 80px 0;
}
.news_bg {
	
}
.news_title {
	margin-top: 48px;
	text-align: center;
	color: #333;
	line-height: 40px;
}
.news_title span {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
.news_title p {
	font-size: 20px;
	line-height: 20px;
}
.news_tab {
	margin:0 auto;
	padding-bottom: 40px;
	text-align: center;
}
.news_tab a {
	display: inline-block;
	margin-right: 29px;
	width: 180px;
	height:44px;
	text-align: center;
	font-size:16px;
	line-height:44px;
	border: 1px solid #efefef;
	border-radius: 25px;
}
.news_tab a.on {
	color:#fff;
	background: #0566c7;
	border-color: #0566c7;
}
.news_tab a:last-child {
	margin-right: 0;
}
.news_one {
	width: 635px;
}
.news_one_img img {
	box-sizing: border-box;
	border: 1px solid #eee;
	width: 618px;
	height:390px;
}
.news_one_date {
	width: 90px;
	text-align: center;
	color: #333;
	border-left: 1px #ddd solid;
	float: left;
	font-weight: bold;
}
.news_one_date p {
	font-size: 34px;
	line-height: 32px;
	height: 32px;
}
.news_one_date span {
	font-size: 15px;
}
.news_content {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 40px;
}
.news_one_title, .news_list_title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_one_title a {
	font-size: 20px;
	line-height: 46px;
	height: 45px;
	font-weight: bold;
}
.news_one_describe {
	overflow : hidden;
	padding-top: 10px;
	line-height: 24px;
	color: #888;
	font-weight: lighter;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_one_describe>.line-clamp-2 {
	width: 100%;
	float: left;
	line-height: 25px;
	font-size: 14px;
}
.news_list_div {
	width:635px;
}
.news_list {
	overflow: hidden;
}
.news_list li {
	background: #f9f9f9;
	overflow: hidden;
	padding-bottom:20px;
	border-bottom: 1px #ddd solid;
}
.news_list li:last-child {
	margin-bottom: 0;
}
.news_list_left {
	float: left;
	width: 100px;
	display: block;
	margin-top: 20px;
	border-right: 1px #ddd solid;
	height: 70px;
}
.news_list_left p.news_ctime_date {
	font-size: 30px;
	text-align: center;
	margin-top: 15px;
}
.news_list_left p.news_ctime_year {
	font-size: 14px;
	text-align: center;
	line-height: 32px;
}
.news_list_content {
	padding-top: 15px;
	float: left;
	margin-left: 20px;
	width: 490px;
}
.news_list_title a {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
.news_list_describe {
	font-size: 13px;
	color: #888;
	font-weight: lighter;
	line-height: 24px;
	height: 48px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* 友情链接 */
.links_bg {
	padding:25px 0;
	overflow: hidden;
	background: #0566c7;
	overflow: hidden;
	line-height: 16px;
}
.links_bg span {
	display: inline-block;
	font-size: 15px;
	color: #fff;
}
.links_bg .link_d {
	display: inline-block;
	width: 1200px
}
.links_bg .link_d a {
	display: inline-block;
	max-width: 200px;
	color:rgba(255, 255, 255, 0.8);
	font-size: 14px;
}
.links_bg .link_d a:hover {
	color: #fff;
}

.ban_about {
	background: url(../images/Nabout.jpg) no-repeat center;
	height:400px;
}
.ban_news {
	background: url(../images/Nnews.jpg) no-repeat center;
	height:400px;
}
.ban_product {
	background: url(../images/Nproduct.jpg) no-repeat center;
	height:400px;
}
.ban_case {
	background: url(../images/Ncase.jpg) no-repeat center;
	height:400px;
}
.ban_news {
	background: url(../images/Nnews.jpg) no-repeat center;
	height:400px;
}
.ban_case {
	background: url(../images/Ncase.jpg) no-repeat center;
	height:400px;
}
.ban_contact {
	background: url(../images/Ncontact.jpg) no-repeat center;
	height:400px;
}



/*内页主题 */
.main_box {
	width: 1300px;
	margin: 0 auto;
	position: relative;
}
/* 内页右侧 */
.w1000 {
	width: 1000px;
}
/* 当前位置 */
.Iposition {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	line-height: 60px;
	height: 60px;
	margin-bottom: 60px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align: left;
	font-size:15px;
	color:#555;
	margin-top:60px;
}
.Iposition .dicon {
	font-size:18px;
	padding:0 5px;
	color:#0566c7;
}
.Iposition_right {
	float:right;
	padding-right:5px;
	font-size:15px;
	font-style: normal;
	font-weight: 300;
	font-family: arial;
	color: #ccc;
}
.Iposition a:hover {
	color:#0566c7;
}
/* 内页左侧 */
.Ileft_box {
	margin-bottom:60px;
	float:left;
}
.Ileft_box_title {
	width: 250px;
	height: 100px;
	background: #0566c7;
	text-align: center;
}
.Ileft_box_title p {
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	padding: 24px 0 0 0;
}
.Ileft_box_title span {
	display: block;
	line-height: 14px;
	color:#fff;
	font-size: 14px;
	padding: 5px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}
.Ileft_navlist {
	width: 250px;
}
.Ileft_navlist li {
	width:250px;
	height: 60px;
	background: #f5f5f5 url(../images/dot_jian.png) no-repeat 200px center;
	border-bottom: 1px solid #eee;
	position:relative;
}
.Ileft_navlist li:hover {
	background: #0566c7 url(../images/dot_jian_on.png)no-repeat 205px center;
}
.Ileft_navlist li a {
	display:block;
	font-size: 16px;
	line-height: 60px;
	color: #333;
	padding-left:22px;
	height:60px;
	width:184px;
	padding-right:10px;
}
.Ileft_navlist li:hover a {
	color: #fff;
}
.Ileft_box_contact {
	height: 112px;
	background:  #0566c7;
}
.Ileft_box_contact_title {
	height: 80px;
	padding-top: 30px;
	padding-left: 30px;
	background: url(../images/dot_call.png) no-repeat 185px 30px;
}
.Ileft_box_contact_title span {
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}
.Ileft_box_contact_title em {
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
}
/* 内页案例展示 */

.case_box {
	width:100%;
}
.case_box li {
	float:left;
	width:23.3%;
	box-shadow:0px 0px 10px #eee;
transition: all .5s ease;
	position:relative;
	margin:0 2% 2% 0;
}
.case_box li:nth-of-type(4n) {
 margin-right: 0;
}
.case_box li:hover .Pic_box_img a:after {
	height:100%;
}
.case_box li:hover .Pic_box_title:before {
	height: 100%;
	transition: 0.6s;
}
.case_box li:hover .Pic_box_title a:after {
	background-position-y:-18px;
}
.case_box li:hover .Pic_box_title a {
	color:#fff;
}
.case_box li:hover .Pic_box_img img {
	transform:scale(1.2) rotate(-0deg);
}
/* 内页产品展示 */


.Pic_box {
	width:100%;
}
.Pic_box li {
	float:left;
	width:23.5%;
	box-shadow:0px 0px 10px #eee;
transition: all .5s ease;
	position:relative;
	margin:0 2% 2% 0;
}
.Pic_box li:nth-of-type(4n) {
 margin-right: 0; float:right;
}
.Pic_box_img {
	overflow:hidden;
	position:relative;
}
.Pic_box_img img {
	width:100%;
	height:100%;
transition:all .5s ease;
}
.Pic_box_title a {
	display:block;
	position:relative;
	font-size:16px;
	line-height:60px;
	padding:0px 3%;
}
.Pic_box_title {
	position:relative;
	background:#eee;
}
.Pic_box_title a:after, .Pic_box_title:before, .Pic_box_img a:after {
	content:'';
	display:block;
	position:absolute;
}
.Pic_box_title a:after {
	width:18px;
	height:18px;
	border-radius:50%;
	right:20px;
	top:22px;
	background: url(../images/dot_jian2.png) no-repeat top center;
}
.Pic_box_title:before {
	width:100%;
	height:0px;
	bottom:0px;
	left:0px;
	background:#0566c7;
	transition:all 0.5s ease;
}
.Pic_box_img a:after {
	width:100%;
	height:0px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
	top:0px;
	left:0px;
	transition:all 0.5s ease;
}
.Pic_box li:hover .Pic_box_img a:after {
	height:100%;
}
.Pic_box li:hover .Pic_box_title:before {
	height: 100%;
	transition: 0.6s;
}
.Pic_box li:hover .Pic_box_title a:after {
	background-position-y:-18px;
}
.Pic_box li:hover .Pic_box_title a {
	color:#fff;
}
.Pic_box li:hover .Pic_box_img img {
	transform:scale(1.2) rotate(-0deg);
}
/* 内页关于我们 */

.nabout_box {
	box-shadow: 0 0 10px 0 #999;
	padding: 50px 0 50px 0;
	margin-top:40px;
	margin-bottom: 60px;
}
.nabout_box span {
	font-size: 30px;
	line-height:48px;
	margin-left: 15px;
	color: #999;
}
.nabout_box_left {
	width: 630px;
}
.nabout_box_left p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 32px;
	padding: 10px 0 0 48px;
	text-align: justify;
	margin: 0;
}


.ncompany_box_left {
	padding: 0 40px 0 40px;
}
.ncompany_box_left p {
	font-size: 15px;
	line-height: 32px;
	text-align: justify;
	margin: 0;
}




.nabout_box_title {
	margin-bottom: 10px;
}
.nabout_box_title dl {
	font-size: 33px;
	letter-spacing: 1.5px;
	color: #fff;
	background: #0566c7;
	display: block;
	line-height: 60px;
	text-align: center;
}
.nabout_box_right {
	margin-right: 50px;
}
.made_gc {
	margin-top: 80px;
	margin-bottom: 80px;
}
.ny_Plant {
	width: 1300px;
	margin: 0 auto;
}
.ny_Plant li {
	width: 23.3%;
	margin-right:2%;
	float: left;
}
 .ny_Plant li:nth-child(4n) {
margin-right: 0;
}
.ny_Plant li img {
	width: 100%;
	height: auto;
}
.ny_Plant li p {
	text-align: center;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}
/* 内页新闻资讯 */
.news_list {
	width: 100%;
	margin: 0 auto;
}
.news_list_box {
	border: #dedede solid 1px;
	overflow: hidden;
	padding: 22px;
	margin-bottom: 20px;
}
.news_list_box:hover {
	border: #0566c7 solid 1px;
}
.news_list_img {
	width: 25%;
	float: left;
	font-size: 0;
}
.news_list_img img {
	max-width: 100%;
	display: table-cell;
}
.nnews_list_content {
	width: 75%;
	float: right;
	padding: 0 30px 0 40px;
	box-sizing: border-box;
}
.news_list_box .news_content_title {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
}
.news_list_box:hover .news_content_title {
	color: #0566c7;
}
.news_list_box .news_content_txt {
	font-weight: normal;
	line-height: 24px;
	margin-top: 5px;
	color: #666;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_list_box .news_content_more {
	margin-top: 25px;
	width: 134px;
	height: 40px;
	float: left;
	display: inline-block;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	text-align: center;
	background: #f5f5f5;
}
.news_list_box:hover .news_content_more {
	background: #0566c7;
	border-color: #0566c7;
	color: #fff;
}
.news_content_time {
	float:left;
	padding-top: 35px;
	padding-left: 20px;
	font-size: 16px;
	color: #666;
}
/*内页联系我们*/

.ncontact_box {
	margin: 0 auto;
	width: 100%;
	display: flex;
	margin-bottom:40px;
}
.contact_one {
	display: inline-block;
	width: 33%;
	float:left;
}
.contact_one span {
	font-size:40px;
	line-height: 30px;
	color:#0566c7;
	margin-bottom: 22px;
	display: block;
	font-weight: bold;
}
.contact_one div {
	font-size: 30px;
	line-height: 30px;
}
.contact_one i {
	width: 40px;
	height: 3px;
	background: #0566c7;
	display:block;
	margin-bottom: 30px;
	margin-top:30px;
}
.contact_one_pic {
	margin-bottom: 0px;
}
.contact_one_pic img {
	width: 100%;
}
.contact_two {
	width: 33%;
	position:relative;
	background: #f2f2f2 url() no-repeat;
	background-position:325px 315px;
	padding: 50px 38px;
	font-size:16px;
	line-height: 35px;
	margin-left: 18px;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	float:left;
}
.contact_two strong {
	font-size: 16px;
}
.contact_title {
	position:absolute;
	width:200px;
	height: 45px;
	background: #0566c7;
	border-radius: 10px;
	font-size:24px;
	color:#fff;
	line-height:45px;
	font-weight:bold;
	left:28px;
	text-align:center;
}
.contact_content1 {
	color: #8e8e8e;
	line-height: 42px;
	font-size: 16px;
}
.contact_content1 span {
	font-size: 17px;
	font-weight: bold;
}
.contact_content {
	margin-top:70px;
	color: #555;
}
.contact_content a {
	text-decoration: none;
	font-size: 14px;
}
.contact_img {
	text-align:center;
	width:130px;
	margin-top:40px;
}
.contact_img img {
	width:130px;
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	background:#fff;
}
/*新闻详情*/
.news_detail {
}
.news_detail_img {
	text-align: center;
}
.news_detail_img {
	padding:20px 0
}
.news_detail_img img {
	max-width: 100%;
}
.news_detail_name {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}
.news_detail_name p {
	font-weight: normal;
	font-size: 14px;
}
.news_detail_content {
	line-height: 26px;
	padding: 20px 0;
}
.news_detail_content img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	padding: 20px 0;
}
.news_detail_content p {
	margin-bottom: 20px;
}
.news_detail_next {
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #ddd;
}
/*产品详情*/

.pro_detail {
}
.pro_detail_img {
	text-align: center;
}
.pro_detail_img img {
	max-width: 100%;
}
.pro_detail_name {
	font-size: 20px;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
}
.pro_content {
	font-size:15px; line-height: 30px;
}
.pro_content img {
	max-width: 100%;
	display: block;
}
.pro_content p {
	font-size:15px; line-height: 30px;
}
.pro_detail_next {
	padding: 10px 0;
	text-align: center; font-size:15px;
}
.pro_detail_recommend {
	margin-top: 30px;
}
.pro_detail_recommend .pro_detail_recommend_title {
	margin-bottom: 30px;
	line-height: 50px;
	background:#f5f5f5;
	padding: 0 30px;
	box-sizing: border-box;
}
.di-pro-class3:before {
	font-size:22px;
}
.pro_detail_recommend .pro_detail_recommend_title i {
	padding-left: 5px;
	font-size: 30px;
	color: #333;
}
.pro_detail_recommend .pro_detail_recommend_title span {
	padding-left:5px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.pro_detail_recommend ul li:nth-child(n+4) {
 margin-top: 15px;
}
.pro_detail_recommend ul li {
	float: left;
	margin-left:2%;
	width: 32%;
}
.pro_detail_recommend ul li:nth-of-type(3n+1) {
margin-left:0;
}
.pro_detail_recommend ul li .pro_detail_recommend_img {
	border: 1px solid #ccc;
}
.pro_detail_recommend ul li .pro_detail_recommend_img img {
	display: block;
	width: 318px;
	height: auto;
}
.pro_detail_recommend ul li .pro_detail_recommend_t {
	height: 35px;
	line-height: 35px;
}
.pro_detail_recommend ul li .pro_detail_recommend_t span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.pro_detail_recommend ul li:hover .pro_detail_recommend_img {
	border-color: #0566c7;
}
.pro_detail_recommend ul li:hover span {
	color: #0566c7;
}
/*footer*/
.footer {
	width:100%;
	overflow:hidden;
	background:#222;
	font-size:15px;
	color:#777;
	padding:35px 0 40px 0;
}
.footer a {
	font-size:15px;
	color:#777;
	transition: all 0.5s linear;
}
.footer a:hover {
	color:#fff;
	transition: all 0.5s linear;
}
.footer_l {
	float:right;
	width:320px;
}
.footer_om {
	overflow:hidden;
	margin-top:10px;
	font-size:18px;
	line-height:36px;
	color:#ccc;
}
.footer_oen {
	width:30px;
	height:1px;
	background:#999;
	margin-bottom:16px;
	margin-top:10px;
}
.footer_ld {
	overflow:hidden;
	width:320px;
}
.footer_ld_l {
	float:left;
	width:136px;
}
.footer_r {
	float: left;
	width: 345px;
}
.footer_rd {
	line-height:30px;
}
.footer_ld_r {
	float:right;
}
.footer_ld_lm {
	overflow:hidden;
	padding-bottom:12px;
}
.footer_ld_lm_line {
	float:left;
	overflow:hidden;
	margin-top:4px;
}
.footer_ld_lm_line span {
	width:9px;
	display:block;
	height:1px;
	background:#0085d0;
	margin-bottom:2px;
}
.footer_ld_lm_m {
	float:left;
	width:90px;
	line-height:26px;
	margin-left:8px;
	font-size:15px;
}
.footer_ld_ld {
	width:114px;
	padding:9px;
	border:solid 1px #ccc;
}
.footer_ld_ld img {
	width:114px;
}
.footer_m {
	float:left;
	overflow:hidden;
	margin-right:65px;
	width:120px;
}
.footer_md {
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:30px;
}
.footer_md a {
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:block;
}
.dicon {
	color:#0566c7;
	font-size:14px;
}
/*copy*/
.copy {
	width:100%;
	overflow:hidden;
	padding:20px 0;
	text-align:left;
	line-height:26px;
	font-size:15px;
	color:#777;
	background:#151515;
}
.copy a {
	color:#777;
	font-size:15px;
	transition: all 0.5s linear;
}
.copy a:hover {
	color:#fff;
	font-size:15px;
	transition: all 0.5s linear;
}
/*在线客服*/
.qqkefu {
	position: fixed;
	top: 50%;
	z-index: 20;
	/*right:0;*/
        right: 30px;
	width: 39px;
}
.qqkefu ul li {
	width: 45px;
	height: 45px;
	margin-bottom: 1px;
	float: right;
	background-color: #222;
	line-height: 45px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	-webkit-transition:0.3s width;
	transition:0.3s width;
}
.qqkefu ul li .dicon {
	width: 45px;
	height: 45px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.qqkefu ul li a {
	color: #fff;
	overflow: hidden;
	display: block;
	height: 45px;
	padding-left: 10px;
}
.qqkefu ul li.qq_cza {
	overflow: hidden
}
.qqkefu ul li:hover {
	background-color: #0566c7;
}
.qqkefu ul li.qq_phone:hover {
	width: 165px;
}
.qqkefu ul li.qq_czaa:hover {
	width: 120px;
}
.qqkefu ul li:hover .imgcode {
	display: block;
}
.qqkefu ul li.top {
	background-position: 0 0;
	position: relative;
	width: 45px;
	height: 45px;
	cursor: pointer;
}
.qqkefu ul li b {
	width: 45px;
	height: 45px;
	display: block;
	overflow: hidden;
	float: right;
}
.qqkefu ul li span {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.qqkefu ul li.qq_czae {
	line-height: 15px;
}
.imgcode {
	width: 130px;
	height: 150px;
	position: absolute;
	top: -107px;
	left: -150px;
	background: #FFF;
	border: 1px solid #CCC;
	float: left;
	cursor: default;
	display: none;
}
.imgcode p {
	line-height: 20px;
	color: #000;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 130px;
}
.imgcode p img {
	width: 120px;
	height: 120px;
	margin: 5px 5px 0px 5px;
}
/* 通用分页样式 */

.pages {
	width:100%;
	height:auto;
	text-align:center;
	padding:40px 0 20px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.pages a {
	border: 1px solid #d1d1d1;
	height: 24px;
	line-height: 24px;
	color: #666666;
	padding: 5px 10px;
	margin-right: 5px;
}
.pages .current, .pages a:hover {
	color: #fff;
	background:#0566c7;
	border: 1px solid #0566c7;
}

/* =====================底部手机===================== */
.fix_footer {
	height:50px;
	background-color:#0566c7;
	position: fixed;
	bottom:0;
	left:0;
	z-index:999999;
	width:100%;
}
.fix_footer a {
	float: left;
	width:25%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.fix_footer img {
	display: inline-block;
	height:24px;
	margin:5px 0 0;
}
.fix_footer strong {
	color:#fff;
	font-size:12px;
	display: block;
	height:20px;
	line-height:20px;
	font-weight:400;
}
.fix_footer .tel img:nth-of-type(2) {
position: absolute;
left:50%;
margin-left:-12px;
-webkit-animation:call 1.5s infinite;
animation:call 1.5s infinite;
}
@-webkit-keyframes call {
 from {
-webkit-transform:scale(1);
opacity:1;
}
to {
	-webkit-transform:scale(2);
	opacity:0;
}
}
@media screen and (max-width:1800px) {
 .nav > ul > li {
margin-left: 14px;
}
 .nav > ul > .block {
margin-left: 14px;
padding: 0 22px;
}
 .nav > ul > li > a {
padding: 0 30px;
}
 top_all {
padding:0 70px 0 70px;
}
}
 @media screen and (max-width:1700px) {
 .nav > ul > li {
margin-left: 12px;
}
 .nav > ul > .block {
margin-left: 12px;
padding: 0 21px;
}
 .nav > ul > li > a {
padding: 0 25px;
}
 .Ilogo {
padding:35px 0px 30px 0px;
}
 top_all {
padding:0 30px 0 30px;
}
}
 @media screen and (max-width:1600px) {
.wrap_head {
    width: 1500px;
    margin: 0 auto;
}
 .nav > ul > li {
margin-left: 5px;
}
 .nav > ul > .block {
margin-left: 5px;
padding: 0 20px;
}
 .nav > ul > li > a {
padding: 0 20px;
}
 .Ilogo {
padding:35px 0px 30px 0px;
}
}
 @media screen and (max-width:1500px) {
.wrap_head {
    width: 1400px;
    margin: 0 auto;
}
 .nav > ul > li {
margin-left: 5px;
}
 .nav > ul > .block {
margin-left:5px;
padding: 0 12px;
}
 .nav > ul > li > a {
padding: 0 20px;
}
 .Ilogo {
padding:35px 0 30px 0;
}
}


@media screen and (max-width:1400px) {
.wrap_head {
    width: 1300px;
    margin: 0 auto;
}
 .nav > ul > li {
margin-left: 5px;
}
 .nav > ul > .block {
margin-left:5px;
padding: 0 12px;
}
 .nav > ul > li > a {
padding: 0 15px;
}
 .Ilogo {
padding:35px 0 30px 0;
}
}
@media screen and (max-width:1280px) {
.wrap_head {
    width: 1200px;
    margin: 0 auto;
}
.wrap {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
 .nav > ul > li {
margin-left: 5px;
}
 .nav > ul > .block {
margin-left:5px;
padding: 0 12px;
}
 .nav > ul > li > a {
padding: 0 10px;
}
 .Ilogo {
padding:35px 0 30px 0;
}





.pro_tab a {
    background: #fff;
    position: relative;
    width: 140px;
    float: left;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #eee;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 16px;
}

.pro_tab .on {
    background: linear-gradient(to right, #0566c7, #0566c7);
    color: #fff;
    width: 140px;
}





.prod_all .products_d li {
    display: block;
    width: 282px;
    height: 194px;
    margin: 18px 18px 0 0;
}

.prod_all .products_d li:nth-of-type(1) {
    width: 600px;
    height: 406px;
}



.feaure_all {
	height: 800px;
    padding: 100px 0 80px 0;
}
.feaure_b li {
    background: #fff;
    width: 275px;
    height: auto;
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
}
.feaure_b li .img {
    width: 100px;
    height: 100px;
}
.feaure_b li .img img{
    width: 100px;
    height: 100px;

}
.feaure_b li dl {
    font-size: 20px;
    padding-top: 10px;
    line-height: 36px;
    color: #333;
}

.feaure_b .tel dl {
    padding-top: 40px;
    line-height: 40px;
    color: #333;
    font-size: 26px;
}









.made_b li i {
    display: block;
    font-size: 22px;
    color: #333;
    line-height: 50px;
    font-style: normal;
    padding-bottom: 15px;
}




.case_all .picScroll-left .hd {

	width: 1200px;

}





.news_content {
    width: 1200px;
}

.news_one {
    width: 580px;
}
.news_one_img img {
    box-sizing: border-box;
    border: 1px solid #eee;
    width: 580px;
    height: 390px;
}

.news_list_div {
    width: 580px;
}

.news_list_content {
    padding-top: 15px;
    float: left;
    margin-left: 20px;
    width: 430px;
}

.links_bg .link_d {
    display: inline-block;
    width: 1100px;
}

.main_box {
	width: 1200px;
}



.nabout_box_left {
    width: 580px;
}

.nabout_box_left p {
    text-indent: 2em;
    font-size: 15px;
    line-height: 30px;
    padding: 10px 0 0 40px;
    text-align: justify;
    margin: 0;
}

.nabout_box_right {
    margin-right: 40px;
}

.nabout_box_right img{
	width:550px;
}

.w1000 {
    width: 900px;
}

.pro_detail_recommend ul li .pro_detail_recommend_img img {
    display: block;
    width: 288px;
    height: auto;
}
.Pic_box_title a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 50px;
    padding: 0px 3%;
}

.contact_one_pic img {
    width: 100%;  margin-top:20px;
}

.contact_two {
    width: 33%;
    position: relative;
    background: #f2f2f2 url() no-repeat;
    background-position: 325px 315px;
    padding: 30px 30px;
    font-size: 16px;
    line-height: 35px;
    margin-left: 18px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    float: left;
}

}


