/* public css */

.pic-box{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

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

.boxwidth{
	width: 100%;
	margin:0 auto;
	padding: 0 10px;
}

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

.contain-wrapper{
	width:100%;
	overflow:hidden;
	padding: 0 10px;
	background: #eee;
}
.contain-box{
	width:100%;
	padding: 20px 0;
	position: relative;
	background: #eee;
	background-size: cover;
	background-position: center;
}
.mainbox{
	width: 100%;
	margin: 0 auto;
}




.containtitle{
	font-size: 20px;
	margin: 10px 0;
	color: #204C93;
	text-align: center;
}
.containtitle .line{
	height: 2px;
	width: 130px;
	background-color: #204C93;
	margin: 5px auto;
}
.containtitle h1{
	font-size: 25px;
}

.containtitle h1 span{
	color: #b42f3a;
}

.containtitle h2{
	font-size: 14px;
}



.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 30px;
	}
}


@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;
	}
}

/* public css end */


/* head css */
.head{
	width: 100%;
}

.head .top-head{
	background-color: #eee;
	width: 100%;
	color: #333;
	font-size: 14px;
}

.head .top-head:hover{
	background: #cecccc;
}

.head .top-head .showbox{
	display: flex;
	justify-content: space-between;
	height:50px;
	overflow:hidden;
	align-items: center;
	font-size: 14px;
}

.head .top-head .showbox .right{
	text-align:right;
}

.head .top-head .showbox .right a{
	display:inline-block;
	margin:0 5px;
	text-decoration:underline;
}

.head .logoshowbox .showbox{
	height:100%;
	display: flex;
	justify-content: space-between;
}
.head .logoshowbox .showbox .left{
	display: flex;
	align-items: center;
	width: auto;
	height: 100%;
}
.head .logoshowbox .showbox .right{
	overflow: hidden;
	height: 100%;
	width: 35%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.head .logoshowbox{
	height: 130px;
	overflow: hidden;
}
.head .logoshowbox .logo{
	width: 300px;
}
.head .logoshowbox .showbox .headline{
	width: 2px;
	height: 60%;
	margin: 0 15px;
	background: #b42f3a;
}
.head .logoshowbox .showbox .text-box{
	font-size: 25px;
	color: #204C93;
	font-weight: 600;
}
.head .logoshowbox .left .text-box p:nth-child(2){
	font-size:20px;
	margin-top:5px;
	font-weight:normal;
}
.head .logoshowbox .showbox .right .pic-box{
	height: 68%;
	padding: 10px;
}
.head .logoshowbox .showbox .right .pic-box img{
	height:100%;
	width:auto;
}
.head .logoshowbox .showbox .right p{
	text-align: right;
	font-size:20px;
}
.head .logoshowbox .showbox .right p{
	color: #b42f3a;
	font-size:25px;
}



.head .headnav{
	width: 100%;
	background-color: #204C93;
}

.head .headnav>ul{
	height: 60px;
	display: flex;
	justify-content: space-between;
	line-height: 60px;
	font-size: 16px;
}


.head .headnav>ul>li{
	width: 50%;
	color: #fff;
	height: 100%;
	position: relative;
	background:#204C93
}


.head .headnav>ul>li:after{
	height:50%;
	width:1px;
	background:#fff;
	position:absolute;
	content:'';
	top:0;
	bottom:0;
	margin: auto 0;
	right: 0;
}
.head .headnav>ul>li:hover .subnav{
	opacity:1
}
.head .headnav>ul>li>.subnav{
	transition:none;
	background:#b42f3a;
	opacity:0;
	display:none;
	position: relative;
	z-index: 99;
	line-height: 50px;
}
.head .headnav>ul>li>.subnav>li:hover{
	background:#821e26;
}
.head .headnav>ul>li a{
	height: 100%;
	width: 100%;
	display: inline-block;
	text-align: center;
}


.head .headnav>ul li:hover{
	background-color: #b42f3a;
}

.head .headnav>ul li.active{
	background-color: #b42f3a;
}
.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner .swiper-pagination-bullet{
	height: 10px;
	width: 10px;
}
/* head css end*/
/* pro css */
.probox .containtitle{
	text-align: center;
}
.probox .containtitle .line{
	margin:5px auto;
}
.probigbox{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	align-items: flex-start;
	flex-direction: column;
} 
.probigbox .pagingroup{
	width: 100%;
	background: #204C93;
	padding: 0 10px;
	padding-bottom: 10px;
}
.probigbox .propagin{
	width: 100%;
	margin: 0 auto;
	background:#fff;
	overflow: hidden;
	height: 200px;
}
.probigbox .propagin .swiper-slide{width: 33%;height: 33%;}
.probigbox .pagingroup .propaginbot{
	height: 90px;
	color:#fff;
	padding: 10px 0 0;
	display: none;
}

.probigbox .pagingroup .propaginbot .texttitle{
	font-size:16px;
	display: flex;
	align-items: flex-end;
}
.probigbox .pagingroup .propaginbot .texttitle .pic-box{
	width: 30px;
}
.probigbox .pagingroup .propaginbot p{
	font-size:30px;
	color: #b42f3a;
	font-weight: bold;
}
.probigbox .pagingroup .propagintit{
	width:100%;
	display:flex;
	height: 50px;
	align-items:center;
	justify-content: center;
}
.probigbox .pagingroup .propagintit .pic-box{
	width: 30px;
	margin-right:10px;
}
.probigbox .pagingroup .propagintit span{
	font-size: 18px;
	color:#fff;
	font-weight:bold;
}

.probigbox .propagin p{
	font-size: 13px;
	cursor: pointer;
	color: #fff;
	text-align:center;
	width: 95%;
	margin: 0 auto;
	padding: 0 5px;
	border-top: 3px #ffffff solid;
	border-bottom: 3px #ffffff solid;
	background: #204C93;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.probigbox .propagin p:hover{
	border-color: #fff;
	color: #fff;
	background: #b42f3a;
}
.probigbox .propagin .swiper-slide-thumb-active p{
	border-color: #fff;
	color: #fff;
	cursor: unset;
	background: #b42f3a;
}
.probigbox .proshow{
	width: 100%;
	overflow: hidden;
}

.probigbox .proshow .showbox{
	width: 100%;
}

.probigbox .proshow .showbox .topbox{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	display: none;
}
.probigbox .proshow .showbox .topbox .pic-box{
	width: 100%;
	height: 280px;
	padding: 5px;
	background: #204C93;
}

.probigbox .proshow .showbox .topbox .pic-box:hover img{
	transform:scale(1.1);
}

.probigbox .proshow .showbox .topbox .pic-box img{
	max-width: 100%;
	max-height: 100%;
}

.probigbox .proshow .showbox .topbox .textbox{
	font-size: 14px;
	line-height: 25px;
	width: 100%;
	padding: 20px 0px;
	position:relative;
	height: 200px;
}
.probigbox .proshow .showbox .topbox .textbox a{
	position:absolute;
	background:#204C93;
	color:#fff;
	padding:0px 30px;
	font-size:14px;
	border-radius:5px;
	bottom:20px;
	right:20px;
}
.probigbox .proshow .showbox .topbox .textbox a:hover{
	background-color:#b42f3a;
}
.probigbox .proshow .showbox .topbox .textbox .arttitle{
	font-size: 17px;
	color: #204C93;
}

.probigbox .proshow .showbox .bottombox{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	flex-wrap: wrap;
}


.probigbox .proshow .showbox .bottombox .showitem{
	width: 48%;
	box-shadow: 0 0 5px #000000cf;
	background: #204C93;
	padding: 5px;
	border: 1px #ffffffb5 solid;
	margin-bottom: 10px;
	display: block;
}

.probigbox .proshow .showbox .bottombox .showitem .pic-box{
	width: 100%;
	height: 120px;
}
.probigbox .proshow .showbox .bottombox .showitem .pic-box img{
	height:100%;
}
.probigbox .proshow .showbox .bottombox .showitem:hover .pic-box img{
	transform:scale(1.1);
}
.probigbox .proshow .showbox .bottombox .showitem p{
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
	color: #fff;
}
/* pro css end*/
/* adbox css */
.f_pr {
				position: relative;
		}
		.g_cpys{padding-top: 20px;box-sizing: border-box;/* display: none; */}
		.g_cpys h2{height: 40px;text-align: center;font-size: 20px;font-weight: bold;color: #fff;width: 80%;line-height: 40px;background:#204C93;margin: 0 auto 20px;}
		.g_cpys h2 a{color: #fff;}
		
		.g_cpys .cpysgy{float: left;width: 40%;height: 130px;}
		.g_cpys .cpysgy dd{clear: both;overflow: hidden;line-height: 20px;text-align: left;font-size: 14px;color: #666666;font-weight: normal;display: none;}
		.g_cpys .cpysgy dd b{font-weight: bold;}
		.g_cpys .cpysgy dt{width: 100%;height: 40px;overflow: hidden;background: #204C93;border-radius: 3px;line-height: 40px;color: #fff;font-size: 16px;text-align: center;}
		.g_cpys .cpysgy:nth-child(2n){margin-right: 0;float: right;width: 40%;}
		.g_cpys .cpysgy:nth-child(2n) dt{float: right;}
		.g_cpys .cpysgy:nth-child(2n) dd{text-align: right;}
		
		.m_cpys{
    overflow: hidden;
    margin-top: 15px;
}
		.cpystel{/* background:url(../images/ystel.png) no-repeat 332px 0; *//* padding-left: 438px; */font-size: 16px;color: #666666;position: relative;line-height: 21px;margin-top: -85px;text-align: center;}
		.cpystel b{display: block;font-size: 25px;color: #666666;}
		.cpystel span{position: absolute;left:780px;top:-12px;width: 90px;height: 75px;background: #204C93;border-radius: 15px;text-align: center;font-size: 22px;color: #fff;padding-top: 10px;}
		.cpystel span a{color: #fff;font-weight: bold; text-decoration: none;}
		.g_cpys .cpysc{
		    position: absolute;
		    left: 80px;
		    top: 110px;
		    width: 220px;
		    height: 220px;
		    border-radius: 50%;
		    overflow: hidden;
		    -webkit-animation: spin 15s linear infinite;
		    animation: spin 15s linear infinite;
		    }
		@-webkit-keyframes spin{
		  from {
		    -webkit-transform: rotate(0deg);
		    transform: rotate(0deg);
		  }
		
		  50% {
		    -webkit-transform: rotate(180deg);
		    transform: rotate(180deg);
		  }
		
		  to {
		    -webkit-transform: rotate(360deg);
		    transform: rotate(360deg);
		  }
		}
		@keyframes spin {
		  from {
		    -webkit-transform: rotate(0deg);
		    transform: rotate(0deg);
		  }
		
		  50% {
		    -webkit-transform: rotate(180deg);
		    transform: rotate(180deg);
		  }
		
		  to {
		    -webkit-transform: rotate(360deg);
		    transform: rotate(360deg);
		  }
		}

/* adbox css end*/
/* abusbox css */
.abusbox{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.abusbox .left{
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
}


.abusbox .left .pic-box{
	height: 200px;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.abusbox .left p{
	line-height: 30px;
	font-size: 14px;
}
.abusbox .left a{
	display: inline-block;
	text-align: center;
	padding: 5px 40px;
	font-size: 14px;
	margin-top: 10px;
	border-radius: 5px;
	color: #fff;
	background-color: #204C93;
}
.abusbox .left a:hover{
	background: #b42f3a;
}

.abusbox .right{
	width: 100%;
	display: flex;
	align-items: flex-end;
}
.abusbox .right b{
	/* position:absolute; */
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 60px;
	line-height: 28px;
	color: #000000;
	opacity: 0.1;
	padding-top: 20px;
	letter-spacing: 5px;
}
.abusbox .right span{
	font-size: 20px;
	letter-spacing: 3px;
}
.abusbox .right .pic-box{
	width: 100%;
	height: 500px;
	display: none;
}
.abusbox .right .pic-box img{
	height:100%;
	width:auto:
}




/* abusbox css end*/

/* chooseus css */

.chooseus{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.chooseus .containtitle{
	width: 100%;
	text-align:center;
}
.chooseus .containtitle .line{
	margin: 5px auto;
}
.chooseus .showbox{
	width: 48%;
	height: 320px;
	position: relative;
	display: flex;
	overflow: hidden;
	margin-bottom: 15px;
}
.chooseus .showbox .contact{
	margin-bottom: 30px;
	font-size: 18px;
}
.chooseus .showbox:nth-child(odd) .contact{
	margin-bottom:0;
	margin-top: 30px;
}
.chooseus .showbox .contact b{
	color: #fff;
	font-size: 24px;
	margin-top: 10px;
	display: inline-block;
}
.chooseus .showbox:nth-child(even){
	align-items: flex-end;
}
.chooseus .showbox:nth-child(odd){
	align-items: flex-start;
}

.chooseus .showbox .pic-box{
	height: 50%;
	width: 100%;
}

.chooseus .showbox .pic-box img{
	min-height:100%;
}
.chooseus .showbox .text-box{
	width:100%;
	height: 100%;
	position: absolute;
	top: -50%;
	background-color: #204C93;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 40px;
}



.chooseus .showbox .text-box .pic-box{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 10px;
	background: #b42f3acc;
}
.chooseus .showbox:nth-child(odd) .text-box{
	flex-direction: column;
	justify-content: flex-start;
	padding-bottom: 0;
	padding-top: 40px;
	top:50%;
}
.chooseus .showbox:nth-child(odd) .text-box .pic-box{
	top: -25px;
}

.chooseus .showbox:hover .text-box{
	top: 0;
	background-color: #204c93cf;
}
.chooseus .showbox .text-box  .title{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.chooseus .showbox .text-box  .text{
	font-size: 12px;
	padding: 0px 10px;
}

.chooseus .showbox .text-box  .text span{
	color: #ffffff;
	font-size: 14px;
	font-weight:600;
	display: inline-block;
	margin-top: 10px;
	text-shadow: 0 0 4px black;
}



/* chooseus css end*/




/* proline css  */
#proline:before{
	position: absolute;
	width: 100%;
	height: 100%;
	background:#fff;
	content:"";
	top:0;
	left: 0;
	opacity: 0.5;
	z-index: 1;
}
#proline .proline{
	position: relative;
	z-index: 10;
}
.proline .containtitle{
	text-align:center;
	text-shadow: 0 1px 1px #ffffff73;
}
.proline .containtitle .line{
	margin:5px auto;
}


.proline .lineshow{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proline .showbox{
	width: 30%;
	margin: 0 1.5%;
	margin-bottom: 15px;
	height: 120px;
	position:relative;
	background: #204c93e0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-direction: column;
}
.proline .showbox:nth-last-child(1){
	width:48%;
	margin:0 1%;
}
.proline .showbox:nth-last-child(2){
	width:48%;
	margin:0 1%;
}
.proline .showbox:hover{
	background:#b42f3a;
}
.proline .showbox .pic-box{
	width: 30%;
	margin-bottom: 10px;
}
.proline .showbox p{
	font-size: 15px;
	color: #fff;
}
.proline .showbox b{
	position: absolute;
	bottom: -25px;
	right: -15px;
	font-size: 100px;
	color: #cccccc8f;
	font-family: serif;
	transform: skew(340deg);
	display: none;
}
/* proline css  end*/


/* caseshow css */

.casebox{
	width: 100%;
	min-width: 100%;
}


.casebox .containtitle{
	text-align: center;
}

.casebox .containtitle .line{
	margin: 5px auto;
}


.casebox .caseshow{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}


.casebox .caseshow .showbox{
	width: 50%;
	display: block;
	position: relative;
	border: 1px #fff solid;
}
.casebox .caseshow .showbox .picshow{
	padding-bottom: 66.66%;
	position:relative;
}

.casebox .caseshow .showbox .picshow img{
	position:absolute;
	top: 0;
	left: 0;
	min-height: 100%;
}

.casebox .caseshow .showbox .text-box{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: #fff;
	opacity: 0;
	background-color: #204c93b5;
	justify-content: center;
	align-items: center;
}
.casebox .caseshow .showbox:hover .text-box{
	opacity:1;
}
.casebox .caseshow .showbox:hover .picshow img{
	transition:0.3s;
	transform:scale(1.1);
}
.casebox .caseshow .showbox .text-box .pic-box{
	width: 30%;
	padding: 2px;
	background: #fff;
	border-radius: 50%;
	margin-bottom: 10px;
}
.casebox .more{
	font-size: 14px;
	width: 200px;
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	background-color: #204c93;
	color: #fff;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.casebox .more span{
	position: relative;
	z-index: 30;
}
.casebox .more:before{
	content: '';
	position: absolute;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #b42f3a;
	z-index: 10;
	transition: 0.3s linear;
}
.casebox .more:hover:before{
	left: 0;
}


/* caseshow css end*/


/* news css */
.newbox{
	margin: 30px auto;
}
.newbox .newsshow{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.newbox .newsshow .left{
	width: 48%;
	display: flex;
	flex-direction: column;
	display: none;
}
.newbox .newsshow .left .showbox {
	width: 100%;
	height: 235px;
	display: flex;
	margin-bottom: 40px;
	border: 1px #ccc solid;
}
.newbox .newsshow .left .pic-box{
	width: 45%;
	height: 100%;
}

.newbox .newsshow .left .text-box{
	width: 55%;
	padding: 10px 20px;
	position: relative;
}
.newbox .newsshow .left .text-box .arttitle{
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
}

.newbox .newsshow .left .text-box p{
	line-height: 30px;
	font-size: 16px;
	color: #808080;
}

.newbox .newsshow .left .text-box .more{
	width: 50px;
	height: 50px;
	background-color: #eee;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	left: 20px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
}
.newbox .newsshow .left .showbox:hover .text-box .more{
	background: #204C93;
	color: #fff;
	transform: rotate(360deg);
}
.newbox .newsshow .left .text-box .data{
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 16px;
	color: #808080;
}

.newbox .newsshow .right{
	display: flex;
	width: 100%;
	flex-direction: column;
}

.newbox .newsshow .right .showbox{
	height: 120px;
	width: 100%;
	border-bottom: 1px #e0dede solid;
	box-shadow: 0 0 10px #ccc;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.newbox .newsshow .right .showbox .up{
	height: 100%;
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
}

.newbox .newsshow .right .showbox .down{
	position: absolute;
	left: -100%;
	top: 0;
	background-color: #204C93;
	height: 100%;
	width: 100%;
}
.newbox .newsshow .right .showbox:hover .down{
	left:0;
}
.newbox .newsshow .right .showbox .data{
	width: 25%;
	padding-right: 10px;
	border-right: 1px #b2b2b2 solid;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.newbox .newsshow .right .showbox .data b{
	color: #333;
	font-size: 30px;
}
.newbox .newsshow .right .showbox:hover .data b{
	color: #fff;
}
.newbox .newsshow .right .showbox .data span{
	color: #878787;
	font-size: 14px;
	margin-top: 5px;
}

.newbox .newsshow .right .showbox .text-box{
	padding-left: 10px;
	width: 75%;
}

.newbox .newsshow .right .showbox .text-box .arttitle{
	font-size: 16px;
	color: #333;
}


.newbox .newsshow .right .showbox:hover .text-box .arttitle{
	color: #fff;
}
.newbox .newsshow .right .showbox .text-box p{
	font-size: 12px;
	color: #878787;
	margin-top: 5px;
}
.newbox .newsshow .right .showbox:hover .text-box p{
	color:#ffffff9e;
}
/* news css end */

/* footer css */

.footer{
	background-color: #204C93;
	position: relative;
	z-index: 20;
	width: 100%;
	overflow: hidden;
}

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


.footer .main-contain .contact{
	width: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: wrap;
}
.footer .main-contain .contact .box{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	width: 100%;
	padding: 0;
}
.footer .main-contain .contact .pic-box{
	width: 10%;
	border-radius: 50%;
	padding: 5px;
	background-color: #182d4e;
}

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

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


.footer .main-contain .other-contact{
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin-top: 20px;
}

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


.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;
}


.footer .foot-nav
{
	width: 100%;
}
.footer .foot-nav .logo{
	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>ul>li>ul{
	display:none;
}
.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: 14px;
	margin-bottom: 5px;
	display: block;
}

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

.footer .bottom-text span{
	color: #fff;
	display: inline-block;
}


/*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 #204C93;
	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: 10px;
}
.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: #204C93;
	margin-bottom: 15px;
}


.ny-wrapper .nylistnav .navbox{
	width: 49%;
	height: 50px;
	background-color: #eee;
	line-height: 50px;
	color: #333;
	margin: 5px 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: #204C93;
	color: #fff;
}
.ny-wrapper .nylistnav .navbox.active{
	background: #204C93;
	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;
	position: relative;
	overflow: hidden;
}
.nyproduct .nyprolist .box-show:nth-child(even){
	margin-left:4%;
	margin-right:0;
}
.nyproduct .nyprolist .box-show b{
	position:absolute;
	top:0;
	right:0;
	height:0;
	font-size: 20px;
	text-align: right;
	color:#fff;
	width:0;
	border-top: 20px #e64851b3 solid;
	border-bottom:20px #ffffff00 solid;
	border-left:20px #ffffff00 solid;
	border-right: 20px #e64851b3 solid;
	z-index:10;
}
.nyproduct .nyprolist .box-show b span{
	display:block;
	position:absolute;
	top:-20px;
	left:0;
	font-size:18px;
}
.nyproduct .nyprolist .box-show:hover{
	box-shadow: 0px 0px 15px #999999;
}
.nyproduct .nyprolist .box-show .pic-box{
	width: 100%;
	height: 100px;
	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: auto;
	text-align: center;
}
.nyproduct .nyprolist .box-show .protitle .more{
	width: 100%;
	height: 100%;
	line-height: 30px;
	background: #204C93ab;
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.nyproduct .nyprolist .box-show:hover .protitle .more{
	top:0;
}
.nyproduct .nyprolist .box-show .protitle .more .pic-box{
	background: #fff;
	width:50px;
	height:auto;
	border-radius: 50%;
	padding: 5px;
}
/* video css */
.nyvideolist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* margin-top: 50px; */
	padding-bottom: 0px;
	justify-content: flex-start;
}

.nyvideolist .box-show{
	width: 47%;
	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: 100px;
	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: #204C93;
	font-size: 15px;
}

.nydownload .nydownlist .show-box a{
	display: block;
	border-radius: 30px;
	width: 25%;
	line-height: 25px;
	height: 25px;
	background-color: #204C93;
	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 #204C93 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: #204C93;
	text-align: center;
}


.prodetail .detailshow .right h2{
	font-size: 20px;
	color: #204C93;
	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: #204C93;
	text-align: center;
	line-height: 40px;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
}
.prodetail .detailshow .moredetail{
	overflow:hidden;
	font-size: 12px;
	line-height: 30px;
}
.prodetail .detailshow .moredetail h2{
		font-size: 20px;
		color: #204C93;
		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 #204C93 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: #204C93;
}


/* contactus css */

.nycontact .tgroup{
	margin: 10px;
}
.nycontact .tgroup h1{
	font-size: 20px;
	color: #204C93;
	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: #204C93;
	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: #204C93;
	margin: 5px 0;
	padding: 5px;
	height: 100px;
}
.nycontact .contshow .totalcom .showbox:nth-child(1){
}
.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: 150px;
	height: auto;
}
.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: #204C93;
}

.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: #204C93;
	font-size: 18px;
}

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


.nycontact .contshow .basicshow .showbox{
	width: 49%;
	background: #efefed;
	color: #204C93;
	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:#204C93;
	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: #204C93;
	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: #204C93;
	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 #204C9361 solid;
	font-size:20px;
	margin-top:20px;
}
.about-content{
	border: 1px #204C9361 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: 25px;
	color: #204C93;
}
.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:#204C93;
	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: #204C93;
}

.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: 20;
	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: #00469b;
	padding: 10px;
	padding-top: 40px;
	margin-top: -40px;
	position: relative;
	z-index: 10;
}
.nyaboutus .numbox{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.nyaboutus .numbox .left{
	display:flex;
	display: none;
}
.nyaboutus .numbox .pic-box{
	width:80px;
}

.nyaboutus .numbox .left .text-box{
	color:#fff;
	font-size:20px
}

.nyaboutus .numbox .left .text-box p:nth-child(2)
{
	font-size:35px;
	color: #ed2233;
	font-weight: bold;
}

.nyaboutus .numbox .right{
	display:flex;
	flex-direction:column;
	color: #fff;
	align-items: center;
	width: 100%;
	justify-content: space-around;
	font-size: 16px;
	padding: 10px 0;
}
.nyaboutus .numbox .right .btn-box{
	width:100%;
	display:flex;
	justify-content:space-evenly;
	margin-top: 15px;
}
.nyaboutus .numbox .right .btn-box a{
	display:block;
	font-size:12px;
	padding: 5px 30px;
	border: 2px #fff solid;
}


.nyaboutus .numbox .right .btn-box a:hover{
	background:#ed2233;
}

.nyaboutus .numbox .showbox{
	width: 16%;
	background-color: #fff;
	text-align: center;
	height: 160px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}


.nyaboutus .numbox .showbox b{
	color: #00469b;
	font-size: 30px;

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

.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: #204C93;
	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%;
}


.newsbox .news-show .newart{
	width: 100%;
	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: inherit;
}

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

/* news css */
.nynew .text-box{
    position: relative;
    overflow: hidden;
}
.nynew.newart:hover .text-box p{
   position: relative;
   z-index: 10;
   color: #fff;
   font-size: 15px;
}
.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: #00469b;
    z-index: 1;
}
.newart:hover .bgcolor{
    top: 0%;
    opacity: 1;
}
.newsbox{
}
.newsbox .news-title .title-line{
	margin: 5px auto;
}

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

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



.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: 10px;
}

.newsbox .news-show .newart .show-box .text-box .newtitle{
	font-size: 16px;
	margin-bottom: 10px;
}
.newsbox .news-show .newart .show-box .text-box .newtitle span{
	float:right;
}

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





/*ny part css*/
/*ny part css*/

    .m-head-box{
        height: 60px;
        width: 100%;
    }


    .head{
        display: none;
    }
	.m-head{
	    display: flex;
	    position:fixed;
	    height:60px;
	    background: #204C93;
	    width: 100%;
	    padding: 5px 20px;
	    justify-content: space-between;
	    align-items: center;
	    z-index:999;
	    top: 0;
	    border-bottom: 1px #ffffff6e solid;
	}
	
	.m-head .m-logo{
		width: 180px;
		height: 98%;
		border-radius: 5px;
		padding: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-image: linear-gradient(24deg,#fff,#ffffff8a,#fff,#ffffff8a);
		/* animation: mlogo 10s linear infinite; */
	}
		@keyframes mlogo{
			from{background-position:0px 0}
			to{background-position: 360px 0;}
		}
	.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{
		height: 80%;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.m-head .list-button .mlangchange{
		width:30px;
		height:100%;
		position:relative;
		margin-right: 20px;
		line-height: 40px;
	}
	.m-head .list-button .mlangchange .pic-box{
		height:100%;
	}
	.m-head .list-button .mlangchange .showbox{
		display:none;
		transition: unset;
		width: 300%;
		height: auto;
		position: absolute;
		background: #204C93;
		font-size: 20px;
		color: #fff;
		text-align: center;
		right: -100%;
		line-height: 40px;
	}
	.m-head .list-button .mlangchange .showbox a{
		display:inline-block;
		width:100%;
		border-top: 1px #ffffff52 solid;
	}
	.m-head .list-button .linebox{
		display:flex;
		width:30px;
		height:100%;
		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: 100%;
		left:0;
	}
	
	.m-top-menu>ul{
		width:40%;
		height:100%;
		background: #204C93;
		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;
	}
	/* 底部样式 */
/* m-footer css */
.m-footbut{
	width:100%;
	height:60px;
}

.m-footbut .navwrapper{
	width:100%;
	height:60px;
	position:fixed;
	bottom:0;
	background:#204C93;
	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;
}



/* footer end */