/* 图片缩小动画 */
.subbgD{
	transform: scale(1) !important;
}
nav{
	position: relative !important;
}
/* banner */
.sub-banner{
	width: 100%;
	height: 550px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.sub-banner .sub-b-text {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sub-banner .sub-b-text span{
	font-size: 35px;
	color: #fff;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	font-family: dinr;
}
.sub-banner .sub-b-text h1{
	font-size: 37px;
	color: #fff;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	font-family: syb;
	letter-spacing: 6px;
}
.sub-banner .sub-b-text .line{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	width: 0px;
	height: 4px;
	background-color: #fff;
	border-radius: 1px;
	margin: 20px 0;
	animation: lineD .5s;
	width: 30px;
}
@keyframes lineD{
	from{width: 0px;}
	to{width: 30px;}
}
@media (max-width: 960px) {
	.sjnone{
		display: none !important;
	}
	nav{
		position: fixed !important;
	}
	.sub-banner{
		margin-top: 50px;
		height:400px;
	}
}
.sub-banner .sub-b-text p{
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.sub-banner .sub-b-text i{
	font-style: normal;
}
.sub-banner .sub-banner-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sub-banner .sub-banner-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.2);
	transition: all 4s;
}
@media (max-width: 960px) {
	
}

/* 公用标题样式 */
.public-title span{
	font-size: 28px;
	color: #333;
	font-family: dinb;
	text-transform: uppercase;
}
.public-title i{
	display: block;
	width: 16px;
	height: 6px;
	background-image: url(newsicon.png);
	background-position: center;
	background-size: 100%;
	margin: 6px 0;
}
.public-title h2{
	font-size: 28px;
	color: #333;
	font-family: syb;
}


/* 企业简介 */
.qyjj-bg{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
}
.qyjj-bg .qyjj-bgimg{
	font-size: 800px;
	color: #FCFEFF;
	position: absolute;
	top: -25%;
	left: 10%;
	z-index: -1;
}
.qyjj{
	width: 1088px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.qyjj .qyjj-text{
	width: 536px;
}
.qyjj .qyjj-text p{
	font-size: 16px;
	color: #666;
	line-height: 32px;
	margin-bottom: 20px;
	text-align: justify;
}
.qyjj-img-box{
	width: 100%;
	height: 578px;
	margin-top: 60px;
	overflow: hidden;
}
.qyjj-img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.qyjj-img-box:hover img{
	transform: scale(1.1);
}
@media (max-width: 1100px) {
	.qyjj{
		width: 90%;
	}
}
@media (max-width: 1360px) {
	.qyjj-img-box{
		height: 450px;
	}
}
@media (max-width: 960px) {
	.qyjj{
		flex-wrap: wrap;
	}
	.qyjj .qyjj-text{
		width: 100%;
		margin-top: 40px;
	}
	.qyjj-img-box{
		height: 190px;
	}
	.qyjj-img-box{
		margin-top: 30px
	}
}

/* 企业文化 */
.qywh{
	width: 1640px;
	margin: 0 auto;
}
.qywh .public-title{
	text-align: center;
}
.qywh .public-title i{
	margin: 6px auto;
}
.qywh .public-title p{
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	color: #666;
}
.qywh ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.qywh ul li{
	width: 100%;
	height: 430px;
	display: flex;
	justify-content: space-between;
}
.qywh ul li .bigbox{
	width: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qywh ul li .qywh-imgbox{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}
.qywh ul li .qywh-imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.qywh ul li .bigbox:hover img{
	transform: scale(1.1);
	width: 95%;
}
.qywh ul li h3{
	font-weight: normal;
	font-family: syr;
	font-size: 24px;
	text-align: center;
}
.qywh ul .textbg{
	background-color: #F3F3F3;
}
.qywh ul .imgtext{
	color: #fff;
}
.qywh ul .imgtext p{
	color: #fff;
}
.qywh ul li p{
	line-height: 28px;
	color: #666;
	padding:40px;
}
.qywh ul li i{
	display: block;
	width: 19px;
	height: 3px;
	background-color: #080F40;
	/* background-image: url(../images/about/line.jpg); */
	margin: 8px auto;
}
.qywh ul li i.active{
	background-color: #BBD4EF;
}
@media (max-width: 1660px) {
	.qywh{
		width: 90%;
	}
}
@media (max-width: 1360px) {
	.qywh ul li{
		height: 340px;
	}
}
@media (max-width: 960px) {
	.qywh ul li{
		width: 100%;
		height: auto;
		flex-wrap: wrap;
	}
	.qywh ul li p{
		padding: 0px 20px;
	}
	.qywh ul li .bigbox{
		width: 100%;
		height: 240px;
	}
	.qywh ul .active{
		flex-direction: column-reverse;
	}
}
/* 设计理念 */
.sjln{
	width: 100%;
	height: 760px;
	position: relative;
	margin-top: 100px;
}
.sjln .sjln-imgbg{
	width: 100%;
	height: 100%;
}
.sjln .sjln-imgbg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sjln .sjln-text{
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translate(0, -50%);
	background-color: rgba(8, 15, 64, 0.88);
	padding: 60px;
}
.sjln .sjln-text .public-title{
	text-align: center;
}
.sjln .sjln-text .public-title span{
	color: #fff;
}
.sjln .sjln-text .public-title h2{
	color: #fff;
}
.sjln .sjln-text .public-title i{
	margin: 6px auto;
}
.sjln .sjln-text p{
	color: #fff;
	font-size: 14px;
	margin-top: 32px;
	line-height: 28px;
	text-align: center;
}
@media (max-width: 1360px) {
	.sjln{
		height: 600px;
	}
}
@media (max-width: 960px) {
	.sjln .sjln-text{
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		top: 0px;
		right: 0px;
		padding: 0;
		position: static;
		padding: 60px 0;
	}
	.sjln .sjln-text p{
		width: 90%;
		margin: 0 auto;
		margin-top: 32px;
	}
	.sjln{
		height: auto;
	}
	.sjln .sjln-imgbg{
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
}
/* 如何选材 */
.rhxc{
	width: 100%;
	background-color: #F3F3F3;
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
	padding: 40px 0;
}
.rhxc .rhxc-con{
	display: flex;
	justify-content: space-between;
}
.rhxc .public-title{
	margin-left: 6%;
}
.rhxc .rhxc-con .rhxc-text{
	margin-right: 80px;
}
.rhxc .rhxc-con p{
	font-size: 16px;
	color: #666;
	line-height: 32px;
	margin-bottom: 20px;
}
.rhxc .rhxc-con .rhxc-imgbox{
	margin-right: 24px;
}
.rhxc .rhxc-con .rhxc-imgbox01{
	margin-right: 24px;
}

@media (max-width: 1660px) {
	.rhxc .public-title{
		margin-left: 5%;
	}
}
@media (max-width: 1600px) {
	.rhxc .rhxc-con .rhxc-text{
		margin-right: 24px;
	}
}
@media (max-width: 1500px) {
	.rhxc .rhxc-con .rhxc-imgbox01{
		display: none;
	}
	.rhxc .rhxc-con .rhxc-imgbox{
		margin-right: 0px;
		margin-left: 24px;
	}
	.rhxc .rhxc-con .rhxc-text{
		margin-right: 0px;
	}
	.rhxc .rhxc-con{
		margin-right: 5%;
	}
}
@media (max-width: 960px) {
	.rhxc{
		flex-wrap: wrap;
	}
	.rhxc .rhxc-con{
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
		margin-top: 40px;
	}
	.rhxc .rhxc-con .rhxc-imgbox{
		width: 46%;
		margin-left: 0px;
	}
	.rhxc .rhxc-con .rhxc-imgbox img{
		width: 100%;
	}
	
}
/* 720°云展厅 */
.yzt{
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px;
}
.yzt .public-title{
	text-align: center;
}
.yzt .public-title i{
	margin: 6px auto;
}
.yzt .yzt-imgbox{
	width: 100%;
	height: 660px;
	margin-top: 40px;
}
.yzt .yzt-imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1360px) {
	.yzt .yzt-imgbox{
		height: 600px;
	}
}
@media (max-width: 960px) {
	.yzt .yzt-imgbox{
	    height: 300px;
	}
}

/* 联系方式 */
.contact-info{
	width: 1364px;
	margin: 0 auto;
	margin-top: 100px;
}
.contact-info .public-title{
	text-align: center;
}
.contact-info .public-title i{
	margin: 6px auto;
}
.contact-info ul{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.contact-info ul li{
	width: 25%;
	box-sizing: border-box;
	background-image: url(line.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: center;
}
.contact-info ul li:last-child{
	background-image: none;
}
.contact-info ul li span{
	font-size: 16px;
	font-family: syb;
}
.contact-info ul li p{
	font-size: 14px;
	color: #666;
	margin-top: 12px;
}
.contact-info ul li .eng{
	font-size: 18px;
}
@media (max-width: 1660px) {
	.contact-info{
		width: 90%;
	}
}
@media (max-width: 1220px) {
	.contact-info ul{
		flex-wrap: wrap;
	}
	.contact-info ul li{
		width: 50%;
		margin-bottom: 40px;
	}
	.contact-info ul li:nth-child(2){
		background-image: none;
	}
}
@media (max-width: 960px) {
	.contact-info ul li{
		width: 100%;
		margin-bottom: 20px;
		background-image: none;
		border-bottom: 1px #F3F3F3 solid;
		padding-bottom: 20px;
	}
}
/* 在线留言 */
.liuyan{
	width: 1260px;
	margin: 0 auto;
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 100px;
}
.liuyan .liuyan-imgbox{
	width: 50%;
	height: 720px;
	overflow: hidden;
}
.liuyan .liuyan-imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.liuyan .liuyan-imgbox:hover img{
	transform: scale(1.1);
}
.liuyan .liuyan-con{
	width: 40%;
	box-sizing: border-box;
}
.liuyan .public-title p{
	font-size: 14px;
	color: #666;
	margin-top: 12px;
}
.infor_main_from{
	margin-top: 40px;
}
.infor_main_from label{
	font-size: 16px;
	color: #666;
	margin-left: 12px;
	display: block;
	margin-bottom: 8px;
}
.infor_main_from .list{
	margin-bottom: 20px;
}
.infor_main_from .list input{
	width: 70%;
	height: 40px;
	background-color: #F3F3F3;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding-left: 12px;
	font-size: 14px;
	line-height: 38px;
}
.infor_main_from .list  textarea{
	width: 70%;
	height: 100px;
	background-color: #F3F3F3;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding-left: 12px;
	line-height: 38px;
	font-size: 16px;
}
.infor_main_from .btn{
	width: 146px;
	line-height: 42px;
	background-color: #BBD4EF;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .5s;
	z-index: 1;
	position: relative;
	margin-top: 40px;
}
.infor_main_from .btn input{
	font-size: 14px;
	position: relative;
	z-index: 1;
	transition: all .5s;
	width: 100%;
	border: none;
	background-color: transparent;
	height: 42px;
	cursor: pointer;
}
.infor_main_from .btn .btn-bg{
	width: 0;
	height: 100%;
	background-color: #080F40;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
}
.infor_main_from .btn:hover .btn-bg{
	width: 100%;
}
.infor_main_from .btn:hover input{
	color: #fff;
}
@media (max-width: 1660px) {
	.liuyan{
		width: 90%;
	}
}
@media (max-width: 1500px) {
	.liuyan .liuyan-imgbox{
		height: 600px;
	}
}
@media (max-width: 960px) {
	.infor_main_from .list textarea{
		width: 100%;
	}
	.liuyan{
		flex-wrap: wrap;
	}
	.liuyan .liuyan-imgbox{
		width: 100%;
		height: 300%;
	}
	.liuyan .liuyan-con{
		width: 100%;
		padding: 0;
		margin-top: 40px;
	}
	.infor_main_from .list input{
		width: 100%;
	}
}

/* 招商加盟 */
.join{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.join .public-title{
	text-align: center;
}
.join .public-title i{
	margin: 0 auto;
}
.join .join-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.join .join-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.join-info {
	display: flex;
	width: 1364px;
	margin: 0 auto;
	margin-top: 40px;
	height: 624px;
	overflow: hidden;
}
.join-info  ul{
	width: 410px;
	background-color: #F3F3F3;
	overflow-y: scroll;
}
.join-info  ul li{
	line-height: 70px;
	box-sizing: border-box;
	cursor: pointer;
}
.join-info ul li:hover{
	background-color: #BBD4EF;
}
.join-info  ul li p{
	font-family: syb;
	color: #333;
	width: 80%;
	border-bottom: 1px #DBDBDB solid;
	padding-left: 60px;
	box-sizing: border-box;
	margin: 0 auto;
}
.join-info  ul .active{
	background-color: #BBD4EF;
}
.join-info .join-info-con .join-info-item{
	display: none;
	position: relative;
	height: 100%;
}
.join-info .join-info-item .join-info-text{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 22px 0;
}
.join-info .join-info-item .join-info-text p{
	color: #fff;
	line-height: ;
	font-size: 14px;
	line-height: 28px;
	box-sizing: border-box;
	padding: 0 40px;
}
.join-info .join-info-item .join-info-imgbox{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.join-info .join-info-item .join-info-imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.join-info .join-info-item .join-info-imgbox:hover img{
	transform: scale(1.1);
}
.join-info .join-info-con .active{
	display: block;
}
.join .join-info-sj{
	display: none;
}
@media (max-width: 1500px) {
	.join-info{
		width: 90%;
	}
}
@media (max-width: 1200px) {
	.join-info ul li p{
		padding-left: 20px;
	}
}
@media (max-width: 960px) {
	.join-info{
		display: none;
	}
	.join .join-info-sj{
		display: block;
		width: 90%;
		margin: 0 auto;
		margin-top: 40px;
	}
	.join .join-info-sj h3{
		font-weight: normal;
		font-family: syb;
		margin-bottom: 8px;
		font-size: 18px;
	}
	.join .join-info-sj p{
		font-size: 16px;
	}
	.join .join-info-sj li{
		border-bottom: 1px #F3F3F3 solid;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* 子页导航 */
.subnav{
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 999;
}
.subnav .subnav-select-bg{
	background-color: #272B60;
	padding-left: 6%;
}
.subnav .subnav-select{
	height: 65px;
	display: flex;
	align-items: center;
	width: 712px;
	justify-content: space-between;
	color: #fff;
	cursor: pointer;
}
.subnav .subnav-select h1{
	font-weight: normal;
	font-size: 18px;
}
.subnav .subnav-select i{
	font-weight: normal;
	font-size: 12px;
	transition: all .5s;
	transform:rotate(180deg);
}
.subnav .subnav-select .active{
	transform:rotate(0deg);
}
.subnav .subnav-list-bg{
	background-color: #080F40;
	padding-left: 6%;
	border-bottom: 1px #fff solid;
}
.subnav .subnav-list{
	width: 712px;
	padding: 40px 0px;
}
.subnav .subnav-list h3{
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	background-color: #272B60;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	width: 146px;
	line-height: 42px;
	text-align: center;
	margin-right: 40px;
}
.subnav .subnav-list h3.active{
	background-color: #BBD4EF;
	color: #333;
}
.subnavtitle-list{
	border-bottom: 1px #fff solid;
	padding-bottom: 30px;
	display: flex;
}
.subnav .subnav-list ul{
	margin-top: 12px;
	color: #fff;
	flex-direction: column;
	flex-wrap: wrap;
	height: 126px;
	align-content: flex-start;
	display: none;
}
.subnav .subnav-list ul.active{
	display: flex;
}
.subnav .subnav-list ul li{
	font-size: 16px;
	line-height: 42px;
	cursor: pointer;
	width: 200px;
}
.subnav .subnav-list ul li a{
	color: #fff;
}
.subnav .box{
	display: none;
}
.subnav .subnav-tab-bg{
	background-color: #080F40;
	padding-left: 6%;
}
.subnav .subnav-tab{
	color: #fff;
	display: flex;
	height: 65px;
	align-items: center;
}
.subnav .subnav-tab span{
	background-image: url(line.png);
	display: block;
	width: 40px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.subnav .subnav-tab a{
	color: #fff;	
	font-size: 14px;
}
.subnav .subnav-tab .subnav-tab-item{
	font-size: 14px;
}
@media (max-width: 1640px) {
	.subnav .subnav-select-bg{
		padding-left: 5%;
	}
	.subnav .subnav-list-bg{
		padding-left: 5%;
	}
	.subnav .subnav-tab-bg{
		padding-left: 5%;
	}
}
@media (max-width: 960px) {
	.subnavtitle-list{
		width: 100%;
		justify-content: space-between;
	}
	.subnav .subnav-list h3{
		margin-right: 0px;
		width: 46%;
	}
	.subnav{
		top: 50px;
	}
	.subnav .subnav-select-bg{
		padding: 0px;
	}
	.subnav .subnav-select{
		width: 90%;
		margin: 0 auto;
	}
	.subnav .subnav-list{
		width: 90%;
		margin: 0 auto;
	}
	.subnav .subnav-list-bg{
		padding: 0px;
	}
	.subnav .subnav-list ul li{
		width: 100%;
		text-align: center;
		border-bottom: 1px #313767 solid;
		line-height: 60px;
	}
	.subnav .subnav-list ul{
		height: 40vh;
		overflow: scroll;
		flex-direction: row;
	}
	.subnav .subnav-tab{
		height: auto;
		flex-wrap: wrap;
	}
	.subnav .subnav-select{
		height: 50px;
	}
	.subnav .subnav-tab span{
		height: 30px;
	}
	.subnav .subnav-tab .subnav-tab-item{
		line-height: 30px;
		font-size: 12px;
	}
	.subnav .subnav-select i{
		font-size: 12px;
	}
	.subnav .subnav-tab span{
		width: 22px;
	}
}
/* 产品展示 */
.pro{
	width: 1640px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}
.pro ul{
	display: flex;
	flex-wrap: wrap;
}
.pro ul li{
	width: 32%;
	margin-bottom: 80px;
}
.pro ul li:nth-child(3n-1){
	margin: 0 2%;
}
.pro ul li .pro-imgbox{
	width: 100%;
	height: 314px;
	overflow: hidden;
	position: relative;
}
.pro ul li .pro-imgbox::after{
	content: '';
	width: 72px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 20px;
}
.pro ul .xl01 .pro-imgbox::after{
	background-image: url(xl01.png);
}
.pro ul .xl02 .pro-imgbox::after{
	background-image: url(xl02.png);
}
.pro ul .xl03 .pro-imgbox::after{
	background-image: url(xl03.png);
}
.pro ul .xl04 .pro-imgbox::after{
	background-image: url(xl04.png);
}
.pro ul .xl05 .pro-imgbox::after{
	background-image: url(xl05.png);
}
.pro ul .xl06 .pro-imgbox::after{
	background-image: url(xl06.png);
}
.pro ul .xl07 .pro-imgbox::after{
	background-image: url(xl07.png);
}
.pro ul li .pro-imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.pro ul li .pro-imgbox:hover img{
	transform: scale(1.1);
}
.pro ul li .pro-text{
	width: 100%;
	margin-top: 12px;
	display: flex;
	justify-content: space-between;
}
.pro ul li .pro-text h3{
	font-weight: normal;
	color: #333;
}
.pro ul li .pro-text span{
	border: 1px #666666 solid;
	font-size: 14px;
	font-family: dinr;
	padding: 0 12px;
	line-height: 24px;
	height: 24px;
	color: #333;
}
.pro ul li .pro-text i{
	font-style: normal;
	color: #333;
}
.pro ul li .line{
	background-image: url(line01.jpg);
	width: 19px;
	height: 3px;
	margin-top: 20px;
	transition: all .5s;
}
.pro ul li:hover .line{
	width: 100%;
}
.more-box .btn{
	width: 146px;
	margin-right: 40px;
	line-height: 42px;
	background-color: #080F40;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .5s;
	z-index: 1;
	position: relative;
	color: #fff;
	margin: 0 auto;
}
.more-box .btn span{
	font-size: 14px;
	position: relative;
	z-index: 1;
	transition: all .5s;
}
.more-box{
	margin: 0 auto;
}
.more-box .btn .btn-bg{
	width: 0;
	height: 100%;
	background-color: #080F40;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
}
.more-box .btn:hover .btn-bg{
	width: 100%;
	background-color: #BBD4EF;
}
.more-box .btn:hover span{
	color: #333;
}
.tishi{
	display: block;
	font-size: 14px;
	color: #333;
	text-align: center;
}

@media (max-width: 1690px) {
	.pro{
		width: 90%;
	}
}
@media (max-width: 1500px) {
	.pro ul li .pro-imgbox{
		height: 270px;
	}
}
@media (max-width: 960px) {
	.pro ul li .pro-imgbox{
		height: 270px;
	}
	
	.pro{
		margin-top: 60px;
	}
	
	.pro ul li:nth-child(3n-1) {
	    margin: 0;
		margin-bottom: 60px;
	}
	.pro ul li{
		width: 100%;
		margin-bottom: 60px;
	}
}

/* 新闻资讯 */
#section5{
	margin-top: 100px;
	margin-bottom: 100px;
}
.news-box-box ul{
	margin-bottom: 40px;
	flex-wrap: wrap;
}
#section5 ul li{
	margin-bottom: 60px;
}
#section5 ul li:nth-child(3n-1) {
    margin: 0 2.45%;
}
@media (max-width: 960px) {
	#section5 ul li:nth-child(3n-1) {
	    margin: 0px;
		margin-bottom: 60px;
	}
}
/* 新闻内页 */
.news-show{
	width: 1088px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 100px;
	overflow: hidden;
}
.news-show h1{
	font-size: 32px;
	font-family: syb;
	margin-bottom: 10px;
}
.news-show .time{
	font-size: 16px;
	font-family: dinr;
}
.news-show-con{
	width: 100%;
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px #F3F3F3 solid;
}
.news-show img{
	max-width: 100% !important;
	height: auto !important;
}
@media (max-width: 1200px) {
	.news-show{
		width: 90%;
	}
}


/* 产品内页 */
.product_page {
  width: 100%;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  background-color: #fff;
}

.product_page .product_page_img {
  width:730px;
}

.product_page .product_page_img .swiper-container {
  width: 100%;
  height: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.product_page .product_page_img .gallery-top::after{
	content: '';
	width: 72px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 9;
}
.product_page .product_page_img .xl01::after{
	background-image: url(xl01.png);
}
.product_page .product_page_img .xl02::after{
	background-image: url(xl02.png);
}
.product_page .product_page_img .xl03::after{
	background-image: url(xl03.png);
}
.product_page .product_page_img .xl04::after{
	background-image: url(xl04.png);
}
.product_page .product_page_img .xl05::after{
	background-image: url(xl05.png);
}
.product_page .product_page_img .xl06::after{
	background-image: url(xl06.png);
}
.product_page .product_page_img .xl07::after{
	background-image: url(xl07.png);
}
.product_page .product_page_img .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product_page .product_page_img .gallery-top {
  width: 100%;
  height: 460px;
  background-color: #F9F9F9;
}

.product_page .product_page_img .gallery-thumbs {
  height: 140px;
  box-sizing: border-box;
  padding: 10px 0;
  background-color: #fff;
  padding: 10px 12px;
}

.product_page .product_page_img .gallery-thumbs .swiper-slide {
  width: 200px !important;
  height: 100%;
  background-color: #F9F9F9;
  border-radius: 6px;
  box-sizing: border-box;
  background-size: cover;
  cursor: pointer;
}

.product_page .product_page_img .gallery-thumbs .swiper-slide-thumb-active {
  border: 2px #E1B262 solid;
}

.product_page .product_page_img .gallery-thumbs .thumbs-next {
  z-index: 999;
  position: absolute;
}

.product_page .product_page_text {
  width: calc(100% - 730px);
  padding-left: 40px;
  box-sizing: border-box;
  padding-right: 40px;
}
.swiper-button-next::after, .swiper-button-prev::after{
	display: none;
}
.swiper-button-next::before, .swiper-button-prev::before{
	display: none;
}
.product_page .product_page_text h1 {
	font-size: 28px;
	color: #333333;
	padding-bottom: 32px;
	margin-top: 20px;
	border-bottom: 1px #CBCBCB solid;
	margin-bottom: 32px;
}

.product_page .product_page_text .product_page_con p{
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.product_page .product_page_text .product_page_btn {
  width: 191px;
  color: #333333;
  font-size: 18px;
  background-color: #E1B262;
  text-align: center;
  line-height: 46px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 40px;
}
.product_page .btn{
	width: 146px;
	margin-right: 40px;
	line-height: 42px;
	background-color: #080F40;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .5s;
	z-index: 1;
	position: relative;
	color: #fff;
	margin-top: 40px;
}
.product_page .btn span{
	font-size: 14px;
	position: relative;
	z-index: 1;
	transition: all .5s;
}
.product_page .btn .btn-bg{
	width: 0;
	height: 100%;
	background-color: #BBD4EF;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
}
.product_page .btn span i{
	display: inline-block;
	margin-right: 6px;
}
.product_page .btn:hover .btn-bg{
	width: 100%;
}
.product_page .btn:hover span{
	color: #333;
}

/* 产品推荐 */
.product_con_box{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.product_con_box .product_con_side{
	width: 330px;
	padding: 24px 22px;
	background-color: #fff;
	box-sizing: border-box;
}
.product_con_box .product_con_side h2{
	font-size: 18px;
	padding-bottom: 12px;
	border-bottom: 1px #DEDEDE solid;
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
.product_con_box .product_con_side li{
	border-bottom: 1px #DEDEDE soild;
	width: 100%;
	margin-bottom: 40px;
}
.product_con_box .product_con_side li p{
	font-size: 16px;
	margin-top: 10px;
	color: #333;
}
.product_con_box .product_con_side li .img-box{
	width: 100%;
	height: 192px;
}
.product_con_box .product_con_side li .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_con_box .product_con{
	width: 840px;
	box-sizing: border-box;
	padding: 60px 100px;
	background-color: #fff;
}
.product_con_box .product_con img{
	width: 100%;
	display: block;
}
@media (max-width: 1360px) {
	.product_page{
		width: 90%;
	}
	.product_con_box{
		width: 90%;
	}
	.product_con_box .product_con_side{
		width: 26%;
	}
	.product_con_box .product_con{
		width: 70%;
	}
}
@media (max-width: 1300px) {
	.product_page .product_page_img{
		width: 60%;
	}
	.product_page .product_page_text{
		width: 40%;
	}
	.product_con_box .product_con_side li .img-box{
		height: 150px;
	}
}
@media (max-width: 960px) {
	.product_con_box .product_con{
		width: 100%;
		box-sizing: border-box;
		padding: 30px 20px;
	}
	.product_con_box .product_con_side{
		display: none;
	}
	.product_page .product_page_text .product_page_con p {
	  font-size: 16px;
	  padding: 0;
	}

	.product_page .product_page_img .gallery-top{
			height: 330px;
	}
	.product_page {
		flex-wrap: wrap;
		padding: 0;
		width: 90%;
		margin: 0 auto;
		margin-top: 80px;
		border: none;
		margin-bottom: 40px;
	}
	.product_page .product_page_img {
		width: 100%;
	}
	.product_page .product_page_text {
		width: 100%;
		padding: 0px 20px;
		padding-bottom: 40px;
	}
}