/* CSS Document */
body, div, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, iframe, input, textarea, select, label, article, aside, footer, header, menu, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
}
article, aside, footer, header, hgroup, nav, section, audio, canvas, video { display: block; }
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	background: #fff;
}
textarea { resize: none; }
img { max-width: 100%; }
iframe, img { border: 0; }
ul, ol, li { list-style: none; }
input, select, textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;
}
input { -webkit-appearance: none; }
a {
	text-decoration: none;
	color: #666;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
a:hover { color: #2c5ca8; }
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fl { float: left; }
.fr { float: right; }

/*滚动条*/
::-webkit-scrollbar {
width:6px;
height:12px
}
::-webkit-scrollbar-button:vertical {
display:none;
}
::-webkit-scrollbar-track:vertical {
background-color:black
}
::-webkit-scrollbar-track-piece {
background:#FFF
}
::-webkit-scrollbar-thumb:vertical {
background-color:#8E8E8E;
border-radius:5px
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color:#3B3B3B
}
::-webkit-scrollbar-corner:vertical {
background-color:#535353
}
::-webkit-scrollbar-resizer:vertical {
background-color:#FF6E00
}
.menu {
	float: right;
	width: 30px;
	height: 30px;
	background: center center no-repeat transparent;
	background-image: url(../images/amenuicon.png);
	display: none;
	margin-top: 10px;
}
/*banner*/
.theme-default {
	width: 100%;
	height: 640px;
	position: relative;
	overflow: hidden;
}
.theme-default .bolang {
	height: 33px;
	background: url(../images/bolang.png);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
.theme-default #slider {
	width: 1920px;
	height: 640px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}
.theme-default .nivoSlider {
	position: relative;
	background: #fff url(loading.gif) no-repeat 50% 50%;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.theme-default .nivoSlider a {
	border: 0;
	display: block;
}
.theme-default .nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -55px;
}
.theme-default .nivo-controlNav a {
	display: block;
	width: 30px;
	height: 4px;
	margin: 0 2px;
	background: #fff;
	text-indent: -9999px;
	border: 0;
	float: left;
}
.theme-default .nivo-controlNav a.active { background: #192c75; }
.theme-default .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
.theme-default a.nivo-nextNav {
	background-position: -30px 0;
	right: 100px;
}
.theme-default a.nivo-prevNav { left: 100px; }
.theme-default .nivo-caption { font-family: Helvetica, Arial, sans-serif; }
.theme-default .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.theme-default .nivo-caption a:hover { color: #fff; }
.nivoSlider { position: relative; }
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}
.nivo-directionNav a {
	position: absolute;
	top: 40%;
	z-index: 9;
	cursor: pointer;
}
.nivo-prevNav { left: 0px; }
.nivo-nextNav { right: 0px; }
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.nivo-controlNav a.active { font-weight: bold; }
.theme-default .nivo-controlNav {
	z-index: 100;
	bottom: 30px;
}
.banner {
	margin: 0 auto;
	position: relative;
}
.banner .bd { }
.banner .bd li { }
.banner .bd li img { width: 100%; }
.banner .hd {
	position: absolute;
bottom:.5rem;
	right: 0;
	width: 100%;
}
.banner .hd ul {
	width: 100%;
	text-align: center;
}
.banner .hd ul li {
	width: 30px;
	height: 5px;
	background: #fff;
	margin: 0 4px;
	display: inline-block;
	text-indent: -9999px;
	cursor: pointer;
	opacity: .6;
	filter: alpha(opacity=60);
	box-shadow: 0 0 1px #ccc;
}
.banner .hd ul li.on {
	background: #0083d7;
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: 0 0 2px #ccc;
}
/*---------------------*/
#feedbackForm { padding: 20px; }
.messagetit {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}
.messagetarea {
	padding: 10px;
	border: 1px solid #dedede;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	resize: none;
	width: 96%;
	height: 160px;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.messagetarea:focus {
	color: #333;
	border: 1px solid #15b1ac;
	outline: none;
	background: #fff;
}
.messageinput {
	width: 236px;
	padding: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border: 1px solid #dedede;
	margin: 0 5px 0 0;
	color: #666;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.messageinput:focus {
	color: #333;
	border: 1px solid #15b1ac;
	outline: none;
	background: #fff;
}
.messagebtn {
	width: 200px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	border: 0;
	background: #ccc;
	color: #2d3e50;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 30px;
}
.messagebtn.btnon {
	width: 500px;
	color: #fff;
	background: #012a40;
}
.messagebtn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.m {
	width: 95%;
	margin: 0 auto;
	max-width: 1400px;
}
.n { padding: 45px 0; }
/*top*/
.top {
	background: #f7f7f7;
	line-height: 40px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 13px;
}
.top span { color: #f56700; }
.top a {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #dfdfdf;
}
.top div p.fl { margin-right: 15px; }
.nav {
	padding: 20px 0;
	font-size: 16px;
}
.nav ul li {
	float: left;
	margin-left: 40px;
	line-height: 50px;
	text-transform: capitalize;
}
/*首页关于我们*/
.p_p1 {
	font-size: 25px;
	color: #555;
}
.p_p2 {
	float: left;
	margin: 20px 0;
}
.a_a_m {
	float: right;
	padding: 5px 20px;
	margin-top: 20px;
	border: 1px solid #dfdfdf;
}
.a_a_m:hover {
	background: #0083d7;
	color: #fff;
}
.part1 ul { margin-top: 30px; }
.part1 ul li {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.part1 ul li:last-child { margin-right: 0; }
.part1 ul li img { width: 100%; }
.part1 ul li .p3 {
	font-size: 18px;
	color: #999;
	margin: 20px 0;
}
.part1 ul li .p4 {
	color: #999;
	line-height: 1.6;
	margin-bottom: 40px;
	min-height: 80px;
}
.part1 ul li a {
	padding: 5px 10px;
	border: 1px solid #0083d7;
	border-radius: 5px;
	color: #0083d7;
}
.part1 ul li a:hover {
	color: #fff;
	background: #0083d7;
}

/*part2  首页产品*/
.part2{ background:#f7f7f7;}
.pro_ul{ padding:15px 20px; border:2px solid #0c8ad9; line-height:35px;}
.pro_ul .pro_all{ color:#fff; background:#1bcef2; float:left; width:9%; text-align:center; border-radius:20px;}
.pro_ul ul{ width:90%; float:right;}
.pro_ul ul li{ text-align:center; float:left; padding:0 20px; margin-right:1.5%; border:1px solid #d9d9d9; border-radius:20px; margin-bottom:10px; transition:0.2s;}
.pro_ul ul li:hover{ background:#1bcef2;}
.pro_ul ul li:hover a{ color:#fff;}
.pro_ul2{ margin-top:30px;}
.pro_ul2 li{ width:24%; float:left; margin-right:1.3%; position:relative; top:0; transition:0.2s; margin-bottom:20px;}
.pro_ul2 li .pic{ height:220px; overflow:hidden;}
.pro_ul2 li img{
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.pro_ul2 li:hover{ top:-20px;}
.pro_ul2 li:nth-child(4n){ margin-right:0;}
.pro_ul2 li .txt{ padding:25px 15px; background:#b0c0c7; color:#fff;}
.pro_ul2 li .txt .p2{ text-align:right; color:#fd6a02;}
/*内页产品*/
.ny_product {
	display: flex;
	justify-content: space-between;
}
.ny_product .list-left { width: 300px; }
.ny_product .list-left .list-a {
	text-transform: uppercase;
	background: #000;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	font-size: 24px;
	font-weight: bold;
}
.list-left ul li {
	display: block;
	margin-bottom: 5px;
}
.list-left ul { display: block; }
.list-left ul>li>a {
	color: #666;
	line-height: 40px;
	width: 100%;
	height: 100%;
	text-align: left;
	padding-left: 20px;
	display: block;
	font-size: 15px;
	font-weight: bold;
}
.list-left ul>li.current-proNav a, .list-left ul>li>a:hover {
	background: #fa5500;
	color: #fff;
}
.list-left ul li .list-third a {
	color: #666;
	line-height: 40px;
	width: 100%;
	height: 100%;
	text-align: left;
	display: block;
	font-size: 14px;
	padding-left: 40px;
}
.list-left ul li .list-third a:hover {
	background: #fa5500;
	color: #fff;
}
.ny_product .list-right {
	width: calc(95% - 300px);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.ny_product .list-right .item {
	width: 30%;
	margin: 0 1% 1% 1%;
	border: 1px solid #ccc;
	padding: 5px;
	box-sizing: border-box;
}
.ny_product .list-right .item .pic { height:220px; overflow:hidden;}
.ny_product .list-right .item .pic img {
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.ny_product .list-right .item .txt {
	font-size: 16px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;
	margin: 10px 0;
    height: 48px;
}
.pro-detail { overflow: hidden; }
.pro-detail h1 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
	color: #333;
	font-weight: normal;
}
.pro_swiper_flex {
	width: 80%;
	margin: 0 auto;
}
.mySwiper {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  height:120px;
  overflow:hidden;
  border:1px solid #ccc;
}
.mySwiper .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.mySwiper2 {
  height: 400px;
  width: 100%;
  margin-bottom:20px;
}
.mySwiper2 .swiper-slide img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}	

.pro_content {
	border-top: 5px solid #fe9201;
	padding: 30px 0;
	font-size: 16px;
	line-height: 2;
	color: #333;
	margin-top: 30px;
}
.pro_content h3 {
	font-size: 20px;
	font-weight: bold;
	color: #fe9201;
}
.met_page {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}
.met_page .pageleft {
	float: left;
	width: 45%;
	height: 22px;
	overflow: hidden;
}
.met_page .pageright {
	float: right;
	overflow: hidden;
	height: 22px;
	max-width: 45%;
}
.met_page a {
	color: #666;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*产品详情2*/
.pro_m_left { width: 75%; }
.pro_m_left .pro_m__tit {
	display: flex;
	justify-content: space-between;
	background: #dcdcdc;
}
.pro_m_left .pro_m__tit li {
	width: 50%;
	text-align: center;
	display: flex;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pro_m_left .pro_m__tit li.active {
	background: #fff;
	font-weight: bold;
}
.pro_m_left .pro_m__cont {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 45px;
}
.pro_m_left .pro_m__cont .pro_morepic { }
.pro_m_left .pro_m__cont .pro_parameter { }
/*part3*/
.part3 {
	height: 214px;
	background: url(../images/con_bg.jpg) no-repeat center center;
	text-align: center;
	padding: 40px 0;
	color: #fff;
}
.part3 p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
}
.part3 div {
	display: block;
	margin: 0 auto;
	font-size: 20px;
	padding: 5px 15px;
	border: 1px solid #fff;
	width: 250px;
	text-align: center;
	border-radius: 10px;
	margin-top: 20px;
}
.part3 div a { color: #fff; }
.part3 div a img { vertical-align: middle; }
/*part4*/
.part4 { }
.part4 .map { width: 55%; }
.part4 .ind_con {
	width: 43%;
	float: right;
}
.part4 .ind_con p {
	font-size: 16px;
    line-height: 2;
    border-bottom: 1px solid #dadada;
    padding: 20px 0;
}
.part4 .ind_con p img {
	vertical-align: middle;
	margin-right: 10px;
}
/*foot*/
.foot {
	background: #000;
	color: #d8d8d8;
}
.foot a {
	color: #d8d8d8;
	font-size: 13px;
}
.foot .logo_b {
	float: left;
	width: 28%;
}
.foot .logo_b img { margin-bottom: 20px; }
.foot ul {
	float: left;
	width: 15%;
	margin-left: 5%;
}
.foot p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.foot ul li { line-height: 1.6; }
.foot ul.p_u {
	column-count: 2;
	width: 100%;
	margin-left: 0;
}
.foot .p_d {
	width: 25%;
	float: left;
	margin-left: 0%;
}
.foot .con_b {
	float: right;
	width: 25%;
}
.foot .con_b span {
	font-size: 13px;
	line-height: 1.6;
}
.foot .con_b a {
	color: #b78b2c;
	display: block;
	margin-top: 30px;
}
.foot2 {
	border-top: 1px solid #3c3c3c;
	background: #000;
	color: #d8d8d8;
	line-height: 2;
	padding: 15px 0;
}
.foot2 a {
	color: #d8d8d8;
	display: inline-block;
}
/*banner_n*/
.banner_n { height: 350px; }
/*about*/
.ppt {
	text-align: center;
	font-size: 30px;
	padding-bottom: 30px;
	text-indent: 0 !important;
	margin-top: 0 !important;
	line-height: 1.8 !important;
	color: #434d5b;
	text-transform: uppercase;
}
.x {
	width: 50px;
	margin: 0 auto 30px;
	border-bottom: 1px solid #000;
}
.about p {
	text-indent: 2em;
	line-height: 1.8;
	margin-top: 15px;
}
.about img {
	max-width: 100%;
	display: block;
	margin: 20px auto 0;
}
/*workshop*/
.workshop { text-align: center; }
/*contact*/
.contact_a{
	display: flex;
    flex-wrap: wrap;
}
.contact .contact_m {
	padding-left: 30px;
	margin-bottom: 50px;
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	float: left;
}
.contact .contact_m img { height: 50px; }
.contact .contact_m .p1 {
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 5px;
}
/*news*/
.ny_news ul li {
	padding: 20px 0px;
	border-bottom: 1px solid #f2f2f2;
	transition: background ease-in-out .3s;
}
.ny_news ul li a {
	display: block;
	width: 1170px;
	margin: 0 auto;
}
.ny_news ul .img {
	float: left;
	transition: .2s;
	margin-right: 40px;
	width: 200px;
}
.ny_news ul .img img {
	max-width: 100%;
	border: 1px solid #eee;
	display: block;
}
.ny_news ul .txt { transition: .5s; }
.ny_news ul .tit {
	font-size: 18px;
	color: #000;
	line-height: 23px;
}
.ny_news ul .miaoshu {
	line-height: 24px;
	color: #888;
	height: 50px;
	overflow: hidden;
}
.ny_news ul li:hover { background: #f8f8f8; }
.ny_news ul a:hover { text-decoration: none; }
.concon { line-height: 24px; }
.concon .contit {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 12px;
	margin-bottom: 30px;
	line-height:1.3;
}
.concon .condate {
	font-size: 16px;
	text-align: center;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 12px;
}
.concon .concc { font-size: 16px; }
.concon .coninfo {
	background-color: #eee;
	padding: 10px;
	line-height: 24px;
}
.concon .conpage {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-top: 30px;
	padding: 10px 0;
}
.concon .conpage a {
	display: block;
	color: #999;
	font-size: 16px;
}
.concon .conpage a:hover { color: #ff0000; }
.concon .conbtn {
	background-color: #fb6d01;
	color: #fff;
	padding: 10px 0;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.ny_logestics {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.ny_logestics .item {
	width: 23%;
	margin: 1%;
	text-align: center;
}
.ny_logestics .item .pic {
	border: 1px solid #ccc;
	overflow: hidden;
}
.ny_logestics .item .pic img {
	width: 100%;
	display: block;
}
.ny_logestics .item .nam {
	font-size: 16px;
	line-height: 1.3;
}
 @media (max-width:1140px) {
.top { display: none; }
.nav ul.fr { display: none; }
.menu { display: block; }
.part1 ul li {
	width: 100%;
	float: none;
	margin: 20px 0;
}
.part1 ul li .p4{ min-height:inherit;}
.a_a_m { margin-top: 0; }
.pro_ul .pro_all { display: none; }
.pro_ul { margin: 10px 0; }
.pro_ul ul {
	width: 100%;
	float: none;
}
.pro_ul ul li {
	width: 31%;
	margin-right: 3.5%;
}
.pro_ul ul li:nth-child(7n) { margin-right: 3.5%; }
.pro_ul ul li:nth-child(3n) { margin-right: 0; }
.pro_ul2 li {
	width: 48%;
	margin-right: 4%;
}
.pro_ul2 li:nth-child(2n) { margin-right: 0; }
.part4 .map, .part4 .ind_con {
	width: 100%;
	float: none;
}
.foot { display: none; }
.foot2 a {
	float: none;
	line-height: 2;
}
.foot2 .fl { float: none; }
.about_t { font-size: 20px; }
.ind_news1 .ind_np { display: none; }
.ind_news1 .ind_nm {
	float: none;
	width: 100%;
}
.ind_news_l ul li .ind_news2_t { display: none; }
.ind_news_l ul li .ind_news2_m {
	float: none;
	width: 100%;
}
.ind_news_l ul li .ind_news2_m .pt { display: block; }
.honor_ul li {
	width: 48%;
	margin-right: 4%;
}
.honor_ul li:nth-child(3n) { margin-right: 4%; }
.honor_ul li:nth-child(2n) { margin-right: 0; }
.questions ul li {
	width: 100%;
	float: none;
	margin-left: 0;
}
.messagebtn { width: 100% !important; }
.contact .contact_m {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	padding-left: 10px;
}
.contact .contact_m .p1 { font-size: 14px; }
.contact .contact_m .p2 { font-size: 12px; }
.contact .contact_m img { height: 30px; }
.n { padding: 20px 0; }
.about_t { font-size: 20px; }
.ppt {
	font-size: 20px;
	padding-bottom: 10px;
}
.ind_news1 .ind_np { display: none; }
.ind_news1 .ind_nm {
	float: none;
	width: 100%;
}
.ind_news_l ul li .ind_news2_t { display: none; }
.ind_news_l ul li .ind_news2_m {
	float: none;
	width: 100%;
}
.ind_news_l ul li .ind_news2_m .pt { display: block; }
.honor_ul li {
	width: 48%;
	margin-right: 4%;
}
.honor_ul li:nth-child(3n) { margin-right: 4%; }
.honor_ul li:nth-child(2n) { margin-right: 0; }
.questions ul li {
	width: 100%;
	float: none;
	margin-left: 0;
}
.messagebtn { width: 100% !important; }
.contact .contact_m {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	padding-left: 10px;
}
.contact .contact_m .p1 { font-size: 14px; }
.contact .contact_m .p2 { font-size: 12px; }
.contact .contact_m img { height: 30px; }
.contact .contact_m:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.banner_n {
	height: 150px;
	background-size: cover !important;
}

.ny_product .list-right .item .pic{ height:160px;}
.ny_news ul li a{ width:100%;}
}

@media (max-width:800px) {
	.pro_ul ul li{ width:46%;}
	.pro_ul ul li:nth-child(3n){ margin-right:3.5%;}
	.ny_product{ display:block;}
	.ny_product .list-left{ width:100%;}
	.ny_product .list-right{ width:100%;}
	.ny_logestics .item{ width:48%;}
}

@media (max-width:500px) {
	.pro_ul ul li{ width:100%;}
	.pro_ul2 li .pic{ height:150px;}
	.pro_ul2 li .txt p{
		text-overflow:ellipsis; 
		overflow:hidden; 
		white-space:nowrap;
	}
	.part3{ height:auto; background-size:cover;}
	.ny_news ul .img{ display:none;}
	
}