@media screen and (max-width:760px){
	.ownSelect{height:.48rem;line-height:.48rem;}
	.ownSelect .s_arr{top:.16rem; width: 0.22rem;}
	.ownSelect select{font-size:0.26rem; line-height: 0.46rem; padding-left: 0;}
}
/*min:0--begin*/
@media screen and (min-width:0px){
	/*.wrap *{-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}*/
	.header *,.footer *{-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
	.abxy_c{left:50%;position: absolute;top: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%); 	/* IE 9 */
		-moz-transform: translate(-50%, -50%); 	/* Firefox */
		-webkit-transform: translate(-50%, -50%); /* Safari �� Chrome */
		-o-transform: translate(-50%, -50%); 	/* Opera */
	}
	.abx_c{left:50%;position: absolute;
		transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0); 	/* IE 9 */
		-moz-transform: translate(-50%, 0); 	/* Firefox */
		-webkit-transform: translate(-50%, 0); /* Safari �� Chrome */
		-o-transform: translate(-50%, 0); 	/* Opera */
	}
	.aby_c{position: absolute;top: 50%;
		transform: translate(0, -50%);
		-ms-transform: translate(0, -50%); 	/* IE 9 */
		-moz-transform: translate(0, -50%); 	/* Firefox */
		-webkit-transform: translate(0, -50%); /* Safari �� Chrome */
		-o-transform: translate(0, -50%); 	/* Opera */
	}
	.df{
		display: -moz-box; /*Firefox*/
		display: -webkit-box; /*Safari,Opera,Chrome*/
		display: box;			  /* OLD - Android 4.4- */
	  	display: -webkit-box;	  /* OLD - iOS 6-, Safari 3.1-6 */
	  	display: -moz-box;		 /* OLD - Firefox 19- (buggy but mostly works) */
	  	display: -ms-flexbox;	  /* TWEENER - IE 10 */
	  	display: -webkit-flex;	 /* NEW - Chrome */
	  	display: flex;			 /* NEW, Spec - Opera 12.1, Firefox 20+ */
		-moz-box-align: center; /*Firefox*/
		-webkit-box-align: center; /*Safari,Opera,Chrome*/
		box-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
	}
	.df.x_j{
		-moz-box-pack: justify; /*Firefox*/
		-webkit-box-pack: justify; /*Safari,Opera,Chrome*/
		box-pack: justify;
		-webkit-justify-content: space-between;
	  	-moz-justify-content: space-between;
	  	-ms-justify-content: space-between;
	  	-o-justify-content: space-between;
	  	justify-content: space-between;
	}
	.df.x_c{
		-moz-box-pack: center; /*Firefox*/
		-webkit-box-pack: center; /*Safari,Opera,Chrome*/
		box-pack: center;
		-webkit-justify-content: center;
	  	-moz-justify-content: center;
	  	-ms-justify-content: center;
	  	-o-justify-content: center;
	  	justify-content: center;
	}
	.df.y_s{
		-moz-box-align: start; /*Firefox*/
		-webkit-box-align: start; /*Safari,Opera,Chrome*/
		box-align: start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		-o-align-items: flex-start;
		align-items: flex-start;
	}
	.df.y_e{
		-moz-box-align: end; /*Firefox*/
		-webkit-box-align: end; /*Safari,Opera,Chrome*/
		box-align: end;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		-o-align-items: flex-end;
		align-items: flex-end;
	}
	.df.y_al_c{
		-webkit-align-content:center;
		-moz-align-content: center;
		-ms-align-content: center;
		-o-align-content: center;
		align-content:center;
	}
	.df.y_al_j{
		-webkit-align-content:space-between;
		-moz-align-content: space-between;
		-ms-align-content: space-between;
		-o-align-content: space-between;
		align-content:space-between;
	}
	.df.x_w{
		-moz-box-lines: multiple; /*Firefox*/
		-webkit-box-lines: multiple; /*Safari,Opera,Chrome*/
		box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.df_fix{
		-webkit-box-flex: 0;
		-moz-flex-shrink: 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}
	.video-js{position:relative;}
	.vjs-default-skin .vjs-big-play-button{width:2.6em;height:2.6em;border-radius: 2em;;left:50%;position: absolute;top: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%); 	/* IE 9 */
		-moz-transform: translate(-50%, -50%); 	/* Firefox */
		-webkit-transform: translate(-50%, -50%); /* Safari �� Chrome */
		-o-transform: translate(-50%, -50%); 	/* Opera */
	}
	.vjs-default-skin .vjs-big-play-button:before{left:3px;}
}
/*min:0--end*/
/*min:900--begin*/
@media screen and (min-width:900px){
	/*.header .box_1 .nav_top_1{height:40px;}*/
	.content{/* padding:0 15px; */width:inherit;width:initial;}
	.item_01 .swipPage .pagination{}
}
/*min:900--end*/
/*min:1120--begin*/
@media screen and (min-width:1150px) {
	.inner{}
	/* .content{padding:0;width:1120px;} */
}
/*min:1120--end*/	
/*min:760 to max:900--begin*/
@media screen and (min-width:900px) and (max-width:1130px){
	.header .box_1 .nav_top_ul{width:105px;}
	.header .box_1 .sp_pc .nav_top_ul.active ul{left:-347px}
}
/*min:760 to max:900--begin*/
@media screen and (min-width:760px) and (max-width:900px){
	.content{width:inherit;width:initial;
		padding:0 15px;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box;
	}
	.header .box_1 .nav_top_ul{width:85px;}
			.header .box_1 li{width:72px;}
	.header .box_1 .sp_pc ul{left:-355px;}
	.header .box_1 .sp_pc .nav_top_ul.active ul{left:-358px;}
	.footer .box_2 .nb_head{}
		.footer .box_2 .nb_head ul{}
			.footer .box_2 .nb_head li{float:left;width:120px;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:120px;}
}
/*min:760 to max:900--end*/
/*isPhone*/
/*max:760--begin*/
@media screen and (max-width:760px){
	.df.x_w{width: auto;}
	.sp_pc{display:none;}
	.sp_phone{display:block;}
	.content{margin-left:.30rem;margin-right:.30rem;width:inherit;width:initial;}
	.inner{margin:auto;/* min-width:640px; */overflow-x:hidden; width: 100%;}
		.header{position:relative;}
			.header .box_1{width:100%;height:87px;position:relative;z-index:10;background-color:#fff;}
			.header .box_1 .bg_b{width:100%;height:83px;border-bottom:4px solid #d6000f;position:absolute;left:0;top:0;background-color:#fff;z-index:1;}
			.header .box_1 .content{}
				.header .box_1 .logo_box{float:left;margin-top:22px;position:relative;z-index:3;}
					.header .box_1 .logo{display:block;width:230px;height:40px;background:url(../images/logo2.png) no-repeat;}
				.header .box_1 .nav_top_1{width:100%;position:absolute;left:0;top:-900px;background-color:#fff;z-index:-1;-webkit-transition: all linear 0.3s;transition: all linear 0.3s;}
					.header .box_1 .nav_top_ul{padding-left:86px;width:100%;text-align:left;}
						.header .box_1 .nav_top_ul_txt{font-size:32px;line-height:83px;color:#333;font-weight:bold;}
						.header .box_1 .nav_top_ul_txt a{color:inherit;}
					.header .box_1 .nav_top_ul:nth-child(1){background:url(../images/icon_house.png) no-repeat 39px 24px,#d6000f;}
					.header .box_1 .nav_top_ul:nth-child(1) .nav_top_ul_txt{color:#fff;background-color:#d6000f;}
					.header .box_1 .nav_top_ul:nth-child(2){background:url(../images/icon_block.png) no-repeat 39px 23px;}
					.header .box_1 .nav_top_ul:nth-child(3){background:url(../images/icon_paper.png) no-repeat 39px 24px;}
					.header .box_1 .nav_top_ul:nth-child(4){background:url(../images/icon_car.png) no-repeat 39px 32px;}
					.header .box_1 .nav_top_ul:nth-child(5){background:url(../images/icon_people.png) no-repeat 39px 29px;}
					.header .box_1 .nav_top_ul:nth-child(6){background:url(../images/icon_phone.png) no-repeat 39px 25px;}
						.header .box_1 ul{margin:0;margin-left:-24px;padding-top:2px;padding-bottom:20px;height:inherit;height:initial;border-bottom:1px solid #b9b9b9;position:relative;left:0;z-index:1;line-height:24px;bottom:0;
							/*filter: alpha(opacity=100);*/  
							-moz-opacity:1;
							opacity:1;
						}
							.header .box_1 li{width:inherit;width:initial;float:left;margin:5px 24px 20px 24px;}
							.header .box_1 li a{font-size:0.26rem; line-height: 0.46rem;color:#333;}
							/*.header .box_1 li:first-child{margin-left:0;}*/
						.header .box_1 .nav_top_ul:last-child ul{border-bottom:none;}
					.header .box_1 .nav_top_ul.active .nav_top_ul_txt,.header .box_1 .nav_top_ul_txt:hover{}
					.header .box_1 .nav_top_ul.active ul{bottom:0;}
					.header .box_1 li.active a,.header .box_1 li a:hover{color:#d6000f;font-weight:normal;font-size:0.26rem; line-height: 0.46rem;
						text-shadow:none; 
					}
				.header .box_1 .nav_top_1.active{top:86px;overflow-x:hidden;}
				.header .box_1 .h_btn_box{padding-top:25px;position:relative;z-index:3;}
					.header .box_1 .btn_seek{float:right;display:block;width:37px;height:37px;background:url(../images/seek_gray_37x37.png) no-repeat;border:none;}
					.header .box_1 .btn_list{float:right;display:block;margin-left:39px;width:45px;height:33px;cursor:pointer;}
					.header .box_1 .btn_list .bl_li{margin-top:6px;width:100%;height:7px;background-color:#999;position:relative;left:0;top:0;
						/*filter: alpha(opacity=100);*/  
						-moz-opacity:1; 
						opacity:1;
					}
					.header .box_1 .btn_list .l_1{margin-top:2px;}
					.header .box_1 .btn_list .l_2{}
					.header .box_1 .btn_list .l_3{}
				.header .box_1 .btn_list.active{}
				.header .box_1 .btn_list.active .l_1{
					-webkit-transform: rotate(-135deg);
					-moz-transform: rotate(-135deg);
					-o-transform: rotate(-135deg);
					transform: rotate(-135deg);
					top:14px;
				}
				.header .box_1 .btn_list.active .l_2{
					left:100%;
					/*filter: alpha(opacity=0);*/  
					-moz-opacity:0; 
					opacity:0;
				}
				.header .box_1 .btn_list.active .l_3{
					-webkit-transform: rotate(135deg);
					-moz-transform: rotate(135deg);
					-o-transform: rotate(135deg);
					transform: rotate(135deg);
					top:-12px;
				}
			.header .box_2{}
			.header .box_2.active{}
			.footer{}
			.footer .content{}
				.footer .box_2{height:175px;background-color:#f3f3f3;}
				.footer .box_2 .b_left{width:70%;}
					.footer .box_2 .link_box{margin-top:44px;margin-left:auto;margin-right:auto;width:80%;}
					.footer .box_2 .mySelect{width:100%;height:55px;background-color:#e2e1e1;position:relative;cursor:pointer;z-index:1;}
						.footer .box_2 .mySelect_txt{padding-left:27px;width:100%;height:100%;font-size:0.26rem; line-height: 0.46rem;color:#333;position:absolute;left:0;top:0;z-index:-1;background-color:#e2e1e1;
							box-sizing:border-box;
							-moz-box-sizing:border-box; 
							-webkit-box-sizing:border-box;
						}
						.footer .box_2 .mySelect .icon_arr{width:17px;height:15px;background:url(../images/arr_gray2_t.png) no-repeat;position:absolute;right:25px;top:20px;-webkit-transition: all linear 0.2s;transition: all linear 0.2s;z-index:3;}
						.footer .box_2 .mySelect ul{display:none;width:100%;position:absolute;left:0;bottom:55px;overflow:hidden;height:0;-webkit-transition: all linear 0.2s;transition: all linear 0.2s;}
							.footer .box_2 .mySelect li{margin-bottom:3px;padding-left:27px;height:54px;line-height:54px;position:relative;background-color:#d3d3d3;}
								.footer .box_2 .mySelect a{font-size:0.26rem; line-height: 0.46rem;color:#333;}
							.footer .box_2 .mySelect li:after{content:'';background:url(../images/icon_hoop2.png) no-repeat;width:25px;height:11px;position:absolute;right:21px;top:21px;}
							.footer .box_2 .mySelect li:hover{background-color:#b9b9b9;}
						.footer .box_2 .mySelect select{padding:0 10px;width:100%;height:100%;font-size:0.26rem; line-height: 0.46rem;color:#333;opacity:0;}
							.footer .box_2 .mySelect option{line-height:36px;}
						.footer .box_2 .mySelect.active{}
						.footer .box_2 .mySelect.active .icon_arr{
							-webkit-transform: rotate(180deg);
							-moz-transform: rotate(180deg);
							-o-transform: rotate(180deg);
							transform: rotate(180deg);
						}
						.footer .box_2 .mySelect ul.active{height:172px;}
					.footer .box_2 .hint_box{margin-top:22px;text-align:center;font-size:0.26rem; line-height: 0.46rem;color:#565656;}
				.footer .box_2 .b_right{width:30%;position:relative;}
					.footer .box_2 .tow_code{margin-top:18px;}
					.footer .box_2 .tow_code .pic{}
					.footer .box_2 .tow_code .pic img{width:149px;height:149px;}
					.footer .box_2 .tow_code .tc_txt{}
				.footer .box_3{height:233px;}
				.footer .box_3 .bom_null{height:34px;}
				.footer .box_3 .bom_txt{margin:0;}
				.footer .box_3 .bom_txt p{font-size:0.26rem; line-height: 0.46rem;text-align:center;}
					.footer .box_3 .bom_txt .icon_police{margin-top:8px;}
					.footer .box_3 span{white-space:nowrap;}
				.section{position:relative;/* min-height:666px; */padding-top: 1.12rem;}
				.section .content{}
					.se_content{margin:0;}
						.section .title_box{height:.36rem;}
							.section .tb_li{}
							.section .tb_l{font-size:.32rem;line-height:.36rem;}
							.section .tb_c{margin-right:0;}
							.section .tb_c .line_gray{}
								.section .tb_c .line_red{}
									.section .tb_c_txt{font-size:.18rem;line-height:.24rem;top:-.24rem;}
						.section .title_box.first{margin-top:.29rem; width: auto;}
						.main_content{margin-top:0; margin: 0 .30rem;}
						/* .main_content ::after{position: absolute; right: 0; top: 0; height: 140px; width: 10%; background: linear-gradient(to right,rgba(250,250,250,0) 70%, rgba(250,250,250,100) 100%); content: ''; display: block;} */
					.section .se_bom{height:.80rem;}
	.tit_box_1{margin-top:40px;}
	.tit_box_1 .tib_tit{font-size:0.26rem; line-height: 0.46rem;}
	.tit_box_1 .tib_line{margin-top:20px;}
	.tit_box_1 .tib_txt{margin-top:0;font-size:0.26rem; line-height: 0.46rem;}
	
	.tit_box_2 .tib_tit{font-size:26px;}
	
	.ac_share_box{font-size:0.26rem; line-height: 0.46rem;}
	.ac_share_box .btn_share{margin-right:20px;}
	.ac_share_box .btn_share img{}
	.ac_share_box .btn_weixin{top:6px;margin-left:26px;}
	.ac_share_box .btn_weixin,.ac_share_box .btn_weixin img{width:33px;height:29px;}
	.ac_share_box .btn_kongjian{top:5px;}
	.ac_share_box .btn_kongjian,.ac_share_box .btn_kongjian img{width:32px;height:30px;}
	.ac_share_box .btn_weibo{top:5px;margin-right:11px;}
	.ac_share_box .btn_weibo,.ac_share_box .btn_weibo img{width:36px;height:29px;}
	
	.own_more{height:39px;line-height:40px;font-size:26px;}
	.own_more img{width:39px;height:39px;}
	.own_more2{height:36px;line-height:36px;font-size:26px;}
	/*.own_more2 img{width:39px;height:39px;}*/
	.own_more2 .r_icon{width:36px;height:36px;}
	
	.pop_onePic{max-width:612px;}
	.pop_onePic .p_btn_cls{width:41px;height:41px;/*right:19px;top:19px;*//*right:0;top:0;*/ background-color: #000000; padding: 4px;}
	.pop_onePic .pop_b_txt{ font-size:0.26rem; line-height: 0.46rem;}
	.pop_onePic .p_btn_cls img{}
	.pop_onePic .pop_cont{}
		.pop_onePic .p_block{user-select: none; -webkit-user-drag: none; }
			.pop_onePic .p_block{}
				.pop_onePic .p_block_cont{}
				/*.pop_onePic .pb_pic img{width:100%;}*/
				.pop_onePic .pb_txt{margin-top:10px;margin-left:18px;margin-right:18px;font-size:0.26rem; line-height: 0.46rem;}
	.datebook .popup.inside{width:100%;left:0;}
	.datebook .pop_onePic{max-width:100%;min-width:100%;
		box-sizing: border-box;
		-moz-box-sizing:border-box; /* Firefox */
		-webkit-box-sizing:border-box; /* Safari */
	}
	.datebook .pop_onePic .pb_pic img{width:100%;}
}
/*max:760--end*/
@media screen and (max-width:760px){
	.datebook .pcContainer.sp_pc{display: none;}
	.inner .b_more{height:39px;line-height:40px;font-size:26px;}
	.inner .b_more img{width:39px;height:39px;}
	.btn_admore_box{    margin-top: .60rem;}
	.btn_admore_box .dataHint{font-size:.26rem;}
	.btn_admore{width:100%;height:.60rem;line-height:.60rem;font-size:0.26rem;}
	.btn_admore_box .btn_admore,.btn_admore_box .dataHint{margin-top:.50rem;}
	.time_box{margin-top:.60rem; width: 100%; padding: 0; height: 1.40rem;}
	
	.time_box .yb_year,.time_box .year_all{font-size:0.26rem; line-height: 0.46rem;}
	
	/* .time_box .year_box ul{height:52px;} */
	.time_box .year_box{ height: 100%; }
	
	.time_box .year_box .yb_line{top:.47rem;}
	/* .time_box .yb_dot img{width:12px;height:12px;} */
	.time_box .tb_cont{margin:0; height: 100%;  position: relative;}
    .time_box .cover{position: absolute; right: 0; top: 0; height: 1.40rem; width: 1.00rem; background: linear-gradient(to right,rgba(250,250,250,0) 0%, rgba(250,250,250,100) 90%); content: ''; display: block;} 
	.time_box .tb_arr_l,.time_box .tb_arr_r{display: none;}
	.time_box .yb_dot{width: 100%; height:auto;}
	
	.inner .main_seek{height:inherit;height:initial;}
	.inner .main_seek.active{top:.87rem;}
	.inner .main_seek .seek_bg{height:100%;background:#d8d8d8;}
	.inner .main_seek .content{margin:0;padding:.18rem .29rem;}
		.inner .main_seek .ms_l{display:none;}
		.inner .main_seek .ms_c{display:none;}
		.inner .main_seek .ms_r{width:100%;}
		.inner .main_seek .input_seek{width:inherit;width:initial;border:none;padding-right:.75rem;background-color:transparent;}
		.inner .main_seek .input_seek .input_text{margin:0;padding:0 .30rem;height:.60rem;background-color:#efefef;}
			.inner .main_seek .input_seek input{height:.60rem;font-size:0.26rem; line-height: 0.46rem;}
			.inner .main_seek .i_btn_seek{width:.50rem;font-size:0.26rem; color:#666;line-height:.60rem;text-align:right;white-space:nowrap;background-color:transparent;border:none;}
			.inner .main_seek .i_btn_seek img{display:none;}
	
}
@media screen and (min-width:760px) and (max-width:1000px){
	.strategy .catalog{margin-left:auto;margin-right:auto;width:98%;}
	.strategy .black{width:49%;}
}
@media screen and (max-width:760px){
	.strategy{}
	.strategy .catalog{margin-top:0;}
		.strategy .black{margin-top:.30rem;width:100%;}
			.strategy .b_p{margin:.60rem 0 0 0;font-size:0.26rem; line-height: 0.46rem;}
			.strategy .b_p img{width:.55rem;}
	.time_box .all_box{width:1.54rem; height: 100%; margin-right:0;}
	.time_box .year_box li{width:1.54rem; }
	.honor .time_box .all_box{ display: block;}
	.datebook .time_box .all_box{ display: block;}
}
@media screen and (min-width:760px) and (max-width:1150px){
	.culture{}
	.culture .catalog_2{width:495px;}
}
@media screen and (min-width:860px) and (max-width:1140px){
	.culture{}
	.culture .catalog_1{width:740px;}
}
@media screen and (min-width:760px) and (max-width:920px){
	.culture{}
	.culture .catalog_1{width:490px;}
}
@media screen and (max-width:760px){
	.culture{}
	.culture .tit_box{margin-top:40px;height:76px;}
	.culture .tit_box .tb_null{height:17px;}
	.culture .tit_box .tb_tit{font-size:32px;line-height:40px;}
	.culture .tit_box .tb_line img{margin-top:5px;}
	.culture .catalog_1{width:580px;}
	.culture .catalog_1 .black{width:278px;}
				.culture .catalog_1 .b_tit_1{margin-top:55px;font-size:32px;line-height:40px;}
				.culture .catalog_1 .b_tit_2{font-size:18px;line-height:22px;}
				.culture .catalog_1 .b_txt_box{}
					.culture .catalog_1 .b_txt{font-size:0.26rem; line-height: 0.46rem;}
						.culture .catalog_1 .b_dot{width:14px;}
						.culture .catalog_1 .b_dot.sp{margin-left:6px;}
	.culture .catalog_1 .b_3 .b_dot.sp{left:-7px;top:2px;}
	.culture .catalog_1 .black_null{width:278px;}
	.culture .catalog_2{margin-top:20px;width:580px;}
	.culture .catalog_2 .black{width:100%;height:178px;}
		.culture .catalog_2 .black_cont{padding:26px 11px;}
			.culture .catalog_2 .b_pic{width:233px;height:126px;}
				.culture .catalog_2 .b_pic_img{}
				.culture .catalog_2 .b_tit_1{margin-top:33px;font-size:30px;line-height:36px;}
				.culture .catalog_2 .b_tit_2{font-size:18px;line-height:24px;}
			.culture .catalog_2 .b_p{margin-left:16px;width:306px;height:178px;top:-26px;}
				.culture .catalog_2 .b_txt,.culture .catalog_2 .b_2 .b_txt{font-size:0.26rem; line-height: 0.46rem;}
				
}
@media screen and (min-width:760px) and (max-width:1120px){
	/* .profile{}
	.profile .txb_li{}
		.profile .txb_li .tx_pic{}
		.profile .txb_li .tx_pic img{left:50%;position: absolute;
			transform: translate(-50%, 0);
			-ms-transform: translate(-50%, 0); 
			-moz-transform: translate(-50%, 0); 	
			-webkit-transform: translate(-50%, 0); 
			-o-transform: translate(-50%, 0); 	
		}
		.profile .txb_li .tx_pic img.sp_pc{display:none;}
		.profile .txb_li .tx_pic img.sp_transit{display:block;}
		.profile .txb_li .tx_txt_box{}
	.profile .txb_li.txl_normal{
		-moz-box-lines: multiple; 
		-webkit-box-lines: multiple; 
		box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		.profile .txb_li.txl_normal .tx_pic{float:none;margin:0;width:100%;}
		.profile .txb_li.txl_normal .tx_txt_box{margin-top:60px;width:100%;}
	.profile .txb_li.txl_sp{}
		.profile .txb_li.txl_sp .tx_pic{width:350px;} */
	/*.profile .txb_li .tx_txt_box{margin-top:60px;width:100%;}*/
}
/* @media screen and (max-width:800px){
	.profile .atlas{margin-top:90px;}
		.profile .atlas .swipArr{top:70px;width:21px;height:47px;}
		.profile .atlas .swiLi{width:249px;}
		.profile .atlas .s_pic{height:182px;}
} */


/* @media screen and (max-width:760px){
	.profile{}
	.profile .se_content{margin:0;}
	.profile .section_top{background-image: url(../images/profile/main_bg_t_m.jpg);}
		.profile .section_bottom{padding-top: 0;background-image: url(../images/profile/main_bg_b_m.jpg);}
		.profile .main_content{margin:0; width: auto;}
			.profile .tit_box_1{margin-top:52px;}
			.profile .section_bottom .tit_box_1{margin-top: 1.2rem;}
			.profile .tit_box_1 .tib_tit{font-size: 26px;}
			.profile .tit_box_1 .tib_line{width: 48px;height: 3px;}
			.profile .tit_box_1 .tib_txt{font-size:24px;line-height:40px;margin-top: 42px;}
			.profile .txb_li{margin-top:0;flex-wrap: wrap;}
			.profile .txb_li .tx_pic{margin:0;width:100%;margin-top: 56px;}
			.profile .txb_li .tx_pic img{width:100%;position: relative;top: auto;transform: translateY(0);}
			.profile .txb_li .tx_txt_box{width:100%;font-size:24px;line-height:40px;}
			.profile .txb_li .tx_txt_box p{margin-top:30px;}
			.profile .txl_sp{}
			.profile .txl_sp .tx_pic img{}
			.profile .se_content .txb_li *{float: none;}
			.profile .tit_box_2{}
			.profile .tit_box_2 .tib_tit{margin:0 13px;font-size:32px;color:#333;line-height:40px;}
			.profile .atlas{margin-top:50px;padding-bottom: 15px;}
			.profile .atlas .page{position: initial;}
			.profile .atlas .page .arrow_btn{margin-left: 0;} 
			.profile .atlas .page .arrow_btn .arrow{margin: 0 10px;width: 28px;height: 43px;position: absolute;top: 50%;margin-top: -21px;z-index: 1;}
			.profile .atlas .page .arrow_btn .arrow_lf{background-image: url(../images/profile/arrow_lf_m.png);left: 13px;}
			.profile .atlas .page .arrow_btn .arrow_rt{background-image: url(../images/profile/arrow_rt_m.png);right: 13px;}
} */

@media screen and (max-width:1120px) {
		.profile .information .video a{display: none;}
		.profile .main_content dt .t{font-size: .32rem; line-height:.88rem;height: .88rem;}
		.profile .main_content dt .t::after{height:.04rem; width: .58rem;}
		.profile .main_content dt .subtitle{ font-size: .26rem; line-height: .46rem; margin-top:.50rem; margin-bottom: .44rem;}
		.profile .information .video{width: 100%;}
		.profile .main_content{width: 100%;}
		.profile .information .map{display: block; border-radius: 0.04rem; overflow: hidden;}
		.profile .information .map .l{ width: auto; padding:.30rem .54rem .70rem; height: auto;}
		.profile .information .map .l .t{height: 1.16rem; font-size: .32rem; line-height: 1.16rem; }
		.profile .information .map .l .c{font-size: .26rem; line-height: .46rem; margin-top:.32rem;}
		.profile .main_content dl{ margin-top: .80rem;}
		.profile .facilities_pic{width: 6.8rem; height: 100%; border-radius: 0.04rem; overflow: hidden;}
		.profile .information .map .r{width: 100%; height: auto;}
		.profile .facilities_pic img{width: 100%;}
		.profile .facilities dd{width: 100%; height: 10.1rem;}
		.profile .page{width: 1.22rem;}
		.profile .page .arrow_lf{width: 0.16rem; height:0.26rem;}
		.profile .page .arrow_rt{width: 0.16rem; height:0.26rem;}
		.profile .page .pagenum{width: 0.9rem;}
		.profile .page .now{font-size: 0.4rem;}
		.profile .page .sum{font-size: 0.26rem;}
		.platform_pic, .innovate_pic{height: 3.82rem; width: 6.8rem;}
		.platform_pic .swiper-pagination, .innovate_pic .swiper-pagination{bottom: 0.18rem;}
		.platform .pic_describe{background-image: url(../images/profile/platform_word_m.png); height: 6.42rem;padding: 0 0.58rem; flex-wrap: wrap;}
		.platform .pic_describe li{ width: 2.4rem; font-size: 0.24rem;}
		.platform .pic_describe li .title{line-height: 0.72rem; }
		.platform .pic_describe li .num{height: 0.36rem; line-height: 0.36rem;}
		.platform .pic_describe li span{font-size: 0.5rem; margin-right: 0.1rem;}
		.profile .page{bottom:0.34rem}
		.profile .facilities_pic .swiper-slide{ display: block;}
		.profile .facilities_pic .swiper-slide .pic{ width: 100%; height: 3.82rem;}
		.profile .facilities_pic .swiper-slide .textContent{width:calc( 100% - 1.02rem);; padding: 0.24rem 0.52rem 0.54rem; height:auto;}
		.profile .facilities_pic .swiper-slide .textContent dt{ height: 1.2rem; font-size: 0.32rem;}
		.profile .facilities_pic .swiper-slide .textContent dd{font-size: 0.26rem; line-height: 0.46rem;  margin-top: 0.36rem; height: auto;}
		.profile .facilities_pic .swiper-slide .textContent dd ul li{ margin-bottom: 0.46rem;}
		.profile .facilities_pic .swiper-slide .textContent dd ul li:nth-child(2n+1){width: 2.88rem;}
		.profile .facilities_pic .swiper-slide .textContent dd ul li:nth-child(2n){padding-left: 0.7rem;}
		.profile .facilities_pic .swiper-slide .textContent dd ul li:nth-child(2n+1)::after{ height: 1.1rem;}
		.profile .facilities_pic .swiper-slide .textContent dd .p1 li:nth-child(2n+1){width: 2.3rem;}
		.profile .facilities_pic .swiper-slide .textContent .p0 li .con{ height: 0.96rem;}
		.profile .facilities_pic .swiper-slide .textContent dd ul li .con .big{font-size: 0.6rem; line-height: 0.8rem; font-family: "Montserrat";}
		.profile .facilities_pic .swiper-slide .textContent dd table td{font-size: 0.26rem; line-height: 0.46rem;}
		.profile .facilities_pic .swiper-slide .textContent dd table td span{line-height: 0.46rem; width: 0.22rem;     margin-right: 0.06rem;}
		.profile .innovate .subtitle .ash{ padding: 0.2rem; background-color: #edeef1;}
		.innovate_pic{width: 6.38rem; height: 3.6rem; margin-bottom: 0.5rem;}
		.innovate dd {font-size: 0.26rem; line-height: 0.46rem; padding: 0.44rem 0.24rem 0;}
		.innovate .con{font-size: 0.26rem; line-height: 0.46rem;}
		.littlePic li .swiper-container{ width: 6.38rem; height: 3.6rem;}
		.littlePic li .describe{width: 6.32rem;}
		.littlePic li{display: block;}
		.littlePic li .describe .l_t{font-size: 0.28rem; margin-top: 0.4rem;}
		.littlePic li .describe .l_t::after{ width: 0.02rem; height: .52rem;     margin:0.15rem 0.18rem;}
		.littlePic li{margin-bottom:0; padding-bottom: 0.74rem;}
		.honor .honor_pic{margin-bottom: 1.24rem;}
		.innovate dd {background-color: #edeef1; border-radius: 0.04rem;} 
}
@media screen and (min-width:760px) and (max-width:1180px){
	.newsList{}
	.newsList .catalog{width:740px;}
		/*.newsList .black_cont{margin-right:0;}*/
}

@media screen and (max-width:760px){
	.newsList{}
	.newsList .section .content{}
	.newsList .se_content{}
	.newsList .title_box{}
		.newsList .main_content{}
			.newsList .catalog{}
				.newsList .black{margin-top:36px;width:100%;}
				.newsList .b_left{}
				.newsList .b_right{}
					.newsList .black_cont{margin-left:15px;margin-top:13px;margin-right:15px;}
						.newsList .b_redbox{}
						.newsList .b_pic{height:inherit;height:initial;}
						.newsList .b_pic img{}
						.newsList .b_p{margin-top:10px;height:120px;}
							.newsList .b_date{font-size:0.26rem; line-height: 0.46rem;}
							.newsList .b_tit{margin-top:8px;font-size:32px;line-height:36px;}
							.newsList .b_txt{margin-top:5px;font-size:0.26rem; line-height: 0.46rem;font-weight:normal;}
						.newsList .b_btn_box{}
							.newsList .b_more{right:30px;bottom:13px;}
							.newsList .b_more img{}
		.newsList .btn_admore_box{margin-right:30px;}
			.newsList .btn_admore{}
}
@media screen and (min-width:760px) and (max-width:1000px){
	.datebook{}
	.datebook .black_cont{margin-left:25px;}
	
	.datebook .b_p_box{min-height:134px;height:inherit;height:initial;}
		.datebook .b_date_box{width:90px;}
	.datebook .b_txt{margin-top:0;}
}
@media screen and (max-width:760px){
	.datebook{}
	.datebook .catalog{position: relative;}
	.datebook .catalog::before{ content: ''; position: absolute; top: 0; left: 0; width: 0.02rem; height: 100%; background-color: #c5c5c5; }
	.datebook .catalog .black{width: 100%; margin-left: -4px;margin-bottom: .84rem;}
	.datebook .catalog .day{width: 100%; position: absolute;  top:-.42rem; display: flex; align-items: center; height: .84rem;}
	.datebook .catalog .point{width:.10rem; height:.10rem; background-color: #eb0a1e; border-radius: 50%; position: relative; z-index: 10;}
	.datebook .catalog .line{ width: .33rem; height: .02rem; background-color: #c5c5c5; }
	.datebook .catalog .text{margin: 0 .14rem; font-size:.63rem; color: #565656; font-family:CORMORANTSC-REGULAR; height:.84rem;}
	.datebook .catalog .text span{ font-size: .42rem;}
	.datebook .context{max-width: 6.32rem;  margin-left: .53rem; font-size:0.26rem; line-height: 0.46rem; color: #565656;}
	
	.datebook .pic{/* width: 5.22rem; height: 2.94rem; */width: 6.32rem; height:3.95rem; overflow: hidden;margin-left: .53rem; margin-top: .30rem; border-radius: .08rem; display: block; position: relative;}
	.datebook .black_cont a{position: absolute; bottom: .33rem; right: .05rem; width: 1.40rem; height:.40rem; background-color: #eb0a1e; color: #fff; font-size:.16rem;  text-align: center; line-height: .40rem; display: none;}
	.datebook .black_cont a.isA{display: block; opacity: 1;}
	.datebook .pic img{width: 100%;}
	.datebook .black{ border-bottom: none;}
	.datebook .black_cont{margin:0;padding:.33rem 0;
		-moz-box-lines: multiple; /*Firefox*/
		-webkit-box-lines: multiple; /*Safari,Opera,Chrome*/
		box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.datebook .popup .pop.active{ margin-top: 3rem;}
		.datebook .b_pic{float:left;width:100%;height:inherit;height:initial;}
		.datebook .b_p_box{margin-top:.25rem;height:inherit;height:initial;}
			.datebook .b_date_box{margin-left:0;margin-top:0;width:1.10rem;}
				.datebook .b_day{font-size:.36rem;}
				.datebook .b_year{font-size:.22rem;}
				.datebook .b_line{}
			.datebook .b_p{margin-left:.22rem;margin-top:0;min-height:.90rem;}
				.datebook .b_txt{margin-top:0;font-size:0.26rem; line-height: 0.46rem;overflow:inherit;overflow:initial;height:inherit;height:initial;-webkit-line-clamp: 99;}
				.datebook .b_btn_box{margin-top:.20rem;}
				.datebook .b_more{position:absolute;right:0;bottom:.14rem;}
				.datebook .b_more img{}
	.popBook .picCon{ width:6.8rem; height: 3.89rem;}
	.popBook .picCon .allPic{ width:6.66rem; height:3.77rem;}
	.popBook .close{width: .40rem; height: .40rem; right: 0; top: -.60rem;}
	.popBook .close img{ width: .16rem; height: .16rem;}
	.popBook .swiper-button-prev{left:2.11rem; width: .60rem; height: .60rem; background-size: .17rem .14rem; top: 110%; }
	.popBook .swiper-button-next{right:2.11rem; width: .60rem; height: .60rem; background-size: .17rem .14rem; top: 110%; }
	/* .popBook .swiper-button-next,.popBook .swiper-button-prev{ top: 110%; } */
}
@media screen and (min-width:760px) and (max-width:1180px){
	.reports{}
	.reports .time_box{margin-left:30px;margin-right:30px;}
	.reports .catalog{width:740px;}
}
@media screen and (max-width:760px){
	.reports{}
	.reports .time_box{margin-left:0;margin-right:0;}
	.reports .catalog{
		-moz-box-pack: center; /*Firefox*/
		-webkit-box-pack: center; /*Safari,Opera,Chrome*/
		box-pack: center;
		-webkit-justify-content: center;
	  	-moz-justify-content: center;
	  	-ms-justify-content: center;
	  	-o-justify-content: center;
	  	justify-content: center;
	}
		.reports .black_null{width:100%;}
		.reports .black{margin-top:.35rem;/* width:5.80rem; */}
			.reports .black_cont{}
				.reports .b_pic{min-height:3.24rem;height:inherit;height:initial;}
				.reports .b_p{margin:0 .30rem;/* height:2.75rem; */margin-top:.23rem;height:auto;}
					.reports .b_date{margin-bottom:.05rem;font-size:.26rem;line-height:.30rem;}
					.reports .b_tit{margin:0.04rem 0;font-size:.32rem;line-height:.5rem;}
					.reports .b_tit_1{margin:0.08rem 0;font-size:.26rem;line-height:.36rem;font-weight:normal;}
					.reports .b_tit_2{margin:0.04rem 0;font-size:.26rem;line-height:.36rem;font-weight:normal;}
					.reports .b_txt{margin-top:0.23rem;font-size:0.26rem; line-height: 0.46rem; margin-bottom: 0.4rem;
						/* height:1.20rem; */ max-height: 1.6rem;
						height: auto;
						display:-webkit-box;
						-webkit-line-clamp: 3;
						-webkit-box-orient: vertical;
						overflow: hidden;
					}
				.reports .b_more{right:.30rem;bottom:.35rem;}
				.reports .b_more img{}
}
@media screen and (min-width:760px) and (max-width:1300px){
	.btn_top{margin-right:-600px;}
}
@media screen and (min-width:760px) and (max-width:1220px){
	.btn_top{right:0;margin-right:0;}
}
@media screen and (min-width:760px) and (max-width:1100px){
	.article .article_box{margin-left:50px;margin-right:50px;}
	/*.btn_top{right:0px;}*/
}
@media screen and (max-width:760px){
	/*.btn_top{right:0;margin-right:0;}*/
	.article{}
	.article .main_content{margin: 0;}
	.article .section .content{margin-left:.3rem;margin-right:.3rem;}
	.article .article_box{margin-left:0;margin-right:0;max-height:29999px; margin-top: 0.5rem;}
	.article .ac_tit_box{line-height:.40rem;}
			.article .ac_tit_1{font-size:.32rem; line-height: 0.5rem;}
			.article .ac_tit_2{font-size:.28rem;}
		.article .ac_info_box{font-size:.20rem;line-height:.34rem;}
			.article .ac_i_li{}
			.article .ac_i_come{}
			.article .ac_i_author{margin-left: .12rem; margin-right: .12rem}
			.article .ac_i_date{display:block;}
			.article .ac_i_share{display:none;}
			.article .ac_i_share img{}
			.article .article_box .da_load{margin-top: .40rem;}
		.article .article_cont{font-size:.26rem;line-height:.44rem; margin-top: .40rem;   padding-bottom: .26rem;}
		.article .article_cont .img,.article .article_cont .aVideo{font-size:.22rem;}
		.article .article_cont .divP{margin-top: .26rem;}
		.article .ac_link_box{}
			.article .ac_link_li{margin-top:.18rem;font-size:0.26rem; line-height: 0.46rem;}
				.article .ac_l_line{}
			.article .ac_link_left{}
			.article .ac_link_right{}
			.article .ac_link_right .ac_l_line{}
}
@media screen and (max-width:1120px){
	.fix_box .content{margin:0;}
	.article .section .fix_box .content{margin:0;}
}
@media screen and (max-width:760px){
	.fu_box{width:.70rem;right:.30rem;bottom:.30rem;}
		.fb_btn{width:.70rem;height:.70rem;}
		.fb_btn img{}
		.fb_btn_download{}
		.fb_btn_top{}
		.fb_btn.active{display:block;}
	.fix_box.mod_ab .fu_box{right:0;bottom:.06rem;}
.index .fix_box.mod_ab .fu_box{right:.30rem;}
}
@media screen and (min-width:860px) and (max-width:1120px){
	.productList{}
	.productList .catalog{width:980px;}
}		
@media screen and (min-width:860px) and (max-width:1020px){
	.productList{}
	.productList .catalog{width:780px;}
}
@media screen and (min-width:760px) and (max-width:860px){
	.productList{}
	.productList .catalog{width:720px;}
}
@media screen and (max-width:760px){
	.productList{}
	.productList .tab_head{width:410px;}
	.productList .catalog{width:100%;
		-moz-box-pack: center; /*Firefox*/
		-webkit-box-pack: center; /*Safari,Opera,Chrome*/
		box-pack: center;
		-webkit-justify-content: center;
	  	-moz-justify-content: center;
	  	-ms-justify-content: center;
	  	-o-justify-content: center;
	  	justify-content: center;
	}
	.productList .main_content{margin: 0;}
		.productList .block{width:580px;height:433px;}
			.productList .b_bg{display:none;}
			.productList .block_cont{}
				.productList .b_pic{padding-top:45px;min-height:318px;height:inherit;height:initial;}
				.productList .b_p{margin:0;}
					.productList .b_name{margin-left:52px;margin-top:20px;font-size:0.26rem; line-height: 0.46rem;font-weight:normal;}
					.productList .b_more{height:39px;font-size:0.26rem; line-height: 0.46rem;right:49px;top:20px;}
					.productList .b_more img{}
}
@media screen and (min-width:930px) and (max-width:1050px){
	.productInfo{}
	.productInfo .b_p{height:46px;line-height:46px;}
		.productInfo .b_tit{margin-left:10px;font-size:14px;}
		.productInfo .b_btn_download{margin-top:4px;margin-right:10px;}
}
@media screen and (min-width:760px) and (max-width:930px){
	.productInfo{}
	.productInfo .b_p{height:36px;line-height:36px;}
		.productInfo .b_tit{margin-left:5px;font-size:12px;}
		.productInfo .b_btn_download{margin-top:3px;margin-right:5px;width:56px;height:30px;line-height:30px;}
		.productInfo .b_btn_download img{margin-top:6px;}
}
@media screen and (min-width:760px) and (max-width:900px){
	.video_wrap .vb_right{width:190px;}
	.video_wrap .cvb_tit{margin-top:2px;width:115px;}
}
@media screen and (max-width:760px){
	.productInfo{}
	.productInfo .hint_txt{font-size:22px;}
	.productInfo .tit_box_2.first{margin-top:35px;}
	.productInfo .p_block{font-size:0.26rem; line-height: 0.46rem;text-align:justify;text-justify:distribute;}
	.productInfo .catalog{margin-top:20px;}
		.productInfo .ca_li{}
			.productInfo .block{margin-top:11px;width:49%;}
				.productInfo .b_p{display:none;}
			.productInfo .ca_li .b_1{width:100%;}
			.productInfo .ca_li .b_2{}
			.productInfo .ca_li .b_3{}
			.productInfo .ca_li .b_4{margin-left:0;margin-right:0;}
			.productInfo .ca_li .b_5{}
		.productInfo .ca_li_left .block{float:left;}
		.productInfo .ca_li_left .b_2{}
		.productInfo .ca_li_left .b_3{float:right;}
		.productInfo .ca_li_left .b_4{}
		.productInfo .ca_li_left .b_5{float:right;}
		.productInfo .ca_li_right .block{float:right;}
		.productInfo .ca_li_right .b_2{}
		.productInfo .ca_li_right .b_3{float:left;}
		.productInfo .ca_li_right .b_4{}
		.productInfo .ca_li_right .b_5{float:left;}
	.productInfo .b_btn_box{}
		.productInfo .b_btn{margin-top:18px;margin-left:0;margin-right:0;width:100%;font-size:0.26rem; line-height: 0.46rem;height:56px;}
		.productInfo .btn_download_all img{margin-top:12px;margin-right:13px;width:39px;height:35px;}
	.productInfo .video_wrap{margin-top:48px;}
	.video_wrap{margin-bottom:0;height:inherit;height:initial;background-color:transparent;}
		.video_wrap .vb_left.video_box{display:block;background-color:transparent;z-index:3;}
			.video_wrap .video{box-shadow: 0 60px 60px #c3c3c3;width: 100%;height: 352px;border-bottom: 2px solid #ffffff;position: relative;}
			.video_wrap .video .video-js{height: 100%!important;}
			.video_wrap .video_row{margin:0 30px;position:relative;top:0;width: auto;}
			.video_wrap .video_row .tit_box_2{margin-right:0;}
			.video_wrap .video_row .tit_box_2 .tib_tit{font-size:0.26rem; line-height: 0.46rem;}
			.video_wrap .video_row .tit_box_2 .tib_line{height:30px;top:4px;}
			.video_wrap .video_row .ac_share_box{display:block;margin-top:30px;position:relative;}
		.video_wrap .vb_right{display:block;margin-top:10px;width:100%;border-top:1px solid #d9d9d9;position:relative;background-color:transparent;}
			.video_wrap .catalog_video{    margin-left: 30px;padding:0;padding-bottom:10px;white-space:nowrap;overflow:auto;
				-webkit-overflow-scrolling:touch;
				-webkit-text-size-adjust:none;
			}
			.video_wrap .box_null{display:none;}
			.video_wrap .cv_block{padding-bottom: 0;flex-shrink: 0;float:left;margin-left:14px;padding-top: 0;width:262px;height:232px;overflow:hidden;border-top:none;}
			.video_wrap .cv_block.first{margin-left:0;}
			.video_wrap .cv_block:hover{background-color:transparent;}
				.video_wrap .cv_block_cont{}
					.video_wrap .cvb_arr{}
					.video_wrap .cvb_lr_box{height: 150px;position: relative;}
					.video_wrap .cv_block.active .cvb_lr_box:before{content: '';display: block;position: absolute;left: 0px;top: 0;width: 5px;height: 100%;background: #eb0a1e;}
						.video_wrap .cvb_pic{width:100%;height:150px;}
						.video_wrap .cvb_pic img{}
						.video_wrap .cvb_time_box{}
							.video_wrap .cvb_time{position:absolute;left:14px;top:65px;font-size:22px;color:#fff;line-height:30px;}
							.video_wrap .cvb_date{display:none;}
					.video_wrap .cvb_tit{width:100%;font-size:22px;color:#565656;line-height:36px;white-space:normal;text-align:justify;text-justify:distribute;
						height:80px;
						display:-webkit-box;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;
						overflow: hidden;
					}
					.video_wrap .active .cvb_tit{color: #eb0a1e;}
			.video_wrap .cv_block.active{background-color:transparent;}
			.video_wrap .cv_block.active .cv_block_cont,.video_wrap .cv_block:hover .cv_block_cont{left:0;}
			.video_wrap .cv_block.active .cvb_arr{display:none;}
	.video_wrap .ownScroll{margin-left:0;margin-right:0;height:inherit;height:initial;}
		.video_wrap .scrWrap1{}
			.video_wrap .scrWrap2{padding-right:0;overflow: hidden;}
				.video_wrap .scrWrapCont{}
				.video_wrap .myScroll.ScrY{display:none;}
			.video_wrap .scrWrap1>.tit{font-size: 22px;font-weight: bold;color:#3c3838;height: 60px;line-height: 60px;margin: 20px 30px 0;display: flex;align-items: center;justify-content: space-between;}
			.video_wrap .scrWrap1>.tit img{width: 14px;}
			.video_phone{width: 100%;margin: 0;}
			.video_wrap .cut_tab span{margin-right: 20px;font-size: 22px;}
			.video_wrap .cut_tab span.on:after{width: 33px;height: 5px;margin-left: -16px;bottom: -18px;}
			.video_section{padding-bottom: 106px;}
			.video_section  .video_row .download{top: -8px;width: 100px;height: 38px;font-size: 20px;border-radius: 8px;}
			.video_section  .video_row .download i{width: 20px;height: 20px;}
			.video_section  .video_row .download:hover{border-color: #565656;background: none;color: #565656;}
			.video_section  .video_row .download:hover i{background-image: url(../images/profile/download_icon.png);}
			.video_section .tab_cont{height: 1.2rem;}
			.video_section .tab_cont h4{font-size: 28px;margin-bottom: 20px;}
			.video_section .tab_cont .tit span{font-size: 18px;}
			.video_section .tab_cont .cont{font-size: 22px;line-height: 40px;}
			/* .profile .video_wrap .catalog_video{width: calc(100% - 30px)!important;}
				.profile .params{flex-wrap: wrap;margin-top: 80px;padding-bottom: 0;padding-left: 20px;}
				.profile .params .par_it{width: 48%;margin-bottom: 90px;}
				.profile .params .par_it>span{font-size: 22px;}
			.profile .params .par_it .par{margin-top: 22px;white-space: nowrap;}
			.profile .params .par_it .par .num{font-size: 78px;line-height: 62px;font-family: futuran;}
			.profile .params .par_it .par .sy{font-size: 28px;}
			.profile .params .par_it .par .unit{font-size: 22px;}
			.profile .bigSwiper{margin-left: 30px;margin-right: 30px;padding-bottom: 15px;}
			.profile .video_wrap .phone_view{display: none;width: 100%;height:10.12rem;position: absolute;z-index: 3;top: 354px;background-image: url(../images/profile/shadow.png);background-color: #ffffff;background-repeat: no-repeat;background-position: center top;background-size: 100%;}
			.profile .video_wrap .phone_view .top{display: flex;justify-content: space-between;margin: 32px 30px 0;}
			.profile .video_wrap .phone_view .small_tit{font-size: 22px;font-weight: bold;color: #3c3838;position: relative;padding-bottom: 18px;}
			.profile .video_wrap .phone_view .small_tit:after{content: '';display: flex;width: 33px;height: 5px;background: #eb0a1e;position: absolute;left: 50%;margin-left: -16px;bottom: 0;}
			.profile .video_wrap .phone_view .icon{margin-top: 10px;width: 14px;height: 24px;background: url(../images/profile/list_icon.png) no-repeat;transform: rotate(90deg);}
			.profile .video_wrap .phone_view .cont{font-size: 24px;line-height: 40px;margin: 40px 30px;}
			.profile .banner .swiper-container-horizontal>.swiper-pagination-bullets, 
			.profile .banner .swiper-pagination-custom, 
			.profile .banner .swiper-pagination-fraction{bottom: 5px;} */
}
@media screen and (min-width:760px) and (max-width:1000px){
	.RDreveal{}
}
@media screen and (max-width:760px){
	.RDreveal{}
	.RDreveal .catalog{margin-top:40px;}
		.RDreveal .ca_left{float:none;width:100%;}
			.RDreveal .ca_left_01{width:100%;}
			.RDreveal .ca_left_02{}
		.RDreveal .ca_right{float:none;margin-top:1.9%;width:100%;}
			.RDreveal .ca_right_01{float:left;width:49%;}
			.RDreveal .ca_right_02{float:right;width:49%;}
			.RDreveal .block{}
				.RDreveal .block_cont{}
					.RDreveal .b_pic{}
					.RDreveal .b_pic img{}
					.RDreveal .b_tit{line-height:38px;}
			.RDreveal .block_01{}
			.RDreveal .block_01 .b_tit{left:15px;}
			.RDreveal .block_02{float:none;width:100%;}
			.RDreveal .block_03{float:none;margin-top:3.5%;width:100%;}
			.RDreveal .block_04{}
			.RDreveal .block_04 .b_tit{top:30px;}
}

@media screen and (min-width:760px) and (max-width:1000px){
	.RD_info{}
}
@media screen and (max-width:760px){
	.RD_info{}
	.RD_info .cont_box{font-size:0.26rem; line-height: 0.46rem;max-height:9999px;}
}
@media screen and (min-width:760px) and (max-width:990px){
	.RD_complete .car_box{height:470px;}
	.RD_complete .cb_car_01{left:10px;bottom:300px;}
	.RD_complete .cb_car_02{right:20px;bottom:0;}
}
@media screen and (min-width:990px) and (max-width:1100px){
	.RD_complete .cb_txt{left:500px;}
	.RD_complete .cb_car_02{right:50px;bottom:0px;}
}
@media screen and (min-width:810px) and (max-width:990px){
	.RD_complete .cb_txt{left:450px;}
}
@media screen and (min-width:760px) and (max-width:810px){
	.RD_complete .cb_txt{left:420px;}
}
@media screen and (max-width:760px){
	.RD_complete{}
	.RD_complete .cont_box{}
		.RD_complete .cb_li{}
		.RD_complete .txt_box{}
		.RD_complete .photo_box{}
		.RD_complete .photo_box .pb_left{}
		.RD_complete .photo_box .pb_right{}
			.RD_complete .photo_box .pb_img{margin-top:17px;}
			.RD_complete .photo_box .pb_img img{}
			.RD_complete .photo_box .pb_img2{}
		.RD_complete .car_box{height:550px;}
			.RD_complete .cb_txt{width:100%;position:relative;left:0;top:0;}
			.RD_complete .cb_car{}
			.RD_complete .cb_car_01{left:-5px;bottom:284px;}
			.RD_complete .cb_car_01 img{height:116px;}
			.RD_complete .cb_car_02{right:-3px;bottom:10px;}
			.RD_complete .cb_car_02 img{height:258px;}
}
@media screen and (min-width:760px) and (max-width:1100px){
	.RD_motor{}
	.RD_motor .cont_box{margin-left:auto;margin-right:auto;width:80%;}
		.RD_motor .cb_left,.RD_motor .cb_right{float:none;width:100%;}
}
@media screen and (min-width:860px) and (max-width:1100px){
		.RD_motor .pro_ul{left:10%;}
		.RD_motor .pic_motor{right:10%;}
}
@media screen and (max-width:760px){
	.RD_motor{}
	.RD_motor .cont_box{margin-top:50px;}
		.RD_motor .cb_left,.RD_motor .cb_right{float:none;width:100%;}
		.RD_motor .cb_left{height:380px;}
			.RD_motor .pro_li_01{margin-top:77px;}
		.RD_motor .cb_right{}
			.RD_motor .row{margin-top:40px;}
			.RD_motor .r3{padding:0;}
}
@media screen and (min-width:760px) and (max-width:900px){
	.RD_part{}
	.RD_part .cont_box .cbl_left,.RD_part .cont_box .cbl_right{float:none;width:100%;}
	.RD_part .cbl_img{margin-top:30px;}
	.RD_part .cb_li_02 .cbl_img{width:100%;}
}
@media screen and (max-width:760px){
	.RD_part{}
	.RD_part .cont_box .cbl_left,.RD_part .cont_box .cbl_right{float:none;width:100%;}
		.RD_part .row{margin-top:45px;padding-left:27px;}
			.RD_part .r_num{left:0;}
		.RD_part .r1{margin-top:0;}
	.RD_part .cbl_img{margin-top:45px;}
	.RD_part .cb_li_02 .cbl_img{height:inherit;height:initial;}
	.RD_part .cb_li_02 .cbl_img img{width:100%;}
}
@media screen and (min-width:760px) and (max-width:1000px){
	.RD_advanced{}
}
@media screen and (max-width:760px){
	.RD_advanced{}
	.RD_advanced .cont_box{margin-top:45px;}
		.RD_advanced .cont_box .cbl_left,.RD_advanced .cont_box .cbl_right{float:none;margin-top:45px;width:100%;}
			.RD_advanced .row{margin-top:40px;}
				.RD_advanced .r_num{left:0;}
			.RD_advanced .r1{margin-top:0;}
		.RD_advanced .cb_li_01 .cbl_right{text-align:center;}
			.RD_advanced .cb_li_01 .cbl_img{display:inline-block;top:0;}
			.RD_advanced .cb_li_01 .cbl_img_01{margin-right:50px;}
			.RD_advanced .cb_li_01 .cbl_img_02{top:45px;}
		.RD_advanced .cb_li_02 .cbl_img{height:inherit;height:initial;}
		.RD_advanced .cb_li_02 .cbl_img img{width:100%;}
}
 @media screen and (min-width:1000px) and (max-width:1100px){
	.RD_advanced{}
	.contactus .c_box_1 .cb_left{margin-right:.30rem;}
}
/*@media screen and (max-width:1000px){
	.contactus{}
	.contactus .main_content{margin: 0; width: auto;}
	.contactus .c_box_1,.contactus .c_box_2{
		-moz-box-lines: multiple;
		-webkit-box-lines: multiple; 
		box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contactus .c_box_1 .cb_left{margin-right:0;}
	.contactus .c_box_1 .cb_right{margin-top:15px;width:100%;}
	.contactus .c_box_2{margin-top:15px;}
	.contactus .btn_email{margin-top:25px;}
	.contactus .btn_email.btne_1{margin-right:0;}
} */
@media screen and (max-width:1000px){
	.contactus{}
	.contactus .main_content{margin: 0; width: auto;}
	.contactus .c_box_1,.contactus .c_box_2{
		-moz-box-lines: multiple;
		-webkit-box-lines: multiple; 
		box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contactus .c_box_1 .cb_left{margin-right:0;}
	.contactus .c_box_1 .cb_right{margin-top:.15rem;width:100%;}
	.contactus .c_box_2{margin-top:.15rem;}
	.contactus .btn_email{margin-top:.25rem;}
	.contactus .btn_email.btne_1{margin-right:0;}
	.contactus .contactus_cont{margin-top:.45rem; width: auto;}
	.contactus .map_box{height:3.20rem;}
	.contactus .c_box_1{max-height:9999px;}
		.contactus .c_box_1 .cb_tit_box{}
			.contactus .c_box_1 .cb_tit_box .cha{font-size:0.26rem; line-height: 0.46rem;}
			.contactus .c_box_1 .cb_tit_box .eng{margin-top:0;font-size:.18rem;line-height:.40rem;}
			.contactus .c_box_1 .cb_line{margin-top:.15rem;}
			.contactus .c_box_1 .cb_addr_box{margin-top:.15rem;font-size:0.26rem; line-height: 0.46rem;}
	.contactus .c_box_2{margin-top:.30rem;}
		.contactus .btn_email{}
			.contactus .tb_row_1{font-size:0.26rem; line-height: 0.46rem;}
			.contactus .tb_row_2{font-size:0.26rem; line-height: 0.46rem;}
}
@media screen and (min-width:760px) and (max-width:1000px){
	/* .honor{} */
}
@media screen and (max-width:760px){
	/* .honor .main_content{margin: 0;}
	.honor .select{width:213px;height:48px;line-height:48px;}
	.honor .select .s_arr{top:16px;}
	.honor .select select{font-size:24px;}
	.tit_box_3{margin-top:50px;width:100%;}
		.tit_box_3 .tb_li{margin-top:10px;}
			.tit_box_3 .tl_tit{line-height:40px;font-size:24px;}
			.tit_box_3 .tl_bg{}
			.tit_box_3 .bl_bor{
			    border-left: 50px solid transparent;
			    border-right: 50px solid transparent;
			    border-bottom: 40px solid #999;
			}
		.tit_box_3 .tb_li_left{}
		.tit_box_3 .tb_li_left .bl_bor{}
		.tit_box_3 .tb_li_right{}
		.tit_box_3 .tb_li_right .bl_bor{}
		.tit_box_3 .tb_li.active{}
		.tit_box_3 .tb_li.active .bl_bor{
			border-left: 50px solid transparent;
		    border-right: 50px solid transparent;
			border-bottom: 50px solid #d4071d;
		}
		.tit_box_3 .tb_li.active .tl_tit{line-height:50px;}
		.tit_box_3 .tb_li.active .tl_bg{}
		.tit_box_3 .tb_li_left.active .bl_bor{right:-50px;}
		.tit_box_3 .tb_li_right.active .bl_bor{left:-50px;}
	.honor .catalog{margin-top:28px;margin-left:45px;}
	.honor .catalog_box{}
	.honor .catalog{margin-top:28px;margin-left:45px;margin-right:45px;}
		.honor .block{width:310px;height:293px;}
			.honor .b_bg{}
			.honor .block_cont{}
				.honor .b_null_t{height:15px;}
				.honor .b_year{font-size:24px;line-height:30px;}
				.honor .b_name{width:175px;height:160px;font-size:24px;line-height:30px;}
				.honor .b_addr{width:125px;font-size:20px;line-height:24px;}
	
	.honor .catalog .swipWrap{height:350px;}
		.honor .catalog .swipArr{top:130px; outline:none; -webkit-tap-highlight-color:transparent;}
		.honor .catalog .swipArr_prev{left:-45px;}
		.honor .catalog .swipArr_next{right:-45px;}
	.honor .hint_txt{font-size:24px;} */
	.honor .main_content{ margin: 0;}
	.honor .catalog{margin-top: 0;}
	.honor .catalog::before{display: none;}
	.honor .catalog .black{margin-left:0; font-size: .63rem; color: #565656; margin-bottom: .84rem;}
	.honor .catalog .text{margin: 0 .12rem; color: #565656; font-family: CORMORANTSC-REGULAR; height: .84rem;}
	.honor .catalog .day{position: initial; margin-bottom: .22rem; color: #565656;}
	.honor .catalog .text .year{ font-size: .63rem;}
	.honor .catalog .text .month{font-size: .42rem;}
	.honor .outline{ width: auto; margin: 0 auto; background-image: radial-gradient(circle at 50% 30%, #fff,#fafafa); box-shadow: 10 10 .32rem 0 rgba(139, 120, 122, 0.18); border:.11rem solid #fff; border-radius: .08rem;}
	.honor .context{ margin: 0 .30rem;}
	.honor .context .title{margin-top: .51rem; line-height: .42rem; font-size: .32rem; color: #565656; margin-bottom: .17rem;}
	.honor .context .con{font-size:0.26rem; line-height: 0.46rem; color: #7e7e7e; margin-bottom: .33rem;}
	.honor .pic{ width: 100%; height: 4.44rem; border-radius: .07rem; overflow: hidden;  margin: 0 auto .15rem; }
	.honor .pic span{width: 100%; height: 100%; display: block;}
	.honor .pic span img{width: 100%;}
	/* .pophonor{z-index: 50;} */
	
	.pophonor .con{ width: 6.8rem; display: block; border:#ffffff .12rem solid; max-height:100%; /* padding-bottom: 97px; */}
	.pophonor .con .close{width: .67rem; height: .67rem; right: -.12rem; top: -.94rem;}
	.pophonor .con .close img{ width: .16rem; height: .16rem;}
	.pophonor .con .wordCon{width:100%;}
	.pophonor .con .wordCon .title{ padding-top: .50rem; margin-top: 0; width: auto; font-size: .32rem; line-height: .42rem; margin-left:.32rem; color: #565656;}
	.pophonor .con .wordCon .date{ margin-top: .18rem; line-height: .30rem; font-size: .4rem; color: #7e7e7e; margin-left:.32rem; margin-bottom:.30rem;}
	.pophonor .con .wordCon .details{ padding-top:.40rem; width: 5.94rem; padding-bottom:.50rem;}
	.pophonor .con .wordCon .details .text{font-size:0.26rem; line-height: 0.46rem;}
	.pophonor .con .wordCon .details .line{ width: 1.93rem; height: .54rem; font-size: .22rem; color: #565656; line-height: .54rem; margin-top:.35rem;}
	.pophonor .con .allPic{width: 6.07rem; height: 3.47rem; padding-bottom:1.19rem;}
	.pophonor .con .allPic .pic{height: 100%;}
	.pophonor .con .allPic .swiper-wrapper{display:flex;}
	.pophonor .swiper-button-prev{background: #fff url(../images/arrow_left.png) no-repeat center; background-size:.16rem .16rem; width: .60rem; height: .60rem; top:calc( 100% - .70rem); left: 1.78rem;}
	.pophonor .swiper-button-next{background: #fff url(../images/arrow_right.png) no-repeat center; background-size:.16rem .16rem; width: .60rem; height: .60rem;top:calc( 100% - .70rem); right: 1.78rem;}
	.pophonor .swiper-slide span{width: 100%; height: 100%; display: block; overflow: hidden;} 
	.pophonor .swiper-slide span img{width: 100%;}
}
@media screen and (min-width:760px) and (max-width:1120px){
	.aptitude{}
	.aptitude .ac_li_02 .acl_left{margin-right:10px;}
	/*.aptitude .acl_table_box .swipWrap{height:400px;}*/
		/*.aptitude .ac_li_02 .black img{height:360px;}*/
}
@media screen and (min-width:760px) and (max-width:860px){
	.aptitude{}
	.aptitude .ac_li_01{}
	.aptitude .ac_li_01 .acl_left{margin-right:15px;}
	.aptitude .ac_li_02{
		-moz-box-lines: multiple; /*Firefox*/
		-webkit-box-lines: multiple; /*Safari,Opera,Chrome*/
		box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.aptitude .ac_li_02 .acl_left{margin-right:0;}
	.aptitude .ac_li_02 .acl_right{margin-top:25px;width:100%;text-align:center;}
	.aptitude .ac_li_04{}
	.aptitude .ac_li_04 .acl_left{margin-right:15px;}
	.aptitude .ac_li_04 .acl_right{}
		.aptitude .ac_li_04 .acl_img{}
		.aptitude .ac_li_04 .acl_img img{width:385px;}
	.aptitude .ac_li_01,.aptitude .ac_li_04{
		-moz-box-align: center; /*Firefox*/
		-webkit-box-align: center; /*Safari,Opera,Chrome*/
		box-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
	}
}
@media screen and (max-width:760px){
	.aptitude{}
	.aptitude .aptitude_cont{font-size:0.26rem; line-height: 0.46rem;}
		.aptitude .acl_row{margin-top:40px;}
		.aptitude .ac_li_01 .tit_box_2{margin-top:40px;}
		.aptitude .tit_box_2{padding-left:22px;}
		.aptitude .tit_box_2 .tib_line{width:7px;height:22px;bottom:inherit;bottom:initial;top:3px;}
		.aptitude .tit_box_2 .tib_tit{font-size:0.26rem; line-height: 0.46rem;font-weight:bold;}
		.aptitude .ac_li{
			-moz-box-lines: multiple; /*Firefox*/
			-webkit-box-lines: multiple; /*Safari,Opera,Chrome*/
			box-lines: multiple;
			-webkit-flex-wrap: wrap;
			-moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			-o-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		.aptitude .ac_li .acl_left{width:100%;margin-right:0;}
		.aptitude .ac_li .acl_right{margin-top:40px;width:100%;text-align:center;}
		.aptitude .ac_li_01 .acl_right{margin-top:40px;}
		
		.aptitude .ac_li_04{margin-top:50px;}
		.aptitude .photo_list{}
		.aptitude .pl_img{margin-top:15px;}
		.aptitude .acl_table_box .swipWrap{height:825px;}
			.aptitude .ac_li_02 .black{width:580px;}
		.aptitude .ac_li_02 .swipPage{bottom:-50px;}
			.aptitude .swiper-pagination-switch{margin:0 10px;width:14px;height:14px;}
		.aptitude .ac_li_02 .black img{height:inherit;height:initial;}
		
}
@media screen and (min-width:900px) and (max-width:1120px){
	.recruit{}
	.recruit .jl_1{padding-left:22px;}
	.recruit .jl_2{width:200px;}
	.recruit .jl_3{width:150px;}
	.recruit .jl_4{width:244px;}
}
@media screen and (min-width:760px)  and (max-width:900px){
	.recruit .job_li_row{
		-webkit-box-flex: 0;
		-moz-flex-shrink: 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}
	
}
@media screen and (max-width:900px){
	.recruit{}
	.recruit .tb_left{display:none;}
	.recruit .tb_right{float:none;}
		.recruit .tb_seek_box{margin-top:20px;float:none;}
			.recruit .input_seek{width:100%;}
				.recruit .input_seek .input_text{margin-left:16px;}
					.recruit .input_seek input{}
				.recruit .input_seek .i_btn_seek{}
				.recruit .input_seek .i_btn_seek img{}
		.recruit .select_box{float:none;margin-left:0;}
			.recruit .select{}
			.recruit .select .s_arr{}
			.recruit .select select{}
			.recruit .select.tbsele_1{display:block;width:213px;margin-right:18px;}
			.recruit .tbsele_2{width:100%;}
	.recruit .job_box{}
		.recruit .job_top{display:none;}
			.recruit .jt_li{line-height:50px;text-align:center;font-size:14px;color:#565656;border-left:1px solid #e4e4e4;}
			.recruit .jt_li.jl_1{border-left:none;}
		.recruit .job_ul{}
			.recruit .job_li_head{}
				.recruit .jt_li_h{display:none;position:relative;}
				.recruit .jt_li_h.jl_1{display:block;width:100%;padding-left:25px;padding-right:25px;}
				.recruit .jt_li_h.jl_2{}
				.recruit .jt_li_h.jl_3{}
				.recruit .jt_li_h.jl_4{}
			.recruit .job_li_row{display:block;width:40%;}
}
@media screen and (max-width:760px){
	.recruit{}
	.recruit .top_email{margin-top:40px;text-align:left;font-size:0.26rem; line-height: 0.46rem;}
	.recruit .recruit_cont{margin-top:30px;}
		.recruit .top_box{padding:2px;background-color:transparent;border:none;}
			.btn_sq{width:201px;height:61px;font-size:0.26rem;line-height:61px;}
			.recruit .tb_right{}
				.recruit .tb_seek_box{}
					.recruit .input_seek{}
						.recruit .input_seek .input_text{margin-right:70px;height:60px;}
							.recruit .input_seek input{font-size:0.26rem; line-height: 0.46rem;}
						.recruit .input_seek .i_btn_seek{width:70px;}
						.recruit .input_seek .i_btn_seek img{margin-top:11px;width:37px;height:37px;}
				.recruit .select_box{}
					.recruit .select{height:48px;line-height:48px;}
					.recruit .select .s_arr{top:16px;}
					.recruit .select select{font-size:0.26rem; line-height: 0.46rem;}
					.recruit .select.tbsele_1{}
		.recruit .job_ul{margin-top:33px;border-top:1px solid #e4e4e4;}
			.recruit .job_li{}
				.recruit .job_li_head{font-size:0.26rem; line-height: 0.46rem;}
				.recruit .job_li_head:hover{background-color:#fafafa;}
					.recruit .jt_li_h{}
						.recruit .jt_li_h .btn_sq{}
						.recruit .jt_li_h .j_name{font-size:28px;line-height:36px;}
						.recruit .jt_li_h .j_now{width:55px;height:25px;}
						.recruit .jt_li_h .j_now img{}
						.recruit .jt_li_h .j_arr{display:none;}
						.recruit .jt_li_h .j_s_arr{display:block;position:absolute;right:25px;top:35px;}
					.recruit .jt_li_h.jl_1{padding-left:21px;padding-right:50px;}
			.recruit .job_li_head{
				-moz-box-lines: multiple; /*Firefox*/
				-webkit-box-lines: multiple; /*Safari,Opera,Chrome*/
				box-lines: multiple;
				-webkit-flex-wrap: wrap;
				-moz-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				-o-flex-wrap: wrap;
				flex-wrap: wrap;
			}
			.recruit .job_li_row{width:100%;border-top:1px solid #e5e5e5;text-align:left;font-size:0.26rem; line-height: 0.46rem;padding-left:21px;padding-right:21px;}
			.recruit .job_li_body{background-color:#fafafa;}
				.recruit .jb_shadow{
					-webkit-box-shadow:none;
					box-shadow:none;
				}
				.recruit .jb_cont{padding:10px 21px 30px 21px;font-size:0.26rem; line-height: 0.46rem;}
					.recruit .j_block{margin-top:40px;}
						.recruit .j_block_cont{}
						.recruit .j_block_cont h3{font-size:0.26rem; line-height: 0.46rem;}
						.recruit .j_block_cont h4{font-size:0.26rem; line-height: 0.46rem;}
						.recruit .j_block_cont ol{}
						.recruit .j_block_cont ol li{font-size:0.26rem; line-height: 0.46rem;}
}
@media screen and (min-width:760px) and (max-width:900px){
	.seekList{}
	.seekList  .seek_box{width:100%;}
		.seekList .seek_box .input_seek{width:100%;}
	.seekList2 .sl_left{width:1.80rem;}
	.seekList2 .sl_right{margin-left:1.80rem;}
}
@media screen and (max-width:760px){
	.seekList{}
	.seekList .main_seek{display:none;}
	.seekList .sl_head{margin-top:45px;}
		.seekList .select_box{margin-top:30px;width:100%;}
			.seekList .ownSelect{width:320px;}
		.seekList .seek_box{float:none;margin:0;padding:18px 29px;background-color:#d8d8d8;}
			.seekList .seek_box .input_seek{width:inherit;width:initial;border:none;padding-right:75px;background-color:transparent;}
			.seekList .seek_box .input_seek .input_text{margin:0;padding:0 30px;height:60px;background-color:#efefef;}
				.seekList .input_seek input{font-size:0.26rem; line-height: 0.46rem;}
			.seekList .i_btn_seek{width:50px;font-size:0.26rem; color:#666;line-height:60px;text-align:right;white-space:nowrap;}
	.seekList .sl_body{}
		.seekList .slb_hint{font-size:0.26rem;line-height:56px;}
			.seekList .catalog{}
				.seekList .block{padding-bottom:35px;}
					.seekList .block_cont{margin:0;line-height:38px;}
						.seekList .b_tit{margin-right:0;font-size:0.26rem; line-height: 0.46rem;}
						.seekList .b_p2{}
							.seekList .b_txt{margin-right:0;width:100%;font-size:0.26rem; line-height: 0.46rem;}
						.seekList .b_date{margin-top:.30rem;position:relative;top:0;font-size:.22rem;}
						.seekList .b_more{bottom:.35rem;}
						.seekList .txt_red{}
	.seekList2{}
	.seekList2 .select_box{margin-top:0;}
	.seekList2 .ownSelect{width:48.5%;}
	.seekList2 .main_content{ width: 100%; margin:0;}
		.seekList2 .sl_left{margin-top:.25rem;width:100%;position:relative;background-color:transparent;}
			.seekList2 .range_ul{text-align:center;}
				.seekList2 .range_li{margin-top:.12rem;}
				.seekList2 .range_li.rli_100{width:100%;}
				.seekList2 .range_li.rli_50{width:49%;}
				.seekList2 .range_li a{margin:0;font-size:0.26rem; height:.58rem;line-height:.58rem;}
				.seekList2 .range_li.rli_50 a{}
					.seekList2 .range_li span{}
				.seekList2 .range_li.active{}
				.seekList2 .range_li.active a{}
					.seekList2 .range_li.active span{}
		.seekList2 .sl_right{margin-left:0;padding-left:0; padding-top: .14rem;min-height: 5rem;}
			.seekList .sl_head{margin-top:0;}
				.seekList2 .seek_box{}
				.seekList2 .seek_box .input_seek{}
				.seekList2 .catalog{}
					.seekList2 .block{}
						.seekList2 .block_cont{}
							.seekList2 .b_tit{font-size:.3rem;}
							.seekList2 .b_tit a{}
							.seekList2 .b_p1{}
								.seekList2 .b_p1 li{font-size:.22rem;}
							.seekList2 .b_p2{}
								.seekList2 .b_txt{}
}
@media screen and (min-width:760px) and (max-width:1440px){
	.item_01 .swipArr_box{width:100%;left:0;margin-left:0;}
}
@media screen and (min-width:1270px) and (max-width:1440px){
	.item_01 .swipArr_prev{left:-60px;}
	.item_01 .swipArr_next{right:-60px;}
}
@media screen and (min-width:1180px) and (max-width:1270px){
	.item_01 .swipArr_prev{left:-10px;}
	.item_01 .swipArr_next{right:-10px;}
}
@media screen and (min-width:760px) and (max-width:1180px){
	.item_01 .swipArr_prev{left:20px;}
	.item_01 .swipArr_next{right:20px;}
}

@media screen and (min-width:760px) and (max-width:1120px){
	.item_04 .tab_body{min-height:660px;height:inherit;height:initial;}
	.item_04 .tb_li_01 .tbl_box_bg{position:relative;top:inherit;top:initial;bottom:0;}
	.item_04 .tb_li_01 .img_car{position:relative;bottom:0;}
	
	.index .item_02 .catalog,.index .item_03 .catalog{width:740px;}
}

@media screen and (min-width:1120px) and (max-width:1200px){
	.item_02 .swipArr_prev{left:-33px;}
	.item_02 .swipArr_next{right:-33px;}
}

@media screen and (min-width:760px) and (max-width:880px){
	.item_02 .swipArr_prev{left:-33px;}
	.item_02 .swipArr_next{right:-33px;}
}

@media screen and (min-width:1080px) and (max-width:1120px){
	.item_04 .tb_li_04 .img_car{right:-80px;}
	.item_04 .tb_li_04 .img_car img{width:1220px;}
}

@media screen and (min-width:760px) and (max-width:1080px){
	.item_04 .tb_li_04 .img_car{right:-100px;bottom:65px;}
	.item_04 .tb_li_04 .img_car img{width:1080px;}
}

@media screen and (min-width:760px) and (max-width:1100px){
	
	.item_04 .tab_b_li .tab_bl_cont{margin-top:45px;padding-bottom:20px;}
		.item_04 .tb_li_03 .tbl_pic_01 img{width:230px;}
	.item_04 .tb_li_03 .tbl_pic_02 img{width:350px;}
}

@media screen and (min-width:760px) and (max-width:950px){
	.item_04 .tb_li_04 .img_car{bottom:110px;}
	.item_04 .item_bg_box{height:100%;background-size:100% 100%;}
}

@media screen and (min-width:760px) and (max-width:930px){
		.item_04 .tb_li_01 .tbl_pic_01{margin-top:50px;width:400px;}
		.item_04 .tb_li_01 .img_car{bottom:35px;}
		.item_04 .tb_li_02 .tbl_pic_01 img{width:100%;}
}

@media screen and (min-width:760px) and (max-width:860px){
	.item_04 .tb_li_04 .tbl_box_03 .tbl_right{width:650px;}
}

@media screen and (max-width:920px){
	.item_04 .tab_head{
		-moz-box-lines: multiple; /*Firefox*/
		-webkit-box-lines: multiple; /*Safari,Opera,Chrome*/
		box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.index .item_04 .tab_h_li{width:50%;}
}

@media screen and (min-width:760px) and (max-width:960px){
	.item_05 .square_box{margin-top:80px;}
}

@media screen and (max-width:930px){
	.item_05 .square_box{margin-top:80px;}
	.item_05 .item_tit{top:-45px;}
	.item_05 .swipPage{display:block;}
}

@media screen and (min-width:760px) and (max-width:950px){
	.index360loading{height:541px;}
	.index .banner_box{height:541px;}
	.item_01 .swipWrap{height:541px;}
	.item_01 .swipArr{top:236px;}
	.item_01 .bs_pic{margin:auto;width:1600px;}
	.index360banner,.item_01 .swipPage .pagination{
		-webkit-transform: scale(0.8,0.8);
		-moz-transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
		-o-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-webkit-transform-origin:center top;
		-moz-transform-origin:center top;
		-ms-transform-origin:center top;
		-o-transform-origin:center top;
		transform-origin:center top;
	}
}
@media screen and (max-width:760px){
	.index360banner,.item_01 .swipPage .pagination{
		-webkit-transform: scale(0.64,0.64);
		-moz-transform: scale(0.64,0.64);
		-ms-transform: scale(0.64,0.64);
		-o-transform: scale(0.64,0.64);
		transform: scale(0.64,0.64);
		-webkit-transform-origin:center top;
		-moz-transform-origin:center top;
		-ms-transform-origin:center top;
		-o-transform-origin:center top;
		transform-origin:center top;
	}
	.index{}
	.index .section{margin:0;}
	.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_01 .content{margin:0;}
	.index360loading{height:404px;}
	.index .banner_box{height:404px;}
	.item_01 .swipWrap{width:1194px;height:404px;left:50%;margin-left:-597px;}
		.item_01 .swipArr_box{width:100%;left:0;margin-left:0;}
			.item_01 .swipArr{top:180px;}
			.item_01 .swipArr_prev{left:15px;}
			.item_01 .swipArr_next{right:15px;}
			.item_01 .swiLi{}
				.item_01 .bs_pic{width:1194px;}
				.item_01 .bs_pic img{}
	.index .btn_more{margin-left:30px;margin-right:30px;margin-top:65px;width:inherit;width:initial;height:56px;font-size:0.26rem;line-height:56px;background-color:#a1a1a1;}
	.item_02{}
	.item_02 .content{margin:0;}
		.item_02 .swipArr{display:none;}
		.item_02 .tab_head{margin-top:25px;}
			.item_02 .tab_h_li{width:50%;height:76px;line-height:76px;font-size:32px;}
				.item_02 .th_line{height:2px;}
			.item_02 .tab_h_li.active{}
			.item_02 .tab_h_li.active .th_line{height:4px;}
		.item_02 .tab_body{height:1102px;}
		.item_02 .swipWrap{height:992px;}
			.item_02 .black_ul{margin-top:30px;width:580px;
			    -webkit-box-shadow: 0px 2px 20px 0 rgba(0,0,0,0.2);
    			box-shadow: 0px 2px 20px 0 rgba(0,0,0,0.2);
			}
				.item_02 .black{margin-top:0;width:100%;height:147px;border-top:1px solid #e1e1e1;
					-webkit-box-shadow:none;
					box-shadow:none;
				}
					.item_02 .black_cont{margin:0 26px;width:100%;}
						.item_02 .b_pic{margin-left:35px;width:180px;height:101px;min-height:inherit;min-height:initial;}
						.item_02 .b_p{margin:0;height:inherit;height:initial;line-height:38px;}
							.item_02 .b_tit{margin:0;font-size:26px;color:#333;font-weight:normal;white-space:normal;word-break:break-all;text-align:justify;text-justify:distribute;}
							.item_02 .b_date{margin:6px 0 0 0;font-size:0.26rem; line-height: 0.46rem;color:#999;}
				.item_02 .black_main{height:inherit;height:initial;border-top:none;padding-top:32px;padding-bottom:15px;}
					.item_02 .black_main .black_cont{position:relative;}
						.item_02 .black_main .b_pic{margin:0;width:100%;height:295px;}
						.item_02 .black_main .b_p{padding:15px 22px;width:100%;line-height:38px;position:absolute;left:0;bottom:0;background-color:rgba(0,0,0,0.8);
							box-sizing:border-box;
							-moz-box-sizing:border-box; 
							-webkit-box-sizing:border-box;
						}
							.item_02 .black_main .b_tit{color:#fff;}
							.item_02 .black_main .b_date{display:none;}
				.item_02 .black:hover{
					-webkit-transform: scale(1, 1);
					transform: scale(1, 1);
				}
				.item_02 .swipPage{margin-top:8px;}
				.item_02 .btn_more{margin-top:50px;}
	.item_03{height:inherit;height:initial;background-color:transparent;}
	.item_03 .content{margin:0;}
		.item_03 .i_head_null{height:50px;}
		.item_03 .i_tit_box{font-size:32px;line-height:40px;}
		.item_03 .swipWrap{height:545px;}
			.item_03 .black{margin-top:30px;width:580px;
				    position: relative;
				    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);
			}
				.item_03 .b_pic{height:336px;
					-webkit-box-shadow:none;
	    			box-shadow:none;
				}
				.item_03 .b_p{margin:20px 30px 0 30px;height:140px;}
					.item_03 .b_date{font-size:0.26rem; line-height: 0.46rem;}
					.item_03 .b_tit{margin-top:8px;font-size:32px;line-height:36px;}
					.item_03 .b_tit_2{margin-top:5px;font-size:0.26rem; line-height: 0.46rem;font-weight:normal;}
					.item_03 .b_more{bottom:27px;}
			.item_03 .black:hover{
					-webkit-transform: scale(1, 1);
					transform: scale(1, 1);
				}
		.item_03 .btn_more{margin-top:65px;}
	.index .item_04{margin-top:50px;}
	.item_04 .content{position:relative;}
	.item_04 .item_bg_box{background:url(../images/index/phone/item_04_bg_die.png) no-repeat;background-size:100% 100%;width:760px;height:100%;left:50%;margin-left:-380px;}
		.item_04 .own_more{display:block;margin-top:40px;margin-left:auto;width:150px;}
		.item_04 .own_more2{display:block;margin-top:8px;margin-left:auto;width:200px;text-align:right;}
		.item_04 .tab_head{border-bottom:1px solid #e1e2e2;}
		.item_04 .tab_h_li{font-size:0.26rem; height:86px;line-height:86px;}
		.item_04 .tab_h_li.active{font-size:0.26rem; line-height: 0.46rem;}
		.item_04 .content{}
		.item_04 .tab_body{height:inherit;height:initial;}
			.item_04 .tab_b_li{padding-bottom:30px;}
			.item_04 .tab_b_li.active{position:relative;}
			.item_04 .tab_b_li .tab_bl_cont{margin-top:0;}
				.item_04 .tbl_box_lr{
					-moz-box-lines: multiple; /*Firefox*/
					-webkit-box-lines: multiple; /*Safari,Opera,Chrome*/
					box-lines: multiple;
					-webkit-flex-wrap: wrap;
					-moz-flex-wrap: wrap;
					-ms-flex-wrap: wrap;
					-o-flex-wrap: wrap;
					flex-wrap: wrap;
				}
					.item_04 .tab_b_li .tbl_left,.item_04 .tab_b_li .tbl_righ,.item_04 .tab_b_li .tbl_box .tbl_left,.item_04 .tab_b_li .tbl_box .tbl_right{margin-left:0;margin-right:0;width:100%;}
				.item_04 .tit_box_2{padding-left:22px;}
				.item_04 .tit_box_2 .tib_tit{font-size:28px;line-height:38px;}
				.item_04 .tit_box_2 .tib_line{height:28px;top:6px;}
				.item_04 .t_txt_box{}
					.item_04 .tab_b_li .tab_bl_row{display:none;}
					.item_04 .tab_b_li .tab_bl_row.first{display:block;}
					.item_04 .tab_b_li .tab_bl_row{padding-left:22px;font-size:26px;line-height:40px;}
					.item_04 .tab_b_li .tab_bl_row{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
				.item_04 .t_txt_box.active{}
				.item_04 .t_txt_box.active .tab_bl_row{display:block;white-space:normal;}
			.item_04 .tb_li_01{}
			.item_04 .tb_li_01 .tab_bl_cont{padding-top:220px;}
				.item_04 .tb_li_01 .img_car{bottom:inherit;bottom:initial;top:10px;width:680px;left:50%;margin-left:-340px;}
				.item_04 .tb_li_01 .tbl_right{margin-top:50px;text-align:center;}
					.item_04 .tb_li_01 .tbl_pic_01{width:580px;}
			.item_04 .tb_li_02{}
				.item_04 .tb_li_02 .tbl_pic_01 img{width:580px;}
				.item_04 .tb_li_02 .img_motor{margin-top:65px;text-align:center;}
				.item_04 .tb_li_02 .img_motor img{width:inherit;width:initial;}
			.item_04 .tb_li_03{}
				.item_04 .tb_li_03 .tbl_pic_01{height:315px;}
				.item_04 .tb_li_03 .tbl_pic_01 img{margin-top:30px;}
				.item_04 .tb_li_03 .tbl_box_02 .tbl_left{margin-top:50px;}
					.item_04 .tb_li_03 .tbl_pic_02{text-align:center;}
					.item_04 .tb_li_03 .tbl_pic_02 img{width:580px;}
			.item_04 .tb_li_04{}
				.item_04 .tb_li_04 .tbl_box_02{width:100%;}
				.item_04 .tb_li_04 .tbl_box_02 .tbl_right{margin-top:25px;}
					.item_04 .tb_li_04 .tbl_pic_01{text-align:center;}
					.item_04 .tb_li_04 .tbl_pic_01 img{width:580px;}
				.item_04 .tb_li_04 .tbl_box_bg{width:100%;padding:0 30px;left:-30px;position:relative;height:340px;}
					.item_04 .tb_li_04 .img_car{width:760px;left:50%;margin-left:-380px;bottom:inherit;bottom:initial;top:0;}
					.item_04 .tb_li_04 .img_car img{width:100%;}
		.index .item_04 dl dt{border-left:none;position:relative;}
		.index .item_04 dl dt:before{position:absolute;width:3px;height:18px;left:0;top:4px;}
		.item_05{}
			.item_05 .content{margin:0;}
				.item_05 .item_tit{font-size:32px;}
				.item_05 .square_box{}
					.item_05 .swipWrap{height:800px;}
					.item_05 .swipInner{width:1500px;margin-left:-750px;}
					.item_05 .swiper-wrapper{
						-webkit-transition: all linear 0s;
    					transition: all linear 0s;
					}
					.item_05 .swiper-slide{width:500px;}
						.item_05 .square{width:630px;height:532px;margin-left:-315px;}
							.item_05 .square_cont{}
								.item_05 .s_sq{}
								.item_05 .s_sq img{}
								.item_05 .s_num_box{height:159px;}
									.item_05 .s_num_bg{}
									.item_05 .s_num{}
								.item_05 .square_cont{}
									.item_05 .s_p{}
										.item_05 .s_txt{width:385px;font-size:0.26rem; line-height: 0.46rem;}
											.item_05 .s_i_num{}
											.item_05 .s_i_num img{position:relative;}
											.item_05 .s_txt .txt_red{}
					.item_05 .ss_1{}
					.item_05 .ss_2{}
					.item_05 .ss_3{}
						.item_05 .sq_1{}
							.item_05 .sq_1 .s_num_box{left:15px;top:63px;}
							.item_05 .sq_1 .s_i_num img{height:29px;}
						.item_05 .sq_2{margin-top:210px;}
							.item_05 .sq_2 .s_num_box{left:235px;top:-65px;}
							.item_05 .sq_2 .s_i_num img{margin-top:7px;height:21px;}
						.item_05 .sq_3{}
							.item_05 .sq_3 .s_num_box{right:-25px;top:63px;}
							.item_05 .sq_3 .s_i_num img{margin-top:7px;height:21px;}
}
.inner .aAni{position:relative;-webkit-transition: all linear 0.2s;transition: all linear 0.2s;
	/*filter: alpha(opacity=100);*/  
	-moz-opacity:1; 
	opacity:1;
	transform: translate(0, 0);
	-ms-transform: translate(0, 0); 	/* IE 9 */
	-moz-transform: translate(0, 0); 	/* Firefox */
	-webkit-transform: translate(0, 0); /* Safari �� Chrome */
	-o-transform: translate(0, 0); 	/* Opera */
}
.inner .aAni.aniPrep{
	/*filter: alpha(opacity=0);*/
	-moz-opacity:0; 
	opacity:0;
	transform: translate(0, 50px);
	-ms-transform: translate(0, 50px); 	/* IE 9 */
	-moz-transform: translate(0, 50px); 	/* Firefox */
	-webkit-transform: translate(0, 50px); /* Safari �� Chrome */
	-o-transform: translate(0, 50px); 	/* Opera */
}
/*datebook--begin*/
.datebook{}
.datebook .main_content{margin: 0;}
.datebook .black{}
.datebook .black.aAni{}
.datebook .black.aniPrep{}
/*datebook--end*/

/*newsList--begin*/
.newsList{}
.newsList .black{}
.newsList .black.aniPrep{}
/*newsList--end*/

/*productInfo--begin*/
.productInfo{}
.productInfo .block{}
/*.productInfo .block.aniPrep{top:20px;}*/
/*productInfo--end*/

/*productInfo--begin*/
.productList{}
.productList .block{}
.productList .block.aniPrep{}
/*productInfo--end*/

/*recruit--begin*/
.recruit{}
.recruit .job_li{}
.recruit .job_li.aAni{
	transform: translate(0, 0) scale(1, 1);
	-ms-transform: translate(0, 0) scale(1, 1); 	/* IE 9 */
	-moz-transform: translate(0, 0) scale(1, 1); 	/* Firefox */
	-webkit-transform: translate(0, 0 scale(1, 1)); /* Safari �� Chrome */
	-o-transform: translate(0, 0) scale(1, 1); 	/* Opera */
}
.recruit .job_li.aniPrep{
	transform: translate(0, 20px) scale(0.9, 0.9);
	-ms-transform: translate(0, 20px) scale(0.9, 0.9); 	/* IE 9 */
	-moz-transform: translate(0, 20px) scale(0.9, 0.9); 	/* Firefox */
	-webkit-transform: translate(0, 20px scale(0.9, 0.9)); /* Safari �� Chrome */
	-o-transform: translate(0, 20px) scale(0.9, 0.9); 	/* Opera */
}
/*recruit--end*/

/*reports--begin*/
.reports{}
.reports .main_content{margin: 0;}
.reports .black{}
.reports .black.aniPrep{}
/*reports--end*/

/*seekList--begin*/
.seekList{}
.seekList .black{}
.seekList .black.aniPrep{}
/*seekList--end*/

@media screen and (max-width:760px){
	.information .main_content{ margin: 0; width: auto;}
	.information .txb_li .tx_pic{width: 100%;}
	.information .txb_li .tx_pic img{width: 100%;}
	.information .txb_li .tx_txt_box{width: 100%; margin-left: 0; margin-top: .20rem; line-height: .38rem;}
	.information .txb_li .tib_tit{font-size: .28rem; line-height: .46rem;text-align: justify;}
	.information .txb_li p{font-size:0.26rem; line-height: 0.46rem;text-align: justify; height: auto;
		-webkit-line-clamp: inherit;
		overflow: visible;
		-webkit-box-orient: inherit;}
	.information .txb_li a{font-size:0.26rem; width: 50%; margin-top: .25rem; line-height: .50rem; height: .50rem;}
	.information_detail .txtbox{font-size:0.26rem; line-height: 0.46rem; text-align: justify; padding: .30rem .20rem;}
	.information_detail .tib_tit{font-size: .28rem;line-height: .40rem;}
	.information_detail .business_license{width: 96%; margin-bottom: .30rem;}
	.information_detail .business_license h5{font-size: .32rem; }
	.information_detail .business_license ul li{width: 93%; font-size:0.26rem; line-height: 0.46rem; margin: 0 .20rem; display: flex; align-items: center;}
	.information_detail .business_license ul li:last-child{width: 93%;font-size:0.26rem; line-height: 0.46rem; margin: 0 .20rem; display: flex; align-items: center; }
	.information_detail .business_license ul li b{width: 1.30rem;display: inline-block;}
	.information_detail .business_license ul li span{width: 3.43rem;display: inline-block;}
	.information_detail h6{font-size: .26rem;line-height: .40rem;font-weight: bolder;}
	.information_detail .txtbox_1{padding: .20rem;}
	.information_detail .txtbox_1 img{width: 100%;}
	.information_detail .txtbox_1 .tx_pic{width: 100%;font-size:0.26rem; line-height: 0.46rem;margin-bottom: .15rem;}
	.information_detail .txtbox_1 .tx_txt_box{width: 100%; font-size:0.26rem; line-height: 0.46rem; margin: 0; text-align: justify;}
	.information_detail .main_content{margin-left: 0; margin-right: 0; width: 100%;}
	.brandCenter{font-size:0.26rem; line-height: 0.46rem;}
	.brandCenter .section .title_box.first{padding: 0 .30rem;}
	.brandCenter .brandCon{padding-bottom: 1rem; margin-top: .60rem; width: auto;}
	.brandCenter .brandCon .slogan{  padding: .54rem .48rem;font-size:0.26rem; line-height: 0.46rem; text-align: left;}
	.brandCenter .brandCon .language_btn{padding: 0 .30rem;}
	.brandCenter .brandCon .language_btn .s{ height: .48rem; line-height: .48rem; font-size: .28rem; padding: 0 .10rem;}
	.brandCenter .brandCon .language_btn .btn{font-size:0.26rem;  line-height: .48rem;  height:  .48rem;}
	.brandCenter .brandCon .language_btn .btn a{    line-height: .48rem; height: .48rem; font-size: .26rem; margin: 0 .50rem; padding: 0 .08rem;}
	.brandCenter .brandCon .brandColumn dt{ height: .80rem; line-height: .80rem; font-size: .26rem; margin-bottom: .60rem;}
	.brandCenter .brandCon .language_btn{    margin-bottom: .46rem; margin-top: .98rem;}
	.brandCenter .brandColumn{ padding: 0 .30rem; border-bottom: #d4d4d4 8px solid;}
	.brandCenter .brandCon .brandColumn dd{/* font-size: 0.24rem;*/ /* line-height: .40rem; */ text-align: left;}
	.brandCenter .brandcontent{ margin-top: .78rem; margin-bottom: .42rem;}
	.brandCenter .brandcontent li{ margin-bottom: .56rem; }
	.brandCenter .brandcontent .title_con .title{ height: .28rem; line-height: .28rem; padding-left: .08rem;}
	.brandCenter .brandcontent .title_con{margin-bottom: .18rem;}
	.brandCenter .brandcontent .title_con .features>div>a{height: .28rem; line-height: .28rem;}
	.brandCenter .brandcontent .title_con .features>div>a img{width: .24rem;}
	.brandCenter .safeSpace li{margin-bottom:.40rem}
	.brandCenter .safeSpace .title{ line-height: .60rem; margin-bottom:0}
	.brandCenter .safeSpace .singular,.brandCenter .safeSpace .even{width: 100%;}
	.brandCenter .safeSpace .pic{width: 100%;}
	.brandCenter .safeSpace .even{ justify-content:flex-start;}
	.brandCenter .safeSpace .singular .pic img{width: 100%;}
	.brandCenter .safeSpace .even .pic img{ width: 3.28rem;}
	.brandCenter .safeSpace .even .title{width: 100%;}
	.brandCenter .safeSpace .singular .pic .last{width: 4.34rem; margin-top: .20rem;}
	.brandCenter .safeSpace{ padding-bottom: .60rem;}
	.brandCenter .littleSize .title{ height:.64rem; line-height:.64rem; display: flex; align-items: center; flex-wrap: wrap; /*margin-bottom: 64px;*/}
	.brandCenter .littleSize .title span{width: 100%; display: block;}
	.brandCenter .littleSize .bigTitle{ height: .80rem; line-height:.40rem; margin-bottom: .10rem;}
	.brandCenter .littleSize li{ margin-bottom: .36rem;}
	.brandCenter .littleSize .con{ padding: .32rem .30rem;}
	.brandCenter .littleSize .con>div{ flex-wrap: wrap; width: 100%; padding: .20rem 0; justify-content: flex-start;}
	.brandCenter .littleSize .con>div img{ margin-right: .20rem; margin: .17rem; margin-right: 0;}
	.brandCenter .littleSize .con>div span{ margin-left: inherit; /* line-height: 58px;*/ margin-left: .20rem;}
	.brandCenter .en .littleSize .con>div span{ width: 100%;}
	.brandCenter .en .littleSize .below>div{flex-wrap: nowrap;}
	.brandCenter .columnTitle{padding:0;  height: .68rem; line-height: .68rem; margin-top: 0;}
	.brandCenter .principle li{padding:0; padding-top: .40rem; flex-wrap: wrap;}
	.brandCenter .principle li .title{line-height: .40rem;}
	.brandCenter .principle li .con{margin-top: .26rem;}
	.brandCenter .principle li .con img{width: 100%;}
	.brandCenter .principle{padding-bottom: .60rem; margin-bottom: 0; border-bottom:none;}
	.brandCenter .lastPrinciple{ padding-bottom: .92rem; }
	.brandCenter .colorSlogan{padding: 0 .30rem; line-height: .40rem;}
	.brandCenter .colorList li{    margin-top: .56rem; margin-bottom:0;}
	.brandCenter .colorList li .title, .brandCenter .fontTitle{ height: .26rem; margin-bottom: .20rem; line-height: .26rem;}
	.brandCenter .colorList li .con .color .l{ line-height: .30rem; font-size: .20rem;}
	.brandCenter .colorList li .con .cc{    padding: .22rem .22rem; height: 1.16rem;}
	.brandCenter .colorList{padding: 0 .30rem; padding-bottom: .90rem; border-bottom: #d4d4d4 .08rem solid;}
	.brandCenter .colorList li .con .c1{width: 100%;}
	.brandCenter .colorList li .con .c2{width: 100%;}
	.brandCenter .colorList li .con .c3{width: 100%;}
	.brandCenter .colorList li .con .c4{width: 100%;}
	.brandCenter .colorList li .con .c5{width: 100%;}
	.brandCenter .colorList li .con .c6{width: 100%;}
	.brandCenter .colorList li .con .c7{width: 100%;}
	.brandCenter .colorList li .con .c8{width: 100%;}
	.brandCenter .fontTitle{ margin: .72rem .30rem .22rem;}
	.brandCenter .fontContent{padding: 0 .30rem;}
	.brandCenter .fontContent li{ flex-wrap: wrap; height: auto; padding: .42rem 0;}
	.brandCenter .fontContent li .down img{width: .24rem; margin-right: .10rem;}
	.brandCenter .fontContent li .btext a{line-height: .48rem;}
	.brandCenter .fontContent .down{line-height: .48rem;}
	.brandCenter .all_btn a{height: .56rem; line-height: .56rem; margin-top: .62rem; margin-bottom: 0;}
	.brandCenter .all_btn a img{height: .20rem; width: auto; vertical-align:middle; padding-bottom: .05rem; }
	.brandCenter .brandCenterBtn{    right: 0; top: 2.43rem;}
	.brandCenter .brandCenterBtn .con{width: 3.30rem; font-size:0.26rem; line-height: 0.46rem;}
	.brandCenter .brandCenterBtn .con dt{height: .60rem;}
	.brandCenter .brandCenterBtn .con dd{line-height: .60rem;}
	.brandCenter .brandCenterBtn .con dd a{font-size:0.26rem; line-height: 0.46rem; height: .60rem; padding-left:.34rem;}
	.brandCenter .brandCenterBtn .con dt{background-size:.13rem .25rem; padding-left:.34rem;}
	/*.brandCenter .brandCenterBtn .con dt.on{background-size: 25px 13px;}*/
	.brandCenter_m_menu{position: fixed; right: .30rem; top:2.43rem; z-index: 10;}
	.brandCenter .brandcontent .title_con .features>div .p_con{width:3.80rem; left: initial; right: -50%; padding: .10rem .16rem 0;top:.40rem;}
	.brandCenter .brandcontent .title_con .features>div .p_con a{ height: .50rem line-height:.50rem; margin-bottom:.10rem}
	.brandCenter .en .littleSize .routine{justify-content: flex-start;}
	.brandCenter .en .littleSize .routine>div{margin: 0;}
	.brandCenter .brandCenterBtn .con dl.on dt{background-size: .25rem .13rem;}
	.brandCenter .fontContent li .r img{width: 100%;}
	.brandCenter .littleSize .con .l0 img{width:4.04rem;}
	.brandCenter .littleSize .con .s0 img{width:1.84rem;}
	.brandCenter .littleSize .con .l1 img{width:4.33rem;}
	.brandCenter .littleSize .con .s1 img{width:2.86rem;}
	.brandCenter .littleSize .con .l2 img{width:4.29rem;}
	.brandCenter .littleSize .con .s2 img{width:2.81rem;}
	.brandCenter .littleSize .con .l3 img{width:1.8rem;}
	.brandCenter .littleSize .con .s3 img{width:1.8rem;}
}
