@import url("animate.css");
@import url("index360.css");

html,body{width:100%;height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,select{font-family:"microsoft yahei";}

#image-reel{overflow:inherit;overflow:initial;}
.fuHintBox{padding:5px;position:absolute;background-color:#fff;color:#333;line-height:26px;text-align:justify;text-justify:distribute;border:1px solid #333;
	-webkit-transition: all linear 0s;transition: all linear 0s;
}
.isA{cursor:pointer;}
.sault_box{height:100%;overflow:auto;
	-webkit-overflow-scrolling:touch;
	-webkit-text-size-adjust:none;
}
.da_load{width:100%;height:100px;background:url(../images/load.gif) no-repeat center;}
.fl_l{float:left;}
.fl_r{float:right;}
.line{height:1px;width:100%;}
.no_border{border:none;}
.tran{-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
.tran_01{-webkit-transition: all linear 0.1s;transition: all linear 0.1s;}
.tran_02{-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
.input_text{display:inline-block;overflow:hidden;}
.input_text input,.input_text textarea{display:block;width:100%;height:100%;border:none;background:transparent}
.input_text input{}
.input_file{position:relative;}
.input_file .face{}
.input_file input{position:absolute;width:100%;height:100%;left:0;top:0;
	/*filter: alpha(opacity=0);*/  
	-moz-opacity:0; 
	opacity:0;
}
.input_text textarea{resize:none;}
input:focus,select:focus,textarea:focus{outline:none;}
select{border:none;height:100%;background:transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select{background-color:#ededed;}
.select select{font-size:24px;}
.ownSelect{height:36px;line-height:36px;position:relative;background-color:#f2f2f2;border:1px solid #c9c9c9;z-index:5;cursor:pointer;}
.ownSelect .s_arr{position:absolute;right:13px;top:14px;
	-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
	-webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    text-align:center;
}
.ownSelect .s_arr.sp_pc{z-index:-1;}
.ownSelect select{padding-left:16px;width:100%;position:absolute;right:0;top:0;text-align:center;color:#333;font-size:14px;}
.ownSelect .aSelect{width:100%;height:100%;}
	.ownSelect .as_txt{padding-left:16px;padding-right:30px;;height:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;color:#333;line-height:36px;cursor:pointer;}
		.ownSelect input{font-size:14px;color:#333;line-height:36px;cursor:pointer;}
	.ownSelect .as_ul{display:none;padding:10px 0;min-width:100%;font-size:12px;color:#7f7f7f;border:1px solid #c9c9c9;background-color:#f5f5f5;position:absolute;top:36px;
		/*max-height:500px;overflow:auto;
		-webkit-overflow-scrolling:touch;
		-webkit-text-size-adjust:none;*/
	}
	.ownSelect.se_left .as_ul{left:-1px;}
	.ownSelect.se_right .as_ul{right:-1px;}
		.ownSelect .as_li{padding-left:10px;padding-right:10px;line-height:28px;cursor:pointer;border-bottom:1px solid transparent;border-top:1px solid transparent;white-space:nowrap;}
		/*.ownSelect.se_right .as_li{text-align:right;}*/
		.ownSelect .as_li:hover{background-color:#fff;border-bottom:1px solid #dcdcdc;border-top:1px solid #dcdcdc;}
.ownSelect .aSelect *{-webkit-transition: all linear 0s;transition: all linear 0s;}
.ownSelect.active .s_arr{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fix_t{width:100%;position:fixed;left:0;top:0;z-index:12;}
.fix_b{width:100%;position:fixed;left:0;bottom:0;z-index:10;}
.fix_r{position:fixed;right:0;bottom:0;z-index:10;}
.box_null{width:100%;height:1px;}

.btn{display:inline-block;height:70px;line-height:71px;overflow:hidden;border-radius:10px;font-size:26px;color:#fff;text-align:center;}
.btn.gray{background-color:#acacad;}
.btn.blue{background-color:#0a50a1;}

.btn_more{display:block;margin-top:50px;width:100%;height:38px;line-height:38px;text-align:center;background-color:#a0a7ad;color:#fff;}
.btn_more img{margin-right:15px;margin-top:15px;}
.btn_gray2{display:inline-block;width:176px;height:41px;background:url(../images/btn_bg_gray2.png) no-repeat;text-align:center;font-size:16px;color:#fff;line-height:41px;}

.pop_black{width:100%;height:100%;background:url(../images/bg_clarity_black_05.png);position:fixed;left:0;top:0;z-index:-1;-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
	/*filter: alpha(opacity=0);*/  
	-moz-opacity:0; 
	opacity:0;
}
.pop_black.active{z-index:48;
	/*filter: alpha(opacity=100);*/  
	-moz-opacity:1; 
	opacity:1;
}
.pop_black.pop_fix.active{z-index:98;}
.popup{width:100%;height:100%;left:0;top:0;position:fixed;z-index:-1;
	-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
	/*filter: alpha(opacity=0);*/  
	-moz-opacity:0; 
	opacity:0;
}
.popup.apLoad{background:url(../images/load.gif) no-repeat center;-webkit-transition: all linear 0s;transition: all linear 0s;}
.popup.inside{position:absolute;width:120%;left:-10%;}
.datebook .popup.inside{position: fixed;}
.popup .pop{display:none;
	-webkit-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
}
.pop_onePic{margin:0 auto 0 auto;padding:6px;width:600px;position:relative;border-radius:3px;background-color:#fff;}
.wrap .pop_onePic *,.wrap .pop_onePic,.wrap .inner{-webkit-transition: all linear 0s;transition: all linear 0s;}
.pop_onePic .p_btn_cls{width:25px;height:25px; padding: 4px; background-color: #000000; position:absolute;right:6px;top:6px;cursor:pointer;z-index:2;}
.pop_onePic .p_btn_cls img{width:100%;height:100%;}
.pop_onePic .pop_cont{}
	.pop_onePic .p_block{z-index:-1;position:absolute;left:0;top:0;display:none;
		-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
		/*filter: alpha(opacity=0);*/  
		-moz-opacity:0; 
		opacity:0;
	}
		.pop_onePic .p_block{}
			.pop_onePic .p_block_cont{}
			.pop_onePic .pb_pic{text-align:center;}
			.pop_onePic .pb_pic img{max-width:100%;}
			.pop_onePic .pb_txt{margin-top:10px;margin-bottom:5px;margin-left:18px;margin-right:18px;font-size:14px;color:#565656;line-height:26px;text-align:center;}
	.pop_onePic .p_block.active{z-index:1;position:relative;display:block;
		/*filter: alpha(opacity=100);*/  
		-moz-opacity:1; 
		opacity:1;
	}
.pop_listPic{
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
.pop_listPic .swipInner{position:relative;z-index:1;}
.pop_listPic .swipArr{width:30px;height:46px;position:absolute;top:0;z-index:3; outline:none; -webkit-tap-highlight-color:transparent;}
.pop_listPic .swipArr_prev{left:5px;}
.pop_listPic .swipArr_next{right:5px;}
.pop_listPic .swipArr img{width:100%;height:100%;position:absolute;left:0;top:0;
	/*filter: alpha(opacity=0);*/  
	-moz-opacity:0; 
	opacity:0;
}
.pop_listPic .swipArr .off{
	/*filter: alpha(opacity=100);*/  
	-moz-opacity:1; 
	opacity:1;
}
.pop_listPic .swipArr:hover .off{
	/*filter: alpha(opacity=0);*/  
	-moz-opacity:0; 
	opacity:0;
}
.pop_listPic .swipArr:hover .on{
	/*filter: alpha(opacity=100);*/  
	-moz-opacity:1; 
	opacity:1;
}
.pop_listPic .p_block{display:block;position:relative;
	/*filter: alpha(opacity=100);*/  
	-moz-opacity:1; 
	opacity:1;
}
.pop_listPic .pb_pic{}
.pop_onePic .pop_b_txt{margin-top:10px;margin-bottom:5px;margin-left:18px;margin-right:18px;font-size:14px;color:#565656;line-height:26px;text-align:center;}

.pop_twoCode{width:100%;height:100%;}
.pop_twoCode .pop_cont{width:100%;height:100%;}
.pop_twoCode .p_btn_cls{position:absolute;right:20px;top:20px;}
.pop_twoCode .p_pic{width:580px;}
	.pop_twoCode .p_pic img{width:100%;height:100%;}
.popup.active{z-index:50;
	/*filter: alpha(opacity=100);*/  
	-moz-opacity:1; 
	opacity:1;
}
.popup.pop_fix.active{z-index:100;}
.popup.inside.pop_fix.active{z-index:50;}
.popup .pop.active{display:block;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.datebook .popup .pop.active{
	margin-top:1.5rem;
}
/*equip--begin*/
.swipWrap{position:relative;width:100%;}
	.swipArr{position:absolute;cursor:pointer;-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
	.swipArr img{-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
	.swipArr_prev{}
	.swipArr_next{}
	.swipInner{height:100%;overflow:hidden;}
		.swipWrap .swiper-wrapper{margin-left:auto;margin-right:auto}
			.swipWrap .swiper-slide{}
				.swiLi{margin:auto;}
				
					.swiLi img{}
	.swipPage{width:100%;text-align:center;}
	.swipPage .pagination{display:inline-block;}
		.swipPage .swiper-pagination-switch{float:left;display:block;cursor:pointer;}
		.swipPage .swiper-active-switch{}
	
.swipInner.isLoading{background:url(../images/load.gif) no-repeat center center;}	
.swipInner.isLoading .swiLi{opacity:0;}
		
.ownScroll{position:relative;}
.ownScroll.mSrX .scrWrap1{overflow-y:hidden;}
	.ownScroll.mSrX.noMar .scrWrapCont{margin-bottom:15px;}
.ownScroll.mSrY .scrWrap1{overflow-x:hidden;}
	.ownScroll.mSrY.noMar .scrWrapCont{margin-right:15px;}
/*.ownScroll *{-webkit-transition: all linear 0s;transition: all linear 0s;}*/
	.scrWrap1{width:100%;height:100%;overflow:hidden;}
		.scrWrap2{width:100%;height:100%;overflow:auto;padding-right:20px;padding-bottom:20px;
			-webkit-overflow-scrolling:touch;
			-webkit-text-size-adjust:none;
		}
			.scrWrapCont{}
	.myScroll{position:absolute;overflow:hidden;}
	.myScroll .mscrLine{cursor:pointer;position:absolute;}
	.myScroll .mscrLineNow{cursor:pointer;position:absolute;}
	.myScroll.ScrX{width:100%;left:0;}
	.myScroll.ScrX .mscrLine{width:100%;}
	.myScroll.ScrX .mscrLineNow{top:0;left:0;height:100%;}
	.myScroll.ScrY{height:100%;;top:0;}
	.myScroll.ScrY .mscrLine{height:100%;}
	.myScroll.ScrY .mscrLineNow{left:0;top:0;width:100%;}
	
.ownScroll{}
	.scrWrap1{}
		.scrWrap2{}
			.scrWrapCont{}
	.myScroll{z-index:1;border-radius:10px;}
	.myScroll .mscrLine{background-color:#c6c6c6;z-index:-1;border-radius:10px;}
	.myScroll .mscrLineNow{background-color:#cf061c;border-radius:10px;}
	.myScroll.ScrX{height:8px;bottom:-30px;}
	.myScroll.ScrX .mscrLine{height:8px;top:0;}
	.myScroll.ScrX .mscrLineNow{}
	.myScroll.ScrY{width:8px;right:-30px;}
	.myScroll.ScrY .mscrLine{width:8px;left:0;}
	.myScroll.ScrY .mscrLineNow{}
/*equip--end*/


/*normal--------------------------------------begin*/
.sp_pc{display:block;}
.sp_transit{display:none;}
.sp_phone{display:none;}


.wrap{margin:auto;width:100%;height:100%;position:relative;z-index:1;}
.wrap a{cursor:pointer;}
	.content{margin:auto;}
	.inner{margin:auto;position:relative;z-index:1;/* background:url(../images/main_bg.png) center top; */overflow:hidden; background: #fafafa;}
		.header{position:relative;z-index:50;}
		.header .box_1{width:100%;height:50px;position:relative;z-index:2;background-color:#fff;}
		.header .box_1 .bg_b{width:100%;height:2px;position:absolute;left:0;bottom:0;background-color:#d4071d;z-index:2;}
		.header .box_1 .content{height:100%;}
			.header .box_1 .logo_box{float:left;margin-left:0;margin-top:12px;}
				.header .box_1 .logo{display:block;width:149px;height:26px;background:url(../images/logo1.png) no-repeat;}
			.header .box_1 .nav_top_1{float:right;}
			/*.header .box_1 .nav_top_1{float:right;background-color:#fff;}*/
				.header .box_1 .nav_top_ul{float:left;width:110px;text-align:center;line-height:50px;position:relative;}
					.header .box_1 .nav_top_ul_txt{display:block;width:100%;height:100%;font-size:16px;background-color:#fff;color:#000;}
					.header .box_1 .nav_top_ul_txt a{color:#000;}
					.header .box_1 ul{height:0;position:absolute;bottom:25px;white-space:nowrap;line-height:25px;z-index:-1;
						-webkit-transition: all linear 0.15s;
						transition: all linear 0.15s;
						/*filter: alpha(opacity=0);*/  
						-moz-opacity:0; 
						opacity:0;
					}
					.header .box_1 .sp_pc .nav_top_ul ul{width:100%;left:0;}
					.header .box_1 .sp_pc .nav_top_ul.active ul{width:800px;left:-345px;}
						.header .box_1 li{display:inline-block;width:85px;height:100%;position:relative;}
						.header .box_1 li a{line-height:25px;font-size:14px;color:#ffc2c2;-webkit-transition: all linear 0.1s;transition: all linear 0.1s;}
				.header .box_1 .nav_top_ul.active .nav_top_ul_txt,.header .box_1 .nav_top_ul_txt:hover{color:#d70010;}
				.header .box_1 .nav_top_ul.active ul{height:25px;bottom:-24px;
					/*filter: alpha(opacity=100);*/  
					-moz-opacity:1; 
					opacity:1;
				}
				.header .box_1 li.active a,.header .box_1 li a:hover{font-weight:bold;color:#fff;
					text-shadow:1px 1px 5px rgba(0,0,0,0.3);
				}
				.header .box_1 .nav_top_ul.active li a{position:absolute;left:0;top:0;display:block;width:100%;height:100%;}
			.header .box_1 .h_btn_box{float:right;}
				.header .box_1 .btn_seek{display:block;width:48px;height:48px;background:url(../images/seek_gray.png) no-repeat center,#fff;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;}
		.header .box_2{width:100%;height:27px;background:url(../images/bg_line_red.jpg) repeat-x;position:absolute;left:0;bottom:0;z-index:1;-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
		.header .box_2.active{bottom:-27px;}
		.footer{position:relative;z-index:1;}
		.footer .content{}
			.footer .box_1{border:2px solid #f8f8f8;background-color:#f4f4f4;}
			.footer .box_1 .link_box{margin-left:16px;margin-right:15px;padding-top:10px;padding-bottom:10px;line-height:26px;font-size:14px;}
				.footer .box_1 .link_box_txt{float:left;color:#333;}
				.footer .box_1 .link_box_txt img{margin-top:10px;}
				.footer .box_1 .link_box_txt span{margin-left:7px;}
				.footer .box_1 ul{float:left;margin-left:4px;}
					.footer .box_1 li{float:left;padding:0 15px;position:relative;}
					.footer .box_1 li a{display:block;color:#666;}
					.footer .box_1 li .line_y{width:1px;height:12px;background-color:#c1c1c1;position:absolute;top:7px;}
					.footer .box_1 li .l_l{left:0;}
					.footer .box_1 li .l_r{right:0;}
			.footer .box_2{width:100%;min-height:210px;background-color:#fff;}
			.footer .box_2 .content{position:relative;}
			.footer .box_2 .b_left{}
				.footer .box_2 .nav_bom{margin:32px 0 30px 18px;}
				.footer .box_2 .nav_bom ul{}
				.footer .box_2 .nav_bom li{}
				.footer .box_2 .nav_bom li a{}
					.footer .box_2 .nb_head{}
						.footer .box_2 .nb_head ul{}
							.footer .box_2 .nb_head li{float:left;width:150px;font-size:16px;line-height:36px;}
							.footer .box_2 .nb_head li a{color:#000;}
					.footer .box_2 .nb_body{}
						.footer .box_2 .nb_body ul{float:left;width:150px;}
							.footer .box_2 .nb_body li{font-size:14px;line-height:24px;}
							.footer .box_2 .nb_body li a{color:#666;}
			.footer .box_2 .b_right{position:absolute;right:0;top:0;}
				.footer .box_2 .tow_code{margin-top:27px;margin-right:3px;text-align:center;}
				.footer .box_2 .tow_code .pic{}
				.footer .box_2 .tow_code .pic img{width:113px;height:113px;-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
				.footer .box_2 .tow_code .tc_txt{margin-top:5px;font-size:12px;color:#333;line-height:14px;}
			.footer .box_3{width:100%;height:74px;background-color:#333;}
			.footer .box_3 .bom_null{width:100%;height:17px;}
			.footer .box_3 .bom_txt{margin-left:18px; }
			.footer .box_3 .bom_txt .copyright0{display: none;}
			.footer .box_3 .bom_txt .copyright1{display: none;}
			.footer .box_3 .bom_txt p{font-size:12px;color:#999;line-height:20px;}
			
			.section{position:relative; padding-top:1.64rem ;}
			.section .content{position:relative; }
				/* .se_content{margin:0 59px 0 59px;} */
					.section .se_bom{height:.50rem;}
					.section .title_box{height:.30rem;white-space:nowrap;position:relative; width: 15.84rem; margin: 0 auto;}
						.section .tb_li{}
						.section .tb_l{margin-right:.08rem;font-size:.24rem;color:#d6000f;line-height:.30rem;}
						.section .tb_c{width:100%;position:relative;bottom:0.06rem;margin-right:.08rem;}
						.section .tb_c .line_gray{width:100%;height:.02rem;position:relative;background-color:#ccc;}
							.section .tb_c .line_red{height:100%;position:absolute;left:0;top:0;background-color:#d60010;}
								.section .tb_c_txt{font-size:.12rem;color:#333;line-height:.18rem;position:relative;top:-.18rem;}
						.section .tb_r{font-size:.12rem;position:relative;top:-.02rem;}
						.section .tb_r a{color:#666;}
						.section .tb_r a.active{color:#d6000f;}
					.section .title_box.first{}
					.main_content{margin:.20rem auto 0 auto; /* width: 1120px; */ width: 100%;}
.tit_box_1{}
.tit_box_1 .tib_tit{font-size:18px;color:#333;line-height:30px;font-weight:bold;}
.tit_box_1 .tib_line{margin-top:15px;width:60px;height:3px;background-color:#d6000f;}
.tit_box_1 .tib_txt{}

.tit_box_2{position:relative;padding-left:12px;}
.tit_box_2 .tib_tit{font-size:18px;color:#333;line-height:20px;font-weight:900;}
.tit_box_2 .tib_line{width:6px;height:20px;background-color:#d4071d;position:absolute;left:0;bottom:0;}

.ac_share_box.bdshare-button-style0-16 a
,.ac_share_box.bdshare-button-style0-16 .bds_more{float:none;margin:0;padding:0;background:none;}

.ac_share_box{font-size:14px;color:#333;line-height:30px;text-align:right;}
.ac_share_box .btn_share{display:inline-block;margin-right:14px;position:relative;text-align:center;}
.ac_share_box .btn_share a{display:block;width:100%;height:100%;position:absolute;z-index:1;}
.ac_share_box .btn_share img{position:absolute;left:0;top:0;z-index:-1;
	/*filter: alpha(opacity=0);*/  
	-moz-opacity:0; 
	opacity:0;
}
.ac_share_box .btn_share img.off{
	/*filter: alpha(opacity=100);*/  
	-moz-opacity:1; 
	opacity:1;
}
.ac_share_box .btn_weixin{top:4px;margin-left:10px;position:relative;z-index:1;}
.ac_share_box .btn_weixin,.ac_share_box .btn_weixin img{width:21px;height:18px;}
.ac_share_box .btn_kongjian{top:3px;}
.ac_share_box .btn_kongjian,.ac_share_box .btn_kongjian img{width:19px;height:18px;}
.ac_share_box .btn_weibo{top:3px;margin-right:2px;}
.ac_share_box .btn_weibo,.ac_share_box .btn_weibo img{width:20px;height:18px;}
.ac_share_box .btn_share img{
	-webkit-transition: all linear 0.15s;transition: all linear 0.15s;
}
.ac_share_box .btn_share img.off{
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.ac_share_box .btn_share img.on{
	-webkit-transform: scale(0.7, 0.7);
	transform: scale(0.7, 0.7);
}
.ac_share_box .btn_share:hover img{-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
.ac_share_box .btn_share:hover img.on{
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	/*filter: alpha(opacity=100);*/  
	-moz-opacity:1; 
	opacity:1;
}
.ac_share_box .btn_share:hover img.off{
	-webkit-transform: scale(0.7, 0.7);
	transform: scale(0.7, 0.7);
	/*filter: alpha(opacity=0);*/  
	-moz-opacity:0; 
	opacity:0;
}



.own_more{}
.own_more{display:block;height:25px;font-size:12px;color:#d4071d;line-height:27px;}
.own_more img{margin-left:7px;width:25px;height:25px;}
.own_more2{display:block;height:25px;font-size:12px;color:#a1a1a1;line-height:27px;cursor:pointer;}
/*.own_more2 img{margin-left:7px;width:25px;height:25px;}*/
.own_more2 .r_txt{float:right;}
	.own_more2 .r_txt_1{display:block;}
	.own_more2 .r_txt_2{display:none;}
.own_more2 .r_icon{float:right;margin-left:7px;width:25px;height:25px;border-radius:50px;background-color:#a1a1a1;position:relative;}
	.own_more2 .ri_x{width:20px;height:2px;position:absolute;left:8px;top:17px;background-color:#fff;
		-webkit-transform: rotate(0);
	    -moz-transform: rotate(0);
	    -o-transform: rotate(0);
	    transform: rotate(0);
	}
	.own_more2 .ri_y{width:2px;height:20px;position:absolute;left:17px;top:8px;background-color:#fff;
		-webkit-transform: rotate(0);
	    -moz-transform: rotate(0);
	    -o-transform: rotate(0);
	    transform: rotate(0);
	}
.own_more2.active{}
.own_more2.active .r_txt_1{display:none;}
.own_more2.active .r_txt_2{display:block;}
.own_more2.active .ri_y{
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* .black_null{height:1px;}
.btn_admore_box{text-align:center;}
	.btn_admore{margin-left:auto;margin-right:auto;width:190px;height:38px;line-height:38px;background-color:#a1a1a1;font-size:16px;color:#fff;text-align:center;cursor:pointer;}
	.btn_admore_box .dataHint{font-size:14px;color:#565656;line-height:35px;}
	.btn_admore_box .dataHint img{margin-right:10px;}
	.btn_admore_box.ing .dataHint{}
	.btn_admore.off{display:none;}
.btn_admore_box .btn_admore,.btn_admore_box .dataHint{margin-top:25px;}
.time_box{margin:30px auto 0 auto;text-align:center;position:relative;}
.time_box .tb_arr_box{width:100%;position:absolute;left:0;top:0;}
	.time_box .tb_arr{width:39px;height:39px;position:absolute;top:25px;cursor:pointer;} */
	/* .time_box .tb_arr img{width:100%;height:100%;position:absolute;left:0;top:0;-webkit-transition: all linear 0.2s;transition: all linear 0.2s;} */
	.black_null{height:1px;}
	.btn_admore_box{margin-top:60px;text-align:center; }
		.btn_admore{margin-left:auto;margin-right:auto;width:190px;height:38px;line-height:38px;background-color:#a1a1a1;font-size:16px;color:#fff;text-align:center;cursor:pointer;}
		.btn_admore_box .dataHint{font-size:14px;color:#565656;line-height:35px;}
		.btn_admore_box .dataHint img{margin-right:10px;}
		.btn_admore_box.ing .dataHint{}
		.btn_admore.off{display:none;}
	.time_box{/* margin:0 auto 0 auto; */text-align:center;position: relative; top: 0; left: 0;margin-top: 0.4rem; /* padding-top: 0.30rem; */ padding: 0.3rem 2.3rem 0; width: 14.6rem;}
	.time_box.on{position:fixed;z-index:200;/* left:50%;transform:translateX(-50%); */ background: linear-gradient(to bottom,rgba(250,250,250,100) 74%, rgba(250,250,250,0) 100%); margin-top: 0rem;}
	
	.time_box .tb_arr_box{width:100%;position:absolute;left:0;top:0;}
		.time_box .tb_arr{width:auto; padding-right: .29rem; height:.39rem;position:absolute;top:30px;cursor:pointer; padding-top: 0.06rem; padding-bottom: .20rem;}
		/* .time_box .tb_arr img{width:100%;height:100%;position:absolute;left:0;top:25px;-webkit-transition: all linear 0.2s;transition: all linear 0.2s;} */
		.time_box .tb_arr img{ width: .10rem;}
	.time_box .tb_arr .on{
		/*filter: alpha(opacity=0);*/  
		-moz-opacity:0; 
		opacity:0;
	}
	.time_box .tb_arr .off{}
	.time_box .tb_arr.active .on{
		/*filter: alpha(opacity=100);*/  
		-moz-opacity:1; 
		opacity:1;
	}
	.time_box .tb_arr.active .off{
		/*filter: alpha(opacity=0);*/  
		-moz-opacity:0; 
		opacity:0;
	}
	/*.time_box .tb_arr:hover .on{
		filter: alpha(opacity=100);  
		-moz-opacity:1; 
		opacity:1;
	}
	.time_box .tb_arr:hover .off{
		filter: alpha(opacity=0);
		-moz-opacity:0; 
		opacity:0;
	}*/
	/* .time_box .tb_arr_l{ left:0;}
	.time_box .tb_arr_r{right:0;}
.time_box .tb_cont{margin:0 65px;position:relative; display: flex;}
	.time_box .all_box{width:135px;height:95px;font-size:20px;font-weight:bold;color:#7e7e7e;text-align:center;}
		.time_box .year_all{line-height:28px;cursor:pointer;}
		.time_box .year_all.active{color:#d20023;}
	.time_box .year_box{width:100%;position:relative;height:95px;overflow:hidden;}
	.time_box .year_box ul{display:none;height:50px;position:relative;left:0;
	    -webkit-transition: all linear 0s;
	    transition: all linear 0s;
	}
	.time_box .yb_line{width:100%;height:1px;position:absolute;left:0;top:45px;background-color:#7e7e7e;z-index:-1;}
	.time_box .year_box li{float:left;margin-bottom:150px;width:116px;position:relative;
		-webkit-transition: all linear 0.2s;
	    transition: all linear 0.2s;
	}
		.time_box .yb_year{display:inline-block;font-size:26px;color:#7e7e7e;font-family:impact;line-height:30px;cursor:pointer;}
		.time_box .yb_dot{width:100%;height:12px;position:absolute;left:0;bottom:-23px;text-align:center;}
		.time_box .yb_dot img{margin:auto;width:10px;height:10px;display:none;cursor:pointer;}
		.time_box .yb_dot .off{display:block;}
	.time_box .year_box li.active{}
	.time_box .year_box li.active .yb_year{color:#d20023;}
	.time_box .year_box li.active .yb_dot .off{display:none;}
	.time_box .year_box li.active .yb_dot .on{display:block;}
.time_box .mb_li{display:none;}
	.time_box .month_box{}
		.time_box .month_box ul{}
			.time_box .month_box li{display:inline-block;width:60px;}
				.time_box .mb_month{font-size:14px;color:#7e7e7e;line-height:30px;}
			.time_box .month_box li.active{}
			.time_box .month_box li.active .mb_month{color:#d20023;font-weight:bold;}
		.time_box .month_box .select{width:139px;height:55px;line-height:55px;float:right;position:relative;}
		.time_box .month_box .select .s_arr{position:absolute;right:17px;top:20px;}
		.time_box .month_box .select select{padding-left:25%;width:100%;position:absolute;right:0;top:0;text-align:center;color:#7e7e7e;} */
		
		.time_box .tb_arr_l{/* left:27px; */ left:2.3rem;}
			.time_box .tb_arr_r{/* right:27px; */right:2.3rem;     padding-left: .29rem; padding-right: 0;}
		.time_box .tb_cont{margin:0 0.42rem;position:relative; display: flex;}
		
			.time_box .all_box{width:122px;height:104px;font-size:18px;color:#7e7e7e;text-align:center; position: relative; margin-right: 18px;}
				.time_box .year_all{line-height:28px;cursor:pointer;}
			.honor .time_box .all_box{ display: none;}
			.datebook .time_box .all_box{ display: none;}
			.time_box .year_box{width:100%;position:relative;height:104px;overflow:hidden;}
			.time_box .year_box ul{/* display:none; */height:100%;position:relative;left:0; 
			    -webkit-transition: all linear 0s; 
			    transition: all linear 0s;
			}
			/*.time_box .year_box ul *{-webkit-transition: all linear 0s;transition: all linear 0s;}*/
			.time_box .yb_line{width:100%;height:2px;position:absolute;left:0;top:50%; transform: translateY(-50%);  background-color:#dbdbdb;z-index:-1;}
			.time_box .year_box li{float:left; width:154px;  position:relative; height: 100%;}
				.time_box .yb_year{display:inline-block;font-size:16px;color:#7e7e7e;line-height:30px;cursor:pointer; position: absolute; top: 0; left:50%; transform: translateX(-50%);}
				.time_box .yb_dot{width:122px;height:28px;position:absolute;left:50%;top:50%; transform: translate(-50%,-50%);  text-align:center;}
				.time_box .yb_dot img{margin:auto;width:100%;height:auto;display:none;cursor:pointer;}
				.time_box .yb_dot .off{display:block;}
			.time_box .year_box li.active{}
			.time_box .year_box li.active .yb_year,.time_box .all_box.active .year_all{color:#d20023; font-weight: bold;}
			.time_box .all_box.active .yb_dot .off,.time_box .year_box li.active .yb_dot .off{display:none;}
			.time_box .all_box.active .yb_dot .on,.time_box .year_box li.active .yb_dot .on{display:block;}
		.time_box .mb_li{display:none;}
			.time_box .month_box{}
				.time_box .month_box ul{}
					.time_box .month_box li{display:inline-block;width:60px;}
						.time_box .mb_month{font-size:14px;color:#7e7e7e;line-height:30px;}
					.time_box .month_box li.active{}
					.time_box .month_box li.active .mb_month{color:#d20023;font-weight:bold;}
				.time_box .month_box .select{width:139px;height:55px;line-height:55px;float:right;position:relative;}
				.time_box .month_box .select .s_arr{position:absolute;right:17px;top:20px;}
				.time_box .month_box .select select{padding-left:25%;width:100%;position:absolute;right:0;top:0;text-align:center;color:#7e7e7e;}
		.time_box .mb_li.active{display:block;}
		
.time_box .mb_li.active{display:block;}
.inner .b_more{display:block;height:25px;font-size:12px;color:#d4071d;line-height:27px;}
.inner .b_more img{margin-left:7px;width:25px;height:25px;}

.inner.mode_seek .header .box_1{}
.inner.mode_seek .header .box_1 .nav_top_ul.active ul{bottom:25px;}
.inner.mode_seek .header .box_1 .nav_top_1.active{top:-900px;}
.inner.mode_seek .header .box_2.active{bottom:0;}
/*.inner.mode_seek .pop_black.active{z-index:-1;opacity:0;}*/

.inner .main_seek{height:130px;width:100%;position:absolute;left:0;top:-90px;z-index:-1;}
.inner .main_seek.active{top:50px;}
.inner .main_seek .seek_bg{width:100%;height:127px;position:absolute;left:0;top:0;z-index:-1;background:url(../images/seek_bg.png) repeat-x;}
.inner .main_seek .content{margin-top:35px;text-align:center;}
	.inner .main_seek .ms_li{display:inline-block;position:relative;}
		.inner .main_seek .input_seek{width:490px;position:relative;background-color:#f2f2f2;border:1px solid #c9c9c9;background-color:#fff;}
			.inner .main_seek .input_seek .input_text{display:block;margin-left:10px;margin-right:40px;height:36px;}
				.inner .main_seek .input_seek input{font-size:14px;height:36px;line-height:36px;}
				.inner .main_seek .i_btn_seek{display:block;width:40px;height:100%;position:absolute;right:0;top:0;text-align:center;cursor:pointer;background-color:#f2f2f2;border-left:1px solid #c9c9c9;}
				.inner .main_seek .i_btn_seek img{margin-top:7px;width:23px;height:23px;}
		.inner .main_seek .ms_l_tit{font-size:24px;color:#d4071d;line-height:36px;}
		.inner .main_seek .ms_c_tit{font-size:12px;color:#333;line-height:26px;}
		.inner .main_seek .ms_line_red{width:100%;height:2px;position:absolute;left:0;bottom:0;background-color:#d4071d;}
	.inner .main_seek .ms_l{top:-2px;}
	.inner .main_seek .ms_c{margin-left:15px;top:-5px;}
	.inner .main_seek .ms_r{margin-left:25px;}

/*normal--------------------------------------end*/

/*page--begin*/
/*strategy--begin*/
	.strategy{}
	.strategy .catalog{}
		.strategy .black{margin-top:20px;width:275px;}
			.strategy .black_cont{}
				.strategy .b_pic{width:100%;position:relative;overflow:hidden;}
				.strategy .b_pic_img{width:100%;
					-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
					-webkit-transform: scale(1, 1);
					transform: scale(1, 1);
				}
					.strategy .b_p{margin:58px 5px 0 5px;font-size:14px;line-height:26px;text-align:justify;text-justify:distribute;max-height:9999px;color:#565656;}
					.strategy .b_p img{width:44px;}
				.strategy .b_pic:hover .b_pic_img{
					-webkit-transform: scale(1.05, 1.05);
					transform: scale(1.05, 1.05);
				}
	.strategy .catalog:after{display:none;}

/*strategy--end*/

/*culture--begin*/
	.culture{}
	.culture .tit_box{margin-top:30px;height:56px;text-align:center;background-color:#efefef;overflow:hidden;}
	.culture .tit_box .tb_null{height:10px;}
	.culture .tit_box .tb_tit{font-size:18px;color:#565656;line-height:30px;font-weight:bold;}
	.culture .tit_box .tb_line img{}
	.culture .catalog_1{margin:auto;width:100%;}
	.culture .catalog_1 *{-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
	.culture .catalog_1 .black{margin-top:16px;width:240px;position:relative;color:#fff;text-align:center;overflow:hidden;}
		.culture .catalog_1 .black_cont{}
			.culture .catalog_1 .b_pic{}
				.culture .catalog_1 .b_pic_img{width:100%;}
			.culture .catalog_1 .b_p{width:100%;height:100%;position:absolute;left:0;top:0;}
				.culture .catalog_1 .b_tit_1{margin-top:66px;font-size:22px;line-height:30px;font-weight:bold;}
				.culture .catalog_1 .b_tit_2{margin-top:3px;font-size:16px;line-height:20px;}
				.culture .catalog_1 .b_txt_box{margin-top:20px;}
					.culture .catalog_1 .b_txt{font-size:14px;line-height:26px;position:relative;}
						.culture .catalog_1 .b_dot{display:inline-block;width:10px;text-align:center;}
						.culture .catalog_1 .b_dot.sp{margin-left:4px;text-align:left;position:relative;}
	.culture .catalog_1 .black .b_pic{-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.culture .catalog_1 .black:hover .b_pic{
		-webkit-transform: scale(1, 1);
		transform: scale(1.1, 1.1);
	}
	.culture .catalog_1 .b_3{}
	.culture .catalog_1 .b_3 .b_txt{left:8px;}
	.culture .catalog_1 .b_3 .b_dot.sp{left:-4px;top:1px;}
	.culture .catalog_1:after{display:none;}
	.culture .catalog_1 .black_null{width:240px;}
	.culture .catalog_2{margin:auto;width:100%;}
	.culture .catalog_2 *{-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
	.culture .catalog_2 .black{margin-top:26px;width:495px;height:152px;background-color:#fff;
		-moz-box-shadow:2px 2px 10px 0 rgba(0,0,0,0.2);
		-webkit-box-shadow:2px 2px 10px 0 rgba(0,0,0,0.2);
		box-shadow:2px 2px 10px 0 rgba(0,0,0,0.2);
	}
		.culture .catalog_2 .black_cont{padding:21px 19px;}
			.culture .catalog_2 .b_pic{float:left;width:199px;height:109px;position:relative;border:1px solid #bcbcbc;overflow:hidden;}
				.culture .catalog_2 .b_pic_img{width:100%;height:100%;}
				.culture .catalog_2 .b_tit_box{width:100%;height:100%;position:absolute;left:0;top:0;text-align:center;color:#fff;}
					.culture .catalog_2 .b_tit_1{margin-top:30px;font-size:18px;line-height:24px;font-weight:bold;}
					.culture .catalog_2 .b_tit_2{font-size:16px;line-height:24px;}
			.culture .catalog_2 .b_p{float:left;height:109px;margin-left:14px;width:242px;text-align:justify;text-justify:distribute;max-height:9999px;position:relative;}
				.culture .catalog_2 .b_txt{font-size:14px;line-height:30px;color:#565656;}
				.culture .catalog_2 .b_txt.sp_pc span{white-space:nowrap;letter-spacing:-1px;}
			.culture .catalog_2 .black .b_pic img{-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
				-webkit-transform: scale(1, 1);
				transform: scale(1, 1);
			}
			.culture .catalog_2 .black:hover .b_pic img{
				-webkit-transform: scale(1, 1);
				transform: scale(1.1, 1.1);
			}
	.culture .catalog_2:after{display:none;}
	.culture .catalog_2 .b_2 .b_txt{line-height:26px;}


/*culture--end*/

/*profile--begin*/
.profile .main_content{ width: 15.84rem; margin: 0 auto;}
.profile .main_content dl{ margin-top: 0.86rem; margin-bottom: 1.12rem;}
.profile .main_content dt{ }
.profile .main_content dt .t{font-weight: bold; font-size: 0.2rem; height: 0.5rem; line-height: 0.5rem; position: relative;text-align: center; color: #565656;}
.profile .main_content dt .t::after{position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); content: ''; width: 0.38rem; height: 0.02rem; background-color: #eb0a1e; display: block;}
.profile .main_content dt .subtitle{font-size: 0.16rem; margin-top: 0.4rem; margin-bottom: 0.32rem; line-height: 0.3rem; text-align: justify;}
.profile .main_content dt .subtitle p{margin-top: 0.26rem;}
.profile .main_content dt .subtitle p:first-child{margin-top: 0;}
.profile .main_content dt .subtitle span{font-weight: bold;}
.profile .information .video{width: 100%; position: relative; border-radius: 0.04rem; overflow: hidden;}
.profile .information .video video{width: 100%;}
.profile .information .video a{width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center;}
.profile .information .video a img{width: 0.7rem;}
.profile .information .map{width: 100%; background-color: #e3e6eb; display: flex; margin-top: 0.58rem;}
.profile .information .map .l{width: 3.74rem; height: 5.44rem; padding: 0.4rem 0.5rem;}
.profile .information .map .l .t{font-size: 0.2rem; line-height: 0.9rem; height: 0.9rem; border-bottom: #b5bac0 1px solid;}
.profile .information .map .l .c{font-size: 0.16rem; line-height: 0.3rem; margin-top: 0.42rem;}
.profile .information .map .r{width: 11.12rem;  height: 6.24rem;}
.profile .information .map .r img{width: 100%;}

.profile .facilities dd{width: 100%;  height: 6.24rem; position: relative;}
.profile .facilities_pic{width: 100%;  height: 6.24rem;}
.profile .facilities_pic .swiper-slide{display: flex; justify-content: space-between; background-color: #e3e7ec;} 
.profile .facilities_pic .swiper-slide .pic{width: 11.08rem; height: 100%; overflow: hidden;}
.profile .facilities_pic .swiper-slide .pic img{width: 100%;}
.profile .facilities_pic .swiper-slide .textContent{width:3.82rem; height:calc( 100% - 0.36rem); margin-top:0;padding: 0.36rem 0.47rem 0;}
.profile .facilities_pic .swiper-slide .textContent dt{ height: 0.94rem; display: flex; align-items: center; font-size: 0.2rem; border-bottom: 1px solid #898f96; }

.profile .facilities_pic .swiper-slide .textContent dd{font-size: 0.16rem; margin-top: 0.46rem; line-height: 0.3rem;}
.profile .facilities_pic .swiper-slide .textContent dd img{width: 100%;}
.profile .facilities_pic .swiper-slide .textContent dd img{ margin-bottom: 0.5rem;}
.profile .facilities_pic .swiper-slide .textContent dd ul{display: flex; flex-wrap: wrap;}
.profile .facilities_pic .swiper-slide .textContent dd ul li{ margin-bottom: 0.72rem;}
.profile .facilities_pic .swiper-slide .textContent dd ul li:nth-child(2n+1){width: 2rem; position: relative;}
.profile .facilities_pic .swiper-slide .textContent dd ul li:nth-child(2n){ padding-left: 0.5rem;}
.profile .facilities_pic .swiper-slide .textContent .p0 li .con{ height: 0.48rem; display: flex; align-items: end;}
.profile .facilities_pic .swiper-slide .textContent dd ul li .con .big{font-size: 0.34rem; line-height: 0.4rem; margin-right: 0.1rem;}
.profile .facilities_pic .swiper-slide .textContent dd ul li:nth-child(2n+1)::after{ position: absolute; top: 0.1rem; right: 0; width: 1px; height: 0.58rem; background-color: #b6bbc1; content: ''; display: block;}

.profile .facilities_pic .swiper-slide .textContent dd .p1 li:nth-child(2n+1){width:1.34rem;}
.profile .facilities_pic .swiper-slide .article .g{margin-bottom: 0.2rem;}
.profile .facilities_pic .swiper-slide  .textContent dd table td{ font-size: 0.16rem; vertical-align:top; }
.profile .facilities_pic .swiper-slide  .textContent dd table td span{ display: block; height:100%; line-height: 0.3rem; width: 0.14rem; text-align: center; margin-right: 0.04rem;}

.profile .page{position:absolute; right: 0.5rem; bottom: 0; width: 0.86rem; height: 0.56rem; z-index: 555;}

.profile .page .now{font-size: 0.3rem;}
.profile .page .sum{font-size: 0.16rem;}
.profile .page .pagenum{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -60%); width: 0.55rem; text-align:center;}
.profile .page .arrow_lf{background: url(../images/profile/facilities_l.png) no-repeat center; position: absolute; top: 50%; left: 0; width: 0.1rem; height: 0.16rem; background-size: 100% auto; transform: translateY(-50%);}
.profile .page .arrow_rt{background: url(../images/profile/facilities_r.png) no-repeat center; position: absolute; top: 50%; right: 0; width: 0.1rem;  height: 0.16rem; background-size: 100% auto; transform: translateY(-50%);}

.platform_pic,.innovate_pic{height: 8.92rem; width: 100%; overflow: hidden; border-radius: 0.04rem;}
.platform_pic img,.innovate_pic img{width: 100%; }
.platform_pic .swiper-pagination,.innovate_pic .swiper-pagination{bottom: 0.48rem;}
.platform_pic .swiper-pagination .swiper-pagination-bullet,.innovate_pic .swiper-pagination .swiper-pagination-bullet{ height: 0.1rem; width: 0.1rem; background-color: #fff;}
.platform_pic .swiper-pagination .swiper-pagination-bullet-active,.innovate_pic .swiper-pagination .swiper-pagination-bullet-active{width:0.72rem; height: 0.1rem; border-radius: 0.04rem;}
/* .platform .pic{width: 100%;}
.platform .pic img{width: 100%;} */
.platform .pic_describe{background: url(../images/profile/platform_word.png) no-repeat top center; background-size:100% auto; height: 2.84rem;padding: 0 1.42rem; display: flex; align-items: flex-end; justify-content: space-between;}
.platform .pic_describe li{width: 3.2rem; text-align: center; font-size: 0.16rem;}
.platform .pic_describe li .title{ line-height: 0.6rem; }
.platform .pic_describe li .num{height: 0.24rem; line-height: 0.24rem;}
.platform .pic_describe li span{font-size: 0.34rem;  font-family:"Montserrat";  margin-right: 0.04rem;}
.honor_pic{width: 100%; border-radius: 0.04rem; overflow: hidden;}
.honor_pic img{width: 100%;}

.innovate_pic{ margin-bottom: 0.66rem;}
.littlePic li{display: flex;justify-content:space-between; margin-bottom: 0.78rem;}
.littlePic li:nth-child(even){flex-direction:row-reverse;}
.littlePic li .swiper-container{width: 7.9rem; height: 4.44rem; overflow: hidden; border-radius: 0.04rem; margin:0;}
.littlePic li .swiper-container img{width: 100%;}
.littlePic li .swiper-container .swiper-pagination-bullet{background-color: #fff; width: 0.1rem; height: 0.1rem;}
.littlePic li .describe{width: 7.38rem; display: flex; align-items: center; justify-content: center; flex-wrap:wrap; }
/* .littlePic li:nth-child(even) .describe{ */
.littlePic li .describe .l_t{font-size: 0.18rem;}
.littlePic li .describe .l_t::after{height: 0.38rem; width: 1px; background-color: #eb0a1e; display: block; content: ''; margin:0.18rem;}
.littlePic li .describe .l_c{text-align: justify;}
.innovate .con{font-size: 0.16rem; line-height: 0.3rem; }
.innovate .con .littlePic{margin-top: 0.34rem;}
.innovate dd { font-size: 0.16rem; line-height: 0.3rem;}
.innovate .ash{ margin-bottom: .36rem; text-align: justify;}
.innovate .ash span{font-weight: bold;}
.littlePic li .describeCon{}
	/* .profile{background: none;}
	.profile .main_content{width: 1120px; margin: 0 auto;}
		.profile .section_top{background-image: url(../images/profile/main_bg_t.jpg);background-position: center bottom;background-repeat: no-repeat;}
		.profile .section_bottom{padding-top: 0;background-image: url(../images/profile/main_bg_b.jpg);background-position: center top;overflow: hidden;background-repeat: no-repeat;}
			.profile .tit_pic{margin-top:40px;width:100%;}
			.profile .tit_pic img{width:100%;}
			.profile .tit_box_1{margin-top:0.76rem;}
			.profile .section_bottom .tit_box_1{margin-top: .56rem; }
			.profile .tit_box_1 .tib_tit{text-align: center;font-size: 20px;}
			.profile .tit_box_1 .tib_line{margin: 15px auto 0;width: 40px;height: 2px;}
			.profile .tit_box_1 .tib_txt{margin-top:32px;color:#565656;line-height:32px;text-align:justify;text-justify:distribute;max-height:9999px;}
			.profile .txt_box{}
			.profile .bigSwiper{margin-top: 54px;padding-bottom: 52px;}
			.profile .bigSwiper .pic{width: 100%;}
			.profile .bigSwiper .swiper-pagination{width: 100%;text-align: center;margin-top: 24px;margin-left: -30px;}
			.profile .bigSwiper .swiper-pagination .swiper-pagination-bullet{margin: 0 4px;}
			.profile .params{display: flex;align-items: center;justify-content: space-around;margin-top: 70px;padding-bottom: 55px;}
			.profile .params .par_it{width: 22%;white-space: nowrap;}
			.profile .params .par_it>span{color: #7a7979;}
			.profile .params .par_it .par{color: #3c3838;margin-top: 20px;}
			.profile .params .par_it .par span{display: inline-block;}
			.profile .params .par_it .par .num{font-size: 65px;line-height: 55px;color: #cf061c;font-family: futuram;vertical-align: middle;}
			.profile .params .par_it .par .sy{font-size: 24px;vertical-align: middle;}
			.profile .params .par_it .par .unit{font-size: 16px;vertical-align: bottom;}
				.profile .txb_li{float:left;margin-top:62px;width:100%;display: flex;    align-items: center;}
				.profile .title_pic .map_pic{width: 100%;margin-top: 36px;}
					.profile .tx_pic{text-align:center;overflow:hidden;position:relative;width:50%;height: 316px;}
					.profile .tx_pic img{width: 100%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}				
					
					.profile .tx_txt_box{color:#565656;line-height:30px;text-align:justify;text-justify:distribute;max-height:9999px;}
					.profile .tx_txt_box p{margin-top:25px;}
					.profile .tx_txt_box p.first{margin-top:0;}
				.profile .txl_l{}
				.profile .txl_l .tx_pic{margin-right:4%;flex-shrink: 0;}
				.profile .txl_l .tx_txt_box{}
				.profile .txl_r{}
				.profile .txl_r .tx_pic{margin-left:4%;flex-shrink: 0;}
				.profile .txl_r .tx_txt_box{}
			.profile .tit_box_2{margin-top:50px;padding-left:0;text-align:center;}
			.profile .tit_box_2 .tib_tit{margin:0 22px;font-size:18px;color:#333;line-height:24px;font-weight:bold;}
			.profile .tit_box_2 .tib_line{width:100%;height:1px;background-color:#b9b9b9;position:relative;}
			.profile .tit_box_2 .tib_line_l{}
			.profile .tit_box_2 .tib_line_r{}
			.profile .atlas{margin-top:38px;padding-bottom: 52px; width: 1120px; margin: 0 auto;}
			.profile .atlas .swiper-slide img{width: 100%;} 
			.profile .atlas .smallImg {border-top: 4px solid #d6000f;}
			.profile .atlas .smallImg .swiper-slide:after{content: '';display: block;width: 100%;height: 100%;background: rgba(0,0,0,0.4);position: absolute;left: 0;top: 0;cursor: pointer;}
			.profile .atlas .smallImg .swiper-slide.on:after{display: none;}
			.profile .atlas .page{position: absolute;right: 38px;bottom: 24px;z-index: 1;display: flex;align-items: center;}
			.profile .atlas .pagenum{font-size: 16px;color: #ffffff;}
			.profile .atlas .pagenum .now{color: #e5301b;}
			.profile .atlas .page .arrow_btn{display: flex;align-items: center;margin-left: 10px;} 
			.profile .atlas .page .arrow_btn .arrow{margin: 0 10px;width: 16px;height: 16px;background-repeat: no-repeat;cursor:pointer;}
			.profile .atlas .page .arrow_btn span{width: 1px;height: 10px;background: #d0cfcd;}
			.profile .atlas .page .arrow_btn .arrow_lf{background-image: url(../images/profile/arrow_lf.png);}
			.profile .atlas .page .arrow_btn .arrow_rt{background-image: url(../images/profile/arrow_rt.png);}
			.profile .video_wrap{margin-top:30px;}
			.profile .video_phone{ width: 1120px; margin: 0 auto;}
			.profile .banner .swiper-container-horizontal>.swiper-pagination-bullets, 
			.profile .banner .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:40px; width:100%; left: inherit; right: 0;} 
			.profile .banner .swiper-pagination-bullet-active .progress-track, 
			.profile .banner .progress-ring, 
			.profile .banner .swiper-pagination-bullet-active .progress-cover{border: .03rem solid  #FFFFFF;}
			
			.profile .banner .swiper-pagination-bullet-active .progress-right,
			.profile .banner .swiper-pagination-bullet-active .progress-left{ border: 4px solid rgba(255,255,255,0.8);} 
			.profile .banner .ani{display: none;}
			.profile .banner .swiper-pagination-bullet-active .rightcircle{border-top:2px solid white;  border-right:2px solid white;}   
			.profile .banner .swiper-pagination-bullet-active .leftcircle{border-bottom:2px solid white;  border-left:2px solid white;}
			
			
			
			.profile .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
				width: 30px; height: 30px;
			}
			
			.profile .banner .swiper-pagination-bullets .swiper-pagination-bullet{
				margin: 0 6px;
			    position: relative;
			    width: 30px;
			    height: 30px;
			    opacity: 1;
			    background: none;
			}
			.profile .banner .swiper-pagination-bullets .swiper-pagination-bullet:after{
				display: block;
				content: "";
				width: 10px;
				height: 10px;
				border-radius: 50%;
				background: rgba(225,225,225,1);
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%) ;
				-ms-transform: translate(-50%,-50%);
				-moz-transform:  translate(-50%,-50%);
				-webkit-transform: translate(-50%,-50%);
			}
			.profile .banner .swiper-pagination-bullets .swiper-pagination-bullet-active.swiper-pagination-bullet:after{
				background: #FFFFFF;
			}
			@keyframes Opacity
			{
				from {background:rgba(225,225,225,.5);}
				to {background:#FFFFFF;}
			}
			.profile .banner .swiper-pagination-bullet-active  .circleProgress_wrapper{   
			  width: 30px; 
			  height: 30px;    
			  position: relative;     
			}   
			.profile .banner .circleProgress_wrapper *{box-sizing: border-box;}
			.profile .banner .swiper-pagination-bullet-active  .wrapperCon{   
			  width: 15px; 
			  height: 30px;   
			  position: absolute;   
			  top:0;   
			  overflow: hidden;   
			}   
			.profile .banner .swiper-pagination-bullet-active  .rightCon{right:0;}      
			.profile .banner .swiper-pagination-bullet-active  .circleProgress{   
			  width: 30px;   
			  height: 30px;
			  border:2px solid rgba(174,174,174,1);   
			  border-radius: 50%;   
			  position: absolute;   
			  top:0;   
			  transform: rotate(45deg);
			  -ms-transform: rotate(45deg);  
			  -moz-transform: rotate(45deg);  
			  -webkit-transform: rotate(45deg);     
			}   
			.profile .banner .swiper-pagination-bullet-active   .rightcircle{right:0;}
			.profile .banner .swiper-pagination-bullet-active .rightcircle{   
			  border-top:2px solid #FFFFFF;  
			  border-right:2px solid #FFFFFF;  
			  animation: circleProgressLoad_right 5s linear;   
			}   
			.profile .banner .swiper-pagination-bullet-active .leftcircle{   
			  border-bottom:2px solid #FFFFFF;  
			  border-left:2px solid #FFFFFF;   
			  animation: circleProgressLoad_left 5s linear;   
			}  
			@keyframes circleProgressLoad_right{   
			  0%{   
			    transform: rotate(-135deg);
			    -ms-transform: rotate(-135deg); 
			    -moz-transform: rotate(-135deg); 
			    -webkit-transform: rotate(-135deg);    
			  }   
			  50%,100%{   
			    transform: rotate(45deg); 
			    -ms-transform: rotate(45deg); 
			    -moz-transform: rotate(45deg); 
			    -webkit-transform: rotate(45deg);  
			  }   
			}   
			@keyframes circleProgressLoad_left{   
			  0%,50%{   
			    transform: rotate(-135deg);
			    -ms-transform: rotate(-135deg); 
			    -moz-transform: rotate(-135deg); 
			    -webkit-transform: rotate(-135deg);   
			  }   
			  100%{   
			    transform: rotate(45deg); 
			    -ms-transform: rotate(45deg); 
			    -moz-transform: rotate(45deg); 
			    -webkit-transform: rotate(45deg); 
			  }   
			}  
			
			@keyframes op{   
			  0%,100%{   
			    opacity: 0.5;
			  }   
			  50%{   
			   opacity: 1;
			  }   
			} */
/*profile--end*/

/*newsList--begin*/
	.newsList{}
	.df.x_w{width: 1120px; margin: 0 auto;}
	.newsList .se_content{margin:0;}
		.newsList .main_content{}
			.newsList .catalog{margin:auto;}
				.newsList .black_null{margin-top:20px;padding:1px 0;width:360px;}
				.newsList .black{margin-top:20px;padding:1px 0;width:360px;background-color:#fff;position:relative;z-index:1;cursor:pointer;
					-moz-box-shadow:2px 2px 10px 0 rgba(0,0,0,0.2);
					-webkit-box-shadow:2px 2px 10px 0 rgba(0,0,0,0.2);
					box-shadow:2px 2px 10px 0 rgba(0,0,0,0.2);
				}
					.newsList .black_cont{margin:12px 12px 24px 12px;}
						.newsList .b_redbox{width:214px;height:150px;position:absolute;left:0;top:0;background-color:#d4071d;}
						.newsList .b_pic{height:195px;position:relative;z-index:2;overflow:hidden;background-color:#fff;}
						.newsList .b_pic img{width:100%;height:100%;}
						.newsList .b_p{margin-top:10px;height:97px;}
							.newsList .b_date{font-size:14px;color:#333;line-height:26px;}
							.newsList .b_tit{font-size:18px;color:#333;line-height:26px;font-weight:bold;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
							.newsList .b_txt{font-size:16px;color:#808080;line-height:26px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
						.newsList .b_btn_box{}
							.newsList .b_more{position:absolute;right:36px;bottom:25px;}
							.newsList .b_more img{}
			.newsList .catalog:after{display:none;}

/*newsList--end*/

/*datebook--begin*/
	.datebook{}
	.datebook .main_content{width: auto;}
	.datebook .catalog{margin-top:10px;}
		.datebook .black{border-bottom:1px solid #cfcfcf;position:relative;}
			.datebook .black_cont{margin-left:75px;margin-right:30px;padding:22px 0;}
				.datebook .b_pic{float:left;width:202px;height:134px;cursor:pointer;}
				.datebook .b_pic img{width:100%;height:100%;}
				.datebook .b_p_box{width:100%;height:134px;}
					.datebook .b_date_box{float:left;margin-left:40px;margin-top:30px;width:98px;}
						.datebook .b_date{position:relative;color:#565656;}
						.datebook .b_date a{color:#565656;}
							.datebook .b_day{font-size:36px;line-height:40px;}
							.datebook .b_month{font-size:17px;}
							.datebook .b_month span{font-size:44px;position:relative;top:2px;}
							.datebook .b_year{font-size:18px;line-height:20px;color:#999;}
							.datebook .b_year a{color:#999;}
							.datebook .b_line{width:1px;height:39px;background-color:#b7b7b7;position:absolute;right:0;top:15px;}
					.datebook .b_p{float:left;margin-left:25px;width:100%;}
						.datebook .b_txt{margin-top:25px;/*font-size:14px;*/color:#565656;line-height:30px;min-height:78px;text-align:justify;text-justify:distribute;}
						.datebook .b_txt a{color:#565656;}
						.datebook .b_btn_box{margin-top:8px;}
							.datebook .b_more{}
							.datebook .b_more img{}
	.datebook .btn_admore_box{}
	
	.datebook .pcContainer{position: relative; width: 14.58rem; margin: 50px auto 0; /* display: flex; flex-wrap: wrap; justify-content: space-between; */}
	.datebook .pcContainer.on{padding-top: 107px;}
	.datebook .pcContainer::after{position: absolute; top: 0; left: 50%; transform: translateX(-50%); content: ''; width: 1px; height: 100%; background-color: #c5c5c5; display: block;}
	.datebook .pcContainer li{width: 50%; position: relative; display: flex; flex-wrap: wrap;     align-content: baseline;}
	.datebook .pcContainer li .day{width: 100%; position: absolute;  top: -.34rem; display: flex; align-items: center;}
	.datebook .pcContainer li .point{width: .08rem; height: .08rem; background-color: #eb0a1e; border-radius: 50%; position: relative; z-index: 10;}
	.datebook .pcContainer li .line{ width: .39rem; height: 1px; background-color: #c5c5c5; }
	.datebook .pcContainer li .text{margin: 0 .16rem; font-size: .54rem; color: #565656; font-family:CORMORANTSC-REGULAR; height: .68rem;}
	.datebook .pcContainer li .text span{ font-size: 0.36rem;}
	.datebook .context{max-width: 6.70rem; line-height: .30rem; margin-top: .34rem;font-size: 0.16rem; color: #565656;}
	
	.datebook .pic{width: 6.70rem; height: 3.77rem; overflow: hidden; margin-top: .35rem; border-radius: 0.08rem; position: relative; display: block; cursor: pointer;}
	.datebook .content li a{position: absolute; bottom: 0; right: 0; width: 1.4rem; height: .4rem; background-color: #eb0a1e; color: #fff; font-size: 0.16rem;  text-align: center; line-height: 0.4rem; opacity: 0; transition: all 0.5s; }
	.datebook .content li:hover a{ opacity: 1; transition: all 0.5s;}
	.datebook .pic img{width: 100%;height: 100%;object-fit: cover;}
	
	.datebook .pcContainer li:nth-child(odd) .day{ justify-content: end;  flex-direction:row-reverse;  right: -.04rem; }
	.datebook .pcContainer li:nth-child(even) .day{justify-content: start; left: -.04rem;}
	.datebook .pcContainer li:nth-child(odd){margin-top: -.56rem; justify-content: flex-end;}
	.datebook .pcContainer li:nth-child(even){display: flex; justify-content: flex-end; flex-wrap: wrap; margin-top: 1.46rem;}
	.datebook .pcContainer li:nth-child(odd) .context{ margin-right:.62rem; position: relative; z-index: 2;}
	.datebook .pcContainer li:nth-child(odd) .pic{ margin-right:.62rem;}
	.datebook .pcContainer li:nth-child(odd) a{right:0.62rem;}
	.datebook .pcContainer li:nth-child(even){justify-content: flex-start; margin-left: 50%; position: relative; z-index: 1; margin-top: -3rem;}
	.datebook .pcContainer li:nth-child(even) .context{ margin-left:.62rem;}
	.datebook .pcContainer li:nth-child(even) .pic{ margin-left:.62rem;}
	.datebook .pcContainer li:nth-child(1){margin-top: 0;}
	
	.popBook{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #fafafa; z-index: 220; visibility: hidden; opacity: 0; transition: all; 0.5s}
	.popBook .picCon{width: 11.73rem; height: 6.7rem; background-color: #fff; border-radius: 0.08rem; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: flex; justify-content: center; align-items: center; position: relative; box-shadow: 0.1rem 0.1rem 0.32rem 0 rgba(139, 120, 122, 0.18);} 
	.popBook .picCon .allPic{ width: 11.44rem; height: 6.44rem;}
	.popBook .picCon .allPic .allPic_con{ width: 100%; height: 100%;}
/* 	.popBook .picCon .swiper-wrapper{ display: flex;} */
/* 	.popBook .picCon .swiper-slide{height: 100%;} */
	.popBook .picCon .swiper-slide img{width: 100%;height: 100%;object-fit: contain;}
	.popBook .close{ width: 0.49rem; height: 0.49rem; display: flex; justify-content: center; align-items: center; background-color:#Fff; border-radius: 0.08rem; position: absolute; right: -.59rem; top: 0; cursor: pointer; box-shadow: 0.1rem 0.1rem 0.32rem 0 rgba(139, 120, 122, 0.18);}
	.popBook .close img{width:0.17rem; height: 0.17rem;}
	
	.popBook.on{  visibility: visible; opacity: 1; transition: all; 0.5s}
	.popBook .swiper-button-next{background:#fff url(../images/arrow_right.png) no-repeat center;  background-size: 0.18rem 0.17rem; width: 0.66rem; height: 0.66rem; border-radius: 0.04rem; right:-1.6rem; box-shadow: 0.1rem 0.1rem 0.32rem 0 rgba(139, 120, 122, 0.18);}
	.popBook .swiper-button-prev{background:#fff url(../images/arrow_left.png) no-repeat center;   background-size: 0.18rem 0.17rem; width: 0.66rem; height: 0.66rem; border-radius: 0.04rem; left:-1.6rem; box-shadow: 0.1rem 0.1rem 0.32rem 0 rgba(139, 120, 122, 0.18);}
	.news .button .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{width: 0.66rem; height: 0.66rem; border-radius: 0.04rem;}
	/* .datebook .pcContainer li:nth-child(3n){} */

/*datebook--end*/

/*reports--begin*/
	.reports{}
	.reports .se_content{margin:0;}
	.reports .time_box{}
	.reports .catalog{margin:auto;}
		.reports .black_null{width:360px;}
		.reports .black{margin-top:30px;width:360px;position:relative;background-color:#fff;cursor:pointer;
			-moz-box-shadow:2px 2px 10px 0 rgba(0,0,0,0.2);
			-webkit-box-shadow:2px 2px 10px 0 rgba(0,0,0,0.2);
			box-shadow:2px 2px 10px 0 rgba(0,0,0,0.2);
		}
			.reports .black_cont{}
				.reports .b_pic{height:199px;overflow:hidden;}
				.reports .b_pic img{width:100%;}
				.reports .b_p{margin:10px 20px 0 20px;height:200px;max-height:999px;}
					.reports .b_date{font-size:17px;/*color:#333;*/color:#707070;line-height:30px;}
					.reports .b_tit{font-size:19px;/*color:#333;*/line-height:30px;/*font-weight:bold;*/width:100%;/*overflow:hidden;white-space:nowrap;text-overflow:ellipsis;*/}
					.reports .b_tit_1,.reports .b_tit_2{font-size:16px;color:#808080;line-height:30px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
					.reports .b_txt{margin-top:8px;/*font-size:14px;*//*color:#565656;*/color:#707070;line-height:26px;word-break:break-all;
						height:52px;
						display:-webkit-box;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;
						overflow: hidden;
					}
				.reports .b_more{position:absolute;right:30px;bottom:17px;}
				.reports .b_more img{}
	.reports .catalog:after{display:none;}
	.reports .btn_admore_box{}


/*reports--end*/

/*article--begin*/
	.article{}
	.article .se_content{margin:0;}
	.article .article_box{margin-top:50px;margin-left:160px;margin-right:160px;position:relative;}
		.article .ac_tit_box{text-align:center;line-height:36px;}
			.article .ac_tit_1{font-size:26px;color:#333;font-weight:900;}
			.article .ac_tit_2{font-size:22px;color:#565656;line-height:42px;}
		.article .ac_info_box{margin-top:15px;font-size:14px;text-align:center;line-height:16px;}
			.article .ac_i_li{display:inline-block;margin-left:11px;margin-right:11px;color:#999;}
			.article .ac_i_li a{color:#999;}
			.article .ac_i_come{}
			.article .ac_i_author{}
			.article .ac_i_date{}
			.article .ac_i_share{display:inline-block;margin-right:0;position:relative;cursor:default;}
			.article .ac_i_share .ashare_img{margin-right:5px;}
				.article .ac_share_ul{position:absolute;right:-115px;top:-2px;border:1px solid #b5b5b5;z-index:-1;
					-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
					/*filter: alpha(opacity=0);*/  
					-moz-opacity:0; 
					opacity:0;
				}
					.article .ac_share_li{display:block;width:106px;background-color:#fff;line-height:34px;border-top:1px solid #e3e3e3;text-align:left;white-space:nowrap;}
					.article .ac_share_li.first{border-top:none;}
						.article .ac_share_li a{font-size:14px;color:#333;}
					.article .ac_share_li .acs_icon{display:inline-block;margin-top:2px;margin-right:9px;width:30px;text-align:right;}
						.article .ac_share_li img{margin-top:7px;height:17px;}
						.article .ac_share_li.jiathis_button_tsina img{margin-right:-3px;}
			.article .ac_i_share:hover .ac_share_ul,.article .ac_i_share.active .ac_share_ul{z-index:1;
				/*filter: alpha(opacity=100);*/  
				-moz-opacity:1; 
				opacity:1;
			}
		.article .article_cont{margin-top:40px;padding-bottom:26px;/*font-size:14px;*/color:#565656;line-height:30px;text-align:justify;text-justify:distribute;}
			.article .article_cont p{margin-left:auto;margin-right:auto;margin-top:26px;text-indent:2em;}
			.article .article_cont .divP{display:block;margin-left:auto;margin-right:auto;margin-top:26px;text-indent:2em;}
				.article .article_cont .img{display:block;margin-left:auto;margin-right:auto;max-width:100%;text-align:center;color:#696868;text-indent:0;/*font-size:13px;*/}
				.article .article_cont .img span{display:block;text-align:center;}
				.article .article_cont .img img{margin-bottom:10px;}
				/*.article .article_cont .img span:nth-child(2){margin-top:5px;}*/
					.article .article_cont img{display:block;margin-left:auto;margin-right:auto;width:100%;}
				.article .article_cont .aVideo{display:block;margin-left:auto;margin-right:auto;max-width:100%;text-align:center;text-indent:0;}
				.article .article_cont .aVideo .video-js{max-width:100%;margin-bottom:10px;margin-left:auto;margin-right:auto;width:100%;background-color:#000;}
				/*.article .article_cont .aVideo video,.article .article_cont .aVideo embed{display:block;margin-bottom:10px;margin-left:auto;margin-right:auto;width:100%;background-color:#000;}*/
		.article .ac_line{width:100%;height:1px;margin-top:10px;background-color:#dcdcdc;}
		.article .ac_share_box{margin-top:10px;}
		
		.article .ac_link_box{margin-top:30px;}
			.article .ac_link_li{font-size:14px;color:#565656;position:relative;line-height:30px;white-space:nowrap;
				-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
			}
				.article .ac_l_line{width:100%;height:1px;position:absolute;left:0;bottom:5px;background-color:#565656;
					-webkit-transition: all linear 0.1s;transition: all linear 0.1s;
					/*filter: alpha(opacity=0);*/
					-moz-opacity:0; 
					opacity:0;
				}
			.article .ac_link_left{float:left;}
			.article .ac_link_right{float:right;text-align:right;}
			.article .ac_link_right .ac_l_line{}
			.article .ac_link_li:hover{color:#d4071d;}
			.article .ac_link_li:hover .ac_l_line{bottom:0;background-color:#d4071d;
				/*filter: alpha(opacity=100);*/
				-moz-opacity:1; 
				opacity:1;
			}
			.article .article_box .da_load{margin-top:40px;display:none;}
			.article .article_box.isloading{}
			.article .article_box.isloading .article_cont{display:none;}
			.article .article_box.isloading .da_load{display:block;}
			.article .article_box.isloading .btn_box{display:none;}
	.btn_top{width:42px;height:42px;position:absolute;margin-right:-640px;right:50%;top:1000px;z-index:9;display:none;
		/*filter: alpha(opacity=0);
		-moz-opacity:0; 
		opacity:0;*/
	}
	.btn_top img{width:100%;height:100%;position:absolute;left:0;top:0;z-index:9;display:none;
		/*filter: alpha(opacity=0);
		-moz-opacity:0; 
		opacity:0;*/
	}
	.btn_top .off{display:block;
		/*filter: alpha(opacity=100);  
		-moz-opacity:1; 
		opacity:1;*/
	}
	.btn_top:hover .off{display:none;
		/*filter: alpha(opacity=0);
		-moz-opacity:0; 
		opacity:0;*/
	}
	.btn_top:hover .on{display:block;
		/*filter: alpha(opacity=100);  
		-moz-opacity:1; 
		opacity:1;*/
	}
	.btn_top.active{display:block;
		/*filter: alpha(opacity=100);  
		-moz-opacity:1; 
		opacity:1;*/
	}


/*article--end*/
.fix_box{width:100%;height:0;position:fixed;left:0;bottom:0;z-index:5;}
.fix_box .content{padding:0;position:relative;z-index:1;}
	.fu_box{width:42px;position:fixed;right:10px;bottom:20px;z-index: 9;}
		.fb_btn{display:none;margin-top:5px;width:42px;height:42px;cursor:pointer;}
		.fb_btn img{width:100%;height:100%;}
		.fb_btn_download{}
		.fb_btn_top{}
		.fb_btn.active{display:block;}
.fix_box.mod_ab{position:absolute;right:0;}
.fix_box.mod_ab .fu_box{bottom:6px;}
.index .fix_box{display:none;}
/*productList--begin*/
	.productList{}
	.productList .se_content{margin:0;}
		.productList .tab_head{margin-top:40px;margin-left:auto;margin-right:auto;width:255px;}
			.productList .btn_sq{float:left;}
			.productList .btn_sq:hover,.productList .btn_sq.active{}
			/*.productList .btn_sq:hover{color: #333;background-color:#f2f2f2;border:1px solid #c9c9c9;}*/
			
			/*.productList .btn_sq{float:left;width:162px;height:34px;line-height:34px;font-size:18px;color:#666;background-color:transparent;}*/
			/*.productList .btn_sq:hover,.productList .btn_sq.active{background-color:transparent;color:#d4071d;}*/
		.productList .tab_body{}
			.productList .tab_b_li{display:none;}
			.productList .tab_b_li.active{display:block;}
		.productList .catalog{margin:25px auto 0 auto;width:1080px;}
			.productList .black_null{width:238px}
			.productList .block{display:block;margin-top:5px;width:238px;height:225px;position:relative;cursor:pointer;}
				.productList .b_bg{width:100%;height:100%;position:absolute;left:0;top:0;background-color:#fff;z-index:-1;
					-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
					-webkit-border-radius:4px;
					border-radius:4px;
					-moz-box-shadow:0px 0px 15px 0 rgba(0,0,0,0.2);
					-webkit-box-shadow:0px 0px 15px 0 rgba(0,0,0,0.2);
					box-shadow:0px 0px 15px 0 rgba(0,0,0,0.2);
					/*filter: alpha(opacity=0);*/
					-moz-opacity:0; 
					opacity:0;
					-webkit-transform: scale(1.2, 1.2);
					transform: scale(1.2, 1.2);
				}
				.productList .block:hover .b_bg{
					/*filter: alpha(opacity=100);*/  
					-moz-opacity:1; 
					opacity:1;
					-webkit-transform: scale(1, 1);
					transform: scale(1, 1);
				}
				.productList .block_cont{}
					.productList .b_pic{padding-top:34px;margin:0 10px;height:115px;}
					.productList .b_pic img{width:100%;}
					.productList .b_p{margin:0 28px;position:relative;border-top:1px solid #ccc;}
						.productList .b_name{margin-top:5px;/*font-size:14px;*/color:#565656;line-height:30px;font-weight:bold;}
						.productList .b_more{position:absolute;right:0;top:8px;}
						.productList .b_more img{}
		.productList .catalog:after{display:none;}
		.productList .btn_admore_box .btn_admore,.productList .btn_admore_box .dataHint{margin-top:15px;}

/*productList--end*/

/*productInfo--begin*/
	.productInfo{}
	.productInfo .se_content{margin:0;}
	.productInfo .tit_box_2.first{margin-top:50px;}
	.productInfo .p_block{margin-top:20px;font-size:14px;color:#565656;line-height:26px;}
	.productInfo .p_block p img{ width: 100%;}
	.productInfo .catalog{margin-top:20px;position:relative;}
	.productInfo .catalog *{-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
		.productInfo .hint_txt{font-size:16px;color:#565656;line-height:30px;position:absolute;right:0;top:-25px;}
		.productInfo .ca_li{width:100%;}
			.productInfo .block{display:block;margin-top:1%;width:32.5%;overflow:hidden;}
				.productInfo .block_cont{position:relative;}
					.productInfo .b_pic{width:100%;overflow:hidden;}
					.productInfo .b_pic img{width:100%;
						-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
						-webkit-transform: scale(1, 1);
						transform: scale(1, 1);
					}
					.productInfo .b_p{width:100%;height:56px;line-height:56px;background:url(../images/bg_clarity_black_05.png);position:absolute;left:0;bottom:-60px;-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
						.productInfo .b_tit{margin-left:20px;font-size:16px;color:#fff;}
						.productInfo .b_btn_box{position:absolute;right:0;top:0;}
							.productInfo .b_btn_download{display:block;margin-top:10px;margin-right:17px;width:76px;height:37px;text-align:center;font-size:14px;color:#fff;line-height:37px;background:url(../images/bg_clarity_red_06.png);}
							.productInfo .b_btn_download img{margin-top:9px;margin-right:2px;width:21px;height:19px;}
			.productInfo .block:hover{}
			.productInfo .block:hover .b_pic img{
				-webkit-transform: scale(1.05, 1.05);
				transform: scale(1.05, 1.05);
			}
			.productInfo .block:hover .b_p{bottom:0;}
			.productInfo .b_1{width:66.06%;}
		.productInfo .ca_li_left{}
		.productInfo .ca_li_left .block{float:left;}
		.productInfo .ca_li_left .b_2{float:right;}
		.productInfo .ca_li_left .b_4{margin-left:1.25%;margin-right:1.25%;}
		.productInfo .ca_li_right{}
		.productInfo .ca_li_right .block{float:right;}
		.productInfo .ca_li_right .b_2{float:left;}
		.productInfo .ca_li_right .b_4{margin-left:1.25%;margin-right:1.25%;}
	.productInfo .btn_admore_box{margin-top:0;}
	.productInfo .btn_admore_box .btn_admore,.productInfo .btn_admore_box .dataHint{margin-top:0;}
	.productInfo .btn_box{margin-top:17px;text-align:right;}
		.productInfo .b_btn{display:inline-block;width:190px;height:38px;font-size:16px;line-height:38px;color:#fff;text-align:center;cursor:pointer;}
		.productInfo .btn_admore{background-color:#a1a1a1;}
		.productInfo .btn_download_all{margin-left:16px;background-color:#cf061c;}
		.productInfo .btn_download_all img{margin-top:7px;margin-right:16px;width:29px;height:26px;}
	.video_wrap{margin-bottom:33px;height:431px;background-color:#e0e0e0;position:relative;}
	.productInfo .video_wrap{margin-top:57px;}
		.video_wrap .vb_left.video_box{float:left;display:block;height:100%;position:relative;background-color:#000;}
			.video_wrap .video{background-color:#000;}
			/*.video_wrap .video *{
				-webkit-transition: all linear 0s;transition: all linear 0s;
			}*/
			.video_wrap .video_row{width:100%;position:absolute;left:0;top:431px;}
			.video_wrap .video_row .tit_box_2{margin:0;margin-right:160px;position:relative;padding-left:15px;}
			.video_wrap .video_row .tit_box_2 .tib_line{width:6px;height:20px;background-color:#d4071d;position:absolute;left:0;bottom:inherit;bottom:initial;top:5px;}
			.video_wrap .video_row .tit_box_2 .tib_tit{margin:0;font-size:16px;color:#333;line-height:30px;font-weight:normal;text-align:justify;text-justify:distribute;word-break:break-all;}
			.video_wrap .video_row .ac_share_box{display:inline-block;position:absolute;right:0;top:0;}
		.video_wrap .vb_right{display:block;width:283px;height:100%;position:absolute;right:0;top:0;background-color:#e0e0e0;}
			.video_wrap .catalog_video{padding-left:10px;}
			.video_wrap .catalog_video .tit{color: #565656;font-size: 14px;line-height: 40px;}
			.video_wrap .box_null{width:100%;height:5px;}
			.video_wrap .cv_block{padding-top:14px;padding-bottom:14px;width:100%;border-top:1px solid #c7c7c7;cursor:pointer;
				-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
			}
			.video_section>.video_row {position: relative;margin-right: 283px;}
			.video_section .cut_tab{margin-top: 30px;margin-bottom: 36px;}
			.video_section .cut_tab span{margin-right: 14px;cursor: pointer;display: inline-block;font-size: 16px;color: #3c3838;position: relative;}
			.video_section .cut_tab span.on{font-weight: bold;}
			.video_section .cut_tab span.on:after{content: '';display: block;width: 24px;height: 3px;background: #eb0a1e;position: absolute;left: 50%;margin-left: -12px;bottom: -12px;}
			.video_section{padding-bottom: 0.8rem;}
			.video_section .video_row .tab_cont .cont{display: none;}
			.video_section  .video_row .download{position: absolute;right: 0;top: -4px;width: 78px;height: 30px;box-sizing: border-box;border: 1px solid #565656;font-size: 14px;cursor: pointer;color: #565656;border-radius: 5px;display: flex;align-items: center;justify-content: center;}
			.video_section  .video_row .download i{display: block;width: 15px;height: 15px;background-image: url(../images/profile/download_icon.png);margin-right: 10px;background-size: 100% 100%;}
			.video_section  .video_row .download:hover{border-color: #cf061c;background-color: #cf061c;color: #ffffff;}
			.video_section  .video_row .download:hover i{background-image: url(../images/profile/download_icon_on.png);}
			.video_section .tab_cont{height: 64px;}
			.video_section .tab_cont h4{font-size: 22px;font-weight: bold;color: #3c3838;margin-bottom: 12px;}
			.video_section .tab_cont .tit span{font-size: 14px;color: #7a7979;}
			.video_section .tab_cont .cont{font-size: 16px;line-height: 32px;}
			.video_wrap .cv_block.first{border-top:none;}
			.video_wrap .cv_block.active{background-color:#cfcfcf;}
			.video_wrap .cv_block:hover{background-color:#cecece;}
				.video_wrap .cv_block_cont{left:0;position:relative;
					-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
				}
					.video_wrap .cvb_arr{width:7px;height:8px;background:url(../images/triangle_red_r.png) no-repeat;position:absolute;left:0;top:2px;z-index:-1;
						-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
						/*filter: alpha(opacity=0);*/  
						-moz-opacity:0;
						opacity:0;
					}
					.video_wrap .cvb_lr_box{display: flex;align-items: center;}
						.video_wrap .cvb_pic{width:114px;height:66px;flex-shrink: 0;}
						.video_wrap .cvb_pic img{width:100%;height:100%;}
						.video_wrap .cvb_time_box{margin-left:10px;}
							.video_wrap .cvb_time{font-size:14px;color:#565656;line-height:20px;}
							.video_wrap .cvb_date{margin-top:5px;font-size:12px;color:#666;line-height:20px;}
					.video_wrap .cvb_tit{margin-top:10px;width:180px;font-size:14px;color:#565656;line-height:20px;word-break:break-all;}
			.video_wrap .cv_block.active .cv_block_cont,.video_wrap .cv_block:hover .cv_block_cont{left:14px;}
			.video_wrap .cv_block.active .cvb_arr{left:-24px;z-index:1;
				/*filter: alpha(opacity=100);*/  
				-moz-opacity:1; 
				opacity:1;
			}
			
	.video_wrap .ownScroll{margin-top:10px;margin-left:10px;margin-right:20px;height:411px;}
		.video_wrap .scrWrap1{}
			.video_wrap .scrWrap2{padding-bottom:0;}
				.video_wrap .scrWrapCont{}
				.video_wrap .myScroll.ScrY{height:80%;top:10%;right:-5px;}
				.video_wrap .myScroll.ScrX{display:none;}
		


/*productInfo--end*/

/*RDreveal--begin*/
	.RDreveal{}
	.RDreveal .se_content{margin:0;}
		.RDreveal .catalog{margin-top:50px;}
			.RDreveal .ca_left{float:left;width:66%;}
				.RDreveal .ca_left_01{}
				.RDreveal .ca_left_02{margin-top:1.9%;}
			.RDreveal .ca_right{float:right;width:32.5%;}
				.RDreveal .block{display:block;width:100%;position:relative;overflow:hidden;cursor:pointer;}
					.RDreveal .block_cont{width:100%;}
						.RDreveal .b_pic{width:100%;overflow:hidden;background-color:#fff;}
						.RDreveal .b_pic img{width:100%;
							-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
							-webkit-transform: scale(1, 1);
							transform: scale(1, 1);
							/*filter: alpha(opacity=100);*/  
							-moz-opacity:1; 
							opacity:1;
						}
						.RDreveal .b_tit{width:100%;font-size:24px;color:#fff;line-height:30px;font-weight:900;position:absolute;text-align:center;
							text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
						}
				.RDreveal .block:hover{}
				.RDreveal .block:hover .b_pic img{
					-webkit-transform: scale(1.05, 1.05);
					transform: scale(1.05, 1.05);
					filter: alpha(opacity=85);  
					-moz-opacity:0.85; 
					opacity:0.85;
				}
				.RDreveal .block_01{}
				.RDreveal .block_01 .b_tit{left:40px;text-align:left;}
				.RDreveal .block_02{float:left;width:49%;}
				.RDreveal .block_03{float:right;width:49%;}
				.RDreveal .block_04{}
				.RDreveal .block_04 .b_tit{top:40px;}

/*RDreveal--end*/

/*RD_info--begin*/
	.RD_info{}
	.RD_info .se_content{margin:0;}
		.RD_info .cont_box{font-size:14px;line-height:26px;color:#565656;text-align:justify;text-justify:distribute;}
		.RD_info .cont_box .txt_red{color:#d4071d;}

/*RD_info--end*/

/*RD_complete--begin*/
	.RD_complete{}
	.RD_complete .cont_box{}
		.RD_complete .cb_li{margin-top:50px;}
		.RD_complete .txt_box{}
		.RD_complete .photo_box{}
		.RD_complete .photo_box .pb_left{width:34.5%;}
		.RD_complete .photo_box .pb_right{width:65%;}
			.RD_complete .photo_box .pb_img{width:100%;}
			.RD_complete .photo_box .pb_img img{width:100%;}
			.RD_complete .photo_box .pb_img2{margin-top:1.1%;}
		.RD_complete .car_box{height:400px;position:relative;}
			.RD_complete .cb_txt{width:40%;position:absolute;left:526px;top:0;}
			.RD_complete .cb_car{position:absolute;}
			.RD_complete .cb_car_01{left:66px;bottom:230px;}
			.RD_complete .cb_car_02{right:111px;bottom:30px;}


/*RD_complete--end*/

/*RD_motor--begin*/
	.RD_motor{}
	.RD_motor .cont_box{margin-top:40px;}
		.RD_motor .cb_left{float:left;width:530px;height:450px;position:relative;}
			.RD_motor .pro_ul{position:absolute;left:0;top:0;}
				.RD_motor .pro_li{}
					.RD_motor .pli_label{font-size:22px;color:#4e4e4e;line-height:36px;}
					.RD_motor .pli_zhi{font-weight:900;color:#5f6679;letter-spacing:-2px;line-height:36px;}
				.RD_motor .pro_li_01{margin-top:110px;}
				.RD_motor .pro_li_01 .pli_zhi{font-size:36px;}
				.RD_motor .pro_li_02{margin-top:80px;}
				.RD_motor .pro_li_02 .pli_zhi{font-size:40px;}
				.RD_motor .pic_motor{position:absolute;right:0;}
		.RD_motor .cb_right{float:right;width:540px;}
			.RD_motor .row{margin-top:35px;}
			.RD_motor .row .txt_red{}
			.RD_motor .r1{}
			.RD_motor .r2{}
			.RD_motor .r3{padding:0 5px;}
				.r3_pic_01{float:left;width:67.5%;}
				.r3_pic_02{float:right;width:31%;}
					.RD_motor .r3 img{width:100%;}


/*RD_motor--end*/

/*RD_part--begin*/
	.RD_part{}
	.RD_part .cont_box{margin-top:70px;}
		.RD_part .cb_li{}
			.RD_part .cbl_left{float:left;}
			.RD_part .cbl_right{float:right;}
				.RD_part .row{position:relative;padding-left:20px;margin-top:20px;}
					.RD_part .r_num{font-weight:bold;position:absolute;left:3px;top:0;}
					.RD_part .r_tit{font-size:16px;}
					.RD_part .r_txt{margin-top:10px;}
				.RD_part .cbl_img{text-align:center;position:relative;}
				.RD_part .r1{margin-top:0;}
				.RD_part .r2{}
				.RD_part .r3{}
				.RD_part .r4{}
				.RD_part .r5{}
	.RD_part .cb_li_01{}
	.RD_part .cb_li_01 .cbl_left{width:59%;}
	.RD_part .cb_li_01 .cbl_right{width:39%;}
	.RD_part .cb_li_02{margin-top:40px;}
	.RD_part .cb_li_02 .cbl_left{width:47.5%;}
	.RD_part .cb_li_02 .cbl_right{width:45.5%;margin-right:2%;}
	.RD_part .cb_li_02 .cbl_img{height:238px;overflow:hidden;}


/*RD_part--end*/

/*RD_advanced--begin*/
	.RD_advanced{}
	.RD_advanced .cont_box{margin-top:70px;}
		.RD_advanced .cb_li{}
			.RD_advanced .cbl_left{}
			.RD_advanced .cbl_right{}
				.RD_advanced .row{position:relative;padding-left:20px;margin-top:25px;}
					.RD_advanced .r_num{font-weight:bold;position:absolute;left:3px;top:0;}
					.RD_advanced .r_tit{font-size:16px;}
					.RD_advanced .r_txt{margin-top:10px;}
				.RD_advanced .cbl_img{text-align:center;position:relative;}
				.RD_advanced .r1{margin-top:0;}
				.RD_advanced .r2{}
				.RD_advanced .r3{}
				.RD_advanced .r4{}
				.RD_advanced .r5{}
	.RD_advanced .cb_li_01{}
	.RD_advanced .cb_li_01 .cbl_left{float:left;width:63.3%;}
	.RD_advanced .cb_li_01 .cbl_right{float:right;width:34%;}
		.RD_advanced .cb_li_01 .cbl_img_01{top:-25px;}
	.RD_advanced .cb_li_02{margin-top:30px;}
	.RD_advanced .cb_li_02 .cbl_left{width:100%;}
	.RD_advanced .cb_li_02 .cbl_right{width:100%;margin-right:2%;}
	.RD_advanced .cb_li_02 .cbl_img{height:268px;overflow:hidden;}


/*RD_advanced--end*/

/*contactus--begin*/
	.contactus .main_content{ width: 1120px; margin: 0 auto;}
	.contactus .se_content{margin:0;}
	.contactus .contactus_cont{margin-top:50px;margin-left:30px;margin-right:30px;}
		.contactus .c_box{}
		.contactus .c_box_1{}
		.contactus .c_box_1 .cb_left{margin-right:65px;width:100%;overflow:hidden;}
			.contactus .map_box{width:1000px;height:300px;position:relative;left:50%;margin-left:-500px;}
		.contactus .c_box_1 .cb_right{width:444px;}
			.contactus .c_box_1 .cb_tit_box{}
			.contactus .c_box_1 .cb_tit_box .cha{font-size:22px;color:#d4071d;font-weight:900;line-height:30px;}
			.contactus .c_box_1 .cb_tit_box .eng{margin-top:10px;font-size:12px;color:#565656;line-height:16px;}
			.contactus .c_box_1 .cb_line{margin-top:30px;width:100%;height:1px;background-color:#cccccc;}
			.contactus .c_box_1 .cb_addr_box{margin-top:30px;font-size:16px;color:#565656;line-height:30px;}
		.contactus .c_box_2{margin-top:45px;}
			.contactus .btn_email{width:100%;height:114px;text-align:center;background-color:#ededed;}
				.contactus .tb_row_1{width:100%;font-size:22px;color:#cc0000;font-weight:900;line-height:36px;}
				.contactus .tb_row_1 img{margin-right:11px;}
				.contactus .tb_row_2{width:100%;font-size:16px;color:#676767;line-height:30px;}
			.contactus .btn_email:hover{background-color:#e6e6e6;}
			.contactus .btn_email.btne_1{margin-right:6px;}
			.contactus .btn_email.btne_2{}


/*contactus--end*/

/*honor--begin*/
/* 	.honor{}
	.honor .se_content{margin:0;}
		.honor .honor_cont{}
		.tit_box_3{width:258px;}
		.tit_box_3 .tb_li{margin-top:6px;width:50%;text-align:center;position:relative;z-index:1;cursor:pointer;}
			.tit_box_3 .tl_tit{display:block;font-size:14px;color:#565656;font-weight:900;line-height:30px;}
			.tit_box_3 .tl_bg{width:100%;height:100%;position:absolute;left:0;bottom:0;background-color:#999;z-index:-2;}
			.tit_box_3 .bl_bor{position:absolute;top:0;z-index:-1;
				width: 0;
			    height: 0;
			    border-left: 36px solid transparent;
			    border-right: 36px solid transparent;
			    border-bottom: 30px solid #999;
			}
		.tit_box_3 .tb_li_left{float:left;}
		.tit_box_3 .tb_li_left .bl_bor{right:0;}
		.tit_box_3 .tb_li_right{float:right;}
		.tit_box_3 .tb_li_right .bl_bor{left:0;}
		.tit_box_3 .tb_li.active{margin-top:0;z-index:2;}
		.tit_box_3 .tb_li.active .bl_bor{
			border-left: 36px solid transparent;
		    border-right: 36px solid transparent;
			border-bottom: 36px solid #d4071d;
		}
		.tit_box_3 .tb_li.active .tl_tit{color:#fff;line-height:36px;}
		.tit_box_3 .tb_li.active .tl_bg{background-color:#d4071d;}
		.tit_box_3 .tb_li_left.active .bl_bor{right:-36px;}
		.tit_box_3 .tb_li_right.active .bl_bor{left:-36px;}
	.honor .select_box{margin-top:35px;}
		.honor .select{width:162px;height:36px;line-height:36px;position:relative;background-color:transparent;border:1px solid #c9c9c9;}
		.honor .select .s_arr{position:absolute;right:17px;top:14px;}
		.honor .select select{padding-left:6%;width:100%;height:100%;position:absolute;right:0;top:0;text-align:center;color:#333;font-size:14px;}
		.honor .ownSelect{width:162px;}
		.honor .ownSelect .as_li{padding-left:18px;}
	.honor .catalog_box{}
	.honor .catalog{margin-top:28px;margin-left:45px;margin-right:45px;}
	.honor .catalog *{-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
		.honor .block{margin-top:20px;width:215px;height:203px;color:#b47e0b;position:relative;text-align:center;cursor:pointer;
			-webkit-transform: scale(1, 1);
			transform: scale(1, 1);
		}
			.honor .b_bg{width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;}
			.honor .block_cont{}
				.honor .b_null_t{width:100%;height:10px;}
				.honor .b_year{font-size:19px;line-height:20px;font-weight:bold;}
				.honor .b_name{margin-left:auto;margin-right:auto;width:130px;height:108px;font-size:18px;line-height:24px;font-weight:900;}
				.honor .b_addr{margin-left:auto;margin-right:auto;width:88px;font-size:15px;line-height:20px;}
		.honor .block:hover{
			-webkit-transform: scale(1.1, 1.1);
			transform: scale(1.1, 1.1);
		}	
		.honor .catalog .swipWrap{height:260px;}
		.honor .catalog .swipArr{width:30px;height:46px;top:98px;}
		.honor .catalog .swipArr_prev{left:-30px;}
		.honor .catalog .swipArr_next{right:-30px;}
		.honor .catalog .swipArr img{width:100%;height:100%;position:absolute;left:0;top:0;
			
			-moz-opacity:0; 
			opacity:0;
		}
		.honor .catalog .swipArr .off{

			-moz-opacity:1; 
			opacity:1;
		}
		.honor .catalog .swipArr:hover .off{
		
			-moz-opacity:0; 
			opacity:0;
		}
		.honor .catalog .swipArr:hover .on{
		
			-moz-opacity:1; 
			opacity:1;
		}
		.honor .catalog .swipInner{}
			.honor .catalog .swiper-wrapper{}
				.honor .catalog .swiper-slide{width:1000px;height:600px;}
				.honor .catalog .swiper-slide img{width:100%;height:100%;}
		.honor .catalog .swipPage{margin-top:10px;}
			.honor .catalog .pagination{display:inline-block;}
				.honor .catalog .swiper-pagination-switch{margin:0 10px;width:20px;height:20px;border-radius:20px;background:rgba(255,255,255,0.2);}
				.honor .catalog .swiper-active-switch{background:rgba(255,255,255,0.5);}
	.honor .hint_txt{font-size:16px;color:#c1983c;line-height:26px;text-align:right;} */


/*honor--end*/
.honor .pcContainer::after{display: none;}
.honor .honorContainer{width: 18.52rem; height: 6.77rem;}
.honor .honorContainer .swiper-slide{width: 4.84rem;}
.honor .honorContainer .swiper-slide .day{position: relative; margin-bottom: 0.06rem;}
.honor .honorContainer .swiper-slide .day .text{font-size: 0.54rem;color: #565656; font-family: CORMORANTSC-REGULAR; height: 0.56rem; line-height: 0.56rem;}
.honor .honorContainer .swiper-slide .day .text .month{ font-size: 0.36rem;}
.honor .honorContainer .swiper-slide .day .line{  display: block; width: 1px; height: 0.5rem; border-left: 1px #9e9e9e dashed; margin-left: 0.22rem;}
.honor .honorContainer .swiper-slide:nth-child(even) .day .line{ height: 1.24rem;}

.honor .honorContainer .outline{border:0.08rem solid #fff;  border-radius: 0.08rem;/* background-color: #ededee; */ width: 3.93rem; background-image: radial-gradient(circle at 50% 30%, #fff,#ededee); box-shadow: 0.1rem 0.1rem 0.32rem 0 rgba(139, 120, 122, 0.18);}
.honor .honorContainer .outline .context{width: 3.64rem; margin: 0.2rem auto 0; font-size: 0.22rem; line-height: 0.35rem;}
.honor .honorContainer .outline .context .con{font-size: 0.18rem; line-height: 0.3rem; color: #7e7e7e; margin-top: 0.08rem;}
.honor .honorContainer .outline .pic{width: 3.64rem; margin: 0 auto; overflow: initial;border-radius:none; position: relative; height:2.08rem; margin-top: 0.3rem; margin-bottom: 0.11rem;} 
.honor .honorContainer .outline .pic span{width: 100%; height: 100%; border-radius: 0.08rem;position: absolute; top:cale(50% - 3.64rem); left:cale(50% - 2.08rem) ; display: block; overflow: hidden; /* transform:translate(-50%,-50%); */ transform-origin: 50% 50% 0;}
.honor .honorContainer .outline .pic img{width: 100%;}
.honor .honorContainer .outline .pic a{position: absolute; top: 0; height: 100%; width: 50%; background:rgba(255,255,255,0);}
.honor .honorContainer .outline .pic a.left{left: 0;}
.honor .honorContainer .outline .pic a.right{right: 0;}
.honor .swiper-container-horizontal>.swiper-scrollbar{ width: 2.9rem; left: 50%; transform: translateX(-50%); height:0.05rem; background-color: #dbdbdb;}
.honor .swiper-scrollbar-drag{background:#eb0a1e;}
.pophonor{position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content:center; align-items: center; z-index: 200; visibility: hidden;  opacity: 0; background:rgba(255, 255, 255, 0.5) ;}
 .pophonor.on{visibility: visible;  opacity: 1;}
.pophonor .con{width: 10.60rem; max-height: 6.9rem; background-image: radial-gradient(circle at 50% 30%, #fff,#fafafa); border-radius: 0.08rem; display: flex; justify-content:space-between;  position: relative; box-shadow: 0.1rem 0.1rem 0.32rem 0 rgba(139, 120, 122, 0.18); border: #ffffff 0.12rem solid;} 
.pophonor .con .close{ width: 0.49rem; height: 0.49rem; display: flex; justify-content: center; align-items: center; background-color:#Fff; border-radius: 0.08rem; position: absolute; right: -.72rem; top: -0.12rem; cursor: pointer; box-shadow: 0.1rem 0.1rem 0.32rem 0 rgba(139, 120, 122, 0.18);}

.pophonor .con .close img{width:0.17rem; height: 0.17rem;}
.pophonor .con .wordCon{width: 4.54rem; height: 100%; }
.pophonor .con .allPic{width: 6.06rem; overflow-y: auto;}
.pophonor .con .allPic .swiper-wrapper{ width: 100%; display: block;}
.pophonor .con .wordCon .title{ margin-top: 0.72rem; margin-left: 0.44rem; width: 3.68rem; line-height: 0.3rem; font-size: 0.24rem; color: #565656; margin-bottom: 0.24rem;}
.pophonor .con .wordCon .date{margin-left: 0.44rem; font-size: 0.18rem; color: #7e7e7e; line-height: 0.3rem; margin-bottom: 0.32rem;}
.pophonor .con .wordCon .details{padding-top:0.5rem; width: 3.68rem; border-top:1px #9e9e9e dashed; margin-left: 0.44rem; padding-bottom: 0.72rem;}
.pophonor .con .wordCon .details .text{font-size: 0.18rem; color: #565656; line-height: 0.35rem;}
.pophonor .con .wordCon .details .line{width: 1.39rem; height: 0.39rem; border: #565656 1px solid; font-size: 0.16rem; color: #565656; display: block; text-align: center; line-height: 0.39rem; margin-top: 0.36rem;} 
.pophonor .swiper-button-prev,.pophonor .swiper-button-next{display: none;}
/* .pophonor .con .allPic .swiper-slide{width: 100%; height: 3.76rem;  padding-bottom: 0.3rem;}
.pophonor .con .allPic .swiper-slide span{ width: 100%; height: 3.46rem; display:block; border-radius: 0.05rem; overflow: hidden;}
.pophonor .con .allPic .swiper-slide span img{width: 100%;} */
.pophonor .con .allPic .pic{width: 100%; height: 3.46rem;  margin-bottom: 0.3rem;  border-radius: 0.05rem; overflow: hidden; margin-top: 0;}
.pophonor .con .allPic .pic img{width: 100%;height: 100%;object-fit: cover;}
.pophonor .con .allPic .pic:last-child{ margin-bottom: 0;}
/*aptitude--begin*/
	.aptitude{}
	.aptitude .se_content{margin:0;}
		.aptitude .aptitude_cont{font-size:14px;color:#565656;line-height:26px;text-align:justify;text-justify:distribute;}
			.aptitude .ac_li{}
				.aptitude .acl_left{}
				.aptitude .acl_right{}
					.aptitude .tit_box_2{padding-left:9px;}
					.aptitude .tit_box_2 .tib_line{width:4px;height:16px;bottom:inherit;bottom:initial;top:2px;}
					.aptitude .tit_box_2 .tib_tit{font-size:16px;font-weight:bold;line-height:20px;}
					.aptitude .acl_row{margin-top:25px;}
					.aptitude .acl_row.first{margin-top:0;}
			.aptitude .ac_li_01{margin-top:30px;}
			.aptitude .ac_li_01 .acl_left{margin-right:45px;}
				.aptitude .ac_li_01 .tit_box_2{margin-top:25px;}
			.aptitude .ac_li_02{margin-top:30px;}
			.aptitude .ac_li_02 .acl_left{margin-right:46px;}
			.aptitude .ac_li_02 .acl_row.first{margin-top:0;}
			.aptitude .ac_li_02 .acl_right{width:325px;}
				.aptitude .ac_li_02 .acl_table{margin-top:30px;text-align:center;}
				.aptitude .ac_li_02 .acl_table_box{}
					.aptitude .ac_li_02 .swipWrap{height:410px;}
						.aptitude .ac_li_02 .black{width:280px;}
						.aptitude .ac_li_02 .black img{width:100%;}
					.aptitude .ac_li_02 .swipPage{position:absolute;bottom:-15px;left:0;}
			.aptitude .ac_li_03{margin-top:60px;}
			/*.aptitude .ac_li_03 .acl_row{font-weight:bold;}*/
				.aptitude .photo_list{margin-top:35px;}
					.aptitude .pl_row{margin-top:1.2%;}
						.aptitude .pl_img{}
						.aptitude .pl_img img{width:100%;}
						.aptitude .pl_img_01{float:left;}
						.aptitude .pl_img_02{float:right;}
					.aptitude .pl_row_l{}
					.aptitude .pl_row_l .pl_img_01{width:66.1%;}
					.aptitude .pl_row_l .pl_img_02{width:32.5%;}
					.aptitude .pl_row_r{}
					.aptitude .pl_row_r .pl_img_01{width:32.5%;}
					.aptitude .pl_row_r .pl_img_02{width:66.1%;}
			.aptitude .ac_li_04{margin-top:70px;}
			.aptitude .ac_li_04 .acl_left{margin-right:32px;}
			.aptitude .swipPage{margin-top:0;}
			.aptitude .pagination{display:inline-block;}
				.aptitude .swiper-pagination-switch{margin:0 4px;width:10px;height:10px;border-radius:20px;background:#909090;}
				.aptitude .swiper-active-switch{background:#d4071d;}


/*aptitude--end*/



/*recruit--begin*/
	.recruit{}
	.recruit .se_content{margin:0;}
		.recruit .top_email{font-size:14px;color:#333;line-height:36px;text-align:right;}
		.recruit .top_email .te_hint{}
		.recruit .top_email .te_email{color:#d4071d;}
		.recruit .recruit_cont{border-radius:3px;}
			.recruit .top_box{background-color:#fff;padding:22px 20px;border:1px solid #e4e4e4;border-bottom:none;}
				.recruit .tb_left{float:left;}
					.recruit .tb_btn_box{}
						.btn_sq{display:block;width:123px;height:36px;line-height:36px;/*font-size:14px;*/color:#333;background-color:#f2f2f2;border:1px solid #c9c9c9;text-align:center;cursor:pointer;-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
						.btn_sq a{color:#333;}
						.btn_sq.active,.btn_sq:hover{color:#fff;background-color:#d4071d;border:1px solid #d4071d;}
						.btn_sq.active a,,.btn_sq:hover a{color:#fff;}
					.recruit .tb_btn_box  .btn_sq{float:left;margin-right:12px;}
				.recruit .tb_right{float:right;}
					.recruit .tb_seek_box{float:right;}
						.recruit .input_seek{width:162px;position:relative;background-color:#f2f2f2;border:1px solid #c9c9c9;}
							.recruit .input_seek .input_text{display:block;margin-left:10px;margin-right:40px;height:36px;}
								.recruit .input_seek input{font-size:14px;}
							.recruit .input_seek .i_btn_seek{display:block;width:40px;height:100%;position:absolute;right:0;top:0;text-align:center;cursor:pointer;}
							.recruit .input_seek .i_btn_seek img{margin-top:7px;width:23px;height:23px;}
					.recruit .select_box{float:right;margin-left:13px;}
						.recruit .select{width:162px;height:36px;line-height:36px;position:relative;background-color:#f2f2f2;border:1px solid #c9c9c9;}
						.recruit .select .s_arr{position:absolute;right:17px;top:14px;}
						.recruit .select select{padding-left:16px;width:100%;position:absolute;right:0;top:0;text-align:center;color:#333;font-size:14px;}
						.recruit .tbsele_1{display:none;}
						.recruit .tbsele_2{width:205px;}
			.recruit .job_box{}
				.recruit .job_top{border:1px solid #e4e4e4;border-bottom:none;background-color:#f2f2f2;}
					.recruit .jt_li{line-height:50px;text-align:center;font-size:14px;color:#565656;border-left:1px solid #e4e4e4;}
					.recruit .jt_li:after{content:"";display:none;width:13px;height:8px;margin-left:5px;position:relative;}
					.recruit .jt_li.jl_1{border-left:none;cursor:pointer;}
					.recruit .jt_li.jl_2{cursor:pointer;}
					.recruit .jt_li.jl_3{cursor:pointer;}
					.recruit .jt_li.jl_4{}
					.recruit .jt_li.active{background-color:#ebebeb;}
					.recruit .jt_li.active:after{display:inline-block;}
					.recruit .jt_li.active.up:after{background:url(../images/arr_black_t.png) no-repeat;}
					.recruit .jt_li.active.down:after{background:url(../images/arr_black_b.png) no-repeat;}
				.recruit .tab_body{}
					.recruit .tab_b_li{display:none;}
					.recruit .tab_b_li.active{display:block;}
				.recruit .job_ul{border-top:1px solid #e4e4e4;}
					.recruit .job_li{border:1px solid #e4e4e4;border-top:none;border-bottom:1px solid transparent;position:relative;}
					.recruit .job_li:after{z-index:2;content:"";display:block;width:100%;height:1px;position:absolute;left:0;bottom:0;background-color:#e4e4e4;}
						.recruit .job_li_head{background-color:#fafafa;text-align:center;position:relative;z-index:2;}
						.recruit .job_li_head:hover{background-color:#f6f6f6;}
							.recruit .jt_li_h{float:left;padding:25px 0;line-height:24px;font-size:14px;color:#565656;text-align:center;}
								.recruit .jt_li_h .btn_sq{display:inline-block;margin:0;}
								.recruit .jt_li_h .j_name{}
								.recruit .jt_li_h .j_now{display:inline-block;margin-left:6px;top:3px;width:38px;height:18px;position:relative;}
								.recruit .jt_li_h .j_now img{width:100%;height:100%;position:absolute;left:0;top:0;}
								.recruit .jt_li_h .j_arr{display:inline-block;margin-left:12px;top:-2px;width:9px;height:6px;position:relative;
									/*filter: alpha(opacity=0);*/  
									-moz-opacity:0; 
									opacity:0;
								}
								.recruit .jt_li_h .j_arr img{width:100%;height:100%;position:absolute;left:0;top:0;}
								.recruit .jt_li_h .j_s_arr{display:none;width:17px;height:15px;}
								.recruit .jt_li_h .j_arr,.recruit .jt_li_h .j_s_arr{
									-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
									-webkit-transform: rotate(0deg);
									-moz-transform: rotate(0deg);
									-o-transform: rotate(0deg);
									transform: rotate(0deg);
								}
								.recruit .jt_li_h .j_branch{}
								.recruit .jt_li_h .j_addr{}
							.recruit .jt_li_h:hover{}
							.recruit .jt_li_h:hover .j_arr{
								/*filter: alpha(opacity=100);*/  
								-moz-opacity:1; 
								opacity:1;
							}
							.recruit .jt_li_h.jl_1{cursor:pointer;}
							.recruit .jt_li_h.jl_2{}
							.recruit .jt_li_h.jl_3{}
							.recruit .jt_li_h.jl_4{padding:18px 0;}
						.recruit .job_li_row{display:none;padding:25px 25px;font-size:14px;color:#999;line-height:24px;}
						.recruit .job_li_body{background-color:#f5f5f5;position:relative;display:none;position:relative;z-index:1;
							-webkit-transition: all linear 0s;transition: all linear 0s;
						}
							.recruit .jb_shadow{width:100%;height:1px;position:absolute;left:0;top:-1px;z-index:-1;
								-webkit-box-shadow: 0px 1px 15px 0 rgba(0,0,0,0.2);
								box-shadow: 0px 1px 15px 0 rgba(0,0,0,0.2);
							}
							.recruit .jb_cont{padding:25px 52px;max-height:9999px;font-size:14px;color:#565656;line-height:30px;text-align:justify;text-justify:distribute;}
								.recruit .j_block{margin-top:25px;}
									.recruit .j_block_cont{}
									.recruit .j_block_cont h3{font-size:16px;font-weight:bold;}
									.recruit .j_block_cont h4{font-size:14px;font-weight:bold;}
									.recruit .j_block_cont ol{list-style-type:decimal;}
									.recruit .j_block_cont ol li{font-size:14px;}
								.recruit .j_block.first{margin-top:0;}
								.recruit .j_bom{margin-top:20px;}
									.recruit .btn_sq{}
					.recruit .job_li.active{}
					.recruit .job_li.active .j_arr,.recruit .job_li.active .j_s_arr{
						-webkit-transform: rotate(180deg);
						-moz-transform: rotate(180deg);
						-o-transform: rotate(180deg);
						transform: rotate(180deg);
					}
					.recruit .job_li.active .jt_li_h .btn_sq{color:#fff;background-color:#d4071d;border:1px solid #d4071d;}
					.recruit .jl_1{padding-left:52px;width:100%;text-align:left;}
					.recruit .jl_2{width:235px;}
					.recruit .jl_3{width:222px;}
					.recruit .jl_4{width:244px;}

/*recruit--end*/

/*seekList--begin*/
	.seekList{}
	.seekList .se_content{margin:0 10px;}
	.seekList .sl_head{}
		.seekList .select_box{float:left;}
		.seekList .seek_box{float:left;margin-left:12px;}
		.seekList .seek_box .input_seek{width:580px;position:relative;background-color:#f2f2f2;border:1px solid #c9c9c9;}
			.seekList .seek_box .input_seek .input_text{display:block;margin-left:10px;margin-right:40px;height:36px;}
				.seekList .input_seek input{font-size:14px;line-height:36px;}
				.seekList .i_btn_seek{display:block;width:40px;height:100%;position:absolute;right:0;top:0;text-align:center;cursor:pointer;}
				.seekList .i_btn_seek img{margin-top:7px;width:23px;height:23px;}
	.seekList .sl_body{margin-top:10px;}
		.seekList .slb_hint{text-align:right;font-size:14px;color:#666;line-height:36px;}
			.seekList .catalog{border-top:1px solid #ccc;}
				.seekList .block{padding-top:25px;padding-bottom:55px;border-bottom:1px solid #ccc;position:relative;max-height:9999px;}
					.seekList .block_cont{margin:0 6px;line-height:26px;}
						.seekList .b_tit{margin-right:100px;min-height:26px;font-size:14px;color:#565656;font-weight:bold;}
						.seekList .b_p2{}
							.seekList .b_txt{margin-right:100px;font-size:14px;color:#565656;text-align:justify;text-justify:distribute;word-break:break-all;}
						.seekList .b_date{font-size:14px;color:#999;position:absolute;right:0;top:16px;letter-spacing:1px;}
						.seekList .b_more{position:absolute;right:0;bottom:20px;}
						.seekList .txt_red{color:#d4071d;}
	
	.seekList2{}
	.seekList2 .se_bom{display:none;}
	.seekList2 .main_content{position:relative; width: 1120px;}
		.seekList2 .sl_left{width:205px;height:100%;background-color:#e1e1e1;position:absolute;left:0;top:0;}
			.seekList2 .range_ul{width: 100%;}
				.seekList2 .range_li{width:100%;}
				.seekList2 .range_li a{display:block;margin:12px 12px 0 12px;height:48px;line-height:48px;text-align:center;border:1px solid #cdcdcd;border-radius:4px;background-color:#fff;font-size:14px;color:#7f7f7f;}
					.seekList2 .range_li span{color:#d4071d;}
				.seekList2 .range_li.active a{border:1px solid #bc4e5a;background-color:#d4071d;color:#fff;}
					.seekList2 .range_li.active span{color:#fff;}
		.seekList2 .sl_right{margin-left:205px;padding-top:14px;padding-left:34px;min-height:500px;}
			.seekList2 .ownSelect .s_arr{right:7px;}
			.seekList2 .seek_box{margin-left:0;}
			.seekList2 .seek_box .input_seek{width:280px;border-left:none;background-color:#fff;}
			.seekList2 .catalog{}
				.seekList2 .block{padding-bottom:33px;}
					.seekList2 .block_cont{}
						.seekList2 .b_tit{display:block;margin-right:0;font-size:20px;}
						.seekList2 .b_tit a{color:inherit;}
						.seekList2 .b_p1{margin-top:8px;}
							.seekList2 .b_p1 li{float:left;margin-right:40px;font-size:12px;color:#999;}
							.seekList2 .b_p1 li.last{margin-right:0;}
						.seekList2 .b_p2{margin-top:8px;}
							.seekList2 .b_txt{margin-right:0;}
		.seekList2 .sl_right .se_bom{display:block;}


/*seekList--end*/

/*index--begin*/
	.index{overflow:hidden;}
	.index .se_content{margin:0;}
		.index .main_content{margin-top:0;}
			.index .swipPage{margin-top:20px;}
			.index .swiper-pagination-switch{display: inline-block; width: 11px; height: 11px; border-radius: 9px; background: #bababa; margin: 0 6px;}
			.index .swiper-pagination-switch.swiper-active-switch{background: #303437;}
			.index .item{margin-left:auto;margin-right:auto;overflow:hidden;position:relative;}
			.item_01{}
				.item_01 .content{}
				.index .banner_box{width:100%;height:670px;position:relative;z-index:1;}
					.item_01 .swipArr_box{margin:auto;position:relative;width:1980px;height:0;left:50%;margin-left:-990px;}
						.item_01 .swipArr{width:30px;height:46px;top:310px;z-index:2;}
						.item_01 .swipArr_prev{left:300px;}
						.item_01 .swipArr_next{right:300px;}
						.item_01 .swipArr img{width:100%;height:100%;position:absolute;left:0;top:0;
							/*filter: alpha(opacity=0);*/  
							-moz-opacity:0; 
							opacity:0;
						}
						.item_01 .swipArr .off{
							/*filter: alpha(opacity=100);*/  
							-moz-opacity:1; 
							opacity:1;
						}
						.item_01 .swipArr:hover .off{
							/*filter: alpha(opacity=0);*/  
							-moz-opacity:0; 
							opacity:0;
						}
						.item_01 .swipArr:hover .on{
							/*filter: alpha(opacity=100);*/  
							-moz-opacity:1; 
							opacity:1;
						}
					.item_01 .swipWrap{display:block;width:1980px;height:670px;left:50%;margin-left:-990px;}
						.item_01 .swipInner{}
						.item_01 .swiper-slide{width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;opacity:0;
							-webkit-transition: all linear 0.3s;
							transition: all linear 0.3s;
						}
							.item_01 .swiLi{}
								.item_01 .bs_pic{width:1980px;}
								.item_01 .bs_pic img{width:100%;}
						.item_01 .swipPage{position:absolute;bottom:15px;z-index:2;text-align:right;}
						.item_01 .swipPage .pagination{margin-right:10px;}
							.item_01 .swiper-slide.active{z-index:1;opacity:1;}
						
.index .item_01 .swiper-pagination-switch{-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
.index .item_01 .swiper-pagination-switch.swiper-active-switch{margin:0 8px;width:43px;background: #d4071d;}
			.item_02{}
			.item_02 .tab_head{margin-top:30px;margin-left:auto;margin-right:auto;text-align:center;width:338px;}
			.item_02 .tab_head:after{visibility: hidden; display: block; font-size: 0; content: ""; clear: both; height: 0;}
				.item_02 .tab_h_li{float:left;display:block;width:50%;height:50px;font-size:20px;color:#333;line-height:50px;position:relative;cursor:pointer;}
				.item_02 .tab_h_li a{color:#333;}
					.item_02 .th_line{width:100%;height:1px;position:absolute;left:0;bottom:0;background-color:#999;}
				.item_02 .tab_h_li.active{font-weight:bold;}
				.item_02 .tab_h_li.active .th_line{height:2px;background-color:#d60010;}
			.item_02 .tab_body{margin-top:0;height:445px;position:relative;}
				.item_02 .tab_b_li{width:100%;position:absolute;left:0;top:0;z-index:-1;-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
					/*filter: alpha(opacity=0);*/  
					-moz-opacity:0; 
					opacity:0;
					/*-webkit-transform: rotate3d(0, 1, 0, 360deg);
					transform: rotate3d(0, 1, 0, 360deg);*/
				}
				.item_02 .tab_b_li.active{z-index:1;
					/*filter: alpha(opacity=100);*/  
					-moz-opacity:1; 
					opacity:1;
					/*-webkit-transform: rotate3d(0, 0, 0, 0deg);
					transform: rotate3d(0, 0, 0, 0deg);*/
				}
				.item_02 .tb_li_01{}
				.item_02 .tb_li_02{}
				.item_02 .swipWrap{height:420px;z-index:1;}
					.item_02 .swipArr{top:160px;z-index:2;}
					.item_02 .swipArr_prev{left:-40px;}
					.item_02 .swipArr_next{right:-40px;}
					.swipInner{}
						.item_02 .black{margin-top:25px;
							-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
							-webkit-transform: scale(1, 1);
							transform: scale(1, 1);
						}
						.item_02 .black:hover{
							-webkit-transform: scale(1.02, 1.02);
							transform: scale(1.02, 1.02);
						}
				/*.item_02 .tab_b_li .black{
					-webkit-transform: rotate3d(0, 1, 0, 360deg);
					transform: rotate3d(0, 1, 0, 180deg);
				}
				.item_02 .tab_b_li.active .black{
					-webkit-transform: rotate3d(0, 0, 0, 0deg);
					transform: rotate3d(0, 0, 0, 0deg);
				}*/
			.item_03{height:410px;background-color:#fff;}
				.item_03 .i_head_null{height:30px;}
				.item_03 .i_tit_box{font-size:20px;color:#000;font-weight:900;text-align:center;line-height:30px;}
				.item_03 .i_tit_box a{color:#000;}
				.item_03 .catalog{}
				.item_03 .swipWrap{margin-top:0;height:330px;}
					.item_03 .black{margin-top:20px;width:360px;overflow:hidden;
						-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
						-webkit-box-shadow:none;
						box-shadow:none;
						-webkit-transform: scale(1, 1);
						transform: scale(1, 1);
					}
					.item_03 .black:hover{
						-webkit-transform: scale(1.02, 1.02);
						transform: scale(1.02, 1.02);
					}
						.item_03 .black_cont{margin:0;}
							.item_03 .b_pic{height:210px;
								-webkit-box-shadow: 0px 10px 50px 0 rgba(0,0,0,0.2);
								box-shadow: 0px 10px 50px 0 rgba(0,0,0,0.2);
							}
							.item_03 .b_pic img{}
							.item_03 .b_p{margin:5px 20px 0 20px;height:90px;}
								.item_03 .b_tit{}
								.item_03 .b_more{right:30px;}
			.item_04{background:url(../images/index/item_04_bg.jpg) bottom center;}
			.item_04 .item_bg_box{width:100%;height:100%;position:absolute;left:0;bottom:0;background:url(../images/index/item_04_bg_die.png) bottom center;z-index:1;}
			.item_04 .own_more{display:none;}
			.item_04 .own_more2{display:none;}
			.item_04 .tab_head{overflow:hidden;background-color:#fff;border-left:1px solid #e1e2e2;border-right:1px solid #e1e2e2;position:relative;z-index:2;}
				.item_04 .tab_h_li{float:left;width:25%;text-align:center;border-top:1px solid #e1e2e2;position:relative;font-size:16px;color:#000;line-height:59px;height:59px;cursor:pointer;-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
					.item_04 .th_line{width:1px;height:100%;position:absolute;top:0;right:-1px;background-color:#e1e2e2;}
				.item_04 .th_li_01{}
				.item_04 .th_li_02{}
				.item_04 .th_li_03{}
				.item_04 .th_li_04{}
				.item_04 .tab_h_li.active{font-size:18px;color:#fff;
					background: url(../images/index/tab_h_li_bg.png) repeat-x;
					background: -webkit-linear-gradient(#a7a7a7 0%, #7d7d7e 100%);
					background: -moz-linear-gradient(#a7a7a7 0%, #7d7d7e 100%);
					background: -o-linear-gradient(#a7a7a7 0%, #7d7d7e 100%);
					background: -webkit-gradient(linear, 0 0, 0 100%, from(#a7a7a7), to(#7d7d7e));
					background: linear-gradient(#a7a7a7 0%, #7d7d7e 100%);
				}
			.item_04 .tab_body{height:660px;position:relative;max-height:9999px;}
			.item_04 .tab_body.tab_body_mod_1{}
			.item_04 .tab_body.tab_body_mod_2{}
			.item_04 .tab_body.tab_body_mod_3{}
			.item_04 .tab_body.tab_body_mod_4{}
				.item_04 .tab_b_li{width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;text-align:justify;text-justify:distribute;
					
				}
				.item_04 .tab_b_li .tab_bl_cont{margin-top:70px;
					-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
					/*filter: alpha(opacity=0);*/  
					-moz-opacity:0; 
					opacity:0;
				}
					.item_04 .tbl_box{}
						.item_04 .t_txt_box{}
							.item_04 .tit_box_2{margin-top:25px;padding-left:26px;}
							.item_04 .tit_box_2 .tib_tit{color:#d4071d;font-weight:bold;line-height:26px;}
							.item_04 .tit_box_2 .tib_line{width:3px;top:4px;}
							.item_04 .tit_box_2.first{margin-top:0;}
							.item_04 .tab_b_li .tab_bl_row{margin-top:25px;padding-left:26px;line-height:26px;font-size:14px;color:#565656;}
							.item_04 .tab_b_li .tab_bl_row.first{margin-top:25px;}
					.item_04 .tbl_box_lr{}
						.item_04 .tbl_left{}
						.item_04 .tbl_right{}
				.item_04 .tab_b_li .tbl_box_bg{width:100%;height:100%;z-index:-1;position:absolute;left:0;top:0;}
					.item_04 .tab_b_li .t_img{}
					.item_04 .tab_b_li .t_img img{width:100%;}
				.item_04 .tab_b_li.active{z-index:1;
					position:relative;
				}
				.item_04 .tab_b_li.active .tab_bl_cont{
					/*filter: alpha(opacity=100);*/  
					-moz-opacity:1; 
					opacity:1;
				}
				.item_04 .tb_li_01{}
				.item_04 .tb_li_01 .tab_bl_cont{}
					.item_04 .tb_li_01 .tbl_box_01{}
						.item_04 .tb_li_01 .tbl_left{margin-right:20px;width:580px;}
						.item_04 .tb_li_01 .tbl_pic_01{width:520px;}
				.item_04 .tb_li_01 .tbl_box_bg{}
					.item_04 .tb_li_01 .img_car{width:100%;position:absolute;left:0;bottom:40px;}
				.item_04 .tb_li_02{}
				.item_04 .tb_li_02 .tab_bl_cont{}
					.item_04 .tb_li_02 .tbl_box_01{}
						.item_04 .tb_li_02 .tbl_left{margin-right:20px;width:470px;}
							.item_04 .tb_li_02 .tbl_pic_01{margin-top:25px;text-align:center;}
							.item_04 .tb_li_02 .tbl_pic_01 img{width:426px;}
						.item_04 .tb_li_02 .tbl_right{}
							.item_04 .tb_li_02 .img_motor{}
				.item_04 .tb_li_03{}
				.item_04 .tb_li_03 .tab_bl_cont{}
					.item_04 .tb_li_03 .tbl_box_01{}
					.item_04 .tb_li_03 .tbl_box_01 .tbl_left{margin-right:20px;width:740px;}
					.item_04 .tb_li_03 .tbl_box_01 .tbl_right{width:340px;text-align:center;}
						.item_04 .tb_li_03 .tbl_pic_01{}
						.item_04 .tb_li_03 .tbl_pic_01 img{}
					.item_04 .tb_li_03 .tbl_box_02{margin-top:25px;}
					.item_04 .tb_li_03 .tbl_box_02 .tbl_left{}
					.item_04 .tb_li_03 .tbl_box_02 .tbl_right{margin-left:20px;width:625px;}
						.item_04 .tb_li_03 .tbl_pic_02{}
						.item_04 .tb_li_03 .tbl_pic_02 img{width:426px;}
				.item_04 .tb_li_04{}
				.item_04 .tb_li_04 .tab_bl_cont{}
					.item_04 .tb_li_04 .tbl_box_01{}
						
					.item_04 .tb_li_04 .tbl_box_02{margin-top:25px;width:700px;}
						.item_04 .tb_li_04 .tbl_box_02 .tbl_left{margin-right:20px;}
							.item_04 .tb_li_04 .tbl_pic_01 img{width:315px;}
					.item_04 .tb_li_04 .tbl_box_03{margin-top:25px;}
						.item_04 .tb_li_04 .tbl_box_03 .tbl_left{width:515px;}
						.item_04 .tb_li_04 .tbl_box_03 .tbl_right{width:500px;}
				.item_04 .tb_li_04 .tbl_box_bg{}
					.item_04 .tb_li_04 .img_car{position:absolute;right:-160px;bottom:45px;}
			.item_05{background:url(../images/index/item_05_bg.jpg);}
			.item_05 .content{width:100%;}
				.item_05 .item_tit{line-height:36px;font-size:24px;color:#000;font-weight:bold;text-align:center;width:100%;position:absolute;left:0;top:-10px;}
				.item_05 .square_box{margin-top:50px;}
					.item_05 .swipWrap{height:535px;text-align:center;}
					.item_05 .swipInner{width:990px;position:relative;left:50%;margin-left:-495px;overflow:inherit;overflow:initial;}
					.item_05 .swiper-wrapper{width:100%;margin-left:0;}
					.item_05 .swiper-slide{float:left;width:330px;}
						.item_05 .square{width:440px;height:320px;position:relative;z-index:1;left:50%;margin-left:-220px;}
							.item_05 .square_cont{}
								.item_05 .s_sq{width:100%;height:100%;position:absolute;left:0;top:0;}
								.item_05 .s_sq img{width:100%;height:100%;}
								.item_05 .s_sq_1{z-index:-1;}
								.item_05 .s_sq_2{z-index:-3;}
								.item_05 .s_num_box{height:135px;position:absolute;}
									.item_05 .s_num_bg{height:100%;z-index:-2;position:relative;}
									.item_05 .s_num{height:100%;}
								.item_05 .square_cont{height:100%;}
									.item_05 .s_p{height:100%;position:relative;z-index:1;}
										.item_05 .s_txt{width:245px;color:#565656;text-align:justify;text-justify:distribute;font-size:14px;line-height:26px;}
											.item_05 .s_i_num{display:inline-block;position:relative;}
											.item_05 .s_i_num img{position:relative;}
											.item_05 .s_txt .txt_red{color:#565656;}
					.item_05 .ss_1{}
					.item_05 .ss_2{}
					.item_05 .ss_3{}
						.item_05 .sq_1{}
							.item_05 .sq_1 .s_num_box{left:6px;top:5px;}
							.item_05 .sq_1 .s_i_num img{height:19px;}
						.item_05 .sq_2{margin-top:158px;}
							.item_05 .sq_2 .s_num_box{left:152px;top:-58px;}
							.item_05 .sq_2 .s_i_num img{margin-top:5px;height:15px;}
						.item_05 .sq_3{}
							.item_05 .sq_3 .s_num_box{right:-35px;top:5px;}
							.item_05 .sq_3 .s_i_num img{margin-top:5px;height:15px;}
			.item_05 .swipPage{display:none;margin-top:0;position:absolute;bottom:25px;}
			.item_05 .swiper-pagination-switch{display: inline-block; width: 11px; height: 11px; border-radius: 9px; background: #bababa; margin: 0 7px;-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
			.item_05 .swiper-pagination-switch.swiper-active-switch{margin:0 8px;width:43px;background: #d4071d;}



/*index--end*/

/*animate--begin*/
.section{
	/*filter: alpha(opacity=0);*/  
	-moz-opacity:0; 
	opacity:0;
	/* padding-top: 0.66rem; */
}
.section.active{
	/*filter: alpha(opacity=100);*/  
	-moz-opacity:1; 
	opacity:1;
}



/*animate--end*/

.index360banner *{-webkit-transition:none;transition:none;}


/*information--begin*/
.information .main_content{ width: 1120px; margin: 0 auto; margin-top: 20px;}
.information .txb_li{padding: 34px 0; border-bottom: 1px solid #d4d4d4; font-size: 0;}
.information .txb_li:last-child{border: 0;}
.information .txb_li .tx_pic{display: inline-block;width: 46%; vertical-align: middle;}
.information .txb_li .tx_pic img{width: 100%;}
.information .txb_li .tx_txt_box{display: inline-block; width: 49%; margin-left: 5%;font-size:16px; vertical-align: middle;}
.information .txb_li .tib_line{margin-top:15px;width:60px;height:3px;background-color:#d6000f;}
.information .txb_li p{margin-top: 25px; color: #565656; line-height: 30px; height: 90px; word-break: break-all; display:-webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 35px;}
.information .txb_li a{width: 140px; height: 30px; line-height: 30px; text-align: center; background-color:#f2f2f2; display: inline-block; color: #333; border: 1px solid #888;}
.information .txb_li a:hover{background-color:#d6000f; color: #fff; border-color: #d6000f;}

/*information--end*/
/*information_detail--begin*/
/* .information_detail .main_content{width: 15.84rem; margin: 0 auto;} */
.information_detail .main_content{width: 15.84rem;}
.information_detail .tib_tit{padding-left: 11px; margin-top: 96px;}
.information_detail .tib_linebg{padding-left: 40px; height: 3px; background-color: #e8e8e8;}
.information_detail .txtbox{padding:33px 40px 0 50px;; color: #333333; line-height: 30px; /*font-size: 14px;*/}
.information_detail .business_license{background-color: #e6f2fe; border-radius: 10px;padding: 18px 10px 10px; width: 781px; margin: 0 auto;/*font-size: 12px;*/}
.information_detail .business_license h5{font-size: 16px; font-weight: bolder; color: #333; text-align: center; margin-bottom: 16px;}
.information_detail .business_license ul{background-color: #Fff; text-align: center; padding: 25px 0;border-radius: 10px; display: flex; flex-wrap: wrap; /*align-items: center;*/ justify-content: center;}
.information_detail .business_license ul li{display: flex; width: 298px; text-align: left; padding:10px 0 7px; border-bottom: 1px solid #a9a9a9; margin:0 33px; color: #333; align-items: center; }
.information_detail .business_license ul li:last-child{width: 667px; /*margin: 0;*/}
.information_detail .business_license ul li b{color: #bbb; width: 80px; display: block;}
.information_detail .business_license ul li span{ display: block; width: calc( 100% - 80px);}
/*.information_detail .business_license ul li:last-child b{ width: 80px; display: block;}*/
/*.information_detail .business_license ul li:last-child span{width: 80px;}*/
.information_detail h6{font-size: 16px; padding:13px 40px; background-color: #e8e8e8;    margin-bottom: 25px;}
.information_detail h6 span{color: #d6000f;}
.information_detail .txtbox_1{padding:25px 11px;  /*font-size: 14px;*/}
.information_detail .txtbox_1 .tx_pic{display: inline-block;width: 44%; vertical-align: top;}
.information_detail .txtbox_1 .tx_pic img{width: 100%;}
.information_detail .txtbox_1 .tx_pic p{text-align: center; padding: 10px ;}
.information_detail .txtbox_1 .tx_txt_box{ display: inline-block;  width: 52%; margin-left: 3%; /*font-size: 14px;*/ vertical-align: middle;}
.information_detail .txtbox_1 .tx_txt_box p{margin-bottom: 20px;}

/*information_detail--end*/
/*brandCenter*/
.brandCenter {/*font-size: 14px;*/}
.brandCenter .se_content{margin: 0;}
.brandCenter .brandCon{ width: 1120px; margin: 0 auto; margin-top:.40rem;}
.brandCenter .brandCon .slogan{ background: #f2f2f2; padding:.24rem 128px; line-height:.26rem; color: #565656; /*font-size: 14px;*/ text-align: center; line-height: 26px;}
.brandCenter .brandCon .language_btn{display: flex; margin-top: 60px; margin-bottom: 20px;}
.brandCenter .brandCon .language_btn .s{line-height: 38px; height: 38px; color: #FFFFFF; font-weight: bold; font-size: 20px; padding: 0 14px; background-color: #626262;}
.brandCenter .brandCon .language_btn .btn{line-height: 38px; height: 38px;  color: #565656; font-size: 18px;}
.brandCenter .brandCon .language_btn .btn a{display: inline-block; line-height: 38px; height: 38px; color: #565656; font-size: 18px; margin: 0 27px; padding: 0 8px;}
.brandCenter .brandCon .language_btn .btn a.on{ color: #eb0a1e; position: relative}
.brandCenter .brandCon .language_btn .btn a.on:before{content: ''; position: absolute; bottom:0; left: 0; width: 100%; height: 2px; display: inline-block; background-color: #eb0a1e;}
.brandCenter .brandCon .brandColumn dl{ margin-top: 0.64rem;}
.brandCenter .brandCon .brandColumn dt{ text-align: center; position: relative; width: 100%; height: .58rem; font-size: 18px; font-weight: bold; color: #333333; margin-bottom: 20px; line-height: 0.58rem;}
.brandCenter .brandCon .brandColumn dt:before{content: ''; position: absolute; bottom:0; left: 50%; margin-left: -0.2rem; width: 0.4rem; height: 2px; display: inline-block; background-color: #eb0a1e;  }
.brandCenter .brandCon .brandColumn dd{color: #565656; /*font-size: 14px;*/ text-align: center;}
.brandCenter .brandcontent{ margin-top: 52px; position: relative; padding-bottom: .34rem; border-bottom: #d4d4d4 1px solid;}
.brandCenter .brandcontent li{ margin-bottom: 48px;}
.brandCenter .brandcontent .title_con{ display: flex; justify-content: space-between; margin-bottom: 0.16rem;}
.brandCenter .brandcontent .title_con .title{color:#565656; /*font-size: 14px;*/ border-left:#eb0a1e 2px solid; height: 20px; padding-left: 8px; font-weight: bold;}
.brandCenter .brandcontent .title_con .features{display: flex;}
.brandCenter .brandcontent .title_con .features>div{position: relative;}

.brandCenter .brandcontent .title_con .features>div>a{ height: 20px; /*font-size: 14px;*/ color: #858585; display: flex; align-items: center; border-right:#d6d6d6 2px solid; justify-content: center; padding: 0 14px;}
.brandCenter .brandcontent .title_con .features>div>a:last-child{border-right:none; padding-right: 0;}
.brandCenter .brandcontent .title_con .features>div>a img{ margin-right: 10px; width: 15px;}
.brandCenter .brandcontent .title_con .features>div .p_con{position: absolute; top: 0.4rem; left: calc( 50% - 1.1rem ) ; width: 2.2rem; padding: 0.1rem 0.16rem 0; background: #FFFFFF; display: none;}
.brandCenter .brandcontent .title_con .features>div .p_con a{ background: #ececed; width: 100%; height: 0.38rem; display: flex; justify-content: space-around; align-items: center; line-height: 0.38rem; margin-bottom: 0.1rem; color: #858585; /*font-size: 14px;*/}
/*.brandCenter .brandcontent .title_con .features>div:hover .p_con{display: block;}*/
.brandCenter .copy-success{display: none; padding: 10px 60px; text-align: center; background-color: #f2f2f2; color: #333; border-radius: 4px; position: absolute; top: 0px; left:calc( 50% - 120px)  ; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14); z-index: 10;}
.brandCenter .brandcontent li .pic{ width: 100% ;  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);}
.brandCenter .brandcontent li .pic img{width: 100%;}
.brandCenter .safeSpace { display: flex; flex-wrap: wrap; justify-content: space-between; padding-bottom: .34rem; border-bottom: #d4d4d4 1px solid;}
.brandCenter .safeSpace li{width: 50%; margin-bottom: .4rem;}
.brandCenter .safeSpace .title{ width: 100%; /*font-size: 14px; */color: #565656; line-height: 0.3rem; line-height: 0.3rem; margin-bottom: .32rem;}
/*.brandCenter .safeSpace .singular .pic{width: 5.40rem;}*/
/*.brandCenter .safeSpace .singular .pic img{width: 100%;}*/
.brandCenter .safeSpace .singular{ width: 60%;}
.brandCenter .safeSpace .even{display: flex; /*justify-content: center;*/ flex-wrap: wrap;  width: 40%;}
.brandCenter .safeSpace .even .title{width: 326px;}

.brandCenter .littleSize {padding-bottom: .78rem; border-bottom: #d4d4d4 1px solid;}
.brandCenter .littleSize .title{ line-height: 0.64rem; height:0.64rem; /*font-size: 14px;*/ color: #565656; margin-top: 0.26rem;}
.brandCenter .littleSize .con{ background: #FFFFFF; border: #d4d4d4 1px solid; display: flex; flex-wrap: wrap; padding: 0.1rem 0;}
.brandCenter .littleSize .con>div{ width: 50%; display: flex; align-items: center; justify-content: center; padding: 0.2rem 0;}
.brandCenter .littleSize .con>div span{ margin-left: 0.2rem;}
.brandCenter .en .littleSize .routine{justify-content: center;}
.brandCenter .en .littleSize .routine>div{ width: auto; margin:0 40px;}
/*.brandCenter .en .littleSize .con>div:nth-child(odd){width: 55%;}
.brandCenter .en .littleSize .con>div:nth-child(even){width: 45%;}*/

.brandCenter .columnTitle{ border-top:#d4d4d4 1px solid;border-bottom: #d4d4d4 1px solid; height: 0.58rem; line-height: 0.58rem; display: flex; /*font-size: 14px;*/ color: #858585; justify-content: space-between; padding: 0 1.74rem 0 1.14rem; margin-top: 0.38rem;}
.brandCenter .principle{border-bottom: #d4d4d4 1px solid; margin-bottom: 0.76rem;}
.brandCenter .principle li{  display: flex; justify-content: space-between; padding: .22rem 1.14rem; background: url(../images/brandCenter_bo_bg.gif) repeat-x bottom left;}
.brandCenter .principle li .title{display: flex; align-items: center; flex-wrap: wrap;}
.brandCenter .principle li .title>div{width: 100%;}
.brandCenter .principle li .title .ash{color: #565656;}
.brandCenter .principle li .title .red{color: #eb0a1e;}
.brandCenter .principle li:last-child{ background: none;}
.brandCenter .colorSlogan{ /*font-size: 14px;*/ color: #565656; line-height: 30px; padding: 0.22rem 0;}
.brandCenter .colorList li { margin-bottom: .50rem; margin-top: 0.28rem; padding-top: 0.1rem;}
.brandCenter .colorList li .title,.brandCenter .fontTitle{ color:#565656; /*font-size: 14px;*/ border-left:#eb0a1e 2px solid; height: 20px; padding-left: 8px; font-weight: bold; margin-bottom: 0.16rem; display: flex; align-items: center;}
.brandCenter .colorList li .con{ display: flex; justify-content: space-between; flex-wrap: wrap;}

.brandCenter .colorList li .con .color{ /*height: 0.9rem;  */color: #FFFFFF; margin: 0.1rem 0;}
.brandCenter .colorList li .con .cc{padding: 0.2rem 0.22rem; display: flex; justify-content: space-between; height: auto;}
.brandCenter .colorList li .con .color .l{ line-height: 0.24rem; font-size: 12px; }
.brandCenter .colorList li .con .c0{ background: #eb0a1e; width: 100%;}
.brandCenter .colorList li .con .c1{ background: #b6102d; width: 49.5%;}
.brandCenter .colorList li .con .c2{ background: #7c1927; width: 49.5%;}
.brandCenter .colorList li .con .c3{ background: #000000; width: 24%;}
.brandCenter .colorList li .con .c4{ background: #595757; width: 24%;}
.brandCenter .colorList li .con .c5{ background: #bebeba; width: 24%;}
.brandCenter .colorList li .con .c6{ background: #ffffff; width: 24%; border: #b7b7b7 1px solid; color: #565656;}
.brandCenter .colorList li .con .c7{ background: #b4974b; width: 49.5%;}
.brandCenter .colorList li .con .c8{ background: #a5a5a5; width: 49.5%;}
.brandCenter .fontContent {border-bottom:#d4d4d4 1px solid;}
.brandCenter .fontContent li{ border-top:#d4d4d4 1px solid;/*border-bottom: #d4d4d4 1px solid; */height: 1.46rem; display: flex; justify-content: space-between; align-items: center;}
.brandCenter .fontContent li .l{line-height: 0.4rem; margin-left: 0.1rem;}
.brandCenter .fontContent li .btext a{ /*font-size: 14px;*/ color: #565656;}
.brandCenter .fontContent li .down a{/*font-size: 14px;*/ color: #858585;}
.brandCenter .fontContent li .down img{ vertical-align: middle; margin-right: 0.1rem;}
.brandCenter .all_btn{ text-align: center;}
.brandCenter .all_btn a{padding:0 0.5rem; background: #e6e6e6; height: 0.4rem; line-height: 0.4rem; /*font-size: 14px;*/ color: #565656; display: inline-block; margin-top: 0.55rem; margin-bottom: 0.8rem; }
.brandCenter .all_btn a img{ vertical-align: middle; margin-right: 0.1rem; width: 15px;}
.brandCenter .all_btn a span{ margin:0 0.1rem;}

.brandCenter .brandCenterBtn_bg{ background: rgba(-255,-255,-255,0.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: none;}
.brandCenter .brandCenterBtn{position: fixed; right: 0.1rem; top: 4.43rem;}
.brandCenter .brandCenterBtn .con{ width: 162px; background:#e8e8e8 ;/* font-size: 14px;*/ color: #565656; }
/*.brandCenter .brandCenterBtn .con dl.on{}*/
.brandCenter .brandCenterBtn .con dt{height: 42px;padding-left: 18px; display: flex; align-items: center; font-weight: bold; background: #d7d7d7 url(../images/brandCenter/brandCenter_arrow0.png) no-repeat 92% center ; background-size: 7px 13px; cursor: pointer; margin-bottom: 5px;}
.brandCenter .brandCenterBtn .con dl:last-child dt{margin-bottom: 0;}
.brandCenter .brandCenterBtn .con dl.on dt{background-color: #eb0a1e; background-image: url(../images/brandCenter/brandCenter_arrow1.png) ; background-size:0.13rem 0.07rem; color: #FFFFFF;}
/*.brandCenter .brandCenterBtn .con dt.on{background-color: #eb0a1e; background-image: url(../images/brandCenter/brandCenter_arrow1.png) ; background-size:0.13rem 0.07rem; color: #FFFFFF;}*/
.brandCenter .brandCenterBtn .con dd{ line-height:42px; height: 0; transition: all 0.2s;overflow: hidden;}
.brandCenter .brandCenterBtn .con dl.on dd{height: auto;transition: all 0.2s; }
/*.brandCenter .brandCenterBtn .con dd.on{height: auto;transition: all 0.2s; }*/
.brandCenter .brandCenterBtn .con dd a{display: block; height: 42px; padding-left: 18px; color: #565656; margin: 5px 0; /*font-size: 14px;*/}
.brandCenter .brandCenterBtn .con dd a.on{color: #eb0a1e; }
