.index {
	width: 100%;
	background: #fff;
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑", "黑体", "宋体";
}

/* img {
	width: 100%;
	height: 100%;
} */


/*首页大轮播图*/

.bigBanner {
	position: relative;
	width: 100%;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.bigBanner .bannerCon {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bigBanner .bannerCon .imgList {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.bigBanner .bannerCon .imgList li {
	float: left;
	height: 100%;
	position: relative;
}

.bigBanner .bannerCon .imgList li a {
	position: relative;
	display: block;
	height: 100%;
}

.bigBanner .bannerCon .imgList li .contBanner {
	width: 1200px;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0;
}

.bigBanner .bannerCon .imgList li .contBanner .pa {
	line-height: 22px;
	color: #ec878b;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	left: 30px;
	top: 225px;
}

.bigBanner .bannerCon .imgList li .contBanner .pb {
	line-height: 46px;
	color: #e60012;
	font-size: 31px;
	font-weight: bolder;
	position: absolute;
	left: 30px;
	top: 245px;
}

.bigBanner .bannerCon .imgList li .contBanner .pc {
	line-height: 76px;
	color: #454545;
	font-size: 28px;
	position: absolute;
	left: 30px;
	top: 355px;
}

.bigBanner .bannerCon .imgList li .contBanner .pc:after {
	content: "";
	width: 100px;
	height: 2px;
	background: #e60012;
	position: absolute;
	left: 0;
	bottom: 0;
}

.bigBanner .bannerCon .imgList li .contBanner .pd {
	line-height: 30px;
	color: #b9b9b9;
	font-size: 18px;
	position: absolute;
	left: 30px;
	top: 448px;
}

.bigBanner .bannerCon .imgList li .contBanner .pe {
	line-height: 30px;
	color: #b9b9b9;
	font-size: 18px;
	position: absolute;
	left: 30px;
	top: 480px;
}

.bigBanner .bannerCon .imgList li img {
	height: auto;
}

.bannerCon .preNex {
	display: none;
	position: absolute;
	top: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	font: bold 60px/70px Simsun;
	color: #e60012;
	text-align: center;
	border: none;
	cursor: pointer;
	z-index: 3;
}

.bannerCon .preNex.show {
	display: inline-block;
}

.bannerCon .prev {
	left: 9%;
}

.bannerCon .next {
	right: 9%;
}

.bannerCon .btnList {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 30px;
	text-align: center;
	z-index: 2;
	overflow: hidden;
}

.bannerCon .btnList li {
	display: inline;
}

.bannerCon .btnList li span {
	display: inline-block;
	width: 60px;
	height: 3px;
	margin: 0 5px;
	background-color: #fff;
	cursor: pointer;
}

.bannerCon .btnList li.cur span {
	background-color: #e60012;
}


/*产品展示部分*/

.productShow {
	width: 100%;
	background: #fff;
	padding-top: 64px;
	padding-bottom: 95px;
}

.productShow .productCont {
	width: 1200px;
	background: #fff;
	margin: 0 auto;
}

.contTitle {
	line-height: 42px;
	color: #454545;
	font-size: 30px;
	text-align: center;
}

.contTitle span {
	display: inline-block;
	height: 42px;
	padding: 0 16px;
	position: relative;
}

.contTitle span:before {
	content: "";
	width: 50px;
	height: 1px;
	background: #454545;
	position: absolute;
	left: -50px;
	top: 21px;
}

.contTitle span:after {
	content: "";
	width: 50px;
	height: 1px;
	background: #454545;
	position: absolute;
	right: -50px;
	top: 21px;
}

.english {
	text-transform: uppercase;
	line-height: 26px;
	color: #bababa;
	font-size: 18px;
	text-align: center;
}

.productShow .productCont .productLists {
	padding-top: 83px;
	margin-bottom: 40px;
}

.productShow .productCont .productLists .proList {
	float: left;
	width: 286px;
	height: 370px;
	margin: 0 18px 80px 0;
	overflow: hidden;
}

.productShow .productCont .productLists .proList:nth-child(4),
.productShow .productCont .productLists .proList:nth-child(8) {
	margin-right: 0;
}

.productShow .productCont .productLists .proList .listPic {
	display: block;
	width: 284px;
	height: 248px;
	border: 1px solid #e3e3e3;
	text-align: center;
}

.productShow .productCont .productLists .proList .listName {
	display: block;
	line-height: 40px;
	padding: 20px 12px 12px;
	text-align: center;
	color: #454545;
	font-size: 18px;
	position: relative;
}

.productShow .productCont .productLists .proList .listName:after {
	content: "";
	width: 37px;
	height: 2px;
	background: #454545;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: 12px;
}

.productShow .productCont .productLists .proList:hover .listPic {
	border-color: #e60012;
}

.productShow .productCont .productLists .proList:hover .listName {
	color: #e60012;
}

.productShow .productCont .productLists .proList:hover .listName:after {
	background: #e60012;
}

.productShow .productCont .productLists .proList p {
	line-height: 24px;
	padding: 0 12px;
	text-align: center;
	color: #a9a8a8;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mores {
	display: block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	background: #e60012;
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}

.mores span {
	display: inline-block;
	margin-right: 9px;
}

.mores i {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	border-radius: 50%;
	line-height: 12px;
	text-align: center;
}


/*我们的优势部分*/

.ourOdvantage {
	width: 100%;
	background: #f4f4f4;
	padding-top: 64px;
	padding-bottom: 91px;
}

.ourOdvantage .advantageCont {
	width: 1200px;
	background: #f4f4f4;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.ourOdvantage .advantageCont .contLists {
	padding-top: 70px;
}

.ourOdvantage .advantageCont .contLists .iconList {
	float: left;
	width: 352px;
	height: 242px;
	overflow: hidden;
}

.ourOdvantage .advantageCont .contLists .iconList:nth-child(2) {
	margin: 0 72px;
}

.ourOdvantage .advantageCont .contLists .iconList span {
	display: block;
	line-height: 142px;
	text-align: center;
	color: #e60012;
	font-size: 116px;
}

.ourOdvantage .advantageCont .contLists .iconList i {
	display: block;
	font-style: normal;
	line-height: 40px;
	text-align: center;
	color: #e60012;
	font-size: 20px;
}

.ourOdvantage .advantageCont .contLists .iconList p {
	line-height: 24px;
	padding: 0 70px;
	color: #a9a8a8;
	text-align: center;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/*加工案例部分*/

.makingExample {
	width: 100%;
	background: #fff;
	padding-top: 64px;
	padding-bottom: 110px;
}

.makingExample .exampleCont {
	width: 1200px;
	margin: 0 auto;
}

.makingExample .exampleCont .contScroll {
	padding-top: 120px;
	width: 1200px;
	height: 280px;
	margin-bottom: 110px;
	overflow: hidden;
	position: relative;
}

.makingExample .exampleCont .contScroll .examplesCon {
	width: 1200px;
	height: 280px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.makingExample .exampleCont .contScroll .examplesCon ul {
	width: 1200px;
	height: 280px;
	position: absolute;
	top: 0;
	left: 0;
}

.makingExample .exampleCont .contScroll .examplesCon ul li {
	width: 1200px;
	height: 280px;
	float: left;
}

.makingExample .exampleCont .contScroll .examplesCon ul li a {
	display: block;
	width: 338px;
	height: 278px;
	margin-left: 260px;
	float: left;
	border: 1px solid #e3e3e3;
}

.makingExample .exampleCont .contScroll .examplesCon ul li a img {
	width: 338px;
	height: 278px;
}

.makingExample .exampleCont .contScroll .examplesCon ul li .contTxt {
	width: 255px;
	height: 260px;
	margin-right: 260px;
	padding-top: 20px;
	float: right;
}

.makingExample .exampleCont .contScroll .examplesCon ul li .contTxt p {
	line-height: 40px;
	font-size: 16px;
	color: #454545;
	text-align: left;
}

.makingExample .exampleCont .contScroll .examplesCon ul li .contTxt p {
	line-height: 40px;
	font-size: 16px;
	color: #454545;
	text-align: left;
}

.makingExample .exampleCont .contScroll .examplesCon .preNex {
	display: block;
	width: 60px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #7b7b7b;
	font-size: 49px;
	cursor: pointer;
}

.makingExample .exampleCont .contScroll .examplesCon .prev {
	position: absolute;
	left: 0;
	top: 46%;
}

.makingExample .exampleCont .contScroll .examplesCon .next {
	position: absolute;
	right: 0;
	top: 46%;
}


/*下载中心部分*/

.xiaZai {
	width: 100%;
	height: 556px;
	background: url(../img/index/xiazai.jpg) no-repeat center center;
	background-size: cover;
}

.xiaZai .xizzaiCont {
	width: 1200px;
	padding-top: 102px;
	height: 454px;
	margin: 0 auto;
}

.xiaZai .xizzaiCont .lefPic {
	width: 290px;
	height: 356px;
	float: left;
	margin-left: 283px;
}

.xiaZai .xizzaiCont .rigTxt {
	width: 255px;
	height: 356px;
	float: right;
	margin-right: 264px;
}

.xiaZai .xizzaiCont .rigTxt h4 {
	line-height: 99px;
	color: #e60012;
	font-size: 30px;
	text-align: left;
	padding-top: 20px;
	font-weight: 500;
}

.xiaZai .xizzaiCont .rigTxt p {
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	text-align: left;
}

.xiaZai .xizzaiCont .rigTxt .mores {
	margin: 36px 0 0;
}


/*关于我们部分*/

.aboutUs {
	width: 100%;
	background: #fff;
	padding-top: 64px;
}

.aboutUs .aboutCont {
	width: 1200px;
	background: #fff;
	margin: 0 auto;
}

.aboutUs .aboutCont .ourConts {
	width: 1200px;
	height: 340px;
	margin-top: 120px;
	background: #f1f1f1;
}

.aboutUs .aboutCont .ourConts .lefPic {
	width: 505px;
	height: 340px;
	float: left;
	margin: -20px 0 0 20px;
}

.aboutUs .aboutCont .ourConts .rigTxt {
	width: 596px;
	height: 340px;
	float: right;
	margin-right: 40px;
}

.aboutUs .aboutCont .ourConts .rigTxt h6 {
	line-height: 107px;
	color: #0e1317;
	font-size: 20px;
	text-align: left;
}

.aboutUs .aboutCont .ourConts .rigTxt p {
	line-height: 26px;
	color: #a9a8a8;
	font-size: 16px;
	text-align: left;
}

.aboutUs .aboutCont .ourConts .rigTxt .mores {
	margin: 55px 0 0;
}


/*新闻中心部分*/

.news {
	width: 100%;
	background: #fff;
	padding-top: 112px;
	padding-bottom: 93px;
}

.news .newsCont {
	width: 1200px;
	background: #fff;
	margin: 0 auto;
}

.news .newsCont .english {
	margin-bottom: 88px;
}

.news .newsCont .content {
	overflow: hidden;
}

.news .newsCont .content li:nth-child(2n-1) {
	float: left;
	margin-left: 20px;
	position: relative;
	left: -300px;
}

.news .newsCont .content li:nth-child(2n) {
	float: right;
	margin-right: 20px;
	position: relative;
	right: -300px;
}

.news .newsCont .content li {
	width: 480px;
	position: relative;
	margin-bottom: 22px;
	margin-top: 20px;
	transition: 1s all ease;
	opacity: 0;
}

.news .newsCont .content li img {
	width: 150px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
}

.news .newsCont .content li .text {
	height: 90px;
	padding-left: 170px;
	line-height: 40px;
}

.news .newsCont .content li .text p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 280px;
	font-size: 16px;
	margin-top: 10px;
	color: #e72316;
}

.news .newsCont .content li .text .time {
	color: #494949;
	font-size: 15px;
}

.news .newsCont .content li .text .time i {
	font-size: 22px;
}

.news .newsCont .syButton {
	margin: 0 auto;
	margin-top: 50px;
}

.news .newsCont .mores {
	margin-top: 96px;
}