/* public css */
.pic-box{
	/* display: flex; */
	overflow: hidden;
	align-items: center;
	justify-content: center;
}
.pic-box img{
	width: 47%;
	height:auto;
}

.box-width{
	width: 1300px;
	margin:0 auto
}

.left,.right{
	width: 50%;
}

.contain-wrapper{
	width:100%;
	overflow: hidden;
}
.contain-box{
	width:100%;
	position: relative;
	background: #fff;
	background-size: cover;
	background-position: center;
}
.main-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.main-box .catedetail{
	width: 100%;
	margin:0 auto;
}
.main-box .catedetail img{
	display:block;
	width:100%;
}
.contain-title{
	font-size: 35px;
	color: #3abbd0;
	padding-bottom: 10px;
	border-bottom: 3px #3abbd0 solid;
	padding-left: 150px;
	width: max-content;
	overflow: hidden;
}
@media screen and (max-width:1400px){
	.box-width{
		width: 95%;
		margin:0 auto;
	}
	.main-box{
		width: 100%;
		margin: 0 auto;
		min-width: unset;
	}
}
/* public css end */

/* header css */
header{
	width:100%;
	height: 135px;
}
.head{
	width: 100%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	height: 135px;
	align-items: center;
	position: fixed;
	z-index: 999;
	background-size:cover;
	background-position:center;
	flex-wrap: wrap;
	box-shadow: 0px 5px 25px #000000cc;
}
.head .topnav{
	display:flex;
	height: 60px;
	width: 100%;
	font-size: 12px;
	color: #3abbd0;
	align-items: center;
	background: #fff;
	padding-bottom: 5px;
	justify-content: center;
}
.head .topnav>li{
	width: 80px;
	text-align:center;
	position:relative;
	white-space: nowrap;
}
.head .topnav>li:nth-child(4){
}
.head .topnav>li:hover .pic-box{
}
.head .topnav .pic-box{
	width: auto;
	height: 35px;
	margin:0 auto;
}
.head .topnav li:nth-child(3) .pic-box{
	height: 45px;
	position:relative;
	top:5px;
}
.head .topnav .pic-box img{
	height:100%;
	width:auto;
}
.head .topnav>li p img{
	width: 10px;
	position: absolute;
	bottom: -8px;
	filter: sepia(1);
	left: 2px;
	right: 0;
	margin: auto;
}
.toplogo{
	padding: 8px 0;
	width: 100%;
	background-image: url(../images/headbg.png);
}
.toplogo p{
	display:block!important;
	text-align:center;
	font-size:12px;
	color:#fff;
	margin-top:10px;
	text-shadow: 0px 2px 1px #3d3d3d87;
	letter-spacing: 1px;
	filter: brightness(1.5);
}
.toplogo .pic-box{
	height: auto;
	filter: drop-shadow(-1px -1px 4px #fff) brightness(1.2);
	/* animation:logobling 2s ease alternate infinite; */
}
.toplogo .pic-box:hover{
	animation:logobling 1s ease alternate infinite;
}
@keyframes logobling{
	from{filter: drop-shadow(-1px -1px 6px #fff) brightness(1.2);}
	to{filter: drop-shadow(-1px -1px 1px #fff) brightness(1);}
}
.toplogo .pic-box img{
	width: 75px;
}
.head .topnav li .subnav{
	position:absolute;
	z-index:20;
	background:#08b4c4;
	animation:opashow 0.5s ease forwards;
	display:none;
	top: 55px;
	width: 150%;
	left: -25%;
	white-space: normal;
}
.head .topnav li:hover .subnav{
	display:block;
}
.head .topnav li .subnav li{
	width: 100%;
	height: 40px;
	margin:0 auto;
	border-bottom:1px #ffffff87 solid;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 10px;
	color: #fff;
}
.head .topnav li .subnav li a{
	height:100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.head .topnav li .subnav li:hover{
	background:#079fad;
}
.head .topnav li .subnav li:nth-last-child(1){
	border-bottom:none;
}
@keyframes opashow{
	from{opacity:0}
	top{opacity:1}
}
/* bannercss */
.banner{
	position:relative;
	overflow:hidden;
	height: auto;
	--swiper-theme-color: #3abbd0;
	--swiper-navigation-size: 40px;
	--swiper-theme-color: #3abbd0;
}
.banner .swiper-pagination{
	bottom:40px!important;
}
.banner .swiper-pagination span{
	width: 12px!important;
	height:12px!important;
}
.banner .pic-box img{
	height: auto;
	width: 100%;
}
.typeshow{
	width:100%;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	margin-top: 50px;
}
.typeshow .videobox{
	width: 90%;
	height:auto;
	margin:0 auto;
}
.typeshow .videobox video{
	width:100%;
	height:auto;
}
.procateshow{
	width: 100%;
	display:flex;
	justify-content:space-between;
	margin: 20px auto 20px;
	text-align: center;
	flex-wrap: wrap;
	font-size: 10px;
}
.procateshow .showbox{
	width:25%;
}
.procateshow a{
	display:block;
	margin-bottom: 15px;
}
.procateshow a .pic-box{
	width: 60px;
	height: 60px;
	margin: 0px auto 5px;
	align-items:flex-start
}
.procateshow a:hover .pic-box{
	transform:rotateY(190deg)
}
.probox .main-box{
	width:100%;
	height:auto;
}
.proshow{
	margin-bottom: 30px;
}
.proshow .bigpropic{
	width:100%;
	position:relative;
}
.proshow .bigpropic img{
	width:100%;
}
.moveimg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.moveimg img{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:auto;
	display: block;
}
.proshow .itembox{
	width: 95%;
	display:flex;
	margin:0 auto;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin-top: 15px;
}
.proshow .itembox .showbox{
	width:23%;
	margin:1%;
	display: block;
	position:relative;
	overflow:0;
}
.proshow .itembox .showbox .pic-box{
	border: 2px #e1e1e1 solid;
}
.proshow .itembox .showbox:hover .pic-box img{
	transform:scale(1.2)
}
.proshow .itembox .showbox{
	position:relative;
	overflow:hidden;
}
.proshow .itembox .showbox:before{
	position:absolute;
	width: 0;
	height: 0;
	top: 0px;
	left: 0px;
	border-top: 1px #08b4c4 solid;
	content:'';
	border-left: 1px #08b4c4 solid;
	transition:0.5s ease;
	opacity:0;
}
.proshow .itembox .showbox:after{
	position:absolute;
	width:0;
	height:0;
	bottom: 0px;
	right: 0px;
	border-bottom: 1px #08b4c4 solid;
	content:'';
	border-right: 1px #08b4c4 solid;
	transition:0.5s ease;
	opacity:0;
}
.proshow .itembox .showbox:hover:before,
.proshow .itembox .showbox:hover:after{
	width:100%;
	height:100%;
	opacity:1;
}
.proshow .itembox .showbox p{
	display: block;
	position:absolute;
	background:#08b4c4;
	color:#fff;
	bottom: -40px;
	width:100%;
	text-align:center;
	line-height: 15px;
	font-size: 9px;
}
.proshow .itembox .showbox:hover p{
	transition:0.3s  linear;
	bottom:0;
}
/* formshow css */
.formbox{
	background-image: url(../images/abpic.jpg);
	color: #fff;
	position:relative;
	background-attachment: fixed;
	padding: 0;
	background-position: left;
}
.formbox:before{
	position:absolute;
	background:#0009;
	width: 55%;
	height:100%;
	content:'';
	top:0;
	right: 0;
	z-index:1;
}
.formbox .main-box{
	justify-content: flex-end;
	display:flex;
	position:relative;
	z-index:10;
}
.formshow{
	width:50%;
	padding: 200px 30px;
}
.formshow .tit{
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.formshow form{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.formbox .showbox{
	width: 48%;
	display: flex;
	margin: 20px 0;
}
.formbox .showbox:nth-child(3),
.formbox .showbox:nth-child(4){
	width: 100%;
}
.formbox .showbox input{
	width: 100%;
	padding:15px;
	line-height: 25px;
	border:1px #fff solid;
	font-size:16px;
	color: #fff;
	background: none;
}
.formbox .showbox input::placeholder{
	color:#fffc;
}
.formbox .showbox textarea{
	width: 100%;
	height: 100px;
	padding: 15px;
	line-height: 35px;
	font-size:16px;
	background: none;
	color: #fff;
	border: 1px #fff solid;
	font-family: auto;
}
.formbox .showbox textarea::placeholder{
	color:#fffc;
}
.formbox button{
	background: none;
	color:#fff;
	width: 100%;
	line-height: 40px;
	margin:auto;
	margin-top:20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	border: 1px #fff solid;
	cursor: pointer;
}
.formbox button:hover{
	background:#fff;
	color:#000;
}
/* footer */
footer{
	background-image: url(../images/boardbg.jpg);
	position:relative;
	background-position: center;
	background-size: cover;
}
footer:before{
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	top:0;
	left:0;
	z-index:1;
	background: #3abbd0;
}
.foot{
	display: flex;
	padding: 30px 10px 10px;
	position: relative;
	z-index: 10;
	flex-direction: column;
}
.foot .left{
	width: 100%;
	border-bottom: 2px #fff solid;
	color: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.foot .left .showbox{
	margin-bottom: 15px;
}
.foot .left .tit{
	font-size: 22px;
	font-weight: bold;
	margin-bottom:10px;
}
.foot .left .txt{
	font-size: 14px;
	margin: 10px 0px;
}
.foot .left .txt em{
	margin-left:90px;
}
.foot .left .txt span{
	font-weight:bold;
	width: 90px;
	display: inline-block;
}
.foot .middle{
	width: 100%;
	padding: 0 15px;
	display: none;
}
.footnav{
	width: 100%;
	justify-content: space-between;
	display: flex;
}
.footnav>li{
	width: 30%;
	font-size:20px;
	color:#fff;
	line-height: 30px;
	display: none;
}
.footnav li>.subnav{
	font-size:14px;
}
.footnav li a{
	width: 100%;
	display: block;
	text-align: center;
	transition:0.5s ease;
}
.footnav li a:hover{
	opacity:1;
}
.foot .right{
	width: 100%;
	text-align: center;
	color: #fff;
}
.foot .ewmbox{
	width: 50%;
}
.foot .ewmbox .pic-box{
	width: 100%;
}
.foot .ewmbox p{
	margin: 5px 0;
	font-size: 15px;
}
footer .bottom{
	width:100%;
	color: #fff;
	padding: 10px 10px;
	text-align: center;
	border-top: 1px #fff solid;
	position: relative;
	z-index: 1;
}
footer .bottom span{
	display:inline-block;
	font-size:10px;
}
.foot .right .addshow{
	margin-bottom:30px;
	text-align: left;
}
.foot .right .tit{
	font-size: 22px;
	font-weight: bold;
	margin-bottom:10px;
}
.foot .right .txt{
	font-size: 14px;
	margin: 5px 0px;
	line-height: 30px;
}
.foot .right .txt span{
	font-weight:bold;
}
.abdetail{
	font-size:16px;
	line-height:30px;
	width: 100%;
	padding: 0 10px;
	margin:0 auto;
}
.abdetail img{
	width:100%;
}
.nybanner{
	width:100%
}
.nybanner img{
	width: 100%;
	height:auto;
	margin:0 auto;
	display:block;
}
.nynewsshow{
	width: 100%;
	display:flex;
	flex-direction: column;
	align-items: stretch;
	margin: 0 auto;
	justify-content: flex-start;
	margin-bottom: 20px;
	flex-wrap: wrap;
	align-content: center;
}
.nynewsshow .showbox{
	width: 100%;
	display:flex;
	margin: 1%;
	padding:10px;
}
.nynewsshow .showbox:hover{
	box-shadow:3px 5px 20px #ccc;
}
.nynewsshow .showbox .pic-box{
	width: 30%;
}
.nynewsshow .showbox .textbox{
	width: 65%;
	padding: 10px;
}
.nynewsshow .showbox .textbox .tit{
	font-size: 12px;
	font-weight:bold;
	width:max-content;
	max-width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:2px #3abbd0 solid;
}
.nynewsshow .showbox .textbox .intro{
	font-size: 12px;
}
.nycontactshow{
	width: 100%;
	display:flex;
	margin:0 auto;
	justify-content:space-between;
	flex-wrap: wrap;
}
.nycontactshow .left{
	width: 100%;
	font-size: 15px;
	padding: 20px 20px 0;
}
.nycontactshow .left .tit{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:2px #3abbd0 solid;
	width:80%;
	font-weight: bold;
	font-size: 20px;
}
.nycontactshow .left .textbox{
	line-height: 30px;
}
.nycontactshow .right{
	width: 100%;
	height: auto;
}
.nycontactshow .right .pic-box{
}
.nycontactshow .right img{
}
.newsdetial{
	width: 100%;
	margin: 20px auto;
	padding: 0 10px;
}
.newsdetial .tit{
	font-size:20px;
	text-align:center;
	font-weight:bold;
	width: 100%;
	margin:0 auto;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:2px #00000075 solid;
}
.newsdetial .date{
	font-size:12px;
	color:#333333a6;
	text-align:center;
}
.newsdetial .textbox{
	margin-top:30px;
	font-size:14px;
	line-height:25px;
}
.newsdetial .btnbox{
	display:flex;
	justify-content:space-between;
	margin-top: 10px;
	font-size:12px;
}
.newsdetial .btnbox p:hover{
	color:#3abbd0;
	transition:none;
}
.pagination{
	width:100%;
	display:flex;
	justify-content:center;
}
.pagination li{
	display:block;
	min-width:30px;
	min-height:30px;
	text-align:center;
	line-height:30px;
	border:1px #dadada solid;
	margin: 0 10px;
	padding:0 10px
}
.pagination li:hover{
	color:#fff;
	background:#3abbd0
}