@media screen and (max-width:1023px)and (min-width:300px)
{
/* 导航栏 */
.xx_nav{
	height: 8vh;
}
.xx_nav_back{
	height: 8vh;
}
.xx_nav_box{
	width: 100%;
	padding-left: 0;
	position: relative;
}
.xx_nav_logo{
	width: 60%;
	height: 100%;
	padding-left: 2%;
}
.xx_nav_main{
	width: 100vw;
	height: auto;
	background: #FFFFFF;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	left: 100%;
	top: 8vh;
	padding: 3rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_nav_mainon{
	left: 0%;
	}
.xx_nav_menu{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-left: 0rem;
}
.xx_nav_menu_item{
	width: 100%;
	height: auto;
	padding: 1.5rem 0rem;
	display:inline-flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.xx_nav_menu_item>a{
	color: var(--FontOneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_nav_menu_item:hover>a{
	color: var(--OneColor);
}
.xx_nav_menu_item .xx_nav_menu_item_ona{
	color: var(--OneColor);
}
.xx_nav_menu_down{
	width: 100%;
	height: auto;
	background: rgba(255,255,255,0.8);
	position: relative;
	height: 0px;
	left: 0;
	top: 0;
	opacity: 0;
	overflow: hidden;
	text-align: left;
	padding: 0rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_nav_menu_down>a{
	display: block;
	padding: 0.5rem 0rem;
	line-height: 130%;
	color: var(--FontOneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_nav_menu_down>a:hover{
	color: var(--OneColor);
}
.xx_nav_menu_down>a:first-child{
	margin-top: 1rem;
}
.xx_nav_menu_down>a:last-child{
	margin-bottom: 1rem;
}
.xx_nav_menu_item:hover .xx_nav_menu_down{
	height: auto;
	opacity: 1;
}
.xx_nav_right{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 2rem 0;
}
.xx_nav_tel{
	width: 100%;
	height: auto;
	font-family: opb;
	font-size: 1.642rem;
	font-weight: bold;
	display: block;
}
.xx_nav_tel>div{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.xx_nav_tel a{
	font-family: gb;
	color: var(--FontOneColor);
}
.xx_nav_tel_tel{
	padding-top: 0.2rem;
}
.xx_nav_tel_ico{
	width: 2.5rem;
	height: 2.5rem;
	background-color: #ffa535;
	background-image:url("../images/phone-volume.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45%;
	transform: rotate(-30deg);
	border-radius: 50%;
	margin-right: 0.5rem;
}
.xx_nav_login{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 1rem;
}
.xx_nav_login>div{
	width: auto;
	height: auto;
	padding: 0px 3rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	color: var(--FontTowColor);
}
.xx_nav_login>div>span{
	padding: 0px 1rem;
}
.xx_nav_login>div>a{
	color: var(--FontTowColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_nav_login>div>a:hover{
	color: var(--OneColor);
}
.xx_nav_sq{
	width: 8rem;
	height: 3rem;
	background: var(--OneColor);
	text-align: center;
	margin: 0 auto;
	margin-top: 2rem;
	position: relative;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_nav_sq a{
	height: 100%;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.xx_nav_sq:hover{
	background:#2288b4;
}

	
.menubtn{
	width: 25px;
	right: 2%;
	top: calc(50% - 10px);
	z-index: 10;
	display: block;
	position: absolute;
}
/* nav-icon-5 */
.nav-icon-5{  width: 25px; z-index: 20;  height: 20px; position: absolute;  cursor: pointer;}
.nav-icon-5 span{  background-color:var(--OneColor);  position: absolute;  border-radius:3px;  transition: 0.3s cubic-bezier(.8, .5, .2, 1.4);  width:100%;  height: 3px;  transition-duration: 500ms}
.nav-icon-5 span:nth-child(1){  top:0px;  left: 0px;}
.nav-icon-5 span:nth-child(2){  top:8px;  left: 0px;  opacity:1;}
.nav-icon-5 span:nth-child(3){  bottom:0px;  left: 0px;}
.nav-icon-5:not(.open):hover span:nth-child(1){  transform: rotate(0deg) scaleY(1.1);}
.nav-icon-5:not(.open):hover span:nth-child(2){  transform: rotate(0deg) scaleY(1.1);}
.nav-icon-5:not(.open):hover span:nth-child(3){  transform: rotate(0deg) scaleY(1.1);}
.nav-icon-5.open span:nth-child(1){  transform: rotate(45deg);  top: 8px;}
.nav-icon-5.open span:nth-child(2){  opacity:0;}
.nav-icon-5.open span:nth-child(3){  transform: rotate(-45deg);  top: 8px;}

/*nbanner*/
.xx_nbanner{
	width: 100%;
	height: 25vh;
}
.xx_nbanner_title{
	width: 90vw;
	font-size: 2.25rem;
}
.xx_nbanner_ltitle{
	width: 90vw;
	padding-right: 30vw;
	font-size: 1.125rem;
	padding-top: 1rem;
}


/*内页标题*/
.xx_ntitle{
	font-size: 2.25rem;
}

.xx_ntitle2{
	font-size: 2.25rem;
}

.xx_ntitle3{
	font-size: 2.25rem;
}
.xx_ntitle3l{
	padding-top: 0.5rem;
}



/*分页*/
.xx_page{
	width: 96vw;
	padding: 3vh 0;
}

/*广告条*/
.xx_ad{
	height: 20vh;
}

.xx_ad_title{
	font-size: 1.75rem;
}
.xx_ad_link{
	padding-top: 1rem;
}
.xx_ad_link a{
	height: 3rem;
	line-height: 3rem;
	padding: 0 2rem;
	font-size: 1.125rem;
}
.xx_ad_link a:hover{
	font-size: 1.25rem;
}

/*底部*/
.xx_footer{
	width: 90vw;
	height: auto;
	margin: 0 auto;
	padding-top: 5vh;
}
.xx_footer_logo{
	text-align: center;
}
.xx_footer_logo img{
	height: 7vh;
}
.xx_footer_main{
	flex-direction: column;
	padding-top: 3vh;
}
.xx_footer_main_left{
	width: 100%;
	text-align: center;
}
.xx_footer_main_left_mail{
	padding-top: 0.8rem;
}
.xx_footer_main_right{
	
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 2rem;
}

.xx_footer_menubz{
	display: none;
	}

.xx_footer_link_title{
	width: 100%;
	color: #FFFFFF;
	padding-top: 2vh;
}


.xx_footer_copy_box{
	margin-top: 1rem;
}
.xx_footer_copy{
	width: 96vw;
	height: auto;
	flex-direction: column;
	padding: 2rem 0;
}
.xx_footer_copy_left{
	width: 100%;
	text-align: center;
}
.xx_footer_copy_mid{
	width: 100%;
	text-align: center;
	margin-top: 0.8rem;
}
.xx_footer_copy_right{
	width: 100%;
	justify-content: center;
	margin-top: 0.8rem;
}

/*客服*/
.xx_service{
	width: 60px;
	height: 60px;
	bottom: 2rem;
	right:1rem;
	
}
.xx_service_img svg{
	width: 30px;
}

/*最新资讯*/
.xx_newstop_box{
	width: 100%;
	height: auto;
	background: #f9fcff;
	padding: 5vh 0;
}
.xx_newstop{
	width: 96vw;
	height: auto;
	padding-bottom: 5rem;
	background: none;
}
.xx_newstop_sw{
	height: auto;
}
.xx_newstop_swbox{
	height: auto;
}
.xx_newstop_swbox a{
	height: auto;
	flex-direction: column;
}
.xx_newstop_swbox_left{
	width: 100%;
	height: calc(96vw * 442 / 699);
	overflow: hidden;
}
.xx_newstop_swbox_right{
	width: 100%;
	height: auto;
	padding: 1rem 2rem;
	padding-bottom: 2rem;
	background: #FFFFFF;
}
.xx_newstop_swbox_right_title{
	font-family: opm;
	padding-top: 1rem;
	font-size: 1.375rem;
}
.xx_newstop_swbox_right_des{
	padding-top: 1rem;
}
	
.xx_newstop_sw_btnbox{
	width: 3rem;
	height: 3rem;
	border: 2px var(--OneColor) solid;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: auto;
	bottom: 0;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_newstop_sw_btnbox:hover{
	background: var(--OneColor);
}
.xx_newstop_sw_left{
	left: calc(50% - 4rem);
}
.xx_newstop_sw_right{
	right: calc(50% - 4rem);
}
.xx_newstop_yh{
	top: calc(96vw * 442 / 699 + 1.5rem);
	right: 2rem;
}
.xx_newstop_yh img{
	height: 4rem;
}
.xx_newlist_box{
	height: auto;
	padding: 5vh 0;
}

.xx_newlist{
	width: 96vw;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.xx_newlist_con{
	width: 48.5%;
	margin-right: 3%;
	margin-top: 3%;
}
.xx_newlist_con:nth-child(3n){
	margin-right: 3%;
}
.xx_newlist_con:nth-child(2n){
	margin-right: 0%;
}
.xx_newlist_con_img{
	width: 100%;
	height: calc(96vw * 0.485 * 275 / 434);
}
.xx_newlist_con_title{
	padding-top: 1rem;
	font-size: 1.25rem;
	line-height: 140%;
}
.xx_newlist_con_des{
	padding-top: 0.8rem;
	font-size: 1rem;
	line-height: 150%;
	color: var(--FontTowColor);
    -webkit-line-clamp: 4;
	height: 5.6rem;
}
.xx_newlist_con_time{
	padding-top: 0.5rem;
	font-size: 1rem;
}


/*最新资讯详情*/

.xx_shownew_box{
	flex-direction: column;
	
}
.xx_shownew_left{
	width: 96%;
	height: auto;
	padding-left: 0;
	margin: 0 auto;
	padding-right: 0rem;
}
.xx_bread{
	width: 100%;
	height: auto;
	padding: 2rem 0;
	font-size: 1.125rem;
	color: rgba(0,0,0,0.6);
	line-height: 160%;
}
.xx_shownew_title{
	font-size: 2.125rem;
	padding-bottom: 0.5rem;
}
.xx_shownew_time{
	padding: 1rem 0px;
}
.xx_shownew_time span{
	padding: 0px 1rem;
}
.xx_shownew_con{
	padding: 2rem 0px;
}

.xx_shownew_right{
	width: 96%;
	height: auto;
	margin: 0 auto;
	background-image: linear-gradient(to right,#f5fafe,#e5f3ff);
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 2rem;
	padding-bottom: 3rem;
}

.xx_shownew_pn{
	padding: 2rem;
	margin-top: 5rem;
}
.xx_shownew_pn_title{
	font-size: 1.375rem;
	padding-top: 1rem;
}
.xx_shownew_pn_des{
	padding-top: 1rem;
}
.xx_shownew_pn_img{
	top: -2.5rem;
}
.xx_shownew_pn_img_img{
	height: 5rem;
}
.xx_shownew_tj_box{
	width: 96vw;
	padding: 5vh 0;
}

/*资源中心*/

.xx_casetop{
	width: 96vw;
}
.xx_casetop_swbox{
	width: 100%;
	height: auto;
}
.xx_casetop_swbox a{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.xx_casetop_swbox_left{
	width: 100%;
	height: calc(96vw * 389 / 623);
	padding: 1rem 1rem;
}

.xx_casetop_swbox_right{
	width: 100%;
	height: auto;
	padding: 1rem 1rem;
	text-align: center;
}
.xx_casetop_swbox_right_title{
	margin-top: 1rem;
}
.xx_casetop_swbox_right_des{
	margin-top: 1rem;
}



.xx_caselist{
	width: 96vw;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 2rem;
}

.xx_caselist_con{
	width: 49%;
	height: auto;
	margin-right: 2%;
	margin-top: 2%;
}
.xx_caselist_con:nth-child(3n){
	margin-right: 2%;
}
.xx_caselist_con:nth-child(2n){
	margin-right: 0%;
}

.xx_caselist_con_img{
	width: 100%;
	height: calc(96vw * 0.49 * 235 / 410);
	padding: 1rem;
}

.xx_yy_box{
	width: 100%;
	height: auto;
	/*padding-top: 10vh;*/
}
.xx_yy{
	width: 96vw;
	height: auto;
	margin: 0 auto;
	/*padding-top: 5vh;*/
	padding-bottom: 4rem;
}
.xx_yytop_sw{
	height: auto;
}
.xx_yytop{
	width: 100%;
	height: auto;
	flex-direction: column;
	padding: 10px;
	padding-left: 0px;
}
.xx_yy_left{
	width: 100%;
	height: auto;
}
.xx_yytop,.xx_yytop_swbox{
	width: 100%;
	height: auto;
	}
.xx_yytop_swboximg{
	width: 100%;
	height: calc(96vw * 482 / 1017);
	position: relative;
}
.xx_yytop_pagination{ 
	width:100%;
	z-index:1;
	padding: 0 2rem;
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 0%;
}
.xx_yytop_pagination .swiper-pagination-bullet {
	background: rgba(0,0,0,0.2);
}
.xx_yytop_pagination .swiper-pagination-bullet-active{ 
	background:var(--OneColor);
}


.xx_yy_right{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.5rem;
}
.xx_yy_right_des{
	padding-top: 1rem;
}
.xx_yylist{
	width: 96vw;
	height: auto;
	margin: 0 auto;
	margin-top: 2%;
	/*margin-bottom: 10vh;*/
	padding-bottom: 7rem;
}

.xx_yylist_sw_img{
	width: 100%;
	height: calc((96vw * 0.49 - 16px) * 173 / 303);
	overflow: hidden;
}

.xx_yylist_sw_title{
	color: var(--FontOneColor);
	font-size: 1.375rem;
	padding: 1rem 3px 1rem 3px;
}
.xx_yylist_sw_des{
	color: var(--FontTowColor);
	line-height: 180%;
    -webkit-line-clamp: 3;
	padding:0 3px;
	margin-bottom: 0.7rem;
}
.xx_yylist_sw_btnbox{
	top: auto;
	bottom: 3rem;
}
.xx_yylist_sw_btnbox:hover{
	background: var(--OneColor);
}
.xx_yylist_sw_left{
	left: calc(50% - 4rem);
}
.xx_yylist_sw_right{
	right: calc(50% - 4rem);
}
/*联系我们*/

.lx_form{
	width: 96vw;
	height: auto;
	margin: 0 auto;
	border-radius: 10px;
	padding:5vh 2rem;
	position: relative;
	z-index: 10;
	transform: translateY(2vh);
	background-image: linear-gradient(to top,transparent,#ffffff 50%,#ffffff);
}
.lx_form_item{
	margin-top: 2rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.lx_form_item2{
	margin-top: 1rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.lx_form_item_title{
	width: 6rem;
	height: 3rem;
	line-height: 3rem;
	text-align: right;
	font-size: 1.125rem;
	padding-right: 1rem;
}
.lx_form_item_box{
	width: calc(100% - 6.5rem);
	height: auto;
}
.lx_form_item_text{
	height: 3rem;
}
.lx_form_item_sub{
	display:inline-block;
	width: auto;
	height: 3rem;
	line-height: 3rem;
	padding: 0 2rem;
}

/*解决方案*/

.xx_fa{
	width: 96vw;
	padding: 3rem 0;
}
.xx_fabox a{
	color: #000000;
}
.xx_fa_text{
	width: 100%;
	height: auto;
	text-align: left;
	padding-left: 0rem;
	padding-top: 1rem;
}
.xx_fa_text_title{
	font-size: 1.75rem;
	text-align: center;
}
.xx_fa_text_line{
	margin: 2rem auto;
}
.xx_fa_text_jian{
	text-align: center;
}
.xx_fa_text_des>div{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 1.25rem;
	font-size: 1.25rem;
}

.xx_fa_text_desico{
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 50%;
	background: #ffa535;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.xx_fa_img{
	width: 100%;
	height: auto;
	text-align: right;
}
.xx_fa_img img{
	width: 100%;
	height: auto;
}

.xx_fabox .xx_fa_img{
	float: none;
}
.xx_fabox .xx_fa_text{
	float: none;
}
.xx_fabox2 .xx_fa_img{
	float: none;
}
.xx_fabox2 .xx_fa_text{
	float: none;
}
/*加入我们*/
.xx_jr_box{
	width: 96vw;
}
.xx_jr_title{
	font-size: 2.25rem;
}
.xx_jr_line{
	width: 3rem;
	height: 4px;
	background: var(--OneColor);
	margin: 1rem auto;
}
.xx_jr_des{
	font-size: 1.125rem;
	padding: 0 3%;
	/*padding-top: 2rem;*/
}

.xx_jrlist{
	width: 96vw;
	height: auto;
	margin: 0 auto;
}
.xx_jrlist_title{
	font-size: 2.25rem;
}
.xx_jrlist_type{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 1rem;
}

.xx_jrlist_menu{
	padding:1.5rem 1rem;
	margin-top: 1rem;
}


.xx_jrlist_list{
	width: 100%;
	height: auto;
	margin: 1rem 0;
}
.xx_jrlist_con{
	padding: 1rem;
}
	
.xx_jrlist_con_title span:first-child{
	font-size: 1.375rem;
	line-height: 2.5rem;
	width: calc(100% - 8rem);
}
.xx_jrlist_con_title a{
	width: 7rem;
	padding: 0;
	text-align: center;
}

	
.xx_jrlist_con_des{
	width: 100%;
	height: auto;
	background: #f6fbff;
	margin-top: 1rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 1.2rem 3rem;
}
.xx_jrlist_con_des span{
	display: inline-block;
	width: 50%;
	line-height: 200%;
}


/*关于我们*/
.xx_about{
	width: 96vw;
	flex-direction: column;
	/*padding: 6rem 0;*/
}
.xx_about_left{
	width: 100%;
	height: auto;
}
.xx_about_left_title{
	font-size: 2.25rem;
	text-align: center;
}
.xx_about_left_line{
	margin: 2rem auto;
}
.xx_about_left_des{
	font-size: 1.5rem;
	text-align: center;
}
.xx_about_left_con{
	padding-top: 2rem;
	font-size: 1.125rem;
}
.xx_about_right{
	width: 100%;
	height: auto;
	padding-top: 2rem;
}


.xx_team_title{
	font-size: 2.25rem;
}
.xx_team{
	width: 96vw;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	/*margin-top: 3rem;*/
}
.xx_team_con{
	width: 49%;
	height: calc(96vw * 0.49 * 419 / 320);
	margin-right: 2%;
	position: relative;
	margin-top: 2%;
}
.xx_team_con:nth-child(4n){
	margin-right: 2%;
}
.xx_team_con:nth-child(2n){
	margin-right: 0%;
}

.xx_contact{
	width: 96vw;
	flex-direction: column;
	/*margin-top: 3rem;*/
}
.xx_contact_left{
	width: 100%;
	height: calc(96vw * 465 / 699);
}
.xx_contact_left img{
	width:21px;
	height: 30px;
	object-fit: cover;
	object-position: center;
}
.xx_contact_right{
	width: 100%;
	height: auto;
	padding:0 2rem;
	padding-bottom: 2rem;
}
.xx_contact_menu span{
	font-size: 1.75rem;
	height: 5rem;
	line-height: 5rem;
}

.xx_contact_con_item_text{
	font-size: 1.125rem;
}


/*首页*/
.xx_banner{
	width: 100%;
	height: calc(100vw * 1300 / 1125 + 5rem);
	position: relative;
	background: #dee6ea;
}
.xx_banner_sw,.xx_banner_swbox{
	width: 100%;
	height: 100%;
	position: relative;
}
.xx_banner_swbox_img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.xx_banner_swbox_img_svg{
	width: auto;
	height: 100%;
	display: none;
}
.xx_banner_swbox_img_svg_phone{
	width: auto;
	height: 100%;
	display: block;
}
#phone_bannersvg_back1{
	animation: phone_wave-move1 2s linear infinite;
}
@keyframes phone_wave-move1 {
	50% {
	  transform: translate(0,-2%);
	}
	100% {
	  transform: translate(0,0);
	}
  }
#phone_bannersvg_back2{
	transform: translate(0,-3%);
	animation: wave-move2 2.5s linear infinite;
}
@keyframes wave-move2 {
	50% {
	  transform: translate(0,0);
	}
	100% {
	  transform: translate(0,-3%);
	}
  }
#phone_bannersvg_back3{
	  animation: wave-move3 2.5s 0.5s linear infinite;
  }
 @keyframes wave-move3{
	  50% {
		transform: translate(0,-3%);
	  }
	  100% {
		transform: translate(0,0);
	  }
	}
.xx_banner_swbox_conbox{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	padding-top: 2rem;
}
.xx_banner_swbox_con{
	width: 90%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.xx_banner_swbox_con_title{
	font-size: 2rem;
	font-family: opb;
}
.xx_banner_swbox_con_ltitle{
	font-size: 1.375rem;
	padding-top: 0.5rem;
}
.xx_banner_swbox_con_con{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 1rem;
}
.xx_banner_swbox_con_con span{
	width: auto;
	height: auto;
	text-align: center;
	margin-right: 1.5rem;
	margin-left: 1.5rem;
	font-size: 1.125rem;
	font-family: opm;
}
.xx_banner_swbox_con_con span img{
	height: 2rem;
	margin-bottom: 0.3rem;
}
.xx_banner_swbox_con_link{
	padding-top: 1rem;
}
.xx_banner_swbox_con_link a{
	display: inline-block;
	height: 2.5rem;
	line-height: 2.5rem;
	background: var(--OneColor);
	padding: 0 1rem;
	color: #FFFFFF;
	font-size: 1.125rem;
	border: 2px var(--OneColor) solid;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_banner_swbox_con_link a:hover{
	background: #FFFFFF;
	color: var(--OneColor);
}

.xx_banner_pagination{ 
	position: absolute;
	left: 13.5vw;
	left: calc((100vw - var(--mainwidth)) / 2);
	bottom: 3rem;
	width: 73vw;
    width: var(--mainwidth);
	z-index:1;
	text-align: left;
}
.xx_banner_pagination .swiper-pagination-bullet { 
	display: inline-block; 
	width:2rem; 
	height:3px; 
	background: #cccccc;
	clip-path:polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	border-radius:50px;
	margin:0 0.2rem; 
	cursor: pointer;  
	-webkit-transition: all 0.4s ease-in-out;
}
.xx_banner_pagination .swiper-pagination-bullet-active{ 
	background:var(--OneColor);
}
.xx_wsm_backimg1 img{
	width: 4rem;
}
.xx_wsm_backimg2 img{
	width: 2rem;
}
.xx_wsm_backimg3 img{
	width: 2rem;
}

.xx_wsm{
	width: 96vw;
	/*padding-top: 7vh;*/
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	z-index: 10;
}
.xx_wsm_con{
	width: 49%;
	height: auto;
	margin-right: 2%;
	margin-top: 2%;
	padding: 1rem;
}
.xx_wsm_con:hover{
	-moz-box-shadow: 0px 0px 15px 1px rgba(79,177,219,0.2);
    -webkit-box-shadow: 0px 0px 15px 1px rgba(79,177,219,0.2);
    box-shadow: 0px 0px 15px 1px rgba(79,177,219,0.2);
	border: 1px #f1f6f6 solid;
}
.xx_wsm_con:nth-child(4n){
	margin-right: 2%;
}
.xx_wsm_con:nth-child(2n){
	margin-right: 0%;
}
.xx_wsm_con_ico img{
	height: 4.5rem;
}
.xx_wsm_con_title{
	font-size: 1.375rem;
	padding-top: 1rem;
}
.xx_wsm_con_con{
	padding-top: 1rem;
    -webkit-line-clamp: 26;
}


.xx_ifa{
	width: 96vw;
}
.xx_ifa_menu span.xx_ifa_menu_on{
	font-size: 1.375rem;
}

.xx_ifa_swbox{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: #FFFFFF;
}
.xx_ifa_sw_back{
	display: none;
}
.xx_ifa_swbox_img{
	width: auto;
	height: 50%;
	position: absolute;
	z-index: 0;
	right: 0%;
	top: 30%;
	left: auto;
	background: none;
	transform: skewX(0deg);
}
.xx_ifa_swbox_img>img{
	height: 100%;
	width: auto;
	transform: skewX(0deg);
}
.xx_ifa_swbox_img_back{
	
}
.xx_ifa_swbox_con{
	width: 100%;
	height: auto;
	position: relative;
	padding: 3rem 1rem;
	z-index: 5;
}

.xx_ifa_swbox_text{
	width: 100%;
	height: auto;
	text-align: left;
}
.xx_ifa_swbox_text_title{
	font-size: 2.25rem;
}
.xx_ifa_swbox_text_line{
	width: 4rem;
	height: 3px;
	background: var(--OneColor);
	clip-path:polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
	margin: 2rem 0;
}
.xx_ifa_swbox_text_des>div{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom: 0.6rem;
}
.xx_ifa_swbox_text_desico{
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 50%;
	background: #ffa535;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.xx_ifa_swbox_text_desico img{
	width: 60%;
	height: 60%;
	margin: 0 auto;
}
.xx_ifa_swbox_text_destext{
	height: 1.7rem;
	line-height: 1.9rem;
	padding-left: 0.7rem;
}
.xx_ifa_swbox_text_link{
	padding-top: 2rem;
}
.xx_ifa_swbox_text_link a{
	display: inline-block;
	height: 3rem;
	line-height: 2.8rem;
	background: var(--OneColor);
	padding: 0 2rem;
	color: #FFFFFF;
	font-size: 1.125rem;
	border: 2px var(--OneColor) solid;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_ifa_swbox_text_link a:hover{
	background: #FFFFFF;
	color: var(--OneColor);
}
.xx_ifa_sw_btnbox{
	width: 3rem;
	height: 3rem;
	border: 2px var(--OneColor) solid;
	background: #FFFFFF;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	bottom:2rem;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	z-index: 200;
}

.xx_yg_box{
	width: 100%;
	height: auto;
	/*padding: 10vh 0;*/
	position: relative;
	overflow: hidden;
	padding-bottom: 3vh;
}

.xx_yg_backimg{
	position: absolute;
	z-index: 1;
}
.xx_yg_backimg1{
	left: 0;
	top: 35vh;
}
.xx_yg_backimg1 img{
	width: 3rem;
}
.xx_inew_backimg1 img{
	width: 3rem;
}
.xx_icase_backimg1 img{
	width: 3rem;
}
.xx_icase_backimg2 img{
	width: 3rem;
}
.xx_yg{
	width: 96vw;
	/*padding-top: 7vh;*/
	position: relative;
	z-index: 10;
	justify-content: center;
}


	
.xx_yg_con{
	width: 32%;
	height: auto;
	margin-right: 2%;
	margin-top: 2%;
	padding:2rem 1rem;
	background-image: linear-gradient(to top,#ffffff,#f5fcfc);
	-moz-box-shadow: 0px 0px 15px 1px rgba(79,177,219,0);
    -webkit-box-shadow: 0px 0px 15px 1px rgba(79,177,219,0);
    box-shadow: 0px 0px 15px 1px rgba(79,177,219,0);
}

.xx_yg_con:hover{
	-moz-box-shadow: 0px 0px 15px 1px rgba(79,177,219,0.2);
    -webkit-box-shadow: 0px 0px 15px 1px rgba(79,177,219,0.2);
    box-shadow: 0px 0px 15px 1px rgba(79,177,219,0.2);
	border: 1px #f1f6f6 solid;
}
.xx_yg_con:nth-child(3n){
	margin-right: 0%;
}
.xx_yg_con_ico{
	width: 4.5rem;
	height: 4.5rem;
}
.xx_yg_con_title{
	font-size: 1.25rem;
	padding-top: 1rem;
}

.xx_inew_box{
	width: 100%;
	height: auto;
	padding-top: 3vh;
	position: relative;
	overflow: hidden;
}
#model_view_box31{
	position: relative;
	overflow: hidden;
}
.xx_yg_background{
	position: absolute;
	width: 100%;
	height: calc(100vw * 564 / 1920);
	left: 0;
	bottom: 0;
	z-index: 2;
}
.xx_inew_backimg{
	position: absolute;
	z-index: 1;
}
.xx_inew_backimg1{
	right: 0;
	bottom: calc(100vw * 564 / 1920);
}
.xx_inew{
	width: 96vw;
	height: auto;
	margin: 0 auto;
	padding: 0vh 0 7rem 0;
	position: relative;
	z-index: 20;
}

.xx_inew_swbox_img{
	width: 100%;
	height: calc(96vw * 0.49 * 275 / 433);
	overflow: hidden;
}
.xx_inew_swbox_text{
	width: 100%;
	height: auto;
	padding: 1rem 0.5rem;
	background: #FFFFFF;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_inew_swbox_ltitle{
	color: var(--FontTowColor);
	padding-top: 1rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
	height: auto;
}

.xx_inew_sw_btn_line{
	width: calc(100% - 9rem);
	height: 2px;
	background: #ffffff;
	position: absolute;
	bottom: 4.5rem;
	left: 0;
	z-index: 200;
}
.xx_inew_sw_btnbox{
	width: 3rem;
	height: 3rem;
	border: 2px #FFFFFF solid;
	background: #FFFFFF;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	bottom: 3rem;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	z-index: 200;
}
.xx_icase{
	width: 96vw;
	height: auto;
	margin: 0 auto;
	padding-bottom: 5vh;
	margin-top: 2rem;
	position: relative;
	z-index: 50;
}
.xx_icase_back{
	width: auto;
	height: auto;
	position: absolute;
	top: -2rem;
	right: -2rem;
}
.xx_icase_back img{
	height: 4rem;
}

.xx_icase_lback{
	width: 50%;
	height: 100%;
	background: var(--OneColor);
	clip-path:polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
	position: absolute;
	left: 0;
	top: 2rem;
}
.xx_icase_sw{
	width: calc(100% - 3rem);
	height: auto;
	background: #FFFFFF;
}

.xx_icase_swbox{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.xx_icase_swbox_left{
	width: 100%;
	height: auto;
	padding: 1rem;
}
.xx_icase_swbox_right{
	width: 100%;
	height: auto;
	padding: 1rem;
	padding-left: 1rem;
}

.xx_icase_swbox_right_con{
	font-size: 1.25rem;
	color: rgba(0,0,0,0.7);
	line-height: 2rem;
	height: auto;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}


.xx_icase_sw_btnbox{
	bottom: -4vh;
}

.xx_ilogo{
	width: 96vw;
	height: auto;
	margin: 0 auto;
	padding-top: 5vh;
}
.xx_ilogo_sw{
	width: 100%;
	height: auto;
	-moz-box-shadow: 0px 0px 5px 0.5px rgba(79,177,219,0.2);
    -webkit-box-shadow: 0px 0px 5px 0.5px rgba(79,177,219,0.2);
    box-shadow: 0px 0px 5px 0.5px rgba(79,177,219,0.2);
}
.xx_ilogo_sw .swiper-slide{
	padding: 2px;
}
.xx_ilogo_swbox{
	width: 100%;
	height: calc(96vw * 0.3 * 138 / 268);
	overflow: hidden;
	-moz-box-shadow: 0px 0px 5px 0.5px rgba(79,177,219,0.2);
    -webkit-box-shadow: 0px 0px 5px 0.5px rgba(79,177,219,0.2);
    box-shadow: 0px 0px 5px 0.5px rgba(79,177,219,0.2);
}


.xx_ilogo_pagination{ 
	width:100%;
	z-index:1;
	text-align: center;
	margin-top: 1rem;
}

.module_form_box{width:100%;height:100vh;background:rgb(0,0,0,0.6);top:0;position:fixed;z-index:500;top:0;display:none}
.module_form {
    width: 90%;
    height: 18rem;
    margin: 0 auto;
    margin-top: calc((100vh - 18rem) / 2);
    background: var(--FontWhiColor);
    border-radius: 10px;
}


.columndo_title{
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
    text-align: center;
	font-size: 1.125rem;
	padding-top: 3rem;
    padding-bottom: 4rem;
}
.columndo_title span{
	 color: var(--OneColor);
}
.columndo_itme {
    width: 90%;
}

.btn_group1 {
    padding: 0rem 10px;
    height: 2rem;
    line-height: 2rem;
    color: #FFFFFF;
    font-size: 0.875rem;
}
.inputtext {
    width: 100%;
    height: 100%;
    border: 1px #d5d5d5 solid;
    border-radius: 5px;
    font-size: 1rem;
    padding: 0px 0.5rem;
    color: #111c46;
}
.btn_g1_item1 {
    background: var(--FontOneColor);
    color: #FFFFFF;
	display: inline-block;
}
.btn_g1_item1:hover {
    background: var(--OneColor);
}
}
@media screen and (max-width:1600px)and (min-width:1440px) {
	.xx_wsm_con_title{ font-size: 1.75rem;}
}
@media screen and (max-width:1278px)and (min-width:1024px) {
	.xx_wsm_con{ padding: 2rem 1.5rem;}
	.xx_wsm_con_title{ font-size: 1.625rem;}
}

