/* 导航栏 */
.xx_nav{
	width: 100%;
	height: 9vh;
	background: #FFFFFF;
	position: fixed;
	font-size: 1.125rem;
	z-index: 500;
	    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
}
.xx_nav_back{
	width: 100%;
	height: 9vh;
}
.xx_nav_box{
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding-left: 8rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	position: relative;
}
.xx_nav_logo{
	width: 15%;
	height: 100%;
}
.xx_nav_logo a{
	width: auto;
	height: 100%;
	display:inline-flex;
	flex-direction: column;
	justify-content: center;
}
.xx_nav_logo img{
	width: auto;
	height: 70%;
}
.xx_nav_main{
	width: 85%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.xx_nav_menu{
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding-left: 5rem;
}
.xx_nav_menu_item{
	width: auto;
	height: 100%;
	padding: 0px 2rem;
	display:inline-flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.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: 130%;
	height: auto;
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 200%;
	left: -15%;
	height: 0px;
	opacity: 0;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_nav_menu_down>a{
	display: block;
	padding: 0.5rem 1rem;
	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{
	top: 100%;
	height: auto;
	opacity: 1;
}
.xx_nav_right{
	width: auto;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.xx_nav_tel{
	width: auto;
	height: 100%;
	font-family: opb;
	font-size: 1.642rem;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.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: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.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: 100%;
	background: var(--OneColor);
	text-align: center;
	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{
	display: none;
}
/*nbanner*/
.xx_nbanner{
	width: 100%;
	height: 50vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.xx_nbanner_title{
	width: 73vw;
    width: var(--mainwidth);
	margin: 0 auto;
	font-size: 3.375rem;
	color: #FFFFFF;
	font-family: opb;
	z-index: 10;
}
.xx_nbanner_ltitle{
	width: 73vw;
    width: var(--mainwidth);
	margin: 0 auto;
	font-size: 1.75rem;
	color: #FFFFFF;
	z-index: 10;
	padding-top: 1.5rem;
	line-height: 180%;
}
.xx_nbanner_img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.xx_nbanner_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/*内页标题*/
.xx_ntitle{
	font-family: opm;
	font-size: 2.875rem;
	width: 100%;
	text-align: center;
}

.xx_ntitle2{
	font-family: opm;
	font-size: 2.875rem;
	width: 100%;
	text-align: left;
}

.xx_ntitle3{
	font-family: opm;
	font-size: 2.875rem;
	width: 100%;
	text-align: center;
}
.xx_ntitle3l{
	font-size: 1rem;
	width: 100%;
	color: rgba(0,0,0,0.6);
	text-align: center;
	padding-top: 1rem;
}



/*分页*/
.xx_page{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	border-top: 1px #e5e5e5 solid;
	padding: 5vh 0;
	text-align: center;
}
.xx_page a{
	display: inline-block;
	width: 3.5rem;
	height: 3.5rem;
	border: 2px var(--OneColor) solid;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 1rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_page a:hover{
	background: var(--OneColor);
}
.xx_page_btn{
	width: 40%;
	height: 40%;
	margin: 0px auto;
	fill:var(--OneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_page a:hover .xx_page_btn{
	fill:#FFFFFF;
}
.xx_page_btn_left{
	transform: rotate(180deg);
}

/*广告条*/
.xx_ad{
	width: 100%;
	height: 35vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.xx_ad_img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.xx_ad_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}
.xx_ad_title{
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 2.875rem;
	z-index: 1;
}
.xx_ad_link{
	width: 100%;
	text-align: center;
	z-index: 1;
	padding-top: 1.5rem;
}
.xx_ad_link a{
	display: inline-block;
	width: auto;
	height: 4rem;
	line-height: 4rem;
	padding: 0 3rem;
	background: #FFFFFF;
	font-size: 1.375rem;
	color: var(--OneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_ad_link a:hover{
	font-size: 1.587rem;
	-moz-box-shadow: 0px 0px 25px 3px rgba(255,255,255,0.8);
    -webkit-box-shadow: 0px 0px 25px 3px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 25px 3px rgba(255,255,255,0.8);
}

/*底部*/
.xx_footer_box{
	width: 100%;
	height: auto;
	background: #0e1620;
}
.xx_footer{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding-top: 8vh;
}
.xx_footer_logo img{
	height: 7vh;
}
.xx_footer_main{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 5vh;
}
.xx_footer_main_left{
	width: 25%;
	height: auto;
}
.xx_footer_main_left_title{
	
}
.xx_footer_main_left_title span{
	display: inline-block;
	font-size: 1rem;
	color: #7e8083;
	background-image: url("../images/phone.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 90%;
	padding-left: 1.7rem;
}
.xx_footer_main_left_tel{
	font-size: 1.75rem;
	color: #ffffff;
	font-family:Arial;
	padding-top: 1rem;
}
.xx_footer_main_left_mail{
	font-size: 1rem;
	color: #7e8083;
	padding-top: 2rem;
}
.xx_footer_main_right{
	
	width: 75%;
	height: auto;
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
}
.xx_footer_menu a{
	display: block;
}
.xx_footer_menu_a1{
	font-size: 1.375rem;
	color: #FFFFFF;
	margin-bottom: 1.5rem;
}
.xx_footer_menu_a2{
	font-size: 1rem;
	color:rgba(255,255,255,0.3);
	line-height: 180%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_footer_menu_a2:hover{
	color:rgba(255,255,255,1);
}

.xx_footer_code{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	cursor: pointer;
	margin-bottom: 1rem;
}
.xx_footer_code_ico{
	width: 2.5rem;
	height: 2.5rem;
	background: #FFFFFF;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_footer_code:hover .xx_footer_code_ico{
	background: var(--OneColor);
}
.xx_footer_code_icosvg{
	height: 60%;
	width: auto;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_footer_code:hover .xx_footer_code_icosvg{
	fill: #ffffff;
}
.xx_footer_code_title{
	font-size: 1rem;
	line-height: 2.5rem;
	color:rgba(255,255,255,0.3);
	padding-left: 0.5rem;
}
.xx_footer_code_img{
	position: absolute;
	width: 100px;
	height: 0px;
	opacity: 0;
	left: -120px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_footer_code:hover .xx_footer_code_img{
	height: 100px;
	opacity: 1;
}
.xx_footer_code_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.xx_footer_link_title{
	width: 100%;
	color: #FFFFFF;
	padding-top: 5vh;
}
.xx_footer_link{
	width: 100%;
	padding:1rem 0;
	line-height: 180%;
}
.xx_footer_link a{
	margin-right: 1rem;
	color: rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_footer_link a:hover{
	color: rgba(255,255,255,1);
}

.xx_footer_copy_box{
	width: 100%;
	height: auto;
	border-top: 1px rgba(255,255,255,0.1) solid;
	margin-top: 2rem;
}
.xx_footer_copy{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 3rem 0;
}
.xx_footer_copy_left{
	width: auto;
	height: auto;
	color: rgba(255,255,255,0.3);
}
.xx_footer_copy_mid{
	width: auto;
	height: auto;
	color: rgba(255,255,255,0.3);
}
.xx_footer_copy_left a{
	color: rgba(255,255,255,0.3);
}
.xx_footer_copy_right{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	color: rgba(255,255,255,1);
}
.xx_footer_copy_right a{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_footer_copy_right a:hover{
	text-decoration: underline;
}
.xx_footer_copy_right span{
	padding: 0 1rem;
}
/*客服*/
.xx_service{
	width: 81px;
	height: 81px;
	position: fixed;
	bottom: 8vh;
	right:2rem;
	background: var(--OneColor);
	border-radius: 10px;
	z-index: 500;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_service:hover{
	background:#2288b4;
}
.xx_service_img{
	width: 100%;
	height: auto;
	text-align: center;
}
.xx_service_img svg{
	width: 40px;
	fill:#ffffff;
	margin: 0 auto;
}
.xx_service_text{
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}
.xx_service:hover .xx_footer_code_img{
	height: 100px;
	opacity: 1;
}
/*最新资讯*/
.xx_newstop_box{
	width: 100%;
	height: auto;
	background: #f9fcff;
	padding: 8vh 0;
}
.xx_newstop{
	width: 73vw;
    width: var(--mainwidth);
	height: calc(73vw * 442 / 1400);
	height: calc(var(--mainwidth) * 442 / 1400);
	margin: 0 auto;
	background: #FFFFFF;
	position: relative;
}
.xx_newstop_sw{
	width: 100%;
	height: 100%;
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.08);
}
.xx_newstop_swbox{
	width: 100%;
	height: 100%;
}
.xx_newstop_swbox a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.xx_newstop_swbox_left{
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.xx_newstop_swbox_left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_newstop_swbox a:hover .xx_newstop_swbox_left img{
	transform: scale(1.05);
}
.xx_newstop_swbox_right{
	width: 50%;
	height: 100%;
	padding: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.xx_newstop_swbox_right_time{
	font-family: gb;
	font-size: 3.571rem;
	color: var(--OneColor);
}
.xx_newstop_swbox_right_time2{
	font-family: gb;
	font-size: 1.428rem;
	color: var(--OneColor);
	line-height: 200%;
}
.xx_newstop_swbox_right_title{
	font-family: opm;
	padding-top: 2rem;
	font-size: 1.875rem;
	color: var(--FontOneColor);
	line-height: 150%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_newstop_swbox a:hover .xx_newstop_swbox_right_title{
	color: var(--OneColor);
}
.xx_newstop_swbox_right_des{
	padding-top: 2rem;
	font-size: 1rem;
	color: var(--FontTowColor);
	line-height: 180%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_newstop_swbox a:hover .xx_newstop_swbox_right_des{
	color: var(--FontOneColor);
}
.xx_newstop_sw_btnbox{
	width: 3.5rem;
	height: 3.5rem;
	border: 2px var(--OneColor) solid;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: calc(50% - 1.75rem);
	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: -6rem;
}
.xx_newstop_sw_right{
	right: -6rem;
}
.xx_newstop_sw_btn{
	fill:var(--OneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_newstop_sw_btnbox:hover .xx_newstop_sw_btn{
	fill:#ffffff;
}
.xx_newstop_sw_btn{
	width: 40%;
	height: 40%;
	margin: 0px auto;
}
.xx_newstop_sw_right .xx_newstop_sw_btn{
	transform:rotate(180deg);
}
.xx_newstop_yh{
	position: absolute;
	top: -1.5rem;
	right: 3rem;
	z-index: 100;
}
.xx_newstop_yh img{
	height: 6rem;
}
.xx_newlist_box{
	width: 100%;
	height: auto;
	padding: 10vh 0;
}

.xx_newlist{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.xx_newlist_con{
	width: 31%;
	height: auto;
	margin-right: 3.5%;
	margin-top: 3.5%;
}
.xx_newlist_con:nth-child(3n){
	margin-right: 0%;
}
.xx_newlist_con_img{
	width: 100%;
	height: calc(73vw * 0.31 * 275 / 434);
	height: calc(var(--mainwidth) * 0.31 * 275 / 434);
	font-size: 0px;
	overflow: hidden;
}
.xx_newlist_con_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_newlist_con:hover .xx_newlist_con_img img{
	transform: scale(1.03);
}
.xx_newlist_con_title{
	padding-top: 1.5rem;
	font-size: 1.375rem;
	line-height: 160%;
	color: var(--FontOneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_newlist_con:hover .xx_newlist_con_title{
	color: var(--OneColor);
}
.xx_newlist_con_des{
	padding-top: 1rem;
	font-size: 1rem;
	line-height: 180%;
	color: var(--FontTowColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	height: 4.5rem;
}
.xx_newlist_con:hover .xx_newlist_con_des{
	color: var(--FontOneColor);
}
.xx_newlist_con_time{
	padding-top: 1rem;
	font-size: 1.125rem;
	line-height: 160%;
	color: var(--FontTowColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


/*最新资讯详情*/
.xx_shownew_dow{
	width: 100%;
	height: 0px;
	position: relative;
	z-index: 10;
	box-shadow: 0px 3px 20px 30px rgba(224,239,252,0.2);
}
.xx_shownew_box{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	
}
.xx_shownew_left{
	width: 67%;
	height: auto;
	padding-left: 13.5vw;
	padding-left: calc((100vw - var(--mainwidth)) / 2);
	padding-right: 3rem;
}
.xx_bread{
	width: 100%;
	height: auto;
	padding: 3rem 0;
	font-size: 1.125rem;
	color: rgba(0,0,0,0.6);
}
.xx_bread a{
	color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_bread a:hover{
	color: var(--OneColor);
}

.xx_shownew_title{
	font-size: 2.75rem;
	color: var(--FontOneColor);
	padding-bottom: 1rem;
}
.xx_shownew_time{
	width: 100%;
	height: auto;
	border-bottom: 1px #e5e5e5 solid;
	font-size: 1.125rem;
	color: rgba(0,0,0,0.6);
	padding: 1.5rem 0px;
}
.xx_shownew_time span{
	padding: 0px 1rem;
}
.xx_shownew_con{
	width: 100%;
	height: auto;
	line-height: 160%;
	color: rgba(0,0,0,0.8);
	padding: 3rem 0px;
}
.xx_shownew_con img{
    max-width: 100%;
    height: auto;
}

.xx_shownew_right{
	width: 33%;
	height: auto;
	padding-right: 13.5vw;
	padding-right: calc((100vw - var(--mainwidth)) / 2);
	background-image: linear-gradient(to right,#f5fafe,#e5f3ff);
	padding-left: 2rem;
	padding-top: 4rem;
}
.xx_shownew_share img{
	height: 2rem;
}
.xx_shownew_share_box{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding-top: 1rem;
}
.xx_shownew_share_con{
	width: 4rem;
	height: 4rem;
	background: #FFFFFF;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 1rem;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_shownew_share_con:hover{
	background: var(--OneColor);
}
.xx_shownew_share_con_ico{
	height: 50%;
	fill:var(--OneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_shownew_share_con:hover .xx_shownew_share_con_ico{
	fill: #FFFFFF;
}

.xx_shownew_pn{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding: 3rem;
	margin-top: 7rem;
	position: relative;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_shownew_pn_type{
	font-size: 1.125rem;
	color: rgba(0,0,0,0.8);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_shownew_pn_title{
	font-size: 1.375rem;
	color: rgba(0,0,0,1);
	padding-top: 2rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_shownew_pn:hover .xx_shownew_pn_title{
	color:var(--OneColor);
}
.xx_shownew_pn_des{
	font-size: 1rem;
	color: rgba(0,0,0,0.6);
	line-height: 160%;
	padding-top: 2rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_shownew_pn:hover .xx_shownew_pn_des{
	color:rgba(0,0,0,1);
}
.xx_shownew_pn_img{
	position: absolute;
	top: -3.5rem;
	right: 0;
	z-index: 10;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_shownew_pn_img_img{
	height: 7rem;
	fill: var(--OneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_shownew_tj_box{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding: 10vh 0;
}

/*资源中心*/
.xx_case{
	width: 100%;
	height: auto;
	/*background: #f8fcff;
	padding: 8vh 0;*/
}
.xx_casetop{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	/*margin-top: 3rem;*/
	background: #FFFFFF;
	padding-bottom: 2rem;
	-moz-box-shadow: 0px 0px 35px 3px rgba(79,177,219,0.1);
    -webkit-box-shadow: 0px 0px 35px 3px rgba(79,177,219,0.1);
    box-shadow: 0px 0px 35px 3px rgba(79,177,219,0.1);
}
.xx_casetop_swbox{
	width: 100%;
	height: auto;
}
.xx_casetop_swbox a{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.xx_casetop_swbox_left{
	width: 55%;
	height: calc(73vw * 0.55 * 389 / 623);
	height: calc(var(--mainwidth) * 0.55 * 389 / 623);
	padding: 3rem 5rem;
}
.xx_casetop_swbox_left img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.xx_casetop_swbox_right{
	width: 45%;
	height: calc(73vw * 0.55 * 389 / 623);
	height: calc(var(--mainwidth) * 0.55 * 389 / 623);
	padding: 5rem 3rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.xx_casetop_swbox_right_img img{
	height: 6rem;
}
.xx_casetop_swbox_right_title{
	font-size: 1.625rem;
	font-family: opb;
	color: var(--FontOneColor);
}
.xx_casetop_swbox_right_des{
	font-size: 1rem;
	color: var(--FontTowColor);
}

.xx_casetop_pagination{ 

	width:100%;
	z-index:1;
	text-align: center;
}
.xx_casetop_pagination .swiper-pagination-bullet { 
	display: inline-block; 
	width:0.8rem; 
	height:0.8rem; 
	background: #cccccc;
	border-radius:50px;
	margin:0 0.2rem; 
	cursor: pointer;  
	-webkit-transition: all 0.4s ease-in-out;
}
.xx_casetop_pagination .swiper-pagination-bullet-active{ 
	background:var(--OneColor);
}


.xx_caselist{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 2rem;
}

.xx_caselist_con{
	width: 31%;
	height: auto;
	margin-right: 3.5%;
	margin-top: 3.5%;
}
.xx_caselist_con:nth-child(3n){
	margin-right: 0%;
}

.xx_caselist_con_img{
	width: 100%;
	height: calc(73vw * 0.31 * 235 / 410);
	height: calc(var(--mainwidth) * 0.31 * 235 / 410);
	font-size: 0px;
	background: #FFFFFF;
	padding: 1rem;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_caselist_con:hover .xx_caselist_con_img{
	-moz-box-shadow: 0px 0px 35px 3px rgba(79,177,219,0.1);
    -webkit-box-shadow: 0px 0px 35px 3px rgba(79,177,219,0.1);
    box-shadow: 0px 0px 35px 3px rgba(79,177,219,0.1);
}
.xx_caselist_con_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_caselist_con:hover .xx_caselist_con_img img{
	transform: scale(1.01);
}
.xx_caselist_con_title{
	padding-top: 1rem;
	font-size: 1.375rem;
	line-height: 160%;
	text-align: center;
	color: var(--FontOneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_caselist_con:hover .xx_caselist_con_title{
	color: var(--OneColor);
}

.xx_yy_box{
	width: 100%;
	height: auto;
	/*padding-top: 10vh;*/
}
.xx_yy{
	width: 73vw;
    width: var(--mainwidth);
	height: calc(73vw * 480 / 1400);
	height: calc(var(--mainwidth) * 480 / 1400);
	margin: 0 auto;
	/*padding-top: 5vh;*/
}
.xx_yytop_sw{
	width: 100%;
	height: 100%;
	position: relative;
}
.xx_yytop{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding: 10px;
	padding-left: 0px;
}
.xx_yy_left{
	width: 73%;
	height: 100%;
}
.xx_yytop,.xx_yytop_swbox,.xx_yytop_swboximg{
	width: 100%;
	height: 100%;
	position: relative;
}
.xx_yytop_swboximg img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.xx_yytop_swboxico{
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 2.5rem;
	height: 2.5rem;
	background: var(--OneColor);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.xx_yytop_swboxico img{
	width: 60%;
	height: 60%;
	margin: 0 auto;
}
.xx_yytop_pagination{ 
	width:100%;
	z-index:1;
	padding: 0 2rem;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 27%;
}
.xx_yytop_pagination .swiper-pagination-bullet { 
	display: inline-block; 
	width:0.8rem; 
	height:0.8rem; 
	background: #ffffff;
	border-radius:50px;
	margin:0 0.2rem; 
	cursor: pointer;  
	-webkit-transition: all 0.4s ease-in-out;
}
.xx_yytop_pagination .swiper-pagination-bullet-active{ 
	background:var(--OneColor);
}

.xx_yy_right{
	width: 27%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.5rem;
	-moz-box-shadow: 0px 0px 10px 1px rgba(79,177,219,0.1);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(79,177,219,0.1);
    box-shadow: 0px 0px 10px 1px rgba(79,177,219,0.1);
}
.xx_yy_right_title{
	font-size: 1.875rem;
}
.xx_yy_right_des{
	color: var(--FontTowColor);
	line-height: 180%;
	padding-top: 2rem;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.xx_yy_right_btn{
	padding-top: 2rem;
}
.xx_yy_right_btn a{
	display:inline-block;
	width: auto;
	height: 3rem;
	line-height: 3rem;
	padding: 0 2rem;
	color: #FFFFFF;
	font-size: 1.125rem;
	background: var(--OneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_yy_right_btn a:hover{
	letter-spacing: 0.3rem;
	-moz-box-shadow: 0px 0px 15px 1px rgba(79,177,219,0.3);
    -webkit-box-shadow: 0px 0px 15px 1px rgba(79,177,219,0.3);
    box-shadow: 0px 0px 15px 1px rgba(79,177,219,0.3);
}
.xx_yylist{
	width: calc(73vw + 20px);
    width: calc(var(--mainwidth) + 20px);
	height: auto;
	margin: 0 auto;
	margin-top: 2%;
	/*margin-bottom: 10vh;*/
}
.xx_yylist_sw{
	width: 100%;
	height: auto;
}
.xx_yylist_sw .swiper-slide{
	padding: 10px;
}
.xx_yylist_swbox{
	margin: 0 auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
	padding: 8px;
	-moz-box-shadow: 0px 0px 10px 0.5px rgba(79,177,219,0.1);
    -webkit-box-shadow: 0px 0px 10px 0.5px rgba(79,177,219,0.1);
    box-shadow: 0px 0px 10px 0.5px rgba(79,177,219,0.1);
	background: #FFFFFF;
}
.xx_yylist_swbox:hover{
	transform: scale(1.03);
}
.xx_yylist_sw_img{
	width: 100%;
	height: calc((73vw * 0.2425 - 16px) * 173 / 303);
	height: calc((var(--mainwidth) * 0.2425 - 16px) * 173 / 303);
	overflow: hidden;
}
.xx_yylist_sw_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_yylist_swbox:hover .xx_yylist_sw_img img{
	transform: scale(1.03);
}
.xx_yylist_sw_title{
	color: var(--FontOneColor);
	font-size: 1.375rem;
	padding: 1.5rem 10px 1rem 10px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_yylist_swbox:hover .xx_yylist_sw_title{
	color: var(--OneColor);
}
.xx_yylist_sw_des{
	color: var(--FontTowColor);
	line-height: 180%;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	padding:0 10px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_yylist_swbox:hover .xx_yylist_sw_des{
	color: var(--FontOneColor);
}
.xx_yylist_sw_ico{
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 2.5rem;
	height: 2.5rem;
	background: var(--OneColor);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.xx_yylist_sw_ico img{
	width: 60%;
	height: 60%;
	margin: 0 auto;
}

.xx_yylist_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: calc(50% - 1.75rem);
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_yylist_sw_btnbox:hover{
	background: var(--OneColor);
}
.xx_yylist_sw_left{
	left: -4rem;
}
.xx_yylist_sw_right{
	right: -4rem;
}
.xx_yylist_sw_btn{
	fill:var(--OneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_yylist_sw_btnbox:hover .xx_yylist_sw_btn{
	fill:#ffffff;
}
.xx_yylist_sw_btn{
	width: 40%;
	height: 40%;
	margin: 0px auto;
}
.xx_yylist_sw_right .xx_yylist_sw_btn{
	transform:rotate(180deg);
}

/*联系我们*/
.lx_box{
	width: 100%;
	height: auto;
	background-image:url("../images/lx_back.jpg");
	background-repeat: no-repeat;
	background-position:center 20vh;
	background-size:90% auto;
	position: relative;
	z-index: 1;
}
.lx_box_back{
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right,rgba(79,177,219,0.01),rgba(79,177,219,0.2));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.lx_form{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	border-radius: 10px;
	padding:10vh 4rem;
	position: relative;
	z-index: 10;
	transform: translateY(-6vh);
	background-image: linear-gradient(to top,transparent,#ffffff 50%,#ffffff);
}
.lx_form_item{
	margin-top: 3rem;
	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: 10rem;
	height: 4rem;
	line-height: 4rem;
	text-align: right;
	font-size: 1.375rem;
	padding-right: 2rem;
}
.lx_form_item_box{
	width: calc(100% - 14rem);
	height: auto;
}
.lx_form_item_text{
	width: 100%;
	height: 4rem;
	border: 1px var(--OneColor) solid;
	padding: 0 1rem;
}
.lx_form_item_texts{
	width: 100%;
	height: 8rem;
	border: 1px var(--OneColor) solid;
	padding: 1rem;
}
.lx_form_item_radio{
	width: 1.3rem;
	height: 1.3rem;
	float: left;
	margin-right: 10px;
}


.lx_form_item_sub{
	display:inline-block;
	width: auto;
	height: 3.5rem;
	line-height: 3.5rem;
	padding: 0 3rem;
	color: #FFFFFF;
	font-size: 1.125rem;
	background: var(--OneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lx_form_item_sub:hover{
	letter-spacing: 0.3rem;
	-moz-box-shadow: 0px 0px 15px 1px rgba(79,177,219,0.3);
    -webkit-box-shadow: 0px 0px 15px 1px rgba(79,177,219,0.3);
    box-shadow: 0px 0px 15px 1px rgba(79,177,219,0.3);
}

/*解决方案*/
.xx_fabox_box{
	width: 100%;
	height: auto;
	/*padding-top: 10vh;*/
}
.xx_fabox{
	width: 100%;
	height: auto;
}
.xx_fabox2{
	background: #ebf6ff;
}
.xx_fa{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding: 6rem 0;
}
.xx_fabox a{
	color: #000000;
}
.xx_fa_text{
	width: 40%;
	height: auto;
	text-align: left;
	padding-left: 10rem;
}
.xx_fa_text_title{
	font-size: 2.25rem;
}
.xx_fa_text_line{
	width: 6rem;
	height: 4px;
	background: var(--OneColor);
	clip-path:polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
	margin: 3rem 0;
}
.xx_fa_text_jian{
	width: 100%;
	margin-bottom: 2rem;
}
.xx_fa_text_des>div{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom: 1rem;
}
.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_text_desico img{
	width: 60%;
	height: 60%;
	margin: 0 auto;
}
.xx_fa_text_destext{
	height: 1.7rem;
	line-height: 1.9rem;
	padding-left: 0.7rem;
}
.xx_fa_img{
	width: 60%;
	height: auto;
	text-align: right;
}
.xx_fa_img2{
	text-align: left;
}
.xx_fa_img img{
	height: 50vh;
}
.xx_fabox .xx_fa_img{
	float: right;
}
.xx_fabox .xx_fa_text{
	float: left;
}
.xx_fabox2 .xx_fa_img{
	float: left;
}
.xx_fabox2 .xx_fa_text{
	float: right;
}
/*加入我们*/
.xx_jr_box{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	/*padding: 10vh 0;*/
}
.xx_jr_title{
	font-size: 3rem;
	font-family: opm;
	text-align: center;
}
.xx_jr_line{
	width: 3rem;
	height: 4px;
	background: var(--OneColor);
	margin: 2rem auto;
}
.xx_jr_des{
	font-size: 2.125rem;
	text-align: center;
	padding: 0 5%;
	/*padding-top: 2rem;*/
}

.xx_jrlist_box{
	width: 100%;
	height: auto;
	/*background: #f8fcff;
	padding: 10vh 0;*/
}
.xx_jrlist{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
}
.xx_jrlist_title{
	font-size: 3rem;
	font-family: opm;
	text-align: center;
}
.xx_jrlist_ltitle{
	font-size: 1.125rem;
	text-align: center;
	padding-top: 1rem;
}
.xx_jrlist_ltitle a{
	color: var(--OneColor);
}
.xx_jrlist_type{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 2rem;
}
.xx_jrlist_type a{
	display: inline-block;
	width: 100%;
	height: auto;
	font-size: 1.625rem;
	text-align: center;
	color: var(--FontOneColor);
	border-bottom: 3px #FFFFFF solid;
	padding: 1.5rem 0;
}
.xx_jrlist_type a.xx_jrlist_type_ona{
	color: var(--OneColor);
	border-bottom: 3px var(--OneColor) solid;
}
.xx_jrlist_menu{
	width: 100%;
	height: auto;
	padding:3rem 2rem;
	background: #FFFFFF;
	margin-top: 1rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.xx_jrlist_menu a{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 1.375rem;
	line-height: 2rem;
	color: var(--FontOneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_jrlist_menu a.xx_jrlist_menu_ona{
	color: var(--OneColor);
}
.xx_jrlist_menu a:hover{
	color: var(--OneColor);
}
.xx_jrlist_menu>span{
	font-size: 1.375rem;
	line-height: 2rem;
}
.xx_jrlist_menu_img{
	width: 2rem;
	height: 2rem;
	overflow: hidden;
}
.xx_jrlist_menu_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_jrlist_menu a.xx_jrlist_menu_ona .xx_jrlist_menu_img img:first-child{
	margin-top: -100%;
}
.xx_jrlist_menu a:hover .xx_jrlist_menu_img img:first-child{
	margin-top: -100%;
}
.xx_jrlist_menu_text{
	padding-left: 0.5rem;
}

.xx_jrlist_list{
	width: 100%;
	height: auto;
	margin: 1rem 0;
}
.xx_jrlist_con{
	width: 100%;
	height: auto;
	margin-top: 1rem;
	padding: 2rem;
	background: #FFFFFF;
	-moz-box-shadow: 0px 4px 35px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 4px 35px 0 rgba(0,0,0,0.08);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.08);
}
.xx_jrlist_con_title{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.xx_jrlist_con_title span:first-child{
	font-size: 1.375rem;
	line-height: 2.5rem;
}
.xx_jrlist_con_title a{
	display: inline-block;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0 1.5rem;
	color: #FFFFFF;
	background: var(--OneColor);
	border: 2px var(--OneColor) solid;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_jrlist_con_title a:hover{
	color: var(--OneColor);
	background: #FFFFFF;
}
.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: 33.33%;
	line-height: 200%;
}
.xx_jrlist_con_con{
	width: 100%;
	height: 0px;
	overflow: hidden;
	padding: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_jrlist_con:hover .xx_jrlist_con_con{
	height: auto;
	padding: 2rem 0;
}


/*关于我们*/
.xx_about{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/*padding: 6rem 0;*/
}
.xx_about_left{
	width: 50%;
	height: auto;
}
.xx_about_left_title{
	font-size: 3rem;
	font-family: opm;
}
.xx_about_left_line{
	width: 3rem;
	height: 5px;
	background: var(--OneColor);
	margin: 3rem 0;
}
.xx_about_left_des{
	font-size: 2.125rem;
	font-family: opm;
	color: var(--OneColor);
}
.xx_about_left_con{
	padding-top: 4rem;
	font-size: 1.375rem;
	color: rgba(0,0,0,0.8);
	line-height: 180%;
}
.xx_about_right{
	width: 39%;
	height: auto;
}
.xx_about_right img{
	width: 100%;
	height: auto;
}

.xx_teambox{
	width: 100%;
	height: auto;
	background: #f8fcff;
	/*padding: 10vh 0;*/
}

.xx_team_title{
	font-size: 2.875rem;
	width: 100%;
	text-align: center;
	font-family: opm;
}
.xx_team{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	/*margin-top: 3rem;*/
}
.xx_team_con{
	width: 23.5%;
	height: calc(73vw * 0.235 * 419 / 320);
	height: calc(var(--mainwidth) * 0.235 * 419 / 320);
	margin-right: 2%;
	position: relative;
}
.xx_team_con:nth-child(4n){
	margin-right: 0%;
}
.xx_team_con_title{
	position: absolute;
	left: 2rem;
	top: 2rem;
	z-index: 5;
	font-size: 1.875rem;
	font-family: opb;
}
.xx_team_con_ltitle{
	position: absolute;
	left: 2rem;
	top: 5rem;
	z-index: 5;
	font-size: 1.125rem;
	color: var(--OneColor);
}
.xx_team_con_img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.xx_team_con_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.xx_team_con_con{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #FFFFFF;
	background: rgba(79,177,219,0.9);
	z-index: 10;
	line-height: 180%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 2rem;
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_team_con:hover .xx_team_con_con{
	transform: scale(1);
	opacity: 1;
}


.xx_contactbox{
	width: 100%;
	height: auto;
	/*padding: 10vh 0;*/
}

.xx_contact{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	/*margin-top: 3rem;*/
}
.xx_contact_left,.xx_contact_right{
	width: 50%;
	height: calc(73vw * 0.5 * 465 / 699);
	height: calc(var(--mainwidth) * 0.5 * 465 / 699);
	/*display: flex;
	flex-direction: column;
	justify-content: center;*/
	overflow:hidden;
	position: relative;
}

.map_divs{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}	


.xx_contact_right{
	padding:0 4rem;
}
.xx_contact_menu{
	width: 100%;
	height: auto;
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
}
.xx_contact_menu span{
	display: inline-block;
	width: 100%;
	height: auto;
	font-size: 2.25rem;
	height: 5rem;
	line-height: 5rem;
	border-bottom: 4px #ecf6ff solid;
	color: rgba(0,0,0,0.6);
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_contact_menu span.xx_contact_menu_on{
	color: #000000;
	border-bottom: 4px #4fb1db solid;
}

.xx_contact_con_box{
	width: 100%;
	height: auto;
	padding-top: 2rem;
}
.xx_contact_con{
	width: 100%;
	height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_contact_conon{
	height: auto;
}
.xx_contact_con_item{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding: 0.7rem 0;
}
.xx_contact_con_item_ico{
	width: 3.5rem;
	height: 3.5rem;
	background: var(--OneColor);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.xx_contact_con_item_ico img{
	width: 60%;
	height: 60%;
	margin: 0 auto;
}
.xx_contact_con_item_text{
	width: calc(100% - 3.5rem);
	line-height: 3.5rem;
	font-size: 1.5rem;
	padding-left: 1rem;
}

/*首页*/
.xx_banner{
	width: 100%;
	height: calc(100vw * 798 / 1920);
	position: relative;
}
.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: block;
}
.xx_banner_swbox_img_svg_phone{
	width: auto;
	height: 100%;
	display: none;
}
#bannersvg_back1{
	animation: wave-move1 2s linear infinite;
}
@keyframes wave-move1 {
	50% {
	  transform: translate(0,-4%);
	}
	100% {
	  transform: translate(0,0);
	}
  }
#bannersvg_back2{
	transform: translate(0,-6%);
	animation: wave-move2 2.5s linear infinite;
}
@keyframes wave-move2 {
	50% {
	  transform: translate(0,0);
	}
	100% {
	  transform: translate(0,-6%);
	}
  }
#bannersvg_back3{
	  animation: wave-move3 2.5s 0.5s linear infinite;
  }
 @keyframes wave-move3{
	  50% {
		transform: translate(0,-6%);
	  }
	  100% {
		transform: translate(0,0);
	  }
	}
.xx_banner_swbox_conbox{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
.xx_banner_swbox_con{
	width: calc(100% - 16rem);
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.xx_banner_swbox_con_title{
	font-size: 4rem;
	font-family: opb;
}
.xx_banner_swbox_con_ltitle{
	font-size: 2.5rem;
	padding-top: 0.5rem;
}
.xx_banner_swbox_con_con{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding-top: 3rem;
}
.xx_banner_swbox_con_con span{
	width: auto;
	height: auto;
	text-align: center;
	margin-right: 3rem;
	font-size: 1.375rem;
	font-family: opm;
}
.xx_banner_swbox_con_con span img{
	height: 3rem;
	margin-bottom: 0.3rem;
}
.xx_banner_swbox_con_link{
	padding-top: 3rem;
}
.xx_banner_swbox_con_link a{
	display: inline-block;
	height: 3.2rem;
	line-height: 3rem;
	background: var(--OneColor);
	padding: 0 3rem;
	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_box{
	width: 100%;
	height: auto;
	/*padding: 10vh 0;*/
	background-image: linear-gradient(to bottom,#ffffff,#ffffff 40%,#eefaff);
	position: relative;
	overflow: hidden;
}
#model_view_box25{
	background-image: linear-gradient(to bottom,#ffffff,#ffffff 40%,#eefaff);
	position: relative;
	overflow: hidden;
}
.xx_wsm_backimg{
	position: absolute;
	z-index: 1;
}
.xx_wsm_backimg1{
	right: 0;
	top: 5vh;
}
.xx_wsm_backimg2{
	left: 0;
	bottom: 0vh;
}
.xx_wsm_backimg3{
	right: 0;
	bottom: 0vh;
}

.xx_wsm{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	/*padding-top: 7vh;*/
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.xx_wsm_con{
	width: 24.25%;
	height: auto;
	margin-right: 1%;
	margin-top: 1%;
	border: 1px #d9e7ec solid;
	border-radius: 5px;
	padding: 2rem;
	background-image: linear-gradient(to top,#ffffff,#f5fcfc);
	-moz-box-shadow: 0px 0px 35px 1px rgba(79,177,219,0);
    -webkit-box-shadow: 0px 0px 35px 1px rgba(79,177,219,0);
    box-shadow: 0px 0px 35px 1px rgba(79,177,219,0);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
}
.xx_wsm_con:hover{
	-moz-box-shadow: 0px 0px 35px 1px rgba(79,177,219,0.2);
    -webkit-box-shadow: 0px 0px 35px 1px rgba(79,177,219,0.2);
    box-shadow: 0px 0px 35px 1px rgba(79,177,219,0.2);
	border: 1px #f1f6f6 solid;
}
.xx_wsm_con:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	background: var(--OneColor);
	top: 0;
	left: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	transform: scaleX(0);
}
.xx_wsm_con:hover:before{
	transform: scaleX(1);
}
.xx_wsm_con:nth-child(4n){
	margin-right: 0%;
}
.xx_wsm_con_ico img{
	height: 5.5rem;
}
.xx_wsm_con_title{
	font-size: 1.875rem;
	font-family: opm;
	padding-top: 1.5rem;
}
.xx_wsm_con_con{
	padding-top: 1.5rem;
	color: var(--FontTowColor);
	line-height: 180%;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.xx_ifa_box{
	width: 100%;
	height: auto;
/*	padding: 10vh 0;
	background-image: url("../images/index_fa_back.jpg");*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.xx_ifa{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
}
.xx_ifa_menu{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	line-height: 6rem;
}
.xx_ifa_menu span{
	display: inline-block;
	height: 6rem;
	line-height: 6rem;
	font-size: 1.125rem;
	padding: 0 2rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	cursor: pointer;
}
.xx_ifa_menu span.xx_ifa_menu_on{
	font-size: 1.625rem;
	color: var(--OneColor);
}
.xx_ifa_sw_box{
	width: 100%;
	height: auto;
	position: relative;
}
.xx_ifa_sw{
	width: 100%;
	height: auto;
	position: relative;
	background: #FFFFFF;
}
.xx_ifa_sw_back{
	width: 54%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 35%;
	background: #f2fbff;
	transform: skewX(-30deg);
}
.xx_ifa_sw .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative; 
}
.xx_ifa_swbox{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.xx_ifa_swbox_img{
	width: 54%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 35%;
}
.xx_ifa_swbox_img>img{
	height: 100%;
}
.xx_ifa_swbox_img_back{
	
}
.xx_ifa_swbox_con{
	width: 35%;
	height: auto;
	position: relative;
	padding: 4rem;
	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: 3rem;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	z-index: 200;
}
.xx_ifa_sw_btnbox:hover{
	background: var(--OneColor);
}
.xx_ifa_sw_left{
	right: 6rem;
}
.xx_ifa_sw_right{
	right: 2rem;
}
.xx_ifa_sw_btn{
	fill:var(--OneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_ifa_sw_btnbox:hover .xx_ifa_sw_btn{
	fill:#ffffff;
}
.xx_ifa_sw_btn{
	width: 40%;
	height: 40%;
	margin: 0px auto;
}
.xx_ifa_sw_right .xx_ifa_sw_btn{
	transform:rotate(180deg);
}

.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{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	/*padding-top: 7vh;*/
}

.xx_yg_con{
	width: 32%;
	height: auto;
	margin-right: 2%;
	margin-top: 2%;
	border: 1px #d9e7ec solid;
	border-radius: 5px;
	padding: 4rem;
	background-image: linear-gradient(to top,#ffffff,#f5fcfc);
	-moz-box-shadow: 0px 0px 35px 1px rgba(79,177,219,0);
    -webkit-box-shadow: 0px 0px 35px 1px rgba(79,177,219,0);
    box-shadow: 0px 0px 35px 1px rgba(79,177,219,0);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
}
.xx_yg_con:hover{
	-moz-box-shadow: 0px 0px 35px 1px rgba(79,177,219,0.2);
    -webkit-box-shadow: 0px 0px 35px 1px rgba(79,177,219,0.2);
    box-shadow: 0px 0px 35px 1px rgba(79,177,219,0.2);
	border: 1px #f1f6f6 solid;
}
.xx_yg_con:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	background: var(--OneColor);
	top: 0;
	left: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	transform: scaleX(0);
}
.xx_yg_con:hover:before{
	transform: scaleX(1);
}
.xx_yg_con:nth-child(3n){
	margin-right: 0%;
}
.xx_yg_con_ico{
	width: 7.5rem;
	height: 7.5rem;
	border-radius: 50%;
	background: var(--OneColor);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.xx_yg_con_ico img{
	width: 50%;
	height: 50%;
	margin: 0 auto;
}
.xx_yg_con_title{
	font-size: 1.812rem;
	font-family: opm;
	padding-top: 2rem;
	text-align: center;
}

.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: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding: 0vh 0 20vh 0;
	position: relative;
	z-index: 20;
}
.xx_inew_sw,.xx_inew_swbox{
	width: 100%;
	height: auto;
	position: relative;
}
.xx_inew_swbox_img{
	width: 100%;
	height: calc(73vw * 0.3133 * 275 / 433);
	height: calc(var(--mainwidth) * 0.3133 * 275 / 433);
	overflow: hidden;
}
.xx_inew_swbox_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_inew_swbox:hover .xx_inew_swbox_img img{
	transform: scale(1.03);
}
.xx_inew_swbox_text{
	width: 100%;
	height: auto;
	padding: 2rem;
	background: #FFFFFF;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_inew_swbox:hover .xx_inew_swbox_text{
	background: var(--OneColor);
}
.xx_inew_swbox_title{
	font-size: 1.375rem;
	color: var(--FontOneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_inew_swbox:hover .xx_inew_swbox_title{
	color: #FFFFFF;;
}
.xx_inew_swbox_ltitle{
	color: var(--FontTowColor);
	padding-top: 1.5rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	height: 4rem;
}
.xx_inew_swbox:hover .xx_inew_swbox_ltitle{
	color: rgba(255,255,255,0.6);
}
.xx_inew_swbox_time{
	position: absolute;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0 1rem;
	padding-right: 1.5rem;
	background: var(--OneColor);
	clip-path:polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
	top: 0;
	left: 0;
	font-family: gb;
	color: #FFFFFF;
}

.xx_inew_sw_btn_line{
	width: calc(100% - 9rem);
	height: 2px;
	background: #ffffff;
	position: absolute;
	bottom: calc(10vh + 1.5rem - 2px);
	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: 10vh;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	z-index: 200;
}
.xx_inew_sw_btnbox:hover{
	border: 2px #FFFFFF solid;
	background: var(--OneColor);
}
.xx_inew_sw_left{
	right: 4rem;
}
.xx_inew_sw_right{
	right: 0rem;
}
.xx_inew_sw_btn{
	fill:var(--OneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_inew_sw_btnbox:hover .xx_inew_sw_btn{
	fill:#ffffff;
}
.xx_inew_sw_btn{
	width: 40%;
	height: 40%;
	margin: 0px auto;
}
.xx_inew_sw_right .xx_inew_sw_btn{
	transform:rotate(180deg);
}

.xx_icase_box{
	width: 100%;
	height: auto;
	/*padding: 10vh 0;*/
	position: relative;
	overflow: hidden;
}

.xx_icase_backimg{
	position: absolute;
	z-index: 1;
}
.xx_icase_backimg1{
	left: 0;
	bottom: 50%;
}
.xx_icase_backimg2{
	right: 0;
	bottom:0;
}
.xx_icase_back{
	width: auto;
	height: auto;
	position: absolute;
	top: -3rem;
	right: -6rem;
}
.xx_icase_back img{
	height: 5rem;
}
.xx_icase{
	width: 73vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding-bottom: 5vh;
	margin-top: 4rem;
	position: relative;
	z-index: 50;
}
.xx_icase_sw{
	
	width: calc(100% - 4rem);
	height: auto;
	-moz-box-shadow: 0px 0px 35px 1px rgba(79,177,219,0.1);
    -webkit-box-shadow: 0px 0px 35px 1px rgba(79,177,219,0.1);
    box-shadow: 0px 0px 35px 1px rgba(79,177,219,0.1);
}
.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_swbox{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	background: #FFFFFF;
}
.xx_icase_swbox_left{
	width: 50%;
	height: auto;
	padding: 3rem;
}
.xx_icase_swbox_left img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.xx_icase_swbox_right{
	width: 50%;
	height: auto;
	padding: 3rem;
	padding-left: 1rem;
}

.xx_icase_swbox_right_img{
	width: 7rem;
	height: 7rem;
	border-radius: 50%;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 35px 1px rgba(79,177,219,0.2);
    -webkit-box-shadow: 0px 0px 35px 1px rgba(79,177,219,0.2);
    box-shadow: 0px 0px 35px 1px rgba(79,177,219,0.2);
	margin: 0 auto;
}
.xx_icase_swbox_right_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.xx_icase_swbox_right_ico{
	padding-bottom: 1rem;
}
.xx_icase_swbox_right_ico img{
	height: 3rem;
}
.xx_icase_swbox_right_ico2{
	text-align: right;
	padding-top: 1rem;
	padding-bottom: 0;
}
.xx_icase_swbox_right_con{
	font-size: 1.25rem;
	color: rgba(0,0,0,0.7);
	line-height: 2rem;
	height: 6rem;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.xx_icase_sw_btnbox{
	width: 3rem;
	height: 3rem;
	border: 2px var(--OneColor) solid;
	background: var(--OneColor);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	bottom: -5vh;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	z-index: 200;
}
.xx_icase_sw_btnbox:hover{
	background: #FFFFFF;
}
.xx_icase_sw_left{
	right: 6rem;
}
.xx_icase_sw_right{
	right: 2rem;
}
.xx_icase_sw_btn{
	fill:#ffffff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_icase_sw_btnbox:hover .xx_icase_sw_btn{
	fill:var(--OneColor);
}
.xx_icase_sw_btn{
	width: 40%;
	height: 40%;
	margin: 0px auto;
}
.xx_icase_sw_right .xx_icase_sw_btn{
	transform:rotate(180deg);
}

.xx_ilogo{
	width: calc(73vw + 10px);
    width: calc(var(--mainwidth) + 10px);
	height: auto;
	margin: 0 auto;
	padding-top: 10vh;
	position: relative;
	z-index: 10;
}
.xx_ilogo_sw{
	width: 100%;
	height: auto;
	-moz-box-shadow: 0px 0px 35px 0.5px rgba(79,177,219,0.2);
    -webkit-box-shadow: 0px 0px 35px 0.5px rgba(79,177,219,0.2);
    box-shadow: 0px 0px 35px 0.5px rgba(79,177,219,0.2);
}
.xx_ilogo_sw .swiper-slide{
	padding: 5px;
}
.xx_ilogo_swbox{
	width: 100%;
	height: calc(73vw * 0.192 * 138 / 268);
	height: calc(var(--mainwidth) * 0.192 * 138 / 268);
	overflow: hidden;
	-moz-box-shadow: 0px 0px 25px 0.5px rgba(79,177,219,0.2);
    -webkit-box-shadow: 0px 0px 25px 0.5px rgba(79,177,219,0.2);
    box-shadow: 0px 0px 25px 0.5px rgba(79,177,219,0.2);
}
.xx_ilogo_swbox img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.xx_ilogo_swbox:hover img{
	transform: scale(1.05);
}


.xx_ilogo_pagination{ 
	width:100%;
	z-index:1;
	text-align: center;
	margin-top: 3rem;
}
.xx_ilogo_pagination .swiper-pagination-bullet { 
	display: inline-block; 
	width:1rem; 
	height:1rem; 
	background: #cccccc;
	border-radius:50px;
	margin:0 0.4rem; 
	cursor: pointer;  
	-webkit-transition: all 0.4s ease-in-out;
}
.xx_ilogo_pagination .swiper-pagination-bullet-active{ 
	background:var(--OneColor);
}

.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: 700px;
    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: 70%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 1rem 0px;
    height: auto;
    line-height: 2.5rem;
	margin: auto;
	margin-bottom: 2rem;
}
.columndo_itme_con {
    display: inline-block;
    height: 2.5rem;
    padding-left: 0rem;
	width: 70%;
}
.columndo_itme_note {
    width: auto;
    height: 100%;
    padding-left: 1rem;
    font-size: 0.825rem;
    color: #ff3245;
}

.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;}
}

