* {
	padding: 0;
	margin: 0
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

.clear {
	clear: both;
	height: 0;
}

.width {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.head {
	width: 100%;
	height: 120px;
}

.logo {
	float: left;
	margin-top: 10px;
}

.nav {
	float: right;
	margin-right: 80px;
}

.nav ul {
	width: 630px;
	height: 120px;
	display: flex;
	justify-content: space-between;
}

.nav ul li {}

.nav ul li a {
	color: #333333;
	font-weight: bold;
	line-height: 120px;
}

.tab {
	width: 100px;
	float: right;
	line-height: 120px;
	background: url(../img/yuyan.png) center left no-repeat;
}

.tab a {
	padding-left: 32px;
	font-weight: bold;
	color: #333333;
}
.cur1{
	color: #018DD6 !important;
	font-weight: bold;
}

/* banner */
.flexslider {
	position: relative;
	width: 100%;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
}

.flexslider .slides {
	position: relative;
	z-index: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 600px;
}

.flex-control-nav {
	position: absolute;
	bottom: 4%;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	cursor: pointer;
	font-size: 0;
	background: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: .5s ease;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.flex-control-nav a:hover {
	background: #2572ba;
}

.flex-control-nav .flex-active {
	background: #2572ba;
}

.flexslider .flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 0;
}

.flexslider .flex-direction-nav li a {
	display: block;
	width: 15%;
	height: 600px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-transition: .5s ease;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.flexslider .flex-direction-nav li a.flex-prev {
	left: 0;
	background: url(../img/prev.png) 40% 50% no-repeat;
	background-size: 50px;
}

.flexslider .flex-direction-nav li a.flex-next {
	right: 0;
	background: url(../img/next.png) 60% 50% no-repeat;
	background-size: 50px;
}

.flexslider .flex-direction-nav li a:hover {
	filter: alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.flexslider .flex-direction-nav li a.flex-prev:hover {
	background-position: 30% 50%;
}

.flexslider .flex-direction-nav li a.flex-next:hover {
	background-position: 70% 50%;
}
/* 内页ban图 */
.ban{
	width: 100%;
	height: 400px;
	overflow: hidden;
}

/* 搜索 */
.search_bg {
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}

.keys {
	float: left;
	text-align: center;
	font-size: 14px;
}

.keys a {
	padding: 0 10px;
	font-size: 14px;
	color: #555555;
}

.search {
	float: right;
	position: relative;
}

.search1 {
	width: 280px;
	height: 35px;
	border: 1px solid #868686;
	border-radius: 10px;
	padding-left: 10px;
}

.search2 {
	position: absolute;
	width: 35px;
	height: 35px;
	border: none;
	background: url(../img/search.png) center no-repeat;
	top: 15px;
	right: 5px;
}

/* 产品 */
.product_i {
	margin-top: 30px;
	height: 670px;
}

.title {
	text-align: center;
}

.title .p1 {
	font-size: 35px;
	font-weight: bold;
	line-height: 60px;
	color: #018dd6;
}

.title .p2 {
	font-size: 16px;
	color: #9b9b9b;
}

.product_i_con {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product_i_con1 {
	width: 580px;
	height: 250px;
	background-color: #f5f5f5;
	border: 1px solid #F5F5F5;
	display: flex;
	margin-bottom: 40px;
	transition: all .3s;
}
.product_i_con1:hover{
	border: 1px solid #018DD6;
}
.product_i_con1:hover .product_i_con1_right .p1{
	color: #018DD6;
}
.product_i_con1:hover .product_i_con1_right .a2{
	background-color: #018DD6;
	border: 1px solid #018DD6;
	color: #FFFFFF;
}
.product_i_con1_img {
	width: 240px;
	height: 180px;
	padding: 35px;
}

.product_i_con1_right {
	padding: 35px 0;
	width: 200px;
	height: 141px;
	padding-left: 25px;
	position: relative;
}

.product_i_con1_right .p1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #252525;
	transition: all .3s;
}

.product_i_con1_right .p2 {
	font-size: 16px;
	color: #606060;
}

.product_i_con1_right .a2 {
	/* background-color: #018DD6; */
	border: 1px solid #a0a0a0;
	color: #252525;
	border-radius: 15px;
	padding: 8px 20px;
	position: absolute;
	bottom: 0;
	transition: all .3s;
}

/* 关于我们 */
.about_i {
	height: 1059px;
	background: url(../img/about_bg.png) no-repeat;
}

.about_i_con {
	display: flex;
	justify-content: space-between;
}

.about_i_left {
	height: 395px;
	width: 575px;
	margin-top: 25px;
	position: relative;
}

.about_i_left .p1 {
	font-size: 22px;
	color: #018DD6;
	padding-bottom: 30px;
}

.about_i_left .p2 {
	line-height: 25px;
	font-size: 15px;
	color: #666666;
}

.about_i_left a {
	border: 1px solid #666666;
	border-radius: 10px;
	color: #666666;
	padding: 5px 25px;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all .3s;
}
.about_i_left a:hover{
	border: 1px solid #018DD6;
	background-color: #018DD6;
	color: #FFFFFF;
}

.about_i_right {
	margin-top: 25px;
	width: 580px;
	height: 382px;
	position: relative;
}

.about_i_right img {
	position: absolute;
	top: 10px;
	right: 10px;
}

.right_bg {
	width: 580px;
	height: 382px;
	background-color: #018DD6;
}

/* 证书 */
.zhengshu {
	height: 420px;
	margin-top: 40px;
}

.zhengshu .p1 {
	font-size: 25px;
	font-weight: bold;
	color: #018DD6;
	background: url(../img/zhengshu.png)left no-repeat;
	padding-left: 33px;
	line-height: 40px;
}

.zhengshu_con {
	display: flex;
	justify-content: space-between;
}

.zhengshu_con1 {
	width: 270px;
	height: 360px;
	border: 2px solid #FFFFFF;
	margin-top: 20px;
}

/* 设备 */
.equipment_i {
	height: 410px;
}

.swiper {
	width: 1200px;
	height: 300px;
	/* border: 1px solid black; */
	margin: 15px 0 0 10px;
	overflow: hidden;
	position: relative;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 390px;
	height: 260px;
	object-fit: cover;
	/* margin: 0 10px; */
}

/* 新闻 */
.news_i {
	height: 550px;
}

.news_left {
	float: left;
	width: 440px;
	height: 365px;
	background-color: #f5f5f5;
	margin-top: 30px;
}

.news_right {
	float: right;
	width: 730px;
	margin-top: 30px;
}

.news_pic {
	height: 270px;
}

.news_t {
	font-size: 14px;
	padding: 10px 10px 5px;
}

.news_t a {
	color: #333;
}

.news_t a:hover {
	color: #1e7ac7;
}

.news_desc {
	font-size: 14px;
	color: #8a8a8a;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	padding: 0 10px;
}

.news1 {
	background: #f5f5f5;
	margin-bottom: 15px;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.news1:hover {
	background: #f0f0f0;
}

.news11 {
	float: left;
	font-size: 20px;
	color: #333;
	width: 86px;
	text-align: center;
	line-height: 18px;
	margin-top: 21px;
}

.news11 span {
	font-size: 12px;
	color: #666;
}

.news12 {
	float: left;
	width: 1px;
	height: 60px;
	background: #dadada;
	margin: 10px 0;
}

.news13 {
	float: left;
	width: 600px;
	margin-left: 30px;
	margin-top: 15px;
}

.news1_t {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}

.news1_t a {
	color: #333;
}

.news1_t a:hover {
	color: #1e7ac7;
}

.news1_t2 {
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	font-size: 14px;
	color: #8a8a8a;
}

/* foot */
.foot{
	height: 260px;
	background-color: #666666;
}
.foot_left{
	float: left;
}
.foot_left .p1{
	margin-top: 40px;
	font-size: 18px;
	color: #FFFFFF;
}
.foot_left .p1::after{
	content: '';
	display: flex;
	width: 60px;
	height: 3px;
	border-radius: 5px;
	background-color: #018DD6;
	margin-top: 10px;
}
.foot_left .p2{
	font-size: 14px;
	line-height: 26px;
	padding-top: 15px;
	color: #FFFFFF;
}
.foot_right{
	margin-top: 40px;
	float: right;
	display: flex;
}
.code{
	width: 150px;
}
.code img{
	display: block;
	margin: 0 auto;
}
.foot_right p{
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 10px;
}
.foot_f{
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	margin-top: 20px;
	padding-top: 10px;
}
.foot_f a{
	color: #d6d6d6;
	text-decoration: underline;
}

/* about页 */

/* 位置 */
.position{
	width: 880px;
	font-size: 14px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
	border-bottom: 1px solid #dedede;
	background: url(../img/home.png)left no-repeat;
}
.position a{
	color: #333333;
}

/* 左侧菜单 */
.pro_menu{
	width: 250px;
	float: left;
	padding-top: 12px;
}
.pro_menu p{
	text-align: center;
	height: 80px;
	line-height: 80px;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 60px;
	background: url(../img/menu.png) 30px center no-repeat #018DD6;
}
.menu_ul{
	width: 248px;
	border: 1px solid #B5B5B5;
}
.menu_ul li{
	border-top: 1px solid #B5B5B5;
}
.menu_ul li a{
	display: block;
	width: 208px;
	height: 40px;
	line-height: 40px;
	color: #333333;
	padding-left: 40px;
	font-size: 14px;
}
.menu_ul li a:hover{
	background-color: #018DD6;
	color: #FFFFFF;
}
.menu_ul ul li a{
	width: 168px;
	font-size: 14px;
	color: #666666;
	padding-left: 80px;
}
.cur3{
	background-color: #018DD6;
	color: #FFFFFF !important;
}

.about{
	min-height: 650px;
	margin-top: 35px;
}
.about_right{
	width: 880px;
	float: right;
}
.about_right .p1{
	font-size: 30px;
}
.about_right .desc{
	margin-top: 10px;
}
.about_right .desc p{
	line-height: 35px;
}

/* 产品页 */
.product{
	min-height: 650px;
	margin-top: 35px;
}
.pro_right{
	float: right;
	width: 880px;
	min-height: 450px;
}
.pro_conall{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro_right_con{
	width: 280px;
	height: 222px;
	border: 1px solid #B5B5B5;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
	transition: all .3s;
	overflow: hidden;
}
.pro_right_con:last-child:nth-child(3n - 1) {
      margin-right: calc(280px + 38px / 2);
  }
.pro_right_con:hover{
	border: 1px solid #018DD6;
}
.pro_right_con:hover p{
	background-color: #018DD6;
	color: #FFFFFF;
	border-top: 1px solid #018DD6;
}

.pro_right_con img{
	display: block;
	width: 100%;
	height: 186px;
	transition: all .3s;
	overflow: hidden;
}
.pro_right_con p{
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	border-top: 1px solid #B5B5B5;
	transition: all .3s;
	color: #333333;
}

/* 内页 */
.pro_con2{
	float: right;
	height: 280px;
	width: 425px;
	position: relative;
}
.pro_con2 .p1{
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	border-bottom: 1px solid #777777;
}
.pro_con2 .p2{
	font-size: 14px;
	line-height: 25px;
	color: #666666;
}
.pro_con2 a{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 150px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	background-color: #018DD6;
	border-radius: 5px;
}

/* 详情 */
.xiangqing{
	width: 880px;
	float: right;
}
.xiangqing_title{
	height: 35px;
	border-bottom: 2px solid #e7ecec;
}
.xiangqing_title .p1{
	display: inline-block;
	width: 100px;
	height: 35px;
	font-size: 24px;
	padding-left: 25px;
	background: url(../img/xq.png)left center no-repeat;
	border-bottom: 2px solid #333333;
}
.xiangqing_title .p2{
	color: #bfbfbf;
	display: inline-block;
}
.xq_con{
	margin-top: 25px;
	min-height: 50px;
}

/* 分页器 */
 .page{
	 float: right;
	 width: 880px;
 	height: 50px;
 	text-align: center;
 	font-size: 14px;
 	background-color: #FFFFFF;
 	color: #676767;
	margin-top: 15px;
 }
 .page,
 .page span,
 .page p,
 .page a {
 	padding: 4px;
 	font-size: 14px;
 	color: #868686;
 }
 
 .page a {
 	color: #666;
 }
 
 .page a:hover {
 	color: #005ca1;
 }
 
 /* 新闻 */
 .newslist{
	 margin-top: 35px;
 }
 .newslist_conall{
	 width: 880px;
	 margin-top: 30px;
 }
 .newslist_con{
	 width: 100%;
	 height: 180px;
	 background-color: #f3f3f3;
	 margin-bottom: 20px;
	 display: flex;
 }
 .newslist_img{
	 padding: 20px;
	 width: 216px;
	 height: 122px;
	 overflow: hidden;
 }
 .newslist_img img{
	 width: 100%;
 }
.newslist_right{
	 padding: 20px;
	 width: 570px;
}
.newslist_right .p1{
	color: #333333;
	padding-bottom: 5px;
}
.newslist_right .p2{
	font-size: 12px;
	color: #666666;
	padding-bottom: 10px;
}
.newslist_right .p3{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
/* 新闻内页 */
.news_title{
	height: 65px;
	border-bottom: 1px dashed #999999;
	text-align: center;
	margin-top: 10px;
}
.news_title .p1{
	font-size: 20px;
	line-height: 35px;
	color: #333333;
}
.news_title .p2{
	font-size: 12px;
	color: #999999;
}
.news_con{
	padding: 20px 0 ;
}
/* 联系我们 */

.contact{
	margin-top: 35px;
	margin-bottom: 30px;
}
.contact_right{
	width: 880px;
	float: right;
}
.contact_desc{
	margin-top: 15px;
	min-height: 200px;
}
/* 在线留言 */
.message{
	margin-top: 35px;
	margin-bottom: 30px;
}
.message_right{
	width: 880px;
	float: right;
}
.message {
	font-size: 14px;
	color: #666;
	line-height: 42px;
	margin-top: 40px;
}

.message td {
	padding-bottom: 10px;
}

.message img {
	position: absolute;
	height: 42px;
}

.in1 {
	height: 24px;
	line-height: 24px;
	border: 1px solid #ddd;
	outline: none;
	padding: 8px 10px;
	font-size: 14px;
	color: #666;
	width: 350px;
}

.in2 {
	height: 144px;
	line-height: 24px;
	border: 1px solid #ddd;
	outline: none;
	padding: 8px 10px;
	font-size: 14px;
	color: #666;
	resize: none;
	font-family: "微软雅黑";
	width: 680px;
	margin-bottom: -16px;
}

.in3 {
	float: left;
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #005ca1;
	font-size: 14px;
	background: #005ca1;
	color: #fff;
	outline: none;
	cursor: pointer;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.in4 {
	background: #666;
	border-color: #666;
	margin-left: 10px;
}

.in3:hover {
	background: none;
	color: #005ca1;
}

.in4:hover {
	color: #666;
}

/* 资质证书 */
.honor_right_con{
	width: 200px;
	height: 296px;
	border: 1px solid #B5B5B5;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
	transition: all .3s;
	overflow: hidden;
}
.honor_right_con:last-child:nth-child(4n - 2) {
    margin-right: calc(200px * 2 + 26px * 2);
  }
.honor_right_con:last-child:nth-child(4n - 1) {
    margin-right: calc(200px + 26px);
}
.honor_right_con:hover{
	border: 1px solid #018DD6;
}
.honor_right_con:hover p{
	background-color: #018DD6;
	color: #FFFFFF;
	border-top: 1px solid #018DD6;
}

.honor_right_con img{
	display: block;
	width: 100%;
	height: 266px;
	transition: all .3s;
	overflow: hidden;
}
.honor_right_con p{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border-top: 1px solid #B5B5B5;
	transition: all .3s;
	color: #333333;
}