/* CSS Document */
/*动画*/
 @keyframes rt { to {
 stroke-dashoffset: 0;
}
}
@keyframes pound2 { from {
 transform: scale(0.8);
 opacity: 0.5;
 filter: alpha(opacity=50);
}
to { transform: scale(1); opacity: 1; filter: alpha(opacity=100); }
}
@keyframes pound { from {
 transform: none;
}
 50% {
 transform: scale(1.1);
}
to { transform: none; }
}
@keyframes showclip1 { 0% {
 width: 100%;
}
 100% {
 width: 0%;
}
}
@keyframes rotate { 0% {
 filter: alpha(opacity=0);
 opacity: 0;
 transform: perspective(100px) translateX(30px) rotateY(-90deg);
}
 100% {
 filter: alpha(opacity=100);
 opacity: 1;
 transform: perspective(100px) translateX(0px) rotateY(0deg);
}
}
@keyframes move1 { 0% {
 bottom: -30px;
 opacity: 0;
}
 100% {
 bottom: 0px;
 opacity: 1;
}
}
@keyframes move3 { 0% {
 bottom: -30px;
 opacity: 0;
}
 100% {
 bottom: 0px;
 opacity: 1;
}
}
@keyframes move { 0% {
 opacity: 1;
 transform: translateY(-5px);
}
 100% {
 opacity: 0;
 transform: translateY(0px);
}
}
@keyframes move2 { 0% {
 opacity: 1;
 transform: translateX(-5px);
}
 100% {
 opacity: 0;
 transform: translateX(0px);
}
}
html { overflow-x: auto; overflow-y: auto; }
/** { padding: 0; margin: 0; }*/
ul, ol, li { list-style-type: none; margin: 0; padding: 0; }
body, button, input, select, textarea { font-size: 12px; }
code, kbd, pre, samp { }
a { text-decoration: none;/* color: #666;*/ -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
a:hover { color: #c82226; cursor: pointer; }
img { border: 0; /*max-width:100%;*/ }
/*li { line-height: normal; }*/
h1, h2, h3, h4, h5, h6 { margin: 0; /*font-weight: normal;*/ }
input, table, tr, td { margin: 0; padding: 0; border: none; }
button, table { border: none; background: none; margin: 0; padding: 0; }
body { position: relative; }
select { margin: 0; padding: 0; font-family: 'microsoft yahei', Arial; }
input { outline: none; }
textarea { resize: none; outline: none; }
/* 清除浮动 */
.ks-clear:after, .clear:after { content: '\20'; display: block; height: 0; clear: both; }
.ks-clear, .clear { *zoom: 1;
}
.pz_top { float: left; width: 100%; }
.pz_menu { float: left; width: 100%; }
.pz_banner { float: left; width: 100%; overflow: hidden; position: relative; }
.pz_main { float: left; width: 100%; }
.pz_down { float: left; width: 100%; border-top: 1px solid #e6e6e6; }
.w_1200 { margin: 0 auto; max-width: 1200px; }
.pc_show { display: block; }
.phone_show { display: none; }
/*01关于三环-企业简介*/
.z_nynav { width: 100%; float: left; height: auto; border-bottom: solid 1px #e6e6e6; height: 80px; }
.floatleft { float: left; }
.floatright { float: right; }
.pz_SideLayerul .pz_SideLayer { float: left; width: 100%; }
.pz_SideLayerul .pz_SideLayer .l1 { float: left; margin: 0 24px; }
.pz_SideLayerul .pz_SideLayer .l1 a { display: block; float: left; height: 80px; color: #333; font-size: 14px; line-height: 80px; position: relative; z-index: 1; }
.pz_SideLayerul .pz_SideLayer .l1 a:hover, .pz_SideLayerul .pz_SideLayer .l1 .hover { border-bottom: solid 2px #c82226; }
.pz_SideLayerul .pz_SideLayer .l2 { display: none; }
.z_tit1 { width: 100%; float: left; text-align: center; margin-top: 3% }
.z_tit1 .title { font-size: 24px; color: #333; line-height: 38px; }
.z_tit1 .span { display: inline-block; position: relative; font-size: 14px; color: #c82226; line-height: 26px; font-family: "Arial"; text-transform: uppercase; }
.z_tit1 .span:after { width: 90px; height: 1px; content: ''; background: #c82226; position: absolute; top: 13px; right: -115px; }
.z_tit1 .span:before { width: 90px; height: 1px; content: ''; background: #c82226; position: absolute; top: 13px; left: -115px; }
.z_main1 { width: 100%; float: left; /*height:211px;*/ margin-top: 18px; padding-bottom: 30px; border-bottom: dashed 1px #e5e5e5; }
.z_main1 .bd-box { width: 100%; height: 180px; position: relative; overflow: hidden; }
.z_main1 .bd-box li { float: left; width: 20%; height: 180px; position: relative; }
.z_main1 .bd-box li .z_a { width: 100%; height: 180px; position: absolute; left: 0px; top: 0px; z-index: 2; padding: 20px 0; background: #f5f5f5; float: left; }
.z_main1 .bd-box li .z_a .z_a_140 { width: 100%; height: 140px; border-right: solid 1px #dcdcdc; float: left; }
.z_main1 .bd-box li .z_a .z_img1 { width: 100%; text-align: center; margin-top: 20px; line-height: 60px; }
.z_main1 .bd-box li .z_a .z_img1 img { vertical-align: middle; }
.z_main1 .bd-box li .z_a .z_name1 { width: 100%; text-align: center; margin-top: 12px; font-size: 16px; color: #333; line-height: 26px; }
.z_main1 .bd-box li .z_a .z_name1 span { display: block; font-size: 12px; color: #999; line-height: 20px; }
.z_main1 .bd-box li .z_text1 { height: 180px; position: absolute; left: 0px; z-index: 9; background: #ebf7f7; overflow: hidden; display: none; top: 90px; padding: 0 12%; margin-left: -1px; }
.z_main1 .bd-box li .z_text1 .title { width: 100%; float: left; font-size: 14px; color: #333; line-height: 17px; font-weight: bold; margin-top: 22px; }
.z_main1 .bd-box li .z_text1 .p { width: 100%; float: left; font-size: 12px; color: #333; }
.z_main1 .bd-box li.last .z_a .z_a_140 { border-right: none; }
.z_main2 { width: 100%; float: left; padding: 20px 0 40px 0px; }
.z_tit2 { width: 100%; float: left; padding-bottom: 13px; background: url(../images/z_bian1.jpg) no-repeat center bottom; font-size: 36px; color: #c82226; line-height: 46px; font-family: "Arial"; text-align: center; }
.z_main2 .title { width: 100%; float: left; margin-top: 12px; font-size: 24px; line-height: 34px; text-align: center; color: #333; }
.z_main2 .title span { display: block; font-size: 14px; color: #666; line-height: 24px; font-family: "Arial"; text-transform: uppercase; }
.z_main2 ul { width: 100%; float: left; margin-top: 23px; }
.z_main2 ul li { width: 100%; float: left; border-top: dashed 1px #e5e5e5; padding: 30px 0; }
.z_main2 ul li .z_img3 { width: 500px; float: left; }
.z_main2 ul li .z_text2 { width: 500px; font-size: 12px; color: #666; line-height: 26px; float: right; }
.z_main2 ul li .z_img4 { width: 500px; float: right; }
.z_main2 ul li .z_text3 { width: 490px; font-size: 12px; color: #666; line-height: 26px; float: left; }
.z_main2 ul li .z_text4 { width: 100%; font-size: 12px; color: #666; line-height: 26px; float: left; }
/*招聘*/
.h_lc_0100_5 { float: left; width: 100%; }
.sideMenu { float: left; width: 100%; margin: 3% 0; }
.sideMenu h3 { float: left; width: 100%; position: relative; height: 72px; line-height: 72px; padding-left: 30px; background: #f5f5f5; cursor: pointer; color: #333333; font-size: 16px; margin-top: 10px; margin-bottom: 0; transition: background 0.5s ease; -o-transition: background 0.5s ease; -moz-transition: background 0.5s ease; -webkit-transition: background 0.5s ease; }
.sideMenu h3 span { float: right; color: #999999; font-size: 12px; }
.sideMenu h3 a.apply { float: right; line-height: 20px!important; margin-top: 20px; }
.sideMenu h3.on { background: #f9e8e9; }
.sideMenu h3 em { float: right; margin-right: 30px; margin-left: 30px; display: block; width: 17px; height: 72px; background: url(../images/h_img22.png) left center no-repeat; cursor: pointer; }
.sideMenu h3.on em { background: url(../images/h_img21.png) left center no-repeat; }
.sideMenu ul { float: left; width: 100%; padding: 32px 30px; color: #666666; line-height: 28px; background: #fafafa; display: none; /* 默认都隐藏 */ }
.sideMenu ul .z_link1 { display: block; width: 100px; font-size: 14px; color: #456869; margin: 0 auto; text-align: center; margin-top: 28px; }
/* 分页 */
.pz_fy { width: 100%; float: left; padding: 40px 0; text-align: center; }
.pz_fy a { PADDING: 8px 18px; color: #999999; font-family: "Arial"; font-size: 16px; }
.pz_fy a:hover, .pz_fy a.on { color: #999; font-weight: bold; background: url(../images/h_img23.jpg) center bottom no-repeat; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.pz_fy a.h_fy, .pz_fy .h_fy1:hover { color: #999; background: none; }
/*解决方案*/
.h_back1 { height: 86px; float: left; width: 100%; background: url(../images/h_img1.png) center no-repeat; }
.h_0100_1 { padding: 28px 0; }
.h_tit1 { float: right; color: #EEA3A5; line-height: 30px; padding-right: 24px; background: url(images/h_img2.png) left center no-repeat; }
.h_tit1 .am-icon-home { padding-right: 5px; }
.h_tit1 a { color: #EEA3A5; line-height: 22px; }
.h_0100_2 .h_l_0100_1 { padding-left: 0; padding-right: 20px; }
.h_0100_2 .h_l_0100_2 { padding-left: 0; padding-right: 0; padding: 20px 0; }
.hc_0100_1 { float: left; width: 100%; padding-right: 0px; /*border-right: 1px solid #e6e6e6;*/ min-height: 680px; }
.h_pic_1 { float: left; width: 100%; line-height: 0; padding-bottom: 10px; }
.h_text_9 { float: left; width: 30.3333%; margin-top: 30px; background: #fbfbfb; cursor: pointer; position: relative; height: auto; height: 360px; margin-left: 3%; }
.h_pic_383 { float: left; width: 100%; height: 45%; position: absolute; top: 0; left: 0; overflow: hidden; }
.h_pic_383 img { display: block; width: 100%; height: 166px; }
.h_text_400 { width: 100%; height: 55%; position: absolute; top: 47%; left: 0; padding: 0 15px 15px 15px; }
.h_text_400_1 { float: left; width: 100%; color: #666; font-size: 16px; /*background: url(../images/h_img42.jpg) left bottom no-repeat; */ ; padding-top: 15px; font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid #E0E0E0; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.h_text_400_2 { float: left; width: 100%; margin-top: 10px; font-size: 12px; color: #666666; line-height: 22px; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.h_text_400_2 p{margin-bottom:5px;    margin-block-start: 5px;}

.h_text_400_3 { float: left; margin-top: 15px; width: 30px; height: 30px; border: 1px solid #ECECEC; font-family: SimSun; text-align: center; line-height: 30px; color: #646464; font-weight: bolder; font-size: 16px; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.h_text_9 em { display: block; width: 19px; height: 19px; position: absolute; right: 28px; top: 50%; margin-top: -9px; background: url(../images/h_img40.png) center center no-repeat; }
.h_text_9.on em { background: url(../images/h_img41.png) center center no-repeat; }
.h_text_9.on .h_text_400_1 { color: #c82226; }
.h_text_9.on .h_text_400_2 { color: #c82226; }
.h_pic_383 img { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.h_text_9:hover .h_pic_383 img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.h_text_9:hover .h_text_400_1 { color: #c82226; border-bottom: 1px solid #c82226; }
.h_text_9:hover { background-color: #ebeef0; }
.h_text_9:hover .h_text_400_3 { border: 1px solid #DEDEDE; }
/*文件下载*/
.h_cl_0100_1 { float: left; width: 100%; }
.h_cl_0100_1 ul { float: left; width: 100%; }
.h_cl_0100_1 ul li { float: left; width: 49%; background: #f5f5f5; transition: background 0.5s ease; -o-transition: background 0.5s ease; -moz-transition: background 0.5s ease; -webkit-transition: background 0.5s ease; padding: 20px 0; position: relative; height: 120px; margin-top: 20px; }
.h_more { position: absolute; right: 36px; top: 50%; margin-top: -24px; float: right; width: 47px; height: 47px; background: url(../images/h_img49.png) left center no-repeat; }
.h_cl_0100_1 ul li:nth-child(2n) { margin-left: 2% }
.h_text_11 { float: left; width: 100%; overflow: hidden; color: #333333; font-size: 16px; line-height: 28px; white-space: nowrap; text-overflow: ellipsis; }
.h_text_12 { float: left; width: 100%; overflow: hidden; color: #333333; font-size: 12px; line-height: 20px; margin-top: 12px; height: 40px; overflow: hidden; }
.h_cl_0100_1 ul li a { float: left; width: 100%; }
.h_time1 span { color: #999999; font-size: 14px; }
.h_text_0100_1 { float: left; width: 100%; padding: 0 10px 0 20px; }
.h_cl_0100_1 ul li:hover { background: #ebf7f7; }
.h_cl_0100_1 ul li:hover .h_more { background: url(../images/h_img48.png) left center no-repeat; }
.h_cl_0100_1 ul li:hover .h_time1 { border-right: 1px solid #c82226; }
.h_cl_0100_1 ul li:hover .h_time1 span { color: #333; }
.h_28 { line-height: 28px; }
/*文件下载列表页*/
.file_list { text-align: center; margin-top: 30px; margin-bottom: 30px; }
.file_list li { float: none; display: inline-block; /* width: 328px; */ width: 170px; height: 140px; text-align: center; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 2%; }
.file_list li:hover { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; background-color: #c82226; }
.file_list li a { display: block; overflow: hidden; color: #666; font-size: 16px; }
.file_list li:hover a { color: #fff }
.file_list li a span { display: block; width: 100%; height: 40%; background-position: center top; background-repeat: no-repeat; margin: 20% 0 10%; }
/*10新闻中心-新闻-内页*/
.h_lc_0100_11 { float: left; width: 100%; padding: 20px 0 48px 0; }
.h_cl_0100_2 { float: left; width: 100%; color: #666666; line-height: 26px; padding: 40px 0; }
.h_cl_0100_3 { float: left; width: 100%; padding: 16px 0 34px 0; }
.h_cl_0100_4 { float: left; width: 100%; border-top: 1px dashed #e5e5e5; }
.h_tit_0100_1 { float: left; width: 100%; color: #666666; font-size: 16px; line-height: 26px; margin-top: 21px; }
.h_mian1 { float: left; width: 100%; margin-top: 13px; }
.h_mian1 li { float: left; width: 100%; line-height: 35px; border-bottom: 1px dashed #e5e5e5; }
.h_mian1 li a { float: left; width: 70%; color: #333333; font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.h_mian1 li span { float: right; color: #999999; font-size: 12px; }
.h_mian1 li:hover a { color: #c82226; }
.h_tit8 { float: left; width: 100%; text-align: center; color: #333333; font-size: 24px; line-height: 34px; padding-bottom: 23px; }
.bd_weixin_popup { webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.bdshare_dialog_list { webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.bdshare_dialog_top, .bdshare_popup_top { webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.bdshare_dialog_list li { webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.bdshare_dialog_list a, .bdshare_popup_list a, .bdshare_popup_bottom a { webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.bdshare_dialog_box { webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
/*09新闻中心-新闻*/

.h_lc_0100_8 { float: left; width: 100%; }
.h_main2 { float: left; width: 100%; margin-top: 10px; }
.h_main2 ul { float: left; width: 100%; }
.h_main2 ul li { float: left; width: 100%; border-bottom: 1px solid #e6e6e6; padding: 10px 0; }
/*.h_main2 ul li a { float: left; width: 100%; padding: 0px; transition: background 0.5s ease; -o-transition: background 0.5s ease; -moz-transition: background 0.5s ease; -webkit-transition: background 0.5s ease; }
.h_main2 ul li a:hover { background: #f5f5f5; }*/
.h_scroll { float: left; width: 100%; }
.h_time { float: left; width: 100%; color: #666; line-height: 22px; }
.h_time span { float: left; width: 90px; text-align: center; color: #333333; line-height: 26px; background: #fff0d9; }
.h_m_22 { margin-top: 22px; }
.h_text_7 { float: left; width: 100%; color: #333333; font-size: 18px; line-height: 28px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
.h_text_8 { float: left; width: 100%; color: #666666; line-height: 26px; max-height: 52px; overflow: hidden; margin-top: 7px; }
.h_main2 ul li a:hover .h_text_7 { color: #c82226; }
.h_scroll { float: left; width: 100%; height: 200px; overflow: hidden; position: relative; background: #f5f5f5; }
.h_li3 { float: left; width: 100%; }
.h_picscroll { float: left; width: 384px; height: 200px; }
.h_textscroll { float: left; width: 372px; margin-left: 30px; padding: 26px 0; }
.h_scroll .hd { position: absolute; width: 30px; right: 15px; bottom: 55px; height: 91px; z-index: 99; display: block; }
.h_scroll .h_next { display: block; padding: 0; width: 14px; height: 12px; background: url(images/h_img31.png) left center no-repeat; position: absolute; left: 8px; bottom: 0; }
.h_scroll .h_prev { display: block; padding: 0; width: 14px; height: 12px; background: url(images/h_img32.png) left center no-repeat; position: absolute; left: 8px; top: 0; }
.h_scroll .h_next:hover { background: url(images/h_img31_1.png) left center no-repeat; }
.h_scroll .h_prev:hover { background: url(images/h_img32_1.png) left center no-repeat; }
.h_scroll .pageState { display: block; text-align: center; color: #333333; font-family: "Arial"; margin-top: 35px; }
.picScroll-top { display: block; }
.h_slideBox { display: none; }
.h_main2_l1 ul li { border-bottom: 1px dashed #e6e6e6 }
.h_main2_l1 ul li a { padding: 0; background: none; position: relative; }
.h_main2_l1 ul li a:hover { background: none; }
.h_pic_230 { position: absolute; left: 0; top: 0; width: 230px; height: 150px; overflow: hidden; }
.h_pic_pf { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/h_img56.png) center no-repeat rgba(255,255,255,0.8); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
.h_text_0100_2 { float: left; width: 100%; padding-left: 260px; height: 150px; }
.h_m_t_4 { margin-top: 4px; }
.h_18 { line-height: 18px; height: 36px; color: #999; }
.h_time2 { float: left; width: 100%; margin-top: 10px; color: #999999; line-height: 24px; margin-top: 10px; }
.h_time1_1 { background: url(../images/h_img53.png) left center no-repeat; padding-left: 20px; margin-right: 18px; }
.h_time1_2 { background: url(../images/h_img54.png) left center no-repeat; padding-left: 24px; margin-right: 18px; }
.h_time1_3 { background: url(../images/h_img55.png) left center no-repeat; padding-left: 17px; }
.h_main2_l1 ul li a:hover .h_pic_pf { opacity: 1; filter: alpha(opacity=100); }
.h_l_250 { padding-left: 250px; padding-right: 20px; }
.h_m_t_25 { float: left; width: 100%; margin: 15px 0 6px 0; }
.hc_text1 { float: left; width: 70%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #333333; font-size: 18px; line-height: 28px; webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
.hc_text2 { float: right; color: #fdab21; font-size: 12px; line-height: 18px; margin-top: 8px; }
.h_main2 ul li a.h_lb_b { padding: 0; background: #fafafa; position: relative; transition: background 0.5s ease; -o-transition: background 0.5s ease; -moz-transition: background 0.5s ease; -webkit-transition: background 0.5s ease; }
.h_main2 ul li:hover a.h_lb_b { background: #e6e6e6; }
.h_main2 ul li:hover .hc_text1 { color: #fdab21; font-weight: bold; }
.h_bord { border-bottom: 1px solid #e6e6e6; padding-bottom: 20px; margin-top: 0; }
.h_lin_18 { line-height: 18px; margin-top: 17px; max-height: 36px; overflow: hidden; }
.h_time3 { float: left; width: 100%; padding: 44px 0 0 0; line-height: 22px; color: #c82226; }
.h_p_16_0 { width: 600px; padding: 16px 0; }
.h_scroll .h_next2 { padding: 0; width: 31px; height: 53px; background: url(../images/h_img61.png) center no-repeat rgba(0,0,0,0.4); position: absolute; right: 0; top: 50%; margin-top: -27px; z-index: 99; float: left; z-index: 99; }
.h_scroll .h_prev2 { padding: 0; width: 31px; height: 53px; background: url(../images/h_img60.png) center no-repeat rgba(0,0,0,0.4); position: absolute; left: 0; top: 50%; margin-top: -27px; z-index: 99; float: right; z-index: 99; }
.h_scroll .h_next2:hover { background: url(../images/h_img61.png) center no-repeat rgba(0,0,0,0.1); }
.h_scroll .h_prev2:hover { background: url(../images/h_img60.png) center no-repeat rgba(0,0,0,0.1); }
.hc_0100_11 { float: left; width: 100%; padding: 30px 0; border-bottom: 1px dashed #e5e5e5; }
.h_mian2 { float: left; width: 100%; height: 56px; padding: 0 0 0 66px; }
.h_mian2 strong { float: left; width: 100%; color: #333333; font-size: 24px; line-height: 34px; }
.h_mian2 span { float: left; width: 100%; color: #999999; font-size: 18px; line-height: 28px; font-family: "Arial"; text-transform: uppercase; font-weight: bold; background: url(../images/h_img62.jpg) left center no-repeat; padding-left: 12px; }
 @media screen and (max-width:767px) {
.h_pic_230 { position: relative; left: 0; top: 0; width: 100%; height: auto; }
.h_text_0100_2 { width: 100%; padding-left: 15px; padding-right: 15px; height: 140px; padding-top: 10px; background: #fafafa; }
.h_main2_l1 ul li { border: none }
}
/*联系我们*/
.n_content_li { float: left; width: 100%; margin: 3% auto; }
.n_content_li_div input { width: 100%; height: 38px; border: 1px solid #D6D7D9; border-radius: 5px;  outline: none; padding-left:10px; }
.n_content_li2 {/* margin-left: 100px;*/ float: right!important }
.n_content_li_input1 { margin-right: 2%; }
.n_content_li_div { margin-bottom: 10px;max-width:600px; margin:5px auto; }
.n_content1_li_div { margin-bottom: 10px; margin:5px auto; }
.n_content1_li_div input { width: 100%; height: 38px; border: 1px solid #D6D7D9; border-radius: 5px;  outline: none; padding-left:10px; }


.n_content_li_div textarea,.n_content1_li_div textarea{ width: 100%; height: 100px; max-height: 100px; border: 1px solid #D6D7D9; border-radius: 5px; padding-top: 10px; outline: none; padding-left: 10px; }
.n_content_li_form { position: relative; }
.n_content_li_div2 {  text-align:center; margin-top:20px; }
.n_content_li_div2 input { font-size:16px; width: 200px; height: 40px; background-color: #c82226; color: #ffffff; border-radius: 4px; border: none; }
.n_content { padding-bottom: 85px; }
.n_content_li { float: left; }
.n_content_li_c { margin-left: 110px; margin-top: 30px; }
.n_content_li_title { font-weight: bolder; font-size: 18px; color: #474646; margin-bottom: 42px; }
.n_content_li_ul_img { float: left; }
.n_content_li_ul_con { float: left; margin-left: 10px; }
.n_content_li_ul_con h1 { font-size: 14px; color: #333333; font-weight: normal; margin-bottom: 4px; }
.n_content_li_ul_con p { font-size: 14px; color: #939393; line-height: 20px; margin: 0; padding: 0; }
@media screen and (max-width:1023px) {
.picScroll-top { display: none; }
.h_slideBox { display: block; }
.h_scroll { height: auto; }
.h_hd { height: 0; font-size: 0; overflow: hidden; }
.h_picscroll { float: left; width: 100%; height: auto; }
.h_textscroll { float: left; width: 100%; margin-left: 0; padding: 0 20px 20px 20px; }
.h_m_22 { margin-top: 10px; }
.h_scroll .hd { position: static; height: 0; }
.h_scroll .hd ul { height: 0; font-size: 0; overflow: hidden; }
.h_scroll .h_next1 { padding: 0; width: 31px; height: 53px; background: url(images/h_img60.png) center no-repeat rgba(0,0,0,0.4); position: absolute; left: 0; top: 50%; margin-top: -27px; z-index: 99; float: left; z-index: 99; }
.h_scroll .h_prev1 { padding: 0; width: 31px; height: 53px; background: url(images/h_img61.png) center no-repeat rgba(0,0,0,0.4); position: absolute; right: 0; top: 50%; margin-top: -27px; z-index: 99; float: right; z-index: 99; }
.h_scroll .h_next1:hover { background: url(images/h_img60.png) center no-repeat rgba(0,0,0,0.1); }
.h_scroll .h_prev1:hover { background: url(images/h_img61.png) center no-repeat rgba(0,0,0,0.1); }
.h_time3 { padding: 10px 0 0 0; }
.h_p_16_0 { padding: 16px 20px; }
.h_bord { padding-bottom: 10px; }
.h_p_16_0 { width: 100%; }
.h_main2_li ul li { border: none; padding: 10px 0 0 0; }
}
 @media screen and (max-width:1080px) {
.n_content_li2 { width: 100%; margin-top: 3%!important; }
.n_content_li_div input { width: 280px; }
.smallScroll { display: none; }
.game163 .bigImg { padding-left: 0; }
.game163 .next { right: 20px }
}
 @media screen and (max-width:1024px) {
}
 @media screen and (max-width:991px) {
.h_tit1 { float: left; }
.h_0100_2 .h_l_0100_1 { padding-right: 0; }
.h_0100_2 .hc_0100_1 { padding-right: 0; padding-left: 0; border-right: none; min-height: 50px; }
.h_0100_2 .h_l_0100_2 { float: left; padding: 40px 0 30px 0; border-top: 1px solid #e6e6e6; }
.pz_SideLayerul { float: left; width: 100%; overflow: hidden; }
.pz_SideLayerul .pz_SideLayer { z-index: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.pz_SideLayerul .pz_SideLayer .l1 { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; }
.h_text_9 { width: 45% }
.z_tit1 { margin-top: 5%; overflow: hidden }
}
@media screen and (max-width:768px) {
.z_main2 ul { padding: 0 10px; }
.z_main2 ul li .z_img3, .z_main2 ul li .z_text3, .z_main2 ul li .z_text2, .z_main2 ul li .z_img4 { width: 100%; }
.z_main2 ul li .z_img3 img, .z_main2 ul li .z_img4 img { width: 100%; }
.z_main2 ul li .z_img4 img, .z_main2 ul li .z_text2 { margin-top: 20px; }
.z_859_1 { padding: 32px 0 0px 0; }
.z_main2 { padding: 20px 0 30px 0px; }
.h_cl_0100_1 ul li { width: 100%; margin-left: 0!important }
}
@media screen and (max-width:640px) {
.h_text_9 { width: 100%; margin-left: 0; }
.n_content_li { width: 100%!important; margin-left: 0!important; }
.n_content_li_c { margin-left: 0!important; margin-top: 30px!important; margin-bottom: 20px!important }
.n_content_li_input1 { margin-bottom: 10px; }
.n_content_li_div input ,.n_content_li_div textarea{ width: 80%; margin-left:10%; margin-top:10px; }
.Validform_checktip{margin-left:10%!important}


.hr_list { margin: 25px 0; clear: both; overflow: hidden }
.sideMenu h3 span { float: right; color: #999999; font-size: 12px; display: none; }
.hr_list a { width: 80px; font-size: 14px; }
.z_tit1 .title { font-size: 22px; }
.file_list li { width: 140px; }
}
/*发展历程*/
.historyBox { width: 70%; margin: 40px 0; margin-left: 30%; position: relative; background: url(../images/bg_pic15.png) repeat-y left top; clear: both; }
.year { width: 100%; margin-bottom: 20px; }
.hisTitle { font-size: 18px; height: 64px; line-height: 64px; padding-left: 71px; margin-left: 38px; background: url(../images/bg_pic16.png) no-repeat left center; }
.hisTitle span { font-size: 14px; }
.hisCon { position: relative; margin-top: 10px; padding-left: 101px; background: url(../images/bg_pic17.png) no-repeat 57px 5px; }
.yearNum { position: absolute; left: 10px; top: 3px; font-size: 16px; }
.fontCon { padding: 4px 0 15px 15px; position: relative; display: inline-block; }
.fontCon span { width: 0; height: 0; line-height: 0; font-size: 0; content: ""; overflow: hidden; position: absolute; left: -10px; top: 10px; border: 5px solid #fff; border-right-color: #a5cc2e; }
.year2 .hisTitle { background-image: url(../images/bg_pic18.png); }
.year2 .hisCon { background-image: url(../images/bg_pic19.gif); }
/*20140704*/
.year3 .hisTitle { background-image: url(../images/bg_pic105.png); }
.year3 .hisCon { background-image: url(../images/bg_pic103.png); }
.year4 .hisTitle { background-image: url(../images/bg_pic106.png); }
.year4 .hisCon { background-image: url(../images/bg_pic104.png); }
.h30 { height: 30px; }
.hisScroll { width: 56px; height: 304px; position: absolute; right: 0; top: 100px; overflow: hidden; background: url(../images/history_nav.jpg) no-repeat 0 0; }
.hisScroll a { width: 56px; height: 62px; display: block; margin-bottom: 18px; background: #000; background: url(../images/history_nav.jpg) no-repeat 200px 0; }
.hisScroll .aScroll0 { background-position: -56px 0; }
.hisScroll .aScroll1 { background-position: -56px -80px; }
.hisScroll .aScroll2 { background-position: -56px -160px; }
.hisScroll .aScroll3 { background-position: -56px -240px; }
@media screen and (max-width:640px) {
.historyBox { width: 100%; margin-left: 0; }
}
/*联系方式*/
.dn_lxwm { width: 100%; }
.dn_lxwm02 { width: 100%; }
.dn_lxwm02 a { display: block; width: 31.333%; margin-right: 2%; float: left; }
.dn_lxwm03 { width: 100%; float: left; color: #666; background: #f6f4f4; padding: 30px; margin-right: 25px; font-size: 13px; line-height: 26px; height: 530px; margin-bottom: 20px; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.dn_lxwm02 a:hover .dn_lxwm03 { background: #c82226; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.dn_lxwm02 a:hover .dn_cen01 { background: #fff; width: 140px; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.dn_lxwm02 a:hover .dn_top { color: #fff; font-weight: bold; padding-left: 8px; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.dn_lxwm02 a:hover .dn_cen { color: #fff; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.dn_lxwm02 a:hover .dn_btom { color: #fff; padding-left: 8px; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.dn_clear { clear: both; }
.dn_top { width: 100%; float: left; font-size: 17px; color: #333; padding-top: 11px; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.dn_cen { width: 100%; float: left; padding: 11px 0px; }
.dn_cen01 { width: 42px; height: 1px; background-color: #de091f; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.dn_btom { width: 100%; float: left; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.dn_btom p{margin:0}

.page_lxwm_n { margin-top: 30px; padding-bottom: 40px; }
.page_lxwm_n_box { width: 100%; height: 500px; position: relative; }
.page_lxwm_n_con { position: absolute; right: 50px; top: 80px; width: 334px; height: 316px; z-index: 99; background: rgba(0,0,0,0.6); }
.page_lxwm_n_con_box { width: 85%; margin: 0 auto; color: #ffffff; }
.page_lxwm_n_con_title { font-size: 18px; margin-top: 42px; }
.page_lxwm_n_con_con { margin-top: 24px; }
.page_lxwm_n_con_p { font-size: 14px; color: #ffffff; margin-bottom: 18px; }
.page_lxwm_n_con_p span { vertical-align: middle; }
.page_lxwm_n_con_p img { vertical-align: middle; margin-right: 5px; }
@media screen and (max-width:768px) {
.page_lxwm_n_box { height: auto; }
.page_lxwm_n_con { position: initial; width: 100%; height: auto; }
.map { display: none; }
.page_lxwm_n_con_title { margin-top: 20px; }
.page_lxwm_n_con_box { width: 92%; }
.page_lxwm_n_con_p { font-size: 13px; }
.page_lxwm_n_con_con { margin-top: 15px; }
.dn_lxwm02 a { width: 100% }
}
/*新闻资讯*/
.list_new .news_main_sousuo { margin-top: 0; }
.list_new_title .news_main_title { float: left; }
.list_new_title .show_chanpin_t_r_mbx { float: right; margin-top: 55px; }
.n_news_posi_box { background: #ffffff url(../images/n_news_posi_bg.jpg) no-repeat 780px 65px; height: 310px; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.n_news_posi { margin-top: 65px; margin-bottom: 20px; }
.n_news_posi_img { width: 539px; height: 310px; float: left; overflow: hidden; }
.n_news_posi_img img { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.n_news_posi_box:hover .n_news_posi_img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.n_news_posi_box:hover .n_news_posi_more { background-color: #c82226; color: #ffffff; border: 1px solid #c82226; }
.n_news_posi_box:hover { background: #ffffff url(../images/n_news_posi_bg.jpg) no-repeat 780px 0; }
.n_news_posi_con { float: left; width: 661px; padding: 0 55px; }
.n_news_posi_name { margin-top: 25px; font-size: 22px; color: #474747; font-weight: bolder; }
.n_news_posi_time img { vertical-align: middle; margin-right: 8px; }
.n_news_posi_time span { color: #999999; vertical-align: middle; }
.n_news_posi_js { line-height: 30px; font-size: 14px; color: #898989; }
.n_news_posi_time { margin-top: 10px; margin-bottom: 20px; }
.n_news_posi_more { width: 138px; height: 45px; margin-top: 28px; text-align: center; line-height: 45px; font-size: 14px; color: #898989; border: 1px solid #ABABAB; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.n_news_li { padding: 0 35px; background-color: #ffffff; height: 164px; width: 100%; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.n_news_li:hover { background: #fbfbfb; border-bottom: none; }
.n_news_li_time { position: absolute; left: 0; top: 0; text-align: right; width: 160px; margin-top: 35px; }
.n_news_li_nian { font-size: 18px; color: #d2d2d2; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.n_news_li:hover .n_news_li_nian { color: #c82226; }
.n_news_li_yue { font-size: 34px; font-weight: bolder; color: #d2d2d2; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.n_news_li:hover .n_news_li_yue { color: #c82226; }
.n_news_li_xian { margin-top: 8px; width: 37px; height: 2px; float: right; background-color: #d2d2d2; }
.n_news_li_con { float: left; width: calc(100%-160px); padding-left: 160px; }
.n_news_li_name { margin-top: 35px; font-size: 16px; font-weight: bold; color: #555; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.n_news_li:hover .n_news_li_name { color: #c82226; }
.n_news_li_js { margin-top: 11px; line-height: 28px; font-size: 14px; color: #898989; word-wrap: normal; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.n_news_li_more { margin-top: 20px; font-size: 14px; color: #898989; }
.n_news_ul li { margin-bottom: 5px; border-bottom: 1px dashed #eee; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.n_news_ul li:last-child { border: none }
.n_news_ul .news_main_dongtai_list li { margin-bottom: 20px; }
.n_news_ul li:hover { box-shadow: 0 0 20px #eee; }
.n_news_li_touch_time { display: none; }
.list_new_title .show_chanpin_t_r_mbx { margin-top: 25px; }
.show_chanpin_t_r_mbx span { font-size: 12px; }
@media screen and (max-width:768px) {
.list_new_con { padding-top: 20px; }
.n_news_posi { display: none; }
.n_news_ul li { margin-bottom: 15px; padding-bottom: 10px; background-color: #f1f1f1; }
.n_news_li { padding: 0; background: #F1F1F1; height: auto; }
.n_news_li_time { display: none; }
.n_news_li_con { float: none; width: 100%; margin-left: 0; padding-left: 10px; }
.n_news_li_name { margin-top: 15px; font-size: 16px; }
.n_news_li_js { margin-top: 0; }
.n_news_li_more { margin-top: 0; }
.n_news_li_touch_time { display: block; font-size: 14px; color: #898989; }
}
/*售后服务*/
.shfw { margin: 6% auto; text-align: center; clear: both }
.jszc { margin: 3% auto; }
/*企业文化*/
.l { float: left; }
.r { float: right; }
.fix { *zoom: 1;
*clear: both;
}
.fix:before, .fix:after { display: table; clear: both; content: ''; }
.span-6 { width: 49%; float: left; }
.span-6:nth-child(2n) { margin-left: 1% }
.common-con { font-size: 14px; color: #666; line-height: 30px; padding: 4% 0%; text-indent: 24px; clear: both; }
.value_culture { background: #f8f8f8; padding-top: 10px; padding-bottom: 85px; margin-top: 10px; }
.value_culture .content { padding: 0 5% 0 8.5%; }
.value_culture .part_i { padding-left: 2%; }
.value_culture { background: #f8f8f8; padding-top: 0px; padding-bottom: 88px; }
.value_culture .common-tit { color: #333333; }
.value_culture .box { border-bottom: 1px solid #e6e6e6; padding-top: 40px; }
.value_culture .part_i { width: 24%; position: relative; }
.value_culture .part_i img { display: none; }
.value_culture .part_i:after { content: ''; position: absolute; right: 0; top: 28px; height: 30px; width: 1px; background: #c82226; }
.value_culture .part_i h3 { margin-top: 30px; margin-right: 15px; font-size: 18px; line-height: 1; padding-bottom: 35px; }
.value_culture .part_p { font-size: 13px; width: 65%; margin-left: 5%; padding-top: 28px; }
@media screen and (max-width:768px) {
.common-con { font-size: 12px; }
.span-6 { width: 99%; }
.value_culture .box { padding-top: 0; padding-bottom: 15px; }
.value_culture .part_i { width: 40% }
.value_culture .part_p { width: 55% }
.span-6:last-child .part_p { padding-top: 0 }
}
/*下载中心*/
.widget-newslist-7 { margin-bottom: 6%; margin-top: 6%; clear: both; }
.widget-newslist-7 li { clear: both; overflow: hidden; padding: 6px 10px; height: 60px; line-height: 50px; position: relative; }
.widget-newslist-7 ._time { width: 12%; min-width: 100px; float: left; font-family: Verdana; font-size: 14px; }
.widget-newslist-7 ._title { width: 83%; font-weight: normal; font-size: 14px; float: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.widget-newslist-7 ._download { width: 50px; height: 50px; position: absolute; right: 5%; top: 8px; overflow: hidden; }
.widget-newslist-7 ._download img { width: 25px; height: 25px; position: absolute; left: 0; top: 8px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.widget-newslist-7 ._download img._hover { display: none; }
.widget-newslist-7 li:nth-child(odd), .widget-newslist-7 li.odd { background-color: #f7f7f7; }
.widget-newslist-7 li:hover a, .widget-newslist-7 li:hover ._title, .widget-newslist-7 li:hover ._time { color: #e7463c; }
.widget-newslist-7 li:hover ._download img { display: none; }
.widget-newslist-7 li:hover ._download img._hover { display: block; }
@media screen and (max-width:640px) {
.widget-newslist-7 ._time { width: auto; min-width: 0; margin-right: 10px; }
.widget-newslist-7 ._title { width: 65%; }
}
/*荣誉资质*/
.n_about_con { margin: 3% auto }
.n_ryzz li { width: 24%; float: left; margin-right: 1%; margin-bottom: 2%; }
.n_ryzz_li_img { width: 100%; height: 221px; text-align: center; line-height: 220px; background-color: #ededed; position: relative; }
.n_ryzz_li_img img { max-width: 70%; max-height: 85%; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.n_ryzz_li_img_div { width: 70%; height: 80%; margin: 0 auto; position: absolute; left: 0; right: 0; top: 10%; background-size: auto 100% !important; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.n_ryzz_li_img img.n_ryzz_li_img_p { position: absolute; top: 0; left: 0; z-index: 99; max-height: none; max-width: none; width: 100%; height: 100%; opacity: 0; }
.n_ryzz_li_name { height: 50px; line-height: 50px; text-align: center; font-size: 14px; background-color: #a9a9a9; color: #ffffff; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.n_ryzz li:hover .n_ryzz_li_name { background-color: #c82226; color: #ffffff; }
.n_ryzz li:nth-child(4n) { margin-right: 0; }
@media screen and (max-width:640px) {
.n_ryzz li { width: 100% }
}
/*解决方案*/
/*new*/
/*part01*/
.part01 { padding-bottom: 90px; overflow: hidden; }
.part01 ._font01 ._t1 { padding: 60px 0 29px 0; font-size: 40px; color: #fff; text-align: center; }
.part01 ._font01 ._c1 { padding: 20px 0px 45px; font-size: 14px; text-indent:24px;  }
.part01 .span-4 { width: 23%; float: left; margin-right: 2%; *margin-right: 1.89%;
}
.box { margin-bottom: 22px; }
.box { position: relative; }
.box ._img01 img { width: 260px; height:230px; }
.box ._img01 .rect-8930 { padding-bottom: 0px; }
.box { }
.box .con1 { background: rgb(0, 0, 0, 0.6); color: #fff; position: absolute; bottom: 0; width: 100%; height: 40px; transition: all 0.5s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.box .con1 .con_t1 { font-size: 14px; line-height: 40px; padding-left: 15px; color: #fff; }
.box .con1 .con_c1 { font-size: 10px; padding: 0 5px 5px 5px; line-height: 20px; white-space: normal; }
.total { position: relative; overflow: hidden; }
.box:hover .con1 { width: 100%; height: 100%; background: #c82226; opacity: 0.9; position: absolute; bottom: 0; transition: all 0.5s; overflow: visible; text-overflow: ellipsis; white-space: nowrap; }
.box:hover .con_t1 { padding-top: 10px; }
.box:hover .con_c1 { font-size: 12px; padding-left: 15px; padding-right: 15px; color: #fff; }
.con1 .con1_jt a { display: block; }
.con1 .con1_jt { padding-left: 80.5%; padding-top: 18.43%; }
/*ljx1228-2016*/
.con1 .con1_jt { position: absolute; bottom: 22px; display: none; transition: all 0.5s ease; }
.box:hover .con1_jt { display: block; transition: all 0.5s ease; }
@media screen and (max-width:768px) {
	.part01 .span-4{width:100%}
.box ._img01 img{width:100%!important}
}

/*产品列表*/
/*äº§å“è¯¦æƒ…*/
.product_row_r .navl .ti { height: 70px; background-image: url(../images/01_nav1.jpg); background-size: 100% 100%; color: #fff; text-align: center; }
.product_row_r .navl .ti h3 { font-size: 20px; padding-top: 10px; }
.product_row_r .navl { width: 233px; }
.product_row_r { width: 23%; float: left; }
.product_row_r { padding-top: 30px; padding-bottom: 30px; }
.product_row_l { width: 77%; float: right; border-left: 1px solid #e6e6e6; }
.category { text-align: left; width: 99%; background: #fbfbfb; clear: both; }
.category .list { padding-bottom: 5px; padding-left: 10px; padding-right: 10px; background: url(../images/libombg.gif) repeat-x 0 100%; overflow: hidden; padding-top: 5px; }
.category .linkarea A { padding-bottom: 0; line-height: 22px; margin: 0; padding-left: 3px; padding-right: 2px; display: inline-block; color: #404040; font-size: 12px; text-decoration: none; padding-top: 0; }
.category H3 { line-height: 28px; margin: 0; height: 28px; }
.category H3 A { color: #404040; font-size: 14px; font-weight: bold; text-decoration: none; }
.am-icon-btn { display:none}
@media only screen and (max-width:1024px) {
.product_clearfix { display: none }
.product_row_r { display: none; width: 100%; text-align: center; margin: 0 auto; border: none; }
.product_row_r .navl .ti { width: 100%; background-image: url(../images/01_nav1.jpg) rgb(141,209,210) }
.product_row_r .navul { width: 100%; }
.product_row_l, .product_row_s { width: 100%; float: right; border: none }
.am-icon-btn { display:block; position: fixed; right: 10px; bottom: 70px; z-index: 999; display: block; opacity: 1; background-color: #c82226; color: #fff; margin-top: 10px; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; font-size: 12px; }
/*.am-offcanvas-bar{background:#f5f5f5}
.am-menu-offcanvas1 .am-menu-sub {
    background-color: #fbfbfb!important; color:#333!important
}
.am-menu-offcanvas1 .am-menu-sub a{color:#333!important}
.am-menu-offcanvas1 .am-menu-nav > li > a{color:#333!important; font-weight:bold!important}*/
}