/* 预定义样式开始 */
body,
div,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input {
	margin: 0;
	padding: 0;
	/* min-width:1500px; */
}

h1,
h2,
h6 {
	font-size: 100%;
}

ol,
ul {
	list-style: none;
}

img,
fieldset {
	border: 0 none;
	display: block;
}

	{
	padding: 0rem;
	margin: 0rem;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

em {
	font-style: normal;
}

body {
	font: 14px/1.5;
	color: #333;
	background-color: #fff;
	min-width: 1226px;
	font-size: 16px;
	font-family: 微软雅黑;
}

i {
	font-style: normal;
}

input:focus {
	outline: none;
}

/* 预定义样式结束 */
/* 开头最顶部 */
.head-top {
	width: 100%;
	height: 30px;
	background: #f3f3f3;
}

.head-con {
	width: 1200px;
	height: 30px;
	margin: 0 auto;
}

.head-con a {
	color: #666666;
	font-size: 12px;
	line-height: 30px;
	display: block;
}

.head-con .head-left {
	float: left;
}

.head-con .head-right {
	width: 190px;
	height: 30px;
	float: right;
}

.head-con .head-right ul {
	display: flex;
	justify-content: space-between;
}

.head-con .head-right ul li a {
	display: block;
	width: auto;
	height: auto;
	color: #666666;
	font-size: 12px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
}

.head-con .head-right ul li a span {
	color: #eb9741;
	font-size: 14px;
}

.head-con .head-right ul li a i {
	color: #666666;
	font-size: 12px;
}

/* 结束 */
/* Head Logo */
.head-logo {
	width: 100%;
	height: 100px;
}

.head-logo .head-lo-cont {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}

.head-logo .head-lo-cont .logo-left {
	width: 640px;
	height: 100px;
	float: left;
}

.head-logo .head-lo-cont .logo-left .logo-le-img {
	width: 194px;
	height: 52px;
	float: left;
	padding: 24px 0;
}

.head-logo .head-lo-cont .logo-left .log-ri {
	width: 426px;
	height: 51px;
	float: right;
	margin-left: 20px;
	margin-top: 29px;
	margin-bottom: 20px;
}

.head-logo .head-lo-cont .logo-left .log-ri h4 {
	color: #333333;
	font-size: 22px;
}

.head-logo .head-lo-cont .logo-left .log-ri span {
	color: #eb9741;
	font-size: 20px;
}

.head-logo .head-lo-cont .logo-left .log-ri i {
	color: #333333;
	font-size: 16px;
}

.head-logo .head-lo-cont .logo-right {
	width: 347px;
	height: 44px;
	float: right;
	padding-top: 29px;
	padding-bottom: 27px;
}

.head-logo .head-lo-cont .logo-right .logo-l {
	width: 20px;
	height: 20px;
	background: #f3f3f3;
	border-radius: 50%;
	padding: 12px 12px;
	float: left;
}

.head-logo .head-lo-cont .logo-right .logo-r {
	width: 290px;
	height: 44px;
	float: left;
	margin-left: 13px;
}

.head-logo .head-lo-cont .logo-right .logo-r span {
	font-size: 14px;
	color: #333333;
}

.head-logo .head-lo-cont .logo-right .logo-r p {
	color: #333333;
	font-size: 19px;
	font-weight: 700;
}

/* 结束 */
/* Head 导航部分 */
.nav-head {
	width: 100%;
	height: 60px;
	background: #ffffff;
}

.nav-head .nav-cont {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

.nav-head .nav-cont .flex-uls {
	display: flex;
	justify-content: space-between;
}

.nav-head .nav-cont ul li a {
	display: block;
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #333333;
	font-weight: 400;
	font-size: 16px;
	transition: all 0.3s linear;
	position: relative;
}

.nav-head .nav-cont ul li a:hover {
	background: #eb9741;
	color: #fff;
	/* font-weight: 700; */
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.nav-head .nav-cont ul li:hover .ul-navs {
	display: block;
}

.nav-head .nav-cont .ul-navs a {
	width: 200px;
	height: 50px;
	background: #ffffff;
	font-size: 16px;
	color: #333333;
	line-height: 50px;
}

.nav-head .nav-cont .ul-navs a:hover {
	width: 200px;
	height: 50px;
	background: #1d1915;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400 !important;
}

.nav-head .nav-cont .ul-navs {
	width: 200px;
	height: 50px;
	position: absolute;
	z-index: 999;
	display: none;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.active {
	background: #eb9741;
	color: #ffffff !important;
	/* font-weight: 700; */
}

.li-cons {
	background: #eb9741;
	color: #333 !important;
	/* font-weight: 700 !important; */
}

/* 结束 */
/* 轮播图部分 */
.swip {
	width: 100%;
}

.swiper-pagination-bullet {
	background: #eb9741 !important;
}

.swiper-wrapper img {
	width: 100%;
	height: 600px;
}

.swip-left {
	width: 41px !important;
	height: 41px !important;
	opacity: 0.2;
	background: #eb9741;
	border-radius: 50%;
	padding: 8px 8px;
}

.swip-con {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	opacity: 0.2;
	background: #eb9741;
	margin-top: -49px;
	margin-left: 9px;
}

.swiper-button-prev img {
	margin-left: 22px;
	margin-top: -30px;
}

.swiper-container {
	width: 100%;
	height: 600px;
}

.next-left {
	width: 41px !important;
	height: 41px !important;
	opacity: 0.2;
	background: #eb9741;
	border-radius: 50%;
	padding: 8px 8px;
}

.next-con {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	opacity: 0.2;
	background: #eb9741;
	margin-top: -49px;
	margin-left: 9px;
}

.swiper-button-next img {
	margin-left: 22px;
	margin-top: -30px;
}

/* 结束 */
/* 搜索部分 */
.searc {
	width: 100%;
	height: 91px;
	border-bottom: 1px dashed #dddddd;
}

.searc .searc-cont {
	width: 1200px;
	height: 91px;
	margin: 0 auto;
}

.searc .searc-cont .searc-left {
	width: 600px;
	height: 17px;
	float: left;
	padding: 38px 0 36px 0;
}

.searc .searc-cont .searc-left h6 {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}

.searc .searc-cont .searc-left h6 a {
	font-size: 16px;
	color: #666666;
}

.searc .searc-cont .searc-left span {
	color: red;
}

.searc .searc-cont .searc-right {
	width: 577px;
	height: 40px;
	float: right;
	padding: 26px 0 25px 0;
}

.searc .searc-cont .searc-right input[type="text"] {
	width: 470px;
	height: 38px;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	float: left;
	padding-left: 20px;
}

.searc .searc-cont .searc-right form {
	display: block;
	width: 577px;
	height: 66px;
}

.searc .searc-cont .searc-right input[type="submit"] {
	width: 90px;
	height: 40px;
	opacity: 1;
	background: #eb9741;
	border-radius: 4px;
	border: none;
	margin-left: -10px;
	color: #ffffff;
	float: right;
}

input::-webkit-input-placeholder {
	color: #666666;
	font-family: 微软雅黑;
}

/* 结束 */
/* 右侧弹出 */
a {
	outline: none;
}

a:active {
	outline: none;
}

#sideBar {
	text-align: left;
}

#sideBar h2 {
	color: #ffffff;
	font-size: 110%;
	font-family: arial;
	margin: 10px 10px 10px 10px;
	font-weight: bold !important;
}

#sideBar h2 span {
	font-size: 125%;
	font-weight: normal !important;
}

#sideBar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #dddddd;
}

#sideBar li {
	list-style-type: none;
	width: 186px;
	height: 32px;
	border: 1px solid #dddddd;
	border-bottom: none;
	padding: 14px 0 0 14px;
}

#sideBar li:nth-child(6) {
	/* background: red;
  width: 192px;
  height: 191px; */
}

#sideBar li i {
	width: 17px;
	height: 18px;
	float: left;

}

#sideBar li i img {
	width: 17px;
	height: 18px;
}

#sideBar li span {
	width: 150px;
	height: 18px;
	font-size: 14px;
	color: #333333;
	display: block;
	margin-left: 25px;
}

#sideBar {
	position: absolute;
	width: auto;
	height: auto;
	top: 1030px;
	right: 0px;
	background: #fff;
	background-position: top left;
	background-repeat: repeat-y;
	z-index: 99;
}

#sideBarTab {
	float: left;
	height: 36px;
	width: 31px;
	background: #EB9741;
	position: absolute;
	left: -48px;
	top: 1px;
	padding: 12px 0 0 17px;
}

#sideBarTab img {
	border: 0px solid #ffffff;
}

#sideBarContents {
	float: left;
	overflow: hidden !important;
	width: 200px;
	height: 484;
	z-index: 999 !important;
}

#sideBarContentsInner {
	width: 200px;
}

.a-code-Wx {
	width: 192px;
	height: 191px;
}

.a-code-Wx img {
	width: 192px;
	height: 191px;
	margin-left: 5px;
}

/* 结束 */
/* 搜索下面五个小块部分 */
.list-five {
	width: 100%;
	/* height: 328px; */
	height: 280px;
}

.list-five .five-cont {
	width: 1200px;
	height: 154px;
	margin: 0 auto;
	padding: 43px 0 131px 0;
}

.list-five .five-cont ul li {
	display: block;
	width: 105px;
	height: 105px;
}

.list-five .five-cont ul li span {
	display: block;
	width: 105px;
	height: 38px;
	color: #333333;
	font-size: 14px;
	text-align: center;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 11px;
}

.list-five .five-cont ul {
	display: flex;
	justify-content: space-between;
}

.list-five .five-cont ul .img-to {
	display: block;
	width: 91px;
	height: 105px;
}

.list-five .five-cont ul .img-to img {
	width: 100%;
}

.list-five .five-cont ul .img-o {
	width: 105px;
	height: 91px;
	margin-top: 10px;
}

.list-five .five-cont ul .img-o img {
	width: 100%;
}

/* 结束 */
/* 关于我们部分 */
.navcont-me {
	width: 100%;
	height: 333px;
}

.navcont-me .navcon-lect {
	width: 1200px;
	height: 333px;
	margin: 0 auto;
	/* position: relative;
    left: 400px; */
}

.navcont-me .smail {
	width: 260px;
	height: 333px;
	background: #f4f4f4;
}

.navcont-me .navcon-lect .navcon-left {
	width: 596px;
	height: 257px;
	padding: 36px 0 40px 0;
	float: left;
	background: #f4f4f4;
}

.navcont-me .navcon-lect .navcon-left a {
	width: 130px;
	height: 34px;
	display: block;
}

.bakces {
	position: absolute;
	right: 0;
}

.navcont-me .nav-box {
	width: 100%;
	height: 333px;
	background: #f4f4f4;
	display: flex;
	position: relative;
}

.navcont-me .navcon-lect .navcon-left span {
	font-size: 30px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	color: #333333;
}

.navcont-me .navcon-lect .navcon-left span::after {
	content: "";
	display: block;
	width: 61px;
	height: 2px;
	margin-top: 20px;
	background: #eb9741;
}

.navcont-me .navcon-lect .navcon-left i {
	font-size: 22px;
	font-weight: 400;
	display: block;
	margin-top: 19px;
	text-align: left;
	color: #333333;
}

.navcont-me .navcon-lect .navcon-left p {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #333333;
	display: block;
	width: 575px;
	height: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 11px;
}

.navcont-me .navcon-lect .navcon-left em {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.navcont-me .navcon-lect .navcon-left .desction {
	width: 132px;
	height: 34px;
	margin-top: 30px;
	display: flex;
}

.navcont-me .navcon-lect .navcon-left .desction .desction-left {
	width: 92px;
	height: 34px;
	border: 2px solid #1d1915;
	border-right: none;
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	float: left;
}

.navcont-me .navcon-lect .navcon-left .desction .desction-right {
	width: 34px;
	height: 34px;
	color: #333333;
	background: #1d1915;
	float: right;
	border: 2px solid #1d1915;
	margin-left: -2px;
}

.navcont-me .navcon-lect .navcon-left .desction .desction-right img {
	margin: 6px 12px;
}

.navcont-me .navcon-right {
	width: 572px;
	height: 396px;
	float: right;
	margin: -31.5px 0 31.5px 0;
	position: relative;
}

.navcont-me .navcon-right img {
	width: 100%;
	z-index: 999;
	position: absolute;
}

/* 结束 */
/* 产品中心部分 */
.pirstat-cp {
	width: 100%;
	margin-top: 90px;
	background: #f4f4f4;
}

.pirstat-cp .pirstat-cont {
	width: 1200px;
	margin: 0 auto;
	padding: 45px 0 42px 0;
}

.pirstat-cp .pirstat-cont span {
	font-size: 30px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	text-align: left;
	color: #333333;
}

.pirstat-cp .pirstat-cont span::after {
	content: "";
	display: block;
	background: #eb9741;
	width: 61px;
	height: 2px;
	margin-top: 20px;
}

.pirstat-cp .pirstat-cont i {
	font-size: 22px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #333333;
	display: block;
	margin-top: 10px;
}

.pirstat-cp .pirstat-cont ul {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	width: 1231px;
}

.pirstat-cp .pirstat-cont ul li {
	display: block;
	width: 290px;
	/* height: 349px; */
	margin-top: 40px;
	margin-right: 13px;
}

.pirstat-cp .pirstat-cont ul li:hover em {
	background: #eb9741;
	color: #ffffff;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.pirstat-cp .pirstat-cont ul li:hover .pirst_nonest{
	background-color: #000 !important;
}
.pirstat-cp .pirstat-cont ul li .pirstat-img {
	width: 290px;
	/* height: 285px; */
	position: relative;
}
.pirst_nonest{
	width: 290px;
	height: 217px;
	/* background: rgba(0, 0, 0, 0.4); */
	/* background-color: #000000; */
	opacity: 0.5;
	position: absolute;
	top: 0;
}
.pirstat-cp .pirstat-cont ul li .pirstat-img img {
	width: 290px;
}

.pirstat-cp .pirstat-cont em {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #333333;
	display: block;
	width: 290px;
	line-height: 64px;
	/* background: #ffffff; */
	transition: all 0.3s linear;
}

/* 结束 */
/* 技术优势部分 */
.Techn {
	width: 100%;
	height: 640px;
}

.Techn .Techn-cont {
	width: 1200px;
	height: 551px;
	margin: 0 auto;
	/* padding: 60px 0 0 0; */
	padding: 40px 0 0 0;
}

.Techn .Techn-cont .ueens {
	font-size: 30px;
	text-align: left;
	color: #333333;
}

.Techn .Techn-cont em {
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	color: #333333;
	margin-top: 19px;
	display: block;
}

.Techn .Techn-cont .ueens::after {
	content: "";
	display: block;
	background: #eb9741;
	width: 61px;
	height: 2px;
	margin-top: 19px;
}

.Techn .Techn-cont .Techn-List {
	width: 100%;
	height: 302px;
	/* background: #f4f4f4; */
	margin-top: 41px;
	position: relative;
}

.Techn .Techn-cont .Techn-Left {
	width: 560px;
	height: 320px;
	/* background: #f4f4f4; */
	float: left;
	/* padding: 46px 0 0 41px; */
}

.Techn .Techn-cont .Techn-Left img {
	width: 100%;
	height: 320px;
}
/* 
.Techn .Techn-cont .Techn-Right {
	width: 538px;
	height: 290px;
	float: right;
	padding: 46px 31px 0 0;
	margin-left: 30px;
}

.Techn .Techn-cont .Techn-Right span {
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	color: #333333;
}

.Techn .Techn-cont .Techn-Right span::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	margin-top: 14px;
}

.Techn .Techn-cont .Techn-Right p {
	width: 539px;
	height: 165px;
	opacity: 1;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	line-height: 28px;
	letter-spacing: 0px;
	margin-top: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
} */

.Techn .Techn-cont .Techn-Lonst {
	width: 1066px;
	height: 17px;
	margin: 0 auto;
	position: absolute;
	top: 381px;
	left: 68px;
}

.Techn .Techn-cont .Techn-tit {
	width: 100%;
	height: 21px;
	position: absolute;
	top: 403px;
}

.Techn .Techn-cont .Techn-tit ul {
	display: flex;
	justify-content: space-between;
}

.Techn .Techn-cont .Techn-tit ul li {
	display: block;
	width: 145px;
	height: 21px;
	text-align: center;
	color: #333333;
	font-size: 20px;
	cursor: pointer;
}

/* 结束 */
/* 行业应用部分 */
.inDust {
	width: 100%;
	/* margin-top: 69px; */
	margin-top: 50px;
	background: url(../img/background-img01.jpg) no-repeat right;
	background-size: 100%;
	background-size: cover;
}

.inDust .inDust-cont {
	width: 1200px;
	margin: 0 auto;
	padding: 46px 0 0 0;
}

.inDust .inDust-cont span {
	font-size: 30px;
	text-align: left;
	color: #333333;
}

.inDust .inDust-cont span .constSatome {
	width: 132px;
	height: 34px;
	background: darkkhaki;
}

.inDust .inDust-cont span::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	margin-top: 15px;
	background: #eb9741;
}

.inDust .inDust-cont i {
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	color: #333333;
	letter-spacing: 0px;
	display: block;
	height: 34px;
	margin-top: 19px;
	display: flex;
	line-height: 34px;
	justify-content: space-between;
}

.inDust .inDust-cont .constSatome {
	width: 132px;
	height: 34px;
	margin-top: -2px;
	display: flex;
}

.inDust .inDust-cont .constSatome-L {
	width: 92px;
	height: 34px;
	border: 2px solid #1d1915;
	border-right: none;
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	float: left;
}

.inDust .inDust-cont .constSatome-R {
	width: 34px;
	height: 34px;
	color: #333333;
	background: #1d1915;
	float: right;
	border: 2px solid #1d1915;
	margin-left: -2px;
}

.inDust .inDust-cont .constSatome-R img {
	margin: 6px 12px;
}

.inDust .inDustList {
	width: 100%;
	margin-top: 32px;
}

.inDust .inDustList ul {
	display: flex;
	flex-wrap: wrap;
	width: 1231px;
}

.inDust .inDustList ul li {
	display: block;
	/* width: 400px; */
	width: 290px;
	height: 216px;
	position: relative;
	margin-right: 13px;
	margin-bottom: 10px;
}

.inDust .inDustList ul li:hover .mb-inDus {
	display: block;
}

.inDust .inDustList ul li img {
	width: 100%;
	height: 216px;
}

.inDust .inDustList ul li .mb-inDus {
	display: none;
	width: 290px;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	font-size: 24px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	color: transparent;
	text-align: center;
	line-height: 197px;
	height: 216px;
}

/* 结束 */
/* 行业动态 */
.news {
	width: 100%;
	/* margin-top: 88px; */
	margin-top: 50px;
}

.news .news-cont {
	width: 1200px;
	margin: 0 auto;
	/* padding: 46px 0 0 0; */
}

.news .news-cont span {
	font-size: 30px;
	text-align: left;
	color: #333333;
}

.news .news-cont span .constSat {
	width: 132px;
	height: 34px;
}

.news .news-cont span::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	margin-top: 15px;
	background: #eb9741;
}

.news .news-cont i {
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	color: #333333;
	letter-spacing: 0px;
	display: block;
	height: 34px;
	margin-top: 19px;
	display: flex;
	line-height: 34px;
	justify-content: space-between;
}

.news .news-cont .constSat {
	width: 132px;
	height: 34px;
	margin-top: -2px;
	display: flex;
}

.news .news-cont .constSat-L {
	width: 92px;
	height: 34px;
	border: 2px solid #1d1915;
	border-right: none;
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	float: left;
}

.news .news-cont .constSat-R {
	width: 34px;
	height: 34px;
	color: #333333;
	background: #1d1915;
	float: right;
	border: 2px solid #1d1915;
	margin-left: -2px;
}

.news .news-cont .constSat-R img {
	margin: 6px 12px;
}

.news .news-cont .news-Li-Sant {
	width: 100%;
	/* height: 418px; */
	margin-top: 41px;
	display: flex;
	justify-content: space-between;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Le {
	width: 560px;
	/* height: 418px; */
	/* float: left; */
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Le .news-Li-Sant-Top {
	width: 529px;
	height: 106px;
	background: url(../img/500658920.jpg) no-repeat center;
	padding: 14px 0 0 31px;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Le .news-Li-Sant-Ls {
	width: 100%;
	/* height: 271px; */
	margin-top: 27px;
	overflow: hidden;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Le .news-Li-Sant-Ls ul li {
	width: 100%;
	height: 38px;
	display: block;
	border-bottom: 1px dotted #dddddd;
	display: flex;
	justify-content: space-between;
}

.cont {
	width: 100%;
	height: 50px;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Le .news-Li-Sant-Ls ul li .left-tile {
	width: 450px;
	height: 38px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	display: block;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-line-clamp: 1;
	line-clamp: 1;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Le .news-Li-Sant-Ls ul li .right-tile {
	width: 80px;
	height: 38px;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #666666;
	line-height: 38px;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Le .news-Li-Sant-Ls a {
	width: 560px;
	height: 16px;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Top span {
	width: 130px;
	height: 66px;
	opacity: 1;
	font-size: 34px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #000000;
	display: block;
	border-bottom: 1px solid #000000;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Top i {
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	color: #000000;
	margin-top: 0px;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Top span::after {
	content: "";
	display: block;
	width: 61px;
	height: 2px;
	margin-top: 8px;
	background: #000000;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Re {
	width: 599px;
	/* height: 418px; */
	/* float: right; */
	padding-left: 41px;
	overflow: hidden;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Re ul li {
	width: 100%;
	height: 87px;
	border-bottom: 1px dotted #dddddd;
	margin-bottom: 23px;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Re ul li:hover .news-reigth em {
	color: #eb9741;
	transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Re ul li:hover .news-lestz {
	background: #eb9741;
	transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Re ul li .news-lestz {
	width: 48px;
	height: 58px;
	background: #000000;
	padding: 2px 6px 0 6px;
	text-align: center;
	position: relative;
	float: left;
	transition: all 0.2s linear;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Re ul li .news-lestz .lestand {
	font-size: 30px;
	font-weight: 700;
	color: #fefefe;
	margin-top: -37px;
	text-align: center;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Re ul li .news-lestz em {
	width: 48px;
	height: 10px;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	color: #fefefe;
	position: absolute;
	top: 39px;
	left: 7px;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Re ul li .news-reigth {
	width: 519px;
	height: 87px;
	float: right;
	padding-left: 20px;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Re ul li .news-reigth em {
	font-size: 18px;
	text-align: left;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	width: 504px;
}

.news .news-cont .news-Li-Sant .news-Li-Sant-Re ul li .news-reigth p {
	width: 513px;
	height: 39px;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #666666;
	margin-top: 13px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 结束 */
/* 合作伙伴部分 */
.coopys {
	width: 100%;
	height: 332px;
	background: #f4f4f4;
	/* margin-top: 84px; */
	margin-top: 50px;
}

.coopys .coop-swipe {
	width: 1200px;
	height: 291px;
	margin: 0 auto;
	padding: 41px 0 0 0;
}

.coopys .coop-swipe span {
	font-size: 30px;
	color: #333333;
}

.coopys .coop-swipe span::after {
	content: "";
	display: block;
	width: 61px;
	height: 2px;
	margin-top: 15px;
	background: #eb9741;
}

.coopys .coop-swipe i {
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	color: #333333;
	margin-top: 19px;
	display: block;
}

.coopys .coop-swipe .swipe-contents {
	width: 1200px;
	height: 120px;
	margin: 30px 0 auto;
}

.swiper-container-top {
	width: 1200px;
	height: 120px;
	overflow: hidden;
}

.swiper-button-prev-top {
	margin-top: -70px;
	margin-left: -25px;
}

.swiper-button-next-rig {
	margin-top: -33px;
	margin-left: 1205px !important;
}

/* 结束 */
/* 底部部分 */
.nav-List-Names {
	width: 99.9%;
	/* height: 376px; */
	/* background: url(../img/bacd-list.jpg); */
	margin-top: 50px;
	/* 	margin-top: 90px; */
	/* background: #f3f3f3; */
	background-size: 100%;
	/* position: relative; */
	border-top: 1px solid #f3f3f3;
}

.nav-List-Names .nav-conts {
	width: 1200px;
	/* height: 310px; */
	margin: 0 auto;
	padding: 14px 0 0 0;
}

.nav-List-Names .nav-conts .nav-Left {
	width: 615px;
	/* height: 311px; */
	float: left;
}

.nav-List-Names .nav-conts .nav-Left .nav-Logo {
	width: 194px;
	height: 55px;
	float: left;
}

.nav-List-Names .nav-conts .nav-Left .nav-L-eft {
	width: 411px;
	height: 55px;
	padding: 0 0 0 10px;
	float: right;
}

.nav-List-Names .nav-conts .nav-Left .nav-L-eft i {
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	color: #eb9741;
}

.nav-List-Names .nav-conts .nav-Left .nav-L-eft em {
	font-size: 15px;
	color: #333;
}

.nav-List-Names .nav-conts .nav-Left .nav-L-eft span {
	font-size: 22px;
	text-align: left;
	color: #333;
}

.nav-List-Names .nav-conts .nav-Left .nav-Toop {
	width: 615px;
	height: 55px;
}

.nav-List-Names .nav-conts .nav-Right {
	width: 402px;
	/* height: 311px; */
	float: right;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma {
	width: 166px;
	height: 232px;
	padding: 25px 0 0 0;
	float: left;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma .fwrx-L {
	width: 166px;
	height: 90px;
	margin-top: 20px;
	text-align: right;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma .fwrx-L i {
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	color: #fefefe;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma .fwrx-L p {
	font-size: 22px;
	font-weight: 400;
	text-align: right;
	color: #333;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma .lianxi {
	width: 94px;
	height: 16px;
	margin-left: 46px;
	padding: 12px 13px 12px 13px;
	background: rgba(235, 151, 65, 0.5);
}

.nav-List-Names .nav-conts .nav-Right .two-Ma .lianxi a {
	width: 94px;
	height: 16px;
	display: block;
	margin-top: -12px;
	margin-left: -12px;
	padding: 12px 13px 12px 13px;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma .lianxi img {
	float: left;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma .lianxi span {
	font-size: 16px;
	font-weight: 400;
	color: #fefefe;
	float: right;
	line-height: 16px;
}

.nav-List-Names .nav-conts .nav-Left .List-nav {
	width: 610px;
	/* height: 18px; */
	margin-top: 15px;
}

.nav-List-Names .nav-conts .nav-Left .List-nav ul {
	display: flex;
	justify-content: space-between;
}

.nav-List-Names .nav-conts .nav-Left .List-nav ul li {
	width: 88px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #333;
	transition: all 0.3s linear;
}

.nav-List-Names .nav-conts .nav-Left .List-nav ul li:hover {
	background: #eb9741;
	color: #333;
	/* font-weight: 700; */
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.nav-List-Names .nav-conts .nav-Left .List-nav ul a,
span {
	line-height: 30px;
	font-size: 16px;
	text-align: left;
	color: #eb9741;
}

.nav-List-Names .nav-conts .nav-Left .List-P {
	width: 391px;
	height: 106px;
	margin-top: 20px;
}

.nav-List-Names .nav-conts .nav-Left .List-P p {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #333;
	margin-bottom: 5px;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma-Right {
	width: 188px;
	/* height: 250px; */
	float: right;
	margin-top: 6 px;
}

.nav-List-Names .nav-conts .nav-Right .two-Top {
	width: 188px;
	height: 188px;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma-Right img {
	width: 100%;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma-Right p {
	text-align: center;
	font-size: 16px;
	text-align: center;
	color: #333;
	line-height: 23px;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma-Right .two-List {
	width: 100%;
	height: 47px;
	padding-top: 10px;
}

.nav-List-Names .Hr-cat {
	/* width: 100%; */
	/* height: 1px; */
	background: #f3f3f3;
}

.nav-List-Names .qdcm {
	width: 100%;
	height: 20px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	background: #f3f3f3;
	line-height: 20px;
}

.nav-List-Names .qdcm em {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	line-height: 20px;
	text-align: left;
}

.nav-List-Names .qdcm a {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	text-align: left;
	margin-left: 37px;
}

/* 结束 */


.swiperSanst {
	width: 1200px;
	margin: 0 auto;
	height: 400px;
	/* background-color: aquamarine; */
}
.swiper-container{
	height: 400px !important;
}
.swiperImage {
	width: 1200px;
	height: 320px;
	/* background-color: #999; */
	display: flex;
	justify-content: space-between;
}

.swiperImage .Swiper_img {
	width: 560px;
	height: 320px;
	/* background: lightslategray; */
}

.swiperImage .Swiper_img img {
	width: 560px;
	height: 320px;
	/* background: lightslategray; */
}

.swiperImage .SwiperSpan {
	width: 100px;
	height: 100px;
	background: red;
}

.swiperImage .Techn-Right {
	width: 538px;
	height: 290px;
	float: right;
	padding: 46px 31px 0 0;
	margin-left: 30px;
}

.swiperImage .Techn-Right span {
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	color: #333333;
}

.swiperImage .Techn-Right span::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	margin-top: 14px;
	background: #eb9741;
}

.swiperImage .Techn-Right p {
	width: 539px;
	height: 165px;
	opacity: 1;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	line-height: 28px;
	letter-spacing: 0px;
	margin-top: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
}

.swiper_margin {
	left: 50% !important;
	transform: translateX(-50%) !important;
	margin-top: -15px !important;
	width: 1045px !important ;
	display: flex !important;
	justify-content: space-between !important;
}

.Techn .Techn-cont .swiperSanst .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	/* border-radius: 0px !important; */
	background: #eb9741 !important;
	margin-right: 20px;
	position: relative;
}

.swiper-pagination-bullet::before {}

.Techn .Techn-cont .swiperSanst .swiper-pagination-bullet:nth-child(1)::before {
	content: "科学的管理模式";
	display: block;
	width: 145px;
	height: 21px;
	/* background: #EB9741; */
	color: #333333;
	font-size: 20px;
	position: absolute;
	top: 20px;
	left: -60px;
}
.Techn .Techn-cont .swiperSanst .swiper-pagination-bullet:nth-child(1)::after {
	content: "";
	display: block;
	width: 327px;
	height: 21px;
	background: url(../img/xian.png) no-repeat;

	position: absolute;
	top: 5px;
	left: 11px;
}
.Techn .Techn-cont .swiperSanst .swiper-pagination-bullet:nth-child(2)::after {
	content: "";
	display: block;
	width: 327px;
	height: 21px;
	background: url(../img/xian.png) no-repeat;
	position: absolute;
	top: 5px;
	left: 11px;
}
.Techn .Techn-cont .swiperSanst .swiper-pagination-bullet:nth-child(3)::after { 
	content: "";
	display: block;
	width: 327px;
	height: 21px;
	background: url(../img/xian.png) no-repeat;
	position: absolute;
	top: 5px;
	left: 11px;
}
.Techn .Techn-cont .swiperSanst .swiper-pagination-bullet:nth-child(2)::before {
	content: "严格生产流程";
	display: block;
	width: 145px;
	height: 21px;
	color: #333333;
	font-size: 20px;
	position: absolute;
	top: 20px;
	left: -60px;
}
.Techn .Techn-cont .swiperSanst .swiper-pagination-bullet:nth-child(3)::before {
	content: "先进的生产技术";
	display: block;
	width: 145px;
	height: 21px;
	color: #333333;
	font-size: 20px;
	position: absolute;
	top: 20px;
	left: -60px;
}
.Techn .Techn-cont .swiperSanst .swiper-pagination-bullet:nth-child(4)::before {
	content: "完善的市场服务";
	display: block;
	width: 145px;
	height: 21px;
	color: #333333;
	font-size: 20px;
	position: absolute;
	top: 20px;
	left: -60px;
}
.swiper-pagination-bullet-active {
	background-color: #eb9741 !important;
}
