@charset "utf-8";
/* ------------------------------------------------- 
 * 公用样式表 
 * ------------------------------------------------- 
*/  
body{font-family:"微软雅黑","宋体"; font-size:15px; line-height: 1.6;  letter-spacing:-.1px; font-stretch:normal; font-style:normal;  color: rgba(255, 255, 255, 0.8); color: #000;  background: rgba(255, 255, 255, 1); 
text-align:justify; -webkit-text-size-adjust:none; height:auto; 
-webkit-font-smoothing: subpixel-antialiased; /*chrome、safari*/
-moz-osx-font-smoothing: grayscale;/*firefox*/}
/** 定义HTML body **/

a {color:#000;transition:400ms ease all;}
a:focus {color: #000;outline: none; text-decoration: none;}
a:hover {color: #000;outline: none;text-decoration: none;transition:400ms ease all;}

/*======================== 翻页公用  ============================*/
.pageflip { width: 100%; overflow: hidden; text-align: center; margin: 50px 0 0; }
.pageflip a { color: #d91e17; line-height: 30px; height: 34px; display: inline-block; overflow: hidden; padding: 0px 10px; border: 2px solid #d91e17; border-radius: 5px; margin: 0px 5px; }
.pageflip a:hover, .pageflip a.dq { background: #d91e17; color: #fff; }
.pageflip a i { display: block; line-height: 30px; height: 30px; }
@media (max-width: 1366px) {
}
@media (max-width:1024px){
	.pageflip { margin: 20px 0 0; }
	.pageflip a { font-size: 12px; line-height: 24px; height: 26px; padding: 0px 9px; border-width: 1px; border-radius: 3px; }
	.pageflip a i { line-height: 24px; height: 26px; }
}
@media (max-width:  768px) {

}
/*======================== 翻页公用 ============================*/

/* Sticky Header Style  */
@media (max-width:1600px){}
@media (max-width:1400px){}
@media (max-width:1200px){}
@media (max-width:992px){}
@media (max-width:767px){}
@media (max-width:640px){}
@media (max-width:460px){}
@media (max-width:360px){}

/*========== 缩放 ==========*/
@-webkit-keyframes scale{
	0%{-webkit-transform:scale(1);transform:scale(1)}
	50%{-webkit-transform:scale(1.1);transform:scale(1.1)}
	100%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes scale{
	0%{-webkit-transform:scale(1);transform:scale(1)}
	50%{-webkit-transform:scale(1.1);transform:scale(1.1)}
	100%{-webkit-transform:scale(1);transform:scale(1)}
}

/* 主题颜色: #d91e17; */

/* ------------------------------ (00) 公共样式 ------------------------------ */

/* ---- 过渡 ---- */
.nav .nav_li a.nav_a::after,
.nav .nav_submenu,
.search_bg .search_close img,
.join_link_a .bg > img, .join_link_a .shadow, .join_link_a .section,
.join_info_a .shadow, .join_info_a .f_01, .join_info_a .f_03,
.join_info02_a:hover .f_01, .join_info02_a:hover .f_01::after, .join_info02_a:hover .f_01 span, .join_info02_a:hover .f_03, .join_info02_a:hover .f_02 .f_03,
.sw_0805 .swiper_link .img img, .sw_0805 .swiper_link .shadow, .sw_0805 .swiper_link .f_01,
.zhibao_04 .main .zb4_a .f_01, .zhibao_04 .main .zb4_a .f_02, .zhibao_04 .main .zb4_a .f_03,
.fangan_nav .img img, .fangan_nav .font_01,
.sw08 .sw08_a .img .shadow,
.sw07 .sw07_a .img img,
.sw07 .sw07_a .shadow, .sw07 .sw07_a .font_02, .sw07 .sw07_a .font_03 > img,
.about_01 .left .shadow .video_open, .video_box .video_close img,
.tr { 
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s; }

/* ---- 图片放大 ---- */
.sw07 .sw07_a:hover .img img,
.sw_02 .swiper_link:hover img,
.news_a:hover .img img,
.news_ul .news_lista:hover .img img,
.join_link_a:hover .bg > img,  .a_0801_04:hover .img img,
.sw_0805 .swiper_link:hover .img img,
.ClassName {
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05); }

/* ---- 标题栏 ---- */

/* 01 */
.t_01 { position: relative; z-index: 2; }
.t_01 .f_01 { font-size: 80px; height: 100px; line-height: 100px; font-weight: bold; color: #eee; text-transform: uppercase; margin-bottom: -25px; }
.t_01 .f_02 { font-size: 40px; font-weight: lighter; color: #000; position: relative; }
.t_01 .f_02::after { content: ""; width: 60px; height: 1px; background: #d91e17; position: absolute; top: 0; left: -30px;
 -webkit-transform: rotate(-45deg); /* 旋转 45 度 */
	-moz-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	     transform: rotate(-45deg); }

/* 02 */
.t_02 { font-size: 50px; font-weight: lighter; color: #000; position: relative; margin-left: 31px; }
.t_02::after { content: ""; width: 60px; height: 1px; background: #d91e17; position: absolute; top: 10px; left: -40px;
 -webkit-transform: rotate(-45deg); /* 旋转 45 度 */
	-moz-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	     transform: rotate(-45deg); }

/* 03 */
.t_03 { text-align: center; }
.t_03 .img { display: inline-block; max-width: 120px; }
.t_03 .img img { width: 100%; }
.t_03 .f_01 { font-size: 30px; margin: 25px 0 35px; }

@media (max-width: 1366px) {
	.t_01 .f_01 { font-size: 60px;height: 60px;  line-height: 60px; margin-bottom: -18px; }
	.t_01 .f_02 { font-size: 30px; }
	.t_01 .f_02::after { width: 44px; left: -22px; }
	
	.t_02 { font-size: 40px;  margin-left: 31px; }
	.t_02::after { width: 50px; top: 10px; left: -40px; }
	
}
@media (max-width: 1024px) {
	.t_01 .f_01 { font-size: 40px;height: 40px;  margin-bottom: -10px; }
	.t_01 .f_02 { font-size: 26px; }
	.t_01 .f_02::after { width: 30px; left: -15px; }
	
	.t_02 { font-size: 30px;  margin-left: 15px; }
	.t_02::after { width: 30px; top: 5px; left: -20px; }
	
}
@media (max-width:  768px) {
	.t_01 .f_01 { font-size: 24px;height: 30px;  margin-bottom: 5px; }
	.t_01 .f_02 { font-size: 20px; padding-left: 10px; }
	.t_01 .f_02::after { width: 3px; height: 19px; top: 1px; left: 0;
	 -webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		 -ms-transform: rotate(0deg);
			 transform: rotate(0deg); }
	
	.t_02 { font-size: 20px; padding-left: 10px; margin-left: 0; }
	.t_02::after { width: 3px; height: 19px; top: 1px; left: 0;
	 -webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		 -ms-transform: rotate(0deg);
			 transform: rotate(0deg); }	
}

/* title style 3 */
.title_03 { text-align: center; }
.title_03 .img { display: inline-block; width: 120px; height: 120px; overflow: hidden; }
.title_03 .img img { width: 100%; }
.title_03 .f_01 { color: #000; font-size: 30px; line-height: 32px; height: 32px; overflow: hidden; margin: 25px 0 35px; }
@media (max-width: 1366px) {
	.title_03 .img { width: 100px; height: 100px; }
	.title_03 .f_01 { font-size: 24px; line-height: 26px; height: 26px; margin: 20px 0 30px; } 
}
@media (max-width: 1024px) {
	.title_03 .img { width:  80px; height:  80px; }
	.title_03 .f_01 { font-size: 22px; line-height: 24px; height: 24px; margin: 15px 0 25px; } 
}
@media (max-width:  768px) {
	.title_03 .img { width:  60px; height:  60px; }
	.title_03 .f_01 { font-size: 18px; line-height: 18px; height: 18px; margin: 10px 0 20px; } 
}

/* ---- padding box ---- */
.common { padding: 0 70px; }
.common_02 { padding: 0 10%; }
@media (max-width: 1366px) {
	.common { padding: 0 70px; }
	.common_02 { padding: 0 40px; }
}
@media (max-width: 1024px) {
	.common,
	.common_02 { padding: 0 30px; }
}
@media (max-width: 768px) {
	.common,
	.common_02 { padding: 0 10px; }
}

.com { padding: 0 70px; }
.com_02 { padding: 0 10%; }
@media (max-width: 1366px) {
	.com_02 { padding: 0 70px; }
}
@media (max-width: 1024px) {
	.com, .com_02 { padding: 0 30px; }
}
@media (max-width:  768px) {
	.com, .com_02 { padding: 0 10px; }
}

/* ---- 当前位置 ---- */
.location { position: relative; overflow: hidden; width: 100%; padding: 20px 70px; height: 60px; }
.location a { position: relative; display: inline-block; font-size: 15px; line-height: 20px; height: 20px; margin-left: 0px; color: #333; }
.location a:hover { color: #d91e17; text-decoration: underline; }
.location a:nth-of-type(1) { margin-left: 0; }
@media (max-width: 1024px) {
	.location { padding: 20px 30px; }
}
@media (max-width: 768px) {
	.location { display: none; }
}

/* ---- 首页 - canvas 背景动画 ---- */
.container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
@media (max-width: 768px) {
	.container { display: none; }
}

/* ---- 页面顶部 ---- */
.head { position: relative; width: 100%; height: 70px; background: #000; padding: 0 70px; z-index: 100; }
.head .head_width { position: relative; padding: 0 100px 0 200px; }

/* logo */
.logo { display: block; width: 200px; height: 100px; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 102; }
.logo img { width: 100%; }

/* tool */
.tool { display: block; width: 330px; height: 70px; overflow: hidden; position: absolute; top: 0; right: 0; padding-top: 10px; }
.top_tel{ float: left; color: #fff; font-size: 16px;height: 60px; line-height: 58px; }
.tool li { display: block; float: left; width: 50px; height: 60px; line-height: 58px; text-align: right; }
.tool li a { color: #fff; font-size: 14px; }
.tool li a:hover { text-decoration: underline; }
.tool li a img { opacity: .7; }
.tool li a:hover img { opacity: 1; }

/* 搜索 */
.search_bg { position: absolute; overflow: hidden; width: 100%; height: 0; background: #444; left: 0; top: 70px; padding: 0 70px 0 270px; text-align: center; z-index: 101; }
.search_bg .search_box { display: inline-block; width: 500px; height: 40px; overflow: hidden; border-radius: 3px; margin-top: 10px; }
.search_bg .search_box input { width: 460px; height: 100%; height: 40px; float: left; border-width: 0; padding: 0 15px; font-size: 14px; color: #666;  background: #fff; }
.search_bg .search_box button { width: 40px; height: 100%; float: left; background: #d91e17; border-width: 0; cursor: pointer; font-size: 16px; color: #fff; }
.search_bg .search_close { width: 40px; height: 40px; line-height: 38px; text-align: right; float: right; cursor: pointer; margin-top: 10px; }
.search_bg .search_close img { max-width: 24px; opacity: .7;
	-o-transform: rotate( 0deg ); 
	-ms-transform: rotate( 0deg ); 
	-moz-transform: rotate( 0deg ); 
	-webkit-transform: rotate( 0deg ); 
	transform: rotate( 0deg ); }
.search_bg .search_close:hover img { opacity: 1; 
	-o-transform: rotate( 180deg ); 
	-ms-transform: rotate( 180deg ); 
	-moz-transform: rotate( 180deg ); 
	-webkit-transform: rotate( 180deg );
	transform: rotate( 180deg ); }

/* 导航栏 */
.nav { display: block; width: 100%; padding: 10px 10px 0; margin: 0 auto 0 50px; max-width: 1000px; }
.nav .nav_li { display: block; float: left; width: 12.5%; text-align: center; position: relative; }
.nav .nav_li a.nav_a { display: inline-block; position: relative; color: #fff; font-size: 15px; height: 60px; line-height: 58px; }
.nav .nav_li a.nav_a::after { content: ""; width: 0; height: 2px; background: #d91e17; position: absolute; left: 50%; bottom: 10px; }
.nav .nav_li:hover a.nav_a::after,
.nav .nav_li a.nav_a.nav_on::after { width: 100%; left: 0; }

/* 二级导航 */
.nav .nav_submenu { position: absolute; overflow: hidden; width: 200px; height: 0; left: 50%; display: block; margin-left: -100px; text-align: center; background: #666; z-index: 102; }
.nav .nav_submenu a { display: block; font-size: 14px; color: #ccc; line-height: 36px; height: 36px; overflow: hidden; border-bottom: 1px solid #6c6c6c; }
.nav .nav_submenu a:hover { color: #fff; background: #d91e17; border-color: #d91e17; }
@media (max-width:1680px) {
.nav { display: block; width: 100%; padding: 10px 10px 0; margin: 0 auto 0 10px; max-width: 900px; }
	}
	
@media (max-width:1440px) {
	.tool { display: block; width: 280px; height: 70px; overflow: hidden; position: absolute; top: 0; right: 0; padding-top: 10px; }
.nav { display: block; width: 100%; padding: 10px 0px 0; margin: 0 auto 0 10px; max-width: 700px; }
	.top_tel{ float: left; color: #fff; font-size: 13px;height: 60px; line-height: 58px; }
	.nav .nav_li a.nav_a { font-size: 14px; }
	.nav .nav_submenu a { font-size: 13px; }
}
@media (max-width:1024px) {
	.head { padding: 0 30px; }
	.search_bg { padding: 0 30px 0 230px; }
	.search_bg .search_box { width: 400px; }
	.search_bg .search_box input { width: 360px; }
}
@media (max-width:768px) {
	.head { padding: 0 15px; }
	.tool { display: none; }
	.nav { display: none; }
	.head { height: 80px; background: #fff; }
	.logo { height: 70px; }
	.logo img { height: 70px; width: auto; }
}
@media (max-width:500px) {
	.logo { left: -10px; }
}

/* ---- 页面底部 ---- */
.foot { background: #000; border-top: 5px solid #b20309; padding-top: 25px; }

/* 主体部分 */
.foot .foot_top { padding: 0 70px; position: relative; }

/* 导航列表 */
.foot .foot_list { float: left; width: 60%; position: relative; overflow: hidden; }
.foot .foot_list ul { display: block; width: 25%; float: left; color: #fff; margin-bottom: 20px; }
.foot .foot_list ul:nth-of-type(4) { height: 205px; /* 185 + 20 */ margin-bottom: 0; }
.foot .flist_title { font-size: 15px; color: #fff; font-weight: bold; margin-bottom: 15px; line-height: 20px; height: 20px; overflow: hidden;}
.foot .foot_list ul li { height: 20px; overflow: hidden; margin-bottom: 10px; padding-right: 10px; }
.foot .foot_list ul li a { display: inline-block; color: #999; font-size: 14px; line-height: 20px; }
.foot .foot_list ul li a:hover { color: #d91e17; text-decoration: underline; }

/* 底部右侧 */
.foot .foot_right { float: right; position: relative; display: inline-block; padding-right: 70px; max-width: 40%; }

/* 返回顶部 */
.foot .to_top { width: 90px; height: 60px; background: #000; position: absolute; top: -90px; /* 60 + 25 + 5 */ right: 0; color: #ddd; text-align: center; line-height: 20px; cursor: pointer; padding-top: 10px; z-index: 100; }
.foot .to_top:hover { color: #fff; background: #b20309; }

/* 标题栏 */
.foot .foot_rtitle { font-size: 15px; color: #fff; font-weight: bold; margin-bottom: 15px; line-height: 20px; height: 20px; overflow: hidden;}

/* 联系信息 */
.foot .contact { position: relative; overflow: hidden; padding-left: 140px; }

/* 二维码 */
.foot .contact_2wm { width: 120px; height: 120px; overflow: hidden; position: absolute; top: 0; left: 0; }
.foot .contact_2wm .shadow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .3; cursor: pointer; }
.foot .contact_2wm:hover .shadow { opacity: 0; }

/* 联系方式 */
.foot .contact_list { display: block; min-height: 130px; margin-bottom: 50px; }
.foot .contact_list li { display: block; position: relative; padding: 5px 0 5px 35px; cursor: pointer; }
.foot .contact_list .img { width: 24px; height: 24px; overflow: hidden; position: absolute; top: 3px; left: 0; }
.foot .contact_list .img img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.foot .contact_list .img img:nth-of-type(1) { opacity: 1; }
.foot .contact_list .img img:nth-of-type(2) { opacity: 0; }
.foot .contact_list li:hover .img img:nth-of-type(1) { opacity: 0; }
.foot .contact_list li:hover .img img:nth-of-type(2) { opacity: 1; }
.foot .contact_list .f_01 { font-size: 14px; color: #999; line-height: 20px; text-align: left; }
.foot .contact_list li:hover .f_01 { color: #d91e17; text-decoration: underline; }
.foot .foot_rt_01 { display: block; color: #fff; margin-bottom: 20px; }

/* 关联企业 (下拉菜单) */
.foot .select { width: 100%; max-width: 386px; height: 36px; line-height: 34px; position: relative; z-index: 2; }
.foot .select_box { width: 100%; height: 100%; position: relative; padding: 0 36px 0 0; cursor: pointer; }
.foot .select_font { font-size: 15px; color: #777; border: 1px solid #bbb; background: #fff; padding: 0 5px; border-radius: 3px 0 0 3px; border-right-width: 0; height: 36px; overflow: hidden; }
.foot .select_font.select_radius { border-radius: 3px 0 0 0; border-bottom-color: #bbb; }
.foot .select_img { position: absolute; top: 0; right: 0; background: #e30610; width: 36px; height: 36px; border-radius: 0 3px 3px 0; line-height: 32px; }
.foot .select_img > img.select_rotate {
	-ms-transform: rotate( 180deg );
	-moz-transform: rotate( 180deg );
	-webkit-transform: rotate( 180deg );
	-o-transform: rotate( 180deg );
	transform: rotate( 180deg ); }
.foot .select_ul { display: block; width: 350px; height: 0; border: 1px solid #bbb; border-top-width: 0; border-bottom-width: 0; background: #eee; overflow-x: hidden; border-radius: 0 0 3px 3px; }
.foot .select_ul li { display: block; width: 100%; height: 30px; line-height: 28px; font-size: 14px; color: #aaa; padding-left: 5px; border-bottom: 1px dashed #ddd; cursor: pointer; }
.foot .select_ul li:nth-last-child(1) { border-bottom-width: 0; }
.foot .select_ul li:hover { background: rgba(0,0,0,.05); color: #777; }
.foot .select_ul::-webkit-scrollbar-track-piece { width: 4px; background-color: #f8f8f8; } /* 滚动条 */
.foot .select_ul::-webkit-scrollbar { width: 4px; background-color: #d91e17; }
.foot .select_ul::-webkit-scrollbar-thumb { width: 4px; background-color: #d91e17; }
.foot .select_ul::-webkit-scrollbar-thumb:hover { width: 4px; background-color: #d91e17; }

/* 版权所有 & 技术支持 */
.foot .foot_bottom { padding: 0 70px; border-top: 1px solid #333; }
.foot .foot_bottom  .foot_bbox { position: relative; overflow: hidden; padding: 25px 350px 25px 0; min-height: 70px; }
.foot .foot_bottom  .foot_bleft { color: #999; font-size: 14px; line-height: 20px; }
.foot .foot_bottom  .foot_bright { position: absolute; top: 0; right: 0; width: 300px; height: 70px; text-align: right; font-size: 0; z-index: 1; }
.foot .foot_bottom  .foot_bimg { display: inline-block; width: 160px; height: 70px; overflow: hidden; line-height: 68px; }
.foot .foot_bottom  .foot_bfont { display: inline-block; max-width: 140px; height: 70px; overflow: hidden; line-height: 68px; color: #fff; font-weight: bold; font-size: 16px; letter-spacing: 2px; }
.foot_link { padding: 20px 70px; font-size: 12px; }
.foot_link span { display: inline-block; color: #999; position: relative; padding-left: 10px; }
.foot_link span::after { content: ""; width: 3px; height: 13px; background: #d91e17; position: absolute; top: 4px; left: 0; }
.foot_link a { color: #999; margin: 0 0px 0px; display: inline-block; }
.foot_link a:hover { color: #d91e17; text-decoration: underline; }
@media (max-width:1024px) {
	.foot .foot_top { padding: 0 30px; }
	.foot .foot_list { width: 100%; display: none; }
	.foot .foot_right { width: 100%; float: left; max-width: none; margin-bottom: 20px; padding-right: 0; }
	.foot .to_top { display: none; }
	.foot .contact_list { margin-bottom: 10px; }
	.foot .foot_bottom { padding: 0 30px; }
	.foot .foot_r01 { width: 50%; float: left; }
	.foot .foot_r02 { width: 50%; float: left; }
	.foot_link { padding: 10px 30px;  display: none;}
	.foot .foot_rt_01 { font-size: 14px; margin-bottom: 10px; }
}
@media (max-width:768px) {
	.foot .foot_top { padding: 0 10px; }
	.foot .foot_bottom { padding: 0 10px; }
	.foot .foot_r01 { width: 100%; }
	.foot .foot_r02 { width: 100%; }
	.foot_link { padding: 10px 10px; font-size: 14px; }
}
@media (max-width:480px) {
	.foot_r01 .foot_rt_01:nth-of-type(1) { text-align: center; }
	.foot .contact { padding-left: 0; }
	.foot .foot_r01 .foot_rtitle { text-align: center; }
	.foot .contact_2wm { position: relative; margin: 0 auto 10px; }
	.foot .select_ul { width: 90%; }
	.foot .select_box { padding: 0 10% 0 0; }
	.foot .select_img { width: 10%; }
	.foot .foot_bottom .foot_bbox { padding: 15px 0 0; }
	.foot .foot_bottom .foot_bright { position: relative; width: 100%; text-align: left; }
}

/* ---- 右侧悬浮 ---- */
.zxkf { position: fixed; width: 78px; right: 0; top: 50%; margin-top: -200px; z-index: 100; border: 1px solid #e0e0e0; background: #fff; border-bottom: 0; }
.zxkf ul li { width: 78px; height: 78px; float: left; position: relative; border-bottom: 1px solid #e0e0e0; color: #333; font-size: 14px; line-height: 38px; text-align: center; transition: all .3s; cursor: pointer; }
.zxkf ul li:hover { background: #d91e17; color: #fff; }
.zxkf ul li:hover a { color: #fff; }
.zxkf ul li i { height: 25px; margin-bottom: 1px; display: block; overflow: hidden; background-repeat: no-repeat; background-position: center center; background-size: auto 25px; margin-top: 14px; transition: all .3s; }
.zxkf ul li i.bgs1 { background-image: url(../images/kefu/right_pic5.png); }
.zxkf ul li i.bgs2 { background-image: url(../images/kefu/right_pic7.png); }
.zxkf ul li i.bgs3 { background-image: url(../images/kefu/right_pic2.png); }
.zxkf ul li i.bgs4 { background-image: url(../images/kefu/right_pic1.png); }
.zxkf ul li i.bgs5 { background-image: url(../images/kefu/right_pic3.png); }
.zxkf ul li i.bgs6 { background-image: url(../images/kefu/right_pic6_on.png); }
.zxkf ul li:hover i.bgs1 { background-image: url(../images/kefu/right_pic5_on.png); }
.zxkf ul li:hover i.bgs2 { background-image: url(../images/kefu/right_pic7_on.png); }
.zxkf ul li:hover i.bgs3 { background-image: url(../images/kefu/right_pic2_on.png); }
.zxkf ul li:hover i.bgs4 { background-image: url(../images/kefu/right_pic1_on.png); }
.zxkf ul li:hover i.bgs5 { background-image: url(../images/kefu/right_pic3_on.png); }
.zxkf ul li.zxkftop { background: #d91e17; color:#fff; }
.zxkf ul li.zxkftop:hover { opacity: .8; filter: Alpha(opacity=80); }
.zxkf ul li.zxkfewm .ewBox { width: 155px; height: 155px; display: none; color: #363636; text-align: center; position: absolute; left: -158px; top: 0; border: 1px solid #e0e0e0; }
.zxkf ul li.zxkfewm .ewBox img { width: 100%; }
.zxkf ul li.zxkfetel .telBox { width: 240px; height: auto; display: none; color: #fff; text-align: left; position: absolute; left: -240px; top: 0px; background: #d91e17; }
.zxkf ul li.zxkfetel .telBox dd { display: block; height: auto; overflow: hidden; padding-left: 82px; line-height: 24px; font-size: 16px; }
.zxkf ul li.zxkfetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin:13px 0px 0px 0px;font-size:18px}
.zxkf ul li.zxkfetel .telBox dd.bgs1 { background: url(../images/kefu/right_pic8.png) 28px center no-repeat; padding-bottom: 13px; background-color: #d91e17; }
.zxkf ul li:hover .ewBox { display:block!important; animation:fadein 1s; }
@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
.zxkf ul li:hover .telBox { display: block!important; animation: fadein 1s; }
@keyframes fadein { from { opacity:0; } to { opacity: 1; } }
@media (max-width: 768px) {
	.zxkf{display: none;}	
}
/*在线客服*/
.nav-fixed { display: none;}
@media (max-width: 768px) {
	.nav-fixed { position: fixed; display: block; display: none; z-index: 999; bottom: 0; width: 100%; height: 60px; max-width: 640px; background: rgba(0,0,0,.9); border-top: 1px solid #e8e8e8; }
	.purchase-fixed { border: none; }
	.nav-fixed a { float: left; width: 20%; height: 60px; padding-top: 10px; text-align: center; }
	.nav-fixed a img { width: 20px; height:20px; margin: 0 auto; }
	.nav-fixed a:nth-child(3) img { width: 80px; height:80px; margin: -30px auto 0px  auto; }	
	.nav-fixed a p { width: 100%; display: block; font-size: 12px; line-height:16px; color: #fff; padding-top: 5px; text-align: center; }
	.nav-fixed a:active { background-color: #e8e8e8; }
	.nav-fixed a.active p{ color: #fff; }
	.nav-fixed a.active img{ -webkit-filter: none; -moz-filter: none; -ms-filter: none; -o-filter: none; filter: none; }
}	

/* ------------------------------ (01) 网站首页 ------------------------------ */

/* ---- (01) 首页 banner ---- */
.index_ban { width: 100%; position: relative; }
.sw_01.swiper-container {  }
.sw_01.swiper-slide { background: #000 ;width: 100%; height:auto; }
.sw_01 .swiper_link { display: block; width: 100%; height: 0; padding-bottom: 45%; overflow: hidden; position: relative; }
.sw_01 .swiper_link .bg { position: absolute; left: 0 ; top: 0; width:100%; z-index: -1; }
/* 文字 */
.ani_01 { color: #0b318c; font-size: 50px; line-height: 70px; font-weight: lighter; text-align: center; position: absolute; left: 0; top: 18%; width: 100%; opacity: 1; }
.ani_02 { text-align: center; position: absolute; left: 0; top: 30%; width: 100%; }
.ani_03 { color: #333; font-size: 32px; font-weight: lighter; text-align: center; position: absolute; left: 0; top: 40%; width: 100%; }
.ani_04 { color: #222; font-size: 28px; text-align: center; position: absolute; left: 0; top: 50%; width: 100%; }
.ani_05 { color: #000; font-size: 26px; text-align: center; position: absolute; left: 0; top: 60%; width: 100%; }
.ani_05 span { display: inline-block; border: 2px solid #000; width: 180px; height: 45px; border-radius: 45px; line-height: 37px; transition: all .5s; -ms-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s }
.ani_05 span:hover { border-color: #d91e17; color: #d91e17; }
/* swiper */
.sw_01.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 8px; }
.sw_01.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 20px; }
.sw_01 .swiper-pagination-bullet { width: 10px; height: 25px; border-radius: 5px; background: #7d7d7d; opacity: .9; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.sw_01 .swiper-pagination-bullet-active { width: 10px; height: 40px; background: #d91e17; }
.sw_01 .swiper-button-prev { opacity: 1; display: none; }
.sw_01 .swiper-button-next { opacity: 1; display: none; }
.sw_01 .swiper-button-prev { width: 50px; height: 50px; line-height: 50px; background: url(../images/jtl2.png) no-repeat center; text-align: center; }
.sw_01 .swiper-button-next { width: 50px; height: 50px; line-height: 50px; background: url(../images/jtr2.png) no-repeat center; text-align: center; }
.sw_01 .swiper-button-prev.swiper-button-disabled { opacity: 1; background: url(../images/jtl1.png) no-repeat center; }
.sw_01 .swiper-button-next.swiper-button-disabled { opacity: 1; background: url(../images/jtr1.png) no-repeat center; }
@media (max-width: 1366px) {
	.ani_02 img { height: 45px; }
}
@media (max-width: 1200px) {
	.ani_01 { font-size: 40px; }
	.ani_02 img { height: 35px; }
	.ani_03 { font-size: 26px; }
	.ani_04 { font-size: 22px; }
	.ani_05 { font-size: 20px; }
	.ani_05 span { width: 150px; height: 36px; border-radius: 36px; line-height: 28px; }
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
	.ani_01 { animation: no 0s; font-size: 30px; }
	.ani_02 { animation: no 0s; }
	.ani_02 img { height: 25px; }
	.ani_03 { animation: no 0s; font-size: 20px; }
	.ani_04 { animation: no 0s; font-size: 18px; }
	.ani_05 { animation: no 0s; font-size: 16px; }
	.ani_05 span { border-width: 1px; }
}
@media (max-width: 480px) {
	.ani_01 { font-size: 20px; height: 40px; line-height: 40px; top: 7%; }
	.ani_02 { top: 25%; }
	.ani_02 img { height: 15px; }
	.ani_03 { font-size: 12px; overflow: hidden; line-height: 15px; height: 15px; }
	.ani_04 { font-size: 12px; top: 55%; }
	.ani_05 { font-size: 12px; top: 70%; }
	.ani_05 span { width: 100px; height: 24px; border-radius: 24px; line-height: 20px; }
	.sw_01.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 6px; }
	.sw_01.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 5px; text-align: right; padding-right: 5px; }
	.sw_01 .swiper-pagination-bullet { width: 10px; height: 15px; border-radius: 5px; background: #7d7d7d; opacity: .9; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
	.sw_01 .swiper-pagination-bullet-active { width: 10px; height: 20px; background: #d91e17; }
}

/* ---- (02) 博纳集团 ABOUT US ---- */
.index_02 { background-size: cover; background-position: center bottom; position: relative; overflow: hidden; padding: 0 60% 0 10%; }
.index_02 .left { margin: 100px 0; }
.index_02 .main { margin: 30px 0 20px; font-size: 16px; line-height: 30px; color: #333; }
.index_02 .num { display: block; }
.index_02 .num li { display: block; width: 47%; float: left; background: #fff; border: 1px solid #ccc; padding: 5px; text-align: center; height: 145px; overflow: hidden; }
.index_02 .num li:nth-of-type(1) { margin-right: 6%; }
.index_02 .num .img { height: 60px; overflow: hidden; margin-bottom: 8px; }
.index_02 .num .f_01 { font-size: 16px; color: #000; font-weight: bold; line-height: 25px; height: 50px; }
.index_02 .num .f_01 span { font-size: 36px; }
.index_02 .right { position: absolute; top: 0; right: 0; width: 55%; overflow: hidden; }
.index_02 .more_a { display: inline-block; color: #d91e17; font-size: 16px; margin-top: 40px; }
.index_02 .more_a img { margin-left: 15px; }
.index_02 .more_a:hover { color: #d91e17; text-decoration: underline; }
.index_02 .more_a:hover img { margin-left: 25px; }
.sw_02.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 8px; }
.sw_02.swiper-container-horizontal > .swiper-pagination-bullets,.swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; text-align: left; padding-left: 20px; }
.sw_02 .swiper-pagination-bullet { width: 10px; height: 10px; border-radius: 50%; background: #fff; opacity: 1; }
.sw_02 .swiper-pagination-bullet-active { width: 10px; height: 10px; background: #d91e17; }
.sw_02 .swiper_link { display: block; width: 100%; height: 0; padding-bottom: 55%; overflow: hidden; position: relative; }
.sw_02 .swiper_link .shadow { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0; }
.sw_02 .swiper_link:hover .shadow { opacity: .3; }
@media (max-width: 1440px) {
	.index_02 { padding: 0 60% 0 70px; }
	.index_02 .left { margin: 60px 0; }
}
@media (max-width: 1024px) {
	.index_02 { padding: 0 30px 30px 30px; }
	.index_02 .left { margin: 30px 0 0; }
	.index_02 .main { font-size: 14px; line-height: 24px; color: #333; }
	.index_02 .num { width: 100%; max-width: 500px; margin-left: auto; margin-right: auto; margin-top: 20px; margin-bottom: 20px; }
	.index_02 .num .f_01 { font-size: 14px; line-height: 20px; }
	.index_02 .num .f_01 span { font-size: 30px; }
	.index_02 .num li { padding: 5px; height: 135px; }
	.index_02 .right { position: relative; width: 100%; }
	.sw_02.swiper-container { width: 80%; margin: 0 auto; }
	.sw_02.swiper-container-horizontal > .swiper-pagination-bullets,.swiper-pagination-custom, .swiper-pagination-fraction { text-align: center; padding-right: 0; }
	.index_02 .more_a { font-size: 14px; margin-left: auto; margin-right: auto; display: block; width: 100px; margin-top: 20px; }
	.index_02 .more_a img { height: 18px; }
}
@media (max-width: 768px) {
	.index_02 { padding: 0 10px 30px 10px; }
	.index_02 .left { margin: 15px 0 0; }
	.index_02 .main { margin-top: 10px; color: #555; }
	.index_02 .num { margin-top: 15px; margin-bottom: 15px; }
	.index_02 .num li { width: 49%; padding: 5px; height: 125px; }
	.index_02 .num li:nth-of-type(1) { margin-right: 2%; }
	.index_02 .num .img { height: 50px; margin-bottom: 8px; overflow: hidden; }
	.index_02 .num .img img { height: 100%; }
	.index_02 .num .f_01 span { font-size: 24px; }
	.sw_02.swiper-container { width: 100%; }
}

/* ---- (03) 产品展示 PRODUCT ---- */
.index_03 { padding: 60px 0 70px 0; position: relative; overflow: hidden; }

.sw_03.swiper-container { background: #fff; padding: 40px 0; }
.sw_03.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 8px; }
.sw_03.swiper-container-horizontal > .swiper-pagination-bullets,.swiper-pagination-custom, .swiper-pagination-fraction { bottom: 0;}
.sw_03 .swiper-pagination-bullet { width: 12px; height: 12px; border-radius: 50%; background: rgba(0,0,0,.3); opacity: 1; }
.sw_03 .swiper-pagination-bullet-active { width: 12px; height: 12px; background: #d91e17; }

/* 产品展示 & 产品中心 - 列表页 */
.prod_a { display: block; position: relative; overflow: hidden; }
.prod_a .div01 { padding-top: 20px; }
.prod_a .img { width: 100%; height: 0; padding-bottom: 91.85%; position: relative; overflow: hidden; margin-bottom: 5px; }
.prod_a .img img { width: 100%; }
.prod_a .div01 .f_01 { text-align: center; padding: 10px 20px; }
.prod_a .div01 .f_01 span { display: block; font-size: 14px; line-height: 20px; height: 40px; overflow: hidden; }
.prod_a .div02 { width: 100%; height: 100%; position: absolute; top: 0; left: 100%; background: rgba(217,30,23,.7); color: #fff; text-align: center; padding: 0 30px; }
.prod_a:hover .div02 { left: 0; }
.prod_a .div02 .f_01 { font-size: 22px; line-height: 30px; height: 60px; overflow: hidden; margin-top: 35%; }
.prod_a .div02 .f_02 { font-size: 14px; line-height: 20px; height: 80px; overflow: hidden; margin: 5% 0 10%; text-align: left; }
.prod_a .div02 .f_03 span { display: inline-block; width: 100px; height: 26px; border-radius: 26px; border: 1px solid #fff; line-height: 24px; font-size: 14px; overflow: hidden; }
.prod_a .div02 .f_03 span:hover { width: 130px; }
@media (max-width: 1366px) {
	.sw_03.swiper-container { padding: 20px 0; }
	.index_03 { padding: 30px 0 30px 0; }
}
@media (max-width: 768px) {
	.prod_a .div01 { padding-top: 5px; }
	.prod_a .div01 .f_01 { padding: 5px 5px; }
	.prod_a .div02 .f_01 { font-size: 16px; line-height: 25px; height: 50px; }
	.index_03 { padding: 15px 0 20px 0; }
}
@media (max-width: 500px) {
	.prod_a .div01 .f_01 span { font-size: 12px; line-height: 15px; height: 30px; }
	.prod_a .div02 { padding: 0 5px; }
	.prod_a .div02 .f_01 { margin-top: 15%; }
	.prod_a .div02 .f_02 { font-size: 12px; line-height: 15px; height: 60px; margin: 5% 0 10%; }
	.prod_a .div02 .f_03 span { width: 80px; font-size: 12px; }
	.prod_a .div02 .f_03 span:hover { width: 100px; }
}

/* ---- (04) 解决方案 ---- */
.sw_04 .swiper_link { display: block; width: 100%; height: 0; padding-bottom: 67%; overflow: hidden; position: relative; }
.sw_04 .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.sw_04 .bg img { width: 100%; } /* 背景图片 */
.sw_04 .div01 { position: absolute; top: 50%; margin-top: -115px; left: 0; width: 100%; overflow: hidden; text-align: center; }
.sw_04 .img { height: 160px; overflow: hidden; }
.sw_04 .img img { height: 100%; }
.sw_04 .div01 .f_01 { color: #fff; font-size: 20px; line-height: 30px; height: 30px; overflow: hidden; }
.sw_04 .swiper_link:hover .div01 { left: -100%; }
.sw_04 .div02 { position: absolute; top: 0; left: 100%; width: 100%; height: 100%; overflow: hidden; background: rgba(217,30,23,.5); color: #fff; text-align: center; }
.sw_04 .main { position: absolute; top: 50%; margin-top: -100px; left: 0; width: 100%; }
.sw_04 .main .f_01 { font-size: 21px; line-height: 40px; height: 40px; overflow: hidden; }
.sw_04 .main .f_02 { font-size: 15px; line-height: 25px; height: 75px; overflow: hidden; padding: 0 70px; margin: 25px 0 15px; }
.sw_04 .main .f_03 { font-size: 16px; display: inline-block; border: 2px solid #fff; width: 160px; height: 35px; line-height: 30px; overflow: hidden; border-radius: 35px; }
.sw_04 .main .f_03:hover { width: 220px; }
.sw_04 .swiper_link:hover .div02 { left: 0; }
@media (max-width: 1366px) {
	.sw_04 .div01 { margin-top: -70px; }
	.sw_04 .img { height: 100px; }
	.sw_04 .mian { margin-top: -80px; }
	.sw_04 .div01 .f_01 { font-size: 16px; line-height: 20px; height: 20px; }
	.sw_04 .main .f_01 { font-size: 16px; line-height: 30px; height: 30px; }
	.sw_04 .main .f_02 { font-size: 14px; line-height: 20px; height: 60px; padding: 0 20px; margin: 15px 0 15px; }
	.sw_04 .main .f_03 { font-size: 14px; border: 1px solid #fff; width: 120px; height: 30px; line-height: 26px; border-radius: 30px; }
	.sw_04 .main .f_03:hover { width: 140px; }
}
@media (max-width: 1024px) {
	.sw_04 .main { margin-top: -75px; }
}

/* ---- (05) 新闻动态 NEWS ---- */
.index_05 { position: relative; padding: 60px 70px 70px; }
.index_05 .news_more { font-size: 16px; color: #d91e17; font-weight: normal; position: absolute; bottom: 10px; right: 0;}
.index_05 .news_more img { margin-left: 20px; }
.index_05 .news_more:hover img { margin-left: 30px; }
.index_05 .t_01 .f_02 .news_more:hover { text-decoration: underline; }

.sw_05.swiper-container { padding: 40px 0 40px; }
.sw_05.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 8px; }
.sw_05.swiper-container-horizontal > .swiper-pagination-bullets,.swiper-pagination-custom, .swiper-pagination-fraction { bottom: 0;}
.sw_05 .swiper-pagination-bullet { width: 12px; height: 12px; border-radius: 50%; background: rgba(0,0,0,.3); opacity: 1; }
.sw_05 .swiper-pagination-bullet-active { width: 12px; height: 12px; background: #d91e17; }

/* 新闻动态 & 新闻动态 - 列表页 */
.news_a { display: block; padding: 15px; background: #fafafa; box-shadow: 4px 4px 15px rgba(0,0,0,.15); }
.news_a:hover { background: #f8f8f8; }
.news_a .img { width: 100%; height: 0; padding-bottom: 55%; overflow: hidden; position: relative; }
.news_a .img > img { position: absolute; width: 100%; top: 0; left: 0; }
.news_a .shadow { width: 100%; height: 100%; background: #000; opacity: 0; position: absolute; }
.news_a:hover .shadow { opacity: .3; }
.news_a .div01 { padding: 0 0 0 100px; position: relative; margin: 30px 0 50px; }
.news_a .div01 .news_time { position: absolute; top: -5px; left: 0; width: 100px; color: #777; }
.news_a .div01 .news_time .d1 { font-size: 50px;  line-height: 50px; display: block; width: 100%; }
.news_a .div01 .news_time .d2,
.news_a .div01 .news_time .d3 { line-height: 20px; font-size: 14px; }
.news_a .f_01{font-size: 16px; line-height: 20px; height: 40px; overflow: hidden; color: #000; font-weight: bold; margin-bottom: 5px; }
.news_a .line { width: 100%; height: 1px; background: #e2e2e2; }
.news_a:hover .f_01 { color: #fa3e2b; }
.news_a .div02 { width: 130px; height: 36px; line-height: 34px; display: inline-block; border: 1px solid #fa3e2b; color: #fa3e2b; text-align: center; font-size: 14px; position: relative; margin-bottom: 40px; }
.news_a:hover .div02 { width: 200px; }
.news_a .icon { width: 58px; height: 9px; position: absolute; overflow: hidden; top: 50%; margin-top: -5px; right: -29px; z-index: 9; line-height: 5px; }
.news_a .icon img { width: 100%; }
@media (max-width: 1366px) {
	.index_05 { padding: 30px 70px 30px; }
	.index_05 .news_more { font-size: 14px; }
	.index_05 .news_more img { height: 18px; }
	.sw_05.swiper-container { padding: 20px 0 30px; }
	.news_a { padding: 10px; }
	.news_a .f_01 { font-size: 15px; }
	.news_a .div01 { padding: 0 0 0 65px; margin: 20px 0 25px; }
	.news_a .div01 .news_time { top: -2px; width: 70px; }
	.news_a .div01 .news_time .d1 { font-size: 30px;  line-height: 30px;}
	.news_a .div01 .news_time .d2,
	.news_a .div01 .news_time .d3 { font-size: 13px; }
	.news_a .div02 { width: 110px; height: 30px; line-height: 28px; font-size: 14px; margin-bottom: 15px; }
	.news_a:hover .div02 { width: 150px; }
}
@media (max-width: 1024px) {
	.index_05 { padding: 30px 30px 30px; }
}
@media (max-width: 768px) {
	.index_05 { padding: 20px 10px 20px; }
	.news_a .div01 { padding: 0 0 0 65px; margin: 10px 0 15px; }
	.news_a .div02 { width: 100px; height: 26px; line-height: 24px; font-size: 12px; margin-bottom: 5px; }
}

/* ---- (06) 合作伙伴 ---- */
.index_06 { background: #f4f4f4; padding: 100px 70px 70px; }

.sw_06.swiper-container { padding-bottom: 40px; width: 90%; margin: 0 auto; }
.sw_06.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 8px; }
.sw_06.swiper-container-horizontal > .swiper-pagination-bullets,.swiper-pagination-custom, .swiper-pagination-fraction { bottom: 0;}
.sw_06 .swiper-pagination-bullet { width: 12px; height: 12px; border-radius: 50%; background: rgba(0,0,0,.3); opacity: 1; }
.sw_06 .swiper-pagination-bullet-active { width: 12px; height: 12px; background: #d91e17; }
.sw_06 .swiper_link { display: block; position: relative; overflow: hidden; width: 100%; height: 0; padding-bottom: 25%; background: #fff; border: 1px solid #eee; }
.sw_06 img.img { position: absolute; top: 0; left: 0; width: 100%; z-index: 1; }
.sw_06 .shadow { position: absolute; top: 0; left: 100%; width: 100%; z-index: 2; height: 100%; background: rgba(0,0,0,.75); }
.sw_06 .swiper_link:hover .shadow { left: 0; }
.sw_06 .f_01 { width: 90%; height: 24px; line-height: 24px; overflow: hidden; text-align: center; color: #fff; font-size: 16px; position: absolute; top: 50%; margin-top: -12px; left: 5%; white-space: nowrap; text-overflow: ellipsis; }
@media (max-width: 1440px) {
	.sw_06.swiper-container { width: 100%; }
	.index_06 { padding: 80px 70px 50px; }
}
@media (max-width: 1366px) {
	.index_06 { padding: 60px 70px 30px; }
}
@media (max-width: 1024px) {
	.sw_06.swiper-container { padding-bottom: 30px; }
	.index_06 { padding: 40px 30px 20px; }
	.sw_06 .f_01 { font-size: 14px; }
}
@media (max-width: 768px) {
	.index_06 { padding: 30px 10px 20px; }
}


/* ------------------------------ (02) 走进博纳 ------------------------------ */

/* ---- (01) 集团介绍 ---- */
.about_01 { position: relative; overflow: hidden; background: #f5f5f5; }
.about_01 .left { width: 50%; float: left; overflow: hidden; position: relative; }
.about_01 .left .img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.about_01 .left .img img { height: 100%; max-width: none; }
.about_01 .left .shadow { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,.6); }
.about_01 .left .shadow .video_open { width: 80px; height: 80px; overflow: hidden; position: absolute; top: 50%; margin-top: -40px; left: 50%; margin-left: -40px; cursor: pointer; opacity: .6; }
.about_01 .left .shadow .video_open:hover { opacity: 1; }
.about_01 .right { width: 50%; float: left; position: relative; padding: 70px; }
.about_01 .right .main { color: #333; font-size: 16px; line-height: 26px; padding: 30px 0; }
.about_01 .right .num { display: block; width: 100%; max-width: 700px; }
.about_01 .right .num li { display: block; width: 47%; float: left; background: #fff; border: 1px solid #ccc; padding: 20px 15px 30px 18%; text-align: center; height: 120px; overflow: hidden; position: relative; }
.about_01 .right .num li:nth-of-type(1) { margin-right: 6%; }
.about_01 .right .num .img { height: 60px; width: 36%; overflow: hidden; margin-bottom: 8px; position: absolute; left: 0; top: 25px; text-align: center; }
.about_01 .right .num .font { font-size: 16px; color: #000; font-weight: bold; line-height: 35px; height: 70px; text-align: left; }
.about_01 .right .num .font span { font-size: 36px; }
.about_01 .right .triangle { position: absolute; top: 90px; left: -10px; width: 20px; height: 20px; background: #f5f5f5; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
/* 视频播放器 */
.video_box { width: 100%; height: 100%; position: fixed; background: rgba(0,0,0,.8); top: 0; left: 0; z-index: 200; display: none; opacity: 0; }
.video_box .video_width { width: 600px; height: 450px; position: absolute; top: 50%; margin-top: -225px; left: 50%; margin-left: -300px; cursor: pointer; }
.video_box .video_close { width: 40px; height: 40px; position: absolute; top: 50%; margin-top: -280px; right: 50%; margin-right: -360px; cursor: pointer; }
.video_box .video_close img { width: 100%; height: 100%; }
.video_box .video_close:hover img { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
@media (max-width: 1366px) {
	.about_01 .right { padding: 40px 70px 20px 30px; }
}
@media (max-width: 1024px) {
	.about_01 .left { display: none; }
	.about_01 .right { width: 100%; padding: 40px 30px; }
	.about_01 .right .main { font-size: 14px; line-height: 22px; color: #555; padding: 20px 0; }
	.about_01 .right .num { max-width: 500px; margin: 0 auto; }
	.about_01 .right .num li { padding: 20px 15px 30px 15%; height: 100px; }
	.about_01 .right .num .img { height: 50px; width: 34%; left: 0; top: 22px; }
	.about_01 .right .num .img img { height: 50px; }
	.about_01 .right .num .font { font-size: 14px; line-height: 25px; height: 50px; color: #333; }
	.about_01 .right .num .font span { font-size: 30px; }
	.about_01 .right .triangle { display: none; }
	.video_box { position: relative; display: block; opacity: 1; overflow: hidden; z-index: 1; background: #f5f5f5; padding: 0 30px 20px; }
	.video_box .video_width { position: relative; top: 0; left: 0; margin: 0 auto; display: block; width: 100%; max-width: 500px; height: auto; }
	.video_box .video_close { display: none; }
}
@media (max-width: 768px) {
	.about_01 .right { padding: 30px 10px; }
	.video_box { padding: 0 10px 20px; background: #f5f5f5; }
}
@media (max-width: 500px) {
	.about_01 .right .num li { padding: 5px; height: 120px; }
	.about_01 .right .num .img { width: 100%; margin-bottom: 0; left: 0; top: 0; position: relative; }
	.about_01 .right .num .font { text-align: center; }
	.about_01 .right .num .font span {  }
}


/* ---- (02) 企业愿景 & 集团组织架构 ---- */
.about_02 { background-repeat: no-repeat; background-position: center center; background-size: cover; height: auto; overflow: hidden; position: relative; }
.about_02 .bg { position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.about_02 .left { width: 50%; height: 100%; float: left; padding: 40px 70px; position: relative; line-height: 150px; text-align: right; }
.about_02 .right { width: 50%; height: 100%; float: left; padding: 40px 70px; position: relative; line-height: 150px; text-align: right; }
.about_02 .font_01 { display: inline-block; color: #fff; line-height: 25px; max-height: 150px; text-align: left; vertical-align: middle; font-size: 16px; z-index: 2; position: relative; }
.about_02 .t_02 { position: absolute; top: 20%; z-index: 2; color: #fff; }
.about_02 .t_02::after { background: #fff; top: 40%; }
@media (max-width: 1440px) {
	.about_02 .t_02 { position: relative; text-align: left; margin-top: 0; line-height: 56px; }
	.about_02 .font_01 { width: 100%; margin-top: 20px; }
}
@media (max-width: 1366px) {
	.about_02 .left { padding: 20px 30px 20px 70px; }
	.about_02 .right { padding: 20px 70px 20px 30px; }
	.about_02 .font_01 { margin-top: 10px; max-height: none; font-size: 14px; line-height: 22px; }
}
@media (max-width: 1024px) {
	.about_02 .left { padding: 10px 30px; }
	.about_02 .right { padding: 10px 30px 10px 60px; }
}
@media (max-width: 768px) {
	.about_02 .left { padding: 20px 10px; line-height: 22px; }
	.about_02 .right { padding: 20px 10px 20px 60px; line-height: 22px; }
	.about_02 .t_02 { line-height: 20px; }
	.about_02 .t_02::after { top: 1px; }
}
@media (max-width: 500px) {
	.about_02 .left { width: 100%; background: /*rgba(11,49,140,.66)*/ #4C65A1; }
	.about_02 .right { width: 100%; padding: 20px 15px; background: /*rgba(215,19,11,.66)*/ #D1504B; }
	.about_02 .font_01 { padding-left: 0; }
	.about_02 .bg { display: none; }
}

/* ---- (03) 领导致辞 ---- */
.about_03 { position: relative; overflow: hidden; }
.about_03 .left { width: 50%; float: left; padding: 40px 0 40px 70px; position: relative; z-index: 2; }
.about_03 .left .box { padding-right: 370px; position: relative; margin-top: 30px; }
.about_03 .left .img { position: absolute; top: 0; right: 0; width: 370px; }
.about_03 .left .img img { width: 100%; }
.about_03 .left .main { font-size: 16px; line-height: 24px; min-height: 160px; }
.about_03 .left .triangle { position: absolute; top: 50%; margin-top: -14px; right: -10px; width: 20px; height: 20px; background: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.about_03 .right { width: 50%; float: left; position: relative; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cover; z-index: 1; }
@media (max-width: 1440px) {
	.about_03 .left .img { width: 270px; }
	.about_03 .left .box { padding-right: 280px; }
}
@media (max-width: 1024px) {
	.about_03 .left { padding: 20px 0 20px 30px; width: 70%; }
	.about_03 .right { width: 30%; }
	.about_03 .left .main { font-size: 14px; line-height: 22px; color: #333; }
	.about_03 .left .box { margin-top: 15px; padding-right: 230px; }
	.about_03 .left .img { width: 200px; right: 10px; }
}
@media (max-width: 768px) {
	.about_03 { padding: 20px 10px 0; }
	.about_03 .left .main { min-height: 132px; }
	.about_03 .left { width: 100%; padding: 0; margin-bottom: 20px; }
	.about_03 .right { width: 100%; max-height: 0; padding-bottom: 42.7%; }
}
@media (max-width: 500px) {
	.about_03 { padding: 20px 10px 10px; }
	.about_03 .left .box { margin-top: 15px; padding-right: 0; }
	.about_03 .left .img { width: 100%; right: 10px; position: relative; max-width: 200px; margin: 10px auto 0; }
}

/* ---- (04) 企业文化 ---- */
.about_04 { padding-right: 350px; position: relative; overflow: hidden; }
.about_04 .left { width: 100%; padding: 40px 70px; font-size: 40px; font-weight: bold; font-style: italic; color: #D91E17; background-position: center right; background-repeat: no-repeat; background-size: cover; line-height: 60px; position: relative; }
.about_04 .left span { font-weight: lighter; color: #0B318C; }
.about_04 .right { width: 280px; overflow: hidden; position: absolute; right: 70px; top: 50%; margin-top: -25px; text-align: right; }
.about_04 .right .t_02 { display: inline-block; }
@media (max-width: 1366px) {
	.about_04 .left { padding: 10px 70px; }
}
@media (max-width: 1024px) {
	.about_04 { padding-right: 200px; }
	.about_04 .left { padding: 30px 30px; font-size: 20px; line-height: 30px; }
	.about_04 .right { margin-top: -12px; width: 150px; right: 30px; }
}
@media (max-width: 768px) {
	.about_04 { padding-right: 150px; }
	.about_04 .left { padding: 20px 10px; }
	.about_04 .right { margin-top: -10px; width: 100px; right: 15px; }
}
@media (max-width: 500px) {
	.about_04 { padding: 20px 10px; background: #E2E2E2; }
	.about_04 .left { padding: 0; font-size: 16px; font-style: normal; line-height: 22px; margin-top: 10px; }
	.about_04 .left::after { content: ""; width: 100%; height: 100%; background: #E2E2E2; top: 0; left: 0; position: absolute; z-index: 1; }
	.about_04 .left div { position: relative; z-index: 2; }
	.about_04 .right { position: relative; width: 100%; right: auto; text-align: left; margin-top: 0; }
}
.about_05 { padding: 40px 70px; }
.about_05 ul { margin-left: -50px; text-align: center; font-size: 0; }
.about_05 ul li { width: 20%; display: inline-block; padding-left: 50px; }
.about_05 .ab05_a { display: block; position: relative; overflow: hidden; width: 100%; height: 0; padding-bottom: 135%; text-align: center; color: #A6A7A9; margin: 50px 0; }
.about_05 .ab05_a .img { width: 100%; position: absolute; top: 0; left: 0; }
.about_05 .ab05_a .img img { width: 100%; }
.about_05 .ab05_a .font_01 { font-size: 22px; line-height: 24px; height: 24px; padding: 0 20%; overflow: hidden; display: none; }
.about_05 .ab05_a .font_02 { display: none;font-size: 16px; line-height: 20px; height: 40px; padding: 0 12%; overflow: hidden; margin: 7% 0 1%; }
.about_05 .ab05_a .font_03 {display: none; font-size: 14px; line-height: 20px; height: 20px; padding: 0 20%; overflow: hidden; }
.about_05 .ab05_a:hover { color: #d91e17; }
@media (max-width: 1440px) {
	.about_05 ul li { width: 25%; }
	.about_05 .ab05_a { margin: 30px 0; }
}
@media (max-width: 1366px) {
	.about_05 { padding: 20px 70px; }
}
@media (max-width: 1024px) {
	.about_05 { padding: 20px 30px; }
	.about_05 ul { margin-left: -10px; }
	.about_05 ul li { padding-left: 10px; }
	.about_05 .ab05_a { margin: 10px 0; }
	.about_05 .ab05_a .font_01 { font-size: 18px; line-height: 20px; height: 20px; }
	.about_05 .ab05_a .font_02 { font-size: 14px; line-height: 18px; height: 36px; }
	.about_05 .ab05_a .font_03 { font-size: 13px; line-height: 15px; height: 15px; }
}
@media (max-width: 768px) {
	.about_05 { padding: 20px 10px; }
	.about_05 ul { margin-left: -5px; }
	.about_05 ul li { padding-left: 5px; width: 33.333333%; }
}
@media (max-width: 500px) {
	.about_05 ul li { width: 50%; }
	.about_05 .ab05_a { margin: 5px 0; }

	.about_05 .ab05_a .font_02 { margin: 5% 0 .5%; }
}
@media (max-width: 400px) {
	.about_05 { background: #fafafa; }
	.about_05 ul li { width: 100%; }
	.about_05 ul li:nth-of-type(odd) { background: #eee; }
}


/* ------------------------------ (03) 新闻动态 ------------------------------ */

/* ---- (01) 新闻 - banner ---- */
.news_ban { padding: 0 70px; }
.sw07 { background: #EFEFEF; }
.sw07 .sw07_a { display: block; }
.sw07 .sw07_a .img { width: 65%; height: 0; padding-bottom: 26.75%; overflow: hidden; position: relative; float: left; }
.sw07 .sw07_a .img img { width: 100%; }
.sw07 .sw07_a .shadow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0; }
.sw07 .sw07_a:hover .shadow { opacity: .3 }
.sw07 .sw07_a .main { width: 35%; float: left; padding: 30px 30px 0; }
.sw07 .sw07_a .font_01 { font-weight: bold; font-size: 30px; color: #000; line-height: 32px; height: 32px; overflow: hidden;  }
.sw07 .sw07_a .font_02 { font-size: 16px; color: #555; line-height: 30px; margin: 7% 0 12%; max-height: 150px; }
.sw07 .sw07_a:hover .font_02 { color: #d91e17; }
.sw07 .sw07_a .font_03 { display: inline-block; color: #d91e17; font-size: 16px; }
.sw07 .sw07_a .font_03 > img { margin-left: 15px; }
.sw07 .sw07_a:hover .font_03 { color: #d91e17; text-decoration: underline; }
.sw07 .sw07_a:hover .font_03 > img { margin-left: 25px; }
.sw07.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 6px; }
.sw07.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(1) { margin-left: 0; }
.sw07.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 20px; padding-left: 70%; text-align: left; }
.sw07 .swiper-pagination-bullet { width: 6px; height: 15px; border-radius: 5px; background: #7d7d7d; opacity: .9; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.sw07 .swiper-pagination-bullet-active { width: 6px; height: 30px; background: #d91e17; }
@media (max-width: 1440px) {
	.sw07 .sw07_a .main { padding: 20px 20px 0; }
	.sw07 .sw07_a .font_01 { font-size: 24px; line-height: 26px; height: 26px; overflow: hidden;  }
	.sw07 .sw07_a .font_02 { line-height: 25px; margin: 6% 0 8%; max-height: 125px; }
	.sw07.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { padding-left: 67%; }
}
@media (max-width: 1024px) {
	.news_ban { padding: 0 30px; }
	.sw07 .sw07_a .main { padding: 10px 2% 0; }
	.sw07 .sw07_a .font_01 { font-size: 20px; line-height: 22px; height: 22px; overflow: hidden;  }
	.sw07 .sw07_a .font_02 { font-size: 14px; line-height: 20px; margin: 6% 0 8%; max-height: 100px; }
	.sw07.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { padding-left: 67%; bottom: 10px; }
	.sw07 .sw07_a .font_03 { font-size: 14px; }
	.sw07 .sw07_a .font_03 > img { margin-left: 15px; height: 18px; }
}
@media (max-width: 768px) {
	.news_ban { padding: 0 10px; }
	.sw07 .sw07_a .img { width: 100%; padding-bottom: 41.15%; }
	.sw07 .sw07_a .main { width: 100%; padding: 10px 5px 10px; }
	.sw07 .sw07_a .font_01 { font-size: 18px; line-height: 20px; height: 20px; overflow: hidden; }
	.sw07 .sw07_a .font_02 { font-size: 14px; line-height: 20px; margin: 15px 0 20px; height: 100px; }
}

/* ---- (02) 新闻 - 列表页 ---- */
.news_list { padding: 45px 70px; position: relative; }
.news_ul { display: block; margin-left: -30px; position: relative; height: auto; }
.news_ul li { display: block; padding-left: 30px; width: 25%; float: left; margin-top: 40px; }
.news_ul .news_lista { display: block; padding: 15px; background: #fafafa; box-shadow: 4px 4px 15px rgba(0,0,0,.15); }
.news_ul .news_lista:hover { background: #f8f8f8; }
.news_ul .img { width: 100%; height: 0; padding-bottom: 55%; overflow: hidden; position: relative; }
.news_ul .img > img { position: absolute; width: 100%; top: 0; left: 0; }
.news_ul .news_lista .shadow { width: 100%; height: 100%; background: #000; opacity: 0; position: absolute; }
.news_ul .news_lista:hover .shadow { opacity: .3; }
.news_ul .div01 { padding: 0 0 0 100px; position: relative; margin: 30px 0 50px; }
.news_ul .div01 .news_time { position: absolute; top: -5px; left: 0; width: 100px; color: #777; }
.news_ul .div01 .news_time .d1 { font-size: 50px; line-height: 50px; display: block; width: 100%; }
.news_ul .div01 .news_time .d2,
.news_ul .div01 .news_time .d3 { line-height: 20px; font-size: 14px; }
.news_ul .font_01{font-size: 16px; line-height: 20px; height: 40px; overflow: hidden; color: #000; font-weight: bold; margin-bottom: 5px; }
.news_ul .line { width: 100%; height: 1px; background: #e2e2e2; }
.news_ul .news_lista:hover .font_01 { color: #fa3e2b; }
.news_ul .div02 { width: 130px; height: 36px; line-height: 34px; display: inline-block; border: 1px solid #fa3e2b; color: #fa3e2b; text-align: center; font-size: 14px; position: relative; margin-bottom: 40px; }
.news_ul .news_lista:hover .div02 { width: 200px; }
.news_ul .icon { width: 58px; height: 9px; position: absolute; overflow: hidden; top: 50%; margin-top: -5px; right: -29px; z-index: 9; line-height: 5px; }
.news_ul .icon img { width: 100%; }
@media (max-width: 1366px) {
	.news_list { padding: 30px 70px; }
	.news_ul { margin-left: -20px; }
	.news_ul li { margin-top: 25px; padding-left: 20px; }
	.news_ul .font_01 { font-size: 15px; }
	.news_a .f_01 { font-size: 14px; }
	.news_ul .div01 { padding: 0 0 0 65px; margin: 20px 0 25px; }
	.news_ul .div01 .news_time { top: -2px; width: 70px; }
	.news_ul .div01 .news_time .d1 { font-size: 30px; line-height: 30px; }
	.news_ul .div01 .news_time .d2,
	.news_ul .div01 .news_time .d3 { font-size: 13px; }
	.news_ul .div02 { width: 110px; height: 30px; line-height: 28px; display: inline-block; border: 1px solid #fa3e2b; color: #fa3e2b; text-align: center; font-size: 14px; position: relative; margin-bottom: 10px; }
}
@media (max-width: 1024px) {
	.news_ul li { width: 33.333333%; margin-top: 25px; }
}
@media (max-width: 768px) {
	.news_list { padding: 25px 10px; }
	.news_ul li { width: 50%; padding-left: 10px; }
	.news_ul { margin-bottom: 20px; margin-left: -10px; }
	.news_ul .div01 { padding: 0 0 0 65px; margin: 10px 0 15px; }
	.news_ul .div02 { width: 100px; height: 26px; line-height: 24px; display: inline-block; border: 1px solid #fa3e2b; color: #fa3e2b; text-align: center; font-size: 12px; position: relative; margin-bottom: 5px; }
}
@media (max-width: 500px) {
	.news_ul li { width: 100%; margin-top: 10px; }
}

/* ---- (03) 新闻 - 详情页 ---- */
.news_main { padding: 0 70px; margin: 40px 0 60px; }
.pag_info{ width:100%; padding: 50px; background: #f5f5f5; line-height: 26px; color: #333; position: relative;}
.sp-info-h1{font-size: 26px; font-weight: bold; padding-bottom: 10px; text-align: center; margin-top: 0;}
.sp-info-top-b{ color: #999;text-align: center; padding-bottom: 10px; border-bottom: 1px dotted #ccc;}
.news-info-m{width: 100%; padding: 30px 0px; color: #333; font-size: 16px; line-height: 28px; overflow: hidden; }
.sp-info-sxye{ padding: 20px 0px 0px 0px;}
.sp-info-sxye1{ padding-bottom: 10px; color: #666;}
.sp-info-sxye1 a{color: #666;}
.sp-info-sxye1 a:hover{ color: #D91E17;}
@media (max-width: 1366px) {
	.pag_info { padding: 30px; }
}
@media (max-width: 1024px) {
	.news_main { padding: 0 30px; margin: 30px 0 40px; }
	.sp-info-h1 { font-size: 22px; margin-top: 0;}
	.sp-info-top-b { font-size: 14px; }
	.news-info-m { padding: 15px 0; font-size: 14px; line-height: 22px; color: #555; }
	.sp-info-sxye1 { font-size: 14px; }
	.sp-info-sxye1 a { font-size: 14px; line-height: 22px; }
}
@media (max-width: 768px) {
	.news_main { padding: 0 10px; margin: 20px 0 20px; }
	.pag_info { padding: 15px 10px; }
	.sp-info-h1 { font-size: 18px; margin-top: 0;}
}

/* ------------------------------ (04) 产品中心 ------------------------------ */

/* ---- (01) 产品 - banner ---- */
.prod_ban {  }
.pro_search { background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden; padding: 70px 200px; }
.pro_search .font_01 { font-size: 30px; font-weight: bold; color: #fff; line-height: 32px; height: 32px; overflow: hidden; margin-bottom: 20px; }
.pro_search .search_pro { padding-right: 250px; position: relative; overflow: hidden; height: 70px; }
.pro_search .main { width: 100%; background: #fff; position: relative; padding-left: 60px; height: 100%; }
.pro_search .button { width: 200px; height: 100%; background: #002D81; position: absolute; top: 0; right: 0; border-width: 0; color: #fff; font-weight: bold; font-size: 22px; line-height: 68px; cursor: pointer; }
.pro_search .button:hover { background: #d91e17; }
.pro_search .img { width: 60px; height: 100%; background: #fff; position: absolute; top: 0; left: 0; text-align: center; line-height: 68px; }
.pro_search input[type="text"] { width: 100%; line-height: 70px; border-width: 0; font-weight: bold; color: #757575; }
@media (max-width: 1024px) {
	.pro_search { padding: 40px 30px; }
	.pro_search .font_01 { font-size: 20px; line-height: 22px; height: 22px; margin-bottom: 10px; }
	.pro_search .search_pro { height: 50px; padding-right: 180px; }
	.pro_search .img { line-height: 48px; }
	.pro_search .button { line-height: 48px; font-size: 18px; width: 160px; }
}
@media (max-width: 768px) {
	.pro_search { padding: 30px 10px; }
	.pro_search input[type="text"] { width: 100%;  line-height: 28px; border-width: 0; font-weight: bold; color: #757575; }
}
@media (max-width: 500px) {
	.pro_search .font_01 { font-size: 16px; height: 18px; line-height: 18px; margin: 0 auto 5px; width: 100%; max-width: 300px; }
	.pro_search .search_pro { padding: 0; height: auto; margin: 0 auto; width: 100%; max-width: 300px; }
	.pro_search .img { width: 30px; line-height: 28px; }
	.pro_search .img img { height: 24px; }
	.pro_search .main { height: 30px; padding-left: 30px; margin-bottom: 10px; }
	.pro_search .button { position: relative; width: 100%; height: 30px; line-height: 28px; font-size: 15px; }
}
/* 产品中心 - 标题 */
.pro_title { padding: 40px 70px; }
@media (max-width: 1024px) { .pro_title { padding: 30px 30px; } }
@media (max-width: 768px) { .pro_title { padding: 20px 10px; } }


/* ---- (02) 产品 - 类别 (首页) ---- */
.prod_c { background: #fafafa; position: relative; overflow: hidden; width: 100%; padding: 0 0; border-bottom:1px solid #f2f2f2;}
.prod_c li { float: left; width: 25%; /* 100% / 7 = 14.285% */ text-align: center; padding: 30px 0; cursor: pointer; }
.prod_c .img { height: 85px; overflow: hidden; margin-bottom: 15px; }
.prod_c .img img { height: 100%; -webkit-filter: saturate(1); filter: saturate(1); }
.prod_c li:hover .img img { -webkit-filter: saturate(4); filter: saturate(4); }
.prod_c .f_01 { color: #000; font-size: 16px; line-height: 18px; height: 20px; overflow: hidden; }
.prod_c li:hover .f_01 { color: #d91e17; }
@media (max-width: 1366px) {
	.prod_c li { padding: 15px 0; }
	.prod_c .img { height: 70px; margin-bottom: 10px; }
}
@media (max-width: 1024px) {
	.prod_c .img { height: 60px; margin-bottom: 10px; }
	.prod_c .f_01 { font-size: 14px; color: #666; }
}
@media (max-width: 500px) {
	.prod_c { text-align: center; font-size: 0; padding: 5px 0; }
	.prod_c .img { height: 50px; margin-bottom: 5px; }
	.prod_c .f_01 { font-size: 12px; }
	.prod_c li { padding: 5px 0; display: inline-block; width: 25%; float: none; }
}

/* ---- (03) 产品 - 列表页 ---- */
.pro_m { margin-bottom: 80px; }
.pro_mbor{ border-bottom: 30px solid #f9f9f9;}
.prod_list { display: block; border-top: 1px solid #E5E5E5; overflow: hidden;}
.prod_list > li { display: block; width: 20%; float: left; border-bottom: 1px solid #E5E5E5; border-right: 1px solid #E5E5E5; }
.prod_list > li.prod_list_bt{ width: 40%; height: 100%; padding: 5% 5%; position: relative; color: #333; background: #fff;}
.prod_list > li .prod_list_bt1{ color: #000; font-size: 32px; padding-bottom: 30px;}
.prod_list > li .prod_list_bt2{ font-size: 15px; color: #666;  margin-bottom: 30px;}
.prod_list > li a.prod_list_bta{ background: #b20309; color: #fff; width: 150px; height: 45px; line-height: 45px; display: block; text-align: center;}
.prod_list > li a:hover.prod_list_bta{ width: 200px;}

.prod_listx { display: block; border-top: 1px solid #E5E5E5; overflow: hidden;}
.prod_listx > li { display: block; width: 20%; float: left; border-bottom: 1px solid #E5E5E5; border-right: 1px solid #E5E5E5; }
.prod_listx > li.prod_list_bt{ width: 40%; height: 100%; padding: 5% 5%; position: relative; color: #333; background: #fff;}
.prod_listx > li .prod_list_bt1{ color: #000; font-size: 32px; padding-bottom: 30px;}
.prod_listx > li .prod_list_bt2{ font-size: 15px; color: #666;  margin-bottom: 30px;}
.prod_listx > li a.prod_list_bta{ background: #b20309; color: #fff; width: 150px; height: 45px; line-height: 45px; display: block; text-align: center;}
.prod_listx > li a:hover.prod_list_bta{ width: 200px;}


@media (max-width: 1366px) {
	.pro_m { margin-bottom: 60px; }
}
@media (max-width: 1024px) {
	.pro_m { margin-bottom: 40px; }
	.prod_list > li { width: 25%; }
	.prod_listx > li { width: 25%; }
}
@media (max-width: 768px) {
	.pro_m { margin-bottom: 20px; }
	.prod_list > li { width: 33.333333%; }
	.prod_listx > li { width: 33.333333%; }
}
@media (max-width: 500px) {
	.prod_list > li { width: 50%; }
	.prod_list > li.prod_list_bt{ width: 50%; height: 100%; padding: 4% 2% 2% 2%; position: relative; color: #333; background: #fff;}
.prod_list > li .prod_list_bt1{ color: #000; font-size: 18px; padding-bottom: 10px;}
.prod_list > li .prod_list_bt2{ font-size: 12px; color: #666;  margin-bottom: 10px;}
.prod_list > li a.prod_list_bta{ background: #b20309; color: #fff; width: 120px; height: 30px; line-height: 30px; display: block; text-align: center;}
.prod_list > li a:hover.prod_list_bta{ width: 120px;}
	
	.prod_listx > li { width: 50%; }
	.prod_listx > li.prod_list_bt{ width: 50%; height: 100%; padding: 4% 2% 2% 2%; position: relative; color: #333; background: #fff;}
.prod_listx > li .prod_list_bt1{ color: #000; font-size: 18px; padding-bottom: 10px;}
.prod_listx > li .prod_list_bt2{ font-size: 12px; color: #666;  margin-bottom: 10px;}
.prod_listx > li a.prod_list_bta{ background: #b20309; color: #fff; width: 120px; height: 30px; line-height: 30px; display: block; text-align: center;}
.prod_listx > li a:hover.prod_list_bta{ width: 120px;}
}

/* ---- (04) 产品 - 详情页 ---- */
.pro_box { padding: 50px 70px; background: #F2F2F2; }
.pro_box .top { padding-right: 42%; position: relative; margin-bottom: 20px; }
.pro_box .top .left { width: 100%; height: 0; padding-bottom: 84.75%; position: relative; overflow: hidden; background: #fff; }
.pro_box .top .right { width: 39%; height: 100%; position: absolute; right: 0; top: 0; background: #fff; padding: 50px; overflow: hidden; }
.sw08.swiper-container { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.sw08.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 8px; }
.sw08.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 20px; }
.sw08 .swiper-pagination-bullet { width: 12px; height: 12px; border-radius: 6px; background: #7d7d7d; opacity: .9; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.sw08 .swiper-pagination-bullet-active { width: 12px; height: 12px; background: #d91e17; }
.sw08 .swiper-button-prev { width: 22px; height: 63px; line-height: 63px; background: url(../images/sw08_l.png) no-repeat center; text-align: center; left: 10%; }
.sw08 .swiper-button-next { width: 22px; height: 63px; line-height: 63px; background: url(../images/sw08_r.png) no-repeat center; text-align: center; right: 10%; }
.sw08 .sw08_a { display: block; padding: 15% 20% 20%; }
.sw08 .sw08_a .img { width: 100%; height: 0; padding-bottom: 91.85%; overflow: hidden; position: relative; }
.sw08 .sw08_a .img img { width: 100%; }
.sw08 .sw08_a .shadow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0; }
.sw08 .sw08_a .img:hover .shadow { opacity: 0; }
.pro_box .top .right .font_01 { font-size: 18px; line-height: 24px; height: 48px; overflow: hidden;margin-bottom: 10px; }
.pro_box .top .right .img { width: 100%; height: 0; padding-bottom: 54%; overflow: hidden; margin-bottom: 15px; }
.pro_box .top .right .img img { width: 100%; }
.pro_nav { width: 100%; }
.pro_nav a { display: block; width: 25%; float: left; text-align: center; font-size: 20px; height: 60px; line-height: 58px; background: #E0E0E0; border-right: 4px solid #F2F2F2; }
.pro_nav a:nth-last-of-type(1) { border-width: 0; }
.pro_nav a:hover, .pro_nav a.pro_on { background: #656565; color: #fff; }
.pro_box .bottom { width: 100%; background: #fff; padding: 60px; }
.pro_box .bottom .main { display: block; margin-bottom: 20px; }
.pro_box .bottom .main li { line-height: 26px; color: #333; position: relative; display: none; min-height: 260px; }
.pro_box .bottom .main li.display_block { display: block; }
@media (max-width: 1366px) {
	.pro_box { padding: 30px 70px; }
	.pro_box .top .right { padding: 20px; }
	.pro_box .top .right .font_01 { font-size: 16px; line-height: 22px; height: 44px; }
	.pro_box .top .right .img { margin-bottom: 10px; }
	.pro_nav a { font-size: 16px; line-height: 38px; height: 40px; }
	.pro_box .bottom { padding: 20px; }
}
@media (max-width: 1024px) {
	.pro_box { padding: 30px 30px; }
}
@media (max-width: 768px) {
	.pro_box { padding: 20px 10px; }
}
@media (max-width: 500px) {
	.pro_box .bottom { padding: 5px; }
	.pro_box .top { padding-right: 0; }
	.pro_box .top .right { width: 100%; height: auto; position: relative; padding: 5px; margin-top: 10px; }
	.pro_box .top .right .font_01 { font-size: 16px; }
	.pro_nav a { font-size: 14px; line-height: 28px; height: 30px; width: 50%; }
	.pro_nav a:nth-of-type(2) { border-width: 0; margin-bottom: 5px; }
	.pro_box .bottom .main li { font-size: 14px; line-height: 20px; min-height: inherit; margin-top: 10px; }
}


/* ------------------------------ (05) 解决方案 ------------------------------ */

/* ---- (01) banner ---- */
/*== 解决方案 ==*/
.fangan_ban { background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden; padding: 0 70px; }
.fangan_ban .main { background: rgba(0,0,0,.7); color: #fff; width: 600px; height: 470px; overflow: hidden; padding: 0 30px; float: right; }
.fangan_ban .main .font_01 { font-size: 30px; font-weight: bold; margin: 90px 0 15px; line-height: 40px; overflow: hidden; max-height: 80px; }
.fangan_ban .main .font_02 { font-size: 16px; line-height: 25px; height: 250px; overflow: hidden; }
@media (max-width: 1024px) {
	.fangan_ban { padding: 0 30px; }
	.fangan_ban .main { width: 400px; height: 300px; padding: 0 10px; }
	.fangan_ban .main .font_01 { font-size: 20px; margin: 40px 0 10px; line-height: 30px; max-height: 60px; }
	.fangan_ban .main .font_02 { font-size: 14px; line-height: 20px; height: 200px; }
}
@media (max-width: 768px) {
	.fangan_ban { padding: 0 10px; }
}
@media (max-width: 500px) {
	.fangan_ban .main { width: 100%; height: auto; }
	.fangan_ban .main .font_01 { max-height: none; margin-top: 20px; }
	.fangan_ban .main .font_02 { height: auto; margin-bottom: 20px; }
}
.fangan_nav { background: #fafafa; position: relative; overflow: hidden; width: 100%; padding: 0 0; border-bottom:1px solid #f2f2f2;}
.fangan_nav a { display: block; float: left; width: 20%; text-align: center; padding: 10px 0; cursor: pointer; border-left: 1px solid #E4E4E4; }
.fangan_nav .img { height: 85px; overflow: hidden; margin-bottom: 15px; }
.fangan_nav .img img { height: 100%; -webkit-filter: saturate(1); filter: saturate(1); }
.fangan_nav a:hover { background: #fff; }
.fangan_nav a:hover .img img { -webkit-filter: saturate(4); filter: saturate(4); }
.fangan_nav .font_01 { color: #000; font-size: 16px; line-height: 18px; height: 20px; overflow: hidden; }
.fangan_nav a:hover .font_01 { color: #d91e17; }
@media (max-width: 1366px) {
	.fangan_nav a { padding: 15px 0; }
	.fangan_nav .img { height: 60px; margin-bottom: 10px; }
}
@media (max-width: 1024px) {
	.fangan_nav .font_01 { font-size: 14px; color: #666; }
}
@media (max-width: 768px) {
	.fangan_nav { text-align: center; font-size: 0; }
	.fangan_nav a { width: 33.333333%; display: inline-block; float: none; border-bottom: 1px solid #E4E4E4; }
	.fangan_nav a:nth-last-of-type(1) { border-right: 1px solid #E4E4E4; }
	.fangan_nav .img { height: 50px; margin-bottom: 5px; }
}
@media (max-width: 500px) {
	.fangan_nav .img { height: 40px; margin-bottom: 0; }
	.fangan_nav .font_01 { font-size: 12px; }
	.fangan_nav a { padding: 5px 0; width: 50%; }
}


/* ---- (02) 解决方案 ---- */
.fangan_box { padding: 50px 70px; background: #F2F2F2; }
.fangan_box .main { width: 100%; background: #fff; padding: 60px 0; }
.fangan_top { position: relative; padding-left: 10%; overflow: hidden; }
.fangan_top .right { width: 50%; float: right; overflow: hidden; height: 500px; padding: 0 30px; }
.fangan_top .right .title { padding-left: 0; overflow: visible; }
.fangan_top .right .title .f_02{ left: 0; }
.fangan_top .right .fangan_top_main {font-size: 16px; line-height: 25px; height: 250px; overflow: hidden; margin-top: 80px; }
.fangan_top .img { width: 50%; float: right; overflow: hidden; height: 500px; }
.fangan_top .img img { height: 100%; max-width: none; }
.fangan_top .left { width: 370px; background: #FF9393; color: #fff; padding: 25px; position: absolute; top: 40px; left: 0; }
.fangan_top .left .font_01 { font-size: 22px; line-height: 30px; margin-bottom: 10px; }
.fangan_top .left .font_02 { font-size: 16px; line-height: 24px; }
.fangan_main { padding: 50px 30px;}
@media (max-width: 1440px) {
	.fangan_top .right { height: 400px; }
	.fangan_top .right .fangan_top_main { margin-top: 40px; }
	.fangan_top .img { height: 400px; }
	.fangan_top .left { width: 300px; padding: 15px; }
	.fangan_top .left .font_01 { font-size: 18px; line-height: 24px; margin-bottom: 5px; }
	.fangan_top .left .font_02 { font-size: 14px; line-height: 20px; }
}
@media (max-width: 1024px) {
	.fangan_main { padding: 30px 30px;}
	.fangan_box { padding: 30px 30px; }
}
@media (max-width: 768px) {
	.fangan_main { padding: 20px 10px;}
	.fangan_box { padding: 20px 10px; }
	.fangan_top .right { float: left; width: 100%; padding: 0; overflow: visible; height: auto; }
	.fangan_top .img { float: left; width: 100%; margin-top: 10px; }
	.fangan_top .left { position: relative; float: left; width: 100%; height: auto; top: auto; margin-top: 10px; }
	.fangan_top { padding: 0 10px; }
	.fangan_box .main { padding: 20px 0; }
	.fangan_top .right .fangan_top_main { height: auto; font-size: 14px; color: #333; margin-top: 15px; }
	.fangan_top .img { height: auto; }
	.fangan_top .img img { height: auto; max-width: 100%; }
}


/* ------------------------------ (06) 技术支持 ------------------------------ */

.danye_box { padding: 30px 0; }
.danye_m{   color: #333; margin-top: 30px; margin-bottom: 50px; position: relative; }







.jishu_ban { background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden; height: 400px; }
@media (max-width: 1366px) {
	.jishu_ban { height: 300px; }
}
@media (max-width: 1024px) {
	.jishu_ban { height: 300px; }
}
@media (max-width: 500px) {
	.jishu_ban { height: 150px; }
}
.jishu_map { padding: 60px 0; }
.map { padding: 0 70px; margin-top: 100px; }
.map_box { position: relative; }
.wz { position: absolute; text-align: center; cursor: pointer; }
.wz .img { width: 14px; height: 17px; position: absolute; bottom: 0; z-index: 1; }
.wz .wz_main { position: relative; background: #fff; display: inline-block; padding: 5px 15px; border: 2px solid #333; bottom: 25px; left: -50%; margin-left: 50px; text-align: left; max-width: 260px; z-index: 2; }
.wz .wz_main .f_01 { font-size: 18px; line-height: 22px; }
.wz .wz_main .f_02 { font-size: 15px; line-height: 20px; margin: 20px 0; display: none; }
.wz .wz_main img { position: absolute; bottom: -11px; left: 50%; margin-left: -7px; }
.wz .wz_main .i_01 { opacity: 1; }
.wz .wz_main .i_02 { opacity: 0; }
.wz.wz_on .wz_main { background: #FFB4B4; z-index: 3; }
.wz.wz_on .wz_main .f_02 { display: block; }
.wz.wz_on .wz_main .i_01 { opacity: 0; }
.wz.wz_on .wz_main .i_02 { opacity: 1; }
.wz_logo { position: absolute; bottom: 55%; left: 76%; width: 7%; }
.wz_logo img { width: 100%; }
.wz_01 { bottom: 49%; left: 59%; }
.wz_02 { bottom: 60%; left: 18%; }
.wz_03 { bottom: 35%; left: 57%; }
.wz_04 { bottom: 20%; left: 54%; }
.wz_05 { bottom: 42%; left: 69%; }
.wz_06 { bottom: 50%; left: 73%; }
.wz_07 { bottom: 44%; left: 76%; }
.wz_08 { bottom: 70%; left: 76%; }
.wz_09 { bottom: 75%; left: 70%; }
.wz_09 { bottom: 75%; left: 70%; }
@media (max-width: 1366px) {
	.map { margin-top: 50px; }
	.jishu_map { padding: 30px 0; }
}
@media (max-width: 1024px) {
	.jishu_map { padding: 30px 0; }
	.map { padding: 0 30px; margin-top: 50px; }
	.wz .wz_main { padding: 3px 8px; }
	.wz .wz_main .f_01 { font-size: 14px; line-height: 18px; }
	.wz .wz_main .f_02 { font-size: 13px; line-height: 16px; margin: 10px 0 5px; }
}
@media (max-width: 768px) {
	.jishu_map { padding: 20px 0; }
	.map { padding: 0 15px; margin-top: 30px; }
}
@media (max-width: 500px) {
	.wz .wz_main { display: none; }
	.wz .img img { width: 10px; }
}
.jishu_main { background: #EAEAEA; padding: 100px 70px; }
.jishu_main .f_01 { font-weight: bold; font-size: 24px; color: #444; line-height: 30px; }
.jishu_main .f_02 { font-weight: bold; font-size: 16px; line-height: 24px; padding-left: 12px; position: relative; margin-top: 40px; }
.jishu_main .f_02::after { content: ""; width: 3px; height: 14px; background: #0046AA; position: absolute; top: 5px; left: 0; }
.jishu_main .f_03 { padding-left: 12px; color: #555; line-height: 24px; }
.jishu_main .f_04 { display: block; margin-top: 10px; background: #fff; position: relative; font-size: 0; }
.jishu_main .f_04::after { content: ""; width: 2%; height: 100%; background: #EAEAEA; position: absolute; top: 0; left: 49%; }
.jishu_main .f_04 > li { display: inline-block; width: 50%; margin-right: 0%; padding: 45px 35px; line-height: 24px; font-size: 16px; }

.jishu_main .f_021 { font-weight: bold; font-size: 16px; line-height: 24px; padding-left: 12px; position: relative; margin-top: 5px; margin-bottom: 8px; }
.jishu_main .f_021::after { content: ""; width: 3px; height: 14px; background: #0046AA; position: absolute; top: 5px; left: 0; }
.jishu_main .f_011{ margin-bottom: 20px;}

.jishu_main .f_044 { display: block; margin-top: 10px;position: relative; font-size: 0; }
.jishu_main .f_044 > li { display: inline-block; background: #fff;  width: 23%; margin-right: 0%; margin: 0px 1%; padding: 45px 35px; line-height: 24px; font-size: 16px; }
.jishu_main .f_044 > li b{display: block; padding-bottom: 15px;}

@media (max-width: 1366px) {
	.jishu_main { background: #EAEAEA; padding: 50px 70px; }
}
@media (max-width: 1024px) {
	.jishu_main { padding: 50px 30px; }
	.jishu_main .f_01 { font-size: 18px; line-height: 24px; }
	.jishu_main .f_02 { font-size: 15px; margin-top: 20px; }
	.jishu_main .f_03 { font-size: 15px; }
	.jishu_main .f_04 > li { padding: 20px; font-size: 15px; color: #555; }
	.jishu_main .f_04::after { width: 1%; left: 49.5%; }
	.jishu_main .f_044 > li { padding: 20px; font-size: 15px; color: #555; }
	.jishu_main .f_021 { font-size: 15px;  }
}
@media (max-width: 768px) {
	.jishu_main { padding: 30px 10px; }
	.jishu_main .f_04 > li { padding: 10px; width: 100%; margin-top: 5px; }
	.jishu_main .f_04 > li:nth-of-type(1) { border-bottom: 5px solid #EAEAEA; }
	.jishu_main .f_04::after { display: none; }
	
	.jishu_main .f_044 > li { padding: 10px; width: 100%; margin-top: 5px; margin: 5px 0% 0;}
	.jishu_main .f_044 > li:nth-of-type(1) { border-bottom: 5px solid #EAEAEA; }
	.jishu_main .f_044 > li b{display: block; padding-bottom: 5px;}
}


/* ------------------------------ (07) 质量保障 ------------------------------ */

.zhibao_ban { background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden; padding: 40px 70px; }
.zhibao_ban .main { margin: 20px auto; width: 100%; max-width: 1100px; text-align: center; font-size: 16px; color: #555; line-height: 30px; }
.zhibao_ban .zbb_ul { display: block; text-align: center; }
.zhibao_ban .zbb_ul li { display: inline-block; margin: 0 20px; }
.zhibao_ban .zbb_ul li .f_01 { margin-top: 20px; }

.zhibao_02 { background: #eee; padding: 20px 70px 100px; }
.zhibao_02 .main { display: block; }
.zhibao_02 .main li { width: 33.333333%; float: left; padding: 0 50px; line-height: 24px; margin: 50px 0; }

.zhibao_03 { padding: 0 70px 60px; }
.zhibao_03 .main { display: block; margin-top: 40px; }
.zhibao_03 .main li { width: 23.333333%; float: left; padding: 40px; border: 1px solid #ccc; text-align: center; margin: 0 5%; }
.zhibao_03 .main .f_01 { font-size: 100px; font-weight: lighter; }
.zhibao_03 .main .f_02 { font-size: 26px; margin: 60px 0 20px; }
.zhibao_03 .main .f_03 { font-size: 16px; color: #777; line-height: 30px; height: 180px; overflow: hidden; }

.zhibao_04 { background: #eee; padding: 0 70px 100px; }
.zhibao_04 .main { display: block; }
.zhibao_04 .main li { width: 50%; display: block; float: left; padding: 0 60px; margin-top: 40px; }
.zhibao_04 .main .zb4_a { display: block; border-bottom: 1px dashed #999; }
.zhibao_04 .main .f_01 { color: #666; font-weight: bold; }
.zhibao_04 .main .f_02 { color: #666; font-size: 16px; line-height: 25px; height: 50px; overflow: hidden; margin: 30px 0 10px; }
.zhibao_04 .main .f_03 { color: #666; border: 3px solid #666; display: inline-block; padding: 8px 16px; margin-bottom: 30px; }
.zhibao_04 .main .zb4_a:hover { border-color: #d91e17; }
.zhibao_04 .main .zb4_a:hover .f_01 { color: #d91e17; }
.zhibao_04 .main .zb4_a:hover .f_02 { color: #d91e17; }
.zhibao_04 .main .zb4_a:hover .f_03 { color: #d91e17; border-color: #d91e17; }
	
@media (max-width: 1366px) {
	.zhibao_ban { padding: 30px 70px; }
	.zhibao_ban .main { margin: 15px auto; max-width: none; font-size: 16px; line-height: 30px; }
	.zhibao_ban .zbb_ul li { margin: 0 15px; }
	.zhibao_ban .zbb_ul li .f_01 { margin-top: 15px; }

	.zhibao_02 { padding: 10px 70px 60px; }
	.zhibao_02 .main li { width: 33.333333%; padding: 0 30px; line-height: 24px; margin: 30px 0; }

	.zhibao_03 { padding: 0 70px 50px; }
	.zhibao_03 .main { margin-top: 20px; }
	.zhibao_03 .main li { width: 29.333333%; padding: 25px; margin: 0 2%; }
	.zhibao_03 .main .f_01 { font-size: 80px; }
	.zhibao_03 .main .f_02 { font-size: 24px; margin: 20px 0 20px; }
	.zhibao_03 .main .f_03 { font-size: 14px; line-height: 25px; height: 150px; }

	.zhibao_04 { padding: 0 70px 70px; }
	.zhibao_04 .main li { width: 50%; padding: 0 30px; margin-top: 25px; }
	.zhibao_04 .main .f_01 { font-weight: bold; }
	.zhibao_04 .main .f_02 { font-size: 16px; line-height: 25px; height: 50px; overflow: hidden; margin: 20px 0 10px; }
	.zhibao_04 .main .f_03 { border: 3px solid #666; display: inline-block; padding: 8px 16px; margin-bottom: 15px; }
}
@media (max-width: 1024px) {
	.zhibao_ban { padding: 20px 30px 30px; }
	.zhibao_ban .main { margin: 10px auto; font-size: 14px; line-height: 20px; }
	.zhibao_ban .zbb_ul li { margin: 0 10px; }
	.zhibao_ban .zbb_ul li .f_01 { margin-top: 10px; font-size: 14px; }

	.zhibao_02 { padding: 10px 30px 30px; }
	.zhibao_02 .main li { width: 33.333333%; padding: 0 20px; font-size: 14px; line-height: 20px; margin: 0 0; }

	.zhibao_03 { padding: 0 30px 30px; }
	.zhibao_03 .main { margin-top: 10px; }
	.zhibao_03 .main li { width: 29.333333%; padding: 15px; margin: 0 2%; }
	.zhibao_03 .main .f_01 { font-size: 60px; }
	.zhibao_03 .main .f_02 { font-size: 18px; margin: 20px 0 20px; }
	.zhibao_03 .main .f_03 { font-size: 14px; line-height: 25px; height: 150px; }

	.zhibao_04 { padding: 0 30px 30px; }
	.zhibao_04 .main li { width: 50%; padding: 0 20px; margin-top: 15px; }
	.zhibao_04 .main .f_01 { font-weight: bold; }
	.zhibao_04 .main .f_02 { font-size: 14px; line-height: 25px; height: 50px; overflow: hidden; margin: 10px 0 5px; }
	.zhibao_04 .main .f_03 { font-size: 14px; border: 2px solid #666; display: inline-block; padding: 8px 16px; margin-bottom: 15px; }
	
}
@media (max-width: 768px) {
	.zhibao_ban { padding: 5px 10px 20px; }
	.zhibao_ban .main { margin: 5px auto; font-size: 14px; line-height: 20px; }
	.zhibao_ban .zbb_ul li { margin: 0 10px; width: 120px; }
	.zhibao_ban .zbb_ul li .f_01 { margin-top: 10px; font-size: 14px; line-height: 20px; margin: 5px 0; }

	.zhibao_02 { padding: 5px 10px 20px; }
	.zhibao_02 .main li { width: 100%; padding: 0 0px; font-size: 14px; line-height: 20px; margin: 5px 0; }

	.zhibao_03 { padding: 0 10px 20px; }
	.zhibao_03 .main { margin-top: 10px; }
	.zhibao_03 .main li { width: 100%; padding: 15px; margin: 10px 0; }
	.zhibao_03 .main .f_01 { font-size: 40px; }
	.zhibao_03 .main .f_02 { font-size: 18px; margin: 20px 0 20px; }
	.zhibao_03 .main .f_03 { font-size: 14px; line-height: 25px; height: auto; }

	.zhibao_04 { padding: 0 10px 30px; }
	.zhibao_04 .main li { width: 100%; padding: 0 0; margin-top: 15px; }
	.zhibao_04 .main .f_01 { font-weight: bold; }
	.zhibao_04 .main .f_02 { font-size: 14px; line-height: 25px; height: 50px; overflow: hidden; margin: 10px 0 5px; }
	.zhibao_04 .main .f_03 { font-size: 14px; border: 2px solid #666; display: inline-block; padding: 8px 16px; margin-bottom: 15px; }
}

/* ------------------------------ (08) 加入博纳 ------------------------------ */

/* ---- 加入博纳 - 版块标题栏 ---- */
.join_ban { padding: 100px 0 180px; background-size: cover; background-position: center center; }
.join_ban02 { padding: 80px 0 100px; }
.section { color: #555; font-size: 16px; line-height: 28px; text-align: center; width: 100%; max-width: 1100px; margin-left: auto; margin-right: auto; }
@media (max-width: 1366px) {
	.join_ban { padding: 75px 0 130px; }
	.join_ban02 { padding: 60px 0 75px; }
}
@media (max-width: 1024px) {
	.join_ban { padding: 50px 0 90px; }
	.join_ban02 { padding: 40px 0 50px; }
	.section { font-size: 14px; line-height: 22px; } 
}
@media (max-width:  768px) {
	.join_ban { padding: 25px 0 30px; }
	.join_ban02 { padding: 20px 0 25px; }
}

/* ---- 加入博纳 - 招聘链接 ---- */
.join_link { padding: 80px 0; }
.join_link ul { display: block; margin-left: -35px; }
.join_link ul li { display: block; padding-left: 35px; width: 50%; float: left; }
.join_link_a { display: block; }
.join_link_a .bg { width: 100%; height: 0; padding-bottom: 41.5%; position: relative; overflow: hidden; }
.join_link_a .bg::after { content: ""; width: 0; height: 3px; background: #d91e17; position: absolute; bottom: 0; left: 0; z-index: 2;
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s; }
.join_link_a .bg > img { width: 100%; }
.join_link_a .title_03 { position: absolute; top: 50%; left: 0; width: 100%; z-index: 2; margin-top: -104px; }
.join_link_a .title_03 .f_01 { color: #fff; font-size: 24px; line-height: 26px; height: 26px; }
.join_link_a .shadow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .4; z-index: 1; }
.join_link_a .word { padding: 40px 30px 0; }
.join_link_a .section { color: #333; height: 84px; overflow: hidden; }
.join_link_a:hover .bg::after { width: 100%; }
.join_link_a:hover .shadow { opacity: .6; }
.join_link_a:hover .section { color: #d91e17; }
@media (max-width: 1366px) {
	.join_link { padding-top: 60px; padding-bottom: 60px; }
	.join_link ul { margin-left: -25px; }
	.join_link ul li { padding-left: 25px; }
	.join_link_a .title_03 { margin-top: -88px; }
	.join_link_a .title_03 .f_01 { font-size: 22px; line-height: 24px; height: 24px; }
	.join_link_a .word { padding: 30px 25px 0; }
}
@media (max-width: 1024px) {
	.join_link { padding-top: 40px; padding-bottom: 40px; }
	.join_link ul { margin-left: -15px; }
	.join_link ul li { padding-left: 15px; }
	.join_link_a .title_03 { margin-top: -72px; }
	.join_link_a .title_03 .font { font-size: 20px; line-height: 22px; height: 22px; }
	.join_link_a .word { padding: 20px 20px 0; }
	.join_link_a .section { height: auto; }
}
@media (max-width:  768px) {
	.join_link { padding-top: 20px; padding-bottom: 20px; }
	.join_link ul { margin-left: -5px; }
	.join_link ul li { padding-left: 5px; }
	.join_link_a .title_03 { margin-top: -56px; }
	.join_link_a .title_03 .f_01 { font-size: 18px; line-height: 20px; height: 20px; }
	.join_link_a .word { padding: 10px 10px 10px; }
}
@media (max-width:  480px) {
	.join_link ul li { width: 100%; }
	.join_link_a .word { padding: 10px 0; }
}

/* ---- 加入博纳 - 三分栏 ---- */
.join_box { padding-top: 80px; padding-bottom: 120px; }
.join_box ul { display: block; }
.join_box ul li { display: block; float: left; width: 24.666666%; margin-right: 13%; }
.join_box ul li:nth-last-of-type(1) { margin-right: 0; }
@media (max-width: 1366px) {
	.join_box { padding-top: 60px; padding-bottom: 90px; } 
}
@media (max-width: 1024px) {
	.join_box { padding-top: 40px; padding-bottom: 60px; }
	.join_box ul li { width: 30.666666%; margin-right: 4%; }
}
@media (max-width:  768px) {
	.join_box { padding-top: 20px; padding-bottom: 30px; } 
}
@media (max-width:  480px) {
	.join_box ul li { width: 100%; margin-right: 0; }
}

/* ---- 加入博纳 - 员工风采 ---- */
.join_info { padding-top: 80px; padding-bottom: 120px; }
.join_infoxx { padding-top:30px; padding-bottom: 50px; }
.join_info ul { display: block; }
.join_info ul li { display: block; }
.join_info_a { display: block; position: relative; overflow: hidden; padding: 0 50px 0 430px; box-shadow: 5px 5px 30px rgba(0,117,255,.2); margin-top: 35px; }
.join_info_a .img { width: 390px; height: 265px; overflow: hidden; position: absolute; top: 0; left: 0; }
.join_info_a .img img { width: 100%; }
.join_info_a .shadow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0; }
.join_info_a .main { padding-top: 40px; height: 265px; }
.join_info_a .f_01 { font-weight: bold; font-size: 20px; line-height: 22px; height: 22px; overflow: hidden; }
.join_info_a .news_time_02 { font-size: 15px; line-height: 16px; height: 16px; overflow: hidden; color: #999; margin: 20px 0 15px; }
.join_info_a .f_03 { line-height: 30px; height: 120px; overflow: hidden; font-size: 16px; color: #666; }
.join_info_a:hover .shadow { opacity: .3; }
.join_info_a:hover .f_01 { color: #d91e17; }
.join_info_a:hover .f_03 { color: #d91e17; text-decoration: underline; }
@media (max-width: 1366px) {
	.join_info { padding-top: 60px; padding-bottom: 90px; }
	.join_infoxx { padding-top:30px; padding-bottom: 50px; }
	.join_info_a { padding: 0 30px 0 340px; box-shadow: 5px 5px 20px rgba(0,117,255,.2); margin-top: 25px; }
	.join_info_a .img { width: 312px; height: 212px; }
	.join_info_a .main { padding-top: 20px; height: 212px; }
	.join_info_a .f_01 { font-size: 18px; line-height: 20px; height: 20px; }
	.join_info_a .news_time_02 { font-size: 14px; line-height: 15px; height: 15px; margin: 15px 0 10px; }
	.join_info_a .f_03 { line-height: 28px; height: 112px; font-size: 15px; }
}
@media (max-width: 1024px) {
	.join_info { padding-top: 40px; padding-bottom: 60px; }
	.join_infoxx { padding-top:30px; padding-bottom: 50px; }
	.join_info_a { padding: 0 20px 0 250px; box-shadow: 5px 5px 15px rgba(0,117,255,.2); margin-top: 20px; }
	.join_info_a .img { width: 234px; height: 159px; }
	.join_info_a .main { height: 159px; }
	.join_info_a .f_01 { font-size: 16px; line-height: 18px; height: 18px; }
	.join_info_a .news_time_02 { margin: 10px 0 5px; }
	.join_info_a .f_03 { line-height: 24px; height: 72px; font-size: 14px; }
}
@media (max-width: 480px) {
	.join_info { padding-top: 20px; padding-bottom: 30px; }
	.join_infoxx { padding-top:20px; padding-bottom: 30px; }
	.join_info_a { padding: 0; box-shadow: 0 0 10px rgba(0,117,255,.2); margin-top: 15px; }
	.join_info_a .img { position: relative; width: 100%; height: 0; padding-bottom: 67.94%; }
	.join_info_a .main { height: auto; padding: 15px 10px; }
	.join_info_a .f_01 { font-size: 16px; line-height: 18px; height: 18px; }
	.join_info_a .news_time_02 { margin: 10px 0 5px; }
	.join_info_a .f_03 { line-height: 24px; height: 72px; font-size: 14px; }
}

/* ---- 加入博纳 - 招聘信息 ---- */
.join_info02 { padding-top: 50px; padding-bottom: 120px; }
.join_info02 ul { display: block; margin-left: -8%; }
.join_info02 ul li { display: block; float: left; width: 50%; padding-left: 8%; }
.join_info02_a { display: block; margin-top: 50px; }
.join_info02_a .f_01 { padding: 0 0 20px 20px; position: relative; border-bottom: 1px dotted #333; }
.join_info02_a .f_01::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #000; position: absolute; top: 8px; left: 0; }
.join_info02_a .f_01 span { display: block; color: #000; font-size: 24px; height: 26px; line-height: 26px; overflow: hidden; }
.join_info02_a .f_02 { margin-top: 20px; }
.join_info02_a .f_03 { width: 39%; float: left; color: #777; line-height: 20px; height: 40px; padding-right: 20px; overflow: hidden; margin-top: 10px; }
.join_info02_a .f_02 .f_03:nth-last-of-type(3n-2) { width: 22%; padding-right: 0; }
.join_info02_a .f_02 .f_03:nth-last-of-type(1) { overflow: visible; }
.join_info02_a .f_02 .f_03:nth-last-of-type(1) span { padding: 1px 10px; border: 1px solid #777; border-radius: 25px; }
.join_info02_a:hover .f_01 { border-color: #d91e17; }
.join_info02_a:hover .f_01::after { background: #d91e17; }
.join_info02_a:hover .f_01 span { color: #d91e17; }
.join_info02_a:hover .f_03 { color: #d91e17; }
.join_info02_a:hover .f_02 .f_03:nth-last-of-type(1) span { border-color: #d91e17; }
@media (max-width: 1366px) {
	.join_info02 { padding-top: 40px; padding-bottom: 90px; }
	.join_info02 ul { margin-left: -40px; }
	.join_info02 ul li { padding-left: 40px; }
	.join_info02_a { margin-top: 30px; }
	.join_info02_a .f_01 { padding: 0 0 15px 20px; }
	.join_info02_a .f_01 span { font-size: 22px; height: 24px; }
	.join_info02_a .f_02 { margin-top: 15px; }
	.join_info02_a .f_03 { font-size: 15px; line-height: 18px; height: 36px; padding-right: 15px; margin-top: 5px; }
}
@media (max-width: 1024px) {
	.join_info02 { padding-top: 50px; padding-bottom: 60px; }
	.join_info02 ul { margin-left: -20px; }
	.join_info02 ul li { padding-left: 20px; }
	.join_info02_a { margin-top: 40px; }
	.join_info02_a .f_01 { padding: 0 0 10px 20px; }
	.join_info02_a .f_01 span { font-size: 20px; height: 22px; }
	.join_info02_a .f_02 { margin-top: 10px; }
	.join_info02_a .f_03 { font-size: 14px; padding-right: 10px; }
}
@media (max-width: 768px) {
	.join_info02_a .f_01 { padding: 0 0 10px 10px; }
	.join_info02_a .f_01::after { width: 3px; height: 16px; border-radius: 0; background: #d91e17; top: 0; }
	.join_info02 { padding-top: 20px; padding-bottom: 30px; }
	.join_info02 ul li { width: 100%; }
	.join_info02_a { margin-top: 20px; }
	.join_info02_a .f_01 span { font-size: 16px; height: 20px; }
}
@media (max-width: 480px) {
	.join_info02_a { background: #f8f8f8; padding: 10px 10px; margin-top: 10px; }
	.join_info02_a .f_03 { width: 100%; line-height: 22px; height: 22px; }
	.join_info02_a .f_02 .f_03:nth-last-of-type(3n-2) { width: 100%; padding-right: 0; }
	.join_info02_a .f_02 .f_03:nth-last-of-type(1) { text-align: center; margin-top: 10px; }
}

/* ---- 加入博纳 - 培训关注 ---- */
.ul_01 { display: block; margin-top: 80px; }
.ul_01 li { display: block; margin-bottom: 120px; }
.ul_01 li .img { position: relative; overflow: hidden; float: left; width: 42%; height: 0; padding-bottom: 29%; }
.ul_01 li .img img { width: 100%; }
.ul_01 li .main { float: right; width: 58%; padding: 40px 10% 0 5%; color: #555; font-size: 16px; line-height: 28px; }
.ul_01 li .h1 { color: #000; font-size: 30px; line-height: 36px; margin-bottom: 40px; }
.ul_01 li span { display: block; font-size: 20px; margin-top: 30px; }
.ul_01 li span:nth-of-type(1) { margin-top: 80px; }
.ul_01 li:nth-of-type(even) .img { float: right; }
.ul_01 li:nth-of-type(even) .main { float: left; padding: 40px 5% 0 10%; }
@media (max-width: 1680px) {
	.ul_01 li .main { padding: 30px 10% 0 5%; }
	.ul_01 li span { margin-top: 20px; }
	.ul_01 li span:nth-of-type(1) { margin-top: 60px; }
}
@media (max-width: 1440px) {
	.ul_01 { margin-top: 60px; }
	.ul_01 li { margin-bottom: 90px; }
	.ul_01 li .main { padding: 25px 70px 0 50px; font-size: 15px; line-height: 24px; }
	.ul_01 li .h1 { margin-bottom: 30px; font-size: 26px; }
	.ul_01 li span { margin-top: 15px; font-size: 18px; }
	.ul_01 li span:nth-of-type(1) { margin-top: 40px; }
	.ul_01 li:nth-of-type(even) .main { padding: 25px 50px 0 70px; }
}
@media (max-width: 1024px) {
	.ul_01 { margin-top: 40px; }
	.ul_01 li { margin-bottom: 60px; }
	.ul_01 li .main { padding: 10px 30px 0 30px; font-size: 14px; line-height: 20px; }
	.ul_01 li .h1 { margin-bottom: 10px; font-size: 22px; }
	.ul_01 li span { margin-top: 10px; font-size: 16px; }
	.ul_01 li span:nth-of-type(1) { margin-top: 20px; }
	.ul_01 li:nth-of-type(even) .main { padding: 10px 30px 0 30px; }
}
@media (max-width: 768px) {
	.ul_01 { margin-top: 20px; margin-bottom: 20px; }
	.ul_01 li { margin-bottom: 10px; padding: 0 10px; }
	.ul_01 li .img { width: 100%; padding-bottom: 70%; }
	.ul_01 li .main { width: 100%; padding: 10px 0 10px; float: left; }
	.ul_01 li .h1 { font-size: 20px; }
	.ul_01 li span { margin-top: 5px; }
	.ul_01 li span:nth-of-type(1) { margin-top: 10px; }
	.ul_01 li:nth-of-type(even) .img { float: left; }
	.ul_01 li:nth-of-type(even) .main { float: left; padding: 10px 0 10px; }
}

/* ---- 加入博纳 - 人才发展 ---- */
.join_ul { margin: 100px 0; }
.join_ul .section { margin-bottom: 70px; }
.join_ul .ul_02 { display: block; }
.join_ul .ul_02 li { display: block; overflow: hidden; width: 100%; height: 410px; margin-bottom: 30px; text-align: left; padding: 100px 50% 0 100px; box-shadow: 5px 5px 30px rgba(0,0,0,.15); background-size: cover; background-position: center center; }
.join_ul .ul_02 li .h1 { margin-bottom: 30px; }
.join_ul .ul_02 li:nth-of-type(even) { text-align: right; padding: 100px 100px 0 50%; }
.join_ul .h1 { font-size: 28px; line-height: 32px; color: #000; height: 32px; overflow: hidden; }
.join_ul .main { font-size: 16px; line-height: 28px; color: #555; max-height: 140px; }
@media (max-width: 1366px) {
	.join_ul { margin: 60px 0; }
	.join_ul .section { margin-bottom: 40px; }
	.join_ul .ul_02 li { height: 300px; margin-bottom: 20px; padding: 50px 50% 0 50px; box-shadow: 5px 5px 30px rgba(0,0,0,.15); }
	.join_ul .ul_02 li .h1 { margin-bottom: 20px; }
	.join_ul .ul_02 li:nth-of-type(even) { text-align: right; padding: 50px 50px 0 50%; }
	.join_ul .h1 { font-size: 24px; line-height: 28px; color: #000; height: 28px; }
	.join_ul .main { font-size: 15px; line-height: 24px; color: #555; max-height: 120px; }
}
@media (max-width: 1024px) {
	.join_ul { margin: 40px 0; }
	.join_ul .section { margin-bottom: 30px; }
	.join_ul .ul_02 li { height: 200px; margin-bottom: 15px; padding: 30px 50% 0 30px; box-shadow: 5px 5px 30px rgba(0,0,0,.15); }
	.join_ul .ul_02 li .h1 { margin-bottom: 15px; }
	.join_ul .ul_02 li:nth-of-type(even) { text-align: right; padding: 30px 30px 0 50%; }
	.join_ul .h1 { font-size: 20px; line-height: 24px; color: #000; height: 24px; }
	.join_ul .main { font-size: 14px; line-height: 20px; color: #555; max-height: 100px; }
}
@media (max-width: 768px) {
	.join_ul { margin: 30px 0; }
	.join_ul .section { margin-bottom: 20px; }
	.join_ul .ul_02 li { height: 200px; margin-bottom: 10px; padding: 10px 10px 0 10px; box-shadow: 2px 2px 10px rgba(0,0,0,.15); }
	.join_ul .ul_02 li .h1 { margin-bottom: 10px; }
	.join_ul .ul_02 li:nth-of-type(even) { text-align: right; padding: 10px 10px 0 10px; }
	.join_ul .h1 { font-size: 18px; line-height: 20px; color: #000; height: 20px; }
	.join_ul .main { font-size: 14px; line-height: 20px; color: #555; max-height: 100px; }
}

/* ---- 加入博纳 - 轮播 ---- */
.join_sw { padding: 70px 0 100px; background: #F4F4F4; }
.sw_0805 .img { position: relative; overflow: hidden; width: 100%; height: 0; padding-bottom: 100%; }
.sw_0805 .img img { width: 100%; }
.sw_0805 .img .shadow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0; }
.sw_0805 .f_01 { text-align: center; padding: 0 10px; font-size: 16px; color: #555; line-height: 25px; height: 50px; overflow: hidden; margin-top: 10px; }
.sw_0805 .swiper_link:hover .shadow { opacity: .3; }
.sw_0805 .swiper_link:hover .f_01 { color: #d91e17; }
.sw_0805.swiper-container { padding: 40px 0 20px; }
.sw_0805.swiper-container .swiper-wrapper { margin-left: -10%; }
.sw_0805.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 8px; }
.sw_0805.swiper-container-horizontal > .swiper-pagination-bullets,.swiper-pagination-custom, .swiper-pagination-fraction { bottom: 0;}
.sw_0805 .swiper-pagination-bullet { width: 12px; height: 12px; border-radius: 50%; background: rgba(0,0,0,.3); opacity: 1; }
.sw_0805 .swiper-pagination-bullet-active { width: 12px; height: 12px; background: #d91e17; }
@media (max-width: 1366px) {
	.join_sw { padding: 40px 0 60px; background: #F4F4F4; }
	.sw_0805.swiper-container { padding: 20px 0 20px; }
}
@media (max-width: 1024px) {
	.join_sw { padding: 30px 0 40px; }
	.join_sw .section { padding: 0 30px; }
	.join_sw { padding: 30px 0; background: #F4F4F4; }
	.sw_0805.swiper-container { padding: 20px 0 20px; }
	.sw_0805 .f_01 { padding: 0 10px; font-size: 14px; line-height: 20px; height: 40px; margin-top: 5px; }
	.sw_0805 .swiper-pagination-bullet { width: 10px; height: 10px; border-radius: 50%; background: rgba(0,0,0,.3); opacity: 1; }
	.sw_0805 .swiper-pagination-bullet-active { width: 10px; height: 10px; background: #d91e17; }
	.sw_0805.swiper-container .swiper-wrapper { margin-left: -10%; }
}
@media (max-width: 768px) {
	.join_sw .section { padding: 0 10px; }
	.join_sw { padding: 20px 0; }
	.join_sw .section { padding: 0 10px; }
	.sw_0805.swiper-container .swiper-wrapper { margin-left: -25%; }
}
@media (max-width: 480px) {
	.sw_0805.swiper-container .swiper-wrapper { margin-left: -50%; }
}

/* ---- 加入博纳 - 联系方式 ---- */
.contact_box { background-repeat: no-repeat; background-size: cover; background-position: center center; padding: 80px 0 120px; }
.contact_div { width: 100%; max-width: 1150px; margin: 0 auto; background: rgba(217,30,23,0.7); }
.contact_div .title_03 .f_01.color_fff { color: #fff; }
.contact_div .section { color: #fff; }
.contact_div .h1 { color: #fff; text-align: center; font-size: 20px; font-weight: bold; margin: 80px 0 30px; }
.contact_ul { display: block; margin: 40px 0; }
.contact_ul li { display: block; float: left; width: 25%; text-align: center; }
.contact_ul li .img { display: inline-block; width: 60px; height: 60px; overflow: hidden; }
.contact_ul li .img img {width: 100%; }
.contact_ul li .f_01 { color: #fff; font-size: 15px; line-height: 26px; margin-top: 10px; }
.contact_ul02 { display: block; }
.contact_ul02 li { display: block; float: left; width: 33.333333%; text-align: center; }
.contact_ul02 li .img { display: inline-block; width: 150px; height: 150px; overflow: hidden; }
.contact_ul02 li .img img { width: 100%; }
.contact_ul02 li .f_01 { color: #fff; font-size: 15px; line-height: 26px; margin: 10px 0 60px; }
/*
@media (max-width: 1366px) {
	.contact_box { padding: 60px 70px 90px; }
	.contact_div { width: 100%; max-width: none; }
	.contact_div .h1 { margin: 60px 0 20px; }
}
*/
@media (max-width: 1366px) {
	.contact_box { padding: 40px 30px 60px; }
	.contact_div .h1 { margin: 40px 0 20px; font-size: 16px; }
	.contact_ul02 li .img { width: 120px; height: 120px; }
	.contact_ul02 li .f_01 { font-size: 14px; line-height: 24px; margin: 10px 0 30px; }
}
@media (max-width: 768px) {
	.contact_box { padding: 20px 10px 30px; }
}
@media (max-width: 480px) {
	.contact_div { padding: 0 10px; }
	.contact_ul li { display: block; float: left; width: 50%; text-align: center; }
	.contact_ul li .f_01 { font-size: 13px; line-height: 18px; margin: 5px 0 10px; }
	.contact_ul li .img { width: 40px; height: 40px; }
	.contact_ul02 li { width: 100%; }
	.contact_ul { margin: 25px 0; }
	.contact_ul02 li .f_01 { margin: 5px 0 10px; }
	.contact_div .h1 { margin: 20px 0 10px; }
}


.image-list{ padding:40px 0px 0px 0px;margin-left:-10px;margin-right:-10px}
.image-list .cover{position:relative;width:20%; padding: 5px 10px;  height:auto; float: left; margin-bottom:10px;cursor:pointer}
.image-list .cover .imgzoom{padding-bottom: 130%; width: 100%; position: relative; overflow: hidden; }
.image-list .cover .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.image-list .cover:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.image-list .cover .imgzoom .name{ position: absolute; bottom: 0px; z-index: 9; width: 100%; font-size: 14px; text-align: center; color: #fff; background:rgba(0,0,0,0.5);  height: 40px; line-height: 40px; overflow: hidden;}

@media (max-width:1023px){

.image-list{ padding:20px 0px 0px 0px;margin-left:-5px;margin-right:-5px}
.image-list .cover{position:relative;width:50%; padding: 5px 5px;  height:auto; float: left; margin-bottom:10px;cursor:pointer}
.image-list .cover .imgzoom{padding-bottom: 130%; width: 100%; position: relative; overflow: hidden; }
.image-list .cover .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.image-list .cover:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.image-list .cover .imgzoom .name{ position: absolute; bottom: 0px; z-index: 9; width: 100%; font-size: 14px; text-align: center; color: #fff; background:rgba(0,0,0,0.5);  height: 30px; line-height: 30px; overflow: hidden;}

}


#pictureViewer{width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.3);z-index:10000}#pictureViewer>.content{background-color:#fff;position:absolute;width:80%;height:95%;margin:auto;top:0;right:0;bottom:0;left:0}
#pictureViewer .menu-bar{width:100%}#pictureViewer .menu-bar .handel{width:40px;height:40px;float:right;background-repeat:no-repeat;background-position:50%;cursor:pointer}#pictureViewer .menu-bar .handel:hover{background-color:#c70000;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}#pictureViewer .menu-bar .handel.maximization{background-image:url(../images/icons/maximization_black.png);background-size:14px}#pictureViewer .menu-bar .handel.maximization:hover{background-image:url(../images/icons/maximization_white.png)}#pictureViewer .menu-bar .handel.miniaturization{background-size:16px;background-image:url(../images/icons/miniaturization_black.png)}#pictureViewer .menu-bar .handel.miniaturization:hover{background-image:url(../images/icons/miniaturization_white.png)}#pictureViewer .menu-bar .handel.close-view{background-image:url(../images/icons/close_black.png);background-size:15px}#pictureViewer .menu-bar .handel.close-view:hover{background-image:url(../images/icons/close_white.png)}#pictureViewer .handel-prev,#pictureViewer .handel-next{display:inline-block;width:50px;height:70px;position:relative;top:calc(50% - 80px);background-repeat:no-repeat;background-size:25px;background-position:50%;cursor:pointer;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}#pictureViewer .handel-prev{background-image:url(../images/icons/prev_blank.png)}#pictureViewer .handel-next{background-image:url(../images/icons/next_blank.png)}#pictureViewer .handel-prev:hover,#pictureViewer .handel-next:hover{background-color:#c70000}#pictureViewer .handel-prev:hover{background-image:url(../images/icons/prev_white.png)}#pictureViewer .handel-next:hover{background-image:url(../images/icons/next_white.png)}#pictureViewer .picture-content{display:inline-block;width:80%;height:calc(100% - 80px);position:absolute;margin:0 auto;left:0;right:0}#pictureViewer .picture-content .cover{position:absolute;margin:auto;top:0;right:0;bottom:0;left:0}#pictureViewer .counter{position:absolute;bottom:0;height:40px;line-height:40px;width:100%;text-align:center;color:gray;font-size:13px}#pictureViewer .hide{display:none}#pictureViewer .left{float:left}#pictureViewer .right{float:right}#pictureViewer .clear-flex{clear:both}#pictureViewer img{max-width:100%;max-height:100%}

@media (max-width:1023px){
#pictureViewer>.content{background-color:#fff;position:absolute;width:95%;height:50%;margin:auto;top:0;right:0;bottom:0;left:0}
}















/* 主题颜色: #d91e17; */

/** CSS3 缩放 ====================================================================================*/
.touming{
	-webkit-animation: touming 2s both ease-out; -ms-animation: touming 2s both ease-out; animation: touming  2s both ease-out;
}
.scale {
    -webkit-animation: scale 10s linear 0s alternate infinite;
    animation: scale 10s linear 0s alternate infinite
}
.cloudmove {
    width: 110%;
    -webkit-animation: cloudmove 15s linear 0s alternate infinite;
    animation: cloudmove 15s linear 0s alternate infinite
}
.movetopRight {
    -webkit-animation: movetopRight 5s linear 0s normal infinite;
    animation: movetopRight 5s linear 0s normal infinite
}
.rotatescale {
    -webkit-animation: rotatescale 20s linear 0s alternate infinite;
    animation: rotatescale 20s linear 0s alternate infinite
}
.leftright {
	-webkit-animation: leftright 15s linear 0s alternate infinite;
	animation: leftright 15s linear 0s alternate infinite
}
.roate360 {
	-webkit-animation: rotate360 20s linear 0s normal infinite;
	animation: rotate360 20s linear 0s normal infinite
}
@-webkit-keyframes rotate360 {
from {
-webkit-transform:perspective(1000px) rotate(0);
transform:perspective(1000px) rotate(0)
}
to {
-webkit-transform:perspective(1000px) rotate(360deg);
transform:perspective(1000px) rotate(360deg)
}
}
@keyframes rotate360 {
from {
-webkit-transform:perspective(1000px) rotate(0);
transform:perspective(1000px) rotate(0)
}
to {
-webkit-transform:perspective(1000px) rotate(360deg);
transform:perspective(1000px) rotate(360deg)
}
}
@-webkit-keyframes cloudmove {
0% {
-webkit-transform:perspective(1000px) scale(1) translate3d(-100px, 0, 0) rotate(0);
transform:perspective(1000px) scale(1) translate3d(-100px, 0, 0) rotate(0);
opacity:1;
filter:alpha(opacity=100)
}
}
@keyframes cloudmove {
0% {
-webkit-transform:perspective(1000px) scale(1) translate3d(-100px, 0, 0) rotate(0);
transform:perspective(1000px) scale(1) translate3d(-100px, 0, 0) rotate(0);
opacity:1;
filter:alpha(opacity=100)
}
}
@-webkit-keyframes scale {
0% {
-webkit-transform:perspective(1000px) scale(1);
transform:perspective(1000px) scale(1)
}
100% {
-webkit-transform:perspective(1000px) scale(1.1);
transform:perspective(1000px) scale(1.1)
}
}
@keyframes scale {
0% {
-webkit-transform:perspective(1000px) scale(1);
transform:perspective(1000px) scale(1)
}
100% {
-webkit-transform:perspective(1000px) scale(1.1);
transform:perspective(1000px) scale(1.1)
}
}
@-webkit-keyframes movetopRight {
0% {
-webkit-transform:perspective(1000px) scale(.8) translate3d(230px, -190px, 0) rotate(0);
transform:perspective(1000px) scale(.8) translate3d(230px, -190px, 0) rotate(0);
opacity:0;
filter:alpha(opacity=0)
}
25% {
-webkit-transform:perspective(1000px) scale(.9) translate3d(0, 0, 0) rotate(0);
transform:perspective(1000px) scale(.9) translate3d(0, 0, 0) rotate(0);
opacity:1;
filter:alpha(opacity=100)
}
100%, 50% {
-webkit-transform:perspective(1000px) scale(1) translate3d(-230px, 190px, 0) rotate(0);
transform:perspective(1000px) scale(1) translate3d(-230px, 190px, 0) rotate(0);
opacity:0;
filter:alpha(opacity=0)
}
}
@keyframes movetopRight {
0% {
-webkit-transform:perspective(1000px) scale(.8) translate3d(230px, -190px, 0) rotate(0);
transform:perspective(1000px) scale(.8) translate3d(230px, -190px, 0) rotate(0);
opacity:0;
filter:alpha(opacity=0)
}
25% {
-webkit-transform:perspective(1000px) scale(.9) translate3d(0, 0, 0) rotate(0);
transform:perspective(1000px) scale(.9) translate3d(0, 0, 0) rotate(0);
opacity:1;
filter:alpha(opacity=100)
}
100%, 50% {
-webkit-transform:perspective(1000px) scale(1) translate3d(-230px, 190px, 0) rotate(0);
transform:perspective(1000px) scale(1) translate3d(-230px, 190px, 0) rotate(0);
opacity:0;
filter:alpha(opacity=0)
}
}
@-webkit-keyframes rotatescale {
0% {
-webkit-transform:perspective(1000px) scale(1.1) translate3d(0, 0, 0) rotate(0);
transform:perspective(1000px) scale(1.1) translate3d(0, 0, 0) rotate(0)
}
100% {
-webkit-transform:perspective(1000px) scale(1.6) translate3d(0, 0, 0) rotate(10deg);
transform:perspective(1000px) scale(1.6) translate3d(0, 0, 0) rotate(10deg)
}
}
@keyframes rotatescale {
0% {
-webkit-transform:perspective(1000px) scale(1.1) translate3d(0, 0, 0) rotate(0);
transform:perspective(1000px) scale(1.1) translate3d(0, 0, 0) rotate(0)
}
100% {
-webkit-transform:perspective(1000px) scale(1.6) translate3d(0, 0, 0) rotate(10deg);
transform:perspective(1000px) scale(1.6) translate3d(0, 0, 0) rotate(10deg)
}
}
@-webkit-keyframes leftright {
0% {
-webkit-transform:perspective(1000px) scale(1.25) translate3d(-50px, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
transform:perspective(1000px) scale(1.25) translate3d(-50px, 0, 0) rotateX(0) rotateY(0) rotateZ(0)
}
100% {
-webkit-transform:perspective(1000px) scale(1.25) translate3d(50px, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
transform:perspective(1000px) scale(1.25) translate3d(50px, 0, 0) rotateX(0) rotateY(0) rotateZ(0)
}
}
@keyframes leftright {
0% {
-webkit-transform:perspective(1000px) scale(1.25) translate3d(-50px, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
transform:perspective(1000px) scale(1.25) translate3d(-50px, 0, 0) rotateX(0) rotateY(0) rotateZ(0)
}
100% {
-webkit-transform:perspective(1000px) scale(1.25) translate3d(50px, 0, 0) rotateX(0) rotateY(0) rotateZ(0);
transform:perspective(1000px) scale(1.25) translate3d(50px, 0, 0) rotateX(0) rotateY(0) rotateZ(0)
}
}
@-webkit-keyframes touming {
	0%{opacity : 0}
	100%{opacity : 1}
}
@keyframes touming {
	0%{opacity : 0}
	100%{opacity : 1}
}


/**  CSS3 缩放 ====================================================================================*/
