/*导航*/
.nav_bbox{
	width: 100%;
	height: auto;
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #FFFFFF;
	border-top: 4px solid #adadad;
	opacity: 1;
}
.nav_bbox_on{
	opacity: 0;
	z-index: -1;
}
.nav_bbox::before {
    background-color: #ff0000;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 20px;
}
.nav_box{
	width: 100%;
	height: 6rem;
	top: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}


.nav{
	width: 94%;
	max-width: 1400px;
	min-width: var(--mainwidth);
	height: 100%;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.navl{
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.nav_logo{
	width: auto;
	height: 65%;
	position: relative;
}
.nav_logo>a{
	width: auto;
	height: 100%;
	margin: 0 auto;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.nav_logo img{
	width: auto;
	height: 100%;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_logo2{
	width: auto;
	height: 45%;
	position: relative;
	margin-left: 2rem;
	font-family: NotoSans-Bold;
	font-size: 0.875rem;
}
.nav_logo2 span{
	color: var(--OneColor);
}

.navr{
  	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.navri{
  	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-left: 2rem;
}
.navr_ico{
	width: auto;
	height: 1rem;
	font-size: 0;
}
.navr_ico img{
	width: auto;
	height: 100%;
}
.navr_text{
	font-size: 0.875rem;
	color: rgba(0,0,0,0.6);
	padding-left: 0.5rem;
	font-family: NotoSans-Bold;
    font-weight: 700;
}
.navri2{
  	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-left: 2rem;
}

.navri2 .navr_text{
	padding-left: 0;
}
.navr_line{
	font-size: 0;
	width: 1px;
	height: 1rem;
	background: rgba(0,0,0,0.6);
	margin: 0 0.6rem;
}
.navri2 a{
	font-size: 0.875rem;
	color: rgba(0,0,0,0.6);
	padding-left: 0.5rem;
	font-family: NotoSans-Bold;
    font-weight: 700;
}


.nav_btmb{
	width: 100%;
	height: 5rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	position: fixed;
	z-index: -1;
	background: #FFFFFF;
	top: 0;
	opacity: 0;
	border-top: 4px solid #adadad;
}
.nav_btmb::before {
    background-color: #ff0000;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 20px;
}
.nav_btmb_on{
	opacity: 1;
	z-index: 2000;
}
.nav_btm{
	width: 100%;
	max-width: 1400px;
	min-width: var(--mainwidth);
	height: 100%;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.nav_btm_logo{
	width: auto;
	height: 60%;
	position: relative;
}
.nav_btm_logo>a{
	width: auto;
	height: 100%;
	margin: 0 auto;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_btm_logo img{
	width: auto;
	height: 100%;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_btmr{
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.nav_btmr .nav_menu{
	width: auto;
}
.nav_btmr .nav_menu_item{
	margin-right: 2rem;
}

.nav_mainb{
	width: 100%;
	height: 4rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	position: relative;
}
.nav_main{
	width: 1400px;
    width: var(--mainwidth);
	height: 100%;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.nav_menu{
    width: calc(100% - 15rem);
    height: 100%;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.nav_menu_item{
    width: auto;
    height: 100%;
	margin-right: 4rem;
}
.nav_menu_item>a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: auto;
	height: 100%;
	position: relative;
	font-size: 1rem;
	font-family: NotoSans-Regular;
	color: #333333;
	padding: 0 0.5rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow: hidden;
}
.nav_menu_item>a:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	font-size: 0;
	background: var(--OneColor);
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	transform: scaleX(0);
}
.nav_menu_item:hover>a:after{
	transform: scaleX(1);
}
.nav_menu_item_on>a:after{
	transform: scaleX(1);
}

.nav_menu_item2{
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.nav_menu_item2 a{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 8rem;
	height: 2.2rem;
	background: var(--OneColor);
	border-radius: 2.2rem;
}
.nav_menu_item2_1{
	width: auto;
	height: 1.2rem;
	font-size: 0;
}
.nav_menu_item2_1 svg{
	width: auto;
	height: 100%;
	fill:#ffffff;
}
.nav_menu_item2_2{
	padding-left: 0.4rem;
	font-size: 1rem;
	font-family: opm;
	color: #FFFFFF;
}

.nav_menu_item3{
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 1rem;
}
.nav_menu_item3 a{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 2.2rem;
	height: 2.2rem;
	background: var(--OneColor);
	border-radius: 2.2rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_menu_item3 a:hover{
	border: 1px solid var(--OneColor);
	background: #FFFFFF;
}
.nav_menu_item2_1 svg{
	width: auto;
	height: 100%;
	fill:#ffffff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_menu_item3 a:hover svg{
	fill:var(--OneColor);
}

.nav_down{
	position: absolute;
	width: 100%;
	height: 0;
	background: #FFFFFF;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0,0.1);
	top: 100%;
	left: 0;
	padding: 0rem 0rem;
	text-align: center;
	-moz-box-shadow: 0px 5px 5px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 5px 5px 0 rgba(0,0,0,0.08);
    box-shadow: 0px 5px 5px 0 rgba(0,0,0,0.08);
	opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.nav_menu_item:hover .nav_down{
	opacity: 1;
	height: auto;
}
.nav_downl{
	width: 33%;
	height: auto;
	background: #f5f5f5;
	padding: 1.5rem 0;
	padding-left: 260px;
	padding-left: calc((100vw - var(--mainwidth)) / 2);
	padding-bottom: 4rem;
}
.nav_downl a{
}
.nav_downl_title{
	text-align: left;
	display: block;
	color: #333333;
	font-size: 1.5rem;
	font-family: opm;
	
}
.nav_downl_c{
	display: block;
	color: #333333;
	text-align: left;
	font-size: 1.125rem;
	margin-top: 0.5rem;
	padding: 0.5rem 0;
	padding-left: 1.5rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
}
.nav_downl_c:hover{
	background:rgba(0,0,0,0.03);
}
.nav_downl_c:after{
	position: absolute;
	content: '';
	font-size: 0;
	width: 0%;
	height: 2px;
	background: var(--OneColor);
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_downl_c:hover:after{
	width: 100%;
}


.nav_search{
	width: 10rem;
	height: 2.5rem;
	background: #f5f5f5;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.1);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.5rem;
}
.nav_search #forms{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.nav_search_input{
	width: 12rem;
	height: 100%;
}
.nav_search_input input{
	width: 100%;
	height: 100%;
	background: none;
	border: none;
}

.nav_search_btn{
	width: 1.5rem;
	height: auto;
	font-size: 0;
	cursor: pointer;
}
.nav_search_btn svg{
	width: 100%;
	height: auto;
	fill:#22282d;
}

.nav_textb{
	width: 100%;
	height: 5rem;
	border-bottom: 1px solid #adadad;
	position: relative;
	margin-left: 0rem;
	font-family: NotoSans-Bold;
	font-size: 1rem;
	padding: 0 3%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: none;
}
.nav_textb span{
	color: var(--OneColor);
}

.navmb{
	width: auto;
	height: 2rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	display: none;
}
.navmb .navri2{
	margin-left: 1rem;
}
.navmb_search{
	width: auto;
	height: 1.6rem;
	font-size: 0;
}
.navmb_search svg{
	width: auto;
	height: 100%;
	fill:#6e6e6e;
}
.navmb_line{
	width: 1px;
	font-size: 0;
	height: 1.5rem;
	background: #ccc;
	margin: 0 1rem;
}


.menubtn{
        width: 25px;
        position: relative;
        right: 0%;
        top: 0;
        z-index: 10;
        display: block;
		
    }
    /* nav-icon-5 */
    .nav-icon-5{  width: 25px; z-index: 20;  height: 20px;  cursor: pointer;}
    .nav-icon-5 span{  background-color:#6e6e6e;  position: absolute;  border-radius:3px;  transition: 0.3s cubic-bezier(.8, .5, .2, 1.4);  width:100%;  height: 3px;  transition-duration: 500ms}
       
        .nav_box_on .nav-icon-5 span{
            background-color:#6e6e6e;
        }
    .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;}


/*footer*/
.lx{
	width: 100%;
	height: auto;
	padding: 4rem 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-top: 5rem;
	background: #FFFFFF;
}
.lx_ico{
	width: 45px;
	height: auto;
	margin: 0 auto;
	font-size: 0;
}
.lx_ico img{
	width: 100%;
	height: auto;
	fill:#999999;
}
.lx_title{
	width: auto;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 2.25rem;
	font-family: NotoSans-Light;
	margin-top: 0.5rem;
}
.lxc{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 2rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.lxc a{
	width: 16rem;
	height: 3.5rem;
	margin: 0 1rem;
	border: 1px solid var(--OneColor);
	border-radius: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 1.125rem;
	color: var(--OneColor);
	font-family: NotoSans-Regular;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
	.lxc a span{
		display: none;
	}
.lxc a:hover{
	background: var(--OneColor);
	color: #FFFFFF;
}
.lx_note{
	text-align: center;
	font-size: 1.125rem;
	color: rgba(0,0,0,0.5);
	font-family: opm;
	margin-top: 2rem;
}
.footertb{
	width: 100%;
	height: auto;
	background: #333333;
}
.footert{
	width: 1400px;
    width: var(--mainwidth);
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	z-index: 10;
	padding: 3rem 25px;
}
.footertl{
	width: 30rem;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footertli{
	width: 10rem;
	height: auto;
	margin: 1.3rem 0;
}
.footertli a{
	width: auto;
	height:auto;
	display: inline-block;
	margin-right: 3rem;
	font-size: 1.125rem;
	font-family: NotoSans-Regular;
	color: #ccc;
		-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footertli a:hover{
	color: rgba(255,255,255,1);
}
.footertr{
	
}
.footertr_dy{
	width: 20rem;
	height: 3.6rem;
	border: #e6e6e6 solid 1px;
	border-radius: 3.6rem;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footertr_dy:hover{
	background: #e6e6e6;
}
.footertr_dy_ico{
	width: 1.3rem;
	height: auto;
	font-size: 0;
	margin-right: 0.5rem;
}
.footertr_dy_ico svg{
	width: 100%;
	height: auto;
	fill: #ccc;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footertr_dy:hover .footertr_dy_ico svg{
	fill: rgba(0,0,0,0.5);
}
.footertr_dy_text{
	font-size: 1rem;
	color: #ccc;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footertr_dy:hover .footertr_dy_text{
	color: rgba(0,0,0,0.5);
}
.footertr_b{
	margin-top:2rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	
}
.footertr_b_1{
	font-size: 1rem;
	font-family: NotoSans-Light;
	color: #ccc;
}
.footertr_b_2{
	position: relative;
	width: 2rem;
	height: 2rem;
	font-size: 0;
	margin-left: 1.5rem;
	overflow: hidden;
}
.footertr_b_2:hover{
	overflow: visible;
}
.footertr_b_2 svg{
	width:100%;
	height: 100%;
	fill: rgba(255,255,255,0.5);
}
.footertr_bc{
	width: auto;
	height: auto;
	background: #FFFFFF;
	position: absolute;
	right: 0;
	bottom: 150%;
	padding: 2rem 4rem;
	-moz-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
	opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footertr_b_2:hover .footertr_bc{
	opacity: 1;
}
.footertr_bc_title{
	text-align: center;
	font-size: 1.125rem;
	color: rgba(0,0,0,0.3);
	font-family: opm;
}
.footertr_bcc{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 1rem;
}
.footertr_bcci{
	width: 11rem;
	height: auto;
	margin: 0 2rem;
}
.footertr_bcci_img{
	width: 100%;
	height: auto;
	font-size: 0;
}
.footertr_bcci_img img{
	width: 100%;
	height: auto;
}
.footertr_bcci_title{
	text-align: center;
	font-size: 1.125rem;
	color: rgba(0,0,0,1);
	font-family: opm;
}

.footertr_b_3{
	position: relative;
	width: 2rem;
	height: 2rem;
	font-size: 0;
	margin-left: 1.5rem;
}
.footertr_b_3 svg{
	width:100%;
	height: 100%;
	fill: rgba(255,255,255,0.5);
}
.footer_bottomb{
	width: 100%;
	height: 5rem;
	background: #ebebeb;
	border-top: 4px solid #adadad;
	position: relative;
}

.footer_bottomb::before {
    background-color: #ff0000;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 20px;
}
.footer_bottom{
    width: 1400px;
    width: var(--mainwidth);
	height: 100%;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding: 0 25px;
}
.footer_bottom_left{
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}


.footer_bottom_left a{
    color: #333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	font-family: NotoSans-Light;
}
.footer_bottom_left span{
    font-size: 0;
	width: 1px;
	height: 1rem;
	margin: 0 1rem;
	background: #333;
}


.footer_bottom_right{
    text-align: right;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	font-family: NotoSans-Light;
    color: #333;
}

.footer_ga{
	padding: 1.5rem 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	color: #939393;
}
.footer_ga a{
	color: #939393;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

/*咨询框*/

.ser_ly{
	width: 58px;
	height: 58px;
	font-size: 0;
	position: fixed;
	bottom: 10px;
	right: 156px;
	border-radius: 50%;
	background: #d00;
	border: 1px solid #d00;
	z-index: 3000;
-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ser_ly:hover{
	background: #FFFFFF;
}
.ser_ly a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ser_ly svg{
	width: auto;
	height: 40%;
	fill:#ffffff;
	margin: 0 auto;
-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ser_ly:hover svg{
	fill: #d00;
}

.ser_kf{
	width: 58px;
	height: 58px;
	font-size: 0;
	position: fixed;
	bottom: 10px;
	right: 88px;
	border-radius: 50%;
	background: #FFFFFF;
	z-index: 3000;
	border: 1px solid #d00;
-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ser_kf:hover{
	background: #d00;
}
.ser_kf a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ser_kfc{
	width: 47%;
	height: 47%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.ser_kfc img{
	position: absolute;
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;

-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	left: 0;
	top: 0;
}
.ser_kfc img:nth-child(1){
	z-index: 0;
}
.ser_kfc img:nth-child(2){
	z-index: 10;
}
.ser_kf:hover .ser_kfc img:nth-child(2){
	opacity: 0;
}

.ser_top{
	width: 58px;
	height: 58px;
	font-size: 0;
	position: fixed;
	bottom: 10px;
	right: 20px;
	border-radius: 50%;
	z-index: 3000;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	border: 1px solid #6e6e6e;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 0;
}
.ser_top_on{
	opacity: 1;
}
.ser_top:hover{
	background: #6e6e6e;
}
.ser_top svg{
	width: auto;
	height: 30%;
	fill:#6e6e6e;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ser_top:hover svg{
	fill: #ffffff;
}


/*map*/
.mapb{
    width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-family: opm;
	color: rgba(0,0,0,0.6);
	margin-top: 1.5rem;
}
.map{
    width: calc(100% - 10rem);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 0.875rem;
	color: rgba(0,0,0,0.8);
	
}
.map_ico{
	font-size: 0;
	width: auto;
	height: 1.1rem;
	margin-right: 0.5rem;
}
.map_ico img{
	width: auto;
	height: 100%;
}
.map span{
	margin: 0 1rem;
	font-size: 0.5rem;
	font-weight: bold;
	padding-top: 0.1rem;
}
.map a{
	color: rgba(0,0,0,0.8);
}

.mapr{
	width: 10rem;
	height: auto;
	text-align: right;
}
.mapr a{
	font-size: 1rem;
	font-family: opm;
	color: #000000;
}

/*ntitle*/

.ititle{
	width: 100%;
	height: auto;
}
.ititle_title{
	font-size: 2.5rem;
	font-family: opb;
	color: #000000;
	text-align: center;
}
.ititle_ltitle{
	text-align: center;
}
.ititle_ltitle span{
	position: relative;
	font-size: 1rem;
	font-family: opb;
	color: rgba(0,0,0,0.6);
	text-transform: capitalize;
}
.ititle_ltitle span:after{
	position: absolute;
	width: 4rem;
	height: 2px;
	font-size: 0;
	content: '';
	top: 50%;
	left: -5rem;
	background: rgba(0,0,0,0.1);
}
.ititle_ltitle span:before{
	position: absolute;
	width: 4rem;
	height: 2px;
	font-size: 0;
	content: '';
	top: 50%;
	right: -5rem;
	background: rgba(0,0,0,0.1);
}

/*方案列表*/
.fa_box{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	margin-top: 3rem;
}
.fa{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 3rem;
}
.fal{
	width: 23%;
	height: auto;
	background: #FFFFFF;
	padding: 1rem;
}
.fali{
	display: block;
	width: 100%;
	height: auto;
	padding: 1rem 1rem;
	color: #000000;
	margin: 1.5rem 0;
	font-size: 1.375rem;
	font-family: opm;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.fali:hover{
	background: var(--OneColor);
	color: #FFFFFF;
}
.fali_on{
	background: var(--OneColor);
	color: #FFFFFF;
}

.far{
	width: 72%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fari{
	width: 48.5%;
	height: auto;
	
	margin-bottom: 3%;
}
.fari a{
	display: block;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	padding: 1.5rem 2rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.fari a:hover{
	background: var(--OneColor);
}
.fari_title{
	font-size: 1.25rem;
	color: #000000;
	font-family: opm;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	height: 3.8rem;
}
.fari a:hover .fari_title{
	color: #FFFFFF;
}
.fari_des{
	font-size: 1.125rem;
	color: rgba(0,0,0,0.6);
	font-family: opm;
	line-height: 160%;
	margin-top: 1rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	height: 3.5rem;
	overflow: hidden;
}
.fari a:hover .fari_des{
	color: rgba(255,255,255,0.8);
}
.fari_btn{
	font-size: 1.125rem;
	color: var(--OneColor);
	font-family: opm;
	margin-top: 1rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.fari a:hover .fari_btn{
	color: #FFFFFF;
}


/*方案详情*/
.sfab{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	margin-top: 2rem;
	padding: 2.5rem;
}
.sfa_title{
	font-size: 2rem;
	font-family: opm;
	color: #000000;
	text-align: center;
	margin-top: 1rem;
}
.sfa_tag{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 2rem;
	margin-top: 2rem;
}
.sfa_tagl{
	font-size: 1rem;
	color: rgba(0,0,0,0.6);
	font-family: opm;
}
.sfa_tagl span{
	padding: 0 1.5rem;
}
.sfa_tagr{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.sfa_tagr a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 9rem;
	height: 2rem;
	border: 1px solid var(--OneColor);
	border-radius: 2rem;
	margin-left: 1rem;
	text-align: center;
	color: var(--OneColor);
	font-size: 0.9rem;
	font-family: opm;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sfa_tagr a:hover{
	background: var(--OneColor);
	color: #FFFFFF;
}

.sfa_con{
	width: 100%;
	height: auto;
	padding: 3rem 0;
	font-size: 14px;
	font-family: NotoSans-Light;
	color: rgba(0,0,0,1);
	line-height: 175%;
}
p+p {
    margin-top: 14px;
}
.sfa_con img{
	max-width: 100%;
}
.sfa_btn{
	width: 100%;
	height: auto;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 2.5rem 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 3.5rem;
}

.sfa_btn a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 13rem;
	height: 4rem;
	border-radius: 4rem;
	background: var(--OneColor);
	color: #FFFFFF;
	font-size: 1.125rem;
	font-family: opm;
	text-align: center;
	margin: 0 1rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sfa_btn a:hover{
	transform: translateY(-3px);
	-moz-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
    box-shadow: 0px 5px 15px 0 rgba(221,0,0,0.3);
	
}



.sfa_tjb{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	margin-top: 5rem;
	padding-bottom: 3rem;
}
.sfa_tjb_title{
	font-size: 2.25rem;
	font-family: opb;
}

.sfa_tj{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.sfa_tji{
	width: 32%;
	height: auto;
	margin-right: 2%;
}
.sfa_tji:nth-child(3n){
	margin-right: 0;
}
.sfa_tji a{
	display: block;
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding: 1.5rem 2rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sfa_tji a:hover{
	background: var(--OneColor);
}
.sfa_tji_title{
	font-size: 1.25rem;
	color: #000000;
	font-family: opm;
	-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: 3.8rem;
}
.sfa_tji a:hover .sfa_tji_title{
	color: #FFFFFF;
}
.sfa_tji_des{
	font-size: 1rem;
	color: rgba(0,0,0,0.6);
	font-family: opm;
	line-height: 160%;
	margin-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: 2;
    overflow: hidden;
}
.sfa_tji a:hover .sfa_tji_des{
	color: rgba(255,255,255,0.8);
}
.sfa_tji_btn{
	font-size: 1rem;
	color: var(--OneColor);
	font-family: opm;
	margin-top: 1rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sfa_tji a:hover .sfa_tji_btn{
	color: #FFFFFF;
}


/*应用列表*/
.fat_box{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding: 3rem 0;
	margin-top: 3rem;
}
.fat_lbox{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
}
.fat_lbox_title{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.fat_lbox_titlel{
	font-family: opb;
	color: #000000;
	font-size: 2.5rem;
}
.fat_lbox_titler a{
	font-family: opm;
	color: var(--OneColor);
	font-size: 1.25rem;
}

.fat{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 2rem;
}
.fatl{
	width: 66%;
	height: auto;
	padding: 2.5rem;
	background: #f8f8f8;
}
.fatl_img{
	width: 100%;
	aspect-ratio: 857/345;
	font-size: 0;
	overflow: hidden;
}
.fatl_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;

	transform: perspective(100px) translateZ(0px);
}
.fatl:hover .fatl_img img{
	transform: perspective(100px) translateZ(3px);
}

.fatl_title{
	font-size: 1.375rem;
	font-family: opm;
	height: 3.5rem;
	color: #000000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin-top: 1.5rem;
}
.fatl:hover .fatl_title{
	color: var(--OneColor);
}
.fatl_des{
	font-size: 1rem;
	font-family: opm;
	height: 3.4rem;
	line-height: 170%;
	color: rgba(0,0,0,0.6);
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin-top: 1.5rem;
}
.fatl_btn{
	font-size: 1rem;
	font-family: opm;
	color: var(--OneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin-top: 1.5rem;
}

.fatr{
	width: 32%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.fatri{
	width: 100%;
	height: 48%;
	background: #f8f8f8;
	padding: 1.5rem 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fatri_img{
	width: 100%;
	aspect-ratio: 857/345;
	font-size: 0;
	overflow: hidden;
}
.fatri_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;

	transform: perspective(100px) translateZ(0px);
}
.fatri:hover .fatri_img img{
	transform: perspective(100px) translateZ(3px);
}

.fatri_title{
	font-size: 1.25rem;
	font-family: opm;
	color: #000000;
	-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;
	margin-top: 1rem;
}
.fatri:hover .fatri_title{
	color: var(--OneColor);
}
.fatri_btn{
	font-size: 1rem;
	font-family: opm;
	color: var(--OneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin-top: 0.5rem;
}

.fab_box{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding-top: 5rem;
}

.fabs{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 2rem;
}
.fabs_sel{
	width: 18%;
	height: 4rem;
	background: #FFFFFF;
	border: none;
	padding: 0 1.5rem;
	font-size: 1.25rem;
	font-family: opm;
	color: rgba(0,0,0,0.6);
}
.fabs_key{
	width: 44%;
	height: 4rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.fabs_key_input{
	width: calc(100% - 12.5rem);
	height: 100%;
	background: #FFFFFF;
	border: none;
	padding: 0 1.5rem;
	font-size: 1.25rem;
	color: rgba(0,0,0,1.00);
}
.fabs_keya{
	width: 12rem;
	height: 100%;
	background: var(--OneColor);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.fabs_keya_1{
	font-size: 0;
	width: auto;
	height: 1.5rem;
}
.fabs_keya_1 svg{
	width: auto;
	height: 100%;
	fill:#ffffff;
}
.fabs_keya_2{
	font-size: 1.25rem;
	width: auto;
	height: 1.5rem;
	color: #FFFFFF;
	font-family: opb;
	padding-left: 1rem;
}

.fab{
	width: 100%;
	height: auto;
	padding-top: 1rem;
}

.fabi{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	margin-top: 2rem;
}
.fabi a{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.fabil{
	width: 18%;
	height: 100%;
	font-size: 0;
	position: relative;
	z-index: 0;
	padding-right: 2rem;
}
.fabil img{
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}
.fabir{
	width: 82%;
	height: auto;
	position: relative;
	z-index: 5;
	padding: 3rem 2rem;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.fabir_title{
	font-size: 1.25rem;
	color: #000000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.fabi:hover .fabir_title{
	color: var(--OneColor);
}
.fabir_des{
	font-size: 0.95rem;
	color: rgba(0,0,0,0.6);
	line-height: 170%;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.fabir_tag{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 0.95rem;
	color: rgba(0,0,0,0.6);
}
.fabir_tag span{
	width: 2px;
	height: 0.8rem;
	font-size: 0;
	background: #ebebeb;
	margin: 0 1rem;
	margin-top: 0.1rem;
}
.fabir_tag_1{
	width: auto;
	height: auto;
	font-size: 1rem;
	max-width: 25rem;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.fab_page{
	width: 100%;
	height: auto;
	margin-top: 4rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.fab_page a{
	margin: 0 1rem;
	font-size: 1.25rem;
	color: rgba(0,0,0,0.6);
	font-family: opm;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.fab_page a:hover{
	color: var(--OneColor);
}
.fab_page a.npage_acon{
	color: var(--OneColor);
}

/*首页*/
.ihy_box{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding-top: 4rem;
}

.ihy{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ihyi{
	width: 49%;
	height: auto;
	margin-top: 2rem;
	background: #fff;
}
.ihyit{
	width: 100%;
	aspect-ratio: 675/228;
	font-size: 0;
	position: relative;
	overflow: hidden;
}
.ihyit 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;
position: relative;
	z-index: 0;
transform: perspective(100px) translateZ(0px);
}
.ihyi:hover .ihyit img{
	transform: perspective(100px) translateZ(3px);
}
.ihyit_title{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.75rem;
	color: #FFFFFF;
	font-family: opm;
	z-index: 10;
	left: 0;
	top: 0;
}
.ihyic{
	width: 100%;
	height: auto;
	padding:2rem 2.5rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.ihyici{
	width: 33.33%;
	height: auto;
	position: relative;
	font-size: 1.25rem;
	font-family: opm;
	color: rgba(0,0,0,0.6);
	margin: 0.4rem 0;
	padding-left: 1rem;
}
.ihyici:after{
	position: absolute;
	content: '';
	font-size: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--OneColor);
	left: 0;
	top: calc(50% - 3px);
}

.ifa_bbox{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding: 5rem 0;
	margin-top: 6rem;
}
.ifa_box{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
}

.ifa_menu{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 2rem;
}

.ifa_menu span{
	padding: 1rem 0.5rem;
	font-size: 1.375rem;
	font-family: opm;
	color: #000000;
	margin: 0 3rem;
	position: relative;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	cursor: pointer;
}
.ifa_menu span.ifa_menu_son{
	color: var(--OneColor);
}
.ifa_menu span:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	font-size: 0;
	background: var(--OneColor);
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ifa_menu span.ifa_menu_son:after{
	transform: scaleX(1);
}

.ifa{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 3rem;
}
.ifa_sw{
	width: 100%;
	height: auto;
}

.ifai_box{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	position: relative;
}

.ifai_sw_btn{
	position: absolute;
	width: 3.6rem;
	height: 3.6rem;
	top: calc(50% - 1.8rem);
	border-radius: 50%;
	background: #f8f8f8;
	font-size: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 10;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	cursor: pointer;
}
.ifai_sw_btn:hover{
	background: var(--OneColor);
}
.ifai_sw_btnl{
	left: -5rem;
}
.ifai_sw_btnr{
	right: -5rem;
}
.ifai_sw_btn svg{
	width: auto;
	height: 40%;
	margin: 0 auto;
	fill:var(--OneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ifai_sw_btn:hover svg{
	fill:#ffffff;
}


.ifai_sw{
	width: 100%;
	height: auto;
}

.ifai_sw .swiper-slide{
	width: 100%;
	height: 100%;
}

.ifai{
	display: block;
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	padding: 2.5rem 3rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ifai:hover{
	background: var(--OneColor);
}
.ifai_title{
	font-size: 1.25rem;
	color: #000000;
	font-family: opm;
	-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: 3.8rem;
}
.ifai:hover .ifai_title{
	color: #FFFFFF;
}
.ifai_des{
	font-size: 1rem;
	color: rgba(0,0,0,0.6);
	font-family: opm;
	line-height: 160%;
	margin-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: 2;
    overflow: hidden;
	height: 3.4rem;
}
.ifai:hover .ifai_des{
	color: rgba(255,255,255,0.8);
}
.ifai_btn{
	font-size: 1rem;
	color: var(--OneColor);
	font-family: opm;
	margin-top: 1rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ifai:hover .ifai_btn{
	color: #FFFFFF;
}


/*模板*/
.temp_box{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
}
.temp1{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.temp1l{
	width: 25%;
	height: auto;
}
.temp1l img{
	width: 100%;
	height: auto;
}
.temp1r{
	width: 70%;
	height: auto;
}

.temp2{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.temp2l{
	width: 25%;
	height: auto;
}
.temp2l img{
	width: 100%;
	height: auto;
}
.temp2r{
	width: 70%;
	height: auto;
}

.temp3{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.temp3i{
	width: 48.5%;
	height: auto;
}
.temp3i_img{
	width: 100%;
	height: auto;
	font-size: 0;
}
.temp3i_img img{
	width: 100%;
	height: auto;
}
.temp3i_text{
	margin-top: 1rem;
}


.temp4{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.temp4i{
	width: 32%;
	height: auto;
	margin-right: 2%;
}
.temp4i:nth-child(3n){
	margin-right: 0;
}
.temp4i_img{
	width: 100%;
	height: auto;
	font-size: 0;
}
.temp4i_img img{
	width: 100%;
	height: auto;
}
.temp4i_text{
	margin-top: 1rem;
}


.temp5{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.temp5i{
	width: 23.5%;
	height: auto;
	margin-right: 2%;
}
.temp5i:nth-child(4n){
	margin-right: 0;
}
.temp5i_img{
	width: 100%;
	height: auto;
	font-size: 0;
}
.temp5i_img img{
	width: 100%;
	height: auto;
}
.temp5i_text{
	margin-top: 1rem;
}