@charset "utf-8";
/* CSS Document */

body {
	font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	height: 100%;
	min-width: 1260px;
	background: #fff;
	max-width: 100%;
	overflow: auto;
	color: #666;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
}
a {
	color: #666;
	text-decoration: none;
	outline: none;
}
a:active {
	star:expression(this.onFocus=this.blur());
}
img {
	border: 0px;
	vertical-align: middle;
}
a:link {
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #333;
	outline: none;
}
ul, p, dl, dt, dd {
	padding: 0px;
	margin: 0px;
}
li {
	list-style-position: outside;
	list-style-type: none;
}
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
}
input{margin:0;padding:0;outline:0;-webkit-appearance:none;}
input::-webkit-input-placeholder{color:#ccc;}
input::-ms-input-placeholder{color:#ccc;}
input::-moz-placeholder{color:#ccc;}
input[type=button],input[type=submit]{cursor:pointer;}
button[disabled],input[disabled]{cursor:default;}
input {
	background: transparent;
	padding: 0px;
	font-size: 14px;
	color: #888;
	border: 0px;
	outline: none;
}

em {
	font-style: normal;
}
i {
	font-style: normal;
}
/*清除浮动*/
.clear{ clear:both; height:0px; overflow:hidden;}
.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; }
.clearfix { /*兼容 IE*/ zoom: 1;}
/************全局样式************/
.fl {  float: left;  }
.fr { float: right;  }
/*t图片样式*/
.center-block{display:block;margin-right:auto;margin-left:auto}
img { border: 0px; vertical-align: middle;  }
.img-responsive{display:block;height:auto;margin-left: auto; margin-right: auto;max-width:100%}
.avatar {  display: block;overflow: hidden; width: 100%; }

.avatar img{ -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;  transition: all 0.3s ease-out;  }
.avatar:hover img {transform: scale(1.3); transition: all 1s ease 0s; -webkit-transform: scale(1.3);  }
/*文字超出隐藏*/
.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.dot2 {display: -webkit-box;display: block;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/**/
.wal {
	width: 1200px;
	margin: 0px auto;
}

/*顶部导航*/
.headDiv {
	height: 80px;
	border-bottom: 1px rgba(244,244,244,.25) solid;
	width:100%;
	position:absolute;
	z-index:999;
	background: rgba(0,0,0,.3);

}
.headDiv .wal {
	height: 80px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.headDiv .logo {

	height: 80px;
	flex:2;
}

.nav {
	flex: 8;
	height: 80px;
}
.nav li {
	float: left;
	position: relative;
}
.nav a {
	display: block;
	float: left;
	height: 80px;
	line-height: 80px;
	padding: 0 25px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav a:hover, .nav a.aNow1 {
	color: #3581D5;

}

.nav .line{
	width:0px;
	height:3px;
	background-color :#3581D5;
	margin:0 auto;
	position: absolute;
	top: 79px;
	left :0px;
	right :0px;
	transition:width 0.5s linear;}
.nav a:hover .line{
	width: 90px;}
.headDiv .topRight {
	flex:1;
	height:80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid  rgba(244,244,244,.25);
	padding-left: 10px;
}
.headDiv .topRight .tel{
	display: inline-block;
}
.headDiv .topRight .tel-num{
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	padding-left: 5px;
}
.headDiv .topRight .tel-num b{	font-size: 22px;}
/*顶部导航 end*/
/*首页banner图*/
#banner .swiper {
	width: 100%;
	height: 100%;
}

#banner .swiper-slide {
	background-position: center;
	background-size: cover;
}

#banner .swiper-slide img {
	display: block;
	width: 100%;
}
#banner .swiper-button {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	color:#fff;
	background:rgba(0, 0, 0, 0.3);
	border-radius:50%;
	cursor:pointer;
	overflow:hidden;
	z-index:10;
	width: 50px;
	font-size: 30px;
	line-height: 50px;
	height: 50px;
	transition:all .5s ease;
	outline: none;

}
#banner .swiper-button:hover {
	background:rgba(0,98,183,1);
}

.btn-prev {
	left:5%;
}

.btn-next {
	right:5%;
}

#banner .swiper-slide .content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

#banner .scalePic {
	position:relative;
	left:auto;
	top:auto;
	transform:translate(0) scale(1.08);
	width:100%;
	max-width:none;
	transition:all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
#banner .swiper-slide.swiper-slide-active .scalePic {
	transform:translate(0) scale(1);
}
#banner .swiper-pagination-bullet {
	position: relative;
	margin: 0 8px!important;
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	overflow: hidden;
	z-index: 10;
	border-radius: 100%;
	outline: none;
}

#banner .swiper-pagination-bullet::before {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	display:block;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#c6c6c6;
}
#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
	background:#fff;
}
/*首页banner图 end*/
/*钣金加工*/
.product-box{  display: flex; align-items:flex-start; justify-content: center;}
.m_title{ font-size:32px; margin-top:45px; color:#3581D5; font-weight:bold; text-align:center; background:url(../images/title_xian.png) no-repeat bottom; padding-bottom:20px;}
.m_title2{ text-align:center; font-size:16px; padding: 10px; color: #666;}
.slide-nav {
	flex: 2;
	background: #fff;
	box-shadow: 0px 3px 8px 0px rgba(172, 172, 172, 0.47);
	margin-top: 50px;
	height: auto;

}
.slide-nav ul {
	list-style: none;
	margin: 0;
	padding:0 ;
}

.slide-nav ul li {
	line-height:50px;
	padding:0 25px;
	border-bottom:1px solid #E3E3E3;

}

.slide-nav ul li a {
	text-decoration: none;
	line-height: 50px;
	display:block;
	font-size:15px;
	color: #666666;
	background: url("../images/tb.png") no-repeat right;
}
.slide-nav ul li a:hover {
	color:#3581D5;
	background: url("../images/tb2.png") no-repeat right;
}

.slide-tubiao {
	padding: 5px 8px;
}
.slide-content {
	flex: 6;
	height:auto;
	margin-left: 40px;
	margin-top: 50px;

}
.product-list{ display: flex; }
.tj_left{flex: 3; padding-right:20px;}
.tj_right{ flex: 5; }
.tj_right b{  font-size: 20px; margin-bottom: 20px;  display: block;}
.tj_right p{  line-height:26px; color:#999;}
.tj_right span{ display:block; margin: 20px 0;  width:120px; height:45px; background:#3581D5; line-height:45px; color:#fff; text-align:center;}
.tj_right span a{ color:#fff; display:block;}
.tj_right span:hover{ background: #529DF0;}
.slide-nav-title {
	height:140px;
	color:#fff;
	background:#3581D5;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide-nav-title  b {
	line-height:28px;
	font-size: 26px;
	display: block;

}
.slide-nav-title p {
	color:#fff;
	line-height:38px;
	font-size: 14px;
	text-transform: uppercase;
}
.slide-con {
	height: 60px;
	color:#fff;
	background:#3581D5;

}
.cont{ text-align:center; padding-top:10px;padding-bottom:10px;  color:#fff; line-height:60px; font-size:15px; background:#3581D5}
.cont b{font-size:28px;
	font-weight: bold; color:#fff;
	padding:10px 0;
	display: block;
}
.cont p{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
}

.cont b{ color:#fff; display: block;}

.pro-box ul{ padding: 0; display: flex; justify-content: flex-start;
	flex-wrap: wrap;
}
.pro-box ul li{  width: 31.3%; margin: 10px 1%;  position: relative; overflow: hidden;}
.pro-box ul li a{ display: block; }
.pro-title{
	width: 100%;
	height:40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	background: rgba(53,129,213,.8);
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.pro-title p{ padding: 0px 5px;}
.pro-title p a{ display: block;text-align: center;line-height: 40px;font-size: 16px;color: #fff; font-weight: bold;}
.pro-box ul li img{width:100%;height:auto;transition: all .5s;-webkit-transition: all .5s;}
.pro-box ul li:hover img{transform: scale(1.2);transition: all .5s;-webkit-transition: all .5s;}
.pro-box ul li:hover .pro-title {height: 100%;transition: all .3s ease-in;-webkit-transition: all .3s ease-in; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.bg1{ margin: 40px 0;}
/*公司介绍*/
.about_box{
	display: flex;
	align-items: center;
	align-content: center;
}
.ab_tu{ flex: 3 ;}
.ab_txt{flex: 3 ; padding-right: 40px;}
.ab_txt span{ font-size: 48px; font-weight: bold; display: block; color: #333;}
.about_box b{ font-size: 24px; color: #3581D5; display: block; margin: 15px 0;}
.about_box p{ line-height: 26px; color: #666;  margin-top: 15px; text-align: justify; }
.more_a{ display: block; width: 130px; height: 40px; line-height: 40px; text-align: center; border: 1px solid #3581D5; color: #3581D5; margin-top: 30px;}
.more_a:hover{ background: #3581D5; color: #fff;}
/*生产设备 */
#shebei{ background: #f1f1f1; padding-bottom: 30px;}
#shebei .swiper-container {
	width:1200px;
	height: 100%;
	padding-bottom: 60px;
}
#shebei .swiper-wrapper{ margin-top: 20px;}
#shebei .swiper-slide {
	text-align: center;
	font-size: 18px;

}
#shebei .swiper-slide img{ display: block; width: 100%;}
#shebei .swiper-slide p{ padding: 20px;	background: #E9EFF8;}
#shebei .swiper-slide a:hover p{background-color: #3581D5; color: #fff;}
#shebei .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}
#shebei .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
#shebei .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}
#shebei .swiper-pagination-bullet-active {
	opacity: 1;
	background: #3581D5;
}
/*优势*/
.ys ul {
	padding: 0;
	margin-top: 20px;
}
.ys ul li {
	float: left;
	width: 48%;
	margin:10px 1%;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.ys ul li span {
	width: 100%;
	height: 213px;
	display: block;
	overflow: hidden;
}
.ys ul li span img {
	height: 213px;
	display: block;
	transition: .8s;
}
.ys ul li:hover span img {
	transform: scale(1.03);
}
.ys ul li:hover p {
	color: #043985;
}
.ys ul li:hover {
	background: #E9EFF8;
	cursor: pointer;
}
.ys ul li b {
	font-size: 32px;
	font-weight: normal;
	color: #1a1a1a;
	text-align: left;
	padding: 25px 30px;
	display: block;

}

.yswzs {
	padding: 15px 30px;
	height: 70px;
	overflow: hidden;
}
.yswzs p {
	height: 28px;
	line-height: 28px;
	padding-left: 18px;
	background: url(../images/ysico.png) no-repeat 0 5px;
	font-size: 14px;
	color: #666;
	text-align: left;
}
.ys ul li.y1 b {
	background: url(../images/y1.jpg) no-repeat top left;
	padding-left: 130px;
}
.ys ul li.y2 b {
	background: url(../images/y2.jpg) no-repeat top left;
	padding-left: 130px;
}
.ys ul li.y3 b {
	background: url(../images/y3.jpg) no-repeat top left;
	padding-left: 130px;
}
.ys ul li.y4 b {
	background: url(../images/y4.jpg) no-repeat top left;
	padding-left: 130px;
}
/*产品应用*/
.apply {
	overflow: hidden;
	background: url(../images/bg.jpg) no-repeat bottom center;
	padding-bottom: 120px;
}
.apply ul {
	overflow: hidden;
	height: 422px;
	width: 100%;
	float: left;
	margin-top: 20px;
}
.apply ul li {
	float: left;
	width: 25%;
	height: 422px;
	text-align: center;
	position: relative;
}
.apply ul li .applytu img {
	width: 70px;
}
.apply ul li a {
	color: #fff;
	display: block;
	height: 422px;
	transition: all 0.5s;
}
.apply ul li a:hover .apply-txt {
	display: block;
}
.apply ul li a:hover {
	background: rgba(53,129,213,.8);
}
.apply ul li .apply-tit {
	font-size: 20px;
	padding: 20px;
	padding-top: 150px;
	font-weight: bold;
	transition: all 0.5s;
}
.apply ul li .app-more{   position: absolute; bottom: 30px; right: 30px;}
.apply ul li a:hover .apply-tit {
	padding-top: 90px;
}
.apply ul li .apply-txt {
	padding: 0 20px;
	line-height: 24px;
	display: none;
	transition: all 0.5s;
}
.apply ul li.cpyy1 {
	background: url(../images/yw1.jpg) no-repeat center;
	background-size: cover;
}
.apply ul li.cpyy2 {
	background: url(../images/yw2.jpg) no-repeat center;
	background-size: cover;
}
.apply ul li.cpyy3 {
	background: url(../images/yw3.jpg) no-repeat center;
	background-size: cover;
}
.apply ul li.cpyy4 {
	background: url(../images/yw4.jpg) no-repeat center;
	background-size: cover;
}
/* 新闻资讯*/
.news{ height:auto;   overflow:hidden;}
.news .tit a{display: block;height: 180px;text-align:center;font-size: 48px;color:#222;position: relative;font-weight: bold;}
.news .tit em{display: block;font-size: 24px;color:#454545;font-weight: normal;}
.news_fl{ width:690px;margin-top:30px;}
.news_fl .dl1{ height:auto; padding-bottom: 20px; border-bottom:1px dashed #d1d1d1; }
.news_fl .dl1 dt{margin-bottom: 8px;}

.news_fl .dl1 dt a{ display:block;  font:22px "Microsoft YaHei UI";  line-height:35px; color:#333333;  overflow:hidden; }
.news_fl .dl1 dt a:hover{ color: #3581D5;}
.news_fl .dl1 dd { font:14px "Microsoft YaHei UI"; line-height:24px; color:#666666;}
.news_fl .dl1 dd a{ color:#666;}
.news_fl .dl1 dd a:hover{color: #3581D5;}
.news_fl ul{ margin-top:16px;}
.news_fl li{ font:16px "Microsoft YaHei UI"; height:36px; line-height:36px; overflow:hidden;position: relative;padding-left: 20px;}
.news_fl li:before{content: "";position: absolute;width:6px;height: 6px;background: #999999;border-radius: 50%;left:0;top:16px;}
.news_fl li a{ display:block; color:#666666;}
.news_fl li i{ float:right; color:#999999;font-style: normal;}
.news_fl li:hover a{ font-weight:bold;color: #3581D5;}
.news_fl li:hover i{ color:#666; font-weight:normal; }
.news_fl .dl2{padding: 20px 0 0 0; height:140px;border-bottom:1px dashed #d1d1d1;}
.news_fl .dl2 dt{ width:30%; height:119px; float:left; overflow:hidden;}
.news_fl .dl2 dt img{ display:block;width:212px; height:119px;-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;}
.news_fl .dl2 dd{ width:65%; float:right; }
.news_fl .dl2 b a{display: block;line-height: 46px;font-size: 18px;color:#333333; display: block; font-weight: 500;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_fl .dl2 dd p{ font:14px "Microsoft YaHei UI"; line-height:26px; color:#666666; height:52px; overflow:hidden;}
.news_fl .dl2:hover dt img,.news_fr dl:hover dt img{-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-transform:scale(1.1,1.1);}
.news_fl .dl2:hover b a,.news_fl .dl2:hover b a{ color:#3581D5;}
.news_fr{ width:460px; overflow:hidden; margin-top: 30px;}

.wdimg{overflow: hidden;}
.news_fr dl{padding:15px 0 0 0;height:76px;border-bottom:1px dashed #d1d1d1;}
.news_fr dt{height:28px;line-height:28px;font-size:16px;font-weight:500;position: relative;overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; }
.news_fr dt a{color:#333333}
.news_fr dd{height:30px;line-height:30px;font-size:14px;color:#666666;overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; }

.news_fr dl:hover dt a{color:#3581D5;}

/*返回顶部*/
.scroll {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: fixed;
	right:15px;
	bottom: 50px;
	color: #fff;
	cursor: pointer;
	background:#333;
	font-size: 30px;
	border-radius: 10px;
}
/*底部footer*/
.footer {
	background: #3581D5;
	margin-top: 80px;
}
.foot {
	padding: 60px 0;

	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.foot b {
 font-size: 22px;
	 color: #fff;
	display: block;
	text-transform: uppercase;
	margin-bottom:32px;
}
.foot span{ color: #fff; font-size: 20px; font-weight: normal; padding-right: 8px; }

.foot .ft-nav {
	flex: 4;
	background: url(../images/xt.jpg) no-repeat top right;

}
.foot .ft-nav ul{

	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
}
.foot .ft-nav li {
	width: 50%;
	margin-bottom: 22px;
}
.foot .ft-nav li a {
	font-size: 16px;
	display: block;
	color: #fff;
}
.foot .ft-contact {
	flex: 4;
	background: url(../images/xt.jpg) no-repeat top right;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;

	padding-left:60px;

}
.foot .ft-contact p{ width: 100%;
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
}

.foot .ewm {
	flex: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.foot .ewm  img {
	width: 100px;
	height: 100px;
margin-top: 60px;

}
.foot .ewm p{ text-align: center; color: #fff; padding: 10px;}
.copyright{ padding:20px 10px; text-align: center; color: #fff; border-top:1px solid #2971C4; }
.copyright a{ color: #fff;}