@charset "utf-8";
.main {
	padding: 0;
	overflow:hidden;
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
}
/*产品中心*/
.main1f {
	padding:45px 0 80px;
	overflow: hidden;
	background: url(../images/m1bg.jpg) no-repeat center;
}
.main1f .title_1 h3,.main1f .title_1 h3 strong,.main1f .title_1 p {
	color: #fff;
}
/*产品栏目*/
.main1f .cpnav {
	padding: 0;
	overflow: hidden;
	margin-bottom: 54px;
}
.main1f .cpnav a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	min-width: 19%;
	border-radius: 25px;
	margin-bottom: 7px;
}
.main1f .cpnav a i {
	display: inline-block;
	width: 10px;
	height: 50px;
	background: url(../images/fk.png) no-repeat center;
	vertical-align: middle;
	margin-right: 7px;
}
.main1f .cpnav a:hover {
	background: #da251e;
	color: #fff;
}
/*产品列表*/
.cplist {padding: 0;overflow: hidden;position: relative;height: 850px;}
.cplist .swiper-container {width: 100%;height: 100%;overflow: hidden;}
.cplist .swiper-container .swiper-slide { height: 425px;}
.cplist .cpitem {padding: 0 10px;overflow: hidden;}
.cplist .cpitem .pic{padding: 0;overflow: hidden;width: 100%;height: 300px;background: #fff;}
.cplist .cpitem .pic img {width: 100%;height:100%;object-fit: contain;display: block;transition: all 1s ease;}
.cplist .cpitem .cptit {padding: 10px;overflow: hidden;background: #fff;}
.cplist .cpitem .cptit h3 {text-align: center;color:#2a2a2a;font-size: 20px;line-height: 33px;transition: all 0.3s;font-weight: normal;margin-bottom: 10px;}
.cplist .cpitem .cptit .cpshare {padding: 0;overflow: hidden;text-align: center;}
.cplist .cpitem .cptit .cpshare a {display: inline-block;color: #fff;font-size: 16px;line-height: 40px;padding: 0 20px;background: #adadad;margin:0 20px;}
.cplist .cpitem .cptit .cpshare a:last-child {background: #005bac;}
.cplist .cpitem:hover .pic img {  
  transition: 1s;
  transform:scale(1.1,1.1); 
  -ms-transform:scale(1.1,1.1);   /* IE 9 */
  -moz-transform:scale(1.1,1.1);  /* Firefox */
  -webkit-transform:scale(1.1,1.1);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.1,1.1); }
.cplist .cpitem:hover .cptit h3 {
	color: #da251e;
}
.cplist .cpitem .cptit .cpshare a:hover {background: #da251e;color: #fff;}

/*生产流程*/
.main2f {
	padding: 75px 0;
	overflow: hidden;
	background: #fff;
}
.main2f .scbox {
	padding: 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.main2f .scbg {
	padding: 0;
	overflow: hidden;
	width: 600px;
	height: 595px;
}
.main2f .scbg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main2f .sclist {
	width: 810px;
	height: 484px;
	padding: 17px 0 0px 17px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top:50px;
	z-index: 1;
	background: #fff;
}
.main2f .sclist .swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main2f .sclist .swiper-container .swiper-slide { 
	height: 242px;
}
.main2f .sclist .scitem {
	padding:0;
	overflow: hidden;
	position: relative;
	margin:0 8px 0;
}
.main2f .sclist .scitem a {
	display: block;
	width: 100%;
}
.main2f .sclist .scitem .scimg {
	width:100%;
	height: 225px;
	padding: 0;
	overflow: hidden;
}
.main2f .sclist .scitem .scimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s ease;
}
.main2f .sclist .scitem .sctit {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
}
.main2f .sclist .scitem .sctit h2 {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	padding: 0 10px;
	font-weight: normal;
	transition: all 0.3s;
}
.main2f .sclist .scitem:hover .scimg img {  
  transition: 1s;
  transform:scale(1.1,1.1); 
  -ms-transform:scale(1.1,1.1);   /* IE 9 */
  -moz-transform:scale(1.1,1.1);  /* Firefox */
  -webkit-transform:scale(1.1,1.1);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.1,1.1); }
.main2f .scmore {
	padding: 10px;
	overflow:hidden;
	text-align: center;
	width: 186px;
	margin:0 auto;
}
.main2f .scmore a {
	display: block;
	color: #fff;
	background: #005bac;
	line-height: 55px;
	font-size: 18px;
	border-radius: 30px;
	transition: all 0.3s;
}
.main2f .scmore a i {
	display: inline-block;
	width: 20px;
	height: 55px;
	background: url(../images/mjt.png) no-repeat center;
	vertical-align: middle;
	margin-left: 5px;
}
.main2f .scmore a:hover {
	background: #da251e;
	color: #fff;
	box-shadow: 2px 2px 5px 0px #000;
}

/*实力可鉴*/
.main3f {
	padding: 55px 0 20px;
	overflow: hidden;
	background: url(../images/m3bg.jpg) no-repeat top center;
}
.main3f .title_1 h3,.main3f .title_1 h3 strong,.main3f .title_1 p {
	color: #fff;
}
.main3f .ysbox {
	padding: 0;
	height: 620px;
	background: #fff;
	position: relative;
} 
.main3f .ysbox .yscontent {
	position: absolute;
	left: 0;
	top:0;
	bottom:0;
	z-index: 9;
	width: 1560px;
}
.main3f .ysbox .swiper-container,.main3f .ysbox .swiper-slide {
	width: 100%;
}
.main3f .ysbox .ysitem {
	padding: 0;
	overflow: hidden;
	width: 100%;
}
.main3f .ysbox .ysitem .ysl {
	padding: 70px 40px 0;
	overflow: hidden;
	width: 520px;
} 
.main3f .ysbox .ysitem .ysl .ysT {
	padding: 0;
	overflow: hidden;
	margin-bottom: 60px;
}
.main3f .ysbox .ysitem .ysl .ysicon {
	width: 54px;
	height: 54px;
	margin-right: 20px;
	margin-top: 5px;
}
.main3f .ysbox .ysitem .ysl .ysicon img {
	max-width: 100%;
	vertical-align: middle;
}
.main3f .ysbox .ysitem .ysl .ystitc {
	padding: 0;
	overflow: hidden;
	width: 345px;
}
.main3f .ysbox .ysitem .ysl .ystitc h3 {
	color: #2a2a2a;
	font-size: 32px;
	line-height: 45px;
}
.main3f .ysbox .ysitem .ysl .ystitc p {
	color: #2a2a2a;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-family:'Arial';
}
.main3f .ysbox .ysitem .ysl .ysnum {
	width: 90px;
	height: 45px;
	text-align: center;
	margin-top: 10px;
}
.main3f .ysbox .ysitem .ysl .ysnum img {
	max-width: 100%;
	height: 100%;
}
.main3f .ysbox .ysitem .yscon {
	color: #2a2a2a;
	font-size: 16px;
	line-height: 35px;
	height: 140px;
}
.main3f .ysbox .ysitem .ysbt {
	padding: 0 0 30px;
	overflow: hidden;
	background: url(../images/yspic.png) no-repeat bottom left;
}
.main3f .ysbox .ysitem .ysbt h3 {
	color: #2a2a2a;
	font-size: 15px;
	line-height: 30px;
	font-weight: normal;
}
.main3f .ysbox .ysitem .ysbt h3 strong {
	color: #da251e;
	font-size: 26px;
	line-height: 35px;
}
.main3f .ysbox .ysimg {
	width: 960px;
	height: 620px;
	padding: 0;
	overflow: hidden;
}
.main3f .ysbox .ysimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*切换按钮样式*/
.ysbox .tab {
    width: 1120px;
    overflow: hidden;
    background-color: #f4f4f4;
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 10;
}
.ysbox .tabItem {
    width: 25%;
    padding: 25px 0;
    overflow: hidden;
    float: left;
    text-align: center;
    cursor: pointer;
}
.ysbox .tabItem h3 {
	color: #333;
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
}
.ysbox .tabItem p {
	color: #333;
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
}
/*切换按钮点击样式*/
.ysbox .tabItem.active {
    background: #005bac;
    box-sizing: border-box;
 }
.ysbox .tabItem.active h3,.ysbox .tabItem.active p {
	color: #fff;
}
/*流程图*/
.sclc {
	padding: 45px 0;
	overflow: hidden;
}
.sclc .lctit {
	padding-left: 18px;
	overflow: hidden;
	margin-bottom: 40px;
	border-left: 7px solid #fff;
	line-height: 30px;
}
.sclc .lctit h3 {
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
}
.sclc .lctit h3 strong {
	color: #fff;
	font-size: 26px;
	line-height: 30px;
}
.sclc li {
	width: 137px;
	float: left;
	text-align: center;
	position: relative;
	margin-right: 40px;
}
.sclc li:after {
	content: ">";
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	font-style: normal;
	right: 0;
	top:15px;
}
.sclc li:last-child {
	margin-right: 0;
}
.sclc li:last-child:after {
	content: "";
}
.sclc li img {
	width: 56px;
}
.sclc li p {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	margin-top:10px;
}

/*客户案例*/
.main4f {
	padding: 90px 0 70px;
	overflow: hidden;
	background: #fff;
}
.caselist {
	padding: 0;
	overflow: hidden;
}
.caselist .caseitem {
	width: 100%;
	overflow: hidden;
}
.caselist .caseitem a {
	display: block;
	width: 100%;
}
.caselist .caseitem .caseimg {
	width: 292px;
	height:268px;
	padding: 0;
	overflow: hidden;
	background: url(../images/casebg.jpg) no-repeat center;
	background-size: cover;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    *text-align: center;
    *display: block;
}
.caselist .caseimg img {
	vertical-align:middle;
	transition-duration:0.6s;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.caselist .casecon {
	padding: 0;
	overflow: hidden;
	margin-top:20px;
}
.caselist .casecon h2 {
	padding: 0 10px;
	color: #2a2a2a;
	font-size: 16px;
	line-height: 50px;
	font-weight: normal;
	background: #ededed;
	text-align: center;
}
.caselist .caseitem:hover .caseimg img {  
  transition: 1s;
  transform:scale(1.1,1.1); 
  -ms-transform:scale(1.1,1.1);   /* IE 9 */
  -moz-transform:scale(1.1,1.1);  /* Firefox */
  -webkit-transform:scale(1.1,1.1);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.1,1.1); }
.caselist .caseitem:hover .casecon h2 {
	color: #fff;
	background: #005bac;
}

/*相关动态*/
.main5f {
	padding: 40px 0 70px;
	overflow: hidden;
	background: #fff;
}
.main5f .xwnav {
	padding: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.main5f .xwnav .xwnavl {
	width: 600px;
	padding: 0;
	overflow: hidden;
}
.main5f .xwnav .xwnavl a {
	display: inline-block;
	color: #2a2a2a;
	font-size: 18px;
	line-height: 40px;
	margin-right: 60px;
	position: relative;
	border-bottom: 3px solid #fff;
}
.main5f .xwnav .xwnavl a:hover,.main5f .xwnav .xwnavl a.on{
	border-bottom: 3px solid #00539d;
	color: #00539d;
}
.main5f .xwnav .xwnavr {
	width: 150px;
	text-align: right;
}
.main5f .xwnav .xwnavr a {
	display: block;
	color: #2a2a2a;
	font-size: 18px;
	line-height: 43px;
	text-transform: uppercase;
}
.main5f .xwnav .xwnavr a:hover {
	color: #005bac;
}
.main5f .xw {
	padding: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.main5f .xw .xwpic {
	width: 560px;
	height: 280px;
	padding: 0;
	overflow: hidden;
}
.main5f .xw .xwpic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main5f .xw .xwlist {
	width: 600px;
	height: 280px;
	padding: 0;
	overflow: hidden;
}
.main5f .xw .xwlist .swiper-container {
	width: 100%;
	height: 100%;
}
.main5f .xw .xwlist .xwitem {
	padding:10px 0;
	overflow: hidden;
}
.main5f .xw .xwlist .xwitem h3 {
	color: #2a2a2a;
	font-size: 24px;
	line-height: 45px;
	margin-bottom: 10px;
}
.main5f .xw .xwlist .xwitem p {
	color: #666;
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}
.main5f .xw .xwlist .xwitem span {
	display: block;
	margin-top:30px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
}
.main5f .xw .xwlist .xwitem:hover h3 {
	color: #005bac;
}
.main5f .xw .xwlist .xwhot {
	text-align: left;
	bottom: 17px;
}

/*常见问题*/
.quetit {
	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
}
.quetit h3 {
	color: #2a2a2a;
	font-size: 18px;
	line-height: 45px;
	display: inline-block;
}
.quetit h3 i {
	display: inline-block;
	width: 23px;
	height: 45px;
	vertical-align: middle;
	background: url(../images/wh.jpg) no-repeat left center;
	margin-right: 5px;
}
.quetit a {
	display: inline-block;
	color: #2a2a2a;
    font-size: 18px;
    line-height: 43px;
    text-transform: uppercase;
}
.quetit a:hover {
	color: #005bac;
}
.quelist {
	padding: 0;
	overflow: hidden;
}
.quelist li {
	width: 580px;
	margin-top:30px;
	float: left;
}
.quelist li:nth-child(odd) {
	margin-right: 20px;
}
.quelist li:nth-child(even) {
	margin-left: 20px;
}
.quelist li a {
	display: block;
	width: 100%;
}
.quelist li .date {
	width: 118px;
	padding: 0;
	overflow: hidden;
}
.quelist li .date span {
	color: #888;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.quelist li .quecon {
	width: 460px;
	float: right;
	padding: 0;
	overflow: hidden;
}
.quelist li .quecon h2 {
	color: #2a2a2a;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}
.quelist li .quecon p {
	color: #888;
	font-size: 14px;
	line-height: 20px;
	margin-top:5px;
}
.quelist li:hover span,.quelist li:hover h2,.quelist li:hover p {
	color: #005bac;
}

/*关于我们*/
.main6f {
	padding: 70px 0 0;
	overflow: hidden;
	background: url(../images/aboutbg.jpg) no-repeat top center #eaebf0;
}
.main6f .title_1 h3,.main6f .title_1 h3 strong ,.main6f .title_1 p {
	color: #fff;
}
.main6f .about {
	padding: 0 100px;
	overflow: hidden;
}
.main6f .about .aboutnr,.main6f .about .aboutnr p,.main6f .about .aboutnr span {
	color: #fff;
	font-size: 18px;
	line-height: 35px;
}
.main6f .about .aboutmore {
	padding: 0;
	overflow: hidden;
	text-align: center;
	transition: all 0.3s;
	margin-top: 50px;
}
.main6f .about .aboutmore a {
	display: block;
}
.main6f .about .aboutmore .amore {
	width: 75px;
	height: 75px;
	margin: 0 auto 10px;
}
.main6f .about .aboutmore p {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}
.main6f .about .aboutmore a:hover .amore {
	animation: myMove1 0.8s linear 1;
    -webkit-animation: myMove1 0.8s linear 1;
}
@keyframes myMove1 {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
@-webkit-keyframes myMove1 {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.main6f .cfnav {
	padding: 0;
	overflow: hidden;
	margin-top: 70px;
}
.main6f .cfnav ul li {
	display: block;
	float: left;
	padding:0;
	width: 400px;
	overflow: hidden;
	background: #fff;
}
.main6f .cfnav ul li a {
	display: block;
	width: 100%;
}
.main6f .cfnav ul li .cfnr {
	padding:30px 0 30px 190px;
	overflow: hidden;
}
.main6f .cfnav ul li h2 {
	color: #2a2a2a;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}
.main6f .cfnav ul li p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'Arial';
}
.main6f .cfnav ul li:nth-child(1) {
	background: url(../images/gynav1.png) no-repeat 120px center #fff;
} 
.main6f .cfnav ul li:nth-child(2) {
	background: url(../images/gynav2.png) no-repeat 120px center #fff;
} 
.main6f .cfnav ul li:nth-child(3) {
	background: url(../images/gynav3.png) no-repeat 120px center #fff;
} 
.main6f .cfnav ul li:hover h2,.main6f .cfnav ul li:hover p,.main6f .cfnav ul li.on h2,.main6f .cfnav ul li.on p {color: #fff;}
.main6f .cfnav ul li:hover:nth-child(1),.main6f .cfnav ul li.on:nth-child(1) {background: url(../images/gynav1a.png) no-repeat 120px center #da251e;}
.main6f .cfnav ul li:hover:nth-child(2),.main6f .cfnav ul li.on:nth-child(2) {background: url(../images/gynav2a.png) no-repeat 120px center #da251e;}
.main6f .cfnav ul li:hover:nth-child(3),.main6f .cfnav ul li.on:nth-child(3) {background: url(../images/gynav3a.png) no-repeat 120px center #da251e;}

/*厂房设备*/
.cfsb {
	padding:50px 0 120px;
	overflow: hidden;
	background: url(../images/cfsbbg.jpg) no-repeat bottom center;
}
.cflist {
	padding: 0;
	overflow: hidden;
}
.cfsb .cflist ul li {
	float:left;
	margin: 8px 14px;
	width: 212px;
	height: 284px;
	box-shadow: 7px 7px 7px 0 #919191;
}
.cfsb .cflist ul li .cfimg {
	width: 212px;
	height: 284px;
	padding: 0;
	overflow: hidden;
}
.cflist ul li img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}



