/* public css */
.contain-wrapper{
    width:100%;
    overflow: hidden;
}

.hisbox{
	--swiper-navigation-color: red;
}

.videobox .videoshow{
	--swiper-navigation-color: white;
	--swiper-navigation-size: 40px;
}

.box{
	width: 100%;
	padding: 20px 0;
	margin-bottom: 10px;
	overflow: hidden;
}

.w1300{
	width: 1300px;
	margin: 0 auto;
}

@media screen and (max-width:1600px) {
	.w1300{
		width: 1300px;
		margin: 0 auto;
	}
}
@media screen and (max-width:1300px) {
	.w1300{
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
}

.contain-title{
	text-align: center;
}

.contain-title .title-line{
	width: 100px;
	height: 2px;
	background-color: #8c8c8c;
	margin: 5px auto;
}
.contain-title h1{
	font-size: 20px;
	color: #1074B1;
	text-align: center;
}

.contain-title p{
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-align: center;
}
.pic-box img{
	width: 100%;
	height: auto;
}



.pic-box{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
tr>td:nth-child(1){
  text-align:center;
  width: 60px;
  vertical-align:middle
}



tr>td:nth-child(2){
	width: 15%;
	text-align:center;
	vertical-align:middle;
}
.firstRow>td{
	text-align:center;
}
tr>td:nth-child(3){
	width: 35%;
}

td>p{
	padding-top:10px;
	padding-bottom:10px;
}
/* header css */

header{
	width: 100%;
	height: 60px;
}

.htop{
	width: 100%;
	height: 40px;
	background: #1074B1;
	font-size: 14px;
	position: relative;
	z-index: 201;
	display: none;
}
.htop:hover{
	background: #1c506f;
}
.htop .text-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.htop p{
		color: #fff;
		margin-right: 20px;
		display: inline-block;
		float: left;
}

.htop .callbox{
	height: 100%;
	line-height: 40px;
}

.htop .callbox .lang{
	color: #fff;
	display: inline-block;
	float: left;
	width: 140px;
	padding: 0 5px;
}

.htop .callbox .lang .pic-box{
	width: 100%;
	float: left;
	position: relative;
	z-index: 101;
}

.htop .callbox .lang .pic-box img{
	width:30px;
	margin-right: 10px;
}

.htop .callbox .lang .langlist{
	background: #1074B1;
	width: 100%;
	display: none;
	text-align: center;
	transition: unset;
	position: relative;
	z-index: 100;
	/* top: 40px; */
	height: auto;
}
.htop .callbox .lang .langlist a{
	color:#fff;
	line-height: 35px;
	border-bottom: 1px #fff solid;
	display: inline-block;
	width: 100%;
}

.htop .callbox .lang .langlist a:hover{
	background:#0f5580
}


.nav-box{
	height: 80px;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.top-nav{
	height: 80px;
	position: relative;
	z-index: 200;
	display: none;
}
.top-nav .logo-box{
	height: 90%;
	width: auto;
	display:flex;
	align-items: center;
	align-content: center;
}

.top-nav .logo-box .text-box{
	height:100%;
	margin-left:10px;
	
}
.top-nav .logo-box .text-box p:nth-child(1){
	font-size: 35px;
	font-weight:bold;
	color:#1074B1;
	letter-spacing: 7px;
}
.top-nav .logo-box .text-box p:nth-child(2){
	font-size:16px;
	font-weight:600;
}
.top-nav .logo-box img{
	height: 100%;
	width: auto;
}

.top-nav ul{
	width: 70%;
	display: flex;
	justify-content: flex-end;
	height: 100%;
}

.top-nav ul li{
	display: block;
	width: 15%;
	height: 100%;
	line-height: 80px;
	text-align: center;
	font-size: 18px;
}





.top-nav ul li>a{
	width: 100%;
	color: #1074B1;
	display: block;
}

.top-nav ul>li.active{
	background:#1074B1;
}
.top-nav ul>li:hover{
	background:#1074B1;
}
.top-nav ul>li.active a{
	color:#fff;
}
.top-nav ul>li:hover a{
	color:#fff;
}

.top-nav ul .sublist{
	display:none;
	background:inherit;
	width:120%;
	height:auto;
	transition: unset;
	opacity:0;
}

.top-nav ul>li:hover .sublist{
	opacity:1
}

.top-nav ul .sublist>li{
	width:100%;
	font-size:14px;
	line-height: 50px;
}
.top-nav ul .sublist>li:hover{
	background:#0f5580;
}

.m-head{
    display: flex;
    position:fixed;
    height:60px;
    background: #1074B1;
    width: 100%;
    padding: 5px 20px;
    justify-content: space-between;
    align-items: center;
    z-index:999;
    top: 0;
}

.m-head .m-logo{
	width: 150px;
	height: 100%;
	background: linear-gradient(49deg,#fff,#fff, #b5b5b585,#fff,#fff,#fff,#fff,#b5b5b585,#fff,#fff);
	border-radius: 5px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.m-head .m-logo .text-box{
	margin-left:5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.m-head .m-logo .text-box p:nth-child(1){
	color: #ffffff;
	font-size:24px;
	text-align: center;
	letter-spacing:5px;
	text-shadow: 2px 2px 3px #000000;
}
.m-head .m-logo .text-box p:nth-child(2){
	font-weight:bold;
	font-size:10px;
}
.m-head .m-logo img{
	height: 100%;
	width: auto;
}


.m-head .list-button{
	width:30px;
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.m-head .list-button .line{
	width:100%;
	height:2px;
	background: #fff;
	margin: 3px 0;
}
.m-top-menu{
	position:fixed!important;
	background: #3e8fc038;
	height:100%;
	width:100%;
	padding-top:60px;
	left:0;
	top:0;
	z-index:999;
	display: none;
}
.m-top-menu .left{
	position:absolute;
	top:0;
	height: 100%;
	width:60%;
	left:0;
}

.m-top-menu>ul{
	width:40%;
	height:100%;
	background: #1074B1;
	color: #fff;
	text-align: center;
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	position: absolute;
	right: -40%;
}
.m-top-menu>ul a{
	color: #fff;
}

.m-top-menu>ul>li{
	width:100%;
	height: auto;
	margin: 10px;
}


.m-top-menu>ul>li>ul{
	display:none;
}

.m-top-menu>ul>li:hover ul{
	display: block;
}

.m-top-menu>ul>li>ul{
	margin-top:15px;
	margin-bottom: 30px;
}
.m-top-menu>ul>li>ul>a{
	display:block;
	margin: 15px 0;
	color: #858585;
}

/* header css end */


/* banner css */
.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.banner img{
	width: 100%;
}



	/* banner end */
	


/* banner css end */



/* about us css */
.ab-box{
	background-color: #eee6;
	position: relative;
	margin: 0px auto 0;
}
.ab-box .main-text{
	width: 100%;
	background-color: #fff;
	padding-bottom: 20px;
}
.ab-box .ab-title{
	text-align: left;
	margin-bottom: 15px;
}
.ab-box .main-text>p{
	font-size: 13px;
	line-height: 40px;
	width: 100%;
}

.ab-box .num-show{
	width: 100%;
	background-color: #1074B1;
	padding: 10px 20px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.ab-box .num-show .show-box{
	width: 48%;
	height: auto;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}

.ab-box .num-show .show-box b{
	font-size: 25px;
}


.ab-box .num-show .show-box b span{
	font-size: 16px;
	display: inline-block;
	margin-left: -4px;
}


.ab-box .num-show .show-box p{
	font-size: 14px;
	margin-top: 5px;
}

.ab-box .ab-pic{
	width: 53%;
	height: auto;
	right: -5%;
	top: 8%;
}

@media screen and (max-width:1600px){
	
.ab-box .ab-pic{
	width: 100%;
	height: auto;
}
}

.ab-box .ab-pic img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.ab-box .ab-pic a{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50%;
	height: 45px;
	background-color: #fff;
	line-height: 45px;
	font-size: 16px;
	color: #1074B1;
	overflow: hidden;
	text-align: center;
}


.ab-box .ab-pic a .enter{
	float: right;
	width: 40px;
	background: #1074B1;
	padding: 0 10px;
	height: 100%;
}

/* about us css end */





/* public css end */

.pro-box{
	position: relative;
	/* width: 1300px; */
	display: flex;
	flex-direction: column-reverse;
	margin-top: 20px;
}

.pro-box .left{
	width: 100%;
}


.pro-box .left .pro-title{
	text-align: left;
}

.proswiper{
	margin-top: 10px;
	overflow: hidden;
}

.proswiper .cateshow.swiper-slide-active{
	z-index:3;
	min-height: 840px;
}
.proswiper .cateshow{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}

.proswiper .pro-show{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}


.proswiper .pro-show .show-box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.proswiper .pro-show .show-box .pleft{
	width: 70%;
	padding: 10px;
	background-color: #1074b1c4;
	overflow: hidden;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}


.proswiper .pro-show .show-box .pleft img{
	width: 100%;
	height: auto;
}

.proswiper .pro-show .show-box .pright {
	width: 100%;
	padding: 10px 30px;
	position: relative;
}

.proswiper .pro-show .show-box .pright h4{
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom:1px #ccc solid;
	margin-bottom: 10px;
	text-align: center;
}
.proswiper .pro-show .show-box .pright .text-box{
	line-height: 20px;
	font-size: 13px;
	min-height: 100px;
	overflow: hidden;
	max-height: 150px;
}


.proswiper .pro-show .show-box .pright .more{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end;
	margin-top: 10px;
}


.proswiper .pro-show .show-box .pright .more .line{
	display: inline-block;
	width: 50px;
	background-color: #707070;
	height: 2px;
}
.proswiper .pro-show .show-box .pright .more a{
	display: inline-block;
	font-size: 15px;
	margin-left: 10px;
	color: #1074B1;
}

.proswiper .pro-show .show-box .pright b{
	position: absolute;
	font-size: 100px;
	right: 40px;
	bottom: 40px;
	font-family: fangsong;
	display: none;
}

.proswiper .pro-show .show-box .pright .short-text{
	position: absolute;
	bottom: 10px;
	display: none;
	letter-spacing: 20px;
	left: 0;
	right:0;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	opacity: 0.7;
	color: #1074B1;
}


.proswiper .bottom{
	height: auto;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.proswiper .bottom .show-box{
	height: 100%;
	pointer-events: auto!important;
}


.proswiper .bottom .show-box .pic-box{
	padding: 5px;
	border: 1px #ccc solid;
	height: auto;
	width: 100%;
	overflow: hidden;
	filter: grayscale(0.8);
	display: flex;
	align-items: flex-start;
}

.proswiper .bottom .show-box .pic-box img{
	width: 100%;
	height: auto;
}

.proswiper .bottom .show-box .art-title{
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.proswiper .bottom .show-box .art-title span{
	font-size: 14px;
	display: block;
	width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.proswiper .bottom .show-box .art-title a{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #d1d1d1b0;
	color: black;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
}
.proswiper .bottom .show-box.swiper-slide-thumb-active .pic-box{
	filter: grayscale(0);
}
.proswiper .bottom .show-box:hover .pic-box{
	filter: grayscale(0);
}

.proswiper .bottom .show-box.swiper-slide-thumb-active .art-title a{
	transform: rotate(360deg);
	background-color: #1074B1;
	color: #fff;
}
.proswiper .bottom .show-box:hover .art-title a{
	transform: rotate(360deg);
	background-color: #1074B1;
	color: #fff;
}

.pro-pagin{
	width: 100%;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0 0 10px #9393937d;
}

.pro-pagin .pagin-box{
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px #aaaaaa3b solid;
	height: 40px!important;
	text-align: left;
	position: relative;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	padding: 0 10px;
	line-height: 28px;
}
.pro-pagin .pagin-box img{
	display: none;
	width: 25px;
	margin-right: 10px;
}


.pro-pagin .pagin-box.swiper-slide-thumb-active{
	width: 100%;
	background-color: #1074B1;
	color: #fff;
	position: relative;
	font-size: 15px;
}
.pro-pagin .pagin-box.swiper-slide-thumb-active img{
	display: block;
}


/* his css */


#his{
	background-image: url('../images/hisbg.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: 10px;
}

#his:before{
	width:100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: 40;
	background: #106ca44a;
}
.hiswrapper .title-line{
	margin:5px auto;
}
.hisbox{
	/* margin: 80px auto; */
	position: relative;
	z-index: 50;
}
.hisbox .ab-title .title-line{
	margin: 5px auto;
}
.hisbox .ab-title h1{
	text-shadow: 0 1px 1px #000;
	color: #ffffff;
}
.hisbox .ab-title p{
	color:#fff;
	text-shadow: 0 1px 1px #000;
}
.hisbox .main-box{
	height: 400px;
	margin-top: 20px;
	position: relative;
}

.hisbox .main-box .swiper-slide{
	width: 220px!important;
	height: 100%;
	display: flex;
}

.hisbox .main-box .swiper-slide:nth-child(odd) .hisshow{
	align-items:flex-end;
}
.hisbox .main-box .swiper-slide:nth-child(even) .hisshow{
	align-items:flex-start;
}

.hisbox .main-box .swiper-slide .hisshow{
	position:relative;
	height: 100%;
	display: flex;
}
.hisbox .main-box .swiper-slide .text-box{
	width: 100%;
	height: 150px;
	display: flex;
	box-shadow: 0 5px 10px #afafaf;
	justify-content: center;
	flex-wrap: wrap;
	align-content: flex-start;
	padding: 10px;
	align-items: center;
	overflow: auto;
	background: #fff;
}
.hisbox .main-box .swiper-slide .text-box b{
	display: block;
	width: 100%;
	font-size: 15px;
	margin-bottom: 5px;
}

.hisbox .main-box .swiper-slide .text-box p{
	line-height: 24px;
	font-size: 13px;
	opacity: 0.8;
}
.hisbox .main-box .swiper-slide.swiper-slide-active .text-box{
	background: #1074B1;
	color: #fff;
}

.hisbox .main-box .swiper-slide .text-box:hover {
	background: #1074B1;
	color: #fff;
}
.hisbox .main-box .swiper-slide .center-line{
	position: absolute;
	width: 100%;
	height: 2px;
	background: #1074B1;
	top: 0;
	bottom: 0;
	margin: auto;
}
.hisbox .main-box .swiper-slide .center-bullet{
	width: 20px;
	height: 20px;
	padding: 5px;
	background: #ffffff6e;
	border: 1px #9b9b9b solid;
	overflow: hidden;
	margin: auto;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hisbox .main-box .swiper-slide .center-bullet .circle{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ff0000;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* his css end */

/* comvalue css */
.comvalue{
	margin: 0px auto 0;
}
.comvalue .value-title .title-line{
	margin: 5px auto;
}

.comvalue .value-show{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}


.comvalue .value-show .show-box{
	width: 15%;
	height: 200px;
	background: #1074B1;
	color:#fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 5px #868282;
	padding: 5px;
}


.comvalue .value-show .show-box .pic-box{
	width: 50%;
}
.comvalue .value-show .show-box span{
	font-size: 14px;
}
.comvalue .value-show .show-box .pic-box img:nth-child(2){
	
	display: none;
}

.comvalue .value-show .show-box:hover{
	background: #fff;
	color: #1074B1;
}
.comvalue .value-show .show-box:hover .pic-box img:nth-child(1){
	display: none;
}
.comvalue .value-show .show-box:hover .pic-box img:nth-child(2){
	display: block;
}

@media screen and (max-width:1600px){
	.comvalue .value-show .show-box{
		height: 60px;
	}
	.comvalue .value-show .show-box .pic-box{
	width: 70%;
}
}

/* comvalue css end*/




/* video css */





/* video css end*/
.videobox .contain-title .title-line{
	margin: 5px auto;
}

.videobox {
}

.videobox .more{
	display: block;
	width: 100px;
	height: 30px;
	font-size: 14px;
	color:#fff;
	background: #1074B1;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
}

.videobox .videoshow{
	width: 100%;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}

.videobox .videoshow .show-box{
	width: 100%;
	height: 300px;
	position: relative;
	box-shadow: -5px 10px 0px #1074B1;
	display: block;
}
.videobox .videoshow .show-box:hover{
	box-shadow: -5px 10px 0px #8d8d8d;
}
.videobox .videoshow .show-box:hover .pic-box img{
	transform:scale(1.1);
}
.videobox .videoshow .show-box:hover .text-box{
	background:none;
}


.videobox .videoshow .show-box .pic-box{
	width: 100%;
	height: 100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.videobox .videoshow .show-box .pic-box img{
	height:100%;
	width:auto;
}

.videobox .videoshow .show-box .text-box{
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	background-color: #00000099;
	color: #fff;
	top: 0;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding-left: 10px;
	padding-bottom: 10px;
}
.videobox .videoshow .show-box .text-box h4{
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 90%;
}

.videobox .videoshow .show-box .text-box p{
	font-size: 15px;
}

.videobox .videoshow .show-box .playicon{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
}
.videobox .videoshow .show-box .playicon img{
	width: 100%;
}
.videobox .videoshow .show-box .playicon img:nth-child(2){
	display: none;
}

.videobox .videoshow .show-box:hover .playicon img:nth-child(2){
	display: block;
}

.videobox .videoshow .show-box:hover .playicon img:nth-child(1){
	display: none;
}


/* news css */
			    .nynew .text-box{
			        position: relative;
			        overflow: hidden;
			    }
			    .nynew.newart:hover .text-box p{
			       position: relative;
			       z-index: 10;
			       color: #fff;
			       font-size: 13px;
			    }
			    .nynew.newart:hover .text-box .newtitle{
			       position: relative;
			       z-index: 10;
			       color: #fff;
			    }
			    .nynew .bgcolor{
			        position: absolute;
			        width: 100%;
			        height: 100%;
			        opacity: 0;
			        top: 100%;
			        left: 0;
			        background: #1074B1;
			        z-index: 1;
			    }
			    .newart:hover .bgcolor{
			        top: 0%;
			        opacity: 1;
			    }
.newsbox h1{
	font-size:20px;
	color:#1074B1;
	text-align:center;
}
.newsbox .news-title .title-line{
	margin: 5px auto;
}

.newsbox .contain-title{
	text-align: center;
}

.newsbox .news-show{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.newsbox .news-show .newpagin{
	width: 100%;
	margin-bottom: 20px;
}
.newsbox .news-show .newpagin .swiper-slide{
	text-align: right;
}
.newsbox .news-show .newpagin span{
	border:1px #363533 solid;
	display: inline-block;
	width: 10%;
	text-align: center;
	padding: 15px 0;
}

.newsbox .news-show .newart{
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}
.newsbox .news-show .newart a{
	width:30%;
	display:block;
}
.newsbox .news-show .newart .swiper-slide{
	display: flex;
	justify-content: space-between;
}


.newsbox .news-show .newart .show-box{
	width: 100%;
	box-shadow: 0 0 10px #ccc;
	padding: 10px;
}

.newsbox .news-show .newart .show-box .pic-box{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.nyaboutus .newsbox .news-show .newart .show-box .pic-box{
	height: 200px;
}

.newsbox .news-show .newart .show-box .pic-box img{
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto;
}


.newsbox .news-show .newart .show-box .text-box{
	padding: 5px 10px;
	height: 100px;
	margin-top: 10px;
}

.newsbox .news-show .newart .show-box .text-box .newtitle{
	font-size: 16px;
	margin-bottom: 5px;
}
.newsbox .news-show .newart .show-box .text-box .newtitle span{
	/* float:right; */
	display: block;
	text-align: right;
}

.newsbox .news-show .newart .show-box .text-box{
	font-size: 14px;
}



/* news css end*/
/* contain end */
/* footer css */

.footer{
	padding: 50px 0px 0px;
	background-color: #1074B1;
	position: relative;
	z-index: 20;
}

.footer .main-contain{
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
}


.footer .main-contain .contact{
	width: 100%;
	color: #fff;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
}
.footer .main-contain .contact .box{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	width: 48%;
	padding: 0;
}
.footer .main-contain .contact .box:nth-child(3){
	width:100%
}
.footer .main-contain .contact .box:nth-child(3) p{
	font-size:15px;
	padding-right:20px
}
.footer .main-contain .contact .box:nth-child(3) .pic-box{
	width:10%;
}
.footer .main-contain .contact .pic-box{
	width: 22%;
	border-radius: 50%;
	padding: 5px;
	background-color: #0d496e;
}

.footer .main-contain .contact .pic-box img{
	width: 100%;
	height: 100%;
}
.footer .main-contain .contact .text-box{
	line-height: 23px;
	margin-left: 5px;
	width: 85%;
}
.footer .main-contain .contact .text-box h4{
	font-size: 12px;
	color: #fff;
}
.footer .main-contain .contact .text-box p{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}

.footer .main-contain .contact .box:nth-child(1) p{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}


.footer .main-contain .other-contact{
	width: 80%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 10px;
	border-top: 1px #fff solid;
	margin: 10px auto;
	border-bottom: 1px #fff solid;
}

.footer .main-contain .other-contact .box{
	width: 100px;
	margin: 0 10px;
	padding: 10px 0;
}


.footer .main-contain .other-contact .box img{
	width: 100%;
	height: auto;
}


.footer .main-contain .other-contact .box p{
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
}


.footer .foot-nav
{
	width: 100%;
	display: none;
}

.footer .foot-nav>ul{
	display:flex;
	justify-content:space-around;
	width: 100%;
}
.footer .foot-nav>ul>li{
	text-align: center;
	width: 19%;
}
.footer .foot-nav.footer .foot-nav>ul>li{
	width:20%;
}>ul>li>ul{
	display:flex;
}


.footer .foot-nav>ul>li>ul li{
	color:#fff;
	font-size: 12px;
	margin-bottom: 5px;
}
.footer .foot-nav>ul>li>ul li a{
	color:#fff
}

.footer .foot-nav>ul>li>ul li a:hover{
	color:#0d496e
}
.footer .foot-nav>ul span{
	color:#fff;
	font-size: 15px;
	margin-bottom: 15px;
	display: block;
}

.footer .bottom-text{
	padding: 10px;
	width: 100%;
	margin: 0 auto;
	text-align:center;
	font-size: 12px;
}

.footer .bottom-text span{
	color: #fff;
}
.footer .bottom-text span:nth-child(3){
	display:block;
	margin-top:5px;
	
}
/* footer end */


/*ny part css*/
/* bread css */
.p12-curmbs-1 {
	font-size: 12px;
	border-bottom: 1px dashed #dcdcdc;
	width: 100%;
	margin: 0 auto;
}

.p12-curblock {
	display: none;
}

.p12-curmbs-1 b {
	border-left: 10px solid #1074B1;
	font-weight: normal;
	padding-left: 8px;
}

.p12-curmbs-1 i {
	font-style: normal;
	display: inline-block;
}

.p12-curmbs-1 span {
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
}
/* bread css end*/
/* product1 css */
.nybanner{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nybanner img{
    width: 100%;
    height: auto;
}
.ny-wrapper{
	width: 100%;
	overflow: hidden;
	min-height: 500px;
	padding-bottom: 30px;
}
.ny-wrapper .nylistnav{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	flex-wrap: wrap;
}
.ny-wrapper .nylistnav h1{
	text-align:center;
	width:100%;
	font-size: 20px;
	color: #1074B1;
	margin-bottom: 15px;
}


.ny-wrapper .nylistnav .navbox{
	width: 49%;
	height: 50px;
	background-color: #eee;
	line-height: 50px;
	color: #333;
	margin: 10px 0;
}

.ny-wrapper .nylistnav .navbox:nth-child(even) .subnav{
	right:100%;
}

.ny-wrapper .nylistnav .navbox>a{
	display: block;
	width:100%;
	height: 100%;
	line-height: inherit;
	text-align: center;
	color: inherit;
	font-size: 12px;
}

.ny-wrapper .nylistnav .navbox:hover{
	background: #1074B1;
	color: #fff;
}
.ny-wrapper .nylistnav .navbox.active{
	background: #1074B1;
	color: #fff;
}
.ny-wrapper .nylistnav .navbox .subnav{
	display: none;
	justify-content: space-evenly;
	width: 200%;
	flex-wrap: wrap;
	background: inherit;
	/* opacity: 0; */
	z-index: 100;
	position: relative;
	transition: unset;
}
.ny-wrapper .nylistnav .navbox .subnav>li{
	text-align: center;
	color: #fff;
	padding: 0 15px;
}
.ny-wrapper .nylistnav .navbox .subnav>li a{
	display:block;
	width:100%;
	font-size: 12px;
}
.ny-wrapper .nylistnav .navbox .subnav>li:hover{
	background:#0f5580;
}
.ny-wrapper .nylistnav .navbox:hover .subnav{
	opacity: 1;
	display: flex!important;
	padding-top: 20px;
}

.nyproduct .nyprolist{
	width: 100%;
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.nyproduct .nyprolist .box-show{
	display: inline-block;
	width: 46%;
	margin-right: 4%;
	padding: 5px;
	margin-bottom: 15px;
	box-shadow: 0 0 5px #ccc;
}
.nyproduct .nyprolist .box-show:nth-child(even){
	margin-left:4%;
	margin-right:0;
}
.nyproduct .nyprolist .box-show:hover{
	box-shadow: 0px 0px 15px #999999;
}
.nyproduct .nyprolist .box-show .pic-box{
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
}
.nyproduct .nyprolist .box-show .pic-box img{
	height: auto;
	width: 100%;
}

.nyproduct .nyprolist .box-show .protitle{
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.nyproduct .nyprolist .box-show .protitle p{
	width: 100%;
	overflow: hidden;
	height: 40px;
}
.nyproduct .nyprolist .box-show .protitle .more{
	width: 40%;
	height: 30px;
	line-height: 30px;
	background: #1074B1;
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}


/* video css */
.nyvideolist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* margin-top: 50px; */
	padding-bottom: 80px;
	justify-content: flex-start;
}

.nyvideolist .box-show{
	width: 47%;
	padding: 10px;
	cursor:pointer;
	position: relative;
	margin: 1.5%;
}

.nyvideolist .box-show:hover{
		box-shadow: 0px 0px 15px #999999;
}

.nyvideolist .box-show .pic-box{
	width: 100%;
	height: 200px;
	position: relative;
}
.nyvideolist .box-show .pic-box img{
	width:100%;
	height:auto;
}
.nyvideolist .box-show .protitle{
	text-align: center;
	margin-top: 10px;
	font-size: 15px;
	margin-bottom: 20px;
}

.nyvideolist .box-show .voplay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0003;
	top: 0;
}

.nyvideolist .box-show .voplay img{
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	opacity: 0.6;
	transition: 3s linear;
}

.nyvideolist .box-show .voplay img:nth-child(2){
	display: none;
}

.nyvideolist .box-show:hover .voplay img:nth-child(2){
	display: block;
	opacity: 1;
}
.nyvideolist .box-show:hover .voplay img:nth-child(1){
	display: none;
}
.nyvideolist .box-show:hover .voplay{
	
}

.videoscreen{
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	top: 0;
	left: 0;
	z-index: 999;
}
.videoscreen p{
	font-size: 20px;
	color:#fff;
	position:absolute;
	z-index: 999;
	font-weight: bold;
	bottom: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0 0 10px #625e5e;
}
.videoscreen video{
	position: absolute;
	z-index: 99;
	width: auto;
	height: auto;
	max-height: 90%;
	max-width: 100%;
	min-width: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto auto;
}


.videoscreen #close{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #00000063;
	z-index: 900;
}
/* download css */
.nydownload .nydownlist{
	width: 100%;
	padding-bottom:40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}

.nydownload .nydownlist .show-box{
	display: flex;
	width: 90%;
	padding-bottom: 10px;
	border-bottom: 2px #eee solid;
	margin-bottom: 20px;
	justify-content: space-between;
	height: 80px;
	align-items: center;
	box-shadow: 0 0 10px #ccc;
	padding: 0 10px;
	position:relative;
	top:0;
	left:0;
}
.nydownload .nydownlist .show-box:hover{
	top:-10px;
	left:10px;
}
.nydownload .nydownlist .show-box p{
	width: 70%;
	color: #1074B1;
	font-size: 15px;
}

.nydownload .nydownlist .show-box a{
	display: block;
	border-radius: 30px;
	width: 25%;
	line-height: 25px;
	height: 25px;
	background-color: #1074B1;
	color: #fff;
	text-align: center;
	font-size: 12px;
}


/* product detail css */

.prodetail .detailshow {
	display: flex;
	justify-content: space-evenly;
	margin-top: 20px;
	flex-wrap: wrap;
}

.prodetail .detailshow .left{
	width: 100%;
	height: auto;
	overflow-x: hidden;
}
.prodetail .detailshow .left .showthumbs{
	margin-top:20px;
	position:relative;
	display: none;
}
.prodetail .detailshow .left .showthumbs .pic-box{
	padding:5px;
}
.prodetail .detailshow .left .showthumbs .swiper-slide-thumb-active .pic-box{
	border:3px #1074B1 solid;
}

.prodetail .detailshow .left img{
	height: auto;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.prodetail .detailshow .right{
	width: 100%;
	padding: 20px;
	border: 3px #eee solid;
}


.prodetail .detailshow .right h1{
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 20px;
	border-bottom: 1px #ccc dashed;
}

.prodetail .detailshow .right .switch{
	display: flex;
	justify-content: flex-start;
	line-height: 30px;
	font-size: 16px;
	margin: 10px 0;
	flex-wrap: wrap;
}
.prodetail .detailshow .right .switch a{
	display:flex;
	width: 100%;
	margin: 5px 0;
}
.prodetail .detailshow .right .switch a:nth-child(2){
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.prodetail .detailshow .right .switch .but{
	width: 60px;
	background: #877a7a;
	display: block;
	color:#fff;
	text-align:center;
	margin:0 10px;
}

.prodetail .detailshow .right .switch a:hover .but{
	background-color: #1074B1;
	text-align: center;
}


.prodetail .detailshow .right h2{
	font-size: 20px;
	color: #1074B1;
	font-weight: bold;
	margin: 20px 0;
}


.prodetail .detailshow .right p{
	line-height: 30px;
	font-size: 16px;
	/* padding: 0px 20px; */
}


.prodetail .detailshow .right>a {
	float: right;
	height: 40px;
	width: 80px;
	background-color: #1074B1;
	text-align: center;
	line-height: 40px;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
}
.prodetail .detailshow .moredetail{
	overflow:hidden;
}
.prodetail .detailshow .moredetail h2{
		font-size: 20px;
		color: #1074B1;
		font-weight: bold;
		margin: 15px 0;
		margin-top: 20px;
}
.prodetail .detailshow .moredetail img{
	max-width:100%;
}
.prodetail .detailshow .moredetail>table{
	width:100%;
	overflow-x:auto;
	display: block;
}
.prodetail .detailshow .moredetail>table>tbody{
	width: 900px;
	display: block;
}
/* newsdetail css */
.newsdetail{
	margin-top: 10px;
}

.newsdetail .newsdetailshow{
	width: 100%;
}

.newsdetail .newsdetailshow .arttitle{
	width: 100%;
	text-align: center;
	padding: 30px;
	border-bottom: 1px #1074B1 dashed;
	
}
.newsdetail .newsdetailshow .arttitle h1{
	font-size: 20px;
	margin-bottom: 30px;
}
.newsdetail .newsdetailshow .arttitle h4{
	font-size: 14px;
	color: #b9a7a7;
}
.newsdetail .newsdetailshow .artcontent{
	width: 100%;
	padding: 15px;
	font-size: 14px;
	text-indent: 60px;
	margin: 0 auto;
	line-height: 30px;
	margin-bottom: 100px;
}

.newsdetail  .switch{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newsdetail  .switch>a{
	display: block;
	display: flex;
	align-items: center;
	font-size: 14px;
	width:100%;
	margin: 10px 0;
}
.newsdetail  .switch>a:nth-child(2){
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.newsdetail  .switch .but{
	width: 70px;
	height: 30px;
	text-align: center;
	color: #fff;
	background:#877a7a;
	line-height: 30px;
	margin: 0 10px;
}


.newsdetail  .switch a:hover .but{
	background-color: #1074B1;
}


/* contactus css */

.nycontact .tgroup{
	margin: 10px;
}
.nycontact .tgroup h1{
	font-size: 20px;
	color: #1074B1;
	text-align: center;
}

.nycontact .tgroup h4{
	font-size: 15px;
	text-align: center;
	margin-top: 5px;
}
.nycontact .contshow .totalcom{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.nycontact .contshow .map{
	display:flex;
	justify-content: space-between;
	margin: 15px 0;
	width: 100%;
	flex-wrap: wrap;
}

.nycontact .contshow .map .cardinfor{
	width: 100%;
	background: #1074B1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 10px;
}
.nycontact .contshow .map .cardinfor .pic-box{
	width: 40px;
}

.nycontact .contshow .map .cardinfor h4{
	color:#fff;
	margin-top: 10px;
	font-size: 18px;
}

.nycontact .contshow .map .cardinfor p{
	font-size: 15px;
	color:#fff;
	margin-top:15px;
	line-height: 30px;
}
.nycontact .contshow .map .cardinfor .line{
	height:3px;
	width:50px;
	background:#fff;
	margin-top: 20px;
}
.nycontact .contshow .totalcom .showbox{
	width: 48%;
	height: auto;
	border:1px #eee solid;
	display:flex;
	justify-content:center;
	align-items:center;
	background: #e8e8e8;
	flex-direction: column;
	color: #1074B1;
	margin: 5px 0;
	padding: 5px;
	height: 100px;
}
.nycontact .contshow .totalcom .showbox:nth-child(1){
	width:100%;
	display: none;
}
.nycontact .contshow .totalcom .showbox:nth-last-child(1){
}
.nycontact .contshow .totalcom .showbox:nth-child(2){
}
.nycontact .contshow .totalcom .showbox>span{
	font-size: 14px;
}

.nycontact .contshow .totalcom .logo{
	width: auto;
	height: 100px;
}
.nycontact .contshow .totalcom .showbox .ewm{
	width: auto;
	border:1px #fff solid;
	height: 100%;
}

.nycontact .contshow .totalcom .pic-box{
	display:flex;
}


.nycontact .contshow .totalcom p{
	font-size:20px;
	
}

.nycontact .othercom{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top: 30px;
}
.nycontact .othercom h2{
	text-align:center;
	width:100%;
	font-size: 20px;
	color: #1074B1;
}

.nycontact .othercom .showbox{
	width: 100%;
	font-size:16px;
	display: flex;
	flex-wrap: wrap;
	line-height: 40px;
	align-items: flex-start;
	align-content: flex-start;
	margin: 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px #ccc solid;
}
.nycontact .othercom .showbox p span{
	font-weight: bold;
	color: #1074B1;
	font-size: 18px;
}

.nycontact .contshow .basicshow{
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.nycontact .contshow .basicshow .showbox{
	width: 49%;
	background: #efefed;
	color: #1074B1;
	font-size: 20px;
	line-height: 40px;
	padding: 20px 40px;
}

.nycontact .contshow  .showbox .pic-box{
	width: 30px;
	margin-bottom: 5px;
}

.nycontact .contshow  .showbox:hover .pic-box{
	transform:rotate(360deg);
}
.nycontact .contshow  .showbox .pic-box img:nth-child(2){
	display: none;
}



.nycontact .contshow  .showbox:hover .pic-box img:nth-child(1){
}
.nycontact .contshow  .showbox:hover .pic-box img:nth-child(2){
	display: block;
}


.nycontact .contshow .showbox p{transition: unset;font-weight: normal;color: #000;font-size: 14px;line-height: 30px;}
.nycontact .contshow .showbox p:nth-child(1) ~p{
	width:50%;
}
.nycontact .contshow .basicshow .showbox:hover{
	background:#1074B1;
	color:#fff;
}

.nycontact .contshow .comshow{
	margin-top: 20px;
	position: relative;
	opacity: 0;
	animation: comshow 1.5s forwards;
	height: 300px;
}

@keyframes comshow {
	0%{opacity: 0;}
	40%{opacity: 0;}
	100%{opacity: 1;}
}
.nycontact .contshow .comshow .showbox{
	position: absolute;
	z-index: 10;
	width: 23.5%;
	background-color: #efefed;
	color: #1074B1;
	transition: color 0.01s linear;
	padding: 20px 10px 10px 30px;
	height: 250px;
	overflow: hidden;
	animation: boxhide 0.5s forwards;
}
.nycontact .contshow .comshow .showbox:nth-child(4){
	animation: boxhide4 0.5s forwards;
}
.nycontact .contshow .comshow .showbox:nth-child(2){
	left:25.5%;
}

.nycontact .contshow .comshow .showbox:nth-child(3){
	left:51%;
}

.nycontact .contshow .comshow .showbox:nth-child(4){
	left:76.5%;
}
.nycontact .contshow .comshow .showbox:hover{
	background-color: #1074B1;
	color: #fff;
	z-index: 20;
	animation: boxshow 1s forwards;
}
.nycontact .contshow .comshow .showbox:nth-child(4):hover{
	animation: boxshow4 1s forwards;
}
.nycontact .contshow .comshow .showbox .lessshow{
	display: block;
}

.nycontact .contshow .comshow .showbox .lessshow p{
	font-size: 19px;
	line-height: 33px;
	margin: 10px 0;
}

@keyframes boxshow {
	0%{width: 23.5%;}
	50%{width: 49%;height: 250px;}
	100%{height: 650px;width: 49%;}
	
}



@keyframes boxshow4 {
	0%{width: 23.5%;left: 76.5%;}
	50%{width: 49%;height: 250px;left: 51%;}
	100%{height: 650px;width: 49%;left: 51%;}
	
}

@keyframes boxhide {
	0%{width: 50%;height: 650px;}
	50%{width: 50%;height: 250px;}
	100%{height: 250px;width: 23.5%;}
	
}
@keyframes boxhide4 {
	0%{width: 50%;height: 650px;left: 51%;}
	50%{width: 50%;height: 300px;left: 51%;}
	100%{height: 250px;width: 23.5%;left: 76.5%;}
	
}


.nycontact .contshow .comshow .showbox:hover .lessshow{
	opacity: 0;
	display: none;
	
}

.nycontact .contshow .comshow .showbox:hover .moreshow{
	display: block;
	opacity: 1;
}

.nycontact .contshow .comshow .moreshow{
	display: none;
	width: 400px;
	height: auto;
}

.nycontact .contshow .comshow .moreshow p{
	line-height: 45px;
	font-size: 20px;
	margin: 5px 0;
}

.other-content{
	padding:30px;
	border: 1px #1074b161 solid;
	font-size:20px;
	margin-top:20px;
}
.about-content{
	border: 1px #1074b161 solid;
	margin-top:20px;
	font-size:20px;
	line-height:50px;
	padding:30px;
}

.about-content .num-show{
	width: 90%;
	display:flex;
	justify-content:space-between;
	margin: 0 auto;
	border-top: 1px #ccc solid;
	padding-top: 50px;
}

.about-content .num-show .show-box{
	width:20%;
	text-align:center;
}

.about-content .num-show .show-box b{
	font-size:40px
}

.newsbox.aboutny .news-show .newart{
	width: 46%;
}

.newsbox.aboutny .news-show{
	justify-content: space-between;
}
.newsbox.aboutny .news-show .newart .show-box .text-box{
	height:auto;
}
.newsbox.aboutny h1{
	text-align:center;
	font-size:30px;
	color: #1074B1;
}
.newsbox.aboutny .news-show .newart .show-box .text-box  .newtitle{
	text-align:center;
	margin:0;
}

/* abus css */
.nyaboutus{
	width: 100%;
}

.nyaboutus .abtgroup h1{
	text-align:center;
	font-size: 20px;
	color:#1074B1;
	margin-top: 30px;
}

.nyaboutus .abtgroup h4{
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
}

.nyaboutus .abtgroup span{
	position: relative;
	opacity: 0;
	display: inline-block;
}

.flfont{
	animation: flfont 0.5s forwards;
}

@keyframes flfont {
	from{opacity: 0;left: -100px;top: -20px;transform: rotate(360deg);}
	to{opacity: 1;left: 0px;top: 0;transform: rotate(0);}
}

.abcontaint{
	padding-left: 20px;
	width: 100%;
	margin-bottom: 10px;
}
.abcontaint h1{
	font-size: 20px;
	text-align: left;
	color: #1074B1;
}

.abcontaint h4{
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	color: #666;
}

.nyaboutus .maincontain{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	margin-top: 20px;
	box-shadow: 0 0 10px #ccc;
	font-size: 20px;
	line-height: 40px;
	position: relative;
	z-index: 100;
	background-color: #fff;
}

.nyaboutus .maincontain>.text-box{
	font-size:16px;
	line-height:30px;

}
.nyaboutus .maincontain>.text-box>p{
}

.nyaboutus .maincontain>.text-box>p:nth-last-child(1){
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
}

.nyaboutus .numwrapper{
	width: 100%;
	background-color: #1074B1;
	padding: 15px;
	padding-top: 55px;
	margin-top: -40px;
	position: relative;
	z-index: 80;
}
.nyaboutus .numbox{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
}
.nyaboutus .numbox .showbox{
	width: 40%;
	background-color: #fff;
	text-align: center;
	height: 100px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin: 10px 0;
}


.nyaboutus .numbox .showbox b{
	color: #1074B1;
	font-size: 20px;
	text-align: center;
}
.nyaboutus .numbox .showbox span{
	font-size: 16px;
	color: #1074B1;
}

.nyaboutus .adwrapper{
	width: 100%;
	background-color: #eee;
	padding: 30px 0;
	margin-bottom: 30px;
}

.nyaboutus .adbox{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.nyaboutus .adbox .left{
	width: 100%;
	display: flex;
	justify-content: center;
	overflow-x: hidden;
}
.nyaboutus .adbox .left img{
	width: 100%;
	height: auto;
}
.nyaboutus .adbox .right{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.nyaboutus .adbox .right .boxgroup{
	width: 100%;
	display: flex;
	justify-content: space-between;
	
	
}
.nyaboutus .adbox .right .boxgroup:nth-child(2){
	justify-content: center;
}


.nyaboutus .adbox .right .boxgroup .showbox{
	width: 33%;
	height: auto;
	background-color: #1074B1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 10px 0;
}
.nyaboutus .adbox .right .boxgroup .showbox p{
	font-size:20px;
}
.nyaboutus .adbox .right .boxgroup .showbox .pic-box{
	width: 40%;
	height: auto;
	margin-bottom: 10px;
}


/* abus css end */
.pglist{
	width:100%;
	display:flex;
	justify-content: center;
}

.pglist li{
	width:auto;
	height:30px;
	text-align:center;
	background:#ccc;
	margin:0 10px;
	padding:0 10px;
	line-height:30px;
}



.pglist li.disabled,.pglist li:hover{
	background:#4d4a4a;
	color:#fff
}
.pglist li a{
	display:block;
	width:100%;
}

/*ny part css*/
/* m-footer css */
.m-footbut{
	width:100%;
	height:60px;
}

.m-footbut .navwrapper{
	width:100%;
	height:60px;
	position:fixed;
	bottom:0;
	background:#1074B1;
	display:flex;
	justify-content:space-between;
	z-index: 9999;
	padding: 2px 10px;
	border-top: 1px #ffffff2e solid;
}

.m-footbut .navwrapper .navbox{
	width:32%;
	display:flex;
	flex-direction: column;
	color: #fff;
	align-items: center;
	justify-content: space-between;
	border-right: 1px #ffffff57 solid;
	font-size: 14px;
}
.m-footbut .navwrapper .navbox:nth-child(4){
	border:none;
}
.m-footbut .navwrapper .navbox .pic-box{
	width: 30%;
	margin: 5px 0px;
}