html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption,
tbody,
tfoot,
thead,
header,
section,
footer {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	list-style: none;
}

table,
tr,
td {
	border: 1px solid #ddd !important;
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-family: "微雅软黑", "Microsoft Yahei", "宋体";
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	min-width: 1300px;
}

ul,
dl,
ol {
	list-style: none;
}

ul,
dl,
ol,
dt,
dd,
p,
h1,
h2,
h3,
h4,
div,
span,
font {
	margin: 0;
	padding: 0;
}


/*通用代码*/

.wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.cls {
	clear: both;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}

#pagesize {
	overflow: hidden;
}


/*ban*/

.banner {
	width: 100%;
	height: 560px;
	white-space: nowrap;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	/*border:1px solid #F00; */
}

.banner_m {
	width: 50%;
	height: 560px;
	display: inline-block;
	position: relative;
}

.wrapper {
	*float: left;
	width: 1920px;
	height: 560px;
	display: inline-block;
	position: relative;
	left: -967px;
}

.fn-clear {
	zoom: 1;
}

.box_skitter {
	position: relative;
	background: none;
}

.box_skitter ul {
	display: none;
}

.box_skitter .container_skitter {
	overflow: hidden;
	position: relative;
}

.box_skitter .image {
	overflow: hidden;
}

.box_skitter .image img {
	display: none;
}

.box_skitter .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20;
}

.box_skitter .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.box_skitter .prev_button {
	position: absolute;
	top: 245px;
	left: 15%;
	z-index: 100;
	width: 72px;
	height: 143px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: 0;
	background: url(../img/prev.png) no-repeat left top !important;
}

.box_skitter .next_button {
	position: absolute;
	top: 245px;
	right: 14%;
	z-index: 100;
	width: 72px;
	height: 143px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: 0;
	background: url(../img/next.png) no-repeat left top !important;
}

.box_skitter .label_skitter {
	z-index: 150;
	position: absolute;
	display: none;
}

.loading {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 10000;
	margin: -16px -16px;
	color: #fff;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/ajax-loader.gif) no-repeat left top;
	width: 31px;
	height: 31px;
}

#slideshow {
	width: 1920px;
	height: 560px;
}

#slideshow ul {
	display: none;
}


/*顶部*/

.itop {
	width: 100%;
	height: 120px;
}

.itop .ilogo {
	float: left;
	height: 70px;
	padding-left: 85px;
	background: url(../img/ilogo.png) left center no-repeat / 65px 70px;
	margin-top: 25px;
}

.itop .ilogo h5 {
	font-size: 35px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 8px;
}

.itop .ilogo p {
	font-size: 17px;
	color: #999;
}

.itop .iphone {
	float: right;
	margin-top: 32px;
}

.itop .iphone span {
	display: block;
	text-align: right;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	background: url(../img/iphone.png) right 92px center no-repeat / 23px 22px;
}

.itop .iphone p {
	font-size: 30px;
	color: #e76c2e;
	font-weight: bold;
}


/*导航*/

.inav {
	width: 100%;
	height: 55px;
	background: #282828;
}

.inav ul {
	display: flex;
	justify-content: space-between;
}

.inav ul li {
	width: 240px;
	line-height: 55px;
	text-align: center;
	position: relative;
}

.inav ul li:before {
	display: block;
	content: "";
	width: 1px;
	height: 25px;
	background: #383838;
	position: absolute;
	left: 0;
	top: 15px;
}

.inav ul li:first-of-type:before {
	display: none;
}

.inav ul li:after {
	display: block;
	content: "";
	width: 1px;
	height: 25px;
	background: #151515;
	position: absolute;
	right: 0;
	top: 15px;
}

.inav ul li:last-of-type:after {
	display: none;
}

.inav ul li:hover,
.inav ul li.on {
	background: #e76c2e;
}

.inav ul li:hover:after,
.inav ul li:hover:before,
.inav ul li.on:after,
.inav ul li.on:before {
	display: none;
}

.inav ul li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}


/*制粒*/

.izl {
	width: 100%;
	margin-top: 30px;
}

.izl .izl-list ul li {
	width: 374px;
	height: 195px;
	text-align: left;
	padding: 18px 25px 0;
	box-sizing: border-box;
	float: left;
	margin-right: 39px;
	border: 1px solid #f0f0f0;
}

.izl .izl-list ul li:hover {
	background: #fff;
	box-shadow: 0 0 20px #d5d5d5;
}

.izl .izl-list ul li:last-of-type {
	margin-right: 0;
}

.izl .izl-list ul li h5 {
	display: block;
	height: 52px;
	line-height: 52px;
	padding-left: 45px;
	text-align: left;
	color: #262626;
	font-size: 24px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d4d4d4;
}

.izl .izl-list ul li:nth-child(1) h5 {
	background: url(../img/yyico1.png) no-repeat left center;
}

.izl .izl-list ul li:nth-child(2) h5 {
	background: url(../img/yyico2.png) no-repeat left center;
}

.izl .izl-list ul li:nth-child(3) h5 {
	background: url(../img/yyico3.png) no-repeat left center;
}

.izl .izl-list ul li p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.izl .izl-wl {
	margin-top: 30px;
}

.izl .izl-wl ul li {
	float: left;
	text-align: center;
	margin-right: 20px;
}

.izl .izl-wl ul li:last-of-type {
	margin-right: 0;
}

.izl .izl-wl ul li img {
	display: block;
	width: 285px;
	height: 215px;
}

.izl .izl-wl ul li p {
	font-size: 15px;
	line-height: 40px;
	color: #999;
}

.izl .izl-a {
	text-align: center;
	font-size: 25px;
	margin-top: 20px;
}

.izl .izl-a span {
	font-size: 40px;
	color: #e76c2e;
}


/*产品*/

.ipro {
	width: 100%;
	margin-top: 80px;
}

.ipro .ipro-l {
	float: left;
	width: 240px;
}

.ipro .ipro-l .ipro-l-t {
	background: #e76c2e;
	padding-bottom: 5px;
}

.ipro .ipro-l .ipro-l-t h5 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	height: 75px;
	line-height: 75px;
	border-bottom: 1px solid #FFF;
	text-align: center;
}

.ipro .ipro-l .ipro-l-list ul li {
	width: 100%;
	margin-top: 5px;
}

.ipro .ipro-l .ipro-l-list ul li a {
	display: block;
	padding: 0 40px 0 10px;
	height: 45px;
	line-height: 45px;
	background: #eee;
	font-size: 15px;
	color: #666;
	position: relative;
}

.ipro .ipro-l .ipro-l-list ul li a:hover {
	background: #ddd;
}

.ipro .ipro-l .ipro-l-list ul li a:after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-style: solid;
	border-width: 2px;
	border-color: transparent #999 #999 transparent;
	position: absolute;
	top: 17px;
	right: 13px;
	transform: rotate(-45deg);
}

.ipro .ipro-l .ipro-l-phone {
	width: 100%;
	padding: 18px 0;
	background: #c71a1e;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}

.ipro .ipro-l .ipro-l-phone span {
	display: inline-block;
	margin: 0 auto;
	padding-left: 35px;
	height: 25px;
	line-height: 25px;
	background: url(../img/iphone_white.png) center left no-repeat /26px 25px;
	font-size: 14px;
}

.ipro .ipro-l .ipro-l-phone p {
	font-size: 25px;
	font-weight: bold;
	margin-top: 5px;
}

.ipro .ipro-r {
	float: right;
	width: 880px;
}

.ipro .ipro-r .ipro-r-t {
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.ipro .ipro-r .ipro-r-t:before {
	display: block;
	content: "";
	width: 98px;
	height: 1px;
	background: #e76c2e;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.ipro .ipro-r .ipro-r-list ul li {
	float: left;
	width: 280px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-right: 20px;
	margin-top: 20px;
}

.ipro .ipro-r .ipro-r-list ul li:nth-of-type(3n) {
	margin-right: 0;
}

.ipro .ipro-r .ipro-r-list ul li:hover {
	border: 1px solid #666;
}

.ipro .ipro-r .ipro-r-list ul li i {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-size: 100% 100%;
}

.ipro .ipro-r .ipro-r-list ul li p {
	text-align: center;
	font-size: 17px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
}


/*标题*/

.ititle {
	width: 100%;
	text-align: center;
}

.ititle h5 {
	font-size: 38px;
}

.ititle p {
	font-size: 20px;
	color: #444;
	margin-top: 5px;
}


/*热销*/

.ihot {
	width: 100%;
	margin-top: 80px;
}

.ihot .ihot-list {
	margin-top: 30px;
}


/* marqueeleft */

.marqueeleft {
	height: 270px;
	width: 100%;
	overflow: hidden;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	margin: 0 12px;
	display: inline;
	width: 240px;
	height: 270px;
	overflow: hidden;
}

.marqueeleft li .pic {
	display: block;
	width: 236px;
	height: 236px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 2px;
}

.marqueeleft li:hover .pic {
	border: 1px solid #e76c2e;
}

.marqueeleft li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.marqueeleft li p {
	text-align: center;
	height: 30px;
	line-height: 40px;
	color: #333;
	font-size: 13px;
}

.marqueeleft li:hover p {
	color: #e76c2e;
}

.marqueeleft li .txt a {
	display: block;
}


/*优势*/

.iys {
	margin-top: 80px;
	width: 100%;
}

.ys {
	margin-top: 100px;
}

.ys1 {
	height: 581px;
	position: relative;
	background: url(../img/ys1bg.jpg) no-repeat center top;
}

.ys1 .ys11 {
	position: relative;
	padding-top: 90px;
}

.ys1 .ys11 i {
	position: absolute;
	right: 62px;
	top: -90px;
	background: #fff url(../img/01.gif) no-repeat center 0px;
	width: 166px;
	height: 237px;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	padding-top: 128px;
	box-sizing: border-box;
}

.ys1 ul {
	width: 1200px;
	padding-top: 55px;
	box-sizing: border-box;
	height: 392px;
	background: #fff;
	position: relative;
}

.ys1 li {
	width: 170px;
	text-align: center;
	padding: 0 65px;
	float: left;
}

.ys1 li img {
	display: block;
	width: 149px;
	height: 149px;
	border-radius: 100%;
}

.ys1 li h3 {
	font: 22px "Microsoft YaHei";
	color: #333333;
	margin-bottom: 10px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
}

.ys1 li p {
	font: 14px "Microsoft YaHei";
	line-height: 22px;
	color: #666666;
	text-align: center;
}

.ys2 {
	height: 601px;
	position: relative;
	background: #fff;
	padding-top: 162px;
	box-sizing: border-box;
}

.ys2 .ys22 {
	position: relative;
}

.ys2 .ys22 i {
	position: absolute;
	left: 0;
	top: -85px;
	background: #fff url(../img/02.gif) no-repeat center 0px;
	width: 166px;
	height: 189px;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	padding-top: 128px;
	box-sizing: border-box;
	z-index: 1
}

.ys2 dl {}

.ys2 dt {
	width: 670px;
	height: 359px;
	float: left;
	overflow: hidden;
}

.ys2 dt img {
	display: block;
	width: 670px;
	height: 359px;
}

.ys2 dd {
	padding-top: 25px;
	height: 359px;
	width: 485px;
	float: right;
}

.ys2 dd h3 {
	font: 30px "Microsoft YaHei";
	color: #000000;
	margin-bottom: 20px;
	font-weight: normal;
}

.ys2 dd p {
	font: 16px "Microsoft YaHei";
	line-height: 28px;
	color: #666666;
	height: 135px;
}

.ys2 dd h5 {}

.ys2 dd h5 img {
	width: 234px;
	height: 139px;
	display: block;
	float: left;
	margin-right: 7px;
}

.ys2 dd h5 img:nth-child(2) {
	margin-right: 0;
}

.ys3 {
	height: 668px;
	position: relative;
	background: url(../img/ys3bg.jpg) no-repeat center top;
	padding-top: 133px;
	box-sizing: border-box;
}

.ys3 .ys33 {
	position: relative;
}

.ys3 .ys33 i {
	position: absolute;
	right: 20px;
	top: -80px;
	background: #fff url(../img/03.gif) no-repeat center 0px;
	width: 166px;
	height: 201px;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	padding-top: 138px;
	box-sizing: border-box;
	z-index: 1
}

.ys3 dl {
	background: #fff;
	height: 457px;
	width: 1200px;
}

.ys3 dt {
	width: 646px;
	height: 457px;
	float: right;
	overflow: hidden;
}

.ys3 dt img {
	display: block;
	width: 646px;
	height: 457px;
}

.ys3 dd {
	padding-top: 50px;
	padding: 50px 38px 0 45px;
	height: 457px;
	width: 554px;
	float: left;
	box-sizing: border-box;
}

.ys3 dd h3 {
	font: 30px "Microsoft YaHei";
	color: #000000;
	margin-bottom: 20px;
	font-weight: normal;
}

.ys3 dd p {
	font: 16px "Microsoft YaHei";
	line-height: 28px;
	color: #666666;
	height: 175px;
}

.ys3 dd ul {}

.ys3 dd li {
	border-right: 1px solid #e0e0e0;
	font-size: 24px;
	color: #32332e;
	font-weight: bold;
	float: left;
	width: 127px;
	margin-right: 55px;
}

.ys3 dd li b {
	display: block;
	font-weight: bold;
	font-size: 60px;
	height: 50px;
	line-height: 50px;
	color: #e76c2e;
	font-family: "Times New Roman"
}

.ys3 dd li:last-child {
	margin-right: 0;
	width: 100px;
	border-right: 0;
}

.ys4 {
	height: 630px;
	position: relative;
	background: #fff;
	padding-top: 152px;
	box-sizing: border-box;
}

.ys4 .ys44 {
	position: relative;
}

.ys4 .ys44 i {
	position: absolute;
	left: 0;
	top: -85px;
	background: #fff url(../img/04.gif) no-repeat center 0px;
	width: 166px;
	height: 189px;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	padding-top: 128px;
	box-sizing: border-box;
	z-index: 1
}

.ys4 dl {}

.ys4 dt {
	width: 671px;
	height: 404px;
	float: left;
	overflow: hidden;
}

.ys4 dt img {
	display: block;
	width: 671px;
	height: 404px;
}

.ys4 dd {
	padding-top: 25px;
	height: 404px;
	width: 485px;
	float: right;
}

.ys4 dd h3 {
	font: 30px "Microsoft YaHei";
	color: #000000;
	margin-bottom: 20px;
	font-weight: normal;
}

.ys4 dd p {
	font: 16px "Microsoft YaHei";
	line-height: 28px;
	color: #666666;
	height: 180px;
}

.ys4 dd h5 {}

.ys4 dd h5 img {
	width: 234px;
	height: 139px;
	display: block;
	float: left;
	margin-right: 7px;
}

.ys4 dd h5 img:nth-child(2) {
	margin-right: 0;
}

.ys img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.ys img:hover {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}


/*客户*/

.ikh {
	width: 100%;
	margin-top: 10px;
}

.ikh .ikh-img img {
	display: block;
	width: 100%;
}


/*新闻*/

.inews {
	margin-top: 20px;
	width: 100%;
}

.inews .inews-l {
	float: left;
	width: 600px;
	margin-top: 40px;
}

.inews .inews-l .inews-l-t {
	height: 31px;
	line-height: 31px;
	margin-bottom: 15px;
	position: relative;
	font-size: 22px;
	color: #424242;
	overflow: hidden;
}

.inews .inews-l .inews-l-t h5 {
	font-weight: bold;
	float: left;
}

.inews .inews-l .inews-l-t a {
	float: right;
	font-size: 14px;
	color: #e76c2e;
	text-transform: uppercase;
	font-weight: normal;
	background: url(../img/more.png) no-repeat right center;
	padding-right: 20px;
}

.inews .inews-l .inews-l-img img {
	display: block;
	width: 100%;
}

.inews .inews-l .inews-l-img dl {
	margin-top: 20px;
	margin-bottom: 15px;
}

.inews .inews-l .inews-l-img dl dt {
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	margin-bottom: 15px;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
}

.inews .inews-l .inews-l-img dl dt span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
}

.inews .inews-l .inews-l-img dl dd {
	line-height: 25px;
	font-size: 14px;
	color: #666666;
}

.inews .inews-l .inews-l-list ul li a {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	display: block;
	padding-left: 20px;
	overflow: hidden;
	position: relative;
}

.inews .inews-l .inews-l-list ul li a:before {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #aaa;
	position: absolute;
	left: 0;
	top: 13px;
}

.inews .inews-l .inews-l-list ul li p {
	float: left;
}

.inews .inews-l .inews-l-list ul li:hover p {
	color: #e76c2e;
}

.inews .inews-l .inews-l-list ul li span {
	float: right;
	font-size: 12px;
	color: #666666;
	float: right;
	font-weight: normal;
	font-family: "Arial";
}

.inews .inews-r {
	float: right;
	width: 550px;
	margin-top: 40px;
}

.inews .inews-r .inews-r-t {
	height: 31px;
	line-height: 31px;
	margin-bottom: 15px;
	position: relative;
	font-size: 22px;
	color: #424242;
	overflow: hidden;
}

.inews .inews-r .inews-r-t h5 {
	font-weight: bold;
	float: left;
}

.inews .inews-r .inews-r-t a {
	float: right;
	font-size: 14px;
	color: #e76c2e;
	text-transform: uppercase;
	font-weight: normal;
	background: url(../img/more.png) no-repeat right center;
	padding-right: 20px;
}

.inews .inews-r .inews-r-list {
	width: 550px;
	height: 550px;
	background: #fff;
	box-shadow: 0 0 20px #dfdfdf;
	padding: 25px 20px 20px;
	box-sizing: border-box;
}

.inews .inews-r .inews-r-list dl {
	width: 510px;
	height: 110px;
	border-bottom: 1px solid #ececec;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.inews .inews-r .inews-r-list dl:last-of-type {
	border-bottom: 0;
}

.inews .inews-r .inews-r-list dl dt {
	padding-left: 36px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	position: relative;
}

.inews .inews-r .inews-r-list dl dt:hover {
	color: #e76c2e;
}

.inews .inews-r .inews-r-list dl dd {
	padding-left: 36px;
	line-height: 26px;
	font-size: 14px;
	color: #666;
	position: relative;
}

.inews .inews-r .inews-r-list dl dt:before,
.inews .inews-r .inews-r-list dl dd:before {
	display: block;
	font-size: 13px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-weight: normal;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	left: 0;
	top: 2px;
}

.inews .inews-r .inews-r-list dl dt:before {
	content: "问";
	background: #888;
}

.inews .inews-r .inews-r-list dl dd:before {
	content: "答";
	background: #e76c2e;
}


/*内页*/

.content {
	width: 100%;
	margin-top: 70px;
}

.content>.wrap {
	display: flex;
	justify-content: space-between;
}


/*关于*/

.iabout {
	width: 100%;
	margin-top: 80px;
}

.iabout .iabout-img {
	width: 1200px;
	height: 500px;
	background: url(../img/iabout.jpg) center no-repeat;
	position: relative;
}

.iabout .iabout-img .iabout-title {
	height: 176px;
	width: 300px;
	border-top-left-radius: 46px;
	background: #fff;
	left: 0;
	bottom: 0;
	position: absolute;
	padding: 40px 0 0 45px;
	box-sizing: border-box;
}

.iabout .iabout-img .iabout-title:before {
	display: block;
	content: "";
	width: 1px;
	height: 115px;
	background: #e76c2e;
	position: absolute;
	left: 20px;
	bottom: 0;
}

.iabout .iabout-img .iabout-title:after {
	display: block;
	content: "";
	width: 2px;
	height: 35px;
	background: #e76c2e;
	position: absolute;
	left: 21px;
	bottom: 80px;
}

.iabout .iabout-img .iabout-title h5 {
	line-height: 1;
	font-size: 42px;
	color: #000000;
}

.iabout .iabout-img .iabout-title p {
	color: #333333;
	opacity: 0.2;
	font-size: 40px;
	display: block;
	font-family: "Times New Roman";
}

.iabout .iabout-b .iabout-b-l {
	float: left;
}

.iabout .iabout-b .iabout-b-l a {
	display: block;
	width: 300px;
	height: 170px;
	padding: 40px 0 0 44px;
	overflow: hidden;
	background: #e76c2e;
	box-sizing: border-box;
}

.iabout .iabout-b .iabout-b-l span {
	font-size: 24px;
	color: #fff;
}
.iabout .iabout-b .iabout-b-l p{
	font-size: 18px;
	color: #fff;
}
.iabout .iabout-b .iabout-b-l em{
	display: block;
	width: 90px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 17px;
    margin-top: 22px;
    color: #fff;
}
.iabout .iabout-b .iabout-b-r{
	float: right;
	width: 900px;
	height: 170px;
	text-indent: 2em;
	box-sizing: border-box;
	padding: 20px 30px;
	font-size: 15px;
	color: #666;
	line-height: 26px;
}

/*底部导航*/
.ft-nav{
	width: 100%;
	height: 55px;
	background: #222;
	margin-top: 100px;
}
.ft-nav ul {
	display: flex;
	justify-content: space-between;
}

.ft-nav ul li {
	width: 200px;
	line-height: 55px;
	text-align: center;
	position: relative;
}

.ft-nav ul li:before {
	display: block;
	content: "";
	width: 1px;
	height: 25px;
	background: #383838;
	position: absolute;
	left: 0;
	top: 15px;
}

.ft-nav ul li:first-of-type:before {
	display: none;
}

.ft-nav ul li:after {
	display: block;
	content: "";
	width: 1px;
	height: 25px;
	background: #151515;
	position: absolute;
	right: 0;
	top: 15px;
}

.ft-nav ul li:last-of-type:after {
	display: none;
}

.ft-nav ul li:hover,
.ft-nav ul li.on {
	background: #e76c2e;
}

.ft-nav ul li:hover:after,
.ft-nav ul li:hover:before,
.ft-nav ul li.on:after,
.ft-nav ul li.on:before {
	display: none;
}

.ft-nav ul li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}


/*页脚*/
.footer{
	width: 100%;
	padding-top: 100px;
	background: url(../img/ft_bg.jpg) center no-repeat;
}
.footer .ft-l{
	float: left;
	width: 600px;
	height: 380px;
	background: #fff;
	box-sizing: border-box;
	padding: 30px 40px;
	position: relative;
}
.footer .ft-l .ft-logo{
	height: 60px;
	background: url(../img/ilogo_ft.png) center left no-repeat;
	margin-top: 10px;
}
.footer .ft-l ul li{
	padding-left: 70px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	margin-top: 30px;
}
.footer .ft-l ul li:nth-of-type(1){
	background: url(../img/ft_icon01.png) left center no-repeat;
}
.footer .ft-l ul li:nth-of-type(2){
	background: url(../img/ft_icon02.png) left center no-repeat;
}
.footer .ft-l ul li:nth-of-type(3){
	background: url(../img/ft_icon03.png) left center no-repeat;
}
.footer .ft-l ul li p{
	float: left;
	font-size: 14px;
	width: 225px;
	color: #666;
}
.footer .ft-l ul li p span{
	font-size: 16px;
	color: #333;
}

.footer .ft-l .ft-ewm{
	width: 130px;
	background: #fff;
	position: absolute;
	top: -60px;
	right: 80px;
}

.footer .ft-l .ft-ewm img{
	display: block;
	width: 120px;
	height: 120px;
	margin: 5px auto;
}
.footer .ft-l .ft-ewm p{
	text-align: center;
	line-height: 20px;
	color: #666;
}
.footer .ft-r{
	float: right;
	width: 600px;
	height: 380px;
	box-sizing: border-box;
	padding: 0 50px;
	background: #999;
}
.footer .ft-r h5{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 20px 0 20px;
}
.footer .ft-r h5 span{
	font-size: 20px;
	font-weight: normal;
}
.footer .ft-copy{
	height: 60px;
	line-height: 60px;
	color: #bbb;
	margin-top: 10px;
}


/*小标题*/
.little-title {
	position: relative;
}

.little-title:before {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 50%;
	background: #222;
	top: 0;
	left: 20px;
}

.little-title:after {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 50%;
	background: #e76c2e;
	bottom: 0;
	left: 20px;
}

.little-title h5 {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #444;
	padding-left: 40px;
	font-size: 26px;
	font-weight: bold;
}

.little-title p {
	display: block;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	font-family: Candara, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 40px;
	margin-top: 5px;
}


/*内页侧边栏*/

.content-left {
	width: 250px;
}

.content-left .content-left-nav .content-left-nav-t {
	display: flex;
	align-items: center;
	width: 100%;
	height: 85px;
	background: #f0f0f0;
}

.content-left .content-left-nav .content-left-nav-list ul li {
	width: 100%;
	margin-top: 3px;
}

.content-left .content-left-nav .content-left-nav-list ul li>a {
	display: block;
	line-height: 50px;
	background: #f0f0f0;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	color: #666;
}

.content-left .content-left-nav-list ul li>a:hover {
	background: #e76c2e;
	color: #fff;
}


/*.content-left .content-left-nav-list ul li dl{
	display: none;
}
.content-left .content-left-nav-list ul li:hover dl{
	display: block;
}*/

.content-left .content-left-nav-list ul li dl dd {
	display: block;
	line-height: 45px;
	border-bottom: 1px solid #e1e1e1;
}

.content-left .content-left-nav-list ul li dl dd>a {
	display: block;
	line-height: 45px;
	font-size: 13px;
	font-weight: normal;
	padding-left: 30px;
	background: none;
	color: #666;
	background: url(../img/dian.png) no-repeat 15px center;
}

.content-left .content-left-nav-list ul li dl dd>a:hover {
	font-weight: bold;
	color: #e76c2e;
	background: url(../img/dianh.png) no-repeat 15px center;
}

.content-left .content-left-contact {
	width: 100%;
	background: #f0f0f0;
	padding: 20px 0 5px;
	margin-top: 20px;
}

.content-left .content-left-contact>h4 {
	line-height: 20px;
	font-size: 13px;
	color: #999;
	padding: 0px 15px;
	margin: 15px 0 5px;
}

.content-left .content-left-contact>p {
	line-height: 24px;
	padding: 0 15px;
	color: #666;
}


/*内页右侧*/

.content .content-right {
	flex: 1;
	max-width: 920px;
	margin-left: 30px;
}

.content .content-right .content-right-t {
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e1e1e1;
}

.content .content-right .content-right-t:after {
	display: block;
	content: "";
	width: 100px;
	height: 3px;
	background: #e76c2e;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.content .content-right .content-right-t h5 {
	font-size: 26px;
	color: #444;
}

.content .content-right .content-right-t .content-right-pos {
	line-height: 60px;
	font-size: 13px;
	color: #999;
}

.content .content-right .content-right-t .content-right-pos a {
	color: #666;
}

.content .content-right .content-right-t .content-right-pos a:hover {
	color: #e76c2e;
}

.content .content-right .content-right-b {
	padding-top: 20px;
	font-size: 13px;
	line-height: 30px;
	color: #666;
}

.content .content-right .content-right-b p img {
	max-width: 100%;
}

.content .content-right .content-right-b .prodetails img {
	max-width: 100%;
}


/*内页产品列表*/

.content .content-right .content-right-b .content-productlist ul {
	width: 100%;
}

.content .content-right .content-right-b .content-productlist ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3%;
	border-bottom: 2px solid #f0f0f0;
}

.content .content-right .content-right-b .content-productlist ul li:hover {
	border-bottom-color: #e76c2e;
}

.content .content-right .content-right-b .content-productlist ul li:nth-of-type(3n) {
	margin-right: 0;
}

.content .content-right .content-right-b .content-productlist ul li a {
	display: block;
}

.content .content-right .content-right-b .content-productlist ul li .content-productlist-img {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	box-sizing: border-box;
	border: 1px solid #eee;
	overflow: hidden;
}

.content .content-right .content-right-b .content-productlist ul li .content-productlist-img i {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	top: 0;
	left: 0;
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.content .content-right .content-right-b .content-productlist ul li:hover .content-productlist-img i {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.content .content-right .content-right-b .content-productlist ul li h5 {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #666;
	margin-top: 3px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


/*公司资质list*/

.content .content-right .content-right-b .content-productlist ul li .content-productlist-img .honor-img {
	position: absolute;
	height: 100%;
	width: auto;
	max-width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}


/*公司资质内页*/

.content .content-right .content-right-b .honor-ny {
	margin-bottom: 30px;
}

.content .content-right .content-right-b .honor-ny h5 {
	font-size: 25px;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
}

.content .content-right .content-right-b .honor-ny img {
	display: block;
	max-width: 90%;
	margin: 0 auto;
}


/*产品内容页*/

.content .content-right .content-right-b .content-right-b-img>h5 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.content .content-right .content-right-b .content-right-b-img>img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.content .content-right .content-right-b .prodetails {
	margin-top: 10px;
	font-size: 13px;
	line-height: 26px;
	color: #666;
}

.content .content-right .content-right-b .prodetails h3 {
	font-size: 18px;
	font-weight: normal;
	color: #35383d;
	height: 40px;
	line-height: 40px;
	background: #e7e8e9;
	text-indent: 15px;
	margin-bottom: 15px;
	border: none;
	margin-top: 15px;
}


/*新闻*/

.content .content-right .content-right-b .content-newslist ul li {
	border-bottom: 1px dashed #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.content .content-right .content-right-b .content-newslist ul li h5 {
	height: 32px;
	line-height: 32px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.content .content-right .content-right-b .content-newslist ul li h5 a {
	font-size: 18px;
	color: #e76c2e;
}

.content .content-right .content-right-b .content-newslist ul li h5 a:hover {
	text-decoration: underline;
}

.content .content-right .content-right-b .content-newslist ul li h5 span {
	font-size: 13px;
	color: #999;
}

.content .content-right .content-right-b .content-newslist ul li p {
	font-size: 12px;
	height: 48px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content .content-right .content-right-b .content-newslist ul li>a {
	float: right;
	display: block;
	width: 100px;
	height: 30px;
	border: 2px solid #e1e1e1;
	line-height: 32px;
	border-radius: 20px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}

.content .content-right .content-right-b .content-newsnr>h5 {
	font-size: 18px;
	color: #e76c2e;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
}

.content .content-right .content-right-b .content-newsnr>span {
	display: block;
	font-size: 12px;
	text-align: center;
	border-bottom: dotted 1px #ccc;
	font-weight: normal;
	margin: 5px 0 10px;
}

.content .content-right .content-right-b .content-prenext {
	margin-top: 80px;
}

.content .content-right .content-right-b .content-prenext p a {
	font-size: 12px;
	line-height: 2;
	color: #666;
}

.content .content-right .content-right-b .content-prenext p a:hover {
	color: #e76c2e;
}

.proright {
	float: right;
	width: 480px;
}

.proright h2 {
	font-size: 18px;
	color: #e76c2e;
}

.proright .summary {
	margin-top: 15px;
}

.prodetails {
	margin-top: 10px;
	color: #333;
	overflow: hidden;
}

.prodetails h3 {
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: #e76c2e;
	text-indent: 15px;
	margin-bottom: 15px;
	border: none;
	margin-top: 15px;
}

.prodetails p {
	padding: 0 10px
}

#preview {
	float: left;
	margin: 0px auto;
	width: 402px;
}

.jqzoom {
	width: 400px;
	height: 400px;
	position: relative;
	border: solid 1px #cccccc;
}

.zoomdiv {
	left: 859px;
	height: 400px;
	width: 400px;
}

.list-h li {
	float: left;
}

#spec-n5 {
	width: 420px;
	height: 56px;
	padding-top: 6px;
	overflow: hidden;
}

#spec-left {
	background: url(img/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

#spec-right {
	background: url(img/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

#spec-list {
	width: 375px;
	float: left;
	overflow: hidden;
	margin-left: 2px;
	display: inline;
}

#spec-list ul li {
	float: left;
	margin-right: 0px;
	display: inline;
	width: 62px;
}

#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
}


/*jqzoom*/

.jqzoom {
	position: relative;
	padding: 0;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.bigimg {
	width: 600px;
	height: 600px;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #FEDE4F 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}

#spec-list {
	position: relative;
	width: 375px;
	margin-right: 6px;
}

#spec-list div {
	margin-top: 0;
	*margin-left: 0;
}