@charset "utf-8";
/* CSS Document */

.content_page {}

/*page_content_nbox------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.nbox_content_page { width:1270px; margin:0 auto; overflow:hidden;}



/*page_left------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.ltbox_page { width:280px; float:left;}
.ltbox_page .page_lt_nav {}
.ltbox_page .page_lt_nav ul {}
.ltbox_page .page_lt_nav ul li { height:46px; line-height:46px; color:#fff; font-size:15px; text-align:center; margin-bottom:14px; box-shadow:0 5px 5px rgba(0,0,0,.1); border-radius:7px; overflow:hidden; width:90%;}
.ltbox_page .page_lt_nav ul li a { color:#fff; background:#0a6fc9; display:block;}
.ltbox_page .page_lt_nav ul li a:hover { color:#fff; background:#4396e0;}
.ltbox_page .page_lt_nav ul li.on a { background:#041f88;}
.ltbox_page .page_lt_nav ul li.on a:hover { background:#4396e0;}

.ltbox_page .page_lt_nav ul li a,
.ltbox_page .page_lt_nav ul li.on a {
transition-property: all;
transition-duration: .2s;
transition-timing-function: cubic-bezier(.25,.5,.55,.95);
}


/*ltbox_page--en*/
.ltbox_page.en .page_lt_nav ul li { text-transform:uppercase;}



/*page_right------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.rtbox_page { width:950px; float:right;}



/*关于我们 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.page_gywm_conbox { overflow:hidden;}

.page_gywm_conbox .gywm_page_t1 { color:#333; font-size:30px; font-weight:bold; line-height:30px; text-align:center; margin-bottom:20px;}



/*公司简介*/
.page_gywm_conbox .gywm_page_row1 { color:#333; font-size:15px; line-height:2.2; padding-left:20px; text-align:justify;}


/*工厂招聘*/
.page_gywm_conbox .gywm_page_row2 { color:#333; font-size:15px; line-height:2.2; padding-left:20px; margin-top:80px;}
.page_gywm_conbox .gywm_page_row2 ul { font-size:0; width:975px; overflow:hidden;}
.page_gywm_conbox .gywm_page_row2 ul li { float:left; margin-right:25px; width:300px; height:200px; margin-top:30px;}
.page_gywm_conbox .gywm_page_row2 ul li img { width:100%; height:100%;}


/*证书*/
.page_gywm_conbox .gywm_page_row3 { margin-top:80px;}
.page_gywm_conbox .gywm_page_row3 .zs1 { width:828px; overflow:hidden; margin:0 auto; padding-top:30px;}
.page_gywm_conbox .gywm_page_row3 .zs1 ul { overflow:hidden; width:996px;}
.page_gywm_conbox .gywm_page_row3 .zs1 ul li { width:330px; height:450px; margin-right:168px; float:left;}

.page_gywm_conbox .gywm_page_row3 .zs2 { width:828px; margin:0 auto; overflow:hidden;}
.page_gywm_conbox .gywm_page_row3 .zs2 ul { width:908px; overflow:hidden; font-size:0;}
.page_gywm_conbox .gywm_page_row3 .zs2 ul li { width:147px; height:210px; float:left; overflow:hidden; margin-right:80px; margin-top:30px;}
.page_gywm_conbox .gywm_page_row3 .zs2 ul li img { width:100%; height:100%;}

/*qr*/
.page_gywm_conbox .gywm_page_row4 { width:600px; overflow:hidden; margin:0 auto; padding-top:50px;}
.page_gywm_conbox .gywm_page_row4 .t1 { color:#333; font-size:30px; font-weight:bold; line-height:222px; float:left; }
.page_gywm_conbox .gywm_page_row4 .qr { width:222px; height:222px; float:right; }
.page_gywm_conbox .gywm_page_row4 .qr img { width:100%; height:100%;}

.page_gywm_conbox .gywm_page_row5 { width:600px; overflow:hidden; margin:0 auto; padding-top:50px;}



/*产品中心 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.page_cpzx_conbox { overflow:hidden; width:950px;}
.page_cpzx_conbox ul { width:981px;}
.page_cpzx_conbox ul li { overflow:hidden; float:left; margin-right:31px; width:296px; height:430px;}
.page_cpzx_conbox ul li .tu { width:294px; height:294px; border:1px solid #e5e5e5; border-radius:10px; overflow:hidden; position:relative;}
.page_cpzx_conbox ul li .tu img { width:100%; height:100%;}
.page_cpzx_conbox ul li .t1 { color:#333; font-size:17px; line-height:17px; 
overflow:hidden;
white-space:nowrap; 
text-overflow:ellipsis; 
}
.page_cpzx_conbox ul li .t2 { color:#9499a6; font-size:14px; line-height:14px; padding-left:10px; padding-top:20px;}


.page_cpzx_conbox ul li a .tu:before { content:""; position:absolute; top:0; z-index:2; width:100%; height:100%; 
transition-property: all;
transition-duration: .3s;
transition-timing-function: cubic-bezier(.25,.5,.55,.95);
}
.page_cpzx_conbox ul li a:hover .tu:before { background:rgba(255,255,255,.37);}


.page_cpzx_conbox ul li a .t1 { display:block; line-height:30px; height:30px; margin-top:16px; padding:0 10px; float:left; border-radius:5px;
transition-property: all;
transition-duration: .3s;
transition-timing-function: cubic-bezier(.25,.5,.55,.95);
}
.page_cpzx_conbox ul li a:hover .t1 { background:#041f88; color:#fff;}



/*.page_cpzx_conbox--en*/
.page_cpzx_conbox.en ul li { height:400px;}
.page_cpzx_conbox.en ul li .t2 { color:#333; font-size:18px; font-weight:normal;}
.page_cpzx_conbox.en ul li a .t2 { display:block; height:36px; line-height:36px; margin-top:20px; margin-left:4px; padding:0 10px; float:left; border-radius:7px; font-family:Arial, Helvetica, sans-serif;
transition-property: all;
transition-duration: .3s;
transition-timing-function: cubic-bezier(.25,.5,.55,.95);
}
.page_cpzx_conbox.en ul li a:hover .t2 { background:#041f88; color:#fff;}



/*新闻中心 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.page_xwzx_conbox {}
.page_xwzx_conbox ul {}
.page_xwzx_conbox ul li { overflow:hidden; border-bottom:1px solid #e5e5e5; padding-bottom:14px; padding-left:10px; padding-right:10px; margin-bottom:20px;}
.page_xwzx_conbox ul li .t1 { color:#0a6fc9; font-size:20px; line-height:36px; font-weight:bold;
overflow:hidden;
white-space:nowrap; 
text-overflow:ellipsis; 
}
.page_xwzx_conbox ul li a .t1 { color:#0a6fc9; background:url(../images/44.jpg) no-repeat 0 8px; padding-left:30px; 
transition-property: all;
transition-duration: .2s;
transition-timing-function: cubic-bezier(.25,.5,.55,.95);
}
.page_xwzx_conbox ul li a:hover .t1 { color:#4396e0; background:url(../images/44.jpg) no-repeat 6px 8px; padding-left:36px; }
.page_xwzx_conbox ul li .t2 { color:#777; font-size:14px; line-height:26px;}
.page_xwzx_conbox ul li .t3 { color:#999; font-size:13px; height:24px; padding-top:5px; background:url(../images/45.jpg) no-repeat 0 7px; padding-left:20px;}



/*page_xwzx_conbox--en*/
.page_xwzx_conbox.en ul li .t2 { height:52px; overflow:hidden;}


/*正文*/
.inner_page { overflow:hidden; width:100%; margin:0 auto; padding-top:30px; }

.inner_page_t1 { color:#0a6fc9; font-size:26px; font-weight:bold; line-height:1.4; text-align:center; padding:0 30px;}
.inner_page_t1.s_cpzx { color:#666; font-size:16px; font-weight:normal;}

.inner_page_t2 { background:#fafafa; overflow:hidden; margin-top:30px; font-size:0; text-align:center;}
.inner_page_t2 ul {
	*width:440px; *font-size:0;
	_width:440px; _font-size:0;
}
.inner_page_t2 ul li { display:inline-block; margin:0 15px; color:#666; font-size:13px; line-height:36px; padding:1px 0; text-align:center;
	*display:block; *margin:0; *width:220px; *height:30px; *overflow:hidden; *float:left;
	_display:block; _margin:0; _width:220px; _height:30px; _overflow:hidden; _float:left;
}

.inner_page_t3 { color:#444; font-size:16px; line-height:2.2; text-align:justify; padding-left:20px; padding-right:20px; margin-top:30px;}
.inner_page_t3 img { max-width:850px; margin-bottom:14px;
	_width:850px;
}

.inner_page_t4 { color:#444; font-size:15px; line-height:30px; width:64px; border:1px solid #ddd; margin:30px auto 0 auto; text-align:center;}
.inner_page_t4 a { color:#666; display:block;}
.inner_page_t4 a:hover { color:#0a6fc9;}

/*inner_page_t4--en*/
.inner_page_t2.en { text-transform:uppercase;}
.inner_page_t4.en { text-transform:uppercase;}

/*在线留言 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.page_zxly_conbox { text-align:center;}
.page_zxly_conbox ul { display:inline-block; font-size:0;}
.page_zxly_conbox ul li { overflow:hidden; margin-bottom:30px;}
.page_zxly_conbox ul li .t1 { height:50px; line-height:50px; color:#444; font-size:16px; font-weight:bold; font-family:"黑体"; padding-left:10px; text-align:left;}
.page_zxly_conbox ul li .kk { height:50px; height:50px; color:#666; background:#f6f6f6; border:none; width:810px; border-radius:7px; font-size:15px; font-family:"微软雅黑"; padding:0 10px;}
.page_zxly_conbox ul li .kk::-webkit-input-placeholder{ /*WebKit browsers*/color:#aaa;}
.page_zxly_conbox ul li .kk::-moz-input-placeholder{ /*Mozilla Firefox*/color:#aaa;}
.page_zxly_conbox ul li .kk::-ms-input-placeholder{ /*Internet Explorer*/ color:#aaa;}
.page_zxly_conbox ul li .kk2 { height:190px; line-height:26px; padding-top:10px; padding-bottom:10px;}
.page_zxly_conbox ul li .kk3 { width:500px; float:left;}
.page_zxly_conbox ul li .page_zxly_an { height:56px; line-height:56px; border-radius:28px; width:240px; background:#0a6fc9; color:#fff; font-size:15px; font-weight:bold; text-align:center; display:block; margin:0 auto;
transition-property: all;
transition-duration: .2s;
transition-timing-function: cubic-bezier(.25,.5,.55,.95);
}
.page_zxly_conbox ul li .page_zxly_an:hover { background:#041f88;}


/*page_zxly_conbox--en*/
.page_zxly_conbox.en ul li .t1 { text-transform:capitalize;}
.page_zxly_conbox.en ul li .page_zxly_an { text-transform:capitalize;}
.page_zxly_conbox.en ul li .page_zxly_an { text-transform:uppercase;}


/*联系我们 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.page_lxwm_conbox { overflow:hidden; }
.page_lxwm_conbox ul { padding-top:40px; padding-left:30px; background:url(../images/55.jpg) no-repeat 400px 20px; height:282px;}
.page_lxwm_conbox ul li { height:30px; line-height:30px; color:#333; font-size:15px; margin-bottom:30px;}
.page_lxwm_conbox ul li .icon { width:26px; height:26px; background:red; float:left; margin-top:2px; margin-right:14px;}
.page_lxwm_conbox ul li .icon1 { background:url(../images/51.jpg) no-repeat;}
.page_lxwm_conbox ul li .icon2 { background:url(../images/52.jpg) no-repeat;}
.page_lxwm_conbox ul li .icon3 { background:url(../images/53.jpg) no-repeat;}
.page_lxwm_conbox ul li .icon4 { background:url(../images/54.jpg) no-repeat;}


.page_lxwm_conbox .ditu { margin-top:30px; border-radius:10px; overflow:hidden;}


/*page_lxwm_conbox--en*/
.page_lxwm_conbox.en ul li { text-transform:capitalize;}