/*导航*/
.nav_box{
	width: 100%;
	height:6rem;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	z-index: 1000;
}
.nav_box_on{
	box-shadow: 0 2px 10px rgba(0, 0, 0, .02);
    background-color: hsla(0, 0%, 100%, .7);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.nav_box2{
	width: 100%;
	height:6rem;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	z-index: 1000;
}
.nav_box2_on{
	box-shadow: 0 2px 10px rgba(0, 0, 0, .02);
    background-color: hsla(0, 0%, 100%, .7);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.nav_boxss{
	font-family: jinghua;
}

.nav{
    width: 90%;
	height: 100%;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nav_logo{
	width: auto;
	height: 50%;
	position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.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_main{
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
	align-items: center;
	padding-left: 7%;
}
.nav_menu{
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.nav_menu_item{
    width: auto;
    height: 100%;
	position: relative;
	padding: 0 1.6rem;
}
.nav_menu_item>a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: auto;
	height: 100%;
	position: relative;
	padding: 0 1rem;
	font-size: 1.25rem;
	color: #000000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_box2 .nav_menu_item>a{
	color: #FFFFFF;
}
.nav_box2_on .nav_menu_item>a{
	color: #000000;
}



.nav_down{
	position: absolute;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: rgba(255,255,255,0.9);
	left: 0;
	top: 100%;
	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;
}
.nav_menu_item:hover .nav_down{
	opacity: 1;
	height: auto;
	padding: 1rem 0rem;
}
.nav_down a{
	display: block;
	font-size: 1.125rem;
	color: rgba(0,0,0,0.8);
	padding: 1rem 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_down a:hover{
	color: var(--OneColor);
	background: #ebebeb;
}



.menubtn{
	display: none;
}



/*footer*/
.footer_link{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	font-size: 1.125rem;
	color: #333333;
	padding-top: 3rem;
}
.footer_link a{
	color: #333333;
	margin-right: 1rem;
}
.footer_box{
    width: 100%;
    height: auto;
    position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 1rem;
    color:#373737;
	padding: 2.5rem 0;
}

.footer_box a{
    color:#373737;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_box a:hover{
    color:#373737;
}


/*nbanner*/
.nbanner{
    width: 100%;
	aspect-ratio: 2500/1120;
    position: relative;
}
.nbanner_img{
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 0;
    left: 0;
    top: 0;
}
.nbanner_img img{
    width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.nbanner_con{
	width: 1400px;
    width: var(--mainwidth);
	height: 100%;
	padding-right: 35%;
	margin: 0 auto;
	padding-top: 6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.nbanner_con_c1{
	font-size: 2.7rem;
	color: #f4efe9;
	font-family: jinghua;
}
.nbanner_con_c2{
	font-size: 1.375rem;
	color: #e5ded6;
	margin-top: 4rem;
	line-height: 180%;
	font-family: jinghua;
}
.nbanner_con_c3{
	margin-top: 2rem;
}
.nbanner_con_c3 a{
	width: 9rem;
	height: 2.8rem;
	background: #aece2c;
	border-radius: 2.8rem;
	font-size: 1rem;
	color: rgba(0,0,0,0.3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nbanner_con_c3 a:hover{
	color: rgba(0,0,0,1);
}

/*翻页*/

.npage{
    width: 100%;
    height: auto;
	padding: 3rem 0;
	margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}
.npage a{
    display: inline-block;
    text-align: center;
    margin: 0 0.5rem;
    font-size: 1.125rem;
    font-family: opm;
    color: rgba(0,0,0,0.7);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}



/*媒体中心*/

.new_list{
	width: 1500px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.newi{
	width: 30.66%;
	height: auto;
	position: relative;
	margin-right: 4%;
	margin-top: 4%;
}
.newi:nth-child(3n){
	margin-right: 0;
}
.newi_img{
	width: 100%;
	aspect-ratio: 514/336;
	font-size: 0;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.newi_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);
}
.newi:hover .newi_img img{
	transform: perspective(100px) translateZ(3px);
}
.newic{
	width: 100%;
	height: 10rem;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 0 0 10px 10px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.newi_title{
	font-size: 1.375rem;
	color: rgba(0,0,0,1);
	line-height: 120%;
	-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;
}

.newib{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.newib_data{
	font-size: 1.125rem;
	color: #000000;
}
.newib_btn{
	font-size: 1.125rem;
	color: rgb(30, 58, 138);
}

/*新闻详情*/
.snew_top{
	width: 100%;
	margin-top: 6rem;
	background: #f6f6f6;
	padding: 3rem 5%;
}

.snew_title{
	width: 100%;
	height: auto;
	font-size: 2rem;
	font-family: opm;
}
.snew_data{
	width: 100%;
	height: auto;
	font-size: 1.125rem;
	color: rgba(0,0,0,0.7);
}
.snew_con{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding-top: 3rem;
	font-size: 1.125rem;
	font-family: opm;
	color: rgba(0,0,0,0.7);
	line-height: 180%;
	padding-bottom: 3rem;
}

.snew_page{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding: 1.5rem 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.snew_page a{
	color: rgba(0,0,0,0.6);
	font-size: 1.125rem;
}

/*招贤纳士*/
.join_btitle{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	margin-top: 8rem;
}
.join_btitle_title{
	font-size: 4rem;
	color: #373737;
	font-family: ssb;
	
}
.join_btitle_line{
	font-size: 0;
	margin-top: 1.5rem;
	background: #373737;
	width: 8rem;
	height: 2px;
}
.join_ln{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding: 2rem 0;
	font-size: 1.25rem;
	color: #000000;
	line-height: 160%;
	padding-right: 2rem;
	position: relative;
	padding-right: 15%;
}
.join_ln:after{
	position: absolute;
	content: '';
	font-size: 0;
	width: 3px;
	height: 100%;
	background: #e7e6e6;
	right: 0;
	bottom: 0;
}
.join_ln:before{
	position: absolute;
	content: '';
	font-size: 0;
	width: 30%;
	height: 3px;
	background: #e7e6e6;
	right: 0;
	bottom: 0;
}

.join{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 4rem;
	margin-top: 9rem;
}
.join_item{
	width: 100%;
	height: auto;
	background: #f3f6f8;
	margin-top: 2.5rem;
	padding:2rem 2.5rem;
}
.join_item:nth-child(1){
	margin-top: 0;
}
.join_item_top{
	width: 100%;
	height: auto;
	cursor: pointer;
}
.join_item_topl{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.join_item_topl_title{
	font-size: 1.5rem;
	font-weight: bold;
}
.join_item_topl_ltitle{
	font-size: 1.25rem;
	color: rgb(30, 58, 138);
}


.join_item_topr{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.join_item_topr_title{
	font-size: 1.5rem;
	text-align: left;
}
.join_item_topr_title_1{
	font-size: 1.25rem;
	margin-top: 1rem;
}
.join_item_topr_title_2{
	font-size: 1.125rem;
	margin-top: 0.5rem;
}
.join_item_topr_ltitle{
	font-size: 1.125rem;
	color: rgba(0,0,0,1);
}
.join_item_con{
	width: 100%;
	height: 0;
	overflow: hidden;
	text-align: left;
	background: #FFFFFF;
	margin-top: 0rem;
	padding:0 2rem;
	font-size: 1.25rem;
	color: rgba(0,0,0,1);
	line-height: 180%;
	padding-bottom:0rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.join_item_on .join_item_con{
	height: auto;
	padding:2rem 2rem;
	margin-top: 2rem;
}

/*明合科技*/
.mh_ab{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 8rem;
}
.mh_abl{
	width: 45%;
	height: auto;
}

.mh_abl_title{
	font-size: 4rem;
	color: rgb(22, 44, 82);
	font-weight: bold;
	
}
.mh_abl_line{
	font-size: 0;
	margin-top: 1.5rem;
	background: rgb(22, 44, 82);
	width: 8rem;
	height: 2px;
}
.mh_abl_con{
	margin-top: 2rem;
	font-size: 1.25rem;
	color: rgb(74, 76, 79);
	line-height: 170%;
}

.mh_abr{
	width: 50%;
	height: auto;
}
.mh_abr img{
	width: 100%;
	height: auto;
}

.mh_lyb{
	width: 100%;
	aspect-ratio: 2000/896;
	background-image: url("../images/mh_img2.png");
	background-size: cover;
	background-position: center;
	margin-top: 8rem;
}
.mh_ly{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding-top: 6rem;
}
.mh_ly_title{
	text-align: center;
	font-size: 4rem;
	color: #FFFFFF;
	font-weight: bold;
	
}
.mh_ly_con{
	text-align: center;
	font-size: 1.5rem;
	color: #FFFFFF;
	line-height: 180%;
	margin-top: 2rem;
}

.mh_jz{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 8rem;
}
.mh_jzl{
	width: 36%;
	height: auto;
	padding-left: 260px;
	padding-left: calc((100vw - var(--mainwidth)) / 2);
}
.mh_jzr{
	width: 59%;
	height: auto;
}
.mh_jzr img{
	width: 100%;
	height: auto;
}

.mh_fab{
	width: 100%;
	aspect-ratio: 2000/872;
	background-image: url("../images/mh_img4.png");
	background-size: cover;
	background-position: center;
	margin-top: 8rem;
}

/*依明科技*/
.ym_banner{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: rgb(242, 236, 231);
	border-bottom: 1px solid rgb(224, 224, 224);
}
.ym_banner_img{
	width: 50%;
	height: auto;
	font-size: 0;
}
.ym_banner_img img{
	width:100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}
.ym_banner_con{
	width: 42%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 6rem;
}
.ym_banner_con_title{
	font-size: 4rem;
	color: rgb(51, 51, 51);
	font-weight: bold;
}
.ym_banner_con_c{
	font-size: 1.375rem;
	line-height: 170%;
	color: rgb(102, 102, 102);
	margin-top: 1.5rem;
}

.ym_xyb{
	width: 100%;
	height: auto;
	padding: 8rem 0;
	background: rgb(242, 236, 231);
	border-bottom: 1px solid rgb(224, 224, 224);
}
.ym_xy{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.ym_xyl{
	width: 40%;
	height: auto;
}
.ym_xyl_title{
	font-size: 4rem;
	color: rgb(51, 51, 51);
	font-weight: bold;
}

.ym_xyl_con{
	font-size: 1.3rem;
	line-height: 170%;
	color: rgb(102, 102, 102);
	margin-top: 1.5rem;
}
.ym_xyr{
	width: 42%;
	height: auto;
	font-size: 0;
}
.ym_xyr img{
	width: 100%;
	height: auto;
}

.ym_yx{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	margin-top: 8rem;
	border-bottom: 1px solid rgb(224, 224, 224);
	padding-bottom: 4rem;
}
.ym_yx_title{
	text-align: center;
	font-size: 3.5rem;
	color: rgb(51, 51, 51);
	font-weight: 350;
}
.ym_yx_ltitle{
	text-align: center;
	font-size: 2rem;
	color: rgb(51, 51, 51);
	margin-top: 1.5rem;
}
.ym_yx_swb{
	width: 100%;
	height: auto;
	margin-top: 5rem;
	position: relative;
}
.ym_yx_sw{
	width: 100%;
	height: auto;
}
.ym_yx_sw .swiper-slide{
	width: 100%;
	height: 100%;
	background: rgb(242, 236, 231);
}
.ym_yxi_img{
	width: 100%;
	aspect-ratio: 1/1;
	font-size: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	transform: perspective(100px) translateZ(0px);
}
.ym_yx_sw .swiper-slide:hover .ym_yxi_img{
	transform: perspective(100px) translateZ(-25px);
}
.ym_yxi_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.ym_yxi_title{
	font-size: 1.5rem;
	color: rgb(51, 51, 51);
	padding: 0 2rem;
	margin-top: 2rem;
}
.ym_yxi_con{
	font-size: 1.125rem;
	color: rgb(102, 102, 102);
	padding: 0 2rem;
	margin-top: 1rem;
	padding-bottom: 2.5rem;
	line-height: 170%;
}

.ym_yx_btn{
	width: 3.6rem;
	height: 3.6rem;
	background: rgb(242, 236, 231);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 0;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 1.8rem);
}
.ym_yx_btn svg{
	width: auto;
	height: 55%;
}
.ym_yx_btnl{
	left: -5rem;
}
.ym_yx_btnr{
	right: -5rem;
}

.ym_jzg{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid rgb(224, 224, 224);
	padding: 5rem 0;
	position: relative;
}
.ym_jzg:after{
	position: absolute;
	content: '';
	font-size: 0;
	width: 1px;
	height: calc(100% - 10rem);
	top: 5rem;
	left: 50%;
	background: #e0e0e0;
}
.ym_jzgi{
	width: 43%;
	height: 28rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ym_jzgi_title{
	font-size: 4rem;
	color: #333;
	font-weight: bold;
}
.ym_jzgi_con{
	font-size: 1.25rem;
	color: #666;
	line-height: 170%;
	margin-top: 2rem;
}


.ym_sm{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgb(224, 224, 224);
}

.ym_sml{
	width: 40%;
	height: auto;
}
.ym_sml_con{
	font-size: 1.25rem;
	line-height: 170%;
	color: #666;
}
.ym_sml_con2{
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 170%;
	color: #000000;
	margin-top: 2.5rem;
}
.ym_smr{
	width: 50%;
	height: auto;
	font-size: 0;
}
.ym_smr img{
	width: 100%;
	height: auto;
}

/*四时*/
.ss_abb{
	width: 100%;
	height: auto;
	padding: 5rem 0;
	background: #f4efe9;
	font-family: jinghua;
}
.ss_ab{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.ss_abl{
	width: 50%;
	height: auto;
	padding: 5rem 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ss_abr{
	width: 40%;
	height: auto;
}
.ss_abr img{
	width: 100%;
	height: auto;
}

.ss_abl_title{
	font-size: 0;
	width: auto;
	height: 4rem;
}
.ss_abl_title img{
	width: auto;
	height: 100%;
}
.ss_abl_line{
	width: 6rem;
	height: 1px;
	font-size: 0;
	background: #5e6c42;
	margin-top: 2rem;
}
.ss_abl_con{
	font-size: 1.375rem;
	color: #5a5b5b;
	line-height: 180%;
	margin-top: 2rem;
}
.ss_ablb{
	font-size: 1.75rem;
	color: #5e6c42;
}

.ss_ysb{
	width: 100%;
	aspect-ratio: 1923/1081;
	background-image: url("../images/ss_img2.png");
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 10rem;
	font-family: jinghua;
}
.ss_ys{
	width: 88%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.ss_ysi{
	width: 23.2%;
	height: auto;
	background: hsla(0,0%,100%,.7);
	padding: 4.5rem 3rem;
}
.ss_ysi_title{
	font-size: 1.5rem;
	color: #3d3a39;
	font-weight: bold;
}
.ss_ysi_des{
	font-size: 1.125rem;
	color: #666;
	margin-top: 4rem;
	line-height: 170%;
}

.ss_ysi_a{
	margin-top: 2rem;
}
.ss_ysi_a a{
	width: 9rem;
	height: 2.3rem;
	border-radius: 2.3rem;
	font-size: 1rem;
	color: rgba(0,0,0,0.3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ss_ysi:nth-child(1) .ss_ysi_a a{
	background: #71884c;
}
.ss_ysi:nth-child(2) .ss_ysi_a a{
	background: #aece2c;
}
.ss_ysi:nth-child(3) .ss_ysi_a a{
	background: #f4bb1f;
}
.ss_ysi:nth-child(4) .ss_ysi_a a{
	background: #e87427;
}
.ss_ysi_a a:hover{
	color: rgba(0,0,0,1);
}

.ss_ppb{
	width: 99%;
	height: auto;
	margin: 0 auto;
	padding-top: 8rem;
	font-family: jinghua;
}
.ss_ppb_title{
	color: #5e6c42;
	font-size: 2.5rem;
	text-align: center;
}
.ss_ppb_title2{
	color: #827368;
	font-size: 2.5rem;
	text-align: center;
}
.ss_ppb_line{
	font-size: 0;
	width: 5rem;
	height: 1px;
	margin: 0 auto;
	margin-top: 2rem;
	background: #5e6c42;
}
.ss_ppb_ltitle{
	color: #3d3a39;
	font-size: 1.25rem;
	text-align: center;
	margin-top: 2rem;
	line-height: 230%;
}
.ss_ppb_lltitle{
	color: #5e6c42;
	font-size: 1.25rem;
	text-align: center;
	margin-top: 2rem;
}
.ss_ppb_lltitle2{
	color: #827368;
	font-size: 1.25rem;
	text-align: center;
	margin-top: 2rem;
}

.ss_pp{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 3rem;
}
.ss_ppi{
	width: 49.5%;
	aspect-ratio: 698/594;
	position: relative;
}
.ss_ppi_img{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	font-size: 0;
}
.ss_ppi_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;
}
.ss_ppic{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 9rem;
	background: rgba(4,0,0,.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	bottom: 0;
	text-align: center;
}
.ss_ppic_title{
	font-size: 1.65rem;
	color: #aece2c;
}
.ss_ppic_des{
	font-size: 1.25rem;
	color: #dcdcdc;
	margin-top: 1rem;
}



.ss_pro{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2rem;
	font-family: jinghua;
}
.ss_proi{
	width: 49.5%;
	aspect-ratio: 695/433;
	position: relative;
	margin-top: 1%;
}
.ss_proi_img{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	font-size: 0;
}
.ss_proi_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;
}
.ss_proic{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	text-align: center;
	padding-top: 5rem;
}
.ss_proic_title{
	font-size: 2.5rem;
	color: #827368;
}
.ss_proic_ltitle{
	font-size: 1.125rem;
	color: #827368;
}
.ss_proic_btnb{
	width: 100%;
	height: auto;
	margin-top: 1.5rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.ss_proic_btnb a{
	height: 2.3rem;
	border-radius: 2.3rem;
	font-size: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin: 0 0.5rem;
}
.ss_proic_btnb a:nth-child(1){
	width: 8rem;
	background: #71884c;
	color: hsla(33,34%,87%,.3);
}
.ss_proic_btnb a:nth-child(2){
	width: 5.5rem;
	color: rgba(113,136,76,.3);
	border: 1px solid #71884c;
}
.ss_proic_btnb a:nth-child(1):hover{
	color: rgba(255,255,255,0.7);
}
.ss_proic_btnb a:nth-child(2):hover{
	color: #71884c;
}

/*首页*/
.id_ab{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 8rem;
}
.id_abl{
	width: 40%;
	height: auto;
	background-image: url("../images/id_ab_back.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 70% auto;
	padding-left: 8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.125rem;
	color: #373737;
	line-height: 180%;
}
.id_abr{
	width: 40%;
	height: auto;
}
.id_abr img{
	width: 100%;
	height: auto;
}

.id_stb{
	width: 100%;
	aspect-ratio: 384/160;
	background-image: url("../images/id_st_back.png");
	background-size: cover;
	background-position: center;
	margin-top: 8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.id_stb_title{
	text-align: center;
	font-size: 4rem;
	color: #FFFFFF;
	font-weight: bold;
}
.id_stb_ltitle{
	text-align: center;
	font-size: 1.5rem;
	color: #FFFFFF;
	margin-top: 0.5rem;
}

.id_st{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 3rem;
}
.id_sti{
	width: 19.1%;
	height: 22rem;
	position: relative;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.id_sti_on{
	width: 38.2%;
}
.id_stir{
	width: 19.1%;
	height: 22rem;
	position: relative;
}

.id_sti_img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	font-size: 0;
}
.id_sti_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.id_sti_title{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(116,154,204,0.6);
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.id_sti_on .id_sti_title{
	opacity: 0;
}
.id_sti_title_1{
	font-size: 2rem;
	color: #FFFFFF;
}
.id_sti_title_2{
	font-size: 1.5rem;
	color: #FFFFFF;
}
.id_sti_con{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 2rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 0;
}
.id_sti_on .id_sti_con{
	opacity: 1;
}
.id_sti_con_1{
	font-size: 1.75rem;
	color: #FFFFFF;
}
.id_sti_con_2{
	font-size: 1.25rem;
	color: #FFFFFF;
	margin-top:0.6rem;
}

.id_ab2b{
	width: 100%;
	height: auto;
	background-image: url("../images/id_ab2_back.png");
	background-size: cover;
	background-position: center;
	padding: 6rem 0;
}
.id_ab2{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.id_ab2l{
	width: 44%;
	height: auto;
}
.id_ab2l img{
	width: 100%;
	height: auto;
}
.id_ab2r{
	width: 44%;
	height: auto;
}
.id_ab2r_title{
	font-size: 4rem;
	color: #254661;
	font-weight: bold;
}
.id_ab2r_line{
	font-size: 0;
	background: #254661;
	width: 8rem;
	height: 3px;
	margin-top: 0.5rem;
}
.id_ab2r_con{
	font-size: 1.125rem;
	line-height: 170%;
	color: #373737;
	margin-top: 2rem;
}

.id_new{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding: 7rem 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.id_newl{
	width: 50%;
	aspect-ratio: 948/620;
	position: relative;
}
.id_newl_img{
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 0;
	overflow: hidden;
}
.id_newl_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);
}
.id_newl:hover .id_newl_img img{
	transform: perspective(100px) translateZ(3px);
}
.id_newlc{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 2rem;
	top: 0;
	left: 0;
}
.id_newlc_data{
	font-size: 1.25rem;
	color: #FFFFFF;
}
.id_newlc_title{
	font-size: 1.5rem;
	color: #FFFFFF;
	margin-top: 0.5rem;
}


.id_newr{
	width: 46%;
	height: auto;
}
.id_newrt{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 1rem;
}
.id_newr_title{
	font-size: 3rem;
	color: #254661;
	font-weight: bold;
}
.id_newr_line{
	font-size: 0;
	background: #254661;
	width: 8rem;
	height: 3px;
	margin-top: 0.5rem;
}
.id_newrtr a{
	font-size: 1.375rem;
	color: #254661;
}
.id_newri{
	position: relative;
	margin-top: 1.5rem;
	padding-left: 1rem;
}
.id_newri:after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	font-size: 0;
	background: #254661;
	border-radius: 50%;
	left: 0;
	top: calc(50% - 3px);
}
.id_newri a{
	font-size: 1.25rem;
	color: #373737;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.id_newri:hover a{
	color: #254661;
}

.id_wh_box{
	width: 100%;
	aspect-ratio: 3840/676;
	background-image: url("../images/id_back.png");
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.id_wh{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.id_whi{
	width: 27%;
	height: auto;
}
.id_whi_title{
	font-size: 2.75rem;
	color: #FFFFFF;
}
.id_whi_ltitle{
	font-size: 1.25rem;
	color: #FFFFFF;
	margin-top: 1rem;
}
.id_whil{
	width: 1px;
	height: 11rem;
	font-size: 0;
	background: rgba(255,255,255,0.5);
}

/*联系我们*/
.lx{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 7rem;
}
.lxl{
	width: 35%;
	height: auto;
}
.lxr{
	width: 60%;
	height: auto;
}
.lxr img{
	width: 100%;
	height: auto;
}

.lxl_title{
	font-size: 4rem;
	color: #254661;
	font-weight: bold;
}
.lxl_line{
	font-size: 0;
	background: #254661;
	width: 8rem;
	height: 3px;
	margin-top: 0.5rem;
}
.lxli{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 4rem;
}
.lxli_ico{
	width: 3.8rem;
	height: 3.8rem;
	background: #254661;
	border-radius: 50%;
	font-size: 0;
}
.lxli_ico img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.lxli_text{
	width: calc(100% - 3.8rem);
	height: auto;
	padding-left: 1.5rem;
	font-size: 1.7rem;
}

.lyb{
	width: 100%;
	height: auto;
	background-image: url("../images/id_ab2_back.png");
	background-size: cover;
	background-position: center;
	padding: 6rem 0;
	margin-top: 7rem;
}
.ly{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.lyl{
	width: 35%;
	height: auto;
	font-size: 2rem;
	line-height: 170%;
}
.lyr{
	width: 60%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lyr_item{
    width: 49%;
    height: 4rem;
    background: #FFFFFF;
    margin-top: 2%;
	border-radius: 10px;
}
.lyr_item input{
    width: 100%;
    height: 100%;
    background: none;
    padding: 0 1.5rem;
    font-size: 1.125rem;
    border: none;
	font-family: jinghua;
}
.lyr_item2{
    width: 100%;
    height: 11rem;
    background: #FFFFFF;
    margin-top: 2%;
	border-radius: 10px;
}
.lyr_item2 textarea{
    width: 100%;
    height: 100%;
    background: none;
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    border: none;
	font-family: jinghua;
}
.lyr_btn{
    width: 100%;
    height: auto;
    margin-top: 2%;
}
.lyr_btn a{
    width: auto;
    height: 3.6rem;
	border-radius: 3.6rem;
    background: #254661;
    font-size: 1.25rem;
    font-family: opm;
    color: #FFFFFF;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 3.5rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	cursor: pointer;
}
.lyr_btn a:hover{
    -moz-box-shadow: 0px 5px 10px 0 rgba(22,67,135,0.3);
    -webkit-box-shadow: 0px 5px 10px 0 rgba(22,67,135,0.3);
    box-shadow: 0px 5px 10px 0 rgba(22,67,135,0.3);
    transform: translateY(-2px);
}
