@charset "utf-8";
body{
	margin: 0;
	padding: 0;
	font-family: "sans-serif";
	background: #fff;
	font-size: 16px;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea{
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "sans-serif";
}
table{
  border-collapse: collapse;
}
img{
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li{
	list-style-type: none;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cl{
	clear: both;
}
.clear:after{
	content:"";
	display: block;
	clear:both;
}
.ov{
	overflow: hidden;
}
.rel{
	position: relative;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.tj{
	text-align: justify;
	word-break: break-all;
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content{
	width: 1440px;
	margin: 0 auto;
}
.img02{
	display: none;
}
.phone{
	display: none;
}
/* [v-cloak]{
	display: none;
} */
[v-cloak]{ display: none !important; }
@font-face {
	font-family: "Techna-Sans";
	src:url("../fonts/Techna-Sans-Regular.otf") format("opentype"),
		url("../fonts/Techna-Sans-Regular.ttf") format("truetype"),
		url("../fonts/Techna-Sans-Regular.woff") format("woff");
	font-display: swap;
}


/*首页*/
.header{
	width: 100%;
	height: 95px;
	background: #fff;
	border-bottom: solid 1px #e5eef2;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
}
.logo{
	float: left;
	width: 126px;
	margin: 12px 0;
}
.logo img{
	width: 100%;
}
.nav{
	float: right;
	margin: 14px 34px 0 0;
}
.nav li{
	float: left;
	line-height: 80px;
	color: #19100a;
}
.nav a{
	display: block;
	padding: 0 28px;
}
.nav li:hover{
	color: #016eb9;
}
.nav li.on{
	color: #016eb9;
}
#menu,.menu,.nav_box{
	display: none;
}
.search_img{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 41px;
	right: 0;
	cursor: pointer;
}
.search_img img{
	width: 100%;
	height: 100%;
}

.banner{
	width: 100%;
	height: 658px;
	position: relative;
	margin-top: 95px;
}
.banner img,.banner video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .swiper-pagination{
	bottom: 28px;
}
.banner .swiper-pagination-bullet{
	width: 12px;
	height: 18px;
	background: url(../images/ind_04.png) no-repeat;
	background-size: 100% 100%;
	opacity: 0.7;
	margin: 0 9px !important;
	overflow: hidden;
}
.banner .swiper-pagination-bullet-active{
	opacity: 1;
}
.bn_con{
	width: 100%;
	color: #fff;
	position: absolute;
	top: 127px;
	left: 0;
	z-index: 2;
}
.bn_tt{
	font-size: 42px;
	line-height: 52px;
}
.bn_tt span{
	font-family: "Techna-Sans";
}
.bn_text{
	font-size: 26px;
	line-height: 36px;
	margin: 23px 0 36px;
}
.bn_text span{
	font-family: "Techna-Sans";
}
.bn_more{
	width: 150px;
	height: 52px;
	color: #016eb9;
	font-size: 15px;
	border: solid 1px #016eb9;
	border-radius: 50px;
	overflow: hidden;
}
.bn_more a{
	width: 100%;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.bn_more i{
	width: 10px;
	height: 14px;
	background: url(../images/ind_05.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	margin-right: 10px;
}
.bn_more::before {
	position: absolute;
	display: block;
	content: '';
	background: #016eb9;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.bn_more:hover::before {
	width: 100%;
}
.bn_more:hover{
	color: #fff;
}
.bn_more:hover i{
	background: url(../images/ind_04.png) no-repeat;
	background-size: 100% 100%;
}

.adv_bg{
	width: 100%;
	min-height: 1014px;
	background: url(../images/ind_06.jpg) no-repeat center bottom;
	background-size: 100%;
	padding: 77px 0;
	overflow: hidden;
}
.adv_title{
	width: 100%;
	text-align: center;
	line-height: 74px;
	color: #222;
	font-size: 48px;
	margin-bottom: 108px;
}
.adv_title i{
	width: 117px;
	height: 20px;
	display: block;
	background: url(../images/ind_07.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}
.adv_list{
	width: 100%;
	margin-bottom: 48px;
}
.adv_list ul{
	display: flex;
	justify-content: center;
}
.adv_list li{
	color: #222;
	font-size: 18px;
	padding: 0 64px;
	line-height: 60px;
	position: relative;
	display: flex;
	align-items: flex-end;
}
.adv_list b{
	font-family: "Techna-Sans";
	font-size: 72px;
	margin-right: 25px;
}
.adv_list span{
	line-height: 30px;
}
.adv_list i{
	width: 1px;
	height: 38px;
	background: #016eb9;
	display: block;
	position: absolute;
	top: 12px;
	right: 0;
}
.adv_list li:last-child i{
	display: none;
}
.adv_txt{
	width: 925px;
	text-align: center;
	line-height: 36px;
	color: #222;
	font-size: 16px;
	margin: 0 auto 60px;
}
.yuan{
	position: relative;
}
.yuan li{
	background: url(../images/ind_08.png) no-repeat;
	background-size: 100% 100%;
	width: 133px;
	height: 133px;
	font-size: 16px;
	color: #016eb9;
	border-radius: 100%;
	line-height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
.yuan div{
	text-align: center;
}
.y_left{
	float: left;
	width: 740px;
	position: relative;
}
.y_right{
	float: right;
	width: 616px;
	position: relative;
}
.yl01{
	width: 97px;
	height: 97px;
	top: 200px;
	left: 14px;
}
.yl02{
	width: 118px;
	height: 118px;
	top: 77px;
	left: 19%;
}
.yl03{
	width: 97px;
	height: 97px;
	top: 112px;
	left: 48%;
}
.yl04{
	width: 118px;
	height: 118px;
	top: 229px;
	left: 64%;
}
.yl05{
	top: 96px;
	right: 0;
}
.yr01{
	top: 0;
	left: 0;
}
.yr02{
	width: 97px;
	height: 97px;
	top: 202px;
	left: 17%;
}
.yr03{
	width: 133px;
	height: 133px;
	top: 40px;
	left: 44%;
}
.yr04{
	width: 97px;
	height: 97px;
	top: 150px;
	right: 0;
}

.zpshop_box{
	padding: 85px 0 44px;
	overflow: hidden;
}
.zpshop_box .adv_title{
	margin-bottom: 50px;
}
.zpshop{
	position: relative;
	padding-bottom: 65px;
}
.zpshop .swiper-pagination{
	bottom: 0;
}
.zpshop .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	border: solid 1px #016eb9;
	background: none;
	border-radius: 50%;
	opacity: 1;
	margin: 0 6px !important;
}
.zpshop .swiper-pagination-bullet-active{
	background: #016eb9;
}
.zpshop_pic{
	width: 100%;
	height: 650px;
	overflow: hidden;
}
.zpshop_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zpshop_con{
	width: 90%;
	text-align: center;
	position: absolute;
	top: 62px;
	left: 5%;
	z-index: 1;
}
.zpshop_tt{
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #222;
	font-size: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zpshop_ml{
	width: 100%;
	line-height: 28px;
	text-align: center;
	color: #016eb9;
	font-size: 18px;
	margin: 10px 0 20px;
}
.zpshop_ml span{
	font-size: 26px;
	font-family: "Techna-Sans";
}
.zpshop_buy{
	width: 170px;
	height: 46px;
	border-radius: 5px;
	color: #929292;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	cursor: pointer;
}
.zpshop_buy img{
	width: 9px;
	height: 14px;
	margin-left: 20px;
}
.zpshop_buy:hover{
	background: #016eb9;
	color: #fff;
}
.zpshop_buy:hover .img01{
	display: none;
}
.zpshop_buy:hover .img02{
	display: block;
}

.join_box{
	padding: 42px 0;
	overflow: hidden;
}
.join_box .adv_title{
	margin-bottom: 42px;
}
.join{
	width: 100%;
}
.join ul{
	margin-right: -0.8%;
}
.join li{
	float: left;
	width: 49.2%;
	height: 500px;
	margin: 0 0.8% 13px 0;
	position: relative;
}
.join_pic{
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.join_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.join_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.join_con{
	width: 712px;
	padding-right: 60px;
	position: absolute;
	top: 114px;
	right: 0;
	z-index: 2;
}
.join_tt{
	color: #333;
	font-size: 30px;
	line-height: 42px;
}
.join_text{
	color: #454545;
	font-size: 18px;
	line-height: 42px;
	font-weight: lighter;
	margin: 20px 0 48px;
}
.join_more{
	width: 55px;
	height: 55px;
}
.join_more img{
	width: 100%;
	height: 100%;
}
.join_more:hover .img01{
	display: none;
}
.join_more:hover .img02{
	display: block;
}
.join li:nth-child(even) .join_con{
	padding-right: 0;
	padding-left: 60px;
	right: auto;
	left: 0;
}

.news_box{
	width: 100%;
	min-height: 700px;
	background: url(../images/ind_19.jpg) no-repeat center bottom;
	background-size: 100%;
	padding: 34px 0 100px;
	overflow: hidden;
}
.news_box .adv_title{
	margin-bottom: 50px;
}
.news_con{
	width: 100%;
	padding-left: calc((100vw - 1440px) / 2);
	overflow: hidden;
}
.news{
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.news .swiper-slide{
	border-radius: 3px;
	overflow: hidden;
}
.news .swiper-button-next,.news .swiper-button-prev{
	width: 75px;
	height: 75px;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}
.news .swiper-button-prev{
	left: 40px;
}
.news .swiper-button-prev:hover,.news .swiper-button-next:hover{
	background: #016eb9;
}
.news .swiper-button-next{
	right: 95px;
}
.news .swiper-button-next:after, .news .swiper-button-prev:after{
	color: #959595;
	font-size: 16px;
}
.news .swiper-button-next:hover:after, .news .swiper-button-prev:hover:after{
	color: #fff;
}
.news .swiper-slide:hover .news_bot{
	background: url(../images/ind_23.jpg) no-repeat center bottom #016eb9;
	background-size: 100%;
}
.news .swiper-slide:hover .news_tt{
	color: #fff;
	font-weight: bold;
}
.news .swiper-slide:hover .news_text,.news .swiper-slide:hover .news_time{
	color: #fff;
}
.news_pic{
	width: 100%;
	height: 275px;
	overflow: hidden;
}
.news_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_bot{
	width: 100%;
	height: 182px;
	padding: 32px 27px;
	background: #fff;
	overflow: hidden;
}
.news_tt{
	height: 28px;
	line-height: 28px;
	color: #222;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_text{
	height: 22px;
	line-height: 22px;
	color: #8a8989;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 12px 0 20px;
}
.news_time{
	height: 24px;
	line-height: 24px;
	color: #858688;
	font-size: 18px;
	overflow: hidden;
	font-family: "Techna-Sans";
}
.news_more{
	width: 150px;
	height: 52px;
	color: #016eb9;
	font-size: 15px;
	border: solid 1px #016eb9;
	border-radius: 50px;
	overflow: hidden;
	margin: 0 auto;
}
.news_more a{
	width: 100%;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.news_more i{
	width: 10px;
	height: 14px;
	background: url(../images/ind_05.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	margin-right: 10px;
}
.news_more::before {
	position: absolute;
	display: block;
	content: '';
	background: #016eb9;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.news_more:hover::before {
	width: 100%;
}
.news_more:hover{
	color: #fff;
}
.news_more:hover i{
	background: url(../images/ind_04.png) no-repeat;
	background-size: 100% 100%;
}

.foot_bg{
	width: 100%;
	background: #016eb9;
	color: #fff;
}
.foot_t{
	padding: 70px 0 46px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.f_logo{
	float: left;
	width: 240px;
	padding-right: 10px;
}
.f_logo img{
	width: 143px;
	margin-bottom: 18px;
}
.f_txt{
	font-size: 16px;
	line-height: 26px;
}
.f_txt span{
	font-size: 20px;
	line-height: 30px;
}

.f_con{
	float: left;
	width: 410px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 26px;
}
.f_con h1{
	font-size: 34px;
	font-weight: normal;
	line-height: 38px;
	font-family: "Techna-Sans";
	margin: 6px 0 26px;
}

.share{
	float: right;
	margin-top: 26px;
}
.share ul{
	margin-right: -18px;
}
.share li{
	float: left;
	text-align: center;
	cursor: pointer;
	position: relative;
	margin-right: 18px;
}
.share img{
	width: 55px;
	height: 55px;
	display: block;
	margin: 0 auto 15px;
}
.share h1{
	font-size: 14px;
	font-weight: normal;
}
.share_code{
	width: 120px;
	height: 120px;
	position: absolute;
	top: 100px;
	left: -32px;
	display: none;
}
.share_code img{
	width: 100%;
	height: 100%;
}
.share li:hover .share_code{
	display: block;
}

.copyright{
	font-size: 12px;
	line-height: 22px;
	padding: 18px 0;
}
.copyright .fl{
	width: 60%;
}


/* 新闻资讯 */
.news_part{
	padding: 152px 0 102px;
	min-height: 700px;
}
.news_list{
	width: 100%;
}
.news_list ul{
	margin-right: -2%;
}
.news_list li{
	float: left;
	width: 31.33%;
	border-radius: 3px;
	overflow: hidden;
	margin: 0 2% 30px 0;
}
.news_list .news_bot{
	background: #f6f7f9;
}
.news_list li:hover .news_bot{
	background: url(../images/ind_23.jpg) no-repeat center bottom #016eb9;
	background-size: 100%;
}
.news_list li:hover .news_tt{
	color: #fff;
	font-weight: bold;
}
.news_list li:hover .news_text,.news_list li:hover .news_time{
	color: #fff;
}
.page{
	width: 100%;
	padding-top: 20px;
	text-align: center;
	font-size: 16px;
}
.page a{
	width: 44px;
	height: 44px;
	line-height: 44px;
	background: #f2f1f1;
	border-radius: 50%;
	display: inline-block;
	color: #454545;
	margin: 0 5px;
}
.page a.st{
	font-family: 宋体;
	color: #909090;
	font-size: 14px;
	font-weight: bold;
}
.page a:hover{
	background: #016eb9;
	color: #fff;
}
.page a.active{
	background: #016eb9;
	color: #fff;
}


/* 联系我们 */
.contact_bg{
	width: 100%;
	min-height: 1100px;
	background: url(../images/con_01.jpg) no-repeat center top #f5fcff;
	background-size: 100%;
	margin-top: 95px;
	padding: 110px 0 100px;
}
.contact_text{
	width: 100%;
	color: #fff;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 105px;
}
.contact_text h1{
	font-size: 36px;
	font-weight: lighter;
	margin-bottom: 20px;
}
.contact_con{
	width: 100%;
	min-height: 600px;
	background: #fff;
	padding: 62px 94px 70px;
}
.con_box{
	padding-bottom: 70px;
}
.con_left{
	float: left;
	width: 410px;
}
.con_right{
	float: right;
	width: 502px;
}
.con_tit{
	color: #7a7a7a;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	align-items: flex-end;
}
.con_tit img{
	width: 49px;
	height: 49px;
	margin-right: 12px;
}
.con_tel{
	color: #222;
	font-size: 46px;
	font-family: "Techna-Sans";
	line-height: 44px;
	margin: 27px 0 60px;
}
.con_code_tt{
	color: #7a7a7a;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 17px;
}
.con_code{
	width: 130px;
}
.con_code img{
	width: 100%;
}
.con_add{
	color: #222;
	font-size: 18px;
}
.add_m01{
	min-height: 88px;
	margin: 42px 0 28px;
}
.add_m02{
	margin-top: 14px;
}
.map{
	width: 100%;
	height: 580px;
}
.map_txt{
	padding: 10px;
	font-size: 14px;
}
.map_txt h3{
	color: #eb543f;
	font-size: 18px;
	margin-bottom: 5px;
}


/* 产品中心 */
.bn_pro{
	width: 100%;
	height: 895px;
	overflow: hidden;
	margin-top: 95px;
}
.bn_pro img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_box{
	padding: 86px 0 200px;
	min-height: 500px;
	overflow: hidden;
}
.pro_box .adv_title{
	margin-bottom: 50px;
}
.pro_list{
	width: 100%;
}
.pro_list ul{
	margin-right: -30px;
}
.pro_list li{
	float: left;
	width: 460px;
	margin: 0 30px 20px 0;
	position: relative;
}


/* 关于我们 */
.bn_about{
	width: 100%;
	height: 550px;
	overflow: hidden;
	margin-top: 95px;
	position: relative;
}
.bn_about img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bn_abtxt{
	width: 100%;
	color: #fff;
	line-height: 52px;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 45%;
	transform: translateY(-45%);
	z-index: 5;
}
.bn_abtxt .content{
	width: 1390px;
}

.about_bg{
	width: 100%;
	background: #f2f6fc;
	padding: 77px 0 100px;
	overflow: hidden;
}
.about_bg .adv_title{
	margin-bottom: 48px;
}
.about_txt{
	width: 855px;
	text-align: center;
	line-height: 32px;
	color: #353535;
	font-size: 16px;
	margin: 0 auto 48px;
}
.about_pic{
	width: 1242px;
	height: 364px;
	border-radius: 100px 0 100px 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.about_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.about_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.about_video{
	width: 100px;
	height: 100px;
	background: url(../images/play.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	cursor: pointer;
}
.video_bg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.video-a2{
	position:absolute;
	width:50px;
	height:50px;
	background:url(../images/close.png) no-repeat;
	background-size:100% 100%;
	right: 50px;
	top: 50px;
	cursor: pointer;
}
.video-a3{
	width: auto;
	height: 80vh;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.video-a3 iframe,.video-a3 video{
	width: 100% !important;
	height: 100%;
}

.history_bg{
	width: 100%;
	height: 820px;
	background: url(../images/about_02.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.history_title{
	float: left;
	width: 320px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 20px;
	padding-top: 317px;
}
.history_title h1{
	width: 100%;
	line-height: 74px;
	color: #fff;
	font-size: 48px;
	font-weight: normal;
}
.history_title i{
	width: 117px;
	height: 20px;
	display: block;
	background: url(../images/about_03.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 25px;
}
.history_r{
	float: left;
	width: 1120px;
	height: 820px;
	padding: 0 1px;
	position: relative;
}
.history_r .swiper-button-next{
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: url(../images/about_04.png) no-repeat;
	background-size: 100% 100%;
	right: -58px;
	transform: translateY(-50%);
}
.history_r .swiper-button-next:hover{
	background: url(../images/about_05.png) no-repeat;
	background-size: 100% 100%;
}
.history_r .swiper-button-next:after{
	display: none;
}
.history{
	border-right: solid 1px rgba(255, 255, 255, 0.14);
}
.history .swiper-slide{
	height: 820px;
	padding-top: 317px;
	border-left: solid 1px rgba(255, 255, 255, 0.14);
}
.history .swiper-slide:hover{
	background: rgba(0, 56, 112, 0.64);
}
.history_con{
	width: 65%;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
}
.history_con h1{
	font-size: 42px;
	font-family: "Techna-Sans";
	font-weight: normal;
	line-height: 34px;
	margin-bottom: 18px;
}
.history_con i{
	width: 40px;
	height: 2px;
	display: block;
	background: #fff;
	margin: 0 auto 44px;
}

.culture_bg{
	width: 100%;
	min-height: 874px;
	background: url(../images/about_06.jpg) no-repeat center bottom;
	background-size: 100%;
	padding: 86px 0;
	overflow: hidden;
}
.culture_bg .adv_title{
	margin-bottom: 40px;
}
.culture{
	width: 100%;
}
.culture ul{
	margin-right: -30px;
}
.culture li{
	float: left;
	width: 337px;
	height: 532px;
	position: relative;
	margin-right: 30px;
	overflow: hidden;
}
.culture img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.culture_pic{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.culture_pic img{
	object-fit: cover;
}
.culture_con{
	width: 100%;
	padding: 62px 28px 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.culture_tit{
	color: #656464;
	font-size: 30px;
	line-height: 40px;
}
.culture_line{
	width: 25px;
	height: 2px;
	background: #bbbaba;
	display: block;
	margin: 32px 0 26px;
}
.culture_txt{
	color: #6e6e6e;
	font-size: 16px;
	line-height: 36px;
	text-align: justify;
	min-height: 180px;
	margin-bottom: 14px;
}
.culture_icon{
	width: 60px;
	height: 60px;
	position: relative;
	overflow: hidden;
}
.culture li:hover .img01{
	display: none;
}
.culture li:hover .img02{
	display: block;
}
.culture li:hover .culture_tit{
	color: #fff;
}
.culture li:hover .culture_line{
	background: #fff;
}
.culture li:hover .culture_txt{
	color: #fff;
}


/* 招商合作 */
.bn_coop{
	width: 100%;
	height: 600px;
	overflow: hidden;
	margin-top: 95px;
	position: relative;
}
.bn_coop img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bn_coop_con{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
}
.bn_coop_tt{
	color: #016eb9;
	font-size: 76px;
	font-weight: bold;
	line-height: 86px;
	letter-spacing: 10px;
	text-shadow: 0 0 10px #fff;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
	text-stroke: 1px rgba(255, 255, 255, 0.8);
	margin-bottom: 50px;
}
.bn_coop_btn_box{
	width: 230px;
	position: relative;
}
.bn_coop_btn{
	width: 100%;
	height: 62px;
	border: solid 2px #016eb9;
	background: #fff;
	border-radius: 60px;
	padding-right: 10px;
	color: #016eb9;
	font-size: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
}
.bn_coop_btn img{
	width: 42px;
	height: 42px;
	margin-left: 17px;
}
.bn_coop_code{
	width: 150px;
	height: 150px;
	background: #fff;
	position: absolute;
	top: 80px;
	left: 40px;
	display: none;
	justify-content: center;
	align-items: center;
}
.bn_coop_code img{
	width: 144px;
	height: 144px;
}
.bn_coop_btn_box:hover .bn_coop_code{
	display: flex;
}

.xq_bg{
	width: 100%;
	min-height: 657px;
	background: url(../images/coop_01.jpg) no-repeat center top;
	background-size: cover;
	padding: 158px 0;
}
.xq_left{
	float: left;
	width: 390px;
	margin-top: 74px;
	position: relative;
}
.xq_pic{
	width: 506px;
	position: absolute;
	top: 0;
	right: 0;
}
.xq_pic img{
	width: 100%;
}
.xq_dot{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xq_dot01{
	width: 14px;
	height: 14px;
	background: #0063fd;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}
.xq_dot02{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: #87b5fd;
	border-radius: 50%;
	-webkit-animation: scaleAnimate 2s linear infinite;
	opacity: 0;
}
@-webkit-keyframes scaleAnimate {
	0% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
  
	50% {
		-webkit-transform: scale(1.4);
		opacity: 1;
	}
  
	100% {
		-webkit-transform: scale(1.8);
		opacity: 0;
	}
}
.xq_right{
	float: right;
	width: 990px;
}
.xq_text{
	color: #222;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 76px;
}
.xq_text h1{
	color: #23243a;
	font-size: 48px;
	line-height: 56px;
	font-weight: normal;
	margin-bottom: 18px;
}
.xq_list{
	width: 100%;
}
.xq_list li{
	float: left;
	width: 340px;
	padding-right: 20px;
	color: #7a7b7e;
	font-size: 18px;
	line-height: 30px;
}
.xq_list h1{
	height: 66px;
	font-weight: normal;
	color: #016eb9;
	display: flex;
	align-items: flex-end;
}
.xq_list h1 b{
	font-size: 62px;
	font-family: Arial;
	line-height: 60px;
}
.xq_list h1 span{
	font-size: 18px;
	line-height: 38px;
	margin-left: 6px;
}

.rz_bg{
	width: 100%;
	max-width: 1920px;
	padding-top: 59px;
	background: #f6f6f6;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.rz_pic{
	float: right;
	width: 1290px;
	height: 679px;
	border-top-left-radius: 40px;
	overflow: hidden;
}
.rz_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.rz_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.rz_left{
	width: 911px;
	min-height: 569px;
	background: url(../images/coop_04.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 130px 30px 30px 270px;
	border-top-right-radius: 40px;
	color: #222;
	font-size: 16px;
	line-height: 36px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.rz_left h1{
	color: #23243a;
	font-size: 48px;
	line-height: 56px;
	font-weight: normal;
	margin-bottom: 36px;
}

.sc_box{
	padding: 270px 0 132px;
	position: relative;
}
.sc_con{
	float: right;
	width: 980px;
	min-height: 420px;
	background: url(../images/coop_05.png) no-repeat;
	background-size: 100% 100%;
	padding: 115px 62px 115px 320px;
	text-align: right;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
}
.sc_con h1{
	font-size: 48px;
	line-height: 58px;
	font-weight: normal;
	margin-bottom: 34px;
}
.sc_left{
	width: 959px;
	height: 959px;
	position: absolute;
	top: 0;
	left: -106px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sc_picbg{
	width: 100%;
	height: 100%;
	background: url(../images/coop_07.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	-webkit-animation: scale 2s linear infinite;
}
@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
  
	50% {
		-webkit-transform: scale(1.05);
		opacity: 1;
	}
  
	100% {
		-webkit-transform: scale(1.1);
		opacity: 0;
	}
}
.sc_pic{
	width: 564px;
	height: 564px;
	border: solid 17px #fff;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 4;
}
.sc_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.sc_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.gao_pic{
	width: 100%;
	height: 505px;
	position: relative;
	overflow: hidden;
}
.gao_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gao_txt{
	width: 100%;
	text-align: center;
	line-height: 30px;
	color: #222;
	font-size: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
}
.gao_txt h1{
	color: #23243a;
	font-size: 48px;
	font-weight: normal;
	line-height: 60px;
	margin-bottom: 36px;
}


/* 品牌与水源 */
.story_bg{
	width: 100%;
	min-height: 1262px;
	background: url(../images/brand_01.jpg) no-repeat center top;
	background-size: cover;
	padding: 88px 0;
	overflow: hidden;
	margin-top: 95px;
}
.story_bg .adv_title{
	margin-bottom: 107px;
}
.story_num{
	width: 740px;
	margin: 0 auto 46px;
}
.story_num li{
	float: left;
	width: 50%;
	color: #222;
	font-size: 18px;
	line-height: 64px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.story_num b{
	font-family: "Techna-Sans";
	font-size: 72px;
	margin-right: 20px;
}
.story_num span{
	line-height: 36px;
}
.story_num i{
	width: 1px;
	height: 38px;
	background: #016eb9;
	display: block;
	position: absolute;
	top: 14px;
	right: 0;
}
.story_num li:last-child i{
	display: none;
}
.story_text{
	width: 1230px;
	color: #222;
	font-size: 16px;
	line-height: 36px;
	text-align: justify;
	margin: 0 auto 40px;
}
.story_box{
	width: 1314px;
	position: relative;
	margin: 0 auto;
}
.story_box .swiper-button-next,.story_box .swiper-button-prev{
	width: 58px;
	height: 58px;
	border-radius: 50%;
	transform: translateY(-50%);
}
.story_box .swiper-button-prev{
	left: 0;
}
.story_box .swiper-button-prev:hover,.story_box .swiper-button-next:hover{
	background: #016eb9;
}
.story_box .swiper-button-next{
	right: 0;
}
.story_box .swiper-button-next:after, .story_box .swiper-button-prev:after{
	color: #98999a;
	font-size: 16px;
}
.story_box .swiper-button-next:hover:after,
.story_box .swiper-button-prev:hover:after{
	color: #fff;
}
.story{
	width: 1110px;
	margin: 0 auto;
}
.story .swiper-slide{
	width: 776px;
	height: 548px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 14px;
}
.story .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.story .swiper-slide:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.story_tm{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.story .swiper-slide-active .story_tm{
	opacity: 0;
}

.lcbh_box{
	padding: 87px 0 100px;
	overflow: hidden;
}
.lcbh_box .adv_title{
	margin-bottom: 42px;
}
.lcbh_txt{
	width: 88%;
	text-align: center;
	line-height: 32px;
	color: #222;
	font-size: 16px;
	margin: 0 auto 42px;
}
.lcbh{
	width: 100%;
}
.lcbh ul{
	margin-right: -38px;
	display: flex;
}
.lcbh li{
	flex-shrink: 0;
	width: 418px;
	height: 498px;
	background: #ebf7ff;
	border-radius: 14px;
	overflow: hidden;
	margin-right: 38px;
	position: relative;
}
.lcbh li.active{
	width: 986px;
}
.lcbh li.active .lcbh_pic{
	display: block;
}
.lcbh li.active .lcbh_con{
	width: 45%;
	padding: 0;
	color: #fff;
	position: absolute;
	top: 106px;
	right: 50px;
	z-index: 2;
}
.lcbh li.active .lcbh_img{
	display: none;
}
.lcbh li.active .lcbh_text{
	font-size: 16px;
	line-height: 30px;
	height: 300px;
	-webkit-line-clamp: 10;
}
.lcbh_pic{
	width: 100%;
	height: 498px;
	border-radius: 14px;
	overflow: hidden;
	display: none;
}
.lcbh_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.lcbh_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.lcbh_con{
	padding: 52px 54px;
	color: #222;
}
.lcbh_img{
	width: 100%;
	height: 220px;
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 32px;
}
.lcbh_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.lcbh_img:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.lcbh_tt{
	font-size: 30px;
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 24px;
}
.lcbh_text{
	font-size: 16px;
	line-height: 36px;
	text-align: justify;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.jiexi_bg{
	width: 100%;
	min-height: 1024px;
	background: url(../images/brand_07.jpg) no-repeat center bottom;
	background-size: 100%;
	padding: 87px 0;
	overflow: hidden;
}
.jiexi_bg .adv_title{
	margin-bottom: 32px;
}
.jiexi_text{
	width: 895px;
	text-align: center;
	line-height: 32px;
	color: #222;
	font-size: 16px;
	margin: 0 auto 110px;
}
.jiexi_con{
	height: 560px;
	position: relative;
}
.jiexi_yuan_box{
	width: 100%;
}
.jiexi_yuan{
	width: 133px;
	height: 133px;
	font-size: 16px;
	color: #016eb9;
	border-radius: 100%;
	line-height: 24px;
	background: url(../images/ind_08.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 2;
}
.jiexi_yuan div{
	text-align: center;
}
.jiexi_y01{
	top: 250px;
	left: -32px;
}
.jiexi_y02{
	top: 205px;
	left: 27.5%;
}
.jiexi_y03{
	top: 145px;
	right: 33.6%;
}
.jiexi_y04{
	top: 275px;
	right: 80px;
}
.jiexi_txt{
	width: 100%;
	height: 560px;
	position: relative;
}
.jiexi_txt li{
	width: 435px;
	line-height: 26px;
	color: #555;
	font-weight: lighter;
	text-align: justify;
	position: absolute;
}
.jiexi_txt h1{
	color: #333;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 10px;
}
.jiexi_txt li:nth-child(1){
	top: 400px;
	left: 4px;
}
.jiexi_txt li:nth-child(2){
	top: 74px;
	left: 13%;
}
.jiexi_txt li:nth-child(3){
	top: 0;
	right: 10%;
}
.jiexi_txt li:nth-child(4){
	top: 418px;
	right: 0;
}

.chun_box{
	width: 1520px;
	padding: 115px 0 62px;
	overflow: hidden;
	margin: 0 auto;
}
.chun_box .adv_title{
	margin-bottom: 10px;
}
.chun_part{
	width: 100%;
	height: 700px;
	position: relative;
}
.chun_left{
	width: 968px;
	height: 460px;
	background: #fff;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
	padding: 50px 30px;
	border-radius: 14px;
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 2;
}
.chun_left .chun_pic,
.chun_left .chun_text {
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.chun_left.fade-out .chun_pic,
.chun_left.fade-out .chun_text {
    opacity: 0;
    transform: translateY(10px);
}
.chun_pic{
	float: left;
	width: 378px;
	height: 360px;
	border-radius: 14px;
	overflow: hidden;
}
.chun_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.chun_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.chun_text{
	float: right;
	width: 480px;
	padding-top: 32px;
}
.chun_text h1{
	color: #222;
	font-size: 28px;
	font-weight: normal;
	line-height: 42px;
	height: 42px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 16px;
}
.chun_txt{
	color: #454545;
	font-size: 16px;
	font-weight: lighter;
	line-height: 36px;
	text-align: justify;
	height: 252px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.chun_right{
	float: right;
	width: 1048px;
	overflow: hidden;
	margin-top: 200px;
	opacity: 0.5;
}
.chun{
	width: 100%;
	height: 540px;
	margin: 0 auto;
}
.chun .swiper-slide{
	padding: 40px;
}
.chun_con{
	width: 968px;
	height: 460px;
	background: #fff;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
	padding: 50px 30px;
	border-radius: 14px;
}

.linian_bg{
	width: 100%;
	min-height: 976px;
	background: url(../images/brand_10.jpg) no-repeat center top;
	background-size: cover;
	padding: 88px 0;
	overflow: hidden;
}
.linian_bg .adv_title{
	margin-bottom: 32px;
}
.linian_top{
	color: #222;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	margin: 0 auto 42px;
}
.linian{
	width: 1554px;
	margin: 0 auto;
}
.linian ul{
	margin-right: -30px;
}
.linian li{
	float: left;
	width: 498px;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	margin-right: 30px;
}
.linian_pic{
	width: 100%;
	height: 446px;
	overflow: hidden;
	position: relative;
}
.linian_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.linian_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.linian li:nth-child(1){
	margin-top: 150px;
}
.linian li:nth-child(1) .linian_pic{
	height: 296px;
}
.linian li:nth-child(3){
	margin-top: 126px;
}
.linian li:nth-child(3) .linian_pic{
	height: 320px;
}
.linian_tm{
	width: 100%;
	height: 60%;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.linian_text{
	width: 88%;
	color: #fff;
	font-size: 14px;
	font-weight: lighter;
	text-align: justify;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	position: absolute;
	bottom: 12px;
	left: 6%;
	z-index: 2;
}
.linian_tt{
	width: 80%;
	color: #333;
	font-size: 24px;
	line-height: 90px;
	height: 90px;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 详情 */
.show_box{
	padding: 50px 0 100px;
	min-height: 500px;
}
.show_tit{
	color: #333;
	font-size: 32px;
	font-weight: bold;
	line-height: 46px;
	text-align: center;
	margin-bottom: 30px;
}
.show_txt{
	color: #666;
	font-size: 16px;
	line-height: 38px;
	text-align: justify;
}
.show_txt img{
	display: block;
	margin: 0 auto;
}
.fy_box{
	width: 100%;
	padding-top: 50px;
}
.fy{
	width: 100%;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fy a{
	color: #666;
}
.fy a:hover{
	color: #333;
}


/* 荣誉资质 */
.honor_bg{
	width: 100%;
	min-height: 902px;
	background: url(../images/honor_01.jpg) no-repeat center top;
	background-size: cover;
	padding: 88px 0 104px;
	margin-top: 95px;
	overflow: hidden;
}
.honor_bg .adv_title{
	margin-bottom: 74px;
}
.honor{
	width: 1184px;
	margin: 0 auto;
}
.honor ul{
	margin-right: -59px;
}
.honor li{
	float: left;
	width: 355px;
	margin-right: 59px;
}
.honor_pic{
	width: 100%;
	height: 487px;
	background: #fff;
	border-radius: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-bottom: 20px;
	cursor: pointer;
}
.honor_pic img{
	width: 310px;
	height: 448px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.honor_pic:hover img{
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}
.honor_text{
	width: 100%;
	text-align: center;
	line-height: 38px;
	color: #333;
	font-size: 24px;
}
.img_modal{
	position: fixed;
	width: 100%;
	height: 100% !important;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
.img_modal_box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_modal_con{
	position: relative;
}
.img_modal_show{
	display: block;
}
.img_modal .img_modal_img{
	width: 100%;
	height: 80vh;
}
.img_modal .img_modal_img img{
	width: auto;
	height: 100%;
	background: #fff;
	border: solid 1px #ddd;
}
.img_modal_header{
	display: flex;
	justify-content: flex-end;
	position: absolute;
	top: 20px;
	right: 20px;
}
.img_modal_header img{
	width: 50px;
	height: 50px;
}
.img_modal_header img:nth-last-child(1){
	width: 50px;
	cursor: pointer;
}

.factory_bg{
	width: 100%;
	min-height: 921px;
	background: url(../images/honor_05.jpg) no-repeat center center;
	background-size: 100%;
	padding: 86px 0;
	overflow: hidden;
}
.factory_bg .adv_title{
	margin-bottom: 74px;
}
.factory_box{
	width: 1125px;
	margin: 0 auto;
}
.factory_left{
	float: left;
	width: 355px;
}
.factory_right{
	float: right;
	width: 710px;
}
.factory_pic{
	width: 100%;
	height: 485px;
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}
.factory_pic img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.factory_pic:hover img{
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}
.factory_text{
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
}
.factory_text h1{
	color: #333;
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
}

.sbzc_bg{
	width: 100%;
	min-height: 898px;
	background: url(../images/honor_08.jpg) no-repeat center top;
	background-size: cover;
	padding: 86px 0;
	overflow: hidden;
}
.sbzc_bg .adv_title{
	margin-bottom: 74px;
}
.sbzc{
	width: 822px;
	margin: 0 auto;
}
.sbzc ul{
	margin-right: -24px;
}
.sbzc li{
	float: left;
	width: 399px;
	height: 532px;
	background: url(../images/honor_09.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 24px;
}
.sbzc_img{
	width: 355px;
	height: 485px;
	overflow: hidden;
	cursor: pointer;
}
.sbzc_img img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.sbzc_img:hover img{
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}

.oum_box{
	padding: 86px 0 102px;
	overflow: hidden;
}
.oum_box .adv_title{
	margin-bottom: 118px;
}
.oum_pic{
	width: 1472px;
	height: 772px;
	border-radius: 14px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	cursor: pointer;
}
.oum_pic img{
	width: 1382px;
	height: 682px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.oum_pic:hover img{
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}